.op-h {
  height: auto;
  background: rgb(246,238,230);
  background: linear-gradient(180deg, rgba(246,238,230,1) 0%, rgba(250,209,198,1) 100%);
  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: 812px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
  }
  h1 img {
    
  }
  .logo {
    width: 80px;
  }
}

.ly-body {
  margin-top: 0;
}
.op-title {
  background: #F6B2B3;
  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: #F27376;
  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 12px;
}
.op-songlist ol li span{
	display: list-item;
	list-style-type: decimal;
	padding-right: 24px;
}
.op-photo-btn{
	margin: 24px 0;
}
.op-photo-btn a{
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
	border: solid 2px #F27376;
	color: #F27376;
	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: 32px;
}
@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-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;
  }
}
