@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");
/*-----------------------------------

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

.sec {
  width: 100%;
}
.sec__inner980 {
  width: 980px;
  margin: auto;
  padding: 100px 0;
}
.sec__inner1200 {
  max-width: 1200px;
  min-width: 980px;
  width: 90%;
  margin: auto;
  padding: 100px 0;
}
.sec__gray {
  background: #ececec;
}
.sec__deepgray {
  background: #2d2d2d;
  color: #FFF;
}

.CLM__half, .CLM__three, .CLM__four, .CLM__five {
  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, .CLM__five img {
  width: 100%;
  vertical-align: top;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100, .CLM__five .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.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n) {
  margin-right: 0;
}
.CLM__five > li {
  width: 18%;
  margin-right: 2.5%;
}
.CLM__five > li:nth-child(5n) {
  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;
}
.btn__more {
  position: absolute;
  bottom: -18px;
  right: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-size: 1.5rem;
}

.moreRead__news {
  position: relative;
}

.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%;
}
.btnArea .btn__dazn img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.heading__main {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 1em;
  text-align: center;
}
.heading__main .en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Kreon', sans-serif;
  font-weight: 400;
}
.heading__main .borderline {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.heading__main .borderline:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -2px;
}
.heading__main .kome {
  display: block;
  font-style: normal;
  letter-spacing: 0;
}
.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;
}
.heading__bkGray {
  background: #ededed;
  padding: 10px;
  letter-spacing: 0.1em;
}

.sec__deepgray .heading__main .borderline:after {
  background: #FFF;
}

.text__honbun {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.text__honbun.right {
  text-align: right;
  padding-bottom: 4rem;
  border-bottom: 1px solid #cccccc;
}
.text__size13px {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.text__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #666;
}

.kome {
  font-size: 12px;
}

i.red {
  color: #d32f26;
  font-style: normal;
}

.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:hover {
  opacity: 1;
  color: #e60012;
}
#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%;
  min-width: 980px;
  position: fixed;
  top: 0;
  left: 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: 15px;
  font-size: 1.5rem;
}
.headerNav__contlogo a {
  color: #fff;
}
.headerNav__jplogo {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.kvArea {
  position: relative;
  width: 100%;
  min-width: 980px;
}
.kvArea h2 {
  position: relative;
}
.kvArea__BG {
  margin: auto;
  position: relative;
  height: 650px;
}
.kvArea__BG__li {
  width: 100%;
  min-width: 980px;
  height: 650px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.kvArea__BG__li:nth-child(1) {
  background: url(/img/special/restart-games/topKV/topKV_01.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(2) {
  background: url(/img/special/restart-games/topKV/topKV_02.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(3) {
  background: url(/img/special/restart-games/topKV/topKV_03.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(4) {
  background: url(/img/special/restart-games/topKV/topKV_04.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(5) {
  background: url(/img/special/restart-games/topKV/topKV_05.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(6) {
  background: url(/img/special/restart-games/topKV/topKV_06.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(7) {
  background: url(/img/special/restart-games/topKV/topKV_07.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(8) {
  background: url(/img/special/restart-games/topKV/topKV_08.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(9) {
  background: url(/img/special/restart-games/topKV/topKV_09.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(10) {
  background: url(/img/special/restart-games/topKV/topKV_10.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(11) {
  background: url(/img/special/restart-games/topKV/topKV_11.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(12) {
  background: url(/img/special/restart-games/topKV/topKV_12.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(13) {
  background: url(/img/special/restart-games/topKV/topKV_13.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(14) {
  background: url(/img/special/restart-games/topKV/topKV_14.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(15) {
  background: url(/img/special/restart-games/topKV/topKV_15.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(16) {
  background: url(/img/special/restart-games/topKV/topKV_16.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(17) {
  background: url(/img/special/restart-games/topKV/topKV_17.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(18) {
  background: url(/img/special/restart-games/topKV/topKV_18.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__li:nth-child(19) {
  background: url(/img/special/restart-games/topKV/topKV_19.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__match {
  width: 100%;
  min-width: 980px;
  height: 650px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
  background: url(/img/special/restart-games/topKV/topKV_19.jpg) no-repeat top center;
  background-size: cover;
}
.kvArea__BG__copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14%;
  opacity: 0;
  margin-top: 20px;
}
.kvArea__BG__copy img {
  width: 230px;
}

.kvArea.others {
  padding-top: 70px;
}
.kvArea.others .kvArea__img {
  background: url(/img/special/restart-games/KV_BG.jpg) no-repeat top center;
  text-align: center;
}
.kvArea.others .kvArea__img img {
  margin: 0 auto;
  vertical-align: top;
}
.kvArea.others .btnArea {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border-spacing: 0;
}

.kvArea.top .kvArea__BG__li:nth-child(1) {
  -webkit-animation: animation_Opacity 1s ease-in-out 0s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 0s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(2) {
  -webkit-animation: animation_Opacity 1s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 2s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(3) {
  -webkit-animation: animation_Opacity 1s ease-in-out 4s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 4s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(4) {
  -webkit-animation: animation_Opacity 1s ease-in-out 6s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 6s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(5) {
  -webkit-animation: animation_Opacity 1s ease-in-out 8s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 8s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(6) {
  -webkit-animation: animation_Opacity 1s ease-in-out 10s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 10s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(7) {
  -webkit-animation: animation_Opacity 1s ease-in-out 12s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 12s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(8) {
  -webkit-animation: animation_Opacity 1s ease-in-out 14s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 14s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(9) {
  -webkit-animation: animation_Opacity 1s ease-in-out 16s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 16s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(10) {
  -webkit-animation: animation_Opacity 1s ease-in-out 18s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 18s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(11) {
  -webkit-animation: animation_Opacity 1s ease-in-out 20s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 20s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(12) {
  -webkit-animation: animation_Opacity 1s ease-in-out 22s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 22s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(13) {
  -webkit-animation: animation_Opacity 1s ease-in-out 24s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 24s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(14) {
  -webkit-animation: animation_Opacity 1s ease-in-out 26s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 26s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(15) {
  -webkit-animation: animation_Opacity 1s ease-in-out 28s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 28s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(16) {
  -webkit-animation: animation_Opacity 1s ease-in-out 30s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 30s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(17) {
  -webkit-animation: animation_Opacity 1s ease-in-out 32s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 32s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(18) {
  -webkit-animation: animation_Opacity 1s ease-in-out 34s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 34s 1 forwards;
}

.kvArea.top .kvArea__BG__li:nth-child(19) {
  -webkit-animation: animation_Opacity 1s ease-in-out 36s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 36s 1 forwards;
}

.kvArea.top .kvArea__BG__copy {
  -webkit-animation: animation_MoveFromBottom 1s ease-in-out 37s 1 forwards;
  animation: animation_MoveFromBottom 1s ease-in-out 37s 1 forwards;
}

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

.kvArea.match .kvArea__BG__copy {
  -webkit-animation: animation_MoveFromBottom 1s ease-in-out 2s 1 forwards;
  animation: animation_MoveFromBottom 1s ease-in-out 2s 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__INFO {
  top: -30px;
  text-align: center;
  max-width: 1200px;
  min-width: 980px;
  width: 90%;
  margin: auto;
  font-size: 0;
}
.kvArea__INFO__text {
  display: inline-block;
  background: #FFF;
  width: 70%;
  height: 60px;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 1%;
}
.kvArea__INFO__text img {
  width: 600px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.kvArea__INFO__dazn {
  display: inline-block;
  background: #000;
  width: 29%;
  color: #FFF;
  height: 60px;
  line-height: 53px;
  box-sizing: border-box;
  border: 3px solid #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  vertical-align: top;
}
.kvArea__INFO__dazn i {
  font-style: normal;
  letter-spacing: 0.1em;
}
.kvArea__INFO__dazn img {
  height: 30px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

body.matchlist .kvArea__INFO {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
body.matchlist .kvArea__INFO .kvArea__INFO__text {
  background: rgba(255, 255, 255, 0.9);
}

#whatsnewArea {
  padding-bottom: 30px;
}
#whatsnewArea .sec__inner1200 {
  padding-top: 50px;
}
#whatsnewArea .heading__en {
  font-size: 26px;
  font-size: 2.6rem;
}

.whatsnew__newslist {
  text-align: left;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
}
.whatsnew__newslist li {
  padding: 10px 0;
  line-height: 1.4;
  position: relative;
}
.whatsnew__newslist li:last-child {
  border-bottom: none;
}
.whatsnew__newslist li a, .whatsnew__newslist li span {
  display: block;
  padding-left: 160px;
}
.whatsnew__newslist li a:hover, .whatsnew__newslist li span:hover {
  transform: scale(1);
}
.whatsnew__newslist li time {
  display: inline-block;
  position: absolute;
  width: 150px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.linklist__matchlist {
  margin-top: 60px;
}
.linklist__matchlist li a, .linklist__matchlist li span {
  background: #ccc;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #fff;
  height: 240px;
}
.linklist__matchlist li a img, .linklist__matchlist li span img {
  width: 150px;
  display: block;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 10px;
}
.linklist__matchlist__J1 a, .linklist__matchlist__J1 span {
  background: #e60112 !important;
}
.linklist__matchlist__J2 a, .linklist__matchlist__J2 span {
  background: #007e40 !important;
}
.linklist__matchlist__J3 a, .linklist__matchlist__J3 span {
  background: #333 !important;
}
.linklist__matchlist a {
  position: relative;
}
.linklist__matchlist 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;
}

#bottomArea {
  background: #ebebeb;
}
#bottomArea > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottom__jdeki {
  width: 60%;
  background: url(/img/special/restart-games/BG_jdeki.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 40px;
  box-sizing: border-box;
}
.bottom__jdeki a {
  display: block;
  position: relative;
  top: 20%;
}
.bottom__jdeki a:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  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;
  z-index: 5;
}
.bottom__jdeki h4 {
  background: #000;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
}
.bottom__jdeki h4 img {
  width: 80%;
}
.bottom__jdeki p {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 30px;
  width: 95%;
  margin-left: 5%;
  box-sizing: border-box;
  position: relative;
  top: -20px;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #333;
}

.bottom__rightmenu {
  width: 38%;
}
.bottom__rightmenu__bnr img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
.bottom__rightmenu__list {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.bottom__rightmenu__list li {
  border-bottom: 1px solid #ccc;
}
.bottom__rightmenu__list li a, .bottom__rightmenu__list li span {
  display: block;
  padding: 20px;
  color: #333;
  position: relative;
}
.bottom__rightmenu__list li a:after, .bottom__rightmenu__list li span:after {
  font-family: 'ionicons';
  content: "\f30f";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.bottom__rightmenu__list li span {
  color: #ccc;
}
.bottom__rightmenu__list li span:after {
  display: none;
}

.btn__dazn__l {
  display: inline-block;
  background: #000;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'M PLUS 1p', sans-serif;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.btn__dazn__l img {
  height: 30px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.tabSelecter {
  margin-bottom: 0;
}
.tabSelecter ul.tab {
  border: none !important;
}
.tabSelecter ul.tab li {
  border-color: #FFF;
}
.tabSelecter ul.tab li a, .tabSelecter ul.tab li span {
  padding: 10px 0 5px;
  background: #333;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
}
.tabSelecter ul.tab li span {
  opacity: 0.3;
}

body.matchlist .tabSelecter ul.tab li,
body.match .tabSelecter ul.tab li,
body.transfer .tabSelecter ul.tab li {
  border: none !important;
}
body.matchlist .tabSelecter ul.tab li.tab1 a,
body.match .tabSelecter ul.tab li.tab1 a,
body.transfer .tabSelecter ul.tab li.tab1 a {
  background: #e60112;
}
body.matchlist .tabSelecter ul.tab li.tab2 a,
body.match .tabSelecter ul.tab li.tab2 a,
body.transfer .tabSelecter ul.tab li.tab2 a {
  background: #017f41;
}
body.matchlist .tabSelecter ul.tab li.tab3 a,
body.match .tabSelecter ul.tab li.tab3 a,
body.transfer .tabSelecter ul.tab li.tab3 a {
  background: #000;
}
body.matchlist .tabSelecter ul.tab li img,
body.match .tabSelecter ul.tab li img,
body.transfer .tabSelecter ul.tab li img {
  width: 200px;
}

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;
  color: #333;
  font-weight: 300;
}

#matchListArea .sec__inner1200 {
  padding-top: 50px;
}

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

#transferList > li {
  margin-bottom: 60px;
}

.transferList li .heading__bkGray {
  text-align: center;
}
.transferList li figure {
  margin: 10px 0 0 0;
  padding-left: 120px !important;
}
.transferList li figure img {
  width: 100px;
}
.transferList li figure figcaption {
  min-height: 124px;
}
.transferList li figure figcaption em {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}

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

.previewtext {
  text-align: left;
}
.previewtext #preview_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1em;
}
.previewtext #preview_text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
}

body.j3 #review {
  display: none;
}

body.j3 #preview .sec__inner1200 {
  padding-bottom: 0;
}

.videoOneArea {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}
.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.checkList .heading__main {
  font-size: 22px;
  font-size: 2.2rem;
}
.checkList .checkList__icon li > a,
.checkList .checkList__icon li > span {
  background: #fff;
  display: block;
  height: 200px;
  border-radius: 2px;
  position: relative;
}
.checkList .checkList__icon li > a .checkList__icon__emb,
.checkList .checkList__icon li > a .checkList__icon__icon,
.checkList .checkList__icon li > span .checkList__icon__emb,
.checkList .checkList__icon li > span .checkList__icon__icon {
  position: absolute;
  width: 50%;
  height: 100px;
}
.checkList .checkList__icon li > a .checkList__icon__emb img,
.checkList .checkList__icon li > a .checkList__icon__icon img,
.checkList .checkList__icon li > span .checkList__icon__emb img,
.checkList .checkList__icon li > span .checkList__icon__icon img {
  width: auto;
}
.checkList .checkList__icon li > a .checkList__icon__emb img, .checkList .checkList__icon li > a .checkList__icon__emb span,
.checkList .checkList__icon li > a .checkList__icon__icon img,
.checkList .checkList__icon li > a .checkList__icon__icon span,
.checkList .checkList__icon li > span .checkList__icon__emb img,
.checkList .checkList__icon li > span .checkList__icon__emb span,
.checkList .checkList__icon li > span .checkList__icon__icon img,
.checkList .checkList__icon li > span .checkList__icon__icon span {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.checkList .checkList__icon li > a .checkList__icon__emb,
.checkList .checkList__icon li > span .checkList__icon__emb {
  left: 0;
  background: #333;
  border-top-left-radius: 2px;
}
.checkList .checkList__icon li > a .checkList__icon__icon,
.checkList .checkList__icon li > span .checkList__icon__icon {
  left: 50%;
  background: #d8d8d8;
  border-top-right-radius: 2px;
}
.checkList .checkList__icon li > a .checkList__icon__icon img,
.checkList .checkList__icon li > span .checkList__icon__icon img {
  width: 50%;
  max-width: 35px;
}
.checkList .checkList__icon li > a p,
.checkList .checkList__icon li > span p {
  padding-top: 130px;
  text-align: center;
  color: #333;
  line-height: 1.4;
}
.checkList .checkList__icon li > span {
  opacity: 0.2;
}

.snsBtn {
  background: #ebebeb;
  padding-bottom: 20px;
  margin: 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;
}
