@charset "utf-8";

.contents { margin: 50px auto 80px; }

.iframe-wrap {
  text-align: center;
  width: 66.12%;
  padding-bottom: 37.19%;
  height: 0px;
  position: relative;
  margin: 30px auto;
}

.iframe-wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents .sceneText {
  width: 800px;
  font-size: 18px;
  margin: 40px auto;
}

.linkBtn2 {margin-top: 30px;}
.linkBtn2 a {color: #fff;}


@media only screen and (max-width: 640px) {
    .contents { margin: 0 0 10vw; }
    .sceneText {padding: 6vw;}
    .iframe-wrap {
      width: 100%;
      padding-bottom: 56.25%;
    }
    .contents .sceneText {
        width: 80%;
        font-size: 4.2vw;
        margin: 5vw auto;
    }
    #footer {margin-top: 12vw;}
}
