@charset "utf-8";
/* CSS Document */

/* basic
-------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

/* main
-------------------------------------------*/
main {
    padding: 50px 0;
}
main .col-sm-6 {
    margin-bottom: 20px;
}
main .a-scene {
    position: relative;
    width: 90%;
    padding-top: 56.25%;
}
main .a-scene iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:768px) {
    main .a-scene {
        width: 100%;
    }
}

/* footer
-------------------------------------------*/
.footer {
    color: #777;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 19px;
    border-top: 1px solid #e5e5e5;
}

/* holder
-------------------------------------------*/
#holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.a-html #holder {
  width: 100%;
  height: 100%;
}
