* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;}

h1,h2,h3,h4,h5,h6{
	text-indent:-999999px;
	position:absolute;
}


#btnpagetop{
	position: fixed;
	width:60px;
	height:60px;
	bottom: 30px;
	right: 30px;
}

.no-wrap { display: inline-block; /* インラインブロック化 */ }
.no-space{ letter-spacing: -4px;}

.fontL{ font-size: 130%;}
.fontS{ font-size: 70%;}

.text-wide {
letter-spacing: -0.5vw;
}




/* loading
---------------------------------- */

#loader {
background: url("../images/loading.svg") no-repeat center;
background-size: contain;
width: 50px;
height: 50px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 200;
opacity: 0.5;
}

@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}


#loader-bg {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0px;
left: 0px;
z-index: 150;
}


a{ transition: all 0.5s ease; text-decoration: none;}
a:link {color: #e92197;}
a:visited {color: #e92197;}
a:hover {color: #e92197;}
a:active {color: #a351ef;}

a img{border:0;}
a:hover {
filter:alpha(opacity=70);/* IE 6,7*/
-moz-opacity:0.7;/* FF , Netscape */
-khtml-opacity: 0.7;/* Safari 1.x */
opacity:0.7;
zoom:1;/*IE*/
} 

a:focus{ outline: none;}



/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
