@charset "utf-8";
/*** 初期設定 ***/
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* font-size 1em = 10px */
}
body {
  font-family: 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}
main,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
li {
  list-style-type: none;
}
a,
nav {
  text-decoration: none;
}
img {
  width: 100%;
  margin: 0;
  line-height: 0;
  vertical-align: bottom;
}
a img {
  border-style: none;
}
.idt {
  padding-left: 1em;
  text-indent: -1em;
}
.idt_fix {
  text-indent: -0.5em;
}

/*** 利用確認ページ ***/
.wrapper {
  max-width: 500px;
  margin: 0 auto;
}
section:last-of-type {
  margin-bottom: 50px;
}
.txt_use {
  margin-top: 5px;
  color: #4d4d4d;
  font-size: 1.6rem;
  text-align: center;
}
.btn_modal {
  position: relative;
  display: block;
  width: 75%;
  margin: 5px auto 25px;
  padding: 13px 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #ed1e79;
  border: 2px solid #ed1e79;
  border-radius: 30px;
  box-shadow: 0 5px rgba(173, 23, 95, 0.8);
}
.btn_modal img {
  z-index: 50;
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 50px;
}
.cookie button {
  position: fixed;
  bottom: 10px;
  right: 3%;
  display: block;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 0.8rem;
  background: #ed1e79;
  border: none;
  border-radius: 50%;
  opacity: 0.3;
}
.flex_box_limit {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.blue_band {
  padding: 3px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background: #0085cd;
}
.red_band {
  padding: 3px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background: #ed1c1b;
}
.blue_band.half {
  width: 50%;
}
.red_band.half {
  width: 50%;
}
.contents_box {
  padding: 15px 5%;
}
.txt_contents {
  color: #4d4d4d;
}
.txt_contents span {
  color: #ed1c1b;
  font-size: 1.6rem;
  font-weight: bold;
}
.txt_contents.br {
  margin-top: 1em;
}
.txt_contents.br_half {
  margin-top: 0.5em;
}
.txt_limit {
  width: 50%;
  color: #ed1c1b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.txt_limit.border {
  border: 1px solid #ed1c1b;
}

/*** モーダル ***/
.modal {
  display: none;
  overflow-y: auto;
  z-index: 10;
  position: fixed;
  top: 0;
  max-width: 500px;
  height: 100%;
  padding: 0 3% 100px;
  background: rgba(0, 0, 0, 0.9);
}
.modal_title {
  width: 200px;
  margin: 20px auto 15px;
  padding: 5px 0;
  color: #ffff00;
  font-size: 2rem;
  text-align: center;
  border: 2px solid #ffff00;
  border-radius: 30px;
}
.txt_modal {
  color: #fff;
  text-align: center;
}
.txt_modal.yellow {
  color: #ffff00;
}
.txt_modal.yellow span {
  font-size: 1.6rem;
}
.modal .txt_limit {
  width: 50%;
  margin: 0 auto 7px;
  color: #fff;
  font-size: 2.25rem;
}
.modal .orange_band {
  margin: 20px 5px;
  padding: 14px 5px;
}
.modal .txt_use {
  margin: 0 0 15px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.modal .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .btn_box button {
  width: 110px;
  height: 110px;
  margin: 0 5%;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50%;
  outline: none;
}
.btn_use {
  color: #fff;
  background: #0085cd;
  border-color: #0085cd;
}
.btn_close {
  background: #fff;
  border-color: #fff;
}

/*** クーポンページ ***/
.fixed {
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 500px;
}
.timer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background: #f7931e;
}
.fixed.used {
  display: none;
}
.txt_now,
.countdown {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.icon_timer {
  width: 10%;
  height: 100%;
  margin: 4px 10px 0 0;
}
.icon_timer img {
  align-self: center;
}
.anim.used {
  display: none;
}
.coupon_area {
  margin-top: 60px;
}
.coupon_box {
  position: relative;
  text-align: center;
}
.img_barcode {
  margin-top: 25px;
  width: 80%;
}
.icon_uetan {
  position: absolute;
  bottom: 22%;
  left: 3%;
  width: 15%;
}
.icon_uetan img {
  animation: rotate 5s linear infinite;
}
.img_cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}
.coupon_area .contents_box {
  padding: 10px 5% 20px;
  background: url('img/watermark_logo.png') right 5% bottom 15px/33% no-repeat;
}
.coupon_area.used .img_cover {
  display: block;
}
.coupon_area.used .img_barcode,
.coupon_area.used .contents_box {
  display: none;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.orange_band {
  margin: 14px 5px;
  padding: 10px;
  text-align: left;
  background: #f7931e;
}
.orange_band .txt_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.not_applicable {
  margin: 20px 16px;
  text-align: left;
}
.not_applicable .txt_title {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.orange_band .txt_contents {
  color: #fff;
}
.detail_link {
  color: #0068b7;
  font-weight: bold;
}
.detail_link::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url('img/arrow.svg') left bottom/contain no-repeat;
}
