@charset "UTF-8";
/* h1 読み上げ対策 */
.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;
}

.w-coupon {
  position: relative;
  z-index: 1;
}
.w-coupon:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: radial-gradient(circle at top left, rgba(255, 239, 170, 0.32), transparent 320px), linear-gradient(180deg, #eeead9 0%, #dedcc8 42%, #e8e5cf 100%);
  pointer-events: none;
}
.w-coupon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.w-coupon a {
  color: inherit;
  text-decoration: none;
}
.w-coupon .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .w-coupon .sp-only {
    display: block;
  }
}
.w-coupon__inner {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .w-coupon__inner {
    width: 100%;
  }
}
.w-coupon__inner--fv {
  width: min(100%, 1200px);
}
@media (max-width: 768px) {
  .w-coupon__inner--fv {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.w-coupon__fv {
  background: radial-gradient(circle at center, rgba(214, 180, 88, 0.26), transparent 420px), linear-gradient(90deg, #003a18, #002f14 50%, #003a18);
}
.w-coupon__fv-img {
  width: 100%;
  margin: 0 auto;
}
.w-coupon__section {
  padding: 72px 0;
}
@media (max-width: 768px) {
  .w-coupon__section {
    padding: 28px 0;
  }
}
.w-coupon__section--lead {
  padding-top: 46px;
  padding-bottom: 68px;
}
@media (max-width: 768px) {
  .w-coupon__section--lead {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.w-coupon__section--flow, .w-coupon__section--feature {
  position: relative;
  z-index: 1;
}
.w-coupon__section--flow::before, .w-coupon__section--feature::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.24);
  pointer-events: none;
  z-index: -1;
}
.w-coupon__target {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width: min(100%, 840px);
  margin: 0 auto 26px;
}
@media (max-width: 768px) {
  .w-coupon__target {
    width: min(100%, 500px);
    margin-bottom: 10px;
  }
}
.w-coupon__target-bg {
  width: 100%;
  filter: drop-shadow(0 12px 18px rgba(73, 43, 0, 0.14));
  margin-top: -110px;
}
@media (max-width: 768px) {
  .w-coupon__target-bg {
    margin-top: -50px;
  }
}
.w-coupon__target-text {
  position: absolute;
  top: 36%;
  left: 50%;
  width: min(74%, 650px);
  margin: 0;
  color: #372000;
  font-size: clamp(1.5rem, 1.65vw, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translate(-50%, -50%);
}
.w-coupon__target-text span {
  display: inline-block;
  margin-right: 0.7em;
  padding: 0.12em 0.7em 0.08em;
  border: 1px solid rgba(55, 32, 0, 0.32);
  border-radius: 999px;
  font-size: 0.82em;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.22);
}
@media (max-width: 768px) {
  .w-coupon__target-text {
    top: 37%;
    width: 78%;
    font-size: clamp(1.2rem, 3.4vw, 1.7rem);
    line-height: 1.35;
  }
  .w-coupon__target-text span {
    margin-right: 0.35em;
    padding-inline: 0.55em;
  }
}
.w-coupon__lead-card {
  position: relative;
  margin: 50px auto 0;
  padding: 42px 64px 58px;
  border-radius: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(0, 38, 16, 0.13);
}
.w-coupon__lead-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(207, 165, 74, 0.38);
  border-radius: 36px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .w-coupon__lead-card {
    padding: 28px 20px 38px;
    border-radius: 20px;
    margin: 20px auto 0;
  }
  .w-coupon__lead-card::before {
    inset: 5px;
    border-radius: 18px;
    pointer-events: none;
  }
}
.w-coupon__lead-focus {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  margin: 0 auto 28px;
}
@media (max-width: 768px) {
  .w-coupon__lead-focus {
    margin-bottom: 22px;
    border-radius: 12px;
  }
}
.w-coupon__lead-head {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  background: linear-gradient(135deg, #9f6b05 0%, #cfa54a 42%, #f5d36a 52%, #9b6b16 100%);
  border-radius: 50vh;
  color: #fffdf5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .w-coupon__lead-head {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.w-coupon__lead-head strong {
  font-size: 1.12em;
}
.w-coupon__lead-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #002f14;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .w-coupon__lead-text {
    font-size: 1.4rem;
  }
}
.w-coupon__lead-text strong {
  font-size: 1.35em;
}
.w-coupon__lead-baloon {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #9b6b16;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .w-coupon__lead-baloon {
    font-size: 1.4rem;
  }
}
.w-coupon__lead-baloon strong {
  font-size: 1.35em;
}
.w-coupon__deadline {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
  margin: 34px 0 4px;
  font-size: clamp(1.95rem, 2.6vw, 3.1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  display: inline;
  background: linear-gradient(transparent 40%, #ffeeb6 40%);
}
.w-coupon__deadline strong {
  color: #00451c;
  font-size: 1.42em;
  line-height: 1;
}
.w-coupon__deadline span {
  font-size: inherit;
}
@media (max-width: 768px) {
  .w-coupon__deadline {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
.w-coupon__note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #555;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .w-coupon__note {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.w-coupon__button {
  position: relative;
  line-height: 1;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 590px);
  min-height: 90px;
  margin-top: 5px;
  padding: 14px 34px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #00451c 0%, #0a7b39 100%);
  box-shadow: 0 6px 0 #00290f, 0 20px 28px rgba(0, 54, 22, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  .w-coupon__button {
    font-size: 1.6rem;
    padding: 14px;
    min-height: 60px;
    margin-top: 6px;
  }
}
.w-coupon__button::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.w-coupon__button:hover, .w-coupon__button:focus-visible {
  transform: translateY(3px);
  box-shadow: 0 4px 0 #00290f, 0 14px 22px rgba(0, 54, 22, 0.2);
}
.w-coupon__button span {
  display: contents;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .w-coupon__button span {
    font-size: 0.6em;
  }
}
.w-coupon__button--detail {
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  padding-inline: 22px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .w-coupon__button--detail {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.w-coupon__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  margin: 0 0 42px;
  padding: 14px 28px;
  border-bottom: 6px solid #cfa54a;
  color: #fff;
  font-size: clamp(2.4rem, 2.7vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #002f14 0%, #00451c 50%, #002f14 100%);
}
@media (max-width: 768px) {
  .w-coupon__heading {
    min-height: 52px;
    margin-bottom: 28px;
    padding: 12px 16px;
    border-bottom-width: 4px;
    font-size: 2.2rem;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.w-coupon__flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 980px) {
  .w-coupon__flow-list {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .w-coupon__flow-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.w-coupon__flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 214px;
  padding: 24px 20px 22px;
  border: 2px solid rgba(0, 69, 28, 0.18);
  border-radius: 20px;
  color: #002f14;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(0, 42, 18, 0.08);
}
.w-coupon__flow-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -31px;
  width: 24px;
  height: 24px;
  border-top: 5px solid #cfa54a;
  border-right: 5px solid #cfa54a;
  transform: translateY(-50%) rotate(45deg);
}
.w-coupon__flow-item:last-child::after {
  content: none;
}
.w-coupon__flow-item p {
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 980px) {
  .w-coupon__flow-item {
    min-height: auto;
    display: grid;
    grid-template-columns: auto 72px 1fr;
    gap: 14px;
    align-items: center;
    padding: 7px 15px;
    text-align: left;
    border-radius: 10px;
  }
  .w-coupon__flow-item::after {
    top: auto;
    right: 50%;
    width: 13px;
    height: 13px;
    transform: translateX(50%) rotate(135deg);
    border-width: 3px;
    bottom: -22px;
  }
}
.w-coupon__flow-num {
  margin-top: -42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 900;
  background: #00451c;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.18);
}
@media (max-width: 768px) {
  .w-coupon__flow-num {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -25px;
  }
}
.w-coupon__flow-icon {
  width: 72px !important;
  height: 72px !important;
}
@media (max-width: 768px) {
  .w-coupon__flow-icon {
    width: 50px !important;
    height: 50px !important;
  }
}
.w-coupon__coupon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 768px) {
  .w-coupon__coupon-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.w-coupon__coupon-card {
  overflow: hidden;
  border: 1px solid rgba(0, 69, 28, 0.15);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 42, 18, 0.1);
}
.w-coupon__coupon-card--stage .w-coupon__coupon-title {
  color: #fff;
  background: linear-gradient(135deg, #9f6b05 0%, #cfa54a 42%, #f5d36a 52%, #9b6b16 100%);
}
.w-coupon__coupon-card--viewcard .w-coupon__coupon-title {
  color: #fff;
  background: linear-gradient(135deg, #1489ad 0%, #64cbe4 48%, #a4ebf5 58%, #1489ad 100%);
}
.w-coupon__coupon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  padding: 12px 18px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.w-coupon__coupon-image {
  padding: 18px 18px 0;
  background: #fff;
}
.w-coupon__coupon-image img {
  width: 100%;
  border: 1px solid rgba(0, 69, 28, 0.1);
  background: #fff;
}
.w-coupon__coupon-body {
  padding: 22px 24px 30px;
}
.w-coupon__coupon-body p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.w-coupon__feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .w-coupon__feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.w-coupon__feature-card {
  display: block;
  overflow: hidden;
}
.w-coupon__feature-card img {
  width: 100%;
}
.w-coupon b {
  font-weight: 700;
}
.w-coupon .w-coupon__coupon-card p {
  text-align: center;
}
.w-coupon .w-coupon__coupon-card .txtBox {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 22px 24px 0;
}
.w-coupon .w-coupon__coupon-card .txtBox .sttl01 {
  display: block;
  color: #1ca4d3;
  border: solid #1ca4d3 4px;
  padding: 20px 40px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .w-coupon .w-coupon__coupon-card .txtBox .sttl01 {
    display: block;
  }
}
.w-coupon .w-coupon__coupon-card .txtBox .sttl02 {
  display: block;
  color: #9c8000;
  border: solid #9c8000 4px;
  padding: 10px 40px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .w-coupon .w-coupon__coupon-card .txtBox .sttl02 {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */