@charset "UTF-8";
/* ===============================================
  * COMMON *
=============================================== */

:root {
  --spacer-xxs: 1.5rem;
  --spacer-xs: 2rem;
  --spacer-s: 1.4rem;
  --spacer-m: 4.1rem;
  --spacer-l: 4.2rem;
  --spacer-xl: 6.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);
  }
}


/*
   * Structure
   */

.main-area.lp,
.main-area.lp * {
  box-sizing: border-box;
}

.main-area.lp {
  margin: 0;
  background-color: var(--color-bg-main);
}

.main-area__inner {
  padding-bottom: var(--spacer-xl);
  font-family: var(--font-jp);
  letter-spacing: .08em;
  text-align: center;
  color: var(--color-main);
}

.main-area__inner::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/541;
  background-image: url(/Page/LP/2023/0821_limited/assets/imgs/bg-mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec-style {
  position: relative;
  /* width: min(100%, 110rem); */
  margin: auto;
}


@media (min-width: 769px) {
  .sp-only {
    display: none;
  }

  .main-area__inner {
    padding-top: 3.2rem;
  }

  .main-area__inner::before {
    background-image: url(/Page/LP/2023/0821_limited/assets/imgs/bg-desktop.png);
  }
}




/*
   * Text
   */

.c-text--h1 {
  color: #fff;
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

.c-text--h1-sub {
  font-size: .5em;
  letter-spacing: 0.07em;
}

.c-text--heading-h2 {
  font-family: var(--font-en);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-text--paragraph {
  font-family: var(--font-jp);
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.08em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}

.c-text--itemInfo {
  font-size: 1.4rem;
}

.c-text--date {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c-text--item-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-en);
  font-size: 3.5rem;
  /* letter-spacing: 0; */
  line-height: 1.4;
}

.c-text--item-h2-sub {
  font-feature-settings: "palt";
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0.25em;
}

.c-text--product-name {
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.c-text--product-price {
  position: relative;

  display: inline-block;

  font-family: var(--font-en);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c-text--product-price::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;
  background-color: #000;
}

.c-text--product-price-tax {
  font-size: .875em;
}

.c-text--product-price-tax::before {
  content: "\0020";
}

.c-text--product-description {
  font-family: var(--font-jp);
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.js-fadeIn[class^="c-text"] {
  transition-property: opacity, transform;
  transform: translateY(1ch);
}

.js-fadeIn.js-show[class^="c-text"] {
  transform: translateY(0);
}


@media (min-width: 769px) {
  .c-text--h1 {
    font-size: 7.1rem;
  }

  .c-text--heading-h2 {
    font-size: 4rem;
    letter-spacing: 0.075em;
  }

  .c-text--paragraph span {
    display: block;
    margin-bottom: 1.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .heading-container p.c-text--paragraph {
    margin: 2.3rem 0px 6.2rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }

  .c-text--date {
    font-size: 2.5rem;
  }

  .c-text--item-h2 {
    font-size: 4rem;
  }

  .c-text--product-name {
    font-size: 2rem;
    line-height: 1.5;
  }

  .c-text--product-price {
    font-size: 1.8rem;
  }

  .c-text--product-price-tax {
    font-size: 1.6rem;
  }

  .c-text--product-description {
    font-size: 1.5rem;
  }
}








/* ===============================================
    * MV *
  =============================================== */
.mv-container .c-text--h1 {
  letter-spacing: 0.08em;
  --position-right: 3.3rem;
  --position-bottom: 1.5rem;
  /* pointer-events: none; */
}

.mv-container .c-text--h1.js-show::before {
  transform: scaleX(.97);
}

.mv-container .c-text--h1-main {
  grid-area: main;
}

.mv-container .c-text--h1-sub {
  grid-area: sub;
}


.heading-container {
  margin: var(--spacer-m) auto 3.4rem;
  padding: 0 var(--padding-horizontal);
  -webkit-font-smoothing: antialiased;
}

.heading-container .c-text--paragraph {
  margin: var(--spacer-s) 0;
}

.c-text--paragraph span {
  display: block;
  /* font-feature-settings: "palt"; */
  /* font-weight: bold; */
  letter-spacing: 0.08em;
}

@media (min-width: 769px) {
  .mv-container {
    width: 110.0rem;
    margin: 0 auto 6.7rem;
  }

  .heading-container {
    padding: 0;
    margin: 0 auto 3.4rem;
  }
}








/* ===============================================
    * item - n *
  =============================================== */

.sec-style[data-section^="item-"] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: var(--spacer-l);
  margin-bottom: var(--spacer-xl);
}

.sec-style[data-section^="item-"]::before,
.sec-style[data-section^="item-"]::after {
  content: "";
  width: 100%;
  height: 1.5rem;
  background-image: url(/Page/LP/2023/0821_limited/assets/imgs/border-mobile.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-style[data-section^="item-"]::after {
  transform: translateY(1rem);
}


.sec-style[data-section^="item-"] .c-text--item-h2 {
  font-family: var(--font-jp);
  margin-bottom: 1.3rem;
}

.sec-style[data-section^="item-"] .c-text--paragraph {
  margin-bottom: 3rem;
}


.sec-style[data-section^="item-"] .item-information__image-container {
  position: relative;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 12rem);
  gap: 2.5rem;
  margin-bottom: 3.9rem;
}

.sec-style[data-section^="item-"] .item-information__image-container:hover {
  opacity: var(--hover-opacity) !important;
  transition-duration: .3s !important;
}

.sec-style[data-section^="item-"] .item-information__image-container.js-fadeIn {
  opacity: 1;
}

.sec-style[data-section^="item-"] .item-information__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  aspect-ratio: 1;
  margin: auto;
  background-image: url(/Page/LP/2023/0821_limited/assets/imgs/item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.sec-style[data-section^="item-"] .js-fadeIn.item-information__image-container::before {
  opacity: 0;
  transition: opacity var(--transition-duration) ease;
}

.sec-style[data-section^="item-"] .js-fadeIn.js-show.item-information__image-container::before {
  opacity: 1;
}

.sec-style[data-section^="item-"] .item-information__image-wrapper {
  position: relative;

  aspect-ratio: 120 / 148;
}


.sec-style[data-section^="item-"] .c-text--product-name {
  margin-bottom: 1.2rem;
}

.sec-style[data-section^="item-"] .c-text--product-price {
  margin-bottom: 3.5rem;
  padding-bottom: 2px;
}


@media (min-width: 769px) {
  .sec-style[data-section^="item-"] {
    row-gap: 0;
    margin-bottom: 8.9rem;
    padding: 0 var(--padding-horizontal);
  }

  .sec-style[data-section^="item-"]::before,
  .sec-style[data-section^="item-"]::after {
    background-image: url(/Page/LP/2023/0821_limited/assets/imgs/border-desktop.svg);
  }


  .sec-style[data-section^="item-"] .c-text--item-h2 {
    margin: 9.1rem auto 1.4rem;
    font-size: 2.0rem;
    line-height: 2.55;
    letter-spacing: 0.08em;
  }

  .sec-style[data-section^="item-"] .c-text--paragraph {
    margin-bottom: 2.8rem;
  }


  .sec-style[data-section^="item-"] .item-information__image-container {
    grid-template-columns: repeat(2, 20%);
    gap: 4rem;

    margin-bottom: 4.5rem;
  }

  .sec-style[data-section^="item-"] .item-information__image-container::before {
    width: 60%;
  }


  .sec-style[data-section^="item-"] .c-text--product-name {
    margin-bottom: 1.6rem;
  }

  .sec-style[data-section^="item-"] .c-text--product-price {
    margin-bottom: 3.2rem;
  }
}

/* ===============================================
* ITEM - 1 *
=============================================== */


/* ===============================================
* ITEM - 2 *
=============================================== */
.sec-style[data-section^="item-"] .item-information__gridBox {
  text-align: center;
}

.item-information__gridBox {
  text-align: center;
}

.item-information__gridBox .imgBox {
  margin: 0 auto calc(20 * (100vw / 375));
}

.item-information__gridBox h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: calc(246 * (100vw / 375));
  height: calc(46 * (100vw / 375));
  margin: 0 auto calc(20 * (100vw / 375));
  border: 1px solid #8F7E73;
  border-left: none;
  border-right: none;
  font-family: var(--font-jp);
  font-size: calc(15 * (100vw / 375));
  text-align: center;
}

.sec-style[data-section^="item-"] .item-information__gridBox .leadTxt {
  font-size: calc(15 * (100vw / 375));
  line-height: 2;
  margin: 0 auto calc(25 * (100vw / 375));
  letter-spacing: 0.08em;
}

.sec-style[data-section^="infomation"] .info {
  position: relative;
  padding: calc(25 * (100vw / 375)) calc(25 * (100vw / 375));
  margin: 0 auto calc(20 * (100vw / 375));
  text-align: justify;
}

.sec-style[data-section^="infomation"] .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #8F7E73;
  opacity: 0.15;
}

.sec-style[data-section^="infomation"] .info>* {
  display: block;
  margin-bottom: calc(15 * (100vw / 375));
  text-indent: calc(-10 * (100vw / 375));
  padding-left: calc(10 * (100vw / 375));
  font-size: calc(10 * (100vw / 375));
  line-height: 1.8;
}

.sec-style[data-section^="infomation"] .info span:last-of-type {
  margin: 0;
}

.sec-style[data-section^="infomation"]::before,
.sec-style[data-section^="infomation"]::after {
  display: none;
}

.sec-style[data-section^="item-"] .item-information__gridBox .more__btn:hover{
  opacity: 1;
  color: #FAF0E6;
  background: #250D00;
}
.sec-style[data-section^="item-"] .item-information__gridBox .more__btn:hover span {
    opacity: 1;
}
.sec-style[data-section^="item-"] .item-information__gridBox .more__btn:hover::before{
  background: url(/Contents/ImagesPkg/mucha/common/circle_wht.svg) center/contain no-repeat;
}

@media (min-width: 769px) {
  .sec-style[data-section^="item-"] .item-information__gridwrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 6rem;
    width: fit-content;
    margin: 0 auto 6rem;
  }

  .sec-style[data-section^="item-"] .item-information__gridBox {
    width: 26.4rem;
  }
  .sec-style[data-section^="item-"] .item-information__gridBox:nth-of-type(2){
    transition-delay: 0.3s;
  }
  .sec-style[data-section^="item-"] .item-information__gridBox:nth-of-type(3){
    transition-delay: 0.6s;
  }

  .item-information__gridBox .imgBox {
    margin: 0 auto 2.0rem;
  }

  .item-information__gridBox .imgBox img {
    border-radius: 1.5rem;
  }

  .item-information__gridBox h4 {
    width: 100%;
    height: 4.7rem;
    padding: 1.5rem 0;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .item-information__gridBox h4 span {
    font-size: 1.2rem;
  }

  .sec-style[data-section^="item-"] .item-information__gridBox .leadTxt {
    font-size: 1.2rem;
    margin: 0 auto 1.8rem;
  }

  .sec-style[data-section^="item-"] .item-information__gridBox .more__btn {
    width: 13.0rem;
    height: 4.2rem;
    margin: auto;
    padding-left: 2.2rem;
    font-size: 1.2rem;
  }

  .sec-style[data-section^="item-"] .item-information__gridBox .more__btn::before {
    top: 50%;
    left: 4.2rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
  }

  .sec-style[data-section^="infomation"] .info {
    width: 77.5rem;
    padding: 2.6rem 1.5rem 2.6rem 3rem;
    margin: 0 auto 8rem;
  }

  .sec-style[data-section^="infomation"] .info>* {
    margin-bottom: 1rem;
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    line-height: 1.667;
    letter-spacing: 0.08em;
  }

  .main-area__inner>.more__btn {
    width: 25rem;
    height: 7.7rem;
    margin: 5rem auto 0rem;
    padding-left: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .main-area__inner>.more__btn>* {
    transform: translateY(0.2rem);
  }

  .main-area__inner>.more__btn::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    left: 5.5rem;
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .c-text--paragraph {
    font-size: calc(13 * (100vw / 375));
  }

  .c-text--paragraph span {
    margin-bottom: calc(10 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    line-height: 1.94;
  }

  .c-text--item-h2,
  .c-text--item-h2-sub {
    font-size: calc(16 * (100vw / 375));
    line-height: 2;
  }

  .sec-style[data-section^="item-"] .c-text--item-h2 {
    margin-bottom: calc(20 * (100vw / 375));
  }

  .c-text--heading-h2 {
    font-size: calc(32 * (100vw / 375));
  }

  .sec-style[data-section^="item-"] .item-information__gridBox {
    width: calc(246 * (100vw / 375));
    margin: 0 auto calc(50 * (100vw / 375));
    -webkit-font-smoothing: antialiased;
  }

  .sec-style[data-section^="item-"] .item-information__gridBox:last-of-type {
    margin-bottom: calc(4 * (100vw / 375));
  }

  .item-information__gridBox .imgBox {
    margin: 0 auto calc(21 * (100vw / 375));
  }

  .item-information__gridBox .imgBox img {
    border-radius: calc(15 * (100vw / 375));
  }

  .item-information__gridBox h4 {
    width: calc(246 * (100vw / 375));
    height: calc(46 * (100vw / 375));
    margin: 0 auto calc(14 * (100vw / 375));
    padding: calc(15 * (100vw / 375)) 0;
    font-size: calc(15 * (100vw / 375));
    letter-spacing: 0.08em;
  }

  .item-information__gridBox h4 span {
    margin-left: 0;
    font-size: calc(11 * (100vw / 375));
  }

  .sec-style[data-section^="item-"] .item-information__gridBox .leadTxt {
    font-size: calc(12 * (100vw / 375));
    margin: 0 auto calc(20 * (100vw / 375));
  }

  .sec-style[data-section^="item-"] .item-information__gridBox .more__btn {
    width: calc(130* (100vw / 375));
    height: calc(42* (100vw / 375));
    padding-left: calc(22 * (100vw / 375));
  }

  .sec-style[data-section^="item-"] .item-information__gridBox .more__btn::before {
    top: 50%;
    left: calc(42* (100vw / 375));
    transform: translateY(-50%);
    width: calc(10* (100vw / 375));
    height: calc(10* (100vw / 375));
  }

  .sec-style[data-section^="infomation"] .info {
    width: calc(300 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) calc(25 * (100vw / 375));
    margin: 0;
  }

  .sec-style[data-section^="infomation"] .info>* {
    margin-bottom: calc(7 * (100vw / 375));
    text-indent: calc(-10 * (100vw / 375));
    padding-left: calc(10 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
  }

  .main-area__inner>.more__btn {
    width: calc(180* (100vw / 375));
    height: calc(54* (100vw / 375));
    margin: calc(70 * (100vw / 375)) auto 0;
    padding-left: calc(21 * (100vw / 375));
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
  }

  .main-area__inner>.more__btn::before {
    width: calc(8* (100vw / 375));
    height: calc(8* (100vw / 375));
    top: 50%;
    left: calc(40* (100vw / 375));
    transform: translateY(-50%);
  }
}

