@charset "UTF-8";
/* //////////////////////////////////////////////////

　甲子園へページのスタイル

////////////////////////////////////////////////// */


.color-red {
  color: #ff5722;
}

#contents.koukouyakyu {
  margin-bottom: 0;
}
section.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section.section {
    padding: 40px 0;
  }
  small{
    font-size: 0.6em;
  }
}
section.section .container {
  max-width: 740px;
}

/*fv*/
#section__fv {
  padding: 90px 0 80px;
  background-image: url(../img/comch/koukouyakyu/fv__bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  #section__fv {
    padding: 50px 10px;
    /*
    background-position-x: 20%;
    */
  }
}
#fv__catch {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #fv__catch {
    width: 300px;
  }
}
#fv__catch img {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
#fv__catch .title {
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.05em;
  font-size: 21px;
  margin: 20px 0 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#fv__catch h2 {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 0.032em;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  line-height: 1;
  margin: 10px 0 20px;
  text-align: center;
}
#fv__catch h2 small span {
  color: #ffe307;
}
@media screen and (max-width: 767px) {
  #fv__catch .title {
    font-size: 13px;
  }
  #fv__catch h2 {
    font-size: 50px;
    line-height: 0.75em;
  }
}
#fv__catch h2 span.small {
  font-size: 80%;
}
#fv__catch .fv__channel {
  float: left;
  width: 80px;
  height: 80px;
  padding-top: 2px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  border: 2px solid #0a0a0a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fv__catch .fv__channel {
    width: 60px;
    height: 60px;
  }
}
#fv__catch .fv__channel p {
  line-height: 21px;
  font-weight: bold;
  /*letter-spacing: 0.1em;*/
}
@media screen and (max-width: 767px) {
  #fv__catch .fv__channel p {
    line-height: 16px;
  }
}
#fv__catch .fv__channel span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #fv__catch .fv__channel span {
    font-size: 18px;
  }
}
#fv__catch .fv__schedule {
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  margin: 3px 0 0 15px;
  font-size: 27px;
  font-weight: bold;
  float: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #fv__catch .fv__schedule {
    font-size: 14px;
    margin-left: 10px;
  }
}
#fv__catch .fv__schedule p {
  line-height:34px;
}
@media screen and (max-width: 767px) {
  #fv__catch .fv__schedule p {
    line-height: 26px;
  }
}
#fv__catch .fv__schedule span.space {
  margin-left: 19px;
}
@media screen and (max-width: 767px) {
  #fv__catch .fv__schedule span.space {
    margin-left: 10px;
  }
}
#fv__catch .fv__schedule span.small {
  font-size: 60%;
}
.scheduleAnker {
  position: fixed;
  z-index: 200;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.scheduleAnker a {
  background: #ffe307 url(../img/comch/koukouyakyu/mrk_button.png) no-repeat center bottom 20px;
  border-radius: 10px 0 0 10px;
  padding: 1.2em;
  padding-bottom: 3.5em;
  width: 65px;
  color: #F44338;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scheduleAnker {
  position: fixed;
  z-index: 200;
  top: auto;
  bottom: min(200px, calc(20.5vw + 80px));
  right: 0;
  transform: none;
  }
  .scheduleAnker a {
  padding: 1em 1em 3.5em;
  width: 50px;
  font-size: 1em;
  }
}

.fv-slider{
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.fv-slider__item{
  display: block;
  box-sizing: content-box;
  margin-left: 10px;
  margin-right: 10px;
}
.fv-slider__item > a,
.fv-slider__item > span{
  display: block;
}

/*放送 broadcast*/
#section__broadcast {
  background-color: #f2fff4;
}
#section__broadcast h3 {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section__broadcast h3 {
    font-size: 70%;
    margin-bottom: 30px;
  }
} 
#section__broadcast h3 span.top {
  font-size: 1.82em;
  letter-spacing: 0.01em;
}
#section__broadcast h3 span.bottom {
  font-size: 2.3em;
  letter-spacing: 0.12em;
}
#section__broadcast h3 span.big {
  font-size: 3em;
  font-weight: 900;
  background-image: url(../img/comch/koukouyakyu/broadcast__underline--green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 15px;
  margin: 0 -30px 0 0;
}
@media screen and (max-width: 767px) {
  #section__broadcast h3 span.big {
    padding: 0 10px 5px 5px;
    margin: 0 -7px 0 0;
    font-size: 2.5em;
  }
}
.broadcast__channel {
  /*
  float: left;
  width: calc((100% - 30px) / 2);
  margin-bottom: 50px;
  */
  float: none;
  width: 50%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .broadcast__channel {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px !important;
  }
}
.broadcast__channel.red {
  border: 3px solid #d12c25;
}
.broadcast__channel.blue {
  border: 3px solid #004ea2;
  margin-right: 30px;
}
.broadcast__channel .img {
  height: 200px;
  margin:-1px;
  background-repeat: no-repeat;
}
.broadcast__channel.red .img {
  background-image: url(../img/comch/koukouyakyu/broadcast__left.jpg);
  background-position: right top;
  background-size: 140%;
}
.broadcast__channel.blue .img {
  background-image: url(../img/comch/koukouyakyu/broadcast__right.jpg);
  background-size: 120%;
  background-position: center;
}
.broadcast__channel .text {
  color: #fff;
  padding: 20px 0;
  margin: -1px;
  font-size: 14px;
  /*
  height: 100px;
  */
}
@media screen and (max-width: 767px) {
  .broadcast__channel .text {
    font-size: 12px;
  }
}
.broadcast__channel.red .text {
  background-color: #d12c25;
}
.broadcast__channel.blue .text {
  background-color: #004ea2;
}
.broadcast__channel .text>* {
/*
  float: left;
  width: 50%;
*/
  padding: 0 15px ;
}

.broadcast__channel .text span {
  font-weight: bolder;
  font-size: 1.2em;
}
.broadcast__channel .text .left {
  text-align: right;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .broadcast__channel .text .left {
    line-height: 20px;
  }
}
.broadcast__channel .text .right {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  line-height: 43px;
}
@media screen and (max-width: 767px) {
  .broadcast__channel .text .right {
    font-size: 26px;
    line-height: 40px;
  }
}
#section__broadcast h4 {
  text-align: center;
  font-size: 1.875em;
  color: #78c265;
  font-weight: bold;
  margin-bottom: 20px;
}
#section__broadcast h4 span {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #section__broadcast h4 {
    font-size: 16px;
    margin-top: 50px;
  }
  #section__broadcast h4 span {
    margin: 0 10px;
  }
}
/*nctネクスト*/
.app{
  margin: 20px 0 20px;
}
.android{
  width: 49%;
}
.ios{
  width: 40%;
  margin-left: 27px;
}
.broadcast__app img {
  width: 280px;
  display: block;
  margin: -13px auto -35px;
}

.broadcast__app--box {
  border: 2px solid #78c265;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .app{
  margin: 0px 0 20px;
}
  .broadcast__app--box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.broadcast__app {
  float: left;
}
.broadcast__app.left {
  width: 40%;
}
.broadcast__app.right {
  width: 60%;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .broadcast__app.left {
    width: 100%;
  }
  .broadcast__app.right {
    width: 100%;
    padding: 20px 10px;
    font-size: 14px;
  }
}
/*.broadcast__app img {
  width: 250px;
  display: block;
  margin: -15px auto 0;
}*/
@media screen and (max-width: 767px) {
  .broadcast__app img {
    width: 250px;
    display: block;
    margin: 20px auto 0;
  }
}
.broadcast__app .bold {
  font-weight: 600;
}
.broadcast__app .small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .broadcast__app .small:last-of-type {
    font-size: 12px;
  }
}
.broadcast__app .btn {
  width: 100%;
  max-width: 250px;
  padding: 15px 0;
  text-align: center;
  margin: 15px 0 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #78c265;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .broadcast__app .btn {
    max-width: none;
  }
}
.broadcast__app .btn i {
  float: right;
  margin-right: 15px;
}

/*中継スケジュール schedule*/
#section__schedule .container--schedule{
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
}
.schedule-list-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 15px;
  gap: 30px 0
}
@media screen and (max-width: 767px) {
  .schedule-list-wrap {
    flex-direction: column;
  }
}
.schedule-list-block{
  width: 49%;
}
.schedule-list-midashi{
  width: 7em;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
}
.schedule-list-midashi > span{
  font-size: 75%;
  vertical-align: baseline;
  margin-left: 0.25em;
}
.schedule-list-midashi--11ch{
  background-color: #00a0e9;
}
.schedule-list-midashi--12ch{
  background-color: #009944;
}
.schedule-list-midashi--122ch{
  background-color: #eb6000;
}

.schedule__list {
}
@media screen and (max-width: 767px) {
  .schedule-list-block{
    width: auto;
  }
  .schedule-list-block + .schedule-list-block{
    margin-top: 30px;
  }
  .schedule__list {
  }
}
.schedule__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px dashed #000;
  padding: 4px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .schedule__list li{
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .schedule__list li{
    font-size: 12px;
  }
}
.schedule__list li:last-of-type {
  border-bottom: 1px dashed #000;
}
.schedule__list li.highlight {
  background-color: #f2fff4;
}
.schedule__list li.highlight .channel {
  background-color: #e60012;
  color: #fff;
  border: none;
}
.schedule__list li.pink .channel {
  background-color: #ec296b;
}
.schedule__list li.schedule-list-header{
  font-weight: 500;
  border: none;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
.schedule__list li.schedule-list-header span{
  font-size: 18px;
}
.schedule__list li.schedule-list-header .channel{
  height: auto;
}

@media screen and (max-width: 800px) {
  .schedule__list li.schedule-list-header span{
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .schedule__list li.schedule-list-header span{
    font-size: 14px;
  }
}
.schedule__list li .channel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  height: 3.6em;
  flex-shrink: 0;
  flex-basis: 3.6em;
  margin-right: 10px;
  font-size: 85%;
  font-weight: 700;
  color: #004ea2;
  background-color: #ffffff;
  border: 1px solid #004ea2;
}
.schedule__list li .channel.noitem{
  border: none;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 600px) {
}

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

}

.schedule__list li .date-time{
  flex-shrink: 0;
  flex-basis: 6em;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
}
.schedule__list li .date {
}
.schedule__list li .time {
}
.schedule__list li .game {
  margin-right: 10px;
  flex: 1 1 auto;
}
.schedule__list li .game .small {
  font-size: 80%;
  margin: 0 0.25em;
}
.schedule__list li .info {
  flex-shrink: 0;
  flex-basis: 8em;
}
#section__schedule .note {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  #section__schedule .note {
    font-size: 12px;
    margin: 0 auto;
  }
}

/*基本情報 information*/
#section__info {
  background-image: url(../img/comch/koukouyakyu/info__bg.jpg);
  background-size: cover;
  background-position: center;
}
#section__info h4 {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 15px;
} 
#section__info h4 span {
  font-weight: 600;
  font-size: 70%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #section__info h4 span {
    margin-left: 10px;
  }
}
#info__target-school {
  margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
  #info__target-school {
    margin: 30px auto;
    width: 100%;
    max-width: 300px;
  }
}
#target-school__case {
  border: 2px solid #78c265;
  background-color: #fff;
}
#info__target-school ul {
  /*
  margin: 0 28px;
  width: calc((100% - 230px) / 4);
  float: left;
  */
  padding: 15px;
}
@media screen and (max-width: 767px) {
  /*
  #info__target-school ul {
    width: calc((100% - 45px) / 2);
    margin: 0 15px;
  }
  */
  #info__target-school ul:nth-child(even) {
    margin-left: 0;
  }
}
#info__target-school li {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #78c265;
}
#info__target-school li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #info__target-school li {
    margin-right: 20px;
    width: 100%;
  }
  #info__target-school li:nth-child(even) {
    margin-right: 0;
  }
  #info__target-school li:nth-child(7) {
    border-bottom: 1px solid #78c265;
  }
  #info__target-school ul:nth-last-child(-n+2) li:nth-last-child(1) {
    border-bottom: none;
  }
  #info__target-school li.empty {
    display: none;
  }
}
.school-num {
  background-color: #78c265;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-top: -1px;
}
#info__venue,
#info__period {
  margin-right: 50px;
  width: calc((100% - 50px) / 2);
  float: left;
}
@media screen and (max-width: 767px) {
  #info__venue,
  #info__period {
    margin: 0 auto !important;
    width: 100%;
    max-width: 300px;
    float: none;
  }
  #info__venue br {
    display: none;
  }
  #info__period {
    margin-top: 30px !important;
  }
}
#info__venue .case,
#info__period .case {
  border: 2px solid #78c265;
  padding: 20px 15px 20px 20px;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #info__venue .case,
  #info__period .case {
    height: auto;
  }
}
#info__period {
  margin-right: 0;
}
.union {
  font-size: 10px;
}
.unionteam {
  font-size: 0.9em;
  line-height: 1.5em;
}
.bluenote {
  text-align: right;
  padding-right: 20px;
  width: 100% !important;
}

/*コミュニティチャンネル*/
.comch .present_detail .content p {
  font-size: 18px;
  margin-top: 0;
}
.comch .present_detail .content p.small {
  font-size: 14px;
}
.btn-blue {
  border: 1px solid #64b1d5;
  background-color: #64b1d5;
  color: #fff;
  border-radius: 100px;
  padding: 15px 10px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  display: block;
  transition-duration: .2s;
}
.matchinfo {
  text-align:center;
  color:red;
  /*font-size:1.3em;*/
  font-size:1.6em;
  margin-bottom:20px;
  line-height: 1.5em;
}
.update {
  text-align: center;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .btn-blue {
    margin: 20px auto 0;
  }
  .matchinfo {
  text-align:left;
  }
}
.btn-blue:hover {
  opacity: .8;
  text-decoration: none;
}
.btn-blue i {
  float: right;
  vertical-align: middle;
  color: #fff;
  position: relative;
  right: 10px;
}

.participatingSchool {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.participatingSchool li {
  width: 30%;
  margin-bottom: 15px;
}
.participatingSchool li .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.participatingSchool li .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.participatingSchool li p {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .participatingSchool li {
  width: 45%;
  }
}

.youtube-wrapper{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;;
}
.youtube-wrapper > iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}


/* 出場校ご紹介 */
#section__introduction {
  background-color: #f2fff4;
  padding-top: 80px;
  padding-bottom: 80px;
}
#section__introduction h3 {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section__introduction {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section__introduction h3 {
    font-size: 70%;
    margin-bottom: 30px;
  }
} 
#section__introduction h3 span.top {
  font-size: 1.82em;
  letter-spacing: 0.01em;
}
#section__introduction h3 span.bottom {
  font-size: 2.3em;
  letter-spacing: 0.12em;
}
#section__introduction h3 span.big {
  font-size: 3em;
  font-weight: 900;
  background-image: url(../img/comch/koukouyakyu/broadcast__underline--green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 15px;
  margin: 0 -30px 0 0;
}
@media screen and (max-width: 767px) {
  #section__introduction h3 span.big {
    padding: 0 10px 5px 5px;
    margin: 0 -7px 0 0;
    font-size: 2.5em;
  }
}
.intro{
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.youtube{
  margin: 30px auto 60px auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .youtube{
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.youtube__link{
  display: block;
  line-height: 0;
  transition: opacity .3s ease 0s;
}
.youtube__link:hover{
  opacity: 0.7;
  text-decoration: none;
}
.youtube-btn{
  display: block;
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  transition: opacity .3s ease 0s;
  background-color: #E73223;
  background-image: url("../img/comch/hanabi/mrk_left.png");
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.youtube-btn:hover{
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .youtube-btn{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
  }
}

.youtube--yet{
  position: relative;
}
.youtube--yet > a{
  pointer-events: none;
}
.youtube--yet::before{
  content: "準備中";
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 80px;
  font-weight: bold;
  color: white;
  line-height: 1;
  background-color: rgba(0, 0, 0, .8);
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .youtube--yet::before{
    font-size: 10.4vw;
  }
}


.section-notice {
  background: url("../img/comch/koukouyakyu/koukouyakyu_notice_bg.jpg") center;
  background-size: cover;
  background-position: center bottom;
  padding: 90px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.section-notice h3 {
  font-size: 2.5em;
}
.section-notice .txt {
  margin: 1.2em 0 1.5em;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .section-notice {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-notice h3 {
    font-size: 2.125em;
  }
  .section-notice .txt {
    font-size: 1.25em;
  }
}

.btn.blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 60px;
  margin: auto;
  background: #014ca0 url("../img/comch/koukouyakyu/mrk_btn.png") no-repeat right 15px center;
  border-radius: 50px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn.blue {
    width: 360px;
    height: 50px;
  }
}