/* mv */

.mv {
  position: relative;
  aspect-ratio: 375 / 690;
  background: #b1bdc6;
}

.mv__img {
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 1s forwards ease-out;
}

.mv__title {
  position: absolute;
  bottom: calc(40 / 690 * 100%);
  left: calc(21 / 375 * 100%);
  z-index: 2;
  width: calc(203 / 375 * 100%);
  opacity: 0;
  animation: fadeIn 1s 1s forwards ease-out;
}

.mv__logo {
  position: absolute;
  top: calc(24 / 690 * 100%);
  left: calc(28 / 375 * 100%);
  z-index: 2;
  width: calc(215 / 375 * 100%);
  opacity: 0;
  animation: fadeIn 1s 1s forwards ease-out;
}

@media (min-width: 801px) {
  .mv {
    aspect-ratio: 1512 / 800;
  }

  .mv__img {
    width: calc(640 / 1512 * 100%);
    height: 100%;
    margin-left: calc(380 / 1512 * 100%);
  }

  .mv__img img {
    width: calc(100% + 1px);
    height: 100%;
    object-fit: cover;
  }

  .mv__title {
    bottom: calc(54 / 800 * 100%);
    right: calc(282 / 1512 * 100%);
    left: auto;
    width: calc(138 / 1512 * 100%);
  }

  .mv__logo {
    top: calc(56 / 800 * 100%);
    left: calc(65 / 1512 * 100%);
    width: calc(215 / 1512 * 100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* yodogawa */
.yodogawa {
  padding: 3.2rem 2.2rem;
  background: #fbfbe9;
}

.yodogawa__text {
  font-family: "Shuei KakuGo Gin M";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media (min-width: 801px) {
  .yodogawa {
    padding: 8rem 4rem;
    background: #fbfbe9;
  }

  .yodogawa__container {
    display: grid;
    justify-items: center;
  }

  .yodogawa__text {
    font-family: "Shuei KakuGo Gin B";
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.content {
}

/* section */

.section {
  margin-top: 4rem;
}

.section + .section::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 5px;
  margin-inline: auto;
  margin-bottom: 4rem;
  background: top left / auto 5px repeat-x
    url("/store/miknits/2025aw/img/pre/border.webp");
}

.sectionTop {
}

.sectionTop__container {
  padding-inline: 2rem;
}

.section__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}

.sectionTop__text {
  margin-top: 2.4rem;
  font-family: "Shuei KakuGo Gin M";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.sectionImages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 3.2rem;
}

.sectionImages__item {
}

.js-fade-item {
}

.section__content {
  display: grid;
  gap: 3.2rem;
  margin-top: 3.2rem;
  color: #316994;
}

.section__textBox {
  padding-inline: 2rem;
  font-family: "Shuei KakuGo Gin M";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.section__textBox p + p {
  margin-top: 2em;
}

.section__img {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.6rem;
}

.section__more {
  padding-block: 2.4rem 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}

@media (min-width: 801px) {
  .section {
    margin-top: 9.6rem;
  }

  .section + .section::before {
    width: 100%;
    margin-bottom: 9.6rem;
  }

  .sectionTop__container {
    display: grid;
    justify-content: center;
  }

  .section__title {
    font-size: 2.4rem;
    line-height: 1.45;
  }

  .sectionTop__text {
    margin-top: 3.2rem;
  }

  .sectionImages {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 6.4rem;
  }

  .sectionImages__item {
    width: calc((100% - 3.6rem) / 4);
  }

  .section__content {
    justify-items: center;
    gap: 6.4rem;
    margin-top: 6.4rem;
  }

  .section__img {
    max-width: 585px;
    width: 100%;
    gap: 6.4rem;
  }

  .section__img--wide {
    max-width: 750px;
  }

  .section__img--wide picture:nth-child(2) {
    max-width: 585px;
    width: 100%;
    margin-inline: auto;
  }

  .section__more {
    padding-block: 7.2rem;
  }
}
