@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #393938;
	background: #e4e2db;
	font-weight: 200;
	font-family: "Noto Sans JP","Helvetica" , "Yu Gothic" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",sans-serif;
}



a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}


p,dd,dt{
	line-height: 2;

}


a{
	color: #393938;
	text-decoration: none;
}

li{
	list-style-type: none;
}

img{
	vertical-align: bottom;
}

.cf:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


.no-scroll{
	overflow: hidden;
}


#gnav a strong,
#gfooter nav dt,
#gfooter .cr,
.title,
.slide-txt dt{
	font-family: 'Work Sans', sans-serif; /*UNIVERSE*/

}

.nav-sub,
.btn-menu-close,
.btn-menu-open,
#kv .pager li a,
.author-info span,
.product-body dl dt,
.product-body h4,
.material-list-wrap dt,
.col-scene .col-inner header h5 em,
.credit dt,
.credit dd{
	font-family: 'IBM Plex Sans Condensed', sans-serif; /*bell*/

}



	
#gnav.page-product [href^="/product/"] strong:after,
#gnav.page-topics [href^="/topics/"] strong:after,
#gnav.page-column [href^="/column/"] strong:after,
#gnav.page-shops [href^="/shops/"] strong:after,
#gnav.page-feature [href^="/feature/"] strong:after{
	width: 100%;
}



.column-list-box{

	will-change: contents, opacity;

}



.btm-bnr li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(100,10%,20%,0.2);
	opacity: 0;
	
	-webkit-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	
	z-index: 10;
}




@media screen and (min-width: 751px) {

	body {
		font-size: 14px;
		width: 100%;
	}




	.marking-wh-s,
	.marking-wh-m,
	.marking-gr-s,
	.marking-gr-m{
		position: relative;
		display: inline-block;
		padding: 0 20px;
	}
	.marking-wh-l,
	.marking-gr-l{
		position: relative;
		display: inline-block;
		padding: 0 30px;

	}
	.marking-wh-xl,
	.marking-gr-xl{
		position: relative;
		display: inline-block;
		padding: 0 40px;

	}
	.marking-wh-xxl,
	.marking-gr-xxl{
		position: relative;
		display: inline-block;
		padding: 5px 30px;
	}


	
	[class^="marking-wh"] .mark,
	[class^="marking-wh"] .mark:after,
	[class^="marking-wh"] .mark:before,
	[class*=" marking-wh"] .mark,
	[class*=" marking-wh"] .mark:after,
	[class*=" marking-wh"] .mark:before{
		background: #fff;
	}

	[class^="marking-gr"] .mark,
	[class^="marking-gr"] .mark:after,
	[class^="marking-gr"] .mark:before,
	[class*=" marking-gr"] .mark,
	[class*=" marking-gr"] .mark:after,
	[class*=" marking-gr"] .mark:before{
		background: #8c8c8c;
	}



	.marking-wh-s .mark,
	.marking-gr-s .mark{
		position: absolute;
		display: inline-block;
		width: 3px;
		height: 13px;
	}
	.marking-wh-m .mark,
	.marking-gr-m .mark{
		position: absolute;
		display: inline-block;
		width: 3px;
		height: 14px;
	}
	.marking-wh-l .mark,
	.marking-gr-l .mark{
		position: absolute;
		display: inline-block;
		width: 3px;
		height: 15px;
	}

	.marking-wh-xl .mark,
	.marking-gr-xl .mark{
		position: absolute;
		display: inline-block;
		width: 4px;
		height: 21px;
	}


	.marking-wh-xxl .mark,
	.marking-gr-xxl .mark{
		position: absolute;
		display: inline-block;
		width: 5px;
		height: 100%;
	}




	.mark-l,
	.mark-r{
		top: 50%;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}


	.mark-l{
		left: 0;		
		-webkit-transition: left 200ms ease;
		-o-transition: left 200ms ease;
		transition: left 200ms ease;
		

	}
	.mark-r{
		right: 0;
		-webkit-transition: right 200ms ease;
		-o-transition: right 200ms ease;
		transition: right 200ms ease;

	}

	.link:hover .mark-l{
		left: -5px;

	}
	.link:hover .mark-r{
		right: -5px;
	
	}



	.mark:after,
	.mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 8px;
		height: 3px;
	}

	.marking-wh-xl .mark:after,
	.marking-wh-xl .mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 12px;
		height: 4px;
	}



	.marking-wh-xxl .mark:after,
	.marking-wh-xxl .mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 15px;
		height: 5px;
	}



	.mark-l:after{
		top: 0;
		left: 0;
	}
	.mark-l:before{
		bottom: 0;
		left: 0;
	}
	.mark-r:after{
		top: 0;
		right: 0;
	}
	.mark-r:before{
		bottom: 0;
		right: 0;
	}





	.pagetop a{
		position: relative;
		padding: 0 30px;
	}
	.pagetop em{
		position: absolute;
		display: inline-block;
		top: 50%;
		width: 3px;
		height: 15px;
		background: #fff;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.pagetop em:nth-child(1){
		left: 0;

		-webkit-transition: left 200ms ease;
		-o-transition: left 200ms ease;
		transition: left 200ms ease;

	}
	.pagetop em:nth-child(2){
		right: 0;

		-webkit-transition: right 200ms ease;
		-o-transition: right 200ms ease;
		transition: right 200ms ease;

	}
	.pagetop a:hover em:nth-child(1){
		left: -5px;

	}
	.pagetop a:hover em:nth-child(2){
		right: -5px;
	
	}
	.pagetop em:nth-child(1):after,
	.pagetop em:nth-child(1):before{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		width: 8px;
		height: 3px;
		background: #fff;

	}

	.pagetop em:nth-child(2):after,
	.pagetop em:nth-child(2):before{
		content: "";
		position: absolute;
		display: inline-block;
		right: 0;
		width: 8px;
		height: 3px;
		background: #fff;

	}

	.pagetop em:nth-child(1):before,
	.pagetop em:nth-child(2):before{
		top: 0;
	}
	.pagetop em:nth-child(1):after,
	.pagetop em:nth-child(2):after{
		bottom: 0;
	}


	.bg-wh .pagetop em,
	.bg-wh .pagetop em:nth-child(1):after,
	.bg-wh .pagetop em:nth-child(1):before,
	.bg-wh .pagetop em:nth-child(2):after,
	.bg-wh .pagetop em:nth-child(2):before{
		background: #8c8c8c;

	}






	.language li{
		position: relative;
/*		width: 80px;
*/		padding: 0 30px;
	}
	.language em{
		position: absolute;
		display: inline-block;
		top: 50%;
		width: 3px;
		height: 15px;
		background: #fff;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.language li em:nth-child(1){
		left: 0;

		-webkit-transition: left 200ms ease;
		-o-transition: left 200ms ease;
		transition: left 200ms ease;

	}
	.language li em:nth-child(2){
		right: 0;

		-webkit-transition: right 200ms ease;
		-o-transition: right 200ms ease;
		transition: right 200ms ease;

	}

	.language li em:nth-child(1):after,
	.language li em:nth-child(1):before{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		width: 8px;
		height: 3px;
		background: #fff;

	}

	.language li em:nth-child(2):after,
	.language li em:nth-child(2):before{
		content: "";
		position: absolute;
		display: inline-block;
		right: 0;
		width: 8px;
		height: 3px;
		background: #fff;

	}

	.language li em:nth-child(1):before,
	.language li em:nth-child(2):before{
		top: 0;
	}
	.language li em:nth-child(1):after,
	.language li em:nth-child(2):after{
		bottom: 0;
	}

	.language li:hover em:nth-child(1){
		left: -5px;

	}
	.language li:hover em:nth-child(2){
		right: -5px;
	
	}

	.language li{
		text-align: center;
	}

	.language li + li a{
		letter-spacing: 0.5px;
	}




	.title{
		position: relative;
		display: inline-block;
		font-weight: 700;
	}

	.title:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		height: 2px;
		width: 100%;
		background: #393938;
	}



	/*----------------------------------

			header

	----------------------------------*/


	#gheader{
		position: absolute;
		top: 0;
		height: 106px;
		width: 100%;
		z-index: 1000;
	}


	#gheader h1{
		position: absolute;
		margin : auto;
		left: 70px;
		top: 57px;
		height: 49px;

	}

	#gheader h1 a{
		display: block;
		width: 260px;
		height: 49px;
		background: url(../img/logo_karimoku60.svg) 0 0 no-repeat;
	}
	
	#gheader.wh h1 a{
		display: block;
		width: 260px;
		height: 49px;
		background: url(../img/logo_karimoku60_wh.svg) 0 0 no-repeat;
	}
	



	/*----------------------------------

			menu

	----------------------------------*/



	.gmenu{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		padding: 135px 115px;
		max-width: 1140px;
		width: 100%;
		background: #d8d6d0;
		box-sizing: border-box;
		z-index: 1100;
	}

	.gmenu-inner{
		position: relative;
	}



	#gnav li + li{
		margin-top: 50px;
	}

	#gnav a{
		position: relative;
		display: inline-block;
	}


	#gnav a strong{
		position: relative;
	}
	.nav-sub a strong{
		position: relative;
		letter-spacing: 1px;
	}

	#gnav a strong:after,
	.nav-sub a strong:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0px;
		display: inline-block;
		width: 0;
		height: 3px;
		background: #393938;

		-webkit-transition: width 200ms ease;
		-o-transition: width 200ms ease;
		transition: width 200ms ease;

	}

	#gnav a:hover strong:after,
	.nav-sub a:hover strong:after{
		width: 100%;

	}



	#gnav a strong{
		margin: 0 55px 0 0;
		font-size: 38px;
		vertical-align: middle;
	}

	#gnav a span{
		font-size: 12px;
	}


	

	.nav-sub{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.nav-sub a.link-top{
		float: right;
		font-size: 20px;
	}
	.nav-sub .language{
		margin: 0 0 50px;
	}
	.nav-sub .language dt{
		margin: 0 0 30px;
		line-height: 1;
	}
	.nav-sub .language dd{
		margin: 0 0 0 80px;
	}

	.nav-sub .language dd li + li{
		margin: 10px 0 0;
	}




	.nav-sub .sns{
		margin: 40px 0 0 80px;
		font-size: 0;
	}

	.nav-sub .sns li{
		display: inline-block;
	}

	.nav-sub .sns li + li{
		margin: 0 0 0 20px;
	}

	.nav-sub .sns a{
		color: #fff;
		font-size: 20px;
	}


/*	.nav-overlay{
		display: none !important;
	}
*/
	.nav-overlay{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
	}


	.btn-menu-open{
		position: absolute;
		top: 0;
		right: 0;
		width: 106px;
		height: 106px;
		background: #fff;
	}



	.nav-fixed .btn-menu-open{
		position: fixed;
		top: -106px;

		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);

		-webkit-transition: transform 200ms ease;
		-o-transition: transform 200ms ease;
		transition: transform 200ms ease;

	}

	.nav-fixed .btn-menu-open.on{

		-webkit-transform: translateY(106px);
		-ms-transform: translateY(106px);
		-o-transform: translateY(106px);
		transform: translateY(106px);
	}






	.btn-menu-open .icon{
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 100%;
		text-align: center;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}


	.btn-menu-open span{
		position: relative;
		display: block;
		margin: 0 auto 5px;
		width: 37px;
		height: 25px;
		overflow: hidden;
	}


	.btn-menu-open i{
		position: absolute;
		display: inline-block;
		margin: auto;
		left: 0;
		right: 0;
		width: 37px;
		height: 5px;
		background: #d8d6d0;
	}


	.btn-menu-open i:nth-child(1){
		top: 0;
	}
	.btn-menu-open i:nth-child(2){
		top: 0;
		bottom: 0;
	}
	.btn-menu-open i:nth-child(3){
		bottom: 0;

	}


	.btn-menu-open:hover i:nth-child(1){
		-webkit-animation: motionleft 400ms linear;
		-ms-animation: motionleft 400ms linear;
		-o-animation: motionleft 400ms linear;
		animation: motionleft 400ms linear;
	}


	.btn-menu-open:hover i:nth-child(3){
		-webkit-animation: motionright 400ms linear;
		-ms-animation: motionright 400ms linear;
		-o-animation: motionright 400ms linear;
		animation: motionright 400ms linear;
	}


	@keyframes motionleft{
	    0% {left:0;}
		50% {left:10px;}
	    100% {left:0;}
	}

	@keyframes motionright{
	    0% {left:0;}
		50% {left:-10px;}
	    100% {left:0;}
	}

	@-webkit-keyframes motionleft{
	    0% {left:0;}
		50% {left:10px;}
	    100% {left:0;}
	}

	@-webkit-keyframes motionright{
	    0% {left:0;}
		50% {left:-10px;}
	    100% {left:0;}
	}





	.btn-menu-close{
		position: absolute;
		top: 0;
		right: 0;
		width: 106px;
		height: 106px;
		background: #fff;
	}

	.btn-menu-close .icon{
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 100%;
		text-align: center;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}


	.btn-menu-close span{
		position: relative;
		display: inline-block;
		margin: 0 0 3px;
		width: 100%;
		height: 29px;
	}

	.btn-menu-close i{
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 37px;
		height: 5px;
		background: #d8d6d0;
	}


	.btn-menu-close i:nth-child(1){
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btn-menu-close i:nth-child(2){
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);

	}


	.btn-menu-close:hover i:nth-child(1){
		-webkit-animation: close 150ms linear;
		-ms-animation: close 150ms linear;
		-o-animation: close 150ms linear;
		animation: close 150ms linear;
	}
	.btn-menu-close:hover i:nth-child(2){
		-webkit-animation: close 300ms linear;
		-ms-animation: close 300ms linear;
		-o-animation: close 300ms linear;
		animation: close 300ms linear;
	}

	@-webkit-keyframes close{
	    0% {width:22px;}
		100% {width:37px;}
	}

	@keyframes close{
	    0% {width:22px;}
		100% {width:37px;}
	}





	.btn-close-popup{
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		width: 28px;
		height: 28px;
		border: 1px solid #393938;

		text-indent: -9999px;
		overflow: hidden;
		z-index: 100;

	}

	.btn-close-popup i:nth-child(1){
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		left: 0.5px;
		bottom: 0;
		right: 0;
		width: 1px;
		height: 40px;
		background: #393938;
		
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	
	}

	.btn-close-popup i:nth-child(2){
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		left: 0.5px;
		bottom: 0;
		right: 0;
		width: 1px;
		height: 40px;
		background: #393938;
		
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	
	}





	/*----------------------------------

			contents

	----------------------------------*/


	#wrap{
		padding: 106px 0 0;
		
		width: 100%;
		min-width: 1040px;
		overflow: hidden;

		-webkit-transition: opacity 500ms ease;
		-o-transition: opacity 500ms ease;
		transition: opacity 500ms ease;

		opacity: 0;
	}

	#wrap.on{
		opacity: 1;
	}


	#top #wrap{
		padding: 0;

	}

	.contents{
		margin: auto;
		width: 100%;
	}

	.contents .contents-inner{
/*		padding: 0 70px;
*/
		
		padding: 0 20px;
	}

	.contents .inner{
		padding: 0 20px;
	}



	#top .contents{
		padding-top: 100px;
	}

	.contents-header{
		position: relative;
		margin: auto;
		padding: 0 0 60px;
		width: 100%;
		max-width: 1340px;

	}

	.contents-main-header{
/*		margin: 0 70px;
*/		margin: 0 20px;
		padding: 70px 0 0;
	}


	.contents-header .link{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 13px;

	}



	/*--------------------
		product
	/*--------------------*/


	.lineup-product{
		margin-top: 100px;
	}


	.product-list ul{
		font-size: 0;
		margin: auto;
		width: 100%;
		max-width: 1200px;
	}	

	.product-list li{
		position: relative;
		display: inline-block;
/*		width: 300px;
*/		width: 25%;
		text-align: center;
	}	

	.product-list li:nth-child(n + 5){
		margin-top: 90px;
	}	

	.product-list li span{
		margin-top: 30px;
		display: inline-block;
		font-size: 13px;
	}	

	.product-list li a{
		display: block;
	}	

	.product-list li img{
		width: 100%;
		height: auto;
		vertical-align: top;
		opacity: 0.9;

		-webkit-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
	}	

	.product-list li .star {
		display: inline-block;
		margin-left: 14px;
		font-size: 13px;
	}

	.product-list li a:hover img{
		opacity: 1;
	}	


	.top-lineup-product{
		margin-top: 100px;
	}

	.top-lineup-product .product-list ul{
		font-size: 0;
		margin: auto;
		width: 1340px;
		max-width: inherit;
	}	

	.top-lineup-product .product-list li{
		margin: 0;
/*		width: 222px;
*/		width: 16.6%;
	}

	.top-lineup-product .product-list li span{
		margin-top: 30px;
		display: inline-block;
		font-size: 12px;
	}	





	/*--------------------
		feature
	/*--------------------*/


	.feature-col{
		position: relative;
	}
	.feature-col .sp{
		display: none;
	}

	.feature-col + .feature-col{
		margin-top: 100px;
	}

	#top .feature-col + .feature-col{
		margin-top: 60px;
	}

	.feature-col:after{
		content: "";
		display: block;
		visibility: hidden;
		clear: both;
	}

	.feature-col article > header{
		text-align: center;
	}

	.feature-col figure figcaption{

		margin: 10px 0 0;
		font-size: 12px;
		color: #71716e;
		text-align: left;
		line-height: 1.5;

	}


	.feature-col article > header h3{
		font-size: 22px;
		margin-bottom: 20px;
		font-weight: 700;
	}

	.feature-col article > header h4{
		position: relative;
		padding: 0 5px;
		display: inline-block;
		font-size: 19px;
	}
	.feature-col article > header h4:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		bottom: -13px;
		width: 100%;
		height: 4px;
		background: #fff;
	}

	.feature-col .feature-col-body{
		position: relative;
		margin-top: 45px;
	}
	.feature-col .feature-col-body p{
		line-height: 2;
	}








	.feature-col-1{
		margin: auto;
		width: 100%;
		max-width: 1100px;
		box-sizing: border-box;
	}
	.feature-col-1 figure{
		float: left;
		padding: 0 50px;
		width: 50%;
		max-width: 600px;
		box-sizing: border-box;
	}
	.feature-col-1 figure img{
		width: 100%;
		height: auto;
	}

	.feature-col-1 .feature-txt{
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		max-width: 600px;
		padding: 0 50px;
		box-sizing: border-box;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}




	.feature-col-2{
		margin: auto;
		width: 100%;
		max-width: 1340px;
	}
	.feature-col-2 figure img{
		width: 100%;
		height: auto;
	}

	.feature-col-2 .feature-txt{
		margin: 60px auto 0;
		width: 100%;
		max-width: 660px;
	}





	.feature-col-3{
		margin: auto;
		width: 100%;
		max-width: 1100px;
	}
	.feature-col-3 figure{
		float: right;
		margin: 0 -50px;
		padding: 0 -50px;
		width: 50%;
		max-width: 600px;
		box-sizing: border-box;
	}
	.feature-col-3 figure img{
		width: 100%;
		height: auto;
	}


	.feature-col-3 .feature-txt{
		position: absolute;
		top: 50%;
		left: 0;
		width: 50%;
		max-width: 600px;
		padding: 0 50px;
		box-sizing: border-box;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}



	.link-more{
		margin-top: 30px;
		text-align: center;
	}
	.link-more a{
		font-size: 13px;
	}




	/*--------------------
		button
	/*--------------------*/




	.btn-1{
		margin-top: 60px;
		text-align: center;
	}
	.btn-2{
		margin-top: 60px;
		text-align: right;
	}

	.btn-list{
		width: 1000px;
		margin: 100px auto 0;
		font-size: 0;
	}

	.btn-list li + li{
		margin-left: 10px;
	}

	.btn-list .btn{
		display: inline-block;
	}

	.btn-list li.btn-parts a:before{
		position: absolute;
		content: "";
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 22px;
		height: 22px;
		background: url(../img/icon_parts.svg) 0 0 no-repeat;
		
	}

	.btn-list li.btn-maintenance a:before{
		position: absolute;
		content: "";
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 17px;
		height: 22px;
		background: url(../img/icon_maintenance.svg) 0 0 no-repeat;
	}

	.btn-list li.btn-manual a:before{
		position: absolute;
		content: "";
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 17px;
		height: 22px;
		background: url(../img/icon_manual.svg) 0 0 no-repeat;
	}


	.btn a{
		position: relative;
		display:inline-block;
		width: 230px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 13px;
		background: #d8d6d0;

		-webkit-transition: background ease 200ms;
		-o-transition: background ease 200ms;
		transition: background ease 200ms;
	}
	.btn a:hover{
		background: #d0cec8;
	}




	

	





	/*--------------------
		column
	/*--------------------*/


	.pickup-column{
		margin-top: 100px;
	}


	.column-list a:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.15);
		opacity: 0;

		-webkit-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;

		z-index: 0;

	}

	.column-list a:hover:before{
		opacity: 1;
	}



	.column-inner{
		margin: auto;
		width: 100%;
		max-width: 1340px;
	}

	.column-list-box{
		width: 100%;
		overflow: hidden;

		will-change: contents, opacity;

	}


	.column-list-inner{
		width: 1350px;
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
	}



	.column-list{
		position: relative;
		float: left;
		width: 670px;
		height: 300px;
		overflow: hidden;

		box-sizing: border-box;
	}

	.column-list a:after{
		content: "";
		display: block;
		visibility: hidden;
		clear: both;

	}

	.column-list a{
		position: relative;
		display: block;
		padding: 40px 40px;


	}

	.column-list .cat{
		position: absolute;
		left: 10px;
		top: 10px;
		color: #fff;
		z-index: 10;
	}
	.column-list.bg-wh .cat{
		color: #8c8c8c;
	}


	.column-list .column-header{
		text-align: center;
	}
	.column-list .column-header .cap{
		font-size: 12px;
	}
	.column-list .column-header h3{
		margin-top: 5px;
		font-size: 19px;
		font-weight: 300;
	}

	.column-list .column-header h3 br{
		display: none;
	}

	.column-list .column-header h3 span{
		position: relative;
		padding: 0 10px;
		display: inline-block;
		line-height: 1.5;
	}
	
	
	
	

	.column-list .column-header h3 i{
		position: relative;
		top: 7px;
		display: inline-block;
		margin: 0 10px;
		width: 28px;
		height: 28px;
		background: url(../img/mark_cross.png) 0 0 repeat;
		background-size: 100% 100%;
	}


	.column-list .column-header h3 em{
		position: relative;
		top: -2px;
		margin: 0 10px 0 0;
		font-size: 14px;
	}


	.column-list .column-header h3 span:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		bottom: -10px;
		width: 100%;
		height: 4px;
		background: #fff;
	}
	.column-list.bg-wh .column-header h3 span:after{
		background: #8c8c8c;
	}
	
	
	.column-list .column-header span + br{
		display: reset;
	}
	.column-list .column-header h3.multi {
		font-size: 18px;
	}
	.column-list .column-header h3.multi span + br + span{
		margin-top: 10px;
	}
	.column-list .column-header h3.multi span:after{
		bottom: -4px;
	}


	.column-list .column-thumb{
		position: relative;
		float: right;
		width: 220px;
		z-index: 10;
	}
	.column-list .column-thumb img{
		width: 100%;
		height: auto;
	}


	.column-list .column-txt{
		position: relative;
		top: -10px;
		width: 345px;
		z-index: 10;

	}



	.column-list .column-txt .column-body{
		margin-top: 25px;
	}	
	.column-list .column-txt .column-body p{
		font-size: 13px;
		line-height: 1.7;
	}


	.column-list .author{
		margin: 15px 0 0;
	}	


	.author-info .name{
		display: block;
	}	

	.author-info .name span{
		display: block;
		margin: 5px 0 0;
		font-size: 12px;
	}	

	.author-info .name-cap{
		display: block;
		margin: 0 0 10px;
		font-size: 11px;
		color: #fff;
	}	




	.author-info p{
		margin: 12px 0 0;
		font-size: 11px;
		line-height: 1.5;
	}	

	.column-txt + figure{
		float: right;
		width: 220px;
	}




	.author figure{
		display: inline-block;
	}	

	.author figure img{
		height: 76px;
		border-radius: 4px;
		overflow: hidden;
	}	

	.author-1 .author-info {
		display: inline-block;
		margin: 0 0 0 10px;
	}


	.author-2 .author-info {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.author-2 .author-info .name + .name{
		margin: 15px 0 0;
	}	


	.author-3 .author-info {
		display: inline-block;
	}


	.author-4 figure {
		display: inline-block;
	}

	.author-4 .author-info {
		display: inline-block;
		width: 200px;
		margin: 0 0 0 10px;
	}

	.author-4 .author-info .name{
		float: left;
		margin: 0;
		width: 50%;
	}
	.author-4 .author-info .name:nth-child(n+3){
		margin-top: 10px;
	}



	/*----------------------------------

			btm-contents

	----------------------------------*/

	
	.btm-contents{
		margin: 100px 0 0; 
	}

	.btm-contents-inner{
		margin: auto;
		width: 100%;
		max-width: 1340px;
	}

	.btm-contents article{
		position: relative;
		padding: 0 30px 80px 0;
		width: 50%;
		min-height: 650px;

		box-sizing: border-box;
	}

	.btm-contents #shops{
		float: left;
	}

	.btm-contents #topics{
		float: right;
	}

	.btm-contents .btn{
		position: absolute;
		bottom: 0;
		right: 0;
	}




	#shops .shops-detail{
		margin: 0 0 0 150px;
	}

	#shops .shops-detail .note p + p{
		margin: 15px 0 0;
	
	}

	#shops .shop-list dl{
		float: left;
	}

	#shops .shop-list dl + dl{
		margin: 0 0 0 80px;
	}

	#shops .shop-list{
		margin: 50px 0 0;
	}

	#shops .shop-list dt{
		margin: 0 0 20px;
		font-size: 16px;
	}

	#shops .shop-list dt{
		font-size: 16px;
	}
	#shops .shop-list li + li{
		margin: 15px 0 0;
	}
	#shops .shop-list li a{
		font-size: 13px;
	}
	#shops .shop-list li a:hover{
		text-decoration: underline;
	}


	#topics .topics-box{
		margin: 0 0 0 150px;
	}
	#topics .topics-box li + li{
		margin: 40px 0 0;
	}
	#topics .topics-box dl dt{
		font-size: 11px;
	}
	#topics .topics-box dl dd{
		margin: 15px 0 0;
	}
	#topics .topics-box a:hover{
		text-decoration: underline;
	}


	/*----------------------------------

			btm-bnr

	----------------------------------*/

	
	.btm-bnr{
		margin: 100px auto 0;
		padding: 40px 0;
		max-width: 1200px;
		font-size: 0;
		text-align: center;

		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}


	.btm-bnr li + li{
		margin: 0 0 0 20px;
	}

	.btm-bnr li{
		display: inline-block;
	}

	.btm-bnr li a{
		position: relative;
		display: block;
		width: 490px;
		height: 100px;
	}

	.btm-bnr li a span{
		position: absolute;
		font-size: 16px;
		color: #fff;
		bottom: 20px;
		right: 20px;
		font-weight: 700;
		z-index: 20;
	}

	.btm-bnr li:nth-child(1) a{
		background: url(../img/bnr_karimoku60.jpg) 0 0 no-repeat;
	}
	.btm-bnr li:nth-child(2) a{
		background: url(../img/bnr_simulator.jpg) 0 0 no-repeat;
	}

	.btm-bnr li a:hover:after{
		opacity: 1;
	}




	/*----------------------------------

			footer

	----------------------------------*/


	#gfooter{
		background: #fff;
		padding: 60px 0 40px;
		width: 100%;
	}

	#gfooter .footer-inner{
		position: relative;
		margin: 0 auto;
		min-width: 1040px;

		box-sizing: border-box;
	}

	#gfooter #footer-nav{
		margin: auto;
		width: 100%;
		font-size: 0;
		text-align: center;
	}
	#gfooter #footer-nav:after{
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
	}
	#gfooter #footer-nav dl{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	#gfooter #footer-nav dl + dl{
		margin: 0 0 0 80px;
	}

	#gfooter #footer-nav .footer-nav-inner > dl > dt{
		margin: 0 0 30px;
		font-size: 14px;
		font-weight: 700;
	}

	#gfooter #footer-nav .footer-nav-inner > dl dl dt{
		margin: 0 0 18px;
		font-size: 13px;
	}


	#gfooter #footer-nav ul + ul{
		margin: 0 0 0 60px;
	}

	#gfooter #footer-nav li + li{
		margin-top: 15px;  
	}

	#gfooter #footer-nav li a{
		font-size: 13px;
	}
	#gfooter #footer-nav li a:hover{
		text-decoration: underline;
	}



	#gfooter .footer-btm{
		position: relative;
		margin: 60px 70px 0;
		height: 80px;

		box-sizing: border-box;


	}



	#gfooter .footer-sub-nav{
		position: absolute;
		right: 0;
		bottom: 30px;
	}
	#gfooter .footer-sub-nav li{
		float: left;
	}
	#gfooter .footer-sub-nav li + li:before{
		content: "|";
		padding: 0 15px;
	}
	#gfooter .footer-sub-nav li a{
		font-size: 12px;
	}
	#gfooter .footer-sub-nav li a:hover{
		text-decoration: underline;
	}


	#gfooter .sns{
		position: absolute;
		top: 0;
		right: 127px;
		font-size: 0;
	}
	#gfooter .sns li{
		display: inline-block;
	}
	#gfooter .sns li + li{
		margin: 0 0 0 5px;
	}
	#gfooter .sns a{
		color: #8c8c8c;
		text-indent: -9999px;
		font-size: 20px;
	}




	#gfooter a.logo-karimoku{
		position: absolute;
		display: block;
		right: 0;
		top: 0;

		width: 103px;
		height: 18px;
		background: url(../img/logo_karimoku.svg) 0 0 no-repeat;

	}

	#gfooter a.logo-karimoku60{
		position: absolute;
		display: block;
		left: 0;
		bottom: 0;
		width: 260px;
		height: 49px;
		background: url(../img/logo_karimoku60.svg) 0 0 no-repeat;

	}

	#gfooter .cr{
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}


	.pagetop{
		min-width: 1000px;
		padding: 100px 0 40px;
		text-align: center;
	}

	.pagetop a{
		display: inline-block;
		font-size: 13px;
	}



	




}



@media screen and (min-width: 751px) and (max-width: 1480px) {



	#gheader{
		padding: 0 20px;
		box-sizing: border-box;
	}


	.header-inner{
		position: relative;
		margin: auto;
		max-width: 1340px;
		width: 100%;
		height: 106px;
	}

	#gheader h1 {
		position: absolute;
		margin: auto;
		top: 57px;
		left: 0;
		height: auto;
		width: 100%;
	}


	#gheader h1 a {
		display: block;
		padding-top: 3.55%;
		width: 100%;
		max-width: 260px;
		height: auto;
		background: url(../img/logo_karimoku60.svg) 0 0 no-repeat;
	}

}







@media screen and (min-width: 751px) and (max-width: 1380px) {



	.top-lineup-product .product-list ul{
		width: 100%;
		max-width: 1340px;
	}	


}



@media screen and (min-width: 751px) and (max-width: 1200px) {


	.product-list ul{
		width: 100%;
		max-width: 1230px;
	}



}





@media screen and (min-width: 751px) and (max-width: 1040px) {



	#gheader h1 a {
		padding-top: 36px;
	}


	.nav-sub {
		position: absolute;
		right: 0;
		bottom: 0;
	}


	/*----------------------------------

			btm-bnr

	----------------------------------*/

	

	.btm-bnr li + li{
		margin: 20px 0 0 0 ;
	}

	.btm-bnr li{
		display: block;
	}
	.btm-bnr li a{
		margin: auto;
	}



}




@media screen and (max-width: 750px) {



	body {
		font-size: 12px;
	}


	.marking-wh-s,
	.marking-wh-m,
	.marking-gr-s,
	.marking-gr-m{
		position: relative;
		display: inline-block;
		padding: 0 14px;
	}


	.marking-wh-l,
	.marking-gr-l{
		position: relative;
		display: inline-block;
		padding: 0 25px;

	}


	.marking-wh-xl,
	.marking-gr-xl{
		position: relative;
		display: inline-block;
		padding: 0 27px;

	}


	.marking-wh-xxl,
	.marking-gr-xxl{
		position: relative;
		display: inline-block;
		padding: 10px 29px;
	}


	
	[class^="marking-wh"] .mark,
	[class^="marking-wh"] .mark:after,
	[class^="marking-wh"] .mark:before,
	[class*=" marking-wh"] .mark,
	[class*=" marking-wh"] .mark:after,
	[class*=" marking-wh"] .mark:before{
		background: #fff;
	}

	[class^="marking-gr"] .mark,
	[class^="marking-gr"] .mark:after,
	[class^="marking-gr"] .mark:before,
	[class*=" marking-gr"] .mark,
	[class*=" marking-gr"] .mark:after,
	[class*=" marking-gr"] .mark:before{
		background: #8c8c8c;
	}



	.marking-wh-s .mark,
	.marking-gr-s .mark{
		position: absolute;
		display: inline-block;
		width: 2px;
		height: 10px;
	}
	.marking-wh-m .mark,
	.marking-gr-m .mark{
		position: absolute;
		display: inline-block;
		width: 3px;
		height: 14px;
	}
	.marking-wh-l .mark,
	.marking-gr-l .mark{
		position: absolute;
		display: inline-block;
		width: 2px;
		height: 14px;
	}

	.marking-wh-xl .mark,
	.marking-gr-xl .mark{
		position: absolute;
		display: inline-block;
		width: 3px;
		height: 15px;
	}


	.marking-wh-xxl .mark,
	.marking-gr-xxl .mark{
		position: absolute;
		display: inline-block;
		width: 4px;
		height: 100%;
	}



	.mark-l,
	.mark-r{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}

	.mark-l{
		left: 0;		
		-webkit-transition: left 200ms ease;
		-o-transition: left 200ms ease;
		transition: left 200ms ease;
		

	}
	.mark-r{
		right: 0;
		-webkit-transition: right 200ms ease;
		-o-transition: right 200ms ease;
		transition: right 200ms ease;

	}

	.link.touched .mark-l{
		left: -5px;

	}
	.link.touched .mark-r{
		right: -5px;
	
	}







	.mark:after,
	.mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 5px;
		height: 3px;
	}

	.marking-wh-s .mark:after,
	.marking-wh-s .mark:before,
	.marking-gr-s .mark:after,
	.marking-gr-s .mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 5px;
		height: 2px;
	}



	.marking-wh-xl .mark:after,
	.marking-wh-xl .mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 8px;
		height: 3px;
	}



	.marking-wh-xxl .mark:after,
	.marking-wh-xxl .mark:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 12px;
		height: 4px;
	}




	.mark-l:after{
		top: 0;
		left: 0;
	}
	.mark-l:before{
		bottom: 0;
		left: 0;
	}
	.mark-r:after{
		top: 0;
		right: 0;
	}
	.mark-r:before{
		bottom: 0;
		right: 0;
	}






	.pagetop a{
		position: relative;
		padding: 0 25px;
	}

	.pagetop em{
		position: absolute;
		display: inline-block;
		top: 50%;
		width: 2px;
		height: 14px;
		background: #fff;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.pagetop em:nth-child(1){
		left: 0;

		-webkit-transition: left 200ms ease;
		-o-transition: left 200ms ease;
		transition: left 200ms ease;

	}
	.pagetop em:nth-child(2){
		right: 0;

		-webkit-transition: right 200ms ease;
		-o-transition: right 200ms ease;
		transition: right 200ms ease;

	}


	.pagetop a.touched em:nth-child(1){
		left: -5px;

	}
	.pagetop a.touched em:nth-child(2){
		right: -5px;
	
	}







	.pagetop em:nth-child(1):after,
	.pagetop em:nth-child(1):before{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		width: 5px;
		height: 3px;
		background: #fff;

	}

	.pagetop em:nth-child(2):after,
	.pagetop em:nth-child(2):before{
		content: "";
		position: absolute;
		display: inline-block;
		right: 0;
		width: 5px;
		height: 3px;
		background: #fff;

	}

	.pagetop em:nth-child(1):before,
	.pagetop em:nth-child(2):before{
		top: 0;
	}
	.pagetop em:nth-child(1):after,
	.pagetop em:nth-child(2):after{
		bottom: 0;
	}




	.bg-wh .pagetop em,
	.bg-wh .pagetop em:nth-child(1):after,
	.bg-wh .pagetop em:nth-child(1):before,
	.bg-wh .pagetop em:nth-child(2):after,
	.bg-wh .pagetop em:nth-child(2):before{
		background: #8c8c8c;

	}




	.language li a{
		position: relative;
		padding: 0 20px;
	}


	.language em{
		position: absolute;
		display: inline-block;
		top: 50%;
		width: 2px;
		height: 14px;
		background: #fff;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.language li em:nth-child(1){
		left: 0;

		-webkit-transition: left 200ms ease;
		-o-transition: left 200ms ease;
		transition: left 200ms ease;

	}
	.language li em:nth-child(2){
		right: 0;

		-webkit-transition: right 200ms ease;
		-o-transition: right 200ms ease;
		transition: right 200ms ease;

	}

	.language li em:nth-child(1):after,
	.language li em:nth-child(1):before{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		width: 5px;
		height: 3px;
		background: #fff;

	}

	.language li em:nth-child(2):after,
	.language li em:nth-child(2):before{
		content: "";
		position: absolute;
		display: inline-block;
		right: 0;
		width: 5px;
		height: 3px;
		background: #fff;

	}

	.language li em:nth-child(1):before,
	.language li em:nth-child(2):before{
		top: 0;
	}
	.language li em:nth-child(1):after,
	.language li em:nth-child(2):after{
		bottom: 0;
	}

	.language li a.touched em:nth-child(1){
		left: -5px;

	}
	.language li a.touched em:nth-child(2){
		right: -5px;
	
	}

	.language li{
		text-align: center;
	}

	.language li + li a{
		letter-spacing: 0.5px;
	}




	.title{
		position: relative;
		display: inline-block;
		font-weight: 700;
	}

	.title:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		height: 2px;
		width: 100%;
		background: #393938;
	}






	/*----------------------------------

			header

	----------------------------------*/


	#gheader{
		position: absolute;
		top: 0;
/*		height: 106px;
*/		height: 64px;
		width: 100%;
		z-index: 1000;
	}



	#gheader h1{
		position: absolute;
		left: 10px;
		top: 18px;

	}

	#gheader h1 a{
		display: block;
		width: 135px;
		height: 25px;
		background: url(../img/logo_karimoku60.svg) 0 0 no-repeat;
	}
	#gheader.wh h1 a{
		display: block;
		width: 135px;
		height: 25px;
		background: url(../img/logo_karimoku60_wh.svg) 0 0 no-repeat;
	}
	




	/*----------------------------------

			menu

	----------------------------------*/


	
	.sp-nav-open{
		overflow: hidden;
	}



	.gmenu{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		padding: 58px 22.5px;
		width: 100%;
		height: 100%;
		background: #d8d6d0;
		box-sizing: border-box;
		z-index: 1100;

		overflow: auto;
	}

	.gmenu-inner{
		position: relative;
		padding: 0 0 155px;
	}



	#gnav li + li{
		margin-top: 35px;
	}

	#gnav a{
		position: relative;
		display: inline-block;
	}



	#gnav a strong,
	.nav-sub a strong{
		position: relative;
	}


	#gnav a strong:after,
	.nav-sub a strong:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0px;
		display: inline-block;
		width: 0;
		height: 3px;
		background: #393938;

		-webkit-transition: width 200ms ease;
		-o-transition: width 200ms ease;
		transition: width 200ms ease;

	}


	#gnav a.touched strong:after,
	.nav-sub a.touched strong:after{
		width: 100%;

	}

	#gnav a strong{
		margin: 0 20px 0 0;
		font-size: 30px;
		vertical-align: middle;
	}

	#gnav a span{
		font-size: 10px;
	}



	.nav-sub{
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 40px 0 0;
	}

	.nav-sub a.link-top{
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	.nav-sub .language{
		width: 120px;
		padding: 0 0 40px;
	}
	.nav-sub .language dt{
		margin: 0 0 20px;
		line-height: 1;
	}

	.nav-sub .language dd{
		margin: 0 0 0 32px;
	}


	.nav-sub .language dd li + li{
		margin: 10px 0 0;
	}


	.nav-sub .sns{
		margin: 40px 0 0 80px;
		font-size: 0;
	}

	.nav-sub .sns li{
		display: inline-block;
	}

	.nav-sub .sns li + li{
		margin: 0 0 0 20px;
	}

	.nav-sub .sns a{
		color: #fff;
		font-size: 20px;
	}



	.nav-overlay{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #d8d6d0;
		z-index: 1000;
	}



	.btn-menu-open{
		position: absolute;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
		background: #fff;
		font-size: 10px;

	}


	.nav-fixed .btn-menu-open{
		position: fixed;
		top: -64px;

		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);

		-webkit-transition: transform 200ms ease;
		-o-transition: transform 200ms ease;
		transition: transform 200ms ease;

	}

	.nav-fixed .btn-menu-open.on{

		-webkit-transform: translateY(64px);
		-ms-transform: translateY(64px);
		-o-transform: translateY(64px);
		transform: translateY(64px);
	}




	.btn-menu-open .icon{
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 100%;
		text-align: center;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}

/*
	.btn-menu-open span{
		position: relative;
		display: inline-block;
		margin: 0 0 5px;
		width: 100%;
		height: 18px;
	}

	.btn-menu-open i{
		position: absolute;
		display: inline-block;
		margin: auto;
		left: 0;
		right: 0;
		width: 25px;
		height: 4px;
		background: #d8d6d0;
	}


	.btn-menu-open i:nth-child(1){
		top: 0;
	}

	.btn-menu-open i:nth-child(2){
		top: 0;
		bottom: 0;
	}
	.btn-menu-open i:nth-child(3){
		bottom: 0;
	}

	.btn-menu-open.touched i{
		-webkit-animation: close 200ms linear;
		-ms-animation: close 200ms linear;
		-o-animation: close 200ms linear;
		animation: close 200ms linear;

	}

	@keyframes open{
	    0% {width:17px;}
		100% {width:27px;}
	}

*/



	.btn-menu-open span{
		position: relative;
		display: block;
		margin: 0 auto 5px;
		width: 25px;
		height: 18px;
		overflow: hidden;
	}


	.btn-menu-open i{
		position: absolute;
		display: inline-block;
		margin: auto;
		left: 0;
		right: 0;
		width: 25px;
		height: 4px;
		background: #d8d6d0;
	}


	.btn-menu-open i:nth-child(1){
		top: 0;
	}
	.btn-menu-open i:nth-child(2){
		top: 0;
		bottom: 0;
	}
	.btn-menu-open i:nth-child(3){
		bottom: 0;

	}


	.btn-menu-open.touched i:nth-child(1){
		-webkit-animation: motionleft 400ms linear;
		-ms-animation: motionleft 400ms linear;
		-o-animation: motionleft 400ms linear;
		animation: motionleft 400ms linear;
	}


	.btn-menu-open.touched i:nth-child(3){
		-webkit-animation: motionright 400ms linear;
		-ms-animation: motionright 400ms linear;
		-o-animation: motionright 400ms linear;
		animation: motionright 400ms linear;
	}


	@keyframes motionleft{
	    0% {left:0;}
		50% {left:5px;}
	    100% {left:0;}
	}

	@keyframes motionright{
	    0% {left:0;}
		50% {left:-5px;}
	    100% {left:0;}
	}

	@-webkit-keyframes motionleft{
	    0% {left:0;}
		50% {left:5px;}
	    100% {left:0;}
	}

	@-webkit-keyframes motionright{
	    0% {left:0;}
		50% {left:-5px;}
	    100% {left:0;}
	}












	.btn-menu-close{
		position: absolute;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
		background: #fff;
		font-size: 10px;
	}

	.btn-menu-close .icon{
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 100%;
		text-align: center;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

	}


	.btn-menu-close span{
		position: relative;
		display: inline-block;
		margin: 0 0 1px;
		width: 100%;
		height: 22px;
	}

	.btn-menu-close i{
		position: absolute;
		display: inline-block;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 27px;
		height: 4px;
		background: #d8d6d0;
	}

	.btn-menu-close i:nth-child(1){
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btn-menu-close i:nth-child(2){
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);

	}


	.btn-menu-close.touched i:nth-child(1){
		-webkit-animation: close 150ms linear;
		-ms-animation: close 150ms linear;
		-o-animation: close 150ms linear;
		animation: close 150ms linear;
	}
	.btn-menu-close.touched i:nth-child(2){
		-webkit-animation: close 300ms linear;
		-ms-animation: close 300ms linear;
		-o-animation: close 300ms linear;
		animation: close 300ms linear;
	}

	@-webkit-keyframes close{
	    0% {width:20px;}
		100% {width:27px;}
	}

	@keyframes close{
	    0% {width:20px;}
		100% {width:27px;}
	}





	.btn-close-popup{
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		width: 28px;
		height: 28px;
		border: 1px solid #393938;

		text-indent: -9999px;

		box-sizing: border-box;
		overflow: hidden;
		z-index: 100;

	}

	.btn-close-popup i:nth-child(1){
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		height: 37px;
		background: #393938;
		
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	
	}

	.btn-close-popup i:nth-child(2){
		position: absolute;
		display: inline-block;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		height: 37px;
		background: #393938;
		
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	
	}









	/*----------------------------------

			contents

	----------------------------------*/


	#wrap{
		padding: 64px 0 0;
		
		width: 100%;
		overflow: hidden;

		-webkit-transition: opacity 500ms ease;
		-o-transition: opacity 500ms ease;
		transition: opacity 500ms ease;

		opacity: 0;
	}

	#wrap.on{
		opacity: 1;
	}


	#top #wrap{
		padding: 0;

	}

	.contents{
		margin: auto;
		width: 100%;
	}

	.contents .contents-inner{
		padding: 0 10px;
	}




	#top .contents{
		padding-top: 50px;
	}

	.contents-header{
		position: relative;
		margin: auto;
		padding: 0 0 40px;
		width: 100%;
		max-width: 1340px;

	}
	.contents-main-header{
		margin: 0 10px;
		padding: 31px 0 0;
	}

	.contents-header .link{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;

	}

	


	/*--------------------
		product
	/*--------------------*/


	.lineup-product{
		margin-top: 60px;
	}

	.product-list ul{
		font-size: 0;
	}	
	
	.product-list li{
		display: inline-block;
		width: 50%;
		text-align: center;
		vertical-align: top;
	}	

	.product-list li{
		margin: 0 0 20px;
	}

	.product-list li span{
		margin-top: 10px;
		display: inline-block;
		font-size: 11px;
	}

	.product-list li a{
		display: block;
	}	


	.product-list li img{
		width: 100%;
		height: auto;
		vertical-align: top;
		opacity: 0.9;

		-webkit-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;


	}	

	.product-list li a.touched img{
		opacity: 1;
	}	





	.top-lineup-product{
		margin-top: 60px;
	}
	.top-lineup-product .product-list li{
		width: 33%;
	}




	/*--------------------
		feature
	/*--------------------*/



	.feature-col{
		margin: 0 12px;
	}

	.feature-col .pc{
		display: none;
	}

	.feature-col + .feature-col{
		margin-top: 75px;
	}


	.feature-col:after{
		content: "";
		display: block;
		visibility: hidden;
		clear: both;
	}

	.feature-col figure figcaption{

		margin: 5px 0 0;
		font-size: 11px;
		color: #71716e;
		text-align: left;
		line-height: 1.5;

	}

	.feature-col article > header{
		margin: 40px 0 0;
		text-align: center;
	}

	.feature-col article > header h3{
		font-size: 19px;
		margin-bottom: 30px;
		font-weight: 700;
	}

	.feature-col article > header h4{
		position: relative;
		padding: 0 5px;
		display: inline-block;
		font-size: 16px;
	}
	.feature-col article > header h4:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		bottom: -12px;
		width: 100%;
		height: 4px;
		background: #fff;
	}

	.feature-col .feature-col-body{
		position: relative;
		margin-top: 45px;
	}
	.feature-col .feature-col-body p{
		line-height: 2;
	}







	.feature-col-1 figure{
		width: 100%;
		box-sizing: border-box;
	}
	.feature-col-1 figure img{
		width: 100%;
		height: auto;
	}



	.feature-col-2 figure{
		margin: 0 -12px;
	}

	.feature-col-2 figure img{
		width: 100%;
		height: auto;
	}



	.feature-col-3 figure{
		width: 100%;
		box-sizing: border-box;
	}
	.feature-col-3 figure img{
		width: 100%;
		height: auto;
	}



	.link-more{
		margin-top: 30px;
		text-align: center;
	}
	.link-more a{
		font-size: 12px;
	}



	/*--------------------
		button
	/*--------------------*/


	.btn-1{
		margin: 40px 12px 0;
		text-align: center;
	}
	.btn-2{
		margin: 40px 12px 0;
		text-align: center;
	}

	.btn-list{
		margin: 50px 0 0;
		font-size: 0;
	}

	.product-list + .btn-list{
		margin: 50px 12px 0;
	}

	.btn-list li + li{
		margin-top: 10px;
	}


	.btn-list li.btn-parts a:before{
		position: absolute;
		content: "";
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 22px;
		height: 22px;
		background: url(../img/icon_parts.svg) 0 0 no-repeat;
		
	}

	.btn-list li.btn-maintenance a:before{
		position: absolute;
		content: "";
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 17px;
		height: 22px;
		background: url(../img/icon_maintenance.svg) 0 0 no-repeat;
	}

	.btn-list li.btn-manual a:before{
		position: absolute;
		content: "";
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 17px;
		height: 22px;
		background: url(../img/icon_manual.svg) 0 0 no-repeat;
	}


	.btn a{
		position: relative;
		display:inline-block;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 12px;
		background: #d8d6d0;

		-webkit-transition: background ease 200ms;
		-o-transition: background ease 200ms;
		transition: background ease 200ms;
	}
	
	.btn a.touched{
		background: #d0cec8;
	}


	#top .btn-1,
	#top .btn-2{
		margin: 40px auto 0;
		width: 225px;
	}





	/*--------------------
		column
	/*--------------------*/


	.pickup-column{
		margin-top: 60px;
	}




	.column-list a:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.15);
		opacity: 0;

		-webkit-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;

		z-index: 0;

	}

	.column-list a.touched:before{
		opacity: 1;
	}




	.column-list-box{
		width: 100%;
		overflow: hidden;
	}

	.column-list{
		position: relative;
		width: 100%;
		overflow: hidden;

		box-sizing: border-box;
	}



	.column-list a{
		display: block;
		padding: 30px;
	}


	.column-list a:after{
		content: "";
		display: block;
		visibility: hidden;
		clear: both;

	}

	.column-list .cat{
		position: absolute;
		right: 10px;
		top: 10px;
		color: #fff;
		font-size: 12px;
		z-index: 10;
	}
	.column-list.bg-wh .cat{
		color: #8c8c8c;
	}

	.column-list .column-header{
		text-align: center;
	}

	.column-list .column-header .cap{
		font-size: 9px;
	}
	
	.column-list .column-header h3{
		margin-top: 5px;
		font-size: 15px;
		line-height: 1.8;
		font-weight: 300;
	}
	.column-list .column-header h3 span{
		position: relative;
		padding: 0 10px;
		display: inline-block;
		line-height: 1.5;
	}

	.column-list .column-header h3 i{
		position: relative;
		top: 4px;
		display: inline-block;
		margin: 0 10px 0 5px;
		width: 18px;
		height: 18px;
		background: url(../img/mark_cross.png) 0 0 repeat;
		background-size: 100% 100%;
	}

	.column-list .column-header h3 em{
		position: relative;
		top: -2px;
		margin: 0 10px 0 0;
		font-size: 14px;
	}

	.column-list .column-header h3 span:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 0;
		bottom: -10px;
		width: 100%;
		height: 3px;
		background: #fff;
	}
	.column-list.bg-wh .column-header h3 span:after{
		background: #8c8c8c;
	}


	.column-list .column-header span + br{
		display: reset;
	}
	.column-list .column-header h3.multi span + br + span{
		margin-top: 10px;
	}
	.column-list .column-header h3.multi span:after{
		bottom: -4px;
	}


	.column-list .column-header h3 br{
		display: none;
	}
	.pickup-column .column-list .column-header h3 br{
		display: inline-block;
	}

	.column-list .column-thumb{
		position: relative;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 207px;
		z-index: 10;
	}	

	.column-list .column-thumb img{
		width: 100%;
		height: auto;
	}	

	.column-list .column-txt{
		position: relative;
		z-index: 10;

	}



	.column-list .author{
		position: relative;
		margin: 20px auto 0;
		height: 65px;
	}

	.column-list .author figure{
		width: auto;
		height: 65px;
	}	

	.column-list .author figure img{

		width: auto;
		height: 100%;

		border-radius: 3px;
		overflow: hidden;
	}

	.column-list .column-txt .column-body{
		margin-top: 15px;
		font-size: 11px;
	}	





	.author-info .name{
		display: block;
	}	

	.author-info .name span{
		display: block;
		margin: 5px 0 0;
		font-size: 10px;
	}	

	.author-info .name-cap{
		display: block;
		margin: 0 0 10px;
		font-size: 10px;
		color: #fff;
	}	
	.author-info .name + p{
		margin: 10px 0 0;
		font-size: 10px;
		line-height: 1.5;
	}	


	.author figure{
		display: inline-block;
	}	


	.author .author-info {
		text-align: left;
	}

	.author-1 .author-info {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.author-2 .author-info {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.author-2 .author-info .name + .name{
		margin: 10px 0 0;
	}	


	.author-3 .author-info {
		display: inline-block;
	}


	.author-4 figure {
		display: inline-block;
/*		width: 135px;*/
	}

	.author-4 .author-info {
		display: inline-block;
		width: 140px;
		margin: 0 0 0 10px;
	}

	.author-4 .author-info .name{
		float: left;
		margin: 0;
		width: 50%;
	}
	.author-4 .author-info .name:nth-child(n+3){
		margin-top: 10px;
	}






	.pickup-column .column-list a{
		padding: 30px 20px;
	}

	.pickup-column .column-list .cat{
		left: 10px;
		top: 10px;
	}

	.pickup-column .column-list .author{
		text-align: center;
	}


	.pickup-column .column-list .column-txt{
		float: left;
		width: calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
	}


	.pickup-column .column-list .column-body p{
		display: none;
	}
	.pickup-column .column-list .author-info{
		display: none;
	}	

	.pickup-column .column-list .column-thumb{
		margin: 0;
		float: right;
		width: calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
	}

	.pickup-column .column-list .column-thumb img{
		width: 100%;
		height: auto;
	}




	/*----------------------------------

			btm-contents

	----------------------------------*/

	
	.btm-contents{
		margin: 55px 0 0; 
	}

	.btm-contents article{
		position: relative;

	}

	#topics{
		margin: 65px 0 0;
	}



	#shops .shops-detail{
		margin: 0 0 0 12px;
	}
	#shops .shops-detail .note p{
		font-size: 11px;
	}

	#shops .shops-detail .note p + p{
		margin: 10px 0 0;
	
	}
	#shops .shop-list{
		text-align: center;
	}
	#shops .shop-list dl{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	#shops .shop-list dl + dl{
		margin: 0 0 0 45px;
	}

	#shops .shop-list{
		margin: 40px 0 0;
	}

	#shops .shop-list dt{
		margin: 0 0 20px;
		font-size: 14px;
	}

/*	#shops .shop-list dt{
		font-size: 16px;
	}*/
	#shops .shop-list li + li{
		margin: 12px 0 0;
	}
	#shops .shop-list li a{
		font-size: 11px;
	}



	#topics .topics-box{
		margin: 0 0 0 12px;
	}
	#topics .topics-box li + li{
		margin: 30px 0 0;
	}
	#topics .topics-box dl dt{
		font-size: 9px;
	}
	#topics .topics-box dl dd{
		margin: 10px 0 0;
		font-size: 12px;
	}



	/*----------------------------------

			btm-bnr

	----------------------------------*/

	
	.btm-bnr{
		margin: 50px auto 0;
		padding: 30px 12px;
		font-size: 0;
		text-align: center;

		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}


	.btm-bnr li + li{
		margin: 5px 0 0 0;
	}

	.btm-bnr li{
		display: inline-block;
		width: 100%;
	}

	.btm-bnr li a{
		position: relative;
		display: block;
		width: 100%;
		padding-top: 26.36%;
	}


	.btm-bnr li a span{
		position: absolute;
		font-size: 12px;
		color: #fff;
		bottom: 10px;
		right: 15px;
		font-weight: 700;
		z-index: 20;
	}

	.btm-bnr li:nth-child(1) a{
		background: url(../img/bnr_karimoku60_sp.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.btm-bnr li:nth-child(2) a{
		background: url(../img/bnr_simulator_sp.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.btm-bnr li a.touched:after{
		opacity: 1;
	}






	/*----------------------------------

			footer

	----------------------------------*/


	#gfooter{
		background: #fff;
		padding: 45px 0 20px;
		width: 100%;
	}

	#gfooter .footer-inner{
		position: relative;
		margin: 0 20px;

	}

	#gfooter #footer-nav{
		margin: auto;
		width: 310px;
		overflow: hidden;
	}

	#gfooter .footer-nav-inner{
		width: 330px;
		font-size: 0;
	}


	#gfooter #footer-nav dl{
		display: inline-block;
		vertical-align: top;
		width: 90px;
		text-align: left;

	}

	#gfooter #footer-nav dl:nth-child(3n+2),
	#gfooter #footer-nav dl:nth-child(3n+3){
		margin: 0 0 0 30px;
	}
	#gfooter #footer-nav dl:nth-child(n+4){
		margin-top: 40px;
	}
	#gfooter #footer-nav dl:last-child{
		width: auto;
	}


	#gfooter #footer-nav .footer-nav-inner> dl > dt{
		margin: 0 0 25px;
		font-size: 12px;
		font-weight: 700;
	}

	#gfooter #footer-nav .footer-nav-inner> dl dl dt{
		margin: 0 0 20px;
		font-size: 11px;
	}


	#gfooter #footer-nav ul + ul{
		margin: 0 0 0 60px;
	}

	#gfooter #footer-nav li + li{
		margin-top: 15px;  
	}

	#gfooter #footer-nav li a{
		font-size: 11px;
	}



	#gfooter .footer-btm{
		position: relative;
		margin: 60px 0 0;
		width: 100%;
	}



	#gfooter .footer-sub-nav{
/*		margin: 20px 0 0;
*/

		margin: 40px 0 0;
		text-align: center;

	}
	#gfooter .footer-sub-nav li{
		display: inline-block;
		margin: 0 0 10px;
	}
	#gfooter .footer-sub-nav li + li:before{
		content: "|";
		padding: 0 6px;
	}
	#gfooter .footer-sub-nav li a{
		font-size: 11px;
	}



	#gfooter .sns{
		position: absolute;
		top: 3px;
		right: 0;
		font-size: 0;
	}
	#gfooter .sns li{
		display: inline-block;
	}
	#gfooter .sns li + li{
		margin: 0 0 0 5px;
	}
	#gfooter .sns a{
		color: #8c8c8c;
		text-indent: -9999px;
		font-size: 20px;
	}




/*	#gfooter a.logo-karimoku{
		display: none;

	}
*/

	#gfooter a.logo-karimoku{

		display: block;	
		margin: 10px 0 0;
		width: 100%;
		height: 12px;
		background: url(../img/logo_karimoku.svg) 50% 0 no-repeat;
		background-size: auto 100%;

	}



	#gfooter a.logo-karimoku60{

		display: block;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 30px;
		background: url(../img/logo_karimoku60.svg) 50% 0 no-repeat;
		background-size: auto 100%;

	}

	#gfooter .cr{
		width: 250px;
		margin: 15px auto 0;
		font-size: 11px;
		line-height: 1.5;
		text-align: center;
	}


	.pagetop{
		padding: 75px 0 25px;
		text-align: center;
	}

	.pagetop a{
		display: inline-block;
		font-size: 12px;
	}



}






@media screen and (max-width: 750px) and (max-width: 360px){


	.column-list a{
		display: block;
		padding: 30px 15px;
	}




	#gfooter #footer-nav{
		margin: auto;
		width: 280px;
	}

	#gfooter #footer-nav dl:nth-child(3n+2),
	#gfooter #footer-nav dl:nth-child(3n+3){
		margin: 0 0 0 20px;
	}

	#gfooter #footer-nav dl:nth-child(n+4){
		margin-top: 20px;
	}

	#gfooter #footer-nav li a {
		font-size: 10px;
	}

	#gfooter #footer-nav .footer-nav-inner dl > dt {
		font-size: 11px;
	}

}






