@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


@media (max-width: 839px) { .cheer_pc{display:none!important;}
}
@media (min-width: 840px) { .cheer_sp{display:none!important;}
}

header{
  position: relative;
  overflow: hidden;
}
h1:not(.site-title):before, h2:before{
  display: none;
}
h1{
  max-width: 30%;
  margin: 0 auto;
}
.bg-video-wrap{
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100vh;
  /* min-height: 560px; */
  background: #000;
}
video{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header_contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  max-width: 825px;
  width: 100%;
}
.header_contents h2{
  font-weight: normal;
}
.header_contents h2 span{
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.header_cap{
  padding: 3% 0 10%;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}


.movie_link_box{
  position: relative;
  color: #003f73;
  flex: 1 1 48%;
  max-width: 48%;
}
.movie_link{
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 775px;
  margin: 0 auto;
}
.movie_link a,.movie_link_box >span{
  position: relative;
  color: #003f73;
  width: 100%;
  padding: 10% 32%;
  padding: padding: 6% 10%;
  background: #ffe600;
  display: block;
}
.movie_link_box:hover{
  cursor: pointer;
}
.movie_link_box span{
  position: relative;
}
.movie_link_box span::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -28px;
  transform: rotate(45deg);
  border-right: 1px solid #003f73;
  border-bottom: 1px solid #003f73;
}
.movie_link_box span.cheer_pc::after{
  bottom: 12px;
}
.modal{
  position:fixed;
  z-index:10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 710px;
  height: 465px;
  z-index: 11;
}
.modal h2{
  margin-bottom:10px;
  font-size: 20px;
  font-weight: bold;
  color:#3e009b;
  text-align: center;
}
.modal a{
  display:inline-block;
  font-size:18px;
  background:#3e009b;
  color:#fff;
  line-height:1.2;
  font-weight: bold;
  padding: 18px 0 15px;
  border-radius:70px;
  text-align:center;
  position: relative;
}
.modal a span{
  font-size:13px;
  display:inline-block;
}
.modal a span:first-child{
  margin-top: 10px;
  font-weight: bold;
}
.modal a span:last-child{
  font-weight:normal;
}
.modal a::before, .modal a::after{
  content:"";
  position: absolute;
  display: block;
  top:50%;
  transform:translateY(-50%);
}
.modal a::before{
  background: #fff;
  width: 16px;
  height: 16px;
  right: 18px;
  border-radius: 50%;
}
.modal a::after{
  right:22px;
  border:4px solid transparent;
  border-right: 0;
  border-left: 6px solid #3e009b;
}
.modal button{
  position: absolute;
  top:5px;
  left: 5px;
  width: 26px;
  height: 26px;
  font-size: 0;
  cursor: pointer;
}
.modal button::before, .modal button::after{
  content:"";
  position: absolute;
  display: block;
  height: 20px;
  width: 2px;
  top: 3px;
  left: 12px;
  background:#003f73;
}
.modal button::before{
  transform: rotate(45deg);
}
.modal button::after{
  transform: rotate(-45deg);
}
.overlay{
  position:fixed;
  z-index:9;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0.65;
  background:#000;
}


@media screen and (max-width:839px){
  h1{
    max-width: 55%;
  }

  .header_contents{
    position: relative;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 40px 15px;
    width: 100%;
    font-size: 14px;
    left: auto;
    top: 0;
  }
  .header_contents h2 span{
    font-size: 20px;
    padding: 5px 0;
  }
  .header_cap{
    color: #003f73;
    padding: 40px 0;
  }
  .movie_link{
    display: block;
  }
  .movie_link_box{
    margin: 0 auto;
    max-width: 80%;
  }
  .movie_link a{
    padding: 20px 45px;
  }
  .movie_link_box span::after{
    bottom: -18px;
  }
  .movie_link_box span::after{
    bottom: -13px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (max-height:710px) and (min-width:840px){


  h1{
    max-width: 20%;
  }
  .header_cap{
    padding: 3% 0 5%;
  }
  .header_contents h2 span{
    font-size: 35px;
  }
  .movie_link a, .movie_link_box >span{
    padding: 7% 23%;
  }
  .movie_link_box span::after{
    bottom: -16px;
  }

}

@media screen and (max-height:585px) and (min-width:840px){

  h1 {
    max-width: 15%;
}
  .header_contents h2 span{
    font-size: 30px;
  }
  .header_cap{
    padding: 2% 0 3%;
  }


}

/* あいうえおチアリング */

.cheer_contents{
  background: url(../../img/digest/cheering_bg.png) top center no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 30px 0;
}
.cheer_txt {
  text-align: center;
  color: #003f73;
}
.cheer_txt p:last-of-type{
  padding: 10px 0 30px 0;
}
.cheer_txt .txt{
  max-width: 820px;
  margin: 0 auto;
  color: #003f73;
}
.cheer_txt .txt span{
  display: block;
}
.information{
  max-width: 780px;
  margin: 55px auto 0;
  display: flex;
}
.information table{
  position: relative;
}
.information table span{
  display: block;
}
.information table::before{
  position: absolute;
  content: "";
  width: 78px;
  height: 79px;
  background-size: contain;
  top: -35px;
  left: -25px;
}
.information table.info_l:first-of-type::before{
  background: url(../../img/digest/ico_present.png) top center no-repeat;
}
.information .info_r table:first-of-type::before{
  background: url(../../img/digest/ico_schedule.png) top center no-repeat;
}
.information .info_r table:last-of-type::before{
  background: url(../../img/digest/ico_announce.png) top center no-repeat;
}
.information th{
  background: #003f73;
  color: #fff;
  font-size: 23px;
  padding: 10px;
}
.information td{
  background: #fff;
  color: #000;
  font-size: 20px;
  padding: 15px 3px;
}
.information .info_l td{
  padding: 8px 10px 7px;
}
.td_inner{
  display: flex;
}


.info_l{
  flex: 1 1 390px;
  max-width: 390px;
  margin-right: 35px;
}
.info_l td .rt{
  display: flex;
  flex-flow: row-reverse;
}
.info_l td span{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  line-height: 1.1;
}
.info_l td span.rotate{
  transform: rotate(90deg);
}
.info_l td span:not(:first-of-type){
  margin-right: 6px;
}
.info_l td span.font-s12{
  font-size: 12px
}
.info_r{
  flex: 1 1 360px;
  max-width: 360px;
}
.info_r table:first-child{
  margin-bottom: 30px;
}
.info_r table:first-child td span{
  display: inline-block;
}
.info_r table:last-child td span{
  font-size: 18px;
  font-weight: bold;
}
.info_r table:last-child td span.font-s10{
  font-size: 10px;
  font-weight: normal;
}
.font-s23{
  font-size: 23px;
  font-weight: bold;
}
.font-s14{
  font-size: 13px;
}
.font-s10{
  font-size: 10px;
}
.cheer_sns{
  position: relative;
}
.cheer_sns >p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 416px;
  width: 20%;
  margin: 0 auto;
}
/* .cheer_sns_box p{
width: 16.666%;
}
.cheer_sns_box{
display: flex;
flex-flow: wrap;
}
.cheer_sns_box p img{
width: 100%;
} */
.cheer_movie_link{
  max-width: 440px;
  display: block;
  padding: 100px 0 150px 0;
  margin: 0 auto;
}
.cheer_movie_link .movie_link_box:first-child{
  text-align: center;
  margin: 0 auto;
  max-width: 440px;
}
.cheer_movie_link .movie_link_box:first-child a{
  padding: 11% 19%;
}

@media screen and (max-width:839px){

  .cheer_contents{
    background: url(../../img/digest/cheering_bg_sp.png) top center no-repeat;
    background-size: cover;
    padding: 30px 15px;
  }
  .cheer_txt p:first-child{
    width: 61px;
    margin: 0 auto;
  }
  .cheer_contents p:nth-of-type(2){
    width: 75%;
    margin: 0 auto;
    padding: 5px 0 10px 0;
  }
  .cheer_txt p:last-of-type{
    padding: 10px 0 0;
  }
  .information th{
    font-size: 14px;
  }
  .information,.info_l td,.info_l td .rt{
    display: block;
  }
  .information table.info_l span{
    display: inline;
  }
  .information table span{
    width: 100%;
    font-size: 15px;
  }
  .info_l{
    margin: 0 0 30px 0;
    flex: none;
    max-width: 100%;
  }
  .td_inner{
    display: block;
  }
  .info_r{
    display: flex;
    flex: none;
    max-width: 100%;
    justify-content: space-between;
  }
  .info_r table{
    max-width: 48%;
  }
  .info_r table:first-child{
    margin-bottom: 0;
  }
  .information .info_r td{
    font-size: 14px;
  }
  .information .info_r td span{
    font-size: 14px;
  }
  .info_r table:last-child td span{
    font-size: 14px;
  }
  .font-s14{
    font-weight: bold;
  }
  .information p.cheer_sp {
    color: #000;
    font-size: 13px;
    padding-top: 10px;
  }
  .information table::before{
    top: -17px;
  }
  .information table.info_l:first-of-type::before,.information .info_r table:first-of-type::before,.information .info_r table:last-of-type::before{
    background-size: 50%;
  }
  .information table::before{
    left: -34px;
  }
  .cheer_movie_link{
    padding: 40px 0;
    text-align: center;
  }
.cheer_movie_link .movie_link_box:first-child{
  padding: 0;
  max-width: 80%;
}
  #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item{
    width: 33.333%;
  }
  .cheer_movie_link .movie_link_box:first-child a{
    padding: 8% 5%;
  }
  .cheer_sns >p{
    width: 60%;
  }
}
@media screen and (max-width:368px){

  .information .info_r td{
    font-size: 10px;
  }
  .info_r table:last-child td span{
    font-size: 11.3px;
  }

}
/* 第91回都市対抗試合 */

.movie_sec_inner{
  background: url(../../img/digest/digest_bg.jpg) top center no-repeat;
  background-size: cover;
}
.movie_sec_top{
  position: relative;
  background: url(../../img/youtube/mainvisual.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom:54.33333%;
}
.movie_sec_top h2{
  position: absolute;
  left: 0;
  bottom: 4%;
  text-align: center;
  width: 100%;
}

.movie_sec_txt{
  padding:80px 0;
  text-align:center;
}
.movie_sec_txt h3, .movie_sec_txt p,  .movie_sec_txt p span{
  font-family: 'Noto Serif JP', serif;
  color:#fff;
  line-height:2;
}
.movie_sec_txt h3{
  font-size: 35px;
  margin-bottom:20px;
  text-shadow: 1px 2px 10px #000;
}
.movie_sec_txt p{
  text-shadow: 1px 2px 5px #000;
}

.movie{
  /* padding:0 15px; */
  color:#fff;
}
.movie h2{
  text-align:center;
  margin-bottom:50px;
}
.movie .movie_list{
  max-width:998px;
  margin:0 auto;
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.movie_single .img_box{
  text-align:center;
}
.movie_single .name-box{
  margin: 0 0 5px;
}
.movie_single .name-box:after{
  content: "";
  display: block;
  clear: both;
}
.movie_single .name-box .num span{
  margin-right: 2%;
  font-size: 80px;
  float: left;
  font-family: 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  transform: scale(0.9, 1) translate(-7%, 0);
  font-weight:bold;
}
.movie_single .name-box .name h3{
  float: left;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 12px;
}
.movie_single .name-box .name span{
  display: block;
  font-size: 20px;
  line-height: 1;
}
.movie_single .date{
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}
.movie_single .ttl{
  font-size: 18px;
  padding-top: 3px;
  font-weight: bold;
}
.schedule_list ul{
  margin:20px auto;
  max-width:870px;
  padding:0 15px;
}
.schedule_list ul li{
  padding:10px 0;
}
.schedule_list ul li:not(:first-child){
  border-top: 1px dashed #024073;
}
.movie .link_box{
  text-align:center;
  padding-bottom:90px;
}
.movie .link_box a{
  display:inline-block;
  position:relative;
}
.movie .link_box a:before{
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:#fff;
  z-index:0;
}
.movie .link_box a img{
  position:relative;
  z-index:1;
}

@media screen and (min-width:760px) {

  .movie .movie_list .movie_single{
    flex: 47%;
    max-width: 47%;
    margin-bottom:50px;
  }
  .movie .movie_list:after{
    content:"";
    flex: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width:999px) and (min-width:760px)  {
  .movie_single .name-box .num span{
    font-size: 64px;
  }
  .movie_single .name-box .name h3{
    font-size: 24px;
    margin-top: 10px;
  }
  .movie_single .name-box .name span{
    font-size: 16px;
  }
}
@media screen and (max-width:759px) {
  .movie_sec_top{
    background: url(../../img/youtube/mainvisual_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 75.09881%;
  }

  .movie_sec_inner{
    background: url(../../img/digest/digest_bg-sp.jpg) top center no-repeat;
    background-size: cover;
  }
  .movie_sec_txt{
    padding: 25px 0 40px;
  }
  .movie_sec_txt .inner{
    max-width:500px;
  }
  .movie h2{
    margin-bottom: 0;
  }
  .movie_sec_txt h3{
    font-size:24px;
    margin-bottom:0;
  }
  .movie_sec_txt p{
    font-size:12px;
    text-shadow: 1px 3px 6px #000;
    font-weight: bold;
  }
  .movie_sec_txt p span{
    display:inline-block;
  }
  .movie_sec_txt p span.block_sp{
    display:block;
  }
  .movie .movie_list{
  }
  .movie_single .name-box {
    margin: 5px 0 0;
  }
  .movie .movie_list .movie_single{
    max-width:340px;
    margin: 0 auto 30px;
  }
  .movie_single .name-box .num span{
    font-size:60px
  }
  .movie_single .name-box .name h3{
    margin-top: 8px;
    font-size: 23px;
  }
  .movie_single .name-box .name h3 span{
    font-size: 14px;
  }
  .movie_single .date{
    font-size: 14px;
    padding-top: 8px;
  }
  .movie_single .ttl{
    font-size: 16px;
    padding-top: 0;
  }
  .movie .inner h2.schedule_h2 img{
    max-width: 82.865%;
  }
  .movie .link_box{
    padding-bottom:30px;
  }
  .movie .link_box a{
    max-width:90%;
  }

}
