@charset "UTF-8";
@media (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
}
/* 	reset styles                                  
---------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

ol {
  margin-left: 2em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

/* input, select, textarea */
input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

sup {
  margin-left: -0.5%;
}
@media (max-width: 767px) {
  sup {
    font-size: 2vw;
    margin-left: -2%;
  }
}
@media (min-width: 768px) {
  sup {
    font-size: 60%;
  }
}

body {
  background-size: 100%;
}
.wrap {
  overflow-x: clip;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fuwaFuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上に移動する量 */
  }
  100% {
    transform: translateY(0);
  }
}
.fuwa {
  display: inline-block;
  animation: fuwaFuwa 4s ease-in-out infinite;
}

.fade_in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade_in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kv {
  position: relative;
  z-index: 1;
}

.logo_line {
  position: absolute;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .logo_line {
    margin: -2.9% 0 0;
  }
}
@media (min-width: 768px) {
  .logo_line {
    margin: -1.7% 0 0;
  }
}
@media (max-width: 767px) {
  .logo_line img {
    animation: scroll-left 15s linear infinite;
  }
}
@media (min-width: 768px) {
  .logo_line img {
    animation: scroll-left 40s linear infinite;
  }
}

section .sec_title {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.4em;
  text-align: center;
}
@media (max-width: 767px) {
  section .sec_title {
    width: 34%;
    font-size: 7.8vw;
    margin: 0 auto 10.6%;
  }
}
@media (min-width: 768px) {
  section .sec_title {
    width: 13%;
    font-size: 3.5vw;
    margin: 0 auto 3.5%;
  }
}

.concept {
  color: #FFF;
  background-color: #f7454d;
}
@media (max-width: 767px) {
  .concept {
    padding: 20% 0 25.5%;
  }
}
@media (min-width: 768px) {
  .concept {
    padding: 8.4% 0 6.7%;
  }
}
@media (min-width: 768px) {
  .concept .sec_title {
    margin: 0 auto 4.4%;
  }
}
.concept p {
  text-align: center;
  margin: 0 auto 1.2%;
}
@media (max-width: 767px) {
  .concept p {
    font-size: 96%;
    line-height: 1.75em;
  }
}
@media (min-width: 768px) {
  .concept p {
    font-size: 100%;
    line-height: 2.1em;
  }
}
@media (max-width: 767px) {
  .concept p.note {
    font-size: 67%;
    line-height: 1.5em;
    margin-top: 7%;
  }
}
@media (min-width: 768px) {
  .concept p.note {
    font-size: 72%;
  }
}

.features {
  background-color: #fff9d8;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media (max-width: 767px) {
  .features {
    background-image: url(../img/bg02_sp.png);
    padding: 17.3% 0 44.1%;
  }
}
@media (min-width: 768px) {
  .features {
    background-image: url(../img/bg02.png);
    padding: 8.4% 0 0;
  }
}
@media (max-width: 767px) {
  .features .ft_catch {
    padding: 1% 0 0.1%;
  }
}
@media (min-width: 768px) {
  .features .ft_catch {
    padding: 2% 0 0.1%;
  }
}
@media (max-width: 767px) {
  .features .ft_catch .ft_catch01 {
    width: 82%;
    margin: 0 auto 2.9%;
  }
}
@media (min-width: 768px) {
  .features .ft_catch .ft_catch01 {
    width: 37%;
    margin: 0 auto 2.9%;
  }
}
@media (max-width: 767px) {
  .features .ft_catch .ft_catch02 {
    width: 77.2%;
    margin: 6.3% auto 2.9%;
  }
}
@media (min-width: 768px) {
  .features .ft_catch .ft_catch02 {
    width: 34.5%;
    margin: 0 auto 2.3%;
  }
}
@media (max-width: 767px) {
  .features .ft_catch .ft_catch03 {
    width: 90%;
    margin: 0 auto 8%;
  }
}
@media (min-width: 768px) {
  .features .ft_catch .ft_catch03 {
    width: 39.5%;
    margin: 0 auto 4.3%;
  }
}
@media (max-width: 767px) {
  .features .ft_catch .ft_catch04 {
    width: 88%;
    margin: 0 auto 7%;
  }
}
@media (min-width: 768px) {
  .features .ft_catch .ft_catch04 {
    width: 38.5%;
    margin: 0 auto 2.2%;
  }
}
.features .ft_catch p {
  text-align: center;
}
@media (max-width: 767px) {
  .features .ft_catch p {
    font-size: 62%;
    margin: 0 auto 8.5%;
    line-height: 1.8em;
  }
}
@media (min-width: 768px) {
  .features .ft_catch p {
    font-size: 62%;
    margin: 0 auto 8.5%;
  }
}
.features .ft_img01 {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .features .ft_img01 {
    width: 55%;
    top: -32.5%;
    right: -21%;
  }
}
@media (min-width: 768px) {
  .features .ft_img01 {
    width: 32%;
    top: -24%;
    right: -5.2%;
  }
}
.features .ft_img02 {
  position: absolute;
}
@media (max-width: 767px) {
  .features .ft_img02 {
    width: 66.6%;
    top: 59.9%;
    left: -16.5%;
  }
}
@media (min-width: 768px) {
  .features .ft_img02 {
    width: 36.2%;
    top: 28.3%;
    left: -5.2%;
  }
}
.features .ft_img03 {
  position: absolute;
}
@media (max-width: 767px) {
  .features .ft_img03 {
    width: 43%;
    top: 73%;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .features .ft_img03 {
    width: 16%;
    top: 59%;
    right: 10%;
  }
}

.point {
  position: relative;
  color: #FFF;
  background-color: #f7454d;
}
@media (max-width: 767px) {
  .point {
    padding: 13.4% 0 24.3%;
  }
}
@media (min-width: 768px) {
  .point {
    padding: 7.1% 0 6.5%;
  }
}
.point .sec_title {
  line-height: 0.45em;
}
@media (max-width: 767px) {
  .point .sec_title {
    margin: 0 auto 11%;
  }
}
@media (min-width: 768px) {
  .point .sec_title {
    margin: 0 auto 3.5%;
  }
}
@media (max-width: 767px) {
  .point .circle_box {
    margin-bottom: 6.8%;
  }
}
.point .circle_box .circle {
  position: absolute;
  z-index: 2;
  animation: spin 25s linear infinite; /* 8秒で1周・無限ループ */
}
@media (max-width: 767px) {
  .point .circle_box .circle {
    width: 33.7%;
    top: 9.3%;
    right: 5%;
  }
}
@media (min-width: 768px) {
  .point .circle_box .circle {
    width: 17.8%;
    top: 16%;
    right: 26.6%;
  }
}
.point .circle_box .lip {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .point .circle_box .lip {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .point .circle_box .lip {
    width: 28%;
  }
}
.point .point_box {
  width: 86.6%;
  margin: -0.5% auto 3.1%;
}
.point .point_box .point_text .point_img01 {
  margin-bottom: 10%;
}
.point .point_box .point_text .point_img02 {
  margin-bottom: 10%;
}
.point .point_box .point_text .point_img03 {
  margin-bottom: 4.3%;
}
.point .note {
  font-size: 64%;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .point .note {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .point .note {
    padding: 0 16vw;
  }
}

.product {
  position: relative;
  color: #FFF;
}
@media (max-width: 767px) {
  .product {
    padding: 22.8% 0 0;
    background-color: #ffccda;
  }
}
@media (min-width: 768px) {
  .product {
    padding: 9% 0 1.5%;
    background: linear-gradient(90deg, #ffccda 0%, #ffccda 50%, #fff9d8 50%, #fff9d8 100%);
  }
}
.product .pd01 {
  position: absolute;
  right: 0%;
}
@media (max-width: 767px) {
  .product .pd01 {
    width: 79%;
    top: -8.9%;
  }
}
@media (min-width: 768px) {
  .product .pd01 {
    width: 39%;
    top: -39%;
  }
}
.product .pd02 {
  position: absolute;
}
@media (max-width: 767px) {
  .product .pd02 {
    width: 37%;
    top: 51.3%;
    left: 3%;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .product .pd02 {
    width: 15.5%;
    top: 7.4%;
    left: 14%;
  }
}
.product .sec_title {
  color: #000;
}
@media (max-width: 767px) {
  .product .sec_title {
    margin: 0 auto 4.6%;
    line-height: 0.45em;
  }
}
@media (min-width: 768px) {
  .product .sec_title {
    margin: 0 auto 2.8%;
    line-height: 0.5em;
  }
}
.product .sec_title2 {
  margin: 0 auto 2.5%;
}
@media (max-width: 767px) {
  .product .sec_title2 {
    width: 63.5%;
  }
}
@media (min-width: 768px) {
  .product .sec_title2 {
    width: 22.5%;
  }
}
@media (min-width: 768px) {
  .product .pr_box {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img .pr_photo {
    width: 26%;
    margin: 0 auto 7.6%;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img .pr_photo {
    width: 20.8%;
    margin-top: 7.2%;
    margin-left: 1%;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img .pr_text {
    margin: 0% auto 21%;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img .pr_text {
    width: 46%;
  }
}
.product .pr_box .pr_img .pr_text .catch02 {
  width: 84%;
  margin: 0 auto 10%;
}
.product .pr_box .pr_img .pr_text p {
  color: #000;
}
@media (max-width: 767px) {
  .product .pr_box .pr_img .pr_text p {
    text-align: center;
    font-size: 4.7vw;
    margin-bottom: 8%;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img .pr_text p {
    font-size: 1.3vw;
    margin-bottom: 5%;
    line-height: 1.5em;
  }
}
.product .pr_box .pr_img .pr_text .buy_btn {
  position: relative;
}
@media (max-width: 767px) {
  .product .pr_box .pr_img .pr_text .buy_btn {
    width: 80%;
    margin: 0 auto 1%;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.skin_pink {
    padding: 6.7% 0 0.3%;
    background-color: #ffccda;
    position: relative;
    z-index: 1;
  }
}
.product .pr_box .pr_img.skin_pink .pd02 {
  position: absolute;
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.skin_pink .pd02 {
    width: 37%;
    top: 94%;
    left: 3%;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img.skin_pink .pr_text {
    margin-left: 6%;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.skin_pink .pr_text .catch {
    width: 60%;
    margin: 0 auto 11%;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img.skin_pink .pr_text .catch {
    width: 87.2%;
    margin-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.clear {
    padding: 13% 0 0;
    background-color: #fff9d8;
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.clear .pr_text {
    margin: 0% auto 6%;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img.clear .pr_text {
    margin-left: 4%;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.clear .pr_text .catch {
    width: 71%;
    margin: 0 auto 10.5%;
  }
}
@media (min-width: 768px) {
  .product .pr_box .pr_img.clear .pr_text .catch {
    width: 88.2%;
    margin-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .product .pr_box .pr_img.clear .pr_text .pr_photo {
    margin: 0 auto 7.1%;
  }
}
.product .note {
  color: #555555;
}
@media (max-width: 767px) {
  .product .note {
    text-align: center;
    font-size: 2.6vw;
    padding-bottom: 13%;
  }
}
@media (min-width: 768px) {
  .product .note {
    text-align: right;
    font-size: 62%;
    margin-top: 6%;
    margin-right: 1%;
  }
}

.shop {
  position: relative;
  color: #FFF;
  background-color: #f7454d;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .shop {
    padding: 12% 0 0.1%;
  }
}
@media (min-width: 768px) {
  .shop {
    padding: 7.2% 0 0.1%;
  }
}
@media (max-width: 767px) {
  .shop .sec_title {
    line-height: 0.45em;
    margin: 0 auto 12.8%;
  }
}
@media (min-width: 768px) {
  .shop .sec_title {
    line-height: 0.5em;
    margin: 0 auto 5.2%;
  }
}
.shop p {
  text-align: center;
}
@media (max-width: 767px) {
  .shop p {
    font-size: 4.5vw;
    line-height: 1.5em;
    margin-bottom: 13%;
  }
}
@media (min-width: 768px) {
  .shop p {
    font-size: 105%;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .shop p span {
    font-size: 2.8vw;
    margin-top: 3.9%;
    display: block;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .shop p span {
    font-size: 68%;
  }
}
.shop .link_bnr {
  margin-top: 3%;
}
@media (max-width: 767px) {
  .shop .link_bnr {
    margin-bottom: 13.6%;
  }
}
@media (min-width: 768px) {
  .shop .link_bnr {
    margin-bottom: 9%;
  }
}
.shop .link_bnr ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .shop .link_bnr ul {
    gap: 0 8%;
    padding: 0 7%;
  }
}
@media (min-width: 768px) {
  .shop .link_bnr ul {
    gap: 0 7%;
    padding: 0 31.2%;
  }
}

footer.footer {
  color: #f7454d;
  background-color: #fff9d8;
}
@media (max-width: 767px) {
  footer.footer {
    padding: 13% 0 1.8%;
  }
}
@media (min-width: 768px) {
  footer.footer {
    padding: 5.8% 3.5% 1.8%;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents .footer_logo {
    display: flex;
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer.footer .footer_contents .footer_logo .logo_img {
    width: 56vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents .footer_logo .logo_img {
    width: 36.5%;
    max-width: 411px;
    margin-right: 7.5%;
  }
}
footer.footer .footer_contents .footer_logo .sns_link {
  display: flex;
}
@media (max-width: 767px) {
  footer.footer .footer_contents .footer_logo .sns_link {
    width: 50%;
    margin: 8% auto 7%;
  }
}
footer.footer .footer_contents .footer_logo .sns_link li {
  width: 17.5%;
}
@media (max-width: 767px) {
  footer.footer .footer_contents .footer_logo .sns_link li {
    margin: 0 10% 0;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents .footer_logo .sns_link li {
    margin: 0 12% 0 0;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents .footer_nav {
    width: 50%;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents .footer_nav ul {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 767px) {
  footer.footer .footer_contents .footer_nav ul li {
    text-align: center;
    padding: 0 0 6%;
  }
}
@media (min-width: 768px) {
  footer.footer .footer_contents .footer_nav ul li {
    padding: 0 5% 0 0;
  }
}
footer.footer .footer_contents .footer_nav ul li a {
  display: block;
  font-size: 100%;
  color: #f7454d;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer.footer .footer_contents .footer_nav ul li a {
    font-size: 5.5vw;
  }
}
footer.footer .copyright {
  text-align: center;
}
@media (max-width: 767px) {
  footer.footer .copyright {
    font-size: 87%;
    padding: 1.2% 0 6%;
  }
}
@media (min-width: 768px) {
  footer.footer .copyright {
    font-size: 75%;
    padding: 1.2% 0 0.7%;
  }
}
@media (max-width: 767px) {
  footer.footer .footer_link {
    margin-bottom: 10%;
  }
}
footer.footer .footer_link ul {
  display: flex;
  justify-content: center;
  gap: 0 1%;
}
footer.footer .footer_link ul li a {
  font-size: 63%;
  color: #f7454d;
}

/* ポップアップ */
.popup-panel {
  position: absolute;
  top: 100%;
  left: 50%; /* 基準点を真ん中に */
  transform: translateX(-50%); /* 中央寄せ */
  width: 300px;
  max-width: 90vw;
  margin-top: 8px;
  display: none;
  padding: 15px;
  background: #f7454d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 100;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .popup-panel {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .popup-panel {
    width: 25vw;
  }
}
.popup-panel ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px 4%;
}
.popup-panel ul li {
  width: 48%;
}

/* 三角をつける */
.popup-panel::before {
  content: "";
  position: absolute;
  top: -8px; /* パネルより上に配置 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px; /* 上が透明、下が色付きの三角 */
  border-style: solid;
  border-color: transparent transparent #f7454d transparent;
  z-index: -1; /* 枠線に隠れないように調整 */
}

.popup-panel.show {
  display: block;
  pointer-events: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */