@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;
}

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.3rem;
}

.main {
  width: 100%;
  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;
  padding: 30px 0;
  line-height: 1.3;
  text-align: center;
  font-weight: 800;
}

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

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

.btn.red {
  background: #e60012;
}

#pageTopBtn {
  z-index: 999;
}

.txt__left {
  text-align: left;
}

.text__honbun,
.text__wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: left;
  font-weight: 300;
  margin-bottom: 1em;
}

dl.borderWrap {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

dl.borderWrap dt {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

dl.borderWrap dd {
  line-height: 1.6;
  font-weight: 300;
}

.commonTable th {
  text-align: center;
}

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

#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: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

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

.txt__size20 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}

.txt__red {
  color: #ce0010;
}

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

.txt__left {
  text-align: left;
}

.txt__center {
  text-align: center;
}

.fxscHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11111111;
  background: #003690;
  height: 60px;
  width: 100%;
  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 6vw;
  box-sizing: border-box;
}

.fxscHeader__jLogo {
  width: 8vw;
  height: 8vw;
}

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

.fxscHeader__title {
  width: 54.6vw;
}

.fxscHeader__gnav {
  margin-top: 30px;
}

.fxscHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Squada One", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fxscHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}

.fxscHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}

.fxscHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}

.fxscHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.fxscHeader__subnav {
  display: none;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
}

.fxscHeader__gnav li.ticket a {
  background: #ff0000;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}

.menu-trigger:hover {
  opacity: 0.7;
}

.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active {
  right: 14px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}

#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}

#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}

#navigation .navigation_inner h1 img {
  width: 100%;
}

#navigation .navList {
  text-align: center;
}

#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#navigation .navList li h1 a {
  color: #c7ba66;
}

#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}

#navigation .navList li.nav_ticket {
  border: none;
}

#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.kvArea {
  position: relative;
  width: 100%;
  min-height: 600px;
  text-align: center;
  padding: 60px 6vw 40px;
  background: #003690;
  box-sizing: border-box;
}

.kvArea img {
  vertical-align: top;
  width: 100%;
}

.kvArea h2 {
  position: relative;
}

.kvArea__BG {
  margin: auto;
  position: relative;
  z-index: 1;
}

.kvArea__BG .bg {
  margin: auto;
  opacity: 0;
}

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

.kvArea__BG__li.cup {
  top: 18%;
  width: 25%;
  transform: translateX(-46%);
}

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

.kvArea__BG__li.ball {
  top: 3%;
  width: 15%;
  transform: translateX(-48%);
}

.kvArea__BG__li.copy {
  top: 1.5%;
  width: 70%;
}

.kvArea__BG__li.kamifubuki {
  top: 7%;
  width: 120%;
  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: -16.6vw;
  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;
}

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

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

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

.kv__matchDay .spStyle {
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  font-weight: 700;
  padding-top: 10px;
}

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

.kv__broadcast span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  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: 170px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

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

.kvArea__others::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/fxsc/2021/header_confetti.png") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

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

body.ngm .kvArea__others__title {
  font-size: 60px;
  font-size: 6rem;
  padding-top: 59px;
  line-height: 0.64;
}

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

.homeTicket {
  background: linear-gradient(0deg, #af9c60 65vw, transparent 65vw);
  padding-bottom: 12vw;
}

.homeTicket__map, .homeAccess__outer, body.access .homeAccess__outer__inner {
  background: #fff;
  padding: 5vw;
  margin: -8vw auto 0;
  width: 88vw;
  box-sizing: border-box;
  position: relative;
}

.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: 80vw;
  height: 10px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.homeTicket__btn {
  margin-top: -3vw;
}

.homeTicket__btn .btn {
  display: block;
  width: 80vw;
  height: 13vw;
  line-height: 13vw;
  background: #d10000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  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::before {
  content: "";
  width: 78vw;
  height: 12vw;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.34);
}

.homeTicket__btn .btn::after {
  font-family: "ionicons";
  content: "\f30f";
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  padding-left: 1em;
  color: #fff;
  /* font-weight: normal; */
}

.homeTicket__btn .btn .btn__text {
  font-weight: 800;
}

.homeNews {
  background: url("/img/fxsc/2021/home/news_bg_sp.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 26vw 0 35vw;
}

.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: 88vw;
  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: 88vw;
  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: 9vw;
  left: 0;
  z-index: 10;
  margin-top: 0;
}

.homeNews .leftArea {
  width: 6vw;
}

.homeNews .rightArea {
  width: 6vw;
  background: #fff;
}

.homeNews .midArea {
  background: #fff;
  width: 88vw;
  padding: 15vw 5vw 13vw;
}

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

.homeNews__list {
  margin-top: 2vw;
}

.homeNews__item {
  margin-top: 3vw;
}

.homeNews__date {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
}

.homeNews__text a {
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  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: 13px;
  font-size: 1.3rem;
  width: 40vw;
  height: 10vw;
  line-height: 10vw;
  position: absolute;
  right: 6vw;
}

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

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

.homeAccess .accessmap.spDISP > div {
  width: 100% !important;
  border: #cac8c4 1px solid;
}

.homeAccess #yahoo_embedmap {
  border: none !important;
}

.homeAccess__footer {
  background: #003690;
  margin-top: -46.6vw;
  padding: 50vw 6vw 15vw;
}

.homeAccess__footer .accordionList {
  width: 100%;
  margin: 0 auto;
}

.homeAccess__footer .accordionIndex {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 5vw;
}

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

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

.homeAccess__footer .accordionArticle {
  color: #fff;
}

.homeAccess__footer .accordionArticle .midashi {
  font-size: 16px;
  font-size: 1.6rem;
  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: 14px;
  font-size: 1.4rem;
  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: 12px !important;
}

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

.homeOutline .homeTitle {
  position: absolute;
  top: 11vw;
  right: 0;
  z-index: 10;
}

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

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

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

.homeOutline__outer::after {
  content: "";
  width: 90vw;
  height: 10px;
  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);
}

.homeOutline__outer__inner {
  max-width: 94vw;
  background: #fff;
  padding: 13vw 6vw 10vw;
  position: relative;
  box-sizing: border-box;
}

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

.homeOutline__table {
  width: 100%;
  margin-top: 2vw;
}

.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: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.homeOutline__table th {
  width: 100%;
  padding: 3vw 3vw 0;
}

.homeOutline__table td {
  width: 100%;
  padding: 0 3vw 3vw;
  word-break: break-all;
}

.homeOutline__cup {
  position: absolute;
  bottom: -4vw;
  right: -4vw;
  width: 42.8vw;
}

.homeOutline__cup img {
  width: 100%;
}

@media screen and (max-width: 340px) {
  .homeOutline .cupText {
    max-width: 45vw;
    display: block;
  }
}

.homeOutline__sns {
  background: #fff;
  padding-top: 24.3vw;
  margin-top: -8vw;
  position: relative;
}

.greenpower {
  display: none;
}

/* --------------------------------------------------------------------------------- */
/* OUTLINE */
/* --------------------------------------------------------------------------------- */
body.outline .homeOutline {
  background: #fff;
  padding: 5vw 0 0;
  max-width: 88vw;
  margin: -53px auto 0;
}

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

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

body.outline .homeOutline .cup {
  display: block;
  text-align: center;
  margin: 0 auto -45px;
  position: relative;
  z-index: 10;
  width: 72.9vw;
}

body.outline .homeOutline .cup img {
  width: 100%;
}

body.outline .homeOutline__outer {
  max-width: none;
  padding: 0;
}

body.outline .homeOutline__outer::before {
  content: "";
  width: 85vw;
  height: 10px;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
}

body.outline .homeOutline__outer::after {
  content: "";
  width: 85vw;
  height: 10px;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
}

body.outline .homeOutline__outer__inner {
  max-width: none;
  padding: 12vw 6vw 10vw 0;
  margin-top: 3vw;
}

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: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 3%;
  border-radius: 3px;
  align-items: flex-start;
}

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

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

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

/* --------------------------------------------------------------------------------- */
/* ACCESS */
/* --------------------------------------------------------------------------------- */
body.access .homeAccess {
  background: #fff;
  padding: 5vw 0 0;
  max-width: 88vw;
  margin: -53px auto 0;
  box-sizing: border-box;
  position: relative;
}

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

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

body.access .homeAccess__outer {
  max-width: none;
  margin-top: 10vw;
  padding: 7vw 0 3vw 0;
}

body.access .homeAccess__outer::before {
  content: "";
  width: 85vw;
  height: 10px;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
}

body.access .homeAccess__outer {
  max-width: none;
  margin-top: 10vw;
  padding: 0;
  background: none;
  box-sizing: border-box;
}

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

body.access .homeAccess__outer__inner {
  max-width: none;
  width: auto;
  margin-top: 0;
  padding: 7vw 0 3vw 0;
}

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

body.access .homeAccess__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
  padding-bottom: 5vw;
  text-align: center;
}

body.access .homeAccess__footer {
  background: #fff;
  color: #333;
  position: relative;
  margin: 0 auto 6vw;
  padding: 0 0 10vw;
  max-width: 88vw;
}

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

body.access .homeAccess__footer .accordionList {
  max-width: 88vw;
  margin: 0 auto;
}

body.access .homeAccess__footer .accordionIndex {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  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: 13px;
  font-size: 1.3rem;
  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: 14px;
  font-size: 1.4rem;
  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: 12px !important;
}

/* --------------------------------------------------------------------------------- */
/* HISTORY */
/* --------------------------------------------------------------------------------- */
body.history .history__header,
body.history .others__header,
body.others .history__header,
body.others .others__header {
  background: #fff;
  padding: 5vw 0 10vw;
  max-width: 88vw;
  margin: -53px auto 0;
  box-sizing: border-box;
  position: relative;
}

body.history .history__header__lead,
body.history .others__header__lead,
body.others .history__header__lead,
body.others .others__header__lead {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

body.history .history__header__info,
body.history .others__header__info,
body.others .history__header__info,
body.others .others__header__info {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 2% 5%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  box-sizing: border-box;
}

body.history .history__header__info img,
body.history .others__header__info img,
body.others .history__header__info img,
body.others .others__header__info img {
  width: 100%;
}

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

body.tv .others .pageTitle {
  padding-top: 70px;
}

body.tv .others__header {
  margin-bottom: 30px;
}

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

.historylist article .article__inner {
  max-width: 88vw;
  background: #fff;
  position: relative;
  padding: 6vw 6vw 10vw;
  box-sizing: border-box;
  text-align: center;
}

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

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

.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: -23vw;
  left: -6vw;
}

.historylist:nth-child(odd) .historylist_text {
  padding-right: 6vw;
}

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

.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: -23vw;
  right: -6vw;
}

.historylist:nth-child(even) .historylist_text {
  padding-left: 6vw;
}

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

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

.historylist p.match {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.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 {
  margin-top: 3vw;
}

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

.historylist_video img {
  width: 100%;
}

.historylist_video a:after {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon3";
  content: "\ec601";
  color: #fff;
  line-height: 100%;
  opacity: 0.7;
}

.historylist ul {
  width: 100%;
  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: 49%;
}

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

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

.historylist ul img {
  width: 100%;
}

.historylist_num {
  width: 88vw;
  font-family: "Squada One", sans-serif;
  font-size: 65px;
  font-size: 6.5rem;
  opacity: 0.7;
  line-height: 1;
  position: relative;
}

.historylist_num span {
  position: absolute;
}

.historylist_text {
  width: 88vw;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.61;
  padding: 0 0 24vw;
  margin-top: -11vw;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.historylist_text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 800;
}

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

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

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

body.others .historylist:nth-child(odd) .btn__textlink {
  color: #b19e60;
}

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

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

table.commonTable caption {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  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;
}

/* --------------------------------------------------------------------------------- */
/* TICKET */
/* --------------------------------------------------------------------------------- */
body.ticket .ticketSection {
  background: #fff;
  padding: 5vw 0 10vw;
  width: 88vw;
  margin: -53px auto 0;
  box-sizing: border-box;
  position: relative;
}

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

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

/* prevention */
.prevention__outer {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

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

.prevention__inner {
  background: #fff;
  margin-top: -3.5vw;
  position: relative;
  padding: 6vw 0;
}

.prevention__title {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  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: 48% !important;
  margin-top: 8vw;
}

.prevision__article img {
  max-width: 100%;
}

.prevision__article:nth-child(even) {
  margin-left: 4% !important;
}

.prevision__article__imgL img {
  width: 100%;
}

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

.prevision__article a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4vw;
  content: "詳細はこちら";
  display: inline-block;
  width: 33vw;
  height: 8vw;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 8vw;
  background: none;
  background: #000 url("/img/fxsc/2021/ticket/arrow.png") right 8px center no-repeat;
  background-size: auto 11px;
  color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.prevision__article a:hover {
  opacity: 1;
}

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

.prevision__article__popup {
  width: 90vw;
  position: relative;
  margin: auto;
  padding: 22vw 0;
}

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

.prevision__article__popup .heading__btmborder {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  border-bottom: 4px solid;
  display: inline-block;
  margin-bottom: 5vw;
  padding: 0 2.5vw 2.5vw;
}

.prevision__article__popup .txt__size16.txt__left,
.prevision__article__popup .list__style,
.prevision__article__popup .txt__bold {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.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__popup dl .CLM__half figure img {
  max-width: 100%;
}

.prevision__article__imgL {
  margin-bottom: 30px;
}

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

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

.mfp-wrap {
  top: 50% !important;
  transform: translateY(-50%);
}

.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: auto 100%;
  padding-bottom: 28vw;
}

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

.schedule__inner {
  width: 90vw;
  background: #fff;
  margin: 0 auto;
  margin-top: -3.5vw;
  position: relative;
  padding: 8vw 0 0;
}

.schedule__outer2 {
  position: relative;
  width: 90vw;
  margin: 0 auto;
}

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

.schedule__title {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 8vw;
}

.schedule__head {
  background: #b09d60;
  padding: 7.5vw 5vw;
  text-align: center;
  position: relative;
  color: #000;
}

.schedule__head .img {
  width: 53.3vw;
  margin: 0 auto;
}

.schedule__head .img img {
  max-width: 100%;
}

.schedule__head .title {
  padding-top: 3vw;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

.schedule__body {
  background: #fff;
  padding: 6vw 5vw 15.3vw;
  text-align: center;
  position: relative;
  line-height: 1.5;
}

.schedule__body .term {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.schedule__body .data {
  font-size: 13px;
  font-size: 1.3rem;
  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: 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1em;
}

.schedule__body .scheduleBtn {
  width: 80vw;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.schedule__body .scheduleBtn a {
  display: block;
  background: #d10000;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 900;
  padding: 5vw;
  position: relative;
}

.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 img {
  width: 50%;
  display: block;
  margin: 0 auto 5px;
}

/* seat */
.seat {
  padding: 12vw 0 0;
}

.seat__outer {
  position: relative;
}

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

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

.seat__inner {
  width: 90vw;
  background: #fff;
  margin: 0 auto;
  margin-top: -3vw;
  position: relative;
  padding: 6vw 0;
  text-align: center;
  z-index: 10;
}

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

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

.seat .seatTable {
  background: #e9e9e9;
  margin-top: -49vw;
  padding-top: 54vw;
  padding-bottom: 10vw;
}

.seat .seatTable__inner {
  background: #000;
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  box-sizing: border-box;
}

.seat .seatTable .spScroll {
  width: 100%;
  overflow-x: auto;
}

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

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

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

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

.seat .seatTable__table tbody th {
  background: #dadada;
  white-space: nowrap;
}

.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(3) {
  text-align: center;
}

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

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

.seat .seatTable__notice {
  margin: 0 auto;
  width: 90vw;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
}

.seat .seatTable__notice .txt__bold {
  font-weight: 700;
  margin-top: 5vw;
}

.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: 5vw auto 0;
  width: 90vw;
  padding: 5vw;
  box-sizing: border-box;
}

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

.seat .seatTable .borderwrap .list__style.list__style__disc {
  margin-top: 5vw;
}

.seat .seatTable .borderwrap .list__style.list__style__disc li {
  font-size: 12px;
  font-size: 1.2rem;
  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.margT30 {
  margin-top: 5vw;
}

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

.seat .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-size: 1.3rem;
  transition: 0.5s all;
  border: 1px solid;
  width: 15px;
  height: 15px;
  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: 5vw;
  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: 10vw 0 0;
}

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

.ticketBtnArea__btn a {
  display: block;
  padding: 5vw 0;
  background: #d10000;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.ticketBtnArea__btn a img {
  vertical-align: middle;
  width: 39.8%;
  margin-bottom: 1vw;
}

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

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

.present__outer {
  margin-top: -3.5vw;
  position: relative;
}

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

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

.present__outer2 {
  position: relative;
}

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

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

.present__inner2 {
  width: 90vw;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 5vw;
  text-align: center;
  z-index: 10;
  box-sizing: border-box;
}

.present__title {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 2vw;
}

.present__img img {
  max-width: 100%;
}

.present__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.45;
  color: #333333;
  margin-top: 0.5em;
}

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

/* specialseat */
.specialseat {
  padding-top: 5vw;
}

.specialseat__wrapper {
  margin-top: -3.5vw;
  padding-bottom: 10vw;
  background: linear-gradient(#fff 41vw, #00348e 41vw);
}

.specialseat__outer {
  position: relative;
  width: 90vw;
  margin-left: auto;
}

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

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

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

.specialseat__title {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.375;
  padding-bottom: 2vw;
}

.specialseat__img {
  margin: 0 auto;
}

.specialseat__img img {
  width: 100%;
}

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

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

.specialseat__bodyInner {
  width: 90vw;
  text-align: left;
  color: #fff;
  padding-left: 5vw;
  box-sizing: border-box;
}

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

.specialseat__table th,
.specialseat__table td {
  border: #fff 1px solid;
  padding: 4vw;
  display: block;
}

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

.specialseat__table td {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

.kv__bnrArea a {
  display: inline-block;
}

.kv__bnrArea img {
  width: 90%;
  border: 10px solid #FFF;
  box-sizing: border-box;
}

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

.homeInfo .historylist .article__inner__text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.homeInfo .historylist .btnwrap {
  width: 100%;
}

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

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

#onlinelots article .article__inner,
#campaign article .article__inner {
  padding: 6vw;
}

#campaign .historylist_num {
  right: 1em;
}

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: 100%;
  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: 100%;
  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 {
  background: #fff;
  padding: 30px 5%;
  position: relative;
  box-sizing: border-box;
}

body.match .borderWrap {
  margin: 30px auto 0;
}

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

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

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

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

body.match .kv__match .kv__match__vs img {
  width: 100%;
}

body.match .kv__match .kv__match__kawasaki img,
body.match .kv__match .kv__match__gamba img {
  height: 50px;
}

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__broadcast {
  margin-top: 10px;
}

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;
}

#teamTab .tabSelecter ul {
  border: none;
}

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

#teamTab .tabSelecter ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  top: 0;
  color: #FFF;
  height: 50px;
}

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

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

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

.tabSelecter .tab li a:hover {
  opacity: 1;
}

.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_cont {
  width: 240px;
  margin: auto;
}

.player_box {
  margin-bottom: 20px;
}

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

.player_box figure img {
  width: 100%;
}

.player_box .data {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  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: 18px;
  font-size: 1.8rem;
  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: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
}

.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 {
  height: 155px;
}

body.congestion .kvArea__others__title {
  font-size: 70px;
  font-size: 7rem;
  padding-top: 47px;
}

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

body.congestion .schedule__outer {
  padding-bottom: 15vw;
}

.stadiummapwrap {
  text-align: center;
  padding: 5%;
  box-sizing: border-box;
}

.stadiummap {
  position: relative;
  width: 100% !important;
}

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

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

.stadiummap__videoicon__point1 {
  top: 62%;
  left: 30%;
  transform: rotate(60deg);
}

.stadiummap__videoicon__point2 {
  top: 57%;
  left: 38%;
  transform: rotate(60deg);
}

.stadiummap__videoicon__point3 {
  top: 22%;
  left: 52%;
  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;
}

body.match .kv__link {
  display: none;
}

/*フェードイン用*/
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
}

.pcDISP {
  display: none;
}

.mfp-content {
  overflow: hidden;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}
