@charset "UTF-8";
/* CSS Document */
/* common
---------------------------------------------------- */
/*----各コンテンツ----
---------------------*/
#wrapper {
  text-align: center;
  font-size: 1rem;
}

.inner {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0px auto;
}

.content {
  display: block;
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 11.71875vw;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 18.75vw;
  }
}

.pcDisp .imgBg {
  background-size: cover !important;
  background-attachment: fixed !important;
}

.pankz {
  background-color: #2c72b0;
  text-align: left;
}

.pankz p {
  padding: 10px 12px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pankz p {
    padding: 1.5625vw 1.875vw;
    font-size: 2.0rem;
  }
}

.pankz p a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  h1 {
    padding-top: 5px;
    width: 160px;
  }
}

/*----パーツ----
---------------------*/
.marginType1 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .marginType1 {
    margin-top: 15.625vw;
  }
}

.ttl1 {
  margin-bottom: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl1 {
    margin-bottom: 5.46875vw;
  }
}

.ttl1 strong {
  display: block;
  font-size: 3.4rem;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .ttl1 strong {
    font-size: 3.2rem;
  }
}

.ttl1 span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .ttl1 span {
    font-size: 2.0rem;
  }
}

.ttl2 {
  background-color: #2c72b0;
  margin-bottom: 1.0em;
  padding: 0.5em 1.0em;
  color: #fff;
  font-size: 2.0rem;
  text-align: left;
  border-left: 11px solid #eac900;
}

@media screen and (max-width: 768px) {
  .ttl2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.875rem;
    border-left-width: 2.4375vw;
  }
}

.ttl3 {
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #2c72b0;
}

@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2.2rem;
  }
}

.ttlBox1 {
  background-color: #2c72b0;
  margin-bottom: 55px;
  padding: 15px 0 45px;
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  border-bottom: 5px solid #eac900;
}

@media screen and (max-width: 767px) {
  .ttlBox1 {
    margin-bottom: 8.59375vw;
    padding: 1.5625vw 0 7.8125vw;
  }
}

.ttlBox1.type2 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .ttlBox1.type2 {
    padding-top: 7.8125vw;
  }
}

.ttlBox1 strong {
  display: inline-block;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.ttlBox1 span {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .ttlBox1 span {
    font-size: 3.0rem;
  }
}

.link1 {
  text-align: center;
}

.link1 a {
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.3s;
}

.link1 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .link1 a {
    font-size: 2.4rem;
  }
}

.link1 a:before {
  content: "";
  display: inline-block;
  width: 0.55556em;
  height: 0.55556em;
  margin-right: 0.83333em;
  border-bottom: 0.16667em solid #2c72b0;
  border-right: 0.16667em solid #2c72b0;
  transform: rotate(-45deg);
}

.table1 {
  margin: 0px auto;
  text-align: left;
}

.table1 tr {
  border-top: 1px dotted #c4c4c4;
}

.table1 th, .table1 td {
  padding: 12px 0;
  vertical-align: top;
}

.table2 {
  margin: auto;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table2 {
    display: block;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .table2 tbody {
    display: block;
  }
}

.table2 tr {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .table2 tr {
    display: block;
    padding: 0.8em 0;
  }
}

.table2 th {
  padding: 1em 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .table2 th {
    display: block;
    padding: 0 0 0.2em;
    font-weight: bold;
  }
}

.table2 td {
  padding: 1em 0 1em 2em;
}

@media screen and (max-width: 767px) {
  .table2 td {
    display: block;
    padding: 0;
  }
}

.privacy {
  text-align: left;
  padding: 10px 10px 0 10px;
}

.privacy h2 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding: 30px 0 10px 0;
  margin-bottom: 10px;
}

.inputBox {
  padding: 30px;
}

.contact p {
  padding: 10px;
}

.contact label.error {
  display: block;
  color: #FF0004;
  padding: 5px 0px;
}

.bnArea {
  padding: 0px 0 30px 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.bnArea img {
  width: 95%;
  height: auto;
  border: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  /*モバイル(768px未満)*/
  .pcBrows {
    display: none;
  }
  .spDevice {
    display: block;
  }
  #wrapper {
    -webkit-text-size-adjust: 100%;
  }
  #wrapper img {
    height: auto;
  }
  /*----各コンテンツ----
  ---------------------*/
  .sumaho .imgBg {
    background-attachment: scroll !important;
  }
  .imgTxt1 img {
    width: 100%;
  }
}

#header {
  background-color: #fff;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#header:after {
  content: "";
  background: url(../img/sdw_b1.png) left top repeat-x;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
}

#header .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#header h1 {
  padding-top: 10px;
  width: 220px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #header h1 {
    width: 21.48438vw;
  }
}

@media screen and (max-width: 767px) {
  #header h1 {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}

#header h1 img {
  max-width: 100%;
  height: auto;
}

#header h1 a {
  display: block;
}

#header .spMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  #header .spMenu {
    display: block;
    position: absolute;
    right: 0vw;
    top: 0vw;
    background: url(../img/sp_btn_menu.png);
    height: 15vw;
    width: 15vw;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#header .headNavi {
  position: absolute;
  right: 10px;
  top: 40%;
}

@media screen and (max-width: 767px) {
  #header .headNavi {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 10;
    right: 0;
    top: 15vw;
  }
  #header .headNavi.open {
    display: block;
  }
}

#header .headNavi > ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul {
    display: block;
  }
}

#header .headNavi > ul li {
  font-size: 13px;
  border-right: 1px dotted #000;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #header .headNavi > ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul li {
    border: 0px;
  }
}

#header .headNavi > ul li a {
  display: block;
  padding: 0 1em;
  color: #000;
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul li a {
    color: #FFF;
    padding: 1em;
    border-bottom: 1px solid #CCC;
  }
}

#header .headNavi > ul li .innerMenu {
  position: absolute;
  display: none;
  left: 0px;
  z-index: 100;
  top: 0px;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul li .innerMenu {
    position: relative;
  }
}

#header .headNavi > ul li .innerMenu ul {
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  margin-top: 30px;
  margin-left: -70px;
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul li .innerMenu ul {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0px;
  }
}

#header .headNavi > ul li .innerMenu ul:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 45%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  border-left: 10px solid transparent;
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul li .innerMenu ul:before {
    display: none;
  }
}

#header .headNavi > ul li .innerMenu ul li {
  border-right: 0px;
  padding: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  #header .headNavi > ul li .innerMenu ul li {
    padding: 0px;
  }
}

#header .headNavi > ul li .innerMenu ul li a {
  color: #FFF;
  display: block;
}

#header .headNavi > ul li:hover .innerMenu {
  opacity: 1;
  display: block;
}

#footer {
  /*
  	background-color:#f7f7f7;
  */
  padding: 0 0 30px;
  text-align: center;
}

#footer p {
  font-size: 16px;
  line-height: 1.4;
}

#footer a {
  color: #000;
}

.f_sponsor {
  padding: 10px 0;
  margin: 0 0 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 767px) {
  .f_sponsor .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .f_sponsor .inner a {
    width: 48%;
    margin-bottom: 3%;
  }
  .f_sponsor .inner a img {
    width: 100%;
    height: auto;
  }
}

#toTop {
  display: none;
  background: url(../img/btn_toTop.png) left top no-repeat;
  width: 77px;
  height: 77px;
  position: fixed;
  right: 0;
  bottom: 20px;
}

#toTop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 0 10px 20px;
  }
  #footer p {
    font-size: 13px;
  }
  #toTop {
    background-size: 40px;
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
}

/* Style.Css
---------------------------------------------------- */
#wrapper.pageTop {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  #wrapper.pageTop {
    width: 1020px;
  }
}

@media screen and (max-width: 1024px) {
  #wrapper.pageTop {
    width: 840px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper.pageTop {
    width: 100%;
  }
}

#wrapper.pageTop .container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  #wrapper.pageTop .container {
    width: 740px;
  }
}

@media screen and (max-width: 1024px) {
  #wrapper.pageTop .container {
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper.pageTop .container {
    width: 100%;
  }
}

/*main*/
.main {
  background: url(../img/main_bg.jpg) center no-repeat;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .main {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .main {
    height: auto !important;
  }
}

.main .imgs > img {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .main .imgs > img {
    width: 86px;
    margin: 0 5px;
  }
}

/*バナー*/
.banner-sponcer {
  position: absolute;
  top: 0px;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .banner-sponcer {
    display: none;
  }
}

.banner-sponcer.left {
  left: 0px;
}

.banner-sponcer.right {
  right: 0px;
}

.banner-sponcer a {
  transition: 0.3s;
}

.banner-sponcer a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.banner-sponcer-center {
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .banner-sponcer-center {
    margin-top: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-sponcer-center {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner-sponcer-center {
    margin-top: 0;
  }
}

.banner-sponcer-center a img {
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .banner-sponcer-center a img {
    width: 100%;
  }
}

.banner-sponcer-center a:hover img {
  opacity: 0.7;
}

/*試合結果と試合予定*/
.gameBox1 {
  padding: 10px 0 45px;
}

@media screen and (max-width: 1280px) {
  .gameBox1 {
    padding: 10px 0 175px;
  }
}

@media screen and (max-width: 1024px) {
  .gameBox1 {
    padding: 10px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .gameBox1 {
    padding: 3.125vw 3.125vw 9.375vw;
  }
}

.gameBox1 > article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .gameBox1 > article {
    margin-bottom: 3.125vw;
  }
}

.gameBox1 > article > section {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section {
    width: auto;
    padding: 0 0 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section {
    padding: 0 0 6.25vw !important;
  }
}

.gameBox1 > article > section.result {
  padding-right: 10px;
}

.gameBox1 > article > section.next {
  padding-left: 10px;
  border-left: 1px dotted #ccc;
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section.next {
    border-left: none;
  }
}

.gameBox1 > article > section h2 {
  padding: 17px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section h2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section h2 {
    margin-bottom: 1.5625vw;
    padding: 2.65625vw;
  }
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section h2 strong {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section h2 strong {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .gameBox1 > article > section h2 strong {
    font-size: 4.0rem;
  }
}

.gameBox1 > article > section.result h2 {
  background-color: #2c72b0;
}

.gameBox1 > article > section.next h2 {
  background-color: #eac900;
}

.gameBox1 > article > section.rank h2 {
  background-color: #eac900;
}

.gameBox1 > article > section .match {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section .match {
    margin-bottom: 7%;
  }
}

.gameBox1 > article > section .match .team {
  width: 35%;
  padding: 0 2.77778%;
  box-sizing: border-box;
}

.gameBox1 > article > section .match .team dt img {
  width: 100%;
}

.gameBox1 > article > section .match .team dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .gameBox1 > article > section .match .team dd {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section .match .team dd {
    font-size: 2.6rem;
  }
}

.gameBox1 > article > section .match .info {
  width: 30%;
}

.gameBox1 > article > section .match .info dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .gameBox1 > article > section .match .info dt {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section .match .info dt {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section .match .info dt {
    font-size: 4.0rem;
  }
}

.gameBox1 > article > section .match .info dt em {
  display: inline-block;
  color: #666;
  font-size: 1.58824em;
  font-weight: inherit;
}

.gameBox1 > article > section .match .info dt em.win {
  color: #ff4040;
}

.gameBox1 > article > section .match .info dt .bar {
  flex-shrink: 0;
  display: inline-block;
  background-color: #333;
  width: 0.73529em;
  height: 0.11765em;
  margin: 0 0.41176em;
}

@media screen and (max-width: 1280px) {
  .gameBox1 > article > section .match .info dt .bar {
    margin: 0 0.20588em;
  }
}

.gameBox1 > article > section .match .info dt strong {
  display: inline-block;
  font-size: 1.67647em;
  font-weight: inherit;
}

.gameBox1 > article > section .match .info dd {
  font-size: 1.7rem;
}

@media screen and (max-width: 1280px) {
  .gameBox1 > article > section .match .info dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .gameBox1 > article > section .match .info dd {
    font-size: 2.0rem;
  }
}

.gameBox1 > article > section .btn {
  line-height: 1;
}

.gameBox1 > article > section .btn a {
  display: inline-block;
  margin: 0 5px;
  background-color: #fff;
  padding: 0.7em 1.8em;
  color: #2a6db3;
  font-size: 1.7rem;
  border: 2px solid #2a6db3;
  border-radius: 50px;
  transition: 0.3s;
}

.gameBox1 > article > section .btn a:hover {
  background-color: #2c72b0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section .btn a {
    font-size: 2.4rem;
  }
}

.gameBox1 > article > section.rank .rankBox table {
  width: 100%;
}

.gameBox1 > article > section.rank .rankBox thead {
  background-color: #2c72b0;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section.rank .rankBox thead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .gameBox1 > article > section.rank .rankBox thead {
    font-size: 2.0rem;
  }
}

.gameBox1 > article > section.rank .rankBox thead th {
  padding: 6px 10px;
  text-align: center;
}

.gameBox1 > article > section.rank .rankBox thead th:nth-child(1) {
  text-align: left;
}

.gameBox1 > article > section.rank .rankBox tbody tr:nth-child(odd) {
  background-color: #fff;
}

.gameBox1 > article > section.rank .rankBox tbody tr:nth-child(even) {
  background-color: #eee;
}

.gameBox1 > article > section.rank .rankBox tbody td {
  padding: 6px 10px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section.rank .rankBox tbody td {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .gameBox1 > article > section.rank .rankBox tbody td {
    font-size: 2.4rem;
  }
}

.gameBox1 > article > section.rank .rankBox tbody td:nth-child(1) {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section.rank .rankBox tbody td:nth-child(1) {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .gameBox1 > article > section.rank .rankBox tbody td:nth-child(1) {
    font-size: 2.6rem;
  }
}

.gameBox1 > article > section.rank .rankBox tbody td .team {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .gameBox1 > article > section.rank .rankBox tbody td .team {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .gameBox1 > article > section.rank .rankBox tbody td .team {
    font-size: 2.2rem;
  }
}

.gameBox1 > article > section.rank .rankBox tbody td .team dt {
  flex-shrink: 0;
  width: 1.78571em;
}

.gameBox1 > article > section.rank .rankBox tbody td .team dt img {
  width: 100%;
}

.gameBox1 > article > section.rank .rankBox tbody td .team dd {
  padding-left: 0.35714em;
}

/*最新動画と順位表*/
.mov_rankZone {
  background-color: #eee;
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  .mov_rankZone {
    padding: 6.25vw 0 9.375vw;
  }
}

.mov_rankZone article {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mov_rankZone article {
    display: block;
  }
}

.mov_rankZone section {
  display: block;
  width: 46.5%;
}

@media screen and (max-width: 768px) {
  .mov_rankZone section {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .mov_rankZone section {
    width: auto;
  }
  .mov_rankZone section + section {
    margin-top: 9.375vw;
  }
}

.mov_rankZone .movBox {
  background-color: #777;
  padding-top: 74.19355%;
  position: relative;
}

.mov_rankZone .movBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mov_rankZone .rankBox table {
  width: 100%;
}

.mov_rankZone .rankBox thead {
  background-color: #2c72b0;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .mov_rankZone .rankBox thead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .mov_rankZone .rankBox thead {
    font-size: 2.0rem;
  }
}

.mov_rankZone .rankBox thead th {
  padding: 6px 10px;
  text-align: center;
}

.mov_rankZone .rankBox thead th:nth-child(1) {
  text-align: left;
}

.mov_rankZone .rankBox tbody tr:nth-child(odd) {
  background-color: #fff;
}

.mov_rankZone .rankBox tbody tr:nth-child(even) {
  background-color: #eee;
}

.mov_rankZone .rankBox tbody td {
  padding: 6px 10px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mov_rankZone .rankBox tbody td {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mov_rankZone .rankBox tbody td {
    font-size: 2.4rem;
  }
}

.mov_rankZone .rankBox tbody td:nth-child(1) {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mov_rankZone .rankBox tbody td:nth-child(1) {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .mov_rankZone .rankBox tbody td:nth-child(1) {
    font-size: 2.6rem;
  }
}

.mov_rankZone .rankBox tbody td .team {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .mov_rankZone .rankBox tbody td .team {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .mov_rankZone .rankBox tbody td .team {
    font-size: 2.2rem;
  }
}

.mov_rankZone .rankBox tbody td .team dt {
  flex-shrink: 0;
  width: 1.78571em;
}

.mov_rankZone .rankBox tbody td .team dt img {
  width: 100%;
}

.mov_rankZone .rankBox tbody td .team dd {
  padding-left: 0.35714em;
}

/*topics お知らせ*/
.topicsZone {
  padding: 50px 0 80px;
}

@media screen and (max-width: 767px) {
  .topicsZone {
    padding: 7.8125vw 0 9.375vw;
  }
}

.topicsZone .inner {
  max-width: 780px;
}

@media screen and (max-width: 768px) {
  .topicsZone .inner {
    width: 76.17188%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .topicsZone .inner {
    width: 93.75vw;
  }
}

.topicsZone h2 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .topicsZone h2 {
    margin-bottom: 7.03125vw;
  }
}

.topicsZone h2 span {
  color: #2c72b0;
}

.topicsZone .topicsList {
  text-align: left;
  border-top: 1px dotted #ccc;
}

.topicsZone .topicsList a {
  display: block;
  color: inherit;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  transition: 0.3s;
}

.topicsZone .topicsList a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .topicsZone .topicsList a {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .topicsZone .topicsList a {
    font-size: 2.6rem;
  }
}

.topicsZone .topicsList dl {
  display: flex;
  padding: 0.71429em 0;
}

@media screen and (max-width: 767px) {
  .topicsZone .topicsList dl {
    display: block;
  }
}

.topicsZone .topicsList dt {
  flex-shrink: 0;
  width: 8em;
}

@media screen and (max-width: 767px) {
  .topicsZone .topicsList dt {
    width: auto;
  }
}

.topicsZone .topicsList dd {
  width: 100%;
  color: #2c72b0;
}

@media screen and (max-width: 767px) {
  .topicsZone .topicsList dd {
    width: auto;
  }
}

/*topics お知らせ*/
.goodsZone {
  background-color: #107ebb;
  padding: 50px 0 25px;
}

@media screen and (max-width: 767px) {
  .goodsZone {
    padding: 7.8125vw 0 3.90625vw;
  }
}

.goodsZone h2 {
  margin-bottom: 45px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .goodsZone h2 {
    margin-bottom: 7.03125vw;
  }
}

.goodsZone .goodsList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.goodsZone .goodsList a {
  display: block;
  width: 22%;
  margin: 0 4% 5% 0;
  color: #fff;
  text-align: center;
}

.goodsZone .goodsList a:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .goodsZone .goodsList a {
    width: 23.8%;
    margin: 0 1.6% 4% 0;
  }
}

@media screen and (max-width: 767px) {
  .goodsZone .goodsList a {
    width: 48%;
    margin: 0 4% 6% 0;
  }
  .goodsZone .goodsList a:nth-child(4n) {
    margin-right: 2%;
  }
  .goodsZone .goodsList a:nth-child(2n) {
    margin-right: 0;
  }
}

.goodsZone .goodsList a dt {
  overflow: hidden;
}

.goodsZone .goodsList a dt img {
  width: 100%;
  transition: 0.3s;
}

.goodsZone .goodsList a dd {
  margin-top: 1em;
  font-size: 1.4rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .goodsZone .goodsList a dd {
    margin-top: 0.6em;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsZone .goodsList a dd {
    font-size: 2.4rem;
  }
}

.goodsZone .goodsList a dd strong {
  display: block;
  font-weight: bold;
}

.goodsZone .goodsList a:hover dt img {
  transform: scale(1.1);
}

.goodsZone .goodsList a:hover dd {
  opacity: 0.7;
}

/*SNS*/
.snsZone {
  background-color: #eac900;
  padding: 40px 0 35px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .snsZone {
    padding: 6.25vw 0 5.46875vw;
  }
}

.snsZone h2 {
  margin-bottom: 45px;
  color: #107ebb;
}

@media screen and (max-width: 768px) {
  .snsZone h2 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .snsZone h2 {
    margin-bottom: 5.46875vw;
  }
}

.snsZone .twitFace {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .snsZone .twitFace {
    display: block;
    padding-bottom: 9.375vw;
  }
}

.snsZone .twitFace section {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .snsZone .twitFace section {
    width: auto;
  }
}

.snsZone .twitFace section .box {
  padding-top: 68.4%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .snsZone .twitFace section .box {
    padding-top: 0;
  }
}

.snsZone .twitFace section.twit iframe {
  width: 1000px !important;
  position: absolute !important;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .snsZone .twitFace section.twit iframe {
    height: 400px !important;
    position: static !important;
  }
}

@media screen and (max-width: 767px) {
  .snsZone .twitFace section.twit iframe {
    height: 125vw !important;
  }
}

@media screen and (max-width: 767px) {
  .snsZone .twitFace section.face {
    margin-top: 7.8125vw;
  }
}

.snsZone .twitFace section.face .box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .snsZone .twitFace section.face .box iframe {
    height: 400px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .snsZone .twitFace section.face .box iframe {
    display: block;
    max-width: 500px;
    height: 125vw;
    margin: auto;
  }
}

.snsZone .insta {
  padding-top: 60px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .snsZone .insta {
    padding-top: 9.375vw;
  }
}

.snsZone .insta .box #instafeed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.snsZone .insta .box #instafeed a {
  display: block;
  width: 22%;
  margin: 0 4% 4% 0;
  overflow: hidden;
}

.snsZone .insta .box #instafeed a:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .snsZone .insta .box #instafeed a {
    width: 23.8%;
    margin: 0 1.6% 4% 0;
  }
}

@media screen and (max-width: 767px) {
  .snsZone .insta .box #instafeed a {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .snsZone .insta .box #instafeed a:nth-child(4n) {
    margin-right: 4%;
  }
  .snsZone .insta .box #instafeed a:nth-child(2n) {
    margin-right: 0;
  }
}

.snsZone .insta .box #instafeed a img {
  width: 100%;
  transition: 0.3s;
}

.snsZone .insta .box #instafeed a:hover img {
  transform: scale(1.1);
}

/*Vision*/
.philosophy {
  background: #2b71b8;
  padding-bottom: 120px;
}

.philosophy .ttl1 {
  padding: 90px 0 60px;
}

.philosophy .imgTxt1 {
  padding-bottom: 45px;
}

.philosophy .txt1 {
  max-width: 700px;
  /*imgTxt1のwidth*/
  margin: 0px auto;
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.875;
}

.philosophy .txt1 strong {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: normal;
}

.philosophy .txt1 span {
  display: block;
  margin-bottom: 10px;
}

.service {
  padding-bottom: 100px;
}

.service .imgBg {
  background: url(../img/service_main_bg.jpg) center no-repeat;
  height: 340px;
}

.service .ttl1 {
  padding: 100px 0 65px;
}

.service .slideZone {
  position: relative;
}

.service .slideZone .btn {
  display: none;
  /*まだサービスが少ないので切替は無し*/
  background-position: left top;
  background-repeat: no-repeat;
  width: 41px;
  height: 67px;
  position: absolute;
  top: 120px;
}

.service .slideZone .pre {
  background-image: url(../img/sld_arw_l.png);
  left: -100px;
}

.service .slideZone .nxt {
  background-image: url(../img/sld_arw_r.png);
  right: -100px;
}

.service .slideBox ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.service .slideBox ul li {
  width: 22%;
  margin: 0 1.5% 30px 1.5%;
}

.service .slideBox ul li img {
  width: 100%;
}

.service .slideBox .pht {
  display: block;
  margin-bottom: 20px;
}

.service .slideBox .pht img {
  width: 100%;
  height: auto;
}

.service .slideBox .pht:hover {
  opacity: 0.8;
}

.service .slideBox .disT {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  display: table-cell !important;
  width: 340px;
  vertical-align: middle;
  color: #FFF;
  height: 100px;
  border-radius: 5px;
  font-weight: bold;
}

.service .slideBox .disTC {
  vertical-align: middle;
}

.service .slideBox .txt {
  text-align: left;
  line-height: 1.6;
  padding-top: 10px;
}

.service .slideBox .fontS {
  font-size: 10px;
}

.service .slideBox .txt strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .service .slideBox ul li {
    width: 47%;
  }
}

/*service サービスと事業*/
/*overview 会社概要*/
.teamInfo {
  background-color: #f5f5f5;
  padding-bottom: 120px;
}

.teamInfo .ttl1 {
  padding: 70px 0 30px;
}

.teamInfo .table1 {
  max-width: 605px;
}

.teamInfo .table1 th {
  width: 30%;
}

.teamInfo table {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 20px auto;
  border-top: 1px dotted #CCC;
}

.teamInfo td, .teamInfo th {
  color: #333;
  text-align: left;
  border-bottom: 1px dotted #CCC;
  padding: 10px 0;
}

.teamInfo .addBox {
  padding: 15px;
  max-width: 570px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}

.teamInfo .addBox h3 {
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}

.teamInfo .addBox p {
  font-size: 13px;
  padding-top: 10px;
}

/* チケット
---------------------------------------------------- */
.ticketList .list {
  border-top: 1px solid #ccc;
}

.ticketList .list > li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li {
    display: block;
    padding: 3.125vw 0;
  }
}

.ticketList .list > li .day {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11%;
  padding: 0 1%;
  border-right: 1px solid #2c72b0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .day {
    flex-direction: row;
    width: auto;
    margin-bottom: 3.125vw;
    padding: 0 1.5625vw;
    border-right: none;
  }
}

.ticketList .list > li .day dt {
  color: #2c72b0;
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .day dt {
    margin-right: 0.5em;
    font-size: 3.125rem;
  }
}

.ticketList .list > li .day dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .day dd {
    font-size: 2.125rem;
  }
}

.ticketList .list > li .info {
  display: flex;
  width: 51%;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info {
    width: auto;
    margin-bottom: 6.25vw;
  }
}

.ticketList .list > li .info .game {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 4.90196%;
  border-right: 1px dotted #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .ticketList .list > li .info .game {
    padding: 0 3.92157%;
  }
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game {
    width: auto;
    padding: 0 3.125vw 0 0;
  }
}

.ticketList .list > li .info .game .match {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .match {
    margin-bottom: 1.5625vw;
  }
}

.ticketList .list > li .info .game .match p {
  padding-right: 8px;
  color: #666;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .match p {
    padding-right: 1.25vw;
    font-size: 1.35rem;
  }
}

.ticketList .list > li .info .game .match dl {
  display: flex;
  align-items: center;
}

.ticketList .list > li .info .game .match dl dt {
  flex-shrink: 0;
  width: 43px;
}

@media screen and (max-width: 1024px) {
  .ticketList .list > li .info .game .match dl dt {
    width: 4.19922vw;
  }
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .match dl dt {
    width: 7.8125vw;
  }
}

.ticketList .list > li .info .game .match dl dt img {
  width: 100%;
}

.ticketList .list > li .info .game .match dl dd {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .match dl dd {
    font-size: 1.5625rem;
  }
}

.ticketList .list > li .info .game .place {
  display: flex;
  align-items: center;
}

.ticketList .list > li .info .game .place i {
  flex-shrink: 0;
  display: block;
  font-style: normal;
}

.ticketList .list > li .info .game .place i span {
  display: inline-block;
  background-color: #eac900;
  padding: 3px 8px 5px;
  color: #2c72b0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .place i span {
    padding: 0.78125vw 2.34375vw 1.25vw;
    font-size: 1.125rem;
  }
}

.ticketList .list > li .info .game .place p {
  padding: 0 10px;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .place p {
    padding: 0 3.125vw;
    font-size: 1.625rem;
  }
}

.ticketList .list > li .info .game .place .btnMap {
  flex-shrink: 0;
}

.ticketList .list > li .info .game .place .btnMap a {
  display: inline-block;
  padding: 0.15em 0.6em 0.25em;
  color: #2c72b0;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #2a6db3;
  border-radius: 50px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .game .place .btnMap a {
    font-size: 1.625rem;
  }
}

.ticketList .list > li .info .game .place .btnMap a:hover {
  background-color: #2c72b0;
  color: #fff;
}

.ticketList .list > li .info .status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 23.52941%;
  padding: 0 1.96078%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .status {
    width: 21.875vw;
    padding: 0 0 0 1.5625vw;
  }
}

.ticketList .list > li .info .status dt {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .status dt {
    margin-bottom: 3.125vw;
  }
}

.ticketList .list > li .info .status dt img {
  height: 47px;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .status dt img {
    height: 12.5vw !important;
  }
}

.ticketList .list > li .info .status dd {
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .ticketList .list > li .info .status dd {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .status dd {
    font-size: 3.0rem;
    line-height: 1.2;
  }
}

.ticketList .list > li .info .status dd br {
  display: none;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .info .status dd br {
    display: block;
  }
}

.ticketList .list > li .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 38%;
  margin-bottom: -15px;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .links {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
}

.ticketList .list > li .links > li {
  width: 48%;
  margin: 0 4% 15px 0;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .links > li {
    width: auto;
    margin: 0 0 3.125vw;
  }
}

.ticketList .list > li .links > li:nth-child(2n) {
  margin-right: 0;
}

.ticketList .list > li .links > li > * {
  display: block;
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .ticketList .list > li .links > li > * {
    font-size: 2.125rem;
    padding: 0.5em 0.5em;
  }
}

.ticketList .list > li .links > li a {
  background-color: #66a5e3;
  box-shadow: 0 0.15em #095f8e;
  transition: 0.3s;
}

.ticketList .list > li .links > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.ticketList .list > li .links > li span {
  background-color: #9c9c9c;
  box-shadow: 0 2px #505050;
}

.playerList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .playerList {
    padding: 0 1rem;
  }
}

.playerList li {
  width: 22%;
  margin: 0 4% 3rem 0;
}

.playerList li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .playerList li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .playerList li:nth-child(4n) {
    margin-right: 2%;
  }
  .playerList li:nth-child(2n) {
    margin-right: 0;
  }
}

.playerList li > * {
  display: block;
}

.playerList .img {
  overflow: hidden;
}

.playerList .img img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.playerList a:hover .img img {
  transform: scale(1.1);
}

.playerList .prof {
  display: flex;
  margin-top: 2px;
}

.playerList .prof span {
  display: block;
  width: 31.3%;
  color: #fff;
  line-height: 2.1;
  font-size: 3rem;
  background: #eac900;
}

.playerList .prof .txt {
  color: #fff;
  background: #296eb3;
  width: 75%;
  padding: 0.4rem 0 0.7rem 2rem;
  text-align: left;
}

.playerList .prof .txt strong {
  font-size: 2.2rem;
  font-weight: bold;
}

.playerList .prof .negot {
  width: 100%;
  line-height: 2.4;
  text-align: center;
  padding: 0.4rem 0 0.7rem 0;
}

/* 選手詳細
---------------------------------------------------- */
.playerDetail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .playerDetail {
    display: block;
  }
}

.playerDetail > .detailBox {
  width: 73%;
}

@media screen and (max-width: 768px) {
  .playerDetail > .detailBox {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox {
    width: auto;
  }
}

.playerDetail > .detailBox h3 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox h3 {
    margin-bottom: 3.90625vw;
    font-size: 3.2rem;
  }
}

.playerDetail > .detailBox h3 strong {
  display: block;
  padding-right: 0.2em;
  color: #2c72b0;
  font-size: 2.5625em;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox h3 strong {
    font-size: 8rem;
  }
}

.playerDetail > .detailBox h3 ruby {
  display: flex;
  flex-direction: column;
  padding-top: 0.2em;
}

.playerDetail > .detailBox h3 ruby rt {
  display: block;
  padding-top: 0.5em;
  color: #666;
  font-size: 0.6875em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox h3 ruby rt {
    padding-top: 0.2em;
    font-size: 0.75em;
  }
}

.playerDetail > .detailBox section + section {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox section + section {
    margin-top: 15.625vw;
  }
}

.playerDetail > .detailBox .imgBox {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .imgBox {
    margin-bottom: 3.125vw;
  }
}

.playerDetail > .detailBox .imgBox .img {
  background-color: #efeee9;
  padding-top: 52.87671%;
  position: relative;
}

.playerDetail > .detailBox .imgBox .img span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.playerDetail > .detailBox .imgBox .img span img {
  max-width: 100%;
  max-height: 100%;
}

.playerDetail > .detailBox .imgBox small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .imgBox small {
    font-size: 1.6rem;
  }
}

.playerDetail > .detailBox .txt {
  margin-bottom: 1.8em;
  font-size: 1.6rem;
  line-height: 1.625;
}

/* @media screen and (max-width: 768px) {
  .playerDetail > .detailBox .txt {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .txt {
    font-size: 2.4rem;
  }
} */

.playerDetail > .detailBox .profile dl {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  padding: 0.72em 0;
  border-top: 1px dotted #ccc;
}

/* @media screen and (max-width: 768px) {
  .playerDetail > .detailBox .profile dl {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .profile dl {
    font-size: 2.4rem;
  }
} */

.playerDetail > .detailBox .profile dt {
  flex-shrink: 0;
  width: 6em;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .profile dt {
    width: 6em;
  }
}

.playerDetail > .detailBox .profile dd {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history {
    font-size: 1.6rem;
  }
}

.playerDetail > .detailBox .history table {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .playerDetail > .detailBox .history table {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history table {
    display: table;
    font-size: 2.4rem;
    border-bottom: 1px solid #2c72b0;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history tr {
    /* display: block; */
  }
}

.playerDetail > .detailBox .history th {
  width: 140px;
  background-color: #eee;
  color: #2c72b0;
  padding: 1.6em 1.0em;
  text-align: center;
  border: 1px solid #2c72b0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history th {
    display: table-cell;
    width: auto;
    padding: 1.0em;
    font-weight: bold;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .playerDetail > .detailBox .history th br {
    display: none;
  }
}

.playerDetail > .detailBox .history td {
  padding: 1.6em 1.0em;
  border: 1px solid #2c72b0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history td {
    display: table-cell;
    padding: 1.0em;
    border-bottom: none;
    font-size: 1.6rem;
  }
}

.playerDetail > .detailBox .history td:nth-child(2n) {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history td:nth-child(2n) {
    width: auto;
  }
}

.playerDetail > .detailBox .history td:nth-child(3n) {
  padding-left: 1.6em;
  padding-right: 1.6em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .history td:nth-child(3n) {
    padding-left: 1.0em;
    padding-right: 1.0em;
  }
}

.playerDetail > .detailBox .matchResult > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dotted #c7c7c7;
}

.playerDetail > .detailBox .matchResult > li:first-child {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li {
    display: block;
    padding: 4.6875vw 0;
  }
}

.playerDetail > .detailBox .matchResult > li h5 {
  width: 100%;
  padding-right: 1.5em;
  color: #2c72b0;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li h5 {
    display: flex;
    width: auto;
    padding-right: 0;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li h5 span {
    flex-shrink: 0;
    padding-right: 1em;
  }
}

.playerDetail > .detailBox .matchResult > li h5 dl {
  display: flex;
  align-items: flex-start;
}

.playerDetail > .detailBox .matchResult > li h5 dl dt {
  flex-shrink: 0;
  padding-right: 0.5em;
}

.playerDetail > .detailBox .matchResult > li .result {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 54.79452%;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li .result {
    width: auto;
    margin-top: 3.125vw;
  }
}

.playerDetail > .detailBox .matchResult > li .result .player {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 38%;
  font-weight: bold;
}

.playerDetail > .detailBox .matchResult > li .result .player:nth-child(1) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li .result .player {
    display: block;
  }
}

.playerDetail > .detailBox .matchResult > li .result .player dt {
  flex-shrink: 0;
  font-size: 3.3rem;
}

.playerDetail > .detailBox .matchResult > li .result .player dt.red {
  color: #fb0200;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li .result .player dt {
    font-size: 6.0rem;
    text-align: center;
  }
}

.playerDetail > .detailBox .matchResult > li .result .player dd {
  padding-left: 0.9em;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .playerDetail > .detailBox .matchResult > li .result .player dd {
    display: flex;
    justify-content: center;
    font-size: 2.0rem;
    padding: 0 !important;
  }
}

.playerDetail > .detailBox .matchResult > li .result .player:nth-child(1) dd {
  padding-left: 0;
  padding-right: 0.9em;
}

.playerDetail > .detailBox .matchResult > li .result .detail {
  flex-shrink: 0;
  width: 24%;
  font-size: 1.0rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .playerDetail > .detailBox .matchResult > li .result .detail {
    font-size: 1.6rem;
  }
}

.playerDetail > .detailBox .matchResult > li .result .detail > li em {
  color: #fb0200;
}

.playerDetail .history p {
  font-size: 1.6rem;
}

.playerDetail > .playerNameList {
  flex-shrink: 0;
  width: 22.3%;
}

@media screen and (max-width: 767px) {
  .playerDetail > .playerNameList {
    width: auto;
    margin-top: 15.625vw;
  }
}

.playerDetail > .playerNameList h3 {
  padding-bottom: 0.5em;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 3px solid #2c72b0;
}

/* @media screen and (max-width: 768px) {
  .playerDetail > .playerNameList h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .playerNameList h3 {
    font-size: 3.0rem;
  }
} */

.playerDetail > .playerNameList nav {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .playerDetail > .playerNameList nav {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .playerDetail > .playerNameList nav {
    font-size: 2.6rem;
  }
}

.playerDetail > .playerNameList nav a {
  display: block;
  padding: 0.5em 0;
  color: #000;
  border-bottom: 1px dotted #ccc;
  transition: 0.3s;
  font-size: 2rem;
}

.playerDetail > .playerNameList nav a:hover {
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .playerDetail > .playerNameList nav a {
    font-size: 1.8rem;
  }
}

/* ビジョンとチーム概要
---------------------------------------------------- */
.visionZone ol {
  display: flex;
  justify-content: space-between;
  max-width: 96%;
  margin: auto;
  padding-top: 3%;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .visionZone ol {
    display: block;
    font-size: 1.6rem;
  }
}

.visionZone ol li {
  width: 31%;
  padding: 30px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .visionZone ol li {
    width: auto;
    padding: 7.8125vw 3.125vw;
  }
  .visionZone ol li + li {
    margin-top: 3%;
  }
}

.teamInfoZone {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .teamInfoZone {
    margin-top: 15.625vw;
  }
}

.teamInfoZone table {
  max-width: 78%;
}

@media screen and (max-width: 767px) {
  .teamInfoZone table {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .teamInfoZone table tr:first-child {
    padding-top: 0;
  }
}

/* 試合一覧と結果
---------------------------------------------------- */
.matchList {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .matchList {
    padding: 0;
  }
}

.matchList li {
  text-align: center;
}

.matchList li + li {
  border-top: 1px solid #f2f2f2;
}

.matchList li a {
  display: flex;
  align-items: center;
  padding: 30px 0;
  color: #333;
  transition: 0.3s;
}

.matchList li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.matchList .team {
  display: flex;
  align-items: center;
  width: 35%;
}

.matchList .team:first-child {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .matchList .team {
    display: block;
  }
}

.matchList .team .name {
  width: 70%;
  margin: 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .matchList .team .name {
    width: auto;
    font-size: 1.25rem;
  }
}

.matchList .team .logo {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .matchList .team .logo {
    width: auto;
  }
}

.matchList .team .logo img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .matchList .team .logo img {
    width: 25vw;
  }
}

.matchList .gameInfo {
  width: 30%;
  line-height: 1;
}

.matchList .gameInfo .resultNum {
  display: block;
  margin-bottom: 5px;
  font-size: 5.0rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .matchList .gameInfo .resultNum {
    font-size: 3.125rem;
  }
}

.matchList .gameInfo .resultNum em {
  color: #e64a4a;
  font-style: normal;
}

.matchList .gameInfo p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.33333;
}

@media screen and (max-width: 767px) {
  .matchList .gameInfo p {
    font-size: 1rem;
  }
}

.matchList .gameInfo p .playing {
  display: inline-block;
  background-color: #e64a4a;
  padding: 0.25em 1.2em 0.15em;
  color: #fff;
  border-radius: 100px;
}

.matchResultDtl {
  background-color: #fff;
  padding: 0 20px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 767px) {
  .matchResultDtl {
    padding: 0;
  }
}

.matchResultDtl a {
  color: #333;
  transition: 0.3s;
}

.matchResultDtl a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.matchResultDtl .result {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 25px 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result {
    padding: 15px 0;
  }
}

.matchResultDtl .result .team {
  display: flex;
  align-items: center;
  width: 38%;
}

.matchResultDtl .result .team:first-child {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .team {
    display: block;
    width: 35%;
  }
}

.matchResultDtl .result .team .name {
  width: 70%;
  margin: 0;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .team .name {
    width: auto;
    font-size: 1.25rem;
  }
}

.matchResultDtl .result .team .logo {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .team .logo {
    width: auto;
  }
}

.matchResultDtl .result .team .logo img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .team .logo img {
    width: 25vw;
  }
}

.matchResultDtl .result .gameInfo {
  width: 24%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .gameInfo {
    width: 30%;
  }
}

.matchResultDtl .result .gameInfo .resultNum {
  display: block;
  margin-bottom: 5px;
  font-size: 5.0rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .gameInfo .resultNum {
    font-size: 3.125em;
  }
}

.matchResultDtl .result .gameInfo .resultNum em {
  color: #e64a4a;
  font-style: normal;
}

.matchResultDtl .result .gameInfo p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.33333;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .result .gameInfo p {
    font-size: 1rem;
  }
}

.matchResultDtl .result .gameInfo p .playing {
  display: inline-block;
  background-color: #e64a4a;
  padding: 0.25em 1.2em 0.15em;
  color: #fff;
  border-radius: 100px;
}

.matchResultDtl .items > li {
  display: flex;
}

.matchResultDtl .items > li + li {
  margin-top: 1px;
}

.matchResultDtl .items > li p {
  margin: 0;
}

.matchResultDtl .items > li .player {
  display: flex;
  align-items: center;
  background-color: #eee;
  width: 45%;
  padding: 15px 0;
}

.matchResultDtl .items > li .player:first-child {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .items > li .player {
    display: block;
    width: 40%;
    padding: 10px 0;
  }
}

.matchResultDtl .items > li .player .num {
  flex-shrink: 0;
  width: 30%;
  padding: 0 10px;
  font-size: 5.0rem;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .items > li .player .num {
    width: auto;
    font-size: 3.125rem;
    border: none !important;
  }
}

.matchResultDtl .items > li .player:first-child .num {
  border-right: none;
  border-left: 1px solid #fff;
}

.matchResultDtl .items > li .player .name {
  width: 100%;
  padding: 0 10px;
  font-size: 2.6rem;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .items > li .player .name {
    font-size: 1.875rem;
  }
}

.matchResultDtl .items > li .player.win {
  background-color: #ffe2e2;
  color: #e64a4a;
}

.matchResultDtl .items > li .dtl {
  align-self: center;
  width: 10%;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .matchResultDtl .items > li .dtl {
    width: 20%;
    font-size: 1.25rem;
  }
}

.matchResultDtl .items > li .dtl em {
  color: #e64a4a;
  font-style: normal;
}

