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

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

.main {
  width: 100%;
  overflow: hidden;
}

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

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

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

h4.bk__white {
  background: #ffffff url(/img/fxsc/2020/teaser/bgPattern.png) repeat 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 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;
}

.fxscHeader {
  position: fixed;
  z-index: 11111111;
}

.fxscHeader__jLogo {
  width: 40px;
  height: 40px;
  position: absolute;
  position: absolute;
  left: 10px;
  top: 10px;
}

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

.fxscHeader__gnav {
  margin-top: 30px;
}

.fxscHeader__gnav li {
  font-size: 15px;
  font-size: 1.5rem;
  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 {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.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 {
  background: rgba(0, 50, 132, 0.8);
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  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 .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%;
  text-align: center;
}

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

.kvArea__BG {
  opacity: 0;
}

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

.kvArea__BG__li.bgYokohamfm {
  width: 100%;
  top: 0;
  left: 0;
}

.kvArea__BG__li.bgKobe {
  width: 100%;
  top: 0;
  left: 0;
}

.kvArea__BG__li.coachYokohamfm {
  width: 100%;
  top: 0;
  left: 0;
}

.kvArea__BG__li.coachKobe {
  width: 100%;
  top: 0;
  left: 0;
}

.kvArea__BG__li.cup {
  width: 50%;
  top: 30%;
  margin-left: -25%;
  margin-top: 50px;
}

.kvArea__BG__li.jounior {
  width: 75%;
  top: 10%;
  margin-left: -53%;
}

.kvArea__BG__li.iniesta {
  width: 70%;
  top: 10%;
  margin-left: -22%;
}

.kvArea__BG__li.endo {
  width: 43%;
  top: 25%;
  margin-left: -50%;
}

.kvArea__BG__li.yamaguchi {
  width: 48%;
  top: 28%;
  margin-left: 0;
}

.kvArea__BG__li.nakagawa {
  width: 50%;
  top: 40%;
  margin-left: -53%;
}

.kvArea__BG__li.sakai {
  width: 55%;
  top: 42%;
  margin-left: -6%;
}

.kvArea__BG__li.copy {
  width: 16%;
  top: 3%;
  margin-left: -8%;
  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;
  }
}

.kvArea .title {
  width: 80%;
  margin: auto;
}

.matchArea {
  background: #1d3483;
  padding: 20px 0;
  margin-top: 1px;
}

.matchArea h2 {
  width: 80%;
  margin: auto;
}

.matchArea img {
  width: 100%;
}

.matchArea ul {
  width: 95%;
  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: 70%;
  text-align: center;
  color: #fff;
}

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

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

.matchArea__info span.place {
  font-size: 12px;
  font-size: 1.2rem;
}

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

.matchArea.sec__inner {
  width: 100%;
  padding: 0;
  padding-bottom: 5%;
}

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

.heading__left:before, .heading__right:before {
  position: absolute;
  width: 95%;
  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: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.heading__left:before {
  left: -5%;
}

.heading__right:before {
  right: -5%;
}

.sec__w100 {
  width: 100%;
  position: relative;
  padding: 30px 0;
  text-align: center;
  z-index: 0;
}

.sec__inner {
  width: 90%;
  background: #fff;
  margin: auto;
  padding: 5%;
  box-sizing: border-box;
}

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

.sec__map .sec__inner {
  position: relative;
  height: 430px;
}

.sec__map .sec__inner iframe {
  width: 90%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.updateList li article,
.outlineList li article {
  text-align: left;
}

.updateList li article .date,
.outlineList li article .date {
  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.1em;
}

.updateList li article .item,
.outlineList li article .item {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}

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

.updateList article {
  margin-bottom: 1em;
}

.outlineList {
  border-bottom: 1px solid #002665;
}

.outlineList article {
  border-top: 1px solid #002665;
  padding: 15px 0;
}

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

.greenpower dt {
  text-align: left;
}

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

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

.sub {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin: 0;
}

#more_btn a,
#close_btn a {
  width: 80%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin: 25px auto 0;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  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);
}

.videoOneArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoOneArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

body.top .videoOneArea {
  width: 90%;
}

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

.kvArea__others__title {
  display: none;
}

.kvArea__others__logo {
  width: 100%;
  margin: auto;
  background: rgba(0, 48, 135, 0.4);
  height: 60px;
  position: fixed;
  z-index: 1111111;
}

.kvArea__others__logo a {
  width: 55%;
  display: block;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
  padding-top: 16px;
  padding-right: 20px;
}

.kvArea__others__logo a img {
  height: 70%;
}

.kvArea__others__subtitle {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.3em;
  padding-top: 110px;
}

.historylist dl {
  font-size: 0;
}

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

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

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

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

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

.historylist dl dt .match em i {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.historylist dl .historylist_photo .historylist_video {
  vertical-align: top;
  width: 100%;
}

.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;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

.historylist dl .historylist_text {
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.5;
  font-weight: 300;
  text-align: justify;
}

body.history .heading__left,
body.history .heading__right {
  font-size: 17px;
  font-size: 1.7rem;
}

.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: #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: 14px;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  width: 2000px;
  height: 30px;
  box-sizing: border-box;
}

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 .tabContentsBox.sec__w100 {
  padding-top: 70px;
}

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 figure img {
  vertical-align: top;
}

div.table__scroll {
  overflow: scroll;
}

.statsTable.commonTable {
  width: 600px;
  font-size: 12px;
  font-size: 1.2rem;
}

.statsTable.commonTable thead th {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 200;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px 0;
}

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

.statsTable.commonTable td {
  background: #fff;
  font-weight: bold;
  text-align: center;
}

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

.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 {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  box-sizing: border-box;
}

.campaign__howtoApply__list {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

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

.campaign__howtoApply__list ol li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

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

.campaign__howtoApply__list ol li span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  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;
}

#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: 20px;
}

#campaignArea article img {
  width: 100%;
}

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

#campaignArea .sec__inner {
  background: none;
  padding: 40px 0 0;
}

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

#campaignArea .newsList .accordionIndex {
  border: none;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
}

#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;
  font-size: 1.8rem;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  color: #838383;
  font-weight: normal;
}

#campaignArea .newsList .accordionIndex.active:after {
  content: '\f366';
  transform: none !important;
}

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

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

#campaignArea .commonTable th {
  white-space: normal;
  width: 25%;
}

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

.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 .sec__blue .sec__inner {
  padding: 0;
}

body.gourmet .main .accordionList {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

body.gourmet .main .accordionList .accordionIndex {
  background: #fff;
  width: 100%;
  display: block;
  padding: 20px 0;
}

body.gourmet .main .accordionList .eventlinklist {
  margin-top: 10px;
}

body.gourmet .main .accordionList .eventlinklist li {
  margin-bottom: 2px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

body.gourmet .main .accordionList .eventlinklist li a {
  padding: 0 0 0 25px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: -0.05em;
  background: #002564;
}

body.gourmet .main .accordionList .eventlinklist li a span {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

body.gourmet .main .accordionList .eventlinklist li a:after {
  display: none;
}

.commonTable.gourmetInfo tbody th {
  text-align: center;
  border-right: none;
  background: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  font-size: 1rem;
  padding: 10px 2px;
}

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

.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: 15px;
  font-size: 1.5rem;
  line-height: 1.8em;
}

.gourmetlist__cnt h4 span {
  display: inline-block;
  background: #002664;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  line-height: 33px;
  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;
}

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

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

.statslist li figure {
  margin-bottom: 20px;
}

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

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