@charset "utf-8";

 #bgCoverImg{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-image: url("/assets/labo/images/bg_studio.jpg"); */
	background-color: #88abbe;
	opacity: .6;
} /**/

header.top nav ul li:nth-child(2){
	position: relative;
	z-index: 1;
}


header.top nav ul li:nth-child(2)>ul.subMenu{
	display: flex;
	flex-flow: column;
	justify-content: start;
	line-height: 28px;
	
	position: absolute;
	z-index: 1;
	left: -5px;
	background: rgba(255,255,255,0.96);
	top: 20px;
	padding: 0 4px;
	height: 0;
	/* border: #e7e7e7 solid 1px; */
	/* border-top: 0; */
	/* border-bottom: 0; */
	border-radius: 4px;
	
	overflow: hidden;
	
	transition: all 0.3s ease-out;
	box-sizing: content-box;
}

header.top nav ul li:nth-child(2)>ul.subMenu.slideDown
{
	padding: 4px 4px 8px;
	height: 80px;
	/* border: #e7e7e7 solid 1px; */
	box-shadow: 0 1px 4px rgba(26,26,26,0.2);
}

/* ■BOX ++++++++++++++++++ */

#container
{
	padding: 0;
	width: 100%;
}

#container,
#container div,
#container div.headline,
#container .bgimg
{
	transition: all 2s ease-out;
}

#container div,
#container div h1
{
	position: relative;
}

@media only screen and (min-width: 501px) { /* */

	.headline h1 span.jp{
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
} /* */

@media only screen and (max-width: 500px) {
	
	.headline h1 span.jp{
	display: flex;
	flex-flow: column !important;
	justify-content: center;
	align-content: center;
	align-items: center;

	}
	
	.headline h1 span.jp img,
	.headline h1 span.jp b
	{
		display: block;
	}
	.headline h1 span.jp b{
		padding: 8px 0;
	}
}

.headline h1 span.jp br{
	display: none;
}

.headline h1 img.squea{
	margin: 16px;
	width: 72px;
	height: auto;
	transform: scale(0.01);
	transform: scale(0.01) translate(200px, 0);
	opacity: 0;
}

.headline h1 img.radius{
	margin: 16px;
	width: 88px;
	height: auto;
	border-radius: 50%;
	transform: scale(0.01) translate(-200px, 0);
	opacity: 0;
}

#container div.box{
	position: relative;
	z-index: 2;
	margin: 0 auto 8vw;
}

#container div.headline{
	position: relative;
	z-index: 1;
	margin: 0 auto 40px;
}

#container div.box{
	padding: 40px 80px;
	width: 70%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
}

#container div.box.transparent{
	color: #fff;
	background: rgba(0,255,255,0);
}

#container div.box.max{
	margin: 0;
	width: 100%;
	background: rgba(255,255,255,1);
}

#container div.box.noMgn,
#container div.headline.noMgn{
	margin: 0 auto;
}

#container div.mgnBtm{
	margin: 0 auto 40px;
	width: 70%;
}

/* ■HEAD LINE ++++++++++++++++++ */

@media only screen and (min-width: 1201px){
	#container div.headline h1{
		padding-top: 60px;
		height: 660px;
		font-size: 200px;
	}
		
	#container div.box span{
		font-size: 20px;
		line-height: 24px;
	}
		
	#container div.box h2{
		margin-bottom: 40px;
		font-size: 44px;
		line-height: 40px;
		color: #333;
		text-align: center;
	}

}



@media only screen and (max-width: 1200px){
	#container div.headline h1{
		height: 55vw;
		font-size: 20vw;
	}
		
	#container div.box span{
		font-size: 1.2vw;
		font-size: 12px;
		line-height: 20px;
	}
		
	#container div.box h2{
		margin-bottom: 32px;
		font-size: 32px;
		line-height: 36px;
		color: #333;
		text-align: center;
	}

}



#container div.headline{
	width: 100%;
	text-align: center;
}


#container div.headline h1{
	display: flex;
	flex-flow: column;/*並びの方向k規制*/
	justify-content: center;/*並び方の配置規則*/
	align-content: center;/*justify-contentのクロス規則*/
	align-items: center;/*クロス方向のオブジェクトの変形規則*/
	
	padding-top: 60px;
	width: 100%;
	font-family: 'Sorts Mill Goudy';
	color: #fff;
	line-height: 76%;
	text-align: center;
	/* text-shadow: 0 0 12px rgba(51,51,51,0.4); */
	transition: all 1s ease-out;
}

small{
	display: inline;
	text-decoration: none;
	font-style: normal;
	font-size: 100%;
}

small.f{
letter-spacing: -2px;
margin-left: 4px;	
}

small.s{
letter-spacing: -2px;
margin-left: -4px;	
}

#container div.headline h1 .jp{
	bottom: -72px;
	font-size: 20px;
	line-height: 28px;
	font-family: adobe-song-std, sans-serif;
	font-weight: Extra-light;
}

#container div.headline h1 em,
#container div.headline h1 em i,
#container div.headline h1 span{
	position: relative;
}

#container.off div.headline h1 em{
	display: none;
}

#container div.box h2{
	color: #333;
	text-align: center;
}

#container div.box span{
	display: block;
	margin: 0 auto;
	color: #999;
}

#container div.box.transparent span{
	color: #fff;
}


#container div#sliderFrame{
/* 	margin-bottom: 40px;
 */	padding: 0;
	width: 100%;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	overflow: hidden;
}

#container div#sliderFrame>div{
	margin: 0 auto;
	width: 70%;
}

#container div.box.transparent{
	color: #fff;
	background: rgba(0,255,255,0);
}


/* 背景画像の設定 */

#imgtype1{
	background: transparent url('../images/salinger1.jpg') no-repeat;
}

#imgtype2{
	background: transparent url('../images/salinger2.jpg') no-repeat;
}

#imgtype3{
	background: transparent url('../images/salinger3.jpg') no-repeat;
}

#imgtype4{
	background: transparent url('../images/salinger4.jpg') no-repeat;
}

@media only screen and (max-width: 375px){

.headline h1 img.squea{
	margin: 0;
	width: 60px;
	height: auto;
	transform: scale(0.01);
	transform: scale(0.01) translate(100px, 0);
}

.headline h1 img.radius{
	margin: 0;
	width: 68px;
	height: auto;
	border-radius: 50%;
	transform: scale(0.01) translate(-100px, 0);
}


