@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// header
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

header{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 5%;
	min-height: 100px;
	position: relative;
}

header #logo{
	/*max-width: 450px;*/
	width: 270px;
	padding: 20px 0;
	float: left;
}

header #logo img{
	width: 100%;
	transform: rotate(0.0001deg);
}

header nav{
	float: right;
	max-width: 730px;
	padding-top: 60px;
}

header #lang{
	position: absolute;
	right: 5%;
	top:15px;
	z-index: 10;
}

header #lang a{
	font-size:1.2rem;
	padding-right:20px;
	min-height: 13px;
	background: url(/common/img/icon_window.svg) right 1px center no-repeat;
	background-size: 16px 13px;
}
header #lang a:nth-child(2){
	margin-left: 25px;
}

header #gnav {
	clear: both;
	position: relative;
}
header nav ul{
	display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
}

header nav ul li a{
	font-size:1.7rem;
	font-family:'DIN Next LT W01 Regular';
	font-weight: bold;
	white-space: nowrap;
	padding:0 10px 19px;
	display: block;
}

header nav ul li:nth-child(1) a{
	padding-left: 0 !important;
}

header nav ul li:nth-child(5) a{
	padding-right: 0 !important;
}

.sub_nav li a{
	padding: 0 !important;
	word-wrap: break-word;
	word-break: break-all;
}

header nav ul li:nth-child(6){
	padding-right: 0 !important;
}
header nav ul li:nth-child(6) a{
	padding-right: 0;
}

header #gnav li#lang_sp{
	display: none !important;
}

header #gnav .mega_menu{
	position: relative;
}
header #gnav .sub_nav {
	background: rgba(0,0,0,0.8);
	position:  absolute;
	left: -23px;
	top:40px;
	z-index: 1000;
	padding: 30px 40px;
	box-sizing: border-box;
	display: none;
}

header #gnav .sub_nav.media{
    right: -50px;
    left: auto;
}

header nav ul > li > div > a:hover,
header nav ul > li > a:hover{
	color: #d70c18;
}

header nav ul li:nth-child(1) .sub_nav{
	left: -40px !important;
}

header #gnav .sub_nav ul{
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}

header #gnav .sub_nav ul li a{
	color: #fff;
	margin-bottom: 25px;
	font-size:1.8rem;
	font-family:'DIN Next LT W01 Light';
	font-weight: normal !important;
}
header #gnav .sub_nav ul li:last-child a{
	margin-bottom: 0 !important;
}

header #gnav .sub_nav ul li a:hover{
	color: #fff000;
}

header #gnav .sub_nav .sub_nav{
	display: none !important;
}

header #sp_menu{
	display: none;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// br
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

header.br{
	min-height: 100px;
}

header.br #logo{
	max-width: 280px;
	padding: 30px 0 0;
}

header.br nav{
	float: right !important;
	width: 100%;
	padding-top: 0 !important;
	clear: left;
}

header.br #gnav .sub_nav{
	top:38px;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// fixed
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#header_wrap.fixed{
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top:-64px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header_wrap.fixed header{
	padding-top: 15px;
	min-height: 25px !important;
}

#header_wrap.fixed header #logo{
	max-width: 260px;
	padding-bottom: 0 !important;
	padding-top: 5px !important;
	display:block;
	align-items:center;
}

#header_wrap.fixed #logo img{
	width: 100%;
	height: 100%;
}

#header_wrap.fixed #lang{
	display: none;
}

#header_wrap.fixed nav{
	padding-top:0;
}

#header_wrap.fixed #gnav{
	padding-top: 9px;
}

#header_wrap.fixed header #gnav .sub_nav{
	top:420x !important;
}

#header_wrap.fixed header nav > ul > li > a{
	padding-bottom: 20px !important;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// fixed + br
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#header_wrap.fixed header.br{
	padding-top: 10px !important;
}
#header_wrap.fixed header.br #logo{
	padding: 0 !important;
}
#header_wrap.fixed header.br nav{
	width: 100%;
	clear: left;
}
#header_wrap.fixed header.br #gnav{
	padding-top: 0 !important;
}
#header_wrap.fixed header.br #gnav li a{
	padding-bottom: 12px !important;
}
#header_wrap.fixed header.br #gnav .sub_nav{
	top:33px !important;
}
@-moz-document url-prefix() {
	header #logo{
		padding-bottom: 10px !important;
	}
	#header_wrap.fixed header.br #logo{
		padding-bottom: 10px !important;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer{
	width:100%;
	margin: 0 auto;
	clear: both;
	background: #000000;
}

footer #location{
	margin: 0 auto;
	text-align: center;
	padding-top: 55px;
	height: 290px;
	box-sizing: border-box;
	background: url(/common/img/foot_bg.png) center top no-repeat #333333;
}

footer #location img{
	width: 60px;
	margin-bottom: 10px;
}
footer #location p{
	font-size:2.9rem;
	font-family:'DIN Next LT W01 Regular';
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}
footer #location a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	display: block;
}

footer #location a:hover{
	opacity: 0.6;
}

footer #footer{
	max-width: 1300px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	padding: 20px 5%;
}

footer #footer ul{
	display: -webkit-flex;
	display: flex;
}

footer #footer ul li a{
	color: #949494;
	font-size:1.4rem;
	margin-right: 35px;
}

footer #footer ul li a:hover{
	text-decoration: underline;
}

footer #footer #copyright {
	margin-left: auto;
}
footer #footer #copyright small {
	color:#949494;
	font-size:1.4rem;
}

/* search */

div#header_wrap.fixed #SS_searchForm {
	display: none;
}

#sp_search_button {
	display: none !important;
}

#SS_searchForm {
	position: absolute;
	top: 12px;
	right: 260px;
	width: 317px;
	height: 30px;
}

#SS_searchForm input[type="text"] {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 317px;
	height: 30px;
	padding: 0 36px 0 0.5em;
	border-bottom: solid 1px #000;
	background: #fff;
	font-size: 16px;
}
#SS_searchForm input::placeholder {
	font-size: 16px;
	color: #bebbbb;
}

#SS_searchForm input:focus {
	outline: none;
}

#SS_searchForm input[type="submit"] {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 21px;
	height: 21px;
	background: url(/common/img/icon_search.svg);
	background-size: cover;
	transition: opacity .2s ease-in;
	cursor: pointer;
}
#SS_searchForm input[type="submit"]:hover {
	opacity: 0.5;
}


























