@charset "euc-jp";

.modal-overlay {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
	height:100%;/*for old Safari*/
    height:100vh;
    background-color:rgba(0,0,0,.5)}
.modal-overlay (:target) {height:100%\9} /* IE9,10 */
a.modal-open:hover {cursor:pointer}
.modal-content {
    position:fixed;
    display:none;
    z-index:3;
    margin:10px;
    padding:40px 0 30px;
	border-radius:20px;
    background:#fff}
.modal-content > div {
	width:580px;
	text-align:center;
	padding: 0 10px 0;
}
.modal_text01 {
	color: #000;
	font-size: 24px;
}

.modal_text01 span {
	color: #ff0000;
}

.modal_text02 {
	color: #000;
	font-size: 18px;
	margin: 20px 0 30px;
}

a.modal-close {
}

a.modal-close:hover {
	cursor:pointer;
	opacity:.6}
@media screen and (max-height: 640px) {
	.modal-content {padding:10px}
	.modal-content h1 {font-size:100%; margin-bottom:3px}
	.modal-content p {
	font-size:75%;
	width:60%;
	margin:auto
}
	a.modal-close:hover {opacity:1}
}
@media screen and (max-width: 640px) {
	.modal-content {padding:10px}
	.modal-content img {max-height:inherit; width:100%; height:auto}
	.modal-content > div  {font-size:75%; width:100%;}
	a.modal-close:hover {opacity:1}
}






























@charset "euc-jp";

/*-----------------------------------
INP animation
-------------------------------------*/

.effects {
	width: 720px;
	height: 420px;
	background: url(../img/inp_anim/inp_effect_bg01.jpg) no-repeat left top;
	margin: 30px auto;
	padding: 20px 18px;
	position: relative;
}

.effects a {
	outline: none;
}

.animationImageArea {
	
}

.animationImageArea > div {
	position: relative;
	display: none;
}

#nextBtn {
	position: absolute;
	cursor: pointer;
	top: 340px;
	left: 160px;
	/*left: 40px;
	top: 310px;
	display: none;*/
}

#skipBtn {
	position: absolute;
	left: 626px;
	top: 384px;
	cursor: pointer;
	display: none;
}

#freemessageTxt {
	position: absolute;
	left: 74px;
	top: 394px;
	display: none;
}

#effects #form {
	margin: 0;
}

.mask {
	position: absolute;
	background-image: url(../img/inp_anim/mask.png);
	background-size: 200px 240px;
	background-repeat: no-repeat;
	height: 240px;
	width: 200px;
	top: -1000px;
}

.face0 {background-image: url(../img/inp_anim/mask_01.png);}
.face1 {background-image: url(../img/inp_anim/mask_02.png);}
.face2 {background-image: url(../img/inp_anim/mask_03.png);}
.face3 {background-image: url(../img/inp_anim/mask_04.png);}
.face4 {background-image: url(../img/inp_anim/mask_01.png);}
.face5 {background-image: url(../img/inp_anim/mask_02.png);}
.face6 {background-image: url(../img/inp_anim/mask_05.png);}
.face7 {background-image: url(../img/inp_anim/mask_03.png);}
.face8 {background-image: url(../img/inp_anim/mask_06.png);}
.face9 {background-image: url(../img/inp_anim/mask_02.png);}
.face10 {background-image: url(../img/inp_anim/mask_03.png);}

#bg02,#bg03_1,#bg03_2,#bg03_3 {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}

#scene_1,#scene_2,#scene_3,#scene_4,#scene_5,#scene_6 {
	display: none;
}

#animationImageArea {
	overflow: visible !important;
}
