*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  touch-action: none;
}

body {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  min-height: 100dvh;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  letter-spacing: 0.035em;
  margin-bottom: 1em;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

a {
  transition: all 0.2s;
}
a img {
  transition: all 0.2s;
}
a:hover img {
  transition: all 0.2s;
  opacity: 0.8;
}

main section:last-child {
  margin-bottom: 0;
}

figure {
  text-align: center;
}

body {
  border: 10px solid #000;
  max-width: 760px;
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
  position: relative;
}

.vip-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5%;
}
.vip-mode h1 {
  text-align: center;
}
.vip-mode .status {
  margin: 1em 0;
}
.vip-mode .status .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 0.3em 1em;
}
.vip-mode .status .title #status.is-active {
  color: green;
}
.vip-mode .status .title #status.is-negative {
  color: red;
}
.vip-mode .btn {
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  padding: 1em;
  margin-top: 3em;
}

.loading_anime {
  border: 10px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  max-width: 760px;
  width: 100%;
  height: 100dvh;
}
.loading_anime__title {
  position: relative;
  max-width: clamp(250px, 33.3333333333vw, 400px);
  width: 100%;
  z-index: 2;
}
.loading_anime__bg {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.prize_contents {
  width: 100%;
  height: 100%;
}
.prize_contents__top {
  text-align: center;
  height: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -10%;
}
.prize_contents__top * {
  pointer-events: none;
}
.prize_contents__title {
  margin-bottom: clamp(50px, 13.3333333333vw, 100px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.prize_contents__title img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  max-width: clamp(250px, 76vw, 570px);
}
.prize_contents__img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.prize_contents__img img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: auto;
  height: 160px;
}
.prize_contents__img img.type-2 {
  margin-right: 21px;
}
.prize_contents__btn button {
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: clamp(210px, 51.3333333333vw, 385px);
  color: #fff;
  background: #000;
  border-radius: 9999px;
  font-size: 19px;
  padding: 1.2em;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
@media (max-width: 767px) {
  .prize_contents__btn button {
    font-size: 14px;
    padding: 1.4em 0;
  }
}

#js-price-btn{
      opacity: 0;
  visibility: hidden;

}

/*# sourceMappingURL=main.css.map */
