html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px!important;
}
.christmas2025 {
  background: url(../image/bg_pc.png) top / 100%;
  position: relative;
}
.christmas2025 p {
  line-height: 1.8;
}
.christmas2025 img {
  width: 100%;
  vertical-align: bottom;
}
.christmas2025__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 260px;
}
.christmas2025__mv {
  margin-bottom: 54px;
}
.christmas2025__content {
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}
.christmas2025__content__inner {
  padding: 50px;
}

.christmas2025__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.christmas2025__header__main {
  width: 100%;
}
.christmas2025__header__title {
  color: #C00000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.christmas2025__header__main p {
  font-size: 12px;
  font-weight: 400;
}
.christmas2025__header__banner {
  max-width: 537px;
  margin: 0 auto 20px;
  width: 100%;
}
.christmas2025__header__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 650px;
  margin: 50px auto 0;
  gap: 14px;
  width: 100%;
}
.christmas2025__header__nav__item a {
  background-color: #F0F0F0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.christmas2025__header__nav__item a img {
  max-width: 48px;
}
.christmas2025__header__nav__item a p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.christmas2025__header__nav__item a span {
  display: block;
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background-color: #003894;
}
.christmas2025__header__nav__item a span::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.christmas2025__section {
  max-width: 870px;
  width: 100%;
  margin: 0 auto 70px;
}
.christmas2025__section.christmas2025__section--shipping {
  margin-bottom: 0;
}
.christmas2025__section__title {
  position: relative;
  margin-bottom: 30px;
}
.christmas2025__section__title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.christmas2025__section__title p span {
  display: block;
  font-size: 14px;
}

.christmas2025__media {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.christmas2025__media__image {
  border: 1px solid #DADADA;
  width: 310px;
}
.christmas2025__media:last-child {
  margin-bottom: none;
}
.christmas2025__media__desc {
  color: #000000;
  width: calc(100% - 334px);
}
.christmas2025__media__header {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.christmas2025__media__brand {
  margin-bottom: 8px;
}
.christmas2025__media__brand :not(.christmas2025__media__brand__label) {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.christmas2025__media__brand p img {
  width: 40px;
  margin-right: 12px;
}
.christmas2025__media__brand p + p {
  margin-top: 6px;
}
.christmas2025__media__brand__label {
  display: block;
  font-size: 12px;
  max-width: 318px;
  width: 100%;
  padding: 2px;
  text-align: center;
}
.christmas2025__media__brand__label.christmas2025__media__brand__label--gold {
  background: linear-gradient(88.9deg, #D8BB57 0%, #FFE8A5 35.96%, #D8BB57 75.25%);
}
.christmas2025__media__brand__label.christmas2025__media__brand__label--blonde {
  background: linear-gradient(88.9deg, #896239 0%, #B0814B 35.96%, #896239 75.25%);
  color: #ffffff;
}
.christmas2025__media__name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.christmas2025__media__exp {
  font-weight: 500;
  font-size: 14px;
}
.christmas2025__media__bottom p {
  font-weight: 500;
  font-size: 12px;
}
.christmas2025__media__bottom .christmas2025__media__discount {
  color: #E94609;
  font-weight: 700;
  font-size: 14px;
}
.christmas2025__media__bottom .christmas2025__media__price {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 14px;
}
.christmas2025__media__bottom .christmas2025__media__price span {
  font-weight: 700;
  font-size: 16px;
}

.christmas2025__card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.christmas2025__card {
  width: calc((100% - 45px) / 4);
}
.christmas2025__card__image {
  margin-bottom: 5px;
  border: 1px solid #DADADA;
}
.christmas2025__card__image img {
  width: 100%;
}
.christmas2025__card__desc p {
  color: #000000;
}
.christmas2025__card__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.christmas2025__card__exp {
  font-size: 14px;
  margin-bottom: 10px;
}
.christmas2025__card__price {
  font-size: 10px;
  margin-bottom: 20px;
}
.christmas2025__card__price span {
  font-size: 16px;
  font-weight: 700;
}

.christmas2025__section__banner {
  max-width: 450px;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  transition: all 0.2s;
}
.christmas2025__section__banner:hover {
  opacity: 0.7;
}

.christmas2025__button {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 9px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  --button-bg-color: #982A5F;
  background-color: var(--button-bg-color);
  transition: all 0.2s;
}
.christmas2025__button:hover {
  opacity: 0.7;
}
.christmas2025__button:visited {
  color: #ffffff;
}
.christmas2025__section--cake .christmas2025__button {
  --button-bg-color: #C00000;
}
.christmas2025__section--character .christmas2025__button {
  --button-bg-color: #FF5BA9;
}
.christmas2025__section--sweets .christmas2025__button {
  --button-bg-color: #3EBDE0;
}
.christmas2025__section--chicken .christmas2025__button {
  --button-bg-color: #244E1B;
}

.christmas2025__shipping {
  border-top: 1px solid #000000;
  padding-top: 50px;
}
.christmas2025__shipping__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.christmas2025__shipping__text {
  margin-bottom: 20px;
}
.christmas2025__shipping__text p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.christmas2025__shipping__text p.--text-medium {
  font-size: 14px;
}
.christmas2025__shipping__text p.--font-bold {
  font-weight: 700;
}
.christmas2025__shipping__text p.--text-center {
  text-align: center;
}
.christmas2025__shipping__text p.--color-red {
  color: #FF0000;
}
.christmas2025__shipping__image {
  margin: 0 auto 20px;
  width: 100%;
}
.christmas2025__shipping__image--table {
  margin: 50px auto 0;
}
.christmas2025__decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.is-pcOnly {
  display: block;
}
.is-spOnly {
  display: none;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 120px!important;
  }
  .christmas2025 {
    background: url(../image/bg_sp.png) top / 100%;
  }
  .christmas2025__mv {
    margin-bottom: 40px;
  }
  .christmas2025__inner {
    padding-top: 20px;
    padding-bottom: 75px;
  }
  .christmas2025__content {
    width: calc(100% - 40px);
  }
  .christmas2025__content__inner {
    padding: 40px 12.5px;
  }
  .christmas2025__header {
    flex-direction: column-reverse;
  }
  .christmas2025__header__nav {
    margin: 0 auto 20px;
    gap: 5px;
  }
  .christmas2025__header__nav__item a {
    padding: 10px 2px;
  }
  .christmas2025__header__nav__item a p {
    font-size: 12px;
  }
  .christmas2025__header__title {
    font-size: 16px;
  }
  .christmas2025__section__title p span {
    font-size: 12px;
  }
  .christmas2025__header__main p {
    font-size: 10px;
  }
  .christmas2025__section__title p {
    font-size: 16px;
    line-height: 1.6;
  }
  .christmas2025__media-wrapper {
    padding: 0 5px;
  }
  .christmas2025__media {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .christmas2025__media__image {
    width: 100%;
  }
  .christmas2025__media__desc {
    width: 100%;
  }
  .christmas2025__media__brand :not(.christmas2025__media__brand__label) {
    justify-content: center;
  }
  .christmas2025__media__desc .christmas2025__button {
    margin: 0 auto;
  }
  .christmas2025__media__name,
  .christmas2025__media__price span {
    font-size: 12px;
  }
  .christmas2025__media__exp,
  .christmas2025__media__bottom p,
  .christmas2025__media__bottom,
  .christmas2025__media__price {
    font-size: 10px;
    line-height: 1.6;
  }
  .christmas2025__media__bottom .christmas2025__media__price {
    margin-bottom: 20px;
  }
  .christmas2025__section__banner {
    margin-top: 50px;
  }
  .christmas2025__card-grid {
    gap: 20px 15px;
    justify-content: flex-start;
  }
  .christmas2025__card {
    width: calc((100% - 15px) / 2);
  }
  .christmas2025__card__desc p {
    line-height: 1.6;
  }
  .christmas2025__card__name,
  .christmas2025__card__price span {
    font-size: 12px;
  }
  .christmas2025__card__exp {
    font-size: 10px;
  }
  .christmas2025__shipping {
    padding-top: 30px;
  }
  .christmas2025__shipping__title {
    font-size: 16px;
  }
  .christmas2025__shipping__text p.--text-medium {
    font-size: 12px;
  }
  .christmas2025__shipping__image--table {
    margin: 20px auto 0;
  }
  .is-pcOnly {
    display: none;
  }
  .is-spOnly {
    display: block;
  }
}