@charset "utf-8";
/*-----------------------------------------------
 * MOVIE
-------------------------------------------------*/
.movieWrap {
}
@media screen and (max-width:768px){
	.movieWrap{
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0 calc(20 / var(--vw-min) * 100vw);
	}
}
.movieDetailWrap .movieWrap {
	display: block;
}
.movieIn {
	position: relative;
	z-index: 1;
	display: flex;
}
@media screen and (max-width:768px){
	.movieIn {
		display: block;
	}
}
.movie .cont-tit {
	width: 28.2%;/* 282 */
	width: 34.041%;/*465*/
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}
@media screen and (max-width:768px){
	.movie .cont-tit {
		width: 100%;
		align-items: flex-start;
	}
}
.movie .cont-tit-en {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	margin-right: min(calc(110 / var(--vw-min) * 100vw),110px);
}
@media screen and (max-width:768px){
	.movie .cont-tit-en {
		writing-mode: unset;
		-ms-writing-mode: unset;
		margin-right: 0;
		margin-bottom: calc(28 / var(--vw-min) * 100vw);
	}
}
.movie .cont-tit-catch {
	margin-right: min(calc(38 / var(--vw-min) * 100vw),38px);
}
@media screen and (max-width:768px){
	.movie .cont-tit-catch {
		margin-right: 0;
		position: absolute;
		top: calc(46 / var(--vw-min) * 100vw);
		left: calc(10 / var(--vw-min) * 100vw);    
	}
}
.movieCont {
	width: calc(100% - 34.041%);
	margin-top: min(calc(21 / var(--vw-min) * 100vw),21px);
}
.movieContIn{
	width: min(calc(720 / var(--vw-min) * 100vw), 720px);
}
@media screen and (max-width:768px){
	.movieCont {
		width: 100%;
		margin-top: 0;
		border-width: calc(1 / var(--vw-min) * 100vw);
	}
	.movieContIn{
		width: 100%;
	}
}



/**
* movieCategory
**/
.movieCategoryLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(calc(20 / var(--vw-min) * 100vw), 20px);
	padding-bottom: min(calc(48 / var(--vw-min) * 100vw), 48px);
}
.movieCategory__link{
	display: inline-block;
	padding: min(calc(16 / var(--vw-min) * 100vw), 16px) min(calc(48 / var(--vw-min) * 100vw), 48px);
	position: relative;
	text-decoration: none;
	border-radius: 80px;
	font-family: var(--subJa-font);
	font-size: min(calc(14 / var(--vw-min) * 100vw), 14px);
	font-weight: 500;
	color: #FFF;
	position: relative;
	line-height: 1;
}
.movieCategory__link:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #FFF;
	border-radius: 80px;              
}
.movieCategory__link:after{
	content: '';
	width: min(calc(16 / var(--vw-min) * 100vw), 16px);
	height: min(calc(16 / var(--vw-min) * 100vw), 16px);
	position: absolute;
	top: 0;
	right: min(calc(20 / var(--vw-min) * 100vw), 20px);
	bottom: 0;
	margin: auto;
	background: url(../img/movie/icon_movie-arrow_b.svg) no-repeat center / contain;
}

.movieCategory__link.--is-current{
	background-color: #5B6FB1;
}
.movieCategory__link.--is-current:before{
	border-color: #5B6FB1;
}

.movieCategory__link:not(.--is-current) > span,
.movieCategory__link:not(.--is-current):before,
.movieCategory__link:not(.--is-current):after{
	opacity: 40%;
}
@media screen and (hover:hover) and (pointer: fine){
	.movieCategory__link:not(.--is-current) > span,
	.movieCategory__link:not(.--is-current):before,
	.movieCategory__link:not(.--is-current):after{
		transition: opacity .3s ease;
	}
	.movieCategory__link:not(.--is-current):hover > span,
	.movieCategory__link:not(.--is-current):hover:before,
	.movieCategory__link:not(.--is-current):hover:after{
		opacity: 100%;
	}
}

@media screen and (max-width:768px){
	.movieCategoryLists{
		gap: calc(15 / var(--vw-min) * 100vw);
		padding-bottom: calc(50 / var(--vw-min) * 100vw);
	}
	.movieCategoryList{
		line-height: 1;
	}
	.movieCategory__link{
		font-size: calc(12 / var(--vw-min) * 100vw);
		padding: calc(14 / var(--vw-min) * 100vw) calc(24 / var(--vw-min) * 100vw);
	}
	.movieCategory__link:after{
		width: calc(10 / var(--vw-min) * 100vw);
		height: calc(10 / var(--vw-min) * 100vw);
		right: calc(8 / var(--vw-min) * 100vw);
	}
}





/**
* movieLists
**/
.movieLists{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: min(calc(18 / var(--vw-min) * 100vw), 18px);
	row-gap: calc(36 / var(--vw-min) * 100vw);
}
.movieList{
	width: 100%;
}
.btn_moviePlay{
	width: 100%;
	padding-top: 56.25%;
	display: block;
	position: relative;
	overflow: hidden;
}
.btn_moviePlay--img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn_moviePlay--img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0,0,0,50%);
}
.btn_moviePlay--img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/movie/movie_ovlay.svg) no-repeat center / cover;
	mix-blend-mode: hard-light;
	z-index: 1;
	opacity: 40%;
}
.btn_moviePlay--img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn_moviePlay--icon{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: min(calc(70 / var(--vw-min) * 100vw), 70px);
	height: min(calc(70 / var(--vw-min) * 100vw), 70px);
	margin: auto;
	z-index: 1;
}
.btn_moviePlay--icon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/movie/icon_movie-txt.svg) no-repeat center / contain;
	animation: ani_rotate 12s linear infinite;
}
@keyframes ani_rotate {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.btn_moviePlay--icon:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 22.8572%;
	height: 22.8572%;
	margin: auto;
	background: url(../img/movie/icon_movie-arrow.svg) no-repeat center / contain;
}
.btn_moviePlay--title{
	padding-left: min(calc(12 / var(--vw-min) * 100vw), 12px);
	position: relative;
	font-size: min(calc(15 / var(--vw-min) * 100vw), 15px);
	font-weight: 500;
	line-height: 1.6667;
	color: var(--color-whiteEBE);
	margin-top: min(calc(8 / var(--vw-min) * 100vw), 8px);
}
.btn_moviePlay--title:before{
	content: '';
	position: absolute;
	top: min(calc(10 / var(--vw-min) * 100vw), 10px);
	left: 0;
	width: min(calc(8 / var(--vw-min) * 100vw), 8px);
	height: min(calc(8 / var(--vw-min) * 100vw), 8px);
	background: url(../img/movie/icon_movie-deco.svg) no-repeat center / contain;
}
.btn_moviePlay--title > span{
	background-image: linear-gradient(rgba(34, 99, 136, 50%), rgba(34, 99, 136, 50%));
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 40%;
	padding-left: 1em;
	margin-left: -1em;
}

@media screen and (max-width:768px){
	.movieLists{
		grid-template-columns: repeat(1, 1fr);
		row-gap: calc(40 / var(--vw-min) * 100vw);
	}
	.btn_moviePlay--icon{
		width: calc(70 / var(--vw-min) * 100vw);
		height: calc(70 / var(--vw-min) * 100vw);
	}
	.btn_moviePlay--title{
		font-size: calc(13 / var(--vw-min) * 100vw);
		padding-left: calc(12 / var(--vw-min) * 100vw);
		margin-top: calc(8 / var(--vw-min) * 100vw);
	}
	.btn_moviePlay--title:before{
		width: calc(8 / var(--vw-min) * 100vw);
		height: calc(8 / var(--vw-min) * 100vw);
		top: calc(7 / var(--vw-min) * 100vw);
	}
}
@media screen and (hover:hover) and (pointer: fine){
	.btn_moviePlay--img img{
		transition: transform .4s ease;
	}
	.btn_moviePlay--img::before{
		transition: opacity .4s ease;
	}
	.btn_moviePlay:hover img{
		transform: scale(104%);
	}
	.btn_moviePlay:hover .btn_moviePlay--img::before{
		opacity: 40%;
	}
	.btn_moviePlay:hover .btn_moviePlay--icon:before{
		animation-play-state: paused;
	}
}