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

.mv {
  position: relative;
  height: 100svh;
}

.mv__title {
  position: absolute;
  left: 2.4rem;
  top: 4rem;
  width: calc(323 / 375 * 100%);
  opacity: 0;
  animation: fadeIn 1s 1s forwards ease-out;
}

.mv__logo {
  position: absolute;
  right: 2.4rem;
  bottom: 4rem;
  width: calc(138 / 375 * 100%);
  opacity: 0;
  animation: fadeIn 1s 1s forwards ease-out;
}

.mv__img {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 1s forwards ease-out;
}

.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content__inner {
  max-width: 944px;
  margin-inline: auto;
  padding-block: 3.2rem 5rem;
  background: rgba(255, 255, 255, 0.9);
}

.textBox {
  max-width: max-content;
  padding-inline: 2rem;
  margin-inline: auto;
  font-family: "Shuei KakuGo Gin M";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.textBox a {
  color: #b47a15;
}

.textBox:not(:first-child) {
  margin-top: 2.4rem;
}

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

.textBox .icon {
  position: relative;
  display: inline-block;
  width: 4.3rem;
  margin-inline: 1rem;
}

.textBox .icon img {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  width: 100%;
  height: auto;
}

.textBox .accent-color {
  color: #b47a15;
}

.imgBox {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

.textBox + .imgBox {
  margin-block: 3.2rem;
}

.textBox + .imgBox--last {
  margin-top: 4rem;
  margin-bottom: 0;
}

.title {
  display: flex;
  gap: 1.4rem;
  width: 100%;
  margin-top: 4rem;
  margin-inline: auto;
  padding: 1.4rem 0rem 1.2rem 2.7rem;
  font-size: 1.9rem;
  line-height: 1.45;
  background: top left / 155px 41px repeat
    url("/store/miknits/2025aw/img/pre/05/title_bg01.webp");
}

.title-yellow {
  background-image: url("/store/miknits/2025aw/img/pre/05/title_bg02.webp");
}

.title__num {
  width: auto;
  height: 2rem;
  margin-top: 0.4rem;
}

.title05 {
  position: relative;
  margin-top: 7rem;
}

.title05::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 2rem;
  display: block;
  width: 9.6rem;
  height: 2.8rem;
  background: bottom left / contain no-repeat
    url("/store/miknits/2025aw/img/pre/05/last.webp");
}

.fukidashi {
  display: grid;
  gap: 0.6rem;
  margin-top: 3.2rem;
  width: 100%;
  max-width: 340px;
  color: #026ab9;
}

.fukidashi01 {
}

.fukidashi__text {
  font-size: 1.5rem;
}

.fukidashi01__text {
  display: grid;
  justify-content: center;
  padding: 1.6rem 1rem 3.6rem;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0;
  background: top left / 100% 100% no-repeat
    url("/store/miknits/2025aw/img/pre/05/frame01_sp.webp");
}

.fukidashi02__text {
  display: grid;
  justify-content: center;
  padding: 2.6rem 2.4rem 4.8rem;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0;
  background: top left / 100% 100% no-repeat
    url("/store/miknits/2025aw/img/pre/05/frame02_sp.webp");
}

.fukidashi__img {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  width: 5rem;
  margin-left: 3.3rem;
}

.fukidashi__img figcaption {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1;
}

.date {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

@media (min-width: 801px) {
  .mv__title {
    top: auto;
    left: 9rem;
    bottom: 10rem;
    width: calc(675 / 1500 * 100%);
  }

  .mv__logo {
    top: 5.7rem;
    left: 6.5rem;
    bottom: auto;
    right: auto;
    width: calc(215 / 1500 * 100%);
  }

  .content {
    padding-bottom: 13.2rem;
  }

  .content__inner {
    width: calc(100% - 2rem * 2);
    padding-block: 11.6rem 12.3rem;
  }

  .textBox {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .textBox:not(:first-child) {
    margin-top: 6.4rem;
  }

  .textBox .icon {
    position: relative;
    display: inline-block;
    width: 4.3rem;
    margin-top: 1.5rem;
    margin-inline: 0.5rem;
    margin-bottom: -0.8rem;
  }

  .textBox .icon img {
    position: static;
  }

  .imgBox {
    width: 100%;
    max-width: 750px;
  }

  .imgBox--small {
    max-width: 525px;
  }

  .textBox + .imgBox {
    margin-block: 6.4rem;
  }

  .textBox + .imgBox--last {
    margin-top: 7.2rem;
    margin-bottom: 0;
  }

  .title {
    align-items: center;
    gap: 1rem;
    width: max-content;
    margin-top: 9.6rem;
    margin-bottom: 3.2rem;
    padding: 0.3rem 2rem 0;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .title__num {
    height: 2.4rem;
    margin-top: 0;
  }

  .title05 {
    margin-top: 9.6rem;
  }

  .fukidashi {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 1rem;
    margin-top: 3.2rem;
    max-width: unset;
  }

  .fukidashi__text {
    font-size: 1.5rem;
  }

  .fukidashi01__text {
    padding: 2.8rem 3rem 2.8rem 7rem;
    background: top left / 100% 100% no-repeat
      url("/store/miknits/2025aw/img/pre/05/frame01_pc.webp");
  }

  .fukidashi02__text {
    padding: 2.5rem 5rem 3.2rem 7rem;
    line-height: 1.65;
    background: top left / 100% 100% no-repeat
      url("/store/miknits/2025aw/img/pre/05/frame02_pc.webp");
  }

  .fukidashi__img {
    width: 4.5rem;
    margin-left: 0;
  }

  .date {
    margin-top: 4.5rem;
  }
}
