@charset "utf-8";
* {-webkit-appearance: none;}
img{width: auto;max-width: 100%;height: auto;}
.pc{display: none !important;}
body{padding-top: 55px;}
header{border-bottom: 1px solid #C7C7C7;}
header>h1{float: none;margin: 10px auto 6px;line-height: 0;}
header>h1 img{width: auto;height: 38px;}
header>nav{display: none !important;}
header>#sp_nv_btn{position: absolute;top: 13px;right: 13px;width: 30px;display: block;letter-spacing: 0;line-height: 100%;cursor: pointer;}
header>#sp_nv_btn.active:after{background: url(../img/sp_nav_btn_close.png) 0 0 no-repeat;content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-size: 100%;}

#sp_navigation{position: fixed;top: 55px;left: 0;background: #E6E6E6;width: 100%;display: none;z-index: 999;}
#sp_navigation>ul{display: block;line-height: 100%;}
#sp_navigation>ul>li{display: block;line-height: 100%;position: relative;border-bottom: 1px solid #858585;}
#sp_navigation>ul>li:before{
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sp_navigation>ul>li[data-trigger="on"]:before{
	position: absolute;
	top: 24px;
	right: 10px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	margin-top: 0;
	border-top: 2px solid #000;
	border-right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#sp_navigation>ul>li[data-trigger="on"]:after{
	position: absolute;
	top: 17px;
	right: 17px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	margin-top: 0;
	border-top: 2px solid #000;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sp_navigation>ul>li[data-trigger="on"][data-status="on"]:after{
	top: 24px;
	right: 10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#sp_navigation>ul>li a{display: block;line-height: 100%;padding: 15px;color: #000;font-size: 2rem;text-align: left;}
#sp_navigation>ul>li a:hover{text-decoration: none;}
#sp_navigation>ul>li>ul{display: none;line-height: 100%;background: #CDCDCD;border-top: 1px solid #858585;}
#sp_navigation>ul>li>ul>li{display: block;line-height: 100%;border-bottom: 1px solid #858585;}
#sp_navigation>ul>li>ul>li:last-child{border-bottom: none;}

footer>nav>ul>li>h3{line-height: 110%;}

#contents h1{font-size: 2.4rem;margin-bottom: 40px;}
#contents h4{font-size: 2rem;}

/*index*/
@media (max-width:559px){
	#index #visual{min-height: 1px;}
}
#index #visual article.video{background: url(../img/index/sp_visual.png) center center no-repeat;background-size: cover;}
#index #visual video{display: none !important;}
#index #visual .inner>h2{font-size: 2rem;}
#index #visual .inner>.btn>a{padding-top: 80px;font-size: 2.8rem;}
#index #visual .left a:after,#index #visual article>a:after{content: '▶︎';}
#index #contents #content article i,
#index #contents #content article:hover i{display: none !important;}
#index #contents #content article .txt,#index #contents #content article:hover .txt{position: static;padding: 24px 19px;}
#index #contents .article>article .txt p.btn{position: static;margin-top: 20px;text-align: center;}
#index #contents .article>article .txt p.btn>a{transform: translateY(0);}

#index #contents>.inner>article>.txt .btn>a:after, #index #contents .article>article .txt .btn>a:after,#contents p.btn a:after,#index #contents .list3>.list p.btn a:after{content: '▶︎';}

/*ABOUT*/
#about h2{font-size: 2.2rem;margin-bottom: 20px;}
#about table th{width: 80px;}
#about strong{line-height: 140%;}


/*MOVIE*/
#movie #mv-list li{width: 49%;word-wrap: break-word;word-break: break-all;}
#movie #mv-list li:nth-child(3n){margin-right: 2%;}
#movie #mv-list li:nth-child(2n){margin-right: 0;}


/*PRODUCTS*/
#contents>#products h1{margin-bottom: 0;}
#products>#item-nav>li{width: 100%;}
#products>#item-nav>li>a{padding: 20px 1em;}
#products .item-list>ul{background-size: 50% auto;}
#products .item-list>ul>li{width: 50%;}
#products .item-list#driver>ul>li:last-child:before,#products .item-list#faierway>ul>li:last-child:before,#products .item-list#hybrid>ul>li:last-child:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 9;
}
#products .item-list#driver>ul:last-child>li:last-child,
#products .item-list#faierway>ul:last-child>li:last-child,
#products .item-list#hybrid>ul>li:last-child{
	width: 100%;
	padding: 0 25% 38px;
	background: url(../img/products/item_list_bg.png) left top repeat-x;
	background-size: 50% auto;
}
#products .item-list#driver>ul:last-child>li:last-child:before,#products .item-list#faierway>ul:last-child>li:last-child:before,#products .item-list#hybrid>ul>li:last-child:before{left: 25%;}
#products .item-list#driver>ul:last-child>li:last-child:after,#products .item-list#faierway>ul:last-child>li:last-child:after,#products .item-list#hybrid>ul>li:last-child:after{right: 25%;}


/*Tour World*/
#products_page>h1{margin-bottom: 0;}
#tw .concept .title h3{background-size: auto 70%;font-size: 2.4rem;padding-left: 25px;}
#tw .concept .power>li{width: 100%;margin-bottom: 40px;}
#tw .concept .power>li:last-child{margin-bottom: 0;}
#item-nav{border-top: 1px solid #858585;}
#products_page>#item-nav{padding-bottom: 0;}
#item-nav>li{display: block;border-bottom: 1px solid #858585;}
#item-nav>li:after{
	position: absolute;
	top: 2.8rem !important;
	left: initial !important;
	right: 15px !important;
	display: block;
	content: '';
	width: 8px !important;
	height: 8px !important;
	margin-top: -4px !important;
	border-top: 1px solid #858585;
	border-right: 1px solid #858585;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none !important;
}
#products_page #item-nav>li.active:after,#products_page #item-nav>li.active:hover:after{
	-webkit-transform: rotate(135deg) !important;
	transform: rotate(135deg) !important;
}
#products_page #item-nav>li:hover:after{
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
#item-nav>li>a{padding: 20px 1em;font-size: 2rem;}
#item-nav>li.active>ul.child,#item-nav>li:hover>ul.child{display: block;z-index: 9;}
#item-nav>li>ul.child{width: 100%;position: static;}
#item-nav>li:hover>ul.child{display: none;}
#item-nav>li.active:hover>ul.child{display: block;}
#item-nav>li>ul.child>li{width: 100%;border-bottom: 1px solid #fff;-webkit-box-sizing: border-box;box-sizing: border-box;}
#item-nav>li>ul.child>li:last-child{border-right: 0;}
#item-nav>li>ul.child>li>a{padding: 15px;-webkit-box-sizing: border-box;box-sizing: border-box;}
#item-nav>li>ul.child>li>a>img{height: 15px;}
#item-nav-child{display: none;}
#tw .item-list>ul>li{width: 50% !important;margin-bottom: 20px;}
#tw .item-list h3.half>span{vertical-align: middle;}
#tw .item-list h3.half2{width: auto;display: block;}


#products_page>#page_nav>li>a,#scroll_page_nav>ul>li>a{padding: 30px 20px;}
#products_page>#page_nav>li>a:before,#scroll_page_nav>ul>li>a:before{top: 46px}
#products_page>#page_nav>li>a:after,#scroll_page_nav>ul>li>a:after{top: 49px}

#products_page>#spec .spec{width: 100%;overflow-x: auto;}

#products_page>#technology #club_3point th{padding: 10px;font-size: 2rem;}
#products_page>#technology #club_3point td{font-size: 1.6rem;word-wrap: break-word;word-break: break-all;}

#products_page>#technology #club td{width: 45px;-webkit-box-sizing: border-box;box-sizing: border-box;}

#products_page>#technology .introduce th{min-width: 100px;font-size: 1.6rem;}
#products_page>#technology .introduce th:after{content: none;}

#products_page>#technology #comparison th, #products_page>#technology #comparison td{
	font-size: 1.4rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#products_page>#technology .gain_list{padding: 10px;}
#products_page>#technology .check-list li{padding-right: 0;}

#products_page>#technology #tec1>#pl_nv{display: none;}

#products_page>#technology #tec1,
#products_page>#technology #tec2,
#products_page>#technology #tec3,
#products_page>#technology #tec4,
#products_page>#technology #tec5,
#products_page>#technology #tec6,
#products_page>#technology #tec7,
#products_page>#technology #tec8{
	min-height: 60vh !important;
	position: relative;
	background-size: 120% !important;
	background-attachment: inherit !important;
}
@media (min-width:400px){
	
#products_page>#technology #tec1,
#products_page>#technology #tec2,
#products_page>#technology #tec3,
#products_page>#technology #tec4,
#products_page>#technology #tec5,
#products_page>#technology #tec6,
#products_page>#technology #tec7,
#products_page>#technology #tec8{
	min-height: 600px !important;
	background-size: 120% !important;
}

}




/*Team Honma*/
#team .pro_list>li,#team .pro_list>li:nth-child(3n),#team .pro_list>li:nth-child(5n){width: 49%;margin: 0 2% 10px 0;}
#team .pro_list>li:nth-child(2n){margin-right: 0;}
