@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2018/9/5制作
------------------------------------------------------------*/

/*-----common------*/

#in_contents div:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	content: " ";
}

body { font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; 
 /*overflow-x: hidden;*/}

#in_contents{
	width: 100%;
	height: auto;
	background-color: black;
	margin: 0 auto;
	overflow:auto;
}

#in_contents ul:after{
	clear: both;
}

#in_contents .contents_box{
	width: 1400px;
	height: auto;
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
	overflow: hidden;
	_zoom: 1; /*IE6バグ対策*/
}

#in_contents .contents_back{
	width: 100%;
	height: auto;
}

#in_contents .blue_bk{
	width: 100%;
	height: auto;
	background: linear-gradient(#00acea, #003a70);
	position: relative;
}

#in_contents h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#in_contents nav, section, article, hgroup {
	display: block;
}

#in_contents a{
	outline: none;
	font-size: 0;
}

#in_contents img{
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-----inline-block隙間対応------*/
}

#in_contents * {
	margin: 0px;
	padding: 0px;
}

#in_contents *:focus {/*-----chrome画像フォーカス時の線を消す------*/
	outline: none;
}

#in_contents h2{
	margin: 10px auto 30px;
}

#in_contents .margin_t32{
	margin-top: 45px;/*-----約3.2%------*/
}

#in_contents .margin_t7{
	margin-top: 98px;/*-----約7%------*/
}

#in_contents .margin_b7{
	margin-bottom: 98px;/*-----約7%------*/
}

#in_contents .margin_b10{
	margin-bottom: 140px;/*-----約10%------*/
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }

/*-----top------*/

#in_contents #top{
	width: 100%;
	height: auto;
	text-align: center;
}

#in_contents .logo img{
	margin: 12px auto;
}

#in_contents #top h1 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*-----tokuten------*/

#in_contents #tokuten{
	position: relative;
}

/*-----prius------*/



/*-----color------*/

#in_contents #color{
	text-align: center;
}

#in_contents #slider_1{
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#in_contents #slider_1 li{
	background-color: #1e1f1e;
	color: white;
}

#in_contents #slider_1 li p{
	padding-bottom: 30px;
	font-size: 0.8em;
}

#in_contents #slider_1 li span{
	font-size: 0.7em;
}

#in_contents #slider_1_text{
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 10px auto;
	text-align: left;
}

#in_contents #slider_1_nav{
	width: 650px;
	height: auto;
	margin: 20px auto;
	position: relative;
}

#in_contents #slider_1_nav .slick-slide{
	width: 60px!important;
	height: auto;
	margin: 10px auto;
}

#in_contents .roof_film{
	position: absolute;
	bottom: 32px;
	left: 18%;
	
}

#in_contents .slide-arrow{
	position: absolute;
	top: 45%;
	width: 100%;
	height: auto;
}

#in_contents .prev-arrow{
	z-index: 99;
	left: 20px;
	width: 14px;
	height: auto;
	cursor : pointer;
}

#in_contents .next-arrow{
	z-index: 99;
	right: 20px;
	width: 14px;
	height: auto;
	cursor : pointer;
}

/*-----plan------*/

#in_contents .back_01{
	background: no-repeat url("../../img/bk_sankaku1.png") left 100px;
	width: 100%;
	height: auto;
	background-size:100% auto;
}


#in_contents .back_02{
	background: no-repeat url("../../img/bk_sankaku1.png") left 900px;
	width: 100%;
	height: auto;
	background-size:100% auto;
}


#in_contents .back_03{
	background: no-repeat url("../../img/bk_sankaku2.png") left 850px;
	width: 100%;
	height: auto;
	background-size:100% auto;
}

#in_contents #plan ul{
	background-color: rgba(255,255,255,0.9);
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 10px;
}

/*-----footer------*/

#in_contents #link_btn{
	text-align: center;
	padding-top: 15px;
}

/*-----フェードイン------*/

.fadein {
    opacity : 0;
    transform : translate(0, -80px);
    transition : all 900ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

