@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/* 読み上げ対策 */
.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 {
  background: #ebf4fb;
}

.decoupon {
  color: #333;
}
.decoupon img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.decoupon a {
  text-decoration: none;
}
@media (min-width: 769px) {
  .decoupon .u-sp {
    display: none;
  }
}
@media (min-width: 481px) {
  .decoupon .u-xsp {
    display: none;
  }
}
@media (max-width: 768px) {
  .decoupon {
    padding-bottom: 40px;
  }
}
.decoupon-bottom {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .decoupon-bottom {
    padding-top: 20px;
  }
}
.decoupon-inner {
  margin: 0 auto;
}
.decoupon-mv {
  width: 100vw;
  margin: 0 -60px;
}
@media (min-width: 1280px) {
  .decoupon-mv {
    margin: 0 calc((100vw - 1160px) / 2 * -1);
  }
}
.decoupon-mv img {
  width: 100%;
}
@media (max-width: 768px) {
  .decoupon-mv {
    margin: 0 -4.27%;
    width: 100vw;
  }
}
.decoupon-mv + .decoupon-shop {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .decoupon-mv + .decoupon-shop {
    margin-top: 20px;
  }
}
.decoupon-anchor {
  padding: 48px 0 42px;
}
@media (max-width: 768px) {
  .decoupon-anchor {
    padding: 20px 0 28px;
  }
}
.decoupon-anchor__lead {
  margin: 0 0 48px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .decoupon-anchor__lead {
    margin-bottom: 18px;
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
.decoupon-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .decoupon-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 90%;
  }
}
.decoupon-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 72px;
  border: 2px solid #006837;
  border-bottom-width: 6px;
  border-radius: 999px;
  background: #fff;
  color: #006837;
  font-size: 2rem;
  padding: 0 40px;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 930px) {
  .decoupon-nav__btn {
    font-size: 1.8rem;
    padding: 0 40px 0 30px;
  }
}
@media (max-width: 768px) {
  .decoupon-nav__btn {
    min-height: 44px;
    padding: 0 40px;
    font-size: clamp(1.5rem, 1rem + 1.3333vw, 1.8rem);
  }
}
.decoupon-nav__btn:hover {
  color: #006837;
  background: #d4f6e6;
}
.decoupon-nav__btn::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #006837;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .decoupon-nav__btn::before {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.decoupon-nav__btn::after {
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .decoupon-nav__btn::after {
    right: 20px;
    top: calc(50% - 3px);
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.decoupon-ribbon {
  position: relative;
  z-index: 2;
  width: fit-content;
  min-width: 532px;
  margin: 0 auto 52px;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .decoupon-ribbon {
    min-width: auto;
    width: calc(100% - 58px);
    margin-bottom: 36px;
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .decoupon-ribbon {
    width: calc(100% - 54px);
  }
}
.decoupon-ribbon-shop {
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  .decoupon-ribbon-shop {
    margin-bottom: 26px;
  }
}
.decoupon-ribbon span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 13px 52px 12px;
  background: #f7931e;
  font-size: inherit;
}
@media (max-width: 768px) {
  .decoupon-ribbon span {
    padding: 9px 12px 11px;
  }
}
@media (max-width: 480px) {
  .decoupon-ribbon span {
    padding: 6px 12px 5px;
  }
}
.decoupon-ribbon::before, .decoupon-ribbon::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .decoupon-ribbon::before, .decoupon-ribbon::after {
    top: 9px;
    width: 56px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .decoupon-ribbon::before, .decoupon-ribbon::after {
    top: 9px;
    width: 46px;
    height: 34px;
  }
}
.decoupon-ribbon::before {
  left: -40px;
  background-image: url("/html/upload/user_data/feature/decoupon/img/2026/ribbon-left.svg");
}
@media (max-width: 768px) {
  .decoupon-ribbon::before {
    left: -29px;
  }
}
@media (max-width: 480px) {
  .decoupon-ribbon::before {
    left: -24px;
  }
}
.decoupon-ribbon::after {
  right: -40px;
  background-image: url("/html/upload/user_data/feature/decoupon/img/2026/ribbon-right.svg");
}
@media (max-width: 768px) {
  .decoupon-ribbon::after {
    right: -29px;
  }
}
@media (max-width: 480px) {
  .decoupon-ribbon::after {
    right: -24px;
  }
}
.decoupon-ribbon--coupon {
  position: absolute;
  top: -32px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .decoupon-ribbon--coupon {
    top: -24px;
    width: 75%;
  }
}
@media (max-width: 480px) {
  .decoupon-ribbon--coupon {
    width: 75%;
  }
}
.decoupon-notetitle {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .decoupon-notetitle {
    font-size: 1.8rem;
  }
}
.decoupon-notelist {
  max-width: 700px;
  width: 100%;
  margin: auto !important;
}
.decoupon-notelist li {
  font-size: 1.6rem;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .decoupon-notelist li {
    font-size: 1.4rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
}
.decoupon-notelist li + li {
  margin-top: 5px;
}
.decoupon-category {
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .decoupon-category {
    padding: 10px 0 0;
  }
}
.decoupon-category__list {
  display: flex;
  gap: 14px;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .decoupon-category__list {
    gap: 14px 8px;
    flex-wrap: wrap;
  }
}
.decoupon-category__item {
  width: 25%;
}
@media (max-width: 768px) {
  .decoupon-category__item {
    display: flex;
    flex: 0 0 calc((100% - 8px) / 2);
    width: calc((100% - 8px) / 2);
  }
}
.decoupon-catCard {
  position: relative;
  display: block;
  min-height: 270px;
  border: 1px solid #b9cde6;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  overflow: visible;
  box-sizing: border-box;
  transition: border 0.3s;
  height: 100%;
  color: inherit;
}
@media (max-width: 768px) {
  .decoupon-catCard {
    width: 100%;
    min-height: 192px;
    min-height: auto;
  }
}
.decoupon-catCard:hover {
  color: inherit;
}
.decoupon-catCard::before, .decoupon-catCard::after {
  content: "";
  position: absolute;
  top: 76%;
  width: 23px;
  height: 23px;
  border: 1px solid #b9cde6;
  border-radius: 50%;
  background: #ebf4fb;
  z-index: 4;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-50%);
  transition: border 0.3s;
}
@media (max-width: 768px) {
  .decoupon-catCard::before, .decoupon-catCard::after {
    top: 74%;
    width: 17px;
    height: 17px;
  }
}
.decoupon-catCard::before {
  left: -13px;
  clip-path: inset(0 0 0 50%);
}
@media (max-width: 768px) {
  .decoupon-catCard::before {
    left: -10px;
  }
}
.decoupon-catCard::after {
  right: -13px;
  clip-path: inset(0 50% 0 0);
}
@media (max-width: 768px) {
  .decoupon-catCard::after {
    right: -10px;
  }
}
.decoupon-catCard:hover {
  border: 1px solid #f7931e;
}
.decoupon-catCard:hover::before, .decoupon-catCard:hover::after {
  border: 1px solid #f7931e;
}
.decoupon-catCard:hover .decoupon-catCard__name::before {
  background: #f7931e;
}
.decoupon-catCard:hover .decoupon-catCard__en {
  background: #f7931e;
}
.decoupon-catCard__inner {
  position: relative;
  display: flex;
  min-height: 268px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .decoupon-catCard__inner {
    min-height: auto;
  }
}
.decoupon-catCard__en {
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 3;
  min-width: 140px;
  padding: 4px 16px;
  border-radius: 999px;
  background: #298be2;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .decoupon-catCard__en {
    top: -7px;
    min-width: 104px;
    padding: 3px 10px;
    font-size: clamp(0.7rem, 0.3667rem + 0.8889vw, 0.9rem);
  }
}
.decoupon-catCard__img {
  width: 170px !important;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .decoupon-catCard__img {
    width: min(23vw, 116px) !important;
    margin-top: 12px;
  }
}
.decoupon-catCard__name {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-bottom: 28px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .decoupon-catCard__name {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 8px 16px;
    font-size: clamp(1.3rem, 0.8rem + 1.3333vw, 1.6rem);
    line-height: 1.35;
  }
}
.decoupon-catCard__name::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #298be2;
  transform: translateX(-50%);
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .decoupon-catCard__name::before {
    width: 14px;
    height: 14px;
  }
}
.decoupon-catCard__name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .decoupon-catCard__name::after {
    bottom: 5px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.decoupon-couponSec {
  padding: 42px 0 0;
  scroll-margin-top: 20px;
}
@media (max-width: 768px) {
  .decoupon-couponSec {
    padding-top: 42px;
    margin: 0 -4.27%;
    width: 100vw;
  }
}
.decoupon-couponSec + .decoupon-couponSec {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .decoupon-couponSec + .decoupon-couponSec {
    margin-top: 30px;
  }
}
.decoupon-couponSec + .decoupon-shop {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .decoupon-couponSec + .decoupon-shop {
    margin-top: 50px;
  }
}
.decoupon-couponSec + .decoupon-shop + .decoupon-note {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .decoupon-couponSec + .decoupon-shop + .decoupon-note {
    margin-top: 50px;
  }
}
.decoupon-frame {
  position: relative;
  margin: 0 auto;
  padding: 72px 66px 44px;
  border: 1px solid #b9cde6;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .decoupon-frame {
    padding: 45px 25px 30px;
  }
}
#note .decoupon-frame {
  padding: 44px 66px 44px;
}
@media (max-width: 768px) {
  #note .decoupon-frame {
    padding: 30px 25px;
  }
}
.decoupon-carousel {
  position: relative;
}
.decoupon-carousel input {
  display: none;
}
.decoupon-carousel__viewport {
  overflow: hidden;
  width: 100%;
}
.decoupon-carousel__track {
  display: flex;
  padding: 0;
  margin: 0 -12px;
  list-style: none;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .decoupon-carousel__track {
    margin: 0;
  }
}
.decoupon-carousel__slide {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
@media (max-width: 1160px) {
  .decoupon-carousel__slide {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.decoupon-carousel__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 176px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1160px) {
  .decoupon-carousel__controls {
    padding: 0 4px;
    box-sizing: border-box;
    width: calc(100% + 40px);
    opacity: 0.7;
  }
}
@media (max-width: 1160px) {
  .decoupon-carousel__controls--pc {
    display: none;
  }
}
.decoupon-carousel__controls--sp {
  display: none;
}
@media (max-width: 1160px) {
  .decoupon-carousel__controls--sp {
    display: block;
  }
}
.decoupon-carousel__layer {
  display: none;
  justify-content: space-between;
}
.decoupon-carousel__btn {
  position: relative;
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #298be2;
  cursor: pointer;
}
.decoupon-carousel__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-62%, -50%) rotate(45deg);
}
.decoupon-carousel__btn--prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}
.decoupon-carousel__btn.is-disabled {
  visibility: hidden;
}
input:nth-of-type(1):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track, input:nth-of-type(2):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
  transform: translateX(0%);
}
input:nth-of-type(1):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-1, input:nth-of-type(2):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-1 {
  display: flex;
}
input:nth-of-type(3):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track, input:nth-of-type(4):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
  transform: translateX(-100%);
}
input:nth-of-type(3):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-3, input:nth-of-type(4):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-3 {
  display: flex;
}
input:nth-of-type(5):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track, input:nth-of-type(6):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
  transform: translateX(-200%);
}
input:nth-of-type(5):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-5, input:nth-of-type(6):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-5 {
  display: flex;
}
input:nth-of-type(7):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track, input:nth-of-type(8):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
  transform: translateX(-300%);
}
input:nth-of-type(7):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-7, input:nth-of-type(8):checked ~ .decoupon-carousel__controls--pc .decoupon-carousel__layer--pc-7 {
  display: flex;
}
@media (max-width: 1160px) {
  input:nth-of-type(1):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(0%);
  }
  input:nth-of-type(1):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-1 {
    display: flex;
  }
  input:nth-of-type(2):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-100%);
  }
  input:nth-of-type(2):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-2 {
    display: flex;
  }
  input:nth-of-type(3):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-200%);
  }
  input:nth-of-type(3):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-3 {
    display: flex;
  }
  input:nth-of-type(4):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-300%);
  }
  input:nth-of-type(4):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-4 {
    display: flex;
  }
  input:nth-of-type(5):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-400%);
  }
  input:nth-of-type(5):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-5 {
    display: flex;
  }
  input:nth-of-type(6):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-500%);
  }
  input:nth-of-type(6):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-6 {
    display: flex;
  }
  input:nth-of-type(7):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-600%);
  }
  input:nth-of-type(7):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-7 {
    display: flex;
  }
  input:nth-of-type(8):checked ~ .decoupon-carousel__viewport .decoupon-carousel__track {
    transform: translateX(-700%);
  }
  input:nth-of-type(8):checked ~ .decoupon-carousel__controls--sp .decoupon-carousel__layer--sp-8 {
    display: flex;
  }
}
.decoupon-couponGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}
@media (max-width: 768px) {
  .decoupon-couponGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.decoupon-coupon {
  overflow: hidden;
  border: 1px solid #b9cde6;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: border 0.3s;
}
.decoupon-coupon:hover {
  color: inherit;
  border: 1px solid #f7931e;
}
.decoupon-coupon:hover .decoupon-coupon__btn {
  background: #f7931e;
}
.decoupon-coupon__ph {
  background: #bfbfbf;
}
.decoupon-coupon__ph img {
  max-width: 100%;
  width: auto !important;
  margin-top: 0;
}
.decoupon-coupon__sample {
  position: relative;
  height: 132px;
  border: 6px solid #ffd659;
  box-sizing: border-box;
  background: #fff;
  color: #17213c;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
}
.decoupon-coupon__sample strong {
  display: block;
  margin-top: 23px;
  font-size: 5.5rem;
  line-height: 0.85;
}
.decoupon-coupon__sample strong span {
  font-size: 2.8rem;
}
.decoupon-coupon__sample em {
  display: block;
  font-style: normal;
  font-size: 2.4rem;
}
.decoupon-coupon__sampleLabel {
  position: absolute;
  left: -17px;
  top: 17px;
  color: #333;
  font-size: 0.8rem;
  transform: rotate(-45deg);
}
.decoupon-coupon__body {
  padding: 12px 8px 9px;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .decoupon-coupon__body {
    padding: 6px 10px;
  }
}
.decoupon-coupon__date {
  display: inline-block;
  width: 90%;
  margin: 0 auto 14px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #ebf4fb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .decoupon-coupon__date {
    margin: 0 auto 6px;
  }
}
.decoupon-coupon__amount {
  margin: 0;
  color: #f7931e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .decoupon-coupon__amount {
    font-size: 2.4rem;
  }
}
.decoupon-coupon__amount small {
  font-size: 0.7em;
}
.decoupon-coupon__shop {
  margin: 10px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .decoupon-coupon__shop {
    margin: 6px 0 0;
  }
}
.decoupon-coupon__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: #006837;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .decoupon-coupon__btn {
    font-size: 1.2rem;
    min-height: 36px;
  }
}
.decoupon-coupon__btn::before {
  content: "";
  width: 25px;
  height: 15px;
  margin-right: 6px;
  background-image: url("/html/upload/user_data/feature/decoupon/img/2026/coupon-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .decoupon-coupon__btn::before {
    width: 16px;
    height: 10px;
  }
}
.decoupon-coupon.end-coupon {
  position: relative;
  pointer-events: none !important;
}
.decoupon-coupon.end-coupon:before {
  position: absolute;
  content: "終了しました";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.decoupon-back {
  margin: 44px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .decoupon-back {
    margin-top: 28px;
  }
}
.decoupon-back a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 410px;
  max-width: 480px;
  width: 100%;
  min-height: 55px;
  padding: 0 40px;
  border: 2px solid #006837;
  border-bottom-width: 5px;
  border-radius: 999px;
  background: #fff;
  color: #006837;
  font-size: 2rem;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .decoupon-back a {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    font-size: clamp(1.4rem, 1.0667rem + 0.8889vw, 1.6rem);
  }
}
.decoupon-back a:hover {
  color: #006837;
  background: #d4f6e6;
}
.decoupon-back a::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #006837;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .decoupon-back a::before {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.decoupon-back a::after {
  content: "";
  position: absolute;
  right: 23px;
  top: calc(50% - 2px);
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .decoupon-back a::after {
    right: 20px;
    top: calc(50% - 1px);
    width: 4px;
    height: 4px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
.decoupon-more {
  margin: 10px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .decoupon-more {
    margin-top: 10px;
  }
}
.decoupon-more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  max-width: 380px;
  width: 100%;
  min-height: 55px;
  padding: 0 40px;
  border: 2px solid #006837;
  border-bottom-width: 5px;
  border-radius: 999px;
  background: #fff;
  color: #006837;
  font-size: 2rem;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .decoupon-more a {
    min-width: 0;
    width: 100%;
    max-width: 60%;
    min-height: 44px;
    font-size: clamp(1.4rem, 1.0667rem + 0.8889vw, 1.6rem);
  }
}
.decoupon-more a:hover {
  color: #006837;
  background: #d4f6e6;
}
.decoupon-more a::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #006837;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .decoupon-more a::before {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.decoupon-more a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .decoupon-more a::after {
    right: 20px;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
.decoupon-placeholder {
  display: none;
}/*# sourceMappingURL=style2026.css.map */