@charset "utf-8";
.hero_img {
	position: relative;
}

/*スライダー表示*/
.slider_wrap {
	display: block;
	margin-top: 52px;
}

.slider_wrap li {
	width: 100%;
	height: calc(100vh - 52px);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.slider li:first-child {
	background: url(../img/slide/img_01.jpg) no-repeat 55% center/cover;
}

.slider li:nth-child(2) {
	background: url(../img/slide/img_02.jpg) no-repeat 30% center /cover;
}

.slider li:nth-child(3) {
	background: url(../img/slide/img_03.jpg) no-repeat 50% center /cover;
}

.slider li:nth-child(4) {
	background: url(../img/slide/img_04.jpg) no-repeat 55% center /cover;
}

.slider li:nth-child(5) {
	background: url(../img/slide/img_05.jpg) no-repeat 20% center /cover;
}

.slider li:nth-child(6) {
	background: url(../img/slide/img_06.jpg) no-repeat 50% center /cover;
}

.slider li:nth-child(7) {
	background: url(../img/slide/img_07.jpg) no-repeat 50% center /cover;
}

.top_catch_wrap {
	margin-bottom: 5rem;
}

.slider_txt {
	width: 100%;
	height: 100%;
	display: grid;
	justify-content: center;
	align-items: center;
}

.slider .top_catch {
	font-size: 18px;
	width: 100%;
	text-align: center;
	line-height: 1;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.slider .top_catch span {
	font-size: 10px;
}

.slide_btn {
	margin-top: 30px;
}

.slide_btn a {
	display: grid;
	color: #fff;
	height: 34px;
	width: 220px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #fff;
	font-size: 14px;
}

.slide_btn a:hover {
	color: #000;
	background: #fff;
}

/*ビデオ非表示*/
.video_wrap {
	display: none;
	position: relative;
	z-index: -1;
}

/*YouTuveボタン*/
.youtube_wrap {
	width: 80px;
	height: 90px;
	position: absolute;
	bottom: 140px;
	left: 0;
	z-index: 2;
}

.youtube_wrap a {
	display: block;
}

.youtube_wrap a img {
	width: 100%;
}

.youtube_wrap a:hover {
	opacity: 0.8;
}

/*多言語*/
.h_lang_menu i {
	padding-left: 5px;
	padding-right: 5px;
}



.menu_parent {
	position: relative;
}



.menu_child {
	display: none;
	position: absolute;
	/* width: calc(100% - 10px); */
	width: 120px;
	text-align: center;
	z-index: 1001;
	/* left: 5px; */
	left: 50%;
	/* translate: -50% 0; */
	transform: translate(-50%, 0);
	top: 100%;
}

.menu_child li:not(:last-child) {
	border-bottom: 1px dotted #ddd;
}

.menu_child a {
	text-decoration: none;
	display: block;
	/* width: 100%; */
	width: 120px;
	background: #fff;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.menu_child a:hover {
	opacity: 0.8;
}

.search_area {
	width: 100%;
	max-width: 838px;
	margin: auto;
}


@media screen and (min-width: 375px) {
	.slider .top_catch {
		font-size: 20px;
		letter-spacing: 0.1em;
	}
}

@media screen and (min-width: 641px) {
	/*YouTuveボタン*/
	.youtube_wrap {
		width: 240px;
		height: 80px;
		bottom: 0;
	}
}

@media screen and (min-width: 960px) {
	/*スライダー非表示*/
	.slider_wrap {
		display: none;
	}

	/*ビデオ表示*/
	.video_wrap {
		display: block;
		width: 100%;
		height: calc(100vh - 120px);
		margin-top: 120px;
		
	}

	.video_wrap video {
		height: calc(100vh - 120px);
		object-fit: cover;
		object-position: center center;
		width: 100%;
		/* position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%); */
	}

	.video_logo {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 300px;
		transform: translate(-50%, -50%);
		/* translate: -50% -50%; */
		opacity: 0;
		animation: fadeIn 1.8s 1.5s linear 1 normal forwards;
	}

	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	/*ドロップダウンメニュー*/
	.menu_child,
	.menu_child a {
		width: 160px;
	}
}


@media screen and (max-width: 960px) {
	/*ドロップダウンメニュー*/
	.menu_child,
	.menu_child a {
		width: 120px;
	}

	.menu_child {
		top: calc(100% + 5px);
	} 
}

@media screen and (max-width: 640px) {
	.menu_child a {
		font-size: 14px;
	}
	.search_area {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 374px) {

}





