@charset "UTF-8";
.fs-l-main {
  margin: 0;
  padding: 0;
}

.fs-l-main,
.fs-l-pageMain {
  width: 100%;
  max-width: 100%;
}

.device-click a,
.device-click button {
  transition: unset;
}

.device-click a:hover,
.device-click button:hover {
  opacity: unset !important;
}

.winter-sale {
  --min-size: 0;
  --max-size: 10px;
  --fluid-size: 1.25vw;
  font-size: min(var(--fluid-size), var(--max-size));
  position: relative;
}
.winter-sale .l-inner {
  margin: 0 auto;
  max-width: 80em;
  overflow: hidden;
}

.--bg-img {
  --bg-color: red;
  --bg-img-path: url("");
  --bg-img-width: 80em;
  --bg-img-height: 545.2em;
  --bg-img--pos-top: 0;
  background-color: var(--bg-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.--bg-img::after {
  content: "";
  position: absolute;
  background-image: var(--bg-img-path);
  width: var(--bg-img-width);
  height: var(--bg-img-height);
  background-size: contain;
  background-repeat: no-repeat;
  top: var(--bg-img--pos-top);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.--pseudo-before {
  --pseudo-width: 20.9em;
  --pseudo-height: 25.2em;
  --pseudo-bg-color: red;
  --pseudo-bg-img-path: url("");
  --pseudo-pos-top: none;
  --pseudo-pos-left: none;
  --pseudo-pos-right: none;
  --pseudo-pos-left: none;
  position: relative;
}
.--pseudo-before::before {
  content: "";
  position: absolute;
  width: var(--pseudo-width);
  height: var(--pseudo-height);
  background-color: var(--pseudo-bg-color, transparent);
  background-image: var(--pseudo-bg-img-path);
  background-repeat: no-repeat;
  background-size: contain;
  top: var(--pseudo-pos-top);
  left: var(--pseudo-pos-left);
  right: var(--pseudo-pos-right);
  bottom: var(--pseudo-pos-bottom);
  pointer-events: none;
}

.--pseudo-after {
  --pseudo-width: 20.9em;
  --pseudo-height: 25.2em;
  --pseudo-bg-color: red;
  --pseudo-bg-img-path: url("");
  position: relative;
}
.--pseudo-after::after {
  content: "";
  position: absolute;
  width: var(--pseudo-width);
  height: var(--pseudo-height);
  background-color: var(--pseudo-bg-color, transparent);
  background-image: var(--pseudo-bg-img-path);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.winter-sale .countdown_area {
  --countdown-bgColor: #7d8394;
  --countdown-textColor: #fff;
  background-color: var(--countdown-bgColor);
  padding: 0;
}
.winter-sale .view_on,
.winter-sale #CDT1,
.winter-sale #CDT2 {
  font-family: YuMincho, serif !important;
  color: var(--countdown-textColor) !important;
  font-size: 3.6em !important;
  line-height: 1.2;
}
.winter-sale .view_on span,
.winter-sale #CDT1 span,
.winter-sale #CDT2 span {
  color: var(--countdown-textColor) !important;
}

.line_induction {
  background-color: white !important;
  margin-bottom: 5em;
}
.line_induction .l-inner {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}

.winter-sale .u-pt-0 {
  padding-top: 0em !important;
}

.winter-sale .u-pt-10 {
  padding-top: 1em !important;
}

.winter-sale .u-pt-20 {
  padding-top: 2em !important;
}

.winter-sale .u-pt-30 {
  padding-top: 3em !important;
}

.winter-sale .u-pt-40 {
  padding-top: 4em !important;
}

.winter-sale .u-pt-50 {
  padding-top: 5em !important;
}

.winter-sale .u-pt-60 {
  padding-top: 6em !important;
}

.winter-sale .u-pt-70 {
  padding-top: 7em !important;
}

.winter-sale .u-pt-80 {
  padding-top: 8em !important;
}

.winter-sale .u-pt-90 {
  padding-top: 9em !important;
}

.winter-sale .u-pt-100 {
  padding-top: 10em !important;
}

.winter-sale .u-pt-110 {
  padding-top: 11em !important;
}

.winter-sale .u-pt-120 {
  padding-top: 12em !important;
}

.winter-sale .u-pt-130 {
  padding-top: 13em !important;
}

.winter-sale .u-pt-140 {
  padding-top: 14em !important;
}

.winter-sale .u-pt-150 {
  padding-top: 15em !important;
}

.winter-sale .u-pt-160 {
  padding-top: 16em !important;
}

.winter-sale .u-pt-170 {
  padding-top: 17em !important;
}

.winter-sale .u-pt-180 {
  padding-top: 18em !important;
}

.winter-sale .u-pt-190 {
  padding-top: 19em !important;
}

.winter-sale .u-pt-200 {
  padding-top: 20em !important;
}

.winter-sale .u-pb-0 {
  padding-bottom: 0em !important;
}

.winter-sale .u-pb-10 {
  padding-bottom: 1em !important;
}

.winter-sale .u-pb-20 {
  padding-bottom: 2em !important;
}

.winter-sale .u-pb-30 {
  padding-bottom: 3em !important;
}

.winter-sale .u-pb-40 {
  padding-bottom: 4em !important;
}

.winter-sale .u-pb-50 {
  padding-bottom: 5em !important;
}

.winter-sale .u-pb-60 {
  padding-bottom: 6em !important;
}

.winter-sale .u-pb-70 {
  padding-bottom: 7em !important;
}

.winter-sale .u-pb-80 {
  padding-bottom: 8em !important;
}

.winter-sale .u-pb-90 {
  padding-bottom: 9em !important;
}

.winter-sale .u-pb-100 {
  padding-bottom: 10em !important;
}

.winter-sale .u-pb-110 {
  padding-bottom: 11em !important;
}

.winter-sale .u-pb-120 {
  padding-bottom: 12em !important;
}

.winter-sale .u-pb-130 {
  padding-bottom: 13em !important;
}

.winter-sale .u-pb-140 {
  padding-bottom: 14em !important;
}

.winter-sale .u-pb-150 {
  padding-bottom: 15em !important;
}

.winter-sale .u-pb-160 {
  padding-bottom: 16em !important;
}

.winter-sale .u-pb-170 {
  padding-bottom: 17em !important;
}

.winter-sale .u-pb-180 {
  padding-bottom: 18em !important;
}

.winter-sale .u-pb-190 {
  padding-bottom: 19em !important;
}

.winter-sale .u-pb-200 {
  padding-bottom: 20em !important;
}

.winter-sale .u-pl-0 {
  padding-left: 0em !important;
}

.winter-sale .u-pl-10 {
  padding-left: 1em !important;
}

.winter-sale .u-pl-20 {
  padding-left: 2em !important;
}

.winter-sale .u-pl-30 {
  padding-left: 3em !important;
}

.winter-sale .u-pl-40 {
  padding-left: 4em !important;
}

.winter-sale .u-pl-50 {
  padding-left: 5em !important;
}

.winter-sale .u-pl-60 {
  padding-left: 6em !important;
}

.winter-sale .u-pl-70 {
  padding-left: 7em !important;
}

.winter-sale .u-pl-80 {
  padding-left: 8em !important;
}

.winter-sale .u-pl-90 {
  padding-left: 9em !important;
}

.winter-sale .u-pl-100 {
  padding-left: 10em !important;
}

.winter-sale .u-pl-110 {
  padding-left: 11em !important;
}

.winter-sale .u-pl-120 {
  padding-left: 12em !important;
}

.winter-sale .u-pl-130 {
  padding-left: 13em !important;
}

.winter-sale .u-pl-140 {
  padding-left: 14em !important;
}

.winter-sale .u-pl-150 {
  padding-left: 15em !important;
}

.winter-sale .u-pl-160 {
  padding-left: 16em !important;
}

.winter-sale .u-pl-170 {
  padding-left: 17em !important;
}

.winter-sale .u-pl-180 {
  padding-left: 18em !important;
}

.winter-sale .u-pl-190 {
  padding-left: 19em !important;
}

.winter-sale .u-pl-200 {
  padding-left: 20em !important;
}

.winter-sale .u-pr-0 {
  padding-right: 0em !important;
}

.winter-sale .u-pr-10 {
  padding-right: 1em !important;
}

.winter-sale .u-pr-20 {
  padding-right: 2em !important;
}

.winter-sale .u-pr-30 {
  padding-right: 3em !important;
}

.winter-sale .u-pr-40 {
  padding-right: 4em !important;
}

.winter-sale .u-pr-50 {
  padding-right: 5em !important;
}

.winter-sale .u-pr-60 {
  padding-right: 6em !important;
}

.winter-sale .u-pr-70 {
  padding-right: 7em !important;
}

.winter-sale .u-pr-80 {
  padding-right: 8em !important;
}

.winter-sale .u-pr-90 {
  padding-right: 9em !important;
}

.winter-sale .u-pr-100 {
  padding-right: 10em !important;
}

.winter-sale .u-pr-110 {
  padding-right: 11em !important;
}

.winter-sale .u-pr-120 {
  padding-right: 12em !important;
}

.winter-sale .u-pr-130 {
  padding-right: 13em !important;
}

.winter-sale .u-pr-140 {
  padding-right: 14em !important;
}

.winter-sale .u-pr-150 {
  padding-right: 15em !important;
}

.winter-sale .u-pr-160 {
  padding-right: 16em !important;
}

.winter-sale .u-pr-170 {
  padding-right: 17em !important;
}

.winter-sale .u-pr-180 {
  padding-right: 18em !important;
}

.winter-sale .u-pr-190 {
  padding-right: 19em !important;
}

.winter-sale .u-pr-200 {
  padding-right: 20em !important;
}

.winter-sale .u-mt-0 {
  margin-top: 0em !important;
}

.winter-sale .u-mt-10 {
  margin-top: 1em !important;
}

.winter-sale .u-mt-20 {
  margin-top: 2em !important;
}

.winter-sale .u-mt-30 {
  margin-top: 3em !important;
}

.winter-sale .u-mt-40 {
  margin-top: 4em !important;
}

.winter-sale .u-mt-50 {
  margin-top: 5em !important;
}

.winter-sale .u-mt-60 {
  margin-top: 6em !important;
}

.winter-sale .u-mt-70 {
  margin-top: 7em !important;
}

.winter-sale .u-mt-80 {
  margin-top: 8em !important;
}

.winter-sale .u-mt-90 {
  margin-top: 9em !important;
}

.winter-sale .u-mt-100 {
  margin-top: 10em !important;
}

.winter-sale .u-mt-110 {
  margin-top: 11em !important;
}

.winter-sale .u-mt-120 {
  margin-top: 12em !important;
}

.winter-sale .u-mt-130 {
  margin-top: 13em !important;
}

.winter-sale .u-mt-140 {
  margin-top: 14em !important;
}

.winter-sale .u-mt-150 {
  margin-top: 15em !important;
}

.winter-sale .u-mt-160 {
  margin-top: 16em !important;
}

.winter-sale .u-mt-170 {
  margin-top: 17em !important;
}

.winter-sale .u-mt-180 {
  margin-top: 18em !important;
}

.winter-sale .u-mt-190 {
  margin-top: 19em !important;
}

.winter-sale .u-mt-200 {
  margin-top: 20em !important;
}

.winter-sale .u-mb-0 {
  margin-bottom: 0em !important;
}

.winter-sale .u-mb-10 {
  margin-bottom: 1em !important;
}

.winter-sale .u-mb-20 {
  margin-bottom: 2em !important;
}

.winter-sale .u-mb-30 {
  margin-bottom: 3em !important;
}

.winter-sale .u-mb-40 {
  margin-bottom: 4em !important;
}

.winter-sale .u-mb-50 {
  margin-bottom: 5em !important;
}

.winter-sale .u-mb-60 {
  margin-bottom: 6em !important;
}

.winter-sale .u-mb-70 {
  margin-bottom: 7em !important;
}

.winter-sale .u-mb-80 {
  margin-bottom: 8em !important;
}

.winter-sale .u-mb-90 {
  margin-bottom: 9em !important;
}

.winter-sale .u-mb-100 {
  margin-bottom: 10em !important;
}

.winter-sale .u-mb-110 {
  margin-bottom: 11em !important;
}

.winter-sale .u-mb-120 {
  margin-bottom: 12em !important;
}

.winter-sale .u-mb-130 {
  margin-bottom: 13em !important;
}

.winter-sale .u-mb-140 {
  margin-bottom: 14em !important;
}

.winter-sale .u-mb-150 {
  margin-bottom: 15em !important;
}

.winter-sale .u-mb-160 {
  margin-bottom: 16em !important;
}

.winter-sale .u-mb-170 {
  margin-bottom: 17em !important;
}

.winter-sale .u-mb-180 {
  margin-bottom: 18em !important;
}

.winter-sale .u-mb-190 {
  margin-bottom: 19em !important;
}

.winter-sale .u-mb-200 {
  margin-bottom: 20em !important;
}

.winter-sale .u-ml-0 {
  margin-left: 0em !important;
}

.winter-sale .u-ml-10 {
  margin-left: 1em !important;
}

.winter-sale .u-ml-20 {
  margin-left: 2em !important;
}

.winter-sale .u-ml-30 {
  margin-left: 3em !important;
}

.winter-sale .u-ml-40 {
  margin-left: 4em !important;
}

.winter-sale .u-ml-50 {
  margin-left: 5em !important;
}

.winter-sale .u-ml-60 {
  margin-left: 6em !important;
}

.winter-sale .u-ml-70 {
  margin-left: 7em !important;
}

.winter-sale .u-ml-80 {
  margin-left: 8em !important;
}

.winter-sale .u-ml-90 {
  margin-left: 9em !important;
}

.winter-sale .u-ml-100 {
  margin-left: 10em !important;
}

.winter-sale .u-ml-110 {
  margin-left: 11em !important;
}

.winter-sale .u-ml-120 {
  margin-left: 12em !important;
}

.winter-sale .u-ml-130 {
  margin-left: 13em !important;
}

.winter-sale .u-ml-140 {
  margin-left: 14em !important;
}

.winter-sale .u-ml-150 {
  margin-left: 15em !important;
}

.winter-sale .u-ml-160 {
  margin-left: 16em !important;
}

.winter-sale .u-ml-170 {
  margin-left: 17em !important;
}

.winter-sale .u-ml-180 {
  margin-left: 18em !important;
}

.winter-sale .u-ml-190 {
  margin-left: 19em !important;
}

.winter-sale .u-ml-200 {
  margin-left: 20em !important;
}

.winter-sale .u-mr-0 {
  margin-right: 0em !important;
}

.winter-sale .u-mr-10 {
  margin-right: 1em !important;
}

.winter-sale .u-mr-20 {
  margin-right: 2em !important;
}

.winter-sale .u-mr-30 {
  margin-right: 3em !important;
}

.winter-sale .u-mr-40 {
  margin-right: 4em !important;
}

.winter-sale .u-mr-50 {
  margin-right: 5em !important;
}

.winter-sale .u-mr-60 {
  margin-right: 6em !important;
}

.winter-sale .u-mr-70 {
  margin-right: 7em !important;
}

.winter-sale .u-mr-80 {
  margin-right: 8em !important;
}

.winter-sale .u-mr-90 {
  margin-right: 9em !important;
}

.winter-sale .u-mr-100 {
  margin-right: 10em !important;
}

.winter-sale .u-mr-110 {
  margin-right: 11em !important;
}

.winter-sale .u-mr-120 {
  margin-right: 12em !important;
}

.winter-sale .u-mr-130 {
  margin-right: 13em !important;
}

.winter-sale .u-mr-140 {
  margin-right: 14em !important;
}

.winter-sale .u-mr-150 {
  margin-right: 15em !important;
}

.winter-sale .u-mr-160 {
  margin-right: 16em !important;
}

.winter-sale .u-mr-170 {
  margin-right: 17em !important;
}

.winter-sale .u-mr-180 {
  margin-right: 18em !important;
}

.winter-sale .u-mr-190 {
  margin-right: 19em !important;
}

.winter-sale .u-mr-200 {
  margin-right: 20em !important;
}

.winter-sale .u-margin-center {
  margin: 0 auto;
}
.winter-sale .u-margin-right {
  margin: 0 0 0 auto;
}
.winter-sale .u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.winter-sale .u-text-center {
  text-align: center;
}
.winter-sale .u-position-relative {
  position: relative;
}
.winter-sale .u-position-absolute {
  position: absolute;
}
.winter-sale .u-position-absolute_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.winter-sale .text {
  --text-color: #000;
  --text-size: 3.5em;
  --text-letter-spacing: auto;
  --text-line-height: auto;
  --text-adjust-size: 0.9em;
  color: var(--text-color);
  text-align: center;
  font-size: var(--text-size);
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-line-height);
}
.winter-sale .text .adjust-size {
  font-size: var(--text-adjust-size);
}
.winter-sale .text .seasons {
  font-family: "the-seasons", sans-serif;
}
.winter-sale .text .marker {
  background-color: var(--marker-bg-color, #e3dfd1);
  padding: 0 0.8em;
  display: inline-flex;
  align-items: center;
  color: var(--marker-text-color, #543b3b);
}
.winter-sale .text.--gothic {
  font-family: YuGothic, Hiragino Sans;
}
.winter-sale .text.--mincho {
  font-family: YuMincho, serif;
}

.winter-sale .c-button {
  --btn-bg: #3f3f3f;
  --btn-bg-img: none;
  --btn-bg-size: cover;
  --btn-bg-pos: center;
  --btn-bg-repeat: no-repeat;
  --btn-color: #fff;
  --btn-radius: 0;
  --btn-padding-y: 1.4em;
  --btn-padding-x: 4em;
  --btn-padding-left: 1.8em;
  --btn-padding-right: 0.7em;
  --btn-font-size: 1.6em;
  --btn-gap: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--btn-gap);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-size: var(--btn-font-size);
  letter-spacing: 0;
  text-decoration: none;
  border-radius: var(--btn-radius);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  white-space: nowrap;

  background-image: var(--btn-bg-img);
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  background-repeat: var(--btn-bg-repeat);
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.winter-sale .c-button:hover {
  background-color: color-mix(in srgb, var(--btn-bg), white 20%);
}
.winter-sale .c-button__label {
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.winter-sale .c-button__icon {
  font-size: var(--btn-icon-size, 1.4em);
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--btn-icon-mb, 0);
}
.winter-sale .c-button__icon svg,
.winter-sale .c-button__icon i {
  font-size: 1em;
  display: inline-block;
}
.winter-sale .c-button__icon img {
  width: var(--btn-icon-size, 1.4em);
  height: var(--btn-icon-size, 1.4em);
  object-fit: contain;
  display: block;
  fill: #d86b4a;
}
.winter-sale .c-button__icon::before {
  content: "";
  display: var(--btn-icon-display, none);
  width: var(--btn-icon-size, 1.4em);
  height: var(--btn-icon-size, 1.4em);
  background-image: var(--btn-icon-img, none);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.winter-sale .c-button.--dark {
  --btn-bg: #3f3f3f;
  --btn-color: #fff;
}
.winter-sale .c-button.--light {
  --btn-bg: #f8f8f8;
  --btn-color: #333;
}
.winter-sale .c-button.--accent {
  --btn-bg: #d86b4a;
  --btn-color: #fff;
}
.winter-sale .c-button.--small {
  --btn-padding-y: 0.6em;
  --btn-padding-x: 2em;
  --btn-font-size: 1.4em;
}
.winter-sale .c-button.--large {
  --btn-padding-y: 0.7em;
  --btn-padding-x: 3.4em;
  --btn-font-size: 2.5em;
  --btn-gap: 0.5em;
  --btn-icon-size: 1.8em;
}
.winter-sale .c-button.--type1 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.6em;
  --btn-gap: 0.7em;
}
.winter-sale .c-button.--type2 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.6em;
  --btn-icon-size: 0.9em;
  padding-right: 0.7em;
  --btn-gap: 0.7em;
  padding-left: 1.8em;
}
.winter-sale .c-button.--type3 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.6em;
  --btn-icon-size: 0.9em;
  padding-right: 0.7em;
  --btn-gap: 3.5em;
  padding-left: var(--btn-padding-left, 1.8em);
  padding-left: 4.8em;
}
@media (hover: hover) {
  .winter-sale .u-hover-btn {
    transition: opacity 0.5s ease;
    cursor: pointer;
  }
  .winter-sale .u-hover-btn:hover {
    opacity: 0.7;
  }
}

.winter-sale {
  --menu-bgColor: #3a3937;
  --menu-lineColor: #dbd7ce;
  --menu-container: #1d1c1a;
}
.winter-sale .menu {
  background-color: var(--menu-bgColor);
}
.winter-sale .menu.--grid4 .menu_line__center::before {
  width: 0.6em;
  height: 70em;
  top: 4em;
}
.winter-sale .menu_container {
  background-color: var(--menu-container);
  max-width: 72em;
}
.winter-sale .menu_gridContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.winter-sale .menu_line__top,
.winter-sale .menu_line__center,
.winter-sale .menu_line__bottom {
  position: relative;
}
.winter-sale .menu_line__top::before,
.winter-sale .menu_line__center::before,
.winter-sale .menu_line__bottom::before {
  content: "";
  position: absolute;
  background-color: var(--menu-lineColor);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.winter-sale .menu_line__top::before {
  width: 28em;
  height: 0.6em;
  top: 0;
}
.winter-sale .menu_line__center::before {
  width: 0.6em;
  height: 70em;
  top: 26em;
}
.winter-sale .menu_line__bottom::before {
  width: 33em;
  height: 0.3em;
  bottom: -0.5em;
}

.winter-sale .ticket {
  --base-color: #87728f;
  --ticket-bgColor: #f8f5f9;
  --ticketTitle-bgColor: var(--base-color);
  --ticketBtn-bgColor: var(--base-color);
  --ticketBorder-textColor: var(--base-color);
  background-color: var(--ticket-bgColor);
  padding-bottom: 5em;
}
.winter-sale {

}
.winter-sale .ticket_titleContainer {
  background: var(--ticketTitle-bgColor);
  text-align: center;
  padding: 2em 0;
}
.winter-sale .ticket_title {
  font-family: "the-seasons", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 4em;
}
.winter-sale .ticket_borderText {
  font-family: YuGothic, Hiragino Sans;
  letter-spacing: 0.04em;
  color: var(--ticketBorder-textColor);
  background-color: #fff;
  font-size: 2.5em;
  display: inline-block;
  padding: 0em 1.5em;
  margin-top: 0.6em;
  line-height: 1.5;
}
.winter-sale .ticket_strongText {
  font-family: YuMincho, serif;
  line-height: 1;
  color: #fff;
  font-size: 4.8em;
  letter-spacing: 0.01em;
  margin-top: 0.4em;
}
.winter-sale .ticket_strongText span {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.winter-sale {

}
.winter-sale .ticket_bodyContainer {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  justify-content: center;
  column-gap: 4em;
  margin-top: 8em;
  padding-bottom: 2.5em;
}
.winter-sale .ticket_img {
  width: 32.5em;
  box-shadow: 0px 0.5em 2em 0 rgba(110, 80, 102, 0.32);
}
.winter-sale .ticket_textContainer {
  display: grid;
  align-items: center;
  justify-items: center;
}
.winter-sale .ticket_text__subTitle {
  font-family: YuGothic, Hiragino Sans;
  color: #333;
  font-size: 3.5em;
  line-height: 1.1;
  text-align: center;
  margin-top: 1em;
}
.winter-sale .ticket_text__subTitle span {
  font-size: 1.5em;
}
.winter-sale .ticket_text__price {
  font-family: YuMincho, serif;
  font-size: 3.5em;
  color: #9e6c6c;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-left: 0.2em;
  margin-top: 0.6em;
}
.winter-sale .ticket_text__price span {
  font-family: YuMincho, serif;
  font-size: 1.9em;
}
.winter-sale .ticket_text__btn {
  display: inline-block;
  font-family: YuGothic, Hiragino Sans;
  font-size: 3em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.2em 1.3em;
  border-radius: 50px;
  background-color: var(--ticketBtn-bgColor);
}
.winter-sale .ticket_text__btn a {
  color: #fff;
}
.winter-sale .ticket_text__annotation {
  font-family: YuGothic, Hiragino Sans;
  font-size: 1.8em;
  letter-spacing: 0.01em;
}

.winter-sale .productContainer.--type1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  margin: 0 auto;
  gap: 5em;
}
.winter-sale .productContainer.--type1 .productItem {
  width: 32.5em;
}
.winter-sale .productContainer.--type1 .productItem:nth-child(3) {
  margin-top: 3em;
}
.winter-sale .productContainer.--type1 .productItem_text {
  text-align: center;
  color: #000;
  font-size: 2em;
  letter-spacing: 0.8;
  line-height: 1.3;
  margin-top: 1em;
}
.winter-sale .productContainer.--type1 .productItem_priceContainer {
  margin-top: 2em;
}
.winter-sale .productContainer.--type1 .productItem_price {
  font-size: 5em;
  line-height: 1;
  text-align: center;
}
.winter-sale .productContainer.--type1 .productItem_price .yen,
.winter-sale .productContainer.--type1 .productItem_price .price {
  font-family: "the-seasons", sans-serif;
}
.winter-sale .productContainer.--type1 .productItem_price .yen {
  font-size: 0.7em;
}
.winter-sale .productContainer.--type1 .productItem_normalPrice {
  font-size: 0.4em;
  margin-right: 0.5em;
  line-height: 1.3;
}
.winter-sale .productContainer.--type1-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  margin: 0 auto;
  gap: 5em;
}
.winter-sale .productContainer.--type1-2 .productItem {
  width: 31em;
}
.winter-sale .productContainer.--type1-2 .productItem:nth-child(3) {
  margin-top: 3em;
}
.winter-sale .productContainer.--type1-2 .productItem_text {
  text-align: center;
  color: #000;
  font-size: 2em;
  letter-spacing: 0.8;
  line-height: 1.3;
  margin-top: 0.6em;
}
.winter-sale .productContainer.--type1-2 .productItem_priceContainer {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.winter-sale .productContainer.--type1-2 .productItem_price {
  font-size: 5em;
  line-height: 1;
  text-align: center;
}
.winter-sale .productContainer.--type1-2 .productItem_price .yen,
.winter-sale .productContainer.--type1-2 .productItem_price .price {
  font-family: "the-seasons", sans-serif;
}
.winter-sale .productContainer.--type1-2 .productItem_price .yen {
  font-size: 0.7em;
}
.winter-sale .productContainer.--type1-2 .productItem_normalPrice {
  font-size: 2em;
  margin-right: 0.5em;
  color: #7d7d7d;
  text-decoration: line-through;
}
.winter-sale .productContainer.--type1-2 .productItem_salePrice {
  font-size: 2.2em;
  color: #be392a;
}

.winter-sale .productContainer.--type2 {
  --product-type2-bg-color: #e7d4d3;
  --product-type2-border-color: #cfa2ad;
  --product-type2-badge-color: #933c47;
  --product-type2-sale-price-text-color: #933c47;
  display: grid;
  justify-content: center;
}
.winter-sale .productContainer.--type2 .productItem {
  background-color: var(--product-type2-bg-color);
  width: 70em;
  padding-bottom: 5em;
}
.winter-sale .productContainer.--type2 .productItem_img {
  margin: 0 auto;
}
.winter-sale .productContainer.--type2 .productItem_img.--border {
  border: var(--product-type2-border-color) 1.5em solid;
  width: 65em;
  margin-top: 3em;
}
.winter-sale .productContainer.--type2 .productItem_img {
  --rounded-percentage: 25%;
}
.winter-sale .productContainer.--type2 .productItem_img.--rounded-top-left {
  border-top-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2 .productItem_img.--rounded-top-right {
  border-top-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2 .productItem_img.--rounded-bottom-left {
  border-bottom-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2 .productItem_img.--rounded-bottom-right {
  border-bottom-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2 .productItem_text {
  text-align: center;
  color: #000;
  font-size: 2.4em;
  letter-spacing: 0.8;
  line-height: 1.7;
  margin-top: 1.5em;
}
.winter-sale .productContainer.--type2 .productItem_price {
  position: relative;
}
.winter-sale .productContainer.--type2 .productItem_priceContainer {
  margin-top: 3.5em;
  margin-left: 29em;
}
.winter-sale .productContainer.--type2 .productItem_normalPrice {
  font-size: 5em;
  line-height: 1;
}
.winter-sale .productContainer.--type2 .productItem_normalPrice .normalPriceText {
  font-size: 0.4em;
  margin-right: 0.5em;
  line-height: 1.3;
}
.winter-sale .productContainer.--type2 .productItem_normalPrice .yen,
.winter-sale .productContainer.--type2 .productItem_normalPrice .price {
  font-family: "the-seasons", sans-serif;
}
.winter-sale .productContainer.--type2 .productItem_normalPrice .yen {
  font-size: 0.6em;
}
.winter-sale .productContainer.--type2 .productItem_normalPrice .price {
  font-size: 0.7em;
}
.winter-sale .productContainer.--type2 .productItem_salePriceBadge {
  position: absolute;
  top: -0.1em;
  left: 2.2em;
  width: 2.5em;
  height: 2.5em;
  font-size: 5.6em;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: var(--product-type2-badge-color);
  color: #fff;
  border-radius: 50%;
  padding-left: 0.2em;
  padding-top: 0.1em;
}
.winter-sale .productContainer.--type2 .productItem_salePriceBadge span {
  font-size: 0.6em;
}
.winter-sale .productContainer.--type2 .productItem_salePriceBadge .percent {
  margin-left: 0.2em;
  margin-bottom: 0.3em;
}
.winter-sale .productContainer.--type2 .productItem_salePrice {
  font-size: 8em;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  color: var(--product-type2-sale-price-text-color);
  margin-top: 0.1em;
}
.winter-sale .productContainer.--type2 .productItem_salePrice .yen {
  font-size: 0.7em;
  margin-right: 0.1em;
}
.winter-sale .productContainer.--type2-2 {
  --product-type2-bg-color: #fff;
  --product-type2-border-color: #763132;
  --product-type2-badge-color: #763132;
  --product-type2-sale-price-text-color: #763132;
  display: grid;
  justify-content: center;
}
.winter-sale .productContainer.--type2-2 .productItem {
  background-color: var(--product-type2-bg-color);
  width: 75em;
  padding-bottom: 5em;
  border-radius: 50px;
  box-shadow: 2px 2px 3px 3px rgba(49, 49, 49, 0.2);
}
.winter-sale .productContainer.--type2-2 .productItem_subTitle {
  text-align: center;
  font-size: 2.5em;
  font-family: YuGothic, Hiragino Sans;
  margin-top: 2.5em;
  color: #282828;
  letter-spacing: 0.05em;
}
.winter-sale .productContainer.--type2-2 .productItem_title {
  text-align: center;
  font-size: 4.5em;
  font-family: YuMincho, serif;
  margin-top: 0.4em;
  letter-spacing: 0.05em;
}
.winter-sale .productContainer.--type2-2 .productItem_img {
  margin: 0 auto;
  margin-top: 3em;
  width: 68em;
}
.winter-sale .productContainer.--type2-2 .productItem_img.--border {
  border: var(--product-type2-border-color) 1em solid;
  width: 60em;
  margin-top: 3em;
}
.winter-sale .productContainer.--type2-2 .productItem_img {
  --rounded-percentage: 25%;
}
.winter-sale .productContainer.--type2-2 .productItem_img.--rounded-top-left {
  border-top-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2-2 .productItem_img.--rounded-top-right {
  border-top-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2-2 .productItem_img.--rounded-bottom-left {
  border-bottom-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2-2 .productItem_img.--rounded-bottom-right {
  border-bottom-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.winter-sale .productContainer.--type2-2 .productItem_text {
  text-align: center;
  color: #000;
  font-size: 2.4em;
  letter-spacing: 0.8;
  line-height: 1.3;
  margin-top: 1em;
}
.winter-sale .productContainer.--type2-2 .productItem_price {
  position: relative;
}
.winter-sale .productContainer.--type2-2 .productItem_priceContainer {
  margin-top: 2.5em;
  margin-left: 22em;
}
.winter-sale .productContainer.--type2-2 .productItem_normalPrice {
  font-size: 7em;
  line-height: 1;
  font-family: YuMincho, serif;
}
.winter-sale .productContainer.--type2-2 .productItem_normalPrice .normalPriceText {
  font-size: 0.4em;
  line-height: 1.3;
}
.winter-sale .productContainer.--type2-2 .productItem_normalPrice .yen,
.winter-sale .productContainer.--type2-2 .productItem_normalPrice .price {
  font-family: "the-seasons", sans-serif;
}
.winter-sale .productContainer.--type2-2 .productItem_normalPrice .yen {
  font-size: 0.45em;
  margin-right: 0.1em;
}
.winter-sale .productContainer.--type2-2 .productItem_normalPrice .price {
  font-size: 0.65em;
  margin-right: 0.1em;
}
.winter-sale .productContainer.--type2-2 .productItem_salePriceBadge {
  position: absolute;
  width: 14em;
  top: 1.1em;
  left: 1.3em;
  width: 2.4em;
  height: 2.4em;
  font-size: 5.5em;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: var(--product-type2-badge-color);
  color: #fff;
  border-radius: 50%;
}
.winter-sale .productContainer.--type2-2 .productItem_salePriceBadge span {
  font-size: 0.7em;
}
.winter-sale .productContainer.--type2-2 .productItem_salePriceBadge.--line-3 {
  width: 2.5em;
  height: 2.5em;
}
.winter-sale .productContainer.--type2-2 .productItem_salePriceBadge.--line-3 span {
  font-size: 0.5em;
}
.winter-sale .productContainer.--type2-2 .productItem_salePrice {
  font-size: 16em;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  color: var(--product-type2-sale-price-text-color);
}
.winter-sale .productContainer.--type2-2 .productItem_salePrice .yen {
  font-size: 0.65em;
  margin-right: 0.1em;
}

.winter-sale .mv {
  background-color: #7d8394;
}

.winter-sale .countdown_area {
  --countdown-bgColor: #7d8394;
  --countdown-textColor: #fff;
}

.winter-sale .menu {
  --menu-bgColor: #7d8394;
}
.winter-sale .menu_container {
  --menu-container: #fff;
}

.winter-sale .section1.--bg-img {
  --bg-color: #872840;
  --bg-img-path: url("/img/salepage/251205_winter-sale/bg_section1.jpg");
  --bg-img-width: 80em;
  --bg-img-height: 545.2em;
}
.winter-sale .section1 .text {
  --text-color: #fff;
  --text-size: 2.7em;
  --text-line-height: 1.8;
}
.winter-sale .section1 .productContainer.--type2 .productItem {
  --product-type2-bg-color: #e7d4d3;
  padding-bottom: 7em;
}
.winter-sale .section1 .productContainer.--type2 .productItem .--pseudo-before {
  --pseudo-width: 20.9em;
  --pseudo-height: 25.2em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -5.1em;
}
.winter-sale .section1 .productContainer.--type2 .productItem.--01 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/img_pseudo_section1_product-item01.png");
}
.winter-sale .section1 .productContainer.--type2 .productItem.--01 .productItem_price .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/badge-off-25.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -13em;
  --pseudo-pos-left: 12em;
}
.winter-sale .section1 .productContainer.--type2 .productItem.--02 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/img_pseudo_section1_product-item02.png");
}
.winter-sale .section1 .productContainer.--type2 .productItem.--02 .productItem_price .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/badge-off-25.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -13em;
  --pseudo-pos-left: 12em;
}
.winter-sale .section1 .productContainer.--type2 .productItem.--03 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/img_pseudo_section1_product-item03.png");
}
.winter-sale .section1 .productContainer.--type2 .productItem.--03 .productItem_price .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/badge-off-20.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -13em;
  --pseudo-pos-left: 12em;
}
.winter-sale .section1 .productContainer.--type2 .productItem_img.--border {
  --product-type2-border-color: #cfa2ad;
}
.winter-sale .section1 .productItem_salePriceBadge {
  line-height: 0.6 !important;
}

.winter-sale .ticket {
  --base-color: #9f727e;
  --ticket-bgColor: #efe5e7;
}

.winter-sale .section3.--bg-img {
  --bg-color: #fefdfc;
  --bg-img-path: url("/img/salepage/251205_winter-sale/bg_section3.jpg");
  --bg-img-width: 80em;
  --bg-img-height: 545.2em;
  --bg-img--pos-top: 7em;
}
.winter-sale .section3 .section3_text {
  margin-top: 9.5em;
}
.winter-sale .section3 .text {
  --text-color: #543b3b;
  --text-size: 2.4em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.winter-sale .section3 .text .marker {
  --marker-bg-color: #e3dfd1;
  --marker-text-color: #543b3b;
}
.winter-sale .section3 .productContainer.--type2 .productItem_priceContainer {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.2em;
}
.winter-sale .section3 .productContainer.--type2 .productItem {
  width: 62em;
  --product-type2-bg-color: transparent;
}
.winter-sale .section3 .productContainer.--type2 .productItem_salePrice {
  --product-type2-sale-price-text-color: #a64754;
}
.winter-sale .section3 .productContainer.--type2 .productItem_salePriceBadge {
  left: 0.4em;
  --product-type2-badge-color: #a74753;
}
.winter-sale .section3 .productItem_salePriceBadge {
  line-height: 0.6 !important;
}
.winter-sale .section3 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/badge-off-15.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -13em;
  --pseudo-pos-left: 2.5em;
}

.winter-sale .section4 {
  background-color: #f5f2f1;
}
.winter-sale .section4 .text {
  --text-size: 3em;
}
.winter-sale .section4 .--type2-2 .c-button.--type2 {
  --btn-font-size: 2.6em;
  --btn-padding-y: 0.4em;
  --btn-gap: 1em;
  padding-left: 1.9em;
}
.winter-sale .section4 .--type1-2 .c-button.--type2 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.4em;
  --btn-gap: 0.5em;
  padding-left: 1.2em;
}
.winter-sale .section4 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/251205_winter-sale/badge-off-33.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -15em;
  --pseudo-pos-left: 6em;
}