/* ===============================================
  * COMMON *
=============================================== */
:root {
  --spacer-xxs: 1.5rem;
  --spacer-xs: 2rem;
  --spacer-s: 1.8rem;
  --spacer-m: 4rem;
  --spacer-l: 5rem;
  --spacer-xl: 6rem;
  --padding-horizontal: 5.2%;
  --transition-duration: 1.5s;
}


@media (min-width: 769px) {
  :root {
    --spacer-xxs: 3rem;
    --spacer-xs: 4rem;
    --spacer-s: 3rem;
    --spacer-m: 8rem;
    --spacer-l: 10rem;
    --spacer-xl: 12rem;
    --padding-horizontal: min(4.54%, 5rem);
  }
}


.header[data-header-theme="light"].c-active, .header[data-header-theme="dark"] {
  background: linear-gradient(180deg, rgba(178,154,169,1), rgba(250,240,230,0));
}



.main-area,.main-area.lp{
  background-color: #B29AA9!important;
}
.lp_area::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/541;
  background: url(../img/img_bg-sp.svg) center/100% no-repeat;
  background-size: 100%;
  z-index: 0;
  mix-blend-mode: lighten;
}
.contentsArea{
  position: relative;
  z-index: 5;
}
.lp_area img{
  width: 100%;
  height: auto;
}
.maivsiual{
  position: relative;
}
.lp_area .slick-slide{
  height: fit-content;
}
.slider-container{
  position: relative;
}
.slider-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.fa-angle-left:before,
.fa-angle-right:before{
  display: none;
}
.fa-angle-right{
  right: 4rem;
}
.fa-angle-left{
  left: 4rem;
}
.slider-arrow img {
  transition-property: transform;
  transition-duration: 0.5s;
  transform: translateX(0);
}
.slider-arrow img:hover {
  transform: translateX(-2rem);
}

/*
 * Structure
 */

.main-area.lp,
.main-area.lp * {
  box-sizing: border-box;
}

.main-area.lp {
  margin: 0;
  background-color: var(--color-bg-main);
}



@media (max-width: 768px) {
  .slider-arrow{
    display: none!important;
  }
}


@media (min-width: 769px) {
  .spOnly{
    display: none!important;
  }
}




/*
 * Text
 */
@media (max-width: 768px) {
  .main-area{
    
padding-top: 15.6rem;
  }
  .lead,
  .lead > *{
    display: block;
    text-align: center;
    font-family: var(--font-jp);
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #250D00;
  }
  .sec .ttl{
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
    margin-bottom: 0.7rem;
    color: #250D00;
  }
  .sec .ttl .main{
    line-height: 1.9;
  }
  .sec .ttl .sub{
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .sec .creditWrap .ttl{
    text-align: center;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .sec .creditWrap li > *{
    font-family: var(--font-jp);
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #250D00;
  }
  
}


@media (min-width: 769px) {
  .lead,
  .lead > *{
    display: block;
    text-align: left;
    font-family: var(--font-jp);
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #250D00;
  }
  .sec .ttl{
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
    margin-bottom: 0.7rem;
    color: #250D00;
  }
  .sec .ttl .main{
    line-height: 1.9;
  }
  .sec .ttl .sub{
    display: block;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .sec .creditWrap .ttl{
    text-align: left;
    font-family: var(--font-jp);
    font-size: 1.3rem;
    line-height: 1.846;
    margin-bottom: 0.2rem;
  }
  .sec .creditWrap li > *{
    font-family: var(--font-jp);
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #250D00;
  }
}








/* ===============================================
  * MV *
=============================================== */



/* ===============================================
  * item - n *
=============================================== */
@media (max-width: 768px) {
  .lp_area .nav {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 30rem;
    z-index: 100;
  }
  .lp_area .nav .item{
    width: 9.6rem;
  }
  .lp_area::before {
    background: url(../img/img_bg-sp.svg) center/100% no-repeat;
  }
  .maivsiual .lead{
    margin: 7.5rem auto 7.3rem;
  }
  .lineclip{
    display: block;
    width: 33.6rem;
    margin: 0 auto 10rem;
  }
  .sec{
    margin-bottom: 7.8rem;
  }
  .sec .imgBox{
    margin-bottom: 4.6rem;
  }
  .sec .lead .--01{
    margin-bottom: 1.7rem;
  }
  .sec .lead {
    margin-bottom: 4rem;
  }
  .sec .ttl .main{
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
  }
  .sec .ttl .main::before,
  .sec .ttl .main::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(../img/img_ttlStar.svg) center/100% no-repeat;
    width: 1.5rem;
    height: 1.5rem;
  }
  .sec .ttl .main::before{
    left: -1.5rem;
  }
  .sec .ttl .main::after{
    right: -1.5rem;
  }
  .sec .buyBtn{
    width: 25rem;
    margin: auto;
  }
  .lineclip.bottomSml{
    margin: 0 auto 8.7rem;
  }

  .sec.--01 .credit{
    width: fit-content;
    margin: auto;
  }
  .sec.--01 .credit li .name{
  margin: auto;
  padding-right: 1.1rem;
  }
  .sec.--02 .credit > *{
    text-align: center;
    line-height: 1.5;
  }
  .sec.--03 .creditWrap li > *{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 33.1rem;
    margin: auto;
  }
  .sec.--04{
    margin-bottom: 11.2rem;
  }
  .sec.--04 .ttl.border{
    width: fit-content;
    height: 2.4rem;
    padding: 0 0.6rem;
    margin: 5.1rem auto 1.3rem;
    border: 1px solid #250D00;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .sec.--04 .creditWrap li > * {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 26.4rem;
    margin: auto;
  }
  .sec.--05,
  .sec.--06,
  .sec.--07{
    margin-bottom: 10rem;
  }
  .sec.--05 .ttl,
  .sec.--06 .ttl,
  .sec.--07 .ttl {
    margin-bottom: 3.3rem;
  }
  .sec.--05 .imgBox{
    width: 32.5rem;
    margin: 0 auto 4rem;
  }
  .sec.--06 .imgBox,
  .sec.--07 .imgBox{
    width: 32.5rem;
    margin: 0 auto 3rem;
  }
  .sec.--06 .lead,
  .sec.--07 .lead{
    margin: 0 auto 3.3rem;
  }
  .sec.--06 .lead.attention{
    margin: 3.3rem auto 0;
  }
  /* sec 08 */
  .lineclip.bottomSml.--02{
    margin: 0 auto 8.2rem;
  }
  .sec.--08 {
    margin-bottom: 0;
    padding-bottom: 10.5rem;
  }
  .sec.--08 .ttl .main {
    font-family: var(--font-jp);
    font-size: 2.5rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
    margin-bottom: 0.3rem;
  }
  .sec.--08 .ttl .sub {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .sec.--08 .ttl .info {
    display: block;
    font-family: var(--font-jp);
    font-size: 1.2rem;
    line-height: 3;
    letter-spacing: 0.08em;
    margin-bottom: 3rem;
  }
}


@media (min-width: 769px) {
  .maivsiual {
   }
  .lp_area .nav {
    position: fixed;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    z-index: 100;
  }
  .lp_area .nav .item{
    width: 11.5rem;
  }
  .lp_area::before {
    background: url(../img/img_bg-pc.svg) top/100% no-repeat;
  }
  .maivsiual .lead{
    margin: 8.2rem auto 9.1rem;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
  .lineclip{
    display: block;
    width: 100.0rem;
    margin: 0 auto 13rem;
  }
  .sec{
    margin-bottom: 10.1rem;
  }
  .sec .gridWrap{
    display: grid;
    width: 110rem;
    margin: auto;
  }
  .sec .lead .--01{
    margin-bottom: 1.2rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sec.--01 .lead .--01{
    font-size: 1.9rem;
  }
  .sec .lead {
    margin-bottom: 6.9rem;
  }
  .sec .ttl .main{
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
  }
  .sec .ttl .main::before,
  .sec .ttl .main::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(../img/img_ttlStar.svg) center/100% no-repeat;
    width: 2.0rem;
    height: 2.0rem;
  }
  .sec .ttl .main::before{
    left: -3rem;
  }
  .sec .ttl .main::after{
    right: -3rem;
  }
  .sec .buyBtn{
    width: 25rem;
    margin: auto;
  }
  .lineclip.bottomSml{
    margin: 0px auto 10.7rem;
  }
  .sec.--01 .imgBox{
    grid-area: 1 / 1 / 3 / 3;
    width: 55rem;
    height: fit-content;
  }
  .sec.--01 .gridWrap{
    display: grid;
    grid-template-columns: 55rem 10rem auto;
    grid-auto-rows: 18.4rem auto;
    width: 110rem;
    margin: auto;
  }
  .sec.--01 .prodAbout{
    grid-area: 2 / 3;
  }

  .sec.--01 .credit{
    width: fit-content;
    margin: 0 auto 0 0;
  }
  .sec.--01 .credit li .name{
  margin: auto;
  padding-right: 1.1rem;
  }
  .sec.--02{
    margin-bottom: 9.9rem;
  }
  .sec.--02 .gridWrap{
    display: grid;
    grid-template-columns: 5.4rem 49.5rem auto;
    grid-auto-rows: 12.3rem auto;
    width: 110rem;
    margin: auto;
  }
  .sec.--02 .imgBox,
  .sec.--04 .imgBox{
    grid-area: 1 / 3 / 3 / 4;
    width: 55rem;
    height: fit-content;
  }
  .sec.--02 .prodAbout,
  .sec.--04 .prodAbout{
    grid-area: 2 / 2;
  }
  .sec.--02 .credit > *{
    text-align: left;
    line-height: 1.5;
  }
  .sec.--03{
    margin-bottom: 10.0rem;
  }
  .sec.--03 .gridWrap {
    display: grid;
    grid-template-columns: 55rem 10.2rem auto;
    grid-auto-rows: 15.7rem auto auto;
    width: 110rem;
    margin: auto;
  }
  .sec.--03 .creditWrap li > *{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 35.7rem;
    margin: 0 auto 0 0;
  }
  .sec.--03 .imgBox{
    grid-area: 1 / 1 / 4 / 3;
    width: 55rem;
    height: fit-content;
  }
  .sec.--03 .prodAbout{
    grid-area: 2 / 3;
  }
  .sec.--04{
    margin-bottom: 13rem;
  }
  .sec.--04 .gridWrap {
    display: grid;
    grid-template-columns: 16.7rem 38.3rem auto;
    grid-auto-rows: 25.9rem auto auto;
    width: 110rem;
    margin: auto;
  }
  .sec.--04 .ttl.border{
    width: fit-content;
    height: 2.4rem;
    padding: 0 0.2rem;
    margin: 0 auto 1.5rem 0;
    border: 1px solid #250D00;
    line-height: 2.4rem;
  }
  .sec.--04 .creditWrap li > * {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 29.1rem;
    margin: 0 auto 0 0;
  }
  .sec.--05,
  .sec.--06,
  .sec.--07{
    margin-bottom: 13rem;
  }
  .sec.--05 .ttl,
  .sec.--06 .ttl,
  .sec.--07 .ttl {
    font-size: 4.0rem;
    margin-bottom: 3rem;
  }
  .sec.--05 .imgBox{
    width: 36rem;
    margin: 0 auto 4rem;
  }
  .sec.--06 .imgBox,
  .sec.--07 .imgBox{
    width: 48rem;
    margin: 0 auto 3rem;
  }
  .sec.--06 .lead,
  .sec.--07 .lead{
    margin: 0 auto 3.3rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .sec.--06 .lead.attention{
    width: fit-content;
    margin-top: 3.3rem;
    /* text-align: left; */
    text-align: center;
  }
  /* sec 08 */
  .lineclip.bottomSml.--02{
    margin: 0 auto 11.5rem;
  }
  .sec.--08 {
    margin-bottom: 0;
    padding-bottom: 10.5rem;
  }
  .sec.--08 .ttl .main {
    font-family: var(--font-jp);
    font-size: 3.4rem;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 0.2rem;
  }
  .sec.--08 .ttl .sub {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .sec.--08 .ttl .info {
    display: block;
    font-family: var(--font-jp);
    font-size: 1.5rem;
    line-height: 3;
    letter-spacing: 0.08em;
    margin-bottom: 2.3rem;
  }
}





.animation{
  transition: opacity 1s, transform 1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.animation.onView{
  opacity: 1;
  transform: translateY(0);
}
.imgBox.animation {
  overflow: hidden;
  transform: translateY(0);
}
.imgBox.animation img{
  transition: transform 1s;
  transition-delay: 0.3s;
  transform: scale(1.1, 1.1);
}
.imgBox.animation.onView img{
  transform: scale(1, 1);
}

.star {
  content: "";
  background: url(../img/img_star.svg) center/100% no-repeat;
  animation: Stella 15s linear;
  color: transparent;
  display: inline-block;
  min-width: 1em;
  height: 1em;
  line-height: 1em;
  position: fixed;
  top: -1em;
  z-index: 0;
}

.nav{
opacity: 0;
transition: opacity 0.8s;
}
.nav.onView{
opacity: 1;
}

@keyframes Stella {
  0% {
      transform:translateY(0) rotateY(0);
  }
  100% {
      transform:translateY(calc(100vh)) rotateY(0deg);
  }
}


/* ===============================================
  * ITEM - 1 *
=============================================== */
