/* 2022.12.12 */
@media screen and (max-width: 767px), print {
	.b-a-fullImage .sp{
		display: block;
	}
	.b-a-fullImage .pc{
		display: none;
	}
}
@media screen and (min-width: 768px), print {
	.b-a-fullImage .sp{
		display: none;
	}
	.b-a-fullImage .pc{
		display: block;
	}
}
@media screen and (min-width: 768px), print {
	.b-a-fullImage.bereo-mv{
		position: relative;
	}
	.b-a-fullImage.bereo-mv .b-a-fullImage_image {
		margin-top: -66px;
	}
}


.b-a-fullImage.bereo-mv h1{
	width: 184px;
	top: 30px;
	display:inline-block;
	position: absolute;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.b-a-fullImage.bereo-mv h1 img{
	width: 100%;
}
@media screen and (min-width: 768px), print {
	.b-a-fullImage.bereo-mv h1{
		width: 200px;
		top: 74px;
	}
}
@media screen and (min-width: 1160px), print {
	.b-a-fullImage.bereo-mv h1{
		width: calc((250/1400)*100vw);
		top: calc((90/1400)*100vw);
	}
}

.b-a-fullImage.bereo-mv .mv-heading{
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.32);
	position: absolute;
	left: 0;
	padding: 7px 12px;
	bottom: 10px;
}
@media screen and (min-width: 768px), print {
	.b-a-fullImage.bereo-mv .mv-heading{
		font-size: 29px;
		padding: 16px 22px;
		bottom: 30px;
	}
}

.bereo-mv .scroll_txt{
	width: 12px;
	margin-bottom: 10px;
	position: absolute;
	right: 14px;
	bottom: 87px;
}
.bereo-mv .scroll_arrow{
	width: 6px;
	display: block;
	position: absolute;
	right: 14px;
	bottom: 20px;
}
@media screen and (min-width: 768px), print {
	.bereo-mv .scroll_txt{
		width: 10px;
		margin-bottom: 10px;
		position: absolute;
		right: 30px;
		bottom: 100px;
	}
	.bereo-mv .scroll_arrow{
		width: 6px;
		display: block;
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
}
.bereo-mv .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;
		}
	}
}