body {
  font-family: "A1 Gothic R", sans-serif;
  color: #000;
  background: #ffe200;
}

/* mv */
.mv {
  position: relative;

  svg {
    display: block;
    width: 100%;
    height: auto;
  }
}

.mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: calc(278 / 375 * 100%);
  transform: translate(-50%, -50%);
}

.mv__logo {
  position: absolute;
  top: calc(19 / 600 * 100%);
  right: calc(17 / 375 * 100%);
  z-index: 10;
  width: calc(88 / 375 * 100%);
}

.mv-swiper {
  opacity: 0;
  img,
  picture {
    width: 100%;
    height: auto;
  }
}

.swiper {
}

.swiper-wrapper {
}

.swiper-slide {
}

@media (min-width: 768px) {
  .mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: calc(431 / 1200 * 100%);
    transform: translate(-50%, -50%);
  }

  .mv__logo {
    position: absolute;
    top: calc(26 / 650 * 100%);
    right: calc(26 / 1200 * 100%);
    z-index: 10;
    width: calc(125 / 1200 * 100%);
  }
}

/* yodogawa */
.yodogawa {
  padding: 3.75rem;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 1.125rem;
  line-height: 2;

  span {
    display: inline-block;
  }
}

.yodogawa__inner {
}

@media screen and (min-width: 768px) {
  .yodogawa {
    padding-block: 5rem;
    font-size: 1.25rem;
    text-align: center;
  }
}

/* contents */
.contents {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}

.contents__inner {
  margin: 0 auto;
  max-width: 900px;
}

.contents__title {
  display: flex;
  justify-content: center;

  img {
    width: auto;
    height: 1.25rem;
  }
}

.contents-swiper {
  --swiper-pagination-bullet-horizontal-gap: 0.3125rem;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-theme-color: #000;
  --swiper-pagination-bullet-inactive-color: #ababab;
  --swiper-pagination-bullet-inactive-opacity: 1;

  margin-top: 1rem;

  .swiper-slide {
    width: 300px;
  }

  .swiper {
  }

  .swiper-wrapper {
  }

  .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 100%;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .contents {
    padding-block: 1.875rem;
  }

  .contents__inner {
    width: 92%;
  }

  .contents__title {
    img {
      height: 1.4375rem;
    }
  }

  .contents-swiper {
    --swiper-pagination-bullet-horizontal-gap: 0.3125rem;
    --swiper-pagination-bullet-size: 0.625rem;
    --swiper-theme-color: #000;
    --swiper-pagination-bullet-inactive-color: #ababab;
    --swiper-pagination-bullet-inactive-opacity: 1;

    margin-top: 2.625rem;

    .swiper-slide {
      width: 400px;
    }

    .swiper {
    }

    .swiper-wrapper {
    }

    .swiper-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      position: static;
      width: 100%;
      margin-top: 1.875rem;
    }
  }
}

/* products */
.products {
  padding-top: 0.625rem;
}

.products__title {
  display: flex;
  justify-content: center;

  img {
    width: auto;
    height: 1.25rem;
  }
}

.products__body {
  margin-top: 1rem;
}

.products-section {
  position: relative;
  padding: 4.75rem 3rem;
  color: #fff;

  &:not(:first-child) {
    margin-top: 0.25rem;
  }
}

.products-section__inner {
}

.products-section__img {
  background: #fff;
}

.products-section__body {
  margin-top: 1rem;
}

.products-section__title {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.09em;

  span {
    display: block;
  }
}

.products-section__price {
  margin-top: 0.75rem;
  font-family: "A1 Gothic M", sans-serif;
  letter-spacing: 0.09em;

  small {
    font-size: 0.75rem;
  }
}

.products-section__text {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.09em;
}

.products-section__button {
  display: block;
  max-width: 100%;
  width: 9.6875rem;
  margin-top: 1.25rem;
  padding: 0.5rem;
  font-family: "A1 Gothic M", sans-serif;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1;
  border: 1px solid #fff;
}

.products-section-swiper {
  position: absolute;
  inset: 0;
  z-index: -1;

  .swiper-slide {
    picture,
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.swiper {
}

.swiper-wrapper {
}

@media screen and (min-width: 768px) {
  .products {
    padding-top: 3.75rem;
  }

  .products__title {
    img {
      height: 1.4375rem;
    }
  }

  .products__body {
    margin-top: 1.75rem;
  }

  .products-section {
    display: flex;
    min-height: 40.125rem;

    &:not(:first-child) {
      margin-top: 0.625rem;
    }

    &:nth-child(even) {
      .products-section__inner {
        flex-direction: row-reverse;
      }
    }
  }

  .products-section__inner {
    display: flex;
    gap: 3.75rem;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }

  .products-section__img {
    max-width: 370px;
  }

  .products-section__body {
    flex: 1;
    margin-top: 0;
  }

  .products-section__title {
    display: flex;
    align-items: center;

    span {
      display: flex;
      align-items: center;

      &:first-child::after {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        margin: 0 1rem;
        background: #fff;
      }
    }
  }

  .products-section__price {
    font-size: 1.25rem;

    small {
      font-size: 0.75rem;
    }
  }

  .products-section__text {
    line-height: 2;
  }
}

/* footer */
.footer {
  background: #ffe200;
  padding: 38px 20px 26px;

  a {
    color: #000;
  }
}

.footer__container {
}

.footer__logo {
  display: block;
  max-width: 150px;

  img {
    width: 100%;
    height: auto;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 22px;
}

.footer-bottom-links-sp {
  display: flex;
  align-items: center;
  font-size: 10px;
  gap: 1em;
}

.footer-bottom-links-sp-item {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 2;
}

.footer-bottom-nav__inner {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 1em;
  font-size: 10px;
  line-height: 2;

  > * {
    &:nth-child(n + 3) {
      width: 100%;
    }
  }
}

.footer-links {
  display: none;
}

.footer-link {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 3;
}

.footer-sns {
  display: flex;
  gap: 10px;
}

.footer-sns-item {
  a {
    display: block;
    line-height: 1;
  }

  i {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 55px 45px 40px;
  }

  .footer__logo {
    padding-bottom: 5px;
  }

  .footer__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    margin-top: 0;
  }

  .footer-bottom-links-sp {
    display: none;
  }

  .footer-bottom-nav__inner {
    display: flex;
    gap: 20px;
    font-size: 12px;
    margin-top: 0;

    > * {
      &:nth-child(n + 3) {
        width: auto;
      }
    }
  }

  .footer-bottom__row {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .footer-links {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .footer-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    letter-spacing: 0.03em;

    i {
      font-size: 22px;
    }
  }

  .footer-sns {
    display: flex;
    gap: 20px;
  }

  .footer-sns-item {
    a {
      display: block;
      line-height: 1;
    }
  }
}
