@import url(common.css);

#wrap{
  position: relative;
  width:100%;
  max-width:100%;
  overflow: hidden;
}

.inner { max-width: 1200px; margin: 0 auto;}

div [class^=sec-]{
  position: relative;
  width:100%;
  max-width:100%;
  overflow: hidden;
}
div [class^=img-], .area.text { width: 100%; max-width: 100%;}
div [class^=img-] img, .area.text img { width:100%;max-width:100%;}


.img-pc { display: block;}
.img-mo { display: none;}

.fix-btm { 
  position: fixed; 
  left: 0;
  right: 0; 
  bottom: 0; 
  width: 100%; 
  z-index: 20;
  transition: all 0.3s; 
  opacity: 0;
}
.fix-btm a, .sec-8 a { display: inline-block; cursor: pointer; width: 100%;}

@media (max-width:720px) { 
  .img-pc { display: none;}
  .img-mo { display: block;}
}