* {
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: "源ノ角ゴシック", Noto Sans JP, Roboto, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "aboli";
  src: url("../font/FontsFree-Net-Abolition-W00-Regular.ttf");
}

@font-face {
  font-family: "rog";
  src: url("../font/RoGSanSrfStd-Bd.otf");
}

.wrap {
  max-width: 100%;
  min-width: 100%;
}

header {
  position: fixed;
  height: 80px;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  display: block;
}

ul {
  list-style: none;
  text-align: center;
}

a {
  text-decoration: none;
}

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

.bar {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 80px;
  position: relative;
  z-index: 1000;
  color: #fff;
  background: #004b93;
}

.bar .game {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.bar .game span {
  font-size: 20px;
}

.bar .flex {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.bar .flex .logo {
  width: 75px;
}

.bar .flex .vs {
  font-size: 20px;
  font-family: aboli;
  letter-spacing: 0.1rem;
  margin: 0 5px;
  text-align: center;
}

.bar .flex .date {
  font-size: 61px;
  font-family: aboli;
  letter-spacing: 0.3rem;
  margin: 0 20px;
  text-align: center;
  line-height: 1;
}

.bar .flex .time p {
  font-size: 42px;
  font-family: aboli;
  letter-spacing: 0.2rem;
  margin-right: 20px;
  text-align: center;
  line-height: 40px;
}

.bar .flex .time p span {
  font-size: 34px;
  font-family: aboli;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 40px;
}

.bar .flex .time .stadium {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0rem;
  line-height: 20px;
  font-family: "Noto Sans JP";
}

.bar .cv-btn {
  width: 230px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
}

.bar .cv-btn .icon-ticket {
  width: 60px;
  height: 60px;
  background: #006d31;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bar .cv-btn .icon-ticket::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #006d31;
  position: absolute;
  top: 22px;
  right: -10px;
}
.bar .cv-btn .icon-ticket amp-img {
  width: 45px;
  position: absolute;
  right: 8px;
  transition: all 0.5s;
  z-index: 4;
}

.bar .cv-btn .text {
  width: 130px;
  padding-left: 10px;
  height: 60px;
  color: #004b93;
  text-align: right;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 3;
}

.bar .cv-btn .text .p1 {
  font-size: 16px;
}
.bar .cv-btn .text .p2 {
  font-size: 10px;
}

.bar .cv-btn .text::after {
  content: "";
  width: 0;
  height: 60px;
  background: #006d31;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}

.bar .cv-btn:hover .text {
  color: #fff;
}

.bar .cv-btn:hover .text::after {
  width: 100%;
}
.bar .cv-btn:hover .icon-ticket amp-img {
  right: -8px;
}

.bar .cv-btn .tri {
  width: 30px;
  height: 60px;
  background: #001976;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.header-menu-button {
  width: 78px;
  height: 80px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
.header-menu-button:hover .menu1 {
  opacity: 0;
}
.header-menu-button .menu2 {
  width: 78px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

.nodisplay {
  display: none !important;
}

.nodisplay-nav {
  opacity: 0 !important;
  max-height: 0 !important;
  visibility: hidden;
}

#header-nav {
  width: 100%;
  max-height: 600px;
  margin: 0;
  background: #004b93;
  position: absolute;
  bottom: 0;
  padding: 0 0 100px;
  transition: all 300ms 0s ease;
  z-index: 1;
}

#header-nav.menu .page-top {
  width: 100%;
  height: 60px;
  background: #001976;
  margin: 0;
  text-align: center;
}

#header-nav.menu .page-top img {
  width: 57px;
  height: 60px;
  margin: 0 auto;
}

#header-nav.menu ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#header-nav.menu li {
  width: 154px;
}

#header-nav .share {
  width: 100%;
  height: 165px;
  color: #fff;
}

#header-nav .share p {
  padding-top: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

#header-nav .share ul {
  width: 302px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 40px;
}

#header-nav .share ul li {
  width: 33.3%;
}

#header-nav .share ul li img {
  width: 51px;
}

#header-nav .share ul li p {
  padding: 0;
  margin: 0;
  font-family: aboli;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.2em;
}

#vs {
  width: 100%;
  height: 770px;
  background: #001976;
}

#vs .color-bar {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-self: center;
}

#vs .color-bar .logo {
  width: 183px;
}

#vs .color-bar p {
  line-height: 80px;
  padding-left: 25px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
#vs .color-bar p span {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

#vs .flex {
  width: 830px;
  background: #fff;
  padding: 25px calc(50% - 415px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#vs .flex .card {
  width: 190px;
  height: 265px;
}

#vs .flex .card .team-e {
  text-align: center;
  font-size: 25px;
  font-family: aboli;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 25px;
}

#vs .flex .card .team-e::after {
  content: "";
  width: 118px;
  height: 9px;
  background: #005ca2;
  position: absolute;
  left: calc(50% - 59px);
  bottom: -10px;
}

#vs .flex .card.away .team-e::after {
  background: #ed6d00;
}

#vs .flex .card .team-j {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#vs .flex .center-card {
  width: 350px;
  height: 280px;
}

#vs .flex .center-card .p1 {
  font-family: aboli;
  letter-spacing: 0.6rem;
  font-size: 83px;
  text-align: center;
  line-height: 1.1;
}
#vs .flex .center-card .p2 {
  font-family: aboli;
  letter-spacing: 0.3rem;
  font-size: 49px;
  text-align: center;
  line-height: 1.4;
}

#vs .flex .center-card .p2 span {
  font-family: aboli;
  letter-spacing: 0.1rem;
  font-size: 40px;
}

#vs .flex .center-card .p3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#vs .cv-btn,
.event-box .cv-btn,
.weather-box .cv-btn {
  width: 350px;
  max-width: 100%;
  height: 70px;
  border-radius: 15px;
  background: #004b93;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
}

#vs .cv-btn .icon-ticket,
.event-box .cv-btn .icon-ticket,
.weather-box .cv-btn .icon-ticket {
  width: 70px;
  height: 70px;
  background: #006d31;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vs .cv-btn .icon-ticket::after,
.event-box .cv-btn .icon-ticket::after,
.weather-box .cv-btn .icon-ticket::after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #006d31;
  position: absolute;
  top: 25px;
  right: -15px;
  z-index: 4;
}
#vs .cv-btn .icon-ticket amp-img,
.event-box .cv-btn .icon-ticket amp-img,
.weather-box .cv-btn .icon-ticket amp-img {
  width: 53px;
  position: absolute;
  right: 10px;
  transition: all 0.5s;
  z-index: 5;
}
#vs .cv-btn .text,
.event-box .cv-btn .text,
.weather-box .cv-btn .text {
  width: 225px;
  padding-left: 20px;
  height: 70px;
  color: #fff;
  text-align: right;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 3;
}

#vs .cv-btn .text .p1,
.event-box .cv-btn .text .p1,
.weather-box .cv-btn .text .p1 {
  font-size: 26px;
  letter-spacing: 0.1rem;
  font-family: Noto Sans JP;
}
#vs .cv-btn .text .p2,
.event-box .cv-btn .text .p2,
.weather-box .cv-btn .text .p2 {
  font-size: 12px;
  letter-spacing: 0.1rem;
}

#vs .cv-btn .text::after,
.event-box .cv-btn .text::after,
.weather-box .cv-btn .text::after {
  content: "";
  width: 0;
  height: 70px;
  background: #006d31;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}

#vs .cv-btn:hover .text::after,
.event-box .cv-btn:hover .text::after,
.weather-box .cv-btn:hover .text::after {
  width: 100%;
}

#vs .cv-btn:hover .icon-ticket amp-img,
.event-box .cv-btn:hover .icon-ticket amp-img,
.weather-box .cv-btn:hover .icon-ticket amp-img {
  right: -10px;
}

#vs .cv-btn .tri,
.event-box .cv-btn .tri,
.weather-box .cv-btn .tri {
  width: 35px;
  height: 70px;
  background: #006d31;
  color: #fff;
  text-align: center;
  line-height: 70px;
}

#vs .next {
  font-family: aboli;
  font-size: 42px;
  letter-spacing: 0.5rem;
  text-align: center;
  color: #fff;
  padding: 25px 0;
}

#vs .flex-next {
  width: 1000px;
  height: 210px;
  margin: 0 auto;
}

#vs .flex-next .card {
  width: 320px;
  height: 210px;
  background: #fff;
  position: relative;
}

#vs .flex-next .card .color-bar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: aboli;
  font-size: 24px;
  letter-spacing: 0.2rem;
  background: #004b93;
}
#vs .flex-next .card .flex-text {
  width: 100%;
  height: 85px;
  position: relative;
}

#vs .flex-next .card .flex-text .vs {
  position: absolute;
  top: 27px;
  left: 92px;
  font-family: aboli;
  letter-spacing: 0.1rem;
  font-size: 24px;
  color: #004b93;
}

#vs .flex-next .card .flex-text .name {
  position: absolute;
  top: 31px;
  right: 82px;
  font-size: 14px;
  font-weight: bold;
  color: #004b93;
}

#vs .flex-next .card .flex-text .logo {
  width: 80px;
  margin: 10px auto 0;
  display: block;
}

#vs .flex-next .card .btn {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  background: #001976;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vs .flex-next .card .btn img {
  width: 27px;
  display: block;
}

#vs .flex-next .card .btn p {
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 5px;
}
#vs .flex-next .card .btn:hover {
  background: #006d31;
}
#vs .flex-next .card .color-bar2 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #004b93;
  position: absolute;
  bottom: 0;
  left: 0;
}

#event {
  background: #004b93;
  width: 100%;
  padding: 40px 0 75px;
  position: relative;
}

.title {
  width: 490px;
  height: 140px;
  padding-left: calc(50% - 600px);
  background: linear-gradient(#001976, #000d3b);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}

.title h2 {
  padding-right: 160px;
  line-height: 140px;
  text-align: right;
  font-size: 80px;
  font-family: aboli;
  font-weight: normal;
  letter-spacing: 0.6rem;
  color: #fff;
}

.desc {
  width: 830px;
  height: 140px;
  padding-right: calc(50% - 600px);
  background: #fff;
  position: absolute;
  top: 65px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desc p {
  font-size: 22px;
  font-weight: bold;
  color: #004b93;
  padding-left: 100px;
}

#event .main {
  width: 950px;
  margin: 250px auto 100px;
  position: relative;
}

#event .main .color-box {
  width: 740px;
  height: 140px;
  background: rgba(0, 25, 118, 0.9);
  position: absolute;
  bottom: 55px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#event .main .color-box p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 50px;
}

#event .main .color-box .btn {
  width: 150px;
  margin-right: 35px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #004b93;
  font-weight: bold;
  cursor: pointer;
}

#event .main .color-box .btn:hover {
  background: #004b93;
  color: #fff;
}

#event .slide {
  width: 550px;
  height: 510px;
  margin: 0 auto;
}

#event .slide .text {
  width: 490px;
  height: 200px;
  background: #000;
  position: relative;
  padding: 0 30px;
}

#event .slide .text .p1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px 0 20px;
}

#event .slide .text .p2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  height: 60px;
}

#event .slide .text::before {
  content: "";
  width: 30px;
  height: 200px;
  background: #001976;
  position: absolute;
  right: 0;
  top: 0;
}

#event .slide .text::after {
  content: "";
  width: 30px;
  height: 200px;
  background: #001976;
  position: absolute;
  left: 0;
  top: 0;
}

#event .slide .btn {
  width: 150px;
  margin: 0 auto;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #004b93;
  font-weight: bold;
  cursor: pointer;
}

#event .slide .btn:hover {
  background: #004b93;
  color: #fff;
}

.swiper-container.event {
  padding-bottom: 60px;
  max-width: 1200px;
}
.swiper-container.event .swiper-button-prev {
  background-image: url(../img/btn_prev4.svg);
  left: 0;
  width: 116px;
  height: 100px;
  background-size: contain;
}

.swiper-container.event .swiper-button-next {
  background-image: url(../img/btn_next4.svg);
  right: 0;
  width: 116px;
  height: 100px;
  background-size: contain;
}

.swiper-container.event .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container.event .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 32px;
  font-family: aboli;
  color: #004b93;
  background: #fff;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}

.swiper-container.event .swiper-pagination-bullet-active {
  background: #001976;
  color: #fff;
}

#preview .bg {
  width: 100%;
  height: 305px;
  background: center / cover no-repeat url(../img/preview_bg.jpg);
}

#preview .bg .flex {
  width: 700px;
  height: 230px;
  padding: 35px calc(50% - 350px) 40px;
  background: rgba(256, 256, 256, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#preview .bg .flex .card {
  width: 160px;
  height: 230px;
}

#preview .flex .card .team-e {
  text-align: center;
  font-size: 21px;
  font-family: aboli;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 18px;
}

#preview .flex .card .team-e::after {
  content: "";
  width: 100px;
  height: 8px;
  background: #005ca2;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -8px;
}

#preview .flex .card.away .team-e::after {
  background: #ed6d00;
}

#preview .flex .card .team-j {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#preview .flex .center-text {
  width: 380px;
}

#preview .flex .center-text .flex {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
}
#preview .flex .center-text .flex .rank {
  width: 100px;
  text-align: center;
}

#preview .flex .center-text .flex .rank .p1 {
  font-size: 35px;
  font-weight: bold;
}

#preview .flex .center-text .flex .rank .p2 {
  font-size: 12px;
  font-weight: bold;
}

#preview .flex .center-text .flex .vs {
  font-size: 83px;
  font-family: aboli;
  letter-spacing: 0.2rem;
}

#preview .flex .center-text .season {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}

#preview .flex .center-text .result {
  font-size: 57px;
  font-family: aboli;
  letter-spacing: 1rem;
  text-align: center;
}

#preview .img {
  width: 100%;
  position: relative;
}

#preview .title {
  width: 490px;
  height: 140px;
  padding-right: calc(50% - 600px);
  padding-left: 0;
  top: auto;
  left: auto;
  bottom: 65px;
  right: 0;
}
#preview .title h2 {
  padding-left: 45px;
  padding-right: 0;
  text-align: left;
}

#preview .desc {
  padding-right: 0;
  padding-left: calc(50% - 600px);
  background: #004b93;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}

#preview .desc p {
  color: #fff;
  padding-right: 10px;
  padding-left: 0;
}

#player {
  width: 100%;
  background: #e4e4e4;
}

#player .tit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #1d2088;
  padding: 50px 0 0;
  position: relative;
  margin-bottom: 40px;
}

#player .tit::after {
  content: "";
  width: 100px;
  height: 8px;
  background: #005ca2;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
}

#player .sub {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 60px;
  line-height: 2.5;
}

#player .bg {
  width: 1200px;
  height: 820px;
  padding: 0 calc(50% - 600px);
  background: center / cover no-repeat url(../img/feature_player_bg.jpg);
  position: relative;
}

#player .bg .img {
  width: 600px;
  position: absolute;
  left: 0;
  top: 0;
}

#player .bg .color-box {
  width: 545px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 90px;
  right: calc(50% - 575px);
}

#player .bg .color-box p {
  font-size: 50px;
  line-height: 80px;
  font-family: aboli;
  letter-spacing: 0.3rem;
  color: #004b93;
  padding-left: 40px;
}

#player .bg .color-box span {
  font-size: 24px;
  font-weight: bold;
  color: #004b93;
  padding-left: 20px;
  letter-spacing: 0;
}

#player .bg .text {
  width: 475px;
  color: #fff;
  line-height: 3;
  position: absolute;
  top: 210px;
  right: calc(50% - 540px);
}

#player .bg .color-box2 {
  width: 920px;
  height: 130px;
  background: #001976;
  position: absolute;
  bottom: 65px;
  right: calc(50% - 600px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#player .bg .color-box2 .num {
  width: 130px;
  line-height: 130px;
  background: #fff;
  color: #004b93;
  text-align: center;
  font-family: aboli;
  font-size: 90px;
}

#player .bg .color-box2 .name {
  font-family: aboli;
  letter-spacing: 0.3rem;
  font-size: 70px;
  color: #fff;
  padding-left: 30px;
  width: 620px;
}

#player .bg .color-box2 .name span {
  font-size: 30px;
  color: #fff;
  padding-left: 20px;
  letter-spacing: 0;
}

#player .bg .color-box2 .posi {
  width: 110px;
  text-align: right;
  font-size: 127px;
  font-family: aboli;
  letter-spacing: 0.3rem;
  color: #fff;
  padding-right: 30px;
}

#schedule {
  background: #0092E5;
  width: 100%;
  padding: 40px 0 75px;
  position: relative;
}

#schedule .title h2 {
  padding-right: 90px;
}

#schedule .desc {
  background: #004B93;
}

#schedule .desc p {
  color: #fff;
  padding-left: 30px;
}

#schedule ul {
  padding: 250px 0 30px;
}

#schedule li {
  background: #003F91;
  width: 1200px;
  height: 50px;
  padding: 0 calc(50% - 600px);
  margin-bottom: 30px;
  position: relative;
}

#schedule li .time {
  font-family: aboli;
  letter-spacing: 0.3rem;
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

#schedule li .content {
  width: 510px;
  height: 70px;
  background: #fff;
  position: absolute;
  top: -10px;
  right: calc(50% - 600px);
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#schedule li .content p {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#schedule li .content.mini p {
  font-size: 16px;
}

#schedule li .content::after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  left: -20px;
  top: 22px;
}

#schedule li:nth-child(2n) .content {
  right: auto;
  left: calc(50% - 600px);
  padding-left: 0;
  padding-right: 20px;
}

#schedule li:nth-child(2n) .content p {
  text-align: right;
}

#schedule li:nth-child(2n) .content::after {
  border-right: 0;
  border-left: 20px solid #fff;
  left: auto;
  right: -20px;
}

#schedule .caution{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#ticket .title-block {
  width: 1200px;
  padding: 35px calc(50% - 600px);
  background: #004b93;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#ticket .title-block::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 45px;
  left: 0;
  background: #001976;
  z-index: -1;
}

#ticket .title-block h2 {
  font-size: 120px;
  font-family: aboli;
  letter-spacing: 0.3rem;
  color: #fff;
  padding-right: 15px;
  font-weight: normal;
}

#ticket .title-block .sub {
  height: 135px;
}

#ticket .title-block .sub .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 15px;
}

#ticket .title-block .sub .p2 {
  font-weight: bold;
  color: #fff;
}

#vs.w {
  height: 410px;
}

#vs.w .color-bar {
  background: #fff;
}

#vs.w .color-bar p,
#vs.w .color-bar p span {
  color: #000;
}

#vs.w .flex {
  background: #001976;
  color: #fff;
}

#vs.w .cv-btn .text {
  background: #fff;
  color: #001976;
}

#vs.w .cv-btn:hover .text {
  color: #fff;
}

.ticket {
  width: 100%;
  background: #fff;
  padding: 40px 0 60px;
}

.ticket .img {
  width: 860px;
  margin: 0 auto 40px;
}

.ticket table {
  width: 1160px;
  margin: 0 auto 20px;
  border-collapse: collapse;
}

.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.udr {
  text-decoration: underline;
  cursor: pointer;
}

.ticket table td.color-1,
.ticket .color-box.color-1,
amp-lightbox .box .color-box.color-1 {
  background: #fdf000;
  color: #004b93;
}

.ticket table td.color-2,
.ticket .color-box.color-2,
amp-lightbox .box .color-box.color-2 {
  background: #f60d7d;
}

.ticket table td.color-3,
.ticket .color-box.color-3,
amp-lightbox .box .color-box.color-3 {
  background: #fc4400;
}
.ticket table td.color-4,
.ticket .color-box.color-4,
amp-lightbox .box .color-box.color-4 {
  background: #00b019;
}
.ticket table td.color-5,
.ticket .color-box.color-5,
amp-lightbox .box .color-box.color-5 {
  background: #22188f;
}
.ticket table td.color-6,
.ticket .color-box.color-6,
amp-lightbox .box .color-box.color-6 {
  background: #fd0000;
}
.ticket table td.color-7,
.ticket .color-box.color-7 {
  background: #e0e0e0;
  color: #004b93;
}

.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: 1160px;
  margin: 0 auto 40px;
  font-size: 10px;
  line-height: 2;
}

.ticket .cv-btn {
  width: 575px;
  height: 100px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
}

.ticket .cv-btn .icon-ticket {
  width: 100px;
  height: 100px;
  background: #006d31;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket .cv-btn .icon-ticket::after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #006d31;
  position: absolute;
  top: 35px;
  right: -20px;
  z-index: 4;
}
.ticket .cv-btn .icon-ticket amp-img {
  width: 76px;
  position: absolute;
  right: 8px;
  transition: all 0.5s;
  z-index: 5;
}

.ticket .cv-btn .text {
  width: 415px;
  padding-left: 10px;
  height: 100px;
  color: #fff;
  background: #004b93;
  text-align: right;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 3;
  font-size: 36px;
}

.ticket .cv-btn .text .p1 {
  font-size: 16px;
}
.ticket .cv-btn .text .p2 {
  font-size: 10px;
}

.ticket .cv-btn .text::after {
  content: "";
  width: 0;
  height: 100px;
  background: #006d31;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}

.ticket .cv-btn:hover .text {
  color: #fff;
}

.ticket .cv-btn:hover .text::after {
  width: 100%;
}
.ticket .cv-btn:hover .icon-ticket amp-img {
  right: -8px;
}

.ticket .cv-btn .tri {
  width: 50px;
  height: 100px;
  background: #006d31;
  color: #fff;
  text-align: center;
  line-height: 100px;
}

#vs.next {
  height: auto;
  padding-bottom: 45px;
}

#enjoy {
  width: 1200px;
  padding: 50px calc(50% - 600px) 100px;
  background-image: linear-gradient(
    90deg,
    #05579e 25%,
    #004b93 25%,
    #004b93 50%,
    #05579e 50%,
    #05579e 75%,
    #004b93 75%,
    #004b93
  );
  background-size: 70px 70px;
}

#enjoy .img {
  width: 624px;
  margin: 0 auto 20px;
}

#enjoy .tit {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

#enjoy .enjoy-container {
  width: 100%;
  height: 560px;
  position: relative;
}

#enjoy .enjoy-container .img {
  width: 354px;
  position: absolute;
  top: 0;
  left: 120px;
}

#enjoy .enjoy-container.second .img {
  right: 120px;
  left: auto;
}

#enjoy .enjoy-container .swiper-container {
  width: 700px;
  position: absolute;
  top: 50px;
  right: 0;
  padding-bottom: 30px;
  z-index: 1;
}

#enjoy .enjoy-container.second .swiper-container {
  left: 0;
  right: auto;
}

#enjoy .enjoy-container .enjoy-box {
  width: 600px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#enjoy .enjoy-container.second .enjoy-box {
  left: auto;
  right: 0;
}

#enjoy .enjoy-container .enjoy-box .color-box {
  width: 100%;
  height: 80px;
  background: #004b93;
  color: #fff;
  font-family: aboli;
  letter-spacing: 0.3rem;
  font-size: 58px;
  line-height: 80px;
  text-align: center;
}

#enjoy .enjoy-container .enjoy-box .text {
  width: 100%;
  height: 300px;
  background: #fff;
}

#enjoy .enjoy-container .enjoy-box .text .p1 {
  font-family: rog;
  font-size: 30px;
  text-align: center;
  padding: 40px 0 35px;
  line-height: 1.2;
  color: #004b93;
}

#enjoy .enjoy-container .enjoy-box .text .p2 {
  width: 444px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  color: #004b93;
}

#enjoy .swiper-pagination-bullet,
#players-info .swiper-pagination-bullet,
#vs .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #e4e4e4;
  opacity: 1;
}

#players-info .swiper-pagination-bullet {
  margin: 0 7.5px;
}

#enjoy .swiper-pagination-bullets,
#players-info .swiper-pagination-bullets {
  bottom: 0;
}

#enjoy .swiper-pagination-bullet-active,
#players-info .swiper-pagination-bullet-active,
#vs .swiper-pagination-bullet-active {
  background: #ffaf00;
}

#enjoy .circ-box {
  width: 250px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #001976;
  margin: 50px auto 35px;
}

#enjoy .swiper-container.enjoy1-2 {
  width: 760px;
  padding: 0 50px 70px;
}

#enjoy .swiper-container.enjoy1-2 .swiper-slide img {
  cursor: pointer;
}

.swiper-container.enjoy1-2 .name {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.swiper-container.enjoy1-2 .price {
  width: 140px;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 33px;
  background: #001976;
  margin: 0 auto;
}

#enjoy .swiper-container.enjoy1-2 .swiper-pagination-bullet {
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 19px;
  font-family: aboli;
}

#enjoy .bar {
  width: 380px;
  height: 10px;
  background: #001976;
  margin: 50px auto;
  z-index: 1;
}

.swiper-container.enjoy1-2 .swiper-button-prev {
  background-image: url(../img/btn_prev.svg);
  left: 0;
}

.swiper-container.enjoy1-2 .swiper-button-next {
  background-image: url(../img/btn_next.svg);
  right: 0;
}

#players-info {
  width: 100%;
  padding: 40px 0 60px;
  background: center / cover no-repeat url(../img/players_bg.jpg);
}

#players-info h2 {
  font-size: 120px;
  font-family: aboli;
  letter-spacing: 0.6rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

#players-info .tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

#players-info .swiper-container {
  padding-bottom: 60px;
}

#players-info .swiper-slide {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#players-info .swiper-slide img {
  width: 300px;
}

#players-info .swiper-slide .text {
  width: 300px;
  height: 470px;
}

#players-info .swiper-slide .text .up {
  width: 260px;
  padding: 15px 20px;
  height: 150px;
  background: #001976;
}

#players-info .swiper-slide .text .btm {
  width: 260px;
  padding: 20px 20px 30px;
  height: 240px;
  background: #004b93;
}

#players-info .swiper-slide .text .p1 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

#players-info .swiper-slide .text .bar {
  width: 260px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}

#players-info .swiper-slide .text .p2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}

#players-info .swiper-slide .text .p3 {
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}

.swiper-container.players .swiper-button-prev,
.swiper-container.players .swiper-button-next {
  width: 56px;
  height: 56px;
  background-size: cover;
}

.swiper-container.players .swiper-button-prev {
  background-image: url(../img/btn_prev2.svg);
  left: calc(25% - 60px);
}

.swiper-container.players .swiper-button-next {
  background-image: url(../img/btn_next2.svg);
  right: calc(25% - 60px);
}

#about {
  width: 1040px;
  padding: 45px calc(50% - 520px) 170px;
  background: center / cover no-repeat url(../img/about_bg.jpg);
}

#about .img {
  width: 325px;
  margin: 0 auto;
}

#about h2 {
  font-family: aboli;
  letter-spacing: 0.3rem;
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

#about p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  padding-top: 150px;
}

#access {
  width: 100%;
  padding: 60px 0 50px;
  background: #fff;
}

#access h2 {
  font-size: 90px;
  font-family: aboli;
  letter-spacing: 0.6rem;
  font-weight: normal;
  color: #004b93;
  text-align: center;
}

#access .tit {
  font-size: 24px;
  font-weight: bold;
  color: #004b93;
  text-align: center;
  margin-bottom: 60px;
}

#access .name {
  font-size: 50px;
  font-family: aboli;
  letter-spacing: 0.3rem;
  color: #004b93;
  text-align: center;
  margin: 40px auto 15px;
}

#access .btn {
  width: 435px;
  margin: 0 auto;
}

#access address {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-style: normal;
}

#access .access-desc {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  width: 1050px;
  margin: 40px auto;
}

#sns {
  width: 530px;
  padding: 60px calc(50% - 265px);
  background: #e4e4e4;
}

#sns p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #004b93;
}

#sns .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 380px;
  margin: 20px auto 0;
}

#sns .flex amp-img {
  width: 65px;
}

.page-top {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 50px;
  color: #fff;
  background: #001976;
}

footer {
  width: 100%;
  background: #004b93;
  padding: 60px 0 120px;
}

footer .logo {
  width: 352px;
  margin: 0 auto 50px;
}

footer .copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

amp-lightbox {
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  position: relative;
}

amp-lightbox .box p {
  color: #004b93;
}

amp-lightbox .box-desc {
  width: 890px;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto;
}

amp-lightbox .box {
  width: 1080px;
  position: absolute;
  top: 50px;
  left: calc(50% - 540px);
  background: #fff;
}

amp-lightbox .box .color-box {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
}

amp-lightbox .box .center {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

amp-lightbox .box .img {
  margin-bottom: 25px;
  position: relative;
}

amp-lightbox .box .img p {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 15px;
}

amp-lightbox .box .next-button {
  position: absolute;
  top: 400px;
  right: -30px;
  width: 70px;
  height: 70px;
  background-image: url(../img/btn_next3.svg);
  background-size: cover;
  cursor: pointer;
}

amp-lightbox .box .prev-button {
  position: absolute;
  top: 400px;
  left: -30px;
  width: 70px;
  height: 70px;
  background-image: url(../img/btn_prev3.svg);
  background-size: cover;
  cursor: pointer;
}
amp-lightbox .box .close {
  width: 144px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  text-align: center;
  background: #004b93;
  color: #fff;
  border-radius: 43px;
  margin: 0 auto 40px;
  cursor: pointer;
}
amp-lightbox .goods-box {
  width: 500px;
  position: absolute;
  top: 50px;
  left: calc(50% - 225px);
  padding: 40px 25px 65px;
  background: #004b93;
}
amp-lightbox .goods-box p {
  color: #fff;
}
amp-lightbox .goods-box .color-box {
  width: 100%;
  height: 90px;
  background: #001976;
  margin: 0 auto;
}

amp-lightbox .goods-box .color-box .p1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
}

amp-lightbox .goods-box .p2 {
  margin: 25px auto;
}

amp-lightbox .goods-box .p3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

amp-lightbox .goods-box .p4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

amp-lightbox .goods-box .color-bar {
  width: 100%;
  height: 5px;
  background: #fff;
}

amp-lightbox .goods-box .close {
  width: 90px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  background: #fff;
  color: #004b93;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  margin: 50px auto 0;
}

amp-lightbox .goods-box .next-button,
amp-lightbox .event-box .next-button {
  position: absolute;
  top: 400px;
  right: -60px;
  width: 56px;
  height: 56px;
  background-image: url(../img/btn_next2.svg);
  background-size: cover;
  cursor: pointer;
}

amp-lightbox .goods-box .prev-button,
amp-lightbox .event-box .prev-button {
  position: absolute;
  top: 400px;
  left: -60px;
  width: 56px;
  height: 56px;
  background-image: url(../img/btn_prev2.svg);
  background-size: cover;
  cursor: pointer;
}

amp-lightbox .event-box {
  width: 550px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  padding: 40px 35px 50px;
  background: #fff;
}

amp-lightbox .event-box .p3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
}

amp-lightbox .event-box .p4 {
  margin: 15px auto 50px;
}
amp-lightbox .event-box .color-bar {
  width: 100%;
  height: 5px;
  background: #153692;
}
amp-lightbox .event-box .color-box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 44px;
  text-align: center;
  font-family: aboli;
  color: #fff;
  background: #004b93;
  letter-spacing: 0.3rem;
}
amp-lightbox .event-box .close {
  width: 90px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  background: #153692;
  color: #fff;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  margin: 40px auto 0;
}

amp-lightbox .weather-box {
  width: 850px;
  position: absolute;
  top: 50px;
  left: calc(50% - 540px);
  padding: 30px 115px 60px;
  background: #fff;
  text-align: center;
}

amp-lightbox .weather-box .p3 {
  padding: 30px 0 0;
  text-align: left;
}
amp-lightbox .weather-box .circ {
  display: inline-block;
  font-family: rog;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  padding: 15px 25px;
  border-radius: 60px;
  background: #001976;
  margin: 20px auto;
}
amp-lightbox .weather-box .forecast {
  margin-bottom: 40px;
}
amp-lightbox .weather-box .close {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #004b93;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 40px auto 0;
}

.movieIn {
  margin: 0 auto 20px;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.movieIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ticket amp-lightbox .cv-btn {
  margin-bottom: 50px;
}

amp-lightbox .cv-btn {
  margin: 0 auto;
}

.weather {
  width: 10%;
  max-width: 150px;
  position: fixed;
  top: 55px;
  right: 2.5%;
  z-index: 10;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .swiper-container.event {
    max-width: 1800px;
  }
}

@media (min-width: 1200px) {
  .pc-hide {
    display: none;
  }
}

@media (min-width: 940px) and (max-width: 1199px) {
  .tab-hide {
    display: none;
  }
  .bar .flex {
    width: calc(100% - 78px);
    margin: 0;
  }
  .title {
    width: 300px;
    padding-left: 0;
  }
  .title h2 {
    padding-right: 60px;
  }
  .desc {
    padding: 0;
  }
  #preview .title {
    padding: 0;
  }
  #preview .desc {
    justify-content: left;
  }
  #preview .desc p {
    font-size: 18px;
    padding-left: 30px;
  }
  #player .sub {
    width: 900px;
  }
  #player .bg {
    width: 100%;
    padding: 0;
  }
  #player .bg .color-box,
  #player .bg .text,
  #player .bg .color-box2 {
    right: 0;
  }
  #schedule {
    width: 100%;
    padding: 40px 0;
  }
  #schedule .title {
    width: 450px;
  }
  #schedule .title h2 {
    padding-right: 50px;
  }
  #schedule .desc {
    justify-content: right;
  }
  #schedule .desc p{
    font-size: 18px;
    text-align: right;
    padding-left: 310px;
  }
  #schedule li {
    width: 100%;
    padding: 0;
  }
  #schedule li .content {
    width: 410px;
    right: 0;
  }
  #schedule li:nth-child(2n) .content {
    left: 0;
  }
  #schedule li .content p {
    font-size: 18px;
  }
  #schedule li .content.mini p {
    font-size: 14px;
  }
  #ticket .title-block {
    width: 100%;
    padding: 20px 0;
  }
  #ticket .title-block h2 {
    font-size: 80px;
  }
  #ticket .title-block .sub .p1 {
    margin: 30px 0 10px;
  }
  .ticket table {
    width: 100%;
  }
  .ticket .caution {
    width: 900px;
  }
  #vs .flex-next {
    width: 100%;
  }
  #enjoy {
    width: 100%;
    padding: 50px 0 100px;
  }
  #enjoy .enjoy-container .img {
    left: 10px;
    z-index: 5;
  }
  #enjoy .enjoy-container.second .img {
    right: 10px;
  }
  #about {
    width: 900px;
    padding: 50px calc(50% - 450px) 100px;
  }
  #access .access-desc {
    width: 900px;
  }
  .swiper-container.players .swiper-button-prev {
    left: 10%;
  }

  .swiper-container.players .swiper-button-next {
    right: 10%;
  }
}

@media (max-width: 939px) {
  * {
    font-size: 12px;
  }
  .sp-hide {
    display: none !important;
  }
  #header-nav.menu ul {
    width: 100%;
    max-width: 400px;
    flex-wrap: wrap-reverse;
  }
  #header-nav.menu li {
    width: 33.3%;
  }
  .bar .flex {
    width: 100%;
    justify-content: left;
  }
  .bar .cv-btn {
    margin-left: 30px;
  }
  #vs {
    height: auto;
  }
  #vs .flex {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 580px;
    position: relative;
  }
  #vs .flex .center-card {
    width: 100%;
    position: absolute;
    bottom: 35px;
  }
  #vs .flex .center-card .vs {
    position: absolute;
    top: -180px;
    width: 100px;
    left: calc(50% - 50px);
    text-align: center;
    font-size: 28px;
    font-family: aboli;
    letter-spacing: 0.2rem;
  }
  #vs .flex .card .team-e {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #vs .flex .card .team-e::after {
    width: 96px;
    height: 7px;
    left: calc(50% - 48px);
  }
  #vs .flex .card .team-j {
    font-size: 14px;
  }
  #vs .cv-btn {
    margin: 0 auto;
  }
  #vs .flex-next {
    width: 320px;
    flex-wrap: wrap;
    padding: 0 calc(50% - 160px);
    padding-bottom: 40px;
  }
  #vs .flex-next .card {
    margin-bottom: 25px;
  }
  #vs .flex-next .swiper-button-next {
    position: absolute;
    top: 115px;
    right: 0px;
    width: 32px;
    height: 32px;
    background-image: url(../img/btn_next3.svg);
    background-size: cover;
  }

  #vs .flex-next .swiper-button-prev {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 32px;
    height: 32px;
    background-image: url(../img/btn_prev3.svg);
    background-size: cover;
  }
  .title {
    width: 320px;
    height: 80px;
    padding-left: calc(50% - 160px);
  }
  .title h2 {
    font-size: 50px;
    line-height: 80px;
    text-align: center;
    padding-right: 0;
  }
  .desc {
    width: 320px;
    height: 80px;
    padding-right: calc(50% - 160px);
    top: 120px;
  }
  .desc p {
    font-size: 14px;
    padding-left: 30px;
  }
  #event .main {
    width: calc(100% - 40px);
    margin: 220px auto 40px;
  }
  #event .main .color-box {
    width: 100%;
    height: 155px;
    position: static;
    flex-direction: column;
    justify-content: center;
  }
  #event .main .color-box p {
    font-size: 16px;
    padding: 0 20px 20px;
  }
  #event .main .color-box .btn {
    font-size: 14px;
    margin: 0;
  }
  #event .slide {
    width: calc(100% - 40px);
    height: auto;
  }
  #event .slide .text {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 150px;
  }
  #event .slide .text::before,
  #event .slide .text::after {
    width: 10px;
    height: 150px;
  }
  #event .slide .text .p1 {
    font-size: 12px;
  }
  #event .slide .text .p2 {
    font-size: 14px;
    height: 40px;
    width: auto;
  }
  .swiper-container.event {
    padding-bottom: 40px;
  }
  .swiper-container.event .swiper-button-next,
  .swiper-container.event .swiper-button-prev {
    width: 40px;
    height: 35px;
  }
  .swiper-container.event .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }
  #preview .title {
    width: 320px;
    height: 80px;
    padding-right: calc(50% - 160px);
    bottom: 80px;
  }
  #event .slide .btn {
    width: 112px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  #preview .title h2 {
    padding-left: 30px;
    letter-spacing: 0.3rem;
  }
  #preview .desc {
    padding-left: calc(50% - 160px);
    bottom: 0;
  }
  #preview .desc p {
    padding-right: 30px;
  }
  #preview .bg {
    height: 480px;
    background: center / cover no-repeat url(../img/preview_bg_sp.jpg);
  }
  #preview .bg .flex {
    width: 360px;
    margin: 0 auto;
    height: 430px;
    padding: 25px calc(50% - 180px);
    position: relative;
  }
  #preview .flex .center-text {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  #preview .flex .card .team-e {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #preview .flex .card .team-e::after {
    width: 96px;
    height: 7px;
    left: calc(50% - 48px);
  }
  #preview .flex .card .team-j {
    font-size: 14px;
  }
  #preview .flex .center-text .flex {
    width: 300px;
    margin: 0 auto;
  }
  #preview .flex .center-text .flex .vs {
    font-size: 28px;
    position: absolute;
    top: -160px;
    width: 100px;
    left: calc(50% - 50px);
    text-align: center;
  }
  #player .tit {
    font-size: 20px;
    padding-top: 30px;
  }
  #player .sub {
    width: calc(100% - 40px);
    padding-bottom: 100px;
  }
  #player .bg {
    width: 100%;
    height: 375px;
    padding: 0;
    background: center / cover no-repeat url(../img/feature_player_bg_sp.jpg);
  }
  #player .bg .img {
    width: 268px;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 0;
  }
  #player .bg .color-box {
    width: 100%;
    height: 55px;
    top: -55px;
    right: 0;
  }
  #player .bg .color-box p {
    font-size: 33px;
    line-height: 55px;
    padding-left: 30px;
  }
  #player .bg .color-box span {
    font-size: 16px;
  }
  #player .bg .color-box2 {
    width: 350px;
    height: 55px;
    bottom: 20px;
    right: 0;
  }
  #player .bg .color-box2 .num {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 34px;
  }
  #player .bg .color-box2 .name {
    width: 220px;
    padding-left: 15px;
    font-size: 26px;
  }
  #player .bg .color-box2 .name span {
    font-size: 11px;
    padding-left: 10px;
  }
  #player .bg .color-box2 .posi {
    width: 50px;
    font-size: 49px;
    padding-right: 10px;
  }
  #player .bg .text {
    position: static;
    display: block;
    padding: 395px 20px 0;
    width: calc(100% - 40px);
  }
  #player .text-bg {
    width: 100%;
    height: 310px;
    background: #004b93;
  }
  #schedule {
    padding: 40px 0;
  }
  #schedule .desc p {
    font-size: 14px;
  }
  #schedule ul {
    padding: 200px 0 0;
  }
  #schedule li {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 30px;
    margin-bottom: 25px;
  }
  #schedule li .time {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }
  #schedule li .content {
    width: calc(100% - 95px);
    height: 44px;
    right: 0;
    top: -7px;
    padding-left: 15px;
  }
  #schedule li .content::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    position: absolute;
    left: -6px;
    top: 15px;
  }
  #schedule li:nth-child(2n) .content::after {
    border-left: 6px solid #fff;
    right: -6px;
  }
  #schedule li .content p {
    font-size: 12px;
  }
  #schedule li .content.mini p {
    font-size: 10px;
  }
  #schedule li:nth-child(2n) .time {
    text-align: right;
  }
  #schedule li:nth-child(2n) .content {
    left: 0;
    padding-right: 15px;
  }
  #schedule .caution {
    font-size: 12px;
  }
  #ticket .title-block {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
  }
  #ticket .title-block::after {
    height: 50px;
    bottom: 50px;
  }
  #ticket .title-block h2 {
    font-size: 50px;
    padding: 0;
  }
  #ticket .title-block .sub {
    height: auto;
  }
  #ticket .title-block .sub .p1 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  #ticket .title-block .sub .p2 {
    font-size: 14px;
    text-align: center;
  }
  #vs.w {
    height: auto;
  }
  .ticket {
    padding-bottom: 30px;
  }
  .ticket .img {
    width: calc(100% - 40px);
  }
  .ticket .circ {
    width: 280px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    color: #004b93;
    font-family: rog;
    margin: 0 auto 20px;
    border: solid 2px #004b93;
    position: relative;
  }
  .ticket .circ:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
  }
  .ticket .circ:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #004b93;
    z-index: 1;
  }
  .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;
  }
  .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 .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 .btn {
    width: 105px;
    height: 30px;
    line-height: 30px;
    margin: 25px auto;
    background: #004b93;
    border-radius: 30px;
    color: #fff;
    text-align: center;
  }
  .ticket table {
    width: 285px;
    margin-bottom: 0;
  }
  #enjoy {
    width: 100%;
    padding: 40px 0 100px;
  }
  #enjoy .img {
    width: calc(100% - 40px);
    max-width: 400px;
  }
  #enjoy .tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #enjoy .enjoy-container {
    height: 625px;
  }
  #enjoy .enjoy-container .img {
    width: 220px;
    left: 20px;
  }
  #enjoy .enjoy-container.second .img {
    right: 20px;
  }
  #enjoy .enjoy-container .swiper-container {
    width: 100%;
    top: 110px;
    padding-bottom: 20px;
  }
  #enjoy .enjoy-container .enjoy-box {
    width: 100%;
    height: 240px;
  }
  #enjoy .enjoy-container .enjoy-box .color-box {
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }
  #enjoy .enjoy-container .enjoy-box .text {
    height: 190px;
  }
  #enjoy .enjoy-container .enjoy-box .text .p1 {
    font-size: 18px;
    padding: 25px;
  }
  #enjoy .enjoy-container .enjoy-box .text .p2 {
    width: 300px;
    font-size: 12px;
  }
  #enjoy .swiper-pagination-bullet,
  #vs .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #enjoy .swiper-container.enjoy1-2 {
    width: 280px;
    padding: 0 calc(50% - 140px) 70px;
  }
  .swiper-container.enjoy1-2 .name {
    font-size: 16px;
  }
  #enjoy .bar {
    width: 300px;
  }
  #players-info h2 {
    font-size: 90px;
  }
  #players-info .tit {
    font-size: 16px;
  }
  #players-info .swiper-container {
    width: 300px;
    padding: 0 calc(50% - 150px) 100px;
  }
  #players-info .swiper-slide {
    width: 300px;
    height: 470px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #players-info .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #players-info .swiper-slide .text {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  #players-info .tap {
    width: 46px;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 23px);
    z-index: 4;
  }
  #about {
    width: 100%;
    padding-bottom: 40px;
  }
  #about .img {
    width: 177px;
  }
  #about h2 {
    font-size: 39px;
  }
  #about p {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 16px;
    padding-top: 40px;
  }
  #access {
    padding-top: 40px;
  }
  #access h2 {
    font-size: 40px;
  }
  #access .tit {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #access .name {
    font-size: 33px;
  }
  #access address {
    font-size: 15px;
  }
  #access .btn {
    width: 300px;
  }
  #access .access-desc {
    width: calc(100% - 40px);
    margin: 30px auto;
    font-size: 14px;
  }
  #sns {
    width: calc(100% - 40px);
    padding: 25px 20px 50px;
  }
  #sns p {
    font-size: 15px;
  }
  #sns .flex {
    width: 300px;
  }
  #sns .flex amp-img {
    width: 48px;
  }
  .page-top {
    font-size: 30px;
  }
  footer .logo {
    width: 257px;
  }
  footer .copy {
    font-size: 10px;
  }
  .weather {
    width: 76px;
    top: 15px;
    right: 5px;
  }
  .swiper-container.players .swiper-button-prev,
  .swiper-container.players .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .swiper-container.players .swiper-button-prev {
    left: 1%;
  }
  .swiper-container.players .swiper-button-next {
    right: 1%;
  }
  amp-lightbox .weather-box,
  amp-lightbox .event-box,
  amp-lightbox .goods-box {
    width: calc(100% - 60px);
    left: 15px;
    padding: 30px 15px;
  }
  amp-lightbox .weather-box .circ {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 15px;
  }
  amp-lightbox .box .close,
  amp-lightbox .weather-box .close,
  amp-lightbox .event-box .close {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
  }
  amp-lightbox .box {
    width: calc(100% - 20px);
    left: 10px;
    top: 60px;
  }
  amp-lightbox .box-desc {
    width: calc(100% - 40px);
    font-size: 12px;
  }
  amp-lightbox .box .center {
    font-size: 16px;
  }
  amp-lightbox .box .center.sp {
    font-size: 10px;
  }
  amp-lightbox .box .next-button,
  amp-lightbox .box .prev-button,
  amp-lightbox .goods-box .next-button,
  amp-lightbox .goods-box .prev-button,
  amp-lightbox .event-box .next-button,
  amp-lightbox .event-box .prev-button {
    width: 30px;
    height: 30px;
    top: 300px;
  }
  amp-lightbox .box .next-button,
  amp-lightbox .goods-box .next-button,
  amp-lightbox .event-box .next-button {
    right: -10px;
  }
  amp-lightbox .box .prev-button,
  amp-lightbox .goods-box .prev-button,
  amp-lightbox .event-box .prev-button {
    left: -10px;
  }
  amp-lightbox .box .img p {
    font-size: 10px;
    left: 7px;
    top: 4px;
  }
  amp-lightbox .goods-box .color-box .p1 {
    font-size: 16px;
  }
  amp-lightbox .goods-box .p3,
  amp-lightbox .goods-box .p4 {
    font-size: 14px;
  }
  amp-lightbox .goods-box .color-bar {
    height: 3px;
  }
  .event-box .cv-btn .text,
  .weather-box .cv-btn .text {
    width: 180px;
  }
  .event-box .cv-btn .text .p1,
  .weather-box .cv-btn .text .p1 {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .bar .cv-btn {
    margin-left: 10px;
  }
}
