@charset "UTF-8";

/* =====================================
 * Winter 2025 LP（#winter2025-container）
 * セクション別スタイル定義
 * ===================================== */

/* ファーストビュー */
/* --- FV：タイトル/サマリー（要素別） --- */
#winter2025-container .lp-fv__title-logo {
  width: 100%;
  max-width: 524px;
  margin-bottom: 1.6rem;
}

#winter2025-container .lp-fv__title-lower {
  background: #19a5a7;
  color: #fff;
  line-height: 150%;
}

#winter2025-container .lp-fv__summary {
  max-width: 756px;
}

#winter2025-container .lp-fv__summary-term.is-tall {
  min-height: 4.4rem;
}

#winter2025-container .lp-fv__summary-desc.is-center {
  align-content: center;
}

/* =====================================
 * キャンペーン：見出し（タイトル/リード）
 * ===================================== */

/* --- キャンペーン見出し：コンテナ/見出し/リード --- */
#winter2025-container .campaign-title {
  text-align: center;
  margin-bottom: 4rem;
}

@media (width <= 833px) {
  #winter2025-container .campaign-title {
    margin-bottom: 2.4rem;
  }
}

#winter2025-container .campaign-title__heading {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 180%;
  letter-spacing: 8%;
  text-align: center;
  display: block;
}

@media (width <= 833px) {
  #winter2025-container .campaign-title__heading {
    font-size: 2.4rem;
  }
}

#winter2025-container .campaign-title__lead {
  color: #ed3e4e;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.2rem;
}

@media (width <= 833px) {
  #winter2025-container .campaign-title__lead {
    font-size: 1.6rem;
  }
}

/* =====================================
* キャンペーン：概要（サマリー）
* ===================================== */

/* --- キャンペーンサマリー：コンテナ/項目/ラベル/本文 --- */
#winter2025-container .campaign-summary {
  max-width: 746px;
  margin: 4.8rem auto 6.4rem;
  background: #ffffff;
  border-radius: 8px;
  padding: 3.2rem;
  display: flex;
  justify-content: space-between;
}

@media (width <= 833px) {
  #winter2025-container .campaign-summary {
    margin: 2rem auto 4rem;
    flex-direction: column;
    padding: 1.6rem;
  }
}

#winter2025-container .campaign-summary__item {
  display: flex;
  width: calc(329 / 682 * 100%);
}

@media (width <= 833px) {
  #winter2025-container .campaign-summary__item {
    width: 100%;
  }
  #winter2025-container .campaign-summary__item:first-child {
    margin-bottom: 1.2rem;
  }
}

#winter2025-container .campaign-summary__term {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  width: 82px;
  background: #ed3e4e;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: clamp(1.2rem, 3.1vw, 1.6rem);
  font-weight: 900;
}

@media (width <= 833px) {
  #winter2025-container .campaign-summary__term {
    width: 110px;
  }
}

@media (width <= 600px) {
  #winter2025-container .campaign-summary__term {
    width: 68px;
  }
}

#winter2025-container .campaign-summary__desc {
  width: calc(100% - 82px);
  padding-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00125e;
}

@media (width <= 833px) {
  #winter2025-container .campaign-summary__desc {
    padding-left: 1.2rem;
    width: calc(100% - 68px);
  }
}

/* =====================================
 * Materials：タイトル装飾（両端のライン）
 * ===================================== */

/* --- Materials：タイトル両端ライン（疑似要素） --- */
#winter2025-container .lp-materials__title-text-line {
  font-size: clamp(1.6rem, 4vw, 2rem);
  margin-bottom: 1.2rem;
  position: relative;
  line-height: 1;
}
#winter2025-container .lp-materials__title-text-line::before,
#winter2025-container .lp-materials__title-text-line::after {
  content: "";
  display: block;
  background: #ed3e4e;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 2px;
}
@media (width <= 833px) {
  #winter2025-container .lp-materials__title-text-line::before,
  #winter2025-container .lp-materials__title-text-line::after {
    top: -1px;
  }
}
#winter2025-container .lp-materials__title-text-line::before {
  left: -16px;
  transform: rotate(-28deg);
}
@media (width <= 833px) {
  #winter2025-container .lp-materials__title-text-line::before {
    left: -13px;
  }
}
#winter2025-container .lp-materials__title-text-line::after {
  right: -16px;
  transform: rotate(28deg);
}
@media (width <= 833px) {
  #winter2025-container .lp-materials__title-text-line::after {
    right: -13px;
  }
}

/* =====================================
 * Aboutセクション
 * ===================================== */

#winter2025-container .about-highlight {
  margin-bottom: 12.8rem;
}

@media (width <= 833px) {
  #winter2025-container .about-highlight {
    margin-bottom: 8rem;
  }
}

.lp-about__character-text {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  text-align: center;
  color: #374190;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

/* =====================================
 * プレゼントセクション（全体：背景/余白/レイアウト）
 * ===================================== */

/* --- プレゼント：タイトル/リスト/注記 --- */
#winter2025-container .presents {
  background: #def3f4;
  padding: 10.4rem 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (width <= 1200px) {
  #winter2025-container .presents {
    padding: 8rem 1.5rem 6rem;
  }
}
@media (width <= 833px) {
  #winter2025-container .presents {
    padding: 6.4rem 1.5rem;
  }
}

#winter2025-container .presents__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 180%;
  letter-spacing: 8%;
  text-align: center;
  margin-bottom: 6.4rem;
  position: relative;
}
@media (width <= 833px) {
  #winter2025-container .presents__title {
    font-size: 2.4rem;
    letter-spacing: 4%;
    margin-bottom: 4.5rem;
  }
}
/* キャラクター画像の装飾 */
#winter2025-container .presents__title::before {
  position: absolute;
  content: "";
  background: url(../../images/object_k.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 81px;
  height: 112px;
  right: -225px;
  top: -10px;
}
@media (width <= 1200px) {
  #winter2025-container .presents__title::before {
    width: 81px;
    height: 112px;
    right: -175px;
    top: -10px;
  }
}
@media (width <= 833px) {
  #winter2025-container .presents__title::before {
    width: 66px;
    height: 92px;
    right: -20px;
    top: -100px;
  }
}

#winter2025-container .presents__title::after {
  position: absolute;
  content: "";
  background: url(../../images/object_d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 108px;
  left: -20vw;
  top: 1050px;
}

@media (width <= 1200px) {
  #winter2025-container .presents__title::after {
    width: 80px;
    height: 87px;
    left: -15vw;
    top: -10px;
  }
}

@media (width <= 833px) {
  #winter2025-container .presents__title::after {
    width: 82px;
    height: 88px;
    left: -25px;
    top: -95px;
  }
}

#winter2025-container .presents__list {
  max-width: 880px;
  margin: 0 auto;
  gap: 6.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4rem;
}
@media (width <= 1200px) {
  #winter2025-container .presents__list {
    gap: 4rem;
  }
}

@media (width <= 833px) {
  #winter2025-container .presents__list {
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-bottom: 2.4rem;
  }
}

#winter2025-container .presents__note {
  max-width: 880px;
  margin-bottom: 11rem;
}
@media (width <= 833px) {
  #winter2025-container .presents__note {
    margin-bottom: 4.8rem;
  }
}

#winter2025-container .presents__note-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 8%;
  margin-bottom: 0.8rem;
}
@media (width <= 833px) {
  #winter2025-container .presents__note-title {
    font-size: 1.4rem;
    line-height: 160%;
  }
}

#winter2025-container .presents__note-list {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0;
}
@media (width <= 833px) {
  #winter2025-container .presents__note-list {
    font-size: 1rem;
    line-height: 175%;
  }
}

/* =====================================
 * プレゼントカード（アイテム共通：prize/カード外枠）
 * ===================================== */

#winter2025-container .present-list-item {
  position: relative;
  margin: 0;
}

#winter2025-container .present-list-item + .present-list-item {
  margin-top: 0;
}

#winter2025-container .present-list-item .prize {
  width: 30%;
  aspect-ratio: 106/101;
  position: absolute;
  top: -3.3rem;
  left: -3.5rem;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

@media (width <= 833px) {
  #winter2025-container .present-list-item .prize {
    top: -1.8rem;
    left: -2.7rem;
  }
}

#winter2025-container .present-list-item .prize img {
  width: 100%;
}

/* --- プレゼントカード（カード本体：ヘッダー/本文/画像/注意文） --- */

#winter2025-container .present-list-item-card {
  border: 4px solid #374190;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

#winter2025-container .present-list-item-card .head {
  background-color: #374190;
  color: #ffffff;
  text-align: right;
  padding: 1.3rem 1.6rem 1.6rem;
  display: flex;
  align-items: center;
}

#winter2025-container .present-list-item-card .number-of-people {
  font-size: 2.5rem;
  line-height: 2.2rem;
  letter-spacing: 0;
}

#winter2025-container .present-list-item-card .present-dots {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: right;

  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  padding-right: 0.4rem;
}

#winter2025-container .number-of-people small {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 0.2rem;
}

#winter2025-container .present-list-item-card .present-card-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.5rem 4rem;
  background-color: #ffffff;
  text-align: center;
}

@media (width <= 833px) {
  #winter2025-container .present-list-item-card .present-card-content {
    padding: 2rem 2rem;
  }
}

#winter2025-container .present-list-item-card .present-card-content .item-name {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.04%;
  margin: 0;
}

@media (width <= 833px) {
  #winter2025-container
    .present-list-item-card
    .present-card-content
    .item-name {
    min-height: 0;
  }
}

#winter2025-container .present-list-item-card .present-card-content figure {
  width: 100%;
  aspect-ratio: 242/136;
  margin-top: 2rem;
  margin-inline: auto;
}

#winter2025-container .present-list-item-card .present-card-content figcaption {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0;
  margin-top: 1.6rem;
}

@media (width <= 833px) {
  #winter2025-container
    .present-list-item-card
    .present-card-content
    figcaption {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}

#winter2025-container .present-list-item-card .present-card-content .caption {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 2rem;
}
@media (width <= 833px) {
  #winter2025-container .present-list-item-card .present-card-content .caption {
    margin-bottom: 0;
  }
}

#winter2025-container .present-list-item-card .present-card-content .warning {
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0;
  text-align: left;
}

@media (width <= 833px) {
  #winter2025-container .present-list-item-card .present-card-content .warning {
    font-size: 1rem;
    line-height: 200%;
  }
}

/* -----------------------------
 * プレゼントカードの高さ調整（Winter 2025）
 * ----------------------------- */
@media (width > 833px) {
  #winter2025-container .presents__list > .present-list-item:nth-child(-n + 2) {
    align-self: stretch;
  }
  #winter2025-container
    .presents__list
    > .present-list-item:nth-child(-n + 2)
    .present-list-item-card {
    height: 100%;
  }
}

/* =====================================
 * Materials：背景/レイアウト（ピンク背景の擬似要素）
 * ===================================== */

#winter2025-container .lp-materials {
  background: none;
  position: relative;
}

#winter2025-container .lp-materials::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 52rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffeaf6;
}

@media (width <= 833px) {
  #winter2025-container .lp-materials::before {
    width: calc(100% + 3.2rem);
    left: -1.6rem;
    top: 52rem;
  }
}

#winter2025-container .lp-materials__inner::before {
  position: absolute;
  content: "";
  background: url(../../images/object_z.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 129px;
  height: 160px;
  left: 98px;
  top: 184px;
  z-index: 10;
}
#winter2025-container .lp-materials__inner::after {
  position: absolute;
  content: "";
  background: url(../../images/object_m.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 96px;
  height: 160px;
  right: 100px;
  top: 654px;
  z-index: 10;
}
@media (width <= 1200px) {
  #winter2025-container .lp-materials__inner::before {
    width: 100px;
    height: 124px;
  }
  #winter2025-container .lp-materials__inner::after {
    width: 70px;
    height: 118px;
  }
}
@media (width <= 890px) {
  #winter2025-container .lp-materials__inner::after {
    top: 580px;
  }
}
@media (width <= 833px) {
  #winter2025-container .lp-materials__inner::before {
    width: 90px;
    height: 112px;
    left: 5px;
    top: -30px;
  }
  #winter2025-container .lp-materials__inner::after {
    width: 67px;
    height: 112px;
    right: 20px;
    top: -30px;
  }
}

#winter2025-container .is-object-w::before {
  position: absolute;
  content: "";
  background: url(../../images/object_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 126px;
  left: -150px;
  top: 800px;
}

@media (width <= 1200px) {
  #winter2025-container .is-object-w::before {
    width: 112px;
    height: 107px;
    left: -50px;
    top: 800px;
  }
}

@media (width <= 833px) {
  #winter2025-container .is-object-w::before {
    width: 108px;
    height: 103px;
    left: -10px;
    top: -40px;
  }
}

#winter2025-container .is-object-y::before {
  position: absolute;
  content: "";
  background: url(../../images/object_y.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 155px;
  right: -200px;
  top: 50px;
}

@media (width <= 1200px) {
  #winter2025-container .is-object-y::before {
    width: 85px;
    height: 132px;
    right: -100px;
    top: 200px;
  }
}

@media (width <= 833px) {
  #winter2025-container .is-object-y::before {
    width: 75px;
    height: 112px;
    right: -5px;
    top: 175px;
  }
}

/* --- Materials：他LPとの競合回避（余白の微調整） --- */
#winter2025-container .lp-materials__item:last-child {
  margin-bottom: 0;
}

@media (width <= 833px) {
  #winter2025-container .lp-materials__item:last-child {
    margin-bottom: 0;
  }
}

/* =====================================
 * 共通レイアウト（page-width）
 * ===================================== */

#winter2025-container .page-width {
  padding: 0;
}
@media (width <= 833px) {
  #winter2025-container .page-width {
    padding: 0;
  }
}

/* =====================================
 * SPのみ微調整（キャラクター画像の位置）
 * ===================================== */
@media screen and (width <= 833px) {
  #winter2025-container .lp-fv__inner::before {
    bottom: -100px;
  }
}

#winter2025-container .lp-materials__item:nth-child(3)::before {
  content: none; /* 擬似要素自体を消す */
}

/* 1340px以上の大型画面幅対応 */
@media (width >= 1340px) {
  .lp-maxwidth-wrapper {
    max-width: 1340px;
    margin-inline: auto;
  }
}
