@charset "UTF-8";
/* ===== 260202 ===== */
.footer:not(.brandTop-footer) {
  margin-block-start: 0;
}

/* ----- 共通 ----- */
:is(.wh2026-header, .wh2026-section) {
  font-family: "Noto Serif JP", serif;
  color: #A58D5F;
}

:is(.wh2026-header, .wh2026-section) .__inner {
  inline-size: 100%;
  margin-inline: auto;
}

/* ----- wh2026-header ----- */
:is(.wh2026-header, .wh2026-section.__1) {
  background-color: #FAEBEF;
}

.wh2026-header .__inner {
  max-inline-size: 800px;
}

/* ----- wh2026-section ----- */
.wh2026-section {
  position: relative;
}

.wh2026-section::before,
.wh2026-section::after {
  position: absolute;
  content: "";
  inline-size: 3.75%;
  background-size: 100% auto;
  background-repeat: repeat-y;
  z-index: 1;
}

.wh2026-section::before {
  inset-inline-start: 5%;
}

.wh2026-section::after {
  inset-inline-end: 5%;
  transform: scale(-1, 1);
}

.wh2026-section .__inner {
  max-inline-size: 1380px;
}

.wh2026-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.wh2026-section__heading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wh2026-section__heading .__en {
  font-family: "Pinyon Script", cursive;
}

.wh2026-section__heading .__ja {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.wh2026-list__item {
  position: relative;
  background: #FDF8EC;
}

.wh2026-list__item::before,
.wh2026-list__item::after {
  position: absolute;
  content: "";
  inset-inline-start: 1.5%;
  aspect-ratio: 779/27;
  max-inline-size: 97%;
  inline-size: 100%;
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wh2026-list__item::before {
  inset-block-start: 0;
}

.wh2026-list__item::after {
  inset-block-end: 0;
  transform: scale(1, -1);
}

.wh2026-list__img a {
  display: block;
}

.wh2026-list__info {
  border-block: 1px solid #A58D5F;
  font-weight: 500;
}

.wh2026-list__info .__price {
  margin-inline-start: 0.5em;
}

.wh2026-button {
  display: block;
  max-inline-size: 800px;
  padding: min(5px, 1.3333333333vmin);
  margin-inline: auto;
  background: #A58D5F;
  inline-size: 100%;
  color: #FFFFFF;
  font-weight: 500;
}

.wh2026-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  inline-size: 100%;
  block-size: 100%;
  padding: min(12px, 3.2vmin);
  border: 1px solid #FFFFFF;
}

/* -- __1 -- */
.wh2026-section.__1::before,
.wh2026-section.__1::after {
  inset-block-start: 0;
  block-size: calc(100% - 100px);
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_line_1_pc.png);
}

/* -- __2 -- */
.wh2026-section.__2 {
  position: relative;
  background-color: #E1EEFF;
}

.wh2026-section.__2::before,
.wh2026-section.__2::after {
  inset-block-start: 100px;
  block-size: calc(100% - 200px);
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_line_2_pc.png);
}

.wh2026-section__line {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
}

@media screen and (width < 769px) {
  .pc-only {
    display: none !important;
  }
  /* ----- 共通 ----- */
  :is(.wh2026-header, .wh2026-section) .__inner {
    padding-inline: 2.6666666667%;
  }
  /* ----- wh2026-header ----- */
  .wh2026-header {
    padding-block: 20px 30px;
  }
  :is(.wh2026-intro, .wh2026-section__catch) {
    font-size: 1.11em;
    line-height: 1.8;
  }
  .wh2026-intro {
    margin-block-start: 30px;
  }
  /* ----- wh2026-section ----- */
  .wh2026-section::before,
  .wh2026-section::after {
    display: none;
  }
  .wh2026-section__heading {
    gap: 20px;
    margin-block: 50px 24px;
  }
  .wh2026-section__heading::before,
  .wh2026-section__heading::after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wh2026-section__heading::after {
    transform: scale(-1, 1);
  }
  .wh2026-section__heading-inner {
    gap: 12px;
  }
  .wh2026-section__heading .__en {
    font-size: 2.56em;
  }
  .wh2026-section__heading .__ja {
    font-size: 2.05em;
  }
  .wh2026-section__catch {
    margin-block-end: 24px;
  }
  .wh2026-list__item {
    padding: 24px 7% 49px;
  }
  .wh2026-list__item + .wh2026-list__item {
    margin-block-start: 20px;
  }
  .wh2026-list__info {
    padding-block: 10px;
    margin-block: 10px 20px;
    font-size: 1.2em;
  }
  .wh2026-list__info .__tax {
    font-size: 0.94em;
  }
  .wh2026-button {
    min-block-size: 45px;
    font-size: 1.2em;
  }
  .wh2026-section .__inner > .wh2026-button {
    margin-block-start: 30px;
  }
  /* -- __1 -- */
  .wh2026-section.__1 {
    padding-block: 0 40px;
  }
  .wh2026-section.__1 .wh2026-section__heading::before {
    inline-size: 6.3291139241%;
    aspect-ratio: 45/48;
    background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_deco_heading_1_sp.png);
  }
  .wh2026-section.__1 .wh2026-section__heading::after {
    inline-size: 5.0632911392%;
    aspect-ratio: 36/66;
    background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_deco_heading_1_2_sp.png);
  }
  /* -- __2 -- */
  .wh2026-section.__2 {
    padding-block: 50px 50px;
  }
  .wh2026-section.__2 .wh2026-section__heading::before,
  .wh2026-section.__2 .wh2026-section__heading::after {
    inline-size: 7.0666666667%;
    aspect-ratio: 53/54;
    background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_deco_heading_2_sp.png);
  }
  .wh2026-section.__2 .wh2026-section__heading::before {
    background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/whiteday2026/img_deco_heading_2_2_sp.png);
  }
  .wh2026-section__line {
    inset-block-start: 10px;
    block-size: 24px;
  }
}
@media screen and (769px <= width) {
  .sp-only {
    display: none !important;
  }
  /* ----- wh2026-header ----- */
  .wh2026-header {
    padding-block: 40px 50px;
  }
  :is(.wh2026-intro, .wh2026-section__catch) {
    font-size: 1.125em;
    line-height: 2.3;
  }
  .wh2026-intro {
    margin-block-start: 50px;
  }
  /* ----- wh2026-section ----- */
  .wh2026-section {
    padding-inline: 13.75%;
  }
  .wh2026-section__heading {
    margin-block: 80px 40px;
  }
  .wh2026-section__heading-inner {
    gap: 10px;
  }
  .wh2026-section__heading .__en {
    font-size: 2.75em;
  }
  .wh2026-section__heading .__ja {
    font-size: 2em;
  }
  .wh2026-section__catch {
    margin-block-end: 40px;
  }
  .wh2026-list {
    max-inline-size: 800px;
    inline-size: 100%;
    margin-inline: auto;
  }
  .wh2026-list__item {
    padding: 87px 3% 77px;
  }
  .wh2026-list__item + .wh2026-list__item {
    margin-block-start: 30px;
  }
  .wh2026-list__item > * {
    max-inline-size: 330px;
    inline-size: 100%;
    margin-inline: auto;
  }
  .wh2026-list__info {
    padding-block: 13px;
    margin-block: 15px;
    font-size: 0.9375em;
  }
  .wh2026-list__info .__tax {
    font-size: 0.75em;
  }
  .wh2026-button {
    min-block-size: 56px;
    font-size: 0.875em;
  }
  .wh2026-section .__inner > .wh2026-button {
    margin-block-start: 60px;
  }
  /* -- __1 -- */
  .wh2026-section.__1 {
    padding-block-end: 100px;
  }
  /* -- __2 -- */
  .wh2026-section.__2 {
    padding-block: 116px 100px;
  }
  .wh2026-section__line {
    inset-block-start: 16px;
    block-size: 27px;
  }
}/*# sourceMappingURL=white_2026.css.map */