@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;
}

.sp,
.br_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .br_sp {
    display: inline;
  }

  .pc,
  .br_pc {
    display: none;
  }
}

.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: 767px) {
  .decoupon {
    padding-bottom: 40px;
  }
}
.decoupon-bottom {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .decoupon-bottom {
    padding-top: 20px;
  }
}
.decoupon-inner {
  margin: 0 auto;
}
.decoupon-mv {
  margin: 0 -60px;
}
@media (min-width: 1280px) {
  .decoupon-mv {
    margin: 0 calc((100vw - 1160px) / 2 * -1);
  }
}
.decoupon-mv img {
  width: 100%;
}
@media (max-width: 767px) {
  .decoupon-mv {
    margin-right: -4.27%;
    margin-left: -4.27%;
  }
}
.decoupon-mv + .decoupon-shop {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .decoupon-mv + .decoupon-shop {
    margin-top: 20px;
  }
}
.decoupon-anchor {
  padding: 48px 0 42px;
}
@media (max-width: 767px) {
  .decoupon-anchor {
    padding: 20px 0 28px;
  }
}
.decoupon-anchor__lead {
  margin-top: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.decoupon-anchor__lead2 {
  margin: 30px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.decoupon-anchor__lead2 span{
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .decoupon-anchor__lead {
    margin-bottom: 18px;
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
.decoupon-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .decoupon-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 90%;
  }
.decoupon-anchor__lead2 {
  margin: 10px 0;
}	
}
.decoupon-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 72px;
  border: 2px solid #0154eb;
  border-bottom-width: 6px;
  border-radius: 999px;
  background: #fff;
  color: #0154eb;
  font-size: 1.8rem;
  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: 767px) {
  .decoupon-nav__btn {
    min-height: 44px;
    padding: 0 40px;
    font-size: clamp(1.5rem, 1rem + 1.3333vw, 1.8rem);
  }
}
.decoupon-nav__btn:hover {
  color: #0154eb;
  background: #d8edff;
}
.decoupon-nav__btn::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0154eb;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .decoupon-ribbon-shop {
    margin-bottom: 26px;
  }
}
.decoupon-ribbon span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 13px 52px 12px;
  background: #8fcb00;
  font-size: inherit;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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/couponweekpointw/img/2026/ribbon-left.svg");
}
@media (max-width: 767px) {
  .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/couponweekpointw/img/2026/ribbon-right.svg");
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .decoupon-category__list {
    gap: 14px 8px;
    flex-wrap: wrap;
  }
}
.decoupon-category__item {
  width: 25%;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .decoupon-catCard::before {
    left: -10px;
  }
}
.decoupon-catCard::after {
  right: -13px;
  clip-path: inset(0 50% 0 0);
}
@media (max-width: 767px) {
  .decoupon-catCard::after {
    right: -10px;
  }
}
.decoupon-catCard:hover {
  border: 1px solid #fffd4f;
}
.decoupon-catCard:hover::before, .decoupon-catCard:hover::after {
  border: 1px solid #fffd4f;
}
.decoupon-catCard:hover .decoupon-catCard__name::before {
  background: #fffd4f;
}
.decoupon-catCard:hover .decoupon-catCard__en {
  background: #fffd4f;
  color: #0167eb !important;	
}
.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: 767px) {
  .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: #0154eb;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: #0154eb;
  transform: translateX(-50%);
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .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);
}
.decoupon-catCard:hover .decoupon-catCard__name::after {
  border-right: 2px solid #0154eb;
  border-bottom: 2px solid #0154eb;
}
@media (max-width: 767px) {
  .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: 767px) {
  .decoupon-couponSec {
    padding-top: 42px;
    margin-right: -4.27%;
    margin-left: -4.27%;
  }
}
.decoupon-couponSec + .decoupon-couponSec {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .decoupon-couponSec + .decoupon-couponSec {
    margin-top: 30px;
  }
}
.decoupon-couponSec + .decoupon-shop {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .decoupon-couponSec + .decoupon-shop {
    margin-top: 50px;
  }
}
.decoupon-couponSec + .decoupon-shop + .decoupon-note {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .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: 767px) {
  .decoupon-frame {
    padding: 45px 25px 30px;
  }
}
#note .decoupon-frame {
  padding: 44px 66px 44px;
}
@media (max-width: 767px) {
  #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 (min-width: 1161px) {
  .decoupon-carousel__track {
    max-height: 800px;
    flex-flow: column wrap;
    gap: 24px 0;
  }
}
@media (max-width: 767px) {
  .decoupon-carousel__track {
    margin: 0;
  }
}
.decoupon-carousel__slide {
  width: 100%;
  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 (min-width: 1161px) {
  .decoupon-couponGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .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 #fffd4f;
}
.decoupon-coupon:hover .decoupon-coupon__btn {
  background: #fffd4f;
  color: #0154eb;
}
.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: 767px) {
  .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: 767px) {
  .decoupon-coupon__date {
    margin: 0 auto 6px;
  }
}
.decoupon-coupon__amount {
  margin: 0;
  color: #0154eb;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .decoupon-coupon__amount {
    font-size: 2.4rem;
  }
}
.decoupon-coupon__amount small {
  font-size: 0.7em;
}
.decoupon-coupon__amount .exsmall {
  font-size: 0.5em;
  line-height: 1 !important;
  display: inline-block;
}
.decoupon-coupon__shop {
  margin: 10px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .decoupon-coupon__shop {
    margin: 6px 0 0;
  }
}
.decoupon-coupon__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: #0154eb;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .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/couponweekpointw/img/2026/coupon-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.decoupon-coupon:hover .decoupon-coupon__btn::before {
  background-image: url("/html/upload/user_data/feature/couponweekpointw/img/2026/coupon-icon_.svg");
}
@media (max-width: 767px) {
  .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: 767px) {
  .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 #0154eb;
  border-bottom-width: 5px;
  border-radius: 999px;
  background: #fff;
  color: #0154eb;
  font-size: 2rem;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .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: #0154eb;
  background: #d4f6e6;
}
.decoupon-back a::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0154eb;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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 #0154eb;
  border-bottom-width: 5px;
  border-radius: 999px;
  background: #fff;
  color: #0154eb;
  font-size: 2rem;
  font-weight: 700;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .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: #0154eb;
  background: #d4f6e6;
}
.decoupon-more a::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0154eb;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .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: 767px) {
  .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;
}

/* bl_howto
---------------------------------------------------- */
.bl_howto{
  margin-bottom: 20px;
}

.bl_howto h2 {
  text-align: center;
  margin: 67px 0 0;
}

.bl_howto h2 img{
  width: 306px;
}

.bl_howto h3 {
  font-size: 21px;
  letter-spacing: 0.5px;
  background: url(/html/upload/user_data/feature/couponweekpointw/img/2026/st_line.png) no-repeat left center;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 25px;
  margin: 70px 0 67px;
}
.bl_howto h3 span {
  font-size: 21px;
}
.bl_howto h3:nth-of-type(1) {
  margin-top: 50px;
}
.howto_list li {
  display: block;
  width:30%;
  height: 220px;
  float: left;
  margin: 0 34px 0 0;
  margin: 0 5% 0 0;
  box-sizing: border-box;
  padding: 140px 0 0;
  position: relative;
  text-align: center;
  border: 6px solid #b9e4ff;
  border-radius: 50px;
  background-color: #fff;
}

.howto_list li:nth-child(3) {
  margin-right: 0;
}

.howto_list.howto_list2 li {
  height: 221px;
}

.howto_list li::after {
  display: block;
  width: 15px;
  height: 16px;
  content: '';
  background: url(/html/upload/user_data/feature/couponweekpointw/img/2026/ar.png) no-repeat left top;
  position: absolute;
  top: 50%;
  /*right: -35px;*/
	left: calc(100% - -25px);
  transform: translate(0, -50%);
}

.howto_list li:nth-child(3):after {
  display: none;
}

.howto_list .img1 {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;	
}

.howto_list .img2 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.howto_list li:nth-child(1) .img2 {
  width: 145px;
}

.howto_list li:nth-child(2) .img2 {
  top: 21px;
  width: 150px;	
}

.howto_list li:nth-child(3) .img2 {
  top: 21px;
  width: 150px;
}

.howto_list p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.howto_list p a{
  border-bottom: #f78222  solid 1px;
  color: #f78222 ;
}

.howto_list p a:hover{
  border-bottom: #f78222  solid 1px;
  color: #f78222 ;
}

.howto_list p.txt_small {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
.howto_list li::after {
  display: block;
  width: 15px;
  height: 16px;
  content: '';
  background: url(/html/upload/user_data/feature/couponweekpointw/img/2026/ar_.png) no-repeat left top;
  position: absolute;
        left: 48%;
        top: 111%;
        bottom: 0%;
  bottom: calc(100% - -25px);
  transform: translate(0, -50%);
}
.howto_list li:nth-child(3):after {
  display: none;
}	
	
  .bl_howto {
    margin: 0 20px;
  }

  .bl_howto h2 {
    margin: 40px 0 0;
  }

  .bl_howto h2 img {
    width: auto;
    height: 80px;
  }

  .bl_howto h3 {
    font-size: 16px;
    background-size: auto 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 18px;
    margin: 30px 0 50px;
    letter-spacing: 0;
  }

  .bl_howto h3 span {
    font-size: 16px;
  }

  .bl_howto h3:nth-of-type(1) {
    margin-top: 30px;
  }

  .howto_list li {
    width: auto;
    max-width: 300px;
    height: auto;
    float: none;
    margin: 0 auto 70px;
    padding: 35px 0 20px;
    border: 5px solid #ffd2ac;
    border-radius: 30px;
  }

  .howto_list li:nth-child(3) {
    margin: 0 auto 0;
  }

  .howto_list.howto_list2 li {
    height: auto;
  }

  .howto_list .img1 {
    top: -31px;
    width: auto;
    height: 56px;
  }

  .howto_list .img2 {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .howto_list li:nth-child(3) .img2 {
    top: auto;
  }
	
.howto_list li:nth-child(1) .img2 {
  width: 112px;
}

.howto_list li:nth-child(2) .img2 {
  width: 112px;	
}

.howto_list li:nth-child(3) .img2 {
  width: 112px;
}	

  .howto_list p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 5px;
  }
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.btn1 a {
    display: block;
    border-radius: 50px;
    background: #ee6950 url(/html/upload/user_data/feature/couponweekpointw/img/2026/ar3.png) no-repeat right 24px center;
    width: 410px;
    height: 70px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 80px;
    padding: 10px 0;
    color: #fff;
    border-bottom: 3px solid #cc6815;
}

@media only screen and (max-width: 767px) {
.btn1 a {
    width: 95%;
}
}

.btn1+p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.btn1+p a {
  color: #00833e;
  text-decoration: underline !important;
}

.howto_list{
	overflow: hidden;
	padding-top: 60px;
	padding-left: 0;
}

@media only screen and (max-width: 767px) {
}
.el_cpDetailTitle span:first-child{
  background: linear-gradient(transparent 70%, #ffe084 70%);
  color: #000;
  font-size: 1.1em;	
}
.el_cpDetailTitle span:last-child{
  border-bottom: solid #ea4c4e 3px;
  color: #ea4c4e;
  font-size: 1.4em;	
}
.el_cpDetailTitle {
  color: #000;
  border-radius: 12px 12px 0 0;
  background: #fff;
  font-size: 1.5em;
  text-align: center;
  padding: 30px !important;
  line-height: 2em;
  font-weight: bold !important;	
}
@media only screen and (max-width: 767px) {
.el_cpDetailTitle {
  color: #000;
  border-radius: 12px 12px 0 0;
  background: #fff;
  font-size: 1.3em;
  text-align: center;
  padding: 15px !important;
  line-height: 2em;
  font-weight: bold !important;	
}	
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin-right: 15px !important;
  padding: 13px !important;
  border-radius: 10px;
  background-color: #0154eb;
  text-align: center;
  font-weight: bold !important;
  line-height: 1.5;
  color: #fff;
  width: 40%;
}
.fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #0154eb;
  translate: 100% -50%;
}	
.fukidashi span{
	display: inline-block;
	font-size: 24px !important;
}
@media screen and (max-width: 767px) {
.fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 15px !important;
  padding: 16px !important;
  border-radius: 10px;
  background-color: #0154eb;
  text-align: center;
  font-weight: bold !important;
  line-height: 1.5;
  color: #fff;
  width: 100%;	
}
.fukidashi span{
  display: inline-block;
  font-size: 20px !important;
}	
}
.campaignTop{
  padding: 0 30px;
}
.campaignTop ul{
  margin-top: 30px !important;
}
.campaignTop li{
  margin-bottom: 30px;
}
.campaignTop dl{
    width: 100%;
    display: flex;
    justify-content: center !important;
}
.campaignTop dd{
  color: #333;
  display: inline-block;
  line-height: 28px;
  font-size: 30px;
  margin-left: 15px;
  /*padding: 13px !important;*/
  width: 40%;	
}
.campaignTop dd span{
  color: #ea4c4e;
  font-weight: bold;
  font-size: 70px;
}
.campaignTop p{
  width: 70%;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
.campaignTop{
  text-align: center;
  padding: 0 15px;	
}
.campaignTop ul{
  padding: 0px!important;
}
.campaignTop li{
  margin-bottom: 10px;
}	
.campaignTop dd{
  line-height: 60px;
  font-size: 16px;
  margin-left: 0;
  width: 100%;	
}
.campaignTop dd span{
  font-size: 60px;
}	
.campaignTop p{
  font-size: 14px;
  line-height: 1.6em;
  width: 100%;	
}
}

  /* =========================
    ruleTable
  ========================= */
.ruleTable {
	width: 100%;
    margin: 0;
	font-size: 16px;
}
@media screen and (max-width: 981px) {
.ruleTable{
	width: 100%;
	border-bottom:solid 1px #cfcfcf;
}
}
.ruleTable th,
.ruleTable td {
    text-align: left;
    line-height: 1.6em;
    border:solid 1px #cfcfcf;
    vertical-align: middle;
    background: #fff;
	padding: 50px 60px;
}
.ruleTable th {
    background-color: #b9e4ff;
	font-weight: normal;
	width: 25%;
}
.ruleTable td {
	
}
@media screen and (max-width: 981px) {
.ruleTable th,
.ruleTable td  {
    display: block;
    width: 100%;
    box-sizing: border-box;
	border-bottom:none;
	padding: 10px 30px;
}
.ruleTable td  {
	border-top:none;
}	
}
.ruleTable ul li {
    margin: 0 0 3px 16px;
    text-indent: -1em;
}
.ruleTable ul li .kome{
    display: block;
    text-indent: -1em;
	padding-left: 1em;
}
.red{
    color: #ff0000;
}
.ruleTable .sttl{
    display: block;	
}
.mb20{
	margin-bottom: 20px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt80{
	margin-top: 80px !important;
}
.innernote li {
    margin-bottom: 0!important;
}

/*# sourceMappingURL=style2026.css.map */