/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
img{
	border:none;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	background:url(../img/bg00.jpg) fixed no-repeat #fff;
	background-size:cover;
	background-position:bottom right;
	 -webkit-text-size-adjust: 100%;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#header{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	animation-name: TitleArea;
	animation-fill-mode:backwards;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	width:920px;
	height:300px;
	padding:0;
	margin:30px auto 20px auto;
	background:url(../img/title.png) no-repeat;
}
#lead{
	width:920px;
	height:10px;
	text-indent:-9999px;
	margin:0 auto 0 auto;
}
@-webkit-keyframes FukiArea {
	0% {
		-webkit-opacity:0;
		-webkit-transform: translateY(10px);
	}
	100% {
		-webkit-opacity:1;
		-webkit-transform: translateY(0px);
	}
}
@keyframes FukiArea {
	0% {
		opacity:0;
		transform: translateY(10px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
#fukidashi{
	-webkit-animation-name: FukiArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count: 1;
	animation-name: FukiArea;
	animation-fill-mode:backwards;
	animation-delay: 1.5s;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	width:170px;
	height:105px;
	background:url(../img/02_fukidashi.png) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 35px;
}
h1{
	width:920px;
	height:10px;
	text-indent:-9999px;
}
#header .toggle_concept{
	display:block;
	width:360px;
	height:65px;
	background:url(../img/concept_head.png) no-repeat center;
	opacity:0;
	text-indent:-9999px;
	margin:105px auto 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header .toggle_concept:hover{
	opacity:1;
}
#wrapper {
	margin:0 auto 60px auto;
}


/* SPIN-OFF SERIES */
.spin_off{
	width:65px;
	height:125px;
	position:fixed;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.spinoff_new1{
	width:40px;
	height:25px;
	text-indent:-9999px;
	background:url(../img/spinoff_new.png) no-repeat;
	position:fixed;
	top:14px;
	right:48px;
}
.spinoff_new2{
	width:40px;
	height:25px;
	text-indent:-9999px;
	background:url(../img/spinoff_new.png) no-repeat;
	position:fixed;
	top:154px;
	right:48px;
}
.spinoff_up1{
	width:40px;
	height:25px;
	text-indent:-9999px;
	background:url(../img/spinoff_up.png) no-repeat;
	position:fixed;
	top:14px;
	right:48px;
}
.spinoff_up2{
	width:40px;
	height:25px;
	text-indent:-9999px;
	background:url(../img/spinoff_up.png) no-repeat;
	position:fixed;
	top:154px;
	right:48px;
}
#so_suomi{
	background:url(../img/spinoff_suomi.png) no-repeat;
	top:30px;
	right:0;
}
#so_suomi:hover{
	width:70px;
}
#so_bali{
	background:url(../img/spinoff_bali.png) no-repeat;
	top:170px;
	right:0;
}
#so_bali:hover{
	width:70px;
}

/* VACANT ROOM Information */
#vacant{
	width:45px;
	height:265px;
	background:url(../img/vacantroom.png) no-repeat;
	background-position: -5px 0;
	position:fixed;
	top:30px;
	left:0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#vacant:hover{
	width:50px;
	background-position: 0 0;
}

/* FOOTER */
#footer{
	background:url(../img/footer_bg.png);
	padding:6px;
	text-align:center;
	color:#fff;
	width:100%;
	position:fixed;
	bottom:20px;
}
#footer p{
	margin-top:2px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#f00;
	text-decoration:underline;
}


/* CONCEPT */
#conceptbox{
	position:absolute;
	width:100%;
	height:1500px;
	min-height:100%;
	background:url(../img/concept_bg.jpg) #000 no-repeat top center;
	z-index:100000;
}
#conceptmain{
	width:740px;
	height:1190px;
	background:url(../img/concept_logo.png) center 45px no-repeat #fff;
	border:#000 solid 5px;
	margin:150px auto;
}
#conceptmain h2{
	height:78px;
	background:url(../img/concept_lead.png) no-repeat center;
	text-indent:-9999px;
	margin:100px 0 80px;
}
#conceptmain p{
	font-size:14px;
	line-height:2;
	color:#777;
	text-align:center;
	margin-bottom:35px;
}
.concept_close1{
	display:block;
	width:70px;
	height:70px;
	background:url(../img/concept_btn.png);
	text-indent:-9999px;
	margin-left:670px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.concept_close2{
	display:block;
	width:138px;
	height:34px;
	background:url(../img/concept_close.png);
	border:solid 1px #000;
	text-indent:-9999px;
	margin:100px auto 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#conceptmain .toggle_concept:hover{
	background-position:right;
}
#conceptmain strong{
	font-weight:bold;
	color:#333;
}
#conceptmain .red{
	color:#f00;
}

/* LINKS */
#links{
	background:#fff;
	padding:30px 7.5% 100px;
}
#links h3{
	text-indent:-9999px;
	width:100%;
	height:27px;
	background:url(../img/links_title.gif) no-repeat;
	border-bottom:solid 1px #ccc;
	margin-bottom:12px;
}
#link_w{
	overflow:hidden;
	backface-visibility:hidden;
	width:80%;
	margin:0 auto;
}
.sec{
	margin:5px 10px;
}
.masonry .links_bn{
	display:block;
	width:210px;
	height:80px;
	text-indent:-9999px;
	background-repeat:none;
}
.bn_apn{
	background-image:url(../img/links/bn_apn.jpg);
}
.bn_line{
	background-image:url(../img/links/bn_line.jpg);
}
.bn_cm{
	background-image:url(../img/links/bn_collaboman.jpg);
}
.bn_njroom{
	background-image:url(../img/links/bn_njroom.png);
}
.bn_nj2016am{
	background-image:url(../img/links/bn_nj2016am.jpg);
}
.bn_nj2016ai{
	background-image:url(../img/links/bn_nj2016ai.jpg);
}
.bn_story{
	background-image:url(../img/links/bn_story.jpg);
}
.bn_coolhot{
	background-image:url(../img/links/bn_coolhot.gif);
}
.bn_staff{
	background-image:url(../img/links/bn_staff.png);
}
.bn_dr{
	background-image:url(../img/links/bn_dr.jpg);
}
.bn_garage{
	background-image:url(../img/links/bn_garage.jpg);
}
.bn_androom{
	background-image:url(../img/links/bn_androom.jpg);
}
.bn_inde{
	background-image:url(../img/links/bn_independent.jpg);
}
.bn_like{
	background-image:url(../img/links/bn_like.jpg);
}
.bn_nj2017a{
	background-image:url(../img/links/bn_nj2017a.jpg);
}


/* for SMARTPHONE */
#smt{
	display:none;
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (-o-min-device-pixel-ratio : 3/2), only screen and (min--moz-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5){
	#smt{
		display:block;
		width:100%;
		height:200px;
		background:#fff000;
		padding:30px 0 70px;
	}
	#smt a{
		display:block;
		width:800px;
		padding:20px 0;
		margin:20px auto 0;
		background:#fff;
		font-size:50px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		color:#e00;
		border:#e00 solid 7px;
		border-radius:15px;
		box-shadow:0px 4px 0px #600;
	}
}


/* SCROLL TO TOP */
#back-top {
	position: fixed;
	 bottom: 20px;
	right: 5px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
    line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}