@charset "utf-8";

/* box-movies
==========================================*/
.modePC .box-movies {
	margin-top: 103px;
}
.modeSP .box-movies {
	margin-top: 142px;
}
.modePC .box-movies ul {
	flex-wrap: wrap;
}
.box-movies li {
	background-color: #fff;
}
.modePC .box-movies li {
	width: 1100px;
	height: 630px;
}
.modeSP .box-movies li {
	width: 630px;
	height: 520px;
}
.modePC .box-movies li + li {
	width: 530px;
	height: 428px;
	margin-top: 40px;
}
.modeSP .box-movies li + li {
	margin-top: 80px;
}
.box-movies li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.box-movies li .wrap-img {
	position: relative;
	overflow: hidden;
}

.box-movies li .wrap-img:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.modePC .box-movies li .wrap-img:before {
	background-color: rgba(0,0,0,.3);
	transition: background-color 4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modeSP .box-movies li .wrap-img:before {
	background-color: rgba(0,0,0,.4);
}
.modePC .box-movies li:hover .wrap-img:before {
	background-color: rgba(0,0,0,0)
}

.modePC .box-movies li a img:nth-of-type(1) {
	transition: transform 4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modePC .box-movies li a:hover img:nth-of-type(1) {
	transform:scale(1.1);
}
.modePC .box-movies li .wrap-img,
.modePC .box-movies li img {
	width: 100%;
	height: 516px;
}
.modeSP .box-movies li .wrap-img,
.modeSP .box-movies li img {
	width: 100%;
	height: 360px;
}
.modePC .box-movies li + li .wrap-img,
.modePC .box-movies li + li img {
	width: 100%;
	height: 290px;
}
.box-movies li p {
	font-weight: bold;
	color: #777;
}
.modePC .box-movies li p {
	height: 114px;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}
.modeSP .box-movies li p {
	height: 160px;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	padding: 0 68px;
}
.modePC .box-movies li + li p {
	height: 138px;
	padding: 0 90px;
}
.modePC .box-movies li .icon-play {
	width: 148px;
	height: 148px;
}
.modeSP .box-movies li .icon-play {
	width: 148px;
	height: 148px;
}
.modePC .box-movies li + li .icon-play {
	width: 100px;
	height: 100px;
}
/* modal-media
==========================================*/
.open-modal-media .modal-media {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.modePC .modal-media .controls {
	width: calc( 100vw - 100px );
}
.modePC .modal-media.fit-w .object-fit-contain {
	width: calc( 100vw - 100px );
	height: calc( ( 100vw - 100px ) * 0.562 );
}
.modePC .modal-media.fit-h .object-fit-contain {
	width: calc( ( 100vh - 200px ) * 1.777 );
	height: calc( 100vh - 200px );
}
.open-modal-media .modal-media.fit-h {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}
.modePC #media-player {
	width: 100%;
	height: 100%;
	/*
    width: auto;
	min-width: calc( 100vw - 100px );
    min-height: calc( ( 100vw - 100px ) * 0.5625 );
    height: auto;
	*/
}
.modePC #media-player iframe {
	width: 100%;
	height: 100%;
}
.modeSP #media-player {
	width: 750px;
	height: 420px;
}
