.fv__thumbnail--archive-sale {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.section__header--sale {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__header--sale {
    padding: 0 24px;
  }
}

.section__header--img {
  margin-bottom: -1px;
  padding: 0;
  background: url(../img/deco-overview-header.webp) no-repeat;
  background-size: 100% 100%;
  height: 98px;
}
.section__header--img > img {
  max-width: calc(100% + 16px);
  height: 100%;
  margin: 0 -8px;
}
.section__header--img > span {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  text-align: right;
  padding: 0 24px;
  margin: 0 auto;
}
.section__header--img > span img {
  max-width: 224px;
}

@media screen and (max-width: 768px) {
  .section__header--img {
    margin-top: 60px;
    height: 41px;
  }
  .section__header--img > span img {
    max-width: 96px;
  }
}

/* 資料請求 */
.btn--saleContact,
.btn--notice {
  display: block;
  text-align: center;
  padding: 16px;
  background: var(--thema-yellow);
  color: var(--theme-black-dark);
  font-size: 24px;
  font-weight: bold;
  border-radius: 16px;
}
.btn--notice {
  background: var(--theme-black-light);
  color: var(--theme-black-dark);
  opacity: 0.5;
}
.btn--saleContact span,
.btn--notice span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .btn--saleContact span,
  .btn--notice span {
    text-align: left;
  }
}

.btn--saleContact {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn--saleContact::after {
content: "";
background: var(--theme-black-dark);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(0, 1);
transform-origin: left top;
transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
z-index: -1;
transform: skewY(-20deg) scale(1, 0);
height: 270px;
}
.btn--saleContact:hover {
color: #fff;
}
.btn--saleContact:hover::after {
transform: skewY(-10deg) scale(1, 1);
}

/**/
.section__detail {
  position: relative;
  z-index: 1;
  background: var(--thema-beige);
  max-width: initial;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 60px;
}
.section__detail::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 60px;
}
.section__detail:last-child::after {
  display: none;
}
.section__detail .section__title {
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: 1;
  gap: 8px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 40px;
}

/* プラン */
.section__detail--plan .section__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section__detail--plan .post__area {
  display: inline-flex;
  margin-bottom: 24px;
}
.section__detail--plan .post__money {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-black-dark);
  font-size: 18px;
}
.section__detail--plan .post__price {
  font-size: 32px;
}
.section__detail--plan .post__price.post__price--show-price::after {
  content: "（税込）";
  font-size: 18px;
}
.section__detail--plan .section__note {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.section__detail--plan .section__link_group {
  display: flex;
  flex-direction: column;
}
.section__detail--plan .section__link_group a {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 24px;
  border: 1px solid #d9d9d9;
  color: var(--theme-black-dark);
  margin-bottom: -1px;
}
.section__detail--plan .section__link_group a::after {
  content: "";
  background: url(../img/icon/arrow-right.svg) no-repeat;
  width: 16px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  filter: var(--svg--black-dark);

  transform:  translateX(0);
  transition: transform 0.3s ease;
  opacity: 0.8;
}

.section__detail--plan .section__link_group a:hover::after {
  transform: translateX(5px); /* 右に5px移動 */
}
@media screen and (max-width: 768px) {
  .section__detail--plan .post__price {
    font-size: 24px;
    text-align: right;
    width: 100%;
  }
  .section__detail--plan .post__money,
  .section__detail--plan .post__price.post__price--show-price::after {
    font-size: 16px;
    gap: 8px;
  }
  .section__detail .title--sm {
    font-size: 24px;
  }
  .section__detail .post__subtitle {
    margin-top: 8px;
  }
  .section__detail--plan .post__area{
    margin-bottom: 16px;
    font-size: 12px;
    padding: 8px 16px;
  }
}

/* 関連記事 */
.section__header--related {
  background: var(--thema-beige) url(../img/deco-mountain-green.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .section__header--related {
    background: var(--thema-beige) url(../img/deco-mountain-green.webp);
    background-size: 100% 100%;
  }
  
}
