@charset "UTF-8";
/* *********************************************
  reset(ress)
********************************************* */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* *********************************************
  common
********************************************* */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2b2b2b;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: min(4.27dvw, 32px);
  line-height: 1.5;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

h2 {
  margin-top: 1.5em;
  padding: 0.2em 0;
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  letter-spacing: 1px;
  background: #0085cd;
}

img {
  width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

ul {
  list-style: none;
}
ul li {
  margin-top: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
}
ul li:first-of-type {
  margin-top: 0.75em;
}
ul li span {
  color: #ed1c1b;
  font-weight: bold;
}

#wrapper {
  max-width: 768px;
  margin: auto;
}

.contents {
  margin: 1em 5%;
}
.contents:last-of-type {
  padding-bottom: 40px;
}

.exception_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  color: #0068b7;
  font-weight: bold;
  text-decoration: none;
}
.exception_link.fix {
  gap: 1.25em;
}
.exception_link::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/arrow.svg") center/contain no-repeat;
}

.reset {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 10px;
  background: #ed1e79;
  border: none;
  border-radius: 50%;
  opacity: 0.3;
}

/* *********************************************
  header
********************************************* */
header .timer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 0.5em 0;
  background: #f7931e;
}
header .timer.used {
  display: none;
}
header .timer .timer_icon {
  width: 12%;
  aspect-ratio: 1/1;
}
header .timer .timer_text {
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
header .coupon {
  position: relative;
  margin-top: 19%;
  text-align: center;
}
header .coupon .coupon_img.used {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}
header .coupon .barcode {
  margin-top: 1.5em;
  width: 80%;
}
header .coupon .uetan {
  position: absolute;
  bottom: 22%;
  left: 3%;
  width: 15%;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
header .coupon.used .coupon_img.used {
  display: block;
}
header .coupon.used .barcode,
header .coupon.used .uetan {
  display: none;
}

/* *********************************************
  main
********************************************* */
main .btn_wrapper .btn_text {
  margin: 0.5em auto;
  font-weight: bold;
  text-align: center;
}
main .btn_wrapper .btn_confirm {
  position: relative;
  display: block;
  width: 75%;
  margin: 0 auto 1.5em;
  padding: 0.65em 0;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  background: #ed1e79;
  border-radius: min(8dvw, 60px);
  -webkit-box-shadow: 0 5px rgba(173, 23, 95, 0.8);
          box-shadow: 0 5px rgba(173, 23, 95, 0.8);
}
main .btn_wrapper .btn_confirm .btn_img_hand {
  z-index: 3;
  position: absolute;
  bottom: -35%;
  right: 0;
  width: 18%;
}
main .btn_wrapper .btn_confirm.before {
  color: #d9d9d9;
  background: #777;
  -webkit-box-shadow: 0 5px rgba(70, 70, 70, 0.8);
          box-shadow: 0 5px rgba(70, 70, 70, 0.8);
}
main .btn_wrapper .btn_confirm.before .btn_img_hand {
  display: none;
}
main .limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #ed1c1b;
}
main .limit .limit_text {
  width: 50%;
  padding: 0.2em 0;
  color: #fff;
  font-size: 1.125em;
  background: #ed1c1b;
}
main .limit .limit_time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ed1c1b;
  font-size: 1.375em;
}
main .limit_desc {
  margin: 1em 5%;
}
main .limit_desc p:not(:first-of-type) {
  margin-top: 0.75em;
}
main .limit_desc p span {
  color: #ed1c1b;
  font-weight: bold;
}
main .limit_desc .notice {
  padding: 0.65em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #f7931e;
}
main .contents p:not(:first-of-type) {
  margin-top: 0.25em;
}
main .exception {
  margin: 1em 0.5em;
}
main .exception .exception_title {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: center;
}

.bg_stamp {
  background: url("../img/watermark_logo.png") right bottom -5%/35% no-repeat;
}

.modal_confirm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 768px;
  height: 100%;
  overflow-y: auto;
  margin: 0 auto;
  padding: 5%;
  background: rgba(0, 0, 0, 0.9);
}
.modal_confirm .modal_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  padding: 0.25em 2em;
  color: #ffff00;
  font-size: 1.125em;
  text-align: center;
  border: 2px solid #ffff00;
  border-radius: 30px;
}
.modal_confirm .limit_text {
  color: #fff;
  text-align: center;
}
.modal_confirm .limit_text span {
  font-size: 1.5em;
  font-weight: bold;
}
.modal_confirm .confirm_text {
  margin: 1em 0;
  color: #ffff00;
}
.modal_confirm .notice {
  padding: 0.75em 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #f7931e;
}
.modal_confirm .use_text {
  margin: 1.5em 0;
  color: #fff;
  font-size: 1.125em;
  text-align: center;
}
.modal_confirm .btn_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_confirm .btn_select button {
  width: 32%;
  aspect-ratio: 1/1;
  margin: 0 5%;
  font-size: 1.125em;
  font-weight: bold;
  border-radius: 50%;
}
.modal_confirm .btn_select .btn_use {
  color: #fff;
  background: #0085cd;
}
.modal_confirm .btn_select .btn_close {
  background: #fff;
}/*# sourceMappingURL=style.css.map */