@charset "UTF-8";

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(https://wako.itembox.design/item/assets/fonts/MaterialSymbolsOutlined.woff2)
    format('woff2');
}

body.modal-active {
  overflow: hidden;
}

.pickup__wrapper {
  width: 100%;
}

.fs-l-main {
  color: #212121;
  line-height: 2;
  letter-spacing: 0;
}

nav.fs-c-breadcrumb {
  margin-top: 0;
}

.l-inner {
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 1024px) {
  .l-inner {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.p-section {
  padding-top: 64px;
}

@media screen and (min-width: 1024px) {
  .p-section {
    padding-top: 120px;
  }
}

.p-section.first {
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-section.first {
    padding-top: 64px;
  }
}

.p-section.sp-pt-0 {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .p-section.sp-pt-0 {
    padding-top: 120px;
  }
}

.p-section--pt8 {
  padding-top: 32px;
}

@media screen and (min-width: 1024px) {
  .p-section--pt8 {
    padding-top: 64px;
  }
}

.p-section--mv {
  padding-top: 32px;
}

@media screen and (min-width: 1024px) {
  .p-section--mv {
    padding-top: 48px;
  }
}

.p-section__inner {
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-section__inner {
    padding-top: 48px;
  }
}

.p-section__inner:first-child {
  padding-top: 0;
}

.p-section__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .p-section__title {
    gap: 8px;
    margin-bottom: 48px;
  }
}

.p-section__title-main {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-section__title-desc {
    max-width: 1024px;
    text-align: center;
  }
}

.p-section__btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-section__btn {
    margin-top: 32px;
  }
}

[data-simplebar] {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 24px;
}

[data-simplebar] .simplebar-content-wrapper {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 5vw;
}

@media screen and (min-width: 1024px) {
  [data-simplebar] .simplebar-content-wrapper {
    scroll-padding-left: 72px;
  }
}

[data-simplebar] .simplebar-track.simplebar-horizontal {
  width: 40vw;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d2d2d2;
}

[data-simplebar] .simplebar-track.simplebar-vertical {
  display: none;
}

[data-simplebar] .simplebar-scrollbar:before {
  background-color: #212121;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.slick-arrow {
  width: 32px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  position: absolute;
  top: 43%;
  z-index: 5;
}

.slick-arrow::after {
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  font-weight: 200;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev::after {
  content: 'chevron_left';
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next::after {
  content: 'chevron_right';
}

.slick-dots {
  max-width: 40vw;
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}

@media screen and (min-width: 1024px) {
  .slick-dots {
    max-width: 635px;
    width: 44vw;
  }
}

.slick-dots li {
  width: 80px;
  height: 2px;
  font-size: 0;
  background-color: #d2d2d2;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .slick-dots li {
    width: 8.8vw;
    max-width: 127px;
  }
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active {
  background-color: #212121;
}

[data-has-counter] {
  position: relative;
}

@media screen and (min-width: 1024px) {
  [data-has-counter] {
    padding-bottom: 60px;
  }
}

[data-has-counter] [data-has-counter-slider] .slick-arrow {
  height: 20px;
  top: unset;
  bottom: -40px;
}

[data-has-counter] [data-has-counter-slider] .slick-arrow::after {
  font-size: 24px;
}

@media screen and (min-width: 1024px) {
  [data-has-counter] [data-has-counter-slider] .slick-arrow {
    height: 60px;
    bottom: -60px;
  }
}

[data-has-counter] [data-has-counter-slider] .slick-prev::after {
  content: 'arrow_back';
}

[data-has-counter] [data-has-counter-slider] .slick-next::after {
  content: 'arrow_forward';
}

.c-slick-counter {
  width: 40px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: calc(50% - 20px);
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .c-slick-counter {
    height: 60px;
  }
}

.c-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #212121;
  border: 1px solid #212121;
  padding: 8px 43px;
  cursor: pointer;
}

.c-btn:active {
  opacity: 1;
  color: #ffffff;
  background-color: #212121;
}

@media screen and (min-width: 1024px) {
  .c-btn {
    font-size: 16px;
    padding: 12px 48px;
  }

  .c-btn:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #212121;
  }
}

.c-btn.u-font--white:active {
  color: #212121;
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .c-btn.u-font--white:hover {
    color: #212121;
    background-color: #ffffff;
  }
}

.c-link {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

.c-link:active {
  opacity: 0.5;
}

@media screen and (min-width: 1024px) {
  .c-link {
    font-size: 14px;
    line-height: 1.5;
  }

  .c-link:hover {
    opacity: 0.5;
  }
}

.c-note__item::before {
  content: '◎';
}

.c-modal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
}

.c-modal.active {
  visibility: visible;
  opacity: 1;
}

.c-modal__wrap {
  width: 100%;
}

.c-modal__inner {
  width: 100%;
  min-height: calc(100vh - 100px);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-top: 43px;
  padding-bottom: 43px;
  margin: 100px 0 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-modal__inner {
    max-width: 1296px;
    min-height: unset;
    padding-top: 80px;
    padding-bottom: 85px;
    margin: 10vh 0;
  }
}

.c-modal__title {
  width: 100%;
  height: 64px;
  padding-top: 10px;
  padding-bottom: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}

.c-modal__title p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-modal__title-copy {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: -5px;
}

.c-modal__btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .c-modal__btn {
    width: 40px;
    height: 40px;
    top: 18px;
  }
}

.c-modal__btn::after {
  display: block;
  content: 'close_small';
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  line-height: 1;
  font-weight: 200;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .c-modal__btn::after {
    content: 'close';
    font-size: 40px;
  }
}

.c-modal__btn span {
  position: absolute;
  font-size: 0;
  overflow: hidden;
}

.c-modal__container {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
}

@media screen and (min-width: 1024px) {
  .c-modal__container {
    padding-bottom: 0;
  }
}

.c-modal__content {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .c-modal__content {
    margin-top: 22px;
  }
}

.c-modal__details {
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-modal__details dt {
  font-weight: 500;
  margin-top: 12px;
}

.c-modal__details dt:first-of-type {
  margin-top: 0;
}

.c-modal .c-note {
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .c-modal .c-note {
    margin-top: 32px;
  }
}

.c-modal .c-coupon {
  cursor: default;
}

.c-modal--bottom.c-modal {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .c-modal--bottom.c-modal {
    padding-left: 72px;
    padding-right: 72px;
    transition: all 0.2s ease-in-out;
  }
}

.c-modal--bottom.c-modal.active .c-modal__inner {
  transform: translateY(0);
}

.c-modal--bottom.c-modal .c-modal__inner {
  height: 80vh;
  margin: 20vh 0 0;
  overflow-y: hidden;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .c-modal--bottom.c-modal .c-modal__inner {
    height: auto;
    margin-top: 80px;
    transform: translateY(0);
    transition: none;
  }
}

.c-modal--flavor.c-modal {
  overflow-y: hidden;
}

@media screen and (min-width: 1024px) {
  .c-modal--flavor.c-modal {
    padding-left: 74px;
    padding-right: 74px;
    overflow-y: auto;
  }
}

.c-modal--flavor.c-modal .c-modal__inner {
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: auto;
}

@media screen and (min-width: 1024px) {
  .c-modal--flavor.c-modal .c-modal__inner {
    min-height: 680px;
  }
}

.c-modal--flavor.c-modal .c-modal__btn {
  top: 20px;
}

.c-tab__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .c-tab__menu {
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .c-tab__menu.is-4col .c-tab__menu-item {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .c-tab__menu.is-3col .c-tab__menu-item {
    width: 33.33%;
  }
}

.c-tab__menu.is-2col {
  justify-content: space-around;
}

@media screen and (min-width: 1024px) {
  .c-tab__menu.is-2col {
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .c-tab__menu.is-2col .c-tab__menu-item {
    width: 50%;
  }
}

.c-tab__menu.is-1col {
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .c-tab__menu.is-1col .c-tab__menu-item {
    width: 100%;
    border-bottom: none;
  }
}

.c-tab__menu-item {
  display: flex;
  justify-content: center;
}

.c-tab__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #bfbfbf;
  padding: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-bottom 0.5s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .c-tab__btn {
    font-size: 24px;
    padding: 0 8px 18px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
}

.c-tab__btn.active {
  color: #212121;
  border-bottom: 1px solid #212121;
}

@media screen and (min-width: 1024px) {
  .c-tab__btn.active {
    border-bottom: 2px solid #212121;
  }
}

.c-tab__contents {
  width: 100%;
  margin-top: 24px;
  position: relative;
}

.c-tab__contents-item {
  width: 100%;
  display: block;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 1;
}

.c-tab__contents-item.active {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
}

.c-product-slider {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .c-product-slider {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.c-product-slider .flywheel-recommend__frame .fs-p-heading--lv2 {
  display: none;
}

.c-product-slider
  .flywheel-recommend__frame
  .fr3-productListCarousel__ButtonContainer {
  display: none;
}

.c-product-slider .fr3-productListCarousel {
  display: block !important;
}

.c-product-slider .fr3-productListCarousel__slides,
.c-product-slider .c-product-slider__list {
  display: block !important;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-productListCarousel__slides,
  .c-product-slider .c-product-slider__list {
    overflow: unset !important;
  }
}

.c-product-slider .fr3-productListCarousel__slide,
.c-product-slider .c-product-slider__item {
  width: calc(45vw - 4px);
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  scroll-snap-align: start;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-productListCarousel__slide,
  .c-product-slider .c-product-slider__item {
    width: auto;
    display: block;
    margin-right: 4px;
  }
}

.c-product-slider .fr3-productListCarousel__slide:first-of-type,
.c-product-slider .c-product-slider__item:first-of-type {
  margin-left: 5vw;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-productListCarousel__slide:first-of-type,
  .c-product-slider .c-product-slider__item:first-of-type {
    width: auto;
    margin-left: 0;
  }
}

.c-product-slider .fr3-productListCarousel__slide:last-of-type,
.c-product-slider .c-product-slider__item:last-of-type {
  margin-right: 5vw;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-productListCarousel__slide:last-of-type,
  .c-product-slider .c-product-slider__item:last-of-type {
    margin-right: 4px;
  }
}

.c-product-slider .fr3-item__rankContainer {
  position: absolute;
  top: 8px;
  left: 8px;
}

.c-product-slider .fr3-item__rankContainer .fr3-item__rank {
  color: #212121;
  background-color: #e2d8ce;
}

.c-product-slider .fr3-item__link,
.c-product-slider__link {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-item__link,
  .c-product-slider__link {
    gap: 12px;
  }
}

.c-product-slider .fr3-item__productName,
.c-product-slider__productName {
  height: 42px;
  display: -webkit-box;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  white-space: wrap;
  padding: 0 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-item__productName,
  .c-product-slider__productName {
    height: 21px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    padding: 0 8px;
  }
}

.c-product-slider .fr3-item__productPrice,
.c-product-slider__productPrice {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 4px;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-item__productPrice,
  .c-product-slider__productPrice {
    font-size: 16px;
    padding: 0 8px;
    margin-top: 12px;
  }
}

.c-product-slider .fr3-item__productPrice__price,
.c-product-slider .productPrice__price {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-item__productPrice__price,
  .c-product-slider .productPrice__price {
    font-size: 16px;
  }
}

.c-product-slider .fr3-item__productPrice__addon,
.c-product-slider .productPrice__addon {
  display: none;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .c-product-slider .fr3-item__productPrice__addon,
  .c-product-slider .productPrice__addon {
    font-size: 16px;
  }
}

.c-product-slider__soldOut {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a1051d;
  padding: 0 4px;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .c-product-slider__soldOut {
    font-size: 16px;
    padding: 0 8px;
    margin-top: 12px;
  }
}

.c-product-slider .slick-arrow.slick-prev {
  left: -40px;
}

.c-product-slider .slick-arrow.slick-next {
  right: -40px;
}

.c-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .c-feature {
    flex-direction: row;
    gap: 64px;
    padding-left: 72px;
    padding-right: 72px;
  }
}

.c-feature__img {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-feature__img {
    width: clamp(512px, 50vw, 720px);
    flex-shrink: 0;
  }
}

.c-feature__img-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.c-feature__img-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
}

.c-feature__img-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-feature__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 1024px) {
  .c-feature__content {
    flex: 1;
    align-items: flex-start;
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-feature__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-feature__title {
    font-size: 24px;
    text-align: left;
    gap: 32px;
  }
}

.c-feature__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-feature__label {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }
}

.c-feature__text {
  max-height: 112px;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1024px) {
  .c-feature__text {
    max-height: 128px;
    font-size: 16px;
  }
}

.c-feature .c-link {
  text-align: right;
  margin-left: auto;
}

.c-banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .c-banner__inner {
    flex-direction: row;
    gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.c-banner__img {
  width: 90%;
}

@media screen and (min-width: 1024px) {
  .c-banner__img {
    width: 470px;
  }
}

.c-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .c-banner__content {
    gap: 16px;
  }
}

.c-banner__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .c-banner__title {
    font-size: 20px;
  }
}

.c-banner__text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .c-banner__text {
    font-size: 16px;
  }
}

.c-nav-card {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-nav-card:active {
  opacity: 1;
}

.c-nav-card:active .c-nav-card__img {
  transform: scale(1.2);
}

.c-nav-card:active .c-nav-card__name {
  color: #212121;
}

.c-nav-card:active .c-nav-card__name::after {
  background-color: #212121;
}

@media screen and (min-width: 1024px) {
  .c-nav-card:hover {
    opacity: 1;
  }

  .c-nav-card:hover .c-nav-card__img {
    transform: scale(1.2);
  }

  .c-nav-card:hover .c-nav-card__name {
    color: #212121;
  }

  .c-nav-card:hover .c-nav-card__name::after {
    background-color: #212121;
  }
}

.c-nav-card__img {
  width: 100%;
  transition: transform 0.5s ease;
}

.c-nav-card span {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 3;
}

.c-nav-card__label {
  font-size: 12px;
  font-weight: 450;
  line-height: 1.8;
  color: #a6a6a6;
  position: absolute;
  top: 30px;
}

@media screen and (min-width: 1024px) {
  .c-nav-card__label {
    font-size: 14px;
    top: 0;
  }
}

.c-nav-card__name {
  height: 42px;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .c-nav-card__name {
    height: auto;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #595959;
    position: absolute;
    bottom: 2px;
    padding-bottom: 21px;
  }
}

.c-nav-card__name::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background-color: #a6a6a6;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .c-nav-card__name::after {
    background-color: #595959;
  }
}

.c-index-slider {
  position: relative;
}

.c-index-slider__item {
  width: calc(100vw - 16px);
  margin: 0 8px;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__item {
    width: 680px;
    margin: 0 48px;
  }

  .c-index-slider__item[tabindex='0'] .c-index-slider__content {
    opacity: 1;
  }

  .c-index-slider__item:not(.slick-center) .c-index-slider__content {
    opacity: 0;
  }

  .c-index-slider__item.slick-center .c-index-slider__link {
    pointer-events: auto;
  }
}

.c-index-slider__link {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__link {
    pointer-events: none;
  }
}

.c-index-slider__content {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__content {
    margin-top: 16px;
    gap: 27px;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
}

.c-index-slider__number {
  font-family: WAKOROMAN, serif;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__number {
    font-size: 16px;
  }
}

.c-index-slider__number .number span {
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  padding: 8px 4px;
  margin-left: 6px;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__number .number span {
    margin-left: 6px;
  }
}

.c-index-slider__number .number span:first-child {
  margin-left: 13px;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__number .number span:first-child {
    margin-left: 22px;
  }
}

.c-index-slider__number .new {
  color: #ad9841;
  text-decoration: underline;
}

.c-index-slider__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__title {
    font-size: 20px;
  }
}

.c-index-slider__more {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  padding-bottom: 8px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .c-index-slider__more {
    font-size: 14px;
    padding-bottom: 6px;
    margin-top: 0;
  }
}

.c-index-slider .slick-arrow {
  top: unset;
  bottom: 72px;
}

.c-index-slider .slick-arrow.slick-prev {
  left: 72px;
}

.c-index-slider .slick-arrow.slick-next {
  right: 72px;
}

.c-index-slider .slick-dots {
  width: calc(100vw - 16px);
  max-width: unset;
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .c-index-slider .slick-dots {
    width: 680px;
  }
}

.c-index-slider .slick-dots li {
  width: 33.33%;
  max-width: unset;
}

.c-feature-slider {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-feature-slider.is-under-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0 72px;
  }
}

@media screen and (min-width: 1024px) {
  .c-feature-slider.is-under-3 .c-feature-slider__item {
    margin: 0;
  }
}

.c-feature-slider__item {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-feature-slider__item {
    width: 640px;
    margin: 0 40px;
  }
}

.c-feature-slider__img {
  display: block;
  position: relative;
}

.c-feature-slider__img-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.c-feature-slider__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 54px;
}

@media screen and (min-width: 1024px) {
  .c-feature-slider__content {
    bottom: 40px;
  }
}

.c-feature-slider__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-feature-slider .c-btn {
  font-size: 14px;
  padding: 8px 43px;
}

.c-feature-slider .slick-arrow {
  top: unset;
  bottom: 0;
}

.c-feature-slider .slick-arrow.slick-prev {
  left: 72px;
}

.c-feature-slider .slick-arrow.slick-next {
  right: 72px;
}

.c-feature-slider .slick-dots {
  margin-top: 64px;
}

.c-offline-brand__list {
  width: 100%;
  max-width: 408px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list {
    width: -moz-fit-content;
    width: fit-content;
    gap: 24px 32px;
  }
}

.c-offline-brand__list:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.is-2col {
    max-width: 432px;
  }
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.is-3col {
    max-width: 664px;
  }
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.is-4col {
    max-width: 896px;
  }
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.is-4col .c-offline-brand__item {
    width: calc(25% - 24px);
  }
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.is-5col {
    max-width: 1128px;
  }
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.is-5col .c-offline-brand__item {
    width: calc(20% - 26px);
  }
}

.c-offline-brand__list.has-border-bottom {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__list.has-border-bottom {
    padding-bottom: 24px;
  }
}

.c-offline-brand__item {
  width: calc(50% - 4px);
  max-width: 200px;
}

@media screen and (min-width: 1024px) {
  .c-offline-brand__item {
    width: 200px;
  }
}

.c-topAnchor {
  width: 100%;
  position: fixed;
  top: 108px;
  z-index: 99;
  transition: top 400ms ease;
}

@media screen and (max-width: 991px) {
  .c-topAnchor {
    top: 92px;
  }
}

@media screen and (max-width: 767px) {
  .c-topAnchor {
    top: 86px;
  }
}

.c-topAnchor.is-scroll {
  top: 50px;
}

.c-topAnchor__list {
  width: 100%;
  display: block;
  padding-top: 8px;
}

.c-topAnchor__list[data-simplebar] {
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .c-topAnchor__list[data-simplebar] .simplebar-content-wrapper {
    scroll-padding-left: 48px;
  }
}

.c-topAnchor__list[data-simplebar] .simplebar-track.simplebar-horizontal {
  width: 100%;
}

.c-topAnchor__item {
  display: inline-block;
  margin-right: 32px;
  scroll-snap-align: start;
}

.c-topAnchor__item:first-of-type {
  margin-left: 5vw;
}

@media screen and (min-width: 1024px) {
  .c-topAnchor__item:first-of-type {
    margin-left: 48px;
  }
}

.c-topAnchor__item:last-of-type {
  margin-right: 5vw;
}

@media screen and (min-width: 1024px) {
  .c-topAnchor__item:last-of-type {
    margin-right: 48px;
  }
}

.c-topAnchor__item a {
  display: block;
}

.c-service__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1024px) {
  .c-service__list {
    flex-direction: row;
    gap: 16px;
  }
}

.c-service__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .c-service__item {
    flex-direction: row;
    gap: 0;
  }
}

.c-service__item:first-of-type::after {
  content: '';
  width: 82vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  right: 4vw;
  bottom: -16px;
}

@media screen and (min-width: 1024px) {
  .c-service__item:first-of-type::after {
    width: 1px;
    height: 130px;
    right: -8px;
    bottom: unset;
  }
}

.c-service__img {
  width: 160px;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .c-service__img {
    width: 50%;
  }
}

.c-service__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .c-service__content {
    gap: 16px;
  }
}

.c-service__title {
  text-align: center;
}

.c-service__text {
  text-align: center;
}

.c-coupon {
  width: 100%;
  text-align: center;
  background-color: #f7f7f5;
  cursor: pointer;
}

.c-coupon__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-coupon__desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .c-coupon__desc {
    font-size: 14px;
  }
}

.c-coupon__off {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-coupon__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1024px) {
  .c-coupon__name {
    font-size: 14px;
  }
}

.c-coupon__border {
  width: 100%;
  height: 4px;
  background-color: #e2d8cf;
}

@media screen and (min-width: 1024px) {
  .c-coupon__border {
    height: 8px;
  }
}

.c-coupon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #e2d8cf;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media screen and (min-width: 1024px) {
  .c-coupon__link {
    font-size: 14px;
    gap: 5px;
  }
}

.c-coupon__link::after {
  content: 'arrow_right';
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

@media screen and (min-width: 1024px) {
  .c-coupon__link::after {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

.c-mv__title {
  text-align: center;
}

.c-mv__img {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .c-mv__img {
    width: 90%;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .c-mv__text {
    text-align: center;
  }
}

.c-giftItem {
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-giftItem .p-section__title {
  margin-bottom: 0;
}

.c-giftItem__prod-list {
  width: 100%;
}

.c-giftItem__prod-item {
  width: 270px;
  height: 302px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .c-giftItem__prod-item {
    width: 380px;
    height: 434px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-giftItem__prod-item a {
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  .c-giftItem__prod-item a {
    width: 380px;
    height: 380px;
  }
}

.c-giftItem__prod-item img {
  width: 248px;
  height: 248px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 400ms ease;
}

.c-giftItem__prod-item.slick-center[tabindex='0'] a {
  pointer-events: auto;
}

.c-giftItem__prod-item.slick-center[tabindex='0'] img {
  transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
  .c-giftItem__prod-item.slick-center[tabindex='0'] img {
    transform: scale(1.58);
  }
}

.c-giftItem__prod-item.slick-center[tabindex='0'] .c-giftItem__prod-info {
  opacity: 1;
}

.c-giftItem__prod-info {
  width: 100%;
  text-align: center;
  line-height: 1 !important;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 400ms ease;
}

.c-giftItem__prod-price {
  margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  .c-giftItem__prod-price {
    margin-top: 8px;
  }
}

.c-giftItem__content-list {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .c-giftItem__content-list {
    max-width: 705px;
  }
}

.c-giftItem__content-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .c-giftItem__content-container {
    gap: 12px;
  }
}

.c-giftItem__content-container .u-text {
  min-height: 168px;
}

@media screen and (min-width: 1024px) {
  .c-giftItem__content-container .u-text {
    min-height: 96px;
  }
}

.c-giftItem__content-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.c-giftItem .slick-arrow {
  top: unset;
  bottom: 24px;
}

.c-giftItem .slick-arrow.slick-prev {
  right: calc(50% + 206px);
  left: unset;
}

.c-giftItem .slick-arrow.slick-next {
  right: unset;
  left: calc(50% + 206px);
}

.c-giftItem .slick-dots {
  max-width: 270px;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .c-giftItem .slick-dots {
    max-width: 380px;
  }
}

.c-searchByPrice__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

@media screen and (min-width: 1024px) {
  .c-searchByPrice__list {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 64px;
  }
}

.c-searchByPrice__item {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
}

.c-package {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .c-package {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}

.c-package .p-section__inner {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.c-package__title {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .c-package__title {
    margin-bottom: 24px;
  }
}

.c-package__img {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .c-package__img {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.c-package__text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.c-facts {
  max-width: 864px;
  padding-top: 24px;
  padding-bottom: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}

@media screen and (min-width: 1024px) {
  .c-facts {
    padding-bottom: 60px;
    padding-left: 92px;
    padding-right: 92px;
  }
}

.c-facts__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .c-facts__title {
    gap: 24px;
    margin-bottom: 24px;
  }
}

.c-facts__title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-facts-slider__item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .c-facts-slider__item {
    gap: 24px;
  }
}

.c-facts-slider__item div {
  width: 100%;
}

.c-facts-slider__title {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .c-facts-slider__title {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .c-facts-slider .u-text {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .c-facts-slider .slick-prev {
    left: 265px;
  }
}

@media screen and (min-width: 1024px) {
  .c-facts-slider .slick-next {
    right: 265px;
  }
}

.c-facts .c-slick-counter {
  bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .c-facts .c-slick-counter {
    bottom: 0;
  }
}

.c-flavor {
  width: 100%;
  height: calc(100% - 64px);
  margin-top: 64px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-flavor {
    height: 100%;
    margin-top: 0;
  }
}

.c-flavor__slider {
  width: 100%;
  padding-bottom: 120px;
}

@media screen and (min-width: 1024px) {
  .c-flavor__slider {
    height: 100%;
    padding: 24px 64px 76px;
  }
}

.c-flavor__slider-item {
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .c-flavor__slider-item {
    margin-top: 0;
  }
}

.c-flavor__slider-item:first-of-type {
  margin-top: 0;
}

.c-flavor__slider .slick-arrow.slick-prev {
  left: 32px;
}

.c-flavor__slider .slick-arrow.slick-next {
  right: 32px;
}

.c-flavor__slider .slick-dots {
  position: absolute;
  bottom: 24px;
  left: calc(50% - 300px);
}

.c-flavor__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}

@media screen and (min-width: 1024px) {
  .c-flavor__list {
    gap: 0 15px;
  }
}

.c-flavor__item {
  width: calc(50% - 4px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 0;
  padding-bottom: 3px;
}

@media screen and (min-width: 1024px) {
  .c-flavor__item {
    width: calc(20% - 12px);
    padding-bottom: 14px;
  }
}

.c-flavor__img {
  width: calc(100% - 10px);
}

@media screen and (min-width: 1024px) {
  .c-flavor__img {
    width: 180px;
    height: 180px;
  }
}

.c-flavor__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .c-flavor__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.c-flavor__name {
  text-align: center;
  padding-top: 5px;
}

@media screen and (min-width: 1024px) {
  .c-flavor__name {
    padding-top: 4px;
  }
}

.c-flavor__name::after {
  content: '';
  width: 26px;
  height: 1px;
  display: block;
  background-color: #8c8c8c;
  margin: 5px auto 0;
}

@media screen and (min-width: 1024px) {
  .c-flavor__name::after {
    margin: 4px auto 0;
  }
}

.c-flavor__desc {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media screen and (min-width: 1024px) {
  .c-flavor__desc {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .c-flavor__note {
    width: 100%;
    text-align: center;
    padding-right: 0;
    position: absolute;
    left: 0;
    bottom: 48px;
  }
}

.c-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media screen and (min-width: 1024px) {
  .c-recommend__list {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
}

.c-recommend__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-recommend__item .js-modal-btn {
  cursor: pointer;
}

.c-recommend__item .js-modal-btn img {
  transition: all 0.4s ease;
}

.c-recommend__item .js-modal-btn:hover img {
  opacity: 0.6;
}

.c-recommend__text {
  text-align: center;
}

.c-recommend__btn {
  display: flex;
  justify-content: center;
}

.c-topic {
  width: 100vw;
}

@media screen and (min-width: 1024px) {
  .c-topic {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-topic__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px 0 24px;
}

@media screen and (min-width: 1024px) {
  .c-topic__inner {
    flex-direction: row;
    gap: 80px;
    padding: 80px 0;
  }
}

.c-topic__img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-topic__img {
    width: 450px;
    flex-shrink: 0;
  }
}

.c-topic__img.js-modal-btn {
  cursor: pointer;
}

.c-topic__img.js-modal-btn img {
  transition: all 0.4s ease;
}

.c-topic__img.js-modal-btn:hover img {
  opacity: 0.6;
}

.c-topic__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 1024px) {
  .c-topic__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-topic__title {
  text-align: center;
}

.c-topic__text {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .c-topic__text {
    text-align: center;
  }
}

.u-font--en {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
}

.u-font--white {
  color: #ffffff;
  border-color: #ffffff;
}

.u-font--red {
  color: #c7191c;
}

.u-font--gray100 {
  color: #f2f2f2;
}

.u-font--gray200 {
  color: #d2d2d2;
}

.u-font--gray300 {
  color: #bfbfbf;
}

.u-font--gray400 {
  color: #a6a6a6;
}

.u-font--gray500 {
  color: #8c8c8c;
}

.u-font--gray600 {
  color: #737373;
}

.u-font--R {
  font-weight: 400;
}

.u-font--M {
  font-weight: 500;
}

.u-font--B {
  font-weight: 700;
}

.u-h1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-h1 {
    font-size: 28px;
  }
}

.u-h2 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-h2 {
    font-size: 24px;
  }
}

.u-h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-h3 {
    font-size: 20px;
  }
}

.u-h4 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-h4 {
    font-size: 16px;
  }
}

.u-h5 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-h5 {
    font-size: 14px;
  }
}

.u-h6 {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-h6 {
    font-size: 12px;
  }
}

.u-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-text {
    font-size: 16px;
  }
}

.u-text--caption {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .u-text--caption {
    font-size: 14px;
  }
}

.u-sp-only {
  display: block;
}

@media screen and (min-width: 1024px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u-pc-only {
    display: block;
  }
}

.u-max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.u-bg-gray100 {
  background-color: #f2f2f2;
}

/*# sourceMappingURL=common-parts_2025.css.map */
