@charset "UTF-8";

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

Title : CV_2025limitedmucha

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


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

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

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

#Header,
#Foot {
  display: none;
}

#Contents {
  margin-bottom: 0;
}

.lp_contents a {
  text-decoration: none;
  display: flex;
}

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

.lp_contents p,
.lp_contents ul,
.lp_contents ol,
.lp_contents dl {
  margin: 0;
}

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

.lp_contents picture {
  display: flex;
}


/* ===================
      Roots 
=================== */
:root {
  --font-NotoSans-jp: "Noto Sans JP";
  --font-NotoSerif-jp: "Noto Serif JP";
  --font-Garamond: "adobe-garamond-pro";
  --font-Europa: "Europa";
  --color-black: #231815;
  --color-white: #ffffff;
  --color-eye: #DCAF68;
  --color-main: #B8A17A;
  --color-lip: #B6A3A1;
}

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

.lp_contents {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  background-color: var(--color-white);
}

.lp_contents p {
  font-family: var(--font-Europa),var(--font-NotoSans-jp), sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.025em;
  color: var(--color-black);
  font-feature-settings: "pkna";
}


#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 {
  max-width: 100%;
}

.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 .section_images a:hover {
  opacity: 1;
}

.lp_contents h1 {
  padding: 0;
}


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

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

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


/* -- keyframes -- */

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

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

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

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



.js-fade, 
.js-fade2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.js-fade.active,
.js-fade2.active{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js-delay .mv_logo,
.js-delay .mv_logo2,
.js-delay .mv_date,
.js-delay .lead_ttl, 
.js-delay .lead_group {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.js-delay.active .mv_logo,
.js-delay.active .mv_logo2,
.js-delay.active .mv_date,
.js-delay.active .lead_ttl, 
.js-delay.active .lead_group {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mv_txt_group .mv_logo {
  transition-delay: 1.5s;
}

.mv_txt_group .mv_logo2 {
  transition-delay: 1.8s;
}

.mv_txt_group .mv_date {
  transition-delay: 2s;
}

.lead_inner .lead_ttl {
  transition-delay: 0s;
}

.lead_inner .lead_group {
  transition-delay: 0.5s;
}

/* ===================
      Button Setting
=================== */
.lp_contents .btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}

.lp_contents .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  letter-spacing: 0.025em;
  transition: all 0.1s ease-in-out;
}

/* ===================
    Accordion
=================== */
/* Accordion common setting */
.lp_contents .textwrap {
  text-align: left;
}

.lp_contents .textwrap_inner {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease;
}

.lp_contents .textwrap.open .textwrap_inner {
  max-height: var(--max-height);
  margin-bottom: 1rem;
}

.lp_contents .textwrap_text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  color: #000000;
}

.lp_contents .more_btn {
  display: inline-block;
  position: relative;
  font-family: var(--font-NotoSerif-jp),serif;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 0;
  letter-spacing: 0.025em;
  color: var(--color-main);
  margin: 3.8rem 0 0 7rem;
  font-weight: 500;
}

.lp_contents .more_btn:after {
  position: absolute;
  top: 0.7rem;
  right: -5rem;
  width: 2.1rem;
  height: 1rem;
  background: url(../img/arrow02.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 0;
}

.lp_contents .more_btn:after {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.lp_contents .open .more_btn::after {
  transform: rotate(180deg);
}


/* ===================
  　　　 MV
=================== */
.lp_contents .mv_sec {
  padding: 0 !important;
}

.lp_contents .mv_inner {
  position: relative;
}

.lp_contents .mv_pic_group picture{
  display: flex;
}

.lp_contents .mv_txt_group h2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: 0 auto;
}

.lp_contents .mv_logo {
  width: 50rem;
}

.lp_contents .mv_logo2 {
  width: 13rem;
}

.lp_contents .mv_txt_group {
  position: absolute;
  top: 50%;
  margin-top: -15rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -52rem;
  text-align: center;
  white-space: nowrap;
}

.lp_contents .mv_date {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  row-gap: 0;
  width: 45rem;
  margin: 6.7rem auto 0;
  justify-content: center;
}

.lp_contents .mv_date p{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  width: fit-content;
}

/* ===================
  　　　LEAD
=================== */
.lp_contents .lead_inner {
  background-color: var(--color-white);
}

.lp_contents .lead_ttl {
  padding-top: 23.6rem;
  font-family: var(--font-NotoSerif-jp),serif;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.025em;
  color: var(--color-main);
  font-weight: 500;
}

.lp_contents .lead_ttl span {
  font-size: 5.6rem;
}

.lp_contents .lead_group {
  margin-top: 8.5rem;
  padding-bottom: 25rem;
}

.lp_contents .lead {
  font-family: var(--font-NotoSerif-jp),serif;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 4rem;
  font-weight: 500;
}

.lp_contents .lead_group .lead:last-of-type {
  margin-bottom: 0;
}

/* ===================
　　PRODUCT
=================== */
.lp_contents .product_sec {
  background-color: #ffffff;
  z-index: 100;
}

.lp_contents .product_sec .brush {
  background-color: #F9F7F1;
}
.lp_contents .product_sec .lip {
  background-color: #FBFBFA;
}

.lp_contents .section_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1920px){
    html {
      font-size: calc(10 * (100vw / 1920));
    }
}

.lp_contents .section_images {
  width: 108rem;
  z-index: 2;
}

.lp_contents .img_blk {
  display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
.lp_contents .img_blk {
  margin-top: -.2rem;
}
}

.lp_contents .section_contents {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0;
  height: 100vh;
  max-height: 62.5vw;
  width: 81rem;
  overflow: hidden;
}

.lp_contents .section_contents_inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 14rem;
  margin-top: 14rem;
  z-index: 0;
}

.lp_contents .section_contents_inner:before {
  position: absolute;
  top: -79rem;
  left: -78.8rem;
  width: 130rem;
  height: 130rem;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.lp_contents .eye .section_contents_inner:before {
  border: rgba(220, 175, 104, 0.5) 1px solid;
}
.lp_contents .brush .section_contents_inner:before {
  border: rgba(184, 161, 122, 0.5)  1px solid;
}
.lp_contents .lip .section_contents_inner:before {
  border: rgba(182, 163, 161, 0.5)  1px solid;
}

.lp_contents .label {
  display: block;
  width: 11.6rem;
  padding: 0.7rem 0 0.3rem 0;
  font-size: 2rem;
  font-family: var(--font-Garamond),serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}

.lp_contents .eye .label {
  border: 1px solid var(--color-eye);
  color: var(--color-eye);
}

.lp_contents .brush .label {
  border: 1px solid var(--color-main);
  color: var(--color-main);
}

.lp_contents .lip .label {
  border: 1px solid var(--color-lip);
  color: var(--color-lip);
}

.lp_contents .product_name_en {
  margin-top: 1rem;
  font-size: 5rem;
  font-family: var(--font-Garamond),serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.lp_contents .eye .product_name_en {
  color: var(--color-eye);
}

.lp_contents .brush .product_name_en {
  color: var(--color-main);
}

.lp_contents .lip .product_name_en {
  color: var(--color-lip);
}

.lp_contents .product_name_jp {
  margin-top: 4.3rem;
  font-size: 1.8rem;
}

.lp_contents .product_credit {
  margin-top: 2rem;
  font-size: 1.8rem;
}

.lp_contents .product_detail {
  margin-top: 5.3rem;
  font-size: 2rem;
  font-family: var(--font-NotoSerif-jp),serif;
  line-height: 2;
  font-weight: 500;

}

.lp_contents .detail_btn a {
  width: 21.2rem;
  font-size: 2.2rem;
  font-family: var(--font-NotoSerif-jp),serif;
  letter-spacing: 0.025em;
  justify-content: flex-start;
  margin-top: 6rem;
  font-weight: 500;
}

.lp_contents .eye .detail_btn a {
  color: var(--color-eye);
}
.lp_contents .brush .detail_btn a {
  color: var(--color-main);
}
.lp_contents .lip .detail_btn a {
  color: var(--color-lip);
}

.lp_contents .detail_btn a span {
  position: relative;
}

.lp_contents .detail_btn a span:before {
  position: absolute;
  top: .6rem;
  left: 13.2rem;
  width: 8rem;
  height: .626rem;
  mask-image: url(../img/arrow01.svg);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url(../img/arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: var(--color-eye);
  content: "";
}

.lp_contents .brush .detail_btn a span:before {
  background: var(--color-main);
}

.lp_contents .lip .detail_btn a span:before {
  background: var(--color-lip);
}

.lp_contents .slider.look_slider img {
  width: 81rem;
}


/* ===================
  　　　HOW TO
=================== */
.lp_contents .how_sec{
  position: relative;
  padding: 14rem 0 13rem;
  background-color: #F9F7F1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lp_contents .how_sec:before {
  position: absolute;
  bottom: 13.6rem;
  left: 50%;
  transform: translate(-50%);
  width: 214rem;
  height: 214rem;
  border-radius: 50%;
  border: var(--color-main) 1px solid;
  content: "";
}

.lp_contents .how_wrap {
  position: relative;
  margin-top: 5.8rem;
  padding-left: 30rem;
}

.lp_contents .how_wrap:before {
  position: absolute;
  top: -9.1rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  content: "";
}

.lp_contents .how_wrap_inner {
  display: flex;
  gap: 13.5rem;
}

.lp_contents .howto_ttl {
  position: relative;
  margin: 7.5rem 0 0 30rem;
  font-family: var(--font-Garamond);
  font-size: 7rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-main);
  letter-spacing: 0.025em;
}

.lp_contents .how_step_wrap ul li {
  font-family: var(--font-Europa),var(--font-NotoSans-jp), sans-serif;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.025em;
  color: var(--color-black);
  text-align: left;
  font-weight: 400;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

.lp_contents .how_item {
  display: flex;
  gap: 5rem;
  margin-top: 1rem;
}

.lp_contents .how_item a {
  flex-direction: column;
}

.lp_contents .item_img {
  width: 22rem;
}

.lp_contents .item_name {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 400;
}

/* ===================
  　Container、ABOUT
=================== */
.lp_contents .container {
  overflow: hidden;
}

.lp_contents .container_inner {
  width: 145.8rem;
  margin: 0 auto;
  padding-bottom: 0.1rem;
}
.lp_contents .about_sec {
  background-color: #ffffff;
  padding: 13.6rem 0 7.3rem;
}

.lp_contents .about_ttl {
  width: fit-content;
  margin-left: 7rem;
  font-family: var(--font-Garamond),serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 300;
  color: var(--color-main);
}

.lp_contents .about_img {
  display: flex;
  width: 100%;
  margin: 5.5rem auto 0;
}

.lp_contents .about_subttl {
  margin: 7rem 0 0 7rem;
  font-family: var(--font-NotoSerif-jp),serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: left;
  font-weight: 500;
}

.lp_contents .about_wrap .textwrap_inner{
  margin-top: 6.5rem;
}

.lp_contents .about_wrap.textwrap.open .textwrap_inner {
  max-height: 54rem;
  overflow: visible !important;
}

.lp_contents .about_blk {
  display: flex;
  justify-content: center;
  gap: 10rem;
  background-color: #ffffff;
}

.lp_contents .about_txt {
  width: 73.3rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  margin-top: 8rem;
}

.lp_contents .mucha_img {
  display: flex;
  width: 48.6rem;
}

/* ===================
    　　RELEASE
=================== */
.lp_contents .release_area .bk {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  display: block;
  width: 100vw;
  height: 12.2rem;
  background-color: var(--color-main);
  z-index: 0;
}

.lp_contents .release_table {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  table-layout: fixed;
  border-spacing: 0px 0px;
  z-index: 2;
}

.lp_contents .release_table tbody {
  border: none;
}

.lp_contents .head {
  padding: 4.7rem 0 5.1rem;
  font-family: var(--font-NotoSerif-jp),serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: var(--color-main);
  color: var(--color-white);
  border-right: 1px solid var(--color-white) ;
  font-weight: 500;
}

.lp_contents tbody .head:first-of-type {
  border-left: 1px solid var(--color-white) ;
}

.lp_contents .date {
  padding: 2.4rem 0 2.7rem;
  font-family: var(--font-NotoSerif-jp),serif;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.025em;
  color: var(--color-black);
  border-right: 1px solid var(--color-main) ;
  font-weight: 500;
}

.lp_contents tbody .date:last-of-type {
  border-right: none;
}

.lp_contents .date span {
  display: block;
  margin: 1.3rem auto 0;
  font-family: var(--font-Europa),var(--font-NotoSans-jp), sans-serif;
  font-size: 1.6rem;
}

.lp_contents .note {
  margin: 1.7rem auto 0;
  text-align: center;
  font-size: 1.6rem;
}

.lp_contents .all_btn {
  position: relative;
}

.lp_contents .all_btn:before {
  position: absolute;
  top: -9.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 222rem;
  height: 222rem;
  border-radius: 50%;
  border: var(--color-main) 1px solid;
  content: "";
}

.lp_contents .all_btn a {
  margin: 23rem auto 14rem;
  width: fit-content;
  flex-direction: column;
}

.lp_contents .all_btn a .btn_logo {
  font-family: var(--font-Garamond),serif;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: var(--color-main);
}

.lp_contents .all_btn a .btn_text {
  display: block;
  margin-top: 1.6rem;
  font-family: var(--font-Garamond),serif;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: var(--color-main);
}



/* liner decor */
.lp_contents .lead_sec,
.lp_contents .lead_inner,
.lp_contents .section,
.lp_contents .container,
.lp_contents .container_inner,
.lp_contents .about_img_wrap,
.lp_contents .about_wrap .textwrap_inner,
.lp_contents .release_area {
  position: relative;
}

.lp_contents .lead_sec:before,
.lp_contents .lead_sec:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  content: "";
  z-index: 3;
}
.lp_contents .lead_sec:before {
  top: 4rem;
}
.lp_contents .lead_sec:after {
  bottom: 4rem;
}

.lp_contents .lead_inner:before,
.lp_contents .lead_inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-main);
  content: "";
}
.lp_contents .lead_inner:before {
  left: 4rem;
}
.lp_contents .lead_inner:after {
  right: 4rem;
}

.lp_contents .section:before,
.lp_contents .section:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  content: "";
}
.lp_contents .section:before {
  top: 4rem;
}
.lp_contents .section:after {
  bottom: 4rem;
}
.lp_contents .section.eye:before,
.lp_contents .section.eye:after {
  background-color: rgba(220, 175, 104, 0.5);
}
.lp_contents .section.brush:before,
.lp_contents .section.brush:after {
  background-color: rgba(184, 161, 122, 0.5);
}
.lp_contents .section.lip:before,
.lp_contents .section.lip:after {
  background-color: rgba(182, 163, 161, 0.5);
}

.lp_contents .section_inner:before,
.lp_contents .section_inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  content: "";
}
.lp_contents .section_inner:before {
  left: 4rem;
}
.lp_contents .section_inner:after {
  right: 4rem;
}
.lp_contents .eye .section_inner:before,
.lp_contents .eye .section_inner:after {
  background-color: rgba(220, 175, 104, 0.5);
}
.lp_contents .brush .section_inner:before,
.lp_contents .brush .section_inner:after {
  background-color: rgba(184, 161, 122, 0.5);
}
.lp_contents .lip .section_inner:before,
.lp_contents .lip .section_inner:after {
  background-color: rgba(182, 163, 161, 0.5);
}

.lp_contents .container:after {
  position: absolute;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--color-main);
  content: "";
}

.lp_contents .container_inner:before,
.lp_contents .container_inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-main);
  content: "";
  z-index: 1;
}
.lp_contents .container_inner:before {
  left: 0;
}
.lp_contents .container_inner:after {
  right: 0;
}

.lp_contents .about_img_wrap::before,
.lp_contents .about_img_wrap::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--color-main);
  content: "";
  z-index: 5;
}
.lp_contents .about_img_wrap::before {
  top: 0;
}
.lp_contents .about_img_wrap::after {
  bottom: 0;
}

.lp_contents .about_wrap .textwrap_inner::before,
.lp_contents .about_wrap .textwrap_inner::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--color-main);
  content: "";
}
.lp_contents .about_wrap .textwrap_inner::before {
  top: 0;
}
.lp_contents .about_wrap .textwrap_inner::after {
  bottom: 0;
}

.lp_contents .release_area:before,
.lp_contents .release_area:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--color-main);
  content: "";
}
.lp_contents .release_area::before {
  top: 0;
}
.lp_contents .release_area::after {
  bottom: 0;
}

/* liner decor */


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


/* only PC */

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

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

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

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

}



/* only tablet */

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

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

}

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


/* only SP */

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

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

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

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

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

  .lp_contents a:hover {
    opacity: 1;
  }
/* ===================
    Accordion
=================== */
.lp_contents .textwrap {
  text-align: center;
}

.lp_contents .textwrap.open .textwrap_inner {
  margin-bottom: calc(0*(100vw / 750));
}

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

.lp_contents .more_btn {
  font-size: calc(28*(100vw / 750));
  margin: calc(0*(100vw / 750)) 0 0 calc(0*(100vw / 750));
}

.lp_contents .open .more_btn::after {
  top: calc(4*(100vw / 750));
}

.lp_contents .more_btn .more_btn_text {
  padding-right: calc(66*(100vw / 750));
}

.lp_contents .more_btn:after {
  top: calc(12*(100vw / 750));
  right: calc(0*(100vw / 750));
  width: calc(30*(100vw / 750));
  height: calc(20*(100vw / 750));
}

/* ===================
　　　 MV
=================== */
.lp_contents .mv_txt_group {
  margin-top: calc(70*(100vw / 750));
  margin-left: calc(0*(100vw / 750));
  top: 0;
}

.lp_contents .mv_txt_group h2 {
  width: calc(518*(100vw / 750));
  gap: calc(60*(100vw / 750));
}

.lp_contents .mv_logo {
  width: 100%;
}

.lp_contents .mv_logo2 {
  width: calc(200*(100vw / 750));
}

.lp_contents .mv_date {
  gap: calc(24*(100vw / 750));
  row-gap: calc(0*(100vw / 750));
  width: calc(563*(100vw / 750));
  margin: calc(65*(100vw / 750)) auto 0;
  justify-content: center;
}

.lp_contents .mv_date p{
  font-size: calc(20*(100vw / 750));
  width: fit-content;
}
/* ===================
  　　　LEAD
=================== */
.lp_contents .lead_ttl {
  padding-top: calc(145*(100vw / 750));
  font-size: calc(66*(100vw / 750));
}

.lp_contents .lead_ttl span {
  font-size: calc(56*(100vw / 750));
}

.lp_contents .lead_group {
  margin-top: calc(97*(100vw / 750));
  padding-bottom: calc(163*(100vw / 750));
}

.lp_contents .lead {
  font-size: calc(24*(100vw / 750));
  margin-bottom: calc(47*(100vw / 750));
}

/* ===================
　　PRODUCT
=================== */
.lp_contents .section_inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.lp_contents .section_images {
  width: 100%;
}

.lp_contents .section_contents {
  position: relative;
  height: fit-content;
  max-height: unset;
  width: 100%;
}

.lp_contents .section_contents_inner {
  margin-left: calc(80*(100vw / 750));
  margin-top: calc(130*(100vw / 750));
  margin-bottom: calc(110*(100vw / 750));
}

.lp_contents .section_contents_inner:before {
  top: calc(-782*(100vw / 750));
  left: calc(-730*(100vw / 750));
  width: calc(1300*(100vw / 750));
  height: calc(1300*(100vw / 750));
}

.lp_contents .label {
  width: calc(152*(100vw / 750));
  padding: calc(7*(100vw / 750)) 0 calc(6*(100vw / 750)) 0;
  font-size: calc(26*(100vw / 750));
}

.lp_contents .product_name_en {
  margin-top: calc(10*(100vw / 750));
  font-size: calc(56*(100vw / 750));
}

.lp_contents .product_name_jp {
  margin-top: calc(38*(100vw / 750));
  font-size: calc(24*(100vw / 750));
}

.lp_contents .product_credit {
  margin-top: calc(15*(100vw / 750));
  font-size: calc(24*(100vw / 750));
}

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

.lp_contents .detail_btn a {
  width: calc(321*(100vw / 750));
  font-size: calc(28*(100vw / 750));
  margin-top: calc(58*(100vw / 750));
}

.lp_contents .detail_btn a span:before {
  position: absolute;
  top: calc(4*(100vw / 750));
  left: calc(182*(100vw / 750));
  width: calc(142*(100vw / 750));
  height: calc(10*(100vw / 750));
  mask-image: url(../img/arrow01.svg);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url(../img/arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: var(--color-eye);
  content: "";
}

.lp_contents .slider.look_slider img {
  width: calc(630*(100vw / 750));
}

/* ===================
  　　　HOW TO
=================== */
.lp_contents .how_sec{
  padding: calc(200*(100vw / 750)) 0 calc(110*(100vw / 750));
  flex-direction: column-reverse;
}

.lp_contents .how_sec:before {
  top: calc(111*(100vw / 750));
  width: calc(960*(100vw / 750));
  height: calc(960*(100vw / 750));
  bottom: auto;
}

.lp_contents .how_sec .slider {
  margin-top: calc(60*(100vw / 750));
}

.lp_contents .how_wrap {
  margin-top: calc(0*(100vw / 750));
  padding-left: calc(0*(100vw / 750));
}

.lp_contents .how_wrap:before {
  top: calc(-33*(100vw / 750));
}

.lp_contents .how_wrap_inner {
  flex-direction: column;
  gap: calc(70*(100vw / 750));
}

.lp_contents .howto_ttl {
  margin: 0 auto;
  font-size: calc(66*(100vw / 750));
  text-align: center;
}

.lp_contents .how_step_wrap .how_step {
  width: fit-content;
  margin: calc(50*(100vw / 750)) auto calc(90*(100vw / 750));
  padding-left: calc(70*(100vw / 750));
  padding-bottom: calc(130*(100vw / 750));
}

.lp_contents .how_step_wrap ul li {
  font-size: calc(24*(100vw / 750));
}

.lp_contents .how_item {
  display: flex;
  gap: calc(20*(100vw / 750));
  margin-top: calc(38*(100vw / 750));
  justify-content: center;
}

.lp_contents .item_img {
  width: calc(220*(100vw / 750));
}

.lp_contents .item_name {
  margin-top: calc(25*(100vw / 750));
  font-size: calc(20*(100vw / 750));
}

.lp_contents .how_step_wrap .more_btn {
  top: calc(-40*(100vw / 750));
  z-index: 5;
}

.lp_contents .how_step_wrap .textwrap_inner {
  max-height: calc(515*(100vw / 750));
}

.lp_contents .how_step_wrap.open .textwrap_inner {
  max-height: calc(840*(100vw / 750));
}

.lp_contents .how_sec .textwrap .textwrap_inner {
  position: relative;
}

.lp_contents .how_sec .textwrap .textwrap_inner::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(470*(100vw / 750));
  background: linear-gradient(-180deg, rgba(249, 247, 241, 0) 0%, rgba(249, 247, 241, 0.14) 20%, rgb(249, 247, 241) 100%);
  content: "";
  z-index: 3;
}

.lp_contents .how_sec .textwrap.open .textwrap_inner::before {
  display: none;
}

/* ===================
  　Container、ABOUT
=================== */
.lp_contents .container {
  overflow: hidden;
}

.lp_contents .container_inner {
  width: calc(710*(100vw / 750));
  padding-bottom: calc(52*(100vw / 750));
}
.lp_contents .about_sec {
  padding: calc(105*(100vw / 750)) 0 calc(60*(100vw / 750));
}

.lp_contents .about_ttl {
  margin: 0 auto;
  font-size: calc(66*(100vw / 750));
}

.lp_contents .about_img {
  margin: calc(55*(100vw / 750)) auto 0;
}

.lp_contents .about_subttl {
  margin: calc(70*(100vw / 750)) auto 0;
  font-size: calc(30*(100vw / 750));
  text-align: center;
}

.lp_contents .about_wrap .textwrap.open .textwrap_inner {
  max-height: calc(1325*(100vw / 750));
}

.lp_contents .about_wrap.textwrap.open .textwrap_inner{
  max-height:calc(1325*(100vw / 750));
}

.lp_contents .about_wrap .textwrap_inner{
  margin-top: calc(64*(100vw / 750));
}


.lp_contents .about_sec .more_btn {
  margin: calc(60*(100vw / 750)) 0 calc(0*(100vw / 750));;
}

.lp_contents .about_blk {
  flex-direction: column-reverse;
  gap: calc(100*(100vw / 750));
  padding: calc(110*(100vw / 750)) 0 calc(100*(100vw / 750));
}

.lp_contents .about_txt {
  width: calc(590*(100vw / 750));
  font-size: calc(20*(100vw / 750));
  text-align: justify;
  margin: 0 auto;
}

.lp_contents .mucha_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(380*(100vw / 750));
  margin: 0 auto;
}

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

.lp_contents .release_area .bk {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  display: block;
  width: 101vw;
  height: calc(81*(100vw / 750));
  background-color: var(--color-main);
  z-index: 0;
}

.lp_contents .head {
  padding: calc(25*(100vw / 750)) 0 calc(26*(100vw / 750));
  font-size: calc(30*(100vw / 750));
}

.lp_contents .head01 {
  position: relative;
}

.lp_contents .release_area .bk2 {
  position: absolute;
  top: 0;
  left: calc(-22*(100vw / 750));
  right: 0;
  display: block;
  width: calc(755*(100vw / 750));
  height: calc(81*(100vw / 750));
  background-color: var(--color-main);
  z-index: -1;
}

.lp_contents .date {
  padding: calc(32*(100vw / 750)) 0 calc(31*(100vw / 750));
  font-size: calc(30*(100vw / 750));
  line-height: 1.5;
  height: calc(163*(100vw / 750));
}

.lp_contents .date span {
  margin: calc(20*(100vw / 750)) auto 0;
  font-size: calc(20*(100vw / 750));
}

.lp_contents .note {
  margin: calc(28*(100vw / 750)) auto 0;
  font-size: calc(20*(100vw / 750));
}

.lp_contents .all_btn:before {
  top: calc(-30*(100vw / 750));
  width: calc(960*(100vw / 750));
  height: calc(960*(100vw / 750));
}

.lp_contents .all_btn:after {
  bottom: calc(33*(100vw / 750));
}

.lp_contents .all_btn a {
  height: calc(259*(100vw / 750));
  margin: calc(133*(100vw / 750)) auto 0;
  padding-bottom: calc(0*(100vw / 750));
}

.lp_contents .all_btn a .btn_logo {
  font-size: calc(66*(100vw / 750));
}

.lp_contents .all_btn a .btn_text {
  margin-top: calc(15*(100vw / 750));
  font-size: calc(28*(100vw / 750));
}

/* liner decor */
.lp_contents .lead_sec:before {
  top: calc(20*(100vw / 750));
}
.lp_contents .lead_sec:after {
  bottom: calc(20*(100vw / 750));
}

.lp_contents .lead_inner:before {
  left: calc(20*(100vw / 750));
}
.lp_contents .lead_inner:after {
  right: calc(20*(100vw / 750));
}

.lp_contents .section:before {
  top: calc(20*(100vw / 750));
}
.lp_contents .section:after {
  bottom: calc(20*(100vw / 750));
}

.lp_contents .section_inner:before {
  left: calc(20*(100vw / 750));
}
.lp_contents .section_inner:after {
  right: calc(20*(100vw / 750));
}

.lp_contents .container:before {
  left: calc(20*(100vw / 750));
}
.lp_contents .container:after {
  right: auto;
  bottom: calc(20*(100vw / 750));
}
/* liner decor */
}




/* STICKY*/
.sticky_contents {
  position: -webkit-sticky;
  position: sticky;
}

.sticky_contents-01 {
  z-index: 0;
  top: -2rem;
}

.sticky_contents-02 {
  position: -webkit-sticky;
  position: sticky;
  top: -2rem;
}

.sticky_contents-03,
.sticky_contents-04, 
.sticky_contents-05 {
  position: relative;
  background-color: #ffffff;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .sticky_contents-01 {
    top: calc(120*(100vw / 750));
  }
}

@media screen and (min-width: 1400px) {
  .sticky_contents-01 {
    top: -2rem;
  }
  .sticky_contents-02 {
    top: -2rem;
  }

}
@media screen and (min-width: 1700px) {
  .sticky_contents-01 {
    top: -2rem;
  }
  .sticky_contents-02 {
    top: -2rem;
  }
}


