/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@media not all, screen and (min-width: 821px) {
  .copy {
    min-height:49vw;
  }
}

@media not all, screen and (max-width: 768px) {
  .forward-box{
    height:480px;
  }
  
  .copy {
    height: 202vw;
  }
}

.index_movie_btn{
  width:250px;
  margin: 0 auto;
}
.index_movie_btn a{
  color:#fff;
  text-decoration:none;
}
video.index_movie{
  display:block;
  width:100%;
  max-width:700px;
  margin:0 auto;
}

.spNav ul li span .link_txt
    font-size: var(--fs-18);
    font-weight: 600;
    line-height: 1.125;
}

.other .flex-box.--between{
  flex-wrap:wrap;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/