@charset "utf-8";
/* CSS Document */

/* 初期設定 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700,800,900&display=swap");

* {
  border: medium none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  outline: none;
}

@media (max-width: 480px) {
  * {
    font-size: 14px;
  }
}

strong {
  font-weight: bold;
}
img {
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
}
/*a:hover img, input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}*/

@media (max-width: 480px) {
  .is-pc {
    display: none;
  }
}

/* iOSでのデフォルトスタイルをリセット */
body {
  -webkit-text-size-adjust: 100%;
  background: #170d0b;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.mainimg {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  position: relative;
}

.mainimg__img {
  width: 100%;
}

.gnav {
  width: 100%;
  background-color: #c2366a;
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  position: sticky;
  top: 0;
}

.gnav ul {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
}

.gnav ul li a {
  font-size: 24px;
  font-weight: 700;
  color: #170d0b;
  line-height: 1em;
}

.gnav__sns {
  width: 40px;
}

@media (max-width: 640px) {
  .gnav ul {
    gap: 10px 20px;
  }
  .gnav ul li a {
    font-size: 14px;
  }
  .gnav__sns {
    width: 30px;
  }
}

.copy {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.copy__ib {
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
}

.comingsoon {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}

.h2Title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  color: #c2366a;
}
.h3Title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #c2366a;
}

@media (max-width: 767px) {
  .h2Title {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .h3Title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.newsList {
  max-width: 600px;
  width: 94%;
  margin: 0 auto;
}

.newsList__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.newsList__content time {
  font-size: 18px;
  display: block;
  width: 100px;
}

.newsList__content p,
.newsList__content a {
  display: block;
  font-size: 18px;
  width: calc(100% - 120px);
}

.eventTitle {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.eventPlace {
  text-align: center;
}

.eventPlace a {
  font-size: 30px;
  font-weight: 700;
}
.eventPlace a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.eventAddress {
  text-align: center;
  margin-bottom: 50px;
}

.eventDate {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.ticket__rakuten {
  text-align: center;
  margin-bottom: 50px;
}

.ticket__rakuten a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}

.performers__txt {
  text-align: center;
  font-size: 20px;
}

.intro__txt {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto 70px;
  text-align: justify;
}

.castList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  margin: 0 auto 70px;
  max-width: 1200px;
  width: 94%;
}

.castList__content {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.castList__img {
  width: 30%;
}

.castList__dl {
  width: 65%;
}

.castList__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.castList__detail {
  display: none;
}

@media (max-width: 767px) {
  .copy {
    font-size: 24px;
  }
  .castList__content {
    width: 100%;
  }
  .eventTitle {
    font-size: 28px;
  }

  .eventPlace a {
    font-size: 22px;
  }

  .eventAddress {
    margin-bottom: 30px;
  }

  .eventDate {
    font-size: 18spx;
  }
}
@media (max-width: 420px) {
  .castList__name {
    font-size: 16px;
  }
  .castList__img {
    width: 40%;
  }
  .castList__dl {
    width: 55%;
  }
}
