@charset "UTF-8";
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-inline-start: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  max-width: 100%;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

[type=text],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
textarea,
select {
  appearance: none;
  border: none;
}

[type=radio],
[type=checkbox] {
  opacity: 0;
  position: absolute;
}

[type=text]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=url]:hover,
[type=email]:hover,
[type=password]:hover,
textarea:hover,
select:hover {
  outline: none;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #ccc;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", YuGothic, -apple-system, sans-serif;
  background-color: #f7f3ec;
  color: #2b1805;
  line-height: 1.67;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.button--purchase {
  background-color: #d3a07e;
  color: #ffffff !important;
  border: none;
  border-radius: 60px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.button--purchase._sm {
  min-width: 180px;
  max-width: 280px;
  margin-inline: auto;
  text-align: center;
}

.switch__tabs {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  inline-size: fit-content;
  border-radius: 60px;
  margin-inline: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.switch__tab {
  background-color: #ffffff;
  border-radius: 60px;
  padding: 0.5rem 24px;
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 14px;
  border: none;
  color: #2b1805;
  cursor: pointer;
}
.switch__tab--active {
  background-color: #56391c;
  color: #ffffff;
}

.section-header {
  text-align: center;
  display: grid;
  gap: 4px;
}
.section-header._white {
  color: #ffffff;
}
.section-header__title {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.5rem, 0.5177993528vw + 1.3786407767rem, 2rem);
  font-weight: 500;
}
.section-header__subtitle {
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: clamp(1rem, 0.1294498382vw + 0.9696601942rem, 1.125rem);
  font-weight: 600;
}

.wrapper {
  padding-inline: 7.77%;
}
@media screen and (min-width: 751px) {
  .wrapper {
    margin-inline: auto;
    max-width: 1120px;
  }
}

.inner {
  margin-inline: auto;
  max-width: 800px;
}
.inner._narrow {
  max-width: 600px;
}

.site-title {
  display: none;
}

.hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.nav {
  padding-block: 48px;
}
.nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .nav__list {
    gap: 48px;
  }
}
.nav__item {
  transition: transform 0.3s ease;
  position: relative;
  font-size: clamp(0.75rem, 0.3883495146vw + 0.6589805825rem, 1.125rem);
  font-weight: 600;
  text-align: center;
  padding-block: 12px;
  white-space: nowrap;
}
.nav__item::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url("https://gigaplus.makeshop.jp/morihan1836/feature-page/kfk/img/chevron-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav__item:hover {
  transform: translateY(-2px);
}
.nav__item:hover::before {
  transform: translateX(-50%) scale(1.2);
}

.about {
  padding-block: 48px;
}
.about__content {
  display: grid;
  gap: 24px;
}
.about__wrapper {
  display: grid;
  gap: 24px;
}
.about__logo-wrapper {
  margin-inline: auto;
  width: 180px;
}
.about__tagline {
  font-size: clamp(0.75rem, 0.1294498382vw + 0.7196601942rem, 0.875rem);
  font-weight: 500;
  text-align: center;
}
.about__description {
  font-size: clamp(1rem, 0.2588996764vw + 0.9393203883rem, 1.25rem);
  line-height: 2;
}
.about__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.about__video-frame {
  width: 100%;
  height: 100%;
  border: none;
}

.mission {
  background-color: #56391c;
  color: #ffffff;
  position: relative;
}
.mission__wrapper {
  display: grid;
}
.mission__title {
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: clamp(1.25rem, 0.2588996764vw + 1.1893203883rem, 1.5rem);
  font-weight: 600;
  text-align: center;
  margin-block-end: 24px;
}
.mission__description {
  font-size: clamp(1rem, 0.2588996764vw + 0.9393203883rem, 1.25rem);
  line-height: 2;
}

.features {
  padding: 48px 0;
}
.features__slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.splide {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
}
.splide__track {
  overflow: visible;
}
.splide__slide {
  opacity: 0.3;
  transition: opacity 0.4s;
}
.splide__slide.is-active {
  opacity: 1;
}
.splide__slide.is-next {
  opacity: 0.7;
}
.splide__slide .feature-card {
  max-width: 750px;
  margin: 0 auto;
}
.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  width: 2.5em;
  height: 2.5em;
  z-index: 2;
}
.splide__arrow:hover {
  background: #fff;
}
.splide__arrow--prev {
  left: 2rem;
}
.splide__arrow--next {
  right: 2rem;
}
.splide__pagination {
  position: relative;
  bottom: -2rem;
  padding: 1rem 0;
}
.splide__pagination .splide__pagination__page {
  background: #ccc;
  margin: 0 8px;
}
.splide__pagination .splide__pagination__page.is-active {
  background: rgb(124.4736842105, 82.5, 40.5263157895);
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .splide__slide .feature-card {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .splide__slide .feature-card {
    max-width: 100%;
  }
}

.feature-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.85em;
}
.feature-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio: 3/2) {
  .feature-card__image {
    height: 0;
    padding-bottom: 66.67%;
    position: relative;
  }
  .feature-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.feature-card__content {
  padding: 12px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.feature-card__header {
  margin-bottom: 4px;
}
.feature-card__title-group {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}
.feature-card__number {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  font-weight: bold;
  color: #d3a07e;
}
.feature-card__title {
  font-size: clamp(1.25rem, 0.2588996764vw + 1.1893203883rem, 1.5rem);
  margin: 0;
  color: #634125;
  font-family: "EB Garamond", serif;
}
.feature-card__subtitle {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  color: #56391c;
  margin: 0;
  font-family: "Yu Gothic", YuGothic, -apple-system, sans-serif;
  font-weight: 500;
}
.feature-card__description {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  color: #2b1805;
  margin: 0;
  font-family: "Yu Gothic", YuGothic, -apple-system, sans-serif;
}

.image-carousel {
  overflow: hidden;
}
.image-carousel__top, .image-carousel__bottom {
  position: relative;
}
.image-carousel__track {
  display: flex;
  position: relative;
}
.image-carousel__slide {
  flex: 0 0 auto;
  width: 80vw;
}
@media screen and (min-width: 751px) {
  .image-carousel__slide {
    width: 30vw;
  }
}
.image-carousel__img {
  aspect-ratio: 1/1;
}

.quiz {
  background-color: #f3e7d2;
  padding-block: 48px;
}
.quiz__wrapper {
  display: grid;
  gap: 24px;
}
.quiz__content {
  display: none;
  gap: 24px;
  width: 100%;
}
.quiz__content.active {
  display: grid;
}
.quiz__question {
  display: grid;
  gap: 4px;
}
.quiz__question-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.quiz__question-line {
  width: 28px;
  height: 1px;
  background-color: #2b1805;
}
.quiz__question-number {
  font-family: "EB Garamond", serif;
  font-size: clamp(1rem, 0.1294498382vw + 0.9696601942rem, 1.125rem);
  font-weight: 500;
}
.quiz__question-text {
  text-align: center;
  font-size: clamp(1.125rem, 0.1294498382vw + 1.0946601942rem, 1.25rem);
  font-weight: 700;
}
.quiz__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .quiz__options {
    gap: 48px;
  }
}
.quiz__option {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #2b1805;
  padding: 24px 12px;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  min-height: 120px;
}
@media (hover: hover) {
  .quiz__option:hover {
    background-color: #eaeaea;
  }
}
@media (hover: none) {
  .quiz__option:active {
    background-color: #eaeaea;
    transition: background-color 0.1s ease;
  }
}
.quiz__option.selected {
  background-color: rgb(194.875, 139.625, 94.125);
  color: #ffffff;
  transform: scale(1.05);
}

.coffee-recommendation {
  border-radius: 20px;
  background-color: #d3a07e;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  display: none;
  z-index: 1001;
  max-height: 90vh;
  overflow-y: auto;
  gap: 24px;
}
.coffee-recommendation::-webkit-scrollbar {
  width: 8px;
}
.coffee-recommendation::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.coffee-recommendation::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.coffee-recommendation.active {
  display: grid;
}
.coffee-recommendation-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.coffee-recommendation-overlay.active {
  display: block;
}
.coffee-recommendation__header {
  text-align: center;
  display: grid;
  gap: 0.5rem;
}
.coffee-recommendation__description {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  text-align: center;
}
.coffee-recommendation__type {
  color: #ffffff;
}
.coffee-recommendation__type-container {
  display: grid;
  align-items: center;
  gap: 4px;
}
.coffee-recommendation__type-title {
  color: #ffffff;
  font-size: clamp(0.75rem, 0.1294498382vw + 0.7196601942rem, 0.875rem);
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 700;
}
.coffee-recommendation__type-jp {
  font-size: clamp(0.75rem, 0.1294498382vw + 0.7196601942rem, 0.875rem);
  font-weight: 700;
  line-height: 1;
}
.coffee-recommendation__type-en {
  font-size: clamp(1.5rem, 0.2588996764vw + 1.4393203883rem, 1.75rem);
  font-family: "Rammetto One", -apple-system, Roboto, Helvetica, sans-serif;
}
.coffee-recommendation__items {
  width: 100%;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  text-align: center;
}
.coffee-recommendation__items-header {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-family: "Ysabeau Infant", sans-serif;
  line-height: 2;
}
.coffee-recommendation__items-title {
  margin-block: auto 0;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
}
.coffee-recommendation__items-line {
  border-top: 1px solid #2b1805;
  width: 170px;
  flex: 1;
}
.coffee-recommendation__items-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px;
  justify-content: center;
}
.coffee-recommendation__item {
  text-align: center;
}
.coffee-recommendation__item-image-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 160px;
  margin-inline: auto;
  height: 160px;
  aspect-ratio: 1;
  border-radius: 8px;
}
.coffee-recommendation__item-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coffee-recommendation__item-name, .coffee-recommendation__item-price {
  font-size: 12px;
}
.coffee-recommendation__item-price {
  font-weight: 500;
}
.coffee-recommendation__comment {
  display: grid;
  gap: 12px;
  max-width: 400px;
  margin-inline: auto;
}
.coffee-recommendation__comment-avatar {
  width: 70px;
  margin-inline: auto;
}
.coffee-recommendation__comment-text {
  padding: 12px;
  background-color: #ffffff;
  border-radius: 16px;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
}
.coffee-recommendation__close {
  position: fixed;
  top: 12px;
  right: 0.5rem;
}
@media screen and (min-width: 751px) {
  .coffee-recommendation__close {
    right: calc(1vw + 12px);
  }
}

.blend-map {
  padding-block: 48px;
}
.blend-map__wrapper {
  display: grid;
  gap: 24px;
}
.blend-map__image-wrapper {
  max-height: 100vh;
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.lineup {
  padding-block: 48px;
}
.lineup__wrapper {
  display: grid;
  gap: 24px;
}

.product-card {
  display: grid;
  row-gap: 24px;
}
@media screen and (min-width: 751px) {
  .product-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
  }
}
.product-card._sub img {
  display: block;
  margin: auto;
  max-width: 240px;
}
@media screen and (min-width: 751px) {
  .product-card._sub img {
    max-width: 100%;
  }
}
.product-card__header {
  position: relative;
}
.product-card__header::before {
  content: "";
  position: absolute;
  bottom: -4px;
  background-color: #2b1805;
  width: 100%;
  height: 1px;
}
.product-card__header._white::before {
  background-color: #ffffff;
}
.product-card__container {
  display: grid;
  row-gap: 48px;
}
.product-card__wrapper {
  display: grid;
  row-gap: 48px;
}
.product-card__title-wrapper {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
}
.product-card__title-jp {
  font-size: clamp(1.125rem, 0.3883495146vw + 1.0339805825rem, 1.5rem);
}
.product-card__image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.product-card__image-wrapper._pickup .product-card__badge {
  border-radius: 0 16px 16px 0;
  background-color: #ea6197;
  display: block;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0.5rem;
  padding: 4px 12px;
}
.product-card__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-card__content {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 24px;
  align-self: center;
}
@media screen and (min-width: 751px) {
  .product-card__content {
    gap: 20px;
  }
}
.product-card__content._white {
  color: #ffffff;
}
.product-card__rating-group {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  row-gap: 24px;
  column-gap: 48px;
}
.product-card__rating {
  max-width: 180px;
  display: grid;
}
.product-card__rating-label {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  font-weight: 700;
}
.product-card__rating-bean {
  width: 24px;
  height: 24px;
}
.product-card__rating-text {
  display: block;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
  font-weight: 700;
  text-align: center;
}
.product-card__rating-text._mild {
  background-color: #d9d9d9;
}
.product-card__rating-text._medium {
  background-color: #888888;
}
.product-card__rating-text._dark {
  background-color: #1e1e1e;
}
.product-card__rating-beans {
  display: flex;
}
@media screen and (min-width: 751px) {
  .product-card__rating-beans {
    gap: 4px;
  }
}
.product-card__purchase-options {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 12px;
  max-width: 600px;
  margin-inline: auto;
}
.product-card__option {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  align-items: center;
  column-gap: 4px;
}
@media screen and (min-width: 751px) {
  .product-card__option {
    grid-template-columns: minmax(180px, 1fr) auto;
  }
}
.product-card__description {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
}
.product-card__price {
  display: grid;
  gap: 4px;
  text-align: center;
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
}
.product-card .button--purchase {
  max-width: 180px;
  padding: 12px 24px;
  text-align: center;
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.recommendation-card {
  border-radius: 16px;
  background-color: #f7f7f7;
  display: grid;
  gap: 24px;
  width: 100%;
  padding: 24px 12px;
  font-size: 14px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.recommendation__content {
  display: none;
  max-width: 100%;
  width: 280px;
  align-items: center;
  font-weight: 500;
  margin-inline: auto;
}
.recommendation__content--active {
  display: grid;
  gap: 12px;
}
.recommendation__title {
  border-bottom: 1px solid #2b1805;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
}
.recommendation__image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 999px;
}
.recommendation__scene {
  display: flex;
  justify-content: center;
  padding-block: 12px;
  font-weight: 700;
  font-size: clamp(1rem, 0.1294498382vw + 0.9696601942rem, 1.125rem);
}
.recommendation__scene svg {
  width: 50%;
  height: auto;
}
.recommendation__price {
  text-align: center;
}
.recommendation__comment {
  display: grid;
  align-items: center;
  gap: 12px;
}
.recommendation__comment-text {
  font-size: 0.875rem;
  line-height: 1.6;
}

.switch__container {
  border-radius: 60px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 0.5rem;
  min-height: 32px;
  width: 144px;
  max-width: 100%;
  align-items: center;
  font-family: "Ysabeau Infant", sans-serif;
  white-space: nowrap;
}
.switch__tab {
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
  padding: 0.5rem 24px;
}
.switch__tab--active {
  border-radius: 60px;
  background-color: #672814;
  color: #ffffff;
  font-weight: 500;
}

.gift {
  display: flex;
  padding-block: 48px;
  flex-direction: column;
}
.gift__wrapper {
  display: grid;
  gap: 24px;
}
.gift__content {
  display: grid;
  gap: 48px;
}
.gift__description {
  text-align: center;
}
.gift__images {
  display: grid;
  position: relative;
  gap: 24px;
  width: 100%;
}
.gift__special-text {
  position: absolute;
  right: 0;
  top: 0;
  color: #cfb090;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  opacity: 0.4;
  filter: blur(2px);
}
.gift__main-image {
  border-radius: 90px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.gift__main-image img {
  object-position: bottom;
  height: 100%;
}
.gift__coffee-items {
  width: 55%;
  transform: rotate(-7.786deg);
  will-change: transform, opacity;
}
.gift__drip {
  width: 66%;
  transform: rotate(5.736deg);
  margin-inline-start: auto;
  will-change: transform, opacity;
}
.gift__additional {
  width: 60%;
  transform: rotate(-5.933deg);
  will-change: transform, opacity;
}
.gift__carousel {
  position: relative;
  width: 100%;
}
.gift__carousel-container {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
  padding-block: 24px;
  z-index: 2;
}
.gift__carousel-slides {
  position: relative;
}
.gift__carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(100%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.3s ease;
}
.gift__carousel-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.gift__carousel-button--prev {
  left: 3%;
}
.gift__carousel-button--next {
  right: 3%;
}
.gift__product {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: grid;
  gap: 24px;
}
.gift__product[data-active=true] {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.gift__product-image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.gift__product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift__product-info {
  display: grid;
  gap: 12px;
  text-align: center;
}
.gift__product-name {
  display: grid;
  gap: 4px;
}
.gift__product-name-en {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 600;
}
.gift__product-name-jp {
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
}
.gift__product-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}
.gift__background-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 70%;
  background-color: #f3e7d2;
  border-radius: 60px;
  z-index: 1;
}
.gift__info-area {
  display: grid;
}
.gift__wrapping-image {
  width: 90%;
  overflow: hidden;
  border-radius: 24px;
}
.gift__info-box {
  display: grid;
  gap: 12px;
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 16px;
  margin-inline-start: auto;
  width: 90%;
  margin-block-start: -12px;
}
.gift__info-title {
  font-size: clamp(1rem, 0.1294498382vw + 0.9696601942rem, 1.125rem);
  text-align: center;
  font-weight: 600;
}
.gift__info-text {
  font-size: clamp(0.875rem, 0.1294498382vw + 0.8446601942rem, 1rem);
}

.cmm {
  padding-block: 48px;
  /* 矢印のバウンスアニメーション */
}
.cmm__wrapper {
  display: grid;
  gap: 24px;
}
.cmm__description {
  text-align: center;
}
.cmm__container {
  position: relative;
}
.cmm__scroll-indicator {
  position: fixed;
  color: #ffffff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 8px;
  z-index: 10;
  display: none;
  writing-mode: vertical-rl;
  font-size: clamp(1rem, 0.2588996764vw + 0.9393203883rem, 1.25rem);
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  /* 線と矢印のコンテナ */
  /* 矢印の先端 */
}
.cmm__scroll-indicator._hidden {
  opacity: 0;
  pointer-events: none;
}
.cmm__scroll-indicator::after {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 100%; /* 線の長さ */
  background-color: #ffffff;
  margin: 10px auto 0;
  animation: arrowBounce 1.5s infinite;
}
.cmm__scroll-indicator::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #ffffff;
  animation: arrowBounce 1.5s infinite;
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.cmm__area {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-block-start: 24px;
}
.cmm__products {
  padding-block: 48px;
}

.cmm-section {
  height: 150vh;
  position: relative;
  width: calc(100vw - (100vw - 100%));
}
.cmm-section__inner {
  align-items: center;
  clip-path: inset(0);
  display: grid;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.cmm-section__img {
  display: block;
  height: 100vh;
  inset: 0;
  position: fixed;
  width: calc(100vw - (100vw - 100%));
  z-index: -1;
}
@media (min-width: 751px) {
  .cmm-section__img {
    left: 220px;
    width: calc(100% - 220px);
  }
}
.cmm-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmm-section__img--main {
  z-index: -1;
}
.cmm-section__img--first {
  z-index: -1;
}
.cmm-section__img--second {
  z-index: -1;
}
.cmm-section__img--third {
  z-index: -1;
}

.romance__container {
  color: #ffffff;
  display: grid;
  position: relative;
  place-items: center;
}
.romance__background-image-wrapper {
  position: absolute;
  inset: 0;
}
.romance__background-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.romance__background-image {
  height: 100%;
}
.romance__wrapper {
  z-index: 1;
  padding-block: 48px;
  place-content: center;
  display: grid;
  gap: 24px;
  position: relative;
}
.romance__description {
  text-align: center;
}
.romance__visual-image-wrapper {
  position: relative;
}
.romance__visual-image-wrapper:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.7) 20%, transparent);
}
.romance__products {
  padding-block: 48px;
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), #000 15%, #000);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.slider-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
}
.slider-nav__button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  pointer-events: auto;
  font-size: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.slider-nav__button:hover {
  background-color: #ffffff;
}
.slider-nav__button--prev {
  left: 8px;
}
.slider-nav__button--prev::before {
  content: "←";
}
.slider-nav__button--next {
  right: 8px;
}
.slider-nav__button--next::before {
  content: "→";
}

@media (max-width: 767px) {
  .gsap__track {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .gsap__slide {
    scroll-snap-align: center;
  }
  .slider-nav__button {
    width: 28px;
    height: 28px;
  }
  .slider-nav__button--prev {
    left: 5px;
  }
  .slider-nav__button--next {
    right: 5px;
  }
}
@media (min-width: 1400px) {
  .slider-nav__button--prev {
    left: 10px;
  }
  .slider-nav__button--next {
    right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
