/*************************************************
チケット ページ
*************************************************/
#meegre .section_inner {
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #meegre {
    padding: 0 30px;
  }
  #meegre .section_inner .section_ttl:not(.meegre_schedule .section_ttl) {
    max-width: 450px !important;
  }
}
#meegre .section_inner .section_ttl {
  max-width: 650px;
}
#meegre .section_inner .section_ttl .ttl-img {
  max-width: 425px !important;
}
#meegre .section_inner .section_ttl .character-img-left {
  max-width: 200px !important;
}
#meegre .section_inner .content {
  padding: 50px 30px;
  background-color: #fff;
  margin-bottom: 60px;
}
#meegre .section_inner .content h3 {
  font-family: "M PLUS Rounded 1c", serif;
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 30px;
}
#meegre .section_inner h3.meegre_subttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
}
#meegre .section_inner h3.meegre_subttl .small {
  font-size: 25px;
}
.meegre_text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  #meegre .section_inner .section_ttl .character-img-left {
    min-width: 125px;
    top: -55px;
}
  .meegre_text {
    font-size: 14px;
  }
}
#meegre .content.cast {
  background: none;
}
#meegre .content.cast .cast_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 14px;
  margin-bottom: 20px;
}
#meegre .content.cast .cast_grid .cast_item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}
#meegre .content.cast .cast_grid .cast_item .cast_name {
  color: #000;
  text-align: center;
  font-size: min(2vw, 20px);
  font-weight: bold;
  padding-top: min(1vw, 15px);
}
#meegre .content.cast .cast_grid .cast_item.text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: end;
}
@media (max-width: 599px) {
  #meegre .content.cast .cast_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  #meegre .content.cast .cast_grid .cast_item .cast_name {
    font-size: 3.5vw;
  }
}
#meegre .content.about {
  margin-bottom: 0;
}
#meegre .content.about .meegre_text {
  text-align: left;
}
#meegre .coming-soon-container {
    max-width: 500px;
  margin: 0 auto;
}
#meegre img.coming-soon {
  width: 100%;

  object-fit: cover;

}