@charset "UTF-8";

html {
	overflow-y: scroll;
}

/*============================================================
	ヘッダー
*/

#header {
	position: relative;
	min-width: 980px;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 8999;
}

#header.page_scroll {
	position: fixed;
	top: 0;
}
#header .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 80px;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
}
#header h1 img{
	width: 100%;
}
#header .gnav {
	position: absolute;
	top: 0; right: 0;
	height: 80px;
}
#header .gnav .contents {
	position: relative;
	display: table;
	width: auto;
	padding-top: 30px;
}
#header .gnav .contents:after {
	display: none;
}
#header .gnav .contents li {
	float: none;
	display: table-cell;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.5;
	white-space: nowrap;
}
#header .gnav .contents li div {
	position: relative;
	padding: 7px 15px 0 15px;
	height: 50px;
	box-sizing: border-box;
}
#header .gnav .contents li div.ambassador {
	padding-top: 0px;
	text-align: center;
	line-height: 1.15;
}
#header .gnav .contents li a,
#header .gnav .contents li span {
	display: inline-block;
	padding: 5px 0;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #2d4193;
}
#header .gnav .contents li div.home {
	padding-top: 0px;
}
#header .gnav .contents li div.home a {
	overflow: hidden;
	display: block;
	padding: 0;
	width: 44px; height: 40px;
	background: transparent url(../images/common/nav_home.png) 0 0 no-repeat;
	text-indent: -999em;
}
#header .gnav .contents li.current {
	pointer-events:	none;
}
#header .gnav .arrow,
#header .gnav .contents li.current div:after {
	position: absolute;
	bottom: 0; left: 50%;
	display: none;
	margin-left: -7px;
	width: 14px; height: 10px;
	background: transparent url(../images/common/nav_arrow.gif) 0 0 no-repeat;
}
#header .gnav .contents li.current div:after {
	content: '';
	display: block;
	visibility: visible;
}

#header .gnav .lang {
	position: absolute;
	top: 8px;
	right: 0;
	background-color: #e5ecf5;
	display: flex;
	justify-content: center;
	min-width: 180px;
	font-size: 12px;
	line-height: 1;
	padding: 0.2em 0;
}

#header .gnav .lang li {
	padding: 0.12em 1.2em;
}

#header .gnav .lang li a {
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #99abc4;
	text-decoration: underline;
}

#header .gnav .lang li:hover a {
	color: #2d4193;
}

#header .gnav .lang li.current {
	pointer-events: none;
}

#header .gnav .lang li.current a {
	color: #2d4193;
}

#header .gnav .lang li:nth-child(2) {
	border-left: 1px solid #a0bada;
	border-right: 1px solid #a0bada;
}


/*============================================================
	フッター
*/
#footer {
	width: 100%; height: 70px;
}
#footer * {
	font-weight: normal !important;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

/*============================================================
	SNSボタン
*/
#sns {
	overflow: hidden;
	display: inline-block;
	height: 40px;
	background: transparent url(../images/common/sns_bg.png) 0 0 repeat;
	font-size: 12px;
	line-height: 1.5;
}
#sns .twitter {
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 10px;
	height: 21px;
}
#sns .facebook {
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
	width: 112px; height: 21px;
}

.l-footer a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	font-weight: normal !important;
}

body {
	overflow: visible !important;
}

body img {
	user-select:none;
	-webkit-touch-callout:none;
}

.home_img {
	padding-top: 100px;
}

#homeCm {
	zoom: 90%;
}

#js-footer {
	width: 100%;
}

#contents.page_scroll {
	padding-top: 80px;
}

#modalOverlay::after,
#modal::after,
.image::after,
#modal div::after {
content:"";
}