@charset "UTF-8";

/*リセット系*/
*{
margin:0;
padding:0;
border:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
img{
vertical-align:bottom;
pointer-events: none;
-ms-interpolation-mode: bicubic;
}
a img{
pointer-events: auto;
width:100%;
}
a:focus, *:focus {
outline:none;
}
html,body {
}
a{
cursor: pointer;
}
body{
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Meiryo UI", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
}
.SPhover{
opacity: 0.7;
}
.noPC,
.SP{
display: block;
}
.noSP{
display: none;
}
.PC,
.PC img{
display: none;
}

#loading{
position: fixed;
width: 120%;
height: 120vh;
z-index: 20;
background: #FFF;
top:0;
left: 0;
}
#loadEgg{
position: fixed;
width: 14vw;
top:50vh;
margin-top: -25vw;
left: 43vw;
}
#loadTXT{
position: fixed;
width: 18vw;
top:50vh;
margin-top: -5vw;
left: 41vw;
}

/*PC*/
@media screen and (min-width:820px){

.noPC,.SP{
display: none;
}
.noSP,.PC{
display: block;
}

#loadEgg{
left: 50vw;
width: 72px;
height: 92px;
margin-top: -66px;
margin-left: -36px;
}
#loadTXT{
left: 50vw;
width: 92px;
height: 16px;
margin-top: 35px;
margin-left: -46px;
}

}