body {
  font-weight: 400;
  margin: 0;
}

.qoupon-all-area {
  font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  text-align: justify;
}



/* 共通 */

.qoupon-all-area p,
h2,
h3,
h4,
figure {
  margin: 0;
}

.qoupon-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.qoupon-all-area li {
  list-style: none;
}


.qoupon-all-area img {
  width: 100%;
}

/* フォント選択 */

.Nserif {
  font-family: "Noto Serif JP", serif;
}

.Tenor {
  font-family: "Tenor Sans", sans-serif;
}

.Mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Gothic {
  font-family: 游ゴシック, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
}


@media screen and (max-width: 767px) {
  /*767px以下で非表示*/

  .pc-hide {
    display: none;
    /*非表示*/
  }

  /* 独自コメント1と11 */
  .product_comment-1,
  .product_comment-2 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /*768px以上で非表示*/

  .sp-hide {
    display: none;
    /*非表示*/
  }
}

/* 共通 */

.w_chance_area {
  padding: 90px 0 0;
}

.qoupon-all-area .head {
  text-align: center;
  padding: 0 20px;
  margin: 80px 0 50px;
}


.qoupon-all-area .head h2 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 10px;
  margin: 0 0 20px;
  line-height: 1.5;
}

/* day_area */
.day_area .inner {
  max-width: 706px;
  margin: 0 auto 100px;
}

.day_area .day_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 20px;
  gap: 50px 5%;
}

.day_area .day_box .conts .title {
  margin: 15px 0 10px;
  border: solid 1px #333;
  text-align: center;
  font-size: 18px;
}

.day_area .day_box .conts .time {
  margin: 0 0 10px;
  font-size: 18px;
  text-align: center;
}

.day_area .day_box .conts .link {
  display: block;
  background-color: #9B3939;
  color: #fff;
  padding: 10px 0;
  position: relative;
}

.day_area .day_box .conts .link p {
  font-size: min(16px, 3vw);
  text-align: center;
}

.day_area .day_box .conts .link img {
  position: absolute;
  top: 50%;
  right: 6%;
  width: 7px;
  transform: translate(0, -50%);
}


.day_area .day_ps {
  text-align: center;
  margin: 50px 0 0;
  padding: 0 20px;
}


.day_area .day_ps h3 span {
  background-color: #fff;
  font-size: 18px;
  padding: 0 20px;
}

.day_area .day_ps p {
  margin: -10px 0 0;
  z-index: -1;
  position: relative;
  border: 1px dashed #707070;
  padding: 20px 10px;
}

/* w_chance_area */

.w_chance_area .inner {
  max-width: 706px;
  margin: 0 auto 100px;
}

.w_chance_area .top-area {
  margin: 0 0 50px;
}

.w_chance_area .top-area .top_box {
  display: flex;
  justify-content: space-around;
}

.w_chance_area .top-area .top_box .left-side {
  transform: rotate(-10deg);
  background-color: #333;
  padding: 0.5px;
}

.w_chance_area .top-area .top_box .right-side {
  transform: rotate(10deg);
  background-color: #333;
  padding: 0.5px;
}

.w_chance_area .top-area .top_box h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.w_chance_area .top-area .top_box h3 .small_font {
  font-size: 13px;
}

.w_chance_area .top-area .top_box h3 .big_font {
  font-size: 30px;
  display: inline-block;
  position: relative;
  padding: 0 0 25px;
  font-weight: 400;
}

.w_chance_area .top-area .top_box h3 .big_font::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #C8C8C8;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {


  .w_chance_area .top-area .top_box {
    max-width: 594px;
    margin: 0 auto;
  }

  .w_chance_area .top-area .top_box h3 {
    font-size: 24px;
  }

  .w_chance_area .top-area .top_box h3 .small_font {
    font-size: 16px;
  }

  .w_chance_area .top-area .top_box h3 .big_font {
    font-size: 35px;
  }


}

.w_chance_wrap .conts {
  margin: 0 0 50px;
  padding: 0 20px;
}


.w_chance_wrap .conts h4 {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
}

.w_chance_wrap .conts figure img {
  box-shadow: 010px 10px 30px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .w_chance_wrap .conts h4 {
    font-size: 22px;
  }

}

.item_area .inner {
  max-width: 706px;
  margin: 0 auto 100px;
}

.item_area .item_wrap {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  max-width: 600px;
  margin: 0 auto;
}


.item_area .item_box {
  text-align: center;
}

.item_area .item_box h3 {
  margin: 0 0 20px;
  font-size: min(16px, 3.5vw);
}

.item_area .item_box h3 .price {
  font-size: 22px;
}

.item_area .item_box .link {
  display: block;
  position: relative;
  padding: 10px 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
}

.item_area .item_box .link p {
  font-size: 14px;
}

.item_area .item_box .link .price {
  font-size: 24px;
  letter-spacing: 3px;
}

.item_area .item_box .link .price_font {
  font-size: 16px;
}

.item_area .item_box .link img {
  position: absolute;
  top: 52%;
  right: 5%;
  width: 7px;
  transform: translate(0, -50%);
}

.item_area .item_box:nth-child(1) .link {
  border: 4px solid #B8D2BC;
}

.item_area .item_box:nth-child(2) .link {
  border: 4px solid #B6CDE2;
}

.item_area .item_box:nth-child(3) .link {
  border: 4px solid #EFC0BE;
}

.item_area .item_box:nth-child(4) .link {
  border: 4px solid #F2D4B4;
}
