@charset "utf-8";
/*
Theme Name: new-logo
Version: 20220422
Author URI: https://www.isfnetjoy.com/
*/


#screen{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 97;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
#screen .new-logo-box{
	position: relative;
	display: block;
	width: 640px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 98;
	transition: all 0.5s ease;
}
#screen .new-logo-box2{
	display: none;
	height: 85vh;
	overflow-y: scroll;
}
#screen .new-logo-box.off{
	display: none;
}
#screen .new-logo-box2.on{
	display: block;
}
#screen .new-logo-box p.new-logo-close{
	position: absolute;
	top: 5px;
	right: 3px;
	color: #00125E;
	font-size: 2rem;
	font-weight: 600;
	z-index: 99;
}
#screen .new-logo-box .new-logo-img{
	width: 100%;
}


@media screen and (max-width:940px){
#screen .new-logo-box{
	width: 400px;
}
#screen .new-logo-box2{
	height: 70vh;
}

}


@media screen and (max-width:640px){
#screen .new-logo-box{
	width: 300px;
}
#screen .new-logo-box2{
	height: auto;
	overflow-y: visible;
}


}