@charset "utf-8";
#fv {
	background:none;
	background-image: url(../images/fv_bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fv_block {
	width: 100%;
	max-width: 993px;
	margin: 0 auto;
}

.color_box {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 20px;
}

.color_box h2 {
	font-size: 30px;
	font-weight: 900;
	border-bottom: 3px solid #3498db;
	margin-bottom: 8px;
}

h2.head_title {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 8px;
}

.movie_category ul.movie_category_nav {
	border-bottom: 3px solid #2e3192;
}

.movie_category ul.movie_category_nav li {
	width: calc(100% / 5);
	padding: 12px 8px;
	background-color: #ccc;
	border-right: 1px solid #fff;
	font-weight: 900;
}

.movie_category ul.movie_category_nav li:last-of-type {
	border-right: none;
}

.movie_category ul.movie_category_nav li.show {
	background-color: #2e3192;
	color: #fff;
}

.tab_switch_contents {
	display: none;
	padding: 8px 0;
}

.tab_switch_contents.show {
	display: block;
}

.movie_category .tab_switch_contents {
	padding: 8px 15px;
	background-color: #f8f8f8;
}

.movie_category ul.movie_list li {
	width: calc(97% / 4);
	margin-right: 1%;
	margin-top: 1%;
}

.movie_category ul.movie_list li:nth-of-type(4n) {
	margin-right: 0;
}

.movie_category ul.movie_list li:nth-of-type(-n + 4) {
	margin-top: 0;
}

.movie_category ul.movie_list li dl {
	border: 1px solid #ccc;
	background-color: #fff;
}

.movie_category ul.movie_list li dl dt {
	width: calc(320px / 3);
}

.movie_category ul.movie_list li dl dt a {
	display: block;
	width: 100%;
	height: calc(560px / 3);
	background-position: center center;
	background-size: 310%;
	background-repeat: no-repeat;
}

.movie_category ul.movie_list li dl dd {
	width: calc(100% - calc(320px / 3));
	padding: 8px;
}

.movie_category ul.movie_list li dl dd p.day {
	font-size: 80%;
}

.movie_more_btn {
	margin-top: 15px;
}

.movie_more_btn a {
	display: block;
	text-align: center;
	padding: 12px;
	color: #fff;
	background-color: #00aa03;
	border-radius: 3px;
	font-weight: 900;
	width: 50%;
	margin: 0 auto;
	position: relative;
}

.movie_more_btn a:before {
	content: "＋";
	color: #00aa03;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 3px;
}

.movie_more_btn a.ml_close:before {
	content: "－";
}

@media only screen and (max-width : 768px) {
	.color_box {
		padding: 8px;
		width: 92%;
		margin: 0 auto;
	}

	.color_box h2,
	h2.head_title {
		font-size: 25px;
	}

	.color_box p,
	.contents_outline p {
		padding: 0;
		line-height: 1.8;
	}

	.movie_category ul.movie_category_nav{
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.movie_category ul.movie_category_nav li {
		width: auto;
	}

	.movie_category .tab_switch_contents {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.movie_category ul.movie_list {
		flex-wrap: nowrap;
		overflow-x: auto;
		flex: 0 0 100%;
	}

	.movie_category ul.movie_list li {
		flex: 0 0 80%;
		margin-right: 3%;
	}

	.movie_category ul.movie_list li:nth-of-type(4n) {
		margin-right: 3%;
	}

	.movie_category ul.movie_list li:last-of-type {
		margin-right: 0;
	}

}