@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

main {
  background-color: #f2f6f8; }

footer {
  margin: 0 auto;
  padding: 0 0 62px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  footer a {
    padding: 20px 0;
    display: block;
    border-bottom: none; }

img {
  max-width: 100%; }

section .ttl_area {
  padding: 1.5rem 0;
  background-color: #008ccf;
  text-align: center;
  font-style: italic;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 3.6rem; }
  @media screen and (max-width: 768px) {
    section .ttl_area {
      padding: 1.5rem 2rem;
      margin-top: 55px;
      font-size: 3rem; } }

.menu-trigger + p {
  color: #008ccf; }

.menu-trigger span {
  background-color: #008ccf; }

.hm_btn::before, .hm_btn::after {
  background-color: #008ccf; }

.hm_btn::before {
  -webkit-box-shadow: #008ccf 0 10px 0;
  box-shadow: #008ccf 0 10px 0; }

.hm_menu_wrap {
  background-color: #008ccf; }

nav li .active::after {
  background-color: #036290; }

nav li a::after {
  background-color: #036290; }

.gnav ul li.active dt, .gnav ul li.active em, .gnav ul li:hover dt, .gnav ul li:hover em {
  color: #008ccf; }

.sp_ib_show,
.sp_show {
  display: none !important; }

@media screen and (max-width: 768px) {
  .pc_show {
    display: none !important; }
  .sp_ib_show {
    display: inline-block !important; }
  .sp_show {
    display: block !important; } }

.inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }

.page_nav_area {
  margin: 120px auto;
  padding: 60px 0 120px;
  border-bottom: 1px solid #dfdfdf; }
  .page_nav_area .page_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page_nav_area .page_nav li {
      width: calc(33.33% - 20px);
      text-align: center; }
      .page_nav_area .page_nav li + li {
        margin-left: 22px; }
      .page_nav_area .page_nav li:nth-of-type(n+4) {
        margin-top: 22px; }
      .page_nav_area .page_nav li a {
        display: block;
        position: relative;
        padding: 40px 0;
        background-color: #fff;
        border-top: 2px solid #008ccf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); }
        .page_nav_area .page_nav li a .btn_txt {
          color: #000;
          font-size: 1.7rem; }
        .page_nav_area .page_nav li a::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 20px;
          width: 6px;
          height: 6px;
          margin: auto;
          border-top: 3px solid #008ccf;
          border-right: 3px solid #008ccf;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .page_nav_area .page_nav li a:hover::after {
          -webkit-transform: translateY(5px) rotate(135deg);
          -ms-transform: translateY(5px) rotate(135deg);
          transform: translateY(5px) rotate(135deg); }
  @media screen and (max-width: 768px) {
    .page_nav_area {
      margin: 6rem auto;
      padding: 3rem 0 6rem; }
      .page_nav_area .page_nav {
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .page_nav_area .page_nav li {
          width: 48%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          .page_nav_area .page_nav li + li {
            margin-left: 0; }
          .page_nav_area .page_nav li:nth-of-type(n+3) {
            margin-top: 1.5rem; }
          .page_nav_area .page_nav li a {
            width: 100%;
            padding: 2.5rem 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .page_nav_area .page_nav li a .btn_txt {
              font-size: 1.4rem;
              line-height: 1.2; }
            .page_nav_area .page_nav li a::after {
              bottom: 10px;
              border-top: 2px solid #008ccf;
              border-right: 2px solid #008ccf; }
        .page_nav_area .page_nav.col_1 li {
          width: 100%; } }

.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 0 70px;
  text-align: center;
  position: relative; }
  .btn.type_blue {
    background-color: #008ccf;
    color: #fff; }
    .btn.type_blue .btn_arrow::after {
      content: "";
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      width: 6px;
      height: 6px;
      margin: auto;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btn.type_blue:hover .btn_arrow::after {
      -webkit-transform: translateX(5px) rotate(45deg);
      -ms-transform: translateX(5px) rotate(45deg);
      transform: translateX(5px) rotate(45deg); }
  .btn .icn_blank::after {
    content: "";
    top: 0;
    bottom: 0;
    margin-right: 30px;
    width: 16px;
    height: 16px;
    background: url(../../img/zenkokuesports/img_about.png) top center/cover no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none; }

footer a {
  border-bottom: none; }

footer .footer {
  border-bottom: 1px solid #b0b0b0; }
  footer .footer a {
    margin: 0 auto;
    max-width: 434px; }

section {
  position: relative;
  z-index: 5; }

.top_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  @media screen and (max-width: 1679px) and (min-width: 769px) {
    .top_inner {
      max-width: calc(100vw - 6rem); } }
  @media screen and (max-width: 768px) {
    .top_inner {
      max-width: calc(100vw - 6rem); } }

header {
  border-top: none;
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); }
  header .top_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 768px) {
    header .pc_gnav {
      display: none; } }
  header .pc_gnav .gnav_menu {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    header {
      height: 55px; } }

#mv {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #mv .top_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #mv * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #mv .img_area {
    text-align: center;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 42%;
    flex: 1 0 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #mv .img_area h1 {
      padding: 0 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(255, 255, 255, 0.85);
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0; }
      #mv .img_area h1 img {
        max-width: 100%;
        padding: 200px 0 150px; }
  #mv .ttl_area {
    display: none; }
  #mv .title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 4%;
    padding: 150px 0px 100px; }
    #mv .title_area .type_card {
      width: calc(33.33% - 25px);
      margin: 0;
      padding: 0 3%;
      background-color: rgba(255, 255, 255, 0.85);
      -webkit-box-shadow: 0 3px 15px 0 rgba(0, 140, 207, 0.3);
      box-shadow: 0 3px 15px 0 rgba(0, 140, 207, 0.3);
      position: relative;
		margin: 0 10px;}
      #mv .title_area .type_card:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 0;
        width: 16px;
        height: 16px;
        background: url(../../img/zenkokuesports/icn_blank.png) top center/cover no-repeat;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        border: none; }
      #mv .title_area .type_card:nth-of-type(n+4) {
        margin-top: 20px; }
      #mv .title_area .type_card span {
        display: block;
        font-size: 1.6rem; }
      #mv .title_area .type_card .img {
        height: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #mv .title_area .type_card .img img {
          max-height: 100%;
          max-width: 100%; }
      #mv .title_area .type_card .title {
        color: #000;
        padding: 20px 0;
        font-weight: bold; }
      #mv .title_area .type_card .ttl_btn {
        position: relative;
        background-color: #008ccf;
        color: #fff;
        padding: 24px 0;
        font-weight: bold;
        letter-spacing: 0.2rem; }
        #mv .title_area .type_card .ttl_btn::after {
          content: "";
          position: absolute;
          top: 0;
          right: 15px;
          bottom: 0;
          width: 6px;
          height: 6px;
          margin: auto;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  @media screen and (max-width: 768px) {
    #mv {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 4rem 0 0; }
      #mv .top_inner {
        display: block;
        width: 100%;
        max-width: 100%; }
      #mv .img_area {
        width: 100%;
        margin: 0 auto 20px; }
        #mv .img_area h1 {
          width: 100%;
          padding: 2rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #mv .img_area h1 img {
            max-width: 90%;
            padding: 20px 0 0; }
            #mv .img_area h1 img .img {
              margin: 0 auto;
              max-width: 0%;
              max-width: 40%; }
      #mv .title_area {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0 auto; }
        #mv .title_area .type_card .img {
          height: 120px;
          line-height: 120px;
          padding: 12px; }
        #mv .title_area .btn {
          display: block;
          margin: 0 5px; }
          #mv .title_area .btn.type_card {
            width: 46%;
            margin-bottom: 20px; }
            #mv .title_area .btn.type_card:nth-of-type(n+4) {
              margin-top: 0px; } }
  @media screen and (max-width: 1679px) and (min-width: 769px) {
    #mv .kv_conteiner {
      width: 100%; }
      #mv .kv_conteiner .top_inner {
        width: 45%; }
        #mv .kv_conteiner .top_inner h1 img {
          max-width: 385px;
          padding: 100px 0 0; }
    #mv .title_area {
      padding: 120px 0px 70px 30px;
      width: 50%; }
      #mv .title_area .type_card {
        margin-top: 20px;
	  	margin: 20px 10px 0;}
        #mv .title_area .type_card:nth-of-type(n+4) {
          margin-top: 20px; }
        #mv .title_area .type_card .img {
          height: 180px; } }

#about {
  padding-top: 80px;
  margin-top: -80px; }
  #about .top_inner {
    margin-bottom: 120px;
    padding-top: 120px;
    text-align: center;
    background-color: #f2f6f8; }
    #about .top_inner h3 {
      margin-bottom: 52px;
      font-size: 4rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      font-style: italic;
      letter-spacing: 0.3rem; }
      #about .top_inner h3 .ttl_inr {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #008ccf));
        background: -webkit-linear-gradient(transparent 92%, #008ccf 0%);
        background: -o-linear-gradient(transparent 92%, #008ccf 0%);
        background: linear-gradient(transparent 92%, #008ccf 0%); }
    #about .top_inner .txt {
      margin-bottom: 90px;
      line-height: 1.5; }
      #about .top_inner .txt p {
        text-align: center; }
    #about .top_inner .about_txt {
      background-color: #fff;
      height: auto;
      border: 2px solid #008ccf;
      margin-bottom: 60px;
      padding: 60px 40px; }
      #about .top_inner .about_txt p {
        margin-bottom: 20px; }
      #about .top_inner .about_txt .date {
        font-size: 22px;
        font-weight: bold;
        color: #008ccf;
        line-height: 1.8; }
      #about .top_inner .about_txt .organizer .bold {
        font-weight: bold; }
    #about .top_inner .sub_ttl {
      font-size: 22px;
      color: #008ccf;
      font-weight: bold;
      font-style: italic;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline; }
    #about .top_inner .detail {
      margin: 90px auto; }
      #about .top_inner .detail .table {
        overflow: auto;
        white-space: nowrap; }
      #about .top_inner .detail h4 {
        margin-bottom: 50px; }
      #about .top_inner .detail .tbl-r03 {
        background-color: #fff;
        width: 100%; }
        #about .top_inner .detail .tbl-r03 th {
          background: #008ccf;
          color: #fff;
          font-weight: bold;
          padding: 18px 0;
          border: solid 1px #ccc;
          font-size: 22px; }
        #about .top_inner .detail .tbl-r03 td {
          text-align: left;
          border: solid 1px #ccc;
          padding: 10px;
          line-height: 1.5;
          font-size: 16px; }
    #about .top_inner .link h4 {
      margin-bottom: 50px;
      color: #008ccf; }
    #about .top_inner .link a {
      display: inline-block;
      padding: 1%;
      -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff; }
	#about .top_inner .link img{
		width: 300px
	}
  @media screen and (max-width: 768px) {
    #about {
      padding-top: 1px;
      margin-top: 0px; }
      #about .top_inner {
        margin-top: 0px;
        padding-top: 60px;
        margin-bottom: 6rem; }
        #about .top_inner h3 {
          margin-bottom: 3rem;
          font-size: 1.8rem; }
        #about .top_inner .txt {
          padding: 0 2rem;
          margin-bottom: 50px; }
        #about .top_inner .about_txt {
          padding: 40px;
          margin-bottom: 30px; }
          #about .top_inner .about_txt .description br {
            display: none; }
          #about .top_inner .about_txt .date {
            font-size: 20px;
            text-align: left; }
        #about .top_inner .detail {
          margin: 45px 0; }
          #about .top_inner .detail h4 {
            margin-bottom: 25px; }
        #about .top_inner .link h4 {
          margin-bottom: 25px; } }

#news {
  padding-top: 81px;
  margin-top: -82px; }
  #news .ttl_area.news {
    margin-top: 0px; }
  #news .top_inner {
    margin: 60px auto 110px;
    text-align: center; }
    #news .top_inner .news_area {
      padding: 20px 40px;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); }
      #news .top_inner .news_area .type_list {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        #news .top_inner .news_area .type_list + .type_list {
          border-top: 1px solid #e6e6e6; }
        #news .top_inner .news_area .type_list::after {
          content: "";
          position: absolute;
          top: 0;
          right: 6px;
          bottom: 0;
          width: 6px;
          height: 6px;
          margin: auto;
          border-top: 1px solid #008ccf;
          border-right: 1px solid #008ccf;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #news .top_inner .news_area .type_list .date {
          color: #8b8b8b;
          margin-right: 5rem;
          font-size: 1.5rem; }
        #news .top_inner .news_area .type_list .title {
          color: #000; }
    #news .top_inner .type_blue {
      margin: 60px auto 0;
      padding: 0 100px;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 4; }
      
      #news .news_area .btn .title{
                text-align:left;
            }
      
  @media screen and (max-width: 768px) {
    #news {
      padding-top: 56px;
      margin-top: 0px; }
      #news .top_inner {
        margin: 3rem auto 6rem; }
        #news .top_inner .news_area {
          padding: 1rem 2rem; }
          #news .top_inner .news_area .type_list {
            padding: 1.5rem 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #news .top_inner .news_area .type_list .date {
              font-size: 1.1rem;
              display: block; }
            #news .top_inner .news_area .type_list .title {
              display: block;
              width: 100%;
              padding: 0.5rem 2rem 0 0;
              text-align: left;
              font-size: 1.2rem;
              line-height: 1.5; }
        #news .top_inner .type_blue {
          width: calc(100% - 40px);
          margin: 3rem auto 0;
          padding: 0 20px;
          font-weight: bold;
          font-size: 1.6rem;
          line-height: 4; } }

#title .top_inner {
  padding: 60px 0 140px; }
  #title .top_inner .title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #title .top_inner .title_area .type_card {
      width: calc(33.33% - 40px);
      margin: 0;
      padding: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); }
      #title .top_inner .title_area .type_card:nth-of-type(n+4) {
        margin-top: 40px; }
      #title .top_inner .title_area .type_card span {
        display: block;
        font-size: 1.6rem; }
      #title .top_inner .title_area .type_card .img {
        height: 190px;
        padding: 0 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #ddd; }
      #title .top_inner .title_area .type_card .title {
        color: #000;
        padding: 20px 0;
        font-weight: bold; }
      #title .top_inner .title_area .type_card .ttl_btn {
        position: relative;
        background-color: #008ccf;
        color: #fff;
        padding: 24px 0;
        font-weight: bold;
        letter-spacing: 0.2rem; }
        #title .top_inner .title_area .type_card .ttl_btn::after {
          content: "";
          position: absolute;
          top: 0;
          right: 15px;
          bottom: 0;
          width: 6px;
          height: 6px;
          margin: auto;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

@media screen and (max-width: 768px) {
  #title .top_inner {
    padding: 3rem 0 7rem; }
    #title .top_inner .title_area {
      padding: 0 2rem; }
      #title .top_inner .title_area .type_card {
        width: 100%;
        height: auto; }
        #title .top_inner .title_area .type_card + .type_card {
          margin-top: 2rem; }
        #title .top_inner .title_area .type_card .img {
          padding: 2rem 3rem; }
          #title .top_inner .title_area .type_card .img img {
            max-height: 190px; } }

#past {
  padding-top: 81px;
  margin-top: -82px; }
  #past .top_inner {
    padding: 90px 0 30px; }
    #past .top_inner .past_area .past_list {
      position: relative; }
      #past .top_inner .past_area .past_list .type_past {
        padding: 58px 0 58px 20px;
        display: block;
        color: #000;
        font-size: 3rem;
        font-weight: bold;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); }
        #past .top_inner .past_area .past_list .type_past::after {
          content: "";
          position: absolute;
          top: 0;
          right: 20px;
          bottom: 0;
          width: 6px;
          height: 6px;
          margin: auto;
          border-top: 1px solid #008ccf;
          border-right: 1px solid #008ccf;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #past .top_inner .past_area .past_list .year {
        position: absolute;
        top: -30px;
        left: 20px;
        color: #fff;
        padding: 20px;
        font-size: 2.4rem;
        font-weight: bold;
        background-color: #008ccf;
        z-index: 2; }
    #past .top_inner.mv {
      padding: 60px 0 110px; }
      #past .top_inner.mv p {
        text-align: center;
        color: #008ccf;
        padding-bottom: 20px;
        font-style: italic;
        font-size: 3.0rem;
        font-weight: bold; }
      #past .top_inner.mv .youtube_area {
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-style: italic;
        font-size: 3.0rem;
        font-weight: bold; }
        #past .top_inner.mv .youtube_area.movie-wrap {
          position: relative;
          padding-bottom: 56.25%;
          /*アスペクト比 16:9の場合の縦幅*/
          height: 0;
          overflow: hidden; }
          #past .top_inner.mv .youtube_area.movie-wrap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
  @media screen and (max-width: 768px) {
    #past {
      padding-top: 1px;
      margin-top: 0px; }
      #past .top_inner {
        padding: 5rem 0 3rem; }
        #past .top_inner .past_area .past_list .type_past {
          padding: 2.5rem 3rem 2.5rem 2rem;
          font-size: 1.8rem;
          line-height: 1.2; }
        #past .top_inner .past_area .past_list .year {
          top: -20%;
          font-size: 1.6rem;
          padding: 1rem 1.5rem; }
        #past .top_inner.mv {
          padding: 3rem 0 7rem; }
          #past .top_inner.mv .youtube_area {
            padding: 7.5rem 0; }
            #past .top_inner.mv .youtube_area p {
              font-size: 2.8rem; } }

.copy {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 110px; }
  .copy small {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #8b8b8b;
    line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .copy .copy small {
      font-size: 17px; } }



/*   配信　　 */

#stream{
	padding-top: 81px;
    margin-top: -82px;
}

#stream .top_inner {
    margin-bottom: 120px;
    text-align: center;
    background-color: #f2f6f8;
/* 	max-width:1120px; */
	width:100%;
	margin: 0 auto;
}

#stream .top_inner .detail {
    margin: 90px auto;
}

#stream .top_inner .detail h4 {
margin-bottom: 50px;
}

#stream .top_inner .sub_ttl {
    font-size: 22px;
    color: #008ccf;
    font-weight: bold;
    font-style: italic;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

#stream .flex{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
/*     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	max-width: 1080px;
    margin: 0 auto;
	
}

#stream .date{
	padding: 12px 8px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #008ccf;
	color:#fff;
	width:140px;
	text-align:center;
	margin-bottom:12px;
}

#stream .date:not(:first-of-type){
margin-top:60px;
}

.top-live__btn .item {
  width: 19%;
  max-width: 220px;
  border: 2px solid;
	background:#fff;
}

.top-live__btn .item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*   width: 100%; */
  height: 65px;
  padding: 1rem 1.6rem;
	font-size:1.4rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
}

.top-live__btn .item a i {
  margin-right: 0.7rem;
}

.top-live__btn .item a img {
  max-width: 100%;
}

#stream .time-schedule{
	text-align:left;
	margin-bottom:40px;
	background: #fff;
    padding: 10px 20px;
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}

#stream .time-schedule li{
	padding: 6px 0;
    font-size: 2rem;
    line-height: 1.4;
}

#stream .time-schedule span{
	font-weight:bold;
}

/* youtube */
.top-live__btn .item.yt {
  border-color: #fe0000;
  color: #fe0000;
}

.top-live__btn .item.yt a {
  background-image: url(/japanesportsgp/img/arw_yt.png);
  background-repeat: no-repeat;
  background-position: 88% center;
  background-size: 26px;
	color: #fe0000;
	
}

.top-live__btn .item.yt a:hover {
  opacity: 0.7;
  background-position: 91% center;
}

.top-live__btn .item.yt a i {
  display: inline-block;
  width: 25px;
}

/* twitch */
.top-live__btn .item.tw {
  border-color: #9145ff;
  color: #9145ff;
}

.top-live__btn .item.tw a {
  background-image: url(/japanesportsgp/img/arw_tw.png);
  background-repeat: no-repeat;
  background-position: 81% center;
  background-size: 26px;
	color:#9145ff;
}

.top-live__btn .item.tw a:hover {
  opacity: 0.7;
  background-position: 84% center;
}

.top-live__btn .item.tw a i {
  display: inline-block;
  width: 23px;
}

/* openrec */

.top-live__btn .item.or {
  border-color: #ff9410;
  color: #ff9410;
}

.top-live__btn .item.or a {
  background-image: url(/japanesportsgp/img/arw_or.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 26px;
	color: #ff9410;
}

.top-live__btn .item.or a:hover {
  opacity: 0.7;
  background-position: 94% center;
}

.top-live__btn .item.or a i {
  display: inline-block;
  width: 25px;
}

/* niconico */

.top-live__btn .item.nico {
  border-color: #000000;
  color: #000000;
}

.top-live__btn .item.nico a {
  background-image: url(/japanesportsgp/img/arw_nico.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 26px;
	color:#000;
}

.top-live__btn .item.nico a:hover {
  opacity: 0.7;
  background-position: 94% center;
}

.top-live__btn .item.nico a i {
  display: inline-block;
  width: 20px;
}

@media screen and (max-width: 768px) {
	#stream .flex{
		display:block;
	}
	
	#stream{
	padding-top: 1px;
    margin-top: 0px;
}
	
	.top-live__btn .item {
		max-width:inherit;
		width:100%;
	}
	
	.top-live__btn .item.tw a {
	  background-position: 88% center;
}

	.top-live__btn .item.tw a:hover {
		  background-position: 91% center;
	}
	
	.top-live__btn .item.or a {
		background-position: 88% center;
}

.top-live__btn .item.or a:hover {
	background-position: 91% center;
}
	
	.top-live__btn .item.nico a {
  		background-position: 88% center;
}

.top-live__btn .item.nico a:hover {
  background-position: 91% center;
}
	
	.top-live__btn .item:not(:first-of-type){
		margin-top:10px;
	}	
	
}

@media screen and (max-width: 479px){ 
#stream .top_inner .detail {
    margin: 40px auto;
	}
	
	#stream .date {
    padding: 8px 6px;
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 12px;
	}
	
	#stream .time-schedule li{
		font-size: 1.6rem;
	}
}



/*==========================================
scrosllbox2 / japan
===========================================*/
#player{
	padding-top: 81px;
    margin-top: -82px;
}

#player .player-inner{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#player .top_inner{
	margin: 120px auto 110px;
    text-align: center;
}

#player table.japan {
    max-width: 1000px;
    margin: 0 auto;
	width: 100%;
}

#player table.japan td {
    border: solid 1px #fff;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

/* #player table.japan td:hover {
    opacity: 0.6;
} */

#player table.japan td.empty {
    border: none;
}

#player table.japan td a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px 0;
    pointer-events: none;
}

#player table.japan td.japan_1 {
    height: 80px;
    line-height: 80px;
    background-color: #808080;
}

#player table.japan td.japan_1 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_1 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_2 {
    height: 50px;
    line-height: 50px;
    background-color: #808080;
}

#player table.japan td.japan_2 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_2 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_3 {
    background-color: #808080;
}

#player table.japan td.japan_3 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_3 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_4 {
    background-color: #808080;
}

#player table.japan td.japan_4 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_4 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_5 {
    background-color: #808080;
}

#player table.japan td.japan_5 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_5 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_6 {
    background-color: #808080;
}

#player table.japan td.japan_6 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_6 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_7 {
    background-color: #808080;
}

#player table.japan td.japan_7 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_7 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_8 {
    background-color: #808080;
}

#player table.japan td.japan_8 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_8 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_9 {
    background-color: #808080;
}

#player table.japan td.japan_9 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_9 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_10 {
    background-color: #808080;
}

#player table.japan td.japan_10 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_10 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_11 {
    background-color: #808080;
}

#player table.japan td.japan_11 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_11 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_12 {
    background-color: #808080;
}

#player table.japan td.japan_12 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_12 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

#player table.japan td.japan_13 {
    line-height: 70px;
}

#player table.japan td.japan_13 [href*="zenkokuesports_list"]{
    background-color: #d78114;
	 pointer-events: auto;
}

#player table.japan td .japan_13 [href*="zenkokuesports_list"] a :hover {
    opacity: 0.6;
}

.sp-only{
		display:none;
	}

.map_logo{
	position:absolute;
	top: -8%;
	left:15%;
}
.map_logo img{
	width: 600px;
}


@media screen and (max-width: 768px) {
	#player .player-inner{
		width: 100%;
	}
	
	#player{
	padding-top: 1px;
    margin-top: 0px;
}

	
	#player .top_inner{
		margin-top: 0px;
		padding-top: 60px;
		margin-bottom: 6rem;
	}
	
	.map_logo{
		display: none;
	}
	
	.pc-only{
		display: none;
	}
	
	.sp-only{
		display:block;
	}
	
	.accordion-container .accordion-title {
		  position: relative;
		  margin: 0;
		  padding: 1em 0.625em;
		background-color: #4b4b4b;
/* 			background-color: #8b8b8b; */
		  font-size: 16px;
		  font-weight: normal;
		  color: #fff;
		  cursor: pointer;
		  border-bottom: solid 1px #fff;
	    }
	
.accordion-container .last_title{
border-bottom: none;
}
	
	.accordion-container .normal-title a{
		display: block;
		color: #fff;	
	   }
	
	.accordion-content a{
		color: #333;
		display: block;
		pointer-events:none;
	}
	
	.accordion-content [href*="#"]{
    background-color: #bbb;
		color: #6f6f6f;
}
	
	.accordion-content [href*="zenkokuesports_list"]{
    background-color: #d78114;
		pointer-events:auto;
}
	
	.accordion-content a:hover{
		color: #00aaa7;
	}
	
	
	.accordion-container .accordion-title a:hover{
		color: #00aaa7;
	}
	
	.accordion-container .accordion-title:hover,
	.accordion-container .normal-title:hover,
	.accordion-container .accordion-title:active,
	.accordion-title.open { 
	  	background-color: #4b4b4b;
/* 		background-color: #8b8b8b; */
	}

	.accordion-container .accordion-title::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 25px;
	  width: 15px;
	  height: 2px;
	  /*縦線に*/
	  transform: rotate(90deg);
	  background: #fff;
	  transition: all .3s ease-in-out;
	}

	.accordion-container .accordion-title::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 25px;
	  /*横線*/
	  width: 15px;
	  height: 2px;
	  background: #fff;
	  transition: all .2s ease-in-out;
	}

	.accordion-container .accordion-title.open::before {
	  transform: rotate(180deg);
	}

	.accordion-container .accordion-title.open::after {
	  opacity: 0;
	}

	.accordion-container .accordion-title::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 25px;
	  /*横線*/
	  width: 15px;
	  height: 2px;
	  background: #fff;
	  transition: all .2s ease-in-out;
	}

	.accordion-container .accordion-title.open::before {
	  transform: rotate(180deg);
	}

	.accordion-container .accordion-title.open::after {
	  opacity: 0;
	}

	.accordion-content {
		background-color:#fff;
	}
	
	.accordion-content p{
		font-size: 16px;
		border-bottom: solid 1px #eeeeee;
/* 		margin: 0 8px; */
		text-align: center;
			line-height:2.4;
		}
	
	
	/*ナビのスタイル*/
	.NavMenu{
/*		position: fixed;*/
/*		z-index: 12;*/
		top: 0;
		left: 0;
		background: #8b8b8b;
		text-align: center;
/*		width: 100%;*/
/*		height: 100%;*/
/*		display: none;*/
/*		padding-top:100px;*/
	}
	
	.NavMenu .wrapper{
		max-width: calc(100vw - 6rem);
		width: 100%;
}
	
}

#player_list{
  padding-top: 80px;
background: linear-gradient( 165deg, #02a6c4, #0160b9 );
 }
  #player_list .top_inner {
    margin-bottom: 120px;
    padding-top: 120px;
    text-align: center;
    background-image:url("../../img/zenkokuesports/player_list_bg.png")  }
    #player_list .top_inner h3 {
      margin-bottom: 52px;
      font-size: 4rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      font-style: italic;
      letter-spacing: 0.3rem; }
      #player_list .top_inner h3 .ttl_inr {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #008ccf));
        background: -webkit-linear-gradient(transparent 92%, #008ccf 0%);
        background: -o-linear-gradient(transparent 92%, #008ccf 0%);
        background: linear-gradient(transparent 92%, #008ccf 0%); }
    #player_list .top_inner .txt {
      margin-bottom: 90px;
      line-height: 1.5; }
      #player_list .top_inner .txt p {
        text-align: center; }
    #player_list .top_inner .about_txt {
      background-color: #fff;
      height: auto;
      border: 2px solid #008ccf;
      margin-bottom: 60px;
      padding: 60px 40px; }
      #player_list .top_inner .about_txt p {
        margin-bottom: 20px; }
      #player_list .top_inner .about_txt .date {
        font-size: 22px;
        font-weight: bold;
        color: #008ccf;
        line-height: 1.8; }
      #player_list .top_inner .about_txt .organizer .bold {
        font-weight: bold; }
    #player_list .top_inner .sub_ttl {
      font-size: 22px;
      color: #008ccf;
      font-weight: bold;
      font-style: italic;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline; }
    #player_list .top_inner .detail {
      margin: 90px auto; }
      #player_list .top_inner .detail .table {
        overflow: auto;
        white-space: nowrap; }
      #player_list .top_inner .detail h4 {
        margin-bottom: 50px; }
      #player_list .top_inner .detail .tbl-r03 {
        background-color: #fff;
        width: 100%; }
        #player_list .top_inner .detail .tbl-r03 th {
          background: #008ccf;
          color: #fff;
          font-weight: bold;
          padding: 18px 0;
          border: solid 1px #ccc;
          font-size: 22px; }
        #player_list .top_inner .detail .tbl-r03 td {
          text-align: left;
          border: solid 1px #ccc;
          padding: 10px;
          line-height: 1.5;
          font-size: 16px; }
    #player_list .top_inner .link h4 {
      margin-bottom: 50px;
      color: #008ccf; }
    #player_list .top_inner .link a {
      display: inline-block;
      padding: 1%;
      -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff; }
	#player_list .top_inner .link img{
		width: 300px
	}
  @media screen and (max-width: 768px) {
    #player_list {
      padding-top: 0px;
      margin-top: 0px; }
      #player_list .top_inner {
        margin-top: 0px;
        padding-top: 60px;
        margin-bottom: 6rem; }
        #player_list .top_inner h3 {
          margin-bottom: 3rem;
          font-size: 1.8rem; }
        #player_list .top_inner .txt {
          padding: 0 2rem;
          margin-bottom: 50px; }
        #player_list .top_inner .about_txt {
          padding: 40px;
          margin-bottom: 30px; }
          #player_list .top_inner .about_txt .description br {
            display: none; }
          #player_list .top_inner .about_txt .date {
            font-size: 20px;
            text-align: left; }
        #player_list .top_inner .detail {
          margin: 45px 0; }
          #player_list .top_inner .detail h4 {
            margin-bottom: 25px; }
        #player_list .top_inner .link h4 {
          margin-bottom: 25px; } }

/*   試合結果　　 */
#result{
	padding-top: 81px;
    margin-top: -82px;
}


#result .top_inner {
    margin-bottom: 120px;
    text-align: center;
    background-color: #f2f6f8;
    /* max-width: 1120px; */
    width: 100%;
    margin: 0 auto;
}

#result .top_inner .detail {
    margin: 90px auto;
}

.result-logo img{
	width:250px;
}



.result-figure-area{
	display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	justify-content:space-around;
	margin:40px 0 60px;
}

.result-figure{
	width: 100%;
   max-width: 615px;
	padding: 0 0.5em;
}

.result__btn{
   display:inline-block;
	padding:20px 0;
	width:300px;
	max-width:100%;
	background-color:#ff0000;
	border:2px solid transparent;
	box-shadow:0 3px 6px  rgba(0,0,0,.16);
	color:#fff;
	font-size:2rem;
	text-align:center;
	text-decoration:none;
	transition:.25s;
}

.result__btn:focus,
.result__btn:hover{
	background-color:#fff;
	border-color: currentColor;
	color:#ff0000;
}

.result-box:not(:first-child){
	margin-top:100px;
}


.result-box--single.result-figure-area{
	display:block;
}

.result-box--single .result-figure{
	width: 100%;
   max-width: 550px;
	margin:0 auto;
}

#result .top_inner h3 {
    margin-bottom: 52px;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: 0.3rem;
	margin-top:160px;
}

#result .top_inner h3 .ttl_inr {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #008ccf));
    background: -webkit-linear-gradient(transparent 92%, #008ccf 0%);
    background: -o-linear-gradient(transparent 92%, #008ccf 0%);
    background: linear-gradient(transparent 92%, #008ccf 0%);
}

.my-parts {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.1);
  width: 100%;
  max-width: 600px;
   margin: 0 auto;
}
.my-parts th, .my-parts td {
  border: 1px solid rgba(0,0,0,.1);
  padding: .6em;
  text-align: center;
  background: #fff;
}
.my-parts th {
  background: #4c4c4e;
  color: #fff;
  font-weight: bold;
}



@media screen and (max-width: 768px) {
	#result .top_inner .detail {
		margin: 60px auto;
	}
	
	#result{
	padding-top: 1px;
    margin-top: 0;
}

	
	.result-figure-area{
		display:block;
		margin:40px 0;
	}
	
	.result-figure{
		width:100%;
		max-width: initial;
	}
	
	.result-box--single .result-figure{
		width:100%;
		max-width: initial;
	}
		
	.result__btn{
		padding: 15px 0;
    	width: 210px;
		font-size:1.5rem;
	}
	
	.result-box:not(:first-child){
		margin-top:80px;
	}
	
	.result-figure:nth-child(2) {
		margin-top:20px;
	}
	
	#result .top_inner h3 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
		margin-top:80px;
}
}

@media screen and (max-width: 479px){ 
	.result-logo img{
		width:150px;
	}
	
	.result__btn {
    padding: 10px 0;
    width: 160px;
    font-size: 1.5rem;
}
	
	.result-figure-area {
    margin: 20px 0;
}
}