*{
  margin: 0;
  padding: 0;
  list-style:none;
  text-decoration: none;
}
html{
  height: 100%;
}
body{
  background-color: #141414;
  background-color: #121C33;
  font-family: 'Noto Sans JP',sans-serif,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
  height: 100%;
  color: #141414;
}
.header{
  position: fixed;
  padding: 16px 0;
  padding-left: calc(4% + 4px);
  padding-right: calc(4% + 4px);
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  background-color: #141414;
  background-color: rgb(3, 17, 52);
  background-image: linear-gradient(to top, rgba(2, 8, 27, 0), rgb(2, 8, 27));
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px 0px;
  z-index: 55;
}
.logo{
  width: 120px;
  height: 100%;
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
ul.header_menu{
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
ul.header_menu>a ul{
  position: relative;
  float: left;
  margin: 10px 0px 0;
  padding: 0 16px;
  color: rgba(255,255,255,.75);
}
ul.header_menu>ul:hover{
  color: rgba(255,255,255,1);
}
ul.header_menu a ul.selected{
  color: rgba(255,255,255,1);
}
/* ul.header_menu ul ul.hiddenMenu{
  display: none;
  position: absolute;
  left: 0px;
  padding: 12px 0 8px 18px;
  width: 180px;
  box-sizing: border-box;
  background-color: #141414;
}
ul.header_menu ul ul.hiddenMenu li{
  margin-bottom: 10px;
  text-align: left;
} */
ul.header_menu a{

}
.snsBlock{
  float: right;
  margin-top: 12px;
}
.icon{
  width: 14px;
  height: 14px;
  margin-left: 20px;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.-twitter{
  background-image: url("/images/snsicon_twitter.png");
}
.icon.-facebook{
  background-image: url("/images/snsicon_facebook.png");
}
.icon.-instagram{
  background-image: url("/images/snsicon_instagram.png");
}
.menu-trigger,
.menu-trigger span,.menuWindow {
  display: none;
}
.container{
  padding-top: 70px;
}
.playWindow{
  width: 100%;
  padding-left: calc(4% + 4px);
  padding-right: calc(4% + 4px);
  box-sizing: border-box;
  margin-bottom: 28px;
}
.playWindow iframe{
  width: 100%;
  min-height: 75vh;
}
.contentWrapper{
  margin-top: 24px;
  margin-bottom: 38px;
}
h2.contentTItle{
  font-size: 21px;
  padding-left: calc(4% + 4px);
  box-sizing: border-box;
  color: #fff;
}
h2.contentTItle span{
  margin-left: 8px;
  font-weight: 400;
  opacity: .85;
}
.windowSizeWrapper{
  position: relative;
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: hidden;
  margin-top: 10px;
}
.sridebutton_right,.sridebutton_left{
  position: absolute;
  width: 4%;
  height: 100%;
  background-color: rgba(20,20,20,.5);
  background-color: rgb(18, 28, 51,.5);
  z-index: 5;
}
.sridebutton_right{
  right: 0;
}
.sridebutton_left{
  left: 0;
}
.sridebutton_right__button,.sridebutton_left__button{
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sridebutton_right__button{
  right: 0;
  background-image: url("/images/arrow_r.png");
}
.sridebutton_left__button{
  left: 0;
  background-image: url("/images/arrow_l.png");
}
.srideWrapper{
  transform: translateX(0);
  transition: transform .3s;
  font-size:0;
}
.srideContent{
  position: relative;
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 4px;
  cursor: pointer;
  overflow: hidden;
}
.srideContent.selected::before{
  position: absolute;
  width: calc(100% - 8px);
  height: 100%;
  content: "";
  background-color: rgba(20,20,20,.5);
  border: solid #fff 2px;
  box-sizing: border-box;
}
.srideContent img{
  width: 100%;
  vertical-align: middle;
}
.srideContent_text{
  width: calc(100% - 22px);
  overflow-x: hidden;
  position: absolute;
  bottom: 6px;
  left: 12px;
  color: #fff;
  z-index: 5;
}
.srideContent_text h3{
  font-size: 16px;
}
.srideContent_text p{
  font-size: 14px;
}
.hoverMask{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.hoverMask::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: -webkit-transform translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/playicon.png");
}
.footer{
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 24px 0;
  margin-top: 90px;
  font-size: 10px;
  text-align: center;
  color: rgba(255,255,255,0.5);
}
.footer.-sub{
  border-top: 1px solid rgba(0,0,0,0.15);
  color: #121212;
}
body.sub{
  background-color: #ececec;
  /* background-image: url("/images/background_image.png"); */
  background-repeat-y: no-repeat;
  background-size: contain;
}
.container.-basic{
  padding-top: 134px;
  padding-left: calc(4% + 4px);
  padding-right: calc(4% + 4px);
  box-sizing: border-box;
}
h3.pageTitle{
  font-size: 28px;
  margin-bottom: 20px;
}
.sortBlock{
  max-width: 380px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 52px;
}
.sortBlock.-single{
  width: 190px;
  grid-template-columns: 1fr;
}
.sortBlock>*{
  font-size: 15px;
  padding: 12px 20px;
  color: #767676;
  font-weight: 600;
}
.sortBlock_team,.sortBlock_season{
  position: relative;
  cursor: pointer;
}
.sortBlock_option{
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #121212;
  box-shadow: 0 0 5px 5px rgba(165,165,165,.2);
  padding: 12px 0;
  z-index: 5;
}
.sortBlock_option p{
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #121212;
}
.sortBlock_option p:hover{
  font-weight: 600;
}
.sortBlock_team::before{
  position: absolute;
  content: "";
  top: 15%;
  right: -0.5px;
  height: 70%;
  width: 1px;
  background-color: #dcdcdc;
}
.sortBlock.-single .sortBlock_team::before{
  width: 0;
}
.sortBlock_team::after,.sortBlock_season::after{
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/sorticon.png");
}
.scheduleBlock{
  display: grid;
  grid-template-columns: 180px 2fr 3fr 2fr;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
  /* transition: .2s; */
}
.scheduleBlock:hover{
  /* background: -moz-linear-gradient(left, #FFF454 40%, #FAFF2B);
  background: -webkit-linear-gradient(left, #FFF454 40%, #FAFF2B);
  background: linear-gradient(to right, #FFF454 40%, #FAFF2B); */
  /* background: -moz-linear-gradient(right, #1261B9 30%, #0F4E96);
  background: -webkit-linear-gradient(right, #1261B9 30%, #0F4E96);
  background: linear-gradient(to left, #1261B9 30%, #0F4E96); */
  /* background: -moz-linear-gradient(right, #332E33 20%, #121212);
  background: -webkit-linear-gradient(right, #332E33 20%, #121212);
  background: linear-gradient(to left, #332E33 20%, #121212); */
  box-shadow: 0 0 3px 2px rgba(165,165,165,.1);
  background-color: rgb(3, 17, 52);
  background-image: linear-gradient(to top, rgba(2, 8, 27, 0), rgb(2, 8, 27));
  color: #fff;
}
.scheduleBlock:hover .scheduleBlock_location{
  color: #fff;
}
.scheduleBlock:last-child{
  border-bottom: 1px solid #dcdcdc;
}
.scheduleBlock>*{
  padding: 18px 0;
  font-size: 15px;
  line-height: 34px;
}
.scheduleBlock_date{
  text-align: center;
}
.scheduleBlock_team p{
  float: left;
  font-weight: 600;
}
/* p.teamname_a{
  color: #1261A6;
}
p.teamname_b{
  color: #EBC937;
} */
p.score_home,p.score_away{
  width: 34px;
  height: 34px;
  background-color: #1261A6;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

p.-pB{
  background-color: #EBC937;
}
p.score_home.-pN,p.score_away.-pN{
  background-color: inherit;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
p.-win{
  background-color: #1DCF49;
}
p.-drow{
  background-color: #cacaca;
}
p.-lose{
  background-color: #DB2525;
}
p.score_home.-pN{
  border-left: 1px solid #dcdcdc;
}
p.score_away.-pN{
  border-right: 1px solid #dcdcdc;
}
p.score_home{
  position: relative;
  margin-left: 12px;
}
p.score_home::before{
  position: absolute;
  content: "";
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: rgba(255,255,255,.45);
}
p.score_home.-pN::before{
  width: 0;
}
p.score_away{
  margin-right: 12px;
}
.scheduleBlock_location{
  color: #767676;
}
table.playerTable{
  table-layout: fixed;
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
  text-align: left;
}
table.playerTable th {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  padding: 2px 0;
  border-bottom: 1px solid #efefef;
  background-color: rgb(3, 17, 52);
}
table.playerTable td{
  height: 52px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}
table.playerTable tr td:first-child,table.playerTable tr th:first-child{
  width: 90px;
  text-align: center;
}
table.playerTable tr td:nth-child(2),table.playerTable tr th:nth-child(2){
  width: 150px;
  text-align: center;
}
table.playerTable tr td:nth-child(3){
  font-weight: 600;
}
td span{
  font-weight: 400;
  margin-left: 28px;
  color: #767676;
}
.container.-jt p{
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 1.95;
}
.container.-jt ul{
  margin-top: 20px;
}
.container.-jt li{
  display: table;
  font-size: 13px;
  /* font-weight: 600; */
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 10px 18px;
  margin-bottom: 6px;
}
.tableWrapper{
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}
p.gameTableName{
  font-size: 13px;
  margin-bottom: 8px;
}
table.gameTable,table.gameTable_list{
  float: left;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: inherit;
  border-spacing: 0;
  text-align: center;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.15);
}
table.gameTable{
  width: 50%;
}
table.gameTable_list{
  width: calc(50% - 10px);
  margin-left: 10px;
}
table.gameTable th,table.gameTable td{
  font-weight: 400;
  line-height: 28px;
}
table.gameTable th{
  font-size: 11px;
  color: #fff;
  background-color: rgb(3, 17, 52);
  border-bottom: 1px solid rgb(3, 17, 52);
}
table.gameTable td{
  font-size: 13px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
table.gameTable tr td:nth-child(2),table.gameTable tr th:nth-child(2){
  width: 150px;
}
table.gameTable_list th,table.gameTable_list td{
  font-size: 11px;
  line-height: 28px;
  font-weight: 400;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
th.blank,td.blank{
  background-image: linear-gradient(to top right,transparent, transparent 49%,rgba(0,0,0,0.15) 49%, rgba(0,0,0,0.15) 51%,transparent 51%, transparent);
}
tr.ourTeam{
  box-shadow: 0 0 2px 2px rgba(155,155,155,.1);
}
tr.ourTeam td{
  background-color: #ececec;
  font-weight: 600;
}
table.gameTable tr th:last-child,table.gameTable tr td:last-child,table.gameTable_list tr th:last-child,table.gameTable_list tr td:last-child{
  border-right: none;
}
table.gameTable tr:last-child td,table.gameTable_list tr:last-child td{
  border-bottom: none;
}
/*-------------------ipad Air2 mini4 1024×768----------------------*/
@media screen and (max-width:1024px){
  h2.contentTItle {
    font-size: 18px;
  }
  .srideContent{
    width: 33.333%;
  }
  .srideContent_text h3 {
    font-size: 14px;
  }
  .srideContent_text p {
    font-size: 12px;
  }
  .scheduleBlock {
    grid-template-columns: 150px 200px 1fr;
  }
  .scheduleBlock>* {
    padding: 12px 0;
    font-size: 15px;
    line-height: 34px;
  }
  .scheduleBlock_location {
    display: none;
  }
  table.playerTable tr td:first-child, table.playerTable tr th:first-child {
    width: 70px;
    padding-left: 10px;
  }
  table.playerTable tr td:nth-child(2), table.playerTable tr th:nth-child(2) {
    width: 70px;
    padding-right: 20px;
  }
  table.gameTable{
    width: 100%;
  }
  table.gameTable_list{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .tableWrapper {
    margin-bottom: 42px;
  }
}
@media screen and (max-width:768px){
  ul.header_menu,.snsBlock {
    display: none
  }
  .menuArea{
    position: absolute;
    right: 4%;
    top: 25px;
  }
  .menu-trigger,.menu-trigger span {
    display: inline-block;
    /* transition: all 1s; */
    -webkit-transition: -webkit-transform .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
  }
  .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:nth-of-type(1) {
    -webkit-transform: -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: -webkit-transform translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .menuWindow{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 94px;
    box-sizing: border-box;
    background-color: rgb(3, 17, 52);
    z-index: 50;
    color: #fff;
  }
  .menuWindow.active{
    display: block;
  }
  .menuWindow li{
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.15);;
    padding-left: calc(4% + 4px);
    padding-top: 12px;
    padding-bottom: 15px;
  }
  .scheduleBlock {
    grid-template-columns: 150px 1fr;
  }
  .scheduleBlock>* {
    padding: 8px 0;
    font-size: 14px;
    line-height: 34px;
  }
  .scheduleBlock_team{
    grid-column: 1 / 3;
    padding: 0 0 20px;
  }
  .teamname_a,.teamname_b{
    width: calc(50% - 46px);
    text-align: right;
  }
  .teamname_away{
    width: calc(50% - 56px);
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  table.playerTable td {
    height: 42px;
    font-size: 15px;
  }
  table.playerTable tr td:nth-child(4), table.playerTable tr th:nth-child(4) {
    width: 70px;
    padding-right: 20px;
  }
}
@media screen and (max-width:567px){
  .srideContent{
    width: 100%;
    margin-bottom: 24px;
  }
  .scheduleBlock_date {
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
  }
  .scheduleBlock_competition {
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
  }
  .scheduleBlock {
    grid-template-columns: 120px 1fr;
  }
  h3.pageTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sortBlock {
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .sortBlock>* {
    font-size: 13px;
    padding: 12px 10px;
  }
  .sortBlock_team::after, .sortBlock_season::after{
    right: 10px;
  }
  .container.-basic {
    padding-top: 110px;
  }
  .scheduleBlock {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
  table.playerTable td {
    height: 42px;
    font-size: 13px;
  }
  table.playerTable tr td:first-child, table.playerTable tr th:first-child {
      width: 50px;
      padding-left: 0;
  }
  table.playerTable tr td:nth-child(2), table.playerTable tr th:nth-child(2) {
    width: 56px;
    padding-right: 10px;
  }
  td span {
    margin-left: 12px;
  }
  table.playerTable tr td:nth-child(4), table.playerTable tr th:nth-child(4) {
    width: 70px;
    padding-right: 0;
    text-align: center;
  }
  .windowSizeWrapper {
    position: relative;
    width: 100%;
    padding: 0 4%;
    white-space: inherit;
  }
  .sridebutton_right, .sridebutton_left{
    display: none;
  }
  .playWindow iframe {
    width: 100%;
    min-height: 288px;
  }
  table.gameTable tr td:nth-child(8),table.gameTable tr th:nth-child(8),table.gameTable tr td:nth-child(9),table.gameTable tr th:nth-child(9){
    display: none;
  }
  table.gameTable th {
    font-size: 10px;
  }
  table.gameTable tr td{
    font-size: 11px;
  }
  table.gameTable_list tr th,table.gameTable_list tr td{
    font-size: 10px;
  }
}
/*-------------------iphone6s plus 414×736----------------------*/
@media screen and (max-width:414px){
  td span {
    margin-left: 0;
    display: block;
  }
  table.playerTable tr td:nth-child(3) {
    font-weight: 600;
    padding: 4px 0;
  }
  .playWindow iframe {
    width: 100%;
    min-height: 212px;
  }
  table.gameTable tr td:nth-child(2), table.gameTable tr th:nth-child(2) {
    width: 120px;
  }
  table.gameTable tr th,table.gameTable_list tr th,table.gameTable_list tr td{
    overflow-x: hidden;
    white-space: nowrap;
  }
}

/*-------------------iphone6s 375×667----------------------*/
@media screen and (max-width:375px){
  .playWindow iframe {
    min-height: 189px;
  }
}

/*-------------------iphone5s 320×568----------------------*/
@media screen and (max-width:320px){
