@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/
.movie_center{
  margin: 2.0em auto 0;
}
.movie_center iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
#movie-menu{
	display: flex;
	justify-content: center;
}
#movie-menu li + li{
	margin-left: 5px;
}
#movie-menu img {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0;
  cursor: pointer;
}

.ai-wrap{
	background-color: #ebebeb;
    color: #202020;	
}