@charset "UTF-8";

.c-mainVisual--lv2 {
	background: url(../img/img_mv-top.jpg) no-repeat;
	background-size: cover;
}
.c-mainVisual--lv2 .c-mainVisual__category {
	font-size: clamp(12px,2.4vw,24px);
}
.c-mainVisual--lv2 .c-mainVisual__category + .c-mainVisual__title {
	color: #fff;
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.movie-box {
	margin-top: 20px;
}
.movie-box-title {
	display: flex;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	align-items: center;
}
.movie-box-title:before, .movie-box-title:after {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	content: '';
}
.movie-box-title > span {
	display: block;
	padding: 0 20px;
	white-space: nowrap;
}
.movie-box-item {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 690px;
}
.movie-box-item:before, .movie-box-item:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	transform: translate(-50%, -50%);
	content: '';
}
.movie-box-item:before {
	width: calc(90/690*100%);
	height: calc(90/388*100%);
	border: 4px solid #fff;
	border-radius: 50%;
}
.movie-box-item:after {
	margin-left: 0.5%;
	width: calc(28/690*100%);
	height: calc(36/388*100%);
	background: linear-gradient(to bottom left, transparent 50%, #fff 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #fff 50%) bottom left / 100% 50% no-repeat;
}
.movie-box-item > img {
	max-width: 100%;
	vertical-align: top;
	transition: opacity 0.3s ease;
}
.movie-box-item:hover > img {
	opacity: 0.7;
}
.img {
	margin-top: 60px;
}
.img > img {
	max-width: 100%;
	vertical-align: top;
}
.security {
	margin-top: 60px;
	padding-bottom: 100px;
	border-bottom: 1px solid #e0e0e0;
}
.security-title {
	display: flex;
	padding: 0 calc(40/1050*100%);
	height: 72px;
	font-weight: 700;
	font-size: 24px;
	background-color: #004878;
	color: #fff;
	align-items: center;
}
.security-title > img {
	margin-right: 15px;
}
.security-inner {
	display: flex;
	padding: 25px calc(40/1050*100%);
	background-color: #f5f5f5;
	justify-content: space-between;
}
.security-text {
	width: calc(550/970*100%);
}
.security-sub-title {
	margin-bottom: -15px;
	font-weight: 700;
	font-size: 24px;
}
.security-img {
	width: calc(382/970*100%);
}
.security-img > img {
	max-width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.c-mainVisual--lv2 .c-mainVisual__category {
		font-size: 12px;
		}
	.movie-box-title {
		font-size: 16px;
	}
	.movie-box-title > span {
		padding: 0 10px;
	}
	.security {
		padding-bottom: 60px;
	}
	.security-title {
		font-size: 16px;
	}
	.security-inner {
		display: block;
	}
	.security-text {
		width: auto;
	}
	.security-sub-title {
		font-size: 16px;
	}
	.security-img {
		margin-top: 20px;
		width: auto;
		text-align: center;
	}
}