@charset "utf-8";
/*--****************************************
site : idolish7
@PC - movie.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/
@media (min-width: 769px) {
  #movie{
    
  }


  #main{
    position: relative;
  }


  #contents{
    padding: 140px 0 120px 0;
    position: relative;
    z-index: 1;
    min-height: 50vh;
  }


  #movie-contents-ttl{
    text-align: center;
    margin: 0 0 50px 0;
  }


  #movie-container-inner{
    width: 1050px;
    margin: 0 auto;
  }


  .movie-box{
    width: 320px;
    height: 300px;
    margin: 0 15px 20px 15px;
  }


  .movie-link{
    color: #000;
    display: block;
  }


  .movie-thumb-box{
    width: 320px;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
    position: relative;
  }


  .movie-start-btn{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }


  .movie-start-btn:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 20px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }


  .movie-start-btn:after{
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 32px;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }


  .movie-box:hover .movie-start-btn{
    background: #2bd0fe;
  }


  .movie-box:hover .movie-start-btn:before{
    border-left: 25px solid #fff;
  }

  .movie-box:hover .movie-start-btn:after{
    border: 1px solid #2bd0fe;
  }


  .movie-thumb{
    opacity: 0.7;
    width: 320px;
    height: 180px;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }


  .movie-box:hover .movie-thumb{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }


  .movie-data{
    font-family: Arial, Helvetica, "sans-serif";
    height: 18px;
    margin: 5px 0;
    -webkit-justify-content: space-between; 
    justify-content: space-between;
  }


  .movie-date{
    font-size: 11px;
    line-height: 18px;
  }


  .movie-category{
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 70px;
    padding: 4px 0 4px 2px;
  }


  .movie-ttl{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  #movie{
  
  }
  
  
  #main{
    position: relative;
  }
  
  
  #contents{
    padding: 80px 0 80px 0;
    position: relative;
    z-index: 1;
  }
  
  
  #movie-contents-ttl{
    text-align: center;
    margin: 0 0 8% 0;
  }
  
  #movie-contents-ttl img{
    width: 100%;
    height: auto;
  }
  
  #movie-container-inner{
    width: 100%;
    margin: 0 0 15% 0;
  }
  
  
  #movie-contents-ttl{
    padding: 0 0 5% 0;
  }
  
  
  .movie-box{
    width: 90%;
    margin: 0 auto 8% auto;
  }
  
  
  .movie-link{
    color: #000;
    display: block;
  }
  
  
  .movie-thumb-box{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
    position: relative;
  }
  
  #youtube{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  
  .movie-start-btn{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
  }
  
  
  .movie-start-btn:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 20px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #000;
  }
  
  
  .movie-start-btn:after{
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 32px;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
  }
  
  
  .movie-thumb{
    opacity: 0.7;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
    
  .movie-data{
    font-family: Arial, Helvetica, "sans-serif";
    height: 18px;
    margin: 5px 0;
    -webkit-justify-content: space-between; 
    justify-content: space-between;
  }
  
  
  .movie-date{
    font-size: 11px;
    line-height: 18px;
  }
  
  
  .movie-category{
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 70px;
    padding: 4px 0 4px 2px;
  }
  
  
  .movie-ttl{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
  }
}
