@charset "utf-8";

/*========*/
/* ヘッダ */
/*========*/
header {
	position: relative;
	width: 100%;
	height: 156px;
}

header a:link,
header a:visited {
	color: #333;
}

header a:hover,
header a:active {
	color: #06F;
	text-decoration: underline;
}

header .wrap {
	position: relative;
	margin: 0 auto;
	width: 1140px;
}

header .inner {
	box-sizing: border-box;
	position: relative;
	width: 1140px;
	height: 108px;
	margin: 0 auto;
	padding: 8px 10px;
}

header .h-logo01 {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
	width: 502px;
	height: 90px;
}

header .wrap > .toggle-btn {
	display: none;
}

header .h-sns {
	position: absolute;
	top: 8px;
	right: 10px;
}

header .h-sns ul::after {
	content: "";
	clear: both;
	display: block;
}

header .h-sns li a {
	display: block;
	width: 34px;
	height: 34px;
	background: url(/images/common/header_ic01.svg) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header .h-sns li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

header .h-lang {
	position: absolute;
	top: 17px;
	right: 68px;
	text-align: left;
}

header .h-lang ul {
	font-size: 0;
}

header .h-lang li {
	position: relative;
	display: inline-block;
	font-size: 16px;
}

header .h-lang li::before {
	content: "|";
	padding: 0 8px;
}

header .h-lang li:first-child::before {
	padding: 0 8px 0 0;
}

header .h-lang li:last-child::after {
	content: "|";
	padding: 0 0 0 8px;
}

header .h-fsize {
	position: absolute;
	top: 8px;
	right: 402px;
}

header .h-fsize ul {
	display: table;
	width: auto;
}

header .h-fsize li {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

header .h-fsize li:first-child {
	cursor: default;
}

header .h-search {
	position: absolute;
	top: 46px;
	right: 10px;
}

header .h-search ul {
	display: table;
	width: auto;
}

header .h-search li {
	display: table-cell;
	vertical-align: middle;
}

header .h-search li:first-child {
	padding-right: 8px;
}

header .h-search li input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

header .h-search input[type="text"] {
	box-sizing: border-box;
	width: 215px;
	height: 36px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 2px #BEBCBD;
	border-radius: 10px;
	background: #FFF;
	font: inherit;
}

header .h-search input[type="submit"] {
	cursor: pointer;
	width: 61px;
	height: 36px;
	border: none;
	border-radius: 10px;
	background: #333 url(/images/common/header_ic02.svg) no-repeat 50% 50%;
}

header .h-search input[type="submit"]:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* グローバルナビゲーション
--------------------------------*/
header nav {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -570px;
}

header .g-nv {
	box-sizing: border-box;
	width: 1140px;
	margin: 0 auto;
	padding: 0 10px 12px;
}

header .g-nv > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}

header .g-nv > ul > li {
	position: relative;
	display: table-cell;
	border-right: solid 2px #333;
	text-align: left;
}

header .g-nv > ul > li:first-child {
	border-left: solid 2px #333;
}

header .g-nv > ul > li > a {
	position: relative;
	box-sizing: border-box;
	display: block;
	height: 37px;
	padding-top: 9px;
	color: #666;
	font-size: 112.5%;
	font-weight: bold;
}

header .g-nv > ul > li > a:hover {
	color: #333;
	text-decoration: none;
	background-color: #ececec;
}

header .g-nv > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -13px;
	background-image: url(/images/common/header_nv01.svg);
	background-repeat: no-repeat;
}

header .g-nv > ul > li:nth-child(1) > a {
	padding-left: 74px;
}

header .g-nv > ul > li:nth-child(1) > a::before {
	width: 34px;
	height: 26px;
	background-position: 0 0;
}

header .g-nv > ul > li:nth-child(2) > a {
	padding-left: 74px;
}

header .g-nv > ul > li:nth-child(2) > a::before {
	width: 34px;
	height: 26px;
	background-position: -40px 0;
}

header .g-nv > ul > li:nth-child(3) > a {
	padding-left: 66px;
}

header .g-nv > ul > li:nth-child(3) > a::before {
	width: 26px;
	height: 26px;
	background-position: -80px 0;
}

header .g-nv > ul > li:nth-child(4) > a {
	padding-left: 76px;
}

header .g-nv > ul > li:nth-child(4) > a::before {
	width: 36px;
	height: 26px;
	background-position: -120px 0;
}

header .g-nv > ul > li:nth-child(5) > a {
	padding-left: 74px;
}

header .g-nv > ul > li:nth-child(5) > a::before {
	width: 34px;
	height: 26px;
	background-position: -160px 0;
}

header .g-nv > ul > li .toggle-btn {
	display: none;
}

/* サブナビゲーション
--------------------------------*/
header .g-nv > ul > li .sub-nv {
	position: absolute;
	z-index: 9999;
	padding-top: 8px;
}

header .g-nv > ul > li .sub-nv ul {
	position: relative;
	padding: 0 8px;
	width: 200px;
	background: #fff;
	border: 2px solid #666;
}

header .g-nv > ul > li .sub-nv > ul::before {
	position: absolute;
	top: -8px;
	left: 107px;
	content: '';
	display: block;
	width: 8px;
	height: 9px;
	background: url(/images/common/header_bg01.png) no-repeat;
}

header .g-nv > ul > li:nth-child(1) .sub-nv ul {
	width: 230px;
}

header .g-nv > ul > li:nth-child(2) .sub-nv ul {
	width: 315px;
}

header .g-nv > ul > li .sub-nv ul li a {
	display: block;
	padding: 8px;
}

header .g-nv > ul > li .sub-nv ul li a:hover {
	background-color: #ececec;
}

header .g-nv > ul > li .sub-nv ul li:not(:last-child) {
	border-bottom: 1px solid #666;
}


/* その他レスポンシブ設定
--------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1160px) {
header {
	height: 120px;
}

header .wrap {
	width: 100%;
}

header .h-logo01,
header .h-logo01 img {
	width: 328px;
	height: 59px;
}

header nav {
	top: 75px;
}

header .inner {
	width: 100%;
	height: 80px;
}

header .h-fsize {
	right: 294px;
	width: 128px;
	font-size: 75%;
}

header .h-lang {
	right: 55px;
}

header .h-lang li a {
	font-size: 75%;
}

header .h-lang li::before {
	padding: 0 4px;
}

header .h-lang li:first-child::before {
	padding: 0 4px 0 0;
}

header .h-search input[type="text"] {
	height: 24px;
}

header .h-search input[type="submit"] {
	width: 40px;
	height: 24px;
	background-size: 40%;
}

header nav {
	left: 0;
	margin-left: 0;
}

header .g-nv {
	width: 100%;
}

header .g-nv > ul > li > a {
	font-size: 100%;
}

header .g-nv > ul > li > a::before {
	left: 11%;
}
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
header .g-nv > ul > li > a {
	padding-top: 10px;
	font-size: 87.5%;
}

header .g-nv > ul > li:nth-child(1) > a,
header .g-nv > ul > li:nth-child(2) > a,
header .g-nv > ul > li:nth-child(5) > a  {
	padding-left: 64px;
}

header .g-nv > ul > li:nth-child(3) > a {
	padding-left: 56px;
}

header .g-nv > ul > li:nth-child(4) > a {
	padding-left: 66px;
}

header .g-nv > ul > li > a::before {
	left: 8%;
}
}

@media screen and (min-width: 768px) and (max-width: 880px) {
header .g-nv > ul > li > a {
	padding-top: 13px;
	font-size: 75%;
}

header .g-nv > ul > li:nth-child(1) > a,
header .g-nv > ul > li:nth-child(2) > a,
header .g-nv > ul > li:nth-child(5) > a  {
	padding-left: 54px;
}

header .g-nv > ul > li:nth-child(3) > a {
	padding-left: 46px;
}

header .g-nv > ul > li:nth-child(4) > a {
	padding-left: 56px;
}
}

@media screen and (max-width: 980px) {

}

@media screen and (min-width: 768px) and (max-width: 1299px) {

}

/* SP
--------------------------------*/
@media screen and (max-width: 767px) {
header,
header .inner {
	height: initail;
	height: auto;
}

header * {
	box-sizing: border-box;
}

header .h-logo01 img {
	height: 40px;
}

header .inner {
	padding: 0;
	background: #F1F1F1;
}

header .wrap,
header .inner,
header .g-nv,
header .g-nv > ul > li .sub-nv ul,
header .g-nv > ul > li:nth-child(1) .sub-nv ul,
header .g-nv > ul > li:nth-child(2) .sub-nv ul {
	width: 100%;
}

header nav,
header .h-logo01,
header .h-sns,
header .h-lang,
header .h-search,
header .g-nv > ul > li .sub-nv {
	position: static;
}

header .h-fsize {
	display: none;
}

header .h-logo01 {
	padding: 8px;
	width: 240px;
	height: initail;
	height: auto;
}

/* スマホメニュー開閉ボタン */
header .wrap > .toggle-btn {
	display: block;
	position: absolute;
	top: 9px;
	right: 7px;
	width: 37px;
	height: 37px;
	border-left: 1px solid #fff;
	cursor: pointer;
}

header .wrap > .toggle-btn div {
	position: relative;
	padding-top: 24px;
	font-size: 75%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	user-select: none;
}

header .wrap > .toggle-btn.opened div {
	color: #fff;
}

header .wrap > .toggle-btn div::before,
header .wrap > .toggle-btn div::after {
	position: absolute;
	left: 6px;
	width: 24px;
	height: 3px;
	display: block;
	content: '';
	background: #666;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

header .wrap > .toggle-btn div::before {
	top: 8px;
}

header .wrap > .toggle-btn div::after {
	top: 16px;
}

header .wrap > .toggle-btn.opened div::before {
	top: 0;
	-webkit-transform: translateY(20px) rotate(45deg);
	-moz-transform: translateY(20px) rotate(45deg);
	transform: translateY(20px) rotate(45deg);
}

header .wrap > .toggle-btn.opened div::after {
	top: 12px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	-moz-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

/* メニューリスト */
header nav {
	margin: 0;
}

header .g-nv {
	padding: 0;
}

header .g-nv > ul,
header .g-nv > ul > li {
	display: block;
}

header .g-nv > ul > li {
	border-left: none !important;
	border-right: none !important;
	background: #F1F1F1;
}

header .g-nv > ul > li {
	position: relative;
	border-bottom: 1px solid #fff;
}

header .g-nv > ul > li > a {
	padding: 0;
	padding-left: 45px !important;
	height: 50px;
	line-height: 3;
}

header .g-nv > ul > li > a::before {
	top: 65%;
	left: 12px;
	background-image: url(/images/common/header_nv01.svg);
}

header .g-nv > ul > li:nth-child(1) > a::before {
	top: 57%;
	width: 25px;
	height: 19px;
	background-size: 560%;
}

header .g-nv > ul > li:nth-child(2) > a::before {
	width: 25px;
	height: 19px;
	background-size: 480%;
	background-position: -22px 0;
}

header .g-nv > ul > li:nth-child(3) > a::before {
	width: 25px;
	height: 16px;
	background-size: 480%;
	background-position: -46px 0;
}

header .g-nv > ul > li:nth-child(4) > a::before {
	width: 25px;
	height: 17px;
	background-size: 480%;
	background-position: -72px 0;
}

header .g-nv > ul > li:nth-child(5) > a::before {
	width: 25px;
	height: 19px;
	background-size: 480%;
	background-position: -97px 0;
}

/* サブメニュー開閉ボタン */
header .g-nv > ul > li .toggle-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-left: 1px solid #fff;
	cursor: pointer;
}

header .g-nv > ul > li .toggle-btn div {
	position: relative;
}

header .g-nv > ul > li .toggle-btn div::before,
header .g-nv > ul > li .toggle-btn div::after {
	position: absolute;
	display: block;
	content: '';
	background: #666;
}

header .g-nv > ul > li .toggle-btn div::before {
	top: 13px;
	left: 25px;
	width: 3px;
	height: 24px;
}

header .g-nv > ul > li .toggle-btn.opened div::before {
	display: none;
}

header .g-nv > ul > li .toggle-btn div::after {
	top: 23px;
	left: 14px;
	width: 24px;
	height: 3px;
}

/* サブメニューリスト */
header .g-nv > ul > li .sub-nv {
	padding-top: 0;
}

header .g-nv > ul > li .sub-nv > ul {
	border: none;
}

header .g-nv > ul > li .sub-nv > ul::before {
	content: none;
}

header .g-nv > ul > li .sub-nv > ul li:not(:last-child) {
	border-bottom: 1px solid #F1F1F1;
}

header .g-nv > ul > li .sub-nv ul li a {
	padding: 15px 10px;
}

/* 言語選択・検索・SNS */
header .h-lang ul {
	padding: 16px 0;
	text-align: center;
}

header .h-lang li:first-child::before {
	padding: 0 4px 0 0;
}

header .h-lang li::before {
	padding: 0 4px;
}

header .h-search {
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}

header .h-search ul {
	display: inline;
}

header .h-sns li a {
	width: 100%;
	height: 84px;
	padding: 24px 0;
	background: url(/images/common/header_ic01.svg) no-repeat 50% 50%;
	background-size: 48px;
}
}