@charset "UTF-8";

.volleyMainArea .mvArea {
	background-color: #fdd874;
	background-image: url("/sports/marvelous/game/homegame/251115/images/bgMvStripeColor.png");
	background-size: 70px auto;
	background-repeat: repeat;
	position: relative;
	z-index: 0;
}
@media (max-width: 767px) {
	.volleyMainArea .mvArea {
		background-size: 10vw auto;
	}
}

.volleyMainArea .mvArea::before, 
.volleyMainArea .mvArea::after {
	content: '';
	width: 15vw;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: 100% auto;
	background-repeat: repeat-y;
	z-index: 1;
	mix-blend-mode: multiply;
}
.volleyMainArea .mvArea::before{
	background-image: url("/sports/marvelous/game/homegame/251115/images/bgMvSideLeft.png");
	left: 0;
}
.volleyMainArea .mvArea::after{
	background-image: url("/sports/marvelous/game/homegame/251115/images/bgMvSideRight.png");
	right: 0;
}
@media (max-width: 767px) {
	.volleyMainArea .mvArea::before, 
	.volleyMainArea .mvArea::after {
		content: none;
	}
}

.volleyMainArea .mvArea .mvImageArea{
	width: 100%;
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.volleyMainArea .mvArea .mvImageArea{
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 1490px) {
	.volleyMainArea .mvArea .mvImageArea{
		padding: 0 25vw;
		box-sizing: border-box;
	}
}
.volleyMainArea .mvArea .mvImageArea::before, 
.volleyMainArea .mvArea .mvImageArea::after {
	content: '';
	width: 15vw;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: 100% auto;
	background-repeat: repeat-y;
	z-index: 2;
}
@media (max-width: 767px) {
	.volleyMainArea .mvArea .mvImageArea::before, 
	.volleyMainArea .mvArea .mvImageArea::after {
		content: none;
	}
}

.volleyMainArea .mvArea .mvImageArea::before{
	background-image: url("/sports/marvelous/game/homegame/251115/images/bgMvIllustSideLeft.png");
	left: 7.5vw;
}
.volleyMainArea .mvArea .mvImageArea::after{
	background-image: url("/sports/marvelous/game/homegame/251115/images/bgMvIllustSideRight.png");
	right: 7.5vw;
}

.volleyMainArea .mvArea .mvImageArea .imgMv{
	max-width: 850px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 767px) {
	.volleyMainArea .mvArea .mvImageArea .imgMv{
		max-width: none;
		width: 100%;
	}
}