/* vision2026共通 */
@media only screen and (max-width: 414px){
	#IncludeHeaderCorporate{
		height: 60px;
	}
}

#IncludeHeaderCorporate *{
	box-sizing: border-box;
}

#IncludeHeaderCorporate * li{
	line-height: 1.5
}

#IncludeHeaderCorporate * :before{
	box-sizing: border-box;
}

.st-header{
	z-index: 15;
}

.st-header_hover-overlay, .st-header_modal-overlay {
	z-index: 15;
}

@media only screen and (min-width: 1001px){
	.st-header_nav-item:hover .st-header_subnav-overlay {
		z-index: 13;
	}
}

.st-header_subnav-contents{
	line-height: 1.5;
}

.st-header_hover-bg{
	z-index: 14;
}

.st-header_subnav-bg{
	z-index: 14;
}

.st-header_modal-bg{
	z-index: 14;
}

@media only screen and (max-width:1000px) {
	.st-header_modal-bg {
		z-index: 16;
	}
}

.st-header_hamburger{
	z-index: 11;
}

.st-header-menu{
	z-index: 16;
}

@media only screen and (max-width:1000px) {
	.st-header-menu[data-modal=modal02] {
		z-index: 17;
	}
	
	.st-header-menu[aria-selected=true] {
		z-index: 17;
	}
}

/* vision2026sp用 */

@media only screen and (max-width: 414px){
	.blc-topics-comment{
		z-index: 10;
	}
}


/* globalsculpture用 */

body.country-jp{
	background: #760014
} 