@charset "utf-8";

/* ======================

 [brake-point]

====================== */

.l-anniversary {
		z-index: 2;
}
.l-narisumashi {
	position: absolute;
	right: 170px;
	bottom: 70px;
	width: 235px;
	height: 90px;
	z-index: 2;
}
.l-narisumashiInner {
	font-size: 0;
}

/* since1909*/
.l-since {
	top: auto;
	right: auto;
	bottom: -45px;
	left: 250px;
}

/* 言語選択 */
.lang {
	position: absolute;
	top: 45px;
	right: 140px;
	z-index: 2;
}
.lang li {
	display: inline-block;
}
.lang li:nth-of-type(1):after {
	content: '｜';
	color: #fff;
	padding-left: 8px;
	opacity: 0.7;
}
.lang li a {
	color: #fff;
	opacity: 0.7;
}
.lang li.current a,
.lang li.current span,
.lang li a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

/* ハンバーガーメニュー */
.l-hamburger::after {
	position: absolute;
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	z-index: -1;
}

/* メニュー展開時 */
.innerInfo-company .innerInfo_head-contact::after {
	content: none !important;
}
.innerInfoLink {
	display: inline-block;
	text-align: center;
	padding: 15px 20px 15px 30px;
	border: 1px solid #fff;
	border-radius: 2px;
}
.innerInfoLink::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 13px;
	background: url(/assets/img/common/ico_contact.svg) no-repeat center;
	background-size: contain;
	margin-left: 20px;
}
.innerInfoLink:hover {
	text-decoration: none;
}
.otherCont_box-company {
	display: none;
}