@charset "utf-8";

.entry-header {
	padding: 55px 0;
	/*background: rgba(255,130,130,0.15);*/
}
.entry-header .wrap {
	position: relative;
	height: 100%;
	text-align: right;
}
.entry-header .page_title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35.38%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.entry-header .header_image {
	display: inline-block;
	width: 59.16%;
	height: auto;
	max-width: 1136px;
	margin-right: 5.46%;
}
.section {
	padding-top: 30px;
	padding-bottom: 50px;
}
.section:first-child {
	padding-top: 50px;
}
.section:last-child {
	padding-bottom: 80px;
}
.header {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.header::before {
	display: block;
	content: "";
	width: calc(100% - 16px);
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 1;
}
.header h2 {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	z-index: 2;
}
.header h2::before,
.header h2::after {
	display: block;
	content: "";
	width: 17px;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: url("../../../../images/video/video_h2deco02.svg");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}
.header h2::before {
	left: 0;
	background-position: left center;
}
.header h2::after {
	right: 0;
	background-position: right center;
}
.header h2 span {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	background: #e65a7f
}
.header h2 span::before {
	display: block;
	content: "";
	width: 42px;
	height: 20px;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../../../../images/video/video_h2deco01.svg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.content p {
	margin-bottom: 0;
}
.video_container {
	display: flex;
	flex-wrap: wrap;
}
.video_item {
	width: 33.3%;
	margin-bottom: 60px;
	padding: 0 10px;
}
.video_item button {
	position: relative;
	margin-bottom: 5px;
	padding: 0;
	background: none;
}
.video_item button::after {
	display: block;
	content: "";
	width: 74px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../../../../images/video/btn_play.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.video_item.sample button::after {
	display: none;
	content: none;
}
.video_item p {
	color: #ffe266;
	line-height: 1.3;
}
#block01 {
	background: #e65a7f;
}
.video_container:first-child .video_item:nth-child(1),
.video_container:first-child .video_item:nth-child(2) {
	width: 50%;
	text-align: center;
}
#block02 .content {
	padding: 70px 20px;
}

/*-------------------------------------------*/
/*	Note PC - 1536px
/*-------------------------------------------*/
@media screen and (max-width: 1536px) {
	
}/* end Note PC */

/*-------------------------------------------*/
/*	ConpactPC - 1366px
/*-------------------------------------------*/
@media screen and (max-width: 1366px) {
	.entry-header .page_title {
		padding: 0 40px;
	}
	.video_item {
		margin-bottom: 40px;
	}
}/* end Conpact PC */

/*-------------------------------------------*/
/*	Tablet - 1024px
/*-------------------------------------------*/
@media screen and (max-width: 1023px) {
	
	.section:last-child {
		padding-bottom: 30px;
	}
}/* end Tablet */

/*-------------------------------------------*/
/*	Mobile - 768px
/*-------------------------------------------*/
@media screen and (max-width: 767px) {
	.entry-header {
		padding: 0;
	}
	.entry-header .page_title {
		width: 100%;
		padding: 0 40px;
	}
	.entry-header .header_image {
		width: 100%;
		margin: 0;
	}
	.header h2 {
		font-size: 30px;
	}
	.video_item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 5px;
		text-align: left !important;
	}
	.video_item img {
		width: 100%;
		max-width: 287px;
	}
	#block02 .content {
		padding: 40px 0;
	}
}/* end Mobile */


