@charset "UTF-8";
/* ==========================================================================
    Components
========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #000;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: #00e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 800px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==========================================================================
    Author's styles
========================================================================== */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
}

br.sp {
  display: block;
}
@media only screen and (min-width: 426px) {
  br.sp {
    display: none;
  }
}
object,
img,
a:link,
a:visited,
a:active,
a:hover {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}

h1, h2, h3, h4, h5, h6, p,
ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
button,
input {
  border: 0;
  outline: 0;
  background-color: transparent;
}

::selection {
  color: #999;
  background-color: #333;
}

/* ==========================================================================
    Module
========================================================================== */
.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@keyframes slide01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide02 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  71% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide03 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
    Blocks
========================================================================== */
footer {
  background-color: #00aaf9;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: min(1.8vw, 13px);
}
footer a {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer .redirectArea {
  padding-top: 1vh;
}
footer .redirectArea .redirectBtn {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  padding: 0 1%;
}
footer .redirectArea .redirectBtn a {
  display: inline-block;
  width: 100%;
  padding: 5% 0;
  border: 1px solid #826634;
  background: #2b0802;
  border-radius: 100px;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
footer .redirectArea .redirectBtn a:hover {
  background: #826634;
}
footer .redirectArea .redirectBtn a span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
footer .shiroLogo a {
  width: 220px;
}
footer .shiroLogo a img {
  width: 100%;
}
footer .footer__linkArea {
  max-width: 700px;
  margin: 0 auto;
}
footer .footer__txtArea {
  background: #15476d;
  text-align: center;
  padding: 2% 0;
}
footer .footer__txtArea .footer__txtArea_inner {
  max-width: 800px;
  margin: 0 auto;
}
footer .appNotice {
  width: 100%;
  box-sizing: border-box;
  padding: 2%;
  margin: 0 auto;
  border-radius: 4px;
}
footer .appArea ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 6%;
  margin-bottom: 6%;
}
footer .appArea li {
  margin: 2% 0;
}
footer .appArea li:nth-child(1) {
  width: 25%;
}
footer .appArea li:nth-child(2) {
  width: 31%;
}
footer .appArea li:nth-child(3) {
  width: 32%;
}
footer .appArea li img {
  width: 100%;
  height: auto;
}
footer .link {
  margin: 5% auto;
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .officialSite {
  margin-bottom: 8%;
}
footer .officialSite a {
  display: inline-block;
  width: 90%;
  max-width: 630px;
  padding: 3% 0;
  background: #4e370d;
  border: 2px solid #7d6332;
  border-radius: 100px;
  transition: all 200ms ease;
  text-decoration: none;
}
footer .officialSite a:hover {
  background: #7d6332;
  transition: background 200ms ease;
}
footer .officialSite a span {
  position: relative;
  padding-right: 5px;
  margin-right: 15px;
}
footer .officialSite a span::before, footer .officialSite a span::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer .officialSite a span::before {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
footer .officialSite a span::after {
  right: -10px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #826634;
  border-right: 1px solid #826634;
  transform: rotate(45deg);
}

.snsArea {
  width: 100%;
  padding: 48px 0 24px;
  text-align: center;
}
.snsArea li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.snsArea li.btn {
  width: 10%;
}
.snsArea li.btn img {
  width: 100%;
}

.btn-menu01 {
  width: 50px;
  height: 50px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: #fff100;
  border-radius: 100vh;
}
.btn-menu01 .btn-inner {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  width: 24px;
  height: 20px;
  background: no-repeat;
  transition: transform 400ms ease;
}
.btn-menu01 .line {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 4px;
  background-color: #007ae9;
  transition: all 400ms ease;
  border-radius: 100vh;
}
.btn-menu01 .line.line-1 {
  top: calc(0% - 1px);
}
.btn-menu01 .line.line-2 {
  top: calc(50% - 1px);
}
.btn-menu01 .line.line-3 {
  top: calc(100% - 1px);
}
.btn-menu01.is-active {
  transition: transform ease 200ms;
}
.btn-menu01.is-active .btn-inner {
  transform: rotate(-270deg) translateY(-1px);
}
.btn-menu01.is-active .btn-inner .line-1 {
  transform: translate(0, 10px) rotate(-135deg);
}
.btn-menu01.is-active .btn-inner .line-2 {
  transform: rotate(-135deg) scale(0);
}
.btn-menu01.is-active .btn-inner .line-3 {
  transform: translate(0, -10px) rotate(-45deg);
}

/* ==========================================================================
    Pages
========================================================================== */
body {
  background-size: 135px auto;
  background-position: 50%;
}

#wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  background-color: #08a5f1;
  background-image: url(../img/common/bg01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
}

.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .content {
    display: flex;
    width: 70%;
  }
}
.content .pc-view {
  width: 50%;
  display: none;
}
.content .pc-view img {
  position: fixed;
  top: 5%;
  left: 20%;
  width: 20%;
}
@media only screen and (min-width: 1024px) {
  .content .pc-view {
    display: block;
  }
}
.content .sp-view {
  position: relative;
  background-color: #0079e9;
  max-width: 768px;
  margin: 0 auto;
  border-right: 1px solid #007ae9;
  border-left: 1px solid #007ae9;
}
@media only screen and (min-width: 1024px) {
  .content .sp-view {
    width: 50%;
    display: block;
  }
}
.content .sp-view .logo01 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 12;
  width: 14%;
}
.content .sp-view .btn-menu01 {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12;
}
.content .sp-view .menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 25% 0 0;
  background-color: rgba(23, 134, 255, 0.7);
  display: none;
}
.content .sp-view .menu.is-active {
  display: block;
}
.content .sp-view .menu__inner {
  width: 80%;
  margin: 0 auto;
  padding: 5% 5% 20%;
  background-color: #fff;
  border-radius: 1vh;
}
.content .sp-view .menu__inner__list__item a {
  color: #1786ff;
  font-family: harvester, sans-serif;
  font-size: min(6vw, 24px);
  display: block;
  width: 90%;
  padding: 5%;
  border-bottom: 1px solid #c7e4ff;
  position: relative;
}
.content .sp-view .menu__inner__list__item a:after {
  position: absolute;
  top: 20%;
  right: 5%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 4% auto;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.5em solid #7abfff;
}

.kv-section {
  margin: 0 0 10%;
  padding: 10% 0 0;
}
.kv-section__img01 {
  width: 69%;
  margin: 0 auto 5%;
}
.kv-section__logo01 {
  width: 90%;
  margin: 0 auto 5%;
}
.kv-section__text01 {
  color: #fff;
  font-size: min(4.2vw, 17px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  text-align: center;
  margin: 0 0 2%;
}
.kv-section__text02 {
  color: #fff100;
  font-size: min(6.2vw, 25px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  text-align: center;
  margin: 0 0 2%;
}
.kv-section__link01 a {
  background-color: #fff100;
  color: #4a3500;
  font-size: min(6.2vw, 25px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  text-align: center;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgb(5, 57, 115);
}

.game-section {
  margin: 0 0 20%;
}
.game-section__game-wrapper {
  width: 88%;
  margin: 0 auto 10%;
  outline: 4px solid #a99117;
  border: 3px solid #4a3402;
}
.game-section__qrcode {
  width: 83%;
  margin: 0 auto 10%;
  display: none;
}
.game-section__text01 {
  color: #fff;
  text-align: center;
  font-size: min(6.2vw, 25px);
  font-family: "FOT-スーラ Pro B", sans-serif;
}
.game-section__text02 {
  color: #fff100;
  font-family: harvester, sans-serif;
  font-size: min(17vw, 68px);
  text-align: center;
  line-height: 1.1;
}
.game-section__text03 {
  color: #fff100;
  text-align: center;
  font-size: min(6.2vw, 25px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  margin-bottom: 10%;
}
.game-section__gauge01 {
  position: relative;
  width: 83%;
  margin: 0 auto 5%;
  padding-top: 20.6%;
  background-image: url(../img/game/gauge01.png);
  background-size: cover;
}
.game-section__gauge01__gauge {
  position: absolute;
  top: 10%;
  right: 7%;
  height: 47%;
  background: linear-gradient(90deg, rgb(255, 255, 253) 0%, rgb(255, 241, 3) 100%);
}
.game-section__gauge01__img {
  position: absolute;
  top: -10%;
  width: 20%;
}
.game-section__text04 {
  color: #fff;
  text-align: center;
  font-size: min(2.5vw, 12px);
  margin: 0 auto 10%;
}
.game-section__link01 a {
  background-color: #fff100;
  color: #4a3500;
  text-align: center;
  font-size: min(5.1vw, 20px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgb(5, 57, 115);
}

.ua-desktop .game-section__game-wrapper {
  display: none;
}
.ua-desktop .game-section__qrcode {
  display: block;
}

.campaign-section {
  background-color: #00aaf9;
  background-image: url(../img/common/img01.png);
  background-position: 100% calc(100% - 50px);
  background-size: 80% auto;
  background-repeat: no-repeat;
  padding: 10% 0 100%;
  border-radius: 25vh 25vh 0vh 0vh/10vh 10vh 0vh 0vh;
}
.campaign-section__title01 {
  color: #fff;
  text-align: center;
  font-size: min(9vw, 35px);
  font-family: harvester, sans-serif;
  margin: 0 0 5%;
}
.campaign-section__text01 {
  color: #0095f3;
  text-align: center;
  font-size: min(6vw, 24px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  background-color: #fff100;
  width: 40%;
  margin: 0 auto 2%;
  border-radius: 100vh;
}
.campaign-section__text02 {
  color: #fff;
  text-align: center;
  font-size: min(4vw, 16px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  margin: 0 0 10%;
}
.campaign-section__text02 span {
  font-size: min(2vw, 10px);
}
.campaign-section__text03 {
  color: #fff100;
  text-align: center;
  font-size: min(7vw, 28px);
  font-family: "FOT-スーラ Pro B", sans-serif;
}
.campaign-section__box01, .campaign-section__box02, .campaign-section__box03 {
  margin-bottom: 15%;
}
.campaign-section__box01:last-child, .campaign-section__box02:last-child, .campaign-section__box03:last-child {
  margin-bottom: 0;
}
.campaign-section__box01__title01, .campaign-section__box02__title01, .campaign-section__box03__title01 {
  color: #fff100;
  text-align: center;
  font-family: harvester, sans-serif;
  font-size: min(9vw, 32px);
}
.campaign-section__box01__title01 span, .campaign-section__box02__title01 span, .campaign-section__box03__title01 span {
  font-size: min(20vw, 80px);
  margin-left: 0.1em;
}
.campaign-section__box01__text01, .campaign-section__box02__text01, .campaign-section__box03__text01 {
  color: #fff;
  text-align: center;
  font-size: min(10vw, 39px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  margin: 0 0 5%;
}
.campaign-section__box01__text02, .campaign-section__box02__text02, .campaign-section__box03__text02 {
  color: #fff100;
  text-align: center;
  font-size: min(7vw, 24px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  margin: 0 0 5%;
}
.campaign-section__box01__img01 {
  width: 85%;
  margin: 0 auto 10%;
}
.campaign-section__box01__inner {
  position: relative;
  background-color: #fff;
  width: 80%;
  margin: 0 auto 5%;
  padding: 10% 0 5%;
  border-radius: 2vh;
  text-align: center;
}
.campaign-section__box01__inner a {
  color: #0079e9;
  text-decoration: underline;
  font-family: "FOT-スーラ Pro B", sans-serif;
}
.campaign-section__box01__inner__title {
  color: #fff100;
  font-family: "FOT-スーラ Pro B", sans-serif;
  background-color: #0079e9;
  position: absolute;
  top: -5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  border-radius: 2vh;
}
.campaign-section__box01__inner__text01, .campaign-section__box01__inner__text02 {
  font-family: "FOT-スーラ Pro B", sans-serif;
  font-size: min(3vw, 14px);
}
.campaign-section__box01__inner__text01 span, .campaign-section__box01__inner__text02 span {
  display: block;
  font-family: harvester, sans-serif;
  font-size: min(9vw, 32px);
}
.campaign-section__box01__inner__text01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 4% auto;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  border-top: 0.8em solid black;
}
.campaign-section__box01__link01 {
  margin: 0 0 5%;
}
.campaign-section__box01__link01 a {
  background-color: #0163ce;
  color: #fff100;
  text-align: center;
  font-size: min(6vw, 24px);
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgb(5, 57, 115);
}
.campaign-section__box01__link02 a {
  background-color: #fff100;
  color: #4a3500;
  text-align: center;
  font-size: min(6vw, 24px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgb(5, 57, 115);
}
.campaign-section__box02__link01 {
  margin: 0 0 5%;
}
.campaign-section__box02__link01 a {
  background-color: #fff100;
  color: #4a3500;
  text-align: center;
  font-size: min(6vw, 24px);
  font-family: "FOT-スーラ Pro B", sans-serif;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px 0px rgb(5, 57, 115);
}
.campaign-section__box02__img01, .campaign-section__box02__img02 {
  position: relative;
  width: 85%;
  margin: 0 auto 5%;
}
.campaign-section__box02__img01:after, .campaign-section__box02__img02:after {
  content: "";
  display: block;
  position: absolute;
  top: -8%;
  left: -7%;
  background-image: url(../img/campaign/icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33%;
  height: 30%;
}
.campaign-section__box03__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-section__box03__wallpaper01, .campaign-section__box03__wallpaper02 {
  position: relative;
  width: 40%;
  margin: 0 2%;
  padding: 0 0 1%;
}
.campaign-section__box03__wallpaper01 img, .campaign-section__box03__wallpaper02 img {
  margin: 0 0 5%;
}
.campaign-section__box03__wallpaper01__link, .campaign-section__box03__wallpaper02__link {
  color: #4a3500;
  text-align: center;
  font-family: "FOT-スーラ Pro B", sans-serif;
  font-size: min(3.5vw, 14px);
  display: block;
  width: 100%;
  padding: 10% 0;
  border-radius: 1vh;
  box-shadow: 0px 4px 0px 0px rgb(5, 57, 115);
  background-color: #fff100;
}
.campaign-section__box03__wallpaper01__button, .campaign-section__box03__wallpaper02__button {
  background-color: rgba(88, 68, 0, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  color: #fff;
  font-family: "FOT-スーラ Pro B", sans-serif;
  font-size: min(3.5vw, 14px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-section__box03__wallpaper01__button.cleared, .campaign-section__box03__wallpaper02__button.cleared {
  display: none;
}
