@charset "utf-8";
/* CSS Document */

/*---枠---*/
.coupon_container {
  border: 1px solid #199cdd;
  margin: 30px auto;
  padding: 20px 30px;
}
/*---タイトル---*/
.coupon_container .feature .section h2 {
  font-size: 2.8rem;
  color: #0a90d2;
  margin: 0 auto;
  position: relative;
}
.coupon_container .feature .section h2::before, .coupon_container .feature .section h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 50px;
  background: #199cdd;
  bottom: 5px;
  left: -30px;
  transform: rotate(155deg);
}
.coupon_container .feature .section h2::after {
  left: unset;
  right: -30px;
  transform: rotate(-155deg);
}
/*---テキスト---*/
.marker_yellow {
  background: linear-gradient(transparent 70%, #ffe35d 70%);
}
/*---クーポン情報---*/
/*カルーセル*/
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
  padding: 0 0 10px;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide {
  position: relative;
}
.wrap_slide .swiper-button-next, .wrap_slide .swiper-button-prev {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 14px);
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  margin: 0;
}
.wrap_slide .swiper-button-prev {
  left: -20px;
  transform: rotate(-45deg);
}
.wrap_slide .swiper-button-next {
  right: -20px;
  transform: rotate(135deg);
}
.wrap_slide .swiper-button-prev.swiper-button-disabled, .wrap_slide .swiper-button-next.swiper-button-disabled {
  opacity: .5;
}
/*枠*/
.box_inner {
  border: 1px solid #199cdd;
  /*height: 283px;*/
  height: 100%;
}
.coupon_container .clm1 {
  width: 460px;
  margin: 0 auto;
}
/*リンク付きタイトル*/
.box_inner h3 {
  /*background: #0267ae;*/
  background: #199cdd;
  transition: .2s;
  font-size: 1.8rem;
}
.box_inner h3:hover {
  opacity: 0.7;
}
.box_inner h3 a {
  display: inline-block;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: relative;
}
.box_inner h3 a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 1px);
  right: 24px;
  border-top: 2px solid #199cdd;
  border-right: 2px solid #199cdd;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  z-index: 2;
}
.box_inner h3 a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  top: calc(50% - 10px);
  right: 20px;
  border-radius: 10px;
}
/*クーポン価格*/
.price_coupon {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5px auto;
}
.price_coupon .tx_red {
  color: #ea0000;
}
.price_coupon .price_inner {
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
}
/*詳細*/
.detail_coupon {
  margin: 0 15px 15px;
  display: flex;
  flex-wrap: wrap;
}
.detail_coupon dt {
  width: 33%;
  background: #fee9c1;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding: 5px;
}
.detail_coupon dd {
  width: 67%;
  background: #fff8de;
  border-bottom: 2px solid #fff;
  padding: 5px 10px;
}
.detail_coupon dd:last-of-type, .detail_coupon dt:last-of-type {
  border-bottom: none;
}
/*---ボタン---*/
.btn_blue {
  text-align: center;
}
.btn_blue .btn {
  margin: 0 auto 20px;
  padding: 0;
}
.btn_blue .btn a {
  display: block;
  background: #199cdd;
  color: #fff;
  width: 400px;
  padding: 5px;
  font-size: 1.8rem;
  position: relative;
  transition: .2s;
}
.btn_blue .btn a:hover {
  opacity: 0.7;
}
.btn_blue .btn a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 1px);
  right: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
/*バナー*/
.textitem {
  padding-left: 12px;
  position: relative;
}
.textitem::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 12px;
  left: 0;
  border-top: 2px solid #199cdd;
  border-right: 2px solid #199cdd;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
/*販売終了*/
.close_msg {
  position: relative;
  pointer-events: none; /*クリック無効*/
}
.close_msg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3;
}
.close_msg::after {
  content: '販売終了しました。';
  position: absolute;
  z-index: 4;
  top: 45%;
  /* bottom: 0; */
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #fff;
  color: #222;
  text-align: center;
  letter-spacing: 0.1rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  /*カルーセルなし 非表示*/
	.no_swipe .swiper-button-prev,
	.no_swipe .swiper-button-next,
	.no_swipe .swiper-pagination {
		display: none !important;
	}
  .wrap_slide .swiper-slide {
    width: calc(938px / 2 - 10px) !important;
  }
}
@media screen and (max-width: 767px){
  .coupon_container {
    margin: 30px 10px;
    padding: 10px;
  }
  .coupon_container .clm1 {
    width: 100%;
  }
  .coupon_container .feature .section h2 {
    font-size: 1.8rem;
  }
  .coupon_container .feature .section h2::before, .coupon_container .feature .section h2::after {
    height: 40px;
    left: -20px;
  }
  .coupon_container .feature .section h2::after {
    left: unset;
    right: -20px;
  }
  .btn_blue .btn,.btn_blue .btn a {
    width: 100%;
  }
  .coupon_container .swiper-wrapper {
    width: 100%;
  }
  .box_inner {
    height: auto;
  }
  .wrap_slide .swiper {
    padding: 0 0 20px;
  }
  .detail_coupon {
    margin: 0 10px 10px;
  }
  .detail_coupon dt {
    width: 100%;
  }
  .detail_coupon dd {
    width: 100%;
  }
  .coupon_container .bnr_box {
    padding: 0;
  }
  .coupon_container .tyo_otherarea_banner .listitem2 {
    width: 100%;
  }
  .coupon_container .bnr_box li {
    margin: 0 auto;
  }
  .box_inner h3 a {
    text-align: left;
    font-size: 1.7rem;
  }
  .box_inner h3 a::after {
    right: 10px;
  }
  .box_inner h3 a::before {
    right: 15px;
  }
}