@charset "utf-8";
.custom-sail-wrapper {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.custom-sail-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.custom-sall-bg {
  background-color: #FBF9F1;
  padding: 60px 80px 190px;
  margin-bottom: 250px;
}

/* 各セクション共通 */
.sale-header,
.sale-catchcopy,
.sale-notice,
.sale-image {
  width: 100%;
  text-align: center;
}

.sale-header img,
.sale-catchcopy img,
.sale-notice img,
.sale-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 余白調整 */
.sale-header {
  margin-bottom: 30px;
  margin-top: -105px;
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}

.sale-catchcopy {
  margin-bottom: 40px;
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}

.sale-notice {
  margin-bottom: 40px;
}

.sale-image {
  position: absolute;
  left: auto;
  right: auto;
  bottom: -180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
}

/* レスポンシブ（スマホ対応） */
@media screen and (max-width: 768px) {
  .custom-sail-wrapper {
    margin-top: 100px;
  }

  .custom-sail-inner {
    padding: 0;
  }

  .custom-sall-bg {
    margin-bottom: 0;
    padding: 60px 20px 105px;
  }

  .sale-image {
    position: inherit;
    bottom: inherit;
    margin-top: -100px;
    padding: 0 20px;
  }

  .sale-header {
    margin-bottom: 20px;
  }

  .sale-catchcopy {
    margin-bottom: 60px;
    padding: 0 40px;
  }

  .sale-notice {
    margin-bottom: 30px;
  }
}

/* ====================================
  豪華セット内容セクション
==================================== */
.sale-set-section {
  position: relative;
  margin-top: 60px;
  padding: 30px 20px 30px;
  background-color: #FBF9F1;
  max-width: 640px;
  margin: 0 auto;
  border-bottom: 2px solid #707070;
}

.sale-set-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #111F42;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 25px;
  font-weight: normal;
  padding-bottom: 15px;
  position: absolute;
  top: -16px;
  left: 0;
}

.sale-set-title-image {
  display: block;
  width: 100%;
}
.sale-set-title-image.pc {
  display: block;
}
.sale-set-title-image.sp {
  display: none;
}

/* レスポンシブ（スマホ対応） */
@media screen and (max-width: 768px) {
  .sale-set-title-image.pc {
    display: none;
  }
  .sale-set-title-image.sp {
    display: block;
  }
}

.sale-set-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.sale-set-image {
  flex-shrink: 0;
  width: 240px;
}

.sale-set-image img {
  width: 100%;
  height: auto;
  display: block;
}

.sale-set-info {
  flex: 1;
}

.sale-set-name {
  font-size: 15px;
  color: #111F42;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7;
  margin-bottom: 5px;
}

.sale-set-price {
  font-size: 21px;
  font-weight: bold;
  color: #111F42;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}

.sale-set-button {
  display: inline-block;
  background: #111F42;
  color: #fff;
  text-align: center;
  padding: 9px 40px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1rem;
  transition: opacity 0.3s;
  border-radius: 3px;
}

.sale-set-button:hover {
  opacity: 0.8;
  color: #fff;
}

/* レスポンシブ（スマホ対応） */
@media screen and (max-width: 768px) {
  .sale-set-info {
    width: 100%;
  }

  .sale-set-name,
  .sale-set-price {
    margin-bottom: 15px;
  }
}

/* ====================================
  商品についてセクション
==================================== */
.sale-about-section {
  max-width: 640px;
  margin: 50px auto 0;
}

.sale-about-title {
  text-align: center;
  font-size: 20px;
  color: #111F42;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  font-weight: normal;
}

.sale-about-table {
  width: 100%;
  border-collapse: collapse;
  background: #FBF9F1;
}

.sale-about-table tr {
  border-bottom: 2px solid #fff;
}

.sale-about-table tr:last-child {
  border-bottom: none;
}

.sale-about-table th,
.sale-about-table td {
  padding: 18px 20px;
  color: #111F42;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: middle;
}

.sale-about-table th {
  width: 120px;
  font-weight: normal;
  text-align: center;
  background: #F8F2E2;
  font-size: 18px;
  /* border-right: 1px solid #E0DDD5; */
}
custom-sp-display
.sale-about-table td {
  line-height: 2;
  font-size: 15px;
}

.custom-pc-display {
  display: block !important;
}

.custom-sp-display {
  display: none !important;
}

/* レスポンシブ（スマホ対応） */
@media screen and (max-width: 768px) {
  .sale-about-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sale-about-table th,
  .sale-about-table td {
    line-height: 2;
    font-size: 13px;
  }

  .sale-about-table td span {
    display: inline-block;
    margin-top: 7px;
    line-height: 1.5;
  }

  .sale-about-table td span:first-child {
    margin-top: 0;
  }

  .sale-set-section {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .sale-set-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sale-set-card {
    flex-direction: column;
    gap: 15px;
  }

  .sale-set-image {
    width: 100%;
  }

  .sale-set-price {
    font-size: 20px;
  }

  .sale-set-button {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .sale-about-section {
    margin-top: 40px;
  }

  .sale-about-title {
    font-size: 18px;
  }

  .sale-about-table th,
  .sale-about-table td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .sale-about-table th {
    width: 80px;
  }

  .custom-pc-display {
    display: none !important;
  }

  .custom-sp-display {
    display: block !important;
  }
}
