@charset "utf-8";

/* --------------------------------- */
/* TOP
------------------------------------ */
.ss_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.ss_thum_list{
	position: absolute;
	bottom: 30px;
	left: 50%;
}
.ss_thum_list li{
	display: inline-block;
	margin: 0 10px;
}

/* inner nav */
.inav{
	text-align: center;
	margin-bottom: 30px;
}
.inav li{
	display: inline-block;
	margin: 0 20px;
}
.inav_concept{width: 167px;}
.inav_menu{width: 169px;}
.inav_shop{width: 167px;}
@media (max-width: 480px) {
	.inav {
		margin-bottom: 20px;
	}
	.inav li{
		margin: 0 0;
	}
	.inav_concept{width: 100px;}
	.inav_menu{width: 102px;}
	.inav_shop{width: 100px;}
}
@media (max-width: 360px) {
	.inav {
		margin-bottom: 12px;
	}
	.inav li{
		margin: 0 0;
	}
	.inav_concept{width: 96px;}
	.inav_menu{width: 98px;}
	.inav_shop{width: 96px;}
}

#intro_wrap{
	position: relative;
	overflow: hidden;
}

#fullpage{
	overflow: hidden;
}
.sm-slider{
	background: #000;
}
#fullpage{
  position: relative;
}
#intro{
	position: absolute;
	width: 690px;
	height: 480px;
	text-align: center;
	margin: -275px 0 0 -345px;
	left: 50%;
	top: 50%;
}
#intro h1{
	width: 257px;
	margin: 0 auto 15px;
}
@media (max-width: 480px) {
	#intro{
		position: relative;
		width: 320px;
		height: 400px;
		margin: -180px auto 0 ;
		left: 0;
	}
	#intro h1{
		margin-bottom: 10px;
		width: 150px;
	}
}
@media (max-width: 360px) {
	#intro{
		position: relative;
		width: 310px;
		height: 390px;
		margin: -170px auto 0 ;
		left: 0;
	}
	#intro h1{
		margin-bottom: 5px;
		width: 110px;
	}
}
.intro_catchWrap{
	width: 485px;
	height: 70px;
	margin: 0 auto 10px;
	overflow: hidden;
	border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.intro_catch{
	position: relative;
	width: 485px;
	height: 70px;
}
.intro_catch img{
	width: auto;
	height: 70px;
}
@media (max-width: 480px) {
	.intro_catchWrap{
		margin-bottom: 5px;
	}
	.intro_catchWrap,
	.intro_catch{
		width: 280px;
		height: 38px;
	}
	.intro_catch img{
		width: auto;
		height: 35px;
	}
}


.intro_nav{
	position: absolute;
	bottom: 10em;
	width: 100%;
	text-align: center;
}
.intro_nav li{
	display: inline-block;
	margin: 0 5px;
}


.ico_dia.current {
	border-color: #ffde00;
}

@media (max-width: 480px) {
	.intro_nav{
		bottom: 6.5em;
	}
}


#intro .news_unit{
	display: table;
	vertical-align: top;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#intro .news_unit a{
	color: #fff;
	display: block;
}
#intro .news_unit dl.add::after {
    right: 26px;
    top: 21px;
}
#intro .news_unit h2{
	width: 86px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	background: #000000;
	text-align: center;
	font-weight: bold;
}
#intro .news_unit dl{
	width: 600px;
	height: 50px;
	display: table-cell;
	vertical-align: top;
}
#intro .news_unit dt {
    width: 145px;
	height: 50px;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
#intro .news_unit dd {
    width: 480px;
	height: 50px;
}
#intro .news_unit .txt {
    width: 390px;
}
@media (max-width: 480px) {
	#intro .news_unit {
		width: 100%;
		border-bottom:none;
	}
	#intro .news_unit h2{
		display: none;
	}
	#intro .news_unit dl,
	.news_unit dl{
		width: 300px;
		display: block;
		margin: 0 auto;
	}
	.news_unit dt{
		width: auto;
		display: inline;
	}
	#intro .news_unit dd,
	.news_unit dd{
		width: 300px;
		margin-top: 7px;
		height: auto;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	#intro .news_unit dl.add::before{
		width: 34px;
		height: 34px;
		top: 22px;
	}
	#intro .news_unit dl.add::after{
	    right: 14px;
	    top: 33px;
	}
	#intro .news_unit .txt,
	.news_unit .txt {
	    width: 250px;
	}
	.news_unit{
		border-top:none;
	}
	.news_unit .txt {
		padding: 6px 0;
	}
}


.btn_under a{
	text-indent: -100%;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 30px;
	width: 42px;
	height: 42px;
	left: 50%;
	margin-left: -22px;
	background: #000000;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.btn_under a::after{
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	left: 55px;
	width: 6px;
	height: 6px;
	margin-left: -39px;
	border-right: 1px solid #ffde00;
	border-bottom: 1px solid #ffde00;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.btn_under a::before{
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	left: 55px;
	width: 6px;
	height: 9px;
	margin-left: -36px;
	border-right: 1px solid #ffde00;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
}

@media (max-width: 480px) {
	.btn_under a{
		bottom: 15px;
	}
}




 #section1{
 	position: relative;
 }
.top_concept_title_wrap{
	padding-top: 65px;
}
/* title img */
.title_mainimg{
	height: 226px;
	text-indent: -100%;
	overflow: hidden;
	background: url(../images/concept/concept_main_img.jpg) no-repeat center center;
	background-size:cover;
}
@media (max-width: 480px) {
	.title_mainimg{
		height: 100px;
	}
	.top_concept_title_wrap{
		padding-top: 45px;
	}

}
