@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : LP CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}

main {
  width: 100%;
  max-width: 100%;
}

#Header,
#Foot {
  display: none;
}

#Contents {
  margin-bottom: 0;
}

.lp_contents a {
  text-decoration: none;
}

.lp_contents img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: optimizequality;
}

.lp_contents * {
  font-feature-settings: "palt";
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

/* ===================
      Roots
=================== */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansCJKjp-DemiLight.otf") format("opentype"),
    url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"),
    url("../font/NotoSansCJKjp-DemiLight.woff2") format("woff2");
}

:root {
  --font-noto: "Noto Sans JP", sans-serif;
  --font-garamond: "adobe-garamond-pro", serif;
  --font-europa: "europa", sans-serif;
  --color-black: #000;
  --color-white: #fff;
}

/* ===================
  LP Contents
=================== */

.lp_contents {
  /* opacity: 0;
  animation: opa1 2.5s ease-in-out 0s 1 forwards; */
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-family:  "neue-haas-grotesk-display","Noto Sans JP", serif;
  font-weight: 400;
  /*background: url(../img/bg-all.svg) 0 70rem no-repeat #ceabaa;
  background-size: 100% auto;*/
}

.lp_contents .page_bg {
  background: linear-gradient(0deg, rgba(234, 239, 237, 1) 0%, rgba(234, 239, 244, 1) 15%, rgba(233, 236, 222, 1) 30%, rgba(233, 213, 208, 1) 42%, rgba(193, 172, 191, 1) 50%, rgba(246, 229, 215, 1) 61%, rgba(196, 207, 226, 1) 78%, rgba(225, 233, 239, 1) 88%, rgba(228, 237, 232, 1) 95%, rgba(237, 237, 232, 1) 100%);
  padding-bottom: 13.5rem;
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.lp_contents p {
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: 0.075em;
  color: var(--color-black);
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lp_contents sup {
  font-size: 1rem;
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    background-image .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.lp_contents a:hover {
  opacity: 0.6;
}

.lp_contents h1 {
  padding: 0;
}

.lp_contents .flex {
  display: flex;
  justify-content: center;
}

.lp_contents .box_content {
  text-align: center;
}

.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  color: var(--color-black);
}

.lp_contents .font_avenir {
  font-family: var(--font-europa);
  font-weight: 400;
}

.lp_contents .ttl_wrap {
  padding: 2.4rem 0 1.6rem;
  background-color: #E8DAC3;
}

.slider-mainarea li img ,
.slider-mainarea_2 li img ,
.slider-mainarea_3 li img {
  width:100%;
  height:auto;
}
.slider-mainarea .slick-dots ,
.slider-mainarea_3 .slick-dots {
    bottom: -1.5rem;
    display: flex;
    justify-content: flex-start;
}
.slider-mainarea_2 .slick-dots {
    display: flex;
    justify-content: flex-end;
}
.slider-mainarea .slick-dots li ,
.slider-mainarea_2 .slick-dots li ,
.slider-mainarea_3 .slick-dots li{
    width: 8rem;
    height: 1px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #d8d8d8;
    overflow: hidden;
}
.slider-mainarea .slick-dots li:not(:last-child) ,
.slider-mainarea_2 .slick-dots li:not(:last-child) ,
.slider-mainarea_3 .slick-dots li:not(:last-child){
  margin-right:5px;
}
.slider-mainarea .slick-dots li.slick-active button::after ,
.slider-mainarea_2 .slick-dots li.slick-active button::after ,
.slider-mainarea_3 .slick-dots li.slick-active button::after{
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  animation: progress 6s linear 0s forwards; /* ここでアニメーションのスピードをスライドの秒数に合わせて調整をする */
  z-index:1;
}
@keyframes progress {
  0%{
    width:0;
  }
  100% {
    width:100%;
  }
}

.lp_contents .en {
  font-family: var(--font-europa);
  font-weight: 400;
}

.lp_contents .price_sml .en {
  letter-spacing: 0.02em;
  padding-right: 0.3rem;
}

/* ===================
  　　　Animation
=================== */


/* -- keyframes -- */

@-webkit-keyframes indexItems {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@keyframes indexItems {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.js-loadfade {
  opacity: 0;
  transition: opacity 1.8s;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, var(--color-black) 58.3333333333%, var(--color-black));
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, var(--color-black) 58.3333333333%, var(--color-black));
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: -webkit-mask-position 2s linear;
  transition: mask-position 2s linear;
  transition: mask-position 2s linear, -webkit-mask-position 2s linear;
}

.js-loadfade.active {
  opacity: 1;
  -webkit-mask-position: center 0;
  mask-position: center 0;
}

.js-up2downfade {
  opacity: 0;
  transition: opacity 1.8s;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, var(--color-black) 58.3333333333%, var(--color-black));
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, var(--color-black) 58.3333333333%, var(--color-black));
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: -webkit-mask-position 2s linear;
  transition: mask-position 2s linear;
  transition: mask-position 2s linear, -webkit-mask-position 2s linear;
}

.js-up2downfade.active {
  opacity: 1;
  -webkit-mask-position: center 0;
  mask-position: center 0;
}

@keyframes opa1 {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1.8s 0s, transform 1.8s 0s;
}

.js-fade.active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.8s 0s, transform 1.8s 0s;
}



/* ===================
  　　　 menu
=================== */
.lp_contents .menu {
  margin-bottom: 8.7rem;
  padding: 1.7rem 1.8rem 1.5rem;
  background-color: #E8DAC3;
  width: 100%;
}

.lp_contents .menu__link--text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "europa", sans-serif;
  letter-spacing: .07em;
  text-align: center;
}

.lp_contents .menu__link--text a {
  font-size: 1.8rem;
  font-weight: 400;
}

.lp_contents .menu a {
  cursor: pointer;
}

.lp_contents .fixed_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1.3rem 0;
  background-color: var(--color-black);
  width: 100%;
  z-index: 100;
  font-family: var(--font-garamond);
}

.lp_contents .fixed_menu__link--text {
  letter-spacing: .07em;
  text-align: center;
}

.lp_contents .fixed_menu__link--text a {
  display: inline-block;
  position: relative;
  margin: 0 10.4rem;
  font-size: 2.2rem;
  font-weight: 400;
  padding-bottom: 0.1rem;
  border-bottom: #fff solid 0.1rem;
  color: #fff;
}

.lp_contents .fixed_menu__link--text a::before {
  position: absolute;
  top: 50%;
  left: -7rem;
  width: 1px;
  height: 1.6rem;
  background: var(--color-black);
  transform: translateY(-50%);
  content: "";
}

.lp_contents .fixed_menu__link--text a:first-child:before {
  display: none;
}

.lp_contents .fixed_menu a {
  cursor: pointer;
}

.lp_contents .fixed_menu.fixed {
  transform: translateY(0);
  animation: fade-in .6s ease-in-out forwards;
}

.lp_contents .fixed_menu.none-fixed {
  transform: translateY(100%);
  animation: fade-out .6s ease-in-out forwards;
}


@keyframes fade-in {
  0% {
    transform: translateY(100%);
    visibility: hidden;
  }

  100% {
    transform: translateY(0);
    visibility: visible;
  }
}

@keyframes fade-out {
  0% {
    transform: translateY(0);
    visibility: visible;
  }

  100% {
    transform: translateY(100%);
    visibility: hidden;
  }
}

/* ===================
  　　　 MV
=================== */

.lp_contents .mv_sec {
  position: relative;
}

.lp_contents .mv {
  display: block;
  margin: 0 auto;
}

.lp_contents .mv_pic picture {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.lp_contents .mv_pic_group {
  position: relative;
}

.lp_contents .mv_lead_ttl {
  padding-top: 12rem;
  font-family: var(--font-garamond);
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}

.lp_contents .mv_lead_sub_ttl {
  margin-top: 2.8rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}

.lp_contents .mv_lead_cont ,
.lp_contents .acc_cont {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 5.2rem;
  z-index: 0;
}

.lp_contents .mv_lead_cont .acc_cont {
  margin-top: 3.5rem;
}

.lp_contents .mv_lead_cont .btn_viewmore {
  position: relative;
  text-align: center;
  font-family: var(--font-europa);
  font-size: 1.5rem !important;
  margin-top: -0.8rem;
  z-index: 0;
}

.lp_contents .mv_lead_cont .btn_viewmore::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 25.2rem;
  top: -18rem;
  left: 0;
  background: linear-gradient(0deg, rgba(225, 233, 239, 0) 0%, rgb(227 235 234) 30%, rgba(228, 237, 232, 0) 100%);
  z-index: 1;
}

.lp_contents .mv_lead_cont .btn_viewmore.active::before {
  display: none;
}

.lp_contents .mv_lead_cont .btn_viewmore.active {
  margin-top: 4.6rem;
}

.lp_contents .mv_lead_cont .btn_viewmore span {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  background: url(../img/icn_plus_mv.svg) no-repeat right 1rem;
  background-size: 0.7rem;
  cursor: pointer;
  z-index: 2;
}

.lp_contents .mv_lead_cont .btn_viewmore.active span {
  background-image: url(../img/icn_minus_mv.svg);
  background-position-y: 1.2rem;
  background-position-x: 4.5rem;
  background-size: 0.5rem;
}

.lp_contents .lead_items {
  display: flex;
  justify-content: center;
  padding-top: 10rem;
}

.lp_contents .lead_items .item_blk {
  width: 20rem;
  margin: 0 1rem;
  text-align: center;
}

.lp_contents .lead_items .item_img {
  width: 100%;
}

.lp_contents .lead_items .item_name {
  margin-top: 2.8rem;
  font-family: var(--font-garamond);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.lp_contents .lead_items .item_blk:nth-of-type(4) .item_name ,
.lp_contents .lead_items .item_blk:nth-of-type(5) .item_name {
  margin-top: 1.6rem;
}

.lp_contents .lead_items .item_price {
  margin-top: 1.8rem;
  font-family: "neue-haas-grotesk-display","Noto Sans JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.025em;
}

.lp_contents .lead_items .item_price .limited {
  display: inline-block;
  font-family: var(--font-europa);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-right: 1.1rem;
}

.lp_contents .lead_items .item_price .price {
  display: inline-block;
  font-family: var(--font-europa);
  font-weight: 400;
  padding-right: 0.4rem;
}

.lp_contents .lead_items .item_price .tax {
  display: inline-block;
  padding-left: 0.8rem;
}

.lp_contents .lead_items .item_blk:nth-of-type(4) .item_price ,
.lp_contents .lead_items .item_blk:nth-of-type(5) .item_price {
  margin-top: 0.4rem;
}

/* ===================
    ITEM PKG
=================== */
.lp_contents .item_sec {
  position: relative;
  z-index: 0;
  margin-top: 12.8rem;
}

.lp_contents .item_sec .inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.lp_contents .item_sec .text_wrap {
  width: auto;
  padding-left: 10rem;
}

.lp_contents .item_sec .ttl {
  margin-top: 5.5rem;
  font-size: 3rem;
  line-height: 1.25;
}

.lp_contents .item_sec .sub_ttl {
  margin-bottom: 2.8rem;
  font-family: "europa", sans-serif;
  font-size: 1.8rem;
}

.lp_contents .item_sec .item_name {
  margin-bottom: 2.6rem;
}

.lp_contents .item_sec .price {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3.2rem;
  font-family: var(--font-noto);
  font-size: 1.4rem;
  z-index: 0;
}

.lp_contents .item_sec .btn_item a {
  display: inline-block;
  margin: 5.2rem auto 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: var(--font-noto);
  line-height: 2;
  letter-spacing: 0.075em;
  padding-bottom: 0.2rem;
  border-bottom: var(--color-black) solid 0.1rem;
}

.lp_contents #AROUSE_LIPS .price:nth-of-type(2) {
  margin-top: 1rem;
  justify-content: flex-start;
}

.lp_contents #AROUSE_LIPS .price:nth-of-type(2) .price_sml {
  margin-left: 0;
}

.lp_contents #AROUSE_LIPS .price:nth-of-type(2) .price_sml.__2 {
  margin-left: 0.2rem;
}

.lp_contents .item_sec .price .tag_line {
  padding: .4rem .9rem;
  width: fit-content;
  height: fit-content;
  border: 1px solid var(--color-black);
  font-family: var(--font-europa);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}

.lp_contents .item_sec .price .shape {
  margin-left: 2rem;
  letter-spacing: 0.25em;
}

.lp_contents .item_sec .price .price_sml {
  margin-left: 1.2rem;
  letter-spacing: 0.15em;
}

.lp_contents .item_sec .price .tax {
  margin-left: 0.6rem;
}

.lp_contents .item_sec .text {
  margin-top: 1.6rem;
  font-family: var(--font-noto);
  font-size: 1.6rem;
  line-height: 1.75;
}

.lp_contents .item_sec .text_wrap h3,
.lp_contents .item_sec .text_wrap p {
  /* text-align: left; */
}

.lp_contents .item_sec_wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.lp_contents .item_sec_wrap:nth-of-type(n+2) {
  margin-top: 10.3rem;
}

.lp_contents .item_sec_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.lp_contents .item_sec_wrap:nth-of-type(even) .text_wrap {
  padding: 0 17.2rem 0 0;
}

#INDICATE_EYEBROW_POWDER.item_sec_wrap:nth-of-type(even) .text_wrap {
  padding: 0 12rem 0 0;
}

.lp_contents .item_sec_wrap:nth-of-type(even) .img_wrap {
  width: 49%;
  position: relative;
}

#AROUSE_LIPS .img_wrap img {
  transform: scale(1.01);
}

.lp_contents .item_sec .img_wrap {
  width: 49%;
}

.lp_contents .txt_note {
  padding-top: 3rem;
  font-size: 1.2rem;
}

/* ---- Other Item ---- */
.other_item {
  position: relative;
  left: -3rem;
  width: 68rem;
  margin: 3rem auto 0;
  padding: 3.7rem 7.4rem 4.5rem;
  background: rgba(255, 255, 255, 0.2);
}

.other_item .other_ttl {
  margin-bottom: 1.2rem !important;
}

.lp_contents .item_sec .ttl {
  /* margin-bottom: 0; */
  text-align: left;
}

.lp_contents .item_sec .ttl span {
  display: block;
  text-align: left;
}

.lp_contents .item_sec .ttl .txt_en {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.lp_contents .item_sec .ttl .txt_ja {
  margin-bottom: 1.5rem;
  font-family: "neue-haas-grotesk-display","Noto Sans JP", serif;
  font-size: 1.5rem;
}

.lp_contents .item_sec .other_img {
  position: absolute;
  top: -7.9rem;
  right: 6.5rem;
  width: 14rem;
}

.lp_contents .item_sec .other_price {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.lp_contents .item_sec .other_cont {
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  line-height: 2;
}


/* ===================
  USE SECTION
=================== */
.lp_contents .use_sec {
  background: linear-gradient(180deg, rgba(229,192,174,1) 0%, rgba(239,202,175,1) 48%, rgba(241,187,159,1) 100%);
}

.lp_contents .use_sec .inner {
  margin: 0 auto;
  width: 106rem;
}

.lp_contents .use_sec .ttl {
  margin-bottom: 3.3rem;
  font-size: 3.8rem;
}

.lp_contents .use_sec_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 12rem;
}

.lp_contents .use_sec_inner:nth-child(2n) {
  flex-direction: row-reverse;
}

.lp_contents .use_img {
  position: relative;
  display: block;
}

.lp_contents .use_img .use_ttl {
  position: absolute;
  top: 39.9rem;
  right: -11.2rem;
  color: #bc5b53;
  font-family: var(--font-garamond);
  font-size: 5.4rem;
  transform: rotate(90deg);
  font-weight: 100;
  opacity: 0.5;
  letter-spacing: 0.05em;
}

.lp_contents .use_img .use_ttl span {
  display: inline-block;
  color: #bc5b53;
  font-size: 8rem;
  padding-left: 2rem;
}

#Look02 .use_img .use_ttl,
#Look02 .use_img .use_ttl span {
  color: #cc5a2e;
}

.lp_contents .slider-mainimg {
  width: 40rem;
}

.lp_contents .thumbnail-img {
  position: relative;
  width: 2rem !important;
  height: 2rem;
  margin-right: 0.6rem;
  padding: 0.4rem;
  z-index: 0;
}

.lp_contents .thumbnail-img::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #333333;
  content: "";
}

.lp_contents .thumbnail-img.slick-current::before {
  opacity: 1;
}



.lp_contents .slider-mainimg .slider-item {}


.lp_contents .slider-thumbnail {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  width: 40rem;
  height: 3.6rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: -3.5rem;
  padding-right: 1rem;
}

.lp_contents .slider-thumbnail ul {}

.lp_contents .slider-thumbnail .slick-track {
  width: auto !important;
}

.lp_contents .slider-thumbnail .slider-item {
  position: relative;
  width: 2rem !important;
  height: 2rem;
  margin-right: 0.5rem;
  padding: 0.4rem;
  z-index: 0;
}

.lp_contents .slider-thumbnail .slider-item::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #333333;
  content: "";
}

.lp_contents .slider-thumbnail .slider-item.slick-current::before {
  opacity: 1;
}

.lp_contents .slider-thumbnail .slick-track {
  transform: unset !important;
  margin: 0;
}

.lp_contents .item>.img_wrap {
  width: 12.5rem;
}

.lp_contents .item_text .acc_cont {
  display: none;
}

.lp_contents .item_text>.img_wrap {
  position: absolute;
  top: -8.8rem;
  left: 14.2rem;
  width: 8.9rem;
  height: 6.1rem;
  z-index: 0;
}

.lp_contents .item_text li {
  padding-bottom: .4rem;
  font-family: "neue-haas-grotesk-display","Noto Sans JP", serif;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: left;
  /* white-space: nowrap; */
  padding-left: 2rem;
  position: relative;
}

.lp_contents .item_text li span {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  margin-left: -2rem;
  padding-right: .8rem;
  font-family: var(--font-garamond);
  font-size: 1.8rem;
}

.lp_contents .use_item {
  width: 50.6rem;
  margin-top: -.4rem;
  font-size: 1.8rem;
  padding-right: .4rem;
}


/* -- VIEW MORE -- */

.btn_viewmore {
  margin-top: 2.1rem;
  text-align: right;
  font-family: var(--font-garamond);
  font-size: 1.7rem !important;
}

.btn_viewmore span {
  display: inline-block;
  padding-right: 2.7rem;
  background: url(../img/icn_plus.svg) no-repeat right center;
  background-size: 1.6rem;
  cursor: pointer;
}

.btn_viewmore.active span {
  background-image: url(../img/icn_minus.svg);
}

.btn_viewmore span:hover {
  opacity: .6;
}

.lp_contents .sub_ttl {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}

.lp_contents .ttl {
  font-family: var(--font-garamond);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.lp_contents .sec_text {
  line-height: 1.75;
  text-align: center;
}



/* ===================
　　　Makeup Look
=================== */
.lp_contents .MakeupLook {
  margin-top: 12.8rem;
}

.tab-group {
  width: 100%;
  margin: 5.3rem auto 0;
  list-style: none;
  text-align: center;
}

.tab-button {
  display: flex;
  justify-content: center;
  gap: 5rem;
  list-style: none;
  cursor: pointer;
}

.tab-button .tab {
  width: 23.4rem;
}

.tab-button .is-display {
  position: relative;
  z-index: 0;
}

.tab-button .is-display::before {
  position: absolute;
  display: block;
  content: "";
  width: 24.2rem;
  height: 31.487rem;
  top: -0.4rem;
  left: -0.4rem;
  z-index: 1;
  border: 0.15rem solid #000000;
}

.tab-contents {
  margin-top: 6.5rem;
}

.tab-contents .makeup_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f3f3f5;
}

.tab-contents .makeup_img {
  width: 50%;
}

.tab-contents .makeup_items {
  width: 53rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 4rem;
  row-gap: 4.5rem;
  margin: 15.4rem 0 0 6%;
}

/* @media screen and (min-width: 1500px) and (max-width: 1750px) {
  .tab-contents .makeup_items {
    width: 36%;
  }
  .tab-contents .makeup_items .makeup_blk {
    width: 28% !important;
  }
}

@media screen and (min-width: 1750px) and (max-width: 1829px) {
  .tab-contents .makeup_items {
    width: 30%;
  }
  .tab-contents .makeup_items .makeup_blk {
    width: 28% !important;
  }
}

@media screen and (min-width: 1830px) {
  .tab-contents .makeup_items {
    width: 29%;
  }
  .tab-contents .makeup_items .makeup_blk {
    width: 28% !important;
  }
} */

@media screen and (min-width: 1401px) {
  .lp_contents .item_sec_wrap {
    align-items: center;
  }
}

.tab-contents .makeup_items .makeup_blk {
  width: 15rem;
}

.tab-contents .makeup_items .makeup_blk img {
  width: 100%;
}

.tab-contents .makeup_items .makeup_blk p {
  font-family: var(--font-noto);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 1.5rem;
}

.content {
  display: none;
}

.content.is-display {
  display: block;
  animation: panel-show 1.8s ease-in-out;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin: 2.5rem auto 0;
}

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  cursor: pointer;
  font-size: 2.6rem;
  font-family: var(--font-garamond);
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: all .5s ease;
  text-align: left;
  padding-bottom: 0.8rem;
  border-bottom: solid var(--color-black) 0.1rem;
  margin-bottom: 3.6rem;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
  position: absolute;
  content: '';
  width: 2.2rem;
  height: 0.1rem;
  background-color: #000000;
  
}
.accordion-area .title::before{
  top: 36%;
  right: 0;
  transform: rotate(0deg);
  
}
.accordion-area .title::after{    
  top: 36%;
  right: 0;
  transform: rotate(90deg);
  transition: ease-in-out 0.4s;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  text-align: left;
}

.accordion-area .box ul {
  padding-left: 0.2rem;
}



.accordion-area .box li {
  font-size: 1.4rem;
  font-family: var(--font-noto);
  letter-spacing: 0.07em;
  line-height: 1.9;
  text-align: left;
}

.accordion-area .box li .number {
  display: inline-block;
  font-size: 1.4rem;
  font-family: var(--font-europa);
  letter-spacing: 0.07em;
  padding-right: 1rem;
}

.accordion-area .box li:nth-of-type(-n+9) .number {
  padding-right: 1.8rem;
}

.accordion-area .box li:nth-of-type(n+10) .number {
  padding-right: 1.1rem;
}

.accordion-area .box li .space {
  padding-left: 3.1rem;
}

.accordion-area .view_btn {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.75;
  font-family: var(--font-garamond);
  letter-spacing: 0.04em;
  border-bottom: solid var(--color-black) 0.1rem;
  margin-top: 4.5rem;
  margin-bottom: 16rem;
}


.look-01 .accordion-area .box li:nth-of-type(1) .number {
  padding-right: 2rem;
}
.look-01 .accordion-area .box li:nth-of-type(2) .number ,
.look-01 .accordion-area .box li:nth-of-type(3) .number {
  padding-right: 1.8rem;
}
.look-01 .accordion-area .box li:nth-of-type(7) .number {
  padding-right: 1.9rem;
}
.look-01 .accordion-area .box li:nth-of-type(9) .number {
  padding-right: 2rem;
}


.look-02 .accordion-area .box li:nth-of-type(1) .number {
  padding-right: 2rem;
}
.look-02 .accordion-area .box li:nth-of-type(7) .number {
  padding-right: 2rem;
}
.look-02 .accordion-area .box li:nth-of-type(9) .number {
  padding-right: 1.9rem;
}
.look-02 .accordion-area .box li:nth-of-type(11) .number {
  padding-right: 1.4rem;
}



/* ===================
　　　RELEASE DAY
=================== */

.lp_contents .release_sec {
  margin: 12.8rem auto 0;
  width: 80rem;
}

.lp_contents .release_sec .release_ttl {
  text-align: center;
  font-family: var(--font-noto);
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  background-color: var(--color-black);
  color: #fff;
  padding: 1.5rem 0;
  margin-top: 5rem;
}

.lp_contents .release_sec .release_ttl:nth-of-type(n+2) {
  margin-top: 1rem;
}

.lp_contents .release_sec .release_inner {
  text-align: center;
  font-family: var(--font-noto);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.07em;
  border: var(--color-black) solid 0.1rem;
  padding: 2.2rem 0;
}


/* ---- インフォ ---- */
.info_content {
  margin: 3.6rem auto 0;
  text-align: center;
  letter-spacing: 0.08rem;
  font-family: var(--font-noto);
  font-size: 1.2rem;
  color: var(--color-black);
}

.info_content a {
  text-decoration: underline;
  color: var(--color-black);
}

.info_content a:hover {
  text-decoration: none;
}

.lp_contents .btn_all {
  text-align: center;
  margin-top: 11.5rem;
}

.lp_contents .btn_all a {
  margin: 10rem auto 0;
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--font-garamond);
  line-height: 2;
  letter-spacing: 0.025em;
  padding-bottom: 0.7rem;
  border-bottom: var(--color-black) solid 0.1rem;
}

/*=======================================
              Responsive
========================================*/


/* --------------- ▽ pagination animation ▽ --------------- */
.swiper-pagination {
  position: relative;
  display: flex;
  font-size: 0;
  justify-content: flex-start;
}
#AROUSE_LIPS .swiper-pagination {
  justify-content: flex-end;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: fit-content;
  position: relative;
  border-radius: 0;
  background-color: rgba(40, 39, 37, 0.2);
  opacity: 1;
  position: relative;
  right: initial;
}
.swiper-pagination-bullet .bulletInner {
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  content: "";
  z-index: 100;
}
.swiper-pagination-bullet-active .bulletInner {
  animation: progress 6s linear forwards;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    gap: 0.6rem;
    margin-top: 1.2rem;
  }
  .swiper-pagination {
    justify-content: flex-start;
  }
  .swiper-pagination-bullet {
    width: 8rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 50%;
    height: calc(2* 100vw / 750);
  }

  .swiper-pagination,
  .swiper-pagination {
    justify-content: center;
    margin-top: 0;
    gap: 0;
  }
}

@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* --------------- △ pagination animation △ --------------- */




/* only PC */

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }

  .look-01 .accordion-area .box li .space {
    padding-left: 0;
  }

  form {
    width: 100%;
    overflow: hidden;
  }
}



/*=======================================
                    PC
========================================*/

@media screen and (min-width: 769px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .lp_contents {
    overflow: hidden;
  }

/*
  .lp_contents .item_sec_wrap:nth-of-type(even) .img_wrap {
    top: -2rem;
  }
*/

  


}



/* only tablet */

@media screen and (min-width: 769px) and (max-width: 1400px) {

  html {
    font-size: calc(10 * (100vw / 1400));
  }

}



/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .lp_contents {
    overflow: hidden;
    margin: 0 auto;
  }

  .lp_contents p {
    font-size: calc(25 * (100vw / 750));
  }

  /*
  #share {
    transition: transform .3s;
  }

  #share.move {
    transform: translateY(calc(-100 * (100vw / 750)));
  }

  .page-share-btn {
    position: absolute;
  } */

  .sp_no_fade .js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sp_no_fade .js-fade.active {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body, #Wrap {
    color: var(--color-black);
  }

  /* ===================
      Button Setting
  =================== */
  .lp_contents .btn {
    padding: calc(15 * (98vw / 750)) 0 calc(17 * (98vw / 750));
    width: calc(670 * (100vw / 750));
    height: calc(100 * (100vw / 750));
  }

  .lp_contents .btn a {
    padding: 0;
    font-size: calc(40 * (100vw / 750));
    font-weight: 400;
    background-position: 98.5% center;
    background-size: calc(34 * (100vw / 750));
    letter-spacing: 0.08em;
  }


  .lp_contents .page_bg {
    background: linear-gradient(0deg, rgba(234, 239, 237, 1) 0%, rgba(234, 239, 244, 1) 15%, rgba(233, 236, 222, 1) 27%, rgba(233, 213, 208, 1) 42%, rgba(193, 172, 191, 1) 47%, rgba(246, 229, 215, 1) 65%, rgba(196, 207, 226, 1) 76%, rgba(225, 233, 239, 1) 88%, rgba(228, 237, 232, 1) 95%, rgba(237, 237, 232, 1) 100%);
    padding-bottom: calc(220*(100vw / 750));
  }
  
/* ===================
  　　　 menu
=================== */
.lp_contents .menu {
  margin-bottom: 8.7rem;
  padding: 1.7rem 1.8rem 1.5rem;
  background-color: #E8DAC3;
  width: 100%;
}

.lp_contents .menu__link--text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "europa", sans-serif;
  letter-spacing: .07em;
  text-align: center;
}

.lp_contents .menu__link--text a {
  font-size: 1.8rem;
  font-weight: 400;
}

.lp_contents .menu a {
  cursor: pointer;
}

.lp_contents .fixed_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: calc(30*(100vw / 750)) calc(30*(100vw / 750));
  background-color: var(--color-black);
  width: 100vw;
  z-index: 100;
  font-family: var(--font-garamond);
}

.lp_contents .fixed_menu__link--text {
  letter-spacing: .07em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.lp_contents .fixed_menu__link--text a {
  display: inline-block;
  position: relative;
  margin: 0 calc(0*(100vw / 750));
  font-size: calc(34 *(100vw/750));
  font-weight: 400;
  padding-bottom: calc(10*(100vw / 750));
  border-bottom: #fff solid calc(2 *(100vw/750));
  color: #fff;
}

.lp_contents .fixed_menu__link--text a::before {
  display: none;
}

.lp_contents .fixed_menu__link--text a:first-child:before {
  display: none;
}

.lp_contents .fixed_menu a {
  cursor: pointer;
}

.lp_contents .fixed_menu.fixed {
  transform: translateY(0);
  animation: fade-in .6s ease-in-out forwards;
}

.lp_contents .fixed_menu.none-fixed {
  transform: translateY(100%);
  animation: fade-out .6s ease-in-out forwards;
}


@keyframes fade-in {
  0% {
    transform: translateY(100%);
    visibility: hidden;
  }

  100% {
    transform: translateY(0);
    visibility: visible;
  }
}

@keyframes fade-out {
  0% {
    transform: translateY(0);
    visibility: visible;
  }

  100% {
    transform: translateY(100%);
    visibility: hidden;
  }
}

/* ===================
  　　　 MV
=================== */

.lp_contents .mv_sec {
  position: relative;
}

.lp_contents .mv {
  display: block;
  margin: 0 auto;
}

.lp_contents .mv_pic picture {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.lp_contents .mv_pic_group {
  position: relative;
}

.lp_contents .mv_lead_ttl {
  padding-top: calc(205*(100vw / 750));
  font-size: calc(68 *(100vw/750));
}

.lp_contents .mv_lead_sub_ttl {
  margin-top: calc(36*(100vw / 750));
  font-size: calc(32 *(100vw/750));
}

.lp_contents .mv_lead_cont ,
.lp_contents .acc_cont {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: calc(29 *(100vw/750));
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: calc(67*(100vw / 750));
  z-index: 0;
}

.lp_contents .mv_lead_cont .acc_cont {
  margin-top: calc(55*(100vw / 750));
}

.lp_contents .mv_lead_cont .btn_viewmore {
  position: relative;
  text-align: center;
  font-family: var(--font-europa);
  font-size: calc(24 *(100vw/750)) !important;
  margin-top: calc(44*(100vw / 750));
  z-index: 0;
  letter-spacing: 0;
}

.lp_contents .mv_lead_cont .btn_viewmore::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: calc(466*(100vw / 750));
  top: calc(-390*(100vw / 750));
  left: 0;
  background: linear-gradient(0deg, rgba(228, 237, 232, 0) 0%, rgba(228, 237, 232, 1) 29%, rgba(228, 237, 232, 0) 100%);
  z-index: 1;
}

.lp_contents .mv_lead_cont .btn_viewmore.active::before {
  display: none;
}

.lp_contents .mv_lead_cont .btn_viewmore.active {
  margin-top: calc(77*(100vw / 750));
}

.lp_contents .mv_lead_cont .btn_viewmore span {
  position: relative;
  display: inline-block;
  padding-right: calc(20*(100vw / 750));
  background: url(../img/icn_plus_mv.svg) no-repeat right calc(13*(100vw / 750));
  background-size: calc(10*(100vw / 750));
  cursor: pointer;
  z-index: 2;
}

.lp_contents .mv_lead_cont .btn_viewmore.active span {
  background-image: url(../img/icn_minus_mv_sp.svg);
  background-position-y: calc(18*(100vw / 750));
  background-position-x: calc(67*(100vw / 750));
  background-size: calc(7*(100vw / 750));
}

.lp_contents .lead_items {
  padding-top: calc(100*(100vw / 750));
}

.lp_contents .lead_items .item_blk {
  width: calc(300*(100vw / 750)) !important;
  max-width: calc(300*(100vw / 750));
  margin: 0 calc(10*(100vw / 750));
  text-align: center;
}

.lp_contents .lead_items .slick-track {
  float: none;
  display: flex;
  left: calc(160*(100vw / 750));
}

.lp_contents .lead_items .slick-list.draggable {
  padding: 0 calc(65*(100vw / 750)) !important;
}

/* .slick-center,
.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: translate3d(160px, 0, 0);
  opacity: 1;
}

.slick-active:not(.slick-center),
.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: translate3d(-160px, 0, 0);
    opacity: 1;
} */

.lp_contents .lead_items .item_img {
  width: 100%;
}

.lp_contents .lead_items .item_name {
  margin-top: calc(56*(100vw / 750));
  font-family: var(--font-garamond);
  font-size: calc(34 *(100vw/750));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lp_contents .lead_items .item_blk:nth-of-type(4) .item_name ,
.lp_contents .lead_items .item_blk:nth-of-type(5) .item_name {
  margin-top: calc(56*(100vw / 750));
}

.lp_contents .lead_items .item_price {
  margin-top: calc(52*(100vw / 750));
  font-size: calc(23 *(100vw/750));
}

.lp_contents .lead_items .item_price .limited {
  display: block;
  font-family: var(--font-europa);
  font-size: calc(23 *(100vw/750));
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-right: 0;
  line-height: 1.2;
}

.lp_contents .lead_items .item_price .price {
  font-weight: 400;
  padding-right: calc(5*(100vw / 750));
  letter-spacing: 0.05em;
}

.lp_contents .lead_items .item_price .tax {
  padding-left: calc(10*(100vw / 750));
}

.lp_contents .lead_items .item_blk:nth-of-type(4) .item_price ,
.lp_contents .lead_items .item_blk:nth-of-type(5) .item_price {
  margin-top: calc(52*(100vw / 750));
}

.lp_contents .lead_items .item_blk:nth-of-type(4) .item_price ,
.lp_contents .lead_items .item_blk:nth-of-type(5) .item_price {
  margin-top: calc(52*(100vw / 750));
}

.INDICATE_EYEBROW_POWDER .item_name , 
.INDICATE_EYEBROW_MASCARAC .item_name {
  margin-top: calc(30*(100vw / 750)) !important;
}

.INDICATE_EYEBROW_POWDER .item_price , 
.INDICATE_EYEBROW_MASCARAC .item_price {
  margin-top: calc(25*(100vw / 750)) !important;
}


/* ===================
    ITEM PKG
=================== */
.lp_contents .item_sec {
  position: relative;
  z-index: 0;
  margin-top: calc(215*(100vw / 750));
}

.lp_contents .item_sec .inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.lp_contents .item_sec .text_wrap {
  width: 100%;
  padding-left: 0;
}

.lp_contents .item_sec .ttl {
  margin-top: 0;
  font-size: calc(50 *(100vw/750));
}

.lp_contents .item_sec .sub_ttl {
  margin-bottom: 2.8rem;
  font-family: "europa", sans-serif;
  font-size: 1.8rem;
}

.lp_contents .item_sec .item_name {
  margin-bottom: 2.6rem;
}

.lp_contents .item_sec .price {
  display: block;
  align-items: center;
  position: relative;
  margin-top: calc(46*(100vw / 750));
  margin-left: calc(126*(100vw / 750));
  font-family: var(--font-noto);
  font-size: calc(25*(100vw/750));
  z-index: 0;
}

.lp_contents .item_sec .btn_item a {
  display: inline-block;
  margin: calc(74*(100vw / 750)) 0 0 calc(262*(100vw / 750));
  text-align: center;
  font-size: calc(28*(100vw / 750));
  font-family: var(--font-noto);
  line-height: 2;
  letter-spacing: 0.075em;
  padding-bottom: calc(5*(100vw / 750));
  border-bottom: var(--color-black) solid calc(2*(100vw / 750));
}

.lp_contents #AROUSE_LIPS .price:nth-of-type(2) {
  margin-top: calc(6*(100vw / 750));
}

.lp_contents #AROUSE_LIPS .price:nth-of-type(2) .price_sml {
  margin-left: 0;
}

.lp_contents #AROUSE_LIPS .price:nth-of-type(2) .price_sml.__2 {
  margin-left: 0.2rem;
}

.lp_contents .item_sec .price .tag_line {
  padding: calc(5*(100vw / 750)) calc(18*(100vw / 750));
  width: fit-content;
  height: fit-content;
  border: calc(2*(100vw / 750)) solid var(--color-black);
  font-family: var(--font-europa);
  font-size: calc(25 *(100vw/750));
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}

#AROUSE_LIPS .price {
  margin-top: calc(40*(100vw / 750));
  margin-left: 0;
  text-align: center;
}

#AROUSE_LIPS .price .tag_line {
  text-align: center;
  display: block;
  margin: 0 auto calc(27*(100vw / 750));
  padding: calc(9*(100vw / 750)) calc(22*(100vw / 750));
}

#AROUSE_LIPS .price .shape {
  margin-left: calc(6*(100vw / 750));
}

#AROUSE_LIPS .price .price_sml {
  letter-spacing: 0.15em;
}

#AROUSE_LIPS .price .price_sml .en {
  margin-left: 0;
  letter-spacing: 0.05em;
}

#AROUSE_LIPS .btn_item a {
  margin: calc(62*(100vw / 750)) 0 0 calc(262*(100vw / 750));
}

.lp_contents .item_sec .price .shape {
  margin-left: calc(30*(100vw / 750));
  letter-spacing: 0.25em;
}

.lp_contents .item_sec .price .price_sml {
  margin-left: calc(20*(100vw / 750));
  letter-spacing: 0.05em;
}

.lp_contents .item_sec .price .tax {
  margin-left: 0;
}

.lp_contents .item_sec .text {
  margin-top: calc(55*(100vw / 750));
  font-family: var(--font-noto);
  font-size: calc(28 *(100vw/750));
  line-height: 1.75;
  text-align: center;
}

.lp_contents .item_sec .text_wrap h3,
.lp_contents .item_sec .text_wrap p {
  /* text-align: left; */
}

.lp_contents .item_sec_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.lp_contents .item_sec_wrap:nth-of-type(n+2) {
  margin-top: calc(170*(100vw / 750));
}

.lp_contents .item_sec_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.lp_contents .item_sec_wrap:nth-of-type(even) .text_wrap {
  padding: 0;
}

#INDICATE_EYEBROW_POWDER.item_sec_wrap:nth-of-type(even) .text_wrap {
  padding: 0;
}

#INDICATE_EYEBROW_POWDER .price {
  margin-left: calc(187*(100vw / 750));
}

#INDICATE_EYEBROW_MASCARAC .price {
  margin-left: calc(185*(100vw / 750));
}

#CRAVED_NAIL_POLISH .price {
  margin-left: calc(185*(100vw / 750));
}

#INDICATE_EYEBROW_POWDER .tag_line ,
#INDICATE_EYEBROW_MASCARAC .tag_line ,
#CRAVED_NAIL_POLISH .tag_line {
  padding: calc(5*(100vw / 750)) calc(18*(100vw / 750));
}

.lp_contents .item_sec_wrap:nth-of-type(even) .img_wrap {
  width: 100%;
  position: relative;
}

.lp_contents .item_sec .img_wrap {
  width: 100%;
  margin-top: calc(67*(100vw / 750));
}

.lp_contents .txt_note {
  padding-top: 3rem;
  font-size: 1.2rem;
}

/* ---- Other Item ---- */
.other_item {
  position: relative;
  left: -3rem;
  width: 68rem;
  margin: 3rem auto 0;
  padding: 3.7rem 7.4rem 4.5rem;
  background: rgba(255, 255, 255, 0.2);
}

.other_item .other_ttl {
  margin-bottom: 1.2rem !important;
}

.lp_contents .item_sec .ttl {
  /* margin-bottom: 0; */
  text-align: center;
}

.lp_contents .item_sec .ttl span {
  display: block;
  text-align: left;
}

.lp_contents .item_sec .ttl .txt_en {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.lp_contents .item_sec .ttl .txt_ja {
  margin-bottom: 1.5rem;
  font-family: "neue-haas-grotesk-display","Noto Sans JP", serif;
  font-size: 1.5rem;
}

.lp_contents .item_sec .other_img {
  position: absolute;
  top: -7.9rem;
  right: 6.5rem;
  width: 14rem;
}

.lp_contents .item_sec .other_price {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.lp_contents .item_sec .other_cont {
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  line-height: 2;
}


/* ===================
   USE SECTION
=================== */
.lp_contents .use_sec {
  background: linear-gradient(180deg, rgba(229,192,174,1) 0%, rgba(239,202,175,1) 48%, rgba(241,187,159,1) 100%);
}

.lp_contents .use_sec .inner {
  margin: 0 auto;
  width: 106rem;
}

.lp_contents .use_sec .ttl {
  margin-bottom: 3.3rem;
  font-size: 3.8rem;
}

.lp_contents .use_sec_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 12rem;
}

.lp_contents .use_sec_inner:nth-child(2n) {
  flex-direction: row-reverse;
}

.lp_contents .use_img {
  position: relative;
  display: block;
}

.lp_contents .use_img .use_ttl {
  position: absolute;
  top: 39.9rem;
  right: -11.2rem;
  color: #bc5b53;
  font-family: var(--font-garamond);
  font-size: 5.4rem;
  transform: rotate(90deg);
  font-weight: 100;
  opacity: 0.5;
  letter-spacing: 0.05em;
}

.lp_contents .use_img .use_ttl span {
  display: inline-block;
  color: #bc5b53;
  font-size: 8rem;
  padding-left: 2rem;
}

#Look02 .use_img .use_ttl,
#Look02 .use_img .use_ttl span {
  color: #cc5a2e;
}

.lp_contents .slider-mainimg {
  width: 100%;
  margin-bottom: 0;
}

.lp_contents .slider-mainimg .slider-item {}

.lp_contents .slider-thumbnail {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: calc(110*(100vw / 750));
  height: auto;
  margin: calc(30*(100vw / 750)) auto 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-right: 0;
}

.lp_contents .slider-thumbnail ul {}

.lp_contents .slider-thumbnail .slick-track {
  width: auto !important;
}


.lp_contents .thumbnail-img {
  position: relative;
  width: calc(50*(100vw / 750)) !important;
  height: calc(50*(100vw / 750));
  margin-right: calc(10*(100vw / 750));
  padding: calc(10*(100vw / 750));
  z-index: 0;
}

.lp_contents .thumbnail-img::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: calc(2*(100vw / 750)) solid #333333;
  content: "";
}

.lp_contents .thumbnail-img.slick-current::before {
  opacity: 1;
}


.lp_contents .slider-thumbnail .slider-item {
  position: relative;
  width: calc(50*(100vw / 750)) !important;
  height: calc(50*(100vw / 750));
  margin-right: calc(5*(100vw / 750));
  padding: calc(10*(100vw / 750));
  z-index: 0;
}

.lp_contents .thumbnail .thumbnail-img:nth-last-of-type(1) {
  margin-right: calc(0*(100vw / 750));
}

.lp_contents .slider-thumbnail .slider-item::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: calc(2*(100vw / 750)) solid #333333;
  content: "";
}

.lp_contents .slider-thumbnail .slider-item.slick-current::before {
  opacity: 1;
}

.lp_contents .slider-thumbnail .slick-track {
  transform: unset !important;
  margin: 0;
}

.lp_contents .item>.img_wrap {
  width: 12.5rem;
}

.lp_contents .item_text .acc_cont {
  display: none;
}

.lp_contents .item_text>.img_wrap {
  position: absolute;
  top: -8.8rem;
  left: 14.2rem;
  width: 8.9rem;
  height: 6.1rem;
  z-index: 0;
}

.lp_contents .item_text li {
  padding-bottom: .4rem;
  font-family: "neue-haas-grotesk-display","Noto Sans JP", serif;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: left;
  /* white-space: nowrap; */
  padding-left: 2rem;
  position: relative;
}

.lp_contents .item_text li span {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  margin-left: -2rem;
  padding-right: .8rem;
  font-family: var(--font-garamond);
  font-size: 1.8rem;
}

.lp_contents .use_item {
  width: 50.6rem;
  margin-top: -.4rem;
  font-size: 1.8rem;
  padding-right: .4rem;
}


/* -- VIEW MORE -- */

.btn_viewmore {
  margin-top: 2.1rem;
  text-align: right;
  font-family: var(--font-garamond);
  font-size: 1.7rem !important;
}

.btn_viewmore span {
  display: inline-block;
  padding-right: 2.7rem;
  background: url(../img/icn_plus.svg) no-repeat right center;
  background-size: 1.6rem;
  cursor: pointer;
}

.btn_viewmore.active span {
  background-image: url(../img/icn_minus.svg);
}

.btn_viewmore span:hover {
  opacity: .6;
}

.lp_contents .sub_ttl {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}

.lp_contents .ttl {
  font-size: calc(68 *(100vw/750));
}

.lp_contents .sec_text {
  line-height: 1.75;
  text-align: center;
}



/* ===================
　　　Makeup Look
=================== */
.lp_contents .MakeupLook {
  margin-top: calc(218*(100vw / 750));
}

.tab-group {
  width: 100%;
  margin: calc(78*(100vw / 750)) auto 0;
}

.tab-button {
  gap: calc(40*(100vw / 750));
}

.tab-button .tab {
  width: calc(210*(100vw / 750));
}

.tab-button .is-display {
  position: relative;
  z-index: 0;
}

.tab-button .is-display::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(230*(100vw / 750));
  height: calc(295*(100vw / 750));
  top: calc(-10*(100vw / 750));
  left: calc(-10*(100vw / 750));
  z-index: 1;
  border: calc(2*(100vw / 750)) solid #000000;
}

.tab-contents {
  margin-top: calc(90*(100vw / 750));
}

.tab-contents .makeup_content {
  display: block;
  background-color: #f3f3f5;
}

.tab-contents .makeup_img {
  width: 100%;
}

.tab-contents .makeup_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(40*(100vw / 750));
  row-gap: calc(50*(100vw / 750));
  margin: 0;
  padding: calc(120*(100vw / 750)) calc(20*(100vw / 750)) calc(140*(100vw / 750));
  background: linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(243, 243, 245, 1) 80%);
}

.tab-contents .makeup_items .makeup_blk {
  width: calc(210*(100vw / 750));
}

.tab-contents .makeup_items .makeup_blk img {
  width: 100%;
}

.tab-contents .makeup_items .makeup_blk p {
  font-family: var(--font-noto);
  font-size: calc(23 *(100vw/750));
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: calc(31*(100vw / 750));
}

.content {
  display: none;
}

.content.is-display {
  display: block;
  animation: panel-show 1.8s ease-in-out;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*アコーディオン全体*/
.accordion-area{
  width: 100%;
  margin: calc(50*(100vw / 750)) auto 0;
  padding: 0 calc(20*(100vw / 750)) 0;
}

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  cursor: pointer;
  font-size: calc(46 *(100vw/750));
  font-family: var(--font-garamond);
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: all .5s ease;
  text-align: left;
  padding-bottom: calc(15*(100vw / 750));
  border-bottom: solid var(--color-black) calc(2*(100vw / 750));
  margin-bottom: 0;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
  position: absolute;
  content: '';
  width: calc(44*(100vw / 750));
  height: calc(2*(100vw / 750));
  background-color: #000000;
  
}
.accordion-area .title::before{
  top: 36%;
  right: 0;
  transform: rotate(0deg);
  
}
.accordion-area .title::after{    
  top: 36%;
  right: 0;
  transform: rotate(90deg);
  transition: ease-in-out 0.4s;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  text-align: left;
}

.accordion-area .box ul {
  padding-top: calc(47*(100vw / 750));
  padding-left: calc(1*(100vw / 750));
  color: var(--color-black);
}

.accordion-area .box li {
  font-size: calc(25 *(100vw/750));
  font-family: var(--font-noto);
  letter-spacing: 0.07em;
  line-height: 1.9;
  text-align: left;
}

.accordion-area .box li .number {
  display: inline-block;
  font-size: calc(25 *(100vw/750));
  font-family: var(--font-europa);
  letter-spacing: 0.07em;
}

.accordion-area .box li:nth-of-type(-n+9) .number {
  padding-right: calc(33*(100vw / 750));
}

.accordion-area .box li:nth-of-type(n+10) .number {
  padding-right: calc(19*(100vw / 750));
}


.accordion-area .box li .space {
  padding-left: calc(55*(100vw / 750));
}

.accordion-area .view_btn {
  display: inline-block;
  font-size: calc(30*(100vw / 750));
  line-height: 1.75;
  font-family: var(--font-garamond);
  letter-spacing: 0.04em;
  border-bottom: solid var(--color-black) calc(2*(100vw / 750));
  margin-top: calc(80*(100vw / 750));
  margin-left: calc(239*(100vw / 750));
  margin-bottom: 0;
  color: var(--color-black);
}

.look-01 .accordion-area .box li:nth-of-type(1) .number {
  padding-right: calc(36*(100vw / 750));
}
.look-01 .accordion-area .box li:nth-of-type(2) .number ,
.look-01 .accordion-area .box li:nth-of-type(3) .number {
  padding-right: calc(33*(100vw / 750));
}
.look-01 .accordion-area .box li:nth-of-type(7) .number {
  padding-right: calc(35*(100vw / 750));
}
.look-01 .accordion-area .box li:nth-of-type(9) .number {
  padding-right: calc(34*(100vw / 750));
}

.look-02 .accordion-area .box li:nth-of-type(1) .number {
  padding-right: calc(36*(100vw / 750));
}
.look-02 .accordion-area .box li:nth-of-type(5) .number {
  padding-right: calc(31*(100vw / 750));
}
.look-02 .accordion-area .box li:nth-of-type(7) .number {
  padding-right: calc(35*(100vw / 750));
}
.look-02 .accordion-area .box li:nth-of-type(9) .number {
  padding-right: calc(34*(100vw / 750));
}
.look-02 .accordion-area .box li:nth-of-type(11) .number {
  padding-right: calc(24*(100vw / 750));
}



/* ===================
　　　RELEASE DAY
=================== */

.lp_contents .release_sec {
  margin: calc(222*(100vw / 750)) auto 0;
  width: calc(670*(100vw / 750));
  padding-bottom: calc(10*(100vw / 750));
}

.lp_contents .release_sec .release_ttl {
  text-align: center;
  font-family: var(--font-noto);
  font-weight: 400;
  font-size: calc(28 *(100vw/750));
  letter-spacing: 0.07em;
  background-color: var(--color-black);
  color: #fff;
  padding: calc(23*(100vw / 750)) 0;
  margin-top: calc(66*(100vw / 750));
}

.lp_contents .release_sec .release_ttl:nth-of-type(n+2) {
  margin-top: calc(22*(100vw / 750));
}

.lp_contents .release_sec .release_inner {
  text-align: center;
  font-family: var(--font-noto);
  font-weight: 400;
  font-size: calc(28 *(100vw/750));
  line-height: 1.75;
  letter-spacing: 0.07em;
  border: var(--color-black) solid calc(2 *(100vw/750));
  padding: calc(46*(100vw / 750)) 0;
}


/* ---- インフォ ---- */
.info_content {
  margin: calc(53*(100vw / 750)) auto 0;
  text-align: center;
  letter-spacing: 0.08rem;
  font-size: calc(23 *(100vw/750));
  color: var(--color-black);
}

.info_content li {
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.info_content a {
  text-decoration: underline;
  color: var(--color-black);
}

.info_content a:hover {
  text-decoration: none;
}

.lp_contents .btn_all {
  text-align: center;
  margin-top: calc(190*(100vw / 750));
}

.lp_contents .btn_all a {
  margin: 0;
  text-align: center;
  font-size: calc(38 *(100vw/750));
  font-family: var(--font-garamond);
  line-height: 2;
  letter-spacing: 0.025em;
  padding-bottom: calc(18*(100vw / 750));
  border-bottom: var(--color-black) solid calc(2*(100vw / 750));
}

/*=======================================
              Responsive
========================================*/


}
