/* CSS Document */
@-webkit-keyframes moveSlideshow {
  0% {
    left: 0; }
  100% {
    left: -1487px; } }
@-moz-keyframes moveSlideshow {
  0% {
    left: 0; }
  100% {
    left: -1487px; } }
@-ms-keyframes moveSlideshow {
  0% {
    left: 0; }
  100% {
    left: -1487px; } }
#lead {
  background: url("../img/index/lead_bg.jpg") no-repeat center top/cover;
  padding-bottom: 15%; }
  #lead h2 {
    width: 60%;
    margin-left: auto;
    margin-top: 37vw; }
  #lead .txt {
    padding-top: 5%; }

#buying {
  background: url("../img/index/buying_bg.jpg") repeat center top/cover;
  position: relative;
  padding-top: 1px; }
  #buying h2 {
    width: 95%;
    margin: 10vw auto 0; }
  #buying .img {
    width: 90%;
    margin: 0 auto; }
  #buying .txt {
    padding-top: 8%;
    margin-bottom: -15vw;
    position: relative;
    z-index: 2; }

#homemade {
  padding-top: 1px;
  padding-bottom: 15%;
  position: relative;
  background: url("../img/shared/bg.jpg") repeat;
  margin-top: -23vw; }
  #homemade .img1 {
    width: 60%;
    position: absolute;
    top: 15vw;
    left: 0; }
  #homemade h2 {
    padding-top: 15vw;
    width: 97%; }
  #homemade .txt {
    padding-top: 2%;
    padding-bottom: 8%; }

#gallery {
  background: url("../img/index/bg_gallery.jpg") repeat;
  padding: 15% 0 5%;
  height: 200px;
  position: relative; }
  #gallery .full_slider {
    background-image: url("../img/index/gallery_img.png");
    margin: 9% 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    -moz-animation: moveSlideshow 20s linear infinite;
    -o-animation: moveSlideshow 20s linear infinite;
    -webkit-animation: moveSlideshow 20s linear infinite;
    -ms-animation: moveSlideshow 20s linear infinite; }
  #gallery .full_slider:hover {
    animation-play-state: paused; }

#scene {
  background: url("../img/index/bg_scene.jpg") repeat-x center top/cover;
  padding-top: 15%; }
  #scene dl {
    padding: 0 5%;
    margin-bottom: 13vw; }
    #scene dl dd {
      margin-top: 8vw; }

#sec1 {
  padding-bottom: 15%; }
  #sec1 .lst_bnr {
    background: url("../img/index/bg_banner.jpg") repeat;
    padding: 10% 5% 5%; }
    #sec1 .lst_bnr ul li {
      margin-bottom: 5vw; }
  #sec1 .sns .tit {
    background: url("../img/index/bg_facebook.jpg") repeat;
    padding: 5% 5% 5% 5%;
    margin-bottom: 10vw; }
    #sec1 .sns .tit h2 {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 0 !important; }
  #sec1 .sns .fb {
    width: 90%;
    margin: 0 auto; }
    #sec1 .sns .fb .fb-page.fb_iframe_widget span {
      display: block !important;
      margin: 0 auto; }
