@charset "utf-8";

/*初期化の設定
------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,
ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}

/*基本レイアウト
------------------------------------------------------------------------------*/
html,body{}
/*基本フォント設定
------------------------------------------------------------------------------*/
body{
	font-size: 14px;
	*font-size:small;
	*font:x-small;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	line-height: 1.6em;
	color: #2a2a2a;
	overflow-x: hidden;
}

img{vertical-align: bottom; width: 100%;}
br{letter-spacing: 0;}

a{color: #2a2a2a; text-decoration: none; word-break: break-all; word-wrap:break-word;}
a:hover{text-decoration: none;}
a:focus{outline: thin dotted;}
a:hover,a:active{outline: 0;}

table {font-size:inherit;}

pre,code,kbd,samp,tt {font:inherit;*font-size:108%;line-height:100%;}
strong{font-weight: bold;}
textarea,input {font:inherit}
h1,h2,h3,h4,h5,h6,strong,th,.Bld{
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W6','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif' !important;
}
button{font-family: 'ヒラギノ角ゴ Pro W6','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif' !important;}

.under{text-decoration: underline; color:#008BCC;}
.under:hover{text-decoration: none;}
p.under{color: #2a2a2a;}
a.linkno{color: #2a2a2a;}
/*共通の設定
------------------------------------------------------------------------------*/

/*■文字の設定*/
.font10{font-size: 71.5% !important;} /*10px*/
.font11{font-size: 78.5% !important;} /*11px*/
.font12{font-size: 86% !important;} /*12px*/
.font13{font-size: 92.8% !important;} /*13px*/
.font16{font-size: 114% !important;} /*16px*/
.font18{font-size: 128.5% !important;} /*18px*/
.font20{font-size: 143% !important;} /*20px*/
.font22{font-size: 157.1% !important;} /*22px*/
.font24{font-size: 171.5% !important;} /*24px*/
.font26{font-size: 186% !important;} /*26px*/
.font28{font-size: 200% !important;} /*28px*/
.font30{font-size: 214.2% !important;} /*30px*/
.font32{font-size: 228.5% !important;} /*32px*/
.font38{font-size: 271.4% !important;} /*38px*/

.line-h{line-height: 1em !important;}
.line-h12{line-height: 1.2em !important;}
.line-h13{line-height: 1.3em !important;}
.line-h14{line-height: 1.4em !important;}
.line-h15{line-height: 1.5em !important;}
.line-h16{line-height: 1.6em !important;}
.line-h18{line-height: 1.8em !important;}
.line-h20{line-height: 2.0em !important;}

.fntN{font-weight: normal !important;}

.clr-red{color: #ff1e1e;}
.clr-blue{color: #20209D;}
.clr-blue--type2{color: #1F1F9D;}
.clr-yellow{color: #FFFF00;}
.clr-green{color: #878787;}
.clr-green--type2{color: #444444;}
.clr-green--type3{color: #138A13;}

/*共通カラー*/
.font-color{color: #1476c9;}
.svg-fill{background: #1476c9;}

/*■配置の設定*/

/*縦位置*/
.vertical-t	{vertical-align: top !important;}
.vertical-m	{vertical-align: middle !important;}
.vertical-b	{vertical-align: bottom !important;}

/*横位置*/
.align-r{text-align: right !important;}
.align-l{text-align: left !important;}
.align-c{text-align: center !important;}

/*■マージン、パディング設定*/
.mg-t5	{margin-top: 5px !important; }.mg-t10{margin-top: 10px !important;}
.mg-t15	{margin-top: 15px !important;}.mg-t20{margin-top: 20px !important;}
.mg-t25	{margin-top: 25px !important;}.mg-t30{margin-top: 30px !important;}
.mg-t35	{margin-top: 35px !important;}.mg-t40{margin-top: 40px !important;}
/*下マージ*/
.mg-b0{margin-bottom: 0px !important; }
.mg-b1{margin-bottom: 1px !important; }.mg-b3	{margin-bottom: 3px !important;}
.mg-b5{margin-bottom: 5px !important; }.mg-b10{margin-bottom: 10px !important;}
.mg-b15	{margin-bottom: 15px !important;}.mg-b20{margin-bottom: 20px !important;}
.mg-b25	{margin-bottom: 25px !important;}.mg-b30{margin-bottom: 30px !important;}
.mg-b35	{margin-bottom: 35px !important;}.mg-b40{margin-bottom: 40px !important;}
.mg-b45	{margin-bottom: 45px !important;}.mg-b50{margin-bottom: 50px !important;}
.mg-b55	{margin-bottom: 55px !important;}.mg-b60{margin-bottom: 60px !important;}
.mg-b65	{margin-bottom: 65px !important;}.mg-b70{margin-bottom: 70px !important;}
.mg-b75	{margin-bottom: 75px !important;}.mg-b80{margin-bottom: 80px !important;}
.mg-b85	{margin-bottom: 85px !important;}.mg-b90{margin-bottom: 90px !important;}
.mg-b95	{margin-bottom: 95px !important;}.mg-b100 {margin-bottom: 100px !important;}
.mg-b150	{margin-bottom: 150px !important;}.mg-b200 {margin-bottom: 200px !important;}
/*右マージン*/
.mg-r5	{margin-right: 5px !important;}
.mg-r10	{margin-right: 10px !important;}
.mg-r15	{margin-right: 15px !important;}
.mg-r20	{margin-right: 20px !important;}
.mg-r30	{margin-right: 30px !important;}
/*左右マージン*/
.mg-r-l5{margin-right: 5px !important; margin-left: 5px !important;}
.mg-r-l10{margin-right: 10px !important; margin-left: 10px !important;}
.mg-r-l15{margin-right: 15px !important; margin-left: 15px !important;}
.mg-r-l20{margin-right: 20px !important; margin-left: 20px !important;}
.mg-auto{margin: 0 auto;}

/*全てのマージン*/
.pg	{padding: 0 10px;}
.pg-right10{padding-right: 10px !important;}
/*左右パディング*/
.pg-r-l5{padding-left:5px !important; padding-right: 5px !important;}
.pg-r-l10{padding-left:10px !important; padding-right: 10px !important;}
.pg-r-l15{padding-left:15px !important; padding-right: 15px !important;}
.pg-r-l20{padding-left:20px !important; padding-right: 20px !important;}
.pg-r-l30{padding-left:30px !important; padding-right: 30px !important;}
/*上下パディング*/
.pg0{padding:0 !important;}
.pg-t-b5{padding: 5px 0 !important;}
.pg-t-b10{padding: 10px 0 !important;}
.pg-t-b15{padding: 15px 0 !important;}
.pg-t-b20{padding: 20px 0 !important;}

/*■テキスト装飾設定*/
.f-left{float: left !important;}
.f-right{float: right !important;}

/*■ハック関連*/

/*段落ち回避用ハック*/
.cfix::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cfix { display: inline-block;}
/*Hides from IE-mac\*/
*html .cfix{height:1%;}
.cfix{display: block}

/*段落ち回避用ハック*/
.cfixH::after{content: ".";display: block;clear: both;visibility: hidden;}
.cfixH { display: inline-block;}
/*Hides from IE-mac\*/
*html .cfixH{height:1%;}
.cfixH{display: block}

.hover{display: block; cursor:pointer;}
.hover:hover{
	-ms-filter: "alpha( opacity=50 )";
	    filter: alpha( opacity=50 );
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: opacity .5s ease;
	   -moz-transition: opacity .5s ease;
	    -ms-transition: opacity .5s ease;
	     -o-transition: opacity .5s ease;
	        transition: opacity .5s ease;
	/* transition: background-color .5s ease,border .5s ease; */
}

.fja{font-family: 'Questrial', sans-serif;}
.mei{font-family: 'メイリオ','Meiryo', 'sans-serif' !important;}

.hidden{display: none;}

.Bld{font-weight: bold;}

.posiR{position: relative !important;}
.posiA{position: absolute !important;}

.font-google{
	font-family: 'Questrial', sans-serif;
}
.font-google2{
	font-family: 'Questrial', sans-serif;
}

/*レイアウトの設定
------------------------------------------------------------------------------*/

/* リンク  */
.link-arrow{
	position: relative;
	display: inline-block;
	padding-left: 1em;
	text-decoration: none;
	line-height: 1.75em;
}
	.link-arrow::after{
		content: "";
		position: absolute;
		top: 7px;
		left: 6px;
		width: 0px;
		height: 0px;
		border: 3px solid transparent;
		border-left: 5px solid #14a83b;
	}
	.link-arrow>span{
		position: relative;
	}
		.link-arrow>span::after{
			content: '';
			position: absolute;
			bottom: 3px;
			left: 0px;
			width: 100%;
			height: 1px;
			background-color: #000;
			-webkit-transform: scaleX(1);
			   -moz-transform: scaleX(1);
			    -ms-transform: scaleX(1);
			     -o-transform: scaleX(1);
			        transform: scaleX(1);
			-webkit-transition: all .3s ease;
			   -moz-transition: all .3s ease;
			    -ms-transition: all .3s ease;
			     -o-transition: all .3s ease;
			        transition: all .3s ease;
		}
		.link-arrow:hover>span::after{
			-webkit-transform: scaleX(0);
			   -moz-transform: scaleX(0);
			    -ms-transform: scaleX(0);
			     -o-transform: scaleX(0);
			        transform: scaleX(0);
		}

.link-under{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
	.link-under::after{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 1px;
		background-color: #000;
		-webkit-transform: scaleX(0);
		   -moz-transform: scaleX(0);
		    -ms-transform: scaleX(0);
		     -o-transform: scaleX(0);
		        transform: scaleX(0);
		-webkit-transition: all .3s ease;
		   -moz-transition: all .3s ease;
		    -ms-transition: all .3s ease;
		     -o-transition: all .3s ease;
		        transition: all .3s ease;
	}
	.link-under:hover::after{
		-webkit-transform: scaleX(1);
		   -moz-transform: scaleX(1);
		    -ms-transform: scaleX(1);
		     -o-transform: scaleX(1);
		        transform: scaleX(1);
	}

.link-under-reverse{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
	.link-under-reverse::after{
		content: '';
		position: absolute;
		bottom: 3px;
		left: 0px;
		width: 100%;
		height: 1px;
		background-color: #000;
		-webkit-transform: scaleX(1);
		   -moz-transform: scaleX(1);
		    -ms-transform: scaleX(1);
		     -o-transform: scaleX(1);
		        transform: scaleX(1);
		-webkit-transition: all .3s ease;
		   -moz-transition: all .3s ease;
		    -ms-transition: all .3s ease;
		     -o-transition: all .3s ease;
		        transition: all .3s ease;
	}
	.link-under-reverse:hover::after{
		-webkit-transform: scaleX(0);
		   -moz-transform: scaleX(0);
		    -ms-transform: scaleX(0);
		     -o-transform: scaleX(0);
		        transform: scaleX(0);
	}

/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
/*ローダー*/
#page-loader{
	background: #fff url("../img/loading.gif") center center no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1005;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
	#page-loader img{
		display: none;
	}

/*ヘッダー*/
header{
	position: fixed;
	background: transparent;;
	width: 100%;
	z-index: 1000;
}
	header .logo{
		position: absolute;
		background: url("../img/header/logo.png") no-repeat;
		left: 20px;
		top: 22px;
		width: 99px;
		height: 53px;
		-webkit-transition: all .3s ease;
		   -moz-transition: all .3s ease;
		    -ms-transition: all .3s ease;
		     -o-transition: all .3s ease;
		        transition: all .3s ease;
		text-indent: -200%;
		overflow: hidden;
		white-space: nowrap;
	}
	header #menu-button{
		position: absolute;
		background: #6ac446;
		top: 20px;
		right: 20px;
		width: 60px;
		height: 60px;
	}
	header .menu-button__line{
		position: absolute;
		top: 21px;
		left: 17px;
		width: 26px;
		height: 18px;
	}
		header .menu-button__line>div{
			width: 100%;
			height: 2px;
			background: #fff;
			position: absolute;
			-webkit-transition: all .5s;
			   -moz-transition: all .5s;
			    -ms-transition: all .5s;
			     -o-transition: all .5s;
			        transition: all .5s;
		}
		header .menu-button__line>div:nth-child(1){
			top: 0px;
			left: 0px;
			-webkit-transform: translate(0%,0%);
			   -moz-transform: translate(0%,0%);
			    -ms-transform: translate(0%,0%);
			     -o-transform: translate(0%,0%);
			        transform: translate(0%,0%);
		}
			header #menu-button.active .menu-button__line>div:nth-child(1) {
				top: 50%;
				-webkit-transform: translate(-5%,-50%) rotate(45deg);
				   -moz-transform: translate(-5%,-50%) rotate(45deg);
				    -ms-transform: translate(-5%,-50%) rotate(45deg);
				     -o-transform: translate(-5%,-50%) rotate(45deg);
				        transform: translate(-5%,-50%) rotate(45deg);
			}
		header .menu-button__line>div:nth-child(2){
			top: 8px;
			left: 0px;
		}
			header #menu-button.active .menu-button__line>div:nth-child(2) {
				opacity: 0;
			}
		header .menu-button__line>div:nth-child(3){
			top: 16px;
			left: 0px;
			-webkit-transform: translate(0%,0%);
			   -moz-transform: translate(0%,0%);
			    -ms-transform: translate(0%,0%);
			     -o-transform: translate(0%,0%);
			        transform: translate(0%,0%);
		}
			header #menu-button.active .menu-button__line>div:nth-child(3) {
				top: 50%;
				-webkit-transform: translate(-5%,-50%) rotate(-45deg);
				   -moz-transform: translate(-5%,-50%) rotate(-45deg);
				    -ms-transform: translate(-5%,-50%) rotate(-45deg);
				     -o-transform: translate(-5%,-50%) rotate(-45deg);
				        transform: translate(-5%,-50%) rotate(-45deg);
			}

	header nav{
		display: block;
		position: absolute;
		right: 80px;
		top: 39px;
		width: 750px;
		height: 30px;
		text-align: right;
		overflow: hidden;
	}
		header nav ul{
			position: absolute;
			right: -750px;
			top: 0px;
			width: 750px;
			-webkit-transition: all .6s ease;
			   -moz-transition: all .6s ease;
			    -ms-transition: all .6s ease;
			     -o-transition: all .6s ease;
			        transition: all .6s ease;
			letter-spacing: -0.5em;
		}
		header nav.active ul{
			right: 0px;
		}
			header nav li{
				position: relative;
				display: inline-block;
				letter-spacing: normal;
				padding-right: 30px;
			}
			header nav li::after{
				content: "/";
				position: absolute;
				right: 12px;
				top: 0px;
				color: #6ac446;
			}
			header nav li:last-child::after{display: none;}
				header nav a{
					font-size: 18px;
					font-weight: bold;
					color: #6ac446;
					letter-spacing: 0.15em;
				}

	header .sns{
		position: absolute;
		top: 120px;
		right: 20px;
	}
		header .sns li a{
			display: block;
			width: 60px;
			height: 40px;
			text-indent: -200%;
			overflow: hidden;
			white-space: nowrap;
		}
		header .sns li:nth-child(1) a{background: #55acee url("../img/header/twitter.png") center center no-repeat;}
		header .sns li:nth-child(2) a{background: #3b5998 url("../img/header/facebook.png") center center no-repeat;}

/*フッター*/
footer{
	background: #eaeaea;
	padding: 20px 0 10px;
}
	footer .wrap{
		position: relative;
	}
		footer .logo{
			display: inline-block;
			margin-right: 18px;
			width: 175px;
		}
			footer .logo p{
				background: url("../img/footer/logo.png") no-repeat;
				width: 175px;
				height: 43px;
				text-indent: 200%;
				overflow: hidden;
				white-space: nowrap;
			}
		footer .copyright{
			position: absolute;
			right: 0px;
			top: 0px;
			line-height: 43px;
		}
		footer .contact{
			border:1px solid #2a2a2a;
			display: inline-block;
			line-height: 100%;
			padding: 11px 0;
			text-align: center;
			vertical-align: 20px;
			width: 155px;
		}
			footer .contact:before{
				background: url("../img/footer/contact.png") no-repeat 0 0;
				background-size: 16px 13px;
				content: "";
				display: inline-block;
				font-size: 14px;
				margin-right: 8px;
				position: relative;
				height: 13px;
				vertical-align: -1px;
				width: 16px;
			}


/*ページ遷移ボタン*/
#pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	-ms-filter: "alpha( opacity=0 )";
	    filter: alpha( opacity=0 );
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	   -moz-transition: opacity .5s ease;
	    -ms-transition: opacity .5s ease;
	     -o-transition: opacity .5s ease;
	        transition: opacity .5s ease;
}
#pagetop.open{
	-ms-filter: "alpha( opacity=100 )";
	    filter: alpha( opacity=100 );
	opacity: 1;
}
	#pagetop a{
		display: block;
		width: 38px;
		height: 38px;
		background: #2a2a2a;
	}
		#pagetop a::after{
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			width: 0px;
			height: 0px;
			margin: -19px 0 0 -9px;
			border: 9px solid transparent;
			border-bottom: 17px solid #fff;
		}


.wrap{width: 1040px; margin: 0 auto;}
.sp{display: none !important;}

/*コンテンツ*/
#container{}

i{font-family: 'Questrial', sans-serif; color: #6ac446; letter-spacing: 0.2em;}

/*タイトル*/
.headline{
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.15em;
}
	.headline i{
		font-size: 16px;
		font-weight: normal;
		display: block;
		line-height: 1em;
		margin-bottom: 10px;
	}

/***********************************************************************************************************************
* メインエリア
***********************************************************************************************************************/
#main-area{
	position: relative;
	background: #e4f2f8 url("../img/main/bg.jpg") center no-repeat;
	background-size: 100%;
	width: 100%;
}
#main-area .message{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-indent: 2000%;
	white-space: nowrap;
	overflow: hidden;
}
#main-area .person{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
	#main-area .person li{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
		#main-area .person li img{
			position: absolute;
			left: -50px;
			top: 0px;
			opacity: 0;
			width: 100%;
			vertical-align: bottom;
		}
		#main-area .person li.active img{
			opacity: 1;
			left: 0;
			-webkit-transition: opacity .8s ease .7s,left .5s ease-in-out .7s;
			   -moz-transition: opacity .8s ease .7s,left .5s ease-in-out .7s;
			    -ms-transition: opacity .8s ease .7s,left .5s ease-in-out .7s;
			     -o-transition: opacity .8s ease .7s,left .5s ease-in-out .7s;
			        transition: opacity .8s ease .7s,left .5s ease-in-out .7s;
		}
		#main-area .person li.active.remove img{
			opacity: 0;
			left: 400px;
			-webkit-transition: opacity .5s ease,left .9s ease-in-out;
			   -moz-transition: opacity .5s ease,left .9s ease-in-out;
			    -ms-transition: opacity .5s ease,left .9s ease-in-out;
			     -o-transition: opacity .5s ease,left .9s ease-in-out;
			        transition: opacity .5s ease,left .9s ease-in-out;
		}
		#main-area .person li .name{
			background: url("../img/main/name-bg.png") no-repeat;
			position: absolute;
			left: 13.5%;
			bottom: -80px;
			width: 377px;
			height: 56px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			opacity: 0;
		}
		#main-area .person li.active .name{
			opacity: 1;
			bottom: -24px;
			-webkit-transition: opacity .6s ease .7s,bottom .4s ease .7s;
			   -moz-transition: opacity .6s ease .7s,bottom .4s ease .7s;
			    -ms-transition: opacity .6s ease .7s,bottom .4s ease .7s;
			     -o-transition: opacity .6s ease .7s,bottom .4s ease .7s;
			        transition: opacity .6s ease .7s,bottom .4s ease .7s;
		}
		#main-area .person li.active.remove .name{
			opacity: 0;
			bottom: -100px;
			-webkit-transition: opacity .4s ease,bottom .6s ease-in;
			   -moz-transition: opacity .4s ease,bottom .6s ease-in;
			    -ms-transition: opacity .4s ease,bottom .6s ease-in;
			     -o-transition: opacity .4s ease,bottom .6s ease-in;
			        transition: opacity .4s ease,bottom .6s ease-in;
		}
			#main-area .person li .name span{
				position: absolute;
				left: 0px;
				top: 0px;
				width: 132px;
				height: 56px;
				font-size: 16px;
				line-height: 56px;
				letter-spacing: 0.15em;
			}
			#main-area .person li .name em{
				position: absolute;
				left: 132px;
				top: 0px;
				width: 245px;
				height: 56px;
				font-size: 26px;
				line-height: 56px;
				letter-spacing: 0.15em;
			}
			#main-area .person li .name em.two{
				font-size: 18px;
			}

#main-area .copy{
	position: relative;
}
#main-area .copy img{
	width: 100%;
	vertical-align: bottom;
}

#main-area>a{
	display: block;
	background: url("../img/main/arrow.png") no-repeat;
	width: 29px;
	height: 35px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -14.5px;
}

/***********************************************************************************************************************
* メッセージ
***********************************************************************************************************************/
#message{
	padding: 40px  0 0px;
}
#message .headline{margin-bottom: 50px;}


.message-list{
	position: relative;
	overflow: hidden;
}
.message-list::after{
	content: "";
	background: url("../img/message.png") no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 309px;
	height: 36px;
	margin: -18px 0 0 -154px;
}
	.message-list li{
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
		        box-sizing: border-box;
		border-right: 1px solid #fff;
		background: #adadad;
		overflow: hidden;
	}
	.message-list li:nth-child(2){
		float: right;
		border: none;
		border-left: 1px solid #fff;
		text-align: right;
		background: #6ac446;
	}
		.message-list li .box{
			position: relative;
			width: 519px;
			float: right;
			padding: 48px 0;
		}
		.message-list li:nth-child(2) .box{
			float: left;
		}

			.message-list li .box h3{
				display: inline-block;
				position: relative;
				font-size: 24px;
				line-height: 1em;
				color: #fff;
				letter-spacing: 0.15em;
				margin-bottom: 50px;
			}
				.message-list li .box h3::after{
					content: "";
					position: absolute;
					left: 0px;
					bottom: -10px;
					background: #fff;
					width: 100%;
					height: 1px;
				}
			.message-list li .box p{
				font-size: 24px;
				font-weight: bold;
				line-height: 1.4em;
				letter-spacing: 0.15em;
			}
				.message-list li .box p em{
					display: block;
					padding-top: 30px;
					font-size: 40px;
					line-height: 1.4em;
					letter-spacing: 0.15em;
					color: #fff;
				}
					.message-list li .box p span{
						position: relative;
					}
						.message-list li .box p span::before{
							content: "・";
							position: absolute;
							top: -36px;
							left: 0.2em;
							font-size: 30px;
						}

/***********************************************************************************************************************
* 動画
***********************************************************************************************************************/
#front-movie{
	padding: 40px 0 0 0;
}
#front-movie h2.headline{
	margin-bottom: 40px;
}
.front-movie-list{
	overflow: hidden;
	position: relative;
}
.front-movie-list.additional-list{
	height: 0;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}
.front-movie-list.additional-list.active{
	height: 280px;
}
.front-movie-list>li{
	border-bottom: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 280px;
	margin-left: 2px;
	position: relative;
	width: calc((100% - 4px) / 3);
}
.front-movie-list.additional-list>li{
	height: 240px;
	width: calc((100% - 6px) / 4);
}
.front-movie-list>li:first-child{
	margin-left: 0;
}
.front-movie-list>li>a{
	color: #fff;
	display: block;
	height: 100%;
	position: relative;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.front-movie-list>li>a:hover{
	opacity: 0.7;
}
.front-movie-list>li.item-0>a{
	background: url("../img/thumb-movie-0-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-1>a{
	background: url("../img/thumb-movie-1-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-2>a{
	background: url("../img/thumb-movie-2-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-3>a{
	background: url("../img/thumb-movie-3-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-4>a{
	background: url("../img/thumb-movie-4-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-5>a{
	background: url("../img/thumb-movie-5-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-6>a{
	background: url("../img/thumb-movie-6-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li.item-7>a{
	background: url("../img/thumb-movie-7-pc.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.front-movie-list>li>a:after{
	content: "";
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
.front-movie-list>li.type-cm>a:after{
	background: #f29a32 url("../img/ico-moviecategory-cm-pc.png") no-repeat 0 0;
}
.front-movie-list>li.type-comic>a:after{
	background: #e06d80 url("../img/ico-moviecategory-comic-pc.png") no-repeat 0 0;
}
.front-movie-list>li>a>.labels{
	background: url("../img/ico-playmovie.png") no-repeat 50% 0;
	left: 50%;
	padding-top: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.front-movie-list.additional-list>li>a>.labels{
	background-size: 60px 60px;
	padding-top: 75px;
}
.front-movie-list>li>a>.labels>small{
	display: block;
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 16px;
	text-align: center;
}
.front-movie-list.additional-list>li>a>.labels>small{
	margin-bottom: 10px;
}
.front-movie-list>li>a>.labels>strong{
	display: block;
	font-size: 24px;
	letter-spacing: 5px;
	text-align: center;
}
.front-movie-list.additional-list>li>a>.labels>strong{
	font-size: 18px;
}

.fancybox-close{
	background: url("../img/ico-moviemodal-close.png") no-repeat 0 0;
	width: 40px;
	height: 40px;
	top: 0;
	right: -60px;
}
.fancybox-opened .fancybox-skin{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(255,255,255,0.8);
}
.fancybox-type-iframe .fancybox-inner{
	overflow: hidden !important;
}

#front-movie .more{
	display: block;
	background: url("../img/news/arrow.png") center bottom no-repeat;
	width: 165px;
	margin: 25px auto;
	padding-bottom: 30px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0.15em;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	/*opacity: 0;
	display: none;*/
}
#front-movie .more.block{
	display: block;
}
#front-movie .more.active{
	opacity: 1;
}

/***********************************************************************************************************************
* マニフェスト
***********************************************************************************************************************/
#manifest{
	background: url("../img/manifest/bg.png") center center repeat;
	padding: 45px 0 60px;
}

#manifest .headline{margin-bottom: 42px;}

.manifest-tab{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
	.manifest-tab li{
		position: relative;
		display: table-cell;
		width: 33.3333%;
		height: 100px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.3em;
		color: #fff;
		border-collapse: separate;
		letter-spacing: 0.15em;
	}
	.manifest-tab li:nth-child(1){background: #55bfcc; border-right: 2px solid #fff;}
	.manifest-tab li:nth-child(2){background: #e06d80; border-left: 2px solid #fff; border-right: 2px solid #fff;}
	.manifest-tab li:nth-child(3){background: #f29a32; border-left: 2px solid #fff;}

	.manifest-tab li.active::before{
		content: "";
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 4px;
		background: #2a2a2a;
	}
	.manifest-tab li.active::after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -19px;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 9px solid #2a2a2a;
	}

.manifest-tabcontent{
	margin-bottom: 50px;
}
	.manifest-tabcontent>li{
		display: none;
		opacity: 0;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	.manifest-tabcontent>li.block{
		display: block;
	}
	.manifest-tabcontent>li.active{
		opacity: 1;
	}
		.manifest-tabcontent>li .title{
			padding-top: 60px;
			margin-bottom: 30px;
			font-size: 30px;
			font-weight: bold;
			line-height: 1em;
			text-align: center;
			letter-spacing: 0.15em;
		}
		.manifest-tabcontent>li:nth-child(1) .title{color: #3eb4c2; background: url("../img/manifest/icon1.png") center top no-repeat;}
		.manifest-tabcontent>li:nth-child(2) .title{color: #dc5e73; background: url("../img/manifest/icon2.png") center top no-repeat;}
		.manifest-tabcontent>li:nth-child(3) .title{color: #ec9227; background: url("../img/manifest/icon3.png") center top no-repeat;}

		.manifest-tabcontent>li .text{
			text-align: center;
			margin-bottom: 30px;
		}
		.manifest-tabcontent .manifest-list{width: 700px; margin: 0 auto;}
.manifest-list{
	background: #fff;
	border: 1px dashed #a6a6a6;
	border-bottom: none;
}
	.manifest-list li{
		position: relative;
		border-bottom: 1px dashed #a6a6a6;
		padding: 12px 10px 12px 58px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4em;
	}
		.manifest-list li span{
			position: absolute;
			left: 10px;
			top: 12px;
			font-size: 20px;
			font-weight: bold;
			color: #c6c6c6;
		}
		.manifest-list li .sky{color: #3eb4c2;}
		.manifest-list li .red{color: #dc5e73;}
		.manifest-list li .orange{color: #ec9227;}
		.manifest-list li .green{color: #5dba38;}

.nomics-title{
	background: #6ac446;
	padding: 29px 0;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	letter-spacing: 0.15em;
}

.nomics-list{
	letter-spacing: -0.5em;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dadada;
}
	.nomics-list>li{
		display: inline-block;
		width: 50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
		        box-sizing: border-box;
		padding: 0 20px 0 0;
		margin-bottom: 30px;
		letter-spacing: normal;
		vertical-align: top;
	}
	.nomics-list>li:nth-child(2n){
		padding: 0 0px 0 20px;
	}
		.nomics-list .title{
			padding: 7px 0 0 50px;
			margin-bottom: 15px;
			font-size: 24px;
			font-weight: bold;
			line-height: 1em;
			color: #6ac446;
			letter-spacing: 0.15em;
		}
		.nomics-list li:nth-child(1) .title{background: url("../img/manifest/nomics1.png") left bottom no-repeat;}
		.nomics-list li:nth-child(2) .title{background: url("../img/manifest/nomics2.png") left top no-repeat;}
		.nomics-list li:nth-child(3) .title{background: url("../img/manifest/nomics3.png") left bottom no-repeat;}
		.nomics-list li:nth-child(4) .title{background: url("../img/manifest/nomics4.png") left top no-repeat;}

		.nomics-list .text{
			margin-bottom: 25px;
		}
		.nomics-list .manifest-list li{font-size: 15px;}

.manifest-more{
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 25px;
	letter-spacing: 0.15em;
}
	.manifest-more strong{
		position: relative;
	}
	.manifest-more strong::before{
		content: "";
		position: absolute;
		background: #2a2a2a;
		left: -20px;
		bottom: -2px;
		width: 2px;
		height: 24px;
		-webkit-transform: rotate(-30deg);
		   -moz-transform: rotate(-30deg);
		    -ms-transform: rotate(-30deg);
		     -o-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	.manifest-more strong::after{
		content: "";
		position: absolute;
		background: #2a2a2a;
		right: -20px;
		bottom: -2px;
		width: 2px;
		height: 24px;
		-webkit-transform: rotate(30deg);
		   -moz-transform: rotate(30deg);
		    -ms-transform: rotate(30deg);
		     -o-transform: rotate(30deg);
		        transform: rotate(30deg);
	}

.manifest-pdf{
	display: block;
	background: #fff;
	width: 680px;
	margin: 0 auto;
	padding: 32px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid #2a2a2a;
	font-size: 28px;
	font-weight:bold;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.15em;
}
	.manifest-pdf span{
		position: relative;
	}
		.manifest-pdf span::before{
			content: "";
			background: url("../img/manifest/pdf.png") no-repeat;
			position: absolute;
			left: -50px;
			top: 50%;
			width: 33px;
			height: 46px;
			margin-top: -23px;
		}
		.manifest-pdf span::after{
			display: block;
			content: "PDF";
			position: absolute;
			right: -60px;
			top: 50%;
			width: 50px;
			margin-top: -12px;
			border: 1px solid #000;
			font-size: 18px;
			font-weight: normal;
			line-height: 23px;
			font-family: 'Questrial', sans-serif;
			letter-spacing: 0;
			text-align: center;
		}
/***********************************************************************************************************************
* 候補者
***********************************************************************************************************************/
#candidate{
	position: relative;
	background: #fff;
	padding: 40px 0 60px;
	border-bottom: 1px solid #dadada;
}
	#candidate::before{
		content: "";
		position: absolute;
		background: url("../img/candidate/photo-left.png") no-repeat;
		left: 0px;
		top: -11px;
		width: 350px;
		height: 354px;
	}
	#candidate::after{
		content: "";
		position: absolute;
		background: url("../img/candidate/photo-right.png") no-repeat;
		right: 0px;
		top: -11px;
		width: 350px;
		height: 354px;
	}

	#candidate .headline{
		padding-bottom: 120px;
		background: url("../img/candidate/map.png") center bottom no-repeat;
		margin-bottom: 20px;
	}

.search-box{
	width: 460px;
	margin: 0 auto 43px;;
}
	.search-box>p{
		font-size: 22px;
		line-height: 1.4em;
		color: #909090;
		text-align: center;
		padding: 5px 0 7px;
		border-bottom: 1px dashed #909090;
		margin-bottom: 25px;
		letter-spacing: 0.15em;
	}
	.search-box .box{
		position: relative;
		width: 100%;
	}
		.search-box .box p{
			position: relative;
			background: #6ac446;
			font-size: 24px;
			font-weight: bold;
			line-height: 50px;
			text-align: center;
			color: #fff;
			letter-spacing: 0.15em;
			cursor: pointer;
		}
			.search-box .box p::after{
				content: "";
				position: absolute;
				right: 23px;
				top: 15px;
				width: 12px;
				height: 12px;
				border-right: 4px solid #fff;
				border-bottom: 4px solid #fff;
				-webkit-transform: rotate(45deg);
				   -moz-transform: rotate(45deg);
				    -ms-transform: rotate(45deg);
				     -o-transform: rotate(45deg);
				        transform: rotate(45deg);
			}
		.search-box .box ul{
			display:none;
			position:absolute;
			top: 50px;
			left: 0px;
			width: 100%;
			max-height: 300px;
			border: 1px solid #909090;
			overflow-y: scroll;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			    -ms-box-sizing: border-box;
			     -o-box-sizing: border-box;
			        box-sizing: border-box;
			z-index: 100;
		}
		/* overflow scrollbar design */
		.search-box .box ul::-webkit-scrollbar {
			background: #fff;
			overflow: visible;
			width: 10px;
		}
		.search-box .box ul::-webkit-scrollbar-corner {
			background: #fff;
		}
		.search-box .box ul::-webkit-scrollbar-thumb {
			background-color: rgba(0, 0, 0, 0.15);
			border: 1px solid rgba(255, 255, 255, 0.5);
		}
			.search-box .box ul li{
				border-bottom: 1px solid #909090;
				position: relative;
				background: #fff;
				font-size: 24px;
				font-weight: bold;
				line-height: 50px;
				text-align: center;
				letter-spacing: 0.15em;
				cursor: pointer;
			}
			.search-box .box ul li:hover{background: #dadada;}
				.search-box .box ul li:last-child{border:none;}

.candidate-title{
	display: none;
	position: relative;
	background: url("../img/candidate/bg.png") center center repeat;
	text-align: center;
	margin-bottom: 44px;
	font-size: 30px;
	font-weight: bold;
	line-height: 120px;
	letter-spacing: 0.15em;
}
	.candidate-title::after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -37px;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 27px solid #e6f6e0;
	}
	.candidate-title em{
		color: #6ac446;
	}
	.candidate-title span{
		display: block;
		line-height: 1em;
	}
	.candidate-title span:last-child{
		padding-bottom: 30px;
	}
	.candidate-title span.line{
		font-size: 18px;
		padding: 30px 0 12px;
	}

.candidate-list{
	display: none;
	border-top: 1px solid #dadada;
	margin-bottom: 60px;
}
	.candidate-list>li{
		padding: 20px 0;
		border-bottom: 1px solid #dadada;
		overflow: hidden;
	}
		.candidate-list figure{
			position: relative;
			float: left;
			width: 39.1%;
			text-align: right;
			cursor:pointer;
		}
		.candidate-list figure::after{
			content: "";
			position: absolute;
			right: 0px;
			bottom: 0px;
			width: 24px;
			height: 24px;
			background: url("../img/candidate/triangle.png") no-repeat;
			background-size: 24px;
		}
			.candidate-list figure img{width: 240px;}
			.candidate-list figcaption{
				position: absolute;
				right: 0px;
				top: 0px;
				width: 36px;
				height: 36px;
				font-size: 16px;
				font-weight: bold;
				line-height: 36px;
				text-align: center;
				color: #fff;
			}
			.candidate-list figcaption.new{background: #f29a32;}
			.candidate-list figcaption.now{background: #e06d80;}
			.candidate-list figcaption.old{background: #59b5c0;}
		.candidate-list .info{
			float: right;
			width: 60.9%;
			padding: 40px 170px 0 37px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			    -ms-box-sizing: border-box;
			     -o-box-sizing: border-box;
			        box-sizing: border-box;
		}
			.candidate-list .info .name{
				font-size: 36px;
				font-weight: bold;
				line-height: 1em;
				letter-spacing: 0.15em;
				margin-bottom: 20px;
			}
				.candidate-list .info .name i{
					display: block;
					font-size: 12px;
					line-height: 1em;
					margin-top: 13px;
				}
			.candidate-list .info .text{
				font-size: 18px;
				line-height: 1.6em;
				margin-bottom: 45px;
			}
			.candidate-list ul{
				letter-spacing: -0.5em;
			}
				.candidate-list ul li{
					background: #6ac446;
					display: inline-block;
					width: 58px;
					line-height: 40px;
					margin-right: 3px;
					letter-spacing: normal;
					text-align: center;
					vertical-align: top;
				}
					.candidate-list ul li a{
						font-size: 13px;
					}
					.candidate-list ul li a.hp{font-size: 18px;}
					.candidate-list ul li a.twitter,
					.candidate-list ul li a.facebook{
						text-indent: 200%;
						overflow: hidden;
						white-space: nowrap;
					}
					.candidate-list ul li a.twitter{background: url("../img/candidate/twitter.png") center center no-repeat;}
					.candidate-list ul li a.facebook{background: url("../img/candidate/facebook.png") center center no-repeat;}
						.candidate-list ul li a i{color: #fff;}

.country-title{
	display: none;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 35px;
}
	.country-title span{color: #6ac446;}


.country-wrap{
	width: 100%;
	overflow: hidden;
}
	.country-wrap .bx-wrapper{
		width: -webkit-calc(100% + 190px);
		width:         calc(100% + 190px);
		margin-left: -190px;
	}

.country-list{
	overflow: hidden;
	padding-left: 80px;
}
	.country-list>li{
		float: left;
		width: 240px;
		margin: 0 13px;
		overflow: hidden;
	}
		.country-list .thumb{
			position: relative;
			margin-bottom: 10px;
			cursor:pointer;
		}
		.country-list .thumb::after{
			content: "";
			position: absolute;
			right: 0px;
			bottom: 0px;
			width: 24px;
			height: 24px;
			background: url("../img/candidate/triangle.png") no-repeat;
			background-size: 24px;
		}
			.country-list figure{
				position: relative;
			}
				.country-list figure img{width: 240px;}
				.country-list figcaption{
					position: absolute;
					right: 0px;
					top: 0px;
					width: 36px;
					height: 36px;
					font-size: 16px;
					font-weight: bold;
					line-height: 36px;
					text-align: center;
					color: #fff;
				}
				.country-list figcaption.new{background: #f29a32;}
				.country-list figcaption.now{background: #e06d80;}
				.country-list figcaption.old{background: #59b5c0;}
		.country-list .thumb h4{
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 100%;
			padding: 234px 0 20px;
			font-size: 24px;
			font-weight: bold;
			line-height: 1em;
			color: #fff;
			text-align: center;
			letter-spacing: 0.15em;
			background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(0,0,0,0.9) 100%); /* Firefox用 */  
			background:  -ms-linear-gradient(    rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(0,0,0,0.9) 100%); /* IE */
			background:   -o-linear-gradient(    rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(0,0,0,0.9) 100%); /* Opera */
			background:     -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(60%, rgba(255,255,255,0)),to(rgba(0,0,0,0.9))); /* Safari,Google Chrome用 */
			background:      linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(0,0,0,0.9) 100%);
		}
			.country-list .thumb h4 i{
				display: block;
				font-size: 12px;
				line-height: 1em;
				margin-top: 10px;
			}

		.country-list .text{
			font-size: 14px;
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		.country-list ul{
			letter-spacing: -0.5em;
		}
			.country-list ul li{
				float: left;
				background: #6ac446;
				width: 58px;
				line-height: 40px;
				margin-right: 2px;
				letter-spacing: normal;
				text-align: center;
				vertical-align: top;
			}
				.country-list ul li:last-child{margin-right: 0px;}
				.country-list ul li a{
					font-size: 13px;
				}
				.country-list ul li a.hp{font-size: 18px;}
				.country-list ul li a.twitter,
				.country-list ul li a.facebook{
					text-indent: 200%;
					overflow: hidden;
					white-space: nowrap;
				}
				.country-list ul li a.twitter{background: url("../img/candidate/twitter.png") center center no-repeat;}
				.country-list ul li a.facebook{background: url("../img/candidate/facebook.png") center center no-repeat;}
					.country-list ul li a i{color: #fff;}

.bx-wrapper{margin: 0 auto;}
.bx-pager{display: none;}
.bx-wrapper .bx-controls-direction a{background: transparent; width: 42px; height: 68px; top: 136px;}
.bx-wrapper .bx-controls-direction a.bx-prev{
	left: 205px;
	background: url("../img/candidate/bx-prev.png") no-repeat;
}
	.bx-wrapper .bx-controls-direction a.bx-prev::after{display: none;}
.bx-wrapper .bx-controls-direction a.bx-next{
	right: 15px;
	background: url("../img/candidate/bx-next.png") no-repeat;
}
	.bx-wrapper .bx-controls-direction a.bx-next::after{display: none;}


/* add 2016/06/27 候補者モーダル*/
#candidate-modal-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	z-index: 2000;
	cursor: pointer;
display: none;
opacity: 0;
}
#candidate-modal{
	position: absolute;
	top: 100px;
	left: 50%;
	width: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2001;
display: none;
opacity: 0;
}
#candidate-modal .box{
	background: #fff;
	position: relative;
	margin-left: -420px;
	width: 840px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #6ac446;
	padding: 40px;
}

	#candidate-modal .close{
		position: absolute;
		right: -60px;
		top: 0px;
		width: 40px;
		height: 40px;
		cursor:pointer;
	}
		#candidate-modal .close::before{
			content: "";
			background: #6ac446;
			position: absolute;
			top: 50%;
			left: 0px;
			width: 120%;
			height: 4px;
			-webkit-transform: translate(-5%,-50%) rotate(45deg);
			   -moz-transform: translate(-5%,-50%) rotate(45deg);
			    -ms-transform: translate(-5%,-50%) rotate(45deg);
			     -o-transform: translate(-5%,-50%) rotate(45deg);
			        transform: translate(-5%,-50%) rotate(45deg);
		}
		#candidate-modal .close::after{
			content: "";
			background: #6ac446;
			position: absolute;
			top: 50%;
			left: 0px;
			width: 120%;
			height: 4px;
			-webkit-transform: translate(-5%,-50%) rotate(-45deg);
			   -moz-transform: translate(-5%,-50%) rotate(-45deg);
			    -ms-transform: translate(-5%,-50%) rotate(-45deg);
			     -o-transform: translate(-5%,-50%) rotate(-45deg);
			        transform: translate(-5%,-50%) rotate(-45deg);
		}

	#candidate-modal .person{
		padding-bottom: 30px;
		overflow: hidden;
	}
		#candidate-modal .person figure{
			float: left;
			width: 60px;
		}
		#candidate-modal .person h2{
			font-size: 36px;
			line-height: 1em;
			letter-spacing: 0.15em;
			margin-top: 5px;
			padding-left: 90px;
		}
			#candidate-modal .person h2 i{
				display: block;
				font-size: 12px;
				line-height: 1em;
				letter-spacing: 0.15em;
				margin-top: 17px;
			}

	#candidate-modal .info{
		padding-top: 30px;
		border-top: 1px solid #dadada;
		overflow: hidden;
	}
		#candidate-modal .profile{
			float: left;
			width: 46%;
			padding-right:4%;
		}
		#candidate-modal .other{
			float: left;
			width: 50%;
		}
			#candidate-modal .info h3{
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0.15em;
				margin-bottom: 20px;
			}

			#candidate-modal .address{
				margin-bottom: 25px;
			}
				#candidate-modal .address a{
					text-decoration: underline;
				}
				#candidate-modal .address a:hover{
					text-decoration: none;
				}
			#candidate-modal .tel{
				margin-bottom: 25px;
			}

			#candidate-modal .sns{
				letter-spacing: -0.5em;
			}
				#candidate-modal .sns li{
					background: #6ac446;
					display: inline-block;
					width: 58px;
					line-height: 40px;
					margin-right: 3px;
					letter-spacing: normal;
					text-align: center;
					vertical-align: top;
				}
					#candidate-modal .sns li a{
						display: block;
						height: 40px;
						font-size: 13px;
					}
					#candidate-modal .sns li a.hp{font-size: 18px;}
					#candidate-modal .sns li a.twitter,
					#candidate-modal .sns li a.facebook{
						text-indent: 200%;
						overflow: hidden;
						white-space: nowrap;
					}
					#candidate-modal .sns li a.twitter{background: url("../img/candidate/twitter.png") center center no-repeat;}
					#candidate-modal .sns li a.facebook{background: url("../img/candidate/facebook.png") center center no-repeat;}
						#candidate-modal .sns li a i{color: #fff;}
			




/***********************************************************************************************************************
* 新着情報
***********************************************************************************************************************/
#news{
	padding: 40px 0;
}
#news .headline{margin-bottom: 50px;}
.news-title{
	font-size: 20px;
	font-weight:bold;
	line-height: 1em;
	padding-left: 37px;
	margin-bottom: 25px;
	letter-spacing: 0.15em;
}

.news-content{
	overflow: hidden;
	margin-bottom: 54px;
}
	.news-content .twitcasting{
		float: left;
		width: 50%;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
		.twitcasting .news-title{
			background: url("../img/news/movie.png") left center no-repeat;
		}
		.twitcasting .movie{
			background: #000;
			padding: 0;
			margin-bottom: 25px;
			overflow: hidden;
		}
			#twitcasting-oneosaka-live{
				width: 480px; margin: 0 auto !important;}
		.twitcasting>h4{
			font-size: 24px;
			line-height: 1em;
			margin-bottom: 10px;
			letter-spacing: 0.15em;
			text-align: center;
		}
			.twitcasting>h4 span{color: #6ac446;}
		.twitcasting>p{
			font-size: 12px;
			font-weight: bold;
			line-height: 1em;
			letter-spacing: 0.15em;
			text-align: center;
			margin-bottom: 30px;
		}
		.twitcasting>ul{
			letter-spacing: -0.5em;
		}
			.twitcasting>ul>li{
				display: inline-block;
				width: 25%;
				padding: 0 1px 0 0;
				letter-spacing: 0.15em;
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
				    -ms-box-sizing: border-box;
				     -o-box-sizing: border-box;
				        box-sizing: border-box;
			}
			.twitcasting>ul>li:nth-child(2){padding: 0 1px;}
			.twitcasting>ul>li:nth-child(3){padding: 0 1px;}
			.twitcasting>ul>li:nth-child(4){padding: 0 0 0 1px;}
				.twitcasting>ul>li a{
					display: block;
					background: #6ac446;
					font-size: 14px;
					font-weight: bold;
					line-height: 1em;
					text-align: center;
					color: #fff;
				}
				.twitcasting>ul>li span{display: inline-block; padding: 48px 0 18px;}
				.twitcasting>ul>li:nth-child(1) span{background: url("../img/news/twitcasting.png") center 15px no-repeat;}
				.twitcasting>ul>li:nth-child(2) span{background: url("../img/news/nikoniko.png") center 15px no-repeat;}
				.twitcasting>ul>li:nth-child(3) span{background: url("../img/news/youtube.png") center 20px no-repeat;}
				.twitcasting>ul>li:nth-child(4) span{background: url("../img/news/abema.png") center 20px no-repeat;}

	.news-content .twitter{
		float: right;
		width: 50%;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
		.twitter .news-title{
			background: url("../img/news/twitter.png") left center no-repeat;
		}
		.news-content .twitter iframe{width: 100% !important; height: 462px;}

.schedule{
	position: relative;
}
	.schedule .news-title{
		background: url("../img/news/schedule.png") left center no-repeat;
	}
	.schedule .all{
		position: absolute;
		right: 0px;
		top: 0px;
		padding-left: 20px;
		font-size: 13px;
		font-weight:bold;
		letter-spacing: 0.15em;
		text-decoration: underline;
	}
		.schedule .all:hover{text-decoration: none;}
		.schedule .all::after{
			content: "";
			position: absolute;
			left: 0px;
			top: 50%;
			width: 6px;
			height: 6px;
			border-top: 2px solid #6ac446;
			border-right: 2px solid #6ac446;
			-webkit-transform: rotate(45deg) translateY(-50%);
			   -moz-transform: rotate(45deg) translateY(-50%);
			    -ms-transform: rotate(45deg) translateY(-50%);
			     -o-transform: rotate(45deg) translateY(-50%);
			        transform: rotate(45deg) translateY(-50%);
		}
#schedule-list{
	letter-spacing: -0.5em;
	margin-bottom: 25px;
}
	#schedule-list li{
		position: relative;
		display: inline-block;
		width: 33.33%;
		letter-spacing: normal;
		vertical-align: top;
		padding: 0 16px 0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
		opacity: 0;
		display: none;
	}
	#schedule-list li:nth-child(3n-1){padding: 0 9px;}
	#schedule-list li:nth-child(3n){padding: 0 0 0 16px;}

	#schedule-list li.block{
		display: inline-block;
	}
	#schedule-list li.active{
		opacity: 1;
	}
		#schedule-list li a{
			padding: 10px 0;
			display: table;
			width: 100%;
		}
		#schedule-list li:nth-child(-n+3) a{border-top: 1px solid #dadada;}
		#schedule-list li a::after{
			content: "";
			position: absolute;
			background: #dadada;
			left: 0px;
			bottom: 0px;
			width: -webkit-calc(100% - 16px);
			width: calc(100% - 16px);
			height: 1px;
		}
		#schedule-list li:nth-child(3n-1) a::after{left:9px;}
		#schedule-list li:nth-child(3n) a::after{left: 16px;}
			#schedule-list figure{
				display: table-cell;
				width: 90px;
				height: 90px;
				overflow: hidden;
			}
			#schedule-list .info{
				display: table-cell;
				padding-left: 14px;
				vertical-align: middle;
			}
				#schedule-list .info time{
					display: block;
					color: #909090;
					margin-bottom: 5px;
				}
				#schedule-list .info p{
					font-size: 16px;
					line-height: 1.6em;
					text-decoration: underline;
					padding-left: 18px;
					background: url("../img/news/icon.png") left 3px no-repeat;
				}
				#schedule-list a:hover p{text-decoration: none;}
#news .more{
	display: block;
	background: url("../img/news/arrow.png") center bottom no-repeat;
	width: 165px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0.15em;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	opacity: 0;
	display: none;
}
#news .more.block{
	display: block;
}
#news .more.active{
	opacity: 1;
}

/***********************************************************************************************************************
* リサイズ	1180px以下から800pxまで
***********************************************************************************************************************/
@media screen and (max-width: 1040px) {
	.wrap{width: 100%;}

	.message-list li .box{width: 100%;}
}
@media screen and (max-width: 976px){
	.twitcasting>ul>li a{
		font-size: 10px;
		letter-spacing: normal;
	}
}
@media screen and (max-width: 840px){
	#candidate-modal{
		left: 0px;
		padding: 0 10px;
		width: 100%;
	}
	#candidate-modal .box{
		margin-left: 0px;
		width: 100%;
	}

		#candidate-modal .close{
			right: 0px;
			top: -50px;
		}
}
/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
	* { /*background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;*/ } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	/*a[href]:after { content: " (" attr(href) ")"; }*/
	/*abbr[title]:after { content: " (" attr(title) ")"; }*/
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	body {
		-webkit-print-color-adjust: exact;
	}
	.wrap,#container{width: 100%;}
}




/***** iPad時 *****/
#ipad{}

#ipad header nav a {
	font-size: 16px;
	letter-spacing: 0.15em;
}

#ipad #message li .box{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#ipad #message li:nth-child(1) .box{padding-left: 20px;}
#ipad #message li:nth-child(2) .box{padding-right: 20px;}

#ipad .nomics-list{padding: 0 20px 20px;}

#ipad #candidate::before,
#ipad #candidate::after{
	width: 250px;
	height: 252px;
	background-size: 100%;
}

#ipad #news{
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#ipad footer{
	padding: 22px 20px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}