/* ===============================================
  * 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;
  --font-mucha: "Mucha_font", fantasy;
}


@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(255, 239, 222, 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.1;
    letter-spacing: 0.24em;
    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;
    letter-spacing: 0.252em;
    line-height: 2.1;
    color: #250D00;
  }

  .sec {
    margin-bottom: calc(50 * (100vw / 375));
    margin-top: calc(35*(100vw / 375));
  }

  .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: 1rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
  }

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

  .product__ttl {
    margin-top: calc(35*(100vw / 375));
    text-align: center;
    font-family: var(--font-mucha);
    color: #250D00;
    font-size: calc(50 * (100vw / 375));
  }


}


@media (min-width: 769px) {

  .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.6rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    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: 2.5rem;
    letter-spacing: 0.05em;
    margin-top: 2rem;
  }

  .sec.--02 .creditWrap .ttl {
    margin-bottom: 0;
  }

  .sec.--02 .creditWrap .tax {
    margin-top: 1.2rem;
  }

  .sec.--03 .creditWrap .ttl {
    margin-bottom: 0;
  }

  .sec.--03 .creditWrap .tax {
    margin-top: 1.2rem;
  }


  .sec.--04 .creditWrap .ttl {
    margin-bottom: 0;
  }

  .sec.--04 .creditWrap .tax {
    margin-top: 1rem;
  }

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

  .product__ttl {
    margin-top: 7rem;
    text-align: center;
    font-family: var(--font-mucha);
    color: #250D00;
    font-size: 6.4rem;
  }



}


/* ===============================================
  * MV *
=============================================== */



/* ===============================================
  * item - n *
=============================================== */
@media (max-width: 768px) {

  .pcOnly {
    display: none;
  }

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

  .maivsiual_img {
    overflow: hidden;
  }

  .maivsiual_img img {
    animation: sample 4s ease-out infinite both;
    animation-iteration-count: 1;
  }

  @keyframes sample {

    to {
      transform: scale(1.2);
    }

  }


  .lp_area .nav {
    position: fixed;
    left: auto;
    right: 2rem;
    bottom: 2rem;
    z-index: 100;
    width: 8.2rem;
  }


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

  .img_star {
    position: relative;
    width: 1.8rem;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -220%);
    -webkit-transform: translate(-50%, -220%);
  }

  .sec {
    margin-bottom: 9.8rem;
  }

  .sec.--01 {
    margin-bottom: 7.5rem;
  }

  .sec.--02 {
    margin-bottom: 7rem;
  }

  .sec.--02 .lead {
    margin-bottom: 0;
  }

  .sec .imgBox {
    margin-bottom: 3.8rem;
    position: relative;
  }

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

  .sec.--03 .imgBox {
    margin-bottom: 7.4rem;
  }

  .sec.--04 {
    margin-bottom: 9.5rem;
  }

  .mv_text {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: calc(433*(100vw / 375));
    top: 32.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .sec .lead {
    margin-bottom: 3.9rem;
    margin-top: 2.5rem;
    font-size: 1.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;
    width: 33.6rem;
    display: block;
  }

  .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.--02 ul {
    display: flex;
    flex-direction: column-reverse;
  }


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

  .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.--05 {
    margin-bottom: 9.5rem;
  }

  .sec.--05 .ttl {
    margin-bottom: 1.4rem;

  }

  .sec.--05 .imgBox {
    width: 30.5rem;
    margin: 0 auto;
  }

  .sec.--05 .lead {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-top: 2rem;
    line-height: 2;
    margin-bottom: 0;
  }


  /* sec 08 */
  .lineclip.bottomSml.--02 {
    margin: 0 auto 10rem;
  }

  .sec.--08 {
    margin-bottom: 0;
    padding-bottom: 10.5rem;
    margin-top: 0;
  }

  .sec.--08 .ttl {
    margin-bottom: 5.5rem;
  }

  .sec.--08 .ttl .main {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
  }

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


}


@media (min-width: 769px) {

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

  .maivsiual {
    position: relative;
  }

  .maivsiual_img {
    overflow: hidden;
  }

  .maivsiual_img img {
    animation: sample 4s ease-out infinite both;
    animation-iteration-count: 1;
  }

  @keyframes sample {

    to {
      transform: scale(1.2);
    }

  }

  .mv_text {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 94rem;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

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

  .lp_area .nav .item {
    width: 10.2rem;
    right: 40%;
  }

  .item01 {
    position: absolute;
    bottom: -50rem;
  }

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

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

  .maivsiual .lead {
    margin: 7.7rem auto 9rem;
    text-align: center;
    position: relative;
  }

  .img_star {
    position: relative;
    width: 1.8rem;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-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-top: 4.5rem;
    text-align: center;
  }

  .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,
  .sec.--04 {
    width: 144rem;
    margin: 0 auto;
  }

  .sec.--01 .lead,
  .sec.--02 .lead,
  .sec.--03 .lead,
  .sec.--04 .lead {
    text-align: left;
  }


  .sec.--01 {
    margin-bottom: 8rem;
    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: 42rem;
    height: fit-content;
  }

  .sec.--01 .gridWrap {
    display: grid;
    grid-template-columns: 42rem 9.8rem auto;
    grid-auto-rows: 23.6rem auto;
    width: 106.3rem;
    margin: 5.3rem 0 0 22rem;
  }

  .sec.--01 .prodAbout {
    grid-area: 1 / 3;
    margin-top: 13.3rem;
  }

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

  .tax {
    margin-top: 1rem;
    display: block;
  }

  .sec.--02 {
    margin-bottom: 12.2rem;
  }

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

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

  .sec.--02 .prodAbout {
    grid-area: 1 / 1;
    margin-top: 14.7rem;
  }

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

  .sec.--03 {
    margin-bottom: 8.2rem;
    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: 42rem 9.8rem auto;
    grid-auto-rows: 56rem auto auto;
    width: 105rem;
    margin: 5rem 0 0 22rem;
  }

  .sec.--03 .imgBox {
    grid-area: 1;
    width: 42rem;
    height: fit-content;
  }

  .sec.--03 .prodAbout {
    grid-area: 1 / 3;
    margin-top: 18rem;
  }

  .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.--04 {
    margin-bottom: 13rem;
  }

  .sec.--04 .gridWrap {
    display: grid;
    grid-template-columns: 51rem 7rem auto;
    grid-auto-rows: 24.4rem auto;
    width: 110rem;
    margin: 0 0 0 22rem;
  }

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

  .sec.--04 .prodAbout {
    grid-area: 1 / 1;
    margin-top: 18rem;
  }

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


  .sec.--05 {
    margin-bottom: 12.5rem;
  }

  .sec.--05 .ttl {
    font-size: 4.0rem;
    margin-bottom: 1.4rem;
  }

  .sec.--05 .imgBox {
    width: 30rem;
    margin: 0 auto 2.5rem;
  }

  .sec.--05 .lead {
    margin-top: 0;
    font-size: 1.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: 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;
  }

  .sub_02 {
    margin-top: -2.3rem;
    margin-bottom: 7rem;
  }

}

.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: 53%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: all;
  z-index: -1;

}

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

.pararaxItem_02 {
  transition: transform .5s ease-out .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 *
=============================================== */