/* ===============================================
  * 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);
  }
}


/*疑似要素でbody全体に画像を配置*/
body:before {
  content: "";
  /*中身はブランク*/
  display: block;
  background: url(../img/bgimg_pc.jpg) center/100% no-repeat;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  background-size: cover;
  /*画面サイズいっぱいに表示*/
  background-position: center top;
  width: 100%;
  /*横幅いっぱいに表示*/
  height: 100vh;
  /*立幅いっぱいに表示*/
  position: fixed;
  /*固定*/
  z-index: 0;
  /*全ての要素より順位を下げる*/
}


.header[data-header-theme="light"].c-active,
.header[data-header-theme="dark"] {
  background: linear-gradient(180deg, rgba(239, 224, 162, 1), rgba(234, 204, 207, 0));
}

.header .header__inner {
  background: linear-gradient(rgba(239, 224, 162, 1), rgba(0, 0, 0, 0));
}

.main-area,
.main-area.lp {
  background-color: #EFE0A2 !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);
}

.section__ttl {
  position: relative;
  font-family: "the-seasons", sans-serif;
  font-style: normal;
  font-size: 4rem;
  color: var(--color-font-blk);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}

.section__ttl+* {
  margin-top: 4rem;
}

.section__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/star.svg) center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  top: 25%;
  left: 31.7%;
  z-index: 2;
}


.section__ttl::after {
  content: "";
  position: absolute;
  background: url(../img/star.svg) center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  top: 25%;
  right: 30.5%;
  z-index: 2;
}


@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;
  }


  .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: calc(20 * (100vw / 375));
    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: calc(20*(100vw / 375));
    letter-spacing: 0.08em;
    margin-bottom: calc(33*(100vw / 375));
    display: block;
  }

  .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;
  }

  .sec .tax {
    font-size: calc(14*(100vw / 375));
    letter-spacing: 0.08em;
    margin-top: calc(14*(100vw / 375));
    margin-bottom: 0;
    text-decoration: underline;
    display: block;
  }

  .sec .product_detail {
    font-size: calc(12 * (100vw / 375));
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
  }

  /*================================
  accordion
=================================*/
  .js-accordion {
    margin-top: calc(30* (100vw /375));
  }

  .accordion__accordionMoreContent {
    display: none;
  }

  .accordion__buttonText {
    display: none;
    text-decoration: underline;
    margin: calc(7* (100vw/375)) auto 0;
    cursor: pointer;
  }

  .accordion__buttonText.is-active {
    display: block;
  }


  .sec .lead {
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 0;
  }

  .spOnly.accordion__buttonText {
    font-family: "the-seasons", sans-serif;
    font-style: normal;
    font-size: calc(16 * (100vw / 375));
    color: var(--color-font-blk);
    font-weight: 400;
    text-align: center;
  }

  .accordion__text {
    margin-top: 0;
    margin-bottom: 0;
  }



}


@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: 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.6rem;
    letter-spacing: 0.08em;
    line-height: 2.5;
    color: #FFFBEA;
  }

  .sec .ttl {
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    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: 2.2rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.08em;
    margin-top: 0;
  }


  .sec.--02 .creditWrap .ttl {
    margin-bottom: 0;
  }

  .tax {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.141em;
    text-decoration: underline;

  }

  .product_detail {
    font-size: 1.4rem;
    margin-top: 1rem;
    letter-spacing: 0.1em;
    display: block;
  }


  .sec.--01 .creditWrap .tax {
    margin-top: 1rem;
  }


  .sec.--02 .creditWrap .tax {
    margin-top: 1rem;
  }

  .sec.--02 .lead {
    margin-top: 3.5rem;
  }

  .sec.--03 .creditWrap .ttl {
    margin-bottom: 0;
  }

  .sec.--03 .creditWrap .tax {
    margin-top: 0.5rem;
  }


  .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;
}


/* ===============================================
  * item - n *
=============================================== */
@media (max-width: 768px) {

  .pcOnly {
    display: none;
  }

  .main-area,
  .main-area.lp {
    background-color: #EFE0A2 !important;
  }

  .maivsiual_img {
    overflow: hidden;
  }

  .lead_inner {
    display: block;
    text-align: center;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: calc(14*(100vw / 375));
    letter-spacing: 0.08em;
    line-height: 2;
    color: #FFFBEA;
  }

  .lead_inner span {
    margin-bottom: calc(16 * (100vw / 375));
    display: block;
  }

  .mv_video_area {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: calc(625 * (100vw / 357));
    overflow: hidden;
  }

  .mv_video video {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateX(0%) translateY(-3.2%);
    min-width: 100%;
    min-height: 100%;
    height: calc(656*(100vw / 357));
  }

  .mv_lead_area {
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv_lead {
    position: relative;
    padding: calc(71*(100vw / 375)) 0 calc(38*(100vw / 375)) 0;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 2;
  }


  .mv_video_area::before {
    content: "";
    position: absolute;
    background: rgba(65, 49, 14, 0.6);
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    z-index: 1;
  }


  .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;
  }

  .item--detail {
    position: relative;
    width: calc(320*(100vw / 375));
    border: #FFFBEA 1px solid;
    margin: calc(43*(100vw / 375)) auto;
    padding: calc(44*(100vw / 375)) 0 calc(46*(100vw / 375));
  }

  .item--detail p {
    font-size: calc(14 * (100vw / 375));
    text-align: center;
    color: #FFFBEA;
    line-height: 2;
    letter-spacing: 0.08em;
    font-family: "a-otf-ryumin-pr6n", serif;
  }


  .item--detail::before,
  .item--detail::after {
    content: "";
    position: absolute;
    background: url(../img/star_sp.svg) center/contain no-repeat;
    width: calc(300* (100vw /375));
    height: calc(16* (100vw /375));
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .item--detail::before {
    top: calc(5* (100vw /375));
  }

  .item--detail::after {
    bottom: calc(5* (100vw /375));
  }

  .item--detail p+p {
    margin-top: calc(24* (100vw /375));
  }

  .img_star {
    position: relative;
    width: 1.8rem;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -220%);
    -webkit-transform: translate(-50%, -220%);
  }


  /* SP商品一覧 */
  .sec {
    margin-bottom: 9.8rem;
  }

  .sec.--01 {
    margin-top: calc(81 * (100vw / 375));
    margin-bottom: calc(83 * (100vw / 375));
  }

  .prodAbout {
    margin-top: calc(39 * (100vw / 375));
  }

  .sec.--02 {
    margin-bottom: 0;
    padding-top: calc(60*(100vw / 375));
    padding-bottom: calc(80*(100vw / 375));
    position: relative;
    margin-top: 0;
  }

  .sec.--02::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    z-index: -1;
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
  }

  .sec.--02 .lead {
    margin-bottom: 0;
  }

  .sec.--02 .prodAbout {
    margin-top: calc(121*(100vw / 375));
  }

  .section__ttl {
    font-size: calc(35*(100vw / 375));
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-left: calc(9*(100vw / 375));
  }

  .section__ttl::before {
    width: calc(24*(100vw / 375));
    height: calc(24*(100vw / 375));
    top: calc(32*(100vw / 375));
    left: calc(27*(100vw / 375));
  }

  .section__ttl::after {
    width: calc(24*(100vw / 375));
    height: calc(24*(100vw / 375));
    top: calc(32*(100vw / 375));
    right: calc(17*(100vw / 375));
  }

  .section__ttl+* {
    margin-top: calc(29* (100vw / 375));
    position: relative;
  }



  .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 .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 .gridWrap {
    display: flex;
    flex-direction: column-reverse;
  }


  .sec.--01 {
    position: relative;
  }

  .sec.--03 {
    position: relative;
    margin-top: 0;
    margin-bottom: calc(82 * (100vw / 375));
  }

  .sec.--03 .ttl {
    line-height: 1.5;
    margin-bottom: calc(30*(100vw / 375));
  }

  .sec.--03 .tax {
    margin-top: 0;
    margin-bottom: calc(14*(100vw / 375))
  }

  .sec.--02 .imgBox .slide,
  .sec.--04 .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.--04 {
    position: relative;
    margin-top: 0;
    margin-bottom: calc(82 * (100vw / 375))
  }

  .sec.--04 .prodAbout {
    margin-top: calc(120*(100vw / 375));
  }


  .footer_img {
    width: calc(240 * (100vw / 375));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(107 * (100vw / 375));
  }

  .lp_area .en {
    margin: calc(75 * (100vw / 375)) auto calc(80 * (100vw / 375));
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(16 * (100vw / 375));
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .lp_area .lp--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(50* (100vw /375)) auto calc(80* (100vw /375));
    width: calc(300* (100vw /375));
    height: calc(50* (100vw /375));
    border-radius: calc(10* (100vw /375));
    background: #EFE0A2;
    box-shadow: calc(5* (100vw /375)) calc(5* (100vw /375)) calc(10* (100vw /375)) rgba(0, 0, 0, 0.1), calc(-5* (100vw /375)) calc(-5* (100vw /375)) calc(10* (100vw /375)) #FFF9E2;
    font-size: calc(14* (100vw /375));
    letter-spacing: 0.08em;
  }


}





@media (min-width: 769px) {
  .lp_area p {
    font-size: 1.6rem;
  }

  .lp_area .en {
    margin: 2rem auto 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }

  .main-area,
  .main-area.lp {
    background-color: #EFE0A2 !important;
  }

  .maivsiual {
    position: relative;
  }

  .maivsiual_img {
    overflow: hidden;
  }

  .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%);
  }

  .mv_video_area {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 84.4rem;
    overflow: hidden;
  }

  .mv_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-35%);
    min-width: 100%;
    min-height: 100%;
  }

  .mv_lead_area {
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv_lead {
    position: relative;
    padding: 18.6rem 0 20.3rem;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 2;
  }

  .mv_lead::before {
    content: "";
    position: absolute;
    background: rgba(65, 49, 14, 0.6);
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    z-index: -1;
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
  }

  .item--detail {
    border: #FFFBEA 1px solid;
    width: 40rem;
    margin: 7rem auto 0;
    padding: 4rem 0 4rem;
    text-align: center;
    position: relative;
  }

  .item--detail::before,
  .item--detail::after {
    content: "";
    position: absolute;
    background: url(../img/star_pc.svg) center/contain no-repeat;
    width: 37.9rem;
    height: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .item--detail::before {
    top: 0.5rem;
  }

  .item--detail::after {
    bottom: 0.7rem;
  }


  .item--detail p {
    color: #FFFBEA;
    line-height: 2;
    letter-spacing: 0.08em;
    font-family: "a-otf-ryumin-pr6n", serif;
  }

  .item--detail p+p {
    margin-top: 2.5rem;
  }

  .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: 0;
    position: relative;
  }


  .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: 15rem 0 0 22rem;
  }

  .sec.--01 .prodAbout {
    grid-area: 1 / 3;
    margin-top: 12rem;
  }

  .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-top: 15rem;
    padding-top: 15.5rem;
    padding-bottom: 8.5rem;
    margin-bottom: 15rem;
    position: relative;
  }

  .sec.--02::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 120vw;
    height: 100%;
    left: 0%;
    top: 0;
    z-index: -1;
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(48% - 50vw);
  }

  .sec.--02 .gridWrap {
    display: grid;
    grid-template-columns: 43.5rem 7.5rem auto;
    grid-auto-rows: 24.4rem auto;
    width: 93.3rem;
    margin: 0 0 0 29rem;
  }

  .sec.--02 .imgBox {
    grid-area: 1 / 3 / 3 / 4;
    width: 42rem;
    height: fit-content;
    margin-top: 8.5rem;
  }

  .sec.--02 .prodAbout {
    grid-area: 1 / 1;
    margin-top: 20.7rem;
  }

  .sec.--02 .credit>* {
    text-align: left;
    line-height: 1.5;
  }

  .sec.--03 {
    margin-bottom: 15.2rem;
    position: relative;
  }


  .sec.--03 .gridWrap {
    display: grid;
    grid-template-columns: 42rem 9.8rem auto;
    grid-auto-rows: 56rem auto auto;
    width: 105rem;
    margin: 15rem 0 0 22rem;
  }

  .sec.--03 .imgBox {
    grid-area: 1;
    width: 42rem;
    height: fit-content;
  }

  .sec.--03 .prodAbout {
    grid-area: 1 / 3;
    margin-top: 14rem;
  }

  .sec.--02 .imgBox .slide,
  .sec.--04 .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: 3.2rem;
  }

  .sec.--04 .gridWrap {
    display: grid;
    grid-template-columns: 41rem 7rem auto;
    grid-auto-rows: 20.4rem auto;
    width: 110rem;
    margin: 0 0 0 32rem;
  }

  .sec.--04 .imgBox {
    grid-area: 1 / 3 / 3 / 4;
    width: 42rem;
    height: fit-content;
  }

  .sec.--04 .prodAbout {
    grid-area: 1 / 1;
    margin-top: 10.3rem;
  }

  .sec.--04 .credit>* {
    text-align: left;
    line-height: 1.5;
  }

  .sec.--04 .lead {
    margin-top: 3.5rem;
  }

  .footer_img {
    width: 24rem;
    margin-bottom: 10.3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lp_area .lp--btn {
    margin: 0 auto 10rem;
    width: 30rem;
    height: 5rem;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1), -0.5rem -0.5rem 1rem #FFF9E2;
    font-size: 1.6rem;
  }

  .animation {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.0s;
    transition-delay: .3s;
  }

  .animation.onView {
    opacity: 1;
    transform: translateY(0);
  }

  .lp_area .en {
    margin: calc(75 * (100vw / 375)) auto calc(80 * (100vw / 375));
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .lp_area .lp--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10rem;
    width: 30rem;
    height: 5rem;
    border-radius: 1rem;
    background: #EFE0A2;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1), -0.5rem -0.5rem 1rem #FFF9E2;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }


}

/* ===============================================
*  foot lp--btn*
=============================================== */
.i--item+.lp--btn {
  margin-top: calc(120* (100vw /375));
}

@media screen and (min-width: 768px) {
  .i--item+.lp--btn {
    margin-top: 10rem;
  }
}

/* ===============================================
*   dots*
=============================================== */
@media screen and (min-width: 768px) {

  .lp_area .slide-dots {
    display: flex;
    justify-content: center;
    gap: 5.4rem;
    position: absolute;
    left: -4.4rem;
    right: 0;
    margin: auto;
    margin-top: 1rem;
  }

  .slide-dots button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  /* それぞれのドット */
  .slide-dots li {
    cursor: pointer;
    position: relative;
  }

  .slide-dots li::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.5rem;
    height: 4.5rem;
    top: 0;
    left: 0;
    transition: background-image .5s ease;
  }

  /* 今表示してるスライドのドット */
  .slide-dots li.slick-active::before {
    background-image: url(../img/dots_active.png);
    width: 4.5rem;
    height: 4.5rem;
  }

  .slide-dots li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .lp_area .slide-dots {
    display: flex;
    justify-content: center;
    gap: calc(46*(100vw / 375));
    position: absolute;
    left: calc(-35*(100vw / 375));
    right: 0;
    margin: auto;
    width: auto;
    height: calc(36*(100vw / 375));
    margin-top: calc(10*(100vw / 375));
  }

  .slide-dots button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  /* それぞれのドット */
  .slide-dots li {
    cursor: pointer;
    position: relative;
  }

  .slide-dots li::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(36 * (100vw / 375));
    height: calc(36 * (100vw / 375));
    top: 0;
    left: 0;
    transition: background-image .5s ease;
  }

  /* 今表示してるスライドのドット */
  .slide-dots li.slick-active::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/dots_active.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(36 * (100vw / 375));
    height: calc(36 * (100vw / 375));
    top: 0;
    left: 0;
    transition: background-image .5s ease;
  }

  .slide-dots li:last-child {
    margin-right: 0;
  }

}