﻿@charset "utf-8";
#yanobekenji_area .movie_box{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 50px;
}
#yanobekenji_area .movie_box iframe{
	width: 100%;
	height: 100%;
}
#yanobekenji_area .movie_box p{
	text-align: center;
	font-weight: 700;
	opacity: .5;
	font-size: .9em;
}


#section2_2{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../images/mv_pc_bg.png");
	background-size: cover;
	padding-bottom: 80px;
	margin-bottom: 160px;
}
#section2_2 .section2_2rapper{
	position: relative;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
#section2_2 .section2_2rapper h3{
	position: relative;
	text-align: center;
	width: 42%;
	margin: 0 auto;
	top: -20px;
}
#section2_2 .section2_2rapper h4{
	font-size: 2.25rem;
	text-align: center;
	padding: 40px 0;
}

#section2_2 .section2_2rapper figure{
	margin-bottom: 20px;
}

#section2_2 .section2_2rapper .movie_box{
	margin-top: 50px;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1201px){
	#yanobekenji_area .movie_box p a:hover{text-decoration: underline;}
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){


}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) and (min-width:641px){
	


}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	#yanobekenji_area .movie_box{margin-bottom: 25px;}
	#section2_2{
		padding-bottom: 25px;
		margin-bottom: 60px;
	}
	#section2_2 .section2_2rapper h3{
		width: 65%;
		top: -10px;
	}
	#section2_2 .section2_2rapper h4{
		font-size: 1.75rem;
		padding: 25px 0 10px;
	}
	#section2_2 .section2_2rapper figure{margin-bottom: 10px;}
	#section2_2 .section2_2rapper .movie_box{margin-top: 20px;}

}



