@charset "utf-8";

/* 共通css-ここから */
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

figure {
  margin: 0;
}

li {
  list-style: none;
}

.dsp-non {
  display: none;
}

.pc_display {
  display: none;
}

.sp_display {
  display: block;
}

.flex {
  display: flex;
}

.colum {
  flex-direction: column;
}

.grid {
  display: grid;
}

.center {
  width: 929px;
  margin: 0 auto;
}

#lower_footer {
  pointer-events: none !important;
}

#lower_footer a,
#lower_footer button {
  pointer-events: auto !important;
}

@media screen and (max-width: 481px) {

  #all,
  .infowrap #main_right,
  #lower_footer {
    width: 100vw;
  }
}

/* 共通css-ここまで */


/* パンくず-ここから */
.pan {
  width: 630px;
  margin: 0 auto;
  color: #666;
}

.pan a {
  font-family: 'montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

.pan a:visited {
  color: #666;
  padding: 0;
  margin: 0;
}

.pan p {
  font-size: 13px;
  color: #666;
  margin: 0 1rem 0 0;
  letter-spacing: 0.1rem;
}

/* パンくず-ここまで */



/* 固有css-ここから */
#couponlist_wrap {
  width: 90%;
  margin: 0 auto;
}

#couponlist_wrap div,
#couponlist_wrap h2,
#couponlist_wrap h3,
#couponlist_wrap p,
#couponlist_wrap span,
#couponlist_wrap li,
#couponlist_wrap button {
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

#couponlist_wrap h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 20px;
  background-color: transparent;
}

#couponlist_wrap h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.15rem;
  text-align: center;
  padding: 30px 0;
}

#coupon-content-wrap {
  line-height: 1.5;
}

/* MV-ここから */
.cp_mv img {
  width: 100%;
  height: 100%;
}
/* MV-ここまで */

/* 「タイトル」「クーポン内容」-ここから */
.cp-wrap2 {
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 70px;
}

.cp-wrap2 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* タイトル-ここから */
.mv_attention {
  display: flex;
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
  margin-top: 3px;
}

.mv_attention br {
  display: none;
}

.cp_mv-text {
  width: fit-content;
  margin: 20px auto 0;
  margin-top: 30px;
}

.cp_mv-text h2,
.cp_mv-text h3 {
  line-height: 1.5;
}

.cp_mv-text h3 {
  margin-top: 5px;
}

.cp_mv-text h3 span {
  font-size: 20px;
  color: #333;
}

.cp_mv-text h3 span>span {
  font-size: 15px;
}

.cp_mv-text span.txt_txt {
  display: block;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 8px;
}

.cp_mv-text p.txt_txt {
  line-height: 1.8;
  font-size: 15px;
  /* text-align: left; */
  text-align: center;
  font-weight: normal;
  font-family: '游ゴシック', YuGothic, "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif !important;
  margin: 0 auto 20px;
  color: #1a1a1a;
  width: 100%;
}

/* タイトル-ここまで */


/* クーポン内容-ここから */
.cp_ukezara {
  padding-top: 15px;
  margin-top: 15px;
  background-color: #fff;
}

/* クーポン注意事項（上）-ここから */
.cp-category-ttl {
  width: 100%;
  margin: 0 auto;
}

.cp-category-ttl>ul>li {
  font-size: 12px;
  text-align: left;
  font-family: '游ゴシック', YuGothic, "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif !important;
}

.cp-category-ttl>ul>li {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
}

.cp-category-ttl>ul>li::before {
  content: "※";
  color: #222;
  flex-shrink: 0;
}

/* クーポン注意事項（上）-ここまで */

/* クーポン詳細-ここから */
.cp_ukezara-blk {
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
}

.cp_ukezara-blk ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: 100%;
  margin: 0 auto;
  gap: 15px;
}

.cp_ukezara-blk.sale ul {
  width: 92%;
}

.cp_ukezara-blk ul li.cp_count {
  width: 100%;
  border: 1px solid #D9D9D9;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #fff;
}

.cp_ukezara-blk ul li.cp_count>a {
  text-decoration: none;
}

.cp_ukezara-blk ul li.cp_count>a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.cp_ukezara-inner {
  margin: 20px auto;
}

.cp_ukezara-inner .cp_ukezara-jouken {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.cp_ukezara-inner .cp_ukezara-jouken:before {
  content: none;
  position: absolute;
  left: -4%;
  right: -3%;
  top: 80%;
  transform: translateY(-50%);
  background-color: #f5ce6e;
  z-index: -1;
  height: 10px;
}

.cp_ukezara-inner .cp_ukezara-off {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  margin: 8px 0 4px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.cp_ukezara-inner .cp_ukezara-off span {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
}

#couponlist_wrap .cp_ukezara-inner .cp_ukezara-off span.cp-price {
  padding-right: 0.2rem;
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif !important;
}

.cp_ukezara-inner .cp_ukezara-off span.tight-comma {
  font-size: 40px;
  letter-spacing: 0.2rem;
}

.cp_ukezara-inner .cp_ukezara-off .off {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.cp_ukezara-inner .cp_ukezara-off .yen {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.cp_ukezara-inner .cp_ukezara-code {
  font-size: 13px;
}

.cp_ukezara-inner .cp_ukezara-code>span {
  color: #333;
  font-weight: 600;
}

.cp_ukezara-inner .cp_ukezara-get-btn {
  margin: 4px auto 0;
  width: 80%;
  background-color: #333;
  border: #333 1px solid;
  cursor: pointer;
  border-radius: 100px;
}

.cp_ukezara-inner .cp_ukezara-get-btn.copied {
  background-color: #fff;
  border: #333 1px solid;
}

.cp_ukezara-inner .cp_ukezara-get-btn p.copyBtn {
  color: #FFF;
  margin: 10px auto;
  font-size: 1.4rem;
}

.cp_ukezara-inner .cp_ukezara-get-btn .copyText {
  display: inline-block;
  will-change: opacity;
  transform: translateZ(0);
  font-size: 13px;
  font-weight: bold;
}

.cp_ukezara-inner .cp_ukezara-get-btn.copied .copyText {
  color: #333;
  font-size: 13px;
}

/* 利用期間前テキスト */
.cp_ukezara-inner .cp_ukezara-get-before {
  margin: 4px auto 0;
  width: 80%;
  background-color: #fff;
  border: #333 1px solid;
  border-radius: 100px;
}

.cp_ukezara-inner .cp_ukezara-get-before p.beforeBtn {
  color: #333;
  margin: 10px auto;
  font-size: 1.4rem;
}

.cp_ukezara-inner .cp_ukezara-get-before .beforeText {
  display: inline-block;
  font-size: 13px;
}

/* 会員登録ボタン-ここから */
.cp_member-wrap {
  margin: 10px 0 20px;
}

.cp_member-wrap p {
  line-height: 1.5;
}

.cp_member-wrap a,
.cp_member-wrap a:hover {
  text-decoration: none;
}

.cp_member-wrap .cp_member {
  margin: 5px auto;
  width: 40%;
  background-color: #8abc53;
  border: #8abc53 1px solid;
  cursor: pointer;
  border-radius: 0.3rem;
}

.cp_member-wrap .memberBtn {
  color: #FFF;
  margin: 13px auto;
  font-size: 1.4rem;
}

.cp_member-wrap .memberText {
  font-size: 14px;
  letter-spacing: 0.08rem;
}

/* 会員登録ボタン-ここまで */

/* クーポン詳細-ここまで */
/* クーポン内容-ここまで */

/* セール用手動ランキング-ここから */

.cp_ukezara-blk.sale {
  background-color: #f6f6f6;
  padding-bottom: 2rem;
  margin: 0 auto 50px;
}

.cp_ukezara-blk li {
  position: relative;
}

/* .cp_ukezara-blk .sale-rank-product:after {
  content: "";
  position: absolute;
  top: -10px !important;
  left: -6px !important;
  width: 16% !important;
  height: auto !important;
  aspect-ratio: 1 / 1.2;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  color: #333333;
  font-size: clamp(11px, 3vw, 13px) !important;
  font-weight: 500 !important;
  font-family: "Montserrat", "Noto Sans JP", "Open Sans", sans-serif !important;
  font-style: italic;
}

.cp_ukezara-blk ul li.sale-rank-product:nth-child(1):after {
  content: "1";
  background: #D0AE5B;
  color: #fff;
}

.cp_ukezara-blk ul li.sale-rank-product:nth-child(2):after {
  content: "2";
  background: #898989;
  color: #fff;
}

.cp_ukezara-blk ul li.sale-rank-product:nth-child(3):after {
  content: "3";
  background: #B57E46;
  color: #fff;
} */

.sale-rank-product {
  text-align: center;
}

.sale-rank-product .item-name {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: #222;
}

.cp_ukezara-blk ul li.sale-rank-product {
  min-width: 0;
}

.item-normal,
.price_normal,
.price_sale {
  display: block;
}

.item-price_wrapper {
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  justify-content: center;
}

.item-normal {
  /* background-color: #222; */
  background-color: transparent;
  /* color: #fff; */
  color: #222;
  padding: 5px 10px;
  border: 1px solid #222;
}

.price_normal {
  font-size: 18px;
  letter-spacing: 0.01rem;
  color: #222;
  position: relative;
}

.price_normal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #222;
}

.price_sale .yen {
  font-size: 22px;
}

.sale-rank-product .fa-caret-right {
  font-size: 13px;
  color: #222;
}

.fa-caret-right:before {
  content: "\f0da";
}

.price_sale {
  font-size: 27px;
  letter-spacing: 0.08rem;
  position: relative;
  bottom: 3px;
  color: #c62a2b;
  margin-left: -3px;
}

.item-price {
  font-family: "Afacad", "Montserrat", "Noto Sans JP", "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}

.item-normal {
  display: none;
}

/* 割引きアイコン-ここから */
.sale-rank-product {
  position: relative;
  /* 子要素のabsolute配置の基準 */
}

.sale-rank-product img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.discount-rate {
  position: absolute;
  top: -18px;
  right: -8px;
  background-color: #8EC5B7;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

.discount-rate .rate {
  font-size: 16px;
}
/* 割引きアイコン-ここまで */

/* セール用手動ランキング-ここまで */

/* クーポン誘導バナー　ここから */
.coupon-bnrlink {
  margin-bottom: 25px;
}

.coupon-bnrlink img {
  margin-bottom: 10px;
}

#couponlist_wrap .coupon-bnrlink p {
  text-align: center;
  font-size: 13px;
  color: #1a1a1a;
  font-family: '游ゴシック', YuGothic, "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif !important;
}

/* クーポン誘導バナー　ここまで */

.coupon_list_end {
  color: #333;
  margin: 55px 0;
}

.coupon_list_end>p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
/* 「タイトル」「クーポン内容」-ここまで */

/* ■新規会員登録ボタンcssここから */
.signup-btn_wrapper {
  position: fixed;
  right: 5%;
  bottom: 3%;
  border: 1px solid #54A29F;
  background-color: #54A29F;
  border-radius: 50%;
  z-index: 10000;
  width: 10rem;
  height: 10rem;
  box-shadow: 0 0 clamp(15px, 4.1vw, 17px) rgba(0, 0, 0, 0.3);
}

.signup-btn_wrapper:active,
.signup-btn_wrapper:hover {
  background-color: #fff;
}

.signup-btn_wrapper:active p,
.signup-btn_wrapper:hover p {
  color: #54A29F;
}

.signup-btn_wrapper .signup-btn_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signup-btn_wrapper p {
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.08rem;
}

/* ■新規会員登録ボタンcssここまで */



/* タイマー用 */
.coupon_list_start,
.cp_ukezara-get-before,
.cp_ukezara-code,
.coupon_list_end,
.coupon_1st,
.coupon_2nd,
.coupon_3rd {
  display: none;
}




/* SPcss 479pxまでのみ適用 */
@media screen and (max-width: 479px) {

  body {
    -webkit-tap-highlight-color: transparent;
  }

  /* 固有css-ここから */
  #couponlist_wrap {
    width: 100vw;
  }

  #couponlist_wrap h2 {
    font-size: clamp(17px, 5vw, 20px);
    margin-bottom: 2rem;
  }

  #couponlist_wrap h3 {
    font-size: clamp(15px, 4vw, 18px);
    letter-spacing: 0.1rem;
    padding: 2.5rem 0;
  }

  /* 「タイトル」「クーポン内容」-ここから */
  .cp-wrap2 {
    font-size: clamp(10px, 3vw, 12px);
    margin-bottom: 4rem;
  }

  /* タイトル-ここから */
  .mv_attention {
    white-space: inherit;
    justify-content: center;
    margin-top: 0.3rem;
    font-size: clamp(9px, 2.6vw, 11px);
    letter-spacing: 0.05rem;
    width: 95%;
  }

  .cp_mv-text {
    width: 100%;
    margin: 1.5rem auto 2rem;
    margin-top: 2.5rem;
  }

  .cp_mv-text h3 {
    margin-top: 0.5rem;
  }

  .cp_mv-text h3 span {
    font-size: clamp(15px, 4vw, 18px);
  }

  .cp_mv-text h3 span>span {
    font-size: clamp(13px, 3.5vw, 16px);
  }

  .cp_mv-text p.txt_txt {
    font-size: clamp(11px, 3.1vw, 13px);
    width: 84%;
    margin: 0 auto 2rem;
    line-height: 1.8;
  }

  /* タイトル-ここまで */


  /* クーポン内容-ここから */
  .cp_ukezara {
    padding-top: 0.5rem;
    margin: 0 0 1rem;
    background-color: #f6f6f6;
  }
  
  .cp_ukezara.sale_wrap {
    margin: 4rem 0;
    padding-bottom: 2.5rem;
    padding-top: 0;
  }

  /* クーポン注意事項（上）-ここから */
  .cp-category-ttl {
    width: 84%;
    margin: 0 auto;
  }

  .cp-category-ttl>ul>li {
    font-size: clamp(9px, 2.6vw, 11px);
  }

  /* クーポン注意事項（上）-ここまで */


  /* クーポン詳細-ここから */
  .cp_ukezara-blk ul {
    gap: clamp(4px, 1vw, 4px);
  }

  .cp_ukezara-blk {
    width: 97%;
    margin-top: 1rem;
    background-color: #f6f6f6;
    padding-bottom: 0;
  }

  .cp_ukezara-blk ul li.cp_count {
    width: 100%;
    border: 0.1rem solid #D9D9D9;
    margin-bottom: 1.5rem;
    border-radius: 0.3rem;
  }

  .cp_ukezara-inner {
    margin: 1rem auto;
    margin-bottom: 0;
  }

  .cp_ukezara-inner .cp_ukezara-jouken {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  .cp_ukezara-inner .cp_ukezara-jouken:before {
    height: 0.8rem;
    background-color: transparent;
  }

  .cp_ukezara-inner .cp_ukezara-off {
    font-size: clamp(17px, 5vw, 20px);
    margin: 1rem 0 0;
  }

  .cp_ukezara-inner .cp_ukezara-off .yen,
  .cp_ukezara-inner .cp_ukezara-off .off {
    font-size: clamp(10px, 2.8vw, 12px);
    letter-spacing: 0.04rem;
  }

  .cp_ukezara-inner .cp_ukezara-off span {
    font-size: clamp(29px, 7.9vw, 33px);
  }

  .cp_ukezara-inner .cp_ukezara-off span.tight-comma {
    font-size: clamp(18px, 5.1vw, 21px);
    letter-spacing: 0rem;
  }

  .cp_ukezara-inner .cp_ukezara-code {
    font-size: clamp(7px, 2.1vw, 8px);
    margin-top: 0.5rem;
  }

  .cp_ukezara-inner .cp_ukezara-code>span {
    font-size: 1.1rem;
  }

  .cp_ukezara-inner .cp_ukezara-get-btn {
    margin: 0.2rem auto 0;
    width: 100%;
    border: #333 0.1rem solid;
    border-radius: 0;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border: none;
    padding: 0.5rem 0;
  }

  .cp_ukezara-inner .cp_ukezara-get-btn.copied {
    border: #333 0.1rem solid;
    border: none;
  }

  .cp_ukezara-inner .cp_ukezara-get-btn p.copyBtn {
    margin: 0.5rem auto;
    font-size: clamp(13px, 3.5vw, 14px);
  }

  .cp_ukezara-inner .cp_ukezara-get-btn .copyText {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  .cp_ukezara-inner .cp_ukezara-get-btn.copied .copyText {
    color: #333;
    font-size: clamp(10px, 2.8vw, 12px);
  }


  /* 利用期間前テキスト */
  .cp_ukezara-inner .cp_ukezara-get-before {
    margin: 0.2rem auto 0;
    width: 90%;
    border: #333 0.1rem solid;
    border-radius: 0;
    width: 100%;
    border: 0;
  }

  .cp_ukezara-inner .cp_ukezara-get-before p.beforeBtn {
    margin: 0.5rem auto;
    font-size: clamp(13px, 3.5vw, 14px);
    margin-bottom: 1.5rem;
  }

  .cp_ukezara-inner .cp_ukezara-get-before .beforeText {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  /* 会員登録ボタン-ここから */
  .cp_member-wrap {
    padding: 1rem 0 2rem;
    margin: 0;
  }

  .cp_member-wrap .cp_member {
    margin: 0.5rem auto;
    width: 70%;
  }

  .cp_member-wrap .memberBtn {
    margin: clamp(11px, 3.1vw, 13px) auto;
  }

  .cp_member-wrap .memberText {
    font-size: clamp(13px, 3.6vw, 15px);
  }

  /* 会員登録ボタン-ここまで */

  /* クーポン詳細-ここまで */
  /* クーポン内容-ここまで */

  /* セール用手動ランキング-ここから */
.cp_ukezara-blk.sale {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cp_ukezara-blk.sale ul {
      width: 97%;
      gap: 0.8rem;
}

  .item-price_wrapper {
    display: block;
  }

  .item-normal {
    display: block;
    font-size: clamp(8px, 2.3vw, 10px);
    padding: 0.3rem 0.8rem;
    white-space: nowrap;
  }

  .price_normal {
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .price_sale {
    font-size: clamp(19px, 5.4vw, 22px);
    margin-top: 0.5rem;
  }

  i.fa-solid.fa-caret-right {
    display: none;
  }

  .price_sale .yen {
    font-size: clamp(16px, 4.4vw, 18px);
  }

    /* 割引きアイコン-ここから */
  .discount-rate {
    top: -1.5rem;
    left: -0.5rem;
    font-weight: 500;
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1;
    height: 4.5rem;
    width: 4.5rem;
  }

  .discount-rate .rate {
    font-size: clamp(13px, 3.6vw, 15px);
    /* 割引率数字部分だけ少し大きく */
  }

  /* 割引きアイコン-ここまで */

  /* セール用手動ランキング-ここまで */


  /* クーポン誘導バナー　ここから */
  .coupon-bnrlink {
    margin-bottom: 2.5rem;
  }

  #couponlist_wrap .coupon-bnrlink img {
    margin: 0 auto 1rem;
    width: 97%;
  }

  #couponlist_wrap .coupon-bnrlink p {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  /* クーポン誘導バナー　ここまで */

    .coupon_list_end {
    color: #333;
    margin: 5.5rem 0 2rem;
  }

  .coupon_list_end>p {
    font-size: clamp(14px, 3.5vw, 18px);
    line-height: 2;
  }

  /* 「タイトル」「クーポン内容」-ここまで */

}

/* SPcss479pxまでのみ適用ここまで */