@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

fxsc2020_teaser.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: 'Comfortaa','Noto Sans JP', sans-serif;
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}

.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 {
  width: 48%;
  margin-right: 4%;
}

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

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

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

.CLM__four > li {
  width: 23%;
}

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

.CLM__four > li: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;
}

.txt__left {
  text-align: left;
}

.text__honbun,
.text__wrap p {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 0;
  line-height: 1.75;
  text-align: left;
  font-weight: 300;
  margin-bottom: 1em;
}

h4.bk__gray {
  background: #fbfbfa url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 1em;
}

h4.bk__gray2 {
  background: #d6d6d6 url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 1em;
}

h4.bk__white {
  background: #ffffff url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 1em;
}

dl.borderWrap {
  padding: 40px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

dl.borderWrap dt {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
}

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

.commonTable th {
  text-align: center;
}

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

.statsTable.commonTable thead th,
.eventTable.commonTable thead th {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.statsTable.commonTable tbody th,
.eventTable.commonTable tbody th {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.statsTable.commonTable td,
.eventTable.commonTable td {
  background: #fff;
  text-align: center;
}

.statsTable.commonTable span,
.eventTable.commonTable span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 200;
}

.eventTable.commonTable {
  margin-bottom: 20px;
}

.eventTable.commonTable caption {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.eventTable.commonTable th {
  text-align: center;
  width: 25%;
}

.eventTable.commonTable td {
  text-align: left;
  width: 25%;
}

.fxscHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11111111;
  background: rgba(0, 60, 150, 0.8);
  height: 70px;
  width: 100%;
  min-width: 980px;
}

.fxscHeader__jLogo {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
}

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

.fxscHeader__title {
  position: absolute;
  top: 15px;
  left: 15px;
}

.fxscHeader__gnav {
  padding-left: 300px;
  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;
}

.fxscHeader__gnav__li {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.fxscHeader__gnav__li a, .fxscHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
}

.fxscHeader__gnav__li a:hover, .fxscHeader__gnav__li a.active {
  background: #fff !important;
  color: #002665;
}

.fxscHeader__gnav__li span {
  opacity: 0.3;
}

.fxscHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 70px;
  padding-left: 300px;
  text-align: center;
  position: absolute;
  background: #fff;
  min-width: 980px;
  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;
}

.fxscHeader__subnav li a {
  color: #0034a2;
  line-height: 70px;
}

.fxscHeader__subnav li span {
  color: #454545;
  opacity: 0.6;
}

body.outline .fxscHeader__gnav__li.outline > a,
body.access .fxscHeader__gnav__li.outline > a,
body.history .fxscHeader__gnav__li.outline > a,
body.team .fxscHeader__gnav__li.match > a,
body.player .fxscHeader__gnav__li.match > a,
body.stats .fxscHeader__gnav__li.match > a,
body.event .fxscHeader__gnav__li.event > a,
body.gourmet .fxscHeader__gnav__li.event > a,
body.mascot .fxscHeader__gnav__li.event > a,
body.ngm .fxscHeader__gnav__li.nextganeration > a {
  background: rgba(0, 4, 58, 0.2);
  /* color: #002665; */
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.fxscHeader__gnav__li.ticket a {
  display: inline-block;
  background: #ff0000;
  height: 28px;
  line-height: 30px;
  border-radius: 14px;
  padding: 0 15px;
  margin-right: 10px;
}

.kvArea {
  position: relative;
  width: 100%;
  min-width: 980px;
}

.kvArea h2 {
  position: relative;
}

.kvArea__BG {
  height: 900px;
  margin: auto;
  position: relative;
  background: url(/img/fxsc/2020/kv_move/KV_player_BG.jpg) no-repeat top center;
  opacity: 0;
}

.kvArea__BG__li {
  position: absolute;
  left: 50%;
  opacity: 0;
}

.kvArea__BG__li.bgYokohamfm {
  top: 0;
  margin-left: -980px;
}

.kvArea__BG__li.bgKobe {
  top: 0;
  margin-left: -870px;
}

.kvArea__BG__li.coachYokohamfm {
  top: 10px;
  margin-left: -980px;
}

.kvArea__BG__li.coachKobe {
  top: 0;
  margin-left: -930px;
}

.kvArea__BG__li.cup {
  top: 360px;
  margin-left: -200px;
  margin-top: 50px;
}

.kvArea__BG__li.jounior {
  top: 110px;
  margin-left: -390px;
}

.kvArea__BG__li.iniesta {
  top: 100px;
  margin-left: -180px;
}

.kvArea__BG__li.endo {
  top: 300px;
  margin-left: -400px;
}

.kvArea__BG__li.yamaguchi {
  top: 340px;
  margin-left: 90px;
}

.kvArea__BG__li.nakagawa {
  top: 550px;
  margin-left: -380px;
}

.kvArea__BG__li.sakai {
  top: 530px;
  margin-left: 0;
}

.kvArea__BG__li.copy {
  top: 80px;
  margin-left: -50px;
  margin-top: 100px;
}

.kvArea__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.jounior {
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
}

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

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

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

.kvArea__BG__li.endo {
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
}

.kvArea__BG__li.sakai {
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
}

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

.kvArea__BG__li.bgKobe {
  -webkit-animation: animation_Opacity 1.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 1.5s ease-in-out 4.5s 1 forwards;
}

.kvArea__BG__li.coachYokohamfm {
  -webkit-animation: animation_Opacity 1.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 1.5s ease-in-out 4.5s 1 forwards;
}

.kvArea__BG__li.coachKobe {
  -webkit-animation: animation_Opacity 1.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 1.5s ease-in-out 4.5s 1 forwards;
}

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

.kvArea__BG__li.copy {
  -webkit-animation: animation_MoveFromBottom 1.5s ease-in-out 5.5s 1 forwards;
  animation: animation_MoveFromBottom 1.5s ease-in-out 5.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;
  }
}

.matchArea ul {
  margin: auto;
  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;
}

.matchArea__info {
  width: 50%;
  text-align: center;
  color: #fff;
}

.matchArea__info span {
  display: block;
  line-height: 1.3;
}

.matchArea__info span.day {
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 10px;
}

.matchArea__info span.place {
  font-size: 25px;
  font-size: 2.5rem;
}

.matchArea__info span.tv {
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #fff;
  width: 280px;
  padding: 5px 0;
  margin: auto;
  border-radius: 2px;
  margin-top: 10px;
}

.kvArea .matchArea {
  background: #1d3483;
  border-top: 1px solid #fff;
}

.kvArea .matchArea ul {
  padding: 30px 0;
  width: 980px;
}

.kvArea h2 {
  -webkit-animation: animation_Opacity 1.5s ease-in-out 0s 1 forwards;
  animation: animation_Opacity 1.5s ease-in-out 0s 1 forwards;
}

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

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

.heading__left, .heading__right {
  font-family: 'Comfortaa', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #002665;
  letter-spacing: 0.05em;
  font-weight: 300;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5em;
  z-index: 0;
}

.heading__left:before, .heading__right:before {
  position: absolute;
  width: 1000px;
  height: 80px;
  background: #ccc url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
  content: "";
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  top: 0.5em;
}

.heading__backWhite:before {
  background: #e2e3dd url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
}

.heading__backBlue {
  color: #fff;
}

.heading__backBlue:before {
  background: #00105e url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
}

.heading__backGray:before {
  background: #b5b6b0 url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
}

.heading__white {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
}

.heading__left:before {
  left: -200px;
}

.heading__right:before {
  right: -200px;
}

body.gourmet .heading__left,
body.gourmet .heading__right {
  z-index: -1;
}

.sec__w100 {
  width: 100%;
  position: relative;
  padding: 80px 0 50px;
  text-align: center;
}

.sec__w980 {
  width: 980px;
  margin: auto;
  position: relative;
  text-align: center;
}

.sec__inner {
  width: 980px;
  background: #fff;
  margin: auto;
  padding: 40px;
  box-sizing: border-box;
}

.sec__inner .wide900 {
  width: 900px;
}

.sec__inner__right {
  -ms-box-shadow: -7px -7px 7px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -7px -7px 7px -6px rgba(0, 0, 0, 0.5);
  box-shadow: -7px -7px 7px -6px rgba(0, 0, 0, 0.5);
}

.sec__inner__left {
  -ms-box-shadow: 7px -7px 7px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px -7px 7px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 7px -7px 7px -6px rgba(0, 0, 0, 0.5);
}

.sec__blue {
  background: #12378e url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
  color: #fff;
}

.sec__blue .sec__inner {
  background: #12378e url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
}

.sec__gray {
  background: #fbfbfa url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
}

.sec__gray .sec__inner {
  background: #fbfbfa url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
}

#campaignArea .sec__inner {
  padding-top: 80px;
}

.updateList li article,
.outlineList li article {
  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;
  text-align: left;
  padding: 1.3em 0;
}

.updateList li article .date,
.outlineList li article .date {
  width: 150px;
  font-family: 'Comfortaa', sans-serif;
}

.updateList li article .text,
.outlineList li article .text {
  width: 750px;
  line-height: 1.5;
}

.updateList li article .item,
.outlineList li article .item {
  width: 200px;
}

.updateList li article .detail,
.outlineList li article .detail {
  width: 700px;
  line-height: 1.55;
}

.outlineList {
  border-bottom: 1px solid rgba(8, 12, 43, 0.5);
}

.outlineList article {
  border-top: 1px solid rgba(8, 12, 43, 0.5);
  padding: 15px 0;
}

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

.greenpower dt {
  text-align: left;
}

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

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

.sub {
  display: block;
}

#more_btn a,
#close_btn a {
  width: 300px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin: 25px auto 0;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.5em;
  position: relative;
  font-family: 'Comfortaa', sans-serif;
}

#more_btn a:after,
#close_btn a:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 20px;
  color: #333;
  font-weight: normal;
}

#close_btn a:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.main {
  overflow: hidden;
}

.videoOneArea {
  background: transparent;
}

.kvArea__others {
  background: url(/img/fxsc/2020/BG_others.jpg) no-repeat top center;
  background-size: cover;
  height: 250px;
  color: #002665;
  text-align: center;
  box-sizing: border-box;
  padding-top: 155px;
}

.kvArea__others__title {
  display: none;
}

.kvArea__others__subtitle {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
}

.historylist dl {
  font-size: 0;
}

.historylist dl dt {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.historylist dl dt .day {
  font-size: 16px;
  margin-bottom: 0.8em;
}

.historylist dl dt .match {
  font-size: 26px;
  margin-bottom: 0.2em;
}

.historylist dl dt .match .embM {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: -3px;
}

.historylist dl dt .match em {
  padding: 0 10px;
}

.historylist dl .historylist_photo .historylist_video {
  display: inline-block;
  width: 420px;
  vertical-align: top;
  margin-right: 10px;
}

.historylist dl .historylist_photo .historylist_video a {
  position: relative;
  display: block;
}

.historylist dl .historylist_photo .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 dl .historylist_photo ul {
  display: inline-block;
  width: 470px;
  vertical-align: top;
}

.historylist dl .historylist_photo ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 8px;
}

.historylist dl .historylist_photo ul li:nth-child(2n + 1) {
  margin-right: 2%;
}

.historylist dl .historylist_photo ul li figure {
  height: 153px;
  overflow: hidden;
}

.historylist dl .historylist_photo img {
  width: 100%;
  height: auto;
}

.historylist dl .historylist_text {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 0;
  line-height: 1.75;
  text-align: left;
  font-weight: 300;
}

.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: #014099;
}

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

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

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

body.player .tabSelecter {
  overflow: hidden;
  margin: 0;
}

body.player .tabSelecter ul {
  border: none !important;
}

body.player .tabSelecter li {
  width: 50%;
  border: none !important;
}

body.player .tabSelecter li#tab1 a, body.player .tabSelecter li#tab1 span {
  background: #014099;
}

body.player .tabSelecter li#tab2 a, body.player .tabSelecter li#tab2 span {
  background: #a9002f;
}

body.player .tabSelecter li > a,
body.player .tabSelecter li > span {
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  width: 2000px;
  height: 30px;
}

body.player .tabSelecter li.active > a {
  background: url(/img/leaguecup/2019/final/BG_paperpattern.jpg) repeat top center !important;
  color: #000;
}

body.player .tabSelecter .tab li.current a {
  background: #fbfbfa url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0 !important;
  font-weight: normal;
  top: 0;
}

.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.embMar, .embLl.embYokohamafm {
  background-position: -260px -260px;
}

.embLl.embVis, .embLl.embKobe {
  background-position: -650px -520px;
}

body.player #playerTab.sec__w100 {
  padding-top: 100px;
}

body.player .heading__left,
body.player .heading__right {
  height: 40px;
}

body.player .heading__left .embLl,
body.player .heading__right .embLl {
  position: relative;
  top: -65px;
}

.statslist li {
  margin-bottom: 40px;
}

.statslist li figure img {
  vertical-align: top;
}

.list__style {
  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;
}

.campaign__howtoApply {
  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- top;
  align-items: -webkit- top;
  align-items: top;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  box-sizing: border-box;
}

.campaign__howtoApply__list {
  width: 50%;
  margin: 10px 10px 10px 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

.campaign__howtoApply__list h5 {
  background: #002d88;
  border-radius: 5px 5px 0 0;
  padding: 20px 0;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.campaign__howtoApply__list ol li {
  padding: 20px 0;
  margin: 0 30px;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}

.campaign__howtoApply__list ol li:last-child {
  border: none;
}

.campaign__howtoApply__list ol li span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  color: #002d88;
  font-weight: bold;
}

.campaign__howtoApply__list ol li span.cap {
  color: #000;
  font-weight: normal;
  font-size: 1.0rem;
}

#campaignArea {
  border-bottom: 2px solid #fff;
  line-height: 1.75;
}

#campaignArea.sec {
  text-align: center;
}

#campaignArea.sec__stadiumBG {
  background: url(/img/fxsc/2020/BG_campaign.jpg) repeat top center;
  background-size: auto;
}

#campaignArea article {
  margin-bottom: 30px;
}

#campaignArea article img {
  width: 100%;
}

#campaignArea h3::before {
  background: none;
}

#campaignArea .sec__inner {
  background: none;
}

#campaignArea .newsList {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  border: none;
}

#campaignArea .newsList .accordionIndex {
  border: none;
  text-align: left;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

#campaignArea .newsList .accordionIndex a {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-weight: bold;
}

#campaignArea .newsList .accordionIndex:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  color: #838383;
  font-weight: normal;
}

#campaignArea .newsList .accordionIndex.active:after {
  content: '\f366';
}

#campaignArea .newsList .accordionArticle {
  padding: 0 20px 20px;
}

#campaignArea .newsList .accordionArticle .list__style__disc {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 20px;
}

#campaignArea .commonTable th, #campaignArea .commonTable td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 15px;
}

.eventDate {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0;
}

.eventlinklist li {
  text-align: left;
  margin-bottom: 10px;
}

.eventlinklist li a {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.eventlinklist li a:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 20px;
  font-weight: normal;
}

.eventlinklist li a span {
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #304c8d;
  border-radius: 25px;
  line-height: 40px;
  font-weight: 600;
}

body.gourmet .eventlinklist li a {
  padding-left: 50px;
}

.commonTable.gourmetInfo tbody th {
  text-align: center;
  border-right: none;
  background: rgba(255, 255, 255, 0.3);
}

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

.gourmetlist__cnt {
  text-align: left;
  margin-bottom: 20px;
}

.gourmetlist__cnt h4 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  font-weight: bold;
  color: #002664;
  font-size: 18px;
  font-size: 1.8rem;
}

.gourmetlist__cnt h4 span {
  display: inline-block;
  background: #002664;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 25px;
  line-height: 40px;
  margin-right: 5px;
}

.gourmetlist__cnt h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0;
}

.gourmetlist__cnt h5 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

body.team .sec__w100.sec__blue {
  padding-top: 0;
}

.transferInfo table {
  margin-bottom: 10px;
}

.transferInfo table .inOut td {
  font-weight: bold;
}

.transferInfo table th, .transferInfo table td {
  text-align: left;
  padding: 10px;
}

.transferInfo table th b, .transferInfo table td b {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  display: block;
}

/*フェードイン用*/
.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;
}

body.others .heading__left:first-of-type:before {
  opacity: 1;
  transform: translateX(0px);
  left: -200px;
}

body.others .heading__right:first-of-type:before {
  opacity: 1;
  transform: translateX(0px);
  right: -200px;
}

.spDISP {
  display: none;
}
