@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// header
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

header{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 60px;
	box-sizing: border-box;
	position: relative;
}

header #logo{
	width: 65%;
	max-width: 290px;
	padding: 13px 0 11px;
	padding-left: 0;
	box-sizing: border-box;
}

header #logo img{
	width: 100%;
}

header #lang{
	display: none;
}

header #gnav {
	width: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top:50px;
	z-index: 1000;
	display: none;
	overflow-y: scroll;
	padding-bottom: 5px;
}


header #gnav .mega_menu:first-child{
	border-top:solid 1px #fff;
}

header #gnav a{
	color: #fff;
	font-size:2.4rem;
}

header #gnav .sub_nav{
	background: #333333;
}


header #gnav > li{
	position: relative;
}
header #gnav > li:after{
	content: '';
	width: calc(100% - 40px);
	position: absolute;
	bottom:0;
	left:20px;
	border-bottom: solid 1px #333333;
}

header #gnav .sub_nav > ul > li{
	position: relative;
}

header #gnav .sub_nav > ul > li:after{
	content: '';
	width: calc(100% - 40px);
	position: absolute;
	bottom:0;
	left:20px;
	border-bottom: solid 1px #666666;
}
header #gnav .sub_nav > ul > li:last-child:after{
	border: none;
}

header #gnav .sub_nav ul li a{
	font-size:2.0rem;
	font-family:'DIN Next LT W01 Light';
	font-weight: normal;
}

header #gnav .sub_nav ul ul{
	background: #474747;
	padding: 10px 0 10px 60px;
}
header #gnav .sub_nav ul ul li a{
	background: #474747;
	padding: 10px 0px;
	font-size:1.8rem;
	font-family:'DIN Next LT W01 Light';
	font-weight: normal !important;
}

header #gnav .sub_nav ul ul ul{
	padding: 10px 0 10px 20px !important;
}

header #gnav .sub_nav ul ul li .sp_btn{
	background-position: left 15px;
}

header nav ul li a{
	font-size:1.4rem;
	font-weight: bold;
	white-space:pre-wrap;
	padding: 20px 30px;
	display: block;
	color: #fff !important;
}

header nav ul li a.long {
	width: 80%;
	word-break: normal; 
}

header nav .mega_menu .btn_wrap{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}

header #gnav .sp_btn{
	width: 15px;

	margin-right: 40px;
	margin-left: auto;

	background: url(/common/img/icon_spnav_off.svg) left 26px no-repeat;
	background-size:15px auto;
}

header #gnav .sp_btn.clickBtn_on2{
	background: url(/common/img/icon_spnav_on.svg) left 26px no-repeat;
	background-size:15px auto;
}

header nav ul li a:last-child{
	padding-right: 0;
}


header #gnav li#lang_sp{
	text-align: center;
	padding: 20px 0;
}

header #gnav li#lang_sp a{
	padding: 10px 20px 0 0;
	display: inline;
	font-size:1.6rem;
	font-family:'DIN Next LT W01 Light';
	font-weight: normal ;
	background: url(/common/img/icon_window_sp.svg) right 14px no-repeat;
	background-size:14px auto;
}
header #gnav li#lang_sp a:nth-child(2){
	margin-left: 40px;
}

header #gnav li#lang_sp:after{
	border: none;
}

header nav .mega_menu .sub_nav{
	clear: both;
}

#sub_nav {
	background: #000;
}

#sub_nav #nav_inner{
	padding: 20px 0;
	margin: 0 auto;
}

/*
#sp_menu{
	position: absolute;
    max-width: 32px;
    max-height: 32px;
	right:15px;
	top:15px;
	z-index:2000;
	cursor: pointer;
	overflow: hidden;
}
*/

#sp_menu img{

}

svg{
	position: absolute;
	top: -11%;
	left: 0%;
}
svg path{
	stroke-width: 25;
	stroke-linecap: round;
	stroke: #000;
	fill: none;
}

.line02{
	top: 11%;
}

#sp_menu{
	position: absolute;
	right:15px;
	top:15px;
	width: 32px;
	height: 32px;
	background: #fff;
	cursor: pointer;
	z-index:2000;
	overflow: hidden;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// fixed
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#header_wrap.fixed{
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top:-58px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header_wrap.fixed header{
	min-height: 50px !important;
	display: flex;
	align-items: center;
	padding: 5px 0;
	box-sizing: border-box;
}

#header_wrap.fixed #logo{
	padding-left: 20px;

}

#header_wrap.fixed #logo img{
	height: 24px;
}

#header_wrap.fixed #sp_menu{
	right:15px;
	top:15px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer{
	width:100%;
	margin: 0 auto;
	clear: both;
	background: #000000;
}

footer #location{
	margin: 0 auto;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background: url(/common/img/foot_bg.png) center top no-repeat #333333;
	background-size:cover;
}

footer #location img{
	width: 15%;
	max-width: 55px;
	margin-bottom: 10px;
}
footer #location p{
	color: #fff;
	font-size:2.6rem;
	font-family:'DIN Next LT W01 Bold';
	letter-spacing: 2px;
}

footer #footer{
	margin: 0 auto;
	padding: 15px 20px;
}

footer #footer ul{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}

footer #footer ul li a{
	color: #949494;
	padding: 0 15px;
	font-size:1.3rem;
}

footer #footer small{
	width: 100%;
	display: block;
	text-align: center;
	color:#949494;
	font-size:1.3rem;
}

/* 20180404 追記 */
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// lo_nav
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#lo_nav {
	display: none;
}
#content_area #content {
	width: 100%;
}

/* search */

#sp_search_button {
	position: absolute;
	right: 60px;
	top: 15px;
	width: 32px !important;
	height: 32px !important;
	background: url(/common/img/icon_search.svg);
	background-size: cover !important;
	z-index:2000;
	overflow: hidden;
	cursor: pointer;
}
#sp_search_button.on {
	background: url(/common/img/icon_search_close.svg);
}

#SS_searchForm {
	display: none;
	position: fixed;
	left: 0;
	top:50px;
	z-index: 1000;
	width: 100%;
	height: 100vh !important;
	height: 100dvh !important;
	padding-bottom: 5px;
	background: #000;
	overflow-y: scroll;
}

#SS_searchForm input[type="text"] {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	height: 40px;
	margin: 26px 20px;
	padding: 0 48px 0 0.5em;
	background: #000;
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
	font-size: 16px;
	color: #fff;
}
#SS_searchForm input::placeholder {
	font-size: 16px;
	color: #fff;
}
#SS_searchForm input:focus {
	outline: none;
}

#SS_searchForm input[type="submit"] {
	position: absolute;
	top: 30px;
	right: 28px;
	width: 32px;
	height: 32px;
	background: url(/common/img/icon_search_white.svg);
	background-size: cover;
}

