.threeDays-sale {
  --min-size: 0;
  --max-size: 10px;
  --fluid-size: 1.25vw;

  font-size: min(var(--fluid-size), var(--max-size));
}

/* ------------------------
  basic setting
------------------------ */
.content_box_05 {
  background-color: #ffff !important;
}

/* ------------------------
  layout
------------------------ */
.threeDays-sale .l-inner {
  margin: 0 auto;
  max-width: 80em;
  overflow: hidden;
}

/* ------------------------
  utility: hover
------------------------ */
/* ホバーアニメーション（ PC のみ ） */
@media (hover: hover) {
  .threeDays-sale .u-hover-btn > * {
    display: block;
    transition: opacity 0.4s ease;
  }

  .threeDays-sale .u-hover-btn:hover > * {
    opacity: 0.8;
  }
}

/* ------------------------
  utility: position
------------------------ */
.threeDays-sale .u-margin-center {
  margin: 0 auto;
}

.threeDays-sale .u-margin-right {
  margin: 0 0 0 auto;
}

.threeDays-sale .u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.threeDays-sale .u-text-center {
  text-align: center;
}

.threeDays-sale .u-position-relative {
  position: relative;
}

.threeDays-sale .u-position-absolute {
  position: absolute;
}

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

/* ------------------------
  utility: margin
------------------------ */
/* top */
.threeDays-sale .u-mt-5 {
  margin-top: 0.5em;
}

.threeDays-sale .u-mt-10 {
  margin-top: 1em;
}

.threeDays-sale .u-mt-20 {
  margin-top: 2em;
}

.threeDays-sale .u-mt-30 {
  margin-top: 3em;
}

.threeDays-sale .u-mt-40 {
  margin-top: 4em;
}

.threeDays-sale .u-mt-50 {
  margin-top: 5em;
}

/* bottom */
.threeDays-sale .u-mb-5 {
  margin-bottom: 0.5em;
}

.threeDays-sale .u-mb-10 {
  margin-bottom: 1em;
}

.threeDays-sale .u-mb-20 {
  margin-bottom: 2em;
}

.threeDays-sale .u-mb-30 {
  margin-bottom: 3em;
}

.threeDays-sale .u-mb-40 {
  margin-bottom: 4em;
}

.threeDays-sale .u-mb-50 {
  margin-bottom: 5em;
}

/* left */
.threeDays-sale .u-ml-140 {
  margin-left: 1.2em;
}

/* ------------------------
  utility: padding
------------------------ */
/* top */
.threeDays-sale .u-pt-10 {
  padding-top: 1em;
}

.threeDays-sale .u-pt-20 {
  padding-top: 2em;
}

.threeDays-sale .u-pt-30 {
  padding-top: 3em;
}

.threeDays-sale .u-pt-40 {
  padding-top: 4em;
}

.threeDays-sale .u-pt-50 {
  padding-top: 5em;
}

/* bottom */
.threeDays-sale .u-pb-10 {
  padding-bottom: 1em;
}

.threeDays-sale .u-pb-20 {
  padding-bottom: 2em;
}

.threeDays-sale .u-pb-30 {
  padding-bottom: 3em;
}

.threeDays-sale .u-pb-40 {
  padding-bottom: 4em;
}

.threeDays-sale .u-pb-50 {
  padding-bottom: 5em;
}

.threeDays-sale .u-pb-60 {
  padding-bottom: 6em;
}

.threeDays-sale .u-pb-100 {
  padding-bottom: 10em;
}

/* ------------------------
  utility: color
------------------------ */
/* bottom */
/* .threeDays-sale .u-color-6b4f51 {
  color: #6b4f51;
} */

/* ------------------------
  countdown timer (text)
------------------------ */

.threeDays-sale .view_on,
.threeDays-sale #CDT1,
.threeDays-sale #CDT2 {
  font-family: YuMincho !important;
  color: #513d34 !important;
  font-size: 3.6em !important;
  line-height: 1.2;
}

/* ------------------------
  Component: product card
------------------------ */

/* general
------------------------ */
.c-text {
  line-height: 1.3;
}

.c-text_salePrice {
  font-family: "the-seasons", sans-serif;
  font-style: normal;
  color: #914949;
  line-height: normal;
  position: relative;
}

/* background-color */
.c-productCard.--bg_fcfaf9 {
  background-color: #fcfaf9;
}

/* font-family */
.--yuGothic {
  font-family: YuGothic, Hiragino Sans;
}

.--yuMincho {
  font-family: YuMincho;
}

/* font-color */
.c-text.--6b4f51 {
  color: #6b4f51;
}

.--tc-914949 {
  color: #914949;
}

.--tc-be392a {
  color: #be392a;
}

/* large
------------------------ */
.c-productCardContainer.--vertical {
  display: flex;
  justify-content: center;
  gap: 3em;
}

.c-productCardContainer.--horizontal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

/* horizontal
------------------------ */
.c-productCard.--horizontal {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  width: 69em;
}

.c-productCard.--horizontal {
  background-color: #fff;
}

.c-productCard.--horizontal .c-productCard_img {
  width: 27em;
}

.c-productCard.--horizontal .c-text {
  font-size: 2.4em;
}

.c-productCard.--horizontal .c-text_regularPrice {
  font-size: 2.4em;
  margin-left: 3.5em;
  line-height: 1;
}
.c-productCard.--horizontal .c-text_regularPrice span {
  font-size: 0.6em;
}
.c-productCard.--horizontal .c-text_regularPrice .yen {
  font-size: 0.8em;
}

.c-productCard.--horizontal .c-text_salePrice .yen {
  font-size: 0.6em;
}

.c-productCard.--horizontal .c-text_salePrice {
  font-size: 8em;
  line-height: 1;
}

.c-productCard.--horizontal .c-productCard_badge {
  width: 8.1em;
  top: 0.3em;
  left: 1em;
}

.c-productCard.--horizontal .c-button {
  font-size: 1.5em;
  border-radius: 50px;
  padding: 0.5em 3em;
}

/* vertical type_01
------------------------ */

.c-productCardContainer.--vertical_01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5em 3em;
}

.c-productCard.--vertical_01 {
  /* width: 31em; */
  width: 33.7em;
}

.c-productCard.--vertical_01 .c-text_priceContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7em;
}

.c-productCard.--vertical_01 .c-text {
  font-size: 2.3em;
  letter-spacing: 0em;
  line-height: 1.2;
}

.c-productCard.--vertical_01 .c-text_regularPrice {
  font-size: 2.3em;
  line-height: 1;
}
.c-productCard.--vertical_01 .c-text_regularPrice.--strikethrough {
  color: #7d7d7d;
  text-decoration: line-through;
}

.c-productCard.--vertical_01 .c-text_salePrice {
  font-size: 2.4em;
  line-height: 1;
}

.c-productCard.--vertical_01 .c-productCard_badge {
  width: 8em;
  top: -0.3em;
  left: 1.5em;
}

.c-productCard.--vertical_01 .c-text_salePrice .yen {
  font-size: 0.7em;
}

/* large
------------------------ */
.c-productCard.--l {
  width: 68em;
}

.c-productCard.--l .c-text {
  font-size: 2.4em;
}

.c-productCard.--l .c-text_salePrice {
  font-size: 11.4em;
  line-height: 1;
}

.c-productCard.--l .c-productCard_badge {
  width: 12em;
  top: -1em;
  left: 8.6em;
}

.c-productCard.--l .c-text_salePrice .yen {
  font-size: 0.8em;
}

/* middle
------------------------ */
.c-productCard.--m {
  width: 31em;
}

.c-productCard.--m .c-text {
  font-size: 2.4em;
  letter-spacing: -0.07em;
}

.c-productCard.--m .c-text_salePrice {
  font-size: 7em;
  line-height: 1;
}

.c-productCard.--m .c-productCard_badge {
  width: 8em;
  top: -0.3em;
  left: 1.5em;
}

.c-productCard.--m .c-text_salePrice .yen {
  font-size: 0.7em;
}

/* ------------------------
  Component: btn
------------------------ */
/* general */
.c-productCard_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-button {
  display: block;
  font-family: YuGothic;
  font-size: 2.2em;
  text-align: center;
  padding: 0.3em 1.5em;
}

.c-button a {
  color: #fff;
}

.c-button.--c444 {
  background-color: #444;
}

.c-button.--c8a6668 {
  background-color: #8a6668;
}

/* ------------------------
  Page unique
------------------------ */
.threeDays-sale .mv {
  background-color: #ecddd8;
}

/* countdown area */
.threeDays-sale .countdown_area {
  background-color: #ecddd8;
}

/* content1 */
.threeDays-sale .content1 {
  background-color: #efddd6;
}

.threeDays-sale .content1_lumineImgContainer {
  display: flex;
  justify-content: center;
  gap: 3em;
}

.threeDays-sale .content1_lumineImg {
  width: 27em;
}

.threeDays-sale .content1_lumineText {
  width: 52em;
}

.content1_productCard {
  border-radius: 0 0 50px 0;
}

/* content2 */
.threeDays-sale .content2 {
  background-color: #f9efe7;
}

.threeDays-sale .content2 .c-smallItems_container {
  background-color: #fff;
}

.c-smallItem_subTitle {
  width: 58em;
}

/* content3 */
.threeDays-sale .content3 {
  background-color: #f6e8e6;
}

.threeDays-sale .content3_banner {
  width: 69em;
}

/* content4 */
.threeDays-sale .content4 {
  background-color: #fcf5f7;
}
