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


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

.fontL{ font-size: 130%;}
.fontS{ font-size: 80%; line-height: 1.2em;}
.txtYellow{ color: #FFF000;}

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


.movarea{
width:100%;
margin:0 auto;
padding:0;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
}



/*---------------------------------------------

loading

----------------------------------------------*/
@-webkit-keyframes  loadinganim {
  0% {transform: rotateZ(0);}
  100% {transform: rotateZ(360deg);}
}

@keyframes  loadinganim {
  0% {transform: rotateZ(0);}
  100% {transform: rotateZ(360deg);}
}


#loader {
background:url("../images/loading.svg");
background-size: cover;
width: 50px; height: 50px;
position: fixed;
top: 50%; left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 200;
-webkit-animation: loadinganim 1s infinite;
animation: loadinganim 1s infinite;
}

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



a{ transition: all 0.5s ease;}
a:link {color: #df0000;}
a:visited {color: #df0000;}
a:hover {color: #e68700;}
a:active {color: #af0000;}

a img{border:0;}
a:hover { opacity:0.7;} 

a:focus{ outline: none;}



#btnpagetop{
background-color: #5e5b57;
width:80px; height: 80px;
line-height: 80px;
text-align: center;
position: fixed;
bottom: 0;
right: 0;
z-index: 5;
font-size: 20px;
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #fff;
}


#homeBtn{
font-family: itc-benguiat, serif;
font-weight: 400;
font-style: normal;
width:375px;
margin:0 auto;
line-height:70px;
font-size: 26px;
text-align: center;
}

#homeBtn a{ color: #dc1202; text-decoration: none;}



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

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