@charset "utf-8";
.whiteBg .gHeader:not(.on) {
	position: absolute;
	padding: 0;
	z-index: 100;
}
.whiteBg .gHeader:not(.on) .time {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}
.whiteBg .gHeader:not(.on) .hInfo p {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.3);
	background-image: url("../../../img/common/icon15_on.png");
}
.whiteBg .gHeader:not(.on) .hInfo.on p {
	background-image: url("../../../img/common/icon15.png");
}
.whiteBg .gHeader:not(.on) .hList a {
	color: #fff;
}
.whiteBg .gHeader:not(.on) .hInfo ul {
	background-color: #fff;
}
.whiteBg .gHeader:not(.on) .hList .star a {
	background-image: url("../../../img/common/icon02.png");
}
.whiteBg .gHeader:not(.on) .hList .search a {
	background-image: url("../../../img/common/icon01.png");
}
.gHeader h1 {
	display: none !important;
}
.mainVisual {
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}
.mainVisual h1 {
	top: 50%;
	transform: translateY(-35%);
	position: absolute;
	color: #fff;
	width: 100%;
	left: 0;
	font-size: 2.8rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-family: 'Crimson Text', serif;
	z-index: 2;
}
.mainVisual .en {
	margin-bottom: 35px;
	display: block;
}
.mainVisual .imageLoad {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("../img/index/main_visual_bg.jpg") no-repeat center center;
	background-size: cover;
	opacity: 0;
}
.mainVisual .imageLoad.show {
	opacity: 1;
	transition: all 0.8s;
}
.mainVisual:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	content: "";
}
.mainVisual:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 114px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	z-index: 1;
}
.mainVisual .bgBox {
    width: 820px;
    min-height: 450px;
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
	background: url("../../../img/common/bg01.png") no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
}
#main {
	position: relative;
	z-index: 1;
}
#main .listBox .comTopList {
	margin-bottom: 60px;
}
#main .listBox .comTopList li {
	letter-spacing: 0.06em;
}
#main .listBox .comLink a {
	letter-spacing: 0.08em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#main .comNews dd a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#main .btmPho img {
	width: 100%;
}
.popBox .whiteBg {
	background-color: #E4EBE1;
}
@media all and (max-width: 767px) {
	.whiteBg .gHeader:not(.active) .menu span {
		background: #fff;
	}
	.whiteBg .gHeader:not(.on) {
		z-index: 100;
	}
	.mainVisual:after {
		height: 60px !important;
	}
	.mainVisual .bgBox {
		width: 100%;
		min-height: 300px;
		padding: 0 !important;
	}
	.mainVisual h1 {
		font-size: 2.2rem;
	}
	.mainVisual h1 span {
		margin-bottom: 10px !important;
	}
	#main .bgBox {
		padding: 40px 0;
	}
	.whiteBg .gHeader:not(.on) .time {
		color: #222;
	}
	#main .listBox .comTopList {
		margin-bottom: 20px;
	}
	.popBox {
		background-color: rgba(228,235,225,0.95);
	}
	.popBox .whiteBg {
		background-color: transparent;
	}
}