@charset "utf-8";
/*------------------------------------------------------------
	movielibrary
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 7rem;
	width: 50.1rem;
}
#main .linkUl {
	position: relative;
	z-index: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#main .linkUl li {
	padding: 4rem;
	width: 50%;
	box-sizing: border-box;
}
#main .linkUl li:nth-child(2n-1) {
	border-right: 1px solid #000;
}
#main .linkUl a {
	display: block;
}
#main .notes {
	margin-top: 7rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: right;
}
.mfp-close {
	top: -60px !important;
	opacity: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 60px !important;
	line-height: 46px !important;
	font-size: 46px;
	font-weight: 200;
	font-family: "Noto Sans JP", sans-serif;
}
.mfp-iframe-holder .mfp-content {
	max-width: 800px !important;
}
.mfp-iframe-scaler iframe {
	box-shadow: none;
}
@media all and (min-width: 897px) {
	.mfp-close:hover {
		opacity: 0.7 !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	#main .bigBgBox {
		padding-top: 14rem;
	}
	#main .headLine01 {
		margin-bottom: 6rem;
		width: 100%;
	}
	#main .headLine01 img {
		max-width: 18.6rem;
	}
	#main .linkUl {
		display: block;
	}
	#main .linkUl li {
		padding: 1.6rem 1.7rem;
		width: auto;
	}
	#main .linkUl li:nth-child(2n-1) {
		border-right: none;
		border-bottom: 1px solid #000;
	}
	#main .notes {
		margin: 2rem -0.5rem 0 0;
		font-size: 0.9rem;
	}
	.mfp-close {
		top: -46px !important;
		height: 46px !important;
		line-height: 40px !important;
		font-size: 36px;
	}
	.mfp-container {
		padding: 0;
	}
	.mfp-iframe-holder .mfp-content {
		width: 85.3333333333vw;
		max-height: calc(100svh - 100px) !important;
	}
}