@charset "utf-8";
/* CSS Document */
.vanuKazoeWrap {
	padding: 0 100px;
}
.vanuKazoe {
	display: flex;
	align-items: center;
	justify-content: center;
    border-bottom: 10px solid #000;
}
.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;
}
.banuBubbleText {
	margin-left: 140px;
}
.banuBubbleText span:first-child {
	display: inline-block;
	padding: 7px 20px;
	font-size: 16px;
	line-height: 1.2;
	color:#fff;
	background:#666;
	margin-bottom: 10px;
}
.banuBubbleText span:last-child {
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	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%;}
}
.vanuNumber {
	display: flex;
	width: 75%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.banuBox,
.banuBoxTen {
	position: relative;
	width: 20%;
}
.banuBox .banuText,
.banuBoxTen .banuText {
	position: absolute;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
    color: #ff0;
    background: rgba(0,0,0,0.7);
	border-radius: 20px;
}
.banuBox .banuText {
	bottom: 10%;
	line-height: 1;
	width: 90%;
	margin: 0 5%;
	padding: 5px;
}
.banuBoxTen .banuText {
    bottom: 48%;
    line-height: 1;
    width: 100%;
    margin: 0;
    padding: 3px;
}
.banuBox img,
.banuBoxTen img {
	width: 100%;
}
.sleepWrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.sleepBox {
	position: relative;
	width: 300px;
	padding: 20px;
	box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	background:#fff;
	margin: 0 auto;
}
.question {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.answer {
	cursor: pointer;
	text-align: center;
	margin: 0 0 10px;
	padding: 10px;
	color:#fff;
	background:#1f54cd;
	border-radius: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.answer:hover {
	opacity: 0.7;
}
.resultWrap {
	display: none;
	position: relative;
	text-align: center;
}
.resultText {
	text-align: center;
	font-weight: bold;
}
.close {
	cursor: pointer;
	padding: 5px;
	min-width: 28px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: #000;
	border-radius: 50px;
	position: absolute;
	top: -15px;
    right: -15px;
}
@media only screen and (max-width: 767px){
.vanuKazoeWrap {
	padding: 0;
}
.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;
}
.vanuNumber {
	width: 100%;
}
.banuBox,
.banuBoxTen {
	position: relative;
	width: 20%;
}
}
