
/* font
---------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('https://loveliner.jp/wp/wp-content/themes/loveliner/common/css/font/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('https://loveliner.jp/wp/wp-content/themes/loveliner/common/css/font/NotoSerifJP-Medium.otf') format('opentype');
}


/* base
---------------------------------------------------*/
:root {
  font-size: 16px;
  --fs-10: clamp(0.563rem, 0.43rem + 0.27vw, 0.625rem);
  --fs-12: clamp(0.688rem, 0.56rem + 0.27vw, 0.75rem);
  --fs-14: clamp(0.781rem, 0.65rem + 0.27vw, 0.875rem);
  --fs-16: clamp(0.82rem, 0.70rem + 0.27vw, 1rem);
  --fs-18: clamp(0.969rem, 0.80rem + 0.34vw, 1.125rem);
  --fs-20: clamp(1.063rem, 0.87rem + 0.41vw, 1.25rem);
  --fs-24: clamp(1.25rem, 0.99rem + 0.55vw, 1.5rem);
  --fs-32: clamp(1.5rem, 1.16rem + 0.71vw, 2rem);
  --fs-34: clamp(1.563rem, 1.22rem + 0.77vw, 2.125rem);
  --fs-36: clamp(1.625rem, 1.25rem + 0.85vw, 2.25rem);
  --fs-46: clamp(2.125rem, 1.34rem + 1.64vw, 2.875rem);
  --fs-56: clamp(2.438rem, 1.48rem + 2.05vw, 3.5rem);
  --fs-60: clamp(2.625rem, 1.45rem + 2.46vw, 3.75rem);
  --fs-80: clamp(3.375rem, 1.68rem + 3.55vw, 5rem);

  --ff-g: "Noto Sans JP", sans-serif;
}


/* body
---------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  background: #627383;
  font-size: var(--fs-14);
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .pc_br {display: block;}
  .sp_only {display: none;}
}
@media screen and (max-width: 768px) {
  .sp_br {display: block;}
  .pc_only {display: none;}
}

#Footer {
  margin-top: 0;
  padding-top: 80px;
}

sup {
  position: static;
  font-size: 50%;
  vertical-align: super;
}

/* wrap */
#wrapper {
  min-width: auto;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}

#page-eyelashserum {
  position: relative;
  width: 100%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.8;
}
#page-eyelashserum img {
  width: 100%;
  max-width: none;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.bnr_footer_links {
  max-width: 100%;
  background-color: #fff;
  padding: min(80px, 6.1538461538vw) 0;
}
@media screen and (max-width: 768px) {
  .bnr_footer_links .bnr_footer_links {
    padding: 12.5vw 0;
  }
}
.bnr_footer_links ul {
  width: min(1100px, 84.6153846154vw);
}


/* hero
---------------------------------------------------*/
#mv-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-bottom: 20vw;
}
#hero .bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#hero .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .layer,
#hero .badge {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}
.dna-left {
  z-index: 2;
  width: 46%;
  right: 60vw;
  top: -6vw;
}
#hero .dna-right {
  z-index: 2;
  width: 60%;
  left: 52vw;
  bottom: 0;
}
#hero .water-band {
  z-index: 3;
  width: max(1500px, 90vw);
  left: -2vw;
  top: 50%;
  transform: translateY(-60%);
}
#hero .water-dots {
  z-index: 4;
  width: 88%;
  left: 10vw;
  top: 17%;
}
#hero .badge-wrap,
#hero .badge-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#hero .renewal {
  z-index: 5;
  width: 9%;
  bottom: 62%;
  right: 6vw;
}
#hero .medal {
  z-index: 5;
  width: 14%;
  top: 72%;
  left: 4vw;
}
#hero .mv-container {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  left: 8vw;
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .mv-container .product-img {
  width: 40%;
}
#hero .title-area {
  width: 50%;
  margin-left: -2vw;
}
#hero .title-area .title-line {
  text-align: center;
  clip-path: inset(0 100% 0 0);
}
#hero .title-area .title-line.title1 img {
  width: 78%;
  margin-bottom: 1.4vw;
}
#hero .title-area .title-line.title3 img {
  width: 76%;
  margin: 2.8vw 0 2.5vw 0;
}
#hero .title-area .title-line.title4 img {
  width: 46%;
}
@media (max-aspect-ratio: 5/6) {
  #hero {
    height: 98vh;
  }
  #hero .bg {
    width: 100%;
  }
  .dna-left {
    width: 60%;
    right: 56vw;
    top: -5vh;
  }
  #hero .dna-right {
    width: 65%;
    left: 65vw;
    bottom: auto;
    top: 43%;
  }
  #hero .water-band {
    width: 150%;
    left: -10vw;
    top: 50%;
    transform: translateY(-86%);
  }
  #hero .water-dots {
    width: 120%;
    left: 7vw;
    top: 15%;
  }
  #hero .badge-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  #hero .badge-area {
    top: 50%;
    transform: translateY(-70%);
    left: auto;
    right: 4vw;
    width: 20%;
    height: auto;
  }
  #hero .renewal,
  #hero .medal {
    position: relative;
    width: 100%;
    inset: 0;
    margin-bottom: 2vw;
  }
  #hero .mv-container {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    left: 8vw;
    width: 84%;
    flex-direction: column;
  }
  #hero .mv-container .product-img {
    width: 60%;
    align-self: flex-start;
  }
  #hero .title-area {
    width: 80%;
    margin-left: 0;
    margin-top: 5%;
  }
}

/* INTRODUCE
---------------------------------------------------*/
#introduce {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
#introduce h2 {
  text-align: center;
  font-size: var(--fs-80);
  line-height: 1.2;
}
#introduce .sub-copy {
  width: min(520px, 54%);
  margin: min(30px, 3vw) auto min(30px, 3vw) auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
#introduce .sub-copy .eye-img {
  width: min(184px, 20vw);
}
#introduce .sub-copy h3 {
  flex: 1;
  font-size: var(--fs-60);
  line-height: 1.2;
}
#introduce .note {
  width: min(730px, 86%);
  margin: 0 auto;
  font-size: var(--fs-12);
  font-family: var(--ff-g);
}
@media screen and (max-width: 768px) {
  #introduce h2 {
    font-size: 9vw;
  }
  #introduce .sub-copy {
    width: 60%;
    margin: 10vw auto 5vw auto;
  }
  #introduce .sub-copy h3 {
    font-size: 7vw;
  }
}

/* CONCEPT
---------------------------------------------------*/
#concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1320px, 86%);
  margin: 0 auto;
  color: #fff;
}
#concept .text-area {
  width: 46%;
  padding: 3em 0;
}
#concept h2 {
  font-size: clamp(1.4rem, 3vw, 2.875rem);
  line-height: 1.4;
}
#concept p {
  font-size: clamp(0.5rem, 1.3vw, 1.25rem);
  line-height: 2.2;
  margin-top: 1.5em;
}
#concept .photo-area {
  width: 54%;
}
@media screen and (max-width: 768px) {
  #concept {
    width: 100%;
  }
  #concept .text-area {
    width: 100%;
    padding: 0;
  }
  #concept h2 {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 1em;
  }
  #concept p {
    font-size: 3vw;
    text-align: center;
  }
}

/* PRODUCT
---------------------------------------------------*/
.product {
  width: min(790px, 80%);
  margin: min(160px, 12vw) auto min(60px, 6vw) auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
  text-align: center;
  color: #fff;
  font-family: var(--ff-g);
}
.product .item-img {
  width: 40%;
}
.product .text-area {
  flex: 1;
  padding-top: 5%;
}
.product .product-title {
  font-size: var(--fs-20);
  margin-top: 1em;
  margin-bottom: 3em;
  line-height: 1.5;
}
.product .comment {
  position: relative;
  width: 10em;
  margin: 1.8em auto 0.4em auto;
  font-size: var(--fs-18);
}
.product .comment::before,
.product .comment::after {
  content: "";
  position: absolute;
  top: 54%;
  width: 1px;
  height: 1em;
  padding: 0.8em 0;
  background: #fff;
}
.product .comment::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.product .comment::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.store-btn a {
  display: block;
  width: 68%;
  margin: 0 auto;
  padding: 0.8em 0 0.9em 0;
  text-align: center;
  font-family: var(--ff-g);
  font-size: var(--fs-18);
  font-weight: 500;
  border-radius: 40px;
  letter-spacing: 0.04em;
  background: #fff;
}
.store-btn.btn_bl a {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product {
    width: 86%;
    margin: 20vw auto 20vw auto;
    flex-direction: column;
  }
  .product h2 {
    width: 72%;
    margin: 0 auto 6vw auto;
  }
  .product .item-img {
    width: 65%;
  }
  .product .text-area {
    padding-top: 0;
    width: 100%;
  }
  .product .product-title {
    font-size: 4vw;
    margin-bottom: 2em;
  }
  .product .comment {
    font-size: 3.4vw;
  }
  .store-btn a {
    padding: 0.6em 0 0.7em 0;
    font-size: 4vw;
  }
}

/* RANKING
---------------------------------------------------*/
#ranking {
  width: min(650px, 60vw);
  margin: 0 auto min(160px, 12vw) auto;
}
@media screen and (max-width: 768px) {
  #ranking {
    width: 80vw;
    margin: 0 auto 20vw auto;
  }
}

/* こんなお悩み、ありませんか？
---------------------------------------------------*/
#trouble {
  position: relative;
  margin-top: min(160px, 12vw);
}
#trouble .trouble-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(40px);
  transition: all 0.8s;
}
#trouble .trouble-img.did {
  opacity: 1;
  filter: blur(0);
}
#trouble .text-area {
  position: absolute;
  width: min(510px, 45vw);
  text-align: center;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
}
#trouble h2 {
  font-size: var(--fs-36);
}
#trouble li {
  background: #fff;
  padding: 0.7em 0;
  font-family: var(--ff-g);
  font-size: var(--fs-16);
  border-radius: 30px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #trouble {
    padding: 8vw 0 80vw 0;
    background: url(../img/trouble-bg_sp.webp) no-repeat center bottom;
    background-size: cover;
  }
  #trouble .text-area {
    position: relative;
    width: 86%;
    left: 8%;
    top: 0;
    transform: translateY(0);
  }
  #trouble h2 {
    font-size: 4vw;
  }
  #trouble li {
    padding: 0.5em 0 0.6em 0;
    font-size: 3vw;
    margin-top: 0.7em;
  }
  #trouble .trouble-img {
    display: none;
  }
}

/* FEATURE
---------------------------------------------------*/
#feature {
  position: relative;
  overflow: hidden;
  background: #b2b7c1;
  padding: min(160px, 7vw) 0 min(160px, 7vw) 0;
}
.parallax-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
  width: 100vw;
  aspect-ratio: 5 / 4;
}
.parallax-bg1 {
  top: -25vw;
}
.parallax-bg2 {
  aspect-ratio: 15 / 22;
  bottom: 0;
}
.parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#feature .contents {
  position: relative;
  z-index: 2;
}
#feature h2 {
  text-align: center;
}
#feature h2 span {
  font-size: var(--fs-56);
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em;
  line-height: 1.2;
}
#feature h2 small {
  font-size: 80%;
}
#feature .item-img {
  width: min(860px, 60%);
  margin: min(68px, 6vw) auto min(68px, 6vw) auto;
}
#feature .contents >  h3 {
  width: min(1200px, 90vw);
  margin: 0 auto;
}
#feature .contents > ul {
  width: min(860px, 76vw);
  margin: min(60px, 6vw) auto min(60px, 6vw) auto;
  display: flex;
  gap: 0 4%;
  flex-wrap: wrap;
  justify-content: center;
}
#feature .contents > ul li {
  width: 30.6%;
}
/* .feature-block */
#feature .feature-block {
  width: min(840px, 86%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .box {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin-bottom: 20px;
  padding: 2em 2em 2.8em 2em;
}
@media screen and (max-width: 880px) {
  #feature .box {
    padding: 2em 1.5em 2.8em 1.5em;
  }
}
#feature .box h3 {
  font-size: var(--fs-36);
  text-align: center;
  line-height: 1.3;
}
#feature .box p {
  font-family: var(--ff-g);
}
#feature .box .inner {
  display: flex;
  align-items: center;
}
/* .box1 */
#feature .box1 .inner {
  width: 90%;
  margin: 1em auto 0 auto;
}
#feature .box1 .box-img {
  width: 18%;
}
#feature .box1 p {
  flex: 1;
  margin-left: 20px;
}
/* .box2 */
#feature .box2 p {
  width: 90%;
  margin: 1em auto 1.5em auto;
}
#feature .box2 ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 16px;
}
#feature .box2 ul li {
  width: 28%;
}
#feature .box2 ul li:last-child {
  width: auto;
  flex: 1;
}
/* .box3 */
#feature .box3 p {
  text-align: center;
  margin: 1em auto 1.5em auto;
}
#feature .box3 .brush-img-wrap {
  position: relative;
  width: 84%;
  margin: 0 auto;
}
#feature .box3 .comment {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
/* .box4 / .box5 */
#feature .box4,
#feature .box5 {
  width: calc(50% - 10px);
}
#feature .box4 h3,
#feature .box5 h3 {
  font-size: var(--fs-32);
  margin-bottom: 0.8em;
}
#feature .box4 p,
#feature .box5 p {
  flex: 1;
  font-size: var(--fs-12);
  line-height: 1.6;
}
#feature .box4 .box-img,
#feature .box5 .box-img {
  width: 36%;
  margin-left: 10px;
}
@media screen and (max-width: 840px) {
  #feature .box4 .box-img,
  #feature .box5 .box-img {
    width: 33%;
    margin-left: 0;
  }
}
/* .box6 */
#feature .box6 {
  padding: 1.5em;
}
#feature .box6 .inner {
  justify-content: center;
  gap: 20px;
}
/* .box7 */
#feature .box7 .box-lead {
  text-align: center;
  font-size: var(--fs-20);
  margin: 0.4em 0 0.8em 0;
}
/* .box8 */
#feature .box8 .box-img {
  margin: 1.6em 1em 1.2em 1em;
}
#feature .box8 p {
  text-align: center;
}
/* .box9 */
#feature .box9 .sub-copy {
  text-align: center;
  font-size: var(--fs-20);
}
#feature .box9 .inner {
  margin-top: 2em;
}
#feature .box9 .box-img {
  position: relative;
  width: 48%;
}
#feature .box9 .box-img .procare-logo {
  position: absolute;
  width: 28%;
  top: -8%;
  left: -2%;
}
#feature .box9 .box-text {
  flex: 1;
  margin-left: 6%;
}
#feature .box9 .salon-name {
  font-size: var(--fs-24);
}
#feature .box9 p {
  margin: 1.2em 0;
  font-size: var(--fs-12);
}
#feature .box9 .salon-btn a {
  display: block;
  background: #000;
  color: #fff;
  font-family: var(--ff-g);
  text-align: center;
  width: 70%;
  font-size: var(--fs-12);
  padding: 0.7em 0;
  margin-top: 2em;
}
/* 存在感のある自まつげへ */
#feature .visual-img {
  width: min(800px, 100%);
  margin: min(100px, 7vw) auto min(20px, 3vw) auto;
}
#feature .catch-copy {
  width: min(800px, 100%);
  margin: 0 auto;
  text-align: center;
}
#feature .catch-copy img {
  width: 86%;
}
/* 商品のこだわり */
#feature .commitment {
  width: min(400px, 60%);
  margin: min(80px, 6vw) auto min(50px, 5vw) auto;
}
#feature .commitment h3 {
  font-size: var(--fs-46);
  text-align: center;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
#feature .commitment h3 span {
  display: inline-block;
  font-family: var(--ff-g);
  font-size: var(--fs-20);
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #feature {
    padding: 18vw 0 20vw 0;
  }
  .parallax-bg1 {
    aspect-ratio: 5 / 12;
    display: flex;
    justify-content: center;
  }
  #page-eyelashserum .parallax-bg1 img {
    width: 300%;
  }
  #feature h2 span {
    font-size: 6vw;
    line-height: 1.4;
  }
  #feature .item-img {
    width: 18vw;
  }
  #feature .contents >  h3 {
    width: 52vw;
  }
  #feature .contents > ul {
    width: 86%;
    margin: 7vw auto 12vw auto;
  }
  #feature .contents > ul li {
    width: 44%;
  }
  #feature .contents > ul li:nth-child(3) {
    margin: -2% 28% -2% 28%;
  }
  /* .feature-block */
  #feature .box {
    padding: 2em 1.8em 2em 1.8em;
  }
  #feature .box h3 {
    font-size: 5vw;
    text-align: center;
    line-height: 1.3;
  }
  #feature .box p {
    font-size: 3vw;
    text-align: justify;
  }
  #feature .box .inner {
    flex-direction: column;
  }
  /* .box1 */
  #feature .box1 .inner {
    width: 100%;
  }
  #feature .box1 .box-img {
    width: 46%;
  }
  #feature .box1 p {
    margin: 1em 0 0 0;
  }
  /* .box2 */
  #feature .box2 p {
    width: 100%;
  }
  #feature .box2 ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 4%;
  }
  #feature .box2 ul li {
    width: 48%;
  }
  #feature .box2 ul li:last-child {
    width: 100%;
    margin-top: 5vw;
  }
  /* .box3 */
  #feature .box3 {
    overflow: hidden;
  }
  #feature .box3 p {
    text-align: left;
    margin: 1em auto 1em auto;
  }
  #feature .box3 .brush-img-wrap {
    width: calc(100% + 2em);
  }
  /* .box4 / .box5 */
  #feature .box4,
  #feature .box5 {
    width: 100%;
  }
  #feature .box4 .inner,
  #feature .box5 .inner {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 1.5em;
  }
  #feature .box4 h3,
  #feature .box5 h3 {
    font-size: 5vw;
    margin-bottom: 0.8em;
  }
  #feature .box4 p,
  #feature .box5 p {
    font-size: 3vw;
    margin-right: 1.5em;
  }
  /* .box6 */
  #feature .box6 .inner {
    gap: 4px;
  }
  /* .box7 */
  #feature .box7 .box-lead {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  #feature .box7 .box-img {
    width: 84%;
    margin: 0 auto;
  }
  /* .box8 */
  #feature .box8 .box-img {
    margin: 1.6em 0 1.2em 0;
  }
  #feature .box8 p {
    font-size: 2.4vw;
    text-align: center;
  }
  /* .box9 */
  #feature .box9 .sub-copy {
    font-size: 3.6vw;
  }
  #feature .box h3 {
    margin: 0 -1em;
  }
  #feature .box9 .box-img {
    width: 100%;
  }
  #feature .box9 .box-img .procare-logo {
    width: 25%;
    top: 4%;
    left: 4%;
  }
  #feature .box9 .box-text {
    width: 100%;
    margin-left: 0;
  }
  #feature .box9 .salon-name {
    font-size: 4.8vw;
    margin-top: 1em;
  }
  #feature .box9 p {
    margin: 0 0 1.2em 0;
    font-size: 3vw;
  }
  #feature .box9 .salon-btn a {
    margin: 2em auto 0 auto;
  }
  #feature .visual-img {
    margin: 14vw auto 6vw auto;
  }
  #feature .catch-copy {
    width: 64%;
  }
  #feature .catch-copy img {
    width: 100%;
  }
  #feature .catch-copy .note {
    font-size: 2.5vw;
    margin: 1.6em 1em 0 0;
  }
  /* 商品のこだわり */
  #feature .commitment {
    width: 70%;
    margin: 14vw auto 12vw auto;
  }
  #feature .commitment h3 {
    font-size: 6.5vw;
  }
  #feature .commitment h3 span {
    font-size: 3.2vw;
    padding-bottom: 0.2m;
  }
}

/* STAFF VOICE
---------------------------------------------------*/
#staff {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: min(80px, 4vw) 0 min(80px, 4vw) 0;
}
#staff::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #fff;
}
#staff h2 {
  width: 180px;
  margin: 0 auto 10px auto;
}
#staff .inner {
  width: min(1080px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#staff .text-area {
  flex: 1;
  margin-right: 4%;
}
#staff .copy {
  font-size: var(--fs-24);
  text-align: center;
  margin-bottom: 1em;
}
#staff .comment {
  width: 49%;
  background: #cbd3d8;
  padding: 30px 24px 24px 24px;
  clip-path: polygon(
    20px 0%,
    100% 0%,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0% 100%,
    0% 20px
  );
  display: flex;
  flex-direction: column;
}
#staff .comment h3 {
  width: 120px;
  margin: 0 auto 8px auto;
}
#staff .comment .comment-body {
  font-family: var(--ff-g);
  font-size: var(--fs-14);
  margin: 0.6em 0 0 0;
}
#staff .comment .comment-body .note {
  width: 70%;
  display: inline-block;
  font-size: 70%;
  margin-top: 1em;
  line-height: 1.7;
}
#staff .comment img.staff-img {
  float: right;
  width: 22%;
  margin: 10px 0 0 20px;
}
#staff .staff-name {
  display: inline-block;
  padding: 0.2em 1.5em 0.3em 1.5em;
  font-family: var(--ff-g);
  margin: 1em auto 0 0;
  background: #fff;
}
.note-common {
  font-family: var(--ff-g);
  font-size: var(--fs-12);
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #staff {
    padding: 10vw 0;
  }
  #staff::before {
    top: -30px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #fff;
  }
  #staff h2 {
    width: 40vw;
    margin: 0 auto 6vw auto;
  }
  #staff .inner {
    flex-direction: column;
  }
  #staff .copy {
    font-size: 4.6vw;
  }
  #staff .comment {
    width: 100%;
    margin-bottom: 1em;
  }
  #staff .comment h3 {
    width: 34%;
  }
  #staff .comment .comment-body {
    font-size: 3vw;
  }
  #staff .comment .comment-body .note {
    width: 55%;
  }
  #staff .comment img.staff-img {
    width: 36%;
  }
  #staff .staff-name {
    display: block;
    text-align: center;
    width: 80%;
    font-size: 2.5vw;
    margin: 2em auto 0 auto;
  }
}

/* HOW TO USE
---------------------------------------------------*/
#howto {
  position: relative;
  overflow: hidden;
  background: #dbdee3;
  padding: min(160px, 7vw) 0 min(160px, 7vw) 0;
}
.parallax-bg3 {
  aspect-ratio: 15 / 13;
  bottom: 50vw;
}
#howto .contents {
  position: relative;
  z-index: 2;
}
#howto .care-comment {
  position: relative;
  width: 20em;
  font-family: var(--ff-g);
  font-size: var(--fs-18);
  text-align: center;
  margin: 0 auto 0.6em auto;
}
#howto .care-comment::before,
#howto .care-comment::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  width: 1px;
  height: 0.8em;
  background: #000;
}
#howto .care-comment::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
#howto .care-comment::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
#howto .continuing {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0.4em 2em;
  background: #fff;
  width: 30em;
  border-radius: 40px;
  font-size: var(--fs-24);
}
#howto .step-comment {
  width: min(270px, 38%);
  margin: 36px auto 16px auto;
}
#howto .contents > h2 {
  width: min(230px, 30%);
  margin: 0 auto;
}
#howto .lead-txt {
  text-align: center;
  font-family: var(--ff-g);
  font-size: var(--fs-18);
  letter-spacing: 0.06em;
  margin: 16px auto 36px auto;
}
#howto .step-list {
  position: relative;
  display: flex;
  width: min(820px, 86%);
  margin: 0 auto;
  justify-content: space-between;
}
#howto .step-list li {
  position: relative;
  width: 46%;
}
#howto .step-list li .step-num {
  position: absolute;
  z-index: 2;
  width: 20%;
  top: -4%;
  left: -2%;
}
#howto .step-list li .step-img {
  position: relative;
  z-index: 1;
}
#howto .step-list li p {
  font-family: var(--ff-g);
  font-size: var(--fs-12);
  text-align: center;
  margin-top: 1em;
  line-height: 1.6;
}
#howto .step-list .arrow {
  position: absolute;
  width: min(28px, 4%);
  left: 50%;
  top: 38%;
  transform: translateX(-50%);
}
#howto .use-extra {
  width: min(290px, 40%);
  margin: 50px auto 0 auto;
}
#howto .use-extra .extra-comment {
  position: relative;
  width: 90%;
  margin: 0 auto 1.5em auto;
  text-align: center;
  font-family: var(--ff-g);
  font-size: var(--fs-18);
  background: #fff;
  border-radius: 30px;
  padding: 0.4em 0 0.5em 0;
}
#howto .use-extra .extra-comment::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #fff;
}
#howto .product {
  color: #000;
  margin: min(80px, 8vw) auto 0 auto;
}
#howto .product .comment::before,
#howto .product .comment::after {
  background: #000;
}
@media screen and (max-width: 768px) {
  #howto {
    padding: 18vw 0 20vw 0;
  }
  .parallax-bg3 {
    aspect-ratio: 15 / 39;
    display: flex;
    justify-content: center;
  }
  #page-eyelashserum .parallax-bg3 img {
    width: 300%;
  }
  #howto .care-comment {
    font-size: 3.5vw;
  }
  #howto .continuing {
    padding: 0.6em 0;
    width: 19em;
    font-size: 4.5vw;
    line-height: 1.4;
  }
  #howto .step-comment {
    width: 55vw;
    margin: 8vw auto 0 auto;
  }
  #howto .contents > h2 {
    width: 50vw;
  }
  #howto .lead-txt {
    font-size: 3vw;
  }
  #howto .step-list {
    width: 86%;
    flex-direction: column;
  }
  #howto .step-list li {
    width: 100%;
  }
  #howto .step-list li .step-num {
    width: 22%;
    top: -6%;
    left: 10%;
  }
  #howto .step-list li .step-img {
    width: 70%;
    margin: 0 auto;
  }
  #howto .step-list li p {
    font-size: 3vw;
  }
  #howto .step-list .arrow {
    position: relative;
    width: 7%;
    left: auto;
    top: auto;
    transform: translateX(0);
    margin: 3vw auto;
  }
  #howto .use-extra {
    width: 62vw;
    margin: 12vw auto 0 auto;
  }
  #howto .use-extra .extra-comment {
    width: 14em;
    font-size: 3.6vw;
  }
  #howto .product {
    margin: 20vw auto 0 auto;
  }
}

/* シリーズ
---------------------------------------------------*/
#series {
  background: #e7e7e7;
  padding: min(100px, 6vw) 0 min(100px, 7vw) 0;
}
#series .inner {
  width: min(940px, 90%);
  margin: 0 auto;
}
#series .sub-title {
  text-align: center;
  font-family: var(--ff-g);
  font-size: var(--fs-20);
  letter-spacing: 0.06em;
}
#series h2 {
  text-align: center;
  font-size: var(--fs-36);
  margin-bottom: 1em;
}
#series .series-cards {
  display: flex;
  justify-content: space-between;
}
#series .series-cards .card {
  position: relative;
  width: 48%;
  padding: min(60px, 4vw) 2% min(40px, 3vw) 2%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#series .card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 25%;
}
#series .card.light .badge {
  left: auto;
  right: 12px;
}
#series .card .item-img {
  width: 44%;
  margin: 0 auto;
}
#series .card .catch {
  font-size: var(--fs-24);
  line-height: 1.3;
  margin: 0.8em 0 0.8em 0;
}
#series .card .catch .note {
  display: block;
  margin: 0.7em auto 0 auto;
  font-size: 40%;
  font-family: var(--ff-g);
}
#series .card ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  color: #000;
  font-family: var(--ff-g);
  font-size: var(--fs-12);
}
#series .card ul.tags li {
  width: calc(50% - 5px);
  background: #fff;
  line-height: 1;
  padding: 0.8em 0;
}
#series .card .tags-note {
  font-family: var(--ff-g);
  font-size: var(--fs-10);
  margin-top: 1em;
  line-height: 1.4;
}
#series .card .item-info {
  margin: 2em 0;
  font-family: var(--ff-g);
  font-size: var(--fs-14);
  line-height: 1.6;
}
#series .card .store-btn {
  margin-top: auto;
}
#series .card .store-btn a {
  font-size: var(--fs-16);
  width: 48%;
}
/* color */
#series .series-cards .card.dark {
  background: #555;
  color: #fff;
}
#series .series-cards .card.light {
  background: #fff;
}
#series .series-cards .card.light ul.tags li {
  background: #e7e7e7;
}
@media screen and (max-width: 768px) {
  #series {
    padding: 20vw 0;
  }
  #series .inner {
    width: 86%;
  }
  #series .sub-title {
    font-size: 3.5vw;
  }
  #series h2 {
    font-size: 6.5vw;
    line-height: 1.3;
    margin: 0.5em 0 1.2em 0;
  }
  #series .series-cards {
    flex-direction: column;
  }
  #series .series-cards .card {
    width: 100%;
    padding: 8vw 6vw;
  }
  #series .series-cards .card.light {
    margin-top: 40px;
  }
  #series .card .badge {
    top: -24px;
    width: 24%;
  }
  #series .card.light .badge {
    left: 12px;
    right: auto;
  }
  #series .card .item-img {
    width: 56%;
  }
  #series .card .catch {
    font-size: 4vw;
  }
  #series .card ul.tags {
    font-size: 2.6vw;
  }
  #series .card .item-info {
    margin: 2em 0 1.4em 0;
  }
  #series .card .store-btn a {
    font-size: 3.5vw;
    width: 70%;
  }
}

/* Q&A
---------------------------------------------------*/
#qa {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(0deg, #b2b7c1, #b2b7c1 30%, #fff 70%, #fff 100%);
  padding: min(100px, 6vw) 0 min(100px, 7vw) 0;
}
#qa #media {
  position: relative;
  width: min(1110px, 80vw);
  margin: 0 auto min(100px, 7vw) auto;
  text-align: center;
}
#qa #media .video-wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 45%;
}
#qa #media .insta-id {
  font-family: var(--ff-g);
  font-size: var(--fs-24);
  margin-top: 0.5em;
  letter-spacing: 0.06em;
}
#qa #media .insta-id img {
  width: 6%;
  margin-right: 2%;
  vertical-align: text-bottom;
}
#qa #media video {
  width: 100%;
  height: auto;
  display: block;
}
#qa #media .badge {
  position: absolute;
  width: 24%;
  top: -3%;
  right: 0;
  z-index: 1;
}
#qa h2 {
  text-align: center;
  font-size: var(--fs-36);
  line-height: 1;
  margin-bottom: 1.5em;
}
#qa h2 img {
  display: block;
  width: 70px;
  margin: 0 auto 20px auto;
}
#qa h2 span {
  display: inline-block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 1em;
}
#qa .faq-item {
  width: min(950px, 86%);
  background: #f0f0f0;
  margin: 0 auto 1em auto;
  font-family: var(--ff-g);
  font-size: var(--fs-18);
  padding: 1.5em 1em 1em 1em;
}
#qa .faq-item dt {
  padding: 0 0 0.6em 1em;
  font-weight: bold;
}
#qa .faq-item dt::before {
  content: 'Q. ';
}
#qa .faq-item dd {
  background: #fff;
  padding: 1em;
}
#qa .faq-item dd::before {
  content: 'A. ';
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #qa {
    padding: 12vw 0 16vw 0;
  }
  #qa #media {
    width: 90vw;
    margin: 0 auto 12vw auto;
  }
  #qa #media .video-wrap {
    width: 80%;
  }
  #qa #media video {
    margin-top: -2vw;
  }
  #qa #media .insta-id {
    font-size: 4vw;
  }
  #qa #media .insta-id img {
    width: 7%;
  }
  #qa #media .badge {
    position: relative;
    width: 40%;
    margin: 0 auto;
  }
  #qa h2 {
    font-size: 5.5vw;
  }
  #qa h2 img {
    width: 12vw;
    margin: 0 auto 10px auto;
  }
  #qa .faq-item {
    font-size: 3vw;
  }
}

/* 注釈
---------------------------------------------------*/
.note-area {
  background: #e7e7e7;
  padding: 3em 0;
  font-family: var(--ff-g);
  font-size: 10px;
  text-align: justify;
}
.note-area p {
  width: min(950px, 86%);
  margin: 0 auto;
}


/* animation
---------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media print and (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 80%, 0) scaleY(1.2);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  70% {
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.fadeIn.animated {
  opacity: 0;
}
.fadeIn.did {
  animation-name: fadeIn;
  animation-duration: 0.6s;
}
.fadeInUp.animated {
  opacity: 0;
}
.fadeInUp.did {
  animation-name: fadeInUp;
  animation-duration: 0.6s;
}
.fadeInLeft.animated {
  opacity: 0;
}
.fadeInLeft.did {
  animation-name: fadeInLeft;
  animation-duration: 0.6s;
}
.bounceInUp.animated {
  opacity: 0;
}
.bounceInUp.did {
  animation: bounceInUp 0.6s ease-out forwards;
  opacity: 1;
}
.reveal.animated {
  clip-path: inset(0 100% 0 0);
}
.reveal.did {
  animation: reveal 0.6s ease-out forwards;
}

/*# sourceMappingURL=main.css.map */
