@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;
}

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

.--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;
  --pseudo-pos-z-index: 0;
  position: relative;
  z-index: 0;
}
.--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;
  z-index: var(--pseudo-pos-z-index);
}

.--pseudo-after {
  --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;
  --pseudo-pos-z-index: 0;
  position: relative;
  z-index: 0;
}
.--pseudo-after::after {
  content: "";
  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;
  z-index: var(--pseudo-pos-z-index);
}

.spring_sale .countdown_area {
  --countdown-bgColor: #7d8394;
  --countdown-textColor: #fff;
  background-color: var(--countdown-bgColor);
  padding: 0;
}
.spring_sale .cdt {
  font-family: YuMincho, serif;
  color: var(--countdown-textColor);
  line-height: 1.2;
}
.spring_sale .cdt p {
  font-size: 3.6em !important;
  margin-bottom: 0.3em;
}
.spring_sale .cdt .kazu, .spring_sale .cdt .text {
  font-size: 5em !important;
  color: var(--countdown-textColor);
}
.spring_sale .cdt .kazu + .text {
  margin-left: 0.1em;
}
.spring_sale .cdt .text + .kazu {
  margin-left: 0.2em;
}

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

html:not(.js-enabled) .js-timed-content {
  display: none;
}

.js-enabled .js-timed-content {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spring_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);
  white-space: nowrap;
}
.spring_sale .text .adjust-size {
  font-size: var(--text-adjust-size);
}
.spring_sale .text .seasons {
  font-family: "the-seasons", sans-serif;
}
.spring_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);
}
.spring_sale .text.--gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.spring_sale .text.--mincho {
  font-family: YuMincho, serif;
}

.spring_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;
}
.spring_sale .c-button:hover {
  background-color: color-mix(in srgb, var(--btn-bg), white 20%);
}
.spring_sale .c-button__label {
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.spring_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);
}
.spring_sale .c-button__icon svg,
.spring_sale .c-button__icon i {
  font-size: 1em;
  display: inline-block;
}
.spring_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;
}
.spring_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;
}
.spring_sale .c-button.--dark {
  --btn-bg: #3f3f3f;
  --btn-color: #fff;
}
.spring_sale .c-button.--light {
  --btn-bg: #f8f8f8;
  --btn-color: #333;
}
.spring_sale .c-button.--accent {
  --btn-bg: #d86b4a;
  --btn-color: #fff;
}
.spring_sale .c-button.--small {
  --btn-padding-y: 0.6em;
  --btn-padding-x: 2em;
  --btn-font-size: 1.4em;
}
.spring_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;
}
.spring_sale .c-button.--type1 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.6em;
  --btn-gap: 0.7em;
}
.spring_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;
}
.spring_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;
}
.spring_sale .c-button.--type3-1 {
  --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;
}
.spring_sale .c-button.--type3-1.--size_ad {
  padding-left: 1.8em;
  padding-right: 1.9em;
}
.spring_sale .c-button.--type3-1.--size_bd, .spring_sale .c-button.--type3-1.--size_ef, .spring_sale .c-button.--type3-1.--size_eh {
  padding-right: 1.9em;
  --btn-gap: 0.9em;
  padding-left: 1.8em;
  margin-top: 0.5em;
}
.spring_sale .c-button.--type3-1.--check {
  padding-left: 1.4em;
  padding-right: 1.2em;
}
.spring_sale .c-button.--type5 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.4em;
  --btn-icon-size: 0.9em;
  padding-right: 1.7em;
  --btn-gap: 0.6em;
  padding-left: var(--btn-padding-left, 1.8em);
  padding-left: 1.8em;
}
.spring_sale .c-button.--type6 {
  --btn-font-size: 2.2em;
  --btn-padding-y: 0.4em;
  --btn-icon-size: 0.9em;
  padding-right: 1.7em;
  --btn-gap: 0.6em;
  padding-left: var(--btn-padding-left, 1.8em);
  padding-left: 1.6em;
}
@media (hover: hover) {
  .spring_sale .u-hover-btn {
    transition: opacity 0.5s ease;
    cursor: pointer;
  }
  .spring_sale .u-hover-btn:hover {
    opacity: 0.7 !important;
  }
}

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

.spring_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;
}
.spring_sale {

}
.spring_sale .ticket_titleContainer {
  background: var(--ticketTitle-bgColor);
  text-align: center;
  padding: 2em 0;
}
.spring_sale .ticket_title {
  font-family: "the-seasons", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 4em;
}
.spring_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;
}
.spring_sale .ticket_strongText {
  font-family: YuMincho, serif;
  line-height: 1;
  color: #fff;
  font-size: 4.8em;
  letter-spacing: 0.01em;
  margin-top: 0.4em;
}
.spring_sale .ticket_strongText span {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.spring_sale {

}
.spring_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;
}
.spring_sale .ticket_img {
  width: 32.5em;
  box-shadow: 0px 0.5em 2em 0 rgba(110, 80, 102, 0.32);
}
.spring_sale .ticket_textContainer {
  display: grid;
  align-items: center;
  justify-items: center;
}
.spring_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;
}
.spring_sale .ticket_text__subTitle span {
  font-size: 1.5em;
}
.spring_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;
}
.spring_sale .ticket_text__price span {
  font-family: YuMincho, serif;
  font-size: 1.9em;
}
.spring_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);
}
.spring_sale .ticket_text__btn a {
  color: #fff;
}
.spring_sale .ticket_text__annotation {
  font-family: YuGothic, Hiragino Sans;
  font-size: 1.8em;
  letter-spacing: 0.01em;
}
.spring_sale .ticket_annotation {
  font-family: YuGothic, Hiragino Sans;
  font-size: 1.6em;
  letter-spacing: 0.01em;
}

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

.spring_sale .productContainer.--type2-1 {
  --product-type2-bg-color: #e7d4d3;
  --product-type2-border-color: #cfa2ad;
  --product-type2-main-color: #933c47;
  --product-type2-badge-color: --product-type2-main-color;
  --product-type2-sale-price-text-color: --product-type2-main-color;
  display: grid;
  justify-content: center;
}
.spring_sale .productContainer.--type2-1 .productItem {
  background-color: var(--product-type2-bg-color);
  width: 70em;
  padding-bottom: 5em;
}
.spring_sale .productContainer.--type2-1 .productLeadText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, serif;
  color: var(--product-type2-main-color);
  margin-top: 6em;
}
.spring_sale .productContainer.--type2-1 .productLeadText_sub {
  width: fit-content;
  font-size: 2.5em;
  border-bottom: 1px dotted var(--product-type2-main-color);
}
.spring_sale .productContainer.--type2-1 .productLeadText_main {
  font-size: 3em;
}
.spring_sale .productContainer.--type2-1 .productItem_img {
  margin: 0 auto;
}
.spring_sale .productContainer.--type2-1 .productItem_img.--padding {
  width: 60em;
  margin-top: 3em;
}
.spring_sale .productContainer.--type2-1 .productItem_img.--border {
  border: var(--product-type2-border-color) 1.5em solid;
  width: 65em;
  margin-top: 3em;
}
.spring_sale .productContainer.--type2-1 .productItem_img {
  --rounded-percentage: 25%;
}
.spring_sale .productContainer.--type2-1 .productItem_img.--rounded-top-left {
  border-top-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-1 .productItem_img.--rounded-top-right {
  border-top-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-1 .productItem_img.--rounded-bottom-left {
  border-bottom-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-1 .productItem_img.--rounded-bottom-right {
  border-bottom-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-1 .productItem_text {
  text-align: center;
  color: #000;
  font-size: 2.4em;
  letter-spacing: 0.8;
  line-height: 1.7;
  margin-top: 1.5em;
}
.spring_sale .productContainer.--type2-1 .productItem_price {
  position: relative;
}
.spring_sale .productContainer.--type2-1 .productItem_priceContainer {
  margin-top: 3.5em;
  margin-left: 29em;
}
.spring_sale .productContainer.--type2-1 .productItem_normalPrice {
  font-size: 5em;
  line-height: 1px;
}
.spring_sale .productContainer.--type2-1 .productItem_normalPrice .normalPriceText {
  font-size: 0.4em;
  margin-right: 0.5em;
  line-height: 1.3;
}
.spring_sale .productContainer.--type2-1 .productItem_normalPrice .yen,
.spring_sale .productContainer.--type2-1 .productItem_normalPrice .price {
  font-family: "the-seasons", sans-serif;
}
.spring_sale .productContainer.--type2-1 .productItem_normalPrice .yen {
  font-size: 0.6em;
}
.spring_sale .productContainer.--type2-1 .productItem_normalPrice .price {
  font-size: 0.7em;
}
.spring_sale .productContainer.--type2-1 .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;
}
.spring_sale .productContainer.--type2-1 .productItem_salePriceBadge span {
  font-size: 0.6em;
}
.spring_sale .productContainer.--type2-1 .productItem_salePriceBadge .percent {
  margin-left: 0.2em;
  margin-bottom: 0.3em;
}
.spring_sale .productContainer.--type2-1 .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;
}
.spring_sale .productContainer.--type2-1 .productItem_salePrice .yen {
  font-size: 0.7em;
  margin-right: 0.1em;
}
.spring_sale .productContainer.--type2-1 .--pseudo-before {
  --pseudo-width: 20.9em;
  --pseudo-height: 25.2em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -5.1em;
}
.spring_sale .productContainer.--type2-1 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/img_pseudo_product-item01.png");
}
.spring_sale .productContainer.--type2-1 .productItem_price .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-25.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -13em;
  --pseudo-pos-left: 12em;
}
.spring_sale .productContainer.--type2-1.--p1 {
  --product-type2-bg-color: transparent;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: start;
  gap: 1.7em;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem {
  width: 33em;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem.--01 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-20.png");
}
.spring_sale .productContainer.--type2-1.--p1 .productItem.--02 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.spring_sale .productContainer.--type2-1.--p1 .productItem.--03 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.spring_sale .productContainer.--type2-1.--p1 .productItem.--04 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.spring_sale .productContainer.--type2-1.--p1 .productItem_priceContainer {
  margin-top: 0em;
  margin-left: 9em;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem_normalPrice {
  font-family: YuGothic, Hiragino Sans;
  font-size: 6em;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem_normalPrice.--adjust-space {
  margin-top: 0.5em;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem_text {
  margin-top: 1.1em;
  font-size: 2.2em;
  line-height: 1.4;
  font-family: YuGothic, Hiragino Sans;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem_price .--pseudo-before::before {
  --pseudo-width: 9em;
  --pseudo-height: 9em;
  --pseudo-pos-left: 1.6em;
  --pseudo-pos-top: -8em;
}
.spring_sale .productContainer.--type2-1.--p1 .productItem_salePrice {
  margin-left: 0.4em;
  font-size: 7em;
  color: #872840;
  white-space: nowrap;
}
.spring_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;
}
.spring_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);
}
.spring_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;
}
.spring_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;
}
.spring_sale .productContainer.--type2-2 .productItem_img {
  margin: 0 auto;
  margin-top: 3em;
  width: 68em;
}
.spring_sale .productContainer.--type2-2 .productItem_img.--border {
  border: var(--product-type2-border-color) 1em solid;
  width: 60em;
  margin-top: 3em;
}
.spring_sale .productContainer.--type2-2 .productItem_img {
  --rounded-percentage: 25%;
}
.spring_sale .productContainer.--type2-2 .productItem_img.--rounded-top-left {
  border-top-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-2 .productItem_img.--rounded-top-right {
  border-top-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-2 .productItem_img.--rounded-bottom-left {
  border-bottom-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_sale .productContainer.--type2-2 .productItem_img.--rounded-bottom-right {
  border-bottom-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.spring_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;
}
.spring_sale .productContainer.--type2-2 .productItem_price {
  position: relative;
}
.spring_sale .productContainer.--type2-2 .productItem_priceContainer {
  margin-top: 2.5em;
  margin-left: 22em;
}
.spring_sale .productContainer.--type2-2 .productItem_normalPrice {
  font-size: 7em;
  line-height: 1;
  font-family: YuMincho, serif;
}
.spring_sale .productContainer.--type2-2 .productItem_normalPrice .normalPriceText {
  font-size: 0.4em;
  line-height: 1.3;
}
.spring_sale .productContainer.--type2-2 .productItem_normalPrice .yen,
.spring_sale .productContainer.--type2-2 .productItem_normalPrice .price {
  font-family: "the-seasons", sans-serif;
}
.spring_sale .productContainer.--type2-2 .productItem_normalPrice .yen {
  font-size: 0.45em;
  margin-right: 0.1em;
}
.spring_sale .productContainer.--type2-2 .productItem_normalPrice .price {
  font-size: 0.65em;
  margin-right: 0.1em;
}
.spring_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%;
}
.spring_sale .productContainer.--type2-2 .productItem_salePriceBadge span {
  font-size: 0.7em;
}
.spring_sale .productContainer.--type2-2 .productItem_salePriceBadge.--line-3 {
  width: 2.5em;
  height: 2.5em;
}
.spring_sale .productContainer.--type2-2 .productItem_salePriceBadge.--line-3 span {
  font-size: 0.5em;
}
.spring_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);
}
.spring_sale .productContainer.--type2-2 .productItem_salePrice .yen {
  font-size: 0.65em;
  margin-right: 0.1em;
}
.spring_sale .productContainer.--type2-3 {
  --base-color: #993443;
  --text-color: #5e5252;
  --salePrice-text-color: var(--base-color);
  --btn-bgColor: var(--base-color);
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-around;
}
.spring_sale .productContainer.--type2-3 .productItem_body {
  text-align: center;
}
.spring_sale .productContainer.--type2-3 .productItem_title {
  font-family: YuGothic, Hiragino Sans;
  font-size: 2.5em;
  margin-top: 0.8em;
  color: var(--text-color);
}
.spring_sale .productContainer.--type2-3 .productItem_normalPrice {
  font-family: YuGothic, Hiragino Sans;
  font-size: 2.5em;
  margin-top: 0.8em;
  color: var(--text-color);
}
.spring_sale .productContainer.--type2-3 .productItem_salePrice {
  font-family: "the-seasons", sans-serif;
  font-size: 8em;
  color: var(--salePrice-text-color);
  margin-left: 0.8em;
}
.spring_sale .productContainer.--type2-3 .productItem_salePrice span {
  font-size: 0.6em;
  margin-right: 0.1em;
}
.spring_sale .productContainer.--type2-3 .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-25.png");
  --pseudo-width: 1.2em;
  --pseudo-height: 1.2em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: 0.2em;
  --pseudo-pos-left: -1.4em;
}
.spring_sale .productContainer.--type2-3 .productItem_btn {
  display: inline-block;
  font-family: YuGothic, Hiragino Sans;
  font-size: 3em;
  text-align: center;
  padding: 0.2em 1.3em;
  border-radius: 50px;
  background-color: var(--btn-bgColor);
}
.spring_sale .productContainer.--type2-3 .productItem_btn a {
  color: #fff;
}
.spring_sale .productContainer.--type2-4 {
  --base-color: #a04144;
  --text-color: #424242;
  --salePrice-text-color: var(--base-color);
  --btn-bgColor: var(--base-color);
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: end;
  padding-left: 2em;
  padding-right: 2em;
}
.spring_sale .productContainer.--type2-4.--reverse .productItem_img {
  order: 2;
}
.spring_sale .productContainer.--type2-4.--bg-img {
  --bg-color: transparent;
  --bg-img-path: url("/img/salepage/structure/product/bg_product_t2-4_01.png");
  --bg-img-width: 80em;
  --bg-img-height: 66em;
  --bg-img--pos-top: 0em;
}
.spring_sale .productContainer.--type2-4 .productItem_img {
  width: 37.9em;
}
.spring_sale .productContainer.--type2-4 .productItem_body {
  text-align: center;
}
.spring_sale .productContainer.--type2-4 .productItem_title {
  font-family: YuGothic, Hiragino Sans;
  font-size: 2.3em;
  margin-top: 0.4em;
  color: var(--text-color);
}
.spring_sale .productContainer.--type2-4 .productItem_normalPrice {
  font-family: YuGothic, Hiragino Sans;
  font-size: 2.1em;
  margin-top: 0.6em;
  margin-left: 5.2em;
  color: var(--text-color);
}
.spring_sale .productContainer.--type2-4 .productItem_normalPrice .yen,
.spring_sale .productContainer.--type2-4 .productItem_normalPrice .price {
  font-family: "the-seasons", sans-serif;
}
.spring_sale .productContainer.--type2-4 .productItem_normalPrice .yen {
  font-size: 1.3em;
}
.spring_sale .productContainer.--type2-4 .productItem_normalPrice .price {
  font-size: 1.6em;
}
.spring_sale .productContainer.--type2-4 .productItem_salePrice {
  font-family: "the-seasons", sans-serif;
  font-size: 8em;
  color: var(--salePrice-text-color);
  margin-top: -0.35em;
  margin-left: 1.5em;
}
.spring_sale .productContainer.--type2-4 .productItem_salePrice span {
  font-size: 0.7em;
  margin-right: 0.1em;
}
.spring_sale .productContainer.--type2-4 .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-25.png");
  --pseudo-width: 1.35em;
  --pseudo-height: 1.35em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -0.1em;
  --pseudo-pos-left: -1.4em;
}
.spring_sale .productContainer.--type2-4 .productItem_btnContainer {
  display: grid;
  grid-template-columns: auto;
  gap: 1.5em;
}
.spring_sale .productContainer.--type2-4 .productItem_btnContainer .c-button.--type2, .spring_sale .productContainer.--type2-4 .productItem_btnContainer .c-button.--type3 {
  border-radius: 50px;
  font-family: YuGothic, Hiragino Sans;
}
.spring_sale .productContainer.--type2-4.--p2 {
  background-color: #f9f4f0;
  width: fit-content;
  align-items: start;
  margin: 0 auto;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  padding-left: 3em;
  padding-right: 2.7em;
  gap: 7em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_img {
  width: 30em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_title {
  margin-top: 0;
  font-size: 2.6em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_normalPrice {
  margin-left: 3em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_normalPrice .yen {
  margin-left: 0.3em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_salePrice {
  margin-left: 0.8em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_salePrice.--pseudo-before {
  --pseudo-width: 1.5em;
  --pseudo-height: 1.5em;
  --pseudo-pos-top: -0.2em;
  --pseudo-pos-left: -1.6em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_salePrice.--pseudo-before.--off_par_10 {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_salePrice.--pseudo-before.--off_par_20 {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-20.png");
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_salePrice.--pseudo-before.--off_par_30 {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-30.png");
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_btnContainer {
  margin-top: 3em;
  gap: 1.3em;
}
.spring_sale .productContainer.--type2-4.--p2 .productItem_btnContainer .c-button {
  border-radius: 0;
  --btn-bg: #424242;
}
.spring_sale .productContainer .productItem_price .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-25.png");
  --pseudo-width: 14em;
  --pseudo-height: 14em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -15em;
  --pseudo-pos-left: 6em;
}

.spring_sale .btn_blossom.--1 {
  position: absolute;
  width: 9.4em;
  height: 9.1em;
  top: 27.9em;
  left: 66em;
}
.spring_sale .btn_blossom.--2 {
  position: absolute;
  width: 9.4em;
  height: 9.1em;
  top: -16em;
  left: 3em;
}
.spring_sale .btn_blossom.--3 {
  position: absolute;
  width: 9.4em;
  height: 9.1em;
  top: 0em;
  left: 67.5em;
}
.spring_sale .btn_blossom {
  animation: blossom-petal-sway 12s ease-in-out infinite, blossom-gentle-glow 4s ease-in-out infinite;
}
@keyframes blossom-petal-sway {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(1px, -3px) rotate(0.5deg);
  }
  66% {
    transform: translate(-1px, 2px) rotate(-0.5deg);
  }
}
@keyframes blossom-gentle-glow {
  0%, 100% {
    filter: drop-shadow(0 0 3px rgba(255, 245, 250, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(255, 250, 255, 0.7));
  }
}
.spring_sale {

}
.spring_sale .is-sakuraHunt {
  display: none;
}
.spring_sale {

}
.spring_sale .is-sakuraHunt.is-visible {
  display: block;
}
.spring_sale #sakuraHuntCoupon {
  display: none;
}
.spring_sale .sakuraHuntCoupon {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 80em;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
}
.spring_sale .sakuraHuntCoupon .text {
  position: absolute;
  top: 2.05em;
  left: 15.6em;
  color: #2c5551;
}
.spring_sale .sakuraHuntCoupon {
  filter: blur(4px);
  animation: coupon-elegant-appear 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes coupon-elegant-appear {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    filter: blur(0);
    pointer-events: auto;
  }
}

.spring_sale .mv {
  background-color: #e0ddce;
}
.spring_sale .mv .mv_img {
  position: relative;
}

.spring_sale .countdown_area {
  --countdown-bgColor: transparent;
  --countdown-textColor: #fff;
}

.spring_sale .menu {
  background-color: #f1eedd;
  --menu-bgColor: #e0ddce;
  --menu-lineColor: #f1eae2;
  margin-top: -0.1em;
}
.spring_sale .menu .menu_container {
  --menu-container: #fff;
  padding-top: 2.2em !important;
}
.spring_sale .menu .menu_container.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/deco-menu_01.png");
  --pseudo-pos-z-index: -1;
  --pseudo-width: 72.4em;
  --pseudo-height: 92em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: 0em;
  --pseudo-pos-left: 0em;
}
.spring_sale .menu .menu_line__center::before {
  --pseudo-height: 112.4em;
  height: 63em !important;
}

.spring_sale .section1 {
  background-color: #839895;
  padding: 9.5em 0 13em;
}
.spring_sale .section1.--bg-img {
  --bg-color: #839895;
  --bg-img-path: url("/img/salepage/260410_spring_sale/bg_section1_01.png");
  --bg-img-width: 80em;
  --bg-img-height: 190.2em;
}
.spring_sale .section1.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/bg_section1_02.png");
  --pseudo-pos-z-index: 1;
  --pseudo-width: 80em;
  --pseudo-height: 100.3em;
  --pseudo-bg-color: transparent;
}
.spring_sale .section1.--pseudo-before::before {
  top: 20em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.spring_sale .section1 .text.--1 {
  font-family: "the-seasons", sans-serif;
  --text-color: #fff;
  --text-size: 10em;
  --text-line-height: 1.4em;
}
.spring_sale .section1 .text.--2 {
  background-color: #60807f;
  --text-color: #fff;
  --text-size: 3.3em;
  --text-line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0;
  margin-top: -0.1em;
}
.spring_sale .section1 .text.--2 > span:nth-child(1) {
  font-size: 1.1em;
  margin-left: -0.5em;
}
.spring_sale .section1 .text.--2 > span:nth-child(2) {
  margin-left: -0.5em;
}
.spring_sale .section1 .text.--2 > span:nth-child(3) {
  font-size: 1.4em;
}
.spring_sale .section1 .text.--3 {
  --text-color: #fff;
  --text-size: 3.9em;
  --text-line-height: 1.4em;
  margin-top: 3.2em;
  margin-left: -6em;
}
.spring_sale .section1 .text.--3 > span:nth-child(2) {
  position: relative;
  top: -0.3em;
  right: 0.1em;
  margin-right: 0.2em;
}
.spring_sale .section1 .text.--3 > span:nth-child(3) {
  font-size: 1.4em;
}
.spring_sale .section1 .text.--3 > span:nth-child(4) {
  position: relative;
  top: -0.3em;
  left: 0.1em;
  margin-right: 0.2em;
}
.spring_sale .section1 .text.--4 {
  --text-size: 1.6em;
}
.spring_sale .section1 .section1_huntDesc {
  position: relative;
}
.spring_sale .section1 .section1_deco {
  position: absolute;
}
.spring_sale .section1 .section1_deco.--1 {
  width: 9.4em;
  top: 2.7em;
  right: 12.8em;
  animation: blossom-petal-sway 12s ease-in-out infinite, blossom-gentle-glow 4s ease-in-out infinite;
  z-index: 10;
}
@keyframes blossom-petal-sway {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(1px, -3px) rotate(0.5deg);
  }
  66% {
    transform: translate(-1px, 2px) rotate(-0.5deg);
  }
}
@keyframes blossom-gentle-glow {
  0%, 100% {
    filter: drop-shadow(0 0 3px rgba(255, 245, 250, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(255, 250, 255, 0.7));
  }
}
.spring_sale .section1 .section1_deco.--2 {
  width: 7.6em;
  top: 17.6em;
  right: 27.4em;
}
.spring_sale .section1 .section1_deco.--3 {
  width: 35.1em;
  top: -6.6em;
  right: -5.9em;
}
.spring_sale .section1 .section1_deco.--4 {
  width: 7.8em;
  top: -6.4em;
  right: 5.4em;
}
.spring_sale .section1 .section1_speechBubble {
  margin-top: 15.5em;
}
.spring_sale .section1 .productContainer.--type2-4 {
  align-items: center;
  gap: 1em;
}
.spring_sale .section1 .section1_product {
  margin-top: 7em;
}
.spring_sale .section1 .section1_product .productItem_img {
  width: 32.4em;
}
.spring_sale .section1 .section1_product .productItem_img.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/deco_section1_blossom_01.png");
  --pseudo-pos-z-index: 1;
  --pseudo-width: 14.7em;
  --pseudo-height: 7.6em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: 45.3em;
  --pseudo-pos-left: -1.5em;
}
.spring_sale .section1 .section1_product .productItem_title {
  font-size: 2.5em;
}
.spring_sale .section1 .section1_product .productItem_btnContainer {
  margin-left: 5em;
  margin-top: 1em;
}
.spring_sale .section1 .section1_product .c-button.--type3 {
  border-radius: 0 !important;
}
.spring_sale .section1 .section1_product .c-button.--type3.--ef-size {
  padding-right: 0.8em;
  padding-left: 4.9em;
}
.spring_sale .section1 .section1_product .productItem_normalPrice .yen {
  margin-left: 0.5em;
}
.spring_sale .section1 .section1_product .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-28.png");
  --pseudo-width: 1.55em;
  --pseudo-height: 1.55em;
  --pseudo-pos-top: -0.2em;
  --pseudo-pos-left: -1.35em;
}

.spring_sale .section2 {
  padding-bottom: 19em;
}
.spring_sale .section2.--bg-img {
  --bg-color: #839895;
  --bg-img-path: url("/img/salepage/260410_spring_sale/bg_section2_01.png");
  --bg-img-width: 80em;
  --bg-img-height: 392em;
}
.spring_sale .section2.--bg-img::after {
  background-size: cover;
}
.spring_sale .section2 .text.--1 {
  font-family: "cofo-raffine", sans-serif;
  --text-color: #fff;
  --text-size: 13em;
  --text-line-height: 0.78em;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 2.1em;
}
.spring_sale .section2 .text.--1 span {
  font-size: 0.9em;
}
.spring_sale .section2 .text.--2 {
  --text-color: #ad5855;
  --text-size: 3.6em;
  margin-top: 6.9em;
}
.spring_sale .section2 .text.--2 span {
  font-size: 1.1em;
}
.spring_sale .section2 .text.--3 {
  --text-color: #fff;
  background-color: #c28480;
  width: fit-content;
  --text-size: 5em;
  margin: 0 auto;
  margin-top: 0.4em;
  padding: 0.1em 1.4em;
  border-radius: 0 20px 0 20px;
}
.spring_sale .section2 .text.--3 span {
  font-size: 1.1em;
}
.spring_sale .section2 .text.--4 {
  font-family: "cofo-raffine", sans-serif;
  --text-size: 10em;
  --text-line-height: 0.78em;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.spring_sale .section2 .text.--5 {
  --text-size: 2.5em;
}
.spring_sale .section2 .section2_subtitle {
  margin-top: 5.5em;
}
.spring_sale .section2 .section2_products {
  margin-top: 30em;
}
.spring_sale .section2 .productContainer.--type2-4 {
  align-items: center;
  gap: 1em;
}
.spring_sale .section2 .productContainer.--type2-4.--01 {
  margin-top: 3em;
}
.spring_sale .section2 .section2_product {
  margin-top: 7em;
}
.spring_sale .section2 .section2_product .productItem_img {
  width: 29.8em;
}
.spring_sale .section2 .section2_product .productItem_img.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/deco_section1_blossom_01.png");
  --pseudo-pos-z-index: 1;
  --pseudo-width: 14.7em;
  --pseudo-height: 7.6em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: 45.3em;
  --pseudo-pos-left: -1.5em;
}
.spring_sale .section2 .section2_product .productItem_title {
  font-size: 2.5em;
}
.spring_sale .section2 .section2_product .productItem_btnContainer {
  margin-left: 5em;
  margin-top: 3em;
}
.spring_sale .section2 .section2_product .c-button.--type3 {
  border-radius: 0 !important;
  --btn-font-size: 2.4em;
  --btn-icon-size: 0.8em;
  --btn-padding-y: 0.5em;
  --btn-bg: #707070;
}
.spring_sale .section2 .section2_product .c-button.--type3.--65m-85l {
  padding-right: 0.8em;
  padding-left: 4.3em;
}
.spring_sale .section2 .section2_product .c-button.--type3.--ad {
  padding-right: 0.7em;
  padding-left: 3.9em;
  --btn-gap: 3em;
}
.spring_sale .section2 .section2_product .c-button.--type3.--ef {
  padding-right: 0.8em;
  padding-left: 4em;
  --btn-gap: 3em;
}
.spring_sale .section2 .section2_product .productItem_normalPrice .yen {
  margin-left: 0.5em;
}
.spring_sale .section2 .section2_product {
  position: relative;
}
.spring_sale .section2 .section2_product.--1 .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-30.png");
  --pseudo-width: 1.55em;
  --pseudo-height: 1.55em;
  --pseudo-pos-top: -0.2em;
  --pseudo-pos-left: -1.35em;
}
.spring_sale .section2 .section2_product.--1 .text.--4, .spring_sale .section2 .section2_product.--1 .text.--5 {
  --text-color: #bd5065;
}
.spring_sale .section2 .section2_product.--2 {
  margin-top: 21em;
}
.spring_sale .section2 .section2_product.--2 .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-20.png");
  --pseudo-width: 1.55em;
  --pseudo-height: 1.55em;
  --pseudo-pos-top: -0.2em;
  --pseudo-pos-left: -1.55em;
}
.spring_sale .section2 .section2_product.--2 .text.--4, .spring_sale .section2 .section2_product.--2 .text.--5 {
  --text-color: #827457;
}
.spring_sale .section2 .section2_product.--3 {
  margin-top: 20em;
}
.spring_sale .section2 .section2_product.--3 .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-20.png");
  --pseudo-width: 1.55em;
  --pseudo-height: 1.55em;
  --pseudo-pos-top: -0.2em;
  --pseudo-pos-left: -1.48em;
}
.spring_sale .section2 .section2_product.--3 .text.--4, .spring_sale .section2 .section2_product.--3 .text.--5 {
  --text-color: #53608b;
}

.spring_sale .section3 {
  --base-color: #857966;
  background-color: #f8f7ee;
}
.spring_sale .section3 .ticket_borderText {
  padding: 0em 1em;
  line-height: 1.7;
}
.spring_sale .section3 .ticket_strongSubText {
  color: #f8f7ee;
  font-size: 3.9em;
  letter-spacing: 0.1em;
  font-family: YuMincho, serif;
}
.spring_sale .section3 .ticket_strongSubText .num {
  font-family: "the-seasons", sans-serif;
  font-size: 1.15em;
}
.spring_sale .section3 .ticket_strongSubText .min {
  font-size: 0.8em;
}
.spring_sale .section3 .ticket_strongText {
  color: #e1e0ce;
  font-size: 6.8em;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.spring_sale .section3 .ticket_titleContainer {
  padding-top: 3em;
  padding-bottom: 3em;
  column-gap: 2.5em;
}
.spring_sale .section3 .ticket_titleContainer.--bg-img {
  --bg-color: transparent;
  --bg-img-path: url("/img/salepage/260410_spring_sale/bg_title_section3.png");
  --bg-img-width: 80em;
  --bg-img-height: 100em;
  --bg-img--pos-top: 0em;
}
.spring_sale .section3 .ticket_bodyContainer {
  margin-top: 5em;
}
.spring_sale .section3 .ticket_text__subTitle {
  margin-top: 0.3em;
  line-height: 1.5em;
}
.spring_sale .section3 .ticket_text__subTitle > span {
  font-size: 0.9em;
}
.spring_sale .section3 .ticket_text__price {
  color: #8d2e34;
  font-size: 4.2em;
  margin-top: 0.1em;
}
.spring_sale .section3 .ticket_text__price > span {
  font-family: "the-seasons", sans-serif;
}
.spring_sale .section3 .ticket_text__btn {
  margin-top: 0.4em;
  --ticketBtn-bgColor: #8d2e34;
}
.spring_sale .section3 .ticket_text__annotation {
  letter-spacing: 0.1em;
}
.spring_sale .section3 .ticket_text__annotation_2 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
.spring_sale .section3 .ticket_img {
  animation: ticketShadow 6s ease-in-out infinite;
}
@keyframes ticketShadow {
  0% {
    box-shadow: 0 0.5em 2em rgba(110, 80, 102, 0.32);
  }
  50% {
    box-shadow: 0 1em 2.5em rgba(110, 80, 102, 0.32);
  }
  100% {
    box-shadow: 0 0.5em 2em rgba(110, 80, 102, 0.32);
  }
}

.spring_sale .section4 {
  background-color: #fff9f7;
  padding-bottom: 9em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.spring_sale .section4::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260410_spring_sale/bg_section4.png");
  width: 80em;
  height: 219em;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.spring_sale .section4.--bg-img {
  --bg-color: #872840;
  --bg-img-width: 80em;
  --bg-img-height: 23.4em;
}
.spring_sale .section4 .productContainer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: start;
  gap: 2.2em;
}
.spring_sale .section4 .productContainer.--type2-1 {
  --product-type2-bg-color: transparent;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem {
  width: 33em;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem.--01 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-20_deep.png") !important;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem.--02 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-20_deep.png") !important;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem.--03 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-20_deep.png") !important;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem.--04 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-20_deep.png") !important;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_subTitle {
  margin-bottom: 1.5em;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_priceContainer {
  margin-top: 0em !important;
  margin-left: 9em !important;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_normalPrice {
  font-family: YuGothic, Hiragino Sans;
  font-size: 6em !important;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_normalPrice.--adjust-space {
  margin-top: 0.36em;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_text {
  margin-top: 1.1em !important;
  font-size: 2.2em !important;
  line-height: 1.4 !important;
  font-family: YuGothic, Hiragino Sans;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_price .--pseudo-before::before {
  --pseudo-width: 8.9em;
  --pseudo-height: 8.9em;
  --pseudo-pos-left: 1.6em;
  --pseudo-pos-top: -8em;
}
.spring_sale .section4 .productContainer.--type2-1 .productItem_salePrice {
  margin-left: 0.4em;
  font-size: 7em !important;
  color: #944848 !important;
  white-space: nowrap;
}
.spring_sale .section4 .productContainer.--type2-1 .c-button.--type3 {
  --btn-bg: #626262;
  border-radius: 0 !important;
  --btn-font-size: 2.4em;
  --btn-icon-size: 0.8em;
  --btn-padding-y: 0.5em;
}
.spring_sale .section4 .productContainer.--type2-1 .c-button.--type3.--65m-85l {
  padding-right: 0.8em;
  padding-left: 4.3em;
}
.spring_sale .section4 .productContainer.--type2-1 .c-button.--type3.--ag {
  padding-right: 0.9em;
  padding-left: 4.1em;
  --btn-gap: 3em;
}
.spring_sale .section4 .productContainer.--type2-1 .c-button.--type3.--s-xl {
  padding-right: 0.7em;
  padding-left: 5.5em;
  --btn-gap: 4.5em;
}
.spring_sale .section4 .productContainer.--type2-1 .c-button.--type3.--s-4l {
  padding-right: 0.7em;
  padding-left: 5.5em;
  --btn-gap: 4.5em;
}

.spring_sale .section5 {
  background-color: #d19a96;
  padding-bottom: 11.6em;
}
.spring_sale .section5.--bg-img {
  --bg-color: #839895;
  --bg-img-path: url("/img/salepage/260410_spring_sale/bg_section5_01.png");
  --bg-img-width: 80em;
  --bg-img-height: 429.5em;
}
.spring_sale .section5 .productContainer.--type2-4 {
  align-items: center;
  gap: 2em;
}
.spring_sale .section5 .section5_product {
  margin-top: 7em;
  background-color: #fff;
  padding: 6em 3em;
  margin: 0 2em;
  position: relative;
  z-index: 1;
}
.spring_sale .section5 .section5_product .productItem_img {
  width: 29.8em;
}
.spring_sale .section5 .section5_product .productItem_body.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/deco_section5_01.png");
  --pseudo-pos-z-index: 2;
  --pseudo-width: 23.1em;
  --pseudo-height: 16.4em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: 33em;
  --pseudo-pos-left: 19em;
}
.spring_sale .section5 .section5_product .productItem_title {
  font-size: 2.5em;
  white-space: nowrap;
}
.spring_sale .section5 .section5_product .productItem_btnContainer {
  margin-left: 5em;
  margin-top: 3em;
}
.spring_sale .section5 .section5_product .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-50.png");
  --pseudo-width: 1.55em;
  --pseudo-height: 1.55em;
  --pseudo-pos-top: -0.2em;
  --pseudo-pos-left: -1.5em;
}
.spring_sale .section5 .section5_product .c-button.--type3 {
  border-radius: 0 !important;
  --btn-font-size: 2.4em;
  --btn-icon-size: 0.8em;
  --btn-padding-y: 0.5em;
}
.spring_sale .section5 .section5_product .c-button.--type3.--65m-85l {
  padding-right: 0.8em;
  padding-left: 4.3em;
}
.spring_sale .section5 .section5_product .c-button.--type3.--ad {
  padding-right: 0.7em;
  padding-left: 3.9em;
  --btn-gap: 3em;
}
.spring_sale .section5 .section5_product .c-button.--type3.--ef {
  padding-right: 0.8em;
  padding-left: 4em;
  --btn-gap: 3em;
}
.spring_sale .section5 .section5_product .productItem_normalPrice .yen {
  margin-left: 0.5em;
}
.spring_sale .section5 .productContainer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: start;
  gap: 2.8em 2.2em;
}
.spring_sale .section5 .productContainer.--type2-1 {
  --product-type2-bg-color: transparent;
  position: relative;
  z-index: 0;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem {
  width: 36em;
  background-color: #fff;
  padding: 2.6em 1.5em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--01 {
  padding: 3em 1.5em 9.2em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--01 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-50_deep.png") !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--02 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-50_deep.png") !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--03 .productItem_priceContainer {
  margin-left: 7.7em !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--03 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-50_deep.png") !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--04 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-40_deep.png") !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--05 .productItem_priceContainer {
  margin-left: 7.7em !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--05 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-40_deep.png") !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--06 {
  padding: 3em 1.5em 9.2em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem.--06 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260410_spring_sale/badge-off-25_deep.png") !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_subTitle {
  margin-bottom: 1.5em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_priceContainer {
  margin-top: 0em !important;
  margin-left: 9em !important;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_normalPrice {
  font-family: YuGothic, Hiragino Sans;
  font-size: 5em !important;
  position: relative;
  top: 0.3em;
  left: 0.9em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_normalPrice .yen {
  font-size: 1.4em;
  margin-left: 0.3em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_normalPrice .price {
  font-size: 1.8em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_text {
  margin-top: 1em !important;
  font-size: 2.4em !important;
  line-height: 1.6 !important;
  font-family: YuGothic, Hiragino Sans;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_price .--pseudo-before::before {
  --pseudo-width: 10.3em;
  --pseudo-height: 10.3em;
  --pseudo-pos-left: 1.3em;
  --pseudo-pos-top: -10.5em;
}
.spring_sale .section5 .productContainer.--type2-1 .productItem_salePrice {
  margin-top: 0.3em;
  margin-left: 0.9em;
  font-size: 6em !important;
  color: #944848 !important;
  white-space: nowrap;
}
.spring_sale .section5 .productContainer.--type2-1 .c-button.--type3 {
  --btn-bg: #424242;
  border-radius: 0 !important;
  --btn-font-size: 2.4em;
  --btn-icon-size: 0.8em;
  --btn-padding-y: 0.5em;
}
.spring_sale .section5 .productContainer.--type2-1 .c-button.--type3.--m-xxxl {
  padding-right: 0.8em;
  padding-left: 3.1em;
  --btn-gap: 2em;
}
.spring_sale .section5 .productContainer.--type2-1 .c-button.--type3.--ag {
  padding-right: 0.9em;
  padding-left: 4.1em;
  --btn-gap: 3em;
}
.spring_sale .section5 .productContainer.--type2-1 .c-button.--type3.--ef {
  padding-right: 1em;
  padding-left: 4.25em;
  --btn-gap: 3em;
}
.spring_sale .section5 .productContainer.--type2-1 .c-button.--type3.--eg {
  padding-right: 1em;
  padding-left: 4.2em;
  --btn-gap: 3em;
}
.spring_sale .section5 .productContainer.--type2-1 .c-button.--type3.--ml {
  padding-right: 1em;
  padding-left: 4.2em;
  --btn-gap: 3em;
}
.spring_sale .section5 .section5_btnContainer {
  position: relative;
}
.spring_sale .section5 .moreBtn {
  width: 32.6em;
  margin: 0 auto;
  margin-top: 5.8em;
}