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 5%;
  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: 400;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 2px;
}

.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;
  margin: 10px 0 0 0;
}

.w_chance_area .top-area .top_box h3 .big_font::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #EB93C6;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .w_chance_area {
    padding: 110px 0 0;
  }

  .w_chance_area .inner {
    margin: 0 auto 160px;
  }

  .w_chance_area .top-area .top_box {
    max-width: 594px;
    margin: 0 auto;
  }

  .w_chance_area .top-area .top_box h3 {
    font-size: 22px;
  }

  .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: 40px;
    margin: 15px 0 0;
    padding: 0 0 50px;
  }

  .w_chance_area .top-area .top_box h3 .big_font::before {
    height: 6px;
  }
}

.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;
  letter-spacing: 2px;
  line-height: 1.8;
}

.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: 24px;
  }

}

.item_area .inner {
  margin: 0 0 100px;
}

.item_area .head_flex {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5%;
  position: relative;
  margin: 0 auto;
  padding: 5px 0;
  max-width: 600px;
}

.item_area .head_flex::before {
  content: "";
  transform: rotate(15deg);
  background-color: #333333;
  padding: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}


.item_area .head_flex::after {
  content: "";
  transform: rotate(-15deg);
  background-color: #333333;
  padding: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item_area .head .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
}


.item_area p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.item_area .item_head .icon_1 {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
  text-align: center;
}

.item_area .item_box .item_head .icon_1::before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #EB93C6;
}

.item_area .item_box:nth-child(2) .item_head .icon_1::before {
  background-color: #C18FCB;
}

.item_area .item_box:nth-child(3) .item_head .icon_1::before {
  background-color: #76A0E5;
}

.item_area .item_box:nth-child(4) .item_head .icon_1::before {
  background-color: #67A5BC;
}

.item_area .item_head .icon_1 p {
  font-weight: 500;
}

.item_area .item_head .icon_1 .price {
  font-size: 20px;
  padding: 0 3px 0 5px;
  font-weight: 600;
}


.item_area .item_box {
  padding: 50px 20px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 245, 252, 1) 100%);
}

.item_area .item_box:nth-child(2) {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(237, 238, 251, 1) 100%);
}

.item_area .item_box:nth-child(3) {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(236, 238, 255, 1) 100%);
}

.item_area .item_box:nth-child(4) {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(237, 250, 250, 1) 100%);
}

.item_area .item_head .icon_1 .en {
  font-size: 16px;
  padding: 0 5px 0 0;
}


.item_area .item_box .item_conts h3 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #EB93C6;
  margin: 0 0 20px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.item_area .item_box:nth-child(2) .item_conts h3 {
  color: #C18FCB;
}

.item_area .item_box:nth-child(3) .item_conts h3 {
  color: #76A0E5;
}

.item_area .item_box:nth-child(4) .item_conts h3 {
  color: #67A5BC;
}

.item_area .item_box .item_img {
  width: 82%;
}

.item_area .item_box:nth-child(even) .item_img {
  margin: 0 0 0 auto;
}

.item_area .item_box .item_img img {
  border-radius: 11%;
}

.item_area .item_box .conts {
  width: 60%;
  box-shadow: 010px 10px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  padding: 20px 30px;
  margin: -15% 0 0 auto;
  background-color: rgba(255, 255, 255, .9);
  position: relative;
}

.item_area .item_box:nth-child(even) .conts {
  margin: -15% auto 0 0;
}

.item_area .item_box .conts h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}

.item_area .item_box .conts p {
  padding: 15px 0 20px;
}

.item_area .item_box .conts .cart {
  width: 80%;
}

.item_area .item_box .conts .cart img {
  box-shadow: 010px 10px 30px 0px rgba(0, 0, 0, 0.16);
}

.item_area .item_box .link_list {
  background-color: #fff;
  border: 3px solid #EB93C6;
  border-radius: 5px;
  box-shadow: 010px 10px 30px 0px rgba(0, 0, 0, 0.16);
  margin: 40px 0 0 0;
  position: relative;
}

.item_area .item_box:nth-child(2) .link_list {
  border: 3px solid #C18FCB;
}

.item_area .item_box:nth-child(3) .link_list {
  border: 3px solid #76A0E5;
}

.item_area .item_box:nth-child(4) .link_list {
  border: 3px solid #67A5BC;
}


.item_area .item_box .link_list p {
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_area .item_box .link_list p .price {
  font-size: 20px;
}

.item_area .item_box .link_list p .en {
  font-size: 16px;
}

.item_area .item_box .link_list p .nami {
  font-size: 15px;
}


.item_area .item_box .link_list a {
  position: relative;
  display: block;
}

.item_area .item_box .link_list a .arow {
  position: absolute;
  top: 56%;
  right: 5%;
  width: 7.7px;
  height: 13.3px;
  transform: translate(-50%, -50%);
}


.item_area .item_box .link_list a .arow::before,
.item_area .item_box .link_list a .arow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: 100% 50%;
}

.item_area .item_box .link_list a .arow::before {
  transform: rotate(45deg);
}

.item_area .item_box .link_list a .arow::after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 768px) {
  .item_area .head .text {
    font-size: 30px;
  }

  .item_area p {
    font-size: 20px;
  }

  .item_area .item_box {
    padding: 80px 20px;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 245, 252, 1) 100%);
  }


  .item_area .item_box:nth-child(2) {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(237, 238, 251, 1) 100%);
  }

  .item_area .item_box:nth-child(3) {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(236, 238, 255, 1) 100%);
  }

  .item_area .item_box:nth-child(4) {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(237, 250, 250, 1) 100%);
  }

  .item_area .item_head .icon_1 {
    padding: 0 0 26px;
    margin: 0 0 45px;
  }

  .item_area .item_box .item_head .icon_1::before {
    width: 70px;
    height: 6px;
  }

  .item_area .item_head .icon_1 .price {
    font-size: 42px;
    padding: 0 3px 0 10px;
  }

  .item_area .item_head .icon_1 .en {
    font-size: 30px;
    padding: 0 10px 0 0;
  }

  .item_area .item_conts {
    max-width: 931px;
    margin: 0 auto;
    position: relative;
  }



  .item_area .item_box .item_conts h3 {
    width: 45%;
    position: absolute;
    top: 10%;
    left: 59%;
    font-size: 26px;
    text-align: left;
    letter-spacing: 2px;
  }

  .item_area .item_box:nth-child(even) .item_conts h3 {
    left: 10%;

  }

  .item_area .item_box:nth-child(4) .item_conts h3 {
    left: 5%;
  }

  .item_area .item_box .item_img {
    width: 54%;
  }

  .item_area .item_box .conts {
    width: 42%;
    margin: -20% 0 0 auto;
    padding: 0;
    border-radius: 40px;
    width: 482px;
    height: 285px;
    position: relative;
  }

  .item_area .item_box:nth-child(even) .conts {
    margin: -20% auto 0 0;
  }

  .item_area .item_box .conts .flex_conts {
    display: inline-block;
    text-align: left;
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .item_area .item_box .conts h4 {
    font-size: 26px;
    width: max-content;
  }

  .item_area .item_box .conts p {
    font-size: 20px;
    padding: 10px 0 20px;
    width: max-content;
  }

  .item_area .item_box .conts .cart {
    width: 70%;
  }

  .item_area .item_box .link_list {
    margin: 73px auto 0;
    max-width: 710px;
    border: 6px solid #EB93C6;
  }

  .item_area .item_box:nth-child(2) .link_list {
    border: 6px solid #C18FCB;
  }

  .item_area .item_box:nth-child(3) .link_list {
    border: 6px solid #76A0E5;
  }

  .item_area .item_box:nth-child(4) .link_list {
    border: 6px solid #67A5BC;
  }

  .item_area .item_box .link_list p {
    font-size: 24px;
    letter-spacing: 2px;
  }


  .item_area .item_box .link_list p .price {
    font-size: 42px;
  }

  .item_area .item_box .link_list p .en {
    font-size: 30px;
  }

  .item_area .item_box .link_list p .nami {
    font-size: 40px;
  }



  .item_area .item_box .link_list a .arow {
    right: 5%;
    width: 9.1px;
    height: 16.1px;
  }


  .item_area .item_box .link_list a .arow::before,
  .item_area .item_box .link_list a .arow::after {
    width: 12px;
    height: 1px;
  }
}
