@charset "UTF-8";
.l-header {
  background: #fff;
  top: -22px;
}

@media screen and (min-width: 768px) {
  .l-header {
    top: -28px;
  }
}
.l-header .l-header__inner {
  border-top: none;
  height: 50px;
}

.l-header .l-header__logo {
  width: 72px !important;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__logo {
    width: 88px !important;
  }
}
.l-header .l-header__nav {
  top: 22px;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__nav {
    top: 28px;
  }
}
.l-header.is-open .l-header__menu {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .l-header.is-open .l-header__menu {
    margin-top: 80px;
  }
}
.l-header .l-header__logo a {
  max-height: 50px;
}

.fs-l-page {
  padding-top: 50px;
}

.christmas2025 {
  width: 100%;
  font-feature-settings: 'pwid' off;
  font-weight: 400;
  background-color: #fafafa;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .c-modal__content {
    max-width: 800px;
    margin: 22px auto 0;
  }
}

.christmas2025 .p-section .section__title {
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .p-section .section__title {
    margin-bottom: 64px;
  }
}

.christmas2025 .mv {
  width: 100%;
}

.christmas2025 .anchor {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 10;
  transition: top 0.6s;
}
.christmas2025 .anchor.active {
  top: 50px;
}
.christmas2025 .anchor__list {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .christmas2025 .anchor__list {
    height: 48px;
    justify-content: center;
    gap: 48px;
  }
}
.christmas2025 .anchor__item {
  height: 100%;
}
.christmas2025 .anchor__link {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 4px;
  border-bottom: 1px solid #fff;
  transition: border 0.4s;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .anchor__link {
    padding: 0 8px;
    border-bottom: 2px solid #fff;
  }
}
.christmas2025 .anchor__link.active {
  font-weight: 500;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .anchor__link.active {
    border-bottom: 2px solid #000;
  }
}
@media screen and (min-width: 375px) {
  .christmas2025 .anchor__link br {
    display: none;
  }
}

.christmas2025 .advent-calendar__inner {
  width: 100%;
}
.christmas2025 .advent-calendar .section__title {
  letter-spacing: 0.1em;
}
.christmas2025 .advent-calendar__slider {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar__slider {
    padding: 0 72px;
  }
}
.christmas2025 .advent-calendar__slider .slick-arrow {
  top: 50%;
}
.christmas2025 .advent-calendar__slider .slick-arrow:active {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar__slider .slick-arrow:hover {
    opacity: 0.6;
  }
}
.christmas2025 .advent-calendar__img-list {
  width: 70vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar__img-list {
    width: 720px;
  }
}
.christmas2025 .advent-calendar__img-item {
  width: 100%;
  aspect-ratio: 1/1;
}
.christmas2025 .advent-calendar__img-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.christmas2025 .advent-calendar__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.christmas2025 .advent-calendar__img-item img.img01 {
  scale: 1.2;
  -o-object-position: center 70%;
  object-position: center 70%;
}
.christmas2025 .advent-calendar__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar__info {
    margin-top: 64px;
  }
}
.christmas2025 .advent-calendar__info a {
  text-align: center;
}
.christmas2025 .advent-calendar__price::before {
  content: '¥';
  margin-right: 2px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar__price::before {
    margin-right: 4px;
  }
}
.christmas2025 .advent-calendar__desc {
  width: 100%;
  margin: 12px auto 0;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar__desc {
    max-width: 955px;
    margin: 24px auto 0;
  }
}
.christmas2025 .advent-calendar .slick-arrow {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.christmas2025 .advent-calendar .slick-arrow::after {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar .slick-arrow::after {
    font-size: 40px;
  }
}
.christmas2025 .advent-calendar .swiper {
  width: 70vw;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar .swiper {
    width: 720px;
  }
}
.christmas2025 .advent-calendar .swiper .autoplay-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmas2025 .advent-calendar .swiper .autoplay-progress svg {
  --progress: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.christmas2025 .advent-calendar .swiper .autoplay-progress .track {
  fill: #d2d2d2;
}
.christmas2025 .advent-calendar .swiper .autoplay-progress .fill {
  fill: #8c8c8c;
  transform-origin: left center;
  transform: scaleX(var(--progress));
  transition: transform 0.1s linear;
}
.christmas2025 .advent-calendar .swiper-button-prev,
.christmas2025 .advent-calendar .swiper-button-next {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar .swiper-button-prev,
  .christmas2025 .advent-calendar .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.christmas2025 .advent-calendar .swiper-button-prev svg,
.christmas2025 .advent-calendar .swiper-button-next svg {
  display: none;
}
.christmas2025 .advent-calendar .swiper-button-prev::after,
.christmas2025 .advent-calendar .swiper-button-next::after {
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  content: 'chevron_right';
  font-weight: 200;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #212121;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .advent-calendar .swiper-button-prev::after,
  .christmas2025 .advent-calendar .swiper-button-next::after {
    font-size: 40px;
  }
}
.christmas2025 .advent-calendar .swiper-button-prev::after {
  transform: rotate(180deg);
}

.christmas2025 .product__container {
  width: 100%;
}
.christmas2025 .product__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px 12px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__list {
    gap: 64px 12px;
  }
}
.christmas2025 .product__item {
  width: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__item {
    width: calc(25% - 9px);
  }
}
.christmas2025 .product__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.christmas2025 .product__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.christmas2025 .product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.christmas2025 .product__info {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__info {
    height: 75px;
  }
}
.christmas2025 .product__name {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__name {
    font-size: 14px;
  }
}
.christmas2025 .product__price {
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__price {
    font-size: 14px;
  }
}
.christmas2025 .product__price::before {
  content: '¥';
  margin-right: 2px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__price::before {
    margin-right: 4px;
  }
}
.christmas2025 .product__soldOut {
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .product__soldOut {
    font-size: 14px;
  }
}

.christmas2025 .christmas-cake {
  width: 100%;
}
.christmas2025 .christmas-cake__inner {
  width: 100%;
  padding-top: 64px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__inner {
    padding-top: 120px;
  }
}
.christmas2025 .christmas-cake__detail {
  width: 100%;
  min-height: calc(100lvh - 50px);
  padding-top: 23px;
  background-image: url(https://wako.itembox.design/item/assets/images/christmas2025/251015_christmas2025-cake-bg_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__detail {
    min-height: 760px;
    padding-top: 68px;
    background-image: url(https://wako.itembox.design/item/assets/images/christmas2025/251015_christmas2025-cake-bg_pc.webp);
  }
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__detail .u-max-width {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.christmas2025 .christmas-cake__slider {
  width: 100%;
  position: relative;
  padding: 165px 0 85px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__slider {
    padding: 0 72px;
  }
}
.christmas2025 .christmas-cake__slider .slick-arrow:active {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__slider .slick-arrow {
    top: 30%;
  }
  .christmas2025 .christmas-cake__slider .slick-arrow:hover {
    opacity: 0.6;
  }
}
.christmas2025 .christmas-cake__img-list {
  width: 100vw;
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__img-list {
    width: 385px;
    height: 385px;
  }
}
.christmas2025 .christmas-cake__img-item {
  aspect-ratio: 390/320;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__img-item {
    width: 385px;
    height: 385px;
    aspect-ratio: 1/1;
  }
}
.christmas2025 .christmas-cake__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__img-item img {
    scale: 1;
  }
}
.christmas2025 .christmas-cake__content-list {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 5vw;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__content-list {
    width: 800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
}
.christmas2025 .christmas-cake__content-list .slick-dots {
  width: 100%;
  max-width: 350px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__content-list .slick-dots {
    width: 350px;
    margin-top: 32px;
  }
}
.christmas2025 .christmas-cake__content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: min(82vw, 320px);
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__content-item {
    justify-content: center;
    gap: 32px;
  }
}
.christmas2025 .christmas-cake__text {
  width: 80vw;
  min-width: 235px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  padding-left: 7px;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__text {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__desc {
    height: 84px;
  }
}
.christmas2025 .christmas-cake__btn {
  width: 100%;
  max-width: 350px;
}
.christmas2025 .christmas-cake__btn a {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.2em;
  border: 1px solid #212121;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .christmas-cake__btn a {
    font-size: 14px;
  }
}

.christmas2025 .wako-gourmet-gifts {
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .wako-gourmet-gifts {
    padding-bottom: 120px;
  }
}
.christmas2025 .wako-gourmet-gifts__inner {
  width: 100%;
  position: relative;
}
.christmas2025 .wako-gourmet-gifts__link {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .wako-gourmet-gifts__link {
    margin-top: 0;
    position: absolute;
    bottom: 10%;
    right: 20%;
  }
}
.christmas2025 .wako-gourmet-gifts__link .u-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .christmas2025 .wako-gourmet-gifts__link .u-text {
    gap: 10px;
  }
}
.christmas2025 .wako-gourmet-gifts__link .u-text::after {
  font-family: 'Material Symbols Outlined';
  display: inline-block;
  content: 'chevron_forward';
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
} /*# sourceMappingURL=style.css.map */
