@charset "UTF-8";
/* めざせ 全国高校eスポーツ選手権のフォント
---------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.esports_chanpionship {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
/* 不要なものを非表示
---------------------------------------------------------------- */
#seoContents {
  /*display: none;*/
}
.column2R #sub {
  display: none;
}
.column2R #main {
  float: none;
  width: 100%;
}
.pagetop {
  /*display: none;*/
}
/*サイドバナーはとりあえず撤去*/
.sidebannerLeft, .sidebannerRight {
  display: none;
}
/* 基本
---------------------------------------------------------------- */
#container {
  padding-bottom: 0;
}
#container section {
  width: 300%;
  margin-left: -100%;
}
#container section .section_inner {
  margin-left: auto;
  margin-right: auto;
  width: 970px;
  padding: 60px 0 90px;
}
#container section .section_inner p {
  font-size: 18px;
}
#container section img, #container section .section_inner img {
  max-width: 100%;
  height: auto;
}
#container h2 {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 60px;
}
.pcBr {
  display: block;
}
.spBr {
  display: none;
}
@media screen and (max-width: 479px) {
  #container section {
    width: 100%;
    margin-left: 0;
  }
  #container section .section_inner {
    width: 96%;
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  #container section .section_inner p {
    font-size: 3.6vw;
  }
  #container h2 {
    font-size: 5.4vw;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
}
/* メインビジュアル
---------------------------------------------------------------- */
.top_feature {
  background: url(/5info/img/esports_chanpionship/main_visual.jpg) repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 30s linear infinite;
  animation: bgroop 30s linear infinite;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300%;
  margin-left: -100%;
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1520px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1520px 0;
  }
}
.top_feature .main_title {
  width: 970px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_feature .main_title p {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  box-sizing: border-box;
  background: rgba(18, 48, 130, 0.6);
  box-shadow: 0 0 6px #ccc;
}
.top_feature .main_title img {
  width: 400px;
}
.benefits p:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .top_feature {
    height: auto;
    background-size: cover;
    width: 100%;
    margin-left: 0;
  }
  .top_feature .main_title {
    width: 100%;
    height: auto;
    padding: 20px 0 30px;
    flex-direction: column;
    justify-content: center;
  }
  .top_feature .main_title p {
    font-size: 7vw;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-shadow: none;
  }
  .top_feature .main_title img {
    width: 56%;
  }
  .benefits p:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
/* YouTube
---------------------------------------------------------------- */
.youtube_box {}
.youtube_box .iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.youtube_box .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 全国高校eスポーツ選手権ってなに？
---------------------------------------------------------------- */
.about {
  background: url(/5info/img/esports_chanpionship/bg_about.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.about h3 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 4px;
  margin: 60px 0 30px;
}
.about p {
  margin-bottom: 30px;
}
.about p:nth-of-type(2) {
  margin-bottom: 60px;
}
.about .youtube_box {
  width: 560px;
  margin: 90px auto 0;
}
.about .link_box {
  text-align: center;
}
.about .link_box p {
  font-size: 22px;
  width: 460px;
  height: 80px;
  border: 1px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  background: rgba(18, 48, 130, 0.8);
}
.about .link_box p:hover {
  box-shadow: 0 0 10px #fff;
}
.about .link_box p img {
  width: 26px;
  margin-right: 6px;
  margin-top: 2px;
}
#container .about .link_box a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .about img {
    width: 60%;
  }
  .about h3 {
    font-size: 5vw;
    letter-spacing: 0;
    margin: 30px 0 20px;
  }
  .about p {
    margin-bottom: 20px;
  }
  .about p:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .about .youtube_box {
    width: 100%;
    margin: 30px auto 0;
  }
  .about .link_box p {
    font-size: 5vw;
    width: 90%;
    height: 60px;
    margin: 30px auto 0;
  }
  .about .link_box p:hover {
    box-shadow: none;
  }
  .about .link_box p img {
    width: 5vw;
  }
}
/* 前回大会
---------------------------------------------------------------- */
.last_competition {
  background: url(/5info/img/esports_chanpionship/bg_last_competition.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.last_competition h2 {
  margin-bottom: 30px;
}
.last_competition p {
  margin-bottom: 90px;
}
.last_competition .youtube_box {
  width: 640px;
  margin: 0 auto 10px;
}
.sp-buttons .sp-button {
  border: none;
  background: #666;
}
.sp-buttons .sp-selected-button {
  background-color: #fff;
}
.last_competition p.count {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .last_competition p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .last_competition .youtube_box {
    width: 100%;
    margin: 30px auto 0;
  }
  .sp-buttons {
    display: none !important;
  }
  .last_competition p.count {
    text-align: right;
  }
}
/* ランキング
---------------------------------------------------------------- */
.ranking_pc {
  background: #000;
  color: #fff;
}
.ranking_parts {
  background: #f1f1f1;
}
.ranking_parts .ranking_box:nth-of-type(n+2) {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #909090;
}
#container .ranking_panel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 860px;
  margin: 0 auto;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
}
.ranking_panel a:hover {
  box-shadow: 0 0 10px #ccc inset;
}
.ranking_panel a:focus {
  outline: none;
}
.ranking_pc .ranking_panel a {
  color: #fff !important;
}
.ranking_parts .ranking_panel a {
  color: #333 !important;
}
.ranking_panel img {
  width: 400px;
  margin: 0 !important;
}
.ranking_panel .ranking_detail {
  width: 360px;
}
.ranking_panel .ranking_detail img {
  width: 260px;
}
.ranking_panel .ranking_detail h3 {
  font-size: 20px;
  font-weight: normal;
}
.ranking_panel .ranking_detail h4 {
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0 20px;
}
.ranking_panel .ranking_detail p {
  font-size: 18px;
  margin-bottom: 20px;
}
.ranking_panel .ranking_detail p.ranking_spec {
  margin-bottom: 0;
}
.prev, .next {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
}
.prev:hover, .next:hover {
  opacity: 0.6;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.square_slider {
  display: none;
}
.slick-initialized {
  display: block;
}
@media screen and (max-width: 479px) {
  .ranking_parts .ranking_box:nth-of-type(n+2) {
    padding-top: 30px;
    margin-top: 30px;
  }
  #container .ranking_panel a {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .ranking_panel a:hover {
    box-shadow: none;
  }
  .ranking_panel img {
    width: 80%;
  }
  .ranking_panel .ranking_detail {
    width: 80%;
    margin-top: 20px;
  }
  .ranking_panel .ranking_detail img {
    width: 30%;
    display: inline-block;
    vertical-align: baseline;
  }
  .ranking_panel .ranking_detail h3 {
    font-size: 4vw;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .ranking_panel .ranking_detail h4 {
    font-size: 5vw;
    margin: 4px 0 10px;
  }
  .ranking_panel .ranking_detail p {
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
}
/* バナー
---------------------------------------------------------------- */
.banner {
  background: #0a1d3a;
  text-align: center;
  color: #fff;
}
.banner a:hover img {
  box-shadow: 0 0 10px #fff;
  opacity: 0.9;
}
.banner_box:nth-of-type(n+2) {
  margin-top: 90px;
}
.banner .banner_box h3 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 60px;
  margin-top: -30px;
}
.banner .banner_box p {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .banner a:hover img {
    box-shadow: none;
    opacity: 1;
  }
  .banner_box:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .banner .banner_box h3 {
    font-size: 4.6vw;
    letter-spacing: 0;
    margin-bottom: 30px;
    margin-top: -20px;
  }
  .banner .banner_box p {
    margin-bottom: 10px;
  }
}
/* ページTOPへ
---------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 50%;
  transform: translate(720px);
}
#pagetop a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  #pagetop {
    right: 2%;
    transform: translate(0);
  }
}
