@charset "UTF-8";

:root {
  --rate: 46.8rem / 780;
  --font-lp_eng: "lato", sans-serif;
  --font-lp_the_season_eng: "the-seasons", sans-serif;
  --font-lp_norman_eng: "norman-variable", sans-serif;
  --font-lp_jpn: "ryo-gothic-plusn", serif;
  --color-lp_bg: #BEBADC;
  --color-lp_font: #ffffff;
  --color-lp_white: #ffffff;
}

/*--------------------------------
            CSS Animation
--------------------------------*/

/* zoom
==================================*/
#lp_contents .zoom{
  overflow: hidden;
}

#lp_contents .zoom img{
  opacity: 0;
  transition: all 2s;
  transform: scale(1.2);
  filter: blur(5px);
}

#lp_contents .zoom.is-show img{
  opacity: 1;
  transform: scale(1.0);
  filter: blur(0);
}


/* Fade In
==================================*/
#lp_contents .fadeIn {
  opacity: 0;
  filter: blur(5px);
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
  filter: blur(0);
}


/* slider
==================================*/

#lp_contents .slick-track {
  display: flex;
}

#lp_contents .slick-slide {
  height: auto !important;
}

#lp_contents .slider {
  position: relative;
  margin: calc(-110 * (var(--rate))) 0 0;
  z-index: 9;
}


/* scroll
==================================*/
#lp_contents .scroll{
  position: fixed;
  bottom: 0;
  z-index: 110;
  transition: 1s;
}

#lp_contents .scroll.hide {
  transform:translateY(100%);
}

#lp_contents .nav_list ul{
  background-color: var(--color-lp_bg);
  display: flex;
  width: calc(780 * (var(--rate)));;
  height: calc(90 * (var(--rate)));;
}

#lp_contents .nav_list li{
  flex: 1;
}

#lp_contents .nav_list li:not(:last-child){
  border-right: 1px solid var(--color-lp_primary);
}

#lp_contents .nav_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 * (var(--rate)));
}

#lp_contents .nav_list .nav_img{
  width: calc(60 * (var(--rate)));;
}

#lp_contents .nav_list .nav_txt{
  font-family: var(--font-lp_eng);
  font-size: calc(30 * (var(--rate)));
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-lp_primary);
}

/* mv_ani
==================================*/
.js-mask {
  opacity: 0;
  -webkit-animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
          animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 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%, #000 58.3333333333%, #000);
          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%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.4s linear;
}

.js-mask.is-displayed {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-position: center 0;
          mask-position: center 0;
  opacity: 1;
}

.mask {
  pointer-events: none; /* デフォルトはクリック透過 */
  opacity: 0;
  -webkit-animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
          animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 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%, #000 58.3333333333%, #000);
          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%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.4s linear;
}

.mask.is-show {
  pointer-events: auto; /* 表示時だけクリック有効 */
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-position: center 0;
          mask-position: center 0;
  opacity: 1;
}

.mask.is-show a {
  pointer-events: auto; /* aタグは常にクリックできる */
}

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


/* accordion
==================================*/
#lp_contents .accordion{
  transition: all 0.5s;
}

#lp_contents .accordion.is-hide{
  position: relative;
  overflow: hidden;
  height: calc(300 * (var(--rate)));
  margin-top: calc(65 * (var(--rate)));
}

#lp_contents .accordion.is-hide:before{
  content: '';
  width: 100%;
  height: calc(480 * (var(--rate)));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#lp_contents .trigger {
  position: relative;
  font-family: var(--font-lp_the_season_eng);
  font-size: calc(26 * (var(--rate)));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  cursor: pointer;
  transition: .2s ease;
  transition: 0.5s opacity;
  width: fit-content;
  margin: calc(65 * (var(--rate))) auto 0;
  z-index: 10;
}

#lp_contents .trigger:before{
  content: '';
  display: block;
  width: calc(40 * (var(--rate)));
  height: calc(40 * (var(--rate)));
  background-image: url(../img/moon_open.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(45 * (var(--rate)));
  margin: auto;
}

#lp_contents .trigger.is-show{
  margin-top: calc(95 * (var(--rate))) !important;
}

#lp_contents .trigger.is-show::before{
  background-image: url(../img/moon_close.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



/* link
==================================*/
@keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: 0;
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 100%;
  }
  90% {
    transform: translateX(100%);
    width: 100%;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}

#lp_contents .link_btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: calc(32 * (var(--rate)));
  letter-spacing: 0.1em;
  line-height: 1;
  width: calc(490 * (var(--rate)));
  padding-bottom: calc(20 * (var(--rate)));
  margin: calc(100 * (var(--rate))) auto 0;
}

#lp_contents .link_btn img{
  width: calc(250 * (var(--rate)));
}

#lp_contents .link_btn .link-txt{
  margin-bottom: calc(10 * (var(--rate)));
}

#lp_contents .link_btn:after{
  content: "";
  position: absolute;
  display: block;
  width: calc(22 * (var(--rate)));
  height: 1px;
  background-color: var(--color-lp_primary);
  rotate: 45deg;
  right: calc(-2 * (var(--rate)));
  bottom: calc(8 * (var(--rate)));
}

#lp_contents .link_btn .link-border{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  overflow: clip;
  width: calc(490 * (var(--rate)));
  height: 1px;
  z-index: 0;
}

#lp_contents .link_btn .link-border:before{
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-lp_primary);
  background-position: right;
  -webkit-animation: extend 3s ease-in-out infinite;
  animation: extend 3s ease-in-out infinite;
  z-index: 0;
}


/* bg
==================================*/
#lp_contents .bg{
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-lp_pink);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
}

/* #lp_contents #follow[data-color=sec_mv]{
  color: #BEBADC;
}

#lp_contents #follow[data-color=anker_1]{
  color: #BEBADC;
}

#lp_contents #follow[data-color=anker_2]{
  color: #BEBADC;
}

#lp_contents #follow[data-color=sec_prof]{
  color: #BEBADC;
} */


/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#FooterWrap,
.archive_area{
  position: relative;
  z-index: 0;
  background-color: var(--color-lp_white);
  z-index: 999;
}

#header_txt_slider,
#header_img_slider {
  position: relative;
  z-index: 100;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: var(--font-lp_base);
  font-feature-settings: "palt";
  font-size: calc(24 * (var(--rate)));
  letter-spacing: 0.125em;
  line-height: 2.4;
  text-align: center;

  display: flex;
  justify-content: center;

  color: var(--color-lp_white);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto; image-rendering: -webkit-optimize-contrast; -webkit-backface-visibility: hidden;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}
#lp_contents section{
  position: relative;
}
#lp_contents .lp_inner{
  position: relative;
  z-index: 3;
  width: 46.8rem;
  background-color: var(--color-lp_bg);
  order: 2;
}

/*------------ Text ------------*/
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: calc(24 * (var(--rate)));
  letter-spacing: 0.125em;
  line-height: 2.4;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents .note{
  display: inline-block;
  font-size: 1rem;
  font-size: calc(10 * (var(--rate)));
  line-height: 1.5;
}
#lp_contents p .note{
  margin-top: 0;
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .small{
  font-size: calc(10 * (var(--rate)));
}


/* bg
==================================*/
#lp_contents .bg{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  background-color: var(--color-lp_pink);
}

#lp_contents #follow[data-color=anker_1]{
  background-color: var(--color-lp_yellow);
}

#lp_contents #follow[data-color=anker_2]{
  background-color: var(--color-lp_pink);
}

#lp_contents #follow[data-color=anker_3]{
  background-color: var(--color-lp_yellow);
}


/* sec_mv
==================================*/
#lp_contents .sec_mv .mv_wrap{
  position: relative;
  display: grid;
  gap: calc(15 * (var(--rate)));
  z-index: 0;
}

#lp_contents .sec_mv::before{
  position: absolute;
  content: "";
  background: url(../img/bg_first.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: calc(300 * (var(--rate)));
  left: 0;
  z-index: 0;
}

#lp_contents .sec_mv .lead_area .mv_ttl{
  position: relative;
  width: calc(533 * (var(--rate)));
  margin: calc(-167 * (var(--rate))) auto 0;
  z-index: 2;
}

#lp_contents .sec_mv .mv_lead{
  display: grid;
  gap: calc(35 * (var(--rate)));
  font-size: calc(28 * (var(--rate)));
  line-height: 2;
}

#lp_contents .sec_mv .lead_area.is-show .accordion {
  margin-top: calc(65 * (var(--rate)));
}

#lp_contents .lead_en {
  margin-top: calc(80 * (var(--rate)));
  font-family: var(--font-lp_norman_eng);
  font-size: calc(44 * (var(--rate)));
  letter-spacing: 0.025em;
  line-height: 1.5;
}


/* date
==================================*/
#lp_contents .date {
  position: relative;
  margin: calc(80 * (var(--rate))) auto 0;
  width: calc(470 * (var(--rate)));
  z-index: 0;
}

#lp_contents .date::before {
  position: absolute;
  content: "";
  background: var(--color-lp_bg);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  transition: 1s all;
}

#lp_contents .date.slide.is-show::before {
  width: 0;
}


/* page_nav
==================================*/
#lp_contents .page_nav {
  position: relative;
  margin: calc(170 * (var(--rate))) auto 0;
  width: 100%;
  border: var(--color-lp_white) solid calc(2 * (var(--rate)));
  border-left: none;
  border-right: none;
  z-index: 0;
}

#lp_contents .page_nav::before {
  position: absolute;
  content: "";
  background: url(../img/nav_bg.svg) no-repeat;
  background-size: 100%;
  width: calc(600 * (var(--rate)));
  height: calc(450 * (var(--rate)));
  top: calc(-85 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#lp_contents .page_nav::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: calc(1250 * (var(--rate)));
  top: calc(-35 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#lp_contents .page_nav ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  background : linear-gradient(135deg, rgba(190, 186, 220, 1) 32.62%, rgba(229, 199, 213, 1) 100%);
}

#lp_contents .page_nav ul::before {
  position: absolute;
  content: "";
  width: 200%;
  height: calc(2 * (var(--rate)));
  background: var(--color-lp_white);
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#lp_contents .page_nav ul::after {
  position: absolute;
  content: "";
  width: calc(2 * (var(--rate)));
  height: 200%;
  background: var(--color-lp_white);
  top: 0;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .page_nav ul li {
  width: calc(390 * (var(--rate)));
  height: calc(140 * (var(--rate)));
  padding: 0 0 0 calc(40 * (var(--rate)));
  display: flex;
  align-items: center;
}

#lp_contents .page_nav ul li a {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: calc(20 * (var(--rate)));
}

#lp_contents .page_nav .nav_img {
  width: calc(80 * (var(--rate)));
}

#lp_contents .page_nav .nav_text {
  text-align: left;
  font-family: var(--font-lp_the_season_eng);
  font-size: calc(28 * (var(--rate)));
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.25;
}


/* sec_look
==================================*/
#lp_contents .sec_look{
  position: relative;
  padding: calc(280 * (var(--rate))) 0 0;
  z-index: 99;
}

#lp_contents .sec_look.look_2 ,
#lp_contents .sec_look.look_3 ,
#lp_contents .sec_look.look_4 {
  padding: calc(170 * (var(--rate))) 0 0;
  position: relative;
  z-index: 100;
}

#lp_contents .star{
  position: absolute;
  top: calc(180 * (var(--rate)));
  right: calc(40 * (var(--rate)));
  width: calc(100 * (var(--rate)));
  z-index: 10;
}

#lp_contents .look_2 .star{
  top: calc(180 * (var(--rate)));
}

#lp_contents .sec_ttl{
  position: relative;
  text-align: left;
  font-family: var(--font-lp_norman_eng);
  font-size: calc(110 * (var(--rate)));
  line-height: 1.1;
  letter-spacing: 0;
  margin-left: calc(40 * (var(--rate)));
  z-index: 10;
}

#lp_contents .sec_text{
  position: relative;
  text-align: left;
  font-size: calc(26 * (var(--rate)));
  margin-top: calc(-55 * (var(--rate)));
  margin-left: calc(40 * (var(--rate)));
  line-height: 1.7;
  z-index: 10;
}

#lp_contents .sec_inner{
  position: relative;
  margin: calc(70 * (var(--rate))) auto 0;
  width: calc(720 * (var(--rate)));
  z-index: 0;
}

#lp_contents .bg_area{
  position: relative;
  z-index: 0;
}

#lp_contents .bg_area::before{
  position: absolute;
  content: "";
  background: url(../img/bg_2.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: calc(1360 * (var(--rate)));
  top: calc(-600 * (var(--rate)));
  left: 0;
  z-index: -1;
}

#lp_contents .bg_area::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url(../img/bg_1.png);
  background-size: 100%;
  width: 100%;
  height: calc(1250 * (var(--rate)));
  bottom: calc(-950 * (var(--rate)));
  left: 0;
  z-index: -1;
}

#lp_contents .look_4 .bg_area::after {
  display: none;
}


#lp_contents .limited_icon{
  position: absolute;
  width: calc(180 * (var(--rate)));
  top: calc(20 * (var(--rate)));
  right: calc(30 * (var(--rate)));
  z-index: 10;
}

#lp_contents .sec_wrap{
  padding: calc(50 * (var(--rate))) 0 calc(160 * (var(--rate)));
  background: var(--color-lp_white);
  border-radius: calc(360 * (var(--rate)));
  outline: calc(2 * (var(--rate))) solid rgb(190 186 220);
  outline-offset: -6px;
}

#lp_contents .magic_icon{
  margin: auto;
  width: calc(160 * (var(--rate)));
}

#lp_contents .moon{
  margin-top: calc(30 * (var(--rate)));
  margin-left: calc(325 * (var(--rate)));
  width: calc(50 * (var(--rate)));
}

#lp_contents .item_name_en{
  margin: calc(40 * (var(--rate))) auto 0;
  font-family: var(--font-lp_the_season_eng);
  font-size: calc(52 * (var(--rate)));
  line-height: 1.4;
  color: var(--color-lp_bg);
  letter-spacing: 0.05em;
}

#lp_contents .item_name_ja{
  margin: calc(20 * (var(--rate))) auto 0;
  font-size: calc(32 * (var(--rate)));
  line-height: 1;
  color: var(--color-lp_bg);
  letter-spacing: 0.125em;
}

#lp_contents .item_name_price{
  margin: calc(40 * (var(--rate))) auto 0;
  font-size: calc(26 * (var(--rate)));
  line-height: 1;
  color: var(--color-lp_bg);
  letter-spacing: 0.125em;
}

#lp_contents .item_img{
  margin: calc(60 * (var(--rate))) auto 0;
  width: calc(470 * (var(--rate)));
}

#lp_contents .item_name_var{
  margin: calc(40 * (var(--rate))) auto 0;
  font-size: calc(26 * (var(--rate)));
  line-height: 1;
  color: var(--color-lp_bg);
  letter-spacing: 0.125em;
}

#lp_contents .sec_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(60 * (var(--rate))) auto 0;
  width: calc(420 * (var(--rate)));
  height: calc(90 * (var(--rate)));
  font-family: var(--font-lp_the_season_eng);
  font-size: calc(32 * (var(--rate)));
  background: linear-gradient(90deg, rgba(204, 220, 237, 1) 0%, rgba(229, 199, 213, 1) 100%);
  border-radius: calc(45 * (var(--rate)));
  letter-spacing: 0.075em;
}

/* sec_look_2
==================================*/
#lp_contents .look_2 .item_img{
  width: calc(700 * (var(--rate)));
}

#lp_contents .look_2 .item_var_wrap{
  margin-top: calc(60 * (var(--rate)));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(40 * (var(--rate))) calc(50 * (var(--rate)));
}

#lp_contents .look_2 .item_var_blk{
  display: block;
  width: calc(250 * (var(--rate)));
}

#lp_contents .look_2 .item_var_blk p{
  color: var(--color-lp_bg);
}

#lp_contents .look_2 .item_var_img{
  position: relative;
  width: calc(180 * (var(--rate)));
  margin: auto;
  z-index: 0;
}

#lp_contents .look_2 .item_var_img::before{
  position: absolute;
  content: "";
  width: calc(30 * (var(--rate)));
  height: calc(30 * (var(--rate)));
  background: url(../img/var_plus.svg) no-repeat;
  background-size: 100%;
  bottom: calc(0 * (var(--rate)));
  right: calc(-20 * (var(--rate)));
  z-index: 1;
}

#lp_contents .look_2 .item_var_text{
  font-size: calc(26 * (var(--rate)));
  line-height: 1.3;
  margin: calc(20 * (var(--rate))) 0 0;
}

#lp_contents .nowrap{
  white-space: nowrap;
}

/* sec_look_3
==================================*/
#lp_contents .look_3 .item_img{
  margin: calc(40 * (var(--rate))) auto 0;
}

#lp_contents .look_3 .item_name_var{
  margin: calc(20 * (var(--rate))) auto 0;
}


/* sec_look_4
==================================*/
#lp_contents .look_4 .item_wrap{
  margin: calc(0 * (var(--rate))) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .look_4 .item_blk{
  width: calc(280 * (var(--rate)));
}

#lp_contents .look_4 .item_img{
  width: 100%;
}

#lp_contents .look_4 .item_name_var{
  margin: calc(20 * (var(--rate))) auto 0;
  line-height: 1.3;
}

/* sec_make_look_1
==================================*/
#lp_contents .make_ttl{
  position: relative;
  font-family: var(--font-lp_norman_eng);
  font-size: calc(105 * (var(--rate)));
  letter-spacing: 0;
  z-index: 0;
}

#lp_contents .make_look{
  padding: calc(200 * (var(--rate))) 0 0;
}


#lp_contents .make_look::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.png);
  background-size: 100%;
  width: 100%;
  height: calc(1250 * (var(--rate)));
  top: calc(1590 * (var(--rate)));
  left: 0;
  z-index: -1;
}

#lp_contents .make_look.second::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.png);
  background-size: 100%;
  width: 100%;
  height: calc(1250 * (var(--rate)));
  top: calc(1180 * (var(--rate)));
  left: 0;
  z-index: -1;
}

#lp_contents .make_look .star {
  top: calc(1640 * (var(--rate))) !important;
}

#lp_contents .make_ttl::before{
  position: absolute;
  content: "";
  background: url(../img/make_ttl_bg.png) no-repeat;
  background-size: 100%;
  width: calc(600 * (var(--rate)));
  height: calc(450 * (var(--rate)));
  top: calc(-110 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#lp_contents .sec_look_img{
  position: relative;
  margin: calc(80 * (var(--rate))) auto 0;
  width: calc(630 * (var(--rate)));
  z-index: 0;
}

#lp_contents .sub_text{
  position: relative;
  font-family: var(--font-lp_the_season_eng);
  font-size: calc(30 * (var(--rate)));
  letter-spacing: 0.075em;
  font-weight: 700;
  transform: rotate(90deg);
  bottom: calc(200 * (var(--rate)));
  right: calc(-345 * (var(--rate)));
  z-index: 1;
}

#lp_contents .sub_text::before{
  position: absolute;
  content: "";
  background: var(--color-lp_white);
  width: calc(2 * (var(--rate)));
  height: calc(60 * (var(--rate)));
  bottom: calc(0 * (var(--rate)));
  right: calc(210 * (var(--rate)));
  transform: rotate(90deg);
  z-index: 1;
}

#lp_contents .star_look::after{
  position: absolute;
  content: "";
  background: url(../img/icon_star.svg) no-repeat;
  background-size: 100%;
  width: calc(24 * (var(--rate)));
  height: calc(24 * (var(--rate)));
  top: calc(16 * (var(--rate)));
  left: calc(465 * (var(--rate)));
  z-index: 1;
}

#lp_contents .star_look.is-show:after {
  animation: mvAnimeStarTitle 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) .2s 1 forwards, rotation 2.2s cubic-bezier(0.51, 0.21, 0.41, 1) .2s 1 forwards, opa1 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) .2s 1 forwards;
}

@keyframes mvAnimeStarTitle {
  0% {
    left: calc(400 * (var(--rate)));
    transform: rotate(-360deg);
  }

  100% {
    left: calc(465 * (var(--rate)));
    transform: rotate(0);
  }
}


#lp_contents .sec_look_img.second{
  position: relative;
  margin: calc(0 * (var(--rate))) 0 0 calc(30 * (var(--rate)));
  width: calc(570 * (var(--rate)));
  z-index: 0;
}

#lp_contents .sec_look_img.second::after{
  position: relative;
  margin: calc(0 * (var(--rate))) 0 0 calc(30 * (var(--rate)));
  width: calc(570 * (var(--rate)));
  z-index: 0;
}

#lp_contents .make_look::before {
  position: absolute;
  content: "";
  background: url(../img/bg_2.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: calc(1360 * (var(--rate)));
  top: calc(-552 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#lp_contents .make_look.bg_cloud::after {
  top: calc(1570 * (var(--rate)));
}

#lp_contents .sec_look .star {
  top: calc(180 * (var(--rate)));
}

#lp_contents .sec_look .look_wrap {
  display: flex;
  justify-self: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: calc(100 * (var(--rate))) 0 0 calc(50 * (var(--rate)));
  gap: calc(30 * (var(--rate))) calc(40 * (var(--rate)));
}

#lp_contents .sec_look .look_blk {
  width: calc(200 * (var(--rate)));
}

#lp_contents .sec_look .look_wrap.first .look_blk:nth-of-type(4) {
  margin-left: calc(127 * (var(--rate)));
}

#lp_contents .sec_look .look_text {
  margin-top: calc(20 * (var(--rate)));
  font-size: calc(24 * (var(--rate)));
  line-height: 1.4;
  letter-spacing: 0.125em;
  white-space: nowrap;
}


/* howto
==================================*/
#lp_contents .howto {
  margin-top: calc(80 * (var(--rate)));
}

#lp_contents .howto_ttl {
  width: 100%;
}


#lp_contents .howto .accordion {
  margin-top: calc(100 * (var(--rate)));
}

#lp_contents .howto .accordion.is-hide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(300 * (var(--rate)));
  background: linear-gradient(0deg, rgba(190, 186, 220, 1) 30%, rgba(190, 186, 220, 0) 100%);
  top: calc(40 * (var(--rate)));
  left: 0;
  z-index: 0;
  opacity: 1;
}

#lp_contents .howto .accordion::after {
  opacity: 0;
}

#lp_contents .howto .howto_text {
  text-align: left;
  display: grid;
  margin: auto;
  width: calc(660 * (var(--rate)));
  gap: calc(30 * (var(--rate)));
  font-size: calc(26 * (var(--rate)));
  line-height: 2.2;
}

#lp_contents .howto .howto_text .border {
  color: #FFDCF0;
  text-decoration: underline;
  letter-spacing: 0.125em;
}

#lp_contents .howto .howto_text .border a {
  display: inline;
}

#lp_contents .howto .trigger {
  margin: calc(42 * (var(--rate))) auto 0;
}

/* sec_make_look_2
==================================*/
#lp_contents .make_look.second {
  z-index: -1;
}

#lp_contents .make_look.second .sec_look_img {
  margin: calc(20 * (var(--rate))) auto 0;
}

#lp_contents .make_look.second::before {
  top: calc(-100 * (var(--rate)));
}

#lp_contents .make_look.second .sec_look_img.second {
  margin: calc(0 * (var(--rate))) 0 0 calc(180 * (var(--rate)));
}

#lp_contents .make_look.second .star {
  top: calc(1610 * (var(--rate)));
  right: calc(640 * (var(--rate)));
}

#lp_contents .make_look.second.bg_cloud::after {
  top: calc(1170 * (var(--rate)));
}


#lp_contents .sec_btn_all{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(150 * (var(--rate))) auto 0;
  width: calc(500 * (var(--rate)));
  height: calc(100 * (var(--rate)));
  font-family: var(--font-lp_the_season_eng);
  font-size: calc(36 * (var(--rate)));
  background : linear-gradient(90deg, rgba(204, 220, 237, 1) 0%, rgba(229, 199, 213, 1) 100%);
  border-radius : calc(80 * (var(--rate)));
  z-index: 0;
}

#lp_contents .bottom {
  position: relative;
  padding-bottom: calc(150 * (var(--rate)));
  z-index: -2;
}

#lp_contents .bottom::before {
  position: absolute;
  content: "";
  background: url(../img/bg_last.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height : calc(600 * (var(--rate)));
  bottom: 0;
  left: 0;
  z-index: -1;
}


/* nav_list scroll
==================================*/
#lp_contents .nav_list.scroll ul {
  flex-wrap: wrap;
  height: calc(160 * (var(--rate)));
  background: var(--color-lp_white);
}

#lp_contents .nav_list.scroll ul li {
  width: calc(390 * (var(--rate)));
  height: calc(80 * (var(--rate)));
}

#lp_contents .nav_list.scroll .nav_text {
  text-align: left;
  font-family: var(--font-lp_the_season_eng);
  font-weight: 700;
  white-space: nowrap;
  color: var(--color-lp_bg);
  letter-spacing: 0.05em;
}

#lp_contents .nav_list.scroll a {
  gap: calc(15 * (var(--rate)));
  padding-left: calc(30 * (var(--rate)));
  justify-content: left;
}

#lp_contents .nav_list.scroll ul::before {
  position: absolute;
  content: "";
  width: 200%;
  height: calc(2 * (var(--rate)));
  background: var(--color-lp_bg);
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  z-index: 1;
}

#lp_contents .nav_list.scroll ul::after {
  position: absolute;
  content: "";
  width: calc(2 * (var(--rate)));
  height: 100%;
  background: var(--color-lp_bg);
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* ===================
    　　  ▽ MODAL ▽
=================== */

  .modal_content {
      width: calc(700 * (var(--rate)));
      background: var(--color-lp_white);
  }

  /* modal */
  body.no_scroll {
      height: 100vh;
      overflow: hidden;
  }
  
  header.hide {
      opacity: 0;
      pointer-events: none;
  }
  
  .modal_outside.hide {
      opacity: 0;
      pointer-events: none;
  }
  
  .modal_outside {
      position: fixed;
      z-index: 110;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: opacity .3s;
  }
  
  .modal_outside::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
  }
  
  .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    margin: 0 calc(50% - 50vw);
  }
  
  .modal_inner {
    position: relative;
    z-index: 1;
    width: calc(700 * (var(--rate)));
  }
  
  .modal_outer {
      position: relative;
  }
  
  .btn_close {
    position: absolute;
    top: calc(40 * (var(--rate)));
    right: calc(40 * (var(--rate)));
    z-index: 2;
    width: calc(40 * (var(--rate)));
    height: calc(40 * (var(--rate)));
  }
  
  .btn_close:hover {
      cursor: pointer;
  }
  
  .btn_close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: calc(60 * (var(--rate)));
    height: 1px;
    background: var(--color-lp_bg);
    content: "";
  }
  
  .btn_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px;
    height: calc(60 * (var(--rate)));
    background: var(--color-lp_bg);
    content: "";
  }

  .modal_content {
    position: relative;
    width: 100%;
    z-index: 0;
    padding: calc(80 * (var(--rate))) 0;
  }

  .modal_content p{
    color: var(--color-lp_bg);
}


  .modal_content img {
      width: 100%;
  }

  .modal_img {
    width: calc(300 * (var(--rate)));
    margin: auto;
  }

  .modal_name {
    text-align: center;
    font-size: calc(28 * (var(--rate)));
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin: calc(40 * (var(--rate))) auto 0;
    letter-spacing: 0.1em;
  }

  .modal_text {
    text-align: center;
    font-size: calc(24 * (var(--rate)));
    line-height: 2;
    margin: calc(40 * (var(--rate))) auto 0;
    letter-spacing: 0.1em;
  }


.prev-arrow,
.next-arrow {
    background: url(../img/arrow_left.svg) no-repeat;
    background-size: 100%;
    transition: all .3s ease;
    width: calc(20 * (var(--rate)));
    height: calc(60 * (var(--rate)));
    cursor: pointer;
    position:absolute;
    z-index: 10;
}

.prev-arrow{
  top: calc(140 * (var(--rate)));
  left: calc(80 * (var(--rate)));
}

.next-arrow {
  background: url(../img/arrow_right.svg) no-repeat;
  top: calc(140 * (var(--rate)));
  right: calc(80 * (var(--rate)));
}

  /* ===================
  　　  ▽ MODAL ▽
  =================== */



/*--------------------------------
            Layout  PC
--------------------------------*/
@media screen and (min-width: 768px){

  #lp_contents .pc_bg {
    background: linear-gradient(135deg, rgba(196, 193, 223, 1) 32.62%, rgba(235, 213, 223, 1) 100%);
  }

  #lp_contents .pc_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 193, 223, 1) 32.62%, rgba(235, 213, 223, 1) 100%);
    top: 0;
    left: 0;
    z-index: 1;
  }

  #lp_contents .pc_bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity : 0.03;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #lp_contents .full_area{
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;

    width: calc(calc(100% - 46.8rem) / 2);

    padding: 3rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lp_contents .left_area{
    left: 0;
    order: 1;
  }

  #lp_contents .left_area img{
    width: min(290px, calc(290 * (100vw / 1400)));
  }

  #lp_contents .right_area{
    right: 0;
    order: 3;
  }

  #lp_contents .right_area .nav_list ul{
    background-color: transparent;
    display: grid;
    gap: 2rem;
    width: auto;
    height: auto;
  }

  #lp_contents .right_area .nav_list li{
    border-width: 0;
  }

  #lp_contents .right_area .nav_list a{
    gap: 1.5rem;
    justify-content: left;
  }

  #lp_contents .right_area .nav_list .nav_text {
    font-size: 1.6rem;
    line-height: 1;
  }

  #lp_contents .right_area .nav_list .nav_img{
    width: 6rem;
  }

  #lp_contents .right_area .nav_list .nav_txt{
    font-size: 2rem;
    color: var(--color-lp_font);
  }

  #lp_contents .right_area .nav_list .nav_txt:after{
    content: '';
    display: block;
    width: 1.6rem;
    height: 0.6rem;
    background-image: url(../img/nav_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0.8rem auto 0;
  }

  .PCnavigation_list .selected a {
    position: relative;
    z-index: 0;
  }

  .PCnavigation_list .selected a::before {
    position: absolute;
    content: "";
    background: url(../img/moon_open.svg) no-repeat;
    background-size: 100%;
    width: 1.5rem;
    height: 1.6rem;
    top: 0;
    left: -2.5rem;
    z-index: 1;
  }

}


/*--------------------------------
            Responsive
 --------------------------------*/

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



/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

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

  .page-share-btn{
    height: 0;
  }

  #share{
    z-index: 100 !important;
    bottom: calc(200 * (100vw / 750)) !important;
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents{
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents a:hover{opacity: 1}

  #lp_contents .lp_inner{
  }

}