@charset "UTF-8";


/*
Theme Name: YSCC
Description: YSCC Themes
*/
/*==============================
Reset CSS
==============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* add reset css */
button {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*==============================
general
==============================*/
/*================================
General Class Switch
================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.wdt5 {
  width: 5%;
}

.wdt10 {
  width: 10%;
}

.wdt15 {
  width: 15%;
}

.wdt20 {
  width: 20%;
}

.wdt25 {
  width: 25%;
}

.wdt30 {
  width: 30%;
}

.wdt35 {
  width: 35%;
}

.wdt40 {
  width: 40%;
}

.wdt45 {
  width: 45%;
}

.wdt50 {
  width: 50%;
}

.wdt55 {
  width: 55%;
}

.wdt60 {
  width: 60%;
}

.wdt65 {
  width: 65%;
}

.wdt70 {
  width: 70%;
}

.wdt75 {
  width: 75%;
}

.wdt80 {
  width: 80%;
}

.wdt85 {
  width: 85%;
}

.wdt90 {
  width: 90%;
}

.wdt95 {
  width: 95%;
}

.wdt100 {
  width: 100%;
}

/*==============================
state
==============================*/
.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-left {
  text-align: left !important;
}

.is-f-right {
  padding-bottom: 1em;
  padding-left: 1em;
  float: right;
}

.is-f-left {
  float: left;
}

.is-bold {
  font-weight: 700 !important;
}

.is-red {
  color: #dc3545 !important;
}

.is-note {
  font-size: calc(11 / 16 * 1rem) !important;
}

.is-regular {
  font-size: calc(14 / 16 * 1rem) !important;
}

.is-small {
  font-size: calc(12 / 16 * 1rem) !important;
}

.is-xsmall {
  font-size: calc(11 / 16 * 1rem) !important;
}

.is-medium {
  font-size: calc(18 / 16 * 1rem) !important;
}

.is-large {
  font-size: calc(24 / 16 * 1rem) !important;
}

.is-img-auto {
  width: auto;
}

@media (max-width: 1280px) {
  .is-img-auto {
    max-width: 100%;
  }
}

.is-margin-auto {
  margin-right: auto;
  margin-left: auto;
}

/*==============================
font
==============================*/
/*font-face*/
@font-face {
  src: url("./assets/fonts/DINPro-CondBold.woff2") format("woff2"), url("./assets/fonts/DINPro-CondBold.woff") format("woff");
  font-family: 'DIN Condensed Bold';
  font-style: normal;
}

/*==============================
base
==============================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  html > iframe {
    display: none;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  background: #f0f0f1;
  color: #000;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}

body.active {
  overflow: hidden;
}

@media (max-width: 992px) {
  body {
    padding-top: 45px;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #00aaec;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #00aaec;
  opacity: 1;
}

a:hover {
  color: #20c1ff;
  text-decoration: none;
  opacity: 0.7;
}

a:focus {
  outline: -webkit-focus-ring-color auto 0;
}

a img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a img:hover, a img:active, a img:focus {
  opacity: 0.7;
}

sup {
  font-size: .5em;
  vertical-align: top;
}

iframe {
  vertical-align: bottom;
}

@media (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
  }
  a:hover, a:active, a:focus {
    color: #00aaec;
    opacity: 1;
  }
  a img:hover, a img:active, a img:focus {
    opacity: 1;
  }
}

/*==============================
flex
==============================*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*==============================
icons
==============================*/
.icon {
  width: auto;
  height: 1em;
  line-height: 1;
}

.ic-before {
  margin-right: .5em;
}

.ic-after {
  margin-left: .5em;
}

.ic-rotate90 .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ic-rotate180 .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[class^='icon-'],
[class*='icon-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
}

.icon-arrow01 {
  width: auto;
}

.icon-arrow01 .icon {
  height: .5em;
}

@media all and (-ms-high-contrast: none) {
  .icon-arrow01 {
    /* IE11 */
  }
  .icon-arrow01 *::-ms-backdrop,
  .icon-arrow01 .icon {
    width: .2em;
    height: .5em;
  }
}

.icon-pdf {
  width: auto;
}

.icon-pdf .icon {
  height: 1.2em;
}

@media all and (-ms-high-contrast: none) {
  .icon-pdf {
    /* IE11 */
  }
  .icon-pdf *::-ms-backdrop,
  .icon-pdf .icon {
    width: 1em;
    height: 1.2em;
  }
}

.inline-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inline-link.normalize {
  color: #000;
}

.inline-link.normalize i {
  color: #051c33;
}

.inline-link .icon-pdf {
  width: auto;
}

.inline-link .icon-pdf .icon {
  height: 1em;
}

@media all and (-ms-high-contrast: none) {
  .inline-link .icon-pdf {
    /* IE11 */
  }
  .inline-link .icon-pdf *::-ms-backdrop,
  .inline-link .icon-pdf .icon {
    width: 1em;
    height: 1em;
  }
}

.inline-link .icon-window {
  width: auto;
}

.inline-link .icon-window .icon {
  height: 1em;
}

@media all and (-ms-high-contrast: none) {
  .inline-link .icon-window {
    /* IE11 */
  }
  .inline-link .icon-window *::-ms-backdrop,
  .inline-link .icon-window .icon {
    width: 1em;
    height: 1em;
  }
}

.inline-link .icon {
  margin-right: .3em;
  margin-left: .3em;
}

/*==============================
btn
==============================*/
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 1em;
  border: none;
  border-radius: 6px;
  color: #000;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .btn:hover {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: .8em 1em;
  }
}

.btn.btn-default {
  background: #aaa;
  color: #fff;
}

.btn.btn-base {
  background: #00aaec;
  color: #fff;
}

.btn.btn-action {
  background: #ee7a00;
  color: #fff;
}

.btn.small {
  padding: .5em;
}

.btn.btn-back {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #aaa;
  font-size: calc(12 / 16 * 1rem);
}

.btn.btn-back .icon-arrow01 {
  width: 1em;
  margin-right: .5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn.btn-back .icon-arrow01 .icon {
  height: 1em;
}

.btn-area {
  margin: 2em 0;
}

.btn-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-area ul li {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .btn-area {
    margin: 2em 0 0;
    padding: 20px;
  }
  .btn-area ul li {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn-area ul li:last-of-type {
    margin-bottom: 0;
  }
}

a.link-more {
  padding: .5em 2em;
  background: #fff;
  color: #005bac;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1;
}

a.link-more .icon {
  height: .8em;
}

a.link-more.link-pdf {
  padding: .6em 1em;
}

a.link-more.link-pdf .icon {
  height: 1.4em;
}

a.link-more.link-new {
  padding: .7em 1em;
}

a.link-more.link-new .icon {
  height: 1.2em;
}

a.link-more.back-top .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

a.link-more.more-large {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(14 / 16 * 1rem);
}

a.link-more.filled {
  background: #fff;
}

a.link-more.bordered {
  border: solid 1px #051c33;
}

/*==============================
module
==============================*/
/* plus minus */
i.plus {
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: auto;
}

i.plus span {
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

i.plus span:first-of-type {
  top: 0;
  left: 3px;
  width: 2px;
  height: 8px;
}

i.plus span:last-of-type {
  top: 3px;
  left: 0;
  width: 8px;
  height: 2px;
}

i.plus.minus span:first-of-type {
  top: 3px;
  left: 3px;
  width: 2px;
  height: 2px;
}

/* tab */
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 992px) {
  .tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab li {
    white-space: nowrap;
  }
}

.list-contents,
.title-month {
  display: none;
}

.list-contents.show,
.title-month.show {
  display: block;
}

/* back home */
.back-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-home a {
  width: 30%;
}

@media (max-width: 768px) {
  .back-home a {
    width: 80%;
  }
}

/* pc sp on-off */
@media (max-width: 992px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 992px) {
  .sp {
    display: block;
  }
}

/* wrapped for accordion */
.wrapped {
  display: none;
}

/* google-calendar */
.google-calendar iframe {
  width: 100%;
}

/* google-map */
.google-map iframe {
  width: 100%;
}

/* carousel */
.banner-carousel {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .banner-carousel {
    padding: 0;
  }
}

.banner-carousel .carousel {
  width: 100%;
}

@media (max-width: 768px) {
  .banner-carousel .carousel {
    width: 100%;
  }
}

.banner-carousel .top-banner {
  padding: 0 4px;
}

@media (max-width: 768px) {
  .banner-carousel .top-banner {
    padding: 0 5px;
  }
}

.banner-carousel .top-banner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.banner-carousel .top-banner img {
  width: 100%;
  height: 50%;
  margin: 0 auto;
  border: solid 1px #ccc;
}

@media (max-width: 1200px) {
  .banner-carousel .top-banner img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .banner-carousel img {
    width: 171px;
    height: 86px;
  }
}

/*==============================
base structure
==============================*/
main.top-main {
  padding-bottom: 50px;
  background: #fff;
}

.container {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container.container-shadow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.container.player-bg .contents {
  background: #00aaec;
}

@media (max-width: 1200px) {
  .container.player-bg .contents {
    padding: 0 30px 30px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .container.player-bg, .container.player-list-bg {
    padding-right: 0;
    padding-left: 0;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 768px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

header {
  width: 100%;
}

.l-main.top-main {
  padding-bottom: 50px;
  background: #fff;
}

@media (max-width: 768px) {
  .l-main {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-right: 0;
  }
}

footer {
  position: relative;
  width: 100%;
  background: #051c33;
}

/*==============================
common parts
==============================*/
/*==============================
header
==============================*/
header {
  background: #f0f0f1;
}

.l-header .menu-sp {
  display: none;
}

.l-header .header-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 190px;
  background: #051c33;
}

@media (max-width: 992px) {
  .l-header .header-upper {
    z-index: 9000;
    position: fixed;
    top: 0;
    padding-left: 50px;
  }
}

.l-header .header-upper .logo {
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 140px;
}

@media (max-width: 992px) {
  .l-header .header-upper .logo {
    top: 5px;
    left: 5px;
    width: 35px;
  }
}

.l-header .header-upper .logo-text {
  width: 455px;
}

@media (max-width: 992px) {
  .l-header .header-upper .logo-text {
    display: none;
  }
}

.l-header .header-upper .logo-text.sp {
  display: none;
}

@media (max-width: 992px) {
  .l-header .header-upper .logo-text.sp {
    display: block;
    width: 166px;
  }
}

.l-header .header-upper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 992px) {
  .l-header .header-upper ul {
    display: none;
  }
}

.l-header .header-upper ul li.header-ticket, .l-header .header-upper ul li.header-fan, .l-header .header-upper ul li.header-goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 45px;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(20 / 16 * 1rem);
}

.l-header .header-upper ul li.header-ticket {
  margin-left: 20px;
  background: #ee7a00;
}

.l-header .header-upper ul li.header-fan {
  background: #36ca34;
}

.l-header .header-upper ul li.header-goods {
  background: #005bac;
}

.l-header .header-upper a {
  display: block;
  color: #fff;
}

.l-header .header-upper a.header-sns {
  width: 24px;
  margin-left: 10px;
}

.l-header .header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding-left: 190px;
  background: #00aaec;
}

@media (max-width: 992px) {
  .l-header .header-bottom {
    display: none;
  }
}

.l-header .header-bottom.menu-top {
  background: none;
}

.l-header .header-bottom.menu-top.fixed-bg {
  background: rgba(0, 0, 0, 0.2);
}

.l-header .header-bottom.menu-top nav ul div.child {
  border-top: none;
  background: rgba(255, 255, 255, 0.8);
}

.l-header .nav-fixed {
  width: 100%;
}

.l-header .nav-fixed.nav-fixed {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
}

nav {
  height: 100%;
}

nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}

nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-right: 1.5em;
}

nav ul div.child {
  display: none;
  z-index: 999;
  position: absolute;
  top: 45px;
  left: -10px;
  width: 200px;
  border-top: solid 1px #fff;
  background: #fff;
}

nav ul div.child ul {
  display: block;
  height: auto;
  padding: 0;
}

nav ul div.child li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #00aaec;
}

nav ul div.child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  color: #00aaec;
}

nav.menu a,
nav.menu span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 700;
}

@media (max-width: 768px) {
  nav.menu a,
  nav.menu span {
    font-size: calc(14 / 16 * 1rem);
  }
}

@media (max-width: 992px) {
  nav.menu-sp {
    z-index: 9000;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: auto;
    border-top: solid 1px #fff;
    background: #051c33;
  }
  nav.menu-sp ul {
    display: block;
  }
  nav.menu-sp ul li {
    display: block;
    height: auto;
    margin-right: 0;
    border-bottom: solid 1px #fff;
  }
  nav.menu-sp ul li.toppage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  nav.menu-sp ul li a,
  nav.menu-sp ul li > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    cursor: pointer;
  }
  nav.menu-sp ul li a.sp-nav-sub,
  nav.menu-sp ul li > span.sp-nav-sub {
    -webkit-box-flex: 60%;
    -webkit-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    padding: 1em .5em;
    font-size: calc(12 / 16 * 1rem);
  }
  nav.menu-sp ul li a.sp-nav-sub.ticket,
  nav.menu-sp ul li > span.sp-nav-sub.ticket {
    background: #ee7a00;
  }
  nav.menu-sp ul li a.sp-nav-sub.fan,
  nav.menu-sp ul li > span.sp-nav-sub.fan {
    background: #36ca34;
  }
  nav.menu-sp ul li a.sp-nav-sub.goods,
  nav.menu-sp ul li > span.sp-nav-sub.goods {
    background: #005bac;
  }
  nav.menu-sp ul.child {
    display: none;
    padding-bottom: 1em;
  }
  nav.menu-sp ul.child li {
    padding-left: 3em;
    border-bottom: none;
  }
  nav.menu-sp ul.child li a {
    padding: .5em;
    font-size: calc(12 / 16 * 1rem);
  }
}

/* sub menu */
.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding-left: 190px;
  background: #fff;
}

.sub-menu a {
  color: #000;
}

@media (max-width: 992px) {
  .sub-menu {
    display: none;
  }
}

.sub-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 700;
}

.sub-menu ul li {
  margin-right: 1.5em;
}

/*==============================
humburger icon
==============================*/
.btn-mn {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border-left: solid 1px #fff;
  background: #051c33;
}

@media (max-width: 992px) {
  .btn-mn {
    display: block;
    position: fixed;
  }
}

.humburger {
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.humburger span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(45px - 21px);
  height: 2px;
  margin-left: calc((45px - 21px) * .5 * -1);
  background: #fff;
}

.rotation span {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.rotation .top {
  margin-top: -8px;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.rotation .bottom {
  margin-top: 8px;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.rotation.open .middle {
  background: rgba(240, 240, 241, 0);
}

.rotation.open .top {
  margin-top: 0;
  -webkit-transform: rotate(-405deg) !important;
  transform: rotate(-405deg) !important;
}

.rotation.open .bottom {
  margin-top: 0;
  -webkit-transform: rotate(405deg) !important;
  transform: rotate(405deg) !important;
}

/*==============================
footer
==============================*/
.pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 100%;
  background: #051c33;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagetop .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: .8em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pagetop span {
  font-size: calc(14 / 16 * 1rem);
  text-align: center;
}

.pagetop:hover {
  background: #0a3661;
}

.pagetop.fixed {
  position: absolute;
  top: -20px;
}

@media (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
  }
  .pagetop span {
    display: none;
  }
  .pagetop:hover {
    background: #051c33;
  }
  .pagetop.fixed {
    top: -20px;
  }
}

footer .container {
  width: 1180px;
}

.l-footer {
  padding: 60px 0;
  color: #fff;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 20px 0;
  }
}

.l-footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 992px) {
  .l-footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 992px) {
  .footer-link {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 33.33333%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .footer-link {
    display: none;
  }
}

.footer-link h3 {
  margin-bottom: .5em;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
}

.footer-link ul {
  margin-bottom: 2em;
}

.footer-link ul:last-of-type {
  margin-bottom: 0;
}

.footer-link ul li a {
  display: block;
  color: #fff;
}

.footer-link ul li a.parents {
  margin-bottom: .5em;
  font-weight: 700;
}

.footer-link ul li:last-of-type h3 {
  margin-bottom: 0;
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
}

.footer-sns li {
  width: 30px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .footer-sns {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .footer-sns {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .footer-sns li:first-of-type {
    margin-left: 0;
  }
}

.footer-bottom {
  padding: 30px 0;
  border-top: solid 1px #fff;
  font-size: calc(14 / 16 * 1rem);
}

.footer-bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom ul li {
  margin: 0 10px;
}

.footer-bottom a {
  color: #fff;
}

@media (max-width: 768px) {
  .footer-bottom {
    padding: 10px 0;
    font-size: calc(12 / 16 * 1rem);
  }
  .footer-bottom ul li {
    margin: 0 5px;
  }
}

.copyright {
  padding: 20px 0;
  color: #fff;
  font-size: calc(12 / 16 * 1rem);
  text-align: center;
}

@media (max-width: 768px) {
  .copyright {
    padding: 10px 0;
  }
}

/*==============================
common styles
==============================*/
.l-main.top-main {
  padding-bottom: 50px;
  background: #fff;
}

.l-main.top-main .container {
  width: 1180px;
}

@media (max-width: 768px) {
  .l-main {
    padding: 0;
  }
}

.cont-name {
  padding: .3em 0;
  border-top: solid 1px #fff;
  border-bottom: solid 4px #ee7a00;
  background: #00aaec;
  color: #fff;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(55 / 16 * 1rem);
  text-align: center;
}

@media (max-width: 992px) {
  .cont-name {
    font-size: calc(55 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .cont-name {
    font-size: calc(36 / 16 * 1rem);
  }
}

h1.pagetitle,
h2.pagetitle {
  position: relative;
  padding: 1.2em 0;
  background: #fff;
  font-size: calc(45 / 16 * 1rem);
  font-weight: 700;
  text-align: center;
}

h1.pagetitle span,
h2.pagetitle span {
  display: block;
  padding-top: .5em;
  border-top: solid 1px #c8c9ca;
  color: #00aaec;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: .5em;
}

@media (max-width: 992px) {
  h1.pagetitle,
  h2.pagetitle {
    padding: 1em 0;
    font-size: calc(30 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  h1.pagetitle,
  h2.pagetitle {
    font-size: calc(20 / 16 * 1rem);
  }
  h1.pagetitle span,
  h2.pagetitle span {
    font-size: calc(12 / 16 * 1rem);
  }
}

.contents {
  padding: 0 155px 50px;
  background: #fff;
}

@media (min-width: 992px) {
  .contents.information {
    padding: 0 50px 100px;
  }
}

@media (max-width: 992px) {
  .contents {
    padding: 0 30px 30px;
  }
}

@media (max-width: 480px) {
  .contents {
    padding: 0 20px 20px;
  }
}

.contents-block {
  padding-bottom: 60px;
}

.contents-block:last-of-type {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .contents-block {
    padding-bottom: 50px;
  }
}

.contents-block h2 {
  position: relative;
  margin-bottom: 2em;
  padding: 10px 3em 10px 20px;
  overflow: hidden;
  color: #fff;
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
}

.contents-block h2 span {
  z-index: 100;
  position: relative;
}

.contents-block h2::before {
  position: absolute;
  top: 0;
  right: 15px;
  width: 15px;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #ee7a00;
  content: '';
}

.contents-block h2::after {
  position: absolute;
  top: 0;
  left: -12px;
  width: calc(100% - 30px);
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #003a8c;
  content: '';
}

.contents-block h2.center {
  margin-bottom: 1em;
  padding: 0 0 .5em;
  border-bottom: solid 1px #003a8c;
  color: #003a8c;
  font-size: calc(36 / 16 * 1rem);
  text-align: center;
}

.contents-block h2.center::before, .contents-block h2.center::after {
  content: none;
}

@media (max-width: 768px) {
  .contents-block h2 {
    margin-bottom: 1em;
    padding: 5px 3em 5px 10px;
    font-size: calc(20 / 16 * 1rem);
  }
  .contents-block h2.center {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .contents-block h2 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.contents-block h3 {
  margin-bottom: .5em;
  color: #ee7a00;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
}

.contents-block h3 span {
  font-size: calc(16 / 16 * 1rem);
}

@media (max-width: 768px) {
  .contents-block h3 {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .contents-block h3 {
    font-size: calc(14 / 16 * 1rem);
  }
}

.contents-block h4 {
  margin-bottom: 1em;
  font-size: calc(20 / 16 * 1rem);
}

.contents-block p {
  margin-bottom: 1.3em;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .contents-block p {
    font-size: calc(14 / 16 * 1rem);
  }
}

.contents-block p:last-of-type {
  margin-bottom: 0;
}

.contents-block p + h3,
.contents-block p + h4,
.contents-block p + ul,
.contents-block p + ol {
  margin-top: 2em;
}

.contents-inner {
  margin-bottom: 3em;
}

.contents-inner:last-of-type {
  margin-bottom: 0;
}

.contents-inner .box {
  margin-bottom: 3em;
}

.contents-inner .box:last-of-type {
  margin-bottom: 0;
}

.contents-inner.flex {
  margin-right: -35px;
  margin-left: -35px;
}

.contents-inner.flex .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  padding-right: 35px;
  padding-left: 35px;
}

@media (max-width: 992px) {
  .contents-inner.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents-inner.flex .box {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .contents-inner.flex .box:last-of-type {
    margin-bottom: 0;
  }
}

.contents-inner.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-inner.flex-wrap .box {
  margin-bottom: 3em;
}

.contents-inner.flex-wrap .box:last-of-type {
  margin-bottom: 0;
}

.contents-inner.flex-wrap .box.auto {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.contents-inner.flex-wrap .box.initial {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

table.basic {
  width: 100%;
  margin-bottom: 20px;
  border-top: solid 3px #c8c9ca;
  border-left: solid 3px #c8c9ca;
}

table.basic caption {
  margin-bottom: .2em;
  font-size: calc(16 / 16 * 1rem);
  text-align: left;
}

table.basic thead th {
  background: #00aaec;
  color: #fff;
}

table.basic thead td {
  background: #00aaec;
  color: #fff;
}

table.basic th,
table.basic td {
  padding: .2em;
  border-right: solid 3px #c8c9ca;
  border-bottom: solid 3px #c8c9ca;
  line-height: 1.2;
  text-align: left;
}

table.basic th.t-center,
table.basic td.t-center {
  text-align: center;
}

table.basic th.t-middle,
table.basic td.t-middle {
  vertical-align: middle;
}

table.basic th {
  background: #00aaec;
  color: #fff;
}

@media (max-width: 768px) {
  table.basic {
    font-size: calc(14 / 16 * 1rem);
  }
  table.basic caption {
    font-size: calc(14 / 16 * 1rem);
  }
  table.basic th,
  table.basic td {
    display: block;
    width: 100%;
    float: left;
  }
}

@media (max-width: 992px) {
  table.basic.no-wrap {
    word-break: keep-all;
  }
  table.basic.no-wrap th,
  table.basic.no-wrap td {
    display: table-cell;
    width: auto;
    float: none;
  }
}

table.basic.t-center {
  text-align: center;
}

table.basic.t-middle {
  vertical-align: middle;
}

table.basic + table {
  margin-top: 20px;
}

table.table-center th,
table.table-center td {
  text-align: center;
}

table.table-middle th,
table.table-middle td {
  vertical-align: middle;
}

.table-wrapper {
  margin-bottom: 20px;
  overflow: auto;
}

@media (max-width: 992px) {
  .table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.table-wrapper + .table-wrapper {
  margin-top: 20px;
}

ul.basic li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 15px;
}

ul.basic li::before {
  display: block;
  position: absolute;
  top: calc(.8em - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #051c33;
  content: '';
}

ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

ul.list li {
  margin-bottom: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

@media (max-width: 992px) {
  ul.list {
    margin-right: -20px;
    margin-left: -20px;
  }
  ul.list li {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

ul.list-1-clms li {
  width: 100%;
}

ul.list-2-clms li {
  width: 50%;
}

@media (max-width: 992px) {
  ul.list-2-clms li {
    width: 100%;
  }
}

ul.list-3-clms li {
  width: 33.33333%;
}

@media (max-width: 992px) {
  ul.list-3-clms li {
    width: 100%;
  }
}

ul.list-5-clms li {
  width: 20%;
}

@media (max-width: 768px) {
  ul.list-5-clms li {
    width: 50%;
  }
}

ul.links li {
  margin-bottom: 1em;
  padding: 1em;
  border: solid 1px #c8c9ca;
}

ul.links li a {
  color: #000;
}

ul.links li:last-of-type {
  margin-bottom: 0;
}

ul.links li.wrapped {
  border: none;
}

ol.basic {
  list-style: decimal;
}

ol.basic p {
  margin-bottom: 2em;
  padding-left: 15px;
  text-indent: -1.2em;
}

@media (max-width: 992px) {
  ol.basic p {
    padding-left: 0;
  }
}

.not-found {
  padding: 10% 0;
}

.not-found h3.not-found-tit {
  margin-bottom: 10%;
  color: #c8c9ca;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(36 / 16 * 1rem);
  text-align: center;
}

/*==============================
form
==============================*/
.form {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .form {
    width: 100%;
  }
}

.form dl {
  margin-bottom: 2em;
}

.form dl dt {
  margin-bottom: 1em;
  padding-left: .5em;
  border-left: solid 5px #00aaec;
  line-height: 1;
}

.form .note {
  margin-bottom: 3em;
}

.form .required {
  margin-left: 5px;
}

.form .required b {
  padding: .1em .5em;
  border-radius: 6px;
  background: #dc3545;
  color: #fff;
  font-size: calc(11 / 16 * 1rem);
  line-height: 1;
}

.form .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 0;
}

.form .btn-wrapper .btn {
  margin: 0 10px;
}

.form .cap {
  font-size: calc(12 / 16 * 1rem);
}

.form .privacy-agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: .5em;
  line-height: 1;
}

@media (max-width: 480px) {
  .form .privacy-agree {
    font-size: calc(14 / 16 * 1rem);
  }
}

.form .privacy-agree .required {
  margin-right: .5em;
}

.form .privacy-agree .error {
  position: static;
  margin-left: .5em;
}

.form a {
  text-decoration: underline;
}

.form .mw_wp_form_preview dl dd {
  padding-left: calc(1em - 5px);
  opacity: .6;
}

.form .error {
  color: #dc3545;
  font-weight: 700;
}

.form .thanks-text-body {
  margin: 0 auto;
  padding: 2em 0;
  line-height: 2;
}

.form .thanks-text-body h4 {
  margin-bottom: .5em;
  font-size: calc(20 / 16 * 1rem);
}

.form input[type='text'],
.form input[type='number'],
.form input[type='tel'],
.form input[type='email'],
.form textarea {
  width: 100%;
  margin: .5em 0;
  padding: .5em;
  border: solid 1px #c8c9ca;
  border-radius: 4px;
  background: #fff;
  font-size: calc(16 / 16 * 1rem);
}

.form textarea {
  width: 100%;
}

.form select {
  width: 100%;
  margin-bottom: 1em;
  padding: .5em 1em .7em;
  border: none;
  border-radius: 4px;
  background: #f0f0f1;
  font-size: calc(16 / 16 * 1rem);
}

.form input[type='submit'] {
  font-size: calc(16 / 16 * 1rem);
}

@media (max-width: 480px) {
  .form .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form .form-wrapper span {
    margin-right: .3em;
  }
}

/*==============================
top page
==============================*/
section.top-sec {
  padding: 0 0 40px;
}

section.top-sec.top-information {
  padding-top: 40px;
}

section.top-sec.top-partners {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  section.top-sec {
    padding: 25px 0;
  }
}

.top-main-img {
  position: relative;
  margin-top: -45px;
}

.top-main-img a img:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  .top-main-img {
    margin-top: 0;
  }
}

.side-link {
  z-index: 100;
  position: absolute;
  top: 10%;
  right: 0;
  width: 40px;
  overflow: hidden;
}

.side-link a {
  position: relative;
  right: -2px;
}

@media (max-width: 992px) {
  .side-link {
    top: 15%;
    width: 30px;
  }
}

.top-games {
  display: -ms-grid;
  display: grid;
  position: relative;
  bottom: 0;
  left: 0;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  background: #00aaec;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 992px) {
  .top-games {
    position: static;
  }
}

.top-games .latest-result,
.top-games .next-game,
.top-games .supporters {
  padding: 10px;
  background: #051c33;
}

@media (max-width: 992px) {
  .top-games .latest-result,
  .top-games .next-game,
  .top-games .supporters {
    background: #051c33;
  }
}

.top-games .latest-result {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  margin-right: 2px;
}

@media (max-width: 992px) {
  .top-games .latest-result {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.top-games .latest-result .league {
  text-align: center;
}

@media (max-width: 768px) {
  .top-games .latest-result .league {
    font-size: calc(14 / 16 * 1rem);
  }
}

.top-games .latest-result .match {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}

.top-games .latest-result .match .team-name {
  font-size: calc(12 / 16 * 1rem);
}

.top-games .latest-result .match .team-name.other {
  font-size: calc(24 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .latest-result .match .team-name {
    font-size: calc(10 / 16 * 1rem);
  }
}

.top-games .latest-result .match .team-embl {
  width: 70px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .top-games .latest-result .match .team-embl {
    width: 40px;
  }
}

.top-games .latest-result .match .team-score {
  font-size: calc(60 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .latest-result .match .team-score {
    font-size: calc(30 / 16 * 1rem);
  }
}

.top-games .latest-result .match .hyp {
  margin: 0 10px;
  font-size: calc(20 / 16 * 1rem);
}

.top-games .latest-result .match-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(12 / 16 * 1rem);
}

.top-games .latest-result .match-detail p {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .top-games .latest-result .match-detail {
    font-size: calc(10 / 16 * 1rem);
  }
}

.top-games .next-game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
  margin-left: 2px;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 992px) {
  .top-games .next-game {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .top-games .next-game {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: calc(11 / 16 * 1rem);
  }
}

.top-games .next-game .next-game-tit {
  padding: 0 1em 0 2em;
  text-align: center;
}

@media (max-width: 768px) {
  .top-games .next-game .next-game-tit {
    padding: 0 .5em;
    font-size: calc(10 / 16 * 1rem);
  }
  .top-games .next-game .next-game-tit br {
    display: none;
  }
}

.top-games .next-game .next-game-match {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 20px;
}

@media (max-width: 768px) {
  .top-games .next-game .next-game-match {
    padding: 5px 0;
  }
}

.top-games .next-game .team-embl {
  width: 70px;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .top-games .next-game .team-embl {
    width: 30px;
    margin-right: .5em;
  }
}

.top-games .next-game .opp-team {
  padding: 0 0 0 .3em;
  font-size: calc(20 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .next-game .opp-team {
    padding: 0 .5em 0 .3em;
    font-size: calc(14 / 16 * 1rem);
  }
}

.top-games .next-game .match-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 2em;
  font-size: calc(12 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .next-game .match-detail {
    margin-top: 5px;
    padding: 5px .5em 0;
    border-top: solid 1px #fff;
    border-left: none;
    font-size: calc(10 / 16 * 1rem);
  }
  .top-games .next-game .match-detail p {
    margin: 0 3px;
  }
}

.top-games .next-game .match {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}

.top-games .next-game .match .team-name {
  font-size: calc(12 / 16 * 1rem);
}

.top-games .next-game .match .team-name.other {
  font-size: calc(24 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .next-game .match .team-name {
    font-size: calc(10 / 16 * 1rem);
  }
}

.top-games .next-game .match .team-embl {
  width: 70px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .top-games .next-game .match .team-embl {
    width: 40px;
  }
}

.top-games .next-game .match .team-score {
  font-size: calc(60 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .next-game .match .team-score {
    font-size: calc(30 / 16 * 1rem);
  }
}

.top-games .next-game .match .hyp {
  margin: 0 10px;
  font-size: calc(20 / 16 * 1rem);
}

.top-games .live,
.top-games .next-detail {
  margin-bottom: 10px;
}

.top-games .live a,
.top-games .next-detail a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  margin: 0 auto;
  font-size: calc(12 / 16 * 1rem);
}

.top-games .live {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .top-games .next-detail {
    margin-top: 10px;
  }
}

.top-games .supporters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 2px;
}

@media (max-width: 992px) {
  .top-games .supporters {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .top-games .supporters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-games .supporters .supporters-tit {
  padding: 0 1em 0 2em;
  line-height: 1.2;
}

.top-games .supporters .supporters-tit span {
  font-size: calc(11 / 16 * 1rem);
}

@media (max-width: 768px) {
  .top-games .supporters .supporters-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: .5em;
    padding: 0 .5em;
  }
  .top-games .supporters .supporters-tit span {
    margin-left: .5em;
  }
}

.top-games .supporters dl {
  padding: 0 10px;
  text-align: center;
}

.top-games .supporters dl dt {
  font-size: calc(11 / 16 * 1rem);
}

.top-games .supporters dl dd {
  font-size: calc(14 / 16 * 1rem);
}

.top-games .supporters dl dd span {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 900;
}

@media (max-width: 768px) {
  .top-games .supporters dl {
    padding: 0 5px;
  }
  .top-games .supporters dl dt {
    font-size: calc(10 / 16 * 1rem);
  }
  .top-games .supporters dl dd {
    font-size: calc(10 / 16 * 1rem);
  }
  .top-games .supporters dl dd span {
    font-size: calc(16 / 16 * 1rem);
    font-weight: 900;
  }
}

.top-sec h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
  line-height: 1;
}

@media (max-width: 992px) {
  .top-sec h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .top-sec h2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
}

.top-sec h2.sp {
  display: none;
}

@media (max-width: 992px) {
  .top-sec h2.sp {
    display: block;
  }
}

.top-sec h2 span {
  color: #fff;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(55 / 16 * 1rem);
}

.top-sec h2 span::before, .top-sec h2 span::after {
  display: block;
  width: 0;
  height: 0;
  content: '';
}

.top-sec h2 span::before {
  margin-bottom: -.11em;
}

.top-sec h2 span::after {
  margin-top: -.11em;
}

@media (max-width: 992px) {
  .top-sec h2 span {
    font-size: calc(55 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .top-sec h2 span {
    font-size: calc(45 / 16 * 1rem);
  }
}

.top-sec h2 .link-more {
  margin-left: auto;
}

.top-banners {
  position: relative;
  padding: 30px;
  border-top: solid 4px #00aaec;
  background: #000;
}

@media (max-width: 768px) {
  .top-banners {
    padding: 15px 5px;
  }
}

.top-information {
  padding-top: 40px;
  background: #00aaec;
}

.top-video {
  background: #00aaec;
}

.top-video h2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-video h2 .youtube {
  width: 300px;
  margin-left: 80px;
}

@media (max-width: 768px) {
  .top-video h2 .youtube {
    width: 150px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-menu {
  margin-right: auto;
  margin-left: auto;
}

.top-menu li {
  margin-bottom: 5px;
}

.top-menu li:last-of-type {
  margin-bottom: 0;
}

.top-menu li a {
  display: block;
  padding: .7em .5em;
  background: #051c33;
  color: #00aaec;
  font-weight: 700;
  line-height: 1;
}

.top-menu li a.none {
  padding: 0;
  background: none;
  color: #000;
  line-height: inherit;
}

@media (max-width: 992px) {
  .top-menu {
    width: 80%;
    font-size: calc(14 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .top-menu {
    font-size: calc(12 / 16 * 1rem);
  }
}

.top-box-right,
.top-box-left {
  z-index: 100;
  border: solid 4px #051c33;
}

.top-box-right h3,
.top-box-left h3 {
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
}

.top-box-right h4,
.top-box-left h4 {
  position: absolute;
  color: #00aaec;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(24 / 16 * 1rem);
  letter-spacing: .5em;
}

@media (max-width: 992px) {
  .top-box-right h3,
  .top-box-left h3 {
    font-size: calc(24 / 16 * 1rem);
    text-align: center;
  }
  .top-box-right h4,
  .top-box-left h4 {
    position: static;
    font-size: calc(16 / 16 * 1rem);
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-box-right h3,
  .top-box-left h3 {
    font-size: calc(20 / 16 * 1rem);
  }
  .top-box-right h4,
  .top-box-left h4 {
    font-size: calc(14 / 16 * 1rem);
  }
}

.top-box-right {
  position: relative;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 992px) {
  .top-box-right {
    position: static;
  }
}

.top-box-left {
  position: relative;
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 992px) {
  .top-box-left {
    position: static;
  }
}

.top-about {
  position: relative;
  margin-bottom: 50px;
  background: #00aaec;
}

@media (max-width: 992px) {
  .top-about {
    margin-bottom: 0;
  }
}

.top-about .after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 233px;
  background: #fff url("assets/img/top/bg01.svg") no-repeat;
  background-size: cover;
}

.top-about .after svg {
  color: #00aaec;
}

@media (max-width: 992px) {
  .top-about .after {
    height: 180px;
  }
}

.top-about .container {
  z-index: 100;
  position: relative;
}

@media (max-width: 992px) {
  .top-about .container {
    height: auto;
  }
}

.top-about .toppage-player-img {
  width: 600px;
}

@media (max-width: 992px) {
  .top-about .toppage-player-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top-about .toppage-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .top-about .toppage-player {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-about .toppage-player .about-menu h3 {
  color: #051c33;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(55 / 16 * 1rem);
}

@media (max-width: 992px) {
  .top-about .toppage-player .about-menu h3 {
    font-size: calc(45 / 16 * 1rem);
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-about .toppage-player .about-menu h3 {
    font-size: calc(30 / 16 * 1rem);
  }
}

.top-about .toppage-player .about-menu.top-menu li {
  margin-bottom: 10px;
}

.top-about .toppage-player .about-menu.top-menu li:last-of-type {
  margin-top: 30px;
}

.top-about .toppage-player .about-menu.top-menu a {
  padding: .8em 1.5em;
  color: #fff;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
}

@media (max-width: 992px) {
  .top-about .toppage-player .about-menu.top-menu a {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .top-about .toppage-player .about-menu.top-menu a {
    font-size: calc(14 / 16 * 1rem);
  }
}

.top-welove > .container {
  max-width: 1050px;
  padding: 0;
}

@media (max-width: 992px) {
  .top-welove > .container {
    max-width: 100%;
    padding: 0;
  }
}

.top-welove h2 span {
  color: #00aaec;
}

.top-welove .top-training {
  position: relative;
  width: 1050px;
  margin: 0 auto 55px;
}

@media (max-width: 992px) {
  .top-welove .top-training {
    width: 100%;
    padding-top: 20px;
    background: url("assets/img/top/top-img01_sp.jpg") no-repeat;
    background-size: contain;
  }
}

.top-welove .top-training .top-training-img {
  width: 500px;
}

@media (max-width: 992px) {
  .top-welove .top-training .top-training-img {
    display: none;
  }
}

.top-welove .top-training .top-box-right {
  width: 800px;
  margin-top: -26%;
  padding: 15px 45px 30px;
}

@media (max-width: 992px) {
  .top-welove .top-training .top-box-right {
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 46% 45px 45px;
  }
}

@media (max-width: 768px) {
  .top-welove .top-training .top-box-right {
    padding: 46% 20px 20px;
  }
}

.top-welove .top-training h4 {
  top: -1.8em;
  left: 33%;
}

@media (max-width: 992px) {
  .top-welove .top-training h4 {
    top: auto;
    left: auto;
  }
}

.top-welove .top-training ul {
  width: 60%;
  margin-left: auto;
}

@media (max-width: 992px) {
  .top-welove .top-training ul {
    width: 100%;
  }
}

.top-welove .top-school {
  position: relative;
  max-width: 1050px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .top-welove .top-school {
    padding-top: 20px;
    background: url("assets/img/top/top-img02_sp.jpg") no-repeat;
    background-size: contain;
  }
}

.top-welove .top-school .top-school-img {
  width: 500px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .top-welove .top-school .top-school-img {
    display: none;
  }
}

.top-welove .top-school .top-box-left {
  width: 65%;
  margin-top: -25%;
  padding: 15px 45px 30px;
}

@media (max-width: 992px) {
  .top-welove .top-school .top-box-left {
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 46% 45px 45px;
  }
}

@media (max-width: 768px) {
  .top-welove .top-school .top-box-left {
    padding: 46% 20px 20px;
  }
}

.top-welove .top-school ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
  margin-right: -2.5px;
  margin-left: -2.5px;
}

.top-welove .top-school ul li {
  width: 50%;
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.top-welove .top-school ul li:first-of-type {
  width: 100%;
}

.top-welove .top-school ul a {
  padding: .7em 1em;
}

.top-welove .top-school ul a.none {
  padding: 0;
}

@media (max-width: 992px) {
  .top-welove .top-school ul {
    width: 100%;
  }
}

.top-welove .top-school h4 {
  top: -1.5em;
  left: 62%;
}

@media (max-width: 992px) {
  .top-sports {
    padding-top: 0 !important;
  }
  .top-sports h2.sp {
    display: block !important;
    position: static;
    text-align: center;
  }
  .top-sports h2.sp span {
    color: #ee7a00 !important;
  }
}

.top-sports .top-enjoy {
  position: relative;
  max-width: 1050px;
  margin: 55px auto 30px;
}

@media (max-width: 992px) {
  .top-sports .top-enjoy {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background: url("assets/img/top/top-img03_sp.jpg") top no-repeat;
    background-size: contain;
  }
}

.top-sports .top-enjoy .top-enjoy-img {
  width: 500px;
}

@media (max-width: 992px) {
  .top-sports .top-enjoy .top-enjoy-img {
    display: none;
  }
}

.top-sports .top-enjoy h2 span {
  color: #ee7a00;
}

@media (max-width: 992px) {
  .top-sports .top-enjoy h2 {
    display: none;
  }
}

.top-sports .top-enjoy .top-box-right {
  width: 800px;
  margin-top: -29.5%;
  padding: 15px 45px 30px;
}

@media (max-width: 992px) {
  .top-sports .top-enjoy .top-box-right {
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 46% 45px 45px;
  }
}

@media (max-width: 768px) {
  .top-sports .top-enjoy .top-box-right {
    padding: 46% 20px 20px;
  }
}

.top-sports .top-enjoy ul {
  width: 65%;
  margin-left: auto;
}

.top-sports .top-enjoy ul a {
  color: #ee7a00;
}

.top-sports .top-enjoy ul a.none {
  color: #000;
}

@media (max-width: 992px) {
  .top-sports .top-enjoy ul {
    width: 100%;
  }
}

.top-sports .top-enjoy h4 {
  top: -1.6em;
  left: 32%;
  color: #ee7a00;
}

.top-club {
  position: relative;
  margin-bottom: 40px;
  background: #ee7a00;
}

@media (max-width: 992px) {
  .top-club {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.top-club > .container {
  max-width: 960px;
  padding-top: 100px;
  padding-bottom: 110px;
}

@media (max-width: 992px) {
  .top-club > .container {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-club .before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 219px;
  background: #fff url("assets/img/top/bg02.svg") no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .top-club .before {
    display: none;
  }
}

.top-club .after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: #fff url("assets/img/top/bg03.svg") no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .top-club .after {
    display: none;
  }
}

.top-club h2 {
  z-index: 100;
  position: relative;
}

.top-club h2 span {
  width: 100%;
  text-align: right;
}

@media (max-width: 992px) {
  .top-club h2 span {
    text-align: center;
  }
}

.top-club .top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: relative;
  width: 960px;
  margin: 0 auto 30px;
  background: #fff;
}

@media (max-width: 1280px) {
  .top-club .top-box {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .top-club .top-box {
    display: block;
  }
  .top-club .top-box:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .top-club .top-box {
    margin: 0 auto 30px;
  }
}

.top-club .top-box .top-box-thumb {
  width: 480px;
  overflow: hidden;
}

.top-club .top-box .top-box-thumb img {
  width: auto;
  height: 100%;
}

@media (max-width: 992px) {
  .top-club .top-box .top-box-thumb {
    width: 100%;
  }
  .top-club .top-box .top-box-thumb img {
    width: 100%;
    height: auto;
  }
}

.top-club .top-box .top-club-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-club .top-box dl {
  padding: 0 60px;
}

.top-club .top-box dl dt {
  margin-bottom: 10px;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(50 / 16 * 1rem);
}

.top-club .top-box dl dd {
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
}

.top-club .top-box dl dd a {
  display: block;
  padding: .1em 0;
  border-top: solid 1px #051c33;
  color: #051c33;
}

@media (max-width: 992px) {
  .top-club .top-box dl {
    padding: 30px;
  }
  .top-club .top-box dl dt {
    font-size: calc(30 / 16 * 1rem);
  }
  .top-club .top-box dl dd {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .top-club .top-box dl {
    padding: 20px;
  }
  .top-club .top-box dl dt {
    font-size: calc(30 / 16 * 1rem);
  }
  .top-club .top-box dl dd {
    font-size: calc(14 / 16 * 1rem);
  }
}

.top-club .top-box.yscc dt span img {
  width: 266px;
}

@media (max-width: 768px) {
  .top-club .top-box.yscc dt span img {
    width: 180px;
  }
}

.top-club .top-box.banners {
  background: none;
}

.top-club .top-box .blog {
  display: block;
  position: relative;
  color: #051c33;
}

@media (max-width: 768px) {
  .top-club .top-box .blog {
    margin-bottom: 30px;
  }
}

.top-club .top-box .blog h3 {
  position: absolute;
  top: 32%;
  left: 0;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 700;
}

@media (max-width: 992px) {
  .top-club .top-box .blog h3 {
    font-size: calc(28 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .top-club .top-box .blog h3 {
    font-size: calc(24 / 16 * 1rem);
  }
}

.top-club .top-box .blog h3 span {
  display: block;
  width: 100%;
  text-align: right;
}

.top-club .top-box .blog h3 span.blog-tit {
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom: solid 1px #051c33;
}

.top-club .top-box .blog h3 span img {
  width: 55px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .top-club .top-box .blog h3 span img {
    width: 40px;
  }
}

.top-club .top-box.honmoku dt span img {
  width: 124px;
}

.top-partners {
  margin-bottom: 0;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .top-partners {
    margin-bottom: 0;
  }
}

.top-partners .container {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .top-partners .container {
    padding-top: 25px;
  }
}

.top-partners h2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-partners h2 span {
  padding: .3em 2em;
  background: #00aaec;
  font-size: calc(55 / 16 * 1rem);
}

@media (max-width: 992px) {
  .top-partners h2 span {
    width: 100%;
    padding: .3em 0;
    font-size: calc(60 / 16 * 1rem);
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-partners h2 span {
    font-size: calc(38 / 16 * 1rem);
  }
}

.top-partners h2 .link-more {
  margin-left: 5%;
}

.top-partners .partners-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-sns {
  z-index: 500;
  position: relative;
  background: url("assets/img/top/top-sns-img.png") no-repeat bottom;
  background-size: cover;
}

@media (max-width: 992px) {
  .top-sns {
    display: none;
  }
}

.top-sns .container {
  z-index: 200;
  position: relative;
  padding-top: 180px;
  padding-bottom: 160px;
}

.top-sns .before {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: url("assets/img/top/bg04.svg") no-repeat;
  background-size: cover;
}

.top-sns h2 {
  position: absolute;
  top: 0;
  right: 22%;
}

.top-sns h2 span {
  padding: 1.5em .2em .2em;
  background: #00aaec;
  font-size: calc(80 / 16 * 1rem);
}

.top-sns .top-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 50px;
  margin-left: -20px;
}

.top-sns .top-sns-list h3 {
  height: 40px;
  margin-bottom: 30px;
}

.top-sns .top-sns-list h3 img {
  width: auto;
  height: 100%;
}

.top-sns .top-sns-list li {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}

.top-sns .top-sns-list li:last-of-type {
  width: 50%;
}

.top-sns .top-sns-list .instagram {
  margin-top: -20px;
}

.top-sns .youtube-channel {
  width: 580px;
  margin: 0 auto;
}

.top-faq {
  position: relative;
  background: #fff;
}

.top-faq h2 {
  margin-top: -170px;
  margin-bottom: 10px !important;
}

.top-faq h2 span {
  margin: 0 auto;
  padding: 1.8em .2em .2em;
  background: #00aaec;
  font-size: calc(80 / 16 * 1rem);
}

@media (max-width: 992px) {
  .top-faq h2 {
    margin-top: 0;
  }
  .top-faq h2 span {
    width: 100%;
    padding: .3em 0;
    font-size: calc(60 / 16 * 1rem);
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-faq h2 span {
    font-size: calc(38 / 16 * 1rem);
  }
}

.top-faq .faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

/*==============================
information
==============================*/
.cat {
  color: #fff;
}

.cat.cat-club {
  background: #36ca34;
}

.cat.cat-top-team {
  background: #00aaec;
}

.cat.cat-training {
  background: #10b59e;
}

.cat.cat-fanzone {
  background: #ea609a;
}

.cat.cat-enjoy {
  background: #ee7a00;
}

.cat.cat-hometown {
  background: #d07bf3;
}

.top-information .tab li,
.information .tab li {
  margin-left: 2px;
  padding: 10px 0;
  background: #f0f0f1;
  color: #051c33;
  font-weight: 700;
}

.top-information .tab li.cat-club,
.information .tab li.cat-club {
  color: #36ca34;
}

.top-information .tab li.cat-top-team,
.information .tab li.cat-top-team {
  color: #00aaec;
}

.top-information .tab li.cat-training,
.information .tab li.cat-training {
  color: #10b59e;
}

.top-information .tab li.cat-fanzone,
.information .tab li.cat-fanzone {
  color: #ea609a;
}

.top-information .tab li.cat-enjoy,
.information .tab li.cat-enjoy {
  color: #ee7a00;
}

.top-information .tab li.cat-hometown,
.information .tab li.cat-hometown {
  color: #d07bf3;
}

.top-information .tab li:first-of-type,
.information .tab li:first-of-type {
  margin-left: 0;
}

.top-information .tab li.active,
.information .tab li.active {
  z-index: 100;
  background: #005bac;
  color: #fff;
  cursor: default;
}

.top-information .tab li.active.cat-club,
.information .tab li.active.cat-club {
  background: #36ca34;
}

.top-information .tab li.active.cat-top-team,
.information .tab li.active.cat-top-team {
  background: #00aaec;
}

.top-information .tab li.active.cat-training,
.information .tab li.active.cat-training {
  background: #10b59e;
}

.top-information .tab li.active.cat-fanzone,
.information .tab li.active.cat-fanzone {
  background: #ea609a;
}

.top-information .tab li.active.cat-enjoy,
.information .tab li.active.cat-enjoy {
  background: #ee7a00;
}

.top-information .tab li.active.cat-hometown,
.information .tab li.active.cat-hometown {
  background: #d07bf3;
}

.top-information .tab li:hover,
.information .tab li:hover {
  background: #005bac;
  color: #fff;
}

.top-information .tab li:hover.cat-club,
.information .tab li:hover.cat-club {
  background: #36ca34;
}

.top-information .tab li:hover.cat-top-team,
.information .tab li:hover.cat-top-team {
  background: #00aaec;
}

.top-information .tab li:hover.cat-training,
.information .tab li:hover.cat-training {
  background: #10b59e;
}

.top-information .tab li:hover.cat-fanzone,
.information .tab li:hover.cat-fanzone {
  background: #ea609a;
}

.top-information .tab li:hover.cat-enjoy,
.information .tab li:hover.cat-enjoy {
  background: #ee7a00;
}

.top-information .tab li:hover.cat-hometown,
.information .tab li:hover.cat-hometown {
  background: #d07bf3;
}

@media (max-width: 992px) {
  .top-information .tab li,
  .information .tab li {
    width: auto;
    margin-bottom: 2px;
    padding: 10px;
    font-size: calc(14 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .top-information .tab li,
  .information .tab li {
    font-size: calc(12 / 16 * 1rem);
  }
}

.info {
  position: relative;
  min-height: 50px;
  background: #fff;
}

.info div.list-contents {
  display: none;
}

.info div.show {
  display: block;
}

.info .info-contents {
  background: #fff;
}

.info .info-contents a {
  color: #000;
}

.info .info-contents a.more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  padding: 1em 0;
  background: #051c33;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.info ul {
  padding-top: 1px;
}

.info ul li {
  padding: 16px 10px;
  border-bottom: solid 1px #c8c9ca;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info ul:last-of-type li:last-of-type {
  border-bottom: none;
}

@media (max-width: 992px) {
  .info ul li {
    padding: 10px 20px;
  }
}

.info.information ul li:nth-of-type(2n) {
  background: #f0f0f1;
}

.information-box a {
  display: block;
}

.information-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.information-box dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}

.information-box dl dt .date {
  width: 40%;
  margin-left: 1em;
}

.information-box dl dt .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .2em .5em;
  border-radius: 3px;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1;
}

.information-box dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 992px) {
  .information-box dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: calc(14 / 16 * 1rem);
  }
  .information-box dl dt {
    width: 100%;
    margin-bottom: .5em;
  }
  .information-box dl dt .date {
    width: auto;
    margin-right: 1em;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .information-box dl {
    font-size: calc(12 / 16 * 1rem);
  }
}

.info-post h2 {
  margin-bottom: 2em;
  padding-bottom: .5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  color: #000;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 700;
}

.info-post h2.cat-club {
  border-bottom-color: #36ca34;
}

.info-post h2.cat-top-team {
  border-bottom-color: #00aaec;
}

.info-post h2.cat-training {
  border-bottom-color: #10b59e;
}

.info-post h2.cat-fanzone {
  border-bottom-color: #ea609a;
}

.info-post h2.cat-enjoy {
  border-bottom-color: #ee7a00;
}

.info-post h2.cat-hometown {
  border-bottom-color: #d07bf3;
}

.info-post h3 {
  margin-bottom: .5em;
  color: #00aaec;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
}

.info-post h3.midashi01 {
  margin-bottom: 2em;
  padding-bottom: .5em;
  border-bottom: solid 1px #051c33;
  color: #051c33;
  font-size: calc(24 / 16 * 1rem);
  text-align: center;
}

@media (max-width: 992px) {
  .info-post h3.midashi01 {
    font-size: calc(20 / 16 * 1rem);
  }
}

.info-post h3.midashi02 {
  position: relative;
  margin-bottom: 2em;
  padding: 10px 3em 10px 20px;
  overflow: hidden;
  color: #fff;
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
}

.info-post h3.midashi02 span {
  z-index: 100;
  position: relative;
}

.info-post h3.midashi02::before {
  position: absolute;
  top: 0;
  right: 15px;
  width: 15px;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #ee7a00;
  content: '';
}

.info-post h3.midashi02::after {
  position: absolute;
  top: 0;
  left: -12px;
  width: calc(100% - 30px);
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #003a8c;
  content: '';
}

@media (max-width: 768px) {
  .info-post h3.midashi02 {
    margin-bottom: 1em;
    padding: 5px 3em 5px 10px;
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .info-post h3.midashi02 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.info-post h4 {
  margin-bottom: .5em;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
}

.info-post p {
  margin-bottom: 1em;
  line-height: 2;
}

.info-post ul {
  margin-bottom: .5em;
  margin-left: 1.5em;
  list-style: disc;
}

.info-post ol {
  margin-bottom: .5em;
  margin-left: 1.5em;
  list-style: decimal;
}

.info-post strong {
  font-weight: 700;
}

.info-post em {
  font-style: italic;
}

.info-post a {
  color: #ee7a00;
  text-decoration: underline;
}

.info-post a:hover {
  text-decoration: none;
}

.info-post div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.info-post img {
  width: auto;
  max-width: 100%;
}

.info-post img.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

.info-post img.alignleft {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}

.info-post img.alignright {
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
}

@media (max-width: 768px) {
  .info-post img {
    width: 100%;
  }
}

.info-post .alignleft {
  float: left;
}

.info-post .alignright {
  float: right;
}

.info-post .wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.info-post .wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.info-post .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: calc(11 / 16 * 1rem);
}

.info-post .post-cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.info-post .post-cap .date {
  margin-right: 1em;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1;
}

.info-post .post-cap .cat {
  padding: .4em 3em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 480px) {
  .info-post h2 {
    margin-bottom: 1em;
    font-size: calc(20 / 16 * 1rem);
  }
  .info-post h3 {
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
  }
  .info-post h4 {
    margin-bottom: .5em;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
  }
  .info-post p {
    font-size: calc(14 / 16 * 1rem);
  }
  .info-post .post-cap .date {
    font-size: calc(12 / 16 * 1rem);
  }
  .info-post .post-cap .cat {
    padding: .4em 1em;
    font-size: calc(12 / 16 * 1rem);
  }
}

/*==============================
schedule
==============================*/
.schedule .tab {
  padding: 40px 0 60px;
}

@media (max-width: 768px) {
  .schedule .tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}

.schedule .tab li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  border-right: solid 1px #051c33;
  color: #051c33;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(32 / 16 * 1rem);
  line-height: 1;
}

@media (max-width: 768px) {
  .schedule .tab li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
    height: 40px;
    margin-bottom: 10px;
    font-size: calc(16 / 16 * 1rem);
  }
}

.schedule .tab li.active {
  color: #00aaec;
  font-size: calc(50 / 16 * 1rem);
}

@media (max-width: 768px) {
  .schedule .tab li.active {
    font-size: calc(16 / 16 * 1rem);
  }
}

.schedule .tab li::after {
  font-size: calc(12 / 16 * 1rem);
  text-indent: .3em;
}

.schedule .tab li:nth-of-type(1) {
  border-left: solid 1px #051c33;
}

.schedule .tab li:nth-of-type(1)::after {
  content: 'Jan.';
}

.schedule .tab li:nth-of-type(2)::after {
  content: 'Feb.';
}

.schedule .tab li:nth-of-type(3)::after {
  content: 'Mar.';
}

.schedule .tab li:nth-of-type(4)::after {
  content: 'Apr.';
}

.schedule .tab li:nth-of-type(5)::after {
  content: 'May.';
}

.schedule .tab li:nth-of-type(6)::after {
  content: 'Jun.';
}

.schedule .tab li:nth-of-type(7)::after {
  content: 'Jul.';
}

@media (max-width: 768px) {
  .schedule .tab li:nth-of-type(7) {
    border-left: solid 1px #051c33;
  }
}

.schedule .tab li:nth-of-type(8)::after {
  content: 'Aug.';
}

.schedule .tab li:nth-of-type(9)::after {
  content: 'Sep.';
}

.schedule .tab li:nth-of-type(10)::after {
  content: 'Oct.';
}

.schedule .tab li:nth-of-type(11)::after {
  content: 'Nov.';
}

.schedule .tab li:nth-of-type(12)::after {
  content: 'Dec.';
}

.schedule h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1em;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(48 / 16 * 1rem);
  letter-spacing: .5em;
}

.schedule h2 span.currentyear {
  text-indent: .5em;
}

@media (max-width: 768px) {
  .schedule h2 {
    margin-top: 0;
    font-size: calc(24 / 16 * 1rem);
  }
}

.schedule .schedule-list .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 5px;
  border-bottom: solid 1px #051c33;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
}

.schedule .schedule-list .heading span.date {
  width: 5%;
}

.schedule .schedule-list .heading span.week, .schedule .schedule-list .heading span.match-start {
  width: 8%;
}

.schedule .schedule-list .heading span.match-info {
  width: 55%;
}

.schedule .schedule-list .heading span.match-venue {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .schedule .schedule-list .heading {
    display: none;
  }
}

.schedule .schedule-list ul {
  padding-top: 1px;
}

.schedule .schedule-list ul li {
  padding: 20px 30px;
  border-bottom: solid 1px #051c33;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.schedule .schedule-list ul li:nth-of-type(2n) {
  background: #f0f0f1;
}

@media (max-width: 768px) {
  .schedule .schedule-list ul li {
    padding: 10px 15px;
  }
  .schedule .schedule-list ul li:first-of-type {
    border-top: solid 1px #051c33;
  }
}

.schedule .schedule-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #051c33;
}

@media (max-width: 768px) {
  .schedule .schedule-list dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.schedule .schedule-list dl dt {
  width: 5%;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(28 / 16 * 1rem);
  line-height: 0;
}

@media (max-width: 768px) {
  .schedule .schedule-list dl dt {
    width: auto;
    margin-right: 10px;
    font-size: calc(20 / 16 * 1rem);
  }
}

.schedule .schedule-list dl dd.week {
  width: 8%;
  font-weight: 700;
}

.schedule .schedule-list dl dd.week span {
  padding: 0 2px;
  border: solid 1px #051c33;
}

@media (max-width: 768px) {
  .schedule .schedule-list dl dd.week {
    width: auto;
    margin-right: 10px;
    font-size: calc(12 / 16 * 1rem);
  }
}

.schedule .schedule-list dl dd.match-start {
  width: 8%;
  font-family: 'DIN Condensed Bold', sans-serif;
}

@media (max-width: 768px) {
  .schedule .schedule-list dl dd.match-start {
    width: auto;
  }
}

.schedule .schedule-list dl dd.match-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55%;
}

.schedule .schedule-list dl dd.match-info span {
  margin-right: .2em;
}

.schedule .schedule-list dl dd.match-info span.input-free {
  display: block;
  width: 100%;
}

.schedule .schedule-list dl dd.match-info span:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .schedule .schedule-list dl dd.match-info {
    width: 100%;
    margin-top: 10px;
  }
}

.schedule .schedule-list dl dd.match-venue {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: auto;
}

@media (max-width: 768px) {
  .schedule .schedule-list dl dd.match-venue {
    font-size: calc(12 / 16 * 1rem);
  }
}

.pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager ul li.prev {
  margin-right: auto;
}

.pager ul li.next {
  margin-left: auto;
}

.pager a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(30 / 16 * 1rem);
  letter-spacing: .5em;
  text-indent: .5em;
}

.pager a .ic-before {
  margin-right: .8em;
}

@media (max-width: 768px) {
  .pager a {
    font-size: calc(20 / 16 * 1rem);
  }
}

/*==============================
player
==============================*/
.player h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(60 / 16 * 1rem);
  line-height: 1;
  text-align: center;
}

.player h3::before {
  width: 0;
  height: 0;
  margin-right: 10px;
  border-width: 60px 30px 0 0;
  border-style: solid;
  border-color: #00aaec transparent transparent;
  content: '';
}

.player h3::after {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-width: 0 0 60px 30px;
  border-style: solid;
  border-color: transparent transparent #00aaec;
  content: '';
}

@media (max-width: 768px) {
  .player h3 {
    font-size: calc(40 / 16 * 1rem);
  }
  .player h3::before {
    width: 0;
    height: 0;
    margin-right: 10px;
    border-width: 40px 20px 0 0;
    border-style: solid;
    border-color: #00aaec transparent transparent;
    content: '';
  }
  .player h3::after {
    width: 0;
    height: 0;
    margin-left: 10px;
    border-width: 0 0 40px 20px;
    border-style: solid;
    border-color: transparent transparent #00aaec;
    content: '';
  }
}

.player-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 768px) {
  .player-list {
    font-size: calc(14 / 16 * 1rem);
  }
}

.player-list li {
  width: 25%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .player-list li {
    width: 50%;
    margin-bottom: 20px;
  }
}

.player-list .player-box {
  position: relative;
}

.player-list .player-box a {
  color: inherit;
}

.player-list .player-box a:hover {
  opacity: 1;
}

.player-list .player-box .uni-number {
  word-wrap: normal;
  z-index: 10;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #005bac;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(60 / 16 * 1rem);
  word-break: keep-all;
}

.player-list .player-box .uni-number span {
  display: block;
  z-index: 20;
  position: absolute;
  top: -2px;
  left: 4px;
  line-height: 1;
  word-break: keep-all;
}

.player-list .player-box .uni-number::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 60px 38px 0 0;
  border-style: solid;
  border-color: #ee7a00 transparent transparent;
  content: '';
}

@media (max-width: 768px) {
  .player-list .player-box .uni-number {
    font-size: calc(50 / 16 * 1rem);
  }
  .player-list .player-box .uni-number::after {
    width: 0;
    height: 0;
    border-width: 55px 25px 0 0;
    border-style: solid;
    border-color: #ee7a00 transparent transparent;
  }
}

@media (max-width: 480px) {
  .player-list .player-box .uni-number {
    font-size: calc(30 / 16 * 1rem);
  }
  .player-list .player-box .uni-number::after {
    width: 0;
    height: 0;
    border-width: 30px 20px 0 0;
    border-style: solid;
    border-color: #ee7a00 transparent transparent;
  }
}

.player-list .player-box .staff-position {
  margin-top: .5em;
  font-size: calc(12 / 16 * 1rem);
  text-align: center;
}

.player-list .player-box .player-title {
  position: relative;
  margin-top: 5px;
  text-align: center;
}

.player-list .player-box .player-title p {
  z-index: 10;
  position: relative;
  top: 3px;
  font-size: calc(14 / 16 * 1rem);
}

.player-list .player-box .player-title h4 {
  z-index: 10;
  position: relative;
  margin: 0;
  margin-top: .8em;
  color: #000;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
}

.player-list .player-box .player-title .player-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.player-list .player-box .player-title .player-title-bg svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .player-list .player-box .player-title h4 {
    margin-top: .3em;
  }
}

@media (max-width: 480px) {
  .player-list .player-box .player-title p {
    top: 0;
    font-size: calc(14 / 16 * 1rem);
  }
  .player-list .player-box .player-title h4 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.player-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 50px;
}

.player-detail .order01,
.player-detail .order02,
.player-detail .order03,
.player-detail .order04 {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.player-detail .order01,
.player-detail .order02 {
  width: 100%;
}

.player-detail .order05 {
  width: 100%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.player-detail .player-info-basic {
  position: relative;
}

.player-detail .player-info-basic .player-info-basic-top,
.player-detail .player-info-basic .player-info-basic-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  padding-left: 15px;
}

.player-detail .player-info-basic h2 {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
}

.player-detail .player-info-basic h2 span {
  display: block;
  margin-bottom: .3em;
  font-size: calc(24 / 16 * 1rem);
  font-weight: normal;
}

.player-detail .player-info-basic .uni-number,
.player-detail .player-info-basic .position {
  color: #005bac;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(100 / 16 * 1rem);
  line-height: 1;
}

.player-detail .player-info-basic .uni-number {
  word-wrap: normal;
  margin-right: 10px;
  font-size: calc(100 / 16 * 1rem);
  word-break: keep-all;
}

.player-detail .player-info-basic .uni-number span::before, .player-detail .player-info-basic .uni-number span::after {
  display: block;
  width: 0;
  height: 0;
  content: '';
}

.player-detail .player-info-basic .uni-number span::after {
  margin-top: -.11em;
}

.player-detail .player-info-basic .position {
  font-size: calc(40 / 16 * 1rem);
}

.player-detail .player-info-basic .position .position-sub {
  padding-left: .3em;
  color: #fff;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: .5em;
}

.player-detail .player-info-basic::after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 140px 0 0 90px;
  border-style: solid;
  border-color: transparent transparent transparent #ee7a00;
  content: '';
}

.player-detail .message-h {
  margin-bottom: 1em;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

.player-detail .message-h span {
  padding: .1em .5em;
  border: solid 1px #fff;
}

.player-detail h3 {
  color: #fff;
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
}

.player-detail .player-info-detail {
  height: 100%;
  padding: 20px;
  background: #051c33;
}

.player-detail .player-info-detail table {
  width: 100%;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

.player-detail .player-info-detail tr:first-of-type th,
.player-detail .player-info-detail tr:first-of-type td {
  padding-top: 0;
}

.player-detail .player-info-detail tr:last-of-type th,
.player-detail .player-info-detail tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: none;
}

.player-detail .player-info-detail th,
.player-detail .player-info-detail td {
  padding: 10px 0;
  border-bottom: solid 1px #fff;
  text-align: left;
  vertical-align: middle;
}

.player-detail .player-info-detail th {
  width: 40%;
  padding-left: 10px;
}

.player-detail .player-info-detail td {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .player-detail .order01,
  .player-detail .order02,
  .player-detail .order03,
  .player-detail .order04 {
    width: 100%;
  }
  .player-detail .order01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .player-detail .order02 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .player-detail .order03 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .player-detail .order04 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .player-detail .order05 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .player-detail .player-info-basic .player-info-basic-top {
    margin-top: -5px;
  }
  .player-detail .player-info-basic .player-info-basic-bottom {
    margin-top: 5px;
  }
  .player-detail .player-info-basic h2 {
    font-size: calc(36 / 16 * 1rem);
  }
  .player-detail .player-info-basic h2 span {
    font-size: calc(12 / 16 * 1rem);
  }
  .player-detail .player-info-basic .uni-number,
  .player-detail .player-info-basic .position {
    font-size: calc(60 / 16 * 1rem);
  }
  .player-detail .player-info-basic .uni-number {
    font-size: calc(60 / 16 * 1rem);
  }
  .player-detail .player-info-basic .position {
    font-size: calc(20 / 16 * 1rem);
  }
  .player-detail .player-info-basic .position .position-sub {
    font-size: calc(12 / 16 * 1rem);
  }
  .player-detail .player-info-basic::after {
    width: 0;
    height: 0;
    border-width: 70px 0 0 45px;
    border-style: solid;
    border-color: transparent transparent transparent #ee7a00;
  }
}

@media (max-width: 480px) {
  .player-detail .player-info-detail table tr:first-of-type th,
  .player-detail .player-info-detail table tr:first-of-type td {
    padding-top: 10px;
  }
  .player-detail .player-info-detail table tr:last-of-type th,
  .player-detail .player-info-detail table tr:last-of-type td {
    padding-bottom: 10px;
  }
  .player-detail .player-info-detail table th,
  .player-detail .player-info-detail table td {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    border-bottom: none;
  }
  .player-detail .player-info-detail table th {
    padding-bottom: 0;
  }
  .player-detail .player-info-detail table th br {
    display: none;
  }
  .player-detail .player-info-detail table td {
    border-bottom: solid 1px #fff;
    font-size: calc(12 / 16 * 1rem);
  }
}

/*==============================
partners
==============================*/
.partners-cont h3 {
  margin-bottom: 2em;
  padding: .3em;
  border-bottom: solid 3px #003a8c;
  color: #003a8c;
  font-size: calc(30 / 16 * 1rem);
  text-align: center;
}

.partners-cont h4 {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  text-align: center;
}

@media (max-width: 992px) {
  .partners-cont h3 {
    font-size: calc(20 / 16 * 1rem);
  }
  .partners-cont h4 {
    font-size: calc(16 / 16 * 1rem);
  }
}

ul.last-of-type {
  margin-bottom: 0;
}

ul.partners-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 700;
  text-align: center;
}

ul.partners-list a {
  color: #000;
}

ul.partners-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

ul.partners-list li img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

ul.partners-list li.text {
  width: auto;
}

@media (max-width: 992px) {
  ul.partners-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  ul.partners-list li {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

ul.text {
  font-size: calc(14 / 16 * 1rem);
  text-align: center;
}

ul.text a {
  color: #000;
}

ul.logo-0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

ul.logo-0 li {
  width: 100%;
  margin-bottom: 60px;
}

ul.logo-0 li img {
  width: 480px;
  max-width: 100%;
}

@media (max-width: 992px) {
  ul.logo-0 li {
    width: 100%;
  }
}

ul.logo-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

ul.logo-1 li {
  width: 50%;
  margin-bottom: 60px;
}

ul.logo-1 li img {
  max-height: 120px;
}

@media (max-width: 992px) {
  ul.logo-1 li {
    width: 100%;
  }
}

ul.logo-2 {
  margin-bottom: 30px;
}

ul.logo-2 li {
  width: 50%;
}

ul.logo-2 li img {
  max-height: 120px;
}

@media (max-width: 992px) {
  ul.logo-2 li {
    width: 50%;
  }
}

ul.logo-p2 {
  margin-bottom: 30px;
}

ul.logo-p2 li {
  width: 50%;
}

ul.logo-p2 li img {
  max-height: 70px;
}

@media (max-width: 992px) {
  ul.logo-p2 li {
    width: 50%;
  }
}

ul.logo-3 {
  margin-bottom: 30px;
}

ul.logo-3 li {
  width: 33.33333%;
}

ul.logo-3 li img {
  max-height: 70px;
}

@media (max-width: 992px) {
  ul.logo-3 li {
    width: 50%;
  }
}

ul.logo-3.large li img {
  max-height: 125px;
}

ul.logo-4 {
  margin-bottom: 30px;
}

ul.logo-4 li {
  width: 25%;
}

ul.logo-4 li img {
  max-height: 60px;
}

@media (max-width: 992px) {
  ul.logo-4 li {
    width: 50%;
  }
}

ul.logo-5 {
  margin-bottom: 30px;
}

ul.logo-5 li {
  width: 20%;
}

ul.logo-5 li img {
  max-height: 60px;
}

@media (max-width: 992px) {
  ul.logo-5 li {
    width: 33.33333%;
  }
}

/*==============================
faq
==============================*/
.faq {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .faq {
    font-size: calc(14 / 16 * 1rem);
  }
}

.faq a {
  text-decoration: underline;
}

.faq li {
  margin-bottom: 10px;
}

.faq dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em 1em .5em 0;
  background: #051c33;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq dl dt p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq dl dt::before {
  width: 50px;
  margin-right: .5em;
  border-right: solid 1px #fff;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(30 / 16 * 1rem);
  text-align: center;
  content: 'Q';
}

.faq dl dd {
  padding: .5em 1em .5em 0;
  border: solid 1px #00aaec;
}

.faq dl dd .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq dl dd .inner .inner-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq dl dd .inner::before {
  width: 50px;
  margin-right: .5em;
  border-right: solid 1px #fff;
  color: #00aaec;
  font-family: 'DIN Condensed Bold', sans-serif;
  font-size: calc(30 / 16 * 1rem);
  text-align: center;
  content: 'A';
}

.faq dl.active dt {
  background: #00aaec;
  color: #000;
}

.faq dl.active dt::before {
  border-right: solid 1px #000;
}

.faq dl.active i span {
  background: #000;
}

.faq dl.active dd .inner::before {
  border-right: solid 1px #00aaec;
}

.faq.faq-list {
  padding: 0;
}

.faq.faq-list dl dt {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
}

/*==============================
js plugins
==============================*/
/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track::before, .slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide > div {
  margin-top: 16px;
  margin-right: -7.5px;
  margin-bottom: 16px;
  margin-left: -7.5px;
}

@media (max-width: 480px) {
  .slick-slide > div {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: absolute;
  top: calc(50% - 40px * .5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url("assets/img/footer-banner/carousel-bg.png") no-repeat;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slick-prev i,
.slick-next i {
  width: 8px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: calc(50% - 20px * .5);
    width: 20px;
    height: 20px;
    background: none;
    color: #963;
    font-size: 20px;
  }
}

.slick-prev.top-slide,
.slick-next.top-slide {
  top: calc(50% - 40px * .5 - 145px);
  background-color: #000;
  font-size: 30px;
}

.slick-prev.top-slide i,
.slick-next.top-slide i {
  width: 40px;
}

@media (max-width: 768px) {
  .slick-prev.top-slide,
  .slick-next.top-slide {
    display: none;
  }
}

.slick-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-prev.top-slide {
  left: 3%;
}

.slick-prev.banner-slide {
  left: -30px;
}

.slick-next {
  right: 5%;
}

@media (max-width: 1200px) {
  .slick-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .slick-next {
    display: none !important;
  }
}

.slick-next.top-slide {
  right: 3%;
}

.slick-next.banner-slide {
  right: -30px;
}
