/*  -------------------------------CONTENT MENU------------------------------- */
#contents{
	position:fixed;
	top:0;
	left:0;
	width:calc(100% - 48px);
	height:48px;
	background:rgba(0,0,0,0.7);
	overflow:hidden;
	box-sizing:border-box;
	padding:8px 0 0;
}
#contents p{
	display:inline-block;
	width:48px;
	height:40px;
	padding:0;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:9px;
	line-height:1;
}
#contents p span{
	font-size:23px;
	letter-spacing:1px;
}
#contents ul{
	display:inline-block;
	width:calc(100% - 48px);
	height:40px;
	overflow:hidden;
}
#contents ul li{
	display:inline-block;
	width:33.3%;
	height:40px;
	overflow:hidden;
	box-sizing:border-box;
	border-left:solid 1px rgba(255,255,255,0.3);
}
#contents ul li a{
	display:inline-block;
	width:100%;
	height:40px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	line-height:1.1;
	padding-top:6px;
}
#contents ul li a span{
	font-family: 'Oswald', sans-serif;
	font-size:8px;
	color:rgba(255,255,255,0.3);
}
.menu_top{

}
.menu_concept{

}
.menu_info{

}

/*  -------------------------------HEADER------------------------------- */
header{
	width:100%;
	height:460px;
	box-sizing:border-box;
	padding:0;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:630px 460px;
	animation-name:top_bg;
	animation-duration:60s;
	animation-delay:1.5s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
}
@keyframes top_bg{
	0%{background-position:left top;}
	50%{background-position:right top;}
	100%{background-position:left top;}
}
h1{
	position:absolute;
	top:150px;
	width:100%;
	height:115px;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 50px;
	padding:45px 0 10px;
	text-align:center;
	opacity:0;
	animation-name:top_title;
	animation-duration:1.5s;
	animation-delay:0.5s;
	animation-iteration-count:1;
	animation-timing-function:liner;
	animation-fill-mode:forwards;
}
@keyframes top_title{
	0%{opacity:0;top:150px;}
	100%{opacity:1;top:135px;}
}
.head_bg{
	background-color:rgba(0,0,0,1);
	animation-name:top_opacity;
	animation-duration:2.5s;
	animation-delay:1.5s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	animation-fill-mode:forwards;
}
@keyframes top_opacity{
	0%{background-color:rgba(0,0,0,1);}
	100%{background-color:rgba(0,0,0,0);}
}
.head_bg div{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:350px 0 0;
}
header p{
	width:100%;
	height:110px;
	background:rgba(0,0,0,0.5);
	box-sizing:border-box;
	margin:0;
	padding:30px 0 0;
	text-align:center;
	color:#fff;
	line-height:1.5;
	overflow:hidden;
}
header h2{
	width:100%;
	height:125px;
	margin:-125px 0 0;
	background-image:url(../svg/svg_androom_logo2.svg), url(../svg/svg_bg_arch2.svg);
	background-size:auto 34px, 100% 20px;
	background-position:center top, center bottom;
	background-repeat:no-repeat, no-repeat;
	text-indent:-9999px;
}
.icon_circle{
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:40px auto;
	margin:0 auto 25px;
	border-radius:18px;
}


/*  -------------------------------CONCEPT------------------------------- */
#concept{
	background:#fff;
	padding:15px 0 0;
}
#concept section{
	padding:40px 30px 40px;
}
#concept h2{
	height:28px;
	background:url(../svg/svg_concept.svg) no-repeat center;
	background-size:auto 28px;
	text-indent:-9999px;
	margin:0 0 20px;
}

#concept .movie{
	margin-top:30px;
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#concept .movie iframe{
	border-radius:3px;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#concept .movieshort{
	position:relative;
	width:80%;
	margin:0 auto 30px;
	padding-top:142.261640798226164%;
}
#concept .movieshort iframe{
	border-radius:3px;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#concept p{
	padding:0 0 30px;
	font-size:14px;
	font-weight:200;
	line-height:2.25;
	text-align:justify;
	letter-spacing:0;
	font-family: "Helvetica Neue LT W01_55 Roman" , "hsn-zhcn-sans-light" , "hsn-zhtw-sans-light" , "FOT-筑紫ゴシック Pr5 L{pm}" , sans-serif;
}
#concept p strong{
	color:#000;
	font-weight:bold;
}
#concept p.photo{
	text-align:center
}
#concept p.photo1 img{
	box-sizing:border-box;
	width:100%;
	height:auto;
	border-radius:3px;
}
#concept p.photo2 img{
	box-sizing:border-box;
	width:calc(50% - 10px);
	height:auto;
	border-radius:3px;
}
#concept p.photo2 img:first-child{
	margin-right:20px;
}

#concept p.photo3 img{
	box-sizing:border-box;
	width:calc(32% - 10px);
	height:auto;
	border-radius:50%;
}
#concept p.photo3 img:nth-child(2){
	margin:0 10px;
}
h3{
	text-align:center;
	font-size:20px;
	font-weight:normal;
	line-height:1.4;
}
#concept section.collabo{
	padding:55px 20px;
}
.collabo_box{
	background:url(../svg/svg_androom_logo2.svg) no-repeat center 15px #fff;
	background-size:auto 25px;
	padding:45px 20px 20px;
	border-radius:5px;
	box-sizing:border-box;
}
.collabo h3{
	font-size:15px;
}
.collabo object{
	display:block;
	margin:25px auto 0;
}
.collabo h4{
	border-top:#000 solid 1px;
	margin:10px 0 0;
	padding:10px 0 20px;
	color:#000;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	line-height:1;
}
#concept .collabo p{
	font-size:12px;
	line-height:1.5;
	padding:0 0 15px;
}
.collabo a{
	display:block;
	max-width:100%;
	background:url(../svg/svg_icon_arrow2.svg) no-repeat 9px center #000;
	background-size:12px 12px;
	padding:12px 10px;
	margin:15px 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	line-height:1;
	border-radius:3px;
}
ul, li{
	margin:0;
	padding:0;
}
.loopSliderWrap{
	height:300px;
	overflow:hidden;
	position:relative;
}
.loopSliderWrap:after{
	content: "";
	display:block;
	clear:both;
}
.loopSlider{
	margin:0 auto;
	width:100%;
	height:300px;
	text-align:left;
	position:relative;
	overflow:hidden;
	visibility:hidden;
}
.loopSlider ul{
	height:300px;
	float:left;
	overflow:hidden;
}
.loopSlider ul li{
	width:300px;
	height:300px;
	float:left;
	overflow:hidden;
	padding:0 10px;
}
.loopSlider ul li img{
	width:100%;
	height:100%;
	border-radius:3px;
}
@media only screen and (max-width: 768px){
	.loopSliderWrap, .loopSlider, .loopSlider ul{
		height: 200px;
	}
	.loopSlider ul li{
		width:200px;
		height:200px;
	}
}
.parallax{
	min-height:400px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:450px 600px; /* 高さ1.5倍 */
}
.parallax img{
	display:none;
 }
 
 
 /*  -------------------------------INFORMATION------------------------------- */
#info{
	background:#fff;
	margin-top:30px;
	padding:55px 0 0;
}

/* NEW（section内の最初に<div class="new">NEW</div>を付ける） */
.new{
	position:absolute;
	right:30px;
	width:50px !important;
	height:50px;
	background:url(../svg/svg_new.svg) no-repeat right bottom;
	background-size:50px 50px;
	text-indent:-9999px;
	oveflow:hidden;
	border-radius:0 3px 0 0;
}
/* UPDATE（section内の最初に<div class="update">UPDATE</div>を付ける） */
.update{
	position:absolute;
	right:30px;
	width:50px !important;
	height:50px;
	background:url(../svg/svg_update.svg) no-repeat right bottom;
	background-size:50px 50px;
	text-indent:-9999px;
	oveflow:hidden;
	border-radius:0 3px 0 0;
}

#info h2{
	height:28px;
	background:url(../svg/svg_info.svg) no-repeat center;
	background-size:auto 28px;
	text-indent:-9999px;
	margin:0 0 20px;
}
#info h3{
	font-size:16px;
}
#info section{
	margin:15px 30px 40px;
	padding-bottom:15px;
	border-radius:3px;
}
#info img{
	border-radius:3px 3px 0 0;
}
#info .cmr{
	margin:15px auto -10px;
	padding:4px;
	background:#000;
	color:#fff;
	text-align:center;
	line-height:1;
	letter-spacing:1px;
	font-family: 'Oswald', sans-serif;
	font-size:9px;
	width:120px;
	border-radius:10px;
}
#info h4{
	margin:0 10px 15px;
	padding:15px 0 3px;
	border-bottom:double 3px #000;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
#info h4 span{
	font-size:12px;
}
#info table{
	margin:0 15px 15px;
	width:calc(100% - 30px);
	border-top:solid 1px rgba(0,0,0,0.2);
}
#info th, #info td{
	border-bottom:solid 1px rgba(0,0,0,0.2);
	font-size:11px;
	padding:7px 4px;
}
#info th{
	border-right:dashed 1px rgba(0,0,0,0.2);
	background:rgba(255,255,255,0.25);
}
#info p{
	padding:0 15px 15px;
	font-size:10px;
	line-height:1.25;
	text-align:justify;
}
#info section div{
	width:calc(100% - 30px);
	margin:0 auto 10px;
}
#info div a{
	display:inline-block;
	width:calc(50% - 5px);
	padding:12px 0;
	background:url(../svg/svg_icon_arrow2.svg) no-repeat 9px center #000;
	background-size:12px 12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	border-radius:5px;
	box-sizing:border-box;
}
.photoset{
	margin-right:5px;
}
.view{
	margin-left:5px;
}
#info section div.boshu{
	margin:0 auto;
	padding:12px 0;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	background:#aaa;
	background-size:12px 12px;
}
#info section div.boshu_on{
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	background:#aaa;
	background-size:12px 12px;
}
#info section div.boshu_on a{
	width:100%;
}
#info section div.boshu_asp{
	margin:0 auto;
	border-radius:5px;
}
#info section div.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}