@charset "UTF-8";

#contentsArea .gallery-wrap1 {
	border-bottom: none;
	margin: 0 auto;
	max-width: 1040px;
	overflow: hidden;
	width: 100%;
}

#contentsArea .gallery-title1 {
	color: #727171;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 0 40px;
	padding: 0 30px;
}
#contentsArea * + .gallery-title1 {
	margin-top: 60px;
}
#contentsArea .gallery-title1.cl1 {
	background-color: rgba(16,105,146,0.15);
}
#contentsArea .gallery-title1.cl2 {
	background-color: rgba(244,130,34,0.15);
}
#contentsArea .gallery-title1.cl3 {
	background-color: rgba(145,181,35,0.15);
}

#contentsArea .gallery-subtitle1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 18px;
}
#contentsArea *:not(.gallery-title1) + .gallery-subtitle1 {
	margin-top: 60px;
}
#contentsArea .gallery-subtitle1.cl1 {
	color: #106992;
}
#contentsArea .gallery-subtitle1.cl2 {
	color: #F48222;
}
#contentsArea .gallery-subtitle1.cl3 {
	color: #91B523;
}

#contentsArea .gallery-list1 {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	width: 100%;
}
#contentsArea .gallery-list1 + .gallery-list1 {
	margin-top: 60px;
}
#contentsArea .gallery-list1 > li {
	margin-right: 19px;
	opacity: 0;
	transition: 1s;
	width: 334px;
}
#contentsArea .gallery-list1 > li.is-view {
	opacity: 1;
}
#contentsArea .gallery-list1 > li:nth-child(3n) {
	margin-right: 0;
}
#contentsArea .gallery-list1 > li:nth-child(n+4) {
	margin-top: 60px;
}
#contentsArea .gallery-list1 > li > a {
	color: #333;
	display: block;
	text-decoration: none;
}
#contentsArea .gallery-list1 > li > a:hover {
	text-decoration: none;
}
#contentsArea .gallery-list1 > li > a > span {
	display: block;
}
#contentsArea .gallery-list1 > li > a > span img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}
#contentsArea .gallery-list1 > li > a > span.thum {
	margin-bottom: 15px;
	transition: 0.5s;
}
#contentsArea .gallery-list1 > li > a:hover > span.thum {
	opacity: 0.8;
}
#contentsArea .gallery-list1 > li > .vers {
	margin-top: 0.2em;
}
#contentsArea .gallery-list1 > li > .vers > * {
	margin-right: 0.5em;
}

#contentsArea .movie_area {
	position: relative;
	width: 100%;
}
#contentsArea .movie_area:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
	width: 100%;
}
#contentsArea .movie_area iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
#contentsArea .movie_dis {
	background: #D2D2D0;
	margin: 24px 0;
	padding: 3px 80px 3px 19px;
	position: relative;
	width: 100%;
}
#contentsArea .movie_dis .title {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
#contentsArea .movie_dis .time {
	background-color: #1A1B1B;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}
#contentsArea .movie_other_links {
	display: flex;
	justify-content: center;
	margin: 90px 0 35px;
}
#contentsArea .movie_other_links li {
	font-size: 0;
	line-height: 0;
}
#contentsArea .movie_other_links li + li {
	margin-left: 79px;
}
#contentsArea .movie_other_links img {
	height: 258px;
	width: auto;
	transition: 0.5s;
}
#contentsArea .movie_other_links img.half {
	height: 195px;
}
#contentsArea .movie_other_links a:hover img {
	opacity: 0.8;
}
#contentsArea .movie_other_links .block1 {
	display: inline-block;
	vertical-align: top;
}
#contentsArea .movie_other_links .txt1 {
	background: url("/common_site/img/ic_arrow.webp") left center no-repeat;
	background-size: 14px auto;
	display: block;
	font-size: 15px;
	line-height: 2;
	margin: 0 0 11px;
	padding-left: 22px;
}
#contentsArea .movie_other_links .thb2 + .thb2 {
	margin-left: 29px;
}





@media screen and (max-width: 1089px) {
	#contentsArea .gallery-wrap1 {
		padding: 0 15px;
	}
	#contentsArea .gallery-list1 {
		display: block;
	}
	#contentsArea .gallery-list1 > li {
		float: left;
		margin-right: 1.8269%;
		width: 32.1153%;
	}
	#contentsArea .gallery-list1 > li:nth-child(3n+1) {
		clear: left;
	}
}

@media print, screen and (min-width:751px) {
	#contentsArea {
		max-width: 1040px;
		width: 100%;
	}
}

@media screen and (max-width: 750px) {

	#contentsArea .gallery-title1 {
		font-size: 20px;
		line-height: 2;
		margin: 0 0 25px;
		padding: 5px 5px 5px 20px;
	}
	#contentsArea * + .gallery-title1 {
		margin-top: 50px;
	}

	#contentsArea .gallery-subtitle1 {
		margin: 0 0 15px;
	}
	#contentsArea *:not(.gallery-title1) + .gallery-subtitle1 {
		margin-top: 50px;
	}

	#contentsArea .gallery-list1 {
		display: block;
	}
	#contentsArea .gallery-list1 + .gallery-list1 {
		margin-top: 50px;
	}
	#contentsArea .gallery-list1 > li {
		margin-right: 0;
		width: 100%;
	}
	#contentsArea .gallery-list1 > li:nth-child(n+4) {
		margin-top: 50px;
	}
	#contentsArea .gallery-list1 > li + li {
		margin-top: 50px;
	}
	#contentsArea .gallery-list1 > li > a > span.thum {
		margin-bottom: 10px;
	}

	#contentsArea .movie_dis {
		margin: 20px 0;
		padding: 3px 65px 3px 15px;
	}
	#contentsArea .movie_dis .time {
		padding: 0 8px;
		font-size: 12px;
		line-height: 20px;
		right: 10px;
	}
	#contentsArea .movie_other_links {
		display: block;
		margin: 40px auto 0;
		max-width: 600px;
		padding: 0 15px;
		width: 100%;
	}
	#contentsArea .movie_other_links li + li {
		margin-left: auto;
		margin-top: 20px;
	}
	#contentsArea .movie_other_links img {
		height: auto;
		width: 100%;
	}
	#contentsArea .movie_other_links img.half {
		height: auto;
	}
	#contentsArea .movie_other_links .txt1 {
		background-position: left top 0.5em;
		margin: 0 0 5px;
	}
	#contentsArea .movie_other_links .thb2 {
		display: inline-block;
		width: 49.0385%;
	}
	#contentsArea .movie_other_links .thb2 + .thb2 {
		margin-left: 1.923%;
	}
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}