@charset "UTF-8";
/* ==========================================================================
    Components
========================================================================== */
/* Flattened: mixin helpers were inlined into compiled CSS for this build. */
/*! 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
========================================================================== */
a {
  font-family: "FOT-スーラ Pro M", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

br.sp {
  display: block;
}

@media only screen and (min-width: 1024px) {
  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;
  box-sizing: border-box;
}

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

::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;
  }
}
@keyframes poyo {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.04);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.04);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  0% {
    transform: scale(1);
  }
}
/* ==========================================================================
    Blocks
========================================================================== */
.modal-scout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 23;
  width: 100%;
  height: 100%;
}

.modal-scout__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-scout__inner {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  width: 90%;
  max-width: 357px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}

.modal-scout__inner__button {
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  margin: auto;
  width: 40%;
}

.modal-scout__close {
  position: absolute;
  top: -10%;
  right: 0%;
  z-index: 12;
  margin: auto;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
}

.modal-scout__close::before, .modal-scout__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background-color: #fff;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.modal-scout__close::before {
  width: 1px;
  height: 100%;
}

.modal-scout__close::after {
  width: 100%;
  height: 1px;
}


.global-footer {
  position: relative;
  padding: 24px 0 36px;
  color: #000;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(180deg, white 0%, #f6f6f6 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: min(2vw, 14px);
  line-height: 1.8;
}

@media only screen and (min-width: 1024px) {
  .global-footer {
    padding: 32px 0 48px;
    font-size: min(1vw, 12px);
  }
}
.global-footer__inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 4%;
}

@media only screen and (min-width: 1024px) {
  .global-footer__inner {
    padding: 0 3%;
  }
}
.global-footer__spec {
  width: min(100%, 750px);
  margin: 0 auto 20px;
}

@media only screen and (min-width: 1024px) {
  .global-footer__spec {
    width: min(100%, 750px);
  }
}
.global-footer__spec img {
  display: block;
  width: 100%;
  height: auto;
}

.global-footer__sns {
  display: flex;
  gap: 12px;
  width: min(100%, 690px);
  margin: 0 auto 18px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .global-footer__sns {
    gap: 16px;
    width: min(100%, 688px);
  }
}
.global-footer__snsItem {
  flex: 1;
}

.global-footer__snsButton {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

@media only screen and (min-width: 1024px) {
  .global-footer__snsButton {
    width: 100%;
  }
}
.global-footer__snsButton img {
  display: block;
  width: 100%;
  height: auto;
}

.global-footer__store {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  width: min(100%, 620px);
  margin: 0 auto 18px;
  padding: 0;
}

.global-footer__store li {
  width: calc(33.333% - 6px);
  min-width: 106px;
}

.global-footer__store img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .global-footer__store {
    gap: 10px;
  }
  .global-footer__store li {
    width: calc(33.333% - 8px);
    min-width: 160px;
  }
}
.global-footer__notes {
  width: min(100%, 620px);
  margin: 0 auto 24px;
  padding: 0;
  color: #333;
  font-size: min(2.13vw, 16px);
  line-height: 1.75;
  text-align: left;
}

.global-footer__notes li + li {
  margin-top: 4px;
}

@media only screen and (min-width: 1024px) {
  .global-footer__notes {
    font-size: 11px;
  }
}
.global-footer__official {
  width: calc(100% - min(10.67vw, 80px));
  margin: 0 auto 18px;
  padding: 0;
}

.global-footer__official a {
  display: block;
}

.global-footer__official img {
  display: block;
  width: 100%;
  max-width: 840px;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .global-footer__official img {
    width: 100%;
  }
}
.global-footer__lower {
  padding-top: 6px;
}

.global-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  margin: 0 auto 8px;
  padding: 0 6%;
  color: #4d7f9b;
  font-size: min(2.13vw, 16px);
  line-height: 1.5;
}

.global-footer__links a {
  color: #4d7f9b;
}

.global-footer__linksItem--privacy {
  flex-basis: 100%;
}

@media only screen and (min-width: 1024px) {
  .global-footer__links {
    padding: 0 10%;
    font-size: 11px;
  }
}
.global-footer__copyright {
  color: #666;
  font-size: min(1.87vw, 14px);
  line-height: 1.4;
}


body {
  font-family: "FOT-スーラ Pro M", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 400;
  background: #000;
}

.page-bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-bg-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.page-bg-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: linear-gradient(90deg, #000000 0%, #c19a00 25%, #ead35a 50%, #cfa800 75%, #000000 100%);
}

.area-mesh-wrap {
  position: relative;
}

.area-mesh-wrap::before {
  content: "";
  position: absolute;
  top: -48px;
  bottom: -28px;
  left: 0;
  width: 100%;
  background-image: url(../img/common/bg03.png);
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 330px 100%;
  pointer-events: none;
}

.area-mesh-wrap > * {
  position: relative;
  z-index: 1;
}

#wrapper .button03 {
  z-index: 999;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 5%;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all ease 200ms;
}

#wrapper .button03.is-active {
  pointer-events: auto;
  opacity: 1;
}

#wrapper .button03.is-following {
  position: fixed;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
}

#wrapper .button04 {
  width: 100%;
  max-width: 632px;
  margin: 0 auto 5%;
  display: block;
  transition: opacity 0.3s ease-in;
}

#wrapper .button05 {
  width: calc(100% - 9.06vw);
  margin: 0 auto 5%;
  display: block;
}

.global-header {
  position: relative;
  z-index: 2;
}

.kv-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/kv/bg01.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -3% 0 5%;
}

.kv-section__characters {
  position: relative;
}

.kv-section__characters__layer {
  display: block;
  width: 100%;
  max-width: 748px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}

.kv-section__bottom {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: -1px auto 0;
  transform: translateY(min(1.3vw, 10px));
}

.area-section {
  width: 96%;
  margin: 0 auto 5%;
}

.area-section__title01 {
  max-width: 730px;
  margin: 0 auto 5%;
  position: relative;
}

.area-section__title01__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2%;
  min-width: min(9.2vw, 69px);
  height: min(3.73vw, 28px);
  padding: 0 0.72em;
  gap: 0.04em;
  box-sizing: border-box;
  color: #fff600;
  font-size: min(1.73vw, 13px);
  font-family: "CometStd-B", "FOT-コメット Std B";
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-image: url(../img/area/bg02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  transform: translateY(-50%);
}

.area-section__title01__number__label,
.area-section__list__item__number__label {
  display: block;
  font-size: 0.72em;
  line-height: 1;
  transform: translateY(0.08em);
}

.area-section__title01__number__value,
.area-section__list__item__number__value {
  display: block;
  line-height: 1;
}

.area-section__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.area-section__list__item {
  width: 48%;
  margin: 0 0 4%;
  position: relative;
}

.area-section__list__item__head {
  position: relative;
}

.area-section__list__item__button {
  position: relative;
}

.area-section__list__item__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  width: min(5.73vw, 43px);
  height: min(5.73vw, 43px);
  margin: auto;
  background: url(../img/area/icon01.png) 0 0 no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .area-section__list__item__button::before {
    right: -14px;
    width: 45px;
    height: 45px;
  }
}
.area-section__list__item__button picture,
.area-section__list__item__button img {
  pointer-events: none;
}

.area-section__list__item__number {
  position: absolute;
  top: 50%;
  right: min(7.6vw, 58px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(8vw, 60px);
  height: min(4vw, 30px);
  padding: 0 0.62em;
  gap: 0.04em;
  box-sizing: border-box;
  color: #fff600;
  font-family: "CometStd-B", "FOT-コメット Std B";
  font-size: min(2vw, 15px);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-image: url(../img/area/bg02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.area-section__note {
  width: calc(100% - min(1vw, 10px));
  margin: 3vw auto 0;
}

.area-section__note img {
  display: block;
  width: 100%;
  height: auto;
}

.area-section__list__item button[data-accordion=open]::before {
  transform: rotate(180deg);
}

.area-section__list__item button[data-accordion=open] + .areaGroup__body {
  padding-top: 20px;
}

.area-section__stations {
  display: none;
  box-sizing: border-box;
  width: calc(100% - 7px);
  max-width: none;
  margin-top: -1px;
  margin-right: 2px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.8);
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .area-section__stations {
    width: calc(100% - 14px);
    max-width: none;
    margin-right: 4px;
    margin-left: 10px;
  }
}
.area-section__stations__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px 8px;
  margin: 0 -4px;
}

@media only screen and (min-width: 1024px) {
  .area-section__stations__list {
    padding: 0 16px 16px;
    margin: 0 -8px;
  }
}
.area-section__stations__list > li {
  width: 50%;
  padding: 0 4px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .area-section__stations__list > li {
    padding: 0 8px;
  }
}
.area-section__stations__list > li > a {
  display: block;
  padding-bottom: 3px;
  border-width: 6px 7px 6px 6px;
  border-style: solid;
  border-image: url(../img/area/bg01.png) fill 11 14 14 11 stretch stretch;
  color: #37a6ba;
  font-family: "CometStd-B";
  font-size: 5vw;
  letter-spacing: -0.12em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .area-section__stations__list > li > a {
    border-width: 11px 14px 14px 11px;
    font-size: 40px;
  }
}
.area-section__stations__list > li:nth-child(n+3) {
  margin-top: 8px;
}

@media only screen and (min-width: 1024px) {
  .area-section__stations__list > li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.howto-section {
  width: 100%;
}

.howto-section__title01 {
  position: relative;
  height: 0;
  padding-bottom: 9.68661%;
  margin: 0;
  background: url(../img/howto/title01.png) 0 100% no-repeat;
  background-size: contain;
}

.howto-section__title01 span {
  display: none;
}

.howto-section__content {
  padding: 2px 10px 10px;
  background-image: url(../img/common/bg02.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.howto-section__content__inner {
  padding-bottom: 0;
}

.howto-section__image01 {
  margin: 0 0 2%;
}

.howto-section__image01 img {
  display: block;
  width: 100%;
  height: auto;
}

.howto-section__wrap01 {
  background-color: rgba(46, 32, 0, 0.7);
}

.howto-section__wrap01__text01 {
  color: #fff;
  padding: 2% 4%;
  padding-bottom: min(2.4vw, 24px);
  font-size: min(4.2vw, 30px);
  line-height: 1.6;
}

.howto-section__wrap01 div[class*=box] {
  position: relative;
  width: 92%;
  margin: 0 auto 3%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.howto-section__wrap01 div[class*=box] a[class*=btn] {
  position: absolute;
  width: 94%;
  right: 0;
  left: 0;
  margin: auto;
}

.howto-section__arrow {
  width: min(4.8vw, 36px);
  margin: 0 auto min(1.33vw, 10px);
}

.howto-section__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.howto-section__wrap01__box01 {
  background-image: url(../img/howto/box01.png);
  padding-top: 34%;
}

.howto-section__wrap01__box01__btn01 {
  top: 34%;
}

.howto-section__wrap01__box02 {
  background-image: url(../img/howto/box02.png);
  padding-top: 34%;
}

.howto-section__wrap01__box02__btn01 {
  top: 34%;
}

.howto-section__wrap01__box03 {
  background-image: url(../img/howto/box03.png);
  padding-top: 64%;
}

.howto-section__wrap01__box03__btn01 {
  top: 17%;
}

.howto-section__wrap01__box03__btn02 {
  top: 64%;
}

.howto-section__wrap01__text02 {
  color: #fff;
  padding: 2% 4%;
  text-align: center;
  font-size: min(5vw, 30px);
}

.howto-section__wrap01__text02 span {
  font-size: min(2.4vw, 16px);
}

.about-section {
  width: 100%;
  margin: 0 auto 2vw;
}

.about-section__title01 {
  position: relative;
  height: 0;
  padding-bottom: 9.68661%;
  margin: 0;
  background: url(../img/about/title01.png) 0 100% no-repeat;
  background-size: contain;
}

.about-section__title01 span {
  display: none;
}

.about-section__content {
  background-image: url(../img/common/bg02.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 min(1.6vw, 16px);
  padding-bottom: min(1.33vw, 10px);
}

.about-section__content__inner {
  position: relative;
  background-color: rgba(46, 32, 0, 0.7);
  padding-bottom: min(2.13vw, 16px);
}

.about-section__image01 {
  padding: 0 min(2vw, 15px);
  padding-top: min(2.4vw, 18px);
}

.about-section__image01 img {
  display: block;
  width: 100%;
  height: auto;
}

.about-section__wrap01 {
  padding-bottom: min(3.47vw, 26px);
}

.about-section__text01 {
  color: #fff;
  padding: min(3.47vw, 14px) min(3.73vw, 20px);
  font-size: min(4.67vw, 35px);
  line-height: 1.63;
}

.about-section__text01 span {
  color: #fffc00;
}

.about-section__attention01 {
  display: flex;
  font-size: min(3.2vw, 24px);
  color: #fff;
  padding: 0 min(7.1vw, 53px);
}

.about-section__attention01:before {
  content: "※";
}

.lower-white-wrap {
  background-color: #fff;
  overflow: hidden;
  padding-top: min(2.67vw, 20px);
}

.present-section {
  width: 100%;
  padding: 2.2% 0 8%;
  background-color: #fff;
  background-image: url(../img/present/bg01.png?);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.present-section__content {
  padding: 0px 2% 2%;
  background-image: url(../img/present/bg02.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.present-section__content__inner {
  background-color: #fff;
  background-image: url(../img/common/bg_grid.png);
  background-size: 13% auto;
  padding: 20px 2% 20px;
}

.present-section__title01 {
  width: 90%;
  margin: 0 auto 4%;
}

.present-section__text01 {
  text-align: center;
  font-size: min(4.67vw, 35px);
}

.present-section__text02 {
  text-align: center;
  font-size: min(7.2vw, 54px);
  font-family: "FOT-スーラ ProN DB";
  font-weight: normal;
  margin: 0 0 4%;
}

.present-section__image01 {
  width: 86%;
  max-width: 670px;
  margin: 0 auto 4%;
}

.present-section p[class*=attention] {
  display: flex;
  font-size: min(3.2vw, 24px);
  color: #444444;
  width: 90%;
  margin: 0 auto 2%;
}

.present-section p[class*=attention]:before {
  content: "※";
  padding-right: 0.5em;
}

.present-section__attention02 {
  margin-bottom: 6% !important;
}

.campaign-section {
  width: 100%;
  background-color: #fff;
  padding: 0 1.33vw;
  margin: 0 auto 10%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.campaign-section:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  inset: 0 1.33vw;
  border-image: url(../img/campaign/bg01.png) 25 stretch stretch;
  border-width: 12px;
  border-style: solid;
  -o-border-image: url(../img/campaign/bg01.png) 25 stretch stretch;
  pointer-events: none;
}

.campaign-section__inner {
  box-sizing: border-box;
  margin: 0;
  padding: 5% 0 min(6.67vw, 50px);
  border-radius: 20px;
  background: #1da1f2 url(../img/campaign/bg02.png) 0 0;
  background-size: 25px auto;
}

.campaign-section__title01 {
  width: 98%;
  margin: 0 auto 5%;
}

.campaign-section__image01 {
  width: 94%;
  max-width: 687px;
  margin: 0 auto 3.47vw;
}

.campaign-section__text01 {
  color: #fff;
  text-align: center;
  margin: 0 auto 5%;
  font-size: min(4.2vw, 30px);
}

.campaign-section__text01 span, .campaign-section__text01 a {
  color: #fffc00;
}

.campaign-section__button01 {
  width: 80%;
  margin: 0 auto 5%;
}

.campaign-section__box01 {
  width: 84%;
  margin: 0 auto 2.27vw;
  padding: 3%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 95, 153, 0.35);
}

.campaign-section__box01__text01 {
  font-size: min(6.67vw, 50px);
}

.campaign-section__box01__text02 {
  font-size: min(6vw, 30px);
  margin-bottom: 4.27vw;
}

.campaign-section__button02 {
  width: 86%;
  margin: 0 auto;
}

.campaign-section p[class*=attention] {
  display: flex;
  color: #fff;
  font-size: min(3.2vw, 24px);
  width: 90%;
  margin: 0 auto;
}

.campaign-section p[class*=attention]:before {
  content: "※";
  padding-right: 0.5em;
}

.wallpaper-section {
  width: 100%;
  margin: 0;
  padding: 2.2% 0 8%;
}

.wallpaper-section__content {
  padding: 0 0 3%;
}

.wallpaper-section__content__inner {
  background-image: url(../img/wallpaper/bg02.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 20px;
}

.wallpaper-section__title01 {
  width: 90%;
  margin: 0 auto 5%;
}

.wallpaper-section__image01 {
  position: relative;
  width: 60%;
  margin: 0 auto 5%;
}

.wallpaper-section__button01 {
  width: 60%;
  margin: 0 auto 2%;
}

.wallpaper-section__button02 {
  width: 60%;
  margin: 0 auto;
}


body#page-station #wrapper {
  background: url(../img/common/bg03.png) 50% 0 no-repeat, linear-gradient(180deg, rgb(212, 212, 212) 30%, rgb(255, 255, 255) 100%);
}

.post-area {
  position: relative;
  width: 90%;
  margin: 10% auto 0;
  border-width: 47px 10px 10px 10px;
  border-style: solid;
  border-image: url(../img/station/bg02.png) fill 94 20 20 20 stretch stretch;
}

@media only screen and (min-width: 1024px) {
  .post-area {
    border-width: 94px 20px 20px 20px;
  }
}
.post-area::before {
  content: "";
  display: block;
  position: absolute;
  top: -46px;
  right: 17px;
  width: 81px;
  height: 40px;
  background: url(../img/station/logo_alice.png) 0 0 no-repeat;
  background-size: contain;
}

.post-area__title {
  position: absolute;
  top: -42px;
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "FOT-ニューロダン Pro DB";
  font-size: 29px;
  letter-spacing: -0.12em;
  line-height: 1;
  text-align: center;
}

.post-area__lists {
  position: relative;
  z-index: 1;
  margin: -7px -7px 0;
  padding: 7px 7px 12px;
}

.post-area__lists::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/station/bg_triangle_01.png), url(../img/station/bg_triangle_02.png), linear-gradient(to top, #fff, transparent), url(../img/station/bg03.png);
  background-position: 0 0, 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 7px auto, 7px auto, 100% 5px, auto;
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) {
  .post-area__lists::before {
    background-size: auto, auto, 100% 5px, auto;
  }
}
.post-area__listsTitle {
  margin: 0;
  text-align: center;
}

.post-area__listsTitle img {
  max-width: 138px;
}

.post-area__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 10px;
  margin-top: 20px;
}

.post-area__listItem {
  width: auto;
}

.post-area__back {
  position: sticky;
  z-index: 100;
  bottom: 0;
  max-width: 590px;
  margin: 24px auto -16px;
}

@media only screen and (min-width: 1024px) {
  .post-area::before {
    top: -93px;
    right: 34px;
    width: 162px;
    height: 80px;
  }
  .post-area__title {
    top: -81px;
    font-size: 58px;
  }
  .post-area__lists {
    padding: 15px 15px 24px;
    margin: -15px -15px 0;
  }
  .post-area__listsTitle img {
    max-width: 348px;
  }
  .post-area__list {
    margin-top: 10px;
    gap: 5px;
  }
  .post-area__back {
    max-width: 295px;
    margin-top: 12px;
    margin-bottom: -8px;
  }
}
.areaDetail {
  position: relative;
  margin-top: 84px;
}

.areaDetail[id*=hokkaido] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(0, 255, 192, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=tohoku] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(110, 192, 255, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=kanto] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(255, 65, 65, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=chubu] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(241, 0, 255, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=kinki] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(148, 240, 29, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=chugoku] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(255, 144, 0, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=shikoku] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(0, 255, 252, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail[id*=kyushu_okinawa] .areaDetail__headerTitle {
  text-shadow: 0px 0px 5px rgba(255, 240, 0, 0.5);
  background-image: url(../img/station/bg01.png);
}

.areaDetail__inner {
  position: relative;
  padding: 30px 12px;
  background-color: #fff;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 0 1px #787878;
}

.areaDetail__header {
  position: absolute;
  top: -52px;
  left: 0;
}

.areaDetail__headerIcon {
  margin-top: 3px;
  margin-right: 10px;
}

.areaDetail__headerTitle {
  display: flex;
  width: 680px;
  min-height: 53px;
  align-items: center;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
  background: url(../img/station/bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 32px;
  font-family: "FOT-コメット Std B";
}

.areaDetail__headerTitle img {
  width: 36px;
  height: 40px;
  flex: 0 0 auto;
}

.areaDetail__content + .areaDetail__content {
  margin-top: 30px;
}

.areaDetail__contentTitle {
  position: sticky;
  z-index: 22;
  top: 30px;
  width: 100%;
  max-width: 220px;
  padding: 8px;
  margin: 0 auto 30px;
  background-color: #454545;
  border-radius: 24px;
  box-shadow: inset 0 2px 4px #000;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  font-family: "FOT-コメット Std B";
}

.areaDetail__item {
  position: relative;
  padding: 7px 7px 12px;
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  border-radius: 6px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
  color: #454545;
}

.areaDetail__item + .areaDetail__item {
  margin-top: 30px;
}

.areaDetail__item.is-0727, .areaDetail__item.is-0728, .areaDetail__item.is-comingsoon, .areaDetail__item.is-close {
  position: relative;
}

.areaDetail__item.is-0727 > *, .areaDetail__item.is-0728 > *, .areaDetail__item.is-comingsoon > *, .areaDetail__item.is-close > * {
  pointer-events: none;
}

.areaDetail__item.is-close::before, .areaDetail__item.is-comingsoon::before, .areaDetail__item.is-0727::before, .areaDetail__item.is-0728::before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #fff;
  font-size: 30px;
  font-family: "FOT-スーラ ProN DB";
  font-weight: normal;
}

.areaDetail__item.is-0727::before {
  content: "7/27掲載予定";
}

.areaDetail__item.is-0728::before {
  content: "7/28掲載予定";
}

.areaDetail__item.is-close::before {
  content: "掲載期間が終了しました。";
}

.areaDetail__item.is-comingsoon .areaDetail__show {
  filter: grayscale(1);
}

.areaDetail__comingsoon {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.areaDetail__comingsoon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.areaDetail__column {
  display: flex;
}

.areaDetail__columnRight {
  flex: 1;
  margin-left: 8px;
}

.areaDetail__lock {
  margin-top: 0;
}

.areaDetail__text {
  padding: 8px 10px;
  margin-top: 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 3px #000;
  font-family: "FOT-スーラ ProN DB";
  font-size: 30px;
  line-height: 1.05;
}

.areaDetail__text strong {
  font-size: 35px;
}

.areaDetail__check {
  position: relative;
  display: flex;
  margin-top: 10px;
  border-radius: 6px;
}

.areaDetail__checkInput {
  flex: 1;
  align-self: flex-start;
  padding: 14px 0 14px 10px;
  margin-top: 0;
  background-color: #adadad;
  border-radius: 6px 0 0 6px;
}

.areaDetail__check input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 6px;
  box-shadow: inset 0 0 3px #000;
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
}

.areaDetail__check button {
  position: relative;
  padding: 14px 10px;
  background-color: #adadad;
  border-radius: 0 6px 6px 0;
}

.areaDetail__check button::before {
  position: absolute;
  right: 116px;
  bottom: 0;
  display: block;
  width: 34px;
  height: 68px;
  background: url(../img/station/bg_check_btn.png) 0 100% no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
}

.areaDetail__check button picture {
  position: relative;
}

.areaDetail__show {
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 7px;
  width: calc(100% - 157px - 7px);
  margin-top: 0;
}

.areaDetail__show > a {
  display: block;
}

.areaDetail__show img {
  pointer-events: none;
}

.areaDetail__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  padding: 3% 0 0;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.areaDetail__cover img {
  width: 30%;
  max-width: 180px;
  margin: 0 0 2%;
}

.areaDetail__cover span {
  display: block;
  color: #fff;
  font-size: min(3vw, 22px);
  font-family: "FOT-ニューロダン Pro DB";
}

@media screen and (max-width: 426px) {
  .areaDetail {
    margin-top: 42px;
  }
  .areaDetail__inner {
    padding: 15px 6px;
    border-radius: 0 3px 3px 3px;
  }
  .areaDetail__header {
    top: -26px;
  }
  .areaDetail__headerIcon {
    width: 18px;
    height: 20px;
    margin-right: 5px;
  }
  .areaDetail__headerTitle {
    width: 340px;
    min-height: 27px;
    padding-left: 9px;
    font-size: 16px;
  }
  .areaDetail__contentTitle {
    top: 15px;
    max-width: 110px;
    padding: 4px;
    margin: 0 auto 15px;
    border-radius: 12px;
    font-size: 16px;
  }
  .areaDetail__item {
    padding: 3px 3px 6px;
    border-radius: 3px;
  }
  .areaDetail__item + .areaDetail__item {
    margin-top: 15px;
  }
  .areaDetail__item.is-close::before, .areaDetail__item.is-comingsoon::before, .areaDetail__item.is-0727::before, .areaDetail__item.is-0728::before {
    font-size: 15px;
  }
  .areaDetail__columnRight {
    margin-left: 4px;
  }
  .areaDetail__lock img {
    max-width: 50px;
  }
  .areaDetail__text {
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 15px;
  }
  .areaDetail__text strong {
    font-size: 17px;
  }
  .areaDetail__check {
    margin-top: 6px;
    border-radius: 3px;
  }
  .areaDetail__checkInput {
    max-height: 44px;
    padding: 7px 0 7px 5px;
    border-radius: 3px 0 0 3px;
  }
  .areaDetail__check input {
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #fff;
  }
  .areaDetail__check input::placeholder {
    font-size: 12px;
  }
  .areaDetail__check button {
    padding: 7px 5px;
    border-radius: 0 3px 3px 0;
  }
  .areaDetail__check button::before {
    right: 58px;
    width: 17px;
    height: 34px;
    background-size: contain;
  }
  .areaDetail__check button picture img {
    max-width: 65px;
  }
  .areaDetail__show {
    bottom: 3px;
    left: 3px;
    width: calc(100% - 78px - 3px);
  }
  .areaDetail__show img {
    width: auto;
    max-height: 33px;
  }
}
.areaDetail__pageback {
  position: sticky;
  z-index: 100;
  bottom: 0;
  max-width: 590px;
  margin: 24px auto -16px;
  pointer-events: none;
  opacity: 0;
  transition: all ease 200ms;
}

.areaDetail__pageback.is-active {
  pointer-events: auto;
  opacity: 1;
}


