@charset "UTF-8";

/*base
------------------------------------------*/


@font-face {
	font-family: PatuaOne;
	src: url(../fonts/PatuaOne.ttf) format("TrueType");
}
/*@font-face {
	font-family: Oswald;
	src: url(../fonts/Oswald.ttf) format("TrueType");
}*/
@font-face {
	font-family: Sukhumvit;
	src: url(../fonts/SukhumvitSet.ttc) format("TrueType");
}
.ttl_main, .ttl_sub{
	font-family:'Sukhumvit';
	color:#fff;
}

html, body{
	text-align: center;
	color: #000;
	margin: 0;
	font-family: 'Roboto';
	position: relative;
	letter-spacing: 1px;
}
body{
	padding: 80px 0 0;
}
.inner{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media (max-width:840px){
.inner{
	width: auto;
	margin: 0 10px;
}
}
.img{
	line-height: 0 !important;
	padding: 0;
	margin: 0 auto;
}
.img img{
	width: 100%;
	height: auto;
}

@media (min-width:737px){
#sp_navigation,header>#sp_nv_btn{display: none !important;}
.sp{display: none !important;}
}



.headlines{
	font-size:2.7em;
	padding-bottom: 15px;
	border-bottom:4px solid black;
	font-family: 'Oswald';
	font-weight: 500;
}


/*Header
------------------------------------------*/

header{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header>h1{
	float: left;
	margin: 21px 0 14px 38px;
	line-height: 100%;
	padding: 0;
}
header>h1 img{height: 44px;}
header>nav{
	float: right;
	line-height: 100%;
	padding: 0;
	margin: 15px 20px 0 0;
}
header>nav>ul{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 17px 0 0;
	text-align: right;
}
header>nav>ul>li{
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.4rem;
}
header>nav>ul>li:after{
	content: '';
	border-right: 1px solid #000;
	padding-left: 10px;
	margin-right: 10px;
}
header>nav>ul>li:last-child:after{
	content: none;
}
header>nav>ul>li a{
	color: #000;
}
header>nav>a{
	display: block;
	line-height: 100%;
	float: left;
	padding: 10px 1em 27px;
	margin: 0;
	font-size: 1.738rem;
	color: #959595;
	font-family: 'Oswald';
	font-weight: 300;
	-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;
}
header>nav>a.active,
header>nav>a:hover{
	text-decoration: none;
	color: #000;
	/*font-weight: 500;*/
}
header>nav>a+.child{
	display: none;
	padding: 37px 54px;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header>nav>a:hover+.child,
header>nav>a+.child:hover{
	display: block;
}
header>nav>a+.child h4{
	font-size: 2rem;
	line-height: 100%;
	text-align: left;
	margin: 0 auto 20px;
}
header>nav>a+.child h4 a{
	color: #fff;
}
header>nav>a+.child li>a{
	color: #b7b7b7;
}


header>nav>a+.child .tw{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 auto 35px;
	padding: 0;
	text-align: left;
}
header>nav>a+.child .tw>li{
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}
header>nav>a+.child .tw>li:last-child{
	margin-left: 65px;
}
header>nav>a+.child .tw>li>ul{
	display: block;
}
header>nav>a+.child .tw>li>ul>li{
	display: block;
	margin: 0 auto 15px;
	text-align: left;
}
header>nav>a+.child .tw>li>ulli:last-child{
	margin-bottom: 0;
}
header>nav>a+.child .tw>li>ul>li>h5{
	font-size: 1.58rem;
	line-height: 120%;
	margin: 0 auto 12px;
	color: #b7b7b7;
}
header>nav>a+.child .tw>li>ul>li>h5:before{
	content: '- ';
}
header>nav>a+.child .tw>li>ul>li>ul{
	display: block;
	letter-spacing: -0.4em;
	line-height: 100%;
}
header>nav>a+.child .tw>li>ul>li>ul>li{
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.4rem;
	text-align: left;
}
header>nav>a+.child .tw>li>ul>li>ul>li:before,
header>nav>a+.child .tw>li>ul>li>ul>li:last-child:after{
	content: '';
	border-left: 1px solid #b7b7b7;
	padding-left: 15px;
	margin-left: 15px;
}

header>nav>a+.child .other{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
header>nav>a+.child .other>li{
	display: inline-block;
	letter-spacing: normal;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
header>nav>a+.child .other>li>ul>li{
	text-align: left;
	margin: 0 auto 15px;
	font-size: 1.58rem;
}
header>nav>a+.child .other>li>ul>li:before{
	content: '- ';
}

@media (max-width:970px){
	header>nav>a{padding: 10px 0.5em 27px;}
}
@media (max-width:880px){
	header>nav>ul>li{font-size: 1.3rem;}
	header>nav>a{font-size: 1.5rem;}
	header>nav>a+.child .tw>li:last-child{margin-left: 0;}
	header>nav>a+.child .other>li{width: 33.33333%;}
	header>nav>a+.child .other>li>ul>li{line-height: 140%;}
}
@media (max-width:790px){
	header>nav>ul>li{font-size: 1.2rem;}
	header>nav>a{font-size: 1.4rem;}
}


.sub{
	font-family:'Oswald';
}

/*Global Navigation
------------------------------------------*/
#global-navi{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #009FD5;
	position: fixed;
	top: 0;
	left: 0;
}


/*PAGETOP
------------------------------------------*/
#page-top{
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
}
#page-top>a{
	display: inline-block;
	font-size: 1.4rem;
	color: #000;
	cursor: pointer;
	position: relative;
	padding: 50px 0 0;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
#page-top>a:before,
#page-top>a:after{
	position: absolute;
	top: 15px;
	left: 50%;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-top: 1.8px solid #000;
	border-right: 1.8px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-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;
}
#page-top>a:hover{
	text-decoration: none;
	color: #FF0C0C;
}
#page-top>a:hover:before,
#page-top>a:hover:after{
	border-top: 1.8px solid #FF0C0C;
	border-right: 1.8px solid #FF0C0C;
}
#page-top>a:hover:after{
	display: block;
	top: 5px;
}


/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 70px 0 30px;
	background: #868686;
	color: #fff;
	text-align: left;
}
footer>nav{
	line-height: 100%;
	padding: 0;
	margin: 0 auto 45px;
}
footer>nav>ul{
	line-height: 100%;
	margin: 0 auto;
	padding: 0;
	letter-spacing: -0.4em;
	display: block;
	text-align: center;
}
footer>nav>ul>li{
	line-height: 100%;
	letter-spacing: normal;
	display: inline-block;
	font-size: 1rem;
	font-family: 'Roboto';
	margin: 0 40px;
	color: #fff;
	text-align: left;
	vertical-align: top;
}
@media (max-width:840px){
	footer>nav>ul>li{
		width: 40%;
		margin: 0 5% 5%;
	}
}
footer>nav>ul>li>h3{
	font-size: 1.6rem;
	margin: 0 auto 15px;
	letter-spacing: 2px;
}
footer>nav>ul>li>ul{
	display: block;
	line-height: 100%;
	text-align: left;
}
footer>nav>ul>li>ul>li{
	font-size: 1rem;
	font-family: 'Roboto';
	margin: 0 auto 10px;
	letter-spacing: 2px;
}

footer>ul.bottom{
	line-height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	letter-spacing: -0.4em;
	display: block;
	text-align: center;
}
footer>ul.bottom>li{
	line-height: 100%;
	display: inline-block;
	font-size: 1rem;
	font-family: 'Roboto';
	margin: 0 10px;
	color: #fff;
	letter-spacing: 1px;
}
footer a{
	color: #fff;
	text-decoration: none;
}


/*Common
------------------------------------------*/
#contents{
	padding: 0;
	margin: 0 auto 60px;
}
#contents h1{
	font-size: 3rem;
	line-height: 100%;
	font-family: 'Roboto';
	padding: 19px;
	margin: 0 auto 60px;
	background: #000;
	color: #fff;
	letter-spacing: 0;
}
#contents h2{
	text-align: center;
	font-size: 4.5rem;
	line-height: 100%;
	font-family: 'Roboto';
	letter-spacing: 0;
	margin: 0 auto 40px;
}
#contents h4{
	text-align: center;
	font-size: 3rem;
	line-height: 100%;
	font-family: 'Roboto';
	letter-spacing: 0;
	margin: 0 auto 20px;
}
#contents h4>span.evol{
	display: block;
	font-size: 2.2rem;
	color: #C7BB7F;
	font-family: Oswald;
	letter-spacing: 1px;
	line-height: 130%;
}
#contents h4>small{
	display: block;
	font-size: 2rem;
}
#contents h5{
	text-align: center;
	font-size: 2rem;
	line-height: 100%;
	font-family: 'Roboto';
	letter-spacing: 0;
	margin: 0 auto 20px;
}
#contents p{
	font-family: Oswald;
	font-size: 1.4rem;
	line-height: 140%;
	color: #000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#contents p.btn a{
	display: inline-block;
	line-height: 100%;
	font-family: 'Roboto';
	font-size: 1.4rem;
	padding: 10px 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	border: 2px solid #000;
	color: #000;
}
#contents p.btn a:after{
	content: '▶';
	font-size: 1.2rem;
	padding-left: 3px;
}
#contents p.btn a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
#item-nav{
	display: block;
	background: #fff;
	padding: 0;
	margin: 0 auto;
	letter-spacing: -0.4em;
	line-height: 0;
	text-align: center;
}
#item-nav>li{
	display: inline-block;
	letter-spacing: normal;
	padding: 0;
	line-height: 100%;
	margin: 0 auto;
	position: relative;
}
#products_page #item-nav>li.active:after,
#products_page #item-nav>li:hover:after{
	position: absolute;
	top: 112px;
	left: 50%;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#item-nav>li>a{
	display: block;
	letter-spacing: 2px;
	color: #858585;
	padding: 50px 1.5em;
	font-size: 2rem;
	margin: 0 auto;
	line-height: 100%;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	cursor: pointer;
}
@media (max-width:1110px){
	#item-nav>li>a{padding: 50px 1em;}
}
@media (max-width:1000px){
	#item-nav>li>a{font-size: 1.6rem;}
}
@media (max-width:800px){
	#item-nav>li>a{font-size: 1.4rem;}
}
#item-nav>li.active>a,
#item-nav>li>a:hover{
	color: #FF0C0C;
	text-decoration: none;
}
#item-nav>li>ul.child{
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	background: #000;
	letter-spacing: -0.4em;
	line-height: 0;
	width: 100vw;
}
#item-nav>li:hover>ul.child{
	z-index: 99;
}
#item-nav>li>ul.child>li{
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
}
#item-nav>li>ul.child>li>a{
	display: block;
	padding: 12px 30px 10px;
	line-height: 0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-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;
}
#item-nav>li>ul.child>li>a.active,
#item-nav>li>ul.child>li>a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#item-nav-child{
	display: block;
	background: #000;
	line-height: 0;
	height: 50px;
	width: 100vw;
	z-index: 9;
	position: relative;
}
#item-nav-child>li{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #000;
	line-height: 0;
	width: 100vw;
	z-index: 9;
}
#item-nav-child>li.active,
#item-nav-child>li.hover,
#item-nav-child>li:hover{
	display: block;
}
#item-nav-child>li:hover{
	display: block;
	z-index: 99;
}
#item-nav-child>li.back{
	z-index: 1;
}
#item-nav-child>li>ul{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
	width: 100vw;
}
#item-nav-child>li>ul>li{
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
}
#item-nav-child>li>ul>li>a{
	display: block;
	padding: 19px 30px 18px;
	line-height: 0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-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;
}
#item-nav-child>li>ul>li>a.active,
#item-nav-child>li>ul>li>a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#item-nav-child>li>ul>li>a>img{height: 15px;}




/*Index
------------------------------------------*/
#index #visual{
	width: 100%;
	margin: 0 auto 76px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
@media (max-width:840px){
	#index #visual{margin-bottom: 20px;}
}
#index #visual .left{
	display: block;
	float: left;
	width: 50%;
	position: relative;
	line-height: 0;
}
#index #visual .right{
	display: block;
	float: right;
	width: 50%;
	line-height: 0;
}
@media (max-width:840px){
	#index #visual .left,
	#index #visual .right{
		float: none;
		width: 100%;
	}
}
#index #visual .img{
	line-height: 0;
	padding: 0;
	margin: 0;
}
#index #visual .right article{
	line-height: 0;
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}
@media (max-width:840px){
	#index #visual .right article{
		width: 100%;
		float: none;
	}
}
#index #visual .left a,
#index #visual article>a{
	position: absolute;
	bottom: 15px;
	display: block;
	line-height: 100%;
	font-size: 1.9rem;
	padding: 10px 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
}
#index #visual .left a:after,
#index #visual article>a:after{
	/*content: '▶';
	font-size: 1.6rem;
	padding-left: 3px;*/
}
#index #visual .left a{
	right: 15px;
	border: 2px solid #000;
	color: #000;
}
#index #visual article>a{
	left: 50%;
	margin-left: -27%;
	border: 2px solid #fff;
	color: #fff;
}
@media (max-width:840px){
	#index #visual .left a,
	#index #visual article>a{
		width: 80%;
		left: 10% !important;
		margin-left: 0;
	}
}
#index #visual .left a:hover{
	text-decoration: none;
	/*background: #000;*/
	color: #fff;
}
#index #visual article>a:hover{
	text-decoration: none;
	background: #fff;
	color: #000;
}
#index #visual article.video img{
	width: 100%;
	height: auto;
}
#index #visual video{
	position: absolute;
	top: 0;
	left: -40%;
	width: auto;
	height: 100%;
	display: none;
}
@media (max-width:1000px){
	#index #visual .inner{padding: 40px 0;}
	#index #visual .inner>h2{margin-bottom: 40px;}
}
#index #visual .btn{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100%;
	padding: 35% 0 0;
	margin: 0;
	z-index: 9;
	text-align: center;
}
#index #visual .btn>a{
	display: block;
	padding: 20% 0 0;
	color: #fff;
	text-align: center;
	font-family: 'Roboto';
	font-size: 2.4rem;
	line-height: 100%;
	background: url(../img/index/watch_video_btn.png) center top no-repeat;
	background-size: 15%;
	letter-spacing: 2px;
	cursor: pointer;
}
#index #visual .btn>a:hover{
	text-decoration: none;
}
#index #contents>.inner>article{
	position: relative;
	border: 2px solid #C8C9CA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
#index #contents>.inner>article>.img{
	width: 50%;
	float: left;
}
#index #contents>.inner>article>.txt{
	width: 50%;
	float: right;
	background: #fff;
	padding: 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
@media (max-width:840px){
	#index #contents>.inner>article>.img,
	#index #contents>.inner>article>.txt{
		width: 100%;
		float: none;
	}
}
#index #contents>.inner>article>.txt .btn{
	text-align: right;
	margin: 15px 0 0;
	line-height: 100%;
}
#index #contents>.inner>article>.txt .btn>a{
	line-height: 100%;
	font-family: 'Roboto';
	display: inline-block;
	font-size: 1.4rem;
	padding: 10px 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	border: 2px solid #000;
	color: #000;
}
#index #contents>.inner>article>.txt .btn>a:after,
#index #contents .article>article .txt .btn>a:after{
	content: '▶';
	font-size: 1.2rem;
	padding-left: 3px;
}
#index #contents>.inner>article>.txt .btn>a:hover,
#index #contents .article>article .txt .btn>a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
#index #contents .article{
	display: block;
	line-height: 0;
	letter-spacing: -0.4em;
	margin: 0 auto 80px;
}
#index #contents .article>article{
	border: 2px solid #C8C9CA;
	position: relative;
	width: 400px;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
#index #contents .article>article:nth-child(2n){
	margin-right: 0;
}
#index #contents .article>article .img{
	line-height: 0;
}
#index #contents>.inner>article>i,
#index #contents .article>article i{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	z-index: 1;
}
#index #contents>.inner>article:hover>i,
#index #contents .article>article:hover i{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media (max-width:840px){
	#index #contents .article>article{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#index #contents .article>article:last-child{margin-bottom: 0;}
	#index #contents>.inner>article>i,
	#index #contents .article>article i{
		display: none;
	}
}
#index #contents .article>article .txt{
	background: #fff;
	width: 100%;
	padding: 0;
	-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;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#index #contents .article>article:hover .txt{
	padding-bottom: 50px;
	margin-top: -50px;
}
#index #contents .article>article .txt>div{
	background: #fff;
	width: 100%;
	padding: 24px 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#index #contents .article>article:hover .txt>div{
	position: absolute;
	top: 0;
	left: 0;
}
#index #contents>.inner>article>.txt h1,
#index #contents .article>article .txt h1{
	font-family: 'Roboto';
	font-size: 1.521rem;
	line-height: 120%;
	color: #000;
	margin: 0 auto 5px;
	padding: 0;
	text-align: left;
	background: none;
}
#index #contents>.inner>article>.txt p,
#index #contents .article>article .txt p{
	font-family: Oswald;
	font-size: 1.4rem;
	line-height: 140%;
	color: #000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#index #contents .article>article .txt p.btn{
	line-height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -30px;
	right: 19px;
	-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;
}
#index #contents .article>article .txt p.btn a{
	display: inline-block;
	line-height: 100%;
	font-family: 'Roboto';
	font-size: 1.4rem;
	padding: 10px 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	border: 2px solid #000;
	color: #000;
	transform: translateY(20px);
}
#index #contents .article>article:hover .txt p.btn>a{
	transform: translateY(0px);
}
#index #contents h2{
	background: #C6C7C8;
	text-align: center;
	line-height: 100%;
	font-family: Roboto;
	font-size: 2.7rem;
	padding: 13px;
	margin: 0 auto 40px;
}
#index #contents .list3{
	display: block;
	line-height: 0;
	letter-spacing: -0.4em;
	margin: 0 auto;
}
#index #contents .list3>.list{
	display: inline-block;
	width: 250px;
	margin: 0 auto;
	margin-right: 33px;
	letter-spacing: normal;
	line-height: 100%;
	vertical-align: top;
}
#index #contents .list3>.list:nth-child(3n){
	margin-right: 0;
}
@media (max-width:840px){
	#index #contents .list3>.list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#index #contents .list3>.list:last-child{margin-bottom: 0;}
}
#index #contents .list3>.list h2{
	font-size: 2.1rem;
	margin: 0 auto 10px;
	letter-spacing: 1px;
}
#index #contents .list3>.list h3{
	font-size: 2.1rem;
	margin: 0 auto 5px;
	text-align: left;
}
#index #contents .list3>.list h4{
	font-size: 1.4rem;
	margin: 0 auto 5px;
	text-align: left;
}
#index #contents .list3>.list p{
	font-size: 1.3rem;
	margin: 0 auto;
	text-align: left;
}
#index #contents .list3>.list p.img{
	line-height: 0;
	margin: 0 auto 10px;
}
#index #contents .list3>.list p.btn{
	text-align: right;
	margin-top: 10px;
}
#index #contents .list3>.list p.btn a{
	display: inline-block;
	line-height: 100%;
	font-family: Roboto;
	font-size: 1.4rem;
	padding: 10px 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	border: 2px solid #000;
	color: #000;
}
#index #contents .list3>.list p.btn a:after{
	content: '▶';
	font-size: 1.2rem;
	padding-left: 3px;
}

#index #contents .list3>.list.form p{
	padding: 20px 0 60px;
	font-size: 1.5rem;
	font-family: Roboto;
	line-height: 140%;
	text-align: center;
}
#index #contents .list3>.list.form select{
	display: block;
	border: 2px solid #000;
	background: #fff url(../img/index/arrow.png) 98% 8px no-repeat;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.5rem;
	text-align: center !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-appearance: none;
	opacity: 0;
}
#index #contents .list3>.list.form input[type="submit"]{
	display: block;
	width: 100%;
	margin: 25px auto 0;
	line-height: 100%;
	font-family: 'Roboto';
	font-size: 1.4rem;
	padding: 10px 35px;
	padding-right: 25px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	border: 2px solid #000;
	color: #000;
	cursor: pointer;
}
#index #contents .list3>.list p.btn a:hover,
#index #contents .list3>.list.form input[type="submit"]:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
#index #contents .list3>.list iframe{
	width: 100%;
	height: auto;
}


#index>#main-video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	z-index: 999;
}
#index>#main-video>iframe{
	width: 100%;
	height: 100%;
}
#index>#main-video>a{
	display: block;
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 999999;
	cursor: pointer;
}



/*About
------------------------------------------*/
#about h2{
	font-size: 3.5rem;
}
#about .g-body{
	background: #EBEBEB;
	padding: 20px;
}
#about table{
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #fff;
}
#about table th, #about table td{
	padding: 7px 10px;
	vertical-align: top;
	font-size: 1.4rem;
	text-align: left;
	color: #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about table th{
	width: 180px;
}
#about table.history th{
	width: 100px;
}
#about table tr:nth-child(even) th,#about table tr:nth-child(even) td{
	background: #efefef;
}
#about .image{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 auto 40px;
	text-align: left;
}
#about .image>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 0 0;
	line-height: 120%;
	font-size: 1.2rem;
	color: #666;
	vertical-align: middle;
}
#about .image>li:last-child{
	margin-right: 0;
	width: 590px;
}
#about .image>li img{
	max-width: 100%;
	height: auto;
	width: 170px;
}
#about h3{
	margin: 30px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 5px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px;
	font-size: 1.8rem;
}
#about ul.list, #about ol.list{
	margin: 12px 0px 0px 1em;
	font-size: 1.4rem;
	line-height: 120%;
	text-align: left;
}
#about ol{
	margin-left: 2em;
}
#about ul.list li, #about ol.list li{
	margin: 0 auto 5px;
	color: #666;
}
#about ol.list li{
	list-style-type: decimal;
}
#about strong{
	font-size: 2rem;
	display: block;
	margin: 0 auto 15px;
}



/*Movie
------------------------------------------*/
#movie #mv{
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 0;
}
#movie #mv iframe{
	width: 100%;
	height: 461px;
}
#movie #mv-list{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#movie #mv-list li{
	vertical-align: top;
	display: inline-block;
	width: 32%;
	letter-spacing: normal;
	margin: 0 2% 20px 0;
	font-size: 1.4rem;
	color: #999;
	cursor: pointer;
	position: relative;
	-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;
}
#movie #mv-list li:nth-child(3n){
	margin-right: 0;
}
#movie #mv-list li.active,
#movie #mv-list li:hover{
	color: #FF0C0C;
}
#movie #mv-list li .img{
	display: block;
	margin: 0 auto 8px;
	line-height: 100%;
	position: relative;
}
#movie #mv-list li .img i{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	border: 2px solid rgba(0, 0, 0, 0.6);
	-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;
}
#movie #mv-list li.active .img i,
#movie #mv-list li:hover .img i{
	background: rgba(0, 0, 0, 0.2);
	border: 2px solid #FF0C0C;
}



/*PRODUCTS
------------------------------------------*/
#products>h1{margin-bottom: 0;}
#products>#item-nav>li>a{
	display: block;
	padding: 40px 1.5em;
	font-size: 1.8rem;
}
@media (max-width:1115px){
	#products>#item-nav>li{
		width: 14.2857%;
		vertical-align: middle;
	}
	#products>#item-nav>li>a{
		padding: 40px 0;
		font-size: 1.4rem;
	}
}
#products .area{
	position: relative;
}
#products .item-list{
	line-height: 100%;
	padding: 0;
	margin: 0px auto;
	display: none;
	width: 100%;
}
#products .item-list[data-active='on']{
	display: block;
}
#products .item-list h3{
	text-align: center;
	margin: 0 auto;
	padding: 13px;
	font-size: 2.7rem;
	line-height: 100%;
	background: #C8C9CA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#products .item-list h3.half2{
	width: 50%;
	display: inline-block;
}
#products .item-list h3>span{
	display: inline-block;
	width: 49%;
	line-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#products .item-list h3.half{
	padding: 0;
}
#products .item-list h3.half>span{
	display: inline-block;
	width: 49%;
	line-height: 100%;
	padding: 13px;
	border-right: 1px solid #fff;
}
#products .item-list h3.half>span:last-child{
	border-right: 0;
}
#products .item-list>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
	background: url(../img/products/item_list_bg.png) left top repeat-x;
	background-size: 25% auto;
}
#products .item-list>ul>li{
	display: inline-block;
	letter-spacing: normal;
	background: #fff;
	width: 25%;
	margin: 0 auto;
	padding: 0 0 38px;
	line-height: 100%;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#products .item-list>ul>li:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
#products .item-list>ul>li.first:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 9;
}
#products .item-list>ul>li>a{
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}
#products .item-list>ul>li>a>img{
	width: 100%;
	height: auto;
}
#products .item-list>ul>li>h4{
	line-height: 100%;
	margin: 14px auto 0;
	padding: 0;
}
#products .item-list>ul>li>h4 img{max-width: 100%;}
#products .item-list>ul>li>p{
	font-family: Oswald;
	font-size: 1.2rem;
	line-height: 120%;
	padding: 0;
	margin: 0 5%;
	text-align: center;
}



/*Tour World
------------------------------------------*/
#tw h1{
	padding-bottom: 16px;
	margin-bottom: 0;
}
#tw #visual{
	position: relative;
	padding: 0;
	margin: 0 auto;
	line-height: 0;
	border-bottom: 1px solid #D6D7D7;
}
#tw #visual>img{
	max-width: 100%;
	height: auto;
}
#tw #visual h2{
	position: absolute;
	top: 40px;
	left: 40px;
	font-family: 'Roboto';
	font-size: 2.2rem;
	line-height: 140%;
	color: #231815;
	text-align: left;
	letter-spacing: 1px;
}
#tw .concept{
	background: #eaeaea;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
}
#tw .concept .title{
	background: #cacaca;
	margin: 0 auto;
	padding: 24px 0;
	line-height: 100%;
}
#tw .concept .title h3{
	background: url(../products/tour_world/img/con_title.png) left center no-repeat;
	background-size: auto 80%;
	display: inline-block;
	font-size: 3.55rem;
	line-height: 140%;
	padding: 10px 0 0 77px;
	font-family: Oswald;
}
#tw .concept .title h3>small{
	font-size: 2.045rem;
	display: block;
}
#tw .concept .power{
	display: block;
	padding: 50px 0;
	margin: 0 auto;
	letter-spacing: -0.4em;
	line-height: 100%;
	width: 90%;
}
#tw .concept .power>li{
	display: inline-block;
	width: 30%;
	margin: 0 5% 0 0;
	padding: 0;
	letter-spacing: normal;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
}
#tw .concept .power>li:last-child{
	margin-right: 0;
}
#tw .concept .power>li>h4{
	margin: 0 auto 15px;
	font-size: 2.2rem;
	line-height: 100%;
}
#tw .concept .power>li>h4>small{
	font-size: 1.8rem;
	display: block;
	padding: 5px 0 0;
	line-height: 100%;
}
#tw .concept .power>li>p{
	font-size: 1.2rem;
	font-family: Oswald;
	margin: 0 auto;
	line-height: 160%;
}
#tw .concept .power>li>.st{
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 14px;
	font-family: 'Roboto';
	line-height: 120%;
}
#tw .item-list{
	line-height: 100%;
	padding: 0;
	margin: 0 auto 45px;
}
#tw .item-list h3{
	text-align: center;
	margin: 0 auto;
	padding: 13px;
	font-size: 2.7rem;
	line-height: 100%;
	background: #C8C9CA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#tw .item-list h3.half2{
	width: 50%;
	display: inline-block;
	padding: 0;
}
#tw .item-list h3>span{
	display: inline-block;
	width: 49%;
	line-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#tw .item-list h3.half{
	padding: 0;
}
#tw .item-list h3.half>span,
#tw .item-list h3.half2>span{
	display: inline-block;
	width: 49%;
	line-height: 100%;
	padding: 13px;
	border-right: 1px solid #fff;
}
#tw .item-list h3.half>span:last-child,
#tw .item-list h3.half2>span:last-child{
	border-right: 0;
}
#tw .item-list>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
}
#tw .item-list>ul>li{
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#tw .item-list>ul>li:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
#tw #dr.item-list>ul>li{
	width: 25%;
}
#tw #ir.item-list>ul>li{
	width: 20%;
}
#tw #fw_h.item-list>ul>li{
	width: 25%;
}
#tw #w_pt.item-list>ul>li{
	width: 25%;
}
#tw #bl.item-list>ul>li{
	width: 25%;
}
#tw .item-list>ul>li>a{
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}
#tw .item-list>ul>li>a>img{
	width: 100%;
	height: auto;
}
#tw .item-list>ul>li>h4{
	line-height: 100%;
	margin: 14px auto 7px;
	padding: 0;
}
#tw .item-list>ul>li>h4 img{max-width: 100%;}
#tw .item-list>ul>li>p{
	font-family: Oswald;
	font-size: 1.2rem;
	line-height: 120%;
	padding: 0;
	margin: 0 5%;
	text-align: left;
}



/*G1X
------------------------------------------*/
#tw[data-brand="g1x"] #visual{
	background: #000;
}



/*Products Page
------------------------------------------*/
#products_page>h1{
	padding-bottom: 16px;
	margin-bottom: 0;
}
#products_page>#visual{
	line-height: 100%;
	background: #D6D7D7;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#products_page>#visual>h2{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}
#products_page>#visual>h2>img{
	max-width: 100%;
	height: auto;
}
#products_page>#page_nav,
#scroll_page_nav>ul{
	display: block;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
	letter-spacing: -0.4em;
}
#products_page>#page_nav>li,
#scroll_page_nav>ul>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
}
#products_page>#page_nav>li>a,
#scroll_page_nav>ul>li>a{
	display: block;
	line-height: 100%;
	font-size: 1.735rem;
	color: #000;
	position: relative;
	margin: 0 auto;
	padding: 50px 40px;
	cursor: pointer;
}
#products_page>#page_nav>li>a:hover,
#scroll_page_nav>ul>li>a:hover{
	text-decoration: none;
}
#products_page>#page_nav>li>a:before,
#scroll_page_nav>ul>li>a:before{
	position: absolute;
	top: 66px;
	left: 50%;
	display: block;
	content: '';
	width: 22px;
	height: 12px;
	margin-left: -11px;
	background: #fff;
	z-index: 1;
}
#products_page>#page_nav>li>a:after,
#scroll_page_nav>ul>li>a:after{
	position: absolute;
	top: 70px;
	left: 50%;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: -1;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
#products_page>#page_nav>li>a.active:after,
#products_page>#page_nav>li>a:hover:after,
#scroll_page_nav>ul>li>a.active:after,
#scroll_page_nav>ul>li>a:hover:after{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#products_page>section{
	display: none;
	padding: 0;
	margin: 0 auto;
	line-height: 100%;
}
#products_page>section.active{
	display: block;
}
#products_page>section>h3{
	text-align: center;
	margin: 0 auto 45px;
	padding: 13px;
	font-size: 2.7rem;
	line-height: 100%;
	background: #C8C9CA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#products_page>#spec table th{
	width: 10%;
	border-style: solid none solid solid;
  border-color: #c1bfbf;
	border-width: 1px;
	background: #DFDFDF;
	color: #3A3A3A;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	font-family: Oswald;
	line-height: 120%;
}
#products_page>#spec table td{
	background: #fff;
	border-style: solid;
	border-color: #c1bfbf;
	border-width: 1px;
	color: #3A3A3A;
	padding: 8px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
	font-family: Oswald;
	line-height: 120%;
}
#products_page>#spec table .exa th{
	background: #00a48f;
	color: #fff;
}
#products_page>#spec table .exc th{
	background: #d0121b;
	color: #fff;
}
#products_page>#spec table .exz th{
	background: #0080c8;
	color: #fff;
}
#products_page>#spec table .exa .balance,
#products_page>#spec table .exc .balance,
#products_page>#spec table .exz .balance{
	background: #DFDFDF;
	color: #3A3A3A;
}

#products_page>#spec .grip{
	margin: 60px auto 0;
}
#products_page>#spec .grip h3{
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 2.4rem;
	line-height: 100%;
	font-family: Oswald;
}
#products_page>#spec .grip h3 span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
#products_page>#spec .grip h3 span::before,
#products_page>#spec .grip h3 span::after{
	position: absolute;
	top: 35%;
	content: '';
	width: 940%;
	height: 10px;
	background-color: #C8C9CA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#products_page>#spec .grip h3 span::before{
	right: 140%;
	border: 8px solid #000;
	border-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
#products_page>#spec .grip h3 span::after{
	left: 140%;
	border: 8px solid #000;
	border-color: transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	top: 2%;
}
#products_page>#spec .grip h4{
	font-size: 1.6rem;
	margin: 0 auto 10px;
	text-align: left;
	font-family: Oswald;
}
#products_page>#spec .grip p{
	text-align: center;
}
#products_page>#spec .grip table{
	margin: auto;
	border: 1px solid #c2c0c0;
	width: 100%;
}
#products_page>#spec .grip table tr th{
	padding: 8px;
	background: #292b2b;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 50%;
}
#products_page>#spec .grip table tr td{
	width: 50%;
	padding: 7px;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}
#products_page>#spec .grip table tr.last th,
#products_page>#spec .grip table tr.last td{
	border-bottom: none;
}
#products_page>#spec .shaft{
	margin: 60px auto;
}
#products_page>#spec .shaft h4{
	font-size: 2.4rem;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 0 auto 10px;
}
#products_page>#spec .shaft .com{
	font-family: Oswald;
	margin: 0 auto 10px;
}
#products_page>#spec .shaft .img{
	margin: 0 auto 40px;
}
#products_page>#spec .shaft .img:last-child{
	margin: 0 auto 0;
}
#products_page>#spec .shaft .img img{
	max-width: 100%;
	height: auto;
}

#products_page>#technology #club{
	line-height: 100%;
	padding: 0;
	margin: 0 auto 30px;
}
#products_page>#technology #club th{
	background: none;
	vertical-align: middle;
	text-align: center;
	font-size: 3rem;
	line-height: 100%;
	padding: 10px 15px;
}
#products_page>#technology #club td{
	background: #000;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 1.6rem;
	line-height: 100%;
	padding: 15px;
	text-align: left;
	font-family: Oswald;
}
#products_page>#technology #club img{
	width: auto;
	max-width: 100%;
	height: auto;
}

#products_page>#technology #club_3point{
	line-height: 100%;
	padding: 0;
	margin: 0 auto 30px;
}
#products_page>#technology #club_3point th{
	background: none;
	vertical-align: middle;
	text-align: center;
	font-size: 3rem;
	line-height: 100%;
	padding: 10px 15px;
	vertical-align: middle;
}
#products_page>#technology #club_3point td{
	background: #000;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 2rem;
	line-height: 100%;
	padding: 15px 5px;
}
#products_page>#technology .introduce{
	line-height: 100%;
	padding: 0;
	margin: 0 auto 10px;
}
#products_page>#technology .introduce th{
	background: #838383;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	line-height: 140%;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#products_page>#technology .introduce th:after{
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	content: '';
	width: 30px;
	height: 90px;
	margin-top: -41px;
	background: #C3C4C5;
	-webkit-transform: rotate(28deg);
	transform: rotate(28deg);
}
#products_page>#technology .introduce td{
	width: 545px;
	background: #C3C4C5;
	font-family: Oswald;
	font-size: 1.3rem;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#products_page>#technology .check-list{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
#products_page>#technology .check-list li{
	font-size: 1.4rem;
	font-family: Oswald;
	padding: 5px 10px 10px 23px;
	font-weight: bold;
	line-height: 170%;
	background: url(../img/check.png) left 6px no-repeat;
	text-align: left;
}
#products_page>#technology #comparison{
	width: 100%;
	margin: 0 auto 30px;
}
#products_page>#technology #comparison th,
#products_page>#technology #comparison td{
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	font-family: Oswald;
	line-height: 120%;
	position: relative;
}
#products_page>#technology #comparison span{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	opacity: 0;
}
#products_page>#technology #comparison img{
	width: auto;
	max-width: 100%;
	height: auto;
}
#products_page>#technology #comparison_txt{
	border: 1px solid #ccc;
	margin: 0 auto 60px;
	padding: 2% 4%;
	line-height: 1.7em;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#products_page>#technology .gain_list{
	margin: 0;
	padding: 10px 30px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
}


#products_page>#technology #tec1>#pl_nv{
	position: absolute;
	top: 28vh;
	right: 0;
	z-index: 101;
	display: block;
	letter-spacing: -0.4em;
	line-height: 100%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: center;
}
#products_page>#technology #tec1>#pl_nv>li{
	position: relative;
	z-index: 101;
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.6rem;
	margin: 0 25px;
	cursor: pointer;
}
#products_page>#technology #tec1>#pl_nv>li:before{
	content: '';
	border: 1px solid #000;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -15px;
}
#products_page>#technology #tec1>#pl_nv>li.active:after,
#products_page>#technology #tec1>#pl_nv>li:hover:after{
	content: '';
	background: #000;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -13px;
}
#products_page>#technology #tec1{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec2{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec3{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec4{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec5{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec6{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec7{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology #tec8{
	min-height: 60vh;
	position: relative;
}
#products_page>#technology p.text_03{
	display: inline-block;
	border: 1px solid #FF5722;
	padding: 15px;
	width: 100%;
	margin: 30px auto;
	color: #FF5722;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#products_page>#technology .com h4{
	font-size: 2.2rem;
	line-height: 120%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: left;
}
#products_page>#technology .com p{
	font-size: 1.5rem;
	line-height: 160%;
	text-align: left;
	font-family: Oswald;
	padding: 0;
	margin: 0 auto;
}



#products_page>#technology [data-bg="fix"]{
	background-attachment: fixed !important;
}
#products_page>#technology [data-bg="none"]{
	background-attachment: inherit !important;
}


/*TEAM HONMA
------------------------------------------*/
#team .title{
	font-size: 2.7rem;
	font-family: 'Roboto';
	text-align: center;
	margin: 0 auto 40px;
}
#team #pro_category{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
}
#team #pro_category>li{
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	margin: 0 1.2195% 40px 0;
	width: 100%;
	vertical-align: top;
}
#team #pro_category>li.pga{
	width: 39.2681%
}
#team #pro_category>li.lpga{
	width: 59.5119%;
	margin-right: 0;
}
#team #pro_category>li h2{
	text-align: center;
	margin: 0 auto;
	padding: 13px;
	font-size: 2.7rem;
	line-height: 100%;
	background: #C8C9CA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 10px;
}
#team .pro_list{
	margin: 0 auto;
	line-height: 0;
	letter-spacing: -0.4em;
	display: block;
	text-align: left;
}
#team .pro_list>li{
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	text-align: center;
	width: 156px;
	margin: 0 10px 10px 0;
	padding: 0;
	position: relative;
	background: #000;
}
#team .pro_list>li:nth-child(5n),
#team .pga .pro_list>li:nth-child(2n),
#team .lpga .pro_list>li:nth-child(3n){
	margin-right: 0;
}
#team #pro_category>li.pga .pro_list{text-align: center;}
#team .pro_list>li .hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: #000;
	-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;
}
#team .pro_list>li .hover .img{
	-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;
}
#team .pro_list>li:nth-child(5n) .hover{
	left: inherit;
	right: 0;
}

#team .pga .pro_list>li:hover .hover,
#team .lpga .pro_list>li:hover .hover{
	top: 0;
	bottom: inherit;
}
#team .lpga .pro_list>li:hover:nth-child(3) .hover{
	left: inherit;
	right: 0;
}
#team .pro_list>li:hover .hover{
	width: 206.12%;
	z-index: 9;
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8); /* Firefox */
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8); /* Safari and Chrome */
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8); /* Opera 10.5+, IE */
}
#team .pro_list>li:hover .hover .img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#team .pro_list>li .img{
	line-height: 0;
	margin: 0;
	padding: 0;
	-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;
}
#team .pro_list>li .img img{
	width: 100%;
}
#team .pro_list>li .name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: 'Roboto';
}
#team .pro_list>li .name>a{
	display: block;
	padding: 10px 5px;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
#team .pro_list>li .name>a:hover{
	text-decoration: none;
}

@media (max-width:840px){

#team #pro_category>li.pga{width: 100%;margin-right: 0;}
#team #pro_category>li.lpga{width: 100%;}
#team .pro_list>li,#team .pro_list>li:nth-child(5n){width: 32.5%;margin: 0 1.333333% 10px 0;}
#team .pro_list>li:nth-child(3n){margin-right: 0;}
#team .pro_list>li .hover{display: none !important;}

}
