.op-h {
  height: auto;
  background: rgb(246, 238, 230);
  background: linear-gradient(180deg, #FFFEFF, #ACE0F9);
  padding-top: 64px;
  padding-bottom: 64px;
}


@media screen and (min-width: 768px) {
  h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
  }

  h1 img {
    max-width: 500px;
  }


}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
  }

  h1 img {
    width: 100%;
  }

  .logo {
    width: 80px;
  }

}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
}

.ly-body {
  margin-top: 0;
}

.op-title {
  background: #26346E;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: .5em 0;
}

.op-title h2 span {
  font-size: 22px;
}

.op-title .-top {
  font-weight: bold;
  margin-bottom: .5em;
}

.op-h .-catch {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.op-h .-fig img {
  width: 100%;
}

.op-sec .-schedule {
  text-align: center;
}

.op-performer h3 {
  background: #F6B2B3;
  color: #FFF;
  text-align: center;
}

.op-performer h3 span {
  font-size: 22px;
}

.op-performer ul {
  display: flex;
}

.op-performer ul li {
  text-align: center;
  color: #26346E;
  font-weight: bold;
}

.op-f {
  padding-top: 40px;
  border-top: 1px solid #333;
}

.op-songlist ol {
  display: flex;
  flex-wrap: wrap;
}

.op-songlist ol li {
  display: inline-block;
  padding: 0 0 0 2em;
}

.op-songlist ol li span {
  display: list-item;
  list-style-type: decimal;
  padding-right: 24px;
}

.op-photo-btn {
  margin: 0;
  margin-top: 24px;
}

.op-photo-btn a {
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
  border: solid 2px #26346E;
  color: #26346E;
  background-color: #FFFFFF;
  padding: 12px;
  text-decoration: none;
  box-shadow: 3px 4px 4px 1px rgba(201, 201, 201, 0.6);
  margin-right: 8px;
}

.op-movie {
  margin-top: 64px;
}

.op-title h2 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .op-title h2 {
    font-size: 40px;
  }

  .op-title .-top {
    font-size: 24px;
  }

  .op-sec .p-block:not(:last-child) {
    margin-bottom: 64px;
  }

  .op-h .-catch {
    margin-top: 24px;
    font-size: 24px;
  }

  .op-sec .-fig {
    margin-top: 64px;
    margin-bottom: 24px;
  }

  .op-sec .-schedule img {
    height: 48px;
  }

  .op-performer {
    margin-top: 80px;
  }

  .op-performer .p-block-h {
    margin-bottom: 64px;
  }

  .op-performer ul li {
    flex: 0 0 13%;
    max-width: 13%;
    margin-bottom: 12px;
  }

  .op-performer ul li:not(:nth-child(7n)) {
    margin-right: 1.5%;
  }

  .op-performer h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .op-title h2 {
    font-size: 24px;
  }

  .op-title .-top {
    font-size: 16px;
  }

  .op-movie {
    margin-top: 24px;
  }

  .op-sec .p-block:not(:last-child) {
    margin-bottom: 40px;
  }

  .op-h .-catch {
    font-size: 14px;
  }

  .op-sec .-fig {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .op-sec .-schedule img {
    width: 100%;
    max-width: 400px;
  }

  .op-performer .p-block-h {
    margin-bottom: 30px;
  }

  .op-performer ul li {
    font-size: 10px;
  }

  .op-performer h3 {
    font-size: 24px;
  }

  .op-songlist ol li {
    width: 49%;
    margin: 2px 0;
  }

  .op-photo-btn a {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
}