@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

fxsc2021_hon.scss

------------------------------------*/
a {
  color: #0034a2;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}

.main {
  position: relative;
  min-width: 1100px;
  overflow: hidden;
}

.main::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/img/fxsc/2021/kv_move/bg_kamifubuki.png);
  z-index: 0;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
}

footer {
  position: relative;
}

.btn__textlink::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  margin-left: 5px;
}

.btn__s {
  display: block;
  background: #000;
  color: #FFF;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn.kawasakif {
  background: #36a1db;
}

.btn.gosaka {
  background: #024ea1;
}

.btn.red {
  background: #e60012;
}

.list__style {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  padding-left: 1em;
}

.list__style__disc {
  list-style: disc;
  text-align: left;
}

.list__style__disc li {
  margin-left: 1em;
}

.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.list__style__decimal li {
  margin-left: 1em;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}

.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}

.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}

.CLM__half > li,
.CLM__half > article,
.CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}

.CLM__half > li:nth-child(2n),
.CLM__half > article:nth-child(2n),
.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}

.CLM__three > li,
.CLM__three > article,
.CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}

.CLM__three > li:nth-child(3n),
.CLM__three > article:nth-child(3n),
.CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}

.CLM__four > li,
.CLM__four > article,
.CLM__four > figure {
  width: 23.5%;
  margin-right: 2%;
}

.CLM__four > li:nth-child(4n),
.CLM__four > article:nth-child(4n),
.CLM__four > figure:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}

.nowrapCLM > li {
  flex: 1;
  margin-right: 3%;
}

.nowrapCLM > li:last-child {
  margin-right: 0;
}

.nowrapCLM > li img {
  width: 100%;
}

.nowrapCLM > li a {
  display: block;
}

#floating {
  position: fixed;
  bottom: -500px;
  left: 0;
  width: 100%;
  z-index: 11111111;
  transition: bottom 0.5s ease;
}

#floating.active {
  bottom: 0;
}

#floating img {
  width: 100%;
  vertical-align: bottom;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__red {
  color: #ce0010;
}

.txt__white {
  color: #FFF;
}

.txt__bold {
  font-weight: 800 !important;
}

.txt__left {
  text-align: left;
}

.txt__right {
  text-align: right;
}

.fxscHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11111111;
  background: #003690;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.fxscHeader__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.fxscHeader__jLogo {
  width: 40px;
  height: 40px;
}

.fxscHeader__jLogo img {
  width: 100%;
  height: auto;
}

.fxscHeader__title img {
  height: 40px;
}

.fxscHeader__gnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  /* margin-left: 10px; */
  margin-left: 20px;
}

.fxscHeader__gnav__li {
  /* @include rem(25); */
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 1170px) {
  .fxscHeader__gnav__li {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.fxscHeader__gnav__li a,
.fxscHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 40px;
  font-family: "Squada One", sans-serif;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

@media screen and (max-width: 1170px) {
  .fxscHeader__gnav__li a,
  .fxscHeader__gnav__li span {
    padding: 0 10px;
  }
}

.fxscHeader__gnav__li a:hover,
.fxscHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}

.fxscHeader__ticket {
  margin-right: 10px;
}

.fxscHeader__ticket a {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 1170px) {
  .fxscHeader__ticket a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}

.fxscHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 40px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.fxscHeader__subnav.nextganeration {
  flex-wrap: wrap;
  width: 600px;
}

@media screen and (max-width: 1170px) {
  .fxscHeader__subnav.nextganeration {
    width: 400px;
  }
}

.fxscHeader__subnav li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #003690;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}

.fxscHeader__subnav li a:hover {
  opacity: 0.7;
}

.fxscHeader__subnav li:first-child {
  padding-left: 15px;
}

.fxscHeader__subnav li:last-child {
  padding-right: 15px;
}

body.event .fxscHeader__gnav__li.event > a,
body.outline .fxscHeader__gnav__li.outline > a,
body.access .fxscHeader__gnav__li.outline > a,
body.match .fxscHeader__gnav__li.match > a,
body.ngm .fxscHeader__gnav__li.nextganeration > a {
  position: relative;
}

body.event .fxscHeader__gnav__li.event > a:hover::after,
body.outline .fxscHeader__gnav__li.outline > a:hover::after,
body.access .fxscHeader__gnav__li.outline > a:hover::after,
body.match .fxscHeader__gnav__li.match > a:hover::after,
body.ngm .fxscHeader__gnav__li.nextganeration > a:hover::after {
  display: none;
}

body.event .fxscHeader__gnav__li.event > a::after,
body.outline .fxscHeader__gnav__li.outline > a::after,
body.access .fxscHeader__gnav__li.outline > a::after,
body.match .fxscHeader__gnav__li.match > a::after,
body.ngm .fxscHeader__gnav__li.nextganeration > a::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: #fff 1px solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.kvArea {
  position: relative;
  width: 100%;
  min-height: 600px;
  padding: 70px 5% 50px;
  background: #003690;
  box-sizing: border-box;
}

@media screen and (max-width: 1170px) {
  .kvArea {
    padding: 70px 5%;
  }
}

.kvArea h2 {
  position: relative;
}

.kvArea .pcDISP img {
  width: 100%;
}

.kvArea__BG {
  margin: auto;
  position: relative;
  max-width: 1600px;
  z-index: 1;
}

.kvArea__BG .bg {
  max-width: 1300px;
  margin: auto;
  opacity: 0;
}

.kvArea__BG .bg img {
  width: 100%;
}

.kvArea__BG__li {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.kvArea__BG__li img {
  width: auto;
}

.kvArea__BG__li.cup {
  top: 25%;
  width: 15%;
}

.kvArea__BG__li.players {
  top: 20%;
  width: 80%;
  transform: translateX(-48%);
}

.kvArea__BG__li.ball {
  top: 0;
  width: 45%;
  transform: translateX(-57%);
}

.kvArea__BG__li.copy {
  top: 2%;
  width: 40%;
}

.kvArea__BG__li.kamifubuki {
  top: 0;
  width: 130%;
  pointer-events: none;
}

.kvArea__BG .bg {
  -webkit-animation: animation_Opacity 1s ease-in-out 0s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 0s 1 forwards;
}

.kvArea__BG__li.cup {
  -webkit-animation: animation_Opacity 1s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 2s 1 forwards;
}

.kvArea__BG__li.players {
  -webkit-animation: animation_Opacity 1s ease-in-out 2.5s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 2.5s 1 forwards;
}

.kvArea__BG__li.ball {
  -webkit-animation: animation_Opacity 2s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 3s 1 forwards;
}

.kvArea__BG__li.copy {
  -webkit-animation: animation_Opacity 2s ease-in-out 3.5s 1 forwards;
  animation: animation_Opacity 2s ease-in-out 3.5s 1 forwards;
}

.kvArea__BG__li.kamifubuki {
  -webkit-animation: glitter 4s linear 5s infinite normal;
  animation: glitter 4s linear 5s infinite normal;
}

.main::after {
  -webkit-animation: glitter 3s linear 6s infinite normal;
  animation: glitter 3s linear 6s infinite normal;
}

.matchArea {
  -webkit-animation: animation_MoveFromBottom 2s ease-in-out 4.5s 1 forwards;
  animation: animation_MoveFromBottom 2s ease-in-out 4.5s 1 forwards;
}

@-webkit-keyframes animation_Opacity {
  100% {
    opacity: 1;
  }
}

@keyframes animation_Opacity {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animation_MoveFromBottom {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes animation_MoveFromBottom {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* 必要に応じてベンダープレフィックス（-moz-, -ms-, -o-）をつける */
@keyframes glitter {
  0% {
    filter: brightness(40%);
    opacity: 0.2;
  }
  25% {
    filter: brightness(150%);
    opacity: 0.8;
  }
  50% {
    filter: brightness(50%);
    opacity: 0.1;
  }
  75% {
    filter: brightness(120%);
    opacity: 0.8;
  }
  100% {
    filter: brightness(40%);
    opacity: 0.2;
  }
}

.kv__link {
  transition: opacity 0.2s ease;
  display: block;
}

.kv__link:hover {
  opacity: 0.8;
}

.kv__link:hover img {
  opacity: 1;
}

.kvArea .matchArea {
  position: relative;
  z-index: 10;
  opacity: 0;
  margin-top: 100px;
}

.kv__match {
  margin-top: -150px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
}

.kv__match__vs {
  padding: 0 15px;
  text-align: center;
}

.kv__match .teamName {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  line-height: 1;
}

.kv__nameChange {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  font-feature-settings: "palt" 1;
}

.kv__matchDay {
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
  font-feature-settings: "palt" 1;
  line-height: 1;
}

@media screen and (max-width: 1170px) {
  .kv__matchDay {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.kv__matchDay .spStyle {
  font-weight: 900;
}

.kv__broadcast {
  text-align: center;
  margin-top: 20px;
}

.kv__broadcast span {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  padding: 10px 20px 14px;
  font-feature-settings: "palt" 1;
  line-height: 1;
  display: inline-block;
  /* border: rgba(#fff, 0.3) 1px solid; */
  border-radius: 3px;
  /* background: rgba(#fff, 0.3); */
  background: #e60012;
}

.kvArea__others {
  background: url("/img/fxsc/2021/header_bg.jpg") center center no-repeat;
  background-size: cover;
  height: 300px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

body.ngm .kvArea__others {
  height: 230px;
}

.kvArea__others__title {
  color: #fff;
  font-family: "Squada One", sans-serif;
  font-size: 230px;
  font-size: 23rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding-top: 25px;
}

body.ngm .kvArea__others__title {
  font-size: 120px;
  font-size: 12rem;
  padding-top: 46px;
}

.homeTitle {
  color: #b09d60;
  font-family: "Squada One", sans-serif;
  font-size: 300px;
  font-size: 30rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: -73px;
  opacity: 0.5;
  transition: transform 0.5s ease 0.25s;
}

.homeTicket {
  background: linear-gradient(0deg, #af9c60 330px, transparent 330px);
  padding-bottom: 140px;
  transition: transform 0.5s ease 0.25s;
}

.homeTicket__map, .homeAccess__outer, body.access .homeAccess__outer__inner {
  background: #fff;
  padding: 50px 100px 80px;
  margin: -60px auto 0;
  width: 1100px;
  box-sizing: border-box;
  position: relative;
  /* 		box-shadow: 0 -20px 10px -25px rgba(#000, 0.1);
 */
}

.homeTicket__map img, .homeAccess__outer img, body.access .homeAccess__outer__inner img {
  width: 100%;
}

.homeTicket__map::before, .homeAccess__outer::before, body.access .homeAccess__outer__inner::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.homeTicket__btn {
  margin-top: -40px;
}

.homeTicket__btn .btn {
  display: block;
  width: 800px;
  height: 80px;
  line-height: 80px;
  background: #d10000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 auto;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.34);
  position: relative;
}

.homeTicket__btn .btn:hover {
  opacity: 1;
}

.homeTicket__btn .btn:hover .btn__bg {
  width: 100%;
}

.homeTicket__btn .btn__bg {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  transition: width 0.3s ease;
}

.homeTicket__btn .btn__text {
  position: relative;
  font-weight: 800;
}

.homeTicket__btn .btn::after {
  font-family: "ionicons";
  content: "\f30f";
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.homeTicket__btn .btn::before {
  content: "";
  width: 590px;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 20px 10px 0px rgba(0, 0, 0, 0.34);
}

.homeNews {
  background: url("/img/fxsc/2021/home/news_bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 160px 0;
  transition: transform 0.5s ease 0.25s;
}

.homeNews__outer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  position: relative;
}

.homeNews__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.homeNews__outer::after {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.homeNews .homeTitle {
  position: absolute;
  top: 70px;
  left: 80px;
  z-index: 10;
}

.homeNews .leftArea,
.homeNews .rightArea {
  width: calc(50% - 490px);
}

.homeNews .rightArea {
  background: #fff;
}

.homeNews .midArea {
  background: #fff;
  width: 840px;
  margin-left: 140px;
  padding: 70px 75px;
}

.homeNews__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
}

.homeNews__list {
  margin-top: 30px;
}

.homeNews__item {
  margin-top: 15px;
}

.homeNews__item article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.homeNews__date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  width: 120px;
}

.homeNews__text {
  width: calc(100% - 120px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.homeNews__text a {
  text-decoration: none;
  color: #000;
}

.homeNews__btn {
  margin-top: -20px;
}

.homeNews__btn.close a:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.homeNews__btn a {
  display: block;
  background: #b09d60;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 50px;
}

.homeNews__btn a::after {
  font-family: "ionicons";
  content: "\f35d";
  display: inline-block;
  font-size: 16px;
  padding-left: 1em;
  color: #fff;
  font-weight: normal;
}

.homeAccess .pageTitle, .homeAccess__title {
  display: none;
}

.homeAccess__footer {
  background: #003690;
  margin-top: -80px;
  padding: 115px 0;
}

.homeAccess__footer .accordionList {
  max-width: 1100px;
  margin: 0 auto;
}

.homeAccess__footer .accordionIndex {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.homeAccess__footer .accordionIndex:hover {
  opacity: 0.7;
}

.homeAccess__footer .accordionIndex::after {
  font-family: "ionicons";
  content: "\f35d";
  display: inline-block;
  font-size: 16px;
  padding-left: 1em;
  color: #fff;
  font-weight: normal;
}

.homeAccess__footer .accordionArticle {
  color: #fff;
}

.homeAccess__footer .accordionArticle .midashi {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2em;
}

.homeAccess__footer .accordionArticle .accessList {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.homeAccess__footer .accordionArticle .accessList:last-child {
  margin-bottom: 2em;
}

.homeAccess__footer .accordionArticle .accessList li:not(:first-child) {
  margin-top: 1em;
}

.homeAccess__footer .accordionArticle .accessList .kome {
  font-size: 14px !important;
}

.homeOutline {
  background: url("/img/fxsc/2021/home/outline_bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 160px 0 0;
}

.homeOutline .homeTitle {
  position: absolute;
  top: 85px;
  right: 30px;
  z-index: 10;
}

.homeOutline .pageTitle,
.homeOutline .cup {
  display: none;
}

.homeOutline__outer {
  max-width: 73vw;
  position: relative;
  z-index: 5;
}

.homeOutline__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.homeOutline__outer::after {
  content: "";
  width: 800px;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.homeOutline__outer__inner {
  max-width: 73vw;
  background: #fff;
  padding: 70px 4vw 80px;
  position: relative;
  box-sizing: border-box;
}

.homeOutline__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
}

.homeOutline__table {
  width: 100%;
  margin-top: 30px;
}

.homeOutline__table tr {
  border-bottom: #ccc 1px solid;
}

.homeOutline__table tr:first-child {
  border-top: #ccc 1px solid;
}

.homeOutline__table th,
.homeOutline__table td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 30px 1vw;
  line-height: 1.5;
}

.homeOutline__table th {
  width: 20%;
}

.homeOutline__table td {
  width: 80%;
}

.homeOutline__cup {
  position: absolute;
  bottom: 40px;
  left: 62vw;
  width: 26vw;
}

.homeOutline__cup img {
  width: 100%;
}

.homeOutline .cupText {
  max-width: 50vw;
  display: block;
}

.homeOutline .cupText br.sp {
  display: none;
}

.homeOutline__sns {
  background: #fff;
  padding: 160px 0 35px;
  margin-top: -80px;
  position: relative;
}

.greenpower {
  display: none;
}

/* --------------------------------------------------------------------------------- */
/* OUTLINE */
/* --------------------------------------------------------------------------------- */
body.outline .homeOutline {
  background: #fff;
  padding: 40px 5px 0;
  width: 1100px;
  margin: -90px auto 0;
}

body.outline .homeOutline .homeTitle {
  display: none;
}

body.outline .homeOutline .pageTitle {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #b09d60;
  text-align: center;
  letter-spacing: 0.1em;
}

body.outline .homeOutline .cup {
  display: block;
  text-align: center;
  margin-bottom: -45px;
  position: relative;
  z-index: 10;
}

body.outline .homeOutline__outer {
  width: 1100px;
  margin: 0px auto 0;
}

body.outline .homeOutline__table {
  margin-top: 0;
}

body.outline .homeOutline__title, body.outline .homeOutline__cup {
  display: none;
}

body.outline .greenpower {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 3px;
  align-items: center;
}

body.outline .greenpower dt {
  text-align: left;
}

body.outline .greenpower dd {
  padding-left: 20px;
}

body.outline .greenpower dd img {
  width: 70px;
  vertical-align: middle;
}

body.access .homeAccess {
  background: #fff;
  padding: 40px 5px 0;
  width: 1100px;
  margin: -90px auto 0;
  box-sizing: border-box;
  position: relative;
}

body.access .homeAccess .homeTitle {
  display: none;
}

body.access .homeAccess .pageTitle {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #b09d60;
  text-align: center;
  letter-spacing: 0.1em;
}

body.access .homeAccess__outer {
  max-width: 1100px;
  margin: 75px auto 0;
  padding: 0;
  background: none;
  box-sizing: border-box;
}

body.access .homeAccess__outer::before {
  z-index: auto;
}

body.access .homeAccess__outer__inner {
  max-width: 1100px;
  width: auto;
  margin-top: 0;
  padding: 50px 100px;
}

body.access .homeAccess__outer__inner::before {
  display: none;
}

body.access .homeAccess__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
  text-align: center;
  padding-bottom: 25px;
  display: block;
}

body.access .homeAccess__footer {
  background: #fff;
  color: #333;
  position: relative;
  margin: 0 auto;
  padding: 0 100px 60px;
  width: 1100px;
  box-sizing: border-box;
}

body.access .homeAccess__footer::after {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.5);
}

body.access .homeAccess__footer .accordionList {
  max-width: 1100px;
  margin: 0 auto;
}

body.access .homeAccess__footer .accordionIndex {
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

body.access .homeAccess__footer .accordionIndex:hover {
  opacity: 0.7;
}

body.access .homeAccess__footer .accordionIndex::after {
  font-family: "ionicons";
  content: "\f35d";
  display: inline-block;
  font-size: 16px;
  padding-left: 1em;
  color: #333;
  font-weight: normal;
}

body.access .homeAccess__footer .accordionArticle {
  color: #333;
}

body.access .homeAccess__footer .accordionArticle .midashi {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2em;
}

body.access .homeAccess__footer .accordionArticle .accessList {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

body.access .homeAccess__footer .accordionArticle .accessList:last-child {
  margin-bottom: 2em;
}

body.access .homeAccess__footer .accordionArticle .accessList li:not(:first-child) {
  margin-top: 1em;
}

body.access .homeAccess__footer .accordionArticle .accessList .kome {
  font-size: 14px !important;
}

body.access .access__sns {
  padding: 160px 0 35px;
  width: 1100px;
  margin: 0 auto 0;
}

body.history .others__header,
body.history .history__header,
body.others .others__header,
body.others .history__header {
  background: #fff;
  padding: 40px 5px 75px;
  width: 1100px;
  margin: -90px auto 0;
  box-sizing: border-box;
  position: relative;
}

body.history .others__header__lead,
body.history .history__header__lead,
body.others .others__header__lead,
body.others .history__header__lead {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em 2em;
  line-height: 2;
}

body.history .others__header__info,
body.history .history__header__info,
body.others .others__header__info,
body.others .history__header__info {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 10px 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

body.history .others .pageTitle,
body.history .history .pageTitle,
body.others .others .pageTitle,
body.others .history .pageTitle {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #b09d60;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.historylist article {
  transform: translateY(-50px);
  transition: transform 0.5s ease 0.25s;
}

.historylist article .article__inner {
  width: 80%;
  background: #fff;
  position: relative;
  padding: 50px 60px;
  box-sizing: border-box;
  text-align: center;
}

.historylist article .article__inner::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.historylist:nth-child(odd) {
  background: linear-gradient(#fff 160px, #00348e 160px);
}

.historylist:nth-child(odd) .article__inner {
  margin-right: auto;
}

.historylist:nth-child(odd) .historylist_num,
.historylist:nth-child(odd) .historylist_text {
  margin-left: auto;
}

.historylist:nth-child(odd) .historylist_num {
  color: #b09d60;
}

.historylist:nth-child(odd) .historylist_num span {
  top: -100px;
  left: -80px;
}

@media screen and (max-width: 1170px) {
  .historylist:nth-child(odd) .historylist_num span {
    left: 10px;
  }
}

.historylist:nth-child(odd) .historylist_text {
  padding-right: 40px;
}

@media screen and (max-width: 1170px) {
  .historylist:nth-child(odd) .historylist_text {
    padding-left: 40px;
  }
}

.historylist:nth-child(even) {
  background: linear-gradient(#fff 160px, #b09d60 160px);
}

.historylist:nth-child(even) .article__inner {
  margin-left: auto;
}

.historylist:nth-child(even) .historylist_num,
.historylist:nth-child(even) .historylist_text {
  margin-right: auto;
}

.historylist:nth-child(even) .historylist_num {
  color: #00348e;
}

.historylist:nth-child(even) .historylist_num span {
  top: -100px;
  right: -80px;
}

@media screen and (max-width: 1170px) {
  .historylist:nth-child(even) .historylist_num span {
    right: 10px;
  }
}

.historylist:nth-child(even) .historylist_text {
  padding-left: 40px;
}

@media screen and (max-width: 1170px) {
  .historylist:nth-child(even) .historylist_text {
    padding-left: 40px;
  }
}

.historylist:last-of-type .historylist_text {
  padding-bottom: 80px;
}

.historylist p.day {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}

.historylist p.match {
  margin-top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #333333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.historylist p.match .embM {
  margin: 0;
}

.historylist p.match em {
  font-weight: 900;
  color: #333333;
  padding: 0 1em;
}

.historylist p.match i {
  font-style: normal;
}

.historylist_photo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  margin-top: 20px;
}

.historylist_video {
  width: 46%;
  position: relative;
}

.historylist_video img {
  width: 100%;
}

.historylist_video a:after {
  position: absolute;
  font-size: 54px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #fff;
  line-height: 100%;
  opacity: 0.7;
}

.historylist ul {
  width: 52%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.historylist ul li {
  width: 48%;
}

.historylist ul li:nth-child(even) {
  margin-left: 10px;
}

.historylist ul li:nth-child(n + 3) {
  margin-top: 10px;
}

.historylist ul img {
  width: 100%;
}

.historylist_num {
  width: 80%;
  font-family: "Squada One", sans-serif;
  font-size: 130px;
  font-size: 13rem;
  opacity: 0.7;
  line-height: 1;
  position: relative;
}

.historylist_num span {
  position: absolute;
}

.historylist_text {
  width: 80%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.85;
  padding: 0 0 120px;
  margin-top: -5px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.historylist_text h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.historylist_text h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.5em 0 0.1em;
}

.lb-nav {
  margin-top: 0 !important;
}

table.commonTable {
  border: 1px solid #d8d8d8;
  margin: 20px 0;
}

table.commonTable caption {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

table.commonTable tbody th {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

table.commonTable tbody td {
  text-align: left;
  padding-left: 10px;
}

body.tv .others__header {
  padding: 80px 0 100px;
}

.tvArea .commonTable {
  width: 50%;
}

/* --------------------------------------------------------------------------------- */
/* TICKET */
/* --------------------------------------------------------------------------------- */
body.ticket .ticketSection {
  background: #fff;
  padding: 60px 5px 0;
  width: 1100px;
  margin: -90px auto 0;
  position: relative;
}

body.ticket .ticketSection .pageTitle {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #b09d60;
  text-align: center;
  letter-spacing: 0.1em;
}

.ticket__title {
  color: #b09d60;
  font-family: "Squada One", sans-serif;
  font-size: 130px;
  font-size: 13rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  opacity: 0.5;
  transition: transform 0.5s ease 0.25s;
}

/* prevention */
.prevention__outer {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.prevention__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.prevention__inner {
  background: #fff;
  margin-top: -25px;
  position: relative;
  padding: 60px;
}

.prevention__title {
  color: #333;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
}

.prevention__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.prevision__article {
  width: 31% !important;
  margin-top: 45px;
}

.prevision__article img {
  max-width: 100%;
  transition: .5s all;
}

.prevision__article:not(:nth-child(3n + 1)) {
  margin-left: 3.5% !important;
}

.prevision__article a {
  display: block;
  background: #fff;
  height: 350px;
  position: relative;
  border: 2px solid #000;
}

.prevision__article a::after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  content: "詳細はこちら";
  display: inline-block;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  background: none;
  background: #000 url("/img/fxsc/2021/ticket/arrow.png") right 15px center no-repeat;
  color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  transition: .5s all;
}

.prevision__article a:hover {
  opacity: 1;
}

.prevision__article a:hover::after {
  background: #d10000 url("/img/fxsc/2021/ticket/arrow.png") right 15px center no-repeat;
}

.prevision__article__thum figcaption {
  display: table-cell;
  width: 1000px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.prevision__article__popup {
  width: 800px;
  position: relative;
  margin: auto;
  padding: 100px 0;
}

.prevision__article__popup .popInner {
  background: #fff;
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
}

.prevision__article__popup .heading__btmborder {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
  border-bottom: 4px solid;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px 15px;
}

.prevision__article__popup .txt__size16.txt__left,
.prevision__article__popup .list__style,
.prevision__article__popup .txt__bold {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.prevision__article__popup .list__style {
  margin-top: 1em;
}

.prevision__article__popup .list__style li {
  font-weight: 700;
}

.prevision__article__popup dl {
  text-align: left;
  margin-top: 10px;
}

.prevision__article__popup dl dt {
  margin-bottom: 10px;
}

.prevision__article__popup dl .CLM__half figure {
  margin-bottom: 20px;
  text-align: center;
}

.prevision__article__popup dl .CLM__half figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

.prevision__article__imgL {
  margin-bottom: 30px;
}

.popup-modal-dismiss {
  text-align: right;
  padding-bottom: 10px;
}

.popup-modal-dismiss a {
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 100;
  margin-right: -0.15em;
}

.mfp-wrap {
  top: 0 !important;
}

.mfp-close-btn-in .mfp-close {
  left: 50%;
  top: -40px;
  color: #fff;
  opacity: 1;
  transform: translateX(350px);
}

/* schedule */
.schedule__outer {
  position: relative;
  background: url("/img/fxsc/2021/ticket/schedule_bg.png") center top no-repeat;
  background-size: cover;
  padding-bottom: 110px;
}

.schedule__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.schedule__inner {
  width: 1100px;
  background: #fff;
  margin: 0 auto;
  margin-top: -25px;
  position: relative;
  padding: 50px 0 0;
}

.schedule__outer2 {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.schedule__outer2::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.75);
}

.schedule__title {
  color: #333;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 50px;
}

.schedule__head {
  background: #b09d60;
  padding: 60px 40px 40px;
  text-align: center;
  position: relative;
  color: #000;
}

.schedule__head .title {
  padding-top: 1em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}

.schedule__body {
  background: #fff;
  padding: 45px 40px 80px;
  text-align: center;
  position: relative;
  line-height: 1.5;
}

.schedule__body .term {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.schedule__body .data {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1em;
}

.schedule__body .data a {
  color: #d10000;
  font-weight: 700;
}

.schedule__body .data a::after {
  font-family: "ionicons";
  content: "\f35d";
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
}

.schedule__body .note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1em;
}

.schedule__body .scheduleBtn {
  width: 800px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.schedule__body .scheduleBtn a {
  display: block;
  background-color: #d10000;
  background-image: linear-gradient(-90deg, #000 50%, #d10000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  height: 120px;
  line-height: 120px;
  position: relative;
}

.schedule__body .scheduleBtn a img {
  vertical-align: middle;
  width: 120px;
  margin-right: 15px;
}

.schedule__body .scheduleBtn a::after {
  font-family: "ionicons";
  content: "\f30f";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.schedule__body .scheduleBtn a:hover {
  opacity: 1;
  background-position: -100% 0;
}

/* seat */
.seat {
  padding: 110px 0 0;
}

.seat__outer {
  position: relative;
}

.seat__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.seat__outer::after {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.seat__inner {
  width: 1100px;
  background: #fff;
  margin: 0 auto;
  margin-top: -25px;
  position: relative;
  padding: 50px 0 70px;
  text-align: center;
  z-index: 10;
}

.seat__inner img {
  max-width: 100%;
  width: 980px;
}

.seat__title {
  color: #333;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 20px;
}

.seat .seatTable {
  background: #e9e9e9;
  margin-top: -110px;
  padding-top: 130px;
  padding-bottom: 110px;
}

.seat .seatTable__inner {
  background: #000;
  width: 980px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.seat .seatTable__table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}

.seat .seatTable__table thead th {
  background: #444;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

.seat .seatTable__table thead th span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}

.seat .seatTable__table tbody th,
.seat .seatTable__table tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

.seat .seatTable__table tbody th {
  background: #dadada;
  width: 20%;
}

.seat .seatTable__table tbody th span {
  color: #d10000;
}

.seat .seatTable__table tbody td {
  background: #fff;
  white-space: nowrap;
}

.seat .seatTable__table tbody td:nth-child(2) {
  width: 20%;
}

.seat .seatTable__table tbody td:nth-child(3) {
  width: 10%;
  text-align: center;
}

.seat .seatTable__table tbody td:nth-child(4) {
  width: 20%;
  text-align: center;
}

.seat .seatTable__table tbody td.posCenter {
  text-align: center;
  width: 10%;
}

.seat .seatTable__table tbody td:last-child {
  white-space: normal;
}

.seat .seatTable__notice {
  margin: 0 auto;
  width: 980px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.seat .seatTable__notice .txt__bold {
  font-weight: 700;
  margin-top: 20px;
}

.seat .seatTable__notice .txt__bold span {
  color: #d10000;
}

.seat .seatTable__notice .list__style.list__style__disc {
  margin-top: 10px;
}

.seat .seatTable__notice .list__style.list__style__disc li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.seat .seatTable__notice .list__style.list__style__disc li a {
  color: #d10000;
  text-decoration: underline;
}

.seat .seatTable .borderwrap {
  border: #000 1px solid;
  background: #fff;
  margin: 50px auto 0;
  width: 980px;
  padding: 50px;
  box-sizing: border-box;
}

.seat .seatTable .borderwrap .txt__size20.txt__bold {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}

.seat .seatTable .borderwrap .list__style.list__style__disc {
  margin-top: 10px;
}

.seat .seatTable .borderwrap .list__style.list__style__disc li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.seat .seatTable .borderwrap .list__style.list__style__disc li a {
  color: #d10000;
  text-decoration: underline;
}

.seat .accordionList {
  background: #fff;
}

.seat .accordionList .accordionIndex {
  border: none;
  position: relative;
  padding: 10px 0;
  font-weight: 800;
  cursor: pointer;
  width: 250px;
}

.seat .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: 0.5s all;
  border: 1px solid;
  width: 20px;
  height: 20px;
  right: 0;
  text-align: center;
  line-height: 1;
}

.seat .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.seat .accordionList .accordionArticle {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px;
  font-weight: 500;
  line-height: 1.75;
  /* margin-bottom: 50px; */
  /* border-top: 1px solid #ccc; */
  background: #e9e9e9;
}

.seat .accordionList .accordionArticle .txt__bold {
  font-weight: 700;
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

.seat .accordionList .accordionArticle .list__style.list__style__decimal {
  margin-top: 1em;
}

.seat .accordionList .accordionArticle .list__style.list__style__decimal li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.seat .accordionList .accordionArticle .list__style.list__style__decimal li a {
  color: #d10000;
  text-decoration: underline;
}

.seat .accordionList .accordionArticle .kome {
  margin-top: 1em;
  font-size: 1.4rem !important;
  font-weight: 500;
  line-height: 1.75;
}

/* ticketBtnArea */
.ticketBtnArea {
  padding: 50px 0 0;
}

.ticketBtnArea__btn {
  width: 900px;
  margin: 0 auto;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ticketBtnArea__btn a {
  display: block;
  height: 120px;
  line-height: 120px;
  background-color: #d10000;
  background-image: linear-gradient(-90deg, #000 50%, #d10000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.ticketBtnArea__btn a img {
  vertical-align: middle;
  width: 120px;
  margin-right: 15px;
}

.ticketBtnArea__btn a::after {
  font-family: "ionicons";
  content: "\f30f";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.ticketBtnArea__btn a:hover {
  opacity: 1;
  background-position: -100% 0;
}

/* present */
.present {
  margin-top: 50px;
  border: 1px solid #b19e60;
  border-radius: 20px;
  padding: 20px;
}

.present__outer {
  margin-top: -25px;
  position: relative;
}

.present__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.present__inner {
  position: relative;
  background: url("/img/fxsc/2021/ticket/present_bg.png") center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.present__outer2 {
  position: relative;
}

.present__outer2::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.present__outer2::after {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.present__inner2 {
  width: 1100px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  text-align: center;
  z-index: 10;
}

.present__title {
  color: #333;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 20px;
}

.present__text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.45;
  color: #333333;
  margin-top: 1em;
}

.present__note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.45;
  color: #333333;
  margin-top: 1em;
}

/* specialseat */
.specialseat__wrapper {
  margin-top: -25px;
  padding-bottom: 50px;
  background: linear-gradient(#fff 160px, #00348e 160px);
}

.specialseat__outer {
  position: relative;
  width: 1100px;
  margin-left: auto;
}

.specialseat__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.specialseat__outer::after {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.specialseat__head {
  background: #fff;
  position: relative;
  padding: 50px;
  text-align: center;
  z-index: 10;
}

.specialseat__title {
  color: #333;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 20px;
}

.specialseat__body {
  position: relative;
  z-index: 10;
}

.specialseat__engTitle {
  color: #b09d60;
  font-family: "Squada One", sans-serif;
  font-size: 130px;
  font-size: 13rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: -50px;
  opacity: 0.7;
}

.specialseat__bodyInner {
  width: 1100px;
  text-align: left;
  color: #fff;
  padding-left: 55px;
  box-sizing: border-box;
}

.specialseat__table {
  width: 100%;
  margin-top: 1em;
}

.specialseat__table th,
.specialseat__table td {
  border: #fff 1px solid;
  padding: 20px;
}

.specialseat__table th {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.specialseat__table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

.specialseat__table td strong {
  color: #de0000;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  display: block;
  line-height: 1;
}

.specialseat__table tr:first-child th {
  border-bottom: #00348e 1px solid;
}

.kv__bnrArea {
  background: #112b57;
  text-align: center;
  padding: 50px 0 70px;
}

.kv__bnrArea a {
  display: inline-block;
}

.kv__bnrArea img {
  width: 900px;
  border: 10px solid #FFF;
}

.homeInfo .historylist .article__inner__text {
  text-align: left;
  padding-top: 30px;
}

.homeInfo .historylist .article__inner__text h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.homeInfo .historylist .btnwrap {
  width: 100%;
  margin-top: 40px;
}

#onlinelots,
#campaign {
  padding-bottom: 120px;
  position: relative;
}

#onlinelots .historylist_num,
#campaign .historylist_num {
  position: absolute;
  top: -25px;
  left: 1em;
  color: #b09d60;
}

#campaign .historylist_num {
  right: 1em;
}

#campaign .btn__tw {
  margin: 30px auto;
}

#campaign .btn__tw .r-vakc41 {
  width: 100% !important;
}

.borderWrap {
  border: 1px solid #cdcdcd;
  padding: 30px;
  box-sizing: border-box;
}

body.others .borderWrap {
  width: 980px;
  margin: 30px auto 0;
}

body.others .others {
  text-align: center;
}

body.others .others__outer {
  position: relative;
  z-index: 5;
  margin: 0 auto 50px;
}

body.others .others__outer::before {
  content: "";
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

body.others .others__outer::after {
  content: "";
  width: 800px;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.5);
}

body.others .others__outer__inner {
  width: 980px;
  margin: auto;
  background: #fff;
  padding: 70px 4vw 80px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

body.others .others__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
}

body.match .others__header {
  padding: 40px 5px;
}

body.match .kv__match {
  margin-top: 20px;
  align-items: center;
}

body.match .kv__match .kv__match__vs {
  padding: 0 30px;
}

body.match .kv__match .kv__match__vs .white {
  display: none;
}

body.match .kv__match .kv__match__vs .blue {
  display: block !important;
}

body.match .teamName {
  display: none;
}

body.match .kv__nameChange,
body.match .kv__matchDay {
  color: #333;
}

body.match .kv__nameChange {
  padding-top: 0;
}

body.match .kv__matchDay {
  font-size: 30px;
  font-size: 3rem;
}

body.match .others__outer::before {
  box-shadow: 0 -7px 3px 0px rgba(0, 0, 0, 0.3);
}

body.match .others__outer::after {
  box-shadow: 0 7px 5px 0px rgba(0, 0, 0, 0.2);
}

#teamTab .tabSelecter {
  margin: 0 auto;
  width: 980px;
}

#teamTab .tabSelecter ul {
  border: none;
}

#teamTab .tabSelecter ul li {
  border: none;
  width: 50%;
}

#teamTab .tabSelecter ul li a {
  font-size: 20px;
  font-size: 2rem;
  top: 0;
  color: #FFF;
  height: 70px;
}

#teamTab .tabSelecter #tab1 a {
  background: #34a1db;
}

#teamTab .tabSelecter #tab2 a {
  background: #024ea1;
}

#teamTab .tabSelecter .current {
  z-index: 1111;
}

.embLl {
  background: url(/img/common/team_emb_ll.png) no-repeat;
  display: block;
  height: 130px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 130px;
  background-position: -9999px -9999px;
  margin: auto;
}

.embLl.embKawasakif {
  background-position: -130px -260px;
}

.embLl.embGosaka {
  background-position: -390px -520px;
}

.player_box {
  margin-bottom: 20px;
}

.player_box figure {
  height: 190px;
  overflow: hidden;
}

.player_box .data {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  text-align: left;
  color: #fff;
  position: relative;
}

.player_box .data .pos {
  background: #000;
  margin-right: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: -20px;
  font-weight: 200;
}

.player_box .data .name {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 200;
}

.player_box .data ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-evenly;
  justify-content: -webkit- space-evenly;
  justify-content: space-evenly;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.tab1 .player_box .data {
  background: #34a1db;
}

.tab1 .player_box .data .pos {
  background: #bf9c47;
}

.tab2 .player_box .data {
  background: #024ea0;
}

.tab2 .player_box .data .pos {
  background: #000;
}

.heading__btmborder {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
}

.heading__btmborder::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}

.heading__btmborder span {
  font-weight: 900;
}

body.congestion .kvArea__others__title {
  letter-spacing: -0.03em;
}

body.congestion .others__header {
  padding-bottom: 20px;
}

.stadiummapwrap {
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
  width: 980px;
}

.stadiummap {
  position: relative;
}

.stadiummap__videoicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stadiummap__videoicon .popup-iframe {
  position: absolute;
  font-size: 80px;
  font-size: 8rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  color: #013690;
}

.stadiummap__videoicon__point1 {
  top: 490px;
  left: 300px;
  transform: rotate(60deg);
}

.stadiummap__videoicon__point2 {
  top: 465px;
  left: 350px;
  transform: rotate(60deg);
}

.stadiummap__videoicon__point3 {
  top: 160px;
  left: 470px;
  transform: rotate(-65deg);
}

.matchArea .kv__link {
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  position: relative;
}

.matchArea .kv__link::after {
  font-family: "ionicons";
  content: "\f30f";
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding-left: 5px;
  position: relative;
  transition: .5s all;
  left: 0;
}

.matchArea * {
  transition: .5s all;
}

.matchArea a:hover * {
  opacity: 1 !important;
}

.matchArea a:hover .kv__link {
  color: #ff4857;
}

.matchArea a:hover .kv__link::after {
  left: 10px;
  color: #ff4857;
}

body.match .kv__link {
  display: none;
}

.mfp-content {
  overflow: hidden;
}

.spDISP {
  display: none;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}
