@media only screen and (min-width: 769px), print {
  .sp {
    display: none;
  }
}

body {
  font-size: 16px;
}

#page {
  padding-top: 0 !important;
}

.inner, .post-password-form {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner, .post-password-form {
    padding: 0 1rem;
  }
}

input {
  -webkit-appearance: none;
}

.inner.-id, .-id.post-password-form {
  width: 500px;
  padding-top: 20vw;
}

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: #719dd7;
  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;
}

.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;
}

@media (max-width: 768px) {
  .schedule {
    font-size: 0.9em;
  }
}

.schedule__h2 {
  font-size: 1.125em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

@media only screen and (min-width: 769px), print {
  .sli {
    width: 300px;
  }
}

.h1 {
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  margin-top: 3em;
}

@media only screen and (min-width: 769px), print {
  .h1 {
    font-size: 1.85em;
  }
}

.caution {
  margin-bottom: 0.25em;
}

.vime {
  width: 100%;
  height: 50vw;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px), print {
  .vime {
    max-width: 100%;
    height: 560px;
  }
}

@media only screen and (max-width: 768px) {
  .rights,
  .lefts {
    width: 100%;
    width: 100%;
  }
}

.rights {
  margin-bottom: 6em;
}
