/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

* {
  background: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ol,
ul,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #004b93;
}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}

img.responsive {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Fonts ------------------------------------- */

@font-face {
  font-family: 'abo';
  src: url('assets/font/FontsFree-Net-Abolition-W00-Regular.ttf');
}
.abo {
  font-family: 'abo';
  letter-spacing: 0.2rem;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

#goTop {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #004b93;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #004b93;
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#goTop.op0 {
  opacity: 0;
  visibility: hidden;
}
main {
  display: block;
  padding-top: 105px;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}
.dn {
  display: none !important;
}
.t-b {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: relative;
  background: #004b93;
  margin-bottom: 40px;
  font-weight: bold;
  z-index: 2;
}
.t-b.mb0 {
  margin-bottom: 0;
}
.t-b.abo {
  font-size: 24px;
}
.t-b.abo span {
  font-family: Noto Sans JP;
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
}
.t-b::after {
  content: '';
  width: 250px;
  height: 50px;
  background: #001976;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.t-b::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 25px;
  border-color: transparent transparent #001976 transparent;
  position: absolute;
  right: 250px;
  z-index: -1;
}
.p-b {
  font-size: 16px;
  padding: 0 40px;
  color: #004b93;
  line-height: 1.8;
  margin-bottom: 60px;
}
.p-b span {
  font-size: inherit;
}
.in-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.in-m li {
  width: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #004b93;
  margin: 0 10px 30px;
  padding: 0 40px 0 80px;
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
}
.in-m li::before {
  content: '▼';
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background: #004b93;
  position: absolute;
  left: 0;
  top: 0;
}
.con {
  width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}
.bold {
  font-weight: bold;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.alst {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.in-m {
  position: relative;
  z-index: 10;
}
#sec1,
#sec2,
#sec3,
#sec4,
#sec5,
#sec6 {
  padding-top: 105px;
  margin-top: -105px;
  position: relative;
}
#sec1 {
  z-index: 8;
}
#sec2 {
  z-index: 7;
}
#sec3 {
  z-index: 6;
}
#sec4 {
  z-index: 5;
}
#sec5 {
  z-index: 4;
}
#sec6 {
  z-index: 3;
}
.select {
  overflow: hidden;
  height: 30px;
  width: 190px;
  border: 1px solid #004b93;
  text-align: center;
  position: absolute;
  top: 40px;
  left: calc(50% - 430px);
}
.select select {
  width: 100%;
  padding-left: 20px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  color: #3b4043;
}
.select select::-ms-expand {
  display: none;
}
.select::before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #666666;
  pointer-events: none;
}

.mr-li .select {
  left: calc(50% - 190px);
}
#pl-stats .select {
  left: calc(50% - 290px);
}
@media (max-width: 700px) {
  .mr-li .select,
  #pl-stats .select {
    left: auto;
    right: 15px;
    top: 85px;
  }
}

@media (max-width: 1100px) {
  .con {
    width: calc(100% - 30px);
  }
  .in-m li {
    margin-bottom: 10px;
  }
  .t-b {
    padding-left: 15px;
  }
  .t-b::after {
    width: 55px;
  }
  .t-b::before {
    right: 55px;
  }
  .t-b.abo {
    padding-left: 10px;
  }
  .select {
    left: auto;
    right: 200px;
  }
}
@media (max-width: 700px) {
  .flex.alst table {
    width: 50%;
  }
  .flex.alst .wid {
    width: 100%;
  }

  .sta .in-m {
    margin-bottom: 30px;
  }
  .sta .in-m li {
    width: 100px;
  }
  .t-b.fm {
    font-size: 10px;
  }
  #sec1,
  #sec2,
  #sec3,
  #sec4 {
    padding-top: 50px;
    margin-top: -50px;
  }
  .in-m li::before {
    font-size: 15px;
  }
  .select {
    left: 140px;
  }
}

/* -------------------------------------------------------------------------- */

/* Header
/* -------------------------------------------------------------------------- */

#site-header {
  background: #001976;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 5px 20px 0;
  z-index: 1000;
}
#site-header::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #004b93;
  position: absolute;
  top: 0;
  left: 0;
}

.header-inner {
  width: 100%;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-inner .logo {
  width: 76px;
  position: absolute;
  top: 10px;
  left: calc(50% - 38px);
}

.header-inner .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 70px;
  margin: 0;
}

.header-titles-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
}

.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: auto;
}

.header-titles-wrapper .menu {
  width: 110px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu .txt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 25px;
  margin-right: 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  width: 18px;
  bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 40px;
  -webkit-transform: translate(-2px, 12px) rotate(-45deg);
  transform: translate(-2px, 12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  width: 40px;
  -webkit-transform: translate(-2px, -10px) rotate(45deg);
  transform: translate(-2px, -10px) rotate(45deg);
}
.header-titles-wrapper .vb {
  width: 2px;
  height: 70px;
  background: #e4e4e4;
  margin: 0 0 0 25px;
}
.header-titles-wrapper ul {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
}
.header-titles-wrapper ul li {
  width: 90px;
}

.vh {
  position: absolute;
  visibility: hidden;
  -webkit-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
  opacity: 0;
  width: 0;
}
nav {
  width: 400px;
  height: 100vh;
  background: #004b93;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
nav ul {
  padding-top: 120px;
}
nav ul .li {
  width: 100%;
  height: 45px;
  border-top: 1px solid #00396f;
  position: relative;
  cursor: pointer;
}
nav ul .li .f {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav ul .li::after {
  content: '';
  width: 10px;
  height: 7px;
  background: url('assets/images/icon_ad.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 20px;
}
nav ul .li.active {
  height: auto;
}
nav ul .li.active::after {
  background-image: url('assets/images/icon_au.svg');
}
nav ul .li.n::after {
  display: none;
}
nav ul .li .m1 {
  font-family: abo;
  letter-spacing: 0.2rem;
  font-size: 16px;
  padding-left: 30px;
  color: #fff;
}
nav ul .li .m2 {
  font-size: 10px;
  padding-left: 15px;
  color: #fff;
}
nav ul .li .ch {
  height: auto;
  padding: 25px 30px;
  background: #0059af;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: default;
}
nav ul .li .ch.vhch {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
nav ul .li .ch li {
  margin-bottom: 10px;
}
nav ul .li .ch a {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
}
nav ul .li .ch .n {
  color: #004b93;
}
.nav-in {
  width: 100%;
  height: calc(100vh - 105px);
  overflow: scroll;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .header-titles-wrapper ul {
    display: none !important;
    width: 0;
  }
}

@media (max-width: 700px) {
  #site-header {
    top: auto;
    bottom: 0;
    height: 60px;
    width: 100%;
    padding: 0;
  }
  #site-header::before {
    display: none;
  }
  .header-inner {
    height: 60px;
  }
  .header-inner .logo {
    display: none;
  }
  .header-inner .share {
    display: none !important;
  }
  .header-titles-wrapper {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 10px;
  }
  .header-titles-wrapper .menu {
    width: 65px;
    height: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .menu-trigger {
    width: 20px;
    height: 17px;
    margin: 0 0 0 5px;
  }
  .menu .txt {
    font-size: 10px;
  }
  .header-titles-wrapper .vb {
    height: 50px;
    margin: 0 10px;
  }
  .header-titles-wrapper ul {
    width: auto;
  }
  .header-titles-wrapper ul li {
    width: 70px;
  }
  .menu-trigger span {
    width: 100%;
    height: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
    right: 0;
    width: 12px;
    left: auto;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 25px;
    -webkit-transform: translate(-2px, 7px) rotate(-45deg);
    transform: translate(-2px, 7px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 25px;
    -webkit-transform: translate(2px, -8px) rotate(45deg);
    transform: translate(2px, -8px) rotate(45deg);
  }
  nav {
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding-top: 50px;
  }
  nav ul {
    padding: 10px;
  }
  .nav-in {
    height: calc(100vh - 60px);
  }
}

/* -------------------------------------------------------------------------- */

/* kv
/* -------------------------------------------------------------------------- */

#kv .spo {
  width: 100%;
  padding: 30px 0;
  background: #6f96bc;
}

#kv .spo ul {
  width: 100%;
/*  max-width: 800px;*/
	max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#kv .spo ul li {
  width: auto;
  height: 60px;
}
#kv .spo ul li img {
  height: 100%;
}
@media (min-width: 701px) {
  .sp {
    display: none;
  }
}
@media (max-width: 700px) {
  .pc {
    display: none;
  }
  .kv .pc {
    display: none;
  }
  #covid .pc {
    display: none;
  }
  #kv .spo {
    overflow: scroll;
  }
  #kv .spo ul {
    width: 360px;
		gap:7px;
  }
  #kv .spo ul li {
    height: 24px;
  }
  .logo.sp {
    width: 100%;
    height: 50px;
    background: #001976;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .logo.sp a {
    width: 40px;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
  }
  .logo.sp a img {
    width: 40px;
  }
  .logo.sp .sns {
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .hm.flex {
    width: 100%;
    height: 80px;
    background: #004b93;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: -1px;
  }
}

/* -------------------------------------------------------------------------- */

/* slider
/* -------------------------------------------------------------------------- */

.swiper-pagination-bullet,
.flex-control-paging li a {
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active,
.flex-control-paging li a.flex-active {
  background: #dc000c !important;
}
.swiper-container.kv .swiper-pagination-bullet,
.swiper-container.vid .swiper-pagination-bullet {
  margin: 0 7.5px;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev,
.swiper-container.kv .swiper-button-prev,
.swiper-container.ms .swiper-button-prev,
.swiper-container.ply .swiper-button-prev,
.swiper-container.gal .swiper-button-prev {
  background-image: url(assets/images/btn_p.svg) !important;
  left: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-size: contain !important;
}
.metaslider .flexslider .flex-direction-nav li a.flex-next,
.swiper-container.kv .swiper-button-next,
.swiper-container.ms .swiper-button-next,
.swiper-container.ply .swiper-button-next,
.swiper-container.gal .swiper-button-next {
  background-image: url(assets/images/btn_n.svg) !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-size: contain !important;
}
.ticket .swiper-container.ms .swiper-button-next {
  background-image: url(assets/images/btn_n_g.svg) !important;
}
.ticket .swiper-container.ms .swiper-button-prev {
  background-image: url(assets/images/btn_p_g.svg) !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 50%;
}
@media (max-width: 700px) {
  .swiper-container.kv .swiper-button-prev,
  .swiper-container.ms .swiper-button-prev,
  .swiper-container.ply .swiper-button-prev,
  .swiper-container.kv .swiper-button-next,
  .swiper-container.ms .swiper-button-next,
  .swiper-container.ply .swiper-button-next {
    width: 20px;
    height: 20px;
  }

  .swiper-button-next.mis,
  .swiper-button-prev.mis {
    background-image: url(assets/images/btn_n_b.svg) !important;
    right: 15px !important;
    top: 80px !important;
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
  }
  .swiper-button-prev.mis {
    background-image: url(assets/images/btn_p_b.svg) !important;
    right: auto !important;
    left: 15px !important;
  }
}
.metaslider .flexslider {
  margin-bottom: 0 !important;
}
.metaslider .flex-control-nav {
  bottom: 25px !important;
}
/* -------------------------------------------------------------------------- */

/* video slider
/* -------------------------------------------------------------------------- */
.video {
  width: 100%;
  padding: 30px 0 60px;
  background: url(assets/images/top_movie_bg.jpg) no-repeat center;
  background-size: cover;
}
.video h2 {
  font-family: abo;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
}
.video h3 {
  font-size: 14px;
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
}
.swiper-slide.vid {
  width: 840px;
}
.movieIn {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 46%;
}
.movieIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-pagination.vid {
  bottom: 30px;
}
.swiper-container.vid .swiper-button-prev {
  background-image: url(assets/images/btn_p_vid.svg);
  left: 100px;
  width: 56px;
  height: 56px;
  background-size: contain;
}
.swiper-container.vid .swiper-button-next {
  background-image: url(assets/images/btn_n_vid.svg);
  right: 100px;
  width: 56px;
  height: 56px;
  background-size: contain;
}
.swiper-container.vid {
  padding-bottom: 60px;
}
.video .link {
  width: 530px;
  margin: 30px auto 0;
}
.link-con {
  width: calc(100% - 160px);
  overflow: scroll;
  padding: 60px 80px 90px;
  background: #edeef2;
}
.link-card {
  /* width: 1300px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.link-card .card {
  width: 295px;
  height: 500px;
  position: relative;
  margin: 0 15px;
}
.link-card .card .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 285px;
  left: 0;
}
.link-card .card .p2 {
  width: 250px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 330px;
  left: 22.5px;
}
.link-card .card .btn {
  width: 250px;
  height: 35px;
  border-radius: 4px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #004b93;
  background: #fff;
  position: absolute;
  bottom: 25px;
  left: 22.5px;
}

@media (max-width: 900px) {
  .swiper-container.vid {
    padding: 0 15px 60px;
  }
  .swiper-container.vid .swiper-button-prev {
    left: 5px;
    width: 32px;
    height: 32px;
  }
  .swiper-container.vid .swiper-button-next {
    right: 5px;
    width: 32px;
    height: 32px;
  }
  .swiper-pagination.vid {
    bottom: 15px;
  }
  .video .link {
    width: calc(100% - 30px);
  }
  .link-con {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 20px;
  }
  .link-card {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-card .card {
    margin: 0 auto 30px;
  }
}

/* -------------------------------------------------------------------------- */

/* player slider
/* -------------------------------------------------------------------------- */

.player-sl {
  width: 100%;
  padding: 30px 0 60px;
  background: url(assets/images/top_player_bg.svg) no-repeat center;
  background-size: cover;
}
.player-sl h2 {
  font-family: abo;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
}
.player-sl h3 {
  font-size: 14px;
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
}
.swiper-container.ply {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.swiper-slide.ply {
  width: 360px;
  height: 440px;
}
.swiper-slide.ply img {
  margin: 0 auto;
  display: block;
}
.swiper-slide.ply p {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}
.swiper-slide.ply .p1 {
  font-size: 36px;
  bottom: 80px;
}
.swiper-slide.ply .p2 {
  font-size: 14px;
  font-weight: bold;
  bottom: 60px;
}
.swiper-slide.ply .p3 {
  font-size: 16px;
  bottom: 20px;
}
.player-sl .btn {
  width: 360px;
  background: #fff;
}
.player-sl .btn p {
  width: 310px;
  color: #004b93;
  font-size: 16px;
}

/* -------------------------------------------------------------------------- */

/* spo2,3
/* -------------------------------------------------------------------------- */
.spo2 {
  width: 100%;
  padding: 30px 0;
  background: #6f96bc;
}
.spo2 ul {
  width: calc(100% - 160px);
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spo2 ul li {
  width: 9%;
}
.spo2 ul li img {
  width: 100%;
}
.spo2.spo3 ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.spo2.spo3 ul li {
  margin: 0 4px;
}

@media (max-width: 1100px) {
  .spo2 {
    width: 100%;
    padding: 20px 0;
    overflow: scroll;
  }
  .spo2 ul {
    /* width: 1100px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .spo2 ul li {
    width: 100px;
    margin: 0 7px;
  }
  .spo2.spo3 ul {
    width: 800px;
  }
  .swiper-container.spo .swiper-slide img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .spo2.spo3 ul {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */

/* match info
/* -------------------------------------------------------------------------- */

.mi {
  background: #fff;
  padding: 45px 0 30px;
}
.mi .con {
  max-width: 1260px;
  width: 100%;
  height: 560px;
  border: 10px solid #004b93;
  margin: 0 auto;
  padding: 0;
}
.mi .con h2 {
  width: 180px;
  font-family: abo;
  font-weight: normal;
  background: #fff;
  padding: 0 2rem;
  font-size: 36px;
  color: #004b93;
  letter-spacing: 0.2rem;
  margin: -30px auto 0;
  text-align: center;
}
.mi .con h3 {
  width: 180px;
  background: #fff;
  padding: 0 2rem;
  font-size: 14px;
  color: #001976;
  margin: 0 auto 30px;
  text-align: center;
}
.mi .con ul {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mi .con ul li {
  width: 360px;
  height: 435px;
  position: relative;
}
.mi .con ul li::after {
  content: '';
  width: 2px;
  height: 405px;
  position: absolute;
  background: #bebebe;
  top: 25px;
  right: -30px;
  display: none;
}
.mi .con ul li::before {
  content: '';
  width: 2px;
  height: 405px;
  position: absolute;
  background: #bebebe;
  top: 25px;
  left: -30px;
  display: none;
}
.mi .con ul li.st::after {
  display: none;
}
.mi .con .tit {
  width: 100%;
  height: 50px;
  background: #004b93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 15px;
}
.mi .con .tit .ic {
  width: 50px;
  height: 50px;
}
.mi .con .tit .p1 {
  line-height: 50px;
  font-family: abo;
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
}
.mi .con .tit .p2 {
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.mi .con .d1 {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
}
.mi .con .d1 .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  margin-bottom: 5px;
}
.mi .con .d1 .p2 {
  font-size: 12px;
  color: #001976;
}
.mi .con .d1 .p3 {
  font-family: abo;
  letter-spacing: 0.2rem;
  font-size: 20px;
  width: 60px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background: #dc000c;
  position: absolute;
  top: 0;
  right: 0;
}
.mi .con .d1 .p3.a {
  background: #cccece;
}
.mi .con .d2 {
  width: 100%;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mi .con .d2 .em {
  width: 70px;
  height: 70px;
}
.mi .con .d2 .t {
  width: 190px;
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  padding: 0 0 0 5px;
}
.mi .con .lm .d2 .t {
  padding-right: 60px;
}
.mi .con .d2 .n {
  font-family: abo;
  font-size: 46px;
  /* color: #001976; */
  text-align: right;
}
.mi .con .d2 .n.a {
  /* color: #DC000C; */
}
.mi .d3 {
  width: 270px;
  height: 40px;
  border-radius: 4px;
  background: #004b93;
  margin: 0 auto;
}
.mi .d3.can,
.mr-li .d3.can {
  background: none;
  font-weight: bold;
  color: #dc000c;
  text-align: center;
}
.mi .d3.pos,
.mr-li .d3.pos {
  background: none;
  font-weight: bold;
  color: #004b93;
  text-align: center;
}
.mi .d3 a {
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
.mi .btn {
  width: 210px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 105px);
}
.mi .btn p {
  width: 160px;
  font-size: 14px;
}
.mi .nh .d1 .p1,
.mi .nh .d1 .p2 {
  text-align: center;
}
.mi .nh .d2 .v {
  font-family: abo;
  font-size: 24px;
  color: #004b93;
  padding-right: 10px;
}
.mi .nh .d2 .t {
  font-size: 12px;
  font-weight: bold;
  color: #001976;
}
.mi .nh .d2 .d {
  width: 85px;
  height: 80px;
  font-family: abo;
  font-size: 30px;
  text-align: center;
  color: #001976;
  position: relative;
}
.mi .nh .d2 .d::before {
  content: '';
  width: 1px;
  height: 70px;
  background: #bebebe;
  position: absolute;
  top: 5px;
  left: -10px;
}
.mi .nh .d3 {
  width: 360px;
  height: 50px;
  margin: 0 auto 15px;
  background: none;
}
.mi .nh .d4 {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.mi .nh .d5 {
  width: 173px;
}
.mi .st .l {
  height: 35px;
}
.mi .st .l img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.mi .st .f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mi .st .f .p1 {
  font-family: abo;
  font-size: 78px;
  color: #004b93;
  position: relative;
  padding-right: 30px;
}
.mi .st .f .p1::after {
  content: '位';
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.mi .bl {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #004b93;
  font-family: abo;
  font-size: 36px;
  color: #004b93;
  position: relative;
  margin-right: 20px;
  text-align: center;
  line-height: 45px;
}
.mi .bl.th {
  margin: 0;
}
.mi .bl::after {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  bottom: 0;
  right: -18px;
}
.mi .bl.ze::after {
  content: '勝点';
  width: 45px;
  bottom: -20px;
  left: 0;
  text-align: center;
}
.mi .bl.fi::after {
  content: '勝';
}
.mi .bl.se::after {
  content: '分';
}
.mi .bl.th::after {
  content: '敗';
}
.mi table {
  margin-top: 15px;
  border-collapse: collapse;
}
.mi th,
.mi td {
  vertical-align: middle;
  text-align: center;
  color: #001976;
  font-size: 12px;
}
.mi th {
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  width: 30px;
  border-top: 1px solid #004b93;
  border-bottom: 1px solid #004b93;
}
.mi th:nth-child(2) {
  width: 210px;
}
.mi td:nth-child(1) {
  font-family: abo;
  font-size: 20px;
}
.mi td:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mi .st td .l {
  width: 32px;
  margin: 0;
}
.mi td p {
  font-size: 12px;
  line-height: 40px;
}
.mi .st hr {
  border: 1px solid #004b93;
  margin: 0;
}

@media (max-width: 1300px) {
  .mi .con {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .mi .con .in {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 30px;
    overflow: scroll;
  }
}
@media (max-width: 700px) {
  .mi .con {
    border: none;
    position: relative;
  }
  .mi .con .swiper-container {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .mi .con .swiper-slide {
    height: 435px;
  }
  .mi .nh .d3 {
    width: 100%;
    max-width: 360px;
  }
  .mi .nh .d5 {
    width: 165px;
  }
  .mi .nh .d3 img,
  .mi .nh .d5 img {
    width: 100%;
    height: auto;
  }
}
/* -------------------------------------------------------------------------- */

/* match schedule
/* -------------------------------------------------------------------------- */

.msc {
  background: #004b93;
  padding: 20px 0 60px;
}

.msc h2 {
  font-family: abo;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
}
.msc h3 {
  padding: 0 2rem;
  font-size: 14px;
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
}
.swiper-container.ms {
  max-width: 1170px;
  margin: 0 auto 50px;
  padding: 0 40px;
}
.swiper-slide.ms {
  width: 360px;
  height: 230px;
  background: #fff;
}
.swiper-slide.ms p {
  text-align: center;
  color: #001976;
}
.swiper-slide.ms .p1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background: #dc000c;
  margin: 0 auto 10px;
}
.swiper-slide.ms .p1.a {
  background: #cccece;
}
.swiper-slide.ms .p2 {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-slide.ms .p3 {
  width: 100%;
  font-size: 12px;
  height: 40px;
}

.swiper-slide.ms .d1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.swiper-slide.ms .d1 .p4 {
  font-size: 18px;
  color: #004b93;
  margin-right: 10px;
}
.swiper-slide.ms .d1 .p5 {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.swiper-slide.ms .d2 {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
}
.swiper-slide.ms .d2 a {
  width: 100px;
}
.msc .btn {
  width: 250px;
  background: #fff;
}
.msc .btn p {
  width: 200px;
  color: #004b93;
}

@media (max-width: 800px) {
  .swiper-container.ms {
    padding: 0 15px;
  }
}

/* -------------------------------------------------------------------------- */

/* match li
/* -------------------------------------------------------------------------- */

.mr-li .g {
  width: 100%;
  padding: 40px 0;
  background: #f7f7f7;
}
.mr-li .g ul {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.mr-li .g ul li {
  width: 460px;
  height: 370px;
  background: #fff;
}
.mr-li .g ul li .tit {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #004b93;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.mr-li .d1 {
  position: relative;
  width: 420px;
  margin: 0 auto 15px;
}
.mr-li .d1 .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  margin-bottom: 5px;
}
.mr-li .nh .d1 .p1,
.mr-li .nh .d1 .p2 {
  text-align: center;
}
.mr-li .d1 .p2 {
  font-size: 12px;
  color: #001976;
}
.mr-li .d1 .p3 {
  font-size: 20px;
  width: 60px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background: #dc000c;
  position: absolute;
  top: 0;
  right: 0;
}
.mr-li .d2 {
  width: 400px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mr-li .d2 .em {
  width: 70px;
  height: 70px;
}
.mr-li .g ul li .d2 .t {
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  padding: 0 0 0 5px;
}
.mr-li .lm .d2 .t {
  width: 300px;
}
.mr-li .g ul li.nh .d2 .t {
  padding-right: 40px;
}
.mr-li .g ul li .d2 .n {
  font-size: 46px;
  /* color: #001976; */
  text-align: right;
  padding-right: 10px;
  font-family: abo;
}
.mr-li .g ul li .d2 .n.a {
  /* color: #DC000C; */
}
.mr-li .nh .d2 .d {
  width: 120px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  color: #001976;
  position: relative;
}
.mr-li .nh .d2 .d::before {
  content: '';
  width: 1px;
  height: 70px;
  background: #bebebe;
  position: absolute;
  top: 5px;
  left: -10px;
}
.mr-li .d3 {
  width: 370px;
  height: 40px;
  border-radius: 4px;
  background: #004b93;
  margin: 0 auto 20px;
}
.mr-li .d3 a {
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
.mr-li .nh .d3 {
  width: 400px;
  height: auto;
  margin: 0 auto 15px;
  background: none;
}
.mr-li .nh .d4 {
  width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mr-li .nh .d5 {
  width: calc(50% - 5px);
}
ul.mr-li {
  width: 1080px;
  margin: 0 auto 80px;
}
.mr-li-i {
  width: calc(100% - 20px);
  padding: 12px 10px;
  min-height: 130px;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mr-li-i:nth-child(2n) {
  background: #f7f7f7;
}
.mr-li-i .d2 {
  width: 50px;
  display: block;
  margin: 0 10px 0 0;
}
.mr-li-i .p1 {
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
  color: #001976;
}
.mr-li-i .p2 {
  width: 50px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  background: #dc000c;
  text-align: center;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mr-li-i .p2.a {
  background: #cccece;
}
.mr-li-i .d3 {
  width: 200px;
  background: none;
  margin: 0;
  height: auto;
}
.mr-li-i .d3 .p3 {
  background: none;
  color: #001976;
  font-size: 18px;
  white-space: nowrap;
  overflow: scroll;
}
.mr-li-i .d3 .p4 {
  color: #001976;
  font-size: 13px;
}
.mr-li-i .d4 {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mr-li-i .d4 .p5 {
  color: #004b93;
  font-size: 18px;
}
.mr-li-i .d4 .logo {
  width: 50px;
  margin: 0 10px;
}
.mr-li-i .d4 .p6 {
  font-size: 13px;
  font-weight: bold;
  color: #001976;
}
.mr-li-i .d5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
}
.mr-li-i .d5 .p7 {
  letter-spacing: 2rem;
  font-size: 20px;
  line-height: 40px;
}
.mr-li-i .d5 .p7 .can {
  font-weight: bold;
  color: #dc000c;
}
.mr-li-i .d5 .p7 .pos {
  font-weight: bold;
  color: #004b93;
}
.mr-li-i .d5 .p8,
.mr-li-i .d5 .p8 span {
  font-family: abo;
  font-size: 36px;
  /* color: #001976; */
  text-align: right;
}
.mr-li-i .d5 .p8.dn {
  display: none;
}
.mr-li-i .d5 .p8 .a {
  /* color: #DC000C; */
  font-family: inherit;
  font-size: inherit;
}
.mr-li-i .d6 {
  width: 210px;
}
.mr-li-i .d8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}
.mr-li-i .d9 {
  width: 100px;
}

.mr-li .banner-calen {
  width: 720px;
  margin: 0 auto 40px;
}

@media (max-width: 1100px) {
  ul.mr-li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .mr-li .g ul {
    width: 460px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mr-li .g ul li {
    margin: 0 auto 30px;
  }
}
@media (max-width: 900px) {
  .mr-li-i .d3 .p3 {
    font-size: 13px;
  }
  .mr-li-i .d6 {
    width: 150px;
  }
  .mr-li-i .d9 {
    width: 70px;
  }
}
@media (max-width: 750px) {
  .mr-li .g ul {
    width: calc(100% - 30px);
  }
  .mr-li .g ul li {
    width: 100%;
  }
  .mr-li .nh .d3,
  .mr-li .nh .d4 {
    width: calc(100% - 20px);
  }
  .mr-li .d1,
  .mr-li .d2,
  .mr-li .d3,
  .mr-li .d2 {
    width: calc(100% - 20px);
  }
  .mr-li-i .d4 .p6 {
    font-size: 12px;
  }
  .mr-li .g ul li .d2 .n {
    width: 20px;
    padding-right: 20px;
  }
  .mr-li .g ul li.nh .d2 .t {
    padding-right: 40px;
  }
  .mr-li-i {
    min-height: 240px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .mr-li-i .p1 {
    margin: 0 10px 0 0;
  }
  .mr-li-i .d2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding-top: 8px;
  }
  .mr-li-i .d3 {
    width: 200px;
  }
  .mr-li-i .d4 {
    width: auto;
    margin: 12px 0;
  }
  .mr-li-i .d5 {
    margin-left: 20px;
  }
  .mr-li-i .d6 {
    width: 220px;
  }
  .mr-li-i .d9 {
    width: 100px;
  }
  .mr-li .banner-calen {
    width: calc(100% - 30px);
  }
}

/* -------------------------------------------------------------------------- */

/* btn
/* -------------------------------------------------------------------------- */

.btn {
  height: 50px;
  border-radius: 4px;
  background: #004b93;
  margin: 0 auto;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn .ic {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
  background: #dc000c;
}
.btn .ic amp-img {
  width: 22px;
}
.btn p {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* -------------------------------------------------------------------------- */

/* head line
/* -------------------------------------------------------------------------- */

.hl,
.ac-sc {
  padding: 30px 0 60px;
  background: #edeef2;
}

.hl h2,
.ac-sc h2 {
  font-family: abo;
  font-weight: normal;
  font-size: 36px;
  color: #004b93;
  letter-spacing: 0.2rem;
  text-align: center;
}
.hl h3,
.ac-sc h3 {
  padding: 0 2rem;
  font-size: 14px;
  color: #001976;
  margin: 0 auto 30px;
  text-align: center;
}
.hl-li {
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hl-li .hl-li-i {
  width: 295px;
  height: 425px;
  position: relative;
  margin: 0 15px 30px;
}
.hl-li .hl-li-i .d1 {
  width: calc(100% - 40px);
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 20px;
}
.hl-li .hl-li-i .d1 .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.hl-li .hl-li-i .d1 .p2,
.hl-li .hl-li-i .d1 .p2 a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.hl-li .hl-li-i .d1 .p2 span {
  font-size: inherit;
  font-weight: normal;
  color: inherit;
}
#news-li.with .hl-li .hl-li-i {
  height: 335px;
  position: relative;
  margin: 0 15px 30px;
  overflow: hidden;
}
#news-li.with .hl-li .hl-li-i a {
  height: 100%;
}
#news-li.with .hl-li .hl-li-i .d1 .p2 span {
  padding-left: 0;
  position: absolute;
  bottom: 25px;
  left: 20px;
}
#news-li.with .hl-li .hl-li-i .d1 .p2 span::after {
  display: none;
}
#news-li.with .hl-li .hl-li-i .d1 {
  background: #001976;
  height: 120px;
}
#news-li.with .hd {
  width: 1000px;
  margin: 0 auto 60px;
}
#news-li.with .hd p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color: #004b93;
}
.hl .btn {
  width: 250px;
}
.hl .btn p {
  width: 200px;
}
.hl .menu.flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hl .menu li {
  width: 135px;
  height: 50px;
  border: 1px solid #004b93;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0 5px 10px;
}
.hl .menu li.current {
  background: #004b93;
  position: relative;
}
.hl .menu li.current::after {
  content: '▼';
  width: 100%;
  text-align: center;
  color: #004b93;
  position: absolute;
  bottom: -25px;
}
.hl .menu li.current p {
  color: #fff;
}
.hl .menu li p {
  font-size: 12px;
  color: #004b93;
}
.hl .menu li amp-img {
  width: 24px;
  padding: 0 10px;
}
.news-li .hl-li {
  padding-top: 40px;
}

@media (max-width: 1150px) {
  .hl-li {
    width: 100%;
  }
  .hl .menu li {
    width: calc(24% - 10px);
  }
  .hl .menu li.current::after {
    display: none;
  }
  #news-li.with .hd {
    max-width: 800px;
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
  #news-li.with .hd p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .hl-li {
    width: 295px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hl-li .hl-li-i {
    margin: 0 0 20px;
  }
  .hl-li .hl-li-i:not(:first-child) {
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hl-li .hl-li-i:not(:first-child) img {
    width: 100px;
    height: 145px;
  }
  .hl-li .hl-li-i:not(:first-child) .d1 {
    width: 165px;
    background: #000;
    padding: 15px;
    position: relative;
  }
  .hl-li .hl-li-i:not(:first-child) .d1 .p1 {
    font-size: 12px;
  }
  .hl-li .hl-li-i:not(:first-child) .d1 .p2 {
    font-size: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  #news-li.with .hl-li .hl-li-i {
    margin: 0 0 40px;
  }
  .hl .menu li {
    width: calc(24% - 4px);
    margin: 0 2px 5px;
    height: 35px;
  }
  .hl .menu li amp-img {
    width: 14px;
    padding: 0 5px;
  }
  .hl .menu li p {
    font-size: 10px;
  }
}
.ac-sc .p1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #001976;
  margin: 0 auto 40px;
}
.ac-sc .flex {
  width: calc(100% - 180px);
  margin: 0 auto;
}
.ac-sc .card {
  width: 50%;
  max-width: 610px;
  margin: 0 25px;
}
.ac-sc .card .img {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  aspect-ratio: 16 / 9;
}
.ac-sc .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ac-sc .card .img .txt {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  background: rgba(0, 75, 147, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ac-sc .btn {
  width: 350px;
}
.ac-sc .btn p {
  width: 300px;
}

@media (max-width: 1100px) {
  .ac-sc .p1 {
    width: calc(100% - 100px);
  }
  .ac-sc .flex {
    width: calc(100% - 60px);
  }
}
@media (max-width: 700px) {
  .ac-sc .p1 {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .ac-sc .flex {
    width: calc(100% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ac-sc .card .img {
    margin-bottom: 20px;
  }
  .ac-sc .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .ac-sc .btn {
    width: 300px;
  }
  .ac-sc .btn p {
    width: 250px;
    font-size: 14px;
  }
}
/* -------------------------------------------------------------------------- */

/* store
/* -------------------------------------------------------------------------- */
.store {
  padding: 30px 0 60px;
  background: #fff;
}
.store h2 {
  font-weight: normal;
  font-size: 36px;
  color: #004b93;
  text-align: center;
}
.store h3 {
  font-size: 14px;
  color: #001976;
  margin: 0 auto 30px;
  text-align: center;
}
.store .st-li {
  width: 1270px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.store .st-li .st-li-i {
  width: 295px;
  border-radius: 6px;
  margin: 0 15px;
}
.store .st-li .st-li-i .d1 {
  width: 100%;
  height: 220px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.store .st-li .st-li-i .d2 {
  width: 100%;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  background: #004b93;
  padding: 30px 0 20px;
  position: relative;
}
.store .st-li .st-li-i .d2::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #0e253a;
  position: absolute;
  top: 0;
  left: 0;
}
.store .st-li .st-li-i .d2 .p1 {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.store .st-li .st-li-i .d2 .p2 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.store .st-li .st-li-i .d2 .lin {
  width: 130px;
  height: 25px;
  line-height: 25px;
  border-radius: 6px;
  background: #fff;
  color: #0e253a;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}
.store .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.store .flex .btn {
  width: 300px;
  margin: 0 20px;
}
.store .flex .btn p {
  width: 250px;
}
.store.holly .flex .btn {
  width: 440px;
}
.store.holly .flex .btn p {
  width: 390px;
}
.store.holly {
  background: #001976;
}
.store.holly .tit {
  width: 238px;
  margin: 0 auto 2px;
}
.store.holly h3 {
  color: #fff;
}
.store.holly .st-li .st-li-i .d1 {
  height: 166px;
}
.store.holly .st-li .st-li-i .d1 img {
  width: 295px;
}
.store.holly .st-li .st-li-i .d2 .p1 {
  color: #001976;
}
.store.holly .st-li .st-li-i .d2 {
  background: #fff;
}
.store.holly .st-li .st-li-i .d2 .lin {
  background: #001976;
  color: #fff;
}
.store.holly .st-li .st-li-i .d2::before {
  background: #004b93;
}
.store.holly .flex .btn {
  background: #fff;
}
.store.holly .flex .btn p {
  color: #001976;
  font-size: 14px;
}
.store.holly .flex .btn p br {
  display: none;
}
@media (max-width: 1300px) {
  .store .in {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 30px;
    overflow: scroll;
    overflow-x: scroll;
  }
}

@media (max-width: 1000px) {
  .store .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store .flex .btn {
    margin: 0 0 20px;
  }
  .store.holly .flex .btn {
    width: 300px;
  }
  .store.holly .flex .btn p {
    width: 250px;
  }
  .store.holly .flex .btn p br {
    display: block;
  }
}

/* -------------------------------------------------------------------------- */

/* bread
/* -------------------------------------------------------------------------- */

.bread {
  width: 100%;
  height: 50px;
  background: #004b93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bread .crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: calc(50% - 560px);
  line-height: 1;
}
.bread .crumb li {
  min-width: auto;
  font-size: 14px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  padding-left: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bread .crumb li:first-child {
  padding-left: 0;
}
.bread .crumb li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.bread.arr .crumb li::before {
  content: '>';
  font-size: 14px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  right: -2rem;
}
.bread.menu .crumb li::before {
  content: '|';
  font-size: 14px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  right: -2rem;
}
.bread.menu .crumb li:last-child::before,
.bread.arr .crumb li:last-child::before {
  display: none;
}
.bread.arr .crumb li:last-child::after,
.bread.menu .crumb li.current::after {
  content: '';
  width: calc(100% - 3rem);
  height: 5px;
  background: #dc000c;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.bread.menu .crumb li.current:first-child::after {
  width: 100%;
}
.bread.menu .crumb .sub {
  display: block;
  font-size: 71.4286%;
  font-weight: normal;
}
.bread .spo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.bread .spo li {
  height: 20px;
  width: auto;
}
.bread .spo li img {
  height: 100%;
}
.tit-a {
  width: 1120px;
  height: 130px;
  padding: 0 calc(50% - 560px);
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.tit-a .p1 {
  font-size: 36px;
  color: #004b93;
  padding-top: 35px;
  font-family: abo;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.tit-a .p2 {
  font-size: 14px;
  font-weight: bold;
}
.tit-a .spo {
  width: 130px;
  position: absolute;
  top: 28px;
  right: 150px;
}
.tit-a .spo .p1 {
  font-size: 14px;
  text-align: center;
  color: #004b93;
  padding: 0 0 10px;
}
.tit-a.mb0 {
  margin-bottom: 0;
}
@media (max-width: 1120px) {
  .tit-a {
    width: calc(100% - 15px);
    padding-left: 15px;
  }
  .tit-a .spo {
    right: 10px;
  }
}
@media (max-width: 400px) {
  .bread .spo {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* -------------------------------------------------------------------------- */

/* btm-bread
/* -------------------------------------------------------------------------- */

.btm-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 20px;
}
.btm-bread li {
  font-size: 12px;
  padding-left: 3rem;
  position: relative;
}
.btm-bread li:first-child {
  padding-left: 0;
}
.btm-bread li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.btm-bread li::after {
  content: '>';
  font-size: 12px;
  position: absolute;
  right: -2rem;
}
.btm-bread li:last-child::after {
  display: none;
}
#players .btm-bread,
#goods .btm-bread {
  padding-left: 3rem;
}

/* -------------------------------------------------------------------------- */

/* news
/* -------------------------------------------------------------------------- */
#news .tit-a {
  padding: 35px calc(50% - 560px);
  height: auto;
}
#news .tit-a .p1 {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: bold;
  color: #001976;
  margin-bottom: 5px;
  padding: 0;
}
#news .tit-a .p2 {
  font-size: 12px;
  font-weight: bold;
  color: #004b93;
}
#news .tit-a .p2 span {
  font-size: 12px;
  font-weight: normal;
  color: #004b93;
}
#news .kv {
  width: 100%;
  margin-bottom: 40px;
}
#news .kv img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#news .con {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 125px;
  position: relative;
}
#news .con * {
  font-size: 14px;
  color: #000;
}
#news .con p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#news .con figure {
  margin-bottom: 2rem;
}
#news .con figure img {
  height: auto;
  margin: 0 auto;
}
#news .con h2 {
  width: calc(100% - 20px);
  font-size: 18px;
  color: #fff;
  background: #004b93;
  padding: 10px;
  margin-bottom: 2rem;
}
#news .con .sns {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 0;
}
#news .con .sns .p1 {
  font-size: 12px;
  color: #004b93;
  padding-right: 10px;
  line-height: 25px;
  margin: 0;
}
#news .con .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news .con .sns ul li {
  width: 25px;
  margin: 0 10px;
}
#news .con a {
  text-decoration: underline;
  color: #001976;
}
#news .btn,
#players .btn {
  width: 360px;
  border-radius: 4px;
  background: #004b93;
  margin: 0 auto 120px;
}
#news .btn a,
#players .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news .btn p,
#players .btn p {
  width: 310px;
  font-size: 16px;
  line-height: 50px;
}
#news-li .alm-listing {
  width: 1080px;
  margin: 0 auto;
}
#news-li .alm-reveal li {
  width: 1040px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #004b93;
  padding: 20px;
}
#news-li .alm-reveal img {
  display: none;
}
#news-li .alm-reveal a {
  color: #000;
}
#news-li .alm-reveal .entry-meta {
  color: #004b93;
}
#news-li .alm-reveal .entry-meta + p {
  display: none;
}
#news-li .alm-load-more-btn {
  background: none;
  border: 2px solid #3b4043;
  color: #3b4043;
  margin-top: 40px;
}
#news-li #more {
  width: 148px;
  height: 48px;
  border: 2px solid #000;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  line-height: 48px;
  font-size: 12px;
  font-weight: bold;
}
#news .flex.pn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
#news .con-se {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  #news .con-se {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
#news .next,
#news .prev {
  height: 30px;
  display: inline-block;
}
#news .next a,
#news .prev a {
  height: 30px;
  line-height: 30px;
  color: #004b93;
  font-size: 12px;
  padding-right: 70px;
  position: relative;
  display: block;
}
#news .prev a {
  padding-left: 70px;
  padding-right: 0;
}
#news .next a::after,
#news .prev a::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(assets/images/blue_next.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
#news .prev a::before {
  background-image: url(assets/images/blue_prev.svg);
  right: auto;
  left: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.bread .in {
  padding-left: calc(50% - 560px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1300px) {
  #news .tit-a {
    width: calc(100% - 70px);
    padding: 35px;
  }
  .bread {
    width: calc(100% - 60px);
    padding: 0 30px;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #news .con {
    width: 650px;
  }
  #news-li .alm-listing {
    width: 700px;
  }
  #news-li .alm-reveal li {
    width: 660px;
  }
}
@media (max-width: 1000px) {
  .mr-li .bread .crumb li,
  #homegame .bread .crumb li {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  #news .con {
    width: calc(100% - 30px);
  }
  .bread .crumb li {
    font-size: 10px;
    line-height: 1.5;
  }
  .bread {
    width: calc(100% - 30px);
    padding: 15px 15px 0;
    height: auto;
  }
  #news .tit-a {
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
  #news .tit-a .p1 {
    font-size: 16px;
  }
  #news .tit-a .p2 {
    font-size: 10px;
  }
  #news .bread .crumb li {
    max-width: 250px;
  }
  #news .btn {
    width: 310px;
  }
  #news .btn p {
    width: 260px;
  }
  #news .next a {
    padding-right: 40px;
  }
  #news .prev a {
    padding-left: 40px;
    padding-right: 0;
  }
  main {
    padding: 50px 0 0;
  }
  #news-li .alm-listing {
    width: calc(100% - 30px);
  }
  #news-li .alm-reveal li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  #news-li .alm-reveal li h3 {
    font-size: 12px;
  }
  #news-li .alm-reveal li p {
    font-size: 12px;
  }
  .bread .in {
    width: 100%;
    overflow: scroll;
    padding: 0;
  }
  .bread .in .crumb {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

/* -------------------------------------------------------------------------- */

/* players
/* -------------------------------------------------------------------------- */

#players .top {
  position: relative;
}
#players .top * {
  text-align: center;
  color: #fff;
}
#players .top .p1 {
  width: 100%;
  font-size: 70px;
  position: absolute;
  bottom: 220px;
  letter-spacing: 0.5rem;
}
#players .top .p2 {
  width: 100%;
  font-size: 30px;
  position: absolute;
  bottom: 175px;
}
#players .top .p3 {
  width: 100%;
  font-size: 36px;
  position: absolute;
  bottom: 100px;
  letter-spacing: 0.5rem;
}
#players .top .p4 {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
#players .top .menu {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: calc(50% - 540px);
}
#players .top .menu li {
  width: 100px;
  line-height: 50px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px;
  cursor: pointer;
}
#players .top .menu li.current::after {
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #dc000c;
}
#players .con {
  width: 100%;
  background: #f7f7f7;
}
#players .flex {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  overflow: visible;
}
#players .flex .img {
  width: 400px;
  position: absolute;
  top: -60px;
  left: 0;
}
#players .flex .uni {
  width: 300px;
  margin: -25px auto 0;
}
#players .flex .txt {
  padding: 25px 0 100px 440px;
}
#players .flex .txt .tf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#players .flex .txt .p1 {
  font-size: 36px;
  color: #1d2089;
}
#players .flex .txt .p2 {
  font-size: 16px;
  font-weight: bold;
  color: #1d2089;
  padding-left: 20px;
}
#players .card {
  width: 590px;
  padding: 5px 25px 25px;
  background: #fff;
}
.card table {
  border-collapse: collapse;
}
.card td {
  border-bottom: 1px solid #707070;
  font-size: 14px;
  padding: 20px 0;
}
.card td:first-child {
  color: #6b6da8;
  padding-left: 10px;
  width: 100px;
}
.card td:last-child {
  color: #001976;
  width: 435px;
  padding: 0 45px 0 30px;
}
#players #personal .card td:first-child {
  width: 185px;
}
#players #personal .card td:last-child {
  width: 320px;
}
#players #statistics {
  width: 640px;
  height: 560px;
}
#players #statistics .flex {
  width: 100%;
}
#players #statistics .card {
  width: 150px;
  height: 220px;
  background: no-repeat center;
  background-size: cover;
  margin-right: 10px;
}
#players #statistics .card .p1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0;
  color: #004b93;
}
#players #statistics .card .p2 {
  font-size: 78px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0;
  color: #004b93;
}
#players #statistics .card.fi {
  background-image: url(assets/images/st1.svg);
}
#players #statistics .card.fi.g {
  background-image: url(assets/images/st1g.svg);
}
#players #statistics .card.se {
  background-image: url(assets/images/st2.svg);
}
#players #statistics .card.th {
  background-image: url(assets/images/st3.svg);
}
#players #statistics .card.fo {
  background-image: url(assets/images/st4.svg);
  margin: 0;
}
#players #career {
  width: 640px;
}
#players #career .flex {
  width: 100%;
}
#players #career .card {
  width: 200px;
  height: 230px;
  margin-right: 20px;
  padding: 0;
}
#players #career .card .p1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #004b93;
}
#players #career .card .p2 {
  width: 166px;
  margin: 13px auto 0;
  font-size: 14px;
  color: #001976;
  padding: 0;
}
#players #career .card.th {
  margin: 0;
}
#players #career table {
  border-collapse: collapse;
  margin: 40px auto 10px;
  width: 100%;
}
#players #career th,
#players #career td {
  width: 130px;
  font-size: 14px;
  font-weight: normal;
  color: #001976;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  border-bottom: 1px solid #707070;
}
#players #career th:first-child {
  font-weight: bold;
}
#players #career .p3 {
  font-size: 12px;
  color: #001976;
  text-align: right;
}
#players .btm {
  width: 1080px;
  margin: 0 auto;
}
#players .btn {
  margin: 60px auto 120px;
}
#players .sns {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  right: calc(50% - 540px);
}
#players .sns li {
  width: 33%;
}
#players .sns li amp-img {
  height: 25px;
  max-width: 25px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  #players .top .menu {
    right: calc(50% - 275px);
  }
  #players .flex {
    width: 100%;
  }
  #players .flex .txt {
    width: auto;
    margin: 0 auto;
    padding: 25px 0 800px;
  }
  #players .flex .img {
    top: auto;
    bottom: 100px;
    left: calc(50% - 200px);
  }
  #players .btm {
    width: 100%;
  }
  #players .sns {
    right: 100px;
  }
}
@media (max-width: 700px) {
  #players .card {
    width: calc(100% - 30px);
    padding: 5px 15px 30px;
  }
  #players #statistics .card {
    padding: 0;
  }
  #players .flex .img {
    max-width: 400px;
    width: calc(100% - 60px);
    left: 30px;
  }
  #players .top {
    width: 100%;
    overflow: hidden;
    height: 700px;
  }
  #players .top amp-img {
    width: 1440px;
    margin-left: calc(50% - 770px);
  }
  #players .card td:first-child {
    width: 70px;
    padding-left: 5px;
  }
  #players .card td:last-child {
    width: 200px;
  }
  #players .top .menu {
    width: 100%;
    right: 0;
  }
  #players .top .menu li {
    font-size: 12px;
    margin: 0 10px;
  }
  #players .flex {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #players #statistics .card {
    margin: 0;
  }
  #players .flex .txt {
    width: calc(100% - 30px);
    padding: 0 15px 700px;
  }
  #players #career .card {
    width: 320px;
    margin: 0 auto 20px;
  }
  #players .sns {
    bottom: 55px;
    right: calc(50% - 80px);
  }
}
/* -------------------------------------------------------------------------- */

/* pl-li
/* -------------------------------------------------------------------------- */
#pl-li .in-m {
  margin-bottom: 40px;
}
#pl-li .pl-li {
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 40px;
  gap: 20px;
}
#academy #pl-li .pl-li {
  padding: 0;
}
#pl-li .pl-li li {
  width: 250px;
  height: 305px;
  position: relative;
  overflow: hidden;
}
#pl-li .pl-li li img {
  width: 100%;
  height: auto;
}
#pl-li .pl-li li * {
  color: #fff;
  text-align: center;
}
#pl-li .pl-li li .num {
  font-size: 42px;
  position: absolute;
  top: 14px;
  left: 27px;
}
#pl-li .pl-li li.rental .num {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
#pl-li .pl-li li .name {
  width: 100%;
  font-size: 24px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
#pl-li.academy .pl-li li .name {
  bottom: 35px;
}
#pl-li .pl-li li.rental .name {
  text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
#pl-li .pl-li li .namej {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 17px;
  left: 0;
}
#pl-li.academy .pl-li li .namej {
  bottom: 10px;
}
#pl-li .pl-li li.rental .namej {
  text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
#pl-li .pl-li li:nth-child(4n) {
  margin-right: 0;
}
#pl-li .in-m li {
  width: 20px;
}
#pl-li .in-m li.cf {
  width: auto;
  padding-left: 60px;
  padding-right: 20px;
}
#pl-li .in-m li.rl {
  width: auto;
  padding-left: 72px;
  padding-right: 30px;
}
#pl-li.youth .in-m li {
  width: 120px;
}
#pl-li.youth .tit-a {
  margin-bottom: 0;
}
#pl-li.youth .pl-li li .num,
#pl-li.academy .pl-li li .num {
  font-size: 10px;
  width: 180px;
  text-align: center;
  top: 225px;
  left: 35px;
  font-weight: bold;
}
#pl-li.academy .pl-li li .num {
  top: auto;
  bottom: 70px;
}
#pl-li.youth.j .pl-li li .num {
  font-size: 12px;
}
#pl-li.youth .pl-li li .name {
  bottom: 35px;
}
#pl-li.youth .pl-li li.player .name {
  bottom: 55px;
}
#pl-li.youth .pl-li li .namej {
  bottom: 15px;
}
#pl-li.youth .pl-li li.player .namej {
  bottom: 35px;
}
#pl-li.youth .pl-li li.player .namej.team {
  font-size: 12px;
  bottom: 10px;
}
#pl-li .pl {
  width: calc(100% - 30px);
  margin: 0 auto 60px;
  border-collapse: collapse;
}
#pl-li .pl th,
#pl-li .pl td {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 10px 20px;
}
#pl-li .pl th {
  text-align: center;
  color: #fff;
  background: #004b93;
}
#pl-li .pl th:nth-child(1) {
  width: 20%;
}
#pl-li .pl th:nth-child(2) {
  width: 50%;
}
#pl-li .pl th:nth-child(3) {
  width: 30%;
}
#pl-li .pl td {
  color: #001976;
  background: #edeef2;
}
#pl-li .tit-a {
  margin-bottom: 0;
}
#pl-li.club .pl-li li {
  height: auto;
}
#pl-li.club .pl-li li .num {
  font-size: 14px;
  font-weight: bold;
  top: auto;
  bottom: 75px;
  left: 0;
  width: 100%;
}
#pl-li.staff .pl-li li .num {
  font-size: 14px;
  font-weight: bold;
  top: auto;
  bottom: 60px;
  left: 0;
  width: 100%;
}
#pl-li.staff .pl-li li .name {
  bottom: 30px;
}
#pl-li.staff .pl-li li .namej {
  bottom: 10px;
}

#pl-li .p0 {
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  #pl-li .pl-li li:nth-child(4n) {
    margin-right: 10px;
  }
  #pl-li .pl-li {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #pl-li.youth .in-m li {
    width: 100px;
    margin: 0 5px 5px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 700px) {
  #pl-li .pl {
    width: 100%;
  }
  #pl-li .pl th,
  #pl-li .pl td {
    padding: 5px;
    font-size: 11px;
  }
  #pl-li.j.youth .tit-a .p1 {
    font-size: 30px;
  }
  #pl-li .pl-li {
    margin-top: -35px;
    gap: 5px;
  }
  #pl-li .pl-li li {
    width: 100%;
    max-width: calc(100vw - 30px);
    height: 80px;
    background: #e4e4e4;
  }
  #pl-li.youth.j .pl-li li {
    height: 80px;
  }
  #pl-li .pl-li li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #pl-li .pl-li li a::after {
    content: '▶︎';
    color: #004b93;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 80px;
    height: 80px;
  }
  #pl-li .pl-li li img {
    width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  #pl-li .pl-li li .num {
    width: auto;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    color: #001976;
    position: absolute;
    left: 115px;
    top: 0;
  }
  #pl-li .pl-li li.rental .num {
    height: auto;
    line-height: 1;
    top: 10px;
    font-size: 14px;
    text-shadow: none;
  }
  #pl-li .pl-li li .name {
    width: auto;
    font-size: 18px;
    color: #001976;
    position: absolute;
    left: 150px;
    top: 20px;
  }
  #pl-li.academy .pl-li li .name {
    left: 115px;
    top: auto;
    bottom: 30px;
  }
  #pl-li .pl-li li.rental .name {
    top: 30px;
    left: 115px;
    text-shadow: none;
  }
  #pl-li .pl-li li .namej {
    width: auto;
    font-size: 12px;
    color: #001976;
    position: absolute;
    left: 150px;
    bottom: 20px;
  }
  #pl-li.academy .pl-li li .namej {
    left: 115px;
    bottom: 10px;
  }
  #pl-li .pl-li li.rental .namej {
    bottom: 10px;
    left: 115px;
    text-shadow: none;
  }
  #pl-li .pl-li li:nth-child(4n) {
    margin-right: auto;
  }
  #pl-li.club .pl-li li {
    height: 80px;
  }
  #pl-li.staff .pl-li {
    margin-top: 0;
  }
  #pl-li.staff .pl-li li .num,
  #pl-li.youth .pl-li li .num,
  #pl-li.club .pl-li li .num,
  #pl-li.academy .pl-li li .num {
    font-size: 12px;
    top: 10px;
    bottom: auto;
    left: 115px;
    width: auto;
    height: auto;
    line-height: 1;
  }
  #pl-li.academy .pl-li li .num {
    top: 10px;
  }
  #pl-li.youth.j .pl-li li .num {
    font-size: 10px;
    width: 190px;
    text-align: left;
  }
  #pl-li.staff .pl-li li .name,
  #pl-li.youth .pl-li li .name,
  #pl-li.club .pl-li li .name {
    top: 30px;
    left: 115px;
  }
  #pl-li.staff .pl-li li .namej,
  #pl-li.youth .pl-li li .namej,
  #pl-li.club .pl-li li .namej {
    bottom: 15px;
    left: 115px;
  }
  #pl-li.youth .pl-li li.player .name {
    top: 10px;
  }
  #pl-li.youth .pl-li li.player .namej {
    bottom: 30px;
  }
  #pl-li.youth .pl-li li.player .namej.team {
    bottom: 10px;
    font-size: 10px;
  }
  #pl-li .in-m li.cf,
  #pl-li .in-m li.rl {
    width: 220px;
    padding-left: 60px;
    padding-right: 20px;
  }
}

/* -------------------------------------------------------------------------- */

/* follow
/* -------------------------------------------------------------------------- */

.follow {
  background: #edeef2;
  padding: 40px 0;
  text-align: center;
}
.follow .flex {
  width: 600px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.follow .flex li {
  width: 60px;
}
.follow .flex li img {
  width: 100%;
  height: 100%;
}

.follow .p1 {
  font-family: 'abo';
  font-size: 24px;
  color: #004b93;
  letter-spacing: 0.3rem;
  font-weight: normal;
}

.follow .flex li p {
  font-family: 'abo';
  font-size: 14px;
  color: #004b93;
  letter-spacing: 0.1rem;
  margin-top: 5px;
}

@media (max-width: 500px) {
  .follow .flex {
    width: calc(100% - 40px);
  }
  .follow .flex li {
    width: 40px;
  }
  .follow .flex li p {
    font-size: 10px;
  }
}

/* -------------------------------------------------------------------------- */

/* footer
/* -------------------------------------------------------------------------- */
footer {
  background: #001976;
  padding: 20px 0 35px;
}
.page-top {
  width: 55px;
  margin: 0 auto 50px;
  cursor: pointer;
}
footer .logo {
  width: 205px;
  margin: 0 auto 55px;
}
.copy {
  font-family: 'abo';
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
}
footer .nav {
  width: 100%;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .nav li {
  padding: 0 20px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
footer .nav li a {
  color: #fff;
}
footer .nav li::after {
  content: '|';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
}
footer .nav li:last-child::after {
  display: none;
}
@media (max-width: 700px) {
  footer {
    padding-bottom: 200px;
  }
}

/* -------------------------------------------------------------------------- */

/* partner
/* -------------------------------------------------------------------------- */

.spo-top h2 {
  font-size: 36px;
  font-family: abo;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #004b93;
}
.spo-top h2.sub {
  font-size: 14px;
  font-family: Noto Sans JP;
  text-align: center;
  margin-bottom: 20px;
}
.spo-top .d1 {
  width: 500px;
  margin: 0 auto 100px;
}
.spo-top .info {
  width: 190px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #004b93;
  border-radius: 4px;
  margin: 5px auto 0;
  display: block;
}
.spo-top li .info {
  width: 120px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.spo-top .flex {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.spo-top .flex .d2 {
  width: 500px;
  margin: 0 20px 20px;
}
.spo-top .flex .d3 {
  width: 250px;
  margin: 0;
}
.spo-top .flex .d4 {
  width: 250px;
  margin: 0;
}
.spo-top hr {
  margin-bottom: 60px;
}
.spo-top .sup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 60px;
}
.spo-top .sup li {
  width: 250px;
  margin: 0 20px 20px 0;
}

.spo-top .in-m {
  width: 900px;
  margin: 0 auto 30px;
}
.spo-top .in-m li {
  width: 50px;
}
.spo-top table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.spo-top th {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #004b93;
  border: 2px solid #fff;
}
.spo-top td {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  background: #e4e4e4;
  border: 2px solid #fff;
  padding-left: 10px;
}
.spo-top td a {
  color: #004b93;
}
.spo-top td:last-child {
  text-align: center;
  padding-left: 0;
  width: 220px;
}
.spo-top .btm-bread {
  margin-top: 120px;
}
.spo-top .t-b {
  font-weight: bold;
}

@media (max-width: 1100px) {
  .spo-top .sup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .spo-top .flex {
    width: 600px;
  }
  .spo-top .in-m {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .spo-top .d1 {
    width: 345px;
  }
  .spo-top .flex .d2 {
    width: 100%;
    max-width: 345px;
    margin: 0 auto 20px;
  }
  .spo-top .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .spo-top .sup.e li,
  .spo-top .sup.g li,
  .spo-top .sup.s li,
  .spo-top .sup.b li {
    width: 50%;
    margin: 0 0 20px;
  }
  .spo-top .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .spo-top .flex .d3 {
    margin: 0 0 60px;
  }
  .spo-top .in-m li {
    padding: 0 30px 0 70px;
  }
  .spo-top td:last-child {
    width: 70px;
  }
  .spo-top .t-b {
    font-weight: bold;
  }
  .spo-top td {
    font-size: 12px;
    line-height: 1.1;
    padding: 5px;
    vertical-align: top;
  }
}

/* -------------------------------------------------------------------------- */

/* policy
/* -------------------------------------------------------------------------- */
.poli .con {
  width: 1080px;
  margin: 40px auto 0;
}
.poli .btm-bread {
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .poli .con {
    width: calc(100% - 30px);
    padding-top: 0;
    margin: 0 auto;
  }
  .p-b {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
  .poli .t-b {
    font-size: 14px;
  }
  .poli .t-b,
  .poli .p-b {
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------------------------------- */

/* match result
/* -------------------------------------------------------------------------- */
.mr-area {
  width: 100%;
  padding: 40px 0 60px;
  background: #f7f7f7;
}
.mr-area .d1 {
  width: 153px;
  margin: 0 auto 10px;
}
.mr-area p {
  /* color: #001976; */
  text-align: center;
}
.mr-area p span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.mr-area .p1 {
  font-size: 24px;
  font-weight: bold;
}
.mr-area .p2 {
  margin-bottom: 10px;
}
.mr-area .p3 {
  margin-bottom: 20px;
}
.mr-area .p4 {
  font-family: abo;
  font-size: 80px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.mr-area .p4 .a {
  /* color: #DC000C; */
}
.mr-area .p4 .h {
  padding: 0 40px;
}
.mr-area .p5 {
  font-family: abo;
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.mr-area .p5 span {
  font-family: Noto Sans JP;
  font-size: 18px;
  padding: 0 30px;
  line-height: 35px;
}
.mr-area .d2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.mr-area .d3 {
  width: 200px;
  position: absolute;
  left: 50px;
  top: -270px;
}
.mr-area .d4 {
  width: 200px;
  position: absolute;
  right: 50px;
  top: -270px;
}
.mr-area .p6 {
  font-size: 14px;
  font-weight: bold;
}
.mr-area .goal {
  width: 100%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  background: #004b93;
  border: 1px solid #004b93;
  margin: 0 auto 5px;
  min-height: 100px;
}
.mr-area .goal .d1 {
  width: 390px;
  height: auto;
  min-height: 100px;
  padding: 0 20px;
  background: #fff;
  margin: 0;
  display: grid;
  place-items: center;
}
.mr-area .goal .d1 p {
  width: 100%;
  text-align: left;
}
.mr-area .goal .d1.a p {
  text-align: right;
}
.mr-area .goal .d2 {
  width: 300px;
  height: auto;
  min-height: 100px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin: 0;
  display: grid;
  place-items: center;
}
.mr-area .flex-1 {
  width: 100%;
  max-width: 1080px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 5px;
}
.mr-area .flex-1 .tag {
  width: 90px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #707070;
  border: 1px solid #707070;
}
.mr-area .flex-1 .field {
  font-size: 14px;
  height: 40px;
  color: #707070;
  text-align: center;
  line-height: 40px;
  border: 1px solid #707070;
}
.mr-area .flex-1 .field.a {
  width: 147px;
}
.mr-area .flex-1 .field.b {
  width: 470px;
}
.mr-area .flex-1 .field.c {
  width: 193px;
}
.mr-area .flex-1 .field.d {
  width: 424px;
}

.mr .con {
  padding: 60px 0;
}
.mr h2 {
  font-size: 36px;
  text-align: center;
  color: #004b93;
}
.mr h2.sub {
  font-size: 14px;
  margin-bottom: 30px;
}
.mr .flex-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.mr .flex-t.m {
  margin-top: -70px;
}
.mr .flex-t .t {
  width: 530px;
}
.mr .flex-t .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mr .t.a .fl {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mr .fl .logo {
  width: 80px;
  margin-right: 15px;
}
.mr .fl p {
  font-size: 14px;
  font-weight: bold;
}
.mr .flex-t table {
  border-collapse: collapse;
  border: 4px solid #004b93;
}
.mr .flex-t td {
  width: 450px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #004b93;
}
.mr .flex-t td.abo {
  width: 40px;
  background: #004b93;
  color: #fff;
  border: 1px solid #fff;
}
.mr .n {
  width: 530px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #f7f7f7;
  border-top: 3px solid #004b93;
  border-bottom: 3px solid #004b93;
  margin: 0 10px;
}
.mr .l {
  width: 530px;
  height: 130px;
}
.mr .l .logo {
  width: 100px;
  margin: 0 auto 10px;
}
.mr .l p {
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  text-align: center;
}

.mr .swiper-container.gal {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.bt {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background: #004b93;
  color: #fff;
}
.bt.y {
  background: #ffec00;
  color: #000;
}
.bt.r {
  background: #dc000c;
}
table.st {
  width: 50%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table.st.wid {
  width: 100%;
  table-layout: fixed;
}
table.st th {
  height: 25px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-weight: normal;
}
table.st .th1 {
  width: 100px;
  background: #000000;
}
table.st .th2 {
  width: 218px;
  background: #006d31;
}
table.st.at .th2 {
  background: #000;
}
table.st .th3 {
  width: 218px;
  background: #dc000c;
}
table.st td {
  height: 40px;
  background: #e4e4e4;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
}
table.st .se td {
  background: #f7f7f7;
}
p.c {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
table.st .se td.m,
table.st td.m {
  width: 156px;
  background: #707070;
  color: #fff;
}
.flex-t .c {
  width: 500px;
  height: 170px;
  background: #f7f7f7;
  margin: 0 10px;
}
.flex-t .c .t {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #004b93;
}
.flex-t .c .p {
  width: 100%;
  padding: 15px 0;
  overflow: scroll;
}
.flex-t .c .p p {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 14px;
}
.mr .hm {
  width: 1040px;
  height: 40px;
  background: #004b93;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;
}
.mr .hmp {
  width: 1040px;
  height: 160px;
  overflow: scroll;
  background: #f7f7f7;
  padding: 15px 0;
  margin: 0 auto;
}
.mr .hmp p {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 14px;
}
.mr .ca {
  width: 1000px;
  margin: 0 auto 30px;
  font-size: 14px;
}
.mr .btn {
  width: 300px;
  margin-bottom: 120px;
}
.mr .btn a p {
  width: 250px;
}
.mr .hol-d {
  width: 750px;
  margin: 0 auto 60px;
}
.mr-area .flex-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.mr-area .flex-2 .btn {
  margin: 0 20px;
}
.mr-area .flex-2 .btn p {
  color: #fff;
}
@media (max-width: 1080px) {
  .mr-area .p1 {
    font-size: 18px;
  }
  .mr-area .p2 {
    font-size: 18px;
  }
  .mr-area .p4 {
    font-size: 50px;
  }
  .mr-area .p5 {
    font-size: 24px;
  }
  .mr-area .goal {
    margin-bottom: 10px;
    height: auto;
  }
  .mr-area .goal .d1 {
    padding: 5px;
  }
  .mr-area .goal .d2 {
    width: 105px;
    font-size: 30px;
    height: 110px;
  }
  .mr-area .flex-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mr-area .goal .d1 {
    width: 35%;
  }
  .mr-area .goal .d2 {
    width: 30%;
  }
  .mr-area .flex-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .mr-area .flex-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mr-area .flex-1 .field.a,
  .mr-area .flex-1 .field.b,
  .mr-area .flex-1 .field.c,
  .mr-area .flex-1 .field.d {
    width: auto;
    padding: 0 10px;
  }
  .mr .hm,
  .mr .hmp {
    width: 100%;
  }
  .flex-t .c {
    width: calc(50% - 20px);
  }
}

@media (max-width: 750px) {
  .mr-area .d3,
  .mr-area .d4 {
    width: 100px;
  }
  .mr-area .p5 span {
    font-size: 14px;
  }
  .mr-area .goal {
    width: calc(100% - 4px);
    height: auto;
    margin-bottom: 10px;
    border-width: 2px;
  }
  .mr-area .goal .d1 {
    width: calc(35% - 10px);
  }
  .mr-area .goal .d1 p {
    font-size: 12px;
  }
  .mr-area .flex-1 .field {
    font-size: 10px;
  }
  .mr h2 {
    font-size: 24px;
  }
  .mr h2.sub {
    font-size: 12px;
  }
  .mr-area .d3 {
    left: 15px;
  }
  .mr-area .d4 {
    right: 15px;
  }
  .mr-area .p6 {
    font-size: 10px;
  }
  .mr-area .p2 {
    font-size: 12px;
  }
  .mr-area .p3 {
    font-size: 10px;
  }
  .mr .fl .p1 {
    display: none;
  }
  .mr .flex-t td {
    font-size: 12px;
  }
  .mr .flex-t td.abo {
    width: 25px;
    font-size-adjust: 14px;
  }
  .mr .n {
    width: 50%;
    margin: 0;
  }
  table.st th,
  table.st td {
    font-size: 10px;
  }
  .mr .flex-t.c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-t .c {
    width: 100%;
    margin: 0;
  }
  .flex-t .c .t,
  .mr .hm {
    font-size: 14px;
  }
  .flex-t .c .p,
  .mr .hmp {
    height: auto;
  }
  .mr .ca {
    width: 100%;
  }
  .mr .fl .logo {
    margin: 0;
  }
  .mr-area .flex-1 .tag,
  .mr-area .flex-1 .field {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 0 5px;
  }
  .mr-area .flex-1 .tag {
    width: 80px;
    padding: 0;
  }
  .mr-area .flex-1 .field,
  .mr-area .flex-1 .field.a,
  .mr-area .flex-1 .field.b,
  .mr-area .flex-1 .field.c,
  .mr-area .flex-1 .field.d {
    width: calc(100% - 90px);
    padding: 0;
  }
  .mr-area .flex-1 {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mr-area {
    padding-bottom: 30px;
  }
  .mr .hol-d {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .mr-area .flex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mr-area .flex-2 .btn {
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------------------------------- */

/* staff prof
/* -------------------------------------------------------------------------- */

#staff .con {
  width: 100%;
  background: #f7f7f7;
  padding: 30px 0 80px;
}
#staff .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#staff .flex .img {
  width: 400px;
  position: relative;
  margin-right: 40px;
}
#staff .flex .img p {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  color: #fff;
}
#staff .flex .img .p1 {
  font-size: 18px;
  font-weight: bold;
  bottom: 120px;
}
#staff .flex .img .p2 {
  font-size: 37px;
  bottom: 70px;
}
#staff .flex .img .p3 {
  font-size: 22px;
  font-weight: bold;
  bottom: 25px;
}
#staff .flex .txt {
  width: 640px;
}
#staff .card {
  width: 100%;
  background: #fff;
  margin: 0 auto 20px;
}
#staff .card .p1 {
  width: 100%;
  height: 40px;
  background: #004b93;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
#staff .card .p2 {
  width: calc(100% - 60px);
  padding: 15px 30px;
  font-size: 14px;
  color: #001976;
  line-height: 1.8;
}
#staff .card.t {
  width: calc(100% - 60px);
  padding: 30px;
}
#staff .card table {
  margin: 0 auto;
}
#staff .btm {
  width: 1080px;
  margin: 0 auto;
}
#staff .btn {
  width: 360px;
  margin: 60px auto 120px;
}
#staff .btn p {
  width: 310px;
}

@media (max-width: 1100px) {
  #staff .flex .txt {
    width: 500px;
  }
  #staff .btm {
    width: calc(100% - 60px);
  }
}
@media (max-width: 900px) {
  #staff .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #staff .flex .img {
    margin: 0 auto 30px;
  }
  #staff .flex .txt {
    width: 640px;
  }
}
@media (max-width: 700px) {
  #staff .flex {
    overflow: hidden;
  }
  #staff .flex .img {
    margin-left: calc(50% - 200px);
  }
  #staff .card.t,
  #staff .flex .txt,
  #staff .card .p2 {
    width: calc(100% - 30px);
    padding: 15px;
  }
  #staff .btm {
    width: 100%;
  }
  #staff .card td,
  .card td:last-child {
    padding: 20px 5px;
    min-width: 70px;
    width: auto;
  }
  #staff .con {
    padding-bottom: 10px;
  }
  #staff .btm-bread {
    padding-left: 3rem;
  }
}

/* -------------------------------------------------------------------------- */

/* goods
/* -------------------------------------------------------------------------- */
#goods {
  padding-top: 100px;
}
#goods .flex {
  width: 100%;
}
#goods .i {
  width: 50%;
}
.ne-li {
  width: 1100px;
  margin: 0 auto 40px;
}
.ne-li .ne-li-i {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #004b93;
  padding: 20px 0;
}
.ne-li .ne-li-i .p1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.ne-li .ne-li-i .p2 {
  font-size: 12px;
  color: #004b93;
}
.ne-li .ne-li-i .p2 a {
  font-weight: bold;
}
.hl-li .hl-li-i .d1 .p2 span,
.ne-li .ne-li-i .p2 span {
  padding-left: 15px;
  position: relative;
  font-size: inherit;
}
.hl-li .hl-li-i .d1 .p2 span::after,
.ne-li .ne-li-i .p2 span::after {
  content: '|';
  font-size: inherit;
  line-height: 18px;
  position: absolute;
  left: 8px;
  top: 0;
}
#goods .lim {
  width: 100%;
  padding: 0 0 60px;
  background: #004b93;
}
#goods .lim h2,
#goods .lim h3 {
  color: #fff;
}
#goods h2 {
  padding-top: 40px;
}
#goods .lim .card {
  width: 1080px;
  margin: 0 auto 30px;
  background: #fff;
  padding-bottom: 30px;
}
#goods .lim .card .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#goods .lim .card .p1 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 90px;
  line-height: 90px;
  margin-bottom: 30px;
  background: #001976;
}
#goods .lim .card .flex .img {
  width: 540px;
  margin-right: 20px;
}
#goods .lim .card .flex .txt {
  width: 430px;
}
#goods .lim .card .flex .txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #001976;
}
#goods .lim .card .flex .txt li .p1 {
  background: none;
  color: #001976;
  font-size: 20px;
  font-weight: bold;
  width: 100px;
  text-align: left;
}
#goods .lim .card .gmap {
  width: 310px;
  margin: 25px auto 0;
}
#goods .lim .btn {
  background: #001976;
}
#goods .btn {
  width: 350px;
}
#goods .btn p {
  width: 300px;
}
#goods .on {
  padding: 0 0 20px;
}
#goods .on .btn {
  width: 300px;
  margin-bottom: 60px;
}
#goods .on .btn p {
  width: 250px;
}
@media (max-width: 1100px) {
  .ne-li {
    width: calc(100% - 60px);
  }
  #goods .lim .card {
    width: 700px;
  }
  #goods .lim .card .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #goods .lim .card .flex .img {
    margin: 0 0 30px;
  }
}
@media (max-width: 700px) {
  .ne-li .ne-li-i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #goods .lim .card {
    width: calc(100% - 30px);
  }
  #goods .lim .card .flex .img,
  #goods .lim .card .flex .txt {
    width: 320px;
  }
  #goods .lim .card .flex .txt li {
    height: 55px;
  }
  #goods .lim .card .flex .txt li .p1 {
    font-size: 13px;
    font-weight: bold;
    width: 60px;
  }
  #goods .lim .card .flex .txt li .p2 {
    font-size: 10px;
  }
  #goods .lim .card .p1 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .ne-li .ne-li-i .p1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #goods {
    padding: 0;
  }
  #goods .i {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */

/* goods store
/* -------------------------------------------------------------------------- */
#goods-store .con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
#goods-store .con ul li {
  width: 335px;
  height: 385px;
  margin: 0 10px 20px;
}
#goods-store .con ul li .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #004b93;
}
#goods-store li .t .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 250px;
  padding-left: 15px;
}
#goods-store li .t .p2 {
  width: 50px;
  height: 50px;
  background: #dc000c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#goods-store li .t .p2 p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.1;
}
#goods-store li .txt {
  width: 100%;
  height: 120px;
  background: #f7f7f7;
  padding: 15px 0;
}
#goods-store li .txt .p3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 5px;
}
#goods-store li .txt amp-img {
  width: 13px;
  margin-right: 5px;
}
#goods-store li .txt .p3 p {
  font-size: 12px;
  color: #004b93;
}
#goods-store li .txt .p3::after {
  display: none;
}
#goods-store li .txt .r {
  width: 105px;
  height: 25px;
  border-radius: 25px;
  line-height: 20px;
  text-align: center;
  background: #dc000c;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}
#goods-store .btm-bread {
  padding-left: 3rem;
}
@media (max-width: 1100px) {
  #goods-store .con ul {
    width: auto;
    margin: 0 auto 120px;
  }
}

/* -------------------------------------------------------------------------- */

/* contact
/* -------------------------------------------------------------------------- */

#contact .p3 {
  font-size: 24px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin-bottom: 20px;
}
#contact .p4 {
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin-bottom: 60px;
}

#contact table {
  width: 930px;
  margin: 0 auto 40px;
  border-collapse: collapse;
}
#contact th {
  width: 205px;
  background: #d0e8ff;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
}
#contact th span {
  font-size: 16px;
  font-weight: bold;
  color: #001976;
}
#contact th .haveto {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background: #dc000c;
  margin-left: 15px;
  padding: 0 10px;
}
#contact td {
  background: #edeef2;
  border-bottom: 1px solid #fff;
  padding: 20px;
  position: relative;
}
#contact td span {
  font-size: 12px;
}
#contact td.flex,
#contact td.flex div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
input,
textarea,
select {
  background: #fff;
  outline: none;
  border: 0;
}
#contact select {
  width: 240px;
  padding: 15px 20px;
  border-radius: 0;
}
#contact input {
  width: 210px;
  padding: 15px 20px;
}
#contact input::-webkit-input-placeholder {
  font-size: 12px;
  color: #cdd6dd;
}
#contact input:-ms-input-placeholder {
  font-size: 12px;
  color: #cdd6dd;
}
#contact input::placeholder {
  font-size: 12px;
  color: #cdd6dd;
}
#contact td.flex span,
#contact td .g {
  font-size: 12px;
  color: #6f7579;
}
#contact td.flex span {
  padding-right: 20px;
}
#contact textarea {
  width: calc(100% - 40px);
  padding: 15px 20px;
}
#contact .up-ad .first {
  display: block;
}
#contact .up-ad input[type='radio'] {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 0;
}
#contact input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #fff;
  padding: 0;
}
#contact .wpcf7c-btn-confirm,
#contact .wpcf7c-btn-back,
#contact .wpcf7-submit {
  background: #004b93;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  width: 250px;
  border-radius: 4px;
  margin: 0 auto;
}
#contact .wpcf7c-btn-back,
#contact .wpcf7-submit {
  margin: 0 15px;
}
#contact .c-btn {
  width: 250px;
  margin: 0 auto;
}
#contact .tc {
  text-align: center;
  margin-bottom: 20px;
}
#contact .tc a {
  color: #004b93;
}
#contact .tc span {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}
#contact .conf {
  font-size: 12px;
  font-weight: bold;
  color: #dc000c;
  text-align: center;
  margin-bottom: 120px;
}
#contact .bl {
  display: block;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: 0;
  color: #001976;
}
@media (max-width: 950px) {
  #contact table {
    width: calc(100% - 30px);
  }
  #contact tr,
  #contact td.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact td {
    width: calc(100% - 40px);
  }
  #contact th {
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
  }
  #contact th span {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 700px) {
  #contact .p3 {
    font-size: 20px;
  }
  #contact .p4 {
    margin-bottom: 30px;
  }
  #contact .con {
    padding-top: 0;
  }
  #contact .t-b {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #contact td.flex div {
    margin-bottom: 10px;
  }
  #contact input {
    width: calc(100% - 40px);
  }
  #contact .up-ad .first {
    display: inline;
    margin: 0;
  }
  #contact td.flex span {
    padding: 0;
  }
  #contact table {
    margin-bottom: 20px;
  }
  #contact td.flex .g {
    padding-right: 10px;
  }
  #contact .wpcf7c-btn-back,
  #contact .wpcf7-submit {
    width: 100px;
    margin: 0 10px;
  }
}

/* -------------------------------------------------------------------------- */

/* school
/* -------------------------------------------------------------------------- */
#school .tit-a {
  margin: 0;
}
#school .kv {
  margin-bottom: 60px;
}
#school .con {
  padding-top: 0;
}
#school h2 {
  text-align: center;
  color: #004b93;
  font-size: 36px;
}
#school h3 {
  font-size: 14px;
  text-align: center;
  color: #004b93;
}
#school .sci {
  width: 490px;
  border-collapse: collapse;
  margin: 0 10px;
}
#school .sci th {
  background: #004b93;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  height: 40px;
  vertical-align: middle;
}
#school .sci td {
  background: #e4e4e4;
  font-size: 14px;
  text-align: center;
  color: #004b93;
  border: 1px solid #fff;
  height: 40px;
  vertical-align: middle;
}
#school .act .color-1,
#school .sci .color-1,
#school .pri .color-1 {
  background: #d0e8ff;
}
#school .act {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
#school .act li {
  width: 300px;
  height: 280px;
  border-radius: 10px;
  border: 1px solid #004b93;
  overflow: hidden;
  margin: 0 10px 20px;
}
#school .act .p1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  background: #004b93;
  color: #fff;
  text-align: center;
}

#school .act .p2 {
  width: 265px;
  font-size: 16px;
  font-weight: bold;
  color: #004b93;
  padding-top: 25px;
  margin: 0 auto;
}
#school .img {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}
#school .staff-li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#school .staff-li li {
  width: 250px;
  height: 325px;
  position: relative;
  margin: 0 10px 20px;
}
#school .staff-li li p {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
}
#school .staff-li li .p3 {
  font-size: 13px;
  font-weight: bold;
  bottom: 70px;
}
#school .staff-li li .p4 {
  font-size: 20px;
  bottom: 40px;
}
#school .staff-li li .p5 {
  font-size: 12px;
  font-weight: bold;
  bottom: 18px;
}
#school .sc-li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#school .sc-li li {
  width: 335px;
  min-height: 440px;
  margin: 0 10px 20px;
}
#school .sc-li li .p1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: #004b93;
  text-align: center;
}
#school .sc-li li .p1.fm {
  font-size: smaller;
}
#school .sc-li li table {
  border-collapse: collapse;
  width: 100%;
  height: 200px;
}
#school .sc-li li th {
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
  width: 55px;
  background: #d0e8ff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}
#school .sc-li li td {
  background: #f7f7f7;
  color: #004b93;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
}
#school .sc-li li .bn {
  border: 0;
}
#school .flex.sc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#school .sp {
  display: none;
}
#school .c1 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #001976;
  margin-bottom: 40px;
}
#school .pri {
  width: calc(100% - 60px);
  margin: 0 auto 40px;
  border-spacing: 2px;
}
#school .pri th,
#school .pri td {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
  background: #e4e4e4;
}
#school .pri .top {
  background: #001976;
  color: #fff;
}
#school .c2 {
  font-size: 18px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin-bottom: 60px;
}
#school .gal {
  margin: 0 auto 20px;
}
#school .gal li {
  width: 345px;
  margin: 0 10px;
}
#school .flex.b {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#school .flex.b .btn {
  width: 350px;
  margin: 0 20px 40px;
}
#school .flex.b .btn p {
  width: 300px;
}
#school .app {
  width: 495px;
  margin: 0 auto 30px;
}
#school .tel1 {
  font-size: 12px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin: 0 auto 10px;
}
#school .tel2 {
  text-align: center;
  margin: 0 auto 60px;
}
#school .tel2 a {
  font-size: 34px;
  font-weight: bold;
  color: #004b93;
}
@media (max-width: 700px) {
  #school .kv {
    margin-bottom: 30px;
  }
  #school .flex.sc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #school .pc {
    display: none;
  }
  #school .sp {
    display: block;
  }
  #school .sci {
    width: 100%;
    margin: 0 auto;
  }
  #school .sci th,
  #school .sci td {
    font-size: 12px;
  }
  #school .sci .td1 {
    width: 125px;
  }
  #school .sci .td2 {
    width: 150px;
  }
  #school .in-m li {
    width: 150px;
  }
  #school .c1 {
    font-size: 25px;
  }
  #school .pri {
    width: 100%;
  }
  #school .pri td {
    min-width: 50px;
    font-size: 12px;
  }
  #school .in-m {
    margin-bottom: 20px;
  }
  #school .c2 {
    font-size: 16px;
  }
  #school .gal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #school .gal li {
    margin: 0 auto 20px;
  }
  #school.event .t-b.s {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 0 11px 10px;
    height: auto;
  }
  #school .t-b::after {
    width: 30px;
  }
  #school .flex.b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #school .flex.b .btn {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 350px;
  }
  #school .flex.b .btn p {
    width: calc(100% - 50px);
    max-width: 300px;
  }
  #school .app {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */

/* club
/* -------------------------------------------------------------------------- */
#club section {
  margin-bottom: 60px;
}
#club table {
  width: calc(100% - 30px);
  margin: 0 auto;
  border-collapse: collapse;
}
#club table th,
#club table td {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 10px 20px;
}
#club table th {
  text-align: center;
  color: #fff;
  background: #004b93;
}
#club table td {
  color: #001976;
  background: #edeef2;
}
#club .tit-a {
  margin-bottom: 0;
}
#club .card1,
#club .card2 {
  width: 50%;
}
#club .card1 amp-img {
  width: 308px;
  height: 308px;
  margin: 0 auto;
}
#club .card2 amp-img {
  width: 372px;
  height: 308px;
  margin: 0 auto;
}
#club .p4 {
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  color: #001976;
}
#club .p3 {
  width: calc(100% - 60px);
  font-size: 16px;
  margin: 0 auto 40px;
  color: #004b93;
}
#club .flex.mascot {
  gap: 30px 50px;
}
#club .flex.button {
  gap: 20px 30px;
  margin: 30px 0;
}
#club .flex.button a {
  width: 300px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #001976;
  border-radius: 50px;
  font-weight: bold;
}
#club .hometown {
  width: 90%;
  margin: 0 auto;
}
#club .hometown h3 {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #004b93;
  margin-bottom: 30px;
  font-weight: bold;
}
#club .flex .img {
  width: 318px;
  margin: 0;
}
#club .flex .p3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #001976;
}
#club .p5 {
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  margin-bottom: 10px;
}
#club .p6 {
  font-size: 30px;
  font-weight: bold;
  color: #4ca223;
  margin-bottom: 10px;
}
#club .p7 {
  font-size: 16px;
  color: #004b93;
  margin-bottom: 20px;
  line-height: 1.8;
}
#club .p7 span {
  font-weight: bold;
}
#club .his th {
  width: 50px;
}
#club.goal .goal {
  font-size: 14px;
  font-weight: bold;
  font-family: serif;
  width: calc(100% - 60px);
  margin: 0 auto;
}
#club.goal .bar {
  width: 335px;
  margin: 30px auto;
}
#club.goal .flex.goal {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 120px;
}
#club.goal .flex.goal li {
  width: 335px;
  margin: 0 10px 20px;
}
#club.goal .flex.goal li.foot {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
}

@media (max-width: 1100px) {
  #club .card1 amp-img {
    width: 290px;
  }
  #club .card2 amp-img {
    width: 350px;
  }
  #club .flex.hol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  #club .hol-t {
    margin: 0;
  }
  #club .hol-t th {
    width: 120px;
  }
}

@media (max-width: 700px) {
  #club .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #club .p6 {
    font-size: 28px;
  }
  #club .card1,
  #club .card2 {
    width: calc(100% - 30px);
  }
  #club .card1 amp-img,
  #club .card2 amp-img {
    width: 100%;
    height: auto;
  }
  #club .p3,
  #club .p4 {
    width: 100%;
  }
  #club table {
    width: 100%;
  }
  #club table:not(.hol-t) tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #club table th,
  #club table td,
  #club .his th {
    width: calc(100% - 40px);
  }
  #club .flex .img {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  #club .p5,
  #club .p6 {
    text-align: center;
  }
  #club .p7 {
    font-size: 14px;
  }
  #club .hol table {
    margin: 0 auto;
  }
  #club .hol th {
    width: 100px;
  }
  #club .hol td {
    width: 170px;
  }
  #club .hol {
    margin-bottom: 40px;
  }
  #club.goal .flex.goal {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

/* -------------------------------------------------------------------------- */

/* ticket
/* -------------------------------------------------------------------------- */
.ticket h2 {
  font-size: 36px;
  text-align: center;
  color: #004b93;
}
.ticket .con .pp {
  width: calc(100% - 100px);
  margin: 0 auto 60px;
  font-size: 16px;
}
.ticket .con .p-c {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.ticket .msc h2 {
  color: #fff;
}
.ticket .msc .btn {
  margin-bottom: 0;
}
.ticket .swiper-container.ms {
  width: 1090px !important;
}
.ticket .swiper-slide.ms {
  width: 320px !important;
  padding: 15px;
  height: auto;
}
.ticket .swiper-slide.ms .d1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ticket .swiper-slide.ms .p1 {
  background: none;
  color: #001976;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  height: auto;
}
.ticket .swiper-slide.ms .p2 {
  margin: 0;
  font-weight: normal;
}
.ticket .swiper-slide.ms .d2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket .swiper-slide.ms .d2 p {
  font-weight: bold;
}
.ticket .swiper-slide.ms .d3 img,
.ticket .swiper-slide.ms .d5 img {
  width: 100%;
  height: auto;
}
.ticket .swiper-slide.ms .d4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ticket .swiper-slide.ms .d5 {
  width: calc(50% - 5px);
}
.ticket h3 {
  font-size: 14px;
  text-align: center;
}
.ticket .img {
  width: calc(100% - 200px);
  margin: 0 auto 40px;
}
.ticket table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}
.ticket table th,
.ticket table td {
  background: #004b93;
  border: 1px solid #fff;
  width: 180px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.ticket table td {
  background: #e0e0e0;
  color: #004b93;
  font-weight: normal;
}
.ticket table td.udr {
  text-decoration: underline;
  cursor: pointer;
}
.ticket table td.fb {
  font-weight: bold;
}
.ticket table td.color-1,
.ticket .color-box.first.color-1 {
  background: #fdf000;
  color: #004b93;
}

.ticket table td.color-2,
.ticket .color-box.first.color-2 {
  background: #915da3;
  color: #fff;
}

.ticket table td.color-3,
.ticket .color-box.first.color-3 {
  background: #e95312;
  color: #fff;
}
.ticket table td.color-4,
.ticket .color-box.first.color-4 {
  background: #23ac38;
  color: #fff;
}
.ticket table td.color-5,
.ticket .color-box.first.color-5 {
  background: #22188f;
  color: #fff;
}
.ticket table td.color-52,
.ticket .color-box.first.color-52 {
  background: #68c9f2;
  color: #fff;
}
.ticket table td.color-6,
.ticket .color-box.first.color-6 {
  background: #fd0000;
  color: #fff;
}
.ticket table td.color-62,
.ticket .color-box.first.color-62 {
  background: #f4b4c2;
}

.ticket table td .circ {
  width: 167px;
  height: 78px;
  border-radius: 78px;
  background: #fff;
  position: relative;
  margin: 0 auto;
}

.ticket table td .circ::after {
  content: '';
  border-top: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  right: 80px;
}

.ticket table td .circ p {
  font-size: 16px;
  font-family: rog;
  color: #004b93;
  text-align: center;
  padding-top: 22px;
  line-height: 1.2;
}

.ticket .caution {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 10px;
  line-height: 2;
}
.ticket .caution span {
  font-weight: bold;
  color: #e60011;
  font-size: inherit;
}
.ticket .card1 {
  width: 800px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #001976;
  margin: 0 auto 60px;
}
.ticket .card1 .p1 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #001976;
}
.ticket .card1 .p2 {
  width: 730px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  color: #004b93;
}
.ticket .c1 {
  font-weight: bold;
  color: #004b93;
  margin-bottom: 30px;
  text-align: center;
}
.ticket .btn {
  width: 250px;
  margin-bottom: 60px;
}
.ticket .btn.ticket {
  margin-bottom: 105px;
}
.ticket .btn.m {
  width: 420px;
}
.ticket .btn.l {
  width: 550px;
}
.ticket .btn p {
  width: calc(100% - 50px);
  font-size: 16px;
}
.ticket .p3 {
  padding-left: 15px;
  font-weight: bold;
  color: #004b93;
  border-bottom: 5px solid #004b93;
  margin-bottom: 20px;
}
.ticket .p4 {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
  margin-bottom: 30px;
}
.ticket .p44 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #dc000c;
  margin-bottom: 20px;
}
.ticket .p5 {
  width: 730px;
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
  margin: 30px auto;
}
.ticket .op {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
.ticket .op th,
.ticket .op td {
  background: #e4e4e4;
  color: #000;
  font-size: 12px;
  padding: 25px 20px;
  border: 1px solid #fff;
}
.ticket .op th amp-img {
  width: 130px;
  margin: 0 auto;
}
.ticket .op td {
  width: calc(100% - 210px);
  text-align: left;
  font-weight: normal;
}
.ticket .op td .blue {
  background: #004b93;
  width: 100%;
  margin-bottom: 10px;
}
.ticket .op td .blue p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
}
.ticket .flex.play {
  margin-bottom: 60px;
}
.ticket .flex.play li {
  width: 250px;
  height: 250px;
  border: 1px solid #004b93;
  margin: 0 20px;
}
.ticket .flex.play .d1 {
  width: 100%;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket .flex.play .d1 amp-img {
  width: 200px;
}
.ticket .flex.play .d2 {
  background: #004b93;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.ticket .banner {
  width: 100%;
  margin: 0 auto 60px;
}
.ticket .mb2 {
  margin-bottom: 20px;
}
.ticket a.mb2 {
  display: block;
}
.ticket a.seven {
  width: 100%;
  max-width: 480px;
}
.ticket .mb6 {
  margin-bottom: 60px;
}
.ticket .season {
  width: 810px;
  margin: 0 auto 60px;
  position: relative;
}
.ticket .season .btn {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 125px);
  background: #fff;
  margin: 0;
}
.ticket .season .btn p {
  color: #004b93;
}
.ticket .c2 {
  font-size: 16px;
  font-weight: bold;
  color: #004b93;
  width: 1000px;
  margin: 40px auto;
}
.ticket .flex.im .img {
  width: 50%;
  position: relative;
}
.ticket .flex.im .txt {
  width: 450px;
  height: 210px;
  position: absolute;
  background: #004b93;
  top: calc(50% - 105px);
  left: calc(50% - 225px);
}
.ticket .flex.im .txt p {
  font-weight: bold;
  color: #fff;
}
.ticket .flex.im .txt .p1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.ticket .flex.im .txt .p2 {
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
}
.ticket .flex.circ {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ticket .flex.circ .circ {
  width: 495px;
  height: 95px;
  border-radius: 95px;
  border: 1px solid #707070;
  background: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}
.ticket .flex.circ .circ p {
  font-size: 16px;
  font-weight: bold;
  color: #004b93;
  width: 430px;
}
.ticket .qa {
  font-size: 16px;
  color: #004b93;
  margin-bottom: 2rem;
  font-weight: normal;
}
.ticket .qa span {
  font-weight: bold;
}
.ticket .pk {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 60px;
  color: #004b93;
}
.ticket .pk.mb {
  margin-bottom: 2rem;
}
.ticket .btn_kids {
  width: 495px;
  margin: 4rem 0;
  display: block;
}
.ticket .cor {
  width: 1080px;
  height: 490px;
  border: 2px solid #dc000c;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto;
}
.ticket .cor .p1 {
  font-size: 36px;
  font-weight: bold;
  color: #dc000c;
  margin-bottom: 30px;
  text-align: center;
}
.ticket .cor .p2 {
  width: calc(100% - 80px);
  font-size: 20px;
  font-weight: bold;
  color: #004b93;
}
@media (max-width: 1100px) {
  .ticket .card1 {
    width: 700px;
  }
  .ticket .card1 .p2 {
    width: 660px;
  }
  .ticket .season {
    width: 700px;
  }
  .ticket .in-m li {
    padding: 0 10px 0 50px;
    margin-bottom: 20px;
  }
  .ticket table {
    width: 100%;
  }
  .ticket .c2 {
    width: calc(100% - 60px);
  }
  .ticket .flex.circ .circ {
    margin: 10px 0;
  }
  .ticket .qa {
    width: calc(100% - 40px);
    margin: 0 auto 2rem;
  }
  .ticket .cor {
    width: 620px;
    height: auto;
    padding: 40px;
  }
  .ticket .cor .p2 {
    width: 100%;
  }
  .ticket .swiper-container.ms {
    width: calc(100% - 80px) !important;
  }
}
@media (max-width: 930px) {
  .ticket .flex.im {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ticket .flex.im .img {
    width: 600px;
    margin: 0;
  }
  .ticket .banner {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .ticket .swiper-container.ms {
    width: calc(100% - 30px) !important;
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .ticket .con .pp {
    width: 100%;
    margin: 0 auto 50px;
  }
  .ticket .btn.ticket {
    margin-bottom: 50px;
  }
  .ticket .btn.m,
  .ticket .btn.l {
    width: 100%;
  }
  .ticket .btn p {
    font-size: 14px;
  }
  .ticket .p3 {
    padding-left: 0;
    font-size: 16px;
  }
  .ticket .p4 {
    font-size: 12px;
  }
  .ticket .msc {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .ticket .in-m {
    margin-bottom: 30px;
  }
  .ticket .in-m li {
    width: 200px;
  }
  .ticket .card1 {
    width: 100%;
  }
  .ticket .card1 .p1 {
    line-height: 1.1;
    height: auto;
    padding: 10px 0;
  }
  .ticket .card1 .p2 {
    width: calc(100% - 50px);
  }
  .ticket .op tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ticket .op th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ticket .op td {
    width: calc(100% - 20px);
    padding: 10px;
    height: auto;
  }
  .ticket .flex.play {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .ticket .flex.play li {
    margin-bottom: 40px;
  }
  .ticket .op td .blue p {
    font-size: 14px;
  }
  .ticket .season,
  .ticket .p5 {
    width: 100%;
  }
  .ticket .pc {
    display: none;
  }
  .ticket .in {
    width: 100%;
    overflow: scroll;
  }
  .ticket .in table {
    width: 700px;
  }
  .ticket .img {
    width: calc(100% - 30px);
  }
  .ticket .flex.im .img.se amp-img {
    display: none;
  }
  .ticket .flex.im .txt {
    width: calc(100% - 40px);
    padding: 20px;
    height: auto;
    position: static;
  }
  .ticket .flex.im .img,
  .ticket .flex.im .txt .p2 {
    width: 100%;
    margin: 0;
  }
  .ticket .flex.im .txt .p1 {
    font-size: 16px;
  }
  .ticket .flex.im .txt .p2 {
    font-size: 14px;
  }
  .ticket .flex.circ .circ {
    width: 100%;
  }
  .ticket .flex.circ .circ p {
    width: calc(100% - 20px);
    font-size: 13px;
  }
  .ticket .cor {
    width: calc(100% - 30px);
    padding: 15px 0;
    margin: 30px auto;
  }
  .ticket .cor .p1 {
    font-size: 26px;
  }
  .ticket .cor .p2 {
    width: calc(100% - 30px);
    font-size: 16px;
  }
  .ticket .btn_kids {
    width: 100%;
  }
  .ticket .swiper-slide.ms {
    width: calc(100% - 30px) !important;
  }
  .ticket .color-box {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
  .ticket .color-box.first {
    margin-bottom: 25px;
    background: #e0e0e0;
    color: #004b93;
  }
  .ticket .color-box.first::after {
    content: '+';
    width: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: inherit;
    position: absolute;
    right: 0;
  }
  .ticket .color-box.first.active {
    margin-bottom: 0;
  }
  .ticket .color-box.first.active::after {
    content: '-';
  }
  .ticket .table {
    margin-bottom: 30px;
  }
  .ticket .table .color-box {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    background: #004b93;
  }
  .ticket .table .color-box.second {
    color: #004b93;
    background: #fff;
    font-size: 16px;
  }
  .ticket table {
    width: 285px;
    margin-bottom: 0;
  }
  .ticket table th,
  .ticket table td {
    height: 25px;
    font-size: 12px;
  }
  .ticket table td:first-child {
    font-weight: bold;
  }
  .nodisplay {
    display: none !important;
  }
  .ticket .table-box th:first-child,
  .ticket .table-box td:first-child {
    width: 190px;
  }
  .ticket .table-box th,
  .ticket .table-box td {
    width: auto;
  }
  .ticket .table-box td {
    background: #fff;
    font-weight: bold;
    font-size: 16px;
  }
}
/* -------------------------------------------------------------------------- */

/* academy 
/* -------------------------------------------------------------------------- */
#academy h2 {
  font-weight: normal;
  font-size: 36px;
  color: #004b93;
  text-align: center;
  padding-top: 40px;
}
#academy h3 {
  font-size: 14px;
  color: #001976;
  margin: 0 auto 30px;
  text-align: center;
}
#academy .cat {
  margin-bottom: 60px;
}
#academy .cat li {
  width: 320px;
  margin: 0 20px;
  overflow: hidden;
}
#academy .cat li .p1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  background: #004b93;
}
#academy .cat li .p1::after {
  content: '▶︎';
  color: #fff;
  line-height: 40px;
  position: absolute;
  right: 20px;
}
#academy .concept {
  width: 677px;
  margin: 0 auto 40px;
}
#academy .tit-a {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  #academy .cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #academy .cat li {
    margin-bottom: 30px;
  }
  #academy .concept {
    width: calc(100% - 30px);
  }
}

/* -------------------------------------------------------------------------- */

/* faq
/* -------------------------------------------------------------------------- */
#faq .q {
  width: 100%;
  height: 65px;
  background: #d0e8ff;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#faq .q::after {
  content: '+';
  font-size: 30px;
  font-weight: bold;
  color: #001976;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 65px;
}
#faq .q.active::after {
  content: '-';
}
#faq .a {
  width: 100%;
  height: auto;
  background: #ededed;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#faq .qq {
  width: 40px;
  height: 40px;
  background: #004b93;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 15px;
}
#faq .aa {
  width: 40px;
  height: 40px;
  background: #dc000c;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 15px;
}
#faq .qu {
  width: calc(100% - 120px);
  font-size: 16px;
  font-weight: bold;
  color: #001976;
}
#faq .an {
  width: calc(100% - 80px);
  font-size: 16px;
  color: #001976;
  padding: 15px 0;
}
#faq .mb {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #faq .qu,
  #faq .an {
    font-size: 12px;
  }
}

/* -------------------------------------------------------------------------- */

/* sitemap
/* -------------------------------------------------------------------------- */

#sitemap .home .em {
  width: 75px;
}
#sitemap .home h2 {
  font-size: 24px;
  font-weight: bold;
  color: #001976;
}
#sitemap .home {
  margin-bottom: 30px;
  text-align: center;
}
#sitemap hr {
  border-color: #001976;
  margin: 25px auto;
}
#sitemap hr.al-h {
  width: 350px;
}
#sitemap .con a {
  color: #001976;
}
#sitemap .flex.fi li {
  margin: 0 20px;
}
#sitemap .flex.al1 a amp-img,
#sitemap .flex.al amp-img {
  width: 30px;
}
#sitemap .flex.al1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sitemap .tit {
  height: 30px;
  line-height: 30px;
  font-size: 32px;
  margin-left: 10px;
}
#sitemap .flex.al {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#sitemap .flex.se {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sitemap .flex.se li {
  width: 300px;
  margin: 0 10px 40px;
}
@media (max-width: 700px) {
  #sitemap .home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sitemap .flex.fi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sitemap .flex.fi li {
    width: 200px;
  }
  #sitemap .flex.al1 {
    width: calc(100% - 30px);
  }
  #sitemap .flex.se li {
    width: 100%;
    margin: 0 0 30px;
  }
}
/* -------------------------------------------------------------------------- */

/* 404
/* -------------------------------------------------------------------------- */

#content404 .title {
  font-size: 224px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 0.8;
  padding: 300px 0 0 10px;
  color: #001976;
}
#content404 .summary {
  font-size: 47px;
  text-align: center;
  margin: 0 auto;
  padding-left: 5px;
  letter-spacing: 0.1em;
}

#content404 .text {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 50px;
  text-align: center;
  line-height: 0.8;
}

#content404 .subtext {
  width: 810px;
  font-size: 14px;
  text-align: left;
  margin: 70px auto;
  line-height: 1.85;
  color: #6f7579;
}
#content404 .btn {
  width: 400px;
  height: 70px;
  background: #001976;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto 266px;
}

#content404 .btn a {
  width: 100%;
  height: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
}
@media (min-width: 1050px) {
  .pc-hide {
    display: none !important;
  }
}
@media (max-width: 1049px) and (min-width: 750px) {
  .tab-hide {
    display: none !important;
  }
  #content404 .subtext {
    width: 700px;
  }
}
@media (max-width: 749px) {
  .sp-hide {
    display: none !important;
  }
  #content404 .title {
    padding-top: 100px;
  }
  #content404 .summary {
    padding-left: 5px;
  }
  #content404 .subtext {
    width: auto;
    margin: auto 20px;
  }
  #content404 .btn {
    width: 275px;
    height: 45px;
    margin: 50px auto;
  }
  #content404 .btn a {
    font-size: 16px;
    line-height: 45px;
  }
}

/* -------------------------------------------------------------------------- */

/* covid
/* -------------------------------------------------------------------------- */

#covid .red-caution {
  width: calc(100% - 80px);
  border-radius: 14px;
  border: 2px solid #dc000c;
  padding: 30px 40px 50px;
  margin: 0 auto 40px;
}
#covid .red-caution .p1 {
  font-size: 36px;
  font-weight: bold;
  color: #dc000c;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#covid .red-caution .p1::after {
  content: '';
  width: 334px;
  height: 8px;
  background: #175fb2;
  position: absolute;
  left: calc(50% - 167px);
  bottom: -10px;
}
#covid .red-caution .p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #004b93;
}

#covid h2 {
  text-align: center;
  color: #004b93;
  font-size: 36px;
}
#covid h3 {
  font-size: 14px;
  text-align: center;
  color: #004b93;
}
#covid .p22 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#covid .gr-btn {
  width: 480px;
  height: 85px;
  border-radius: 18px;
  background: #006d31;
  line-height: 85px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#covid .bl {
  width: 480px;
  display: block;
  margin: 0 auto 50px;
}
#covid .flex {
  margin: 0 auto 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#covid .flex .card {
  width: 250px;
  margin: 0 20px;
}
#covid .flex .card .p3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#covid .flex .card .btn {
  width: 100%;
}
#covid .flex .card .btn p {
  width: 200px;
  font-size: 16px;
}
.btn .ic.ti amp-img {
  width: 30px;
}
#covid .flex.il {
  margin-bottom: 40px;
}
#covid .flex.il.se {
  margin-bottom: 20px;
}
#covid .flex.il amp-img {
  width: 250px;
  margin: 0 10px 20px;
}
#covid .p4 {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
#covid .p5 {
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  font-size: 16px;
}
#covid .p6 {
  width: calc(100% - 30px);
  margin: 60px auto;
  font-weight: bold;
  font-size: 16px;
}
#covid .p7 {
  font-weight: bold;
  text-align: center;
  color: #001976;
  margin: 0 auto 30px;
}
#covid .p7.mb {
  margin-bottom: 60px;
}
#covid .p8 {
  width: calc(100% - 30px);
  margin: 0 auto 60px;
  font-size: 24px;
  font-weight: bold;
  color: #004b93;
  margin-bottom: 60px;
}
#covid .p9 {
  width: calc(100% - 30px);
  margin: 20px auto 60px;
  font-size: 20px;
  font-weight: bold;
  color: #004b93;
}
#covid .flex.b {
  margin-bottom: 0;
}
#covid .bl2 {
  width: 315px;
  display: block;
  margin: 0 15px 30px;
}
#covid .bl-btn {
  width: 315px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #001976;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#covid .bl-btn.r {
  background: #dc000c;
}
#covid .bl-btn p {
  width: 260px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
.out {
  position: relative;
  padding-right: 25px;
}
.out::after {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(assets/images/out.svg) no-repeat center;
  position: absolute;
  right: 0;
}
#covid .bl-btn .out {
  padding: 0;
}
#covid .bl-btn .out::after {
  bottom: 0;
  right: 40px;
}
#covid .follow {
  background: none;
  padding: 0;
}
#covid .follow .p1 {
  font-size: 24px;
  font-weight: bold;
  font-family: Noto Sans JP;
  margin-bottom: 30px;
  letter-spacing: 0;
}
#covid .t-b::after {
  display: none;
}
#covid .t-b::before {
  right: 0;
}
@media (max-width: 700px) {
  #covid .red-caution .p1 {
    font-size: 24px;
  }
  #covid .red-caution .p1::after {
    width: 216px;
    left: calc(50% - 108px);
  }
  #covid .red-caution .p {
    font-size: 16px;
  }
  #covid .t-b {
    font-size: 13px;
  }
  #covid .bl {
    max-width: 100%;
  }
  #covid .gr-btn {
    max-width: 100%;
    font-size: 13px;
  }
  #covid .flex .card {
    margin-bottom: 25px;
  }
  #covid .flex.il amp-img {
    width: calc(50% - 10px);
    margin: 0 5px 5px;
  }
  #covid .p4 {
    width: 100%;
    font-size: 16px;
  }
  #covid .p5 {
    width: 100%;
    font-size: 14px;
  }
  #covid .p6 {
    width: 100%;
    margin: 30px auto;
  }
  #covid .p8 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
  }
  #covid .p9 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 40px;
  }
}

/* -------------------------------------------------------------------------- */

/* hometown
/* -------------------------------------------------------------------------- */

#hometown .p3 {
  font-size: 16px;
  color: #004b93;
  line-height: 2;
  margin-bottom: 60px;
}
#hometown .img {
  width: 675px;
  margin: 0 auto 40px;
}
#hometown .town-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#hometown .town-li li {
  width: 160px;
  margin: 0 20px 40px;
}
#hometown .town-li.se li {
  margin: 0 10px 40px;
}
#hometown .town-li .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #004b93;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#hometown .town-li {
  margin-bottom: 20px;
}
#hometown .p4 {
  font-size: 24px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin-bottom: 40px;
}
#hometown .flex {
  margin-bottom: 120px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#hometown .flex .card {
  width: 320px;
  margin: 0 15px 30px;
}
#hometown .p5 {
  font-size: 16px;
  color: #004b93;
  margin-top: 30px;
}
#hometown .in-m li {
  width: 90px;
  padding: 0 20px 0 60px;
}
#hometown table {
  width: calc(100% - 30px);
  margin: 0 auto 120px;
  border-collapse: collapse;
}
#hometown th,
#hometown td {
  padding: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
}
#hometown th {
  width: 190px;
  text-align: center;
  background: #004b93;
  color: #fff;
}
#hometown td {
  background: #edeef2;
  color: #001976;
}
#hometown td .img {
  margin: 30px 0 0;
}
#hometown .in-m li::before {
  content: '▶︎' !important;
}
@media (max-width: 700px) {
  #hometown .img {
    width: 100%;
    margin: 40px 0 10px;
  }
  #hometown .in-m li {
    width: 105px;
    padding: 0 0 0 40px;
  }
  #hometown .town-li li {
    width: 150px;
    margin: 0 10px 30px;
  }
  #hometown .p4 {
    font-size: 18px;
  }
  #hometown .town-li.se li {
    margin-bottom: 0;
  }
  #hometown .flex .card {
    width: 100%;
  }
  #hometown .con {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #hometown tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #hometown th,
  #hometown td {
    width: calc(100% - 40px);
  }
}

/* -------------------------------------------------------------------------- */

/* manner
/* -------------------------------------------------------------------------- */
#manner .ch-menu {
  border-bottom: 1px solid #004b93;
  margin: 0 auto 40px;
}
#manner .ch-menu li {
  width: 33.3%;
  height: 50px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
#manner .ch-menu li.current {
  background: #004b93;
}
#manner .ch-menu li p {
  text-align: center;
  color: #004b93;
}
#manner .ch-menu li.current p {
  color: #fff;
  font-weight: bold;
}
#manner .p3 {
  width: calc(100% - 100px);
  margin: 0 auto 40px;
  font-size: 16px;
}
#manner .p4 {
  width: calc(100% - 140px);
  padding: 10px 40px;
  background: #d0e8ff;
  color: #004b93;
  font-weight: bold;
  margin: 0 auto 20px;
}
#manner .link {
  width: 315px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #001976;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 18px;
  display: block;
  margin: 0 auto 40px;
}
#manner table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
#manner th {
  background: #004b93;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #fff;
}
#manner th:first-child {
  width: 310px;
}
#manner th:last-child {
  width: 740px;
}
#manner td {
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
  border: 1px solid #fff;
}
#manner td:first-child {
  background: #d0e8ff;
}
#manner td:last-child {
  padding: 30px 15px;
  background: #edeef2;
}
#manner .img {
  width: 950px;
  margin: 0 auto 40px;
}
#manner.banner .img {
  margin-bottom: 20px;
}
#manner .link.out {
  background: #dc000c;
}
#manner section {
  margin-bottom: 120px;
}
#manner .p5 {
  font-size: 16px;
  float: right;
}
#manner .t-b::before,
#manner .t-b::after {
  display: none;
}
#manner .link.out::after {
  top: 20px;
  right: 40px;
}
@media (max-width: 1000px) {
  br.sp {
    display: block;
  }
  #manner .ch-menu li p {
    font-size: 10px;
  }
  #manner .t-b {
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    display: grid;
    place-items: center;
    padding: 0;
    width: 100%;
  }
  #manner .p3 {
    width: 100%;
    font-size: 12px;
  }
  #manner .p4 {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  #manner .p5 {
    font-size: 12px;
  }
  #manner .link {
    width: 315px;
  }
  #manner table {
    width: 100%;
  }
  #manner th:first-child {
    width: 40%;
  }
  #manner th:last-child {
    width: 60%;
  }
  #manner td:first-child {
    text-align: center;
  }
  #manner .img {
    width: 100%;
  }
  #manner.banner .img {
    margin-bottom: 10px;
  }
}

/* -------------------------------------------------------------------------- */

/* homegame
/* -------------------------------------------------------------------------- */

#homegame .p3 {
  text-align: center;
  margin: 40px auto 30px;
  font-size: 22px;
  font-weight: bold;
}
#homegame .inlink {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
}
#homegame .inlink li {
  width: 300px;
  border: 5px solid #004b93;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px 30px;
  cursor: pointer;
}
#homegame .inlink li .pfi {
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #004b93;
}
#homegame .inlink li .pse {
  font-size: 20px;
  height: 60px;
  color: #004b93;
  font-weight: bold;
  text-align: center;
  margin: 20px;
}
#homegame .inlink li .pth {
  color: #dc000c;
  text-align: center;
  margin-bottom: 25px;
}
#homegame .mi {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 0;
}
#homegame .mi .p4 {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #e4e4e4;
  color: #004b93;
  font-size: 14px;
  font-weight: bold;
}
#homegame .mi .p5 {
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #001976;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
#homegame .img {
  width: 1000px;
  margin: 0 auto 40px;
}
#homegame .p6 {
  width: 685px;
  margin: 0 auto 40px;
}

#homegame .btn {
  width: 410px;
  height: 80px;
}
#homegame .btn .ic {
  width: 80px;
  height: 80px;
}
#homegame .btn p {
  width: 330px;
}
#homegame section {
  padding-bottom: 60px;
}
#homegame .p7 {
  width: 1000px;
  margin: 0 auto 40px;
}
#homegame .flex.ti {
  margin: 40px 0;
}
#homegame .flex.ti .btn.k {
  background: #000;
}
#homegame .btn.k .out::after {
  right: 20px;
  top: 5px;
}
#homegame .hk {
  position: relative;
  width: 825px;
  height: 200px;
  padding-left: 30px;
  margin: 40px 0 0;
}
#homegame .hk .p8 {
  width: 470px;
  font-size: 20px;
  font-weight: bold;
  color: #001976;
  position: absolute;
  left: 300px;
  top: 20px;
}
#homegame .hk .p9 {
  width: 660px;
  font-size: 20px;
  font-weight: bold;
  color: #001976;
  position: absolute;
  left: 60px;
  top: 20px;
}
#homegame .hk .p9.se {
  top: 40px;
}
#homegame .hk .phone {
  width: 293px;
  position: absolute;
  left: 0;
  top: -50px;
}
#homegame .hk .ca {
  width: 172px;
  right: -150px;
  top: 20px;
  position: absolute;
}
#homegame .flex.app .b {
  width: 217px;
  margin-right: 10px;
}
#homegame .flex.app .qr {
  width: 73px;
  margin-right: 15px;
}
#homegame .flex.app .qr.m0 {
  margin: 0;
}
#homegame .tw {
  width: 255px;
  padding-left: 60px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: #1da1f2;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  border-radius: 20px;
}
#homegame .tw::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(assets/images/icon_twitter.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 22px;
  left: 30px;
}
#homegame .p10 {
  font-size: 12px;
  color: #707070;
  text-align: center;
}
#homegame .flex.gd {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#homegame .flex.gd amp-img {
  width: 450px;
  margin: 0 35px;
}
#homegame .flex.gd .txt {
  width: 480px;
  margin: 0 35px;
}
#homegame .p7.m {
  margin: 40px auto 0;
}

#homegame .p11 {
  font-size: 12px;
  color: #707070;
  margin: 20px 0 0 20px;
}

@media (max-width: 1000px) {
  #homegame .sp {
    display: block;
  }
  #homegame .sp amp-img {
    max-width: 410px;
  }
  #homegame .pc {
    display: none;
  }
  #homegame p {
    font-size: 16px;
  }
  #homegame .tit-a .p1 {
    font-size: 36px;
  }
  #homegame .p3 {
    font-size: 16px;
  }
  #homegame .inlink li {
    width: calc(50% - 16px);
    margin: 0 4px 16px;
  }
  #homegame .inlink li {
    border-width: 3px;
  }
  #homegame .inlink li .pfi {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
  }
  #homegame .inlink li .pse {
    font-size: 12px;
    margin: 10px 0;
    height: 30px;
  }
  #homegame .inlink li .pth {
    margin-bottom: 10px;
  }
  #homegame .mi .p5 {
    font-size: 18px;
    height: auto;
    line-height: 1.2;
    padding: 10px 0;
  }
  #homegame .flex.ti {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #homegame .btn {
    width: 100%;
    height: 65px;
    max-width: 410px;
    margin: 0 auto 30px;
  }
  #homegame .btn p {
    font-size: 14px;
  }
  #homegame .btn .ic {
    width: 65px;
    height: 65px;
  }
  #homegame .img {
    width: 100%;
  }
  #homegame .p6,
  #homegame .p7 {
    width: 100%;
  }
  #homegame .flex.app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #homegame .flex.ti {
    margin-bottom: 0;
  }
  #homegame .hk {
    width: 100%;
    max-width: 345px;
    height: 320px;
    padding: 0;
    margin: 0 auto 20px;
  }
  #homegame .hk .phone {
    width: 150px;
    top: 5px;
  }
  #homegame .hk .p8 {
    width: 185px;
    font-size: 14px;
    left: 150px;
  }
  #homegame .hk .ca {
    right: 0;
    top: auto;
    bottom: 0;
  }
  #homegame section {
    padding-bottom: 10px;
  }
  #homegame .flex.app .b {
    margin: 0 auto 30px;
  }
  #homegame .hk .p9 {
    font-size: 16px;
    width: 295px;
    left: 20px;
    top: 15px;
  }
  #homegame .tw {
    height: 70px;
    line-height: 70px;
  }
  #homegame .p10 {
    margin-bottom: 40px;
  }
  #homegame .flex.gd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #homegame .flex.gd amp-img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
  #homegame .flex.gd .txt {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  #homegame .p7.m {
    margin-bottom: 40px;
  }
  #homegame .p11 {
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  #homegame #sec6 {
    padding-bottom: 100px;
  }
  #homegame .hk .p9.se {
    top: 25px;
  }
}

/* -------------------------------------------------------------------------- */

/* spshop
/* -------------------------------------------------------------------------- */

#spshop .p3 {
  color: #494949;
  margin: 0 auto 40px;
}
#spshop .flex.shop {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 100px;
  width: 1065px;
}
#spshop .flex.shop li {
  width: 335px;
  height: 570px;
  background: #f7f7f7;
  margin: 0 10px 20px;
}
#spshop .flex.shop .d1 {
  width: 320px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  background: #004b93;
  position: relative;
}
#spshop .flex.shop .d1::after {
  content: '▼';
  font-size: 30px;
  color: #004b93;
  left: 15px;
  bottom: -30px;
  position: absolute;
  z-index: 2;
}
#spshop .flex.shop .d1 p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#spshop .flex.shop .d2 {
  width: calc(100% - 30px);
  padding: 10px 15px 20px;
}

#spshop .flex.shop .d2 .p4 {
  font-size: 12px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin-bottom: 10;
}
#spshop hr {
  border-color: #001976;
  margin: 10px 0;
}
#spshop .flex.shop .d2 .p5 {
  height: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
}
.adr,
.tel {
  padding-left: 20px;
  font-size: 10px;
  color: #004b93;
  text-decoration: underline;
  margin: 10px 0 5px;
  position: relative;
  text-align: left;
  font-weight: normal;
  display: block;
}
.adr::after,
.tel::after {
  content: '';
  background: url(assets/images/fanzone/supportshop/icon_adr.svg) no-repeat
    center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.tel {
  text-decoration: none;
  font-weight: bold;
}
.tel::after {
  background: url(assets/images/fanzone/supportshop/icon_tel.svg) no-repeat
    center;
}
#spshop .flex.shop .d2 .p6 {
  font-size: 10px;
  color: #004b93;
  line-height: 2;
}
#spshop .flex.shop .d2 .p6 span {
  font-weight: bold;
  font-size: inherit;
}
#spshop .flex.shop .d2 .p6 a {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  #spshop .flex.shop {
    width: 710px;
  }
}
@media (max-width: 700px) {
  #spshop .flex.shop {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #spshop .flex.shop li {
    height: auto;
  }
}

/* -------------------------------------------------------------------------- */

/* pl-stats
/* -------------------------------------------------------------------------- */

#pl-stats .con .os {
  overflow: scroll;
  position: relative;
}

#pl-stats .con .sc {
  font-size: 14px;
  text-align: center;
  width: 300px;
  margin: 0 auto 40px;
  color: #001976;
}

#pl-stats table {
  border: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  width: 10000px;
}
#pl-stats .original-font {
  font-family: abo;
}
#pl-stats tr {
  height: 75px;
  border-bottom: #c7c7c7 1px solid;
  background: none;
}
#pl-stats th:nth-child(2n) {
  background-color: #e4e4e4;
  color: #004b93;
}
#pl-stats td:nth-child(2n) {
  background-color: #f2f2f2;
}
#pl-stats th:nth-child(1),
#pl-stats th:nth-child(2) {
  background-color: #f2f2f2 !important;
  color: #004b93;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}
#pl-stats th:nth-child(2) {
  left: 30px;
}
#pl-stats th:nth-child(2n + 3) {
  background-color: #004b93;
  color: #fff;
}
#pl-stats td:nth-child(2n + 3) {
  background-color: #d0e8ff;
}
#pl-stats td:nth-child(1) {
  background-color: #004b93;
}
#pl-stats .vs td:nth-child(1) {
  background-color: #f2f2f2;
}
#pl-stats .player td:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-family: abo;
  text-align: center;
  width: 30px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}
#pl-stats .player td:nth-child(2) {
  color: #001976;
  font-size: 13px;
  text-align: left;
  padding-left: 8px;
  width: 150px;
  position: -webkit-sticky;
  position: sticky;
  left: 30px;
  z-index: 3;
}
#pl-stats th {
  height: 25px;
  font-size: 12px;
  text-align: center;
}
#pl-stats tr:first-child {
  height: 25px;
  width: 180px;
  border-bottom: none;
}
#pl-stats .vs td:nth-child(1),
#pl-stats .vs td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}
#pl-stats .vs td:nth-child(2) {
  left: 30px;
}
#pl-stats .vs .line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #004b93;
  margin-top: 0;
  margin-bottom: 0;
}
#pl-stats .vs .line1 .p1 {
  font-size: 16px;
  font-family: abo;
  margin-left: 21px;
  margin-top: 0;
  margin-bottom: 0;
}
#pl-stats .vs .line1 .p2 {
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
#pl-stats .vs .line1 .p3 {
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
#pl-stats .vs .line2 .p3 a {
  color: #fff !important;
  text-decoration: none;
  -webkit-text-emphasis: none;
  text-emphasis: none;
}
#pl-stats .vs .line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#pl-stats .vs .line2 .p1 {
  font-size: 12px;

  color: #004b93;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
#pl-stats .vs .line2 .p2 {
  font-size: 12px;

  color: #004b93;
  margin: 0 10px;
}
#pl-stats .vs .line2 .p3 {
  font-size: 12px;
  width: 80px;
  text-align: center;
  color: #fff;
  background-color: #001976;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 14px;
  border-radius: 5px;
}

#pl-stats .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#pl-stats .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001976;
  margin: 10px 15px;
  height: 75px;
}

#pl-stats .info .p1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
}

#pl-stats .info .p2 {
  font-size: 26px;
  font-family: abo;
  margin: 3px auto;
}
#pl-stats .info .p2 span {
  font-family: abo;
}
#pl-stats .info .p2 span.in {
  font-size: 18px;
  color: #006d31;
}
#pl-stats .info .p2 span.playerout {
  font-size: 18px;
  color: #dc000c;
}

#pl-stats .info .p3 {
  font-size: 16px;
  font-family: abo;
  margin: 0 auto;
}
#pl-stats .row2 .p2 {
  margin-top: 7px;
}
#pl-stats .row4 {
  position: relative;
}
#pl-stats .row4 .p3 {
  position: absolute;
  width: 150px;
  top: 55px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
#pl-stats .in span {
  color: red;
}
#pl-stats .playerout span {
  color: green;
}

#pl-stats .player a,
#pl-stats .page-nation li a {
  text-decoration: underline;
  color: #001976 !important;
}

#pl-stats .con {
  overflow: scroll;
}

#pl-stats .page-nation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
#pl-stats .page-nation li {
  font-size: 12px;
  padding-left: 1rem;
}

/* -------------------------------------------------------------------------- */

/* partner
/* -------------------------------------------------------------------------- */

#partner .kv {
  width: 500px;
  margin: 0 auto;
  padding: 90px 0;
}
#partner .grey {
  width: 100%;
  background: #f7f7f7;
  padding: 35px 0 120px;
}
#partner .con {
  padding-top: 0;
}
#partner table {
  width: 100%;
  margin: 0 auto 40px;
}
#partner table th {
  background: #004b93;
  width: 210px;
  color: #fff;
  text-align: center;
  height: 60px;
}
#partner table td {
  background: #fff;
  color: #001976;
  padding-left: 20px;
}
#partner .btn {
  width: 250px;
  margin: 40px auto 120px;
}
#partner .btn p {
  width: 200px;
}
#partner .tit {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  background: #004b93;
  color: #fff;
  text-align: center;
}
#partner .txt {
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}
#partner .txt p {
  width: calc(100% - 90px);
  padding: 20px 45px;
  font-size: 16px;
}
#partner .btm {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

#partner .txt ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}
#partner .txt ul li {
  width: 320px;
  margin: 0 10px 20px;
}
#partner .txt ul li p {
  font-size: 14px;
  text-align: center;
  color: #001976;
  margin-top: 10px;
}

@media (max-width: 1100px) {
  #partner .btm-bread {
    padding-left: 3rem;
  }
}

@media (max-width: 800px) {
  #partner .kv {
    width: calc(100% - 30px);
    max-width: 500px;
    padding: 60px 0;
  }
  #partner table th {
    width: 100px;
    font-size: 12px;
  }
  #partner table td {
    font-size: 12px;
    padding-left: 15px;
  }
  #partner .txt p {
    width: calc(100% - 30px);
    padding: 20px 15px;
    font-size: 12px;
  }
  #partner .btm-bread {
    padding-left: 1rem;
  }
}

/* -------------------------------------------------------------------------- */

/* schedule
/* -------------------------------------------------------------------------- */

#schedule table,
td,
th {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
#schedule table {
  margin-bottom: 60px;
}
#schedule td,
#schedule th {
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 40px;
}
#schedule th {
  color: #fff;
  font-weight: bold;
  background-color: #004b93;
}
#schedule td {
  position: relative;
  color: #004b93;
  background-color: #e4e4e4;
  padding: 10px 0;
}

#schedule th:first-child {
  width: 210px;
}
#schedule td:first-child {
  width: 210px;
}
#schedule th:nth-child(2) {
  width: 840px;
}
#schedule td:nth-child(2) {
  width: 840px;
  text-align: left;
}
#schedule table p {
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-left: 7px;
  border-radius: 11px;
  display: inline-block;
}
#schedule p.training {
  width: 50px;
  color: #fff;
  background-color: #004b93;
}
#schedule p.game {
  width: 50px;
  color: #fff;
  background-color: #001976;
}
#schedule p.birth {
  width: 70px;
  color: #fff;
  background-color: #dc000c;
}
#schedule p.media {
  width: 70px;
  color: #001976;
  background-color: #d0e8ff;
}
#schedule p.event {
  width: 90px;
  color: #004b93;
  background-color: #ffec00;
}
#schedule p.others {
  width: 70px;
  color: #fff;
  background-color: #000000;
}
#schedule p.text {
  color: #001976;
  margin-left: 10px;
  text-align: left;
}

#schedule td.Sat:before {
  content: '';
  background: #004b93;
  height: 100%;
  width: 16px;
  left: 0;
  position: absolute;
  top: 0px;
}
#schedule td.Sun:before {
  content: '';
  background: #dc000c;
  height: 100%;
  width: 16px;
  left: 0;
  position: absolute;
  top: 0px;
}
#schedule .even {
  background: #fbf8f0;
}
#schedule .odd {
  background: #fefcf9;
}
#schedule .ps {
  font-size-adjust: 16px;
  font-weight: bold;
  color: #004b93;
  width: calc(100% - 30px);
  margin: 0 auto 30px;
}
#schedule .calen {
  width: calc(100% - 30px);
  height: 600px;
  margin: 0 auto 60px;
}
#schedule .calen iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  #schedule td {
    height: auto;
  }
}

@media (max-width: 374px) {
  #schedule td.saturday:before {
    width: 6px;
  }
  #schedule td.holiday:before {
    width: 6px;
  }
}

/* -------------------------------------------------------------------------- */

/* training
/* -------------------------------------------------------------------------- */

#training .p3 {
  color: #494949;
  width: 1000px;
  margin: 0 auto 40px;
}
#training .in-m {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}
#training .in-m li {
  width: 300px;
  padding: 0 0 0 40px;
  margin: 0;
}
#training section {
  padding-bottom: 20px;
}
#training .p4 {
  background: #d0e8ff;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #004b93;
  margin: 0 auto 20px;
}
#training .p5 {
  width: calc(100% - 40px);
  color: #414141;
  margin: 0 auto 30px;
  line-height: 1.8;
}
#training .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
#training .left,
#training .right {
  width: calc(50% - 40px);
  margin: 0 20px 10px;
}
#training .t-b::after,
#training .t-b::before {
  display: none;
}

@media (max-width: 1100px) {
  #training .p3 {
    width: calc(100% - 100px);
  }
  #training .in-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #training .in-m li {
    margin: 0 0 20px;
  }
}
@media (max-width: 700px) {
  #training .p3 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
  }
  #training .in-m li {
    width: calc(100% - 40px);
    font-size: 12px;
  }
  #training .t-b {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }
  #training .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #training .left,
  #training .right {
    width: 100%;
    margin: 0;
  }
  #training .p4 {
    font-size: 14px;
  }
  #training .p5 {
    font-size: 12px;
    padding: 0;
    width: 100%;
  }
  #training .map {
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------------------------------- */

/* esports
/* -------------------------------------------------------------------------- */

#esports .p3 {
  width: calc(100% - 80px);
  margin: 40px auto 60px;
  color: #004b93;
  line-height: 2;
}
#esports .t-b span {
  font-size: inherit;
  position: relative;
  z-index: 2;
}
#esports .in-m {
  margin-bottom: 60px;
}
#esports .in-m li {
  width: 180px;
  padding: 0 0 0 40px;
}
#esports table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 60px;
}
#esports th,
#esports td {
  border: 2px solid #fff;
  font-size: 14px;
  height: 60px;
  vertical-align: middle;
}
#esports th {
  background: #004b93;
  color: #fff;
  text-align: center;
  width: 100px;
}
#esports td {
  background: #edeef2;
  color: #001976;
  padding-left: 20px;
  width: calc(100% - 120px);
}
#esports #sec1 ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
#esports #sec1 ul li {
  width: 200px;
}
#esports #sec1 ul li:last-child {
  margin-right: 0;
}
#esports #sec1 ul li p {
  text-align: center;
  color: #004b93;
  font-size: 12px;
  font-weight: bold;
}
#esports #sec1 ul li .abo {
  font-size: 20px;
  margin: 15px auto 5px;
}
#esports .p4 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  margin: 60px auto;
  color: #001976;
}
#esports #sec2 table {
  margin-top: -40px;
}
#esports #sec2 td {
  background: #fff;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  height: 130px;
  text-align: center;
  padding: 0;
}
#esports #sec2 tr:nth-child(2n) td {
  background: #edeef2;
}
#esports #sec2 .td1 {
  width: 300px;
}
#esports #sec2 .td1 span {
  color: #fff;
  background: #001976;
  border-radius: 20px;
  font-size: 16px;
  padding: 10px 30px;
}
#esports #sec2 .td3,
#esports #sec2 .td4 {
  width: 150px;
}
#esports #sec3 .d1 {
  width: 350px;
  text-align: center;
  margin: 0 20px 120px;
}
#esports #sec3 .flex p {
  font-size: 20px;
  color: #001150;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  #esports #sec2 tr,
  #esports #sec2 td {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: auto;
  }
  #esports #sec2 td {
    display: grid;
    place-items: center;
    height: auto;
    padding: 10px 0;
  }
  #esports #sec2 td:not(:last-child) {
    border: none;
  }
  #esports #sec2 td:first-child,
  #esports #sec2 td:last-child {
    padding: 20px 0;
  }
  #esports #sec2 .td1,
  #esports #sec2 .td3,
  #esports #sec2 .td4 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #esports .tit-a .p1 {
    font-size: 24px;
  }
  #esports .tit-a .p2 {
    font-size: 10px;
  }
  #esports .t-b {
    font-size: 16px;
  }
  #esports .p3 {
    width: 100%;
    margin: 20px 0 40px;
    font-size: 14px;
  }
  #esports th {
    font-size: 12px;
  }
  #esports .in-m {
    margin-bottom: 40px;
  }
  #esports .in-m li {
    width: 120px;
    margin: 0 5px 15px;
  }
  #esports #sec1 ul {
    margin-bottom: 40px;
  }
  #esports #sec1 ul li {
    width: calc(50% - 10px);
  }
  #esports .p4 {
    margin: 40px auto;
  }
  #esports #sec3 .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #esports #sec3 .d1 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
  }
}

.prep {
  margin: 100px auto 160px;
}
.prep .p1 {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #001976;
}
.prep .p2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #001976;
}

.ajax-loader {
  display: none !important;
}

.kidspass_detailed_information{
	background:#fccf00;
	color:red ;
	padding:10px 15px;
	margin:0px 0 30px;

}

@media screen and (min-width:1001px){
	.kidspass_detailed_information{
		margin:0px 20px 30px;
		text-align: center;
	}
}

.food_map_img{
	margin-top: 30px; 
}
.food_map_img img{
	width: 100%;
	max-width: 100%;
}

@media (max-width: 700px) {
	.food_map_img{
		margin-top: 30px; 
	}
}