/* 2022.12.12 */
#main .scroll_txt{
	width: 12px;
	margin-bottom: 10px;
	position: absolute;
	right: 14px;
	bottom: 87px;
}
#main .scroll_arrow{
	width: 6px;
	display: block;
	position: absolute;
	right: 14px;
	bottom: 20px;
}
@media screen and (min-width: 768px), print {
	#main .scroll_txt{
		width: 10px;
		margin-bottom: 10px;
		position: absolute;
		right: 30px;
		bottom: 100px;
	}
	#main .scroll_arrow{
		width: 6px;
		display: block;
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
}
#main .scroll_arrow {
	animation-name: scrollAnime;
	animation-fill-mode:backwards;
	animation-duration:.8s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
	animation-delay: 0.5s;
	animation-direction:alternate;
}
@keyframes scrollAnime{
	0% {
		bottom: 10px;
	}
	100% {
		bottom: 20px;
	}
}
@media screen and (min-width: 768px), print {
	@keyframes scrollAnime{
		0% {
			bottom: 30px;
		}
		100% {
			bottom: 20px;
		}
	}
}

#main .main-txt{
	font-size: 36px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	position: absolute;
	display:inline-block;
	left: 50%;
	transform:  translateX(-50%);
	-webkit-transform:  translateX(-50%);
	-ms-transform:  translateX(-50%);
	bottom: 120px;
}
@media screen and (min-width: 768px), print {
	#main .main-txt{
		font-size: 32px;
		bottom: 120px;
	}
}

.main-bottom_bg{
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	background-color: #111726;
}
@media screen and (min-width: 768px), print {
	.main-bottom_bg{
		height: 274px;
	}
}

.main-bottom_bg .main-img{
	width: 80%;
	margin: 0 auto;
	display:inline-block;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.main-bottom_bg .main-img img{
	width: 100%;
}
@media screen and (min-width: 768px), print {
	.main-bottom_bg .main-img{
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		display:inline-block;
		position: absolute;
		top: -90px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px), print {
	#main #mainCopy.main_copy {
		padding: 250px 100px;
	}
}