@charset "UTF-8";
/* CSS Document */
/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
body {
  min-width: auto;
  font-family: "Roboto", "Droid Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
}

/*
 * Easing function
 * Original：http://easings.net/
 */
/* ==================================================
KeyFrames
================================================== */
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* ==================================================
Foundation
================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* append */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1em;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

input,
textarea,
code,
select,
button {
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1em;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
code,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

em {
  font-style: normal;
}

hr {
  margin: 1em 0;
}

sup,
sub {
  position: relative;
  line-height: 0;
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

[tabindex="-1"]:focus {
  outline: 0;
}

[aria-hidden=true] {
  display: none !important;
}

/* ==================================================
Layout
================================================== */
html {
  font-size: 100%;
}

@media all and (min-width: 760px) {
  body {
    font-size: 1em;
  }
}
@media screen and (max-width: 759px) {
  body {
    font-size: 4.26667vw;
  }
}
@media all and (min-width: 760px) {
  #wrap {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 759px) {
  #wrap {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/* header */
@media all and (min-width: 760px) {
  .l-header {
    position: relative;
    z-index: 12000;
  }
  .l-header-body {
    position: relative;
  }
  .l-header-logo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .l-header-logo__label {
    display: inline-block;
    vertical-align: top;
    width: 6.25em;
  }
}
@media all and (min-width: 760px) and (max-width: 1199px) {
  .l-header-logo__label {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 759px) {
  .l-header {
    position: relative;
    z-index: 12000;
  }
  .l-header-body {
    position: relative;
  }
  .l-header-logo {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.15625em;
    margin-right: 0.15625em;
    text-align: right;
  }
  .l-header-logo__label {
    display: inline-block;
    vertical-align: top;
    width: 3.125em;
  }
}
/* main */
@media all and (min-width: 760px) {
  .l-main {
    background: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .page-top .l-main {
    overflow: hidden;
    /*background: url(../img/top/bg01.png) repeat center top;*/
    background-size: 2.1875em auto;
  }
  .page-playtest .l-main {
    position: relative;
    background: #009acf;
    color: #fff;
  }
  .page-playtest .l-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/playtest/bg01.png) repeat-y center top;
    background-size: 100% auto;
  }
  .page-playtest .l-main a {
    color: #fff;
  }
  .page-top .l-main a:hover,
  .page-top .l-modal a:hover,
  .page-game .l-main a:hover,
  .page-game .l-modal a:hover,
  .page-playtest .l-main a:hover,
  .page-playtest .l-modal a:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 760px) and (max-width: 1599px) {
  .page-playtest .l-main::before {
    background-size: 100em auto;
  }
}
@media screen and (max-width: 759px) {
  .l-main {
    background: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .page-top .l-main {
    overflow: hidden;
  }
  .page-playtest .l-main {
    position: relative;
    background: #009acf;
    color: #fff;
  }
  .page-playtest .l-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/playtest/bg01_sp.png) repeat-y center top;
    background-size: 100% auto;
  }
  .page-playtest .l-main a {
    color: #fff;
  }
}
/* sidebar */
@media all and (min-width: 760px) {
  .l-sidebar {
    position: relative;
    padding-top: 0.375em;
    padding-bottom: 3em;
    background: #e8f0f3;
    z-index: 11;
  }
  .l-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0.375em;
    background: #fff;
    z-index: 2;
  }
  .l-sidebar__inner {
    position: relative;
    max-width: 89.375em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin: 0 auto;
  }
  .l-sidebar-pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.625em;
    margin-right: -1em;
    text-align: center;
    z-index: 1;
  }
  .l-sidebar-pagetop a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  }
  .l-sidebar-pagetop a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .l-sidebar-pagetop__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: drop-shadow(0 0 1.5em rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 1.5em rgba(0, 0, 0, 0.16));
  }
  .l-sidebar-menu {
    position: relative;
    margin-right: 6.0431654676%;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewX(-24.4deg);
            transform: skewX(-24.4deg);
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 1.5em rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 1.5em rgba(0, 0, 0, 0.16));
  }
  .l-sidebar-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-sidebar-menu-head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25.1148545176%;
  }
  .l-sidebar-menu-head-logo a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  }
  .l-sidebar-menu-head-logo a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .l-sidebar-menu-head-logo__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
  }
  .l-sidebar-menu-head-logo__label::before {
    content: "";
    display: block;
    padding-top: 8.75em;
  }
  .l-sidebar-menu-head-logo__label img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 73.5795454545%;
    margin-top: 0.8522727273%;
    margin-left: 6.8181818182%;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: translate3d(-50%, -50%, 0) skewX(24.4deg);
            transform: translate3d(-50%, -50%, 0) skewX(24.4deg);
  }
  .l-sidebar-menu-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-sidebar-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-sidebar-nav-list__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 0.375em solid #fff;
    border-left: none;
  }
  .l-sidebar-nav-list__item:first-child,
  .l-sidebar-nav-list__item:nth-child(5) {
    border-left: 0.375em solid #fff;
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(1) {
    width: 71.4285714286%;
    border-left: none;
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(2) {
    width: 28.5714285714%;
  }
  .l-sidebar-menu-main .l-sidebar-nav-list__item {
    width: 25%;
    margin-top: -0.375em;
  }
  .l-sidebar-nav-btn a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
  }
  .l-sidebar-nav-btn-body {
    position: relative;
    background: #0073d7;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn-body {
    background: #0096cb;
  }
  .l-sidebar-nav-btn-body::before {
    content: "";
    display: block;
    padding-top: 5.125em;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn-body::before {
    padding-top: 4.375em;
  }
  .l-sidebar-nav-btn-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#005ccd), to(#00e1c8));
    background: -webkit-linear-gradient(left, #005ccd, #00e1c8);
    background: linear-gradient(to right, #005ccd, #00e1c8);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .l-sidebar-nav-btn--volleyball .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_volleyball01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--badminton .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_badminton01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--bowling .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_bowling01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--soccer .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_soccer01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--chambara .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_chambara01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--tennis .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_tennis01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--golf .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_golf01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--basketball .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_basketball01.png) no-repeat right top;
    background-size: cover;
  }
  .l-sidebar-nav-btn a:hover .l-sidebar-nav-btn-body::after,
  .page-about .l-sidebar-nav-btn--about .l-sidebar-nav-btn-body::after,
  .page-movie .l-sidebar-nav-btn--movie .l-sidebar-nav-btn-body::after,
  .page-volleyball .l-sidebar-nav-btn--volleyball .l-sidebar-nav-btn-body::after,
  .page-volleyball .l-sidebar-nav-btn--volleyball .l-sidebar-nav-btn-body::after,
  .page-badminton .l-sidebar-nav-btn--badminton .l-sidebar-nav-btn-body::after,
  .page-bowling .l-sidebar-nav-btn--bowling .l-sidebar-nav-btn-body::after,
  .page-soccer .l-sidebar-nav-btn--soccer .l-sidebar-nav-btn-body::after,
  .page-chambara .l-sidebar-nav-btn--chambara .l-sidebar-nav-btn-body::after,
  .page-tennis .l-sidebar-nav-btn--tennis .l-sidebar-nav-btn-body::after,
  .page-golf .l-sidebar-nav-btn--golf .l-sidebar-nav-btn-body::after,
  .page-basketball .l-sidebar-nav-btn--basketball .l-sidebar-nav-btn-body::after {
    opacity: 1;
  }
  .l-sidebar-nav-btn-body__inner {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
    padding-left: 2.125em;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0) skewX(24.4deg);
            transform: translate3d(0, 0, 0) skewX(24.4deg);
    z-index: 1;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn-body__inner {
    padding-left: 3.125em;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn-body__inner {
    padding-left: 3.125em;
  }
  /* .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(1) .l-sidebar-nav-btn-body__inner{
    padding-left: calc(140 / 16 * 1em);
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(2) .l-sidebar-nav-btn-body__inner{
    padding-left: calc(70 / 16 * 1em);
  } */
  .l-sidebar-nav-btn__ico {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__ico {
    width: 3.25em;
    height: 3.6875em;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn__ico {
    width: 2.375em;
    height: 2.375em;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn__ico {
    width: 3.1875em;
    height: 3.1875em;
  }
  .l-sidebar-nav-btn__ico svg {
    width: 100%;
    height: 100%;
  }
  .l-sidebar-nav-btn__ico svg * {
    stroke: none;
  }
  .l-sidebar-nav-btn__ico svg .cls-1 {
    fill: #fff;
  }
  .l-sidebar-nav-btn__ico svg .cls-2 {
    fill: #00d9be;
  }
  .l-sidebar-nav-btn__ico svg .cls-3 {
    fill: #606060;
  }
  .l-sidebar-nav-btn__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.6666666667em;
    font-size: 1.25em;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__label {
    margin-left: 0.5em;
    font-size: 1.8125em;
    letter-spacing: 0;
    line-height: 1em;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn__label {
    margin-left: 0.5em;
    font-size: 1.5em;
    letter-spacing: 0;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__label + .l-sidebar-nav-btn__label {
    width: 7.125em;
    height: 0.5625em;
    font-size: 1em;
  }
}
@media all and (min-width: 760px) and (max-width: 1599px) {
  .l-sidebar {
    padding-top: 0.375vw;
    padding-bottom: 2.5vw;
  }
  .l-sidebar:before {
    padding-top: 0.375vw;
  }
  .l-sidebar__inner {
    left: -1.5625vw;
    max-width: 87.5vw;
    padding-left: 0;
    padding-right: 1.25vw;
  }
  .l-sidebar-pagetop {
    width: 3.375vw;
    margin-right: 0.375vw;
  }
  .l-sidebar-pagetop__label {
    -webkit-filter: drop-shadow(0 0 1.5vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 1.5vw rgba(0, 0, 0, 0.16));
  }
  .l-sidebar-menu {
    -webkit-filter: drop-shadow(0 0 1.5vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 1.5vw rgba(0, 0, 0, 0.16));
  }
  .l-sidebar-menu-head-logo__label::before {
    padding-top: 8.75vw;
  }
  .l-sidebar-nav-list__item {
    border: 0.375vw solid #fff;
    border-left: none;
  }
  .l-sidebar-nav-list__item:first-child,
  .l-sidebar-nav-list__item:nth-child(5) {
    border-left: 0.375vw solid #fff;
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(1) {
    border-left: none;
  }
  .l-sidebar-menu-main .l-sidebar-nav-list__item {
    margin-top: -0.375vw;
  }
  .l-sidebar-nav-btn-body::before {
    padding-top: 4.8125vw;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn-body::before {
    padding-top: 4.375vw;
  }
  .l-sidebar-nav-btn-body__inner {
    padding-left: 0.5625vw;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn-body__inner {
    padding-left: 3.125vw;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn-body__inner {
    padding-left: 3.125vw;
  }
  /* .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(1) .l-sidebar-nav-btn-body__inner{
    padding-left: calc(140 / 1600 * 100vw);
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(2) .l-sidebar-nav-btn-body__inner{
    padding-left: calc(70 / 1600 * 100vw);
  } */
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__ico {
    width: 3.25vw;
    height: 3.6875vw;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn__ico {
    width: 2.5625vw;
    height: 2.5625vw;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn__ico {
    width: 3.375vw;
    height: 3.375vw;
  }
  .l-sidebar-nav-btn__label {
    font-size: 0.75vw;
    font-size: 1.25vw;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__label {
    font-size: 1.8125vw;
    line-height: 1em;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn__label {
    font-size: 1.5vw;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__label + .l-sidebar-nav-btn__label {
    width: 7.125vw;
    height: 0.5625vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 759px) {
  .l-sidebar {
    position: relative;
    padding-top: 0.1875em;
    padding-bottom: 1.84375em;
    background: #e8f0f3;
    z-index: 11;
  }
  .l-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0.1875em;
    background: #fff;
    z-index: 2;
  }
  .l-sidebar__inner {
    position: relative;
  }
  .l-sidebar-pagetop {
    position: absolute;
    bottom: 0;
    right: 0.75em;
    width: 2.75em;
    margin-bottom: -3.125em;
    margin-right: 0.1875em;
    text-align: center;
    z-index: 1;
  }
  .l-sidebar-pagetop a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
  .l-sidebar-pagetop__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: drop-shadow(0 0 0.75em rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 0.75em rgba(0, 0, 0, 0.16));
  }
  .l-sidebar-menu {
    position: relative;
    -webkit-filter: drop-shadow(0 0 0.75em rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 0.75em rgba(0, 0, 0, 0.16));
  }
  .l-sidebar-menu-head-logo {
    text-align: center;
  }
  .l-sidebar-menu-head-logo a {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .l-sidebar-menu-head-logo__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 14.25em;
    margin-right: -1.171875em;
    background: #fff;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-24.4deg);
            transform: skewX(-24.4deg);
  }
  .l-sidebar-menu-head-logo__label::before {
    content: "";
    display: block;
    padding-top: 5.21875em;
  }
  .l-sidebar-menu-head-logo__label img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10.375em;
    margin-left: -0.5859375em;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: translate3d(-50%, -50%, 0) skewX(24.4deg);
            transform: translate3d(-50%, -50%, 0) skewX(24.4deg);
  }
  .l-sidebar-menu-top + .l-sidebar-menu-main .l-sidebar-menu-body {
    border-top: none;
  }
  .l-sidebar-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -0.1875em;
    margin-right: -2.1875em;
  }
  .l-sidebar-nav-list__item {
    margin-top: -0.1875em;
    border: 0.1875em solid #fff;
    border-left: none;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-24.4deg);
            transform: skewX(-24.4deg);
  }
  .l-sidebar-nav-list__item:nth-child(n+3) {
    margin-top: none;
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(1) {
    width: 17.25em;
  }
  .l-sidebar-menu-top .l-sidebar-nav-list__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-sidebar-menu-main .l-sidebar-nav-list__item:nth-child(2n+1) {
    width: 49%;
  }
  .l-sidebar-menu-main .l-sidebar-nav-list__item:nth-child(2n) {
    width: 51%;
  }
  /*
  .l-sidebar-menu-main .l-sidebar-nav-list__item:nth-child(5){
    width: 35.333%;
  }
  .l-sidebar-menu-main .l-sidebar-nav-list__item:nth-child(6){
    width: 31.333%;
  }
  .l-sidebar-menu-main .l-sidebar-nav-list__item:nth-child(7){
    width: 33.333%;
  }*/
  .l-sidebar-nav-btn a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
  }
  .l-sidebar-nav-btn-body {
    position: relative;
    background: #0073d7;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn-body {
    background: #0096cb;
  }
  .l-sidebar-nav-btn-body::before {
    content: "";
    display: block;
    padding-top: 4.375em;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn-body::before {
    padding-top: 3.1875em;
  }
  .l-sidebar-nav-btn-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#005ccd), to(#00e1c8));
    background: -webkit-linear-gradient(left, #005ccd, #00e1c8);
    background: linear-gradient(to right, #005ccd, #00e1c8);
    opacity: 0;
  }
  .l-sidebar-nav-btn--volleyball .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_volleyball01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--badminton .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_badminton01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--bowling .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_bowling01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--soccer .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_soccer01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--chambara .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_chambara01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--tennis .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_tennis01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--golf .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_golf01.png) no-repeat center center;
    background-size: cover;
  }
  .l-sidebar-nav-btn--basketball .l-sidebar-nav-btn-body::after {
    background: url(../img/bg_footer_nav_basketball01.png) no-repeat center center;
    background-size: cover;
  }
  .page-about .l-sidebar-nav-btn--about .l-sidebar-nav-btn-body::after,
  .page-movie .l-sidebar-nav-btn--movie .l-sidebar-nav-btn-body::after,
  .page-volleyball .l-sidebar-nav-btn--volleyball .l-sidebar-nav-btn-body::after,
  .page-volleyball .l-sidebar-nav-btn--volleyball .l-sidebar-nav-btn-body::after,
  .page-badminton .l-sidebar-nav-btn--badminton .l-sidebar-nav-btn-body::after,
  .page-bowling .l-sidebar-nav-btn--bowling .l-sidebar-nav-btn-body::after,
  .page-soccer .l-sidebar-nav-btn--soccer .l-sidebar-nav-btn-body::after,
  .page-chambara .l-sidebar-nav-btn--chambara .l-sidebar-nav-btn-body::after,
  .page-tennis .l-sidebar-nav-btn--tennis .l-sidebar-nav-btn-body::after,
  .page-golf .l-sidebar-nav-btn--golf .l-sidebar-nav-btn-body::after,
  .page-basketball .l-sidebar-nav-btn--basketball .l-sidebar-nav-btn-body::after {
    opacity: 1;
  }
  .l-sidebar-nav-btn-body__inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: translate3d(0, 0, 0) skewX(24.4deg);
            transform: translate3d(0, 0, 0) skewX(24.4deg);
    z-index: 1;
  }
  .l-sidebar-nav-list__item:nth-child(2n+1) .l-sidebar-nav-btn-body__inner {
    padding-left: 1.21875em;
  }
  .l-sidebar-nav-list__item:nth-child(2n) .l-sidebar-nav-btn-body__inner {
    padding-left: 0.53125em;
  }
  .l-sidebar-nav-list__item:nth-child(2n) .l-sidebar-nav-btn--movie .l-sidebar-nav-btn-body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1.125em;
    padding-left: 0;
  }
  .l-sidebar-nav-btn__ico {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__ico {
    width: 2.8125em;
    height: 3em;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn__ico {
    width: 1.1875em;
    height: 1.1875em;
  }
  .l-sidebar-menu-main .l-sidebar-nav-btn__ico {
    width: 2.125em;
    height: 2.125em;
  }
  .l-sidebar-nav-btn__ico svg {
    width: 100%;
    height: 100%;
  }
  .l-sidebar-nav-btn__ico svg * {
    stroke: none;
  }
  .l-sidebar-nav-btn__ico svg .cls-1 {
    fill: #fff;
  }
  .l-sidebar-nav-btn__ico svg .cls-2 {
    fill: #00d9be;
  }
  .l-sidebar-nav-btn__ico svg .cls-3 {
    fill: #606060;
  }
  .l-sidebar-nav-btn__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5em;
    line-height: 1.1578947368;
    font-size: 0.8125em;
    font-weight: 900;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__label {
    margin-bottom: 0.8947368421em;
    margin-left: 0.5em;
    font-size: 1.0625em;
    line-height: 1em;
  }
  .l-sidebar-nav-btn--movie .l-sidebar-nav-btn__label {
    margin-top: 0.2em;
    margin-left: 0;
    font-size: 0.9375em;
  }
  .l-sidebar-nav-btn--about .l-sidebar-nav-btn__label + .l-sidebar-nav-btn__label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.34375em;
    height: 0.4375em;
    margin-top: 1.09375em;
    margin-left: 4.546875em;
    font-size: 1em;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
/* footer */
@media all and (min-width: 760px) {
  .l-footer {
    position: relative;
    padding-top: 1.3125em;
    padding-bottom: 1.3125em;
    background: #0073d7;
    color: #fff;
    z-index: 100;
  }
  .l-footer__inner {
    max-width: 97.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin: 0 auto;
  }
  .l-footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-submenu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23.75em;
  }
  .l-footer-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-submenu-list__item {
    margin-left: 2em;
    font-size: 0.75em;
  }
  .l-footer-submenu-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-submenu-list__item a {
    color: #fff;
  }
  .l-footer-submenu__label {
    display: inline-block;
    vertical-align: top;
  }
  .l-footer-submenu-list__item a .l-footer-submenu__label {
    padding-left: 1.1666666667em;
    background: url(../img/ico_arw_footer_submenu01.svg) no-repeat left center;
    background-size: 0.5833333333em auto;
    text-decoration: none;
  }
  .l-footer-submenu-list__item a:hover .l-footer-submenu__label {
    text-decoration: underline;
  }
  .l-footer-social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23.75em;
  }
  .l-footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer-social-list__item {
    margin-left: 0.625em;
  }
  .l-footer-social-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-social__label {
    display: inline-block;
    vertical-align: top;
    width: 4.625em;
  }
  .l-footer-copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 0.75em;
  }
  .l-footer-submenu + .l-footer-copy {
    margin-right: 31.6666666667em;
  }
}
@media all and (min-width: 760px) and (max-width: 1199px) {
  .l-footer {
    padding-top: 1.75vw;
    padding-bottom: 1.75vw;
  }
  .l-footer__inner {
    max-width: 130vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
  .l-footer-submenu {
    width: 31.6666666667vw;
  }
  .l-footer-submenu-list__item {
    font-size: 1vw;
  }
  .l-footer-social {
    width: 31.6666666667vw;
  }
  .l-footer-social-list__item {
    margin-left: 0.8333333333vw;
  }
  .l-footer-social-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-social__label {
    width: 6.1666666667vw;
  }
  .l-footer-copy {
    font-size: 1vw;
  }
}
@media screen and (max-width: 759px) {
  .l-footer {
    position: relative;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    background: #0073d7;
    color: #fff;
  }
  .l-footer__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .l-footer-submenu {
    margin-top: 1em;
  }
  .l-footer-submenu:first-child {
    margin-top: 0;
  }
  .l-footer-submenu-list {
    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;
  }
  .l-footer-submenu-list__item {
    margin-left: 2.8em;
    font-size: 0.625em;
  }
  .l-footer-submenu-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-submenu-list__item a {
    color: #fff;
  }
  .l-footer-submenu__label {
    display: inline-block;
    vertical-align: top;
  }
  .l-footer-submenu-list__item a .l-footer-submenu__label {
    padding-left: 1.5em;
    background: url(../img/ico_arw_footer_submenu01.svg) no-repeat left center;
    background-size: 0.75em auto;
    text-decoration: none;
  }
  .l-footer-social {
    margin-top: 1.6em;
  }
  .l-footer-social:first-child {
    margin-top: 0;
  }
  .l-footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer-social-list__item {
    margin-left: 0.625em;
  }
  .l-footer-social-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-social__label {
    display: inline-block;
    vertical-align: top;
    width: 4.625em;
  }
  .l-footer-copy {
    margin-top: 1.6em;
    text-align: center;
    font-size: 0.625em;
  }
  .l-footer-copy:first-child {
    margin-top: 0;
  }
}
/* modal */
@media all and (min-width: 760px) {
  body.is-opened-modal {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
  }
  .l-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: auto;
    z-index: 11000;
    -webkit-clip-path: ellipse(0% 0% at center 125%);
            clip-path: ellipse(0% 0% at center 125%);
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
  }
  .is-opened-modal .l-modal-wrap {
    -webkit-clip-path: ellipse(150% 150% at center 125%);
            clip-path: ellipse(150% 150% at center 125%);
  }
  .is-closed-modal .l-modal-wrap {
    -webkit-clip-path: ellipse(0% 0% at center 125%);
            clip-path: ellipse(0% 0% at center 125%);
  }
  .l-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 151, 204, 0.9);
    /* transform: translate3d(-25%,-25%,0); */
  }
  .l-modal-panel__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-changed-modal .l-modal-panel__wrap {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation: clipPathSlide 1s ease forwards;
            animation: clipPathSlide 1s ease forwards;
  }
  .l-modal-panel__item {
    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: 56.25em;
    width: 100%;
    min-height: 100vh;
    padding: 4.6875vw 1.25em;
    margin: 0 auto;
  }
  .page-game .l-modal-panel__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-modal__inner {
    position: relative;
    width: 100%;
  }
  .l-modal-skip {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-bottom: 1.25em;
    margin-right: 1.25em;
    text-align: right;
  }
  .l-modal-skip-btn {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .l-modal-skip-btn__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 11.75em;
  }
  .l-modal-skip-btn__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/btn_modal_skip01_on.png) no-repeat center center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .l-modal-skip-btn:hover .l-modal-skip-btn__label::before {
    opacity: 1;
  }
  .l-modal-skip-btn__label img {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .l-modal-skip-btn:hover .l-modal-skip-btn__label img {
    opacity: 0;
  }
  .l-modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.5em;
    text-align: center;
  }
  .l-modal-close:first-child {
    margin-top: 0;
  }
  .l-modal-close-btn {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
    margin-left: 1.125em;
    padding: 0;
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  }
  .l-modal-close-btn:first-child {
    margin-left: 0;
  }
  .l-modal-close-btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .l-modal-close-btn__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10.875em;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .l-modal-close-btn__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3em;
    -webkit-box-shadow: 0 0.75em 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.75em 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }
  .l-modal-close-btn:hover .l-modal-close-btn__label {
    -webkit-transform: translate3d(0, 0.375em, 0);
            transform: translate3d(0, 0.375em, 0);
  }
  .l-modal-close-btn:hover .l-modal-close-btn__label::before {
    -webkit-box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
  }
}
@media all and (min-width: 760px) and (max-width: 1599px) {
  .l-modal-panel__item {
    max-width: 56.25vw;
    padding: 4.6875vw 1.25vw;
  }
  .l-modal-skip {
    margin-bottom: 1.25vw;
    margin-right: 1.25vw;
  }
  .l-modal-skip-btn__label {
    width: 11.75vw;
  }
  .l-modal-close {
    margin-top: 2.5vw;
  }
  .l-modal-close:first-child {
    margin-top: 0;
  }
  .l-modal-close-btn {
    margin-left: 1.125vw;
  }
  .l-modal-close-btn:first-child {
    margin-left: 0;
  }
  .l-modal-close-btn__label {
    width: 10.875vw;
  }
  .l-modal-close-btn__label::before {
    border-radius: 3vw;
    -webkit-box-shadow: 0 0.75vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.75vw 0 rgba(0, 0, 0, 0.16);
  }
  .l-modal-close-btn:hover .l-modal-close-btn__label {
    -webkit-transform: translate3d(0, 0.375vw, 0);
            transform: translate3d(0, 0.375vw, 0);
  }
  .l-modal-close-btn:hover .l-modal-close-btn__label::before {
    -webkit-box-shadow: 0 0.375vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.375vw 0 rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 759px) {
  body.is-opened-modal {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
  }
  .l-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: auto;
    z-index: 11000;
    -webkit-clip-path: ellipse(0% 0% at center 125%);
            clip-path: ellipse(0% 0% at center 125%);
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
  }
  .is-opened-modal .l-modal-wrap {
    -webkit-clip-path: ellipse(266.800000005% 150% at center 125%);
            clip-path: ellipse(266.800000005% 150% at center 125%);
  }
  .is-closed-modal .l-modal-wrap {
    -webkit-clip-path: ellipse(0% 0% at center 125%);
            clip-path: ellipse(0% 0% at center 125%);
  }
  .l-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
    background: rgba(0, 151, 204, 0.9);
    -webkit-transform: translate3d(-25%, -25%, 0);
            transform: translate3d(-25%, -25%, 0);
  }
  .l-modal-panel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-changed-modal .l-modal-panel__wrap {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation: clipPathSlide 1s ease forwards;
            animation: clipPathSlide 1s ease forwards;
  }
  .l-modal-panel__item {
    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;
    width: 100%;
    min-height: 100vh;
    padding: 1.875em 1.25em;
    margin: 0 auto;
  }
  .page-game .l-modal-panel__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-modal__inner {
    position: relative;
    width: 100%;
  }
  .l-modal-skip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 1.875em;
    text-align: center;
  }
  .l-modal-skip-btn {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .l-modal-skip-btn__label {
    display: inline-block;
    vertical-align: top;
    width: 8.8125em;
  }
  .l-modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.25em;
    text-align: center;
  }
  .l-modal-close:first-child {
    margin-top: 0;
  }
  .l-modal-close-btn {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
    margin-left: 0.5em;
    padding: 0;
    cursor: pointer;
  }
  .l-modal-close-btn:first-child {
    margin-left: 0;
  }
  .l-modal-close-btn__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 5.625em;
  }
  .l-modal-close-btn__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.875em;
    -webkit-box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
  }
}
@-webkit-keyframes clipPathSlide {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  49.0000000000% {
    -webkit-clip-path: polygon(99% 0%, 100% 0%, 100% 100%, 99% 100%);
            clip-path: polygon(99% 0%, 100% 0%, 100% 100%, 99% 100%);
  }
  50.0000000001% {
    -webkit-clip-path: polygon(0% 0%, 1% 0%, 1% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 1% 0%, 1% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes clipPathSlide {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  49.0000000000% {
    -webkit-clip-path: polygon(99% 0%, 100% 0%, 100% 100%, 99% 100%);
            clip-path: polygon(99% 0%, 100% 0%, 100% 100%, 99% 100%);
  }
  50.0000000001% {
    -webkit-clip-path: polygon(0% 0%, 1% 0%, 1% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 1% 0%, 1% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes arwToRight {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(0.375em, -50%, 0);
            transform: translate3d(0.375em, -50%, 0);
  }
}
@keyframes arwToRight {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(0.375em, -50%, 0);
            transform: translate3d(0.375em, -50%, 0);
  }
}
@-webkit-keyframes arwToRight2 {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(0.2142857143em, -50%, 0);
            transform: translate3d(0.2142857143em, -50%, 0);
  }
}
@keyframes arwToRight2 {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(0.2142857143em, -50%, 0);
            transform: translate3d(0.2142857143em, -50%, 0);
  }
}
@-webkit-keyframes arwToLeft {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-0.2142857143em, -50%, 0);
            transform: translate3d(-0.2142857143em, -50%, 0);
  }
}
@keyframes arwToLeft {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-0.2142857143em, -50%, 0);
            transform: translate3d(-0.2142857143em, -50%, 0);
  }
}
@-webkit-keyframes arwToLeft2 {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(0.5714285714em, -50%, 0);
            transform: translate3d(0.5714285714em, -50%, 0);
  }
}
@keyframes arwToLeft2 {
  0%, 50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  25%, 75% {
    -webkit-transform: translate3d(0.5714285714em, -50%, 0);
            transform: translate3d(0.5714285714em, -50%, 0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  95% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  95% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* ==================================================
Utility
================================================== */
/* sr */
.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* hide */
.u-hide {
  display: none !important;
}

@media all and (min-width: 980px) {
  .u-hide-pc {
    display: none !important;
  }
}
@media all and (min-width: 760px) {
  .u-hide-pc-tb {
    display: none !important;
  }
}
@media all and (min-width: 760px) and (max-width: 979px) {
  .u-hide-tb {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .u-hide-tb-sp {
    display: none !important;
  }
}
@media screen and (max-width: 759px) {
  .u-hide-sp {
    display: none !important;
  }
}
/* text-align */
.u-align-left {
  text-align: left;
}

@media all and (min-width: 980px) {
  .u-align-left-pc {
    text-align: left !important;
  }
}
@media all and (min-width: 760px) {
  .u-align-left-pc-tb {
    text-align: left !important;
  }
}
@media all and (min-width: 760px) and (max-width: 979px) {
  .u-align-left-tb {
    text-align: left !important;
  }
}
@media screen and (max-width: 979px) {
  .u-align-left-tb-sp {
    text-align: left !important;
  }
}
@media screen and (max-width: 759px) {
  .u-align-left-sp {
    text-align: left !important;
  }
}
.u-align-center {
  text-align: center;
}

@media all and (min-width: 980px) {
  .u-align-center-pc {
    text-align: center !important;
  }
}
@media all and (min-width: 760px) {
  .u-align-center-pc-tb {
    text-align: center !important;
  }
}
@media all and (min-width: 760px) and (max-width: 979px) {
  .u-align-center-tb {
    text-align: center !important;
  }
}
@media screen and (max-width: 979px) {
  .u-align-center-tb-sp {
    text-align: center !important;
  }
}
@media screen and (max-width: 759px) {
  .u-align-center-sp {
    text-align: center !important;
  }
}
.u-align-right {
  text-align: right;
}

@media all and (min-width: 980px) {
  .u-align-right-pc {
    text-align: right !important;
  }
}
@media all and (min-width: 760px) {
  .u-align-right-pc-tb {
    text-align: right !important;
  }
}
@media all and (min-width: 760px) and (max-width: 979px) {
  .u-align-right-tb {
    text-align: right !important;
  }
}
@media screen and (max-width: 979px) {
  .u-align-right-tb-sp {
    text-align: right !important;
  }
}
@media screen and (max-width: 759px) {
  .u-align-right-sp {
    text-align: right !important;
  }
}
/* font-weight */
.u-light {
  font-weight: 300;
}

.u-regular {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

/* clearfix */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}