@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 変数宣言 */
/* 変数宣言 */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 14px;
}

body {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

img {
  width: 100%;
}

.mv {
  width: 100%;
  margin: 0 auto;
}

.official-senkou {
  background-color: #ff0000;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.official-senkou:hover {
  background-color: #7a0000;
}

.official-senkou a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 2rem;
  display: block;
  font-size: 20px;
}

.uketsuke {
  color: #ffffff;
  text-align: center;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: bold;
}

.mv {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 955px) {
  .mv {
    width: 100%;
  }
}

.senkou a {
  display: block;
  margin: 0 auto;
  background-color: #ff0000;
  color: #000000;
  text-decoration: none;
  padding: 20px 20px;
  margin-top: 30px;
  text-align: center;
  border-radius: 20px;
}
.senkou-ttl {
  font-size: 20px;
  font-weight: bold;
}

.senkou-text {
  font-size: 14px;
}
@media (max-width: 955px) {
  .senkou-text {
    font-size: 12px;
  }
}

.landing_copy {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
/*# sourceMappingURL=landing.css.map */