@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2019/4/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 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 .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; }

/*-----link_menu------*/

#in_contents #link_menu{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	width: 100%;
	height: auto;
	font-size:0;/*inline-block隙間対応*/
}

#in_contents #link_menu li{
	display: inline-block;
	background-color: white;
}

#in_contents #link_menu li img:hover{
	opacity: 0.7;
	cursor: pointer;
	cursor: hand;
}

/*-----top------*/

#in_contents #top{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #000;
}

#in_contents .logo{
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
	
}

#in_contents #top_slider{
	margin-top: -50px;
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
}

#in_contents #top_slider li{
	width: 100%;
	height: auto;
}

#in_contents #slider00 {/*スライド　ロード時画像縦並び防止*/
	display:none;
}
#in_contents #slider00.slick-initialized {/*スライド　ロード時画像縦並び防止*/
	display: block;
} 

#in_contents .top_car{
	position: absolute;
	bottom: -30px;
	opacity: 0;
	-webkit-animation: example 0.5s ease 0.5s 1 forwards;
	animation: example 0.5s ease 0.5s 1 forwards;
	z-index: 50;
}

#in_contents .top_new{
	position: absolute;
	bottom: 350px;
	left: 80px;
	text-align: left;
	opacity: 0;
	-webkit-animation: example 1s ease 1s 1 forwards;
	animation: example 1s ease 1s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

/*-----present------*/

#in_contents #present{
	width: 100%;
	height: auto;
	background: black ;
	background-size: cover;
	position: relative;
	padding: 10px 0;
}

#in_contents .top_day img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100;
}

/*-----exterior------*/

#in_contents #ex_slider,#in_slider{
	background-color: #373737;
	text-align: center;
	position: relative;
	padding: 100px 0 10px;
}

#in_contents #ex_slider{
	margin-bottom: 100px;
}

#in_contents #slider01,#slider011{
	z-index: 0;
	margin-top: -100px;
	opacity: 0;
}

#in_contents #slider01 img{
	margin: 0 auto;
}

#in_contents #slider011 img{
	margin: 0 auto;
}

#in_contents #slider01_s,#slider011_s{
	position: absolute;
	bottom: -200px;
	width: 1140px;
	height: auto;
	background-color: #373737;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#in_contents #slider01_s li{
	background-color: black;
	margin-left: 22px;
}

#in_contents #slider01_s img{
	opacity: 0.5;
}

#in_contents #slider01_s img:hover{
	opacity: 1;
	cursor: pointer;
	cursor: hand;
}

#in_contents #slider011_s li{
	background-color: black;
	margin-left: 22px;
}

#in_contents #slider011_s img{
	opacity: 0.5;
}

#in_contents #slider011_s img:hover{
	opacity: 1;
	cursor: pointer;
	cursor: hand;
}

/*-----exterior interior------*/

#in_contents .slidertitle{
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#in_contents .pre_btn{
	z-index: 10;
	position: absolute;
	left: 95px;
	top: 47%;
}

#in_contents .pre_btn:hover{
	cursor: pointer;
	cursor: hand;
	opacity: 0.8;
}

#in_contents .next_btn{
	z-index: 10;
	position: absolute;
	right: 95px;
	top: 47%;
}

#in_contents .next_btn:hover{
	cursor: pointer;
	cursor: hand;
	opacity: 0.8;
}


/*-----colorスライダー------*/

#in_contents #color_slider{
	padding-top: 150px;
	position: relative;
}

#in_contents .slidertitle_color{
	position: absolute;
	top: 150px;
	z-index: 10;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#in_contents #slidercolor img{
	margin: 0 auto;
}

#in_contents #slidercolor_s{
	width: 440px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 4%;
}

#in_contents #slidercolor_s li{
	display: block;
	margin: 0 25px 20px;
}

#in_contents #slidercolor_s li img:hover{
	cursor: pointer;
	cursor: hand;
	opacity: 0.8;
}

/*-----performance------*/

#in_contents #performance{
	background: no-repeat url("../../img/back_02.jpg") center top;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	text-align: center;
}

#in_contents #performance img{
	margin: 0 auto;
}

#in_contents #performance .next_btn{
	right: 60px;
}

#in_contents #performance .pre_btn{
	left: 60px;
}

/*-----utility------*/

#in_contents #utility{
	background: no-repeat url("../../img/back_03.jpg") center top;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	text-align: center;
}

#in_contents #utility img{
	margin: 0 auto;
}

#in_contents .utility_title{
	margin: 0 auto;
}

#in_contents #utility .next_btn{
	right: 60px;
}

#in_contents #utility .pre_btn{
	left: 60px;
}

#in_contents .utility_note{
	background-color: white;
	width: 81.4%;
	height: auto;
	margin: 2% auto 0;
}

/*-----performance・utility------*/

#in_contents .slider03{
	margin-top: 40px;
}

#in_contents .slider03 img{
	margin: 0 auto;
}

/*-----price------*/



/*-----footer------*/

#in_contents #in_contents_footer{
	background-color: #ffc73c;
}

#in_contents .footer_cont{
	display: table;
	width: 80%;
	margin: 0 auto;
}

#in_contents .footer_car{
	display: table-cell;
	vertical-align: bottom;
	padding-top: 2%;
}

#in_contents .footer_message{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 50px;
}

#in_contents .footer_btn:hover{
	opacity: 0.7;
	cursor: pointer;
	cursor: hand;
}

#in_contents .footer_message p{
	font-weight: bold;
	font-size: 1.7em;
	padding: 1em 0;
}