@charset "UTF-8";
/* CSS Document */
#loading{
    position: absolute;
    left: 50%;
    top: 30%;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background:  #fff;
    z-index: 100;
}



.spBlc{
  display: none;
}


img{
  max-width:100%;
}

hr{
  border-color: #dcdcdc;
  border-top: none;
}

a {
        -webkit-transition: 0.3s ease-in-out;
           -moz-transition: 0.3s ease-in-out;
             -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
}

a:hover {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

html, body{
  width:100%;
  background: #fff;
}

#wrap{
  margin: 0 auto;
  overflow: hidden;
}



@media screen and (max-width:769px){

.pcBlc{
  display: none;
}

.spBlc{
  display: block;
}

/* 背景画像・背景色 */
body{
  background: none;
  margin:0 auto;
}

img{
  max-width:100%;
}


}