@charset "UTF-8";

.container{
  width: calc(100% - 60px);
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1230px){
  .container{
    padding-right: 0;
    padding-left: 0;
  }
}



/* Visual */
.visual-title,
.visual-person-02{
  position: absolute;
}

.visual{
  overflow: hidden;
  position: relative;
  background: url("../images/bg-visual-pc.jpg") center center no-repeat;
  background-size: cover;
  height: 57.3333vw;
  max-height: 600px;
}
.visual-title{
  top:50%;
  left: 50%;
  transform: translateY(-50%) ;
  left: 12.3333vw;
}
.visual-title img{
  width: 37vw;
}
.visual-person-02{
  top:5vw;
  right: 5vw;
  width: 33vw;
}
@media (min-width: 1200px){
  .visual-title{
    top:50%;
    left: 50%;
    margin-left: -500px;
    transform: translateY(-50%) ;
  }
  .visual-title img{
    width: 460px;
    height: auto;
  }
  .visual-person-02{
    bottom: 0;
    left: 50%;
    height: auto;
  }
  .visual-person-02{
    width: 430px;
    top: 31px;
    margin-left: 66px;
  }
}



/* Movie */
.movie{
  background-color: #fbffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.movie-item{
  position: relative;
  width: 100%;
  height: 0;
}
.movie-item iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-item a{
  display: block;
  color: #666;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.movie-item a:hover{
  text-decoration: none;
}
.movie-item .image{
  position: relative;
}
.movie-item .image::before,
.movie-item .image::after{
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
.movie-item .image::before{
  top: 0;
  left: 0;
  background: rgba(73,95,124,.5);
  width: 100%;
  height: 100%;
}
.movie-item .image::after{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/icon-play.svg");
  background-size: 100% auto;
}
.movie-item .title{
  margin-top: .5em;
  background: url("../images/bg-movie-title.svg") center bottom no-repeat;
  text-align: center;
}
.movie-item img{
  transition: opacity .2s;
  width: 100%;
  height: auto;
}
.movie div.container > h3{
  margin-bottom: 35px;
}

@media (max-width: 767px){
  .movie{
    /* background-image: url("../images/bg-main-sp.jpg"); */
    padding-top: 30px;
    /* padding-bottom: 30px; */
  }
  .movie-item{
    margin-bottom: 70px;
    padding-top: 56%;
  }
  .movie-item .image{
    margin-bottom: 10px;
  }
  .movie-item .image::after{
    width: 70px;
    height: 70px;
  }
  .movie-item .title{
    /* background-size: 97.5px auto; */
    padding-bottom: 10px;
    font-size: 15px;
  }
  section.movie div.container > h3{
    margin-bottom: 25px;
  }  
}
@media (min-width: 768px){
  .movie{
    /* background-image: url("../images/bg-main-pc.jpg"); */
    padding-top: 100px;
    /* padding-bottom: 50px; */
  }

  .movie-lineup{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .movie-item{
    margin-bottom: 80px;
    flex: 0 0 48.3%;
    width: 48.3%;
    font-size: 20px;
    margin-left: 3%;
    padding-top: 27.19%;
  }
  .movie-item:nth-child(odd){
    margin-left: 0;
  }
  .movie-item .image{
    margin-bottom: 20px;
  }
  .movie-item .image::after{
    width: 82px;
    height: 82px;
  }
  .movie-item .title{
    /* background-size: 130px auto; */
    padding-bottom: 12px;
  }
}

/* Banners */
.banners{
  background-color: #495f7c;
}
.banner-item img{
  transition: opacity .2s;
}
@media (max-width: 767px){
  .banners{
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-item{
    margin-bottom: 10px;
  }
  .banner-item:last-child{
    margin-bottom: 0;
  }
}
@media (min-width: 768px){
  .banners{
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .banner-lineup{
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    column-gap: 60px;
  }
  .banner-item{
    flex: 0 0 30%;
    width: 30%;
  }
}



/* ASO */
[data-aos="fade-in"].aos-animate{
  transition-timing-function: ease;
}
[data-aos="fade-up"]{
  transform: translate3d(0,20px,0);
}
[data-aos^=fade][data-aos^=fade].aos-animate{
  transform: translateZ(0);
}
