@charset "UTF-8";
/** @format */
/** @format */
body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
}
a img {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.container--header {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.container_s {
  width: 100%;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/** @format */
body.has-page-loader {
  overflow: hidden;
}

#loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0d0400;
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}
#loading-overlay.slide-up {
  transform: translateY(-100%);
  pointer-events: none;
}
#loading-overlay .loader-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.06);
  opacity: 0.85;
}
#loading-overlay.is-ready .loader-image {
  animation: page-loader-kenburns 3.5s ease-out forwards;
}
@media (max-width: 600px) {
  #loading-overlay .loader-image {
    object-position: 60% center;
  }
}
#loading-overlay .loader-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 35%);
  pointer-events: none;
}
#loading-overlay .loader-skip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.25);
  color: #fff8ee;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.65rem, 2.6vw, 0.8rem);
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  padding-block: 0.52em 0.58em;
  padding-inline: 1.6em 1.35em;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(2px);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  opacity: 0;
}
#loading-overlay .loader-skip:hover {
  background: rgba(255, 213, 128, 0.9);
  border-color: #ffd580;
  color: #3a1a00;
}
#loading-overlay .loader-skip:focus-visible {
  outline: 2px solid #ffd580;
  outline-offset: 2px;
}
#loading-overlay.is-ready .loader-skip {
  animation: page-loader-fade-in-text 0.9s ease 1s forwards;
}
#loading-overlay .loader-ui {
  position: absolute;
  bottom: clamp(1.5rem, 6vw, 3rem);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1rem;
}
#loading-overlay .loader-copy {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 1.2rem;
  color: #fff8ee;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "Noto Serif JP", serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.7);
  visibility: hidden;
}
#loading-overlay .loader-copy.line-count-1 {
  font-size: clamp(1.15rem, 5.2vw, 2rem);
  line-height: 2;
}
#loading-overlay .loader-copy.line-count-1 .copy-group + .copy-group {
  margin-top: 0;
}
#loading-overlay .loader-copy.line-count-2 {
  font-size: clamp(1rem, 4.6vw, 1.75rem);
  line-height: 2.05;
}
#loading-overlay .loader-copy.line-count-2 .copy-group + .copy-group {
  margin-top: clamp(1.2rem, 4vw, 2rem);
}
#loading-overlay .loader-copy.line-count-3 {
  font-size: clamp(0.88rem, 3.9vw, 1.45rem);
  line-height: 2.1;
}
#loading-overlay .loader-copy.line-count-3 .copy-group + .copy-group {
  margin-top: clamp(1rem, 3.5vw, 1.6rem);
}
#loading-overlay .loader-copy .copy-group {
  display: block;
}
#loading-overlay .loader-copy .copy-line {
  display: block;
}
#loading-overlay .loader-copy .copy-line + .copy-line {
  margin-top: clamp(0.6rem, 2.2vw, 1.1rem);
}
#loading-overlay .loader-copy .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}
#loading-overlay .loader-copy .char.accent {
  color: #ffd580;
  font-weight: 500;
}
#loading-overlay.is-ready .loader-copy {
  visibility: visible;
}
#loading-overlay.is-ready .loader-copy .char {
  animation: page-loader-fade-in-char 0.6s ease forwards;
}
#loading-overlay .loader-bar-wrap {
  margin-top: clamp(0.8rem, 2.5vw, 1.2rem);
  width: min(55vw, 240px);
  height: 1.5px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
}
#loading-overlay.is-ready .loader-bar-wrap {
  animation: page-loader-fade-in-text 0.9s ease 0.8s forwards;
}
#loading-overlay .loader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ffd580, #ff8c00);
  border-radius: 2px;
}

@keyframes page-loader-kenburns {
  from {
    transform: scale(1.06);
    opacity: 0.85;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes page-loader-fade-in-char {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-loader-fade-in-text {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-visual {
  background-color: #f5f1eb;
  padding: 2.5rem 0 6.75rem 0;
  overflow-x: hidden;
}
.main-visual__content {
  display: flex;
  gap: 2.3125rem;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
.main-visual__slider-wrapper {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.main-visual__swiper-container {
  width: 100%;
  position: relative;
  aspect-ratio: 871/503.6863;
  overflow: hidden;
}
.main-visual__swiper-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.main-visual__swiper-bg-white {
  position: absolute;
  inset: 0;
  background-color: #fff;
}
.main-visual__swiper-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.main-visual__swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main-visual__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-visual__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.main-visual__pagination {
  position: absolute;
  bottom: 2.105625rem;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto;
  height: 0.4998125rem;
  z-index: 10;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.main-visual__pagination .swiper-pagination-bullet {
  width: 0.4998125rem;
  height: 0.4998125rem;
  border-radius: 37170400px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s;
  flex-shrink: 0;
}
.main-visual__pagination .swiper-pagination-bullet-active {
  background-color: #db5331;
  width: 1.499375rem;
}
.main-visual__text-content {
  padding-top: 1.5rem;
}
.main-visual__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0 0 1.5rem 0;
}
.main-visual__heading-line {
  display: inline;
}
@media screen and (max-width: 767px) {
  .main-visual__heading-line--sp {
    display: block;
  }
}
.main-visual__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #4a403a;
  letter-spacing: 0.8px;
}
.main-visual__description p {
  margin: 0;
}
.main-visual__side-text {
  width: 12rem;
  height: 40.25rem;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual__side-text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.main-visual__side-text-line {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 6.875rem;
  font-weight: 400;
  line-height: 1;
  color: #db5331;
  letter-spacing: 2.8px;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding: 1.25rem 0 4.75rem 0;
  }
  .main-visual__content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .main-visual__side-text {
    order: -1;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 0rem;
    justify-content: flex-start;
  }
  .main-visual__side-text-inner {
    flex-direction: row;
    writing-mode: horizontal-tb;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0rem;
  }
  .main-visual__side-text-line {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 56px */
    letter-spacing: 2.8px;
  }
  .main-visual__slider-wrapper {
    order: 0;
    width: 100%;
  }
  .main-visual__swiper-container {
    aspect-ratio: 375/280;
  }
  .main-visual__pagination {
    bottom: 1.5rem;
    height: 0.4375rem;
    gap: 0.375rem;
  }
  .main-visual__pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  .main-visual__pagination .swiper-pagination-bullet-active {
    background-color: #db5331;
    width: 1.25rem;
    height: 0.4375rem;
    border-radius: 37170400px;
  }
  .main-visual__text-content {
    padding-top: 0;
  }
  .main-visual__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 0.8px;
  }
  .main-visual__description {
    color: #4A403A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
  .main-visual__description p {
    margin-bottom: 0.5rem;
  }
  .main-visual__description p:last-child {
    margin-bottom: 0;
  }
}

.link-text {
  display: flex;
  align-items: center;
  gap: 0.249875rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.link-text:hover {
  opacity: 0.7;
  text-decoration: none;
}
.link-text__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #db5331;
  letter-spacing: 0.7px;
}
.link-text__icon {
  width: 0.9995625rem;
  height: 0.9995625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-text__icon-image {
  width: 100%;
  height: 100%;
  display: block;
}

.pickup {
  background-color: #faf8f5;
  padding: 5rem 0;
}
.pickup__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
.pickup__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.pickup__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .pickup__products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pickup__product {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.pickup__product-image {
  width: 8.25rem;
  height: 8.25rem;
  flex-shrink: 0;
  position: relative;
  background-color: white;
  overflow: hidden;
}
.pickup__product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pickup__product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.pickup__product-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.pickup__product-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.pickup__product-price-main {
  font-size: 1rem;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.pickup__product-price-tax {
  font-size: 0.75rem;
  color: #4a403a;
  letter-spacing: 0.6px;
  margin: 0;
}
.pickup__product-price-old {
  text-decoration: line-through;
}
.pickup__product-price--discount {
  color: #db5331;
}
.pickup__product-price--discount .pickup__product-price-main,
.pickup__product-price--discount .pickup__product-price-tax {
  color: inherit;
}
.pickup__product-price--sold-out {
  color: #db5331;
  font-weight: 700;
}
.pickup__product-price--bold {
  font-weight: 700;
}
.pickup__product-price--bold .pickup__product-price-main,
.pickup__product-price--bold .pickup__product-price-tax,
.pickup__product-price--bold .pickup__product-price-old {
  font-weight: 700;
}
.pickup__product-price--custom-color .pickup__product-price-main,
.pickup__product-price--custom-color .pickup__product-price-tax,
.pickup__product-price--custom-color .pickup__product-price-old {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 2.5rem 0 4rem 0;
  }
  .pickup__content {
    flex-direction: column;
    gap: 1.875rem;
  }
  .pickup__header {
    width: 100%;
  }
  .pickup__products {
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
  .pickup__product {
    width: 100%;
    gap: 1.5rem;
  }
  .pickup__product-image {
    width: 35.2%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .pickup__product-info {
    gap: 1rem;
  }
  .pickup__product-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.8px;
  }
  .pickup__product-price {
    gap: 0.375rem;
  }
  .pickup__product-price-main {
    font-size: 1rem;
  }
  .pickup__product-price-tax {
    font-size: 0.75rem;
  }
}

.news-item {
  display: flex;
  gap: 0.9995625rem;
  align-items: center;
  background-color: white;
  border-left: 1.108px solid transparent;
  padding: 2rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.news-item:hover {
  background-color: #fafafa;
  text-decoration: none;
}
.news-item--no-link:hover {
  background-color: white;
  text-decoration: none;
  opacity: 1;
}
.news-item__date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  color: #4a403a;
  letter-spacing: 0.7px;
  width: 4.0426875rem;
  flex-shrink: 0;
}
.news-item__text {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #4a403a;
  letter-spacing: 0.8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item__icon {
  width: 0.9995625rem;
  height: 0.9995625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-item__icon-image {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5625rem;
    padding: 1rem 2.9375rem 1rem 1rem;
    border-radius: 0.25rem;
    border-left: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .news-item__date {
    color: #4A403A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.7px;
  }
  .news-item__text {
    color: #4A403A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.8px;
    flex: auto;
  }
  .news-item__icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
  }
}

.news {
  background-color: #fff6e8;
  padding: 5rem 0;
}
.news__content {
  display: flex;
  gap: 7rem;
  align-items: flex-start;
}
.news__header {
  flex-shrink: 0;
}
.news__list {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9995625rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 2.5rem 0;
  }
  .news__content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .news__header {
    width: 100%;
  }
  .news__list {
    width: 100%;
    gap: 1.25rem;
  }
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-item__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item__icon-image {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-item__label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.contact-item__value {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin: 0;
}
.contact-item__value--accent {
  color: #db5331;
}
.contact-item__value--default {
  color: #4a403a;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.button--primary {
  background-color: #db5331;
  color: white;
}
.button--secondary {
  background-color: transparent;
  border: 1px solid #db5331;
  color: #db5331;
}
.button--gift {
  background-color: white;
  color: #db5331;
  padding: 1rem 3rem 1rem 1.5rem;
  height: 3.5rem;
  border-radius: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button--gift {
    justify-content: center;
    padding: 1.0625rem;
  }
}
.button--cta-primary {
  background-color: white;
  color: #db5331;
  padding: 1rem 1.5rem;
  height: 3.5rem;
  width: 10.9375rem;
  justify-content: center;
}
.button--cta-secondary {
  background-color: #db5331;
  border: 1px solid white;
  color: white;
  padding: 1.0625rem 1.5625rem;
  height: 3.5rem;
  width: 10.9375rem;
  justify-content: space-between;
}
.button__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 14px;
  }
}
.button__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__icon-image {
  width: 100%;
  height: 100%;
  display: block;
}

.contact {
  background-color: #f5f1eb;
  padding: 7.5rem 10.625rem;
}
.contact__content {
  display: flex;
  gap: 7.5rem;
  align-items: flex-start;
}
.contact__header {
  flex-shrink: 0;
}
.contact__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.contact__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0 0 2rem 0;
}
.contact__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.contact__button {
  margin-top: 2.5rem;
}

.container--main-visual {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
.container--pickup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--news {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--contact {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--features {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
}
.feature-item__image {
  width: 100%;
  max-width: 440px;
  height: auto;
  position: relative;
  background-color: #d3d3d3;
  overflow: hidden;
}
.feature-item__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 441/340;
}
.feature-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.feature-item__title {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1.2;
  color: #db5331;
  letter-spacing: 0.8px;
  margin: 0;
}
.feature-item__number {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.feature-item__title-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.75rem;
}
.feature-item__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a403a;
  letter-spacing: 0.8px;
}
.feature-item__description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .feature-item {
    max-width: 100%;
    gap: 1.25rem;
  }
  .feature-item__image {
    max-width: 100%;
    width: 100%;
  }
  .feature-item__image img {
    aspect-ratio: 375/280;
  }
  .feature-item__content {
    gap: 0.75rem;
  }
  .feature-item__title {
    gap: 0.5rem;
    align-items: flex-start;
  }
  .feature-item__number {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 0.8px;
  }
  .feature-item__title-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.8px;
  }
  .feature-item__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
}

.features {
  background-color: #f5f1eb;
  padding: 12.25rem 0 8.25rem 0;
  position: relative;
}
.features__container {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.features .orange-box {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 878px;
  height: 100%;
  border: 2px solid #DB5331;
  z-index: 1;
}
.features__wrapper_inner {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  width: 100%;
}
.features .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .features .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
  .features .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .features .swiper-slide {
    width: 100%;
    width: 80%;
  }
}
.features__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features__header {
  width: 100%;
  background-color: #f5f1eb;
  padding: 0.25rem 2rem;
  text-align: center;
}
.features__header .section-heading__title {
  font-size: 2rem;
  line-height: 1.2;
}
.features__slider {
  width: 100%;
  position: relative;
  padding: 4rem 0.5rem 0 0.5rem;
  background-color: #f5f1eb;
  z-index: 5;
  overflow: hidden;
}
@media (min-width: 769px) {
  .features__slider {
    overflow: visible;
    padding-bottom: 40px;
  }
}
.features__swiper {
  width: 100%;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .features__swiper {
    overflow: visible;
    touch-action: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .features__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    transform: none !important;
    transition: none !important;
  }
}
.features__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .features__pagination {
    display: flex;
  }
}
.features__pagination {
  position: absolute;
  margin-top: 2.5rem;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.features__pagination .swiper-pagination-bullet {
  width: 0.4998125rem;
  height: 0.4998125rem;
  border-radius: 37170400px;
  border: 1px solid #db5331;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s;
  flex-shrink: 0;
}
.features__pagination .swiper-pagination-bullet-active {
  background-color: #db5331;
  border-color: #db5331;
}
.features__navigation {
  display: none;
}
@media screen and (max-width: 767px) {
  .features__navigation {
    display: flex;
  }
}
.features__navigation {
  gap: 1.1875rem;
  align-items: center;
  z-index: 10;
  margin-top: 80px;
}
.features__nav-button {
  width: 3rem;
  height: 3rem;
  border: 1px solid #db5331;
  border-radius: 999px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.features__nav-button:hover {
  opacity: 0.8;
}
.features__nav-button--next {
  background-color: white;
}
.features__nav-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 8.25rem 0 4rem 0;
  }
  .features .orange-box {
    width: calc(100% - 2.5rem);
  }
  .features__wrapper_inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .features__header {
    padding: 1.25rem 1.25rem;
  }
  .features__header .section-heading__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 0.8px;
  }
  .features__header .section-heading__title br.sp {
    display: block;
  }
  .features__slider {
    padding: 1.5rem 0 0 0;
  }
  .features__swiper {
    padding-bottom: 2rem;
  }
  .features__pagination {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
  .features__pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
  }
  .features__pagination .swiper-pagination-bullet-active {
    background-color: #db5331;
    border-color: #db5331;
  }
  .features__navigation {
    display: none;
  }
}

.commitment-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
  max-width: 345px;
}
.commitment-item__image {
  width: 100%;
  max-width: auto;
  position: relative;
  background-color: #d3d3d3;
  overflow: hidden;
}
.commitment-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.commitment-item__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.commitment-item__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a403a;
  letter-spacing: 0.8px;
}
.commitment-item__description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .commitment-item {
    max-width: 100%;
    gap: 1rem;
  }
  .commitment-item__image {
    width: 100%;
    aspect-ratio: 375/280;
  }
  .commitment-item__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .commitment-item__description {
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0.4px;
  }
}

.commitment {
  background-color: #faf8f5;
  padding: 8.25rem 0;
  overflow-x: hidden;
}
.commitment__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.commitment__header .section-heading {
  width: 100%;
}
.commitment__header .section-heading__title {
  font-size: 2rem;
  line-height: 1.2;
}
.commitment__intro {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.commitment__progress {
  margin-bottom: 2.5rem;
}
.commitment__progress-bar {
  width: 100%;
  height: 0.25rem;
  background-color: #f3e4cd;
  position: relative;
  overflow: hidden;
}
.commitment__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #db5331;
  transition: width 0.3s ease;
}
.commitment__slider {
  position: relative;
  max-width: 68.75rem;
  margin: 0 auto;
}
.commitment__swiper {
  width: 100%;
  overflow: hidden;
}
.commitment__navigation {
  position: absolute;
  top: 6.081875rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}
.commitment__nav-button {
  width: 4rem;
  height: 4rem;
  border: 1px solid #db5331;
  border-radius: 999px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}
.commitment__nav-button:hover {
  opacity: 0.8;
}
.commitment__nav-button--prev {
  opacity: 0.6;
  transform: rotate(180deg);
  margin-left: -2rem;
}
.commitment__nav-button--next {
  opacity: 1;
  margin-right: -2rem;
}
.commitment__nav-icon {
  width: 2rem;
  height: 2rem;
  display: block;
}
.commitment .swiper-slide {
  width: auto;
}
@media screen and (max-width: 767px) {
  .commitment {
    padding: 4rem 0;
  }
  .commitment__header {
    gap: 1.25rem;
    margin-bottom: 4rem;
  }
  .commitment__header .section-heading__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 0.8px;
  }
  .commitment__header .section-heading__title br.sp {
    display: block;
  }
  .commitment__intro {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
  .commitment__progress {
    margin-bottom: 2.25rem;
  }
  .commitment__progress-bar {
    width: 100%;
    height: 0.1875rem;
  }
  .commitment__slider {
    max-width: 100%;
  }
  .commitment__navigation {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.625rem;
    display: none;
  }
  .commitment__nav-button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .commitment__nav-button--prev {
    margin-left: 0;
  }
  .commitment__nav-button--next {
    margin-right: 0;
  }
  .commitment__nav-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .commitment .swiper-slide {
    width: calc(100% - 80px);
    max-width: 400px;
  }
}

.container--main-visual {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
.container--pickup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--news {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--contact {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--features {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--commitment {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--lineup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  width: calc(25% - 42px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-card {
    width: calc(33% - 37.3333px);
  }
}
.product-card__image {
  width: 100%;
  aspect-ratio: 318/318;
  position: relative;
  background-color: #4a403a;
  overflow: hidden;
}
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card__badge {
  position: absolute;
  top: 0.5825rem;
  left: 0.625rem;
  background-color: #fff6e8;
  border: 1px solid #db5331;
  border-radius: 999px;
  padding: 0.3125rem 0.5625rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 21px;
  color: #db5331;
  letter-spacing: 0.8px;
}
.product-card__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.product-card__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
}
.product-card__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.product-card__price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
.product-card__price--discount {
  color: #db5331;
}
.product-card__price-main {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
.product-card__price--discount .product-card__price-main {
  color: #db5331;
}
.product-card__price-old {
  text-decoration: line-through;
  text-decoration-skip-ink: none;
}
.product-card__price-tax {
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
}
.product-card__price--discount .product-card__price-tax {
  color: #db5331;
}
.product-card__price--bold {
  font-weight: bold;
}
.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
}
.product-card__quantity {
  display: flex;
  gap: 0.8125rem;
  align-items: center;
}
.product-card__quantity-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #4a403a;
  letter-spacing: 0.8px;
}
.product-card__quantity-input {
  background-color: white;
  border: 1px solid #ded9cc;
  padding: 0.5625rem 0.5rem;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__quantity-value {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #4a403a;
  letter-spacing: 0.8px;
}
.product-card__cart-button {
  background-color: #db5331;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.product-card__cart-button:hover {
  opacity: 0.8;
}
.product-card__cart-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 21px;
  color: white;
  letter-spacing: 0.8px;
}
.product-card__cart-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__cart-icon-image {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-card {
    width: 100%;
    gap: 1rem;
  }
  .product-card__image {
    aspect-ratio: 1/1;
  }
  .product-card__badge {
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .product-card__info {
    gap: 1rem;
  }
  .product-card__details {
    gap: 0.75rem;
  }
  .product-card__name {
    font-size: 1rem;
    line-height: 1.3;
  }
  .product-card__price {
    gap: 0.375rem;
  }
  .product-card__price-main {
    font-size: 0.875rem;
  }
  .product-card__price-tax {
    font-size: 0.75rem;
  }
  .product-card__actions {
    gap: 0.625rem;
  }
  .product-card__quantity {
    gap: 0.5rem;
  }
  .product-card__quantity-label {
    font-size: 0.75rem;
  }
  .product-card__quantity-input {
    padding: 0.375rem 0.375rem;
    width: 2.5rem;
  }
  .product-card__quantity-value {
    font-size: 0.75rem;
  }
  .product-card__cart-button {
    padding: 0.625rem 0.75rem;
    width: 100%;
    justify-content: center;
  }
  .product-card__cart-text {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .product-card__cart-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.lineup {
  background-color: #fff6e8;
  padding: 12.25rem 0 9.75rem 0;
}
.lineup__content {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  align-items: center;
  width: 100%;
}
.lineup__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lineup__products {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 4rem 0 7rem 0;
  }
  .lineup__content {
    gap: 3.75rem;
  }
  .lineup__products {
    gap: 1rem;
    row-gap: 3.5rem;
    column-gap: 1.625rem;
    justify-content: space-between;
  }
  .lineup__products .product-card {
    width: calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
  }
}

.gift {
  background-color: #db5331;
  padding: 8.25rem 0;
}
.gift__content {
  display: flex;
  gap: 4.5rem;
  align-items: center;
  justify-content: center;
}
.gift__image-wrapper {
  width: 50.4545454545%;
  height: auto;
}
.gift__img {
  width: 110.85%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gift__text-content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
}
.gift__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  color: white;
}
.gift__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2.8px;
  color: white;
  margin: 0;
}
.gift__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: white;
  margin: 0;
}
.gift__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: white;
}
.gift__description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gift {
    padding: 64px 0;
  }
  .gift__content {
    flex-direction: column;
    gap: 64px;
    align-items: stretch;
  }
  .gift__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 375/280;
    background-color: #f5f1eb;
  }
  .gift__image {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .gift__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
  }
  .gift__text-content {
    gap: 3rem;
    align-items: center;
  }
  .gift__header {
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
  }
  .gift__subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 2.8px;
  }
  .gift__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 28px */
    letter-spacing: 0.8px;
  }
  .gift__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
    margin-top: 0.5rem;
  }
  .gift__description p {
    margin-bottom: 0.5rem;
  }
  .gift__description p:last-child {
    margin-bottom: 0;
  }
  .gift__button {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
}
.gift .button--gift {
  width: 100%;
}
.gift .button__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .gift .button__icon {
    right: auto;
    top: auto;
    transform: none;
    position: relative;
  }
}

.container--main-visual {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
.container--pickup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--news {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--contact {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--features {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--commitment {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--lineup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--gift {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--voice {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.voice-item {
  background-color: white;
  border-left: 1.108px solid rgba(0, 0, 0, 0);
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 2rem;
  min-width: 0;
  flex: 1;
}
.voice-item__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.voice-item__avatar {
  background-color: #f5f1eb;
  width: 3rem;
  height: 3.0625rem;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.voice-item__avatar-image {
  position: absolute;
  width: 2.0625rem;
  height: 2.6875rem;
  left: 0.4375rem;
  top: 0.4025rem;
  object-fit: cover;
  display: block;
}
.voice-item__name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 24px;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}
.voice-item__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a403a;
  letter-spacing: 0.8px;
  width: 100%;
  flex: 1;
}
.voice-item__text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-item {
    padding: 1.5rem;
    border-radius: 0.5rem;
    gap: 1rem;
  }
  .voice-item__header {
    gap: 1rem;
  }
  .voice-item__avatar {
    width: 3rem;
    height: 3rem;
  }
  .voice-item__avatar-image {
    width: 33px;
    height: 43px;
    aspect-ratio: 33/43;
    left: 0.375rem;
    top: 0.25rem;
  }
  .voice-item__name {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.8px;
  }
  .voice-item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
  .voice-item__text p {
    margin-bottom: 0rem;
  }
  .voice-item__text p:last-child {
    margin-bottom: 0;
  }
}

.voice {
  background-color: #faf8f5;
  padding: 5rem 0;
}
.voice__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 100%;
}
.voice__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice__list {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 4rem 0;
  }
  .voice__content {
    gap: 3.75rem;
  }
  .voice__list {
    flex-direction: column;
    gap: 0.5rem;
  }
  .voice .voice__header {
    align-items: flex-start;
    width: 100%;
  }
  .voice .section-heading--center {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }
}

.guide {
  background-color: #f5f1eb;
  padding: 8.25rem 0;
}
.guide__content {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  justify-content: center;
}
.guide__sidebar {
  flex-shrink: 0;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}
.guide__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 2rem 0;
}
.guide__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #db5331;
  margin: 0;
}
.guide__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
  white-space: nowrap;
}
.guide__title span {
  display: block;
}
.guide__main {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: flex-start;
}
.guide__section {
  width: 100%;
}
.guide__section--conditions, .guide__section--eat-methods, .guide__section--storage {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.guide__section--conditions.is-visible, .guide__section--eat-methods.is-visible, .guide__section--storage.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.guide .guide__eat-methods-wrapper {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .guide .guide__eat-methods-wrapper {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .guide .guide__eat-methods-wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .guide .guide__eat-methods-wrapper::-webkit-scrollbar {
    display: none;
  }
  .guide .guide__eat-methods-wrapper {
    scrollbar-width: none;
  }
}
.guide__section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #4a403a;
}
.guide__intro {
  margin-top: 2.25rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .guide__intro {
    margin-top: 1.5rem;
  }
}
.guide__intro p {
  margin: 0;
}
.guide__points {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .guide__points {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .guide__points::-webkit-scrollbar {
    display: none;
  }
  .guide__points {
    scrollbar-width: none;
  }
}
.guide__farm-intro {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: white;
  padding: 1rem;
}
.guide__farm-image {
  width: 10.1875rem;
  height: 7.8125rem;
  background-color: #d3d3d3;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.guide__farm-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guide__farm-text {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
}
.guide__storage-content {
  background-color: white;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.guide__storage-methods {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.guide__storage-method {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.guide__storage-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
}
.guide__storage-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .guide {
    padding: 4rem 0;
  }
  .guide__content {
    flex-direction: column;
    gap: 3.75rem;
  }
  .guide__sidebar {
    position: static;
    width: 100%;
  }
  .guide__title-wrapper {
    padding: 0;
  }
  .guide__subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 2.8px;
  }
  .guide__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 0.8px;
  }
  .guide__main {
    width: 100%;
    gap: 2.5rem;
  }
  .guide__section-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: 0.8px;
    margin-bottom: 0rem;
  }
  .guide__intro {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
    margin-bottom: 1.5rem;
  }
  .guide__intro p {
    margin-bottom: 0rem;
  }
  .guide__intro p:last-child {
    margin-bottom: 0;
  }
  .guide__farm-intro {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .guide__farm-image {
    width: 100%;
    height: auto;
    aspect-ratio: 318/238;
  }
  .guide__farm-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.8px;
  }
  .guide__storage-method {
    gap: 0.5rem;
  }
  .guide__storage-content {
    padding: 1.75rem 32px;
    gap: 1.5rem;
  }
  .guide__storage-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
  .guide__storage-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
}

.guide-point {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.guide-point__image {
  width: 100%;
  aspect-ratio: 90/90;
  border-radius: 999px;
  overflow: hidden;
  background-color: #d3d3d3;
}
.guide-point__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guide-point__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.guide-point__number {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #db5331;
  margin: 0;
}
.guide-point__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
}
.guide-point__title br {
  display: block;
}
@media screen and (max-width: 767px) {
  .guide-point {
    flex: 0 0 auto;
    width: 140px;
    scroll-snap-align: start;
    padding-left: 20px;
  }
  .guide-point__image {
    aspect-ratio: 1/1;
  }
  .guide-point__number {
    font-size: 0.625rem;
  }
  .guide-point__title {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.guide-eat-method {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2.25rem;
}
.guide-eat-method:last-child {
  margin-bottom: 0;
}
.guide-eat-method__image {
  width: 14.8125rem;
  height: 11.125rem;
  background-color: #d3d3d3;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.guide-eat-method__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guide-eat-method__content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: center;
}
.guide-eat-method__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #db5331;
  margin: 0;
}
.guide-eat-method__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .guide-eat-method {
    flex: 0 0 auto;
    width: 228px;
    padding-left: 20px;
    scroll-snap-align: start;
    margin-bottom: 1.25rem;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .guide-eat-method__image {
    width: 100%;
    height: auto;
    aspect-ratio: 237/178;
  }
  .guide-eat-method__content {
    width: 100%;
  }
  .guide-eat-method__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.8px;
  }
  .guide-eat-method__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
}

.container--main-visual {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
.container--pickup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--news {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--contact {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--features {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--commitment {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--lineup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--gift {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--voice {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--guide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--shopping-guide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.shopping-guide-card {
  background-color: white;
  border: 1.108px solid #db5331;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  min-width: 0;
}
.shopping-guide-card__header {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.shopping-guide-card__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping-guide-card__icon-image {
  width: 100%;
  height: 100%;
  display: block;
}
.shopping-guide-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #4a403a;
  margin: 0;
}
.shopping-guide-card__content {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #4a403a;
  flex: 1 0 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .shopping-guide-card__content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.8px;
  }
}
.shopping-guide-card__content p {
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .shopping-guide-card__content p {
    margin: 0 0 0.5rem 0;
  }
}
.shopping-guide-card__content p:last-child {
  margin-bottom: 0;
}
.shopping-guide-card__content ul {
  margin: 0;
  padding-left: 1.3125rem;
  list-style-type: disc;
}
.shopping-guide-card__content li {
  margin-bottom: 0;
}
.shopping-guide-card__content li:last-child {
  margin-bottom: 0;
}
.shopping-guide-card__content strong {
  font-weight: 700;
}
.shopping-guide-card__footer {
  display: flex;
  gap: 0.25rem;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .shopping-guide-card__footer {
    margin-top: 0.75rem;
  }
}
.shopping-guide-card__link {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.shopping-guide-card__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.shopping-guide-card__link-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #db5331;
}
.shopping-guide-card__link-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping-guide-card__link-icon-image {
  width: 100%;
  height: 100%;
  display: block;
}

.shopping-guide {
  background-color: #faf8f5;
  padding: 8.25rem 0;
}
@media screen and (max-width: 767px) {
  .shopping-guide {
    padding: 4rem 0;
  }
}
.shopping-guide__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shopping-guide__content {
    gap: 3.75rem;
  }
}
.shopping-guide__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shopping-guide__header {
    gap: 1.5rem;
  }
}
.shopping-guide__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  text-align: center;
  margin: 0;
}
.shopping-guide__cards {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shopping-guide__cards {
    flex-direction: column;
  }
}

.instagram {
  background-color: #faf8f5;
  padding: 8.25rem 0;
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 4rem 0;
    background: #F5F1EB;
  }
}
.instagram__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 100%;
}
.instagram__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
.instagram__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #4a403a;
  text-align: center;
  margin: 0;
}
.instagram__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  text-align: center;
  margin: 0;
}
.instagram__swiper-container {
  width: 100%;
  overflow: hidden;
}
.instagram__swiper {
  width: 100%;
  overflow: visible;
}
.instagram__swiper .swiper-slide {
  width: 10.8333125rem;
  height: 10.8333125rem;
  flex-shrink: 0;
}
.instagram__item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: opacity 0.3s;
}
.instagram__item:hover {
  opacity: 0.8;
}
.instagram .swiper-wrapper {
  transition-timing-function: linear;
}
.instagram__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.instagram__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.instagram__item:hover .instagram__overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.instagram__icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.instagram__button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.instagram__button {
  background-color: #faf8f5;
  border: 1.108px solid #db5331;
  width: 12.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.instagram__button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.instagram__button:hover img {
  opacity: 1;
}
.instagram__button-icon {
  width: 1rem;
  height: 1rem;
  display: block;
}
.instagram__button-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #db5331;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 2.5rem 0;
  }
  .instagram__content {
    gap: 2rem;
  }
  .instagram__header {
    gap: 1rem;
  }
  .instagram__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .instagram__subtitle {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
  }
  .instagram__swiper-container {
    width: 100%;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .instagram__swiper .swiper-slide {
    width: 12rem;
    height: 12rem;
  }
  .instagram__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .instagram__button-wrapper {
    width: 100%;
    padding: 0 1.25rem;
  }
  .instagram__button {
    width: 100%;
    height: auto;
    gap: 0.625rem;
    justify-content: center;
    padding: 1rem 1.25rem;
  }
  .instagram__button-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .instagram__button-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.7px;
    color: #DB5331;
  }
}

.container--main-visual {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
.container--pickup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--news {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--contact {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--features {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--commitment {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--lineup {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--gift {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--voice {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--guide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--shopping-guide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--instagram {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--cta {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cta {
  background-color: #db5331;
  padding: 8.25rem 0;
}
.cta__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
}
.cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 78px;
  letter-spacing: 0.8px;
  color: white;
  text-align: center;
  margin: 0;
  position: relative;
}
.cta__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: white;
  text-align: center;
  opacity: 0.9;
  height: auto;
  position: relative;
  width: 31.493375rem;
  margin: 0;
}
.cta__buttons {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
.cta__buttons .button {
  border-radius: 0;
  width: 175px;
  font-size: 14px;
  padding: 1rem 1rem;
}
.cta__buttons .button__text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 4rem 0;
  }
  .cta__content {
    gap: 1.5rem;
    padding: 0 1.25rem;
  }
  .cta__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 56px */
    letter-spacing: 0.8px;
  }
  .cta__title-line {
    display: block;
  }
  .cta__description {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 32px */
    letter-spacing: 0.8px;
    height: auto;
    width: 100%;
  }
  .cta__description p {
    margin-bottom: 0.25rem;
  }
  .cta__buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: stretch;
    margin-top: 1rem;
  }
  .cta__buttons .button {
    width: 100%;
    max-width: 100%;
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem;
    height: auto;
    min-height: 3rem;
  }
  .cta__buttons .button__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.8px;
  }
  .cta .button--cta-secondary {
    justify-content: center;
  }
}

.page-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.page-background__images {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-background__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.page-background__img--active {
  opacity: 1;
}

.image_section {
  height: 185px;
  position: relative;
  width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .image_section {
    height: 128px;
  }
}

section.review {
  background-color: #faf8f5;
  padding: 8.25rem 0;
}
@media screen and (max-width: 767px) {
  section.review {
    padding: 4rem 0 9rem;
  }
}

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