@charset "utf-8";

.youtube-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-frame iframe,
.youtube-frame lite-youtube {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 768px){
  .itemList>li{width: 100%;padding: 20px;}
}

.block01{
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px){
  .block01{
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

/* 202302 */
.movie__sec{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.movie__sec-L{
  width: 440px;
  max-inline-size: max-content;
  margin-inline: auto;
}
.movie__sec-L.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  padding-right: 50px;
  box-sizing: border-box;
}
.movie__sec-L.flex >.movie__sec-img{
  width: 50%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.movie__sec-img .movie-img{
  text-align: center;
  max-width: 200px;
  margin: auto;
}
.movie__sec-L.flex >.movie__sec-img .movie-img{
  max-width: 150px;
  margin-bottom: 10px;
}
.movie__sec-img .movie-link-sp{
  display: none;
}

.movie__sec-R{
  width: calc(100% - 440px);
}
.movie__sec-R .movie-link-pc{
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.movie__sec-img .movie-link{
  font-weight: 700;
  font-size: 1.6rem;
  padding-top:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie-link-sp::after,
.movie-link-pc::after,
.movie-link::after{
  content: url(../img/movie/icon_youtube.svg);
  margin-left: 5px;
  transform: scale(1.0);
  width: 30px;
  line-height: 1;
  padding-top: 3px;
}

.movie-list{
  width: 100%;
}
.movie-list >li{
  display: block;
  margin-bottom: 15px;
}
.movie-list >li a{
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: .8em 3em .8em 1em;
  font-size: 1.8rem;
}
.movie-list >li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
  transition: ease .8s;
  z-index: 3;
}
.movie-list >li:nth-child(odd){
  background-color: #d8e3f6;
}
.movie-list >li:nth-child(even){
  background-color: #bed2ef;
}
.chap{
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 1em;
  width: 8em;
}

@media screen and (max-width: 768px){
  .movie__sec{
    display: block;
    margin-bottom: 20px;
  }
  .movie__sec-L,
  .movie__sec-R{
    width:100%;
  }
  .movie__sec-L{
    margin-bottom: 20px;
  }
  .movie__sec-L.flex{
    display: block;
    padding-right: 0;
  }
  .movie__sec-R .movie-link-pc{
    display: none;
  }
  .movie__sec-img{
    display: flex;
    width: calc(100vw - 40px);
  }
  .movie__sec-L.flex >.movie__sec-img{
    width: calc(100vw - 40px);
    padding: 0 0 10px;
    text-align: left;
  }
  .movie__sec-img .movie-img,
  .movie__sec-L.flex >.movie__sec-img .movie-img{
    max-width: 100px;
    width: 18%;
    margin: 0;
  }
  .movie__sec-img .movie-link-sp,
  .movie-link{
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding-left:10px;
  }
  .movie-list >li a{
    display:block;
    padding: .5em 2em .5em 1em;
    font-size: 1.6rem;
  }
  .chap{
    font-size: 1.4rem;
    width: auto;
    display: block;
  }
}


/* 231212  */
.support-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
.support-list li{
  width: calc(90%/2);
  margin: 1%;
  border:1px solid #eee;
  transition: all .3s ease-out;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.support-list li a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.support-list li::after{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.support-list li:hover{
  color: #1275ff;
  box-shadow:0px 0px 6px 3px rgba(104,104,104,0.25);
}
.support-list h3{
}
.support-list h3 span{
  display: block;
}
.support-list h3 span:first-child{
  font-size: 150%;
  font-family: big-caslon-fb, serif;
  font-style: normal;
  font-weight: 400;
}
.support-list h3 span:last-child{
  font-size: 85.7%;
  font-weight: normal;
}
@media screen and (max-width:768px){
  .support-list{
    gap: 10px;
  }
  .support-list li{
    width: 100%;
  }
}