@charset "UTF-8";
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

.ec-layoutRole {
  overflow: hidden;
  background: #f5f1ed;
  background-image: url("/html/upload/user_data/feature/stgcp100/img/2026/bg.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: center bottom;
}

.giftItemsHeadImg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px !important;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .giftItemsHeadImg {
    margin: 0 0 10px !important;
  }
}
.giftItemsHeadImg::before, .giftItemsHeadImg::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #c78a03;
  background: linear-gradient(90deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
}
.giftItemsHeadImg::before {
  margin-right: 10px;
}
.giftItemsHeadImg::after {
  margin-left: 10px;
}
.giftItemsHeadImg h2 {
  position: relative;
  display: inline-block;
  height: 50px;
  max-width: 500px;
  width: 100%;
  line-height: 50px;
  padding: 0 3rem !important;
  background: #c78a03;
  background: linear-gradient(90deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
  color: var(--brown) !important;
  font-size: 30px;
  text-align: center;
  border-bottom: none !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .giftItemsHeadImg h2 {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    max-width: 80%;
    padding: 0 !important;
  }
}
.giftItemsHeadImg h2::before, .giftItemsHeadImg h2::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #c78a03 transparent;
  border-style: solid;
  content: "";
}
.giftItemsHeadImg h2::before {
  left: -15px;
  border-width: 25px 0px 25px 15px;
}
@media (max-width: 767px) {
  .giftItemsHeadImg h2::before {
    left: -10px;
    border-width: 15px 0px 15px 10px;
  }
}
.giftItemsHeadImg h2::after {
  right: -15px;
  border-width: 25px 15px 25px 0px;
}
@media (max-width: 767px) {
  .giftItemsHeadImg h2::after {
    right: -10px;
    border-width: 15px 10px 15px 0px;
  }
}

:root {
  --bg-page: #f3efeb;
  --bg-soft: #f8f5f1;
  --white: #fff;
  --brown: #603813;
  --red: #ff0000;
  --shadow: 0 10px 24px rgba(49, 27, 7, 0.12);
}

.stg {
  font-feature-settings: "palt";
  color: var(--brown);
}
.stg--bottom {
  margin-top: 50px;
}
.stg--bottom .whitebg {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .stg--bottom .whitebg {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.stg--bottom .whitebg:before {
  position: absolute;
  content: "";
  background: var(--white);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .stg .u-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .stg .u-pc {
    display: none;
  }
}
.stg .ribbon-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  line-height: 1.3;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .stg .ribbon-badge {
    margin: 0 0 10px;
  }
}
.stg .ribbon-badge span {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 33px;
  padding: 0 3rem;
  background: #c78a03;
  background: linear-gradient(90deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
  color: var(--brown);
  font-size: 1.4rem;
  text-align: center;
}
.stg .ribbon-badge span::before, .stg .ribbon-badge span::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #c78a03 transparent;
  border-style: solid;
  content: "";
}
.stg .ribbon-badge span::before {
  left: -10px;
  border-width: 15px 0px 15px 10px;
}
.stg .ribbon-badge span::after {
  right: -10px;
  border-width: 15px 10px 15px 0px;
}
.stg .sec-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .stg .sec-ttl {
    margin: 0 0 10px;
  }
}
.stg .sec-ttl::before, .stg .sec-ttl::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #c78a03;
  background: linear-gradient(90deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
}
.stg .sec-ttl::before {
  margin-right: 10px;
}
.stg .sec-ttl::after {
  margin-left: 10px;
}
.stg .sec-ttl span {
  position: relative;
  display: inline-block;
  height: 50px;
  max-width: 500px;
  width: 100%;
  line-height: 50px;
  padding: 0 3rem;
  background: #c78a03;
  background: linear-gradient(90deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
  color: var(--brown);
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .stg .sec-ttl span {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    max-width: 80%;
    padding: 0;
  }
}
.stg .sec-ttl span::before, .stg .sec-ttl span::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #c78a03 transparent;
  border-style: solid;
  content: "";
}
.stg .sec-ttl span::before {
  left: -15px;
  border-width: 25px 0px 25px 15px;
}
@media (max-width: 767px) {
  .stg .sec-ttl span::before {
    left: -10px;
    border-width: 15px 0px 15px 10px;
  }
}
.stg .sec-ttl span::after {
  right: -15px;
  border-width: 25px 15px 25px 0px;
}
@media (max-width: 767px) {
  .stg .sec-ttl span::after {
    right: -10px;
    border-width: 15px 10px 15px 0px;
  }
}
.stg .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  padding: 10px 38px 10px 18px;
  border-radius: 2px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.stg .btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.stg .btn--red {
  transition: all 0.3s;
  box-shadow: 0 5px 0 #770007;
  flex: 1;
  color: var(--white);
  border-radius: 5px;
  background: #ee3d48;
  background: linear-gradient(90deg, #ee3d48 0%, #c91d23 100%);
}
.stg .btn--red::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid var(--white);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (max-width: 767px) {
  .stg .btn--red::after {
    border-left: 6px solid var(--white);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
.stg .btn--gold {
  transition: all 0.3s;
  box-shadow: 0 5px 0 var(--brown);
  flex: 1;
  color: var(--brown);
  border-radius: 5px;
  background: #c78a03;
  background: linear-gradient(90deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
}
.stg .btn--gold::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--brown);
}
@media (max-width: 767px) {
  .stg .btn--gold::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--brown);
  }
}
@media (max-width: 767px) {
  .stg .btn {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}
.stg .panel {
  padding: 50px;
  background: var(--white);
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 60px;
}
.stg .panel--plain {
  border-radius: 0;
}
@media (max-width: 767px) {
  .stg .panel {
    padding: 25px 15px;
    border-radius: 5px !important;
    margin-bottom: 30px;
  }
}
.stg .more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 55px;
  padding: 0 36px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--brown);
  border: 2px solid var(--brown);
  border-radius: 50vh;
}
.stg .more-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 45%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--brown);
}
@media (max-width: 767px) {
  .stg .more-btn {
    min-width: 206px;
    min-height: 47px;
    padding: 0 24px;
    font-size: 1.4rem;
  }
}
.stg section {
  position: relative;
  z-index: 0;
}
.stg .mv {
  padding: 35px 0 56px;
}
.stg .mv:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 140%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("/html/upload/user_data/feature/stgcp100/img/2026/mv_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .stg .mv:before {
    height: 140%;
  }
}
.stg .mv:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 140%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("/html/upload/user_data/feature/stgcp100/img/2026/bg.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: center bottom;
  z-index: -1;
  mix-blend-mode: overlay;
}
@media (max-width: 767px) {
  .stg .mv:after {
    height: 140%;
  }
}
.stg .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stg .mv__visual {
  width: min(100%, 1200px);
  margin: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .stg .mv__visual {
    margin: 0 -4.27%;
    width: 100vw;
    box-shadow: none;
  }
}
.stg .mv__visual img {
  width: 100%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}
.stg .mv__lead-wrap {
  margin-top: 50px;
  text-align: center;
  color: var(--white);
}
@media (max-width: 767px) {
  .stg .mv__lead-wrap {
    margin-top: 14px;
  }
}
.stg .mv__lead {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .stg .mv__lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.stg .mv__note {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--red);
  font-weight: 700;
}
@media (max-width: 767px) {
  .stg .mv__note {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.stg .mv__period {
  display: flex;
  max-width: 840px;
  width: 100%;
  margin: 30px auto 0;
  border: 1px solid var(--white);
  border-radius: 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .stg .mv__period {
    flex-direction: column;
    border-radius: 5px;
    max-width: 90%;
    margin: 20px auto 0;
  }
}
.stg .mv__period-label, .stg .mv__period-date {
  text-align: center;
  align-items: baseline;
  justify-content: center;
  margin: auto;
  padding: 12px 20px;
  color: var(--white);
}
@media (max-width: 767px) {
  .stg .mv__period-label, .stg .mv__period-date {
    padding: 6px 10px;
  }
}
.stg .mv__period-label {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  border-right: 1px solid var(--white);
  margin: 15px 0;
  padding: 12px 30px;
}
@media (max-width: 767px) {
  .stg .mv__period-label {
    font-size: 1.4rem;
    line-height: 1;
    border-right: none;
    margin: 0 15px;
    border-bottom: 1px solid var(--white);
  }
}
.stg .mv__period-date {
  font-size: 3rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .stg .mv__period-date {
    font-size: 2rem;
  }
}
.stg .mv__period-date small {
  font-size: 0.7em !important;
}
@media (max-width: 767px) {
  .stg .mv__period-date small {
    font-size: 0.6em !important;
  }
}
.stg .mv__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  width: 100%;
  max-width: 80%;
}
@media (max-width: 767px) {
  .stg .mv__actions {
    width: 100%;
    gap: 15px;
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .stg .mv {
    padding: 0 0 50px;
  }
}
.stg .shop {
  margin-bottom: 60px;
}
.stg .shop--white {
  background: var(--white);
  padding-top: 66px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .stg .shop--white {
    margin-bottom: 60px !important;
  }
}
.stg .shop__more {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .stg .shop__more {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .stg .shop {
    margin-bottom: 30px;
  }
  .stg .shop--white {
    padding-top: 30px;
  }
}
.stg .howto__lead {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .stg .howto__lead {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.stg .howto__badge {
  max-width: 394px;
  width: 100%;
  background: var(--brown);
  color: var(--white);
  text-align: center;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  margin: 30px auto -52px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .stg .howto__badge {
    max-width: 70%;
    min-height: 30px;
    margin: 10px auto -41px;
    font-size: 15px;
  }
}
.stg .step-list {
  margin: 26px auto 0;
  padding: 50px;
  list-style: none;
  border-radius: 10px;
  background: var(--bg-soft);
}
@media (max-width: 767px) {
  .stg .step-list {
    border-radius: 5px;
    padding: 25px 15px;
  }
}
.stg .step-list__item {
  margin-top: 35px;
  position: relative;
}
.stg .step-list__item:first-child {
  margin-top: 0;
}
.stg .step-list__item:first-child::before {
  display: none;
}
.stg .step-list__item::before {
  content: "";
  display: block;
  width: 0;
  margin: 0 auto 35px;
  border-inline: 35px solid transparent;
  border-top: 20px solid var(--brown);
}
@media (max-width: 767px) {
  .stg .step-list__item::before {
    margin-bottom: 14px;
    border-inline-width: 24px;
    border-top-width: 15px;
  }
}
@media (max-width: 767px) {
  .stg .step-list__item {
    margin-top: 18px;
  }
}
.stg .step-list__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: var(--brown);
}
.stg .step-list__ttl span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #c78a03;
  background: linear-gradient(45deg, rgb(199, 138, 3) 0%, rgb(232, 196, 126) 25%, rgb(244, 231, 207) 50%, rgb(239, 202, 132) 75%, rgb(199, 138, 3) 100%);
  color: var(--brown);
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
}
@media (max-width: 767px) {
  .stg .step-list__ttl span {
    width: 26px;
    height: 26px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .stg .step-list__ttl {
    gap: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.stg .step-list__note {
  margin: 0 0 12px;
  font-size: 1.6rem;
  color: var(--brown);
  padding-left: 60px !important;
}
.stg .step-list__note li {
  font-size: inherit;
}
@media (max-width: 767px) {
  .stg .step-list__note {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 40px !important;
  }
  .stg .step-list__note li {
    font-size: inherit;
  }
}
.stg .step-list__img {
  border-radius: 10px;
  border: 2px solid #eeece7;
  display: block;
  overflow: hidden;
  margin: 20px 40px 0 !important;
}
.stg .step-list__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .stg .step-list__img {
    padding: 16px 10px;
    margin: 15px 0px 0 40px !important;
  }
}
.stg .campaign__period {
  display: flex;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--brown);
  border-radius: 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .stg .campaign__period {
    flex-direction: column;
    border-radius: 5px;
    max-width: 90%;
  }
}
.stg .campaign__period-label, .stg .campaign__period-date {
  text-align: center;
  align-items: baseline;
  justify-content: center;
  margin: auto;
  padding: 12px 20px;
  color: var(--brown);
}
@media (max-width: 767px) {
  .stg .campaign__period-label, .stg .campaign__period-date {
    padding: 6px 10px;
  }
}
.stg .campaign__period-label {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  border-right: 1px solid var(--brown);
  margin: 15px 0;
  padding: 12px 30px;
}
@media (max-width: 767px) {
  .stg .campaign__period-label {
    font-size: 1.4rem;
    line-height: 1;
    border-right: none;
    margin: 0 15px;
    border-bottom: 1px solid var(--brown);
  }
}
.stg .campaign__period-date {
  font-size: 3rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .stg .campaign__period-date {
    font-size: 2rem;
  }
}
.stg .campaign__period-date small {
  font-size: 0.7em !important;
}
@media (max-width: 767px) {
  .stg .campaign__period-date small {
    font-size: 0.6em !important;
  }
}
.stg .campaign__lead {
  margin: 34px 0 26px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: var(--brown);
}
@media (max-width: 767px) {
  .stg .campaign__lead {
    margin: 14px 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.stg .campaign__sub-lead {
  margin: 28px 0 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.9;
  color: var(--brown);
}
.stg .campaign__sub-lead strong {
  display: block;
  margin-top: 4px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: var(--red);
  font-weight: 700;
}
@media (max-width: 767px) {
  .stg .campaign__sub-lead strong {
    font-size: 1.6rem;
  }
}
.stg .campaign__sub-lead strong .big {
  font-size: 1.6em;
  line-height: 1;
}
@media (max-width: 767px) {
  .stg .campaign__sub-lead {
    margin-top: 14px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.stg .campaign__btn-wrap {
  text-align: center;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .stg .campaign__btn-wrap {
    margin-top: 10px;
  }
}
.stg .campaign__btn {
  min-width: 380px;
}
@media (max-width: 767px) {
  .stg .campaign__btn {
    min-width: 90%;
  }
}
.stg .coupon-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .stg .coupon-cards {
    gap: 8px;
  }
}
.stg .coupon-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  margin: 0 auto -25px;
  width: 80%;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .stg .coupon-card__label {
    min-height: 20px;
    margin: 0 auto -10px;
    font-size: 1rem;
  }
}
.stg .coupon-card__body {
  padding: 55px 30px 30px;
  background: #f7f3ef;
  border-radius: 10px;
}
.stg .coupon-card__body img {
  width: 100%;
}
@media (max-width: 767px) {
  .stg .coupon-card__body {
    padding: 18px 5px 10px;
    border-radius: 5px;
  }
}
.stg .coupon-card--premium .coupon-card__label {
  background: linear-gradient(90deg, #cca039 0%, #e2b750 100%);
}
.stg .coupon-card--stage3 .coupon-card__label {
  background: linear-gradient(90deg, #879ba7 0%, #9bafba 100%);
}
.stg .coupon-card--stage2 .coupon-card__label {
  background: linear-gradient(90deg, #a27d67 0%, #b7927d 100%);
}
.stg .rules {
  background: var(--white);
}
.stg .rules__inner {
  margin: 0 auto;
}
.stg .rules__intro {
  margin: 0 0 32px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--brown);
}
@media (max-width: 767px) {
  .stg .rules__intro {
    margin-bottom: 18px;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
  }
}
.stg .rules__list {
  margin: 0;
  padding: 0;
}
.stg .rules__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid #ece3da;
}
.stg .rules__row dt {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--brown);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .stg .rules__row dt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.stg .rules__row dd {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--brown);
  text-indent: -16px;
  padding-left: 16px;
}
.stg .rules__row dd.noindent {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.stg .rules__row dd p {
  margin: 0;
}
.stg .rules__row dd p + p {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .stg .rules__row dd p + p {
    margin-top: 10px;
  }
}
.stg .rules__row dd ul {
  margin: 0;
  padding-left: 0;
  list-style: none !important;
}
.stg .rules__row dd ul + p {
  margin-top: 20px;
}
.stg .rules__row dd li {
  position: relative;
  list-style: none !important;
}
@media (max-width: 767px) {
  .stg .rules__row dd {
    font-size: 1.2rem;
    line-height: 1.8;
    text-indent: -12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .stg .rules__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }
}
@media (max-width: 835px) {
  .stg .stageAcd-list-unit {
    display: none !important;
  }
}
@media (min-width: 836px) {
  .stg .stageAcd-list-modal {
    display: none !important;
  }
}
@media all {
  .stg .stageAcd-list-unit {
    display: flex;
    position: relative;
    width: 100%;
  }
  .stg .stageAcd-list-title-text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .stg .stageAcd-list-method {
    border-right: dashed 1px #ccc;
    flex-basis: 135px;
    margin-right: 15px;
    padding-right: 15px;
  }
  .stg .stageAcd-list-method p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .stg .stageAcd-list-method p:not(:first-child) {
    margin-top: 5px;
  }
  .stg .stageAcd-list-times {
    border-right: dashed 1px #ccc;
    flex-basis: 126px;
    margin-right: 15px;
    padding-right: 15px;
  }
  .stg .stageAcd-list-times p {
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: center;
  }
  .stg .stageAcd-list-times p em {
    font-size: 2.2rem;
    font-style: normal;
  }
  .stg .stageAcd-list-notes {
    flex-basis: 401px;
  }
  .stg .stageAcd-list-notes p:not(:first-child) {
    margin-top: 15px;
  }
  .stg .stageAcd-list-notes-list li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .stg .stageAcd2_icons {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .stg .stageAcd2_icons li {
    margin-right: 5px;
  }
  .stg .stageAcd2_rank2,
  .stg .stageAcd2_rank3,
  .stg .stageAcd2_rank4 {
    display: block;
    height: 25px;
    width: 21px;
  }
  .stg .stageAcd2_rank2 {
    background: url(https://www.jrepoint.jp/assets/img/common/ico/ico-rank2.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .stg .stageAcd2_rank3 {
    background: url(https://www.jrepoint.jp/assets/img/common/ico/ico-rank3.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .stg .stageAcd2_rank4 {
    background: url(https://www.jrepoint.jp/assets/img/common/ico/ico-rank4.svg) center center no-repeat;
    background-size: 100% auto;
  }
}
@media all {
  .stg .stageAcd-list-notes-list li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .stg .stageAcd-list-modal p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .stg .stageAcd-list-modal-img {
    border-radius: 5px;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 200px;
  }
  .stg .stageAcd-list-modal-method {
    align-items: center;
    display: flex;
    gap: 10px;
  }
  .stg .stageAcd2_icons {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .stg .stageAcd2_icons li {
    margin-right: 5px;
  }
  .stg .stageAcd2_rank2,
  .stg .stageAcd2_rank3,
  .stg .stageAcd2_rank4 {
    display: block;
    height: 25px;
    width: 21px;
  }
  .stg .stageAcd2_rank2 {
    background: url(https://www.jrepoint.jp/assets/img/common/ico/ico-rank2.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .stg .stageAcd2_rank3 {
    background: url(https://www.jrepoint.jp/assets/img/common/ico/ico-rank3.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .stg .stageAcd2_rank4 {
    background: url(https://www.jrepoint.jp/assets/img/common/ico/ico-rank4.svg) center center no-repeat;
    background-size: 100% auto;
  }
}/*# sourceMappingURL=style2026.css.map */