@charset "UTF-8";

#noto_mimai_popup {
width: 100%;
height: 100vh;
background-color: rgba(0,0,0,0.5);
position: fixed;
top: 0;
left: 0;
z-index: 99999;
}

.noto_mimai_popup-contents {
width: 90%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

@media only screen and (min-width: 768px) {
	.noto_mimai_popup-contents {
	width: 50%;
	}
}

.noto_mimai_popup-contents img {
width: 100%;
height: auto;
}

#noto_mimai_popup .popup_close {
z-index: 300;
position: absolute;
width: 30px;
height: 30px;
top: 4px;
right: 4px;
font-size: 0;
padding: 0;
margin: 0;
cursor: pointer;
}

#noto_mimai_popup .popup_close::before,
#noto_mimai_popup .popup_close::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
width: 30px;
border: 1px solid #000;
}

#noto_mimai_popup .popup_close::before {
transform: skewY(-45deg);
}

#noto_mimai_popup .popup_close::after {
transform: skewY(45deg);
}

#noto_mimai {
text-align: center;
background-color: #fff;
width: 80%;
margin: 0 auto;
padding-bottom: 50px;
}

#noto_mimai p {
margin: 0;
}
