@charset "utf-8";


.movie-head-wrap .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.movie-head{
  text-align: center;
}
.movie-head .subtitle{
  color: #FFF;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}
.movie-head .subtitle > span{
  background-color: #73AAD1;
  margin-top: 5px;
}
.movie-head > h1{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1.2;
}
.movie-head .desc {
  letter-spacing: 0.08em;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 781px) {
  .movie-head-wrap .image{
    background-image: url("../img/img_main.jpg");
    height: 300px;
  }
  .movie-head{
    padding: 110px 0 105px;
  }
  .movie-head .subtitle {
    font-size: 4.0rem;
    margin-top: -35px;
    margin-bottom: 20px;
  }
  .movie-head .subtitle > span{
    padding: 0 10px;
  }
  .movie-head > h1{
    font-size: 5.0rem;
    margin-bottom: 45px;
  }
  .movie-head .desc {
    font-size: 2.4rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 780px) {
.movie-head-wrap .image{
    background-image: url("../img/img_main_sp.jpg");
    padding-bottom: 38.4615%;
  }
  .movie-head{
    padding: 90px 0 70px;
  }
  .movie-head .subtitle{
    font-size: 3.0rem;
    margin-top: -35px;
    margin-bottom: 20px;
  }
  .movie-head .subtitle > span{
    padding: 0 40px;
  }
  .movie-head > h1{
    font-size: 3.0rem;
    margin-bottom: 45px;
  }
  .movie-head .desc {
    font-size: 1.7rem;
    letter-spacing: 0;
    text-align: left;
  }
  .movie-head .desc br{
    display: none;
  }
}

.movie-wrap{
  background-color: #EDF7FF;
}
.movie-wrap-inner{
  margin-left: auto;
  margin-right: auto;
}
.movie-sec .sec-head{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1;
}
.movie-sec .sec-head > span{
  font-family: 'Zen Old Mincho', serif;
}
.movie-item-wrap{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie-item-wrap iframe{
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 781px) {
  .movie-wrap{
    padding: 110px 20px 210px;
  }
  .movie-wrap-inner{
    max-width: 1088px;
  }
  .movie-sec + .movie-sec{
    margin-top: 120px;
  }
  .movie-sec .sec-head{
    font-size: 4.0rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .movie-wrap{
    padding: 70px 5% 100px;
  }
  .movie-sec + .movie-sec{
    margin-top: 50px;
  }
  .movie-sec .sec-head{
    font-size: 2.2rem;
    margin-bottom: 15px;
   }
}
.channel-wrap{
  padding: 0 0 80px;
}
.channel-wrap .btn-channel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 90%;
  max-width: 510px;
  height: 130px;
  padding: 0 0 0 1%;
  margin: -65px auto 0;
  background: #fff;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
  transition: .2s;
}
.channel-wrap .btn-channel .btn-channel-text{
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}
.channel-wrap .btn-channel::after{
  content: "";
  display: block;
  height: 70px;
  aspect-ratio: 1 / 1;
  background: url(../img/ic_play.svg) center no-repeat;
  background-size: contain;
  transition: .2s;
}
.channel-wrap .sec-head{
  text-align: center;
  color: #0065AC;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 50px;
}
@media print, screen and (min-width: 781px) {
  .channel-wrap .sec-head br{
    display: none;
  }
  .channel-wrap .sec-text{
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }
  .channel-wrap .sec-head{
    font-size: 2.2rem;
  }
  .channel-wrap .btn-channel:hover{
    background-color: #0065AC;
    color: #FFF;
  }
  .channel-wrap .btn-channel:hover::after{
    background: url(../img/ic_play_w.svg) center no-repeat;
    background-size: contain;
  }
  .channel-wrap .btn-channel .btn-channel-text > span{
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 780px) {
  .channel-wrap .btn-channel{
    max-width: 400px;
    height: 80px;
    margin-top: -40px;
  }
  .channel-wrap .btn-channel::after {
    width: 40px;
  }
  .channel-wrap .btn-channel .btn-channel-text{
    font-size: 1.8rem;
  }
  .channel-wrap .btn-channel .btn-channel-text > span{
    font-size: 1.4rem;
  }
  .channel-wrap .sec-head{
    font-size: 2rem;
  }
  .channel-wrap .sec-head br{
    display: block;
  }
  .channel-wrap .sec-text{
    text-align: left;
    letter-spacing: 0;
    width: 90%;
    margin: 20px auto 0;
  }
  .channel-wrap .sec-text br{
    display: none;
  }
}
