@media screen and (max-width: 1199px) {
	/*=======================================================
		common
	=======================================================*/
	section {
		width: 980px;
	}
	
	/*=======================================================
		logo_area
	=======================================================*/
	#logo_area h1 {
		height: 650px;
	}
}

@media screen and (max-width: 979px) {
	#body_bg {
		background-size: 1400px;
	}
	/*=======================================================
		common
	=======================================================*/
	section {
		width: 640px;
	}
	
	.youtube_box iframe {
		width: 640px;
		height: 360px;
	}
	
	table th {
		display: block;
		width: auto !important;
	}
	
	table td {
		display: block;
	}
	
	.sp_center {
		text-align: center;
	}
	
	/*=======================================================
		logo_area
	=======================================================*/
	#logo_area {
		padding-top: 200px;
	}
	
	#logo_area h1 {
		height: 500px;
	}
	
	#logo_area h4 {
		text-align: left;
	}
	
	#logo_area h4 .inline_block {
		display: inline;
	}
	
	/*=======================================================
		cast_area
	=======================================================*/
	.cast_list li,
	.mc_list li{
		width: 48%;
		margin: 0 1% 30px;
	}

	/*=======================================================
		bnr_area
	=======================================================*/
	.bnr_area {
	}
	
	.bnr_area ul li {
		width: 49%;
		margin: 0 0.5% 10px;
	}

	.bnr_area ul li img {
		width: 100%;
	}
}

@media screen and (max-width: 639px) {
	#btn_sns_area {
		right: 100px;
	}
	
	/*=======================================================
		common
	=======================================================*/
	section {
		width: 400px;
	}
	
	.youtube_box iframe {
		width: 400px;
		height: 225px;
	}
	
	/*=======================================================
		logo_area
	=======================================================*/
	#logo_area {
	}
	
	#logo_area h3 {
		height: 120px;
	}
	
	#logo_area h1 {
		height: 300px;
	}
	
	/*=======================================================
		cast_area
	=======================================================*/
	.cast_list li {
		width: 80%;
		margin: 0 auto 30px;
	}
	
	/*=======================================================
		footer
	=======================================================*/
	#footer {
		height: 100px;
		padding-top: 40px;
		background-size: 1000px;
	}
	
	#footer p {
		line-height: 100px;
		font-size: 10px;
	}
	
	#pagetop_area a {
		width: 80px;
		height: 80px;
		background-size: cover;
	}
	
	#pagetop_area a img {
		width: 100%;
	}
}
