@charset "UTF-8";
/*===========================
	全体
===========================*/
#container{
	font-size: 16px;
	width: 1200px;
	margin: 0 auto;
}
img {
	vertical-align: top;
}
.rel{
	position: relative;
}
.tabo {
	border: 1px solid #999;
	width: 900px;
	margin: 0 auto;
	font-size: 13px;
}
.tdle {
	background-color: #E8E8E8;
	width: 100px;
	height: 40px;
}
.tb {
	border: 1px solid #999;
	height: 40px;
	padding: 8px;
	line-height: 1.3;
	vertical-align: middle;
}



.btn {
	position: absolute;
}
.btn:hover {
	opacity: 0.8;
	cursor: pointer;
}


/*===========================
	cv
===========================*/
.cv-btn-set {
	top: 412px;
	right: 125px;
}
.cv-btn-left {
	top: 712px;
	left: 302px;
}
.cv-btn-right {
	top: 712px;
	left: 709px;
}
.cv-btn-brush {
	bottom: 98px;
	right: 179px;
}



/*===========================
	gif anime
===========================*/
.anime-vibration-block {
	position: absolute;
	top: 202px;
	left: 127px;
	width: 473px;
	height: 320px;
	overflow: hidden;
}
.anime-vibration {
	margin-left: -34px;
	width: 507px;
}
.anime-modechange-block {
	position: absolute;
	bottom: 76px;
	left: 193px;
	width: 336px;
	height: 336px;
	border-radius: 50%;
	overflow: hidden;
}
.anime-modechange {
	margin: -218px 0 0 -38px;
	width: 430px;
}




/*===========================
	popup
===========================*/
.popup {
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
/*	width: 860px;*/
/*	height: 660px;*/
/*	background: #fff;*/
/*	border-radius: 10px;*/
	width: fit-content;
	max-width: 880px;
	height: 83vh;
	max-height: 660px;
	transition: 100ms;
	opacity: 0;
	z-index: -1;
}
.popup-bg {
	height: 100%;
}
.popup-ohige,
.popup-matsuge,
.popup-smile {
	transition: 0ms;
}
.btn-ohige {
	top: 28.8%;
	right: 5.8%;
	width: 44.19%;
	max-width: 380px;
}
.btn-matsuge {
	top: 42.6%;
	right: 5.8%;
	width: 44.19%;
	max-width: 380px;
}
.btn-smile {
	top: 56.3%;
	right: 5.8%;
	width: 44.19%;
	max-width: 380px;
}
.btn-grape {
	top: 41.7%;
	right: 5.8%;
	width: 44.19%;
	max-width: 380px;
}
.btn-applemint {
	top: 55.5%;
	right: 5.8%;
	width: 44.19%;
	max-width: 380px;
}

.btn-back {
	top: 7.5%;
	left: 5.8%;
	width: 12.8%;
	max-width: 110px;
}

.popup-close {
	top: -8%;
	right: 0;
	width: 5vh;
	max-width: 32px;
	background: #fff;
	cursor: pointer;
}
.popup-close img {
	width: 100%;
}
.popup-close img:hover {
	opacity: .8;
}

.modal-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .70);
	cursor: pointer;
	opacity: 0;
	z-index: -1;
}
.modal-open-bg {
	transition: 200ms;
	opacity: .8;
	z-index: 998;
}


/*===========================
	220329追加
===========================*/
.modal-open {
    overflow: visible !important;
}
