@charset "UTF-8";
body {
  font-size: 16px;
  font-family: noto-sans-cjk-jp, "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

img {
  max-width: 100%;
}

#page {
  padding-top: 0 !important;
}

.inner,
.post-password-form {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  .inner,
  .post-password-form {
    width: 98%;
  }
}

@media (max-width: 768px) {
  .inner,
  .post-password-form {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
}

input {
  -webkit-appearance: none;
}

.inner.-id,
.-id.post-password-form {
  width: 500px;
}

input[type="text"],
input[type="password"] {
  display: block;
  width: 500px;
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid;
}

input[type="submit"] {
  color: #fff;
  background-color: #002662;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0.75em;
  width: 100%;
  font-weight: bold;
  outline: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none !important;
  opacity: 0.85;
}

.post-password-form {
  background: #fff;
  width: 500px;
  margin-bottom: 300px;
}

.post-password-form p:first-of-type {
  display: none;
}

.kv {
  margin-bottom: 2em;
  max-width: 100%;
  width: 100%;
}

.yt {
  max-width: 100%;
  width: 1000px;
  height: 500px;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .yt {
    height: 60vw;
  }
}

.schedule {
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 2em;
}

.schedule__txt {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .schedule {
    font-size: 0.9em;
  }
}

.schedule__h2 {
  font-size: 1.125em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.sli {
  margin-bottom: 3em;
}

.branz__wrap {
  margin: 2em 0;
}

@media only screen and (min-width: 768px), print {
  .branz__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px), print {
  .branz__left {
    width: 66%;
    padding-right: 1em;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px), print {
  .branz__right {
    width: 33%;
  }
}
