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

	/*=======================================================
		present_area
	=======================================================*/
	#present_area .bnr_present img {
		width: 80%;
	}
}

@media screen and (max-width: 979px) {
	#container {
		padding-top: 20px;
	}
	
	/*=======================================================
		common
	=======================================================*/
	section {
		width: 640px;
		padding: 42px 0 26px;
	}
	
	/*=======================================================
		logo_area
	=======================================================*/
	#logo_area h1 {
		height:300px;
		margin-bottom: 10px;
	}
	
	#logo_area h2 {
		height: 60px;
	}
	
	/*=======================================================
		about_area
	=======================================================*/
	#about_area p {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	/*=======================================================
		cast_area
	=======================================================*/
	#cast_area .cast_list {
		width: 80%;
	}
	
	#cast_area .cast_list li {
		border-bottom: none;
	}
	
	.img_box {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.img_box img {
		width: 50%;
	}
		
	.text_box {
		width: 100%;
		float: none;
	}
	
	.text_box p {
		margin-bottom: 20px;
		background: none;
		line-height: normal;
	}
	
	/*=======================================================
		campaign_area
	=======================================================*/
	#campaign_area p {
		width: 80%;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 639px) {
	#btn_sns_area {
		right: 100px;
	}
	
	/*=======================================================
		common
	=======================================================*/
	section {
		width: 400px;
		padding: 26px 0 16px;
	}
	
	/*=======================================================
		logo_area
	=======================================================*/
	#logo_area h1 {
		height:200px;
	}
	
	#logo_area .logo_week {
		width: 90%;
		height: 50px;
		float: none;
		margin: 0 auto;
	}
	
	#logo_area .logo_time {
		width: 90%;
		height: 60px;
		float: none;
		margin: 0 auto;
	}
	
	/*=======================================================
		campaign_area
	=======================================================*/
	#campaign_area .sttl {
		height: 64px;
	}
	
	/*=======================================================
		about_area
	=======================================================*/
	#about_area .sttl {
		height: 40px;
		margin-bottom: 20px;
	}
	
	/*=======================================================
		footer
	=======================================================*/
	#footer {
		height: 100px;
	}
	
	#footer p {
		line-height: 100px;
		font-size: 10px;
	}
	
	#pagetop_area a {
		width: 80px;
		height: 80px;
		background-size: cover;
	}
	
	#pagetop_area a img {
		width: 100%;
	}
}

@media screen and (max-width: 399px) {
	/*=======================================================
		common
	=======================================================*/
	section {
		width: 320px;
		padding: 21px 0 13px;
	}
	
	/*=======================================================
		logo_area
	=======================================================*/
	#logo_area {
		padding: 0 5% 5px;
	}
	
	#logo_area h1 {
		height:160px;
	}
	
	#logo_area .logo_week {
		height: 40px;
	}
	
	/*=======================================================
		campaign_area
	=======================================================*/
	#campaign_area .sttl {
		height: 50px;
	}
}
