@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

@font-face {
    font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url('/font/Roboto/Roboto-Regular.eot');
    src: url('/font/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/font/Roboto/Roboto-Regular.woff') format('woff'),
    url('/font/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
    font-style: normal;
    font-weight: 200;
    src: url('/font/Roboto/Roboto-Light.eot');
    src: url('/font/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('/font/Roboto/Roboto-Light.woff') format('woff'),
    url('/font/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NotoSans/NotoSansCJKjp-Regular.eot');
    src: url('/font/NotoSans/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('/font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/font/NotoSans/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 200;
    src: url('/font/NotoSans/NotoSansCJKjp-Regular.eot');
    src: url('/font/NotoSans/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('/font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/font/NotoSans/NotoSansCJKjp-Regular.ttf') format('truetype');
}

body,
table,
input, textarea, select, option {
	       font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}

.english {
	       font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  	min-width: 1100px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
    text-align: left;
    background-color: #fff!important;
}
.content {
    padding: 20px 15px;
    background: #fff!important;
    overflow: auto;
}
#main {
    clear: both;
    padding-top: 85px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
    background-color: #FFF!important;
}
#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6998;
	background-color: #FFF;
}

#cover.coverNone {
	display: none;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .head01 {
	padding: 0 0 8px;
	background-color: #FFF;
	position: relative;
	z-index: 7999;
	font-family: "Roboto", sans-serif;
}

#gHeader .specHead {
	height: 20px;
	position: relative;
	z-index: 6000;
	background-color: #FFF;
}

#gHeader .head01 .hBox {
	margin: 0 45px;
}

#gHeader .head01 .hBox .hLogo {
	float: left;
	position: relative;
	z-index: 100;
}

#gHeader .head01 .hBox .hLogo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .head01 .hBox ul {
	float: right;
	position: relative;
	z-index: 100;
	font-weight: 400;
}

#gHeader .head01 .hBox li {
	padding-left: 22px;
	float: left;
}

#gHeader .head01 .hBox li a {
	padding-left: 22px;
	display: block;
	position: relative;
	color: #848475;    margin-top: 8px;
	font-size: 14px;
        text-decoration: none;
}

.head01 #gNavi .spec .product a {
	color: #848475;
}

/*
#gHeader .head01 .hBox li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gHeader .head01 .hBox li a:after,
.ie9 #gHeader .head01 .hBox li a:after {
	left: 0;
}


#gHeader .head01 .hBox li a:hover:after {
	width: 100%;
}
*/
#gHeader .head02 {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #FFF;
}

#gHeader .head02.animate {
	visibility: visible;
	opacity: 1;
}

#gHeader .head02 .hBox {
	margin: 0 0 0 35px;
}

#gHeader .head02 .hBox .hLogo {
	margin-top: 9px;
	float: left;
	position: relative;
	z-index: 100;
}

#gHeader .head02 .hBox .hLogo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .head02 .hBox .link {
	width: 133px;
	float: right;
	text-align: center;
	position: relative;
	z-index: 100;
    height: 79px;
}

#gHeader .head02 .hBox .link a {
	display: inline-block;
	font-size: 13px;
	width: 130px;
	background-color: #F0F0EF;
	position: relative;
	z-index: 2;
	height: 79px;
	line-height: 79px;
	overflow: hidden;
}

#gHeader .head02 .hBox .link a:hover {
	color: #FFF;
	text-decoration: none;
}

#gHeader .head02 .hBox .link a:before {
	left: -100%;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}

#gHeader .head02 .hBox .link a:hover:before {
	left: 0;
	background-color: #028ed3;
}

.head02 #gNavi {
	margin-top: -50px;
	text-align: center;
	position: relative;
	z-index: 90;
	font-family: "Roboto", sans-serif;
}

.head02 #gNavi>ul>li {
	margin: 0 10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: inline-block;
}

.head02 #gNavi .last {
	margin-left: 20px;
}

.head02 #gNavi .last a {
	padding-left: 20px;
	background: url(/img/icon01.gif) no-repeat left 3px;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.naviBg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6997;
	visibility: hidden;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ie8 .naviBg {
	display: none;
	visibility: visible;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.naviBg.show {
	visibility: visible;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#gNavi {
	margin-top: -30px;
	text-align: center;
	position: relative;
	z-index: 90;
}

#gNavi> ul {
	margin: 0 auto;
	width: 1020px;
        padding: 0px 0 0 0;
}

.head02 #gNavi>ul {
	margin: 0 auto;
	width: 850px;
}

#gNavi >ul >li {
    margin: 0 20px;
    display: block;
    float: left;
    letter-spacing: 2px;
    font-size: 14px;
}

#gNavi .spec {
	margin: -15px 0;
}

#gNavi li.spec>span {
    padding: 15px 20px 12px;
	display: block;
	transition: background 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#gNavi .spec:hover>span {
	background: #E1E1E1;
}

.head02 #gNavi .spec {
	margin: -15px 0;
}

.head02 #gNavi .spec:hover span {
	/*padding: 15px 10px 12px;*/
}

#gNavi .spec a:hover,
#gNavi .on > a {
	color: #848474;
}

#gNavi .spec .product {
	padding: 25px 0 3px 0;
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ie8 #gNavi .spec .product {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	display: none;
}

.ie8 #gNavi .spec:hover .product {
	display: block;
}

#gNavi .spec.on .product {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
/*
#gNavi .spec .product ul {
	margin: 0 auto;
	width: 810px;
}

#gNavi .spec .product li {
	margin-left: 0;
	width: 140px;
	float: left;
	color: #727364;
}

#gNavi .spec .product li p {
	margin-bottom: 15px;
	background: url(/img/line02.gif) repeat-x left top;
}

#gNavi .spec .product li p span {
	margin: 0 auto !important;
	padding: 0 !important;
	display: block;
	width: 80px;
	background-color: #E1E1E1;
}

#gNavi .spec .product li .sub {
	margin: 20px 30px 0;
}

#gNavi .spec .product li:first-child {
	margin-right: 50px;
}

#gNavi .spec .product li span {
	margin-bottom: 20px;
	padding: 0 !important;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #848475;
	font-family: "Roboto", sans-serif;
}

#gNavi .spec .product li a {
	font-size: 12px;
}

#gNavi .spec .product li img {
	margin-bottom: 15px;
	display: block;
}
*/
#gNavi .spec .product .mid {
	margin-right: 40px;
	width: 420px;
}

#gNavi .spec .product .mid .pho {
	float: left;
}

#gNavi .spec a:after {
	position: inherit;
	left: inherit;
	background-color: inherit;
	transition: none;
	-webkit-transform: none;
	transform: none;
}
/*
#gNavi >ul>li a {
	position: relative;
	display: block;
        font-size: 14px;
        letter-spacing: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#gNavi  >ul>li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gNavi  >ul>li a:after,
.ie9 #gNavi  >ul>li a:after {
	left: 0;
}

#gNavi  >ul>li a:hover {
	color: #DBDBC9;
	text-decoration: none;
}

#gNavi  >ul>li a:hover:after {
	width: 100%;
}
*/
.head02 #gNavi .spec .product {
	/*top: 49px;*/
}

.head02 #gNavi .spec>span {
	/*padding-bottom: 27px !important;*/
}

.head02 #gNavi .last a:hover {
	background: url(/img/icon03.gif) no-repeat left 3px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 37px 0 0;
	border-top: 1px solid #E6E6E3;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1060px;
	position: relative;
}

#gFooter .fNavi {
	margin-bottom: 53px;
}

#gFooter .fNavi ul {
	width: 109px;
	float: left;
}

#gFooter .fNavi .navi02 {
	width: 129px;
}

#gFooter .fNavi .navi03 {
	width: 200px;
}

#gFooter .fNavi .navi04 {
	width: 156px;
}

#gFooter .fNavi .navi05 {
	width: 148px;
}

#gFooter .fNavi .navi06 {
	width: 143px;
}

#gFooter .fNavi .navi07 {
	width: 94px;
}

#gFooter .fNavi .navi08 {
	width: 81px;
}

#gFooter .fNavi ul a {
	font-size: 17px;
	font-weight: 500;/*FP追記*/
  	transition: 0.3s;
	-webkit-transition: 0.3s;
 	position: relative;
}

#gFooter .fNavi .subNavi {
	margin-top: 24px;
	width: auto;
	float: none;
}

#gFooter .fNavi .subNavi li {
	padding-bottom: 8px;
}

#gFooter .fNavi .subNavi a {
	color: #8C8C7E;
	font-size: 11px;
	font-weight: normal;
}

#gFooter .fNavi a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gFooter .fNavi a:after,
.ie9 #gFooter .fNavi a:after {
	left: 0;
}

#gFooter .fNavi a:hover {
	color: #DBDBC9;
	text-decoration: none;
}

#gFooter .fNavi a:hover:after {
	width: 100%;
}

#gFooter .fLinkList01 {
	margin-bottom: 58px;
}

#gFooter .fLinkList01 li {
	width: 230px;
	float: left;
}

#gFooter .fLinkList01 li a {
	display: block;
	overflow: hidden;
	zoom: 1;
}

#gFooter .fLinkList01 li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .fLinkList01 li a:hover p {
    color: #d1d1ca !important;
}

#gFooter .fLinkList01 li a .photo {
	float: left;
}

#gFooter .fLinkList01 li a .txtBox {
	width: 170px;
	float: right;
	display: table;
	font-family: "Roboto", sans-serif;
}

#gFooter .fLinkList01 li a .txtBox p {
	display: table-cell;
	vertical-align: middle;
	color: #777;
	font-size: 16px;
}

#gFooter .fLinkList01 .last a .txtBox p {
	font-size: 13px;
}

#gFooter .fLinkList01 .last a .txtBox p span {
	display: block;
	font-size: 18px;
	line-height: 1.1;
}

#gFooter .sns_box {
	position: absolute;
	right: 0;
	bottom: 90px;
}


#gFooter .sns_box ul li {
	float: left;
}

#gFooter .sns_box ul li.tw {
	padding: 0 5px;
}

#gFooter .subBox .lBox {
	width: 600px;
	float: left;
}

#gFooter .subBox .lBox .txtLinkUl01 {
	width: 200px;
	float: left;
}

#gFooter .subBox .lBox .txtLinkUl01 {
	width: 230px;
	float: left;
	font-family: "Roboto", sans-serif;
}

#gFooter .subBox .lBox .txtLinkUl01 li {
	margin-right: 22px;
	float: left;
	font-weight: 400;
}

#gFooter .subBox .lBox .txtLinkUl01 a {
	padding-left: 22px;
	display: block;
	color: ##848475;
	font-size: 14px;
	background: url(/img/icon02.gif) no-repeat left 3px;
}

#gFooter .subBox .lBox .txtLinkUl01 li:first-child a {
	background: url(/img/icon01.gif) no-repeat left 3px;
}

#gFooter .subBox .lBox .txtLinkUl02 {
	width: 355px;
	margin-top: 3px;
	float: right;
}

#gFooter .subBox .lBox .txtLinkUl02 li {
	display: inline-block;
	color: #8C8C7E;
	font-size: 11px;
}

#gFooter .subBox .lBox .txtLinkUl02 li a {
	margin: 0 2px;
	display: inline-block;
	color: #8C8C7E;
}

#gFooter .copyright {
	float: right;
}

#gFooter .copyright p {
	margin-top: 3px;
	color: #8C8C7E;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-family: "Roboto", sans-serif;
}

#gFooter .subBox .lBox .txtLinkUl01 li a,
#gFooter .subBox .lBox .txtLinkUl02 li a {
    position: relative;
    transition: 0.3s;
	-webkit-transition: 0.3s;
 	position: relative;
}

#gFooter .subBox .lBox .txtLinkUl01 li a:after,
#gFooter .subBox .lBox .txtLinkUl02 li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#gFooter .subBox .lBox .txtLinkUl01 li a:hover,
#gFooter .subBox .lBox .txtLinkUl02 li a:hover {
	color: #DBDBC9;
	text-decoration: none;
}

.ie8 #gFooter .subBox .lBox .txtLinkUl01 li a:after,
.ie9 #gFooter .subBox .lBox .txtLinkUl01 li a:after {
	left: 0;
}

.ie8 #gFooter .subBox .lBox .txtLinkUl02 li a:after,
.ie9 #gFooter .subBox .lBox .txtLinkUl02 li a:after {
	left: 0;
}

#gFooter .subBox .lBox .txtLinkUl01 li a:hover:after,
#gFooter .subBox .lBox .txtLinkUl02 li a:hover:after {
	width: 100%;
}

.sp {
	display: none !important;
}

.spMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8000;
	display: none;
	overflow-y: auto;
	background-color: rgba(132,132,115,0.95);
}

.spMenu .subMenu {
	padding: 15px 15px 45px;
	font-family: "Roboto", sans-serif;
}

.spMenu .close {
	margin-bottom: 35px;
	text-align: right;
}

.spMenu .spNavi {
	margin: 0 auto;
	width: 224px;
}

/*.menumiddle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 230px;
	height: 334px;
}*/

.spMenu .spNavi li {
	margin-bottom: 7px;
	width: 122px;
	float: left;
}

.spMenu .spNavi li:nth-child(2n) {
	width: 75px !important;
	float: right;
}

.spMenu .spNavi a {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 0.04em;
	vertical-align: middle;
    min-height: 45px;
}

.spMenu a:hover {
	text-decoration: none;
}

.spMenu .spNavi li:nth-child(4) a {
	padding-top: 8px;
	min-height: 37px;
}

.spMenu .spNavi li:nth-child(3),
.spMenu .spNavi li:nth-child(4) {
    margin-bottom: 20px;
}

.spMenu .linkList {
	margin: 0 auto 40px;
	width: 224px;
}

.spMenu .linkList li {
	display: inline-block;
}

.spMenu .linkList li a {
	padding-left: 20px;
	font-size: 18px;
	display: block;
	color: #FFF;
	background: url(/img/icon20.gif) no-repeat left center;
	background-size: 14px 14px;
}

.spMenu .linkList li:first-child a {
	background: url(/img/icon19.gif) no-repeat left center;
	background-size: 10px 11px;
}

.spMenu .txtLinkList {
	text-align: center;
}

.spMenu .txtLinkList li {
	display: inline;
	font-size: 9px;
	color: #FFF;
}

.spMenu .txtLinkList li a {
	color: #FFF;
	font-weight: 200;
}

.spMenu li {
	opacity: 0;
	filter: alpha(opacity=0);
}

.spMenu .lang {
	margin: 0 -15px 40px;
	padding: 20px 0;
	background: url(/img/sp_lang_bg.png) repeat;
	text-align: center;
	color: #FFF;
	opacity: 0;
}

.spMenu .lang li {
	opacity: 1;
	display: inline-block;
}

.spMenu .lang ul {
	margin-bottom: 11px;
}

.spMenu .lang li.current a {
	opacity: 0.7;
}

.spMenu .lang a {
	font-size: 13px;
	color: #FFF;
	margin: 0 9px;
}

.spMenu .lang .global a {
	margin: 0;
	display: inline-block;
	padding-right: 20px;
	background: url(/img/icon40.png) no-repeat right center;
	background-size: 14px auto;
}


/*- 英語版調整 start
----------------------------*/

.en #gFooter .fBox {
	width: 1017px;
}

.en #gFooter .fNavi ul {
	width: 136px;
}

.en #gFooter .fNavi .navi02 {
	width: 118px;
}

.en #gFooter .fNavi .navi03 {
	width: 197px;
}

.en #gFooter .fNavi .navi04 {
	width: 143px;
}

.en #gFooter .fNavi .navi05 {
	width: 80px;
}

.en #gFooter .fNavi .navi06 {
	width: 148px;
}

.en #gFooter .fNavi .navi07 {
	width: 94px;
}

.en #gFooter .fNavi .navi08 {
	width: 81px;
}

.en #gNavi .spec {
	margin: -15px 0;
}

.en #gNavi ul {
	width: 640px;
}

.en .head02 #gNavi ul {
	width: 765px;
}

.en .head02 #gNavi .product ul {
	width: 860px;
}

.en #gNavi li {
	margin: 0 12px;
}

.en #main {
	letter-spacing: 0.04em;
}


/*- 英語版調整 end
----------------------------*/



/*- 中国語版調整 start
----------------------------*/

.cn #gNavi ul {
	width: 640px;
}

.cn #gNavi .spec {
	margin: -15px 0;
}

.cn .head02 #gNavi ul {
	width: 765px;
}

.cn .head02 #gNavi .product ul {
	width: 860px;
}


.cn #gNavi li {
	margin: 0 12px;
}

/*- 中国語版調整 end
----------------------------*/


/*- ドイツ語版調整 start
----------------------------*/

.de #gNavi ul {
	width: 760px;
}

.de #gNavi li {
	margin: 0 7px;
}

.de #gNavi .spec {
	margin: -15px 0;
}

.de .head02 #gNavi ul {
	width: 850px;
}

.de #gNavi li a {
	font-size: 14px;
}

.de #gFooter .fNavi ul {
	width: 143px;
}

.de #gFooter .fNavi .navi02 {
	width: 113px;
}

.de #gFooter .fNavi .navi03 {
	width: 200px;
}

.de #gFooter .fNavi .navi04 {
	width: 155px;
}

.de #gFooter .fNavi .navi05 {
	width: 84px;
}

.de #gFooter .fNavi .navi06 {
	width: 204px;
}

.de #gFooter .fNavi .navi08 {
	width: 81px;
}

.de #gFooter .subBox .lBox .txtLinkUl02 {
	width: 378px;
	margin-top: 0;
}

.de #gFooter .fLinkList01 li a .txtBox {
	width: 172px;
}

/*- ドイツ語版調整 end
----------------------------*/



@media screen and (max-width: 1300px) {
	
	/*- ドイツ語版調整 start
	----------------------------*/
	
	.de #gNavi li a {
		font-size: 13px;
	}
	
	.de #gNavi ul {
		padding-top: 2px;
	}

	
	/*- ドイツ語版調整 end
	----------------------------*/
	
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	#gHeader .head01 .hBox .hLogo a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#gHeader .head01 .hBox li a:after {
		display: none;
	}

	#gHeader .head01 .hBox li a:hover {
		color: #848472;
		background: url(/img/icon02.gif) no-repeat left 3px;
	}
	
	.head02 #gNavi .last a:hover {
		background: url(/img/icon01.gif) no-repeat left 3px;
	}

	#gHeader .head01 .hBox li:first-child a:hover {
		background: url(/img/icon01.gif) no-repeat left 3px;
	}
	
	#gNavi li a {
		transition: none;
		-webkit-transition: none;
	}

	#gNavi li a:after {
		display: none;
	}

	#gNavi li a:hover {
		color: #848472;
	}
	
	#gNavi .spec:hover span {
		background: #FFF;
	}
	
	#gNavi ul {
		width: 620px;
	}

	#gNavi li {
		margin: 0 5px;
		font-family: "Roboto", sans-serif;
	}
	
	#gHeader .head01 .hBox {
		margin: 0 30px;
	}
	
	#gHeader .head02 .hBox .link a:hover {
		color: #848472;
	    background-color: #f0f0ef;
	}
	
	#gHeader .head02 .hBox .link a:hover:before {
		display: none !important;
	}
	
	#gFooter .fLinkList01 li a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#gFooter .fNavi ul a {
		transition: none;
		-webkit-transition: none;
	}
	
	#gFooter .fNavi a:after {
		display: none !important;
	}

	#gFooter .fNavi a:hover {
		color: #848472;
	}
	
	#gFooter .fLinkList01 li a:hover p {
		color: #848472 !important;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a::after, 
	#gFooter .subBox .lBox .txtLinkUl02 li a::after {
			display: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a:hover,
	#gFooter .subBox .lBox .txtLinkUl02 li a:hover {
			color: #848472;
	}
	
	/*- 英語版調整 start
	----------------------------*/
	
	.en .head01 #gNavi>ul {
		width: 659px;
	}
	
	.en .head02 #gNavi>ul {
		width: 763px;
	}
	
	.en .head02 #gNavi>ul>li {
		margin: 0 6px;
	}
	
	.en .head02 #gNavi .spec {
		margin: -15px 0;
	}

	.en .head02 #gNavi .last {
		margin-left: 20px;
	}
	/*- 英語版調整 end
	----------------------------*/
	
	
	/*- ドイツ語版調整 start
	----------------------------*/
	
	
	
	/*- ドイツ語版調整 end
	----------------------------*/

}

/* FP追記
----------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		/*display: none !important;*/
	}
	
	
	body {
		min-width: inherit;
	}
    
    #container {
        padding-top: 75px;
    }
	
	#cover {
		/*display: none;*/
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
    #gHeader {
        position: fixed;
        width: 100%;
        top: 0;
		left: 0;
		box-sizing: border-box;
		background-color: #FFF;
		z-index: 10000;
    }
	
	#gHeader .specHead {
		display: none;
	}
    
	#gHeader .head01 {
		margin: 0;
		padding: 14px 15px 9px;
		width: auto !important;
	}
	
	#gHeader .head01 .hBox {
		min-width: inherit;
		margin: 0;
		padding-right: 0;
	}
	
	#gHeader .head01 .hBox .hLogo {
		margin-top: 2px;
	}
	
	#gHeader .head01 .hBox .hLogo img {
		width: 72px;
	}
	
	#gHeader .head01 .hBox .hLogo a:hover img {
		opacity: 1;
	}
	
	#gHeader .head01 .hBox ul {
		display: none;
	}
	
	#gHeader .head01 .hBox .menu {
		float: right;
	}
	
	#gHeader .head02 {
		display: none !important;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	.head01 #gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 37px 0 0;
	}
	
	#gFooter .fBox {
		margin: 0 auto;
		width: auto;
	}
	
	#gFooter .fNavi {
		margin: 0 auto 45px;
		width: 224px;
	}
	
	#gFooter .fNavi ul {
		margin-top: 0;
		width: 105px !important;
		float: left;
	}
    
    #gFooter .fNavi ul li {
        min-height: 45px;
				font-family: "Roboto", sans-serif;
    }
	
	#gFooter .fNavi ul:nth-child(2n) {
		width: 75px !important;
		float: right;
	}
    
    #gFooter .fNavi ul:nth-child(5),
    #gFooter .fNavi ul:nth-child(6) {
        margin-top: 20px;
    }
	
	#gFooter .fNavi ul:nth-child(4) li {
		padding-top: 8px;
        min-height: 37px;
	}
	
	#gFooter .fNavi ul a {
		color: #848472;
		font-weight: 300;/*FP追記*/
		word-break: break-all;
		line-height: 1;
		transition: none;
	}
	
	#gFooter .sns_box {
		width: 112px;
		position: static;
		margin: 42px auto 43px;
	}
	
	#gFooter .fNavi .subNavi {
		display: none;
	}
	
	#gFooter .fNavi .subNavi a {
		color: #8C8C7E;
		font-size: 11px;
		font-weight: normal;
		line-height: 2.5;
	}
	
	#gFooter .fNavi a:after {
		display: none;
	}
	
	#gFooter .fNavi a:hover {
		color: #8C8C7E;
	}
	
	#gFooter .fLinkList01 {
		margin: 0 auto 35px;
		padding: 30px 48px 12px;
		width: auto;
		background-color: #F5F5F4;
	}
	
	#gFooter .fLinkList01 li {
		margin: 0 auto 15px;
		width: 224px;
		float: none;
	}

	#gFooter .fLinkList01 li a .photo img {
		width: 30px;
	}
	
	#gFooter .fLinkList01 li a .txtBox {
		width: 185px;
	}
	
	#gFooter .fLinkList01 li a .txtBox p {
		font-size: 15px;
	}
	
	#gFooter .fLinkList01 .last {
		margin-bottom: 0;
	}
	
	#gFooter .fLinkList01 .last a .txtBox p {
		font-size: 9px;
	}
	
	#gFooter .fLinkList01 .last a .txtBox p span {
		margin-left: 5px;
		display: inline-block;
		font-size: 13px;
	}
	
	#gFooter .subBox .lBox {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 {
		margin-bottom: 35px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li {
		margin: 0 10px;
		display: inline-block;
		float: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 a {
		padding-left: 15px;
		font-size: 14px;
		background: url(/img/icon02.gif) no-repeat left 7px;
		background-size: 11px 11px;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li:first-child a {
		background: url(/img/icon01.gif) no-repeat left 6px;
		background-size: 10px 11px;
	}
	
	#gFooter .fLinkList01 li a:hover img {
		opacity: 1;
	}
	
	#gFooter .subBox .lBox .txtLinkUl02 {
		width: auto;
		margin-top: 0;
		float: none;
		text-align: center;
	}
	
	#gFooter .subBox .lBox .txtLinkUl02 li {
		display: inline-block;
		font-size: 12px;
	}
	
	#gFooter .subBox .lBox .txtLinkUl02 li a {
		margin: 0 2px;
	}
	
	#gFooter .copyright {
		float: none;
		text-align: center;
	}
	
	#gFooter .copyright p {
		margin-top: 0;
		font-size: 8px;
	}

	#gFooter .fLinkList01 li a:hover p {
		color: #848472 !important;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a::after, 
	#gFooter .subBox .lBox .txtLinkUl02 li a::after {
			display: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a:hover,
	#gFooter .subBox .lBox .txtLinkUl02 li a:hover {
			color: #848472;
	}
	
	#gFooter .fNavi {
		margin-bottom: 0;
	}
	
	#gFooter .sp_online {
		margin: 0 auto 35px;
    	width: 224px;
	}
	
	#gFooter .sp_online a {
		font-family: "Roboto",sans-serif;
		padding-left: 15px;
		color: #848472;
		font-size: 17px;
		font-weight: 300;
		background: url(/img/icon01.gif) no-repeat left center;
		background-size: 10px 11px;
	}
	
	#gFooter .sp_online a:hover {
		text-decoration: none;
	}
	
	#gFooter .lang {
		margin: 0 0 30px;
		padding: 20px 0;
		text-align: center;
		color: #848472;
		border-top: 1px solid #DADAD4;
		border-bottom: 1px solid #DADAD4;
	}

	#gFooter .lang li {
		display: inline-block;
	}

	#gFooter .lang ul {
		margin-bottom: 11px;
	}

	#gFooter .lang li.current a {
		opacity: 0.7;
	}

	#gFooter .lang a {
		font-size: 13px;
		color: #848472;
		margin: 0 9px;
	}
	
	#gFooter .lang a:hover {
		text-decoration: none;
	}

	#gFooter .lang .global a {
		margin: 0;
		display: inline-block;
		padding-right: 20px;
		background: url(/img/icon41.png) no-repeat right center;
		background-size: 14px auto;
	}


	
		/*- 英語版調整 start
	----------------------------*/
	
	.en #gFooter .fNavi ul:nth-child(2n) {
		width: 79px !important;
	}
	
	.en #gFooter .fBox {
		width: auto;
	}
	
	.en .head02 #gNavi .product ul {
		width: auto;
	}
	
		/*- 英語版調整 end
	----------------------------*/
	
	

		/*- 中国語版調整 start
	----------------------------*/

	.cn .head02 #gNavi .product ul {
		width: auto;
	}
	
		/*- 中国語版調整 end
	----------------------------*/
	
	
	/*- ドイツ語版調整 start
	----------------------------*/

	.de #gFooter .subBox .lBox .txtLinkUl02 {
		width: 320px;
		margin: 0 auto;
	}
	
	.de #gFooter .fNavi {
		width: 264px;
	}
	
	.de #gFooter .fNavi ul {
		width: 122px !important;
	}
	
	.de #gFooter .fNavi ul a {
		font-size: 15px;
	}
	
	.de #gFooter .fNavi .navi02 {
		width: auto;
	}
	
	.de #gFooter .fNavi .navi03 {
		width: auto;
	}
	
	.de #gFooter .fNavi .navi04 {
		width: auto;
	}
	
	.de #gFooter .fNavi .navi05 {
		width: auto;
	}
	
	.de #gFooter .fNavi .navi06 {
		width: auto;
	}
	
	.de #gFooter .fNavi .navi08 {
		width: auto;
	}
	
	.de .spMenu .spNavi li {
		word-break: break-all;
	}
	
	.de .spMenu .spNavi li:nth-child(2n) {
		width: 93px !important;
	}
	
	.de .spMenu .spNavi {
		width: 234px;
	}
	
	.de .spMenu .spNavi a {
		font-size: 15px;
		font-weight: lighter;
	}
	
	.de .spMenu .linkList {
		width: 234px;
	}
	
	.de .spMenu .linkList a {
		font-size: 15px;
		font-weight: lighter;
	}
	
	.de #gFooter .sp_online {
		width: 264px;
	}
	
	.de #gFooter .sp_online a {
		font-size: 15px;
	}
	
	

	/*- ドイツ語版調整 end
	----------------------------*/
	
}


/*add office nagase*/
.spMenu {
	z-index:10005;
}





.langLink {
	position: relative;
}

.langLink > a:after {
	display: none;
	visibility: hidden;
}

.comLangBox {
	position: absolute;
	left: 50%;
	width: 176px;
	margin-left: -71px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#gHeader .comLangBox {
	top: 100%;
}

#gFooter .comLangBox {
	bottom: 100%;
	margin-left: -79px;
}

.comLangBox.show {
	visibility: visible;
	opacity: 1;
}

.comLangBox .arrow {
	height: 22px;
	background: #FFF url(/img/icon38.png) no-repeat center center;
}

.comLangBox .langList {
	background: #E1E1E1;
	padding: 20px 0;
}

.comLangBox ul {
	float: none !important;
}

.comLangBox li {
	margin: 0 !important;
	float: none !important;
	padding: 11px 0 12px !important;
}

.comLangBox li a {
	display: inline-block !important;
	background: none !important;
	color: #727264 !important;
	font-size: 14px !important;
	padding: 0 !important;
}

.comLangBox li a:after {
	background: #A0A097 !important;
}

.comLangBox li.global a {
	padding-right: 20px !important;
	background: url(/img/icon37.png) no-repeat right center !important;
}


#gFooter .comLangBox .arrow {
	height: 16px;
	background: #FFF url(/img/icon39.png) no-repeat center 8px;
}



.creabout {
    background-color: #b7b7b7;
    text-align: left;
}
.creabout-wrap {
    padding: 25px 180px;
}
p.creabout_copyright {
    color: #fff;
    font-size: 10px;
    font-size: 13px;
    line-height: 0px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.l-gf {
    color: #fff;
    background-color: #7c7c7c;
}
.footer-menu {
    display: inline-block;
    margin-top: 32px;
    margin-left: -.6em;
    letter-spacing: -.35em;    color: #333;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li a {
    font-family: Asap,sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-weight: 700;    letter-spacing: 1px;
}
.footer-menu a, .l-footer .footer-sub-menu a {
    position: relative;
    padding-right: .75em;
    padding-left: .75em;
    text-decoration: none;
}
.footer-sub-menu {
    display: inline-block;
    margin-top: 32px;
    margin-left: -8px;
    letter-spacing: -.35em;    color: #333;
}
.footer-sub-menu li {
    display: inline-block;
}
.footer-sub-menu li a {
    font-size: 13px;
    letter-spacing: 1px;
        position: relative;
    padding-right: .75em;
    padding-left: .75em;
    text-decoration: none;
}
.footer-data a {
    color: #333;
}

.l-gf__contact a,.l-gh__search {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}
.l-gf a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.l-gf__contact {
    line-height: 1.5
}

.l-gf__about,.l-gf__navi {
    line-height: 1
}

.l-gf__contact a {
    display: block;
    padding: 40px 0;
    color: #fff;
    font-weight: 500;
    background-color: #212121;
    letter-spacing: 2px;
}
.l-gf__wrap {
    padding: 25px 180px;
}
@media all and (max-width: 768px) {
    .l-gf__contact a {
        padding:30px 0;
        letter-spacing:1px;
    }
    .l-gf__navi-column.on .l-gf__navi-items-wrap{
        height: auto;
    }
}



.l-gf__wrap a {
    color: #fff;
    font-size: 13px;
    letter-spacing:1px;
}

.l-gf__navi:after,.l-gf__navi:before {
    content: "";
    display: table
}

@media all and (min-width: 769px) {
.l-gf__wrap {
    padding: 25px 180px;
}

    .l-gf__navi {
        margin-bottom: 230px;
        margin-left: -40px
    }
}

@media all and (max-width: 768px) {
    .l-gf__wrap {
        padding:40px 15px
    }

    .l-gf__navi {
        margin-bottom: 40px;
        border-bottom: 1px solid #222
    }

    .l-gf__navi-column {
        border-top: 1px solid #222
    }
}

.l-gf__navi-column {
    box-sizing: border-box;
    margin: 0
}

.l-gf__navi-head {
    color: #fff
}

@media all and (min-width: 769px) {
    .l-gf__navi-column {
        width:25%;
        float: left;
        padding-left: 40px
    }

    .l-gf__navi-head {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff;
    }
}

.l-gf__navi-items-wrap {
    margin: 0
}

@media all and (max-width: 768px) {
    .l-gf__navi-head {
        cursor:pointer;
        position: relative;
        padding: 15px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .l-gf__navi-head-icon {
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 18px
    }

    .l-gf__navi-head-icon:after,.l-gf__navi-head-icon:before {
        width: 7px;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff
    }

    .l-gf__navi-head-icon:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .l-gf__navi-items-wrap {
        height: 0;
        overflow: hidden
    }
}

.l-gf__navi-items {
    margin: 0;
    padding: 0
}

.l-gf__navi-item {
    list-style: none;
    margin: 20px 0 0
}

ul.footer-company {
    margin-top: 20px;
    font-size: 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
}
ul.footer-menu {
display: inline-block;
    margin-top: 38px;
    margin-left: -.6em;
    letter-spacing: -.35em;
    color: #333;
    margin-bottom: 21px;
}

@media all and (max-width: 768px) {
    .l-gf__navi-item {
        margin:0;
        padding-bottom: 15px
    }

    .l-gf__navi-column.is-opened .l-gf__navi-head-icon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .l-gf__navi-column.is-opened .l-gf__navi-head-icon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.l-gf__about:after,.l-gf__about:before {
    content: "";
    display: table
}

@media all and (max-width: 992px) {
    .l-gf__about-name {
        margin-bottom:35px;
        text-align: center
    }

    .l-gf__about-navi {
        width: 100%;
        text-align: center
    }
}

.l-gf__about-name-text {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3px
}

.l-gf__about-name-sub {
    margin: 0;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1.5px
}

@media all and (min-width: 993px) {
    .l-gf__about-name {
        float:left;
        padding-right: 0px;    padding-bottom: 20px;
    }

    .l-gf__about-wrap {
        float: left;
        margin-top: -2px
    }
}

.l-gf__about-navi {
    display: table;
    margin: 15px 0 15px;
    padding: 0
}

@media all and (max-width: 992px) {
    .l-gf__about-navi {
        line-height:2.08333;
        margin-bottom: 30px
    }
}

.l-gf__about-navi-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    font-size: 12px;
    font-size: .75rem
}

.l-gf__about-navi-item:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;color: #fff;
}

.l-gf__about-navi-item:last-child:after {
    display: none
}

.l-gf__about-text {
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width: 992px) {
    .l-gf__about-text {
        line-height:2.08333;
        margin-bottom: 25px;
        text-align: center
    }

    .l-gf__copyright {
        text-align: center
    }
}

@media all and (min-width: 993px) {
    .l-gf__about-text-wrap {
        display:inline-block;
        margin-right: 25px
    }

    .l-gf__copyright {
        position: absolute;
    bottom: 30px;
    right: 140px;
    }
}

.l-gf__about-text-head {
    margin: 0;
    display: inline-block
}

.l-gf__about-text-head:after {
    content: '：'
}

.l-gf__about-text-text {
    margin: 0;
    display: inline-block
}

.l-gf__copyright {
    line-height: 1;
    margin: 0;
    color: #fff;
    font-size: 9px;
    font-size: 13px;
    letter-spacing: 1px
}

.l-gf a:hover {
    color: #474643
}

@media all and (max-width: 768px) {
    .l-gf__navi-items-wrap {
        -webkit-transition-duration:.3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }
}

.l-gf__contact a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

.c-btn--basic a,.c-gnav-sp__btn,.c-gnav-sp__btn-bar {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

.l-gf__contact a:hover {
    color: #fff;
    background-color: #028ed3;
}


#pdAmana {
    /* display: none; */
    z-index: 100;
    width: 100%;
    min-width: 1136px;
}
#pdAmana > div {
    float: left;
    height: 413px;
}
#pdWorks > div.secLeft,
#pdAmana > div.secLeft {
    position: relative;
    width: 25.6838905775076%;
    margin: 0 0.1519756838905775% 0 0;
    padding-top: 53px;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background-color: #028ed3;
}
#pdWorks > div.secLeft .ttl,
#pdAmana > div.secLeft .ttl {
    position: absolute;
    top: 164px;
    left: 38px;
}
#pdWorks > div.secLeft .ttl .txtEn,
#pdAmana > div.secLeft .ttl .txtEn {
    font-family: 'DIN Next W06 Regular';
    display: block;
    font-size: 28px;
    letter-spacing: 4px;
    text-align: left;
}
#pdWorks > div.secLeft .ttl .txtJp ,
#pdAmana > div.secLeft .ttl .txtJp {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    font-size: 14px;    margin-top: 3px;
    letter-spacing: 2px;
}
#pdWorks > div.secLeft .link,
#pdAmana > div.secLeft .link {
    position: absolute;
    right: 26px;
    bottom: 24px;
}
#pdWorks > div.secLeft .link a,
#pdAmana > div.secLeft .link a {
    font-family: 'DIN Next W06 Regular';
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.15em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pdWorks > div.secLeft .link a span,
#pdAmana > div.secLeft .link a span {
    padding-right: 16px;
    background: url(/img/ico_hd_arrow.png) 95% center no-repeat;
}
 #pdAmana > .secCenter {
    margin: 0 0.1519756838905775% 0 0;
    background: url(/img/bg_hd_01.jpg) 0 0 no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

#pdAmana > .secCenter, 
#pdAmana > .secRight {
    position: relative;
    display: table;
    width: 37.00607902735562%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
}
#pdAmana > div {
    float: left;
    height: 413px;
}
#pdAmana > .secCenter > p, 
#pdAmana > .secRight > p {
    display: table-cell;
    width: 100%;
    height: 413px;
    vertical-align: middle;
}
#pdAmana > .secCenter .txtEn, 
#pdAmana > .secRight .txtEn {
    font-family: 'DIN Next W06 Regular';
    display: block;
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #fff;
    padding:0;
}
#pdAmana > .secCenter .txtJp, 
#pdAmana > .secRight .txtJp {
    font-family: 'AxisStd-Regular';
    display: block;
    font-size: 12px;
    padding: 3px 0 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    padding:0;
}
.hdOverThum > span:before, 
.hdOverThum a > span:before {
    content: "";
    background: url(/img/bg_white_a20.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pdAmana > .secRight {
    background: url(/img/bg_hd_02.jpg) 0 0 no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
#pdWorks {
    z-index: 100;
    width: 100%;
    min-width: 1136px;
}
#pdWorks > div {
    float: left;
    height: 413px;
}
#pdWorks > .secRight {
    width: 74.16413373860182%;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
}
#pdWorks > .secRight > p {
    height: 64px;
    box-sizing: border-box;
    padding: 17px 0 0 19px;
}
#pdWorks > .secRight > p .txtEn {
    font-family: 'DIN Next W06 Regular';
    float: left;
    font-size: 22px;
    letter-spacing: 0.15em;
    font-weight: normal;
    padding:0;
}
#pdWorks > .secRight > p .txtJp {
    font-family: 'AxisStd-Regular';
    display: block;
    float: left;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 7px 0 0 11px;
    border-left: 1px solid #555;
    padding:0 0 0 14px;
    padding-bottom:0 !important;
}
#pdWorks > .secRight ul li:first-child {
    border-left: none;
}
#pdWorks > .secRight ul li {
    position: relative;
    float: left;
    width: 25%;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
#pdWorks > .secRight ul li a {
    display: block;
    height: 349px;
}
#pdWorks > .secRight ul li a .thum {
    display: block;
    overflow: hidden;
    height: 243px;
    padding-bottom:0 !important;
}
#pdWorks > .secRight ul li a .txt {
    display: block;
    box-sizing: border-box;
    padding: 15px 20px 0;
    line-height: 1.8;
    font-family: 'AxisStd-Regular';
    color: #333;
    font-size: 14px;
    text-align: left;
    padding-bottom: 0 !important;
}
#pdWorks > .secRight ul li a .thum img {
    vertical-align: top;
    width: 100%;
    height: auto;
    min-width: 243px;
    min-height: 243px;
}
.gNavi li.spec{
    transition: opacity 0.15s linear 0s;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.gNavi li.spec:hover {
    /*border-bottom: 6px solid #028ed3;*/
}
.gNavi li.spec>div.product{
    margin-top:6px;
}
#top-banner .inner {
    padding: 25px 180px;
}
#banner-list li {
    display: inline-block;
    padding: 0;
    text-align: center;
}
ul#banner-list {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 35px 0 35px 53px;
}

.dixbox{
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 3px 0 15px;
    height: 40px;
    line-height: 35px;
    margin: 5px 0 25px 0;
    min-width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    
}
a.dixbox:hover{
    color:#fff;
        background-color: #81c85f;
}
.info-page {
    padding: 0 35px;
}
.breadcrumb {
    margin: 10px 20px 40px;
}
.breadcrumb li {
    display: inline-block;
    font-size: 13px;
    letter-spacing:2px;
}
.breadcrumb li .fa-home {
    margin: -2px 8px 0 0;
    font-size: 18px;
    color: #555555;
}
.breadcrumb li .fa {
    vertical-align: middle;
}
.breadcrumb li .fa-angle-right {
    margin: -3px 10px 0 10px;
    color: #acacac;
    font-size: 12px;
}
.comBtn .button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #55b428;
}
a.plannerbox {
    float: right;
    margin-top: 22px;
    width: 135px;
    height: 29px;
    line-height: 31px;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #3fb66d;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-left: 0px;
    border: 1px solid #3fb66d;
}
a.plannerbox:after{
  background-color:#fff;
  height:0;
}
a.plannerbox:hover{
    border:1px solid #3fb66d;
    background: #fff;
    border-radius: 25px;
    color:#3fb66d;
}

a.tag.bunya {
border: 1px solid #c6c6c6!important;
    margin-right: 10px;
    border-radius: 20px!important;
    padding: 4px 20px!important;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}
