@charset "utf-8";

/* ========TEMPLATE LAYOUT======== */
body.yokou .blockwrap {
  width: 84%;
  margin: 0 auto 46px;
  border: 7px solid #102431;
  text-align: center;
  padding: 14px;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ========MV HEIGHT======== */
body.yokou #contents .mv {
  height: 60vh;
}
body.yokou #contents .mv__pic.sub {
  height: 60vh;
}
body.yokou #contents .mv__pic.sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  body.yokou .blockwrap {
    border-width: 15px;
    width: 1200px;
    padding: 35px;
    margin-bottom: 50px;
  }
}