@charset "UTF-8";
/* normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
legend {
  border: 0;
}

legend,
td,
th {
  padding: 0;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

dl,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
}

iframe {
  border: none;
}

h1,
h3,
h4 {
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  white-space: nowrap;
}

/*-------------------------
  base
---------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  vertical-align: text-bottom;
}

a {
  display: block;
  text-decoration: none;
}

/*-------------------------
  block - element - modifier
---------------------------*/
.campaign {
  position: relative;
}

.wrap {
  position: relative;
  margin: auto;
  max-width: 540px;
}

.wrap--fullsize {
  height: 100vh;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 35px;
  z-index: 100;
}

.section {
  /* display: none; */
}

.section--width80p {
  width: 80%;
}

.title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.title__image {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 90%;
  transform: translateX(-50%);
}

.text {
  margin-bottom: 20px;
}

.coin--top {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}

/* ボタン */
.button {
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 15px 0;
  border-radius: 4px;
  text-align: center;
  line-height: 1.1;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}

.button--transparent {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.button--white {
  margin: 0 20px 20px;
  background-color: white;
  border: 2px solid #0068b7;
  color: #0068b7;
}

.scratch {
  position: relative;
  margin: 0 auto;
}

.scratch--poinco {
  padding-bottom: 80px;
  overflow: hidden;
}

.scratch__hand {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 40%;
  z-index: 10;
}

.scratch__poinco-hit {
  position: absolute;
  left: 50%;
  bottom: -20%;
  width: 100%;
  transform: translateX(-50%);
}

.scratch__poinco-out {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  transform: translateX(-50%);
}

.table {
  margin: 6px 18px 20px;
}

.footer {
  padding-top: 20px;
}

/* spinner */
.spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1); /* Or use a CSS var for this color */
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.spinner--large {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 40px;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.reward .wrap {
  background: linear-gradient(to bottom, #e00000, #ff9d00);
}

.section--card {
  margin: 0 20px;
  border-width: 10px;
  border-style: solid;
  border-radius: 10px;
}

.section--result {
  padding-bottom: 0;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*-------------------------
  page type
---------------------------*/
.reward .title,
.result1st .title,
.result2nd .title,
.result3rd .title,
.resultout .title {
  margin-bottom: 0;
}

.reward .section {
  background: url(../img/reward_bgrepeat.png) repeat left top #ffde7a;
  border-color: #ffde7a;
}

.result1st .wrap {
  background: linear-gradient(to bottom, #e00000, #ff9d00);
}

.result1st .section {
  background: url(../img/reward_bgrepeat1st.png) repeat left top #cb0801;
  border-color: #cb0801;
}

.result1st .footer {
  background-color: #e00000;
}

.result2nd .wrap {
  background: linear-gradient(to bottom, #ff7b00, #ffa047);
}

.result2nd .section {
  background: url(../img/reward_bgrepeat.png) repeat left top #ffde7a;
  border-color: #ffde7a;
}

.result2nd .footer {
  background-color: #ff7b00;
}

.result3rd .wrap {
  background: linear-gradient(to bottom, #ffd133, #ffe899);
}

.result3rd .section {
  background: url(../img/reward_bgrepeat.png) repeat left top #ffde7a;
  border-color: #ffde7a;
}

.result3rd .footer {
  background-color: #ffd133;
}

.resultout .wrap {
  background: linear-gradient(to bottom, #7fc5f5, #a0d4f8);
}

.resultout .section {
  background: url(../img/reward_bgrepeatout.png) repeat left top #f1f7f8;
  border-color: #f1f7f8;
}

.resultout .footer {
  background-color: #7fc5f5;
}

/*-------------------------
  utility
---------------------------*/
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}