@charset "UTF-8";

/* * {
  outline: 1px solid blue;
} */

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

.clearance_sale_2605 {
  --min-size: 0;
  --max-size: 10px;
  --fluid-size: 1.25vw;
  font-size: min(var(--fluid-size), var(--max-size));
  position: relative;
  /* overflow: hidden; */
}

.clearance_sale_2605 .l-inner {
  margin: 0 auto;
  max-width: 80em;
  /* aspect-ratio: 800 / 1500; */
}

.--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);
}

.clearance_sale_2605 .countdown_area {
  --countdown-bgColor: #7d8394;
  --countdown-textColor: #fff;
  /* background-color: var(--countdown-bgColor); */
  padding: 0;
}
.clearance_sale_2605 .cdt {
  font-family: YuMincho, serif;
  color: var(--countdown-textColor);
  line-height: 1.2;
}
.clearance_sale_2605 .cdt p {
  font-size: 3.6em !important;
  margin-bottom: 0.3em;
}
.clearance_sale_2605 .cdt .kazu,
.clearance_sale_2605 .cdt .text {
  font-size: 5em !important;
  color: var(--countdown-textColor);
}
.clearance_sale_2605 .cdt .kazu + .text {
  margin-left: 0.1em;
}
.clearance_sale_2605 .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: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 260519_clearance_sale_2605_1 sp */

.ticket_btn a,
.size_btn a,
.view_more_btn a,
.outlet_btn a {
  color: #fff !important;
}

a.ticket_btn,
a.size_btn,
a.view_more_btn,
a.outlet_btn {
  color: #fff !important;
  text-decoration: none;
}

.clearance_sale_2605 .menu h1 {
  width: calc(289 / 800 * 100vw);
  margin: calc(106 / 800 * 100vw) auto 0;
}

.menu_sub_txt_01 {
  font-family: YuMincho, serif;
  font-weight: 100;
  font-size: calc(30 / 800 * 100vw);
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333333;
  padding: calc(53 / 800 * 100vw) 0 calc(69 / 800 * 100vw);
  margin: 0 auto;
  /* font-size: calc(28 * (100vw / 375));
  padding-top: calc(53 * (100vw / 375)); */
}

/* 1. 親要素：ここを基準（relative）にして、はみ出しをカットする */
.clearance_sale_2605 .menu {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden; /* ★ここでフレームのはみ出しをカット */
  z-index: 0; /* スタッキングコンテキストの作成 */
}

/* 2. 背景画像（Layer 3）：一番下 */
.clearance_sale_2605 .menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* vw計算に統一 */
  width: 100vw;
  max-width: 800px;
  height: calc(3510 / 800 * 100vw); /* emだとサイズがズレやすいためvw推奨 */
  background-image: url("/img/salepage/260522_clearance_sale/260522_clearance_sale_section_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1; /* コンテンツより下 */
  pointer-events: none;
}

/* 3. フレーム画像（Layer 2）：中間 */
/* HTMLに <div class="menu_frame_01"> があるので、content:"" は不要です */
.clearance_sale_2605 .menu_frame_01 {
  position: absolute; /* 親の.menuを基準に浮かす */
  top: calc(280 / 800 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(800 / 800 * 100vw);
  height: calc(1100 / 800 * 100vw);
  background-image: url("/img/salepage/260522_clearance_sale/frame_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; /* 下のボタンを押せるようにする */
  z-index: 1; /* 背景(z-1)より上、コンテンツより下 */
}

/* .clearance_sale_2605 .menu_frame_01 {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260522_clearance_sale/frame_01.png");
  pointer-events: none;
  width: calc(800 / 800 * 100vw);
  height: calc(1100 / 800 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(80 / 800 * 100vw);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.clearance_sale_2605 .menu::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260522_clearance_sale/260522_clearance_sale_section_02.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

/* section 2 special ticket sp */

.clearance_sale_2605 .happyBag h1 {
  margin: 0 auto;
}

.ticket_section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: calc(96 / 800 * 100vw); /* 上下余白 */
}

/* 2カラムの並び */
.ticket_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(30 / 800 * 100vw);
}

/* 左：画像 */
.ticket_img {
  width: calc(360 / 800 * 100vw); /* デザイン上の横幅 */
}
.ticket_img img {
  width: 100%;
  display: block;
}

/* 右：情報 */
.ticket_info {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
  width: calc(360 / 800 * 100vw);
  text-align: center;
}

.ticket_title {
  font-size: calc(36 / 800 * 100vw);
  font-weight: 500;
  line-height: 1.33;
  color: #5e5252;
  margin-top: calc(27 / 800 * 100vw);
  margin-bottom: calc(15 / 800 * 100vw);
}

.ticket_price {
  font-family: "the-seasons", sans-serif;
  font-weight: 100;
  font-size: calc(80 / 800 * 100vw); /* 0のサイズ */
  color: #b43446; /* 落ち着いた赤茶系 */
  margin: calc(10 / 800 * 100vw) 0;
  line-height: 1;
}
.ticket_price span {
  font-family: YuMincho, serif;
  font-size: calc(40 / 800 * 100vw); /* ¥のサイズ */
  vertical-align: middle;
  padding-right: calc(7 / 800 * 100vw);
}

/* ボタン部分 */
.ticket_btn {
  display: inline-block;
  background-color: #724945; /* チョコブラウン系 */
  color: #fff;
  text-decoration: none;
  font-size: calc(30 / 800 * 100vw);
  padding: calc(14 / 800 * 100vw) calc(42 / 800 * 100vw);
  border-radius: 100vh; /* 完全な楕円 */
  transition: opacity 0.3s;
}

.ticket_note {
  font-size: calc(20 / 800 * 100vw);
  margin-top: calc(20 / 800 * 100vw);
  line-height: 1.6;
  color: #5e5252;
}

.ticket_caution {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: calc(16 / 800 * 100vw);
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  padding-top: calc(45 / 800 * 100vw);
  padding-bottom: calc(220 / 800 * 100vw);
  color: #5e5252;
}

/* .clearance_sale_2605 .happyBag::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_03.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

/* section 2 special ticket sp */

/* section 3 body reset_campaign sp */

.reset_campaign_section {
  background-color: #f6f5e8;
}

.campaign_header {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: calc(-120 / 800 * 100vw) auto 0;
  height: calc(180 / 800 * 100vw); /* 帯と丸が収まる高さ */
}

.header_bar {
  position: absolute;
  top: calc(-122 / 800 * 100vw);
  /* bottom: 0; */
  width: 100%;
  z-index: 1;
}

.header_badge {
  position: absolute;
  top: calc(-50 / 800 * 100vw);
  left: 0; /* デザインに合わせた位置 */
  width: calc(150 / 800 * 100vw);
  z-index: 2; /* 帯より上 */
}

.product_card {
  width: 100%;
  max-width: 800px;
  margin: 0 auto calc(140 / 800 * 100vw);
  padding-top: calc(100 / 800 * 100vw);
}

.product_card:nth-child(2) {
  margin: 0 auto 0;
}

/* 3つ目の要素だけ */
.product_card:nth-child(3) {
  margin: 0 auto 0;
}

.product_card:last-child {
  margin: 0 auto 0;
  padding-bottom: calc(150 / 800 * 100vw);
}

/* 上部の2カラムエリア */
.product_upper_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  /* POINT画像が少し下にはみ出す場合を考慮してpaddingを調整 */
  padding: 0 calc(30 / 800 * 100vw) calc(58 / 800 * 100vw)
    calc(30 / 800 * 100vw);
  padding-bottom: calc(58 / 800 * 100vw);
}

/* --- 左右反転の魔法 --- */
.product_upper_flex.--reverse {
  flex-direction: row-reverse; /* これだけで左右が入れ替わります */
}

/* 反転した際、テキストの配置やPOINT画像の位置を微調整したい場合 */
.product_upper_flex.--reverse .product_left {
  /* 必要であれば反転時のみの余白などをここに書く */
}

/* 左：コンテンツエリア */
.product_left {
  width: calc(350 / 800 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央揃え */
  position: relative;
}

/* 数字画像 */
.item_number {
  width: calc(110 / 800 * 100vw);
  margin-bottom: calc(20 / 800 * 100vw);
}
.item_number img {
  width: 100%;
}

.up_top_01 {
  margin-top: calc(-29 / 800 * 100vw);
}

/* キャッチコピー */
.item_catch {
  font-family: YuMincho, serif;
  font-size: calc(24 / 800 * 100vw);
  line-height: 1.6;
  /* letter-spacing: 0.05em; */
  color: #333333;
  text-align: center;
  margin-top: calc(8 / 800 * 100vw);
  /* margin-bottom: calc(30 / 800 * 100vw); */
}

/* POINT画像 */
.point_annotation {
  /* margin: 0 auto; */
  /* モデル画像に少し被せる場合は absolute に変更してください */
  /* 今回は flex 内に配置しています */
}

.left_mr_01 {
  margin-top: calc(24 / 800 * 100vw);
  margin-left: calc(-10 / 800 * 100vw);
}

.left_mr_02 {
  margin-top: calc(24 / 800 * 100vw);
  margin-left: calc(10 / 800 * 100vw);
}

.right_mr_01 {
  margin-top: calc(24 / 800 * 100vw);
  margin-right: calc(-10 / 800 * 100vw);
}

.point_annotation img {
  width: calc(280 / 800 * 100vw);
}

/* 右：モデル画像 */
.product_right {
  width: calc(430 / 800 * 100vw);
  /* padding-right:  calc(30 / 800 * 100vw); */
}
.main_model_img img {
  width: 100%;
  display: block;
}

/* --- 詳細エリア --- */
.product_detail {
  text-align: center;
}

.product_name {
  font-size: calc(24 / 800 * 100vw);
  margin: 0 auto;
  color: #333333;
}

/* .old_price {
  font-size: calc(24 / 800 * 100vw);
  color: #333333;
  margin-top: 5px;
} */

.price_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / 800 * 100vw);
  margin: calc(16 / 800 * 100vw) 0 calc(31 / 800 * 100vw);
}
.discount_tag {
  background: #b54454;
  color: #fff;
  font-size: calc(24 / 800 * 100vw);
  font-weight: 400;
  padding: calc(4 / 800 * 100vw) calc(16 / 800 * 100vw);
}
.new_price {
  font-family: "the-seasons", sans-serif;
  font-weight: 100;
  font-size: calc(48 / 800 * 100vw);
  color: #b54454;
}

.en_mark_01 {
  font-size: calc(36 / 800 * 100vw);
}

.button_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 / 800 * 100vw);
}

.size_btn {
  display: block;
  width: calc(300 / 800 * 100vw);
  background: #423f3f;
  color: #fff;
  text-decoration: none;
  font-size: calc(24 / 800 * 100vw);
  padding: calc(4 / 800 * 100vw) 0;
}

/* section 3 body reset_campaign sp */

/* section 4 outdoor & daily essentials sp */

.combination_section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: calc(60 / 800 * 100vw) 0;
  background-color: #e2ecef;
}

.combination_lead_title {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: calc(28 / 800 * 100vw);
  font-weight: 500;
}

/* メインビジュアルの重なり */
.combination_main {
  position: relative;
  margin: 0 auto;
}

.main_photo {
  margin-left: calc(80 / 800 * 100vw);
}

.main_photo img {
  width: calc(660 / 800 * 100vw);
  display: block;
}
.badge_free {
  position: absolute;
  top: calc(-10 / 800 * 100vw);
  left: calc(55 / 800 * 100vw);
  z-index: 2;
}
.badge_free img {
  width: calc(170 / 800 * 100vw);
}

/* 中央見出し */
.combination_lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: calc(10 / 800 * 100vw) 0 calc(25 / 800 * 100vw);
}
.combination_lead .line {
  width: calc(100 / 800 * 100vw);
  height: 1px;
  background: #685a51;
}
.combination_lead p {
  font-size: calc(20 / 800 * 100vw);
  color: #685a51;
}

/* 2カラムグリッド */
.product_grid {
  display: flex;
  justify-content: space-between;
  gap: calc(20 / 800 * 100vw);
  padding: 0 calc(40 / 800 * 100vw);
  box-sizing: border-box;
}
.product_card_02 {
  width: calc(380 / 800 * 100vw);
}

/* モデル画像とラベルの重なり */
.item_visual {
  position: relative;
  width: 100%;
  overflow: hidden; /* ラベルのはみ出しをカットする場合 */
}
.model_img {
  width: 100%;
  display: block;
}

.discount_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(120 / 800 * 100vw); /* 三角ラベルのサイズ */
  z-index: 2;
}
.discount_label img {
  width: 100%;
}

/* テキスト・価格エリア */
.item_info {
  text-align: center;
  margin-top: calc(15 / 800 * 100vw);
}
.item_name {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: calc(23 / 800 * 100vw);
  line-height: 1.4;
  margin: calc(8 / 800 * 100vw) auto;
  /* height: calc(
    14 * 1.4 * 2 / 800 * 100vw
  );  */
}
.old_price {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: calc(23 / 800 * 100vw);
  color: #333333;
  margin: 5px 0;
}
.price_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.price_row .tag {
  background: #b43446;
  color: #fff;
  padding: 3px 8px;
  /* width: calc(120 / 800 * 100vw); */
  font-size: calc(24 / 800 * 100vw);
}

.price_row .new_price_02 {
  font-family: "the-seasons", sans-serif;
  font-weight: 100;
  font-size: calc(48 / 800 * 100vw);
  letter-spacing: 0.05em;
  color: #b43446;
}

.new_price_yen {
  font-size: calc(36 / 800 * 100vw);
}

/* View More ボタン */
.view_more_btn {
  display: block;
  width: calc(300 / 800 * 100vw);
  background: #423f3f;
  color: #fff;
  text-align: center;
  padding: calc(2 / 800 * 100vw) 0 calc(4 / 800 * 100vw);
  margin: calc(15 / 800 * 100vw) auto calc(80 / 800 * 100vw);
  text-decoration: none;
  font-size: calc(24 / 800 * 100vw);
}

/* section 4 outdoor & daily essentials sp */

/* section 5 outlet_sale  sp */

#clearance_sale_2605_outlet {
  width: 100%; /* max-widthを削除して、背景を横いっぱいに */
}

.outlet_bg_01 {
  background-color: #f2f1ea;
  max-width: 800px;
  margin: 0 auto;
  /* ↓ これが最重要：中身がどんなに増えても背景を伸ばす */
  display: flow-root;
}

.outlet_sale_section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.outlet_title {
  text-align: center;
  padding: calc(58 / 800 * 100vw) 0 calc(68 / 800 * 100vw);
}

.outlet_title img {
  width: calc(400 / 800 * 100vw);
}

/* --- 1カラム部分 --- */
.outlet_main_item {
  /* width: calc(720 / 800 * 100vw); */
  margin: 0 auto calc(60 / 800 * 100vw);
  padding: 0 calc(38 / 800 * 100vw);
}

.outlet_main_img img {
  width: 100%;
  display: block;
}

/* --- 2カラム部分 --- */
.outlet_sub_grid {
  display: flex;
  justify-content: space-between; /* 左右端に寄せる */
  align-items: flex-start;
  gap: calc(20 / 800 * 100vw);
  width: 100%;
  margin-bottom: calc(60 / 800 * 100vw); /* 次の段との隙間 */
  padding: 0 calc(40 / 800 * 100vw);
  box-sizing: border-box;
}

.outlet_sub_card {
  width: 48%;
  padding-bottom: calc(80 / 800 * 100vw);
}

.outlet_sub_img img {
  width: 100%;
  display: block;
  height: auto; /* 高さを自動計算させて親を伸ばす */
}

/* --- 共通情報エリア --- */
.outlet_info {
  text-align: center;
  margin-top: calc(20 / 800 * 100vw);
}
.outlet_item_name {
  font-size: calc(23.5 / 800 * 100vw);
  line-height: 1.4;
  color: #333333;
  margin: calc(10 / 800 * 100vw) auto;
}
.outlet_old_price {
  font-size: calc(23.5 / 800 * 100vw);
  color: #333333;
  margin-top: calc(4 / 800 * 100vw);
  margin-bottom: calc(4 / 800 * 100vw);
}

/* 価格表示（メイン用：画像バッジあり） */

.outlet_price_row_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / 800 * 100vw);
  margin: calc(10 / 800 * 100vw) 0;
}

.outlet_price_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: calc(10 / 800 * 100vw) 0;
}
.off_badge_img {
  width: calc(80 / 800 * 100vw);
}
.off_badge_img img {
  width: 100%;
}

/* 価格表示（サブ用：赤背景のテキストタグにする場合） */
.outlet_price_row.--small {
  gap: 8px;
}
.outlet_tag_text {
  background: #b54454;
  color: #fff;
  font-size: calc(24 / 800 * 100vw);
  padding: 2px 5px;
  margin-bottom: calc(-1 / 800 * 100vw);
}

.outlet_new_price_top {
  font-family: "the-seasons", sans-serif;
  font-weight: 100;
  font-size: calc(76 / 800 * 100vw);
  color: #b54454;
}

.outlet_yen_01 {
  font-size: calc(42 / 800 * 100vw);
  margin-right: calc(4 / 800 * 100vw);
}

.outlet_yen_02 {
  font-size: calc(36 / 800 * 100vw);
  margin-right: calc(4 / 800 * 100vw);
}

.outlet_new_price {
  font-family: "the-seasons", sans-serif;
  font-weight: 100;
  font-size: calc(48 / 800 * 100vw);
  color: #b54454;
}

/* ボタン */
.outlet_btn_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(8 / 800 * 100vw);
  margin-top: calc(15 / 800 * 100vw);
}

.outlet_btn {
  display: block;
  /* 親（350px幅）に対してのサイズに変える */
  width: calc(300 / 800 * 100vw);
  max-width: 300px;
  margin: 0 auto;
  background: #444;
  color: #fff;
  text-decoration: none;
  font-size: calc(24 / 800 * 100vw);
  padding: calc(4 / 800 * 100vw) 0;
}

.outlet_btn .wt_top_01 {
  width: calc(300 / 800 * 100vw);
}

/* section 5 outlet_sale sp */

.clearance_sale_2605 .u-margin-center {
  margin: 0 auto;
}
.clearance_sale_2605 .u-margin-right {
  margin: 0 0 0 auto;
}
.clearance_sale_2605 .u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clearance_sale_2605 .u-text-center {
  text-align: center !important;
}

.clearance_sale_2605 .u-text-left {
  text-align: left !important;
}

.clearance_sale_2605 .u-text-right {
  text-align: right !important;
}

.clearance_sale_2605 .u-position-relative {
  position: relative;
}

.clearance_sale_2605 .u-position-absolute {
  position: absolute;
}

.clearance_sale_2605 .u-position-absolute_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.clearance_sale_2605 .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;
}
.clearance_sale_2605 .text .adjust-size {
  font-size: var(--text-adjust-size);
}
.clearance_sale_2605 .text .seasons {
  font-family: "the-seasons", sans-serif;
}
.clearance_sale_2605 .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);
}
.clearance_sale_2605 .text.--gothic {
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
}
.clearance_sale_2605 .text.--mincho {
  font-family: YuMincho, serif;
}

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

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

.clearance_sale_2605 .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;
}

.clearance_sale_2605 .ticket_titleContainer {
  background: var(--ticketTitle-bgColor);
  text-align: center;
  padding: 2em 0;
}
/* .clearance_sale_2605 .ticket_title {
  font-family: "the-seasons", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 4em;
} */

.clearance_sale_2605 .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;
}
.clearance_sale_2605 .ticket_strongText {
  font-family: YuMincho, serif;
  line-height: 1;
  color: #fff;
  font-size: 4.8em;
  letter-spacing: 0.01em;
  margin-top: 0.4em;
}
.clearance_sale_2605 .ticket_strongText span {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.clearance_sale_2605 .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;
}

/* .clearance_sale_2605 .ticket_img {
  width: 32.5em;
  box-shadow: 0px 0.5em 2em 0 rgba(110, 80, 102, 0.32);
} */

.clearance_sale_2605 .ticket_textContainer {
  display: grid;
  align-items: center;
  justify-items: center;
}
.clearance_sale_2605 .ticket_text__subTitle {
  font-family:
    YuGothic,
    Hiragino Sans;
  color: #333;
  font-size: 3.5em;
  line-height: 1.1;
  text-align: center;
  margin-top: 1em;
}
.clearance_sale_2605 .ticket_text__subTitle span {
  font-size: 1.5em;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .ticket_text__price span {
  font-family: YuMincho, serif;
  font-size: 1.9em;
}
.clearance_sale_2605 .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);
}
.clearance_sale_2605 .ticket_text__btn a {
  color: #fff;
}
.clearance_sale_2605 .ticket_text__annotation {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 1.8em;
  letter-spacing: 0.01em;
}
.clearance_sale_2605 .ticket_annotation {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 1.6em;
  letter-spacing: 0.01em;
}

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

.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem {
  background-color: var(--product-type2-bg-color);
  width: 70em;
  padding-bottom: 5em;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-1 .productLeadText_sub {
  width: fit-content;
  font-size: 2.5em;
  border-bottom: 1px dotted var(--product-type2-main-color);
}
.clearance_sale_2605 .productContainer.--type2-1 .productLeadText_main {
  font-size: 3em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_img {
  margin: 0 auto;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_img.--padding {
  width: 60em;
  margin-top: 3em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_img.--border {
  border: var(--product-type2-border-color) 1.5em solid;
  width: 65em;
  margin-top: 3em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_img {
  --rounded-percentage: 25%;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_img.--rounded-top-left {
  border-top-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_img.--rounded-top-right {
  border-top-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_img.--rounded-bottom-left {
  border-bottom-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_img.--rounded-bottom-right {
  border-bottom-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_price {
  position: relative;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_priceContainer {
  margin-top: 3.5em;
  margin-left: 29em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_normalPrice {
  font-size: 5em;
  line-height: 1px;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_normalPrice
  .normalPriceText {
  font-size: 0.4em;
  margin-right: 0.5em;
  line-height: 1.3;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_normalPrice .yen,
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_normalPrice
  .price {
  font-family: "the-seasons", sans-serif;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_normalPrice .yen {
  font-size: 0.6em;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_normalPrice
  .price {
  font-size: 0.7em;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_salePriceBadge
  span {
  font-size: 0.6em;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_salePriceBadge
  .percent {
  margin-left: 0.2em;
  margin-bottom: 0.3em;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_salePrice .yen {
  font-size: 0.7em;
  margin-right: 0.1em;
}
.clearance_sale_2605 .productContainer.--type2-1 .--pseudo-before {
  --pseudo-width: 20.9em;
  --pseudo-height: 25.2em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: -5.1em;
}
.clearance_sale_2605 .productContainer.--type2-1 .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/img_pseudo_product-item01.png");
}
.clearance_sale_2605
  .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;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-1.--p1 .productItem {
  width: 33em;
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem.--01
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-20.png");
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem.--02
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem.--03
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem.--04
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem_priceContainer {
  margin-top: 0em;
  margin-left: 9em;
}
.clearance_sale_2605 .productContainer.--type2-1.--p1 .productItem_normalPrice {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 6em;
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem_normalPrice.--adjust-space {
  margin-top: 0.5em;
}
.clearance_sale_2605 .productContainer.--type2-1.--p1 .productItem_text {
  margin-top: 1.1em;
  font-size: 2.2em;
  line-height: 1.4;
  font-family:
    YuGothic,
    Hiragino Sans;
}
.clearance_sale_2605
  .productContainer.--type2-1.--p1
  .productItem_price
  .--pseudo-before::before {
  --pseudo-width: 9em;
  --pseudo-height: 9em;
  --pseudo-pos-left: 1.6em;
  --pseudo-pos-top: -8em;
}
.clearance_sale_2605 .productContainer.--type2-1.--p1 .productItem_salePrice {
  margin-left: 0.4em;
  font-size: 7em;
  color: #872840;
  white-space: nowrap;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .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);
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_title {
  text-align: center;
  font-size: 4.5em;
  font-family: YuMincho, serif;
  margin-top: 0.4em;
  letter-spacing: 0.05em;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_img {
  margin: 0 auto;
  margin-top: 3em;
  width: 68em;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_img.--border {
  border: var(--product-type2-border-color) 1em solid;
  width: 60em;
  margin-top: 3em;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_img {
  --rounded-percentage: 25%;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_img.--rounded-top-left {
  border-top-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_img.--rounded-top-right {
  border-top-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_img.--rounded-bottom-left {
  border-bottom-left-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_img.--rounded-bottom-right {
  border-bottom-right-radius: var(--rounded-percentage);
  overflow: hidden;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_price {
  position: relative;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_priceContainer {
  margin-top: 2.5em;
  margin-left: 22em;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_normalPrice {
  font-size: 7em;
  line-height: 1;
  font-family: YuMincho, serif;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_normalPrice
  .normalPriceText {
  font-size: 0.4em;
  line-height: 1.3;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_normalPrice .yen,
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_normalPrice
  .price {
  font-family: "the-seasons", sans-serif;
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_normalPrice .yen {
  font-size: 0.45em;
  margin-right: 0.1em;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_normalPrice
  .price {
  font-size: 0.65em;
  margin-right: 0.1em;
}
.clearance_sale_2605 .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%;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_salePriceBadge
  span {
  font-size: 0.7em;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_salePriceBadge.--line-3 {
  width: 2.5em;
  height: 2.5em;
}
.clearance_sale_2605
  .productContainer.--type2-2
  .productItem_salePriceBadge.--line-3
  span {
  font-size: 0.5em;
}
.clearance_sale_2605 .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);
}
.clearance_sale_2605 .productContainer.--type2-2 .productItem_salePrice .yen {
  font-size: 0.65em;
  margin-right: 0.1em;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-3 .productItem_body {
  text-align: center;
}
.clearance_sale_2605 .productContainer.--type2-3 .productItem_title {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 2.5em;
  margin-top: 0.8em;
  color: var(--text-color);
}
.clearance_sale_2605 .productContainer.--type2-3 .productItem_normalPrice {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 2.5em;
  margin-top: 0.8em;
  color: var(--text-color);
}
.clearance_sale_2605 .productContainer.--type2-3 .productItem_salePrice {
  font-family: "the-seasons", sans-serif;
  font-size: 8em;
  color: var(--salePrice-text-color);
  margin-left: 0.8em;
}
.clearance_sale_2605 .productContainer.--type2-3 .productItem_salePrice span {
  font-size: 0.6em;
  margin-right: 0.1em;
}
.clearance_sale_2605
  .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;
}
.clearance_sale_2605 .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);
}
.clearance_sale_2605 .productContainer.--type2-3 .productItem_btn a {
  color: #fff;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-4.--reverse .productItem_img {
  order: 2;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_img {
  width: 37.9em;
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_body {
  text-align: center;
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_title {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 2.3em;
  margin-top: 0.4em;
  color: var(--text-color);
}
.clearance_sale_2605 .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);
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_normalPrice .yen,
.clearance_sale_2605
  .productContainer.--type2-4
  .productItem_normalPrice
  .price {
  font-family: "the-seasons", sans-serif;
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_normalPrice .yen {
  font-size: 1.3em;
}
.clearance_sale_2605
  .productContainer.--type2-4
  .productItem_normalPrice
  .price {
  font-size: 1.6em;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_salePrice span {
  font-size: 0.7em;
  margin-right: 0.1em;
}
.clearance_sale_2605
  .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;
}
.clearance_sale_2605 .productContainer.--type2-4 .productItem_btnContainer {
  display: grid;
  grid-template-columns: auto;
  gap: 1.5em;
}
.clearance_sale_2605
  .productContainer.--type2-4
  .productItem_btnContainer
  .c-button.--type2,
.clearance_sale_2605
  .productContainer.--type2-4
  .productItem_btnContainer
  .c-button.--type3 {
  border-radius: 50px;
  font-family:
    YuGothic,
    Hiragino Sans;
}
.clearance_sale_2605 .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;
}
.clearance_sale_2605 .productContainer.--type2-4.--p2 .productItem_img {
  width: 30em;
}
.clearance_sale_2605 .productContainer.--type2-4.--p2 .productItem_title {
  margin-top: 0;
  font-size: 2.6em;
}
.clearance_sale_2605 .productContainer.--type2-4.--p2 .productItem_normalPrice {
  margin-left: 3em;
}
.clearance_sale_2605
  .productContainer.--type2-4.--p2
  .productItem_normalPrice
  .yen {
  margin-left: 0.3em;
}
.clearance_sale_2605 .productContainer.--type2-4.--p2 .productItem_salePrice {
  margin-left: 0.8em;
}
.clearance_sale_2605
  .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;
}
.clearance_sale_2605
  .productContainer.--type2-4.--p2
  .productItem_salePrice.--pseudo-before.--off_par_10 {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-10.png");
}
.clearance_sale_2605
  .productContainer.--type2-4.--p2
  .productItem_salePrice.--pseudo-before.--off_par_20 {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-20.png");
}
.clearance_sale_2605
  .productContainer.--type2-4.--p2
  .productItem_salePrice.--pseudo-before.--off_par_30 {
  --pseudo-bg-img-path: url("/img/salepage/structure/product/badge-off-30.png");
}
.clearance_sale_2605
  .productContainer.--type2-4.--p2
  .productItem_btnContainer {
  margin-top: 3em;
  gap: 1.3em;
}
.clearance_sale_2605
  .productContainer.--type2-4.--p2
  .productItem_btnContainer
  .c-button {
  border-radius: 0;
  --btn-bg: #424242;
}
.clearance_sale_2605 .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;
}

.clearance_sale_2605 {
  background-color: #fff;
}

.clearance_sale_2605 .coupon {
  position: relative;
  z-index: 6;
}
.clearance_sale_2605 .coupon::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_01.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.clearance_sale_2605 .coupon h1 {
  width: 30em;
  margin: 0 auto;
  margin-top: 15em;
}
.clearance_sale_2605 .coupon_container {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  gap: 3em;
  margin-top: 3em;
}
.clearance_sale_2605 .coupon_container .coupon_img {
  width: 54.7em;
}
.clearance_sale_2605 .coupon_container .coupon_gridContainer {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3em;
}
.clearance_sale_2605 .coupon_container .coupon_gridContainer .coupon_img {
  width: 34.6em;
}
.clearance_sale_2605 .coupon_btn {
  width: 60em;
  margin-top: 7em;
}

.clearance_sale_2605 .countdown_area {
  --countdown-bgColor: #edffeb;
  --countdown-textColor: #333333;
  margin-top: calc(90 / 800 * 100vw);
  margin-bottom: calc(75 / 800 * 100vw);
}

.clearance_sale_2605 .menu {
  --menu-bgColor: transparent !important;
  position: relative;
  z-index: 5;
  width: 100%;
  aspect-ratio: 800 / 1500;
  margin: 0 auto;
}

/* .clearance_sale_2605 .menu_frame_01 {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260522_clearance_sale/frame_01.png");
  pointer-events: none;
  width: calc(800 / 800 * 100vw);
  height: calc(1100 / 800 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

.clearance_sale_2605 .menu::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260522_clearance_sale/260522_clearance_sale_section_02.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

/* .clearance_sale_2605 .menu h1 {
  width: 32em;
  width: 289px;
  margin: 0 auto;
  margin-top: 15em;
} */

.clearance_sale_2605 .menu_container {
  --menu-container: transparent;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  gap: calc(30 / 800 * 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 100;
  pointer-events: none;

  /* 260521_調整 */
  /* margin-top: -1.3em; */
  /* margin-top: 53px; */
}
.clearance_sale_2605 .menu_img {
  width: 61.2em;
  display: block; /* aタグを画像と同じ大きさに広げる */
  cursor: pointer;
}

.menu_img a {
  display: block;
  pointer-events: auto; /* ボタン部分だけ当たり判定を復活させる */
  cursor: pointer;
}
/* 260521_調整 */

.clearance_sale_2605 .happyBag {
  position: relative;
  z-index: 4;
}
/* .clearance_sale_2605 .happyBag::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_03.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

/* .clearance_sale_2605 .happyBag h1 {
  width: 32em;
  margin: 0 auto;
  margin-top: 15em;
} */

.clearance_sale_2605 .happyBag .happyBag_itemContainer.--pseudo-before {
  --pseudo-pos-z-index: -1;
  --pseudo-width: 80em;
  --pseudo-bg-color: #fbfffb;
  --pseudo-pos-top: 13em;
  --pseudo-pos-left: 0em;
}
.clearance_sale_2605 .happyBag .happyBag_itemContainer.--1.--pseudo-before {
  --pseudo-height: 105em;
}
.clearance_sale_2605
  .happyBag
  .happyBag_itemContainer.--1
  .happyBag_price.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-50.png");
}
.clearance_sale_2605 .happyBag .happyBag_itemContainer.--2.--pseudo-before {
  --pseudo-height: 115em;
}
.clearance_sale_2605
  .happyBag
  .happyBag_itemContainer.--2
  .happyBag_price.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-30.png");
}
.clearance_sale_2605 .happyBag .happyBag_itemContainer.--2 .happyBag_container {
  direction: rtl;
}
.clearance_sale_2605
  .happyBag
  .happyBag_itemContainer.--2
  .happyBag_container
  > * {
  direction: ltr;
}
.clearance_sale_2605 .happyBag .happyBag_itemContainer.--3.--pseudo-before {
  --pseudo-height: 115em;
}
.clearance_sale_2605
  .happyBag
  .happyBag_itemContainer.--3
  .happyBag_price.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-30.png");
  --pseudo-pos-left: 2em;
}
.clearance_sale_2605 .happyBag .happyBag_container {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: start;
}
.clearance_sale_2605 .happyBag .happyBag_container .happyBag_mainImg {
  width: 42.5em;
}
.clearance_sale_2605 .happyBag .happyBag_container .happyBag_content {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: end;
  margin-top: 5em;
}
.clearance_sale_2605 .happyBag .happyBag_container .happyBag_subImg {
  width: 30.6em;
}
.clearance_sale_2605 .happyBag .happyBag_price {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  justify-items: end;
  margin-top: 4.5em;
  margin-left: 15em;
}
.clearance_sale_2605 .happyBag .happyBag_price.--pseudo-before {
  --pseudo-pos-z-index: -1;
  --pseudo-width: 14.4em;
  --pseudo-height: 14.4em;
  --pseudo-bg-color: transparent;
  --pseudo-pos-top: 3em;
  --pseudo-pos-left: 3em;
}
.clearance_sale_2605 .happyBag .happyBag_price .happyBag_nomal {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  width: fit-content;
  gap: 1em;
}
.clearance_sale_2605 .happyBag .happyBag_price .happyBag_sale {
  width: fit-content;
}
.clearance_sale_2605 .happyBag .happyBag_btn {
  width: 54.4em;
  margin: 0 auto;
  margin-top: 6em;
}
.clearance_sale_2605 .happyBag .text {
  text-align: left;
  position: relative;
}
.clearance_sale_2605 .happyBag .text.--1 {
  --text-size: 2.2em;
  --text-color: #00c3b3;
  top: 3.6em;
}
.clearance_sale_2605 .happyBag .text.--2 {
  --text-size: 2.6em;
  top: 1.2em;
}
.clearance_sale_2605 .happyBag .text.--3 {
  --text-size: 1.8em;
  --text-color: #666666;
}
.clearance_sale_2605 .happyBag .text.--4 {
  --text-size: 3.2em;
  --text-color: #666666;
}
.clearance_sale_2605 .happyBag .text.--5 {
  --text-size: 11em;
  --text-color: #00c3b3;
  font-family: "the-seasons", sans-serif;
  --text-line-height: 1em;
}
.clearance_sale_2605 .happyBag .text.--5 span {
  font-size: 0.8em;
  margin-right: 0.1em;
}
.clearance_sale_2605 .happyBag .text.--6 {
  --text-size: 1.5em;
  --text-color: #666666;
  text-align: center;
  margin-top: 2em;
}

.clearance_sale_2605 .ranking {
  margin-top: 42em;
  position: relative;
  z-index: 3;
}
.clearance_sale_2605 .ranking::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_04.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.clearance_sale_2605 .ranking h1 {
  width: 32em;
  margin: 0 auto;
}
.clearance_sale_2605 .ranking .ranking_content h2 {
  margin: 0 auto;
}
.clearance_sale_2605 .ranking .ranking_content.--1 {
  margin-top: -3em;
}
.clearance_sale_2605 .ranking .ranking_content.--1 h2 {
  width: 9em;
}
.clearance_sale_2605 .ranking .ranking_content.--2 {
  margin-top: 9em;
}
.clearance_sale_2605 .ranking .ranking_content.--2 h2 {
  width: 25em;
}
.clearance_sale_2605 .ranking .ranking_content.--3 {
  margin-top: 9em;
}
.clearance_sale_2605 .ranking .ranking_content.--3 h2 {
  width: 19em;
}
.clearance_sale_2605 .ranking .ranking_contentItems {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  gap: 1em;
}
.clearance_sale_2605 .ranking .ranking_contentItems .ranking_contentItem {
  width: 25em;
}

.clearance_sale_2605 .timeSale {
  margin-top: 27em;
  position: relative;
  z-index: 2;
}

/* .clearance_sale_2605 .timeSale::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_05.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

.clearance_sale_2605 .timeSale h1 {
  width: 32em;
  margin: 0 auto;
}
.clearance_sale_2605 .timeSale .productContainer {
  gap: 0 !important;
  margin-top: 5em;
  margin-bottom: 20em;
}
.clearance_sale_2605 .timeSale .productContainer.--1.--pseudo-before {
  --pseudo-height: 120em;
}
.clearance_sale_2605 .timeSale .productContainer.--2.--pseudo-before {
  --pseudo-height: 125em;
}
.clearance_sale_2605 .timeSale .productContainer.--3.--pseudo-before {
  --pseudo-height: 130em;
}
.clearance_sale_2605 .timeSale .productContainer.--pseudo-before {
  --pseudo-pos-z-index: -1;
  --pseudo-width: 80em;
  --pseudo-bg-color: #fbfffb;
  --pseudo-pos-top: 22em;
  --pseudo-pos-left: 0em;
  --pseudo-height: 120em;
}
.clearance_sale_2605 .timeSale .productItem {
  padding: 0 !important;
  width: 80em !important;
  background-color: transparent !important;
}
.clearance_sale_2605 .timeSale .productItem_text {
  font-size: 2.5em !important;
  margin-top: 0.3em !important;
  color: #666666 !important;
  font-weight: bold !important;
}
.clearance_sale_2605 .timeSale .productItem_text.--thin {
  font-weight: normal !important;
}
.clearance_sale_2605 .timeSale .productItem_price {
  width: 66em;
  margin: 0 auto;
  margin-top: 3em;
}
.clearance_sale_2605 .timeSale .timeSale_btn {
  width: 54.4em;
  margin: 0 auto;
  margin-top: 4em;
}
.clearance_sale_2605 .timeSale .nextSale_title {
  width: 30em;
  margin: 0 auto;
}
.clearance_sale_2605 .timeSale .nextSale_container {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: center;
  gap: 9em;
  margin-top: 9em;
}
.clearance_sale_2605 .timeSale .nextSale_item {
  width: 73em;
}

.clearance_sale_2605 .productContainer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: start;
  gap: 0 !important;
}
.clearance_sale_2605 .productContainer p {
  white-space: nowrap;
}
.clearance_sale_2605 .productContainer.--type2-1 {
  --product-type2-bg-color: transparent;
  position: relative;
  z-index: 0;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem {
  width: 40em;
  background-color: transparent;
  padding: 2.6em 1.5em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_subTitle {
  margin-bottom: 1.5em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_priceContainer {
  margin-top: 0em !important;
  margin-left: 9em !important;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_normalPrice {
  font-family:
    YuGothic,
    Hiragino Sans;
  font-size: 6em !important;
  position: relative;
  top: 0.3em;
  left: 0.9em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_normalPrice .yen {
  font-size: 1.4em;
  margin-left: 0.3em;
}
.clearance_sale_2605
  .productContainer.--type2-1
  .productItem_normalPrice
  .price {
  font-size: 1.8em;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_text {
  margin-top: 1.5em !important;
  font-size: 2.2em !important;
  line-height: 1.4 !important;
  font-family:
    YuGothic,
    Hiragino Sans;
  color: #666666 !important;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_price {
  margin-top: 2em;
}
.clearance_sale_2605
  .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;
}
.clearance_sale_2605 .productContainer.--type2-1 .productItem_salePrice {
  margin-top: 0.5em;
  margin-left: 0.9em;
  font-size: 6em !important;
  color: #00c3b3 !important;
  white-space: nowrap;
}

/* .clearance_sale_2605 .andMore {
  padding-bottom: 3em;
  position: relative;
  z-index: 1;
}
.clearance_sale_2605 .andMore::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_06.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

/* .clearance_sale_2605 .andMore h1 {
  width: 32em;
  margin: 0 auto;
  margin-top: 3.7em;
}
.clearance_sale_2605 .andMore .andMore_productContainer.--01 h2 {
  width: 29em;
  margin: 0 auto;
  margin-top: 4.3em;
}
.clearance_sale_2605
  .andMore
  .andMore_productContainer.--01
  .productItem_price
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-20.png");
}
.clearance_sale_2605 .andMore .andMore_productContainer.--02 h2 {
  width: 37em;
  margin: 0 auto;
  margin-top: 4.3em;
}
.clearance_sale_2605
  .andMore
  .andMore_productContainer.--02
  .productItem_price
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-20.png");
} */

/* .clearance_sale_2605 .outlet {
  padding-bottom: 11.6em;
  position: relative;
  z-index: 0;
}
.clearance_sale_2605 .outlet::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/260428_gw_sale/bg_section_07.png");
  pointer-events: none;
  width: 80em;
  height: 351em;
  background-size: contain;
  background-repeat: no-repeat;
  top: -43em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

.clearance_sale_2605 .outlet h1 {
  width: 32em;
  margin: 0 auto;
  margin-top: 17em;
}
.clearance_sale_2605 .outlet .outlet_product {
  margin-top: 7em;
  margin: 0 2em;
  position: relative;
  z-index: 1;
  padding-top: 6.4em;
}
.clearance_sale_2605 .outlet .outlet_product .productContainer.--type2-4 {
  align-items: center;
  gap: 2em !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_normalPrice {
  margin-left: 7em !important;
  margin-top: 1.6em;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_img {
  width: 37em;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_title {
  padding-top: 1.7em;
  font-size: 2.5em;
  white-space: nowrap;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_normalPrice
  .yen {
  margin-left: 0.5em;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_salePrice {
  color: #00c3b3 !important;
  margin-top: -0.2em;
  font-size: 6.5em;
  margin-left: 1.8em;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_salePrice.--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-50_gold.png");
  --pseudo-width: 1.3em;
  --pseudo-height: 1.3em;
  --pseudo-pos-top: 0em;
  --pseudo-pos-left: -1.4em;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-4
  .productItem_btnContainer {
  margin-top: 3em;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem
  .--pseudo-before::before {
  --pseudo-pos-left: 3.1em !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem.--01
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-50_gold.png") !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem.--02
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-50_gold.png") !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem.--03
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-40_gold.png") !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem.--04
  .--pseudo-before {
  --pseudo-bg-img-path: url("/img/salepage/260428_gw_sale/badge-off-40_gold.png") !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem
  .productItem_text {
  margin-top: 2.4em !important;
  color: #666666 !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem
  .productItem_normalPrice {
  font-size: 2.4em !important;
  top: 0.3em !important;
  left: 2.7em !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem
  .productItem_price {
  margin-top: 5em !important;
}
.clearance_sale_2605
  .outlet
  .outlet_product
  .productContainer.--type2-1
  .productItem
  .productItem_salePrice {
  margin-top: 0.5em !important;
  margin-left: 1.1em !important;
  font-size: 6em !important;
}

.clearance_sale_2605 .banner {
  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;
  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;
  }
}

.clearance_sale_2605 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.clearance_sale_2605 .modal-content {
  background: #fff;
  width: 60em;
  border-radius: 4em;
  overflow: hidden;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.clearance_sale_2605 .modal-title {
  font-size: 3.6em;
  font-weight: bold;
  padding: 2.2em 0.5em 0.8em;
  margin: 0;
  line-height: 1.2;
  color: #000;
}
.clearance_sale_2605 .modal-body {
  padding: 0.5em 4em 3em;
  font-size: 2.6em;
  line-height: 1.5;
  color: #333;
  word-break: break-all;
}
.clearance_sale_2605 .modal-close-btn {
  display: block;
  width: 100%;
  padding: 1.6em 0;
  border: none;
  border-top: 2px solid #eee;
  background: #fdfdfd;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
.clearance_sale_2605 .modal-close-btn:active {
  background: #f2f2f2;
}

/* PC */

@media screen and (min-width: 780px) {
  /* 260519_clearance_sale_2605_1 pc */

  .clearance_sale_2605 .countdown_area {
    margin-top: 95px;
    margin-bottom: 80px;
  }

  .clearance_sale_2605 .menu_container {
    gap: 30px;
  }

  .clearance_sale_2605 .menu_img {
    width: 600px;
  }

  .clearance_sale_2605 .menu h1 {
    width: 289px;
    margin: 106px auto 0;
  }

  .menu_sub_txt_01 {
    font-size: 36px;
    padding: 53px 0 69px;
    margin: 0 auto;
  }

  .clearance_sale_2605 .menu {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 800 / 1400;
    z-index: 0;
  }

  .clearance_sale_2605 .menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 800px;
    height: 3510px;
  }

  .clearance_sale_2605 .menu_frame_01 {
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 1100px;
  }

  /* section 2 special ticket pc */

  .clearance_sale_2605 .happyBag h1 {
    margin: 0 auto;
  }

  .ticket_section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 96px;
  }

  /* 2カラムの並び */
  .ticket_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  /* 左：画像 */
  .ticket_img {
    width: 360px; /* デザイン上の横幅 */
  }

  /* 右：情報 */
  .ticket_info {
    width: 360px;
  }

  .ticket_title {
    font-size: 36px;
    margin-top: 27px;
    margin-bottom: 15px;
  }

  .ticket_price {
    font-size: 80px;
    margin: 10px 0;
  }
  .ticket_price span {
    font-size: 40px;
    padding-right: 7px;
  }

  /* ボタン部分 */
  .ticket_btn {
    font-size: 30px;
    padding: 10px 42px;
    width: 270px;
  }

  .ticket_note {
    font-size: 20px;
    margin-top: 20px;
  }

  .ticket_caution {
    font-size: 16px;
    padding-top: 45px;
    padding-bottom: 280px;
  }

  /* section 2 special ticket sp */

  /* section 3 body reset_campaign sp */

  .reset_campaign_section {
    background-color: #f6f5e8;
  }

  .campaign_header {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: -120px auto 0;
    height: 180px;
  }

  .header_bar {
    top: -122px;
  }

  .header_badge {
    top: -50;
    width: 150px;
  }

  .product_card {
    margin: 0 auto 140px;
    padding-top: 100px;
  }

  .product_card:last-child {
    padding-bottom: 150px;
  }

  .product_upper_flex {
    padding: 0 30px 58px 30px;
    padding-bottom: 58px;
  }

  .product_upper_flex.--reverse .product_left {
    /* 必要であれば反転時のみの余白などをここに書く */
  }

  /* 左：コンテンツエリア */
  .product_left {
    width: 350px;
  }

  /* 数字画像 */
  .item_number {
    width: 110px;
    margin-bottom: 30px;
  }

  .left_side_01 {
    margin-left: 20px;
    white-space: nowrap;
  }

  .up_top_01 {
    margin-top: -29px;
  }

  /* キャッチコピー */
  .item_catch {
    font-size: 30px;
    margin-top: -8px;
  }

  .point_annotation {
    /* margin: 0 auto; */
    /* モデル画像に少し被せる場合は absolute に変更してください */
    /* 今回は flex 内に配置しています */
  }

  .left_mr_01 {
    margin-top: 18px;
    margin-left: -10px;
  }

  .left_mr_02 {
    margin-top: 18px;
    margin-left: 10px;
  }

  .right_mr_01 {
    margin-top: 30px;
    margin-right: -10px;
  }

  .point_annotation img {
    width: 280px;
  }

  /* 右：モデル画像 */
  .product_right {
    width: 430px;
  }

  .product_name {
    font-size: 24px;
  }

  .price_row {
    gap: 10px;
    margin: 16px 31px;
  }
  .discount_tag {
    font-size: 24px;
    padding: 2px 16px;
  }
  .new_price {
    font-size: 48px;
  }

  .en_mark_01 {
    font-size: 36px;
  }

  .button_group {
    gap: 10px;
  }

  .size_btn {
    width: 300px;
    font-size: 24px;
    padding: 2px 0 4px;
  }

  /* section 3 body reset_campaign sp */

  /* section 4 outdoor & daily essentials sp */

  .combination_section {
    padding: 60px 0;
  }

  .combination_lead_title {
    font-size: 28px;
  }

  /* メインビジュアルの重なり */

  .main_photo {
    margin-left: 100px;
  }

  .main_photo img {
    width: 600px;
  }

  .badge_free {
    top: -10px;
    left: 60px;
  }

  .badge_free img {
    width: 170px;
  }

  /* 中央見出し */
  .combination_lead {
    gap: 20px;
    margin: 10px 0;
  }
  .combination_lead .line {
    width: 200px;
    height: 1px;
  }
  .combination_lead p {
    font-size: 28px;
  }

  /* 2カラムグリッド */
  .product_grid {
    gap: 20px;
    padding: 0 40px;
  }

  .product_card_02 {
    width: 380px;
  }

  .discount_label {
    bottom: 0;
    left: 0;
    width: 120px;
  }

  /* テキスト・価格エリア */
  .item_info {
    margin-top: 15px;
  }

  .item_name {
    font-size: 21.5px;
    margin: 8px auto;
  }

  .old_price {
    font-size: 21.5px;
    margin: 5px 0;
  }

  .price_row {
    gap: 8px;
    align-items: center;
  }

  .price_row .tag {
    width: 120px;
    padding: 1px 0;
    font-size: 24px;
  }

  .price_row .new_price_02 {
    font-size: 48px;
  }

  .new_price_yen {
    font-size: 36px;
  }

  .view_more_btn {
    width: 300px;
    padding: 2px 0 4px;
    margin: 15px auto 80px;
    font-size: 24px;
  }

  /* section 4 outdoor & daily essentials sp */

  /* section 5 outlet_sale  sp */

  .outlet_sale_section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .outlet_title {
    padding: 58px 0 68px;
  }

  .outlet_title img {
    width: 408px;
  }

  .outlet_main_item {
    margin: 0 auto 60px;
    padding: 0 38px;
  }

  /* --- 2カラム部分 --- */
  .outlet_sub_grid {
    gap: 20px;
    margin-bottom: 60px; /* 次の段との隙間 */
    padding: 0 40px;
  }

  .outlet_sub_card {
    padding-bottom: 80px;
  }

  /* --- 共通情報エリア --- */
  .outlet_info {
    margin-top: 20px;
  }
  .outlet_item_name {
    font-size: 23.5px;
    margin: 10px auto;
  }
  .outlet_old_price {
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .outlet_price_row_top {
    gap: 10px;
    margin: 10px 0;
  }

  .outlet_price_row {
    gap: 15px;
    margin: 10px 0;
  }

  .off_badge_img {
    width: 80px;
  }

  .outlet_price_row.--small {
    gap: 8px;
  }
  .outlet_tag_text {
    width: 120px;
    font-size: 24px;
    padding: 3px 8px;
    margin-bottom: -1px;
  }

  .outlet_new_price_top {
    font-size: 76px;
  }

  .outlet_yen_01 {
    font-size: 42px;
    margin-right: 4px;
  }

  .outlet_yen_02 {
    font-size: 36px;
    margin-right: 4px;
  }

  .outlet_new_price {
    font-size: 48px;
    letter-spacing: 0.05em;
  }

  /* ボタン */
  .outlet_btn_group {
    gap: 8px;
    margin-top: 15px;
  }

  .outlet_btn {
    max-width: 300px;
    margin: 0 auto;
    font-size: 24px;
    padding: 1px 0 2px;
  }

  /* section 5 outlet_sale sp */
}
/* PC */
