
#main_visual_in{
	text-align: center;	
}


/*
------------ #top_news ------------
*/

#top_news{
	float: left;
	max-width: 580px;
	width: 58.3%;
}

#top_news_list{
	border-top: 1px solid #e2e0d8;
	margin: 0 0 7% 0;
}

#top_news_list li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #e2e0d8;	
}

#top_news_list li h3{
	width: 7em;
	display: table-cell;
	padding: 15px 15px 15px 0;
	font-size: 130%;
	color: #faa434;
}

#top_news_list li p{
	display: table-cell;
	padding: 15px 0 15px 0;
	font-size: 130%;
	line-height: 2;
	color: #faa434;
}

/*
------------ #top_banner ------------
*/

#top_banner{
	float: right;
	width: 36.4%;	
}

#top_banner li{
	margin: 0 0 20px 0;	
}

/*
------------------------ #visual_list ------------------------
*/

#main_visual01{
	background: url(../img/main_visual.jpg) center center;
	background-size: cover;
	overflow: hidden;
}

#main_visual01_in{
	max-width: 960px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#main_visual01_in h2{
	position: absolute;
	font-family: 'hannari';
	font-size: 200%;
	line-height: 2;
	top: 50%;
	left: 67px;
	margin: -3em 0 0 0;
}

#visual_list_wrap{
	position: relative;
	z-index: 2;
	margin: 2px 0 0 0;
	overflow: hidden;
	height: 110px;
	background: #ffffff;
}

#visual_list{
	position: relative;
	left: 0;
}

#visual_list ul{
	float: left;	
}

#visual_list li{
	float: left;
	width: 190px;
	height: 110px;
	padding: 0 1px;
}

#circle_bg{
	position: absolute;
	width: 469px;
	height: 469px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: url(../../common/img/bg/bg_img01.gif);
	top: 50%;
	right: 30px;
	margin: -235px 0 0 0;
}

#movie_switch{
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 340px;
	height: 340px;
	border: 14px solid #faa434;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 98px;
	margin: -170px 0 0 0;
	text-align: center;
	z-index: 4;
}

#movie_switch:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	margin: 0 0 0 -1px;	
}

#movie_switch_in{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;	
}

#movie_switch_in h3{
	font-family: 'hannari';
	font-size: 200%;
	letter-spacing: 0.05em;
}

#movie_switch_in p{
	font-size: 120%;
	letter-spacing: 0.05em;
}

#switch_bg{
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	width: 322px;
	height: 322px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}

#switch_bg img{	
	-webkit-border-radius: 161px;
	-moz-border-radius: 161px;
	border-radius: 161px;
}

#switch_obg{
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #494949;
	margin: 20px 0;
}

#switch_obg:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -4px;
	border: 10px solid transparent;
	border-left-color:  #ffffff;
}

#visual_bg{
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: -122px;
}

@media screen and (min-width: 701px) and (max-width: 960px) {
}

@media screen and (max-width: 700px){
	#top_news{ float: none; width: auto; margin: 0 0 8% 0;}
	#top_news_list li{ display: block; padding: 13px 0 5px 0;}
	#top_news_list li h3{ display: block; width: auto; padding: 0 0 5px 0;}
	#top_news_list li p{ display: block; width: auto; padding: 0;}
	#top_banner{ float: none; width: auto; text-align: center;}
}
