/* ===============================================
  * 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(234, 204, 207, 1), rgba(234, 204, 207, 0));
}



.main-area,
.main-area.lp {
  background-color: #F1E7E8 !important;
}

.lp_area::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/812;
  background: url(../img/img_bg-sp.svg) center/100% no-repeat;
  background-size: 100%;
  z-index: 0;
}

.contentsArea {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.lp_area img {
  width: 100%;
  height: auto;
}

.maivsiual {
  position: relative;
}

.main-area.lp,
.main-area.lp * {
  box-sizing: border-box;
}

.main-area.lp {
  margin: 0;
  background-color: var(--color-bg-main);
}

@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: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #250D00;
  }

  .lead_inner {
    display: block;
    text-align: center;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    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.9rem;
    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: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .sec .creditWrap li>* {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    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: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #250D00;
  }

  .lead_inner {
    display: block;
    text-align: center;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    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: 3rem;
    color: #250D00;
  }

  .sec .ttl .main {
    line-height: 1.8;
  }

  .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: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0.7rem;
    letter-spacing: 0.05em;
  }

  .sec .creditWrap li>* {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    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: auto;
    right: 2rem;
    bottom: 2rem;
    z-index: 100;
  }

  .lp_area .nav .item {
    width: 6.839rem;
  }

  .lp_area::before {
    background: url(../img/img_bg-sp.svg) center/100% no-repeat;
  }

  .maivsiual .lead {
    margin: 7.5rem auto 7.3rem;
    position: relative;
  }

  .maivsiual .lead::after {
    content: "";
    position: absolute;
    width: 55rem;
    height: 55rem;
    background-image: url(../img/img_circle-sp.png);
    background-size: contain;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lineclip {
    display: block;
    width: 33.6rem;
    margin: 0 auto 10rem;
  }

  .sec {
    margin-bottom: 7.8rem;
  }

  .sec .imgBox {
    margin-bottom: 4.45rem;
  }

  .sec .lead {
    margin-bottom: 3.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: 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 .credit {
    width: fit-content;
    margin: auto;
  }

  .sec.--01 .credit li .name,
  .sec.--02 .credit li .name,
  .sec.--03 .credit li .name,
  .sec.--04 .credit li .name {
    margin: auto;
    padding-right: 0.7rem;
  }

  .sec.--04 {
    margin-bottom: 8rem;
  }

  .sec.--04 .creditWrap {
    margin-bottom: 4.7rem;
  }

  .sec.--05 {
    margin-bottom: 10rem;
  }

  .sec.--05 .ttl {
    margin-bottom: 3.3rem;
  }

  .sec.--05 .imgBox {
    width: 30.5rem;
    margin: 0 auto 4rem;
  }

  /* sec 08 */
  .lineclip.bottomSml.--02 {
    margin: 0 auto 8.2rem;
  }

  .sec.--08 {
    margin-bottom: 0;
    padding-bottom: 10.5rem;
  }

  .sec.--08 .ttl {
    margin-bottom: 3.2rem;
  }

  .sec.--08 .ttl .main {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    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;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
  }

}


@media (min-width: 769px) {
  .maivsiual {}

  .lp_area .nav {
    position: fixed;
    left: auto;
    right: 5rem;
    bottom: 5rem;
    z-index: 100;
  }

  .lp_area .nav .item {
    width: 6.839rem;
  }

  .lp_area::before {
    background: url(../img/img_bg-pc.svg) top/100% no-repeat;
  }

  .maivsiual .lead {
    margin: 7.8rem auto 9.3rem;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    position: relative;
  }

  .maivsiual .lead::after {
    content: "";
    position: absolute;
    width: 65rem;
    height: 65rem;
    background-image: url(../img/img_circle-pc.png);
    background-size: contain;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .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: 7.3rem;
  }

  .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 11.2rem;
  }

  .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: 24rem auto;
    width: 103rem;
    margin: auto;
  }

  .sec.--01 .prodAbout {
    grid-area: 2 / 3;
  }

  .sec.--01 .credit,
  .sec.--02 .credit,
  .sec.--03 .credit,
  .sec.--04 .credit {
    width: fit-content;
    margin: 0 auto 0 0;
  }

  .sec.--01 .credit li .name,
  .sec.--02 .credit li .name,
  .sec.--03 .credit li .name,
  .sec.--04 .credit li .name {
    margin: auto;
    padding-right: 0.5rem;
  }

  .sec.--02 {
    margin-bottom: 9.9rem;
  }

  .sec.--02 .gridWrap {
    display: grid;
    grid-template-columns: 7rem 41rem auto;
    grid-auto-rows: 22.4rem 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: 23.9rem auto auto;
    width: 105rem;
    margin: auto;
  }

  .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: 0 55rem auto;
    grid-auto-rows: 18.6rem auto auto;
    width: 110rem;
    margin: auto;
  }

  .sec.--04 .creditWrap {
    margin-bottom: 7.5rem;
  }

  .sec.--04 .buyBtn {
    margin: 0 auto 0 0;
  }

  .sec.--05 {
    margin-bottom: 13rem;
  }

  .sec.--05 .ttl {
    font-size: 4.0rem;
    margin-bottom: 3rem;
  }

  .sec.--05 .imgBox {
    width: 33.7rem;
    margin: 0 auto 4rem;
  }

  /* sec 08 */
  .lineclip.bottomSml.--02 {
    margin: 0 auto 11.2rem;
  }

  .sec.--08 {
    margin-bottom: 0;
    padding-bottom: 13.2rem;
  }

  .sec.--08 .ttl .main {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 0;
  }

  .sec.--08 .ttl .sub {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}



.animation {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.0s;
  transition-delay: .3s;
}

.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);
} */
/* 
.clip_txt {
  will-change: clip-path,opacity,transform;
  -webkit-clip-path: inset(0% 0% 100% 0%);
  clip-path: inset(0% 0% 100% 0%);
  opacity: 0;
  transition: opacity 2.6s cubic-bezier(.16,1,.3,1),-webkit-clip-path .8s cubic-bezier(.32,.95,.6,1) .2s;
  transition: clip-path .8s cubic-bezier(.32,.95,.6,1) .2s,opacity 2.6s cubic-bezier(.16,1,.3,1);
  transition: clip-path .8s cubic-bezier(.32,.95,.6,1) .2s,opacity 2.6s cubic-bezier(.16,1,.3,1),-webkit-clip-path .8s cubic-bezier(.32,.95,.6,1) .2s
}

.clip_txt.is-active {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1
}

.clip_figure img {
  will-change: clip-path,opacity,transform;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-clip-path: inset(100% 0% 0% 0%);
  clip-path: inset(100% 0% 0% 0%);
  opacity: 0;
  transition: opacity 2.6s cubic-bezier(.16,1,.3,1),transform 2.6s cubic-bezier(.16,1,.3,1),-webkit-clip-path 1.2s cubic-bezier(.32,.95,.6,1);
  transition: clip-path 1.2s cubic-bezier(.32,.95,.6,1),opacity 2.6s cubic-bezier(.16,1,.3,1),transform 2.6s cubic-bezier(.16,1,.3,1);
  transition: clip-path 1.2s cubic-bezier(.32,.95,.6,1),opacity 2.6s cubic-bezier(.16,1,.3,1),transform 2.6s cubic-bezier(.16,1,.3,1),-webkit-clip-path 1.2s cubic-bezier(.32,.95,.6,1)
}

.clip_figure img {
  -webkit-clip-path: inset(0% 0% 100% 0%);
  clip-path: inset(0% 0% 100% 0%);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.clip_figure.is-active img {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0)
}
 */

.nav {
  opacity: 0;
  transition: opacity 0.8s;
  visibility: hidden;
}

.nav.onView {
  opacity: 1;
  visibility: visible;
}



/* パララックス */
.pararaxArea {
  position: fixed;
  top: -10%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: all;
}

.pararaxArea .pararaxItem {
  position: absolute;
  width: 130.7rem;
  transition: transform .3s linear 0s;
  
}



@media (max-width: 768px) {
  .pararaxArea .pararaxItem {
    width: 40rem;
    left: -0.8rem;
  }
  #footer {
    z-index: 10;
  }
}


#Foot {
  position: relative;
  z-index: 10;
}

/* ===============================================
  * ITEM - 1 *
=============================================== */