@charset "UTF-8";

/*--------------------------------------------
/*
/*		Theme: common
/*
/*--------------------------------------------*/
html,body { height:100%; }
body {
	font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #424141;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings : "pkna" 1;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 0.05em;
}
a {
	color: #424141;
}
header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}
header #header {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}

header h1 {
	width: 12%;
	float: none;
	padding-top: 10%;
}
h1 a:hover img {
	opacity: 1;
}

#gnav {
	float: none;
	padding-top: 9%;
}
#gnav li {
	float: left;
	margin-right: 18px;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-size: 10px;
}
#gnav li:last-child {
	margin-right: 0;
	float: right;
}
#gnav li a {
	font-size: 10px;
}

 .lang {
    color: #ADADAD;
	margin-left: 6px;
}
.lang a {
	font-size: 13px;
    text-decoration: none;
    color: #ADADAD;
}
.lang .current {
	color: #000;
	font-weight: bold;
}
#main {
	width: 90%;
    max-width: 1500px;
    margin: 0 auto;
	margin-top: 32%;
}
.colum2_1,.colum2_2,.colum3 {
	margin-bottom: 3%;
}
.colum2_1 .left {
	width: 65.5%;
	float: left;
}
.colum2_1 .right {
	width: 31.4%;
	float: right;
}
.colum2_2 .left {
	width: 31.4%;
	float: left;
}
.colum2_2 .right {
	width: 65.5%;
	float: right;
}
.colum3 .left {
	width: 100%;
	float: none;
}
.colum3 .right div:nth-child(odd) {
	width: 48.2%;
	float: left;
}
.colum3 .right div:nth-child(even) {
	width: 48.2%;
	float: right;
}
.colum3 .right div {
	margin-top: 3%;
}
section {
	margin-bottom: 20%;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5%;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4%;
}
#about .one .left {
	width: 100%;
	float: none;
}
#about .one .right {
	width: 100%;
	float: none;
	padding-top: 8%;
}
#about .two .right {
	width: 100%;
	float: none;
}
#about .two .left {
	width: 100%;
	float: none;
	padding-top: 8%;
}
#about p {
	margin-bottom: 8%;
}
#products ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
}
#products ul li:nth-child(3n) {
	margin-right: 0;
}
#products #sp_products li.sp {
	width: 100%;
	margin-right: 0;
}
#pc_products {
	display: none;
}

.copy {
	font-size: 10px;
	text-align: center;
	margin:  0 0 8%;
}

.weeditall { 
  position: relative; 
	z-index:10;
}

.fade_logo {
	width: 16%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7%;
    z-index: 9999;
}

