.autumn-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
------------------------ */
.autumn-sale .l-inner {
  margin: 0 auto;
  max-width: 80em;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.autumn-sale .u-mt-15 {
  margin-top: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* left */

.autumn-sale .u-ml-140 {
  margin-left: 1.2em !important;
}

.autumn-sale .u-ml-180 {
  margin-left: 1.8em !important;
}

/* ------------------------
  utility: padding
------------------------ */
/* top */
.autumn-sale .u-pt-5 {
  padding-top: 0.5em !important;
}

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

.autumn-sale .u-pt-15 {
  padding-top: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------
  utility: color
------------------------ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.autumn-sale .c-productCard.--horizontal .c-text {
  font-size: 2.1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.autumn-sale .c-buttonLink {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

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

.autumn-sale .c-button.--fff {
  color: #fff;
}

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

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

/* 色とテキストサイズをカスタムできるように変数化 */
/* .c-button {
  display: block;
  font-family: YuGothic, Hiragino Sans;
  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;
} */

/* btn arrow */
.autumn-sale .u-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.autumn-sale .icon-arrow {
  width: 0.9em;
  height: 1em;
}

/* ------------------------
  component: accordion
------------------------ */
.autumn-sale .c-accordion_checkbox {
  display: none;
}

.autumn-sale .c-accordion_item + .c-accordion_item {
  margin-top: 10em;
}

.autumn-sale .c-accordion_itemTitle {
  position: relative;
}

.autumn-sale .c-accordion_itemTextList {
  font-size: 5em;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.autumn-sale
  .c-accordion_checkbox:checked
  + .c-accordion_itemTitle
  + .c-accordion_itemTextList {
  opacity: 1;
  max-height: 30em;
}

.autumn-sale .c-accordion_itemTextList > :first-child {
  margin-top: 1.5em;
}

.autumn-sale .c-accordion_itemText {
  display: flex;
  gap: 0.5em;
}

.autumn-sale .c-accordion_itemText span {
  display: block;
}

.autumn-sale .c-accordion_itemAnnotationList {
  font-size: 0.8em;
  letter-spacing: 0.02em;
}

/* accordion toggle icon */
.autumn-sale .c-icon_accordionToggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autumn-sale .u-icon_accordionToggle {
  position: relative;
  width: 1em;
  height: 1em;
  cursor: pointer;
  display: inline-block;
  right: 0;
}

.autumn-sale .u-icon_accordionToggle::before,
.u-icon_accordionToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.autumn-sale .u-icon_accordionToggle::before {
  width: 100%;
  height: 0.05em;
}
.autumn-sale .u-icon_accordionToggle::after {
  width: 0.05em;
  height: 100%;
}

.autumn-sale
  .c-accordion_checkbox:checked
  + .c-accordion_itemTitle
  .u-icon_accordionToggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* triangle Toggle */

.autumn-sale .u-icon_accordionToggle--triangle {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent; /* 左の余白 */
  border-right: 0.5em solid transparent; /* 右の余白 */
  border-top: 0.5em solid #984b62; /* 三角形の色部分 */
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.autumn-sale
  .c-accordion_checkbox:checked
  + .c-accordion_itemTitle
  .u-icon_accordionToggle--triangle {
  transform: rotate(180deg);
}

/* ------------------------
  countdown timer (text)
------------------------ */
.autumn-sale .countdown_area {
  background-color: #a3818b;
}

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

/* ------------------------
  p-menu
------------------------ */
.autumn-sale .p-menu {
  --menu-bgColor: #a3818b;
  --menu-lineColor: #dbd7ce;

  background-color: var(--menu-bgColor);
}

.autumn-sale .menu_container {
  background-color: #fff;
  max-width: 72em;
}

.autumn-sale .menu_gridContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横に2列 */
  grid-template-rows: repeat(2, 1fr); /* 縦に2行 */
}

.autumn-sale .menu_line__top,
.autumn-sale .menu_line__center,
.autumn-sale .menu_line__bottom {
  position: relative;
}

.autumn-sale .menu_line__top::before,
.autumn-sale .menu_line__center::before,
.autumn-sale .menu_line__bottom::before {
  content: "";
  position: absolute;
  background-color: var(--menu-lineColor);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.autumn-sale .menu_line__top::before {
  width: 28em;
  height: 0.6em;
  top: 0;
}

.autumn-sale .menu_line__center::before {
  width: 0.6em;
  height: 70em;
  top: 26em;
}

.autumn-sale .--grid4 .menu_line__center::before {
  width: 0.6em;
  height: 70em;
  top: 4em;
}

.autumn-sale .menu_line__bottom::before {
  width: 33em;
  height: 0.3em;
  bottom: -0.5em;
}

/* ------------------------
  p-ticket
------------------------ */
.autumn-sale .p-ticket {
  background-color: #f0e0e0;
}

/* TASK: リファクタリング */
/* title */
.autumn-sale .p-ticket_titleContainer {
  background: #9e6c6c;
  text-align: center;
  padding: 2em 0;
}

.autumn-sale .p-ticket_title {
  font-family: "the-seasons", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 4em;
}

.autumn-sale .p-ticket_borderText {
  font-family: YuGothic, Hiragino Sans;
  /* line-height: 2; */
  letter-spacing: 0.04em;
  color: #9e6c6c;
  background-color: #fff;
  font-size: 2.5em;
  display: inline-block;
  padding: 0em 2.5em;
  margin-top: 0.5em;
}

.autumn-sale .p-ticket_strongText {
  font-family: YuMincho, serif;
  line-height: 1.3;
  color: #fff;
  font-size: 5.5em;
}
.autumn-sale .p-ticket_strongText span {
  font-size: 1.3em;
}

/* body */
.autumn-sale .p-ticket_bodyContainer {
  display: grid;
  grid-template-columns: auto auto; /* 横に2列 */
  /* grid-template-rows: repeat(1, 1fr); 縦に2行 */
  justify-items: center;
  justify-content: center;
  column-gap: 4em;
}

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

.autumn-sale .p-ticket_textContainer {
  display: grid;
  align-items: center;
  justify-items: center;
}

.autumn-sale .p-ticket_text__subTitle {
  font-family: YuGothic, Hiragino Sans;
  color: #333;
  font-size: 3.5em;
  line-height: 1.1;
  text-align: center;
}
.autumn-sale .p-ticket_text__subTitle span {
  font-size: 1.5em;
}

.autumn-sale .p-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.8em;
}
.autumn-sale .p-ticket_text__price span {
  font-family: "the-seasons", sans-serif;
  font-size: 2.3em;
}

.autumn-sale .p-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;
  /* margin-top: 0.2em; */
  border-radius: 50px;
  background-color: #9e6c6c;
}

.autumn-sale .p-ticket_text__btn a {
  color: #fff;
}

.autumn-sale .p-ticket_text__annotation {
  font-family: YuGothic, Hiragino Sans;
  font-size: 1.8em;
  letter-spacing: 0.01em;
}

/* ------------------------
  mv
------------------------ */
.mv {
  background-color: #a3818b;
}

/* ------------------------
  section1
------------------------ */

.autumn-sale .section1 {
  background-color: #f0e4e3;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.autumn-sale .section1::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/202510/autumn-sale/bg-section1.jpg");
  width: 80em;
  height: 180.8em;
  background-size: contain;
  top: 36.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.autumn-sale .coupon_subTitleContainer {
  color: #8e3555;
  text-align: center;
  font-family: YuMincho, serif;
}

.autumn-sale .coupon_subTitle__attention {
  font-size: 3.6em;
  position: relative;
}

.autumn-sale .coupon_subTitle__attention--deco {
  position: absolute;
  top: 1.5em;
  bottom: 0;
  left: -0.6em;
  right: 0;
  margin: 0 auto;
  width: 4.8em;
}

.autumn-sale .coupon_subTitle {
  font-size: 5.5em;
}

.autumn-sale .coupon_subTitle span {
  font-size: 0.8em;
  line-height: 1.5;
}

.autumn-sale .coupon_btn {
  width: 34em;
}

.autumn-sale .coupon_btn.is-done {
  display: none;
}

.autumn-sale .coupon_ticketContainer {
  width: 76.2em;
}

.autumn-sale .coupon_ticket {
  position: relative;
}

.autumn-sale .coupon_discountTicket {
  display: none;
  position: absolute;
  top: 0;
  width: 76.2em;
}

.autumn-sale .coupon_discountTicketCode {
  position: absolute;
  font-family: YuGothic, Hiragino Sans;
  font-size: 3.6em;
  color: #751a3b;
  top: 8.8em;
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: -0.05em;
}

.autumn-sale .is-visible {
  display: block;
}

.autumn-sale .coupon_period {
  font-family: YuGothic, Hiragino Sans;
  text-align: center;
  font-size: 2.4em;
  color: #424242;
}

.autumn-sale .couponRegister_btn {
  font-size: 2.8em !important;
  width: 16.5em;
  margin: 0 auto;
  padding: 0.5em 1.5em !important;
}

/* accordion */
.autumn-sale .section1_accordion {
  width: 68em;
  /* --bottomPosition: -15%; */
  background-color: #fff;
  border: #8e3555 1px solid;
  padding: 3em 3.5em;
}

.autumn-sale .section1_accordionItemTitle {
  font-family: YuGothic, Hiragino Sans;
  font-size: 3.4em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #8e3555;
  width: 100%;
  font-size: 2.7em !important;
}

.autumn-sale .section1_accordionItemText {
  font-family: YuGothic, Hiragino Sans;
  font-size: 1.9em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  text-align: left;
  color: #8e3555;
  letter-spacing: -0.05em;
}

/* ------------------------
  section2
------------------------ */
.autumn-sale .section2 {
  background-color: #f0e3d6;
}

.autumn-sale .section2_subTitle {
  font-size: 3em;
  text-align: center;
  font-family: YuMincho, serif;
  color: #7f625d;
  font-weight: bold;
}

/* ------------------------
  section3
------------------------ */
.autumn-sale .section3 {
  background-color: #fff;
}

.autumn-sale .section3_subtitle {
  width: 60.4em;
}

.autumn-sale .section3_itemTitle {
  text-align: center;
  font-size: 3em;
  font-family: YuGothic, Hiragino Sans;
}

.autumn-sale .section3_card {
  width: 75em !important;
  border-radius: 50px;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
  padding-left: 2em;
  padding-right: 2em;
}

.autumn-sale .section3_itemImg {
  width: 68em;
  margin: 0 auto;
}

.autumn-sale .section3_textNomalPrice {
  font-size: 2.8em !important;
}

.autumn-sale .section3_textPrice {
  font-size: 1.6em;
  font-family: "the-seasons", sans-serif;
}

.autumn-sale .section3_salePrice {
  margin-left: 1.3em !important;
  margin-top: 0.15em;
  font-size: 16em !important;
}

.autumn-sale .section3_salePrice .yen {
  font-size: 0.6em !important;
}

.autumn-sale .section3_productCardBadge {
  width: 16em !important;
  top: -1em !important;
  left: 5.6em !important;
}

.autumn-sale .section3_btn {
  font-size: 2.5em !important;
  width: 16.5em;
  margin: 0 auto;
  padding: 0.5em 1.5em !important;
}

.autumn-sale .section1 {
  background-color: #f0e4e3;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.autumn-sale .section1::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/202510/autumn-sale/bg-section1.jpg");
  width: 80em;
  height: 287em;
  background-size: contain;
  background-repeat: no-repeat;
  top: 33em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

/* ------------------------
  section4
------------------------ */
.autumn-sale .section4 {
  background-color: #e8e5de;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.autumn-sale .section4::after {
  content: "";
  position: absolute;
  background-image: url("/img/salepage/202510/autumn-sale/bg-section4.jpg");
  width: 80em;
  height: 263.7em;
  background-size: contain;
  /* background-position: center;
  background-repeat: no-repeat; */
  background-repeat: no-repeat;
  top: 36.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.autumn-sale .section4_subTitle {
  font-family: YuMincho, serif;
  text-align: center;
  font-size: 4.8em;
  color: #543b3b;
  margin-top: 1.3em;
  letter-spacing: -0.05em;
}

.autumn-sale .section4_subTitle span {
  font-size: 0.8em;
}

.autumn-sale .section4_subTitle_2 {
  font-family: YuMincho, serif;
  text-align: center;
  font-size: 4em;
  color: #543b3b;
  margin-top: 6.1em;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.autumn-sale .section4_subTitle_2 span {
  letter-spacing: -0.03em;
}

.autumn-sale .section4_itemImgContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  margin: 0 auto;
  gap: 2em;
  margin-top: 5.7em;
  position: relative;
}

.autumn-sale .section4_itemImg {
  width: 33.2em;
}

.autumn-sale .section4_present {
  width: 60.4em;
  margin: 0 auto;
}

.autumn-sale .section4_present_badge {
  top: -4em;
  left: -10em;
  width: 23.3em;
}

.autumn-sale .section4_presentPeriod {
  font-family: YuGothic, Hiragino Sans;
  text-align: center;
  font-size: 2.4em;
  color: #424242;
}

.autumn-sale .section4_btn {
  font-size: 2.8em !important;
  width: 16.5em;
  margin: 0 auto;
  padding: 0.5em 1.5em !important;
}

.autumn-sale .section4_decoText_new {
  position: absolute;
  top: -10em;
  right: -3em;
  width: 14.7em;
}

.autumn-sale .section4_accordionItemTitle,
.autumn-sale .section4_accordionItemText {
  color: #775a58;
}

.autumn-sale .section4_accordion {
  border: #775a58 1px solid;
}

.autumn-sale .section4_accordionToggle--triangle {
  border-top: 0.5em solid #775a58 !important;
}
