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

header{
  position: relative;
  background: url(../../img/youtube/mainvisual.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom:54.33333%;
}
h1{
  position: absolute;
  left:0;
  bottom: 4%;
  text-align: center;
  width: 100%;
}
h1 img{
  max-width: 38.73333%;
}
.main{
  background: url(../../img/youtube/movie_bg.jpg) top center no-repeat;
  background-size: cover;
}
.main .inner{
  max-width:1230px;
  padding:0 15px;
  margin:auto;
}

.main_txt{
  padding:80px 0;
  text-align:center;
}
.main_txt h2, .main_txt p,  .main_txt p span{
  font-family: 'Noto Serif JP', serif;
  color:#fff;
  line-height:2;
}
.main_txt h2{
  font-size: 35px;
  margin-bottom:20px;
}

.movie{
  padding:0 15px;
  color:#024073;
}
.movie .inner{
  max-width:1200px;
  padding: 50px 20px;
  background:rgba(255,255,255,0.7);
  margin-bottom:120px;
}
.movie h2{
  text-align:center;
  margin-bottom:50px;
}
.movie .movie_list{
  max-width:1060px;
  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 .message{
  font-size: 18px;
  padding-top: 10px;
  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: 32%;
    max-width: 32%;
    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) {
  header{
    background: url(../../img/youtube/mainvisual_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 75.09881%;
  }
  h1 img{
    max-width: 44.40052%;
  }
  .main_txt{
    padding: 15px 0 30px;
  }
  .main_txt .inner{
    max-width:500px;
  }
  .main_txt h2{
    font-size:24px;
    margin-bottom:10px;
  }
  .main_txt p{
    font-size:12px;
  }
  .main_txt p span{
    display:inline-block;
  }
  .main_txt p span.block_sp{
    display:block;
  }
  .movie .inner{
    max-width:500px;
    padding: 30px 20px 5px;
    margin-bottom:50px;
  }
  .movie .inner h2{
    margin-bottom:30px
  }
  .movie .inner h2.movie_h2 img{
    max-width: 50%;
  }
  .movie .movie_list{
  }
  .movie_single .name-box {
    margin: 5px 0 0;
  }
  .movie .movie_list .movie_single{
    max-width:338px;
    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 .message{
    font-size: 16px;
    padding-top: 8px;
  }
  .movie .inner h2.schedule_h2 img{
    max-width: 82.865%;
  }
  .movie .link_box{
    padding-bottom:30px;
  }
  .movie .link_box a{
    max-width:90%;
  }
}
