@charset "UTF-8";
:root {
  --font-family-base: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, Arial, "Lucida Grande", sans-serif;
  --font-family-jp: "Zen Kaku Gothic New", sans-serif;
  --font-family-en: "Oswald", sans-serif;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 16px;
  --font-size-md-2: 18px;
  --font-size-lg: 20px;
  --font-size-lg-2: 22px;
  --font-size-xl: 24px;
  --font-size-xxl: 28px;
  --font-size-xxxl: 32px;
  --color-text-primary: #000;
  --color-text-white: #fff;
  --color-critical: #d60000;
  --color-info: #008cc9;
  --color-gray: #6a6a6a;
  --color-gray-lighter: #c9c9c9;
  --color-pink: #cb7d90;
  --color-brand-primary: #b20311;
  --color-brand-secondary: #fff;
  --color-brand-tertiary: #f5f5f5;
  --color-text-default: #272727;
  --color-text-sub: #1d1d1d;
  --color-text-women: #ea7ca2;
  --color-ui-info: #2095cc;
  --color-ui-secondary: #656364;
  --color-ui-secondary-light: #ccc;
  --color-ui-secondary-darken: #626262;
  --color-ui-critical: #ff0000;
  --color-gray-light: #d8d8d8;
  --color-bg-01: #fff8d6;
  --color-bg-02: #fff7e7;
}

body,
html {
  font-family: var(--font-family-base);
  scroll-padding-top: 20vw;
  scroll-behavior: smooth;
  margin: 0;
}

a:hover,
button:hover {
  opacity: 0.7;
  transition: 0.3s opacity ease;
}

p {
  word-break: break-word;
}

@media (min-width: 1440px) {
  body,
  html {
    scroll-padding-top: 140px;
  }
}

.l-container,
.l-container--wide {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .l-container,
  .l-container--wide {
    max-width: 1400px;
  }
}

@media (max-width: 767px) {
  .l-container--wide {
    width: 100%;
  }
}

.c-heading,
.c-heading--deco {
  color: var(--color-text-primary);
  text-align: center;
  font-weight: 700;
  font-size: var(--font-size-lg);
}

@media (min-width: 768px) {
  .c-heading,
  .c-heading--deco {
    font-size: var(--font-size-xl);
  }
}

.c-heading--deco {
  color: var(--color-critical);
  font-size: var(--font-size-xxl);
  font-weight: 800;
}

.c-heading-secondary {
  font-size: var(--font-size-md);
  font-weight: 800;
  line-height: 28px;
  /* 175% */
}

.c-btn,
.c-btn--critical {
  text-align: center;
}

.c-btn a {
  max-width: 295px;
  width: 100%;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #3861a8;
  color: #fff;
  font-family: var(--font-family-jp);
  font-size: 18px;
  font-weight: 700;
}

.u-bg-color-01 {
  background-color: var(--color-bg-01);
}

.u-bg-color-02 {
  background-color: var(--color-bg-02);
}

@media (min-width: 768px) {
  .p-specialcoupon__inner {
    max-width: 1400px;
    margin-inline: auto;
  }
}

.p-specialcoupon-mv__txt {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-en);
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  background: #3861a8;
  padding: 8px 10px;
}

.p-specialcoupon-mv__sub-txt {
  display: block;
  font-family: var(--font-family-jp);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -9px;
}

.p-specialcoupon-mv__txt--en {
  font-size: 30px;
}

.p-specialcoupon-mv__txt--jp {
  font-family: var(--font-family-jp);
  font-size: 22px;
  font-weight: 900;
}

.p-specialcoupon-coupon__inner {
  padding-inline: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .p-specialcoupon-coupon__inner {
    padding-inline: 0;
    padding-top: 30px;
    max-width: 420px;
    margin-inline: auto;
  }
}

.p-specialcoupon-coupon__button {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 14px 10px 19px;
}

.p-specialcoupon-coupon__button-txt {
  display: block;
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.p-specialcoupon-coupon__button-code {
  display: block;
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 54px;
  font-weight: 700;
  line-height: normal;
  margin-top: -17px;
}

@media (min-width: 768px) {
  .p-specialcoupon-coupon__button-code {
    margin-top: -9px;
  }
}

.p-specialcoupon-coupon__button-tap {
  border-radius: 2px;
  background: #fd4;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  margin-inline: auto;
}

.p-specialcoupon-coupon__button-tap-mobile {
  display: inline;
}

@media (min-width: 768px) {
  .p-specialcoupon-coupon__button-tap-mobile {
    display: none;
  }
}

.p-specialcoupon-coupon__button-tap-desktop {
  display: none;
}

@media (min-width: 768px) {
  .p-specialcoupon-coupon__button-tap-desktop {
    display: inline;
  }
}

@media (min-width: 768px) {
  .p-specialcoupon-coupon__button-tap {
    margin-top: -8px;
  }
}

.p-specialcoupon-coupon__note {
  color: #000;
  font-family: var(--font-family-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  /* 21px */
  margin-top: 15px;
  padding-bottom: 19px;
}

.p-specialcoupon-coupon__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  border-radius: 30px;
  background: #ffa600;
  color: #fff;
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 18px;
  font-weight: 700;
  line-height: 175%;
  /* 31.5px */
  padding: 7px 24px;
  margin-inline: auto;
}

/* howto */
.p-specialcoupon-howto__inner {
  padding-top: 31px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .p-specialcoupon-howto__inner {
    padding-bottom: 48px;
  }
}

.p-specialcoupon-howto__headingLv2 {
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.p-specialcoupon-howto__headingLv2 span {
  display: block;
  font-size: 22px;
}

#howto-slider,
#howto-slider2 {
  margin-top: 20px;
}

#howto-slider .splide__slide,
#howto-slider2 .splide__slide {
  position: relative;
  background-color: #fff;
  padding: 17px 20px 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#howto-slider .splide__arrow,
#howto-slider2 .splide__arrow {
  width: 55px;
  height: auto;
  background: transparent;
  opacity: 1;
}

#howto-slider .splide__arrow:disabled,
#howto-slider2 .splide__arrow:disabled {
  opacity: 0.3;
}

#howto-slider .splide__arrow--prev,
#howto-slider2 .splide__arrow--prev {
  left: 6px;
}

@media (min-width: 768px) {
  #howto-slider .splide__arrow--prev,
  #howto-slider2 .splide__arrow--prev {
    left: 50%;
    transform: translate(-638%, -26px);
  }
}

#howto-slider .splide__arrow--next,
#howto-slider2 .splide__arrow--next {
  right: 6px;
}

@media (min-width: 768px) {
  #howto-slider .splide__arrow--next,
  #howto-slider2 .splide__arrow--next {
    right: 50%;
    transform: translate(638%, -26px);
  }
}

.p-specialcoupon-howto__headingLv3 {
  color: #0a3888;
  text-align: center;
  font-family: var(--font-family-en);
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 12px;
  left: 17px;
}

.p-specialcoupon-howto__headingLv3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -13px;
}

.p-specialcoupon-howto__picture {
  display: block;
  max-width: 170px;
  margin-inline: auto;
}

.p-specialcoupon-howto__description {
  font-family: var(--font-family-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin-top: 4.86px;
}

.p-specialcoupon-howto .p-specialcoupon-howto__description {
  width: 100%;
  margin-top: 4.86px;
}

.p-specialcoupon-howto__note {
  font-family: var(--font-family-jp);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}

/* contents */
.p-specialcoupon-contents {
  padding: 32px 20px 40px;
}

@media (min-width: 768px) {
  .p-specialcoupon-contents {
    padding: 41px 20px 40px;
  }
}

/* recommend */
.p-specialcoupon-recommend__heading {
  display: block;
  position: relative;
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  z-index: 0;
}

.p-specialcoupon-recommend__heading span {
  display: block;
  font-size: 22px;
}

.p-specialcoupon-recommend__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 295px;
  height: 20px;
  background-color: #ffe560;
  z-index: -1;
}

.p-specialcoupon-recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 10px;
  margin-top: 19px;
}

@media (min-width: 768px) {
  .p-specialcoupon-recommend__list {
    max-width: 740px;
    margin-inline: auto;
    row-gap: 32px;
    column-gap: 40px;
  }
}

.p-specialcoupon-recommend__item-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin-top: 8px;
}

@media (min-width: 768px) {
  .p-specialcoupon-recommend__item-title {
    font-size: 14px;
    font-weight: 500;
  }
}

.p-specialcoupon-recommend__item-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 4px;
}

.p-specialcoupon-recommend__item-price span {
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
}

.p-specialcoupon-recommend__item:has(
.p-specialcoupon-recommend__item-price--sale
) .p-specialcoupon-recommend__item-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  text-decoration-line: line-through;
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-specialcoupon-recommend__item-price--sale {
  color: #d60000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.p-specialcoupon-recommend__item-price--sale span {
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
}

/* feature */
.p-specialcoupon-feature {
  margin-top: 23px;
}

@media (min-width: 768px) {
  .p-specialcoupon-feature {
    margin-top: 34px;
  }
}

.p-specialcoupon-feature__headingLv2 {
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.p-specialcoupon-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .p-specialcoupon-feature__list {
    max-width: 500px;
    margin-inline: auto;
    column-gap: 20px;
    row-gap: 30px;
  }
}

.p-specialcoupon-feature__item a {
  display: block;
  position: relative;
}

.p-specialcoupon-feature__item-pop {
  position: absolute;
  top: -16px;
  right: -2px;
  background-image: url(/ec/img/usr/pg/c/specialcoupon/img_pop_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 113px;
  height: 37px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
}

.p-specialcoupon-feature__item-pop-num {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/* category */
.p-specialcoupon-category__inner {
  padding: 29px 20.5px;
}

@media (min-width: 768px) {
  .p-specialcoupon-category__inner {
    padding: 36px 20.5px;
  }
}

.p-specialcoupon-category__headingLv2 {
  text-align: center;
  font-family: var(--font-family-jp);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.p-specialcoupon-category__list {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  padding-top: 19px;
  margin-inline: 20.5px;
  border-bottom: 4px solid #d9d9d9;
}

@media (min-width: 768px) {
  .p-specialcoupon-category__list {
    max-width: 697px;
    margin-inline: auto;
  }
}

.p-specialcoupon-category__item {
  width: 50%;
}

.p-specialcoupon-category__item-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373737;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  background-color: transparent;
}

.p-specialcoupon-category__item[aria-current="page"]
.p-specialcoupon-category__item-button::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #373737;
}

.p-specialcoupon-category__link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 5px;
  row-gap: 10px;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-specialcoupon-category__link-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 697px;
    margin-inline: auto;
    column-gap: 8px;
  }
}

.p-specialcoupon-category__link-item {
  flex: 1;
  max-width: none;
}

.p-specialcoupon-category__link-item a:hover {
  opacity: 0.7;
}

.p-specialcoupon-category__link-picture-wrapper {
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-specialcoupon-category__link-picture img {
  max-height: 50px;
}

.p-specialcoupon-category__link-txt {
  text-align: center;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
