@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.knit2024 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.knit2024 .l-hero {
  text-align: center;
  margin-bottom: min(calc(50 / 375 * 100vw), 10rem);
}
.knit2024 .l-menu {
  margin-bottom: min(calc(50 / 375 * 100vw), 10rem);
}
.knit2024 .l-menu__heading {
  font-size: min(calc(18 / 375 * 100vw), 2.5rem);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.knit2024 .l-menu__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.knit2024 .l-menu__item {
  width: 49%;
}
.knit2024 .l-product {
  line-height: 1;
}
.knit2024 .l-product__item {
  margin-bottom: min(calc(100 / 375 * 100vw), 13rem);
  margin-top: -100px;
  padding-top: 100px;
}
.knit2024 .l-product__name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: min(calc(20 / 375 * 100vw), 3rem);
}
.knit2024 .l-product__name-en {
  color: #876a2c;
  font-weight: 600;
  font-size: min(calc(25 / 375 * 100vw), 4rem);
  line-height: 1.5;
}
.knit2024 .l-product__name-jp {
  font-size: min(calc(14 / 375 * 100vw), 2.5rem);
  line-height: 1.5;
}
.knit2024 .l-product__title {
  width: 90%;
  max-width: 650px;
  margin: 0 auto min(calc(12 / 375 * 100vw), 5rem);
  text-align: center;
  font-size: min(calc(16 / 375 * 100vw), 2.2rem);
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.knit2024 .l-product__comment {
  width: 90%;
  max-width: 650px;
  margin: 0 auto min(calc(24 / 375 * 100vw), 10rem);
  font-size: min(calc(14 / 375 * 100vw), 1.8rem);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.knit2024 .l-product__coordinate {
  width: 90%;
  max-width: 650px;
  margin: 0 auto min(calc(24 / 375 * 100vw), 3rem);
}
.knit2024 .l-product__coordinate__item img {
  width: 100%;
}
.knit2024 .l-product__anchor {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
.knit2024 .l-product__anchor a {
  position: relative;
  display: block;
  border: 2px solid;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: min(calc(14 / 375 * 100vw), 1.8rem);
}
.knit2024 .l-product__anchor a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 1rem;
}
.knit2024 .p-hero__description {
  text-align: center;
  font-size: min(calc(15 / 375 * 100vw), 2rem);
  margin: min(calc(15 / 375 * 100vw), 2rem) 0 min(calc(40 / 375 * 100vw), 6rem);
}
.knit2024 .p-hero__images {
  position: relative;
}
.knit2024 .p-hero__mainimage {
  width: 100%;
}
.knit2024 .p-hero__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  font-family: "Jost", sans-serif;
  font-size: min(calc(35 / 375 * 100vw), 7rem);
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
}
.knit2024 .p-hero__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 375 * 100vw), 2rem);
  line-height: 2.5;
  font-weight: normal;
}
.knit2024 .p-hero__description1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 375 * 100vw), 2rem);
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: min(calc(25 / 375 * 100vw), 5rem);
}
.knit2024 .p-hero__description2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 375 * 100vw), 1.6rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
.knit2024 .slick-prev,
.knit2024 .slick-next {
  z-index: 999;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
}
.knit2024 .slick-prev {
  left: 0;
}
.knit2024 .slick-next {
  right: 0;
}
.knit2024 .slick-prev:before,
.knit2024 .slick-next:before {
  color: #fff;
  font-weight: 600;
  font-family: "GFS Didot", serif;
}

.animation-hero__a,
.animation-hero__b,
.animation-hero__c {
  opacity: 0;
}

.animation-hero__a {
  animation: heroImage 1s forwards;
}

.animation-hero__b {
  animation: heroText 1s forwards;
  animation-delay: 0.8s;
}

.animation-hero__c {
  animation: heroDescription 1s forwards;
  animation-delay: 1.5s;
}

@keyframes heroImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroText {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@keyframes heroDescription {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}