/* ===============================================
  * 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(255, 246, 245, 1), rgba(234, 204, 207, 0));
}

.header .header__inner {
  background: linear-gradient(rgba(230, 180, 179, 1), rgba(0, 0, 0, 0));
}

.main-area,
.main-area.lp {
  background-color: #FFF6F5 !important;
}

.lp_area::before {
  content: "";
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 100vh;
  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;
    white-space: nowrap;
  }

  .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;
    white-space: nowrap;
  }

  .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) {

  .pcOnly {
    display: none;
  }

  .lp_area .nav {
    position: fixed;
    right: auto;
    left: 4.8rem;
    bottom: -9.3rem;
    z-index: 100;
  }

  .lp_area .nav .item {
    width: 8rem;
  }

  .item02 {
    position: relative;
    top: -7.8rem;
    left: 10rem;
  }

  .item03 {
    position: relative;
    top: -15.8rem;
    left: 20rem;
  }

  .lp_area::before {
    background: url(../img/img_bg-sp.svg) center/100% no-repeat;
    top: 0rem;
    width: 100%;
    height: 81.2rem;
  }

  .maivsiual .lead {
    margin: 7.5rem auto 7.3rem;
    position: relative;
  }

  .lineclip {
    display: block;
    width: 33.6rem;
    margin: 0 auto 12rem;
  }

  .sec {
    margin-bottom: 9.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.--01 {
    position: relative;
  }

  .sec.--01 .deco-02 {
    position: absolute;
    content: "";
    top: -26%;
    right: -15.5rem;
    display: block;
    width: 35rem;
    height: auto;
    z-index: 99;
    pointer-events: none;
  }

  .sec.--01 .deco-01 {
    position: absolute;
    content: "";
    bottom: -40%;
    left: -2.5rem;
    display: block;
    width: 16rem;
    height: 29.4rem;
    z-index: 99;
  }

  .sec.--03 {
    position: relative;
  }

  .sec.--03 .imgBox .slide {
    width: 100%;
    height: 46.4rem;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .slick-slider {
    margin: 0;
    padding: 0;
  }

  .slick-slider img {
    width: 100%;
    height: 100%;
  }

  .sec.--03 .deco-03 {
    position: absolute;
    content: "";
    top: -19.8%;
    left: -3.8rem;
    display: block;
    width: 14.2rem;
    height: 36rem;
    z-index: 99;
  }

  .sec.--03 .deco-04 {
    position: absolute;
    content: "";
    bottom: -21%;
    right: -4.3rem;
    display: block;
    width: 13.4rem;
    height: 20.6rem;
  }

  .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 8rem;
  }

  .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;
  }

  .sub_02 {
    margin-top: 3rem;
  }

  .sec.--08 .ttl .sub .underline {
    text-decoration: underline;
  }

}


@media (min-width: 769px) {
  .maivsiual {}

  .lp_area .nav {
    position: fixed;
    left: auto;
    right: 1rem;
    top: 56rem;
    z-index: 100;
  }

  .lp_area .nav .item {
    width: 8rem;
  }

  .item02 {
    position: absolute;
    top: 9.7rem;
  }

  .item03 {
    position: absolute;
    top: 19.7rem;
  }

  .lp_area::before {
    background: url(../img/img_bg-pc.svg) top/100% no-repeat;
  }

  .maivsiual .lead {
    margin: 7.5rem auto 7.8rem;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    position: relative;
  }

  .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 11rem;
  }

  .sec.--01,
  .sec.--02,
  .sec.--03 {
    width: 144rem;
    margin: 0 auto;
  }

  .sec.--01 {
    margin-bottom: 10rem;
    position: relative;
  }

  .sec.--01 .deco-01 {
    position: absolute;
    content: "";
    bottom: -58%;
    left: -4rem;
    display: block;
    width: 21.6rem;
    height: 29.4rem;
  }

  .sec.--01 .deco-02 {
    position: absolute;
    content: "";
    top: 32%;
    right: -20.5rem;
    display: block;
    width: 46.4rem;
    height: auto;
  }

  .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: 23.6rem auto;
    width: 106.3rem;
    margin: 0 0 0 17rem;
  }

  .sec.--01 .prodAbout {
    grid-area: 2 / 3;
  }

  .sec.--01 .credit,
  .sec.--02 .credit,
  .sec.--03 .credit {
    width: fit-content;
    margin: 0 auto 0 0;
  }

  .sec.--01 .credit li .name,
  .sec.--02 .credit li .name,
  .sec.--03 .credit li .name {
    margin: auto;
    padding-right: 0.5rem;
  }

  .sec.--02 {
    margin-bottom: 9.9rem;

  }

  .sec.--02 .gridWrap {
    display: grid;
    grid-template-columns: 46.5rem 8.5rem auto;
    grid-auto-rows: 24.4rem auto;
    width: 110rem;
    margin: 0 0 0 17rem;
  }

  .sec.--02 .imgBox {
    grid-area: 1 / 3 / 3 / 4;
    width: 55rem;
    height: fit-content;
  }

  .sec.--02 .prodAbout {
    grid-area: 2 / 1;
  }

  .sec.--02 .credit>* {
    text-align: left;
    line-height: 1.5;
  }

  .sec.--03 {
    margin-bottom: 13.0rem;
    position: relative;
  }

  .sec.--03 .deco-03 {
    position: absolute;
    content: "";
    top: 0%;
    left: -1.2rem;
    display: block;
    width: 21.8rem;
    height: 56rem;
    z-index: 99;
  }

  .sec.--03 .deco-04 {
    position: absolute;
    content: "";
    bottom: -68%;
    right: -4.5rem;
    display: block;
    width: 21.8rem;
    height: 59rem;
  }


  .sec.--03 .gridWrap {
    display: grid;
    grid-template-columns: 55rem 8.5rem auto;
    grid-auto-rows: 23.9rem auto auto;
    width: 105rem;
    margin: 0 0 0 17rem;
  }

  .sec.--03 .imgBox {
    grid-area: 1 / 1 / 4 / 3;
    width: 55rem;
    height: fit-content;
  }

  .sec.--03 .prodAbout {
    grid-area: 2 / 3;
  }

  .sec.--03 .imgBox .slide {
    width: 100%;
    height: 68rem;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .slick-slider {
    margin: 0;
    padding: 0;
  }

  .slick-slider img {
    width: 100%;
    height: 100%;
  }

  .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 11rem;
  }

  .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: 2.7rem;
  }

  .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;
  }

  .sec.--08 .ttl .sub .underline {
    text-decoration: underline;
  }

  .sub_02 {
    margin-top: -2.8rem;
  }

}

.animation {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.0s;
  transition-delay: .3s;
}

.animation.onView {
  opacity: 1;
  transform: translateY(0);
}

div.init2 {
  opacity: 0;
  transform: translateX(80px);
  transition: 3s ease;
}

div.init1 {
  opacity: 0;
  transform: translateX(-80px);
  transition: 3s ease;
}

.nav {
  opacity: 0;
  transition: opacity 0.8s;
  visibility: hidden;
}

.nav.onView {
  opacity: 1;
  visibility: visible;
}



/* パララックス */

.pararaxArea .pararaxItem {
  position: absolute;
  width: 144rem;
  transition: transform .3s linear 0s;
}

.pararaxArea {
  position: fixed;
  top: 0%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: all;
}

.pararaxItem_01 {
  transition: transform .6s linear .008s;
  position: absolute;
  top: -30rem;
  left: 0;
}

.pararaxItem_02 {
  transition: transform .5s linear .004s;
  position: absolute;
  top: -30rem;
  left: 0;
}

@media (max-width: 768px) {
  .pararaxArea .pararaxItem {
    width: 40rem;
    left: -0.8rem;
    top: 0;
  }

  #footer {
    z-index: 10;
  }
}


#Foot {
  position: relative;
  z-index: 10;
}

/* ===============================================
  * ITEM - 1 *
=============================================== */