@charset "utf-8";

/***************************************************************
Header-B
****************************************************************/
.header-B--sticky-exists {
	height: 55px;
}
.header-B-main {
	height: 55px;
	padding-left: 4.2vw;
	box-sizing: border-box;
	max-width: none;
}
.header--transparent .header-B-main {
	padding-top: 4px;
	/* height: 56px; */
}
.header-B__text {
	font-family: sans-serif;
	max-width: calc(100vw - 75px);
	font-size: 10rem;
	line-height: 1.25;
	color: #262626;
	font-weight: normal;
}
.header-B__text--ja {
	letter-spacing: -0.75px;
}
.header-B__text--multi-lang {
	max-width: calc(100vw - 121px);
}
.header-B-left-logo__link {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
.header:has(.header-bottom) .header--transparent .header-B-left-logo__link {
	position: relative;
	z-index: 10;
}
.header-B-left-logo__image {
	width: 100%;
	object-fit: contain;
	object-position: left center;
}
.header-B-left-bottom {
	margin-top: 2px;
	max-width: 60vw;
	box-sizing: border-box;
	font-size: 12rem;
	line-height: 1.2;
}

/* header-B-bottom */
.header-B-bottom {
	position: relative;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
.header-B-bottom source,
.header-B-bottom img {
	position: absolute;
	min-width: 1400px;
	min-height: 100px;
	vertical-align: top;
}
.header-B-bottom__title {
	position: absolute;
	left: 5vw;
	top: 40px;
	letter-spacing: 4.3px;
	font-size: 24rem;
	font-weight: bold;
}

@media screen and (max-width: 374px), print and (max-width: 374px) {
	.header-B-main {
		padding-bottom: 0;
	}
	.searchform-div__button {
		padding: 0 10px;
		width: auto;
		font-size: 13rem;
	}
}

@media screen and (min-width: 768px), print and (min-width: 768px) {
	.header--transparent .header-B-main {
		padding-top: 30px;
		height: 144px;
	}
}

@media screen and (min-width: 1024px), print and (min-width: 1024px) {
	/* PC/Tablet */
	.header-B--sticky-exists {
		height: 80px;
	}
	.header-B-main {
		display: flex;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: auto;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.header--transparent .header-B-main {
		align-items: normal;
		padding-top: 40px;
		padding-left: 80px;
		height: 160px;
	}
	.header-B__text {
		max-width: none;
		font-size: 12px;
		line-height: 12px;
	}
	.header-B__text--multi-lang {
		max-width: none;
	}
	.header-B-left {
		display: inline-block;
		max-width: 390px;
		width: auto;
	}
	.header-B-left-logo {
		margin-top: 2px;
		padding-bottom: 2px;
	}
	.header-B-left-logo__link {
		display: block;
		width: 100%;
		margin-top: 0;
		font-size: 0;
	}
	.header-B-left-logo__image {
		width: auto;
		max-width: none;
		max-height: none;
	}
	.header-B-middle {
		margin-top: -6px;
		margin-left: 60px;
	}
	.header-B-right {
		margin-left: 8px;
		flex: 1;
		text-align: right;
	}
	.header-B-change-lang {
		font-weight: bold;
		color: #707070;
	}
	.header-B-change-lang__item:nth-child(2) {

	}
	.header-B-change-lang__item:nth-child(2)::before {
		content: '/';
		padding-right: 4px;
		display: inline-block;
		color: #707070;
		pointer-events: none;
	}
	.header-B-change-lang__item:nth-child(2):hover::before {
		opacity: 1;
	}
	.header-B-nav {
		border: none;
	}
	.header-B-nav-menu {
		margin: 0 auto;
	}
	.header-B-nav-menu-ul {
		width: 100%;
		height: 100%;
		padding: 0;
		box-sizing: border-box;
		font-size: 0;
	}
	.header-B-nav-menu-ul-li {
		position: relative;
		width: auto;
		font-size: 16rem;
	}
	.header-B-nav-menu-ul-li--A {
		border-right: 1px solid #050e1c;
	}
	.header-B-nav-menu-ul-li--A.header-B-nav-menu-ul-li:first-child {
		border-left: 1px solid #050e1c;
	}
	.header-B-nav-menu-ul-li {
		display: inline-block;
		height: 100%;
	}
	.header-B-nav-menu-ul-li:last-child {
		color: #fff;
	}
	/* .header-B-nav-menu-ul-li:last-child .header-B-nav-menu-ul-li-a:hover {
		opacity: .8;
	} */
	.header-B-nav-menu-ul-li-a {
		padding: 30px 12px;
		box-sizing: border-box;
		display: inline-block;
		/* border-bottom: 2px solid transparent; */
		height: 80px;
		width: 100%;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		font-size: 16px;
		transition: .3s;
	}
	.header-B-nav-menu-ul-li-a:hover {
		opacity: 0.8;
	}
	.header-B-nav-menu-ul-li-a-span {
		position: relative;
		padding-bottom: 6px;
	}
	/* .header-B-nav-menu-ul-li-a-span::before {
		position: absolute;
		bottom: 0;
		left: -2%;
		width: 104%;
		height: 2px;
		content: '';
		transition: .4s;
		transform: scale(0, 1);
	}
	.header-nav-menu-ul-li-a--active .header-B-nav-menu-ul-li-a-span::before {
		transform: scale(1, 1);
	} */

	/* header-B-sub-menu */
	.header-B-nav-menu-ul-child {
		position: absolute;
		top: 80px;
		left: 0;
		display: none;
		width: 180px;
		background-color: rgba(0, 0, 0, .8);
		z-index: 101;
	}
	.header-B-nav-menu-ul-li:last-child .header-B-nav-menu-ul-child {
		left: auto;
		right: 0;
	}
	.header-B-nav-menu-ul-child-li-a {
		position: relative;
		padding: 6px 0 6px 36px;
		display: block;
		line-height: 2.4;
		color: #fff;
		text-align: left;
		font-size: 14rem;
	}
	.header-B-nav-menu-ul-child-li-a:hover {
		opacity: 1;
	}
	.header-B-nav-menu-ul-child-li-a::before {
		content: "";
		position: absolute;
		top: 18px;
		left: 16px;
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #fff;
	}

	/* header-B-bottom */
	.header-B-bottom {
		overflow: hidden;
	}
	.header-B-bottom source,
	.header-B-bottom img {
		width: 100vw;
		height: auto;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.header-B-bottom__title {
		left: calc(50vw - 512px);
	}

}
