@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: "Jost", "Noto Sans JP", "Yu Gothic", "Helvetica Neue", 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: "Jost", "Noto Sans JP", "Yu Gothic", "Helvetica Neue", 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: "Jost", "Noto Sans JP", "Yu Gothic", "Helvetica Neue", sans-serif !important;
}

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

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

#coupon-content-wrap {
  position: relative;
  line-height: 1.5;
  background-color: #fff;
  z-index: 0;

}

#coupon-content-wrap img {
  width: 100%;
}

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

/* MV-ここまで */

/* セール用手動ランキング-ここから */
.cp_ukezara-blk {
  background-color: #f6f6f6;
  padding-bottom: 2rem;
}

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

.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: 11px;
  width: 100%;
  justify-content: center;
}

.item-normal {
  background-color: #222;
  color: #fff;
  padding: 5px 10px;
}

.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: 32px;
  letter-spacing: -0.05rem;
  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;
}

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

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

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

/* タイトル-ここから */
.mv_attention {
  display: flex;
  color: #222;
  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: 40px;
}

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

.cp_mv-text h3 {
  margin: 40px 0 20px;
}

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

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

.cp_mv-text span.txt_txt {
  display: block;
  line-height: 1;
}

p.txt_ttl {
  font-size: 16px;
  line-height: 1.5;
  /* margin-top: 7px; */
}

p.txt_ttl .limit_price {
  position: relative;
  font-size: 16px;
  margin-right: 4px;
  z-index: 1;
}

p.txt_ttl .limit_price:before {
  content: "";
  position: absolute;
  left: -5%;
  right: -3%;
  top: 72%;
  transform: translateY(-50%);
  background-color: #f9e483;
  z-index: -1;
  height: 10px;
}

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


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

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

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

.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: #e75d13;
  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: -0.1rem;
  text-align: left;
}

.cp_ukezara-inner .cp_ukezara-off span.cp-price {
  padding-right: 0.2rem;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "Helvetica Neue", sans-serif !important;
}

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

.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: #e75d13;
  font-weight: 600;
}

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

.cp_ukezara-inner .cp_ukezara-get-btn.copied {
  background-color: #fff;
  border: #e75d13 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: #e75d13;
  font-size: 13px;
}

.coupon_list_end {
  color: #E7493D;
  padding: 55px 0;
}

.coupon_list_end>p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

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

.coupon_list_start,
.cp_ukezara-get-before,
.cp_ukezara-get-btn,
.cp_ukezara-code,
.coupon_list_end {
  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(16px, 4.4vw, 18px);
    letter-spacing: 0.08rem;
  }

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

  #coupon-content-wrap {
    padding-bottom: 1rem;
  }

  #couponlist_wrap div,
  #couponlist_wrap h2,
  #couponlist_wrap h3,
  #couponlist_wrap p,
  #couponlist_wrap span,
  #couponlist_wrap li,
  #couponlist_wrap button {
    font-family: "Jost", "Noto Sans JP", "Yu Gothic", "Helvetica Neue", sans-serif !important;
  }

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

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

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

  .cp_mv-text h3 {
    margin: 2rem 0;
  }

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

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

  p.txt_ttl {
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1.2;
    letter-spacing: 0.08rem;
    margin-top: 1rem;
  }

  p.txt_ttl .limit_price {
    font-size: clamp(12px, 3.3vw, 14px);
    margin-right: 0.5rem;
  }

  p.txt_ttl .limit_price:before {
    top: 79%;
    height: clamp(9px, 2.6vw, 11px);
  }

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

  /* セール用手動ランキング-ここから */
  .item-price_wrapper {
    display: block;
  }

  .item-normal {
    display: block;
    font-size: clamp(10px, 2.8vw, 12px);
    padding: 0.3rem 1.1rem;
 }

  .price_normal {
    font-size: clamp(11px, 3.1vw, 13px);
  }
  
  .price_sale {
    font-size: clamp(23px, 6.4vw, 27px);
    margin-top: 1rem;
  }

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

  .price_sale .yen {
    font-size: clamp(16px, 4.4vw, 18px);
  }
  /* セール用手動ランキング-ここまで */

  .coupon_list_end {
    color: #E7493D;
    padding: 5.5rem 0 2rem;
  }

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

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

}

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