* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #282520;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.globalWrapper {
  max-width: 800px;
  margin: 0 auto;
  background-color: #282520;
}

@media (max-width: 768px) {
  .mainVisual {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mainVisual img {
  display: block;
  width: 100%;
  height: auto;
}

.contentsArea {
}

.standardMoveBlock {
  padding: 0 0 40px 0;
}

.standardMoveBlock ul {
  padding: 20px 20px 0px 40px;
  list-style-type: circle;
}

.standardMoveBlock ul li {
  padding: 0 0 8px 0;
}
.standardMoveBlock a {
  color: #574327;
}

.standardMoveTitle {
  height: 64px;
  line-height: 60px;
  font-size: 18px;
  color: #f0e9d9;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  background-image: url("../images/common/bg_title.png");
  background-size: 100% 64px;
}

@media (max-width: 768px) {
  .footerArea {
    position: sticky;
    bottom: 0;
    z-index: -1;
  }
}

.footerVisual {
  position: relative;
}
.footerVisual > img {
  display: block;
  width: 100%;
  height: auto;
}
.footerVisual .downloadButton {
  position: absolute;
  bottom: 7%;
  width: 40%;
}
.footerVisual .downloadButton img {
  display: block;
  width: 100%;
  height: auto;
}
.footerVisual .downloadButton.appStore {
  left: 8%;
}
.footerVisual .downloadButton.googlePlay {
  right: 8%;
}

.footer {
  padding: 12px 0 10px 0;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background-color: #291d17;
}

.footer p {
  padding: 0 0 6px 0;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .mainContents {
    position: relative;
    z-index: 1;
    top: 32.2vw;
  }
}

.standardMoveBlock {
  background-color: #f4f1db;
}

.movieWrapper {
  padding: 15px;
}
.movieWrapper .movie {
  position: relative;
  padding-top: 56.25%;
}
.movieWrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contentsTitle {
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #574327;
  background-color: #f6edaa;
}

.paragraph {
  padding: 15px 15px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #574327;
  background-color: #fffdf0;
}

.tryInApp {
  padding: 12px 15px 15px 15px;
  background-color: #fffdf0;
  border-bottom: 1px solid rgba(87, 67, 39, 0.3);
}
.tryInApp img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto;
}

/*# sourceMappingURL=lower.css.map */
