@charset "UTF-8";

/* channel
---------------------------------------------------------------------------*/
header {
	margin-bottom: 130px;
}

.wp-pagenavi {
	margin-top: 80px;
}

.common-header strong {
	transform: translateX(-2px);
}

.side-inner,
.fnav {
	width: 1100px;
}

.fnav-list {
	margin-right: -10px;
}

.side-area {
	padding-top: 270px;
}

.bnr-movie-fix {
	display: none;
}


/* .page-title
---------------------------------------------------------------------------*/
.page-title {
	position: relative;
	margin-bottom: 75px;
	padding-left: 15px;
}

.page-title h1 {
	margin-bottom: 45px;
}

.page-title h1 i {
	display: inline-block;
	margin: 0 6px 0 4px;
	transform: translateY(1px);
}

.page-title p {
/* 	padding-right: 320px; */
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
}

@media (max-width: 1460px) {
/*
	.page-title p {
		text-align: justify;
	}
	.page-title p br {
		display: none;
	}
*/
}
@media (max-width: 1300px) {
	.page-title p {
		font-size: 15px;
	}
}

/* .bnr-movie
------------------------------------*/
.bnr-movie {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.bnr-movie a {
	display: block;
	position: relative;
	background-color: #CD201F;
	border-radius: 8px;
	padding: 12px 64px 11px 86px;
	color: #FFFFFF;
	white-space: nowrap;
}

.bnr-movie a:hover {
	opacity: 0.7;
}

.bnr-movie span {
	display: block;
	position: absolute;
	bottom: 0;
	left: -24px;
}

.bnr-movie em {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	letter-spacing: 0.02em;
}

.bnr-movie strong {
	font-size: 16px;
	letter-spacing: 0.06em;
}

.bnr-movie i {
	display: block;
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 2;
}

/* .movie-new
------------------------------------*/
.movie-new {
	width: 90%;
	margin: 0 auto 9%;
}

.movie-new > figure {
	position: relative;
	margin-bottom: 45px;
	transition: .15s ease-out;
	cursor: pointer;
}

.movie-new > figure:hover {
	opacity: 0.7;
}

.movie-new > figure:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
	left: -9px;
	background-color: #D61515;
	width: calc(100% + 18px);
	height: 6px;
}

.movie-new > figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.movie-new .txt {
	display: -webkit-box;
	display: flex;
	padding: 0 40px 0 15px;
}

.movie-new .txt-title {
	min-width: 260px;
	padding: 8px 45px 0 0;
	/*white-space: nowrap;*/
}

.movie-new .txt time {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.movie-new .txt h2 {
	margin-bottom: 8px;
}

.movie-new .txt h2 em {
	display: block;
	margin-bottom: 4px;
	color: #B70000;
	font-size: 16px;
}

.movie-new .txt h2 strong {
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.movie-new .txt p {
	font-size: 16px;
	text-align: justify;
	line-height: 1.95;
	letter-spacing: 0.12em;
}

/* .movie-list
------------------------------------*/
.movie-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.movie-list article {
	width: 46%;
	margin: 8% 8% 0 0;
}

.movie-list article:nth-of-type(1),
.movie-list article:nth-of-type(2) {
	margin-top: 0;
}

.movie-list article:nth-child(even) {
	margin-right: 0;
}

.movie-list article > figure {
	position: relative;
	margin-bottom: 35px;
	transition: .15s ease-out;
	cursor: pointer;
}

.movie-list article > figure:hover {
	opacity: 0.7;
}

.movie-list article > figure:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
	left: -4px;
	background-color: #D61515;
	width: calc(100% + 8px);
	height: 6px;
}

.movie-list article > figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.movie-list article .txt time {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.movie-list article .txt h2 {
	margin-bottom: 15px;
}

.movie-list article .txt h2 em {
	padding-right: 2px;
	color: #B70000;
	font-size: 23px;
}

.movie-list article .txt h2 strong {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.movie-list article .txt p {
	text-align: justify;
}


/* .modal-movie
---------------------------------------------------------------------------*/
.modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #690000;
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	min-height: 700px;
	z-index: 9000;
	display: none;
	opacity: 0;
}

.modal-close {
	position: absolute;
	top: 40px;
	right: 32px;
	z-index: 2;
}

.modal-close,
.modal-side .btn {
	cursor: pointer;
	transition: .15s ease-out;
}

.modal-close:hover,
.modal-side:hover .btn {
	opacity: 0.5;
}

.modal-side {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	z-index: 1;
}

.modal-prev { left: 25px; transform: scaleX(-1) translateY(-50%) !important; }
.modal-next { right: 25px; }

.modal-side .hand {
	position: absolute;
	transform-origin: right bottom;
	transform: rotate(40deg);
	transition: .1s ease-out;
	opacity: 0;
}

.modal-side:hover .hand {
	transform: rotate(10deg);
	opacity: 1;
}

.modal-prev .hand {
	top: 70px;
	left: 60px;
}

.modal-next .hand {
	top: 75px;
	right: -30px;
}

.modal-side .hand img {
	width: 40px;
	height: auto;
}

.modal-movie {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: calc(100% - 240px);
	min-width: calc(1200px - 240px);
	max-width: 1000px;
	z-index: 9001;
	color: #FFFFFF;
	white-space: nowrap;
	z-index: 0;
}

.modal-tencho {
	position: absolute;
	bottom: -4px;
	right: -70px;
	z-index: 1;
}

.modal-tencho .tencho {
	position: relative;
	z-index: 1;
}

.modal-tencho .tencho img {
	width: 90px;
	height: auto;
}

.modal-tencho .shadow {
	position: absolute;
	bottom: -4px;
	left: 26px;
	z-index: 0;
}

.modal-movie-inner {
	width: 100%;
	padding-bottom: 56.2%;
	pointer-events: none;
	opacity: 0;
}

.modal-movie-inner.current {
	pointer-events: auto;
}

.modal-movie-inner:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.modal-movie h2 {
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 0;
	padding-bottom: 5px;
}

.modal-movie h2:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFFFFF;
	width: calc(100% - 2px);
	height: 2px;
}

.modal-movie h2 em {
	padding-right: 2px;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.modal-movie h2 strong {
	font-size: 20px;
	letter-spacing: 0.08em;
}

.modal-movie time {
	display: block;
	position: absolute;
	top: -28px;
	right: 5px;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-align: right;
}

.modal-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* media query
---------------------------------------------------------------------------*/
@media (max-width: 1500px) {
	.side-inner,
	.sideContents footer .fnav {
		width: 74%;
		margin: 0 auto 0 180px;
	}
}
@media (max-width: 1400px) and (max-height: 900px) {
	.modal-close {
		top: 30px;
		right: 18px;
	}
	.modal-close img {
		width: 82px;
		height: auto;
	}
}