@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body, html { width: 100%; height: 100%;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;} 
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {color:#0064FF;text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
a:link{color:#0064FF;}
a:visited{color:#0064FF;}
a:hover{color:#FFA0A0;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
a.hovOp:hover{filter: alpha(opacity=50);opacity: 0.5;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}


/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 1px;
	font:normal 16px/28px "YuGothic", "Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}
/*.wrapper {
	width: 950px;
	margin: 0 auto;
}*/
/* header */
#header {
	position: relative;
	padding: 20px 0 ;
	left:-30px;
}
#header h1 {
	padding-bottom: 30px;
}

/* share */
.share {
	padding-top: 25px;
	padding-bottom: 40px;
	text-align: center;
}
.share ul{
	padding-top: 20px;
}
.share li {
	padding: 0 20px;
}
.share li.line{display: none;}
@media only screen and (max-width: 479px) {
	/* [smp] share */
	.share li{
		padding: 0 10px;
	}
	.share li.line{display: inline-block;}
}

/* footer */
#footer {
	padding-top: 40px;
	padding-bottom: 36px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #000;
}
#footer ul {
	margin-bottom: 40px;
}
#footer li {
	padding: 0 20px;
}

#footer li.ft_adjst{
 	padding: 0 126px;
}
#footer .copy {
	margin: 0 auto;
}


/* contents */
#cover {
	background-image:url('../images/cover.jpg');
	background-color: #000000;
	position: relative;
	background-size:contain;
	background-repeat: no-repeat;
 	background-attachment: fixed;
	height: 100% !important;
	width: 100%;
	background-position: center center;
}
.containBox{
	height: 100%;
}
.box{
	position: relative;
	background-size:contain;
	background-color: #000000;
	background-repeat: no-repeat;
 	/*background-attachment: fixed;*/
	height: 100% !important;
	width: 100%;
	overflow: hidden;
	background-position: center center;
}
.btn_move {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.btn_detail {
	position: absolute;
	top: 45%;
	left: 20px;
}

#box1{	background-image:url('../images/back01.jpg'); }
.box1_1116{	background-image:url('../images/1116back01.jpg') !important; }

.eventInfo {
	position: absolute;
	top: 20em;
	right: 0;
	width: 30%;
}
.interview {
	border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding: 40px 0;
    text-align: center;
}

.b_pc {display: block;position: relative;}
.b_sp {display: none;}

/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	body {width: 100%;margin: 0 auto;}
	img{max-width:100%;height:auto;}
	.wrapper{width: 100%;}
	.fl,.fr {float: none;}

	/* [sp] footer */
	#footer {
		width: 100%;
	}
	#footer li{
		display: block;
		padding: 0;
		padding-bottom: 12px;
	}
	#footer li.ft_adjst{
	 	padding: 0 0 12px 0;
	}
	
	/* [sp] contents */
	#cover{
		display: none;
	}
	.btn_move {
		position: absolute;
		display: block;
		bottom: 10px;
		right: 8px;
		left:inherit;
		width: 50px;
	}
	.btn_detail {
		position: absolute;
		top: inherit;
		left: 20px;
		bottom: 10px;
		/*width: 88px;*/
	}
	
	.box{
		background-position: top center;
		background-size:contain;
		position: relative;
	}
	#box1_sp{background-image:url('../images/back01_sp.jpg'); }
	.box1_1116_sp{background-image:url('../images/1116back01_sp.jpg')!important; }
	.eventInfo {
		position: relative;
		top: initial;
		right: initial;
		width: 300px;
		margin: 15px auto 0 auto;
	}
	.b_pc {display: none;}
	.b_sp {display: block;}
} 
