@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("//fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

opening-game2020.scss

------------------------------------*/
a {
  color: #e60012;
  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: 'Kreon','M PLUS 1p', sans-serif;
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  min-width: 980px;
}

.contArea {
  padding: 60px 60px 0;
  box-sizing: border-box;
  text-align: center;
  max-width: 1500px;
  margin: auto;
}

.contArea:last-of-type {
  padding-bottom: 60px;
}

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

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

.btn {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #000;
  border: 3px solid #FFF;
  text-align: center;
  padding: 0 30px;
  letter-spacing: 0.1em;
  display: inline-block;
}

.btn__ticket {
  background: #e60012;
}

.btnArea {
  display: table;
  width: 800px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 10px;
  box-sizing: border-box;
}

.btnArea .btn {
  display: table-cell;
}

.btnArea .btn__ticket {
  width: 70%;
}

.heading__main {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 1em;
}

.heading__main .en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Kreon', sans-serif;
  font-weight: 400;
}

.heading__border {
  border-bottom: 5px solid #000;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 30px;
}

.menu-trigger {
  position: absolute;
  right: 7px;
  top: 7px;
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}

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

.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 span {
  background-color: #fff;
}

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

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

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

#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
}

#navigation .navigation_inner {
  display: table;
  width: 100%;
}

#navigation .navigation_inner .navigation_menu {
  display: table-cell;
  vertical-align: top;
  padding-top: 80px;
  text-align: center;
  border-bottom: solid 1px rgba(225, 225, 225, 0.3);
  margin: 0 auto;
}

#navigation .navigation_inner .navigation_menu li {
  position: relative;
}

#navigation .navigation_inner .navigation_menu li a, #navigation .navigation_inner .navigation_menu li span {
  padding: 20px 0;
  display: block;
  color: #fff;
  position: relative;
}

#navigation .navigation_inner .navigation_menu li a.active {
  background: rgba(225, 225, 225, 0.2);
}

#navigation .navigation_inner .navigation_menu li span {
  opacity: 0.4;
}

#navigation .navigation_inner .navigation_menu li ul {
  padding: 15px 0;
}

#navigation .navigation_inner .navigation_menu > li {
  border-top: solid 1px rgba(225, 225, 225, 0.3);
}

.accordionIndex {
  border: none;
  padding: 20px 0 !important;
}

.accordionIndex:after {
  font-family: ionicons;
  content: '\f3d0';
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  color: #fff;
  transition: all .4s;
}

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

.headerNav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  font-size: 0;
  height: 70px;
  z-index: 1111111111111111111111;
  text-align: center;
}

.headerNav img {
  vertical-align: top;
}

.headerNav__contlogo {
  display: inline-block;
  margin: 0 auto;
  line-height: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.headerNav__contlogo a {
  color: #fff;
}

.headerNav__jplogo {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.kvArea {
  position: relative;
}

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

.kvArea.others {
  background: url(/img/opening-game/2020/KV_BG_others.jpg) repeat-x bottom center;
  text-align: center;
  margin-bottom: 30px;
}

.kvArea.others .kvArea__img img {
  width: auto;
  margin: 50px auto 0;
}

.kvArea .btnArea {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -400px;
}

.tabSelecter {
  margin-bottom: 0;
}

.tabSelecter ul.tab {
  border: none !important;
}

.tabSelecter ul.tab li {
  border: none !important;
}

.tabSelecter ul.tab li.tab1 a {
  background: #e60112;
}

.tabSelecter ul.tab li.tab2 a {
  background: #017f41;
}

.tabSelecter ul.tab li.tab3 a {
  background: #000;
}

.tabSelecter ul.tab li img {
  width: 200px;
}

.tabSelecter ul.tab li a, .tabSelecter ul.tab li span {
  padding: 10px 0 5px;
}

.tabSelecter ul.tab li span {
  opacity: 0.3;
}

body.J1 .tabSelecter ul.tab li.tab1 a,
body.J2 .tabSelecter ul.tab li.tab2 a,
body.J3 .tabSelecter ul.tab li.tab3 a {
  background: #FFF;
}

.matchList li {
  margin-bottom: 50px;
}

.matchList li a {
  position: relative;
  display: block;
}

.matchList li a:after {
  position: absolute;
  right: 10px;
  bottom: -20px;
  content: '詳しくみる';
  font-size: 12px;
  font-size: 1.2rem;
  width: 30%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #000;
  border: 3px solid #FFF;
  color: #FFF;
  letter-spacing: 0.1em;
}

.playerList li .heading__border {
  letter-spacing: 0.2em;
}

.playerList li .heading__border span {
  position: absolute;
  top: -30px;
}

.playerList li figure {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  letter-spacing: -0.05em;
  text-align: left;
  margin-bottom: 20px;
}

.playerList li figure img {
  position: absolute;
  width: 180px;
}

.playerList li figure figcaption {
  font-weight: 300;
  min-height: 223px;
}

.playerList li figure figcaption em {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.playerList li figure figcaption i {
  background: #000;
  padding: 2px 5px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  top: -2px;
  left: 10px;
}

.playerList li figure:last-of-type {
  margin-bottom: 0;
}

.playerList li.home .heading__border {
  text-align: left;
  padding-left: 120px;
}

.playerList li.home .heading__border span {
  left: 0;
}

.playerList li.home figure {
  padding-left: 200px;
}

.playerList li.home figure img {
  left: 0;
}

.playerList li.away .heading__border {
  text-align: right;
  padding-right: 120px;
}

.playerList li.away .heading__border span {
  right: 0;
}

.playerList li.away figure {
  padding-right: 200px;
}

.playerList li.away figure img {
  right: 0;
}

.borderArea {
  border: 1px solid #ccc;
  padding: 40px;
}

.previewtext {
  text-align: left;
}

.previewtext dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1em;
}

.previewtext dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

.previewtext dd:last-of-type {
  margin-bottom: 0;
}

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

.spDISP {
  display: none;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

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

.embLl.embCon, .embLl.embSapporo {
  background-position: 0px 0px;
}

.embLl.embBla, .embLl.embAkita {
  background-position: -130px 0px;
}

.embLl.embGrm, .embLl.embMorioka {
  background-position: -260px 0px;
}

.embLl.embHac, .embLl.embHachinohe {
  background-position: -785px -775px;
}

.embLl.embVeg, .embLl.embSendai {
  background-position: -390px 0px;
}

.embLl.embMon, .embLl.embYamagata {
  background-position: -520px 0px;
}

.embLl.embFku, .embLl.embFukushima {
  background-position: -650px 0px;
}

.embLl.embAnt, .embLl.embKashima {
  background-position: -780px 0px;
}

.embLl.embHol, .embLl.embMito {
  background-position: -910px 0px;
}

.embLl.embToc, .embLl.embTochigi {
  background-position: -0px -130px;
}

.embLl.embThe, .embLl.embKusatsu {
  background-position: -130px -130px;
}

.embLl.embRed, .embLl.embUrawa {
  background-position: -260px -130px;
}

.embLl.embArd, .embLl.embOmiya {
  background-position: -390px -130px;
}

.embLl.embJef, .embLl.embChiba {
  background-position: -520px -130px;
}

.embLl.embRey, .embLl.embKashiwa {
  background-position: -650px -130px;
}

.embLl.embFct, .embLl.embFtokyo, .embLl.embFctokyo,
.embLl.embFctokyo23, .embLl.embFtokyo_u23 {
  background-position: -780px -130px;
}

.embLl.embVer, .embLl.embTokyov {
  background-position: -910px -130px;
}

.embLl.embFcm, .embLl.embMachida {
  background-position: 0px -260px;
}

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

.embLl.embMar, .embLl.embYokohamafm {
  background-position: -260px -260px;
}

.embLl.embYfc, .embLl.embYokohamafc {
  background-position: -390px -260px;
}

.embLl.embYsc, .embLl.embYsyokohama, .embLl.embYsccyokohama {
  background-position: -520px -260px;
}

.embLl.embSgm, .embLl.embSagamihara {
  background-position: -650px -260px;
}

.embLl.embBel, .embLl.embShonan {
  background-position: -780px -260px;
}

.embLl.embVen, .embLl.embKofu {
  background-position: -910px -260px;
}

.embLl.embNgp, .embLl.embNagano {
  background-position: 0px -390px;
}

.embLl.embMfc, .embLl.embMatsumoto {
  background-position: -130px -390px;
}

.embLl.embAlb, .embLl.embNiigata {
  background-position: -260px -390px;
}

.embLl.embKat, .embLl.embToyama {
  background-position: -390px -390px;
}

.embLl.embZwk, .embLl.embKanazawa {
  background-position: -520px -390px;
}

.embLl.embSpu, .embLl.embShimizu {
  background-position: -650px -390px;
}

.embLl.embJub, .embLl.embIwata {
  background-position: -780px -390px;
}

.embLl.embFmy, .embLl.embFujieda {
  background-position: -910px -390px;
}

.embLl.embGra, .embLl.embNagoya {
  background-position: 0px -520px;
}

.embLl.embFcg, .embLl.embGifu {
  background-position: -130px -520px;
}

.embLl.embPur, .embLl.embKyoto {
  background-position: -260px -520px;
}

.embLl.embGam, .embLl.embGosaka,
.embLl.embGosaka23, .embLl.embGamba_u23 {
  background-position: -390px -520px;
}

.embLl.embCer, .embLl.embCosaka,
.embLl.embCosaka23, .embLl.embCosaka_u23 {
  background-position: -520px -520px;
}

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

.embLl.embGat, .embLl.embTottori {
  background-position: -780px -520px;
}

.embLl.embFag, .embLl.embOkayama {
  background-position: -910px -520px;
}

.embLl.embSan, .embLl.embHiroshima {
  background-position: 0px -650px;
}

.embLl.embKam, .embLl.embSanuki {
  background-position: -130px -650px;
}

.embLl.embIma, .embLl.embImabari {
  background-position: -910px -775px;
}

.embLl.embVor, .embLl.embTokushima {
  background-position: -260px -650px;
}

.embLl.embEfc, .embLl.embEhime {
  background-position: -390px -650px;
}

.embLl.embAvi, .embLl.embFukuoka {
  background-position: -520px -650px;
}

.embLl.embGkk, .embLl.embKitakyushu {
  background-position: -650px -650px;
}

.embLl.embSag, .embLl.embTosu {
  background-position: -780px -650px;
}

.embLl.embVvn, .embLl.embNagasaki {
  background-position: -910px -650px;
}

.embLl.embRoa, .embLl.embKumamoto {
  background-position: 0px -780px;
}

.embLl.embTri, .embLl.embOita {
  background-position: -130px -780px;
}

.embLl.embFcr, .embLl.embRyukyu {
  background-position: -260px -780px;
}

.embLl.embRya, .embLl.embYam, .embLl.embYamaguchi {
  background-position: -390px -780px;
}

.embLl.embKAGOSHIMA, .embLl.embKagoshima {
  background-position: -520px -780px;
}

.embLl.embAzu, .embLl.embNumazu {
  background-position: -650px -780px;
}
