@charset "utf-8";
/* CSS Document */
.vanuKazoe {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 30px;
}
.banuBubble {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center;
	width: 50%;
	position: relative;
	height: 160px;
	background-image: url('img/top/vanu_a.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.banuBubble:hover {
	opacity: 0.7;
}
.banuBubbleText {
	margin-left: 140px;
	color: #000;
}
.banuBubbleText span:first-child {
	display: inline-block;
	padding: 7px 20px;
	font-size: 16px;
	line-height: 1.2;
	color:#fff;
	background:#666;
}
.banuBubbleText span:last-child {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
}
.vanuWalk {
	width: 50%;
	position: relative;
	height: 160px;
	overflow: hidden;
	background:#f2f2f2;
	margin: 0 auto;
}
.vanuWalkTextWrap {
	font-size: 50px;
	font-weight: bold;
	color: #666;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vanuWalkTextWrap span {
	display: inline-block;
	color: #000;
	margin: 0 10px;
	font-size: 70px;
}
.vanuWalk img {
	display: none;
	position: absolute;
	height: 150px;
	top: 5px;
}
@keyframes ani2 {
	0% {left:calc(0% - 96px);}
	100% {left:100%;}
}

@media only screen and (max-width: 767px){

.vanuKazoe {
	display: block;
}
.banuBubble {
	width: 100%;
}
.banuBubbleText span:first-child {
	padding: 10px 20px;
}
.banuBubbleText span:last-child {
	font-size: 30px;
}
.vanuWalk {
	width: 100%;
}
.vanuWalkTextWrap {
	font-size: 30px;
}
.vanuWalkTextWrap span {
	font-size: 50px;
}

}
