@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .only-sp {
    display: block;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639px) {
  .only-pc-tablet {
    display: none;
  }
}

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
}
@media screen and (max-width: 639px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: white;
  font-family: sans-serif;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  z-index: -2;
  font-size: 16px;
  font-weight: bold;
  background: dimgray;
}
@media screen and (max-width: 639px) {
  html body {
    font-size: 14px;
  }
}
html body:before {
  content: "";
  top: 0;
  background-image: url(../../../../../wp-content/uploads/2025/03/phadra-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  filter: opacity(0.5);
  background-position: top center;
  z-index: 0;
  position: fixed;
  width: 100vw;
  left: 0;
  min-height: 120lvh;
  min-height: 120vh;
  height: 120vh;
  transform: translate3d(0, 0, -1px);
}
@media screen and (max-width: 1023px) {
  html body:before {
    top: -30px;
  }
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html body::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 67%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  pointer-events: none;
  position: fixed;
}
html .h2-title {
  font-size: 40px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  html .h2-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 639px) {
  html .h2-title {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
html .h2-title:after {
  display: block;
  background-color: #ab1818;
  margin: 1rem auto 4rem auto;
  width: 150px;
  height: 3px;
}
@media screen and (max-width: 639px) {
  html .h2-title:after {
    margin: 1rem auto 3rem auto;
  }
}
html h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html h3 {
    font-size: 1.3rem;
  }
}
html h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  html .smaller-text p {
    font-size: 0.8rem;
  }
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
@media screen and (max-width: 639px) {
  html .pc-tab-pnly {
    display: none;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 639px) {
  html .sp-only {
    display: inherit;
  }
}
html .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: white;
  background-color: #ab1818;
  display: block;
  margin: auto;
  padding: 15px 20px;
  min-width: 270px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
}
html .btn a i {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
html .btn a i:before {
  font-weight: bold !important;
}
html .btn a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
html a {
  color: white;
  text-decoration: underline;
}
html a:hover {
  text-decoration: none;
}

.l-container {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 639px) {
  .l-container {
    margin-top: 60px;
  }
}
.l-container .l-contents {
  margin: auto;
  z-index: 1;
  width: 100%;
}
.l-container .l-contents section {
  padding: 7rem 0;
}
@media screen and (max-width: 639px) {
  .l-container .l-contents section {
    padding: 4rem 0;
  }
}
.l-container .l-contents section .section-inner {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
.l-container .l-contents section:first-of-type {
  padding-top: 0;
}
.l-container .l-contents .footer {
  margin: 5rem 0;
  padding-bottom: 5rem;
}
.l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
    font-size: 0.9rem;
  }
}

.top-section .main-img {
  width: 100%;
  max-width: 650px;
  margin-bottom: 7rem;
}
@media screen and (max-width: 639px) {
  .top-section .main-img {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}
.top-section .ticket-info h3:after {
  content: "";
  display: block;
  background-color: #ab1818;
  margin: 1rem auto 3rem auto;
  width: 150px;
  height: 3px;
}
@media screen and (max-width: 639px) {
  .top-section .ticket-info h3:after {
    margin: 0.5rem auto 2rem auto;
  }
}
.top-section .ticket-info .title {
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  .top-section .ticket-info .title {
    font-size: 1.1rem;
  }
}
.top-section .top-information {
  margin-top: 5rem;
}
@media screen and (max-width: 639px) {
  .top-section .top-information {
    margin-top: 0rem;
  }
}
.top-section .top-information .title-outer .title-1 {
  font-size: 1.4rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .top-section .top-information .title-outer .title-1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-section .top-information .title-outer .title-1 {
    font-size: 1.1rem;
    margin-bottom: 4rem;
  }
}
.top-section .top-information .days {
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .top-section .top-information .days {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-section .top-information .days {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.top-section .top-information .location {
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-section .top-information .location {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-section .top-information .location {
    font-size: 1.1rem;
    margin-bottom: 5rem;
  }
}
.top-section .top-information .script-name-outer {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .top-section .top-information .script-name-outer {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.top-section .top-information .script-name-outer .script-name {
  display: table;
  font-size: 1.6rem;
  margin: 0 2rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .top-section .top-information .script-name-outer .script-name {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-section .top-information .script-name-outer .script-name {
    font-size: 1.3rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    height: 60px;
  }
}
.top-section .top-information .script-name-outer .script-name span {
  display: table-cell;
  vertical-align: middle;
  line-height: 45px;
}
.top-section .top-information .script-name-outer .script-name span.role {
  font-size: 1rem;
  padding-right: 10px;
}
@media screen and (max-width: 639px) {
  .top-section .top-information .script-name-outer .script-name span.role {
    font-size: 0.9rem;
    padding-right: 10px;
  }
}
.top-section .top-information .script-name-outer.cast {
  margin-top: 3rem;
}
.top-section .top-information .period-outer {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  .top-section .top-information .period-outer {
    display: block;
  }
}
.top-section .top-information .period-outer .performance-period {
  margin-top: 3rem;
}
.top-section .top-information .period-outer .performance-period .city {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .top-section .top-information .period-outer .performance-period .city {
    font-size: 1rem;
  }
}
.top-section .top-information .period-outer .performance-period .locate {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .top-section .top-information .period-outer .performance-period .locate {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .top-section .top-information .period-outer .performance-period .locate {
    font-size: 0.9rem;
  }
}
.top-section .top-information .period-outer .performance-period .facility {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .top-section .top-information .period-outer .performance-period .facility {
    font-size: 1rem;
  }
}
.top-section .top-information .time-h {
  margin-top: 5rem;
}
.top-section .top-information .time-h p {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .top-section .top-information .time-h p {
    font-size: 1rem;
  }
}

#tickets h3 {
  letter-spacing: 3px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 639px) {
  #tickets h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
#tickets h3:after {
  content: "";
  display: block;
  background-color: #ab1818;
  margin: 0.5rem auto 2rem auto;
  width: 150px;
  height: 3px;
}
#tickets h4 {
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  #tickets h4 {
    font-size: 1.2rem;
  }
}
#tickets h5 {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  #tickets h5 {
    font-size: 1.1rem;
  }
}
#tickets .attention {
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  #tickets .attention {
    font-size: 0.9rem;
  }
}
#tickets .ticket-location {
  position: relative;
}
#tickets .ticket-location:after {
  background-color: white;
}
#tickets .group {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639px) {
  #tickets .group {
    margin-bottom: 5rem;
  }
}
#tickets .group .group-sponsored {
  margin-top: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  #tickets .group .group-sponsored {
    font-size: 0.9rem;
  }
}
#tickets .group .ticket-price__outer.mito {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
}
#tickets .group .ticket-price__outer.mito .ticket-price {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: right;
  display: flex;
  justify-content: end;
}
#tickets .group .ticket-price__outer.mito .ticket-price span {
  display: table-cell;
  vertical-align: middle;
  line-height: 35px;
}
#tickets .group .ticket-price__outer.mito .ticket-price .area {
  font-size: 1rem;
}
#tickets .group .ticket-price__outer.mito .ticket-price .price {
  font-size: 1.3rem;
}
#tickets .group .content__outer {
  margin-top: 5rem;
}
#tickets .group .content__outer ul {
  padding-left: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#tickets .group .content__outer ul li {
  position: relative;
  margin-bottom: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer ul li {
    margin-bottom: 10px;
    line-height: 20px;
  }
}
#tickets .group .content__outer ul li:before {
  display: inline-block;
  position: absolute;
  left: -20px;
}
#tickets .group .content__outer.day p {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.day p {
    font-size: 1rem;
  }
}
#tickets .group .content__outer.day p span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.day p span {
    letter-spacing: 0;
  }
}
#tickets .group .content__outer.day .btn-outer__frame {
  margin-top: -0.5rem;
}
#tickets .group .content__outer.day .btn-outer__frame .btn-outer .btn {
  margin-top: 1rem;
}
#tickets .group .content__outer.day .btn-outer__frame .btn-outer .period {
  font-size: 0.9rem;
  line-height: 22px;
}
#tickets .group .content__outer.day .text-day-web {
  margin-top: 4rem;
}
#tickets .group .content__outer.kind .name {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.kind .name {
    font-size: 1rem;
  }
}
#tickets .group .content__outer.kind ul li {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.kind ul li {
    font-size: 0.9rem;
  }
}
#tickets .group .content__outer.kind ul li:before {
  content: "◎";
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.attention {
    margin-top: 3rem;
  }
}
#tickets .group .content__outer.attention ul li:before {
  content: "※";
}
#tickets .group .content__outer.facility .name {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.facility .name {
    font-size: 1rem;
  }
}
#tickets .group .content__outer.facility .name span {
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.facility .name span {
    font-size: 0.9rem;
  }
}
#tickets .group .content__outer.facility .tel {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.facility .tel {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639px) {
  #tickets .group .content__outer.facility .address {
    font-size: 0.9rem;
  }
}
#tickets .group .content__outer.facility .btn {
  margin-top: 1rem;
}
#tickets .group .content__outer.sponsored .group-sponsored {
  margin-top: 2rem;
}
#tickets .group .content__outer.sponsored .group-sponsored span {
  white-space: nowrap;
}
#tickets .group:last-of-type {
  margin-bottom: 0;
}
#tickets .ticket-table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
#tickets .ticket-table tr {
  height: 35px;
}
@media screen and (max-width: 639px) {
  #tickets .ticket-table tr th,
  #tickets .ticket-table tr td {
    width: 100%;
    display: block;
  }
}
#tickets .ticket-table tr th {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 639px) {
  #tickets .ticket-table tr th {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#tickets .ticket-table tr td {
  text-align: left;
}
@media screen and (max-width: 639px) {
  #tickets .ticket-table tr td {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}

#leaflet .leaflet__group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  #leaflet .leaflet__group {
    flex-direction: column;
    align-items: center;
  }
}
#leaflet .leaflet__group .leaflet__outer {
  width: calc((100% - 20px) / 2);
  max-width: 450px;
  width: 100%;
  justify-content: center;
}
#leaflet .leaflet__group .leaflet__outer:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  #leaflet .leaflet__group .leaflet__outer:first-child {
    margin-right: 0;
  }
}
#leaflet .btn.leaflet {
  margin-top: 0;
}
#leaflet .btn.leaflet a {
  width: 350px;
}
#leaflet .btn.leaflet a i {
  font-size: 1.5rem;
  line-height: 1rem;
}

.article-outer {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639px) {
  .article-outer {
    margin-bottom: 4rem;
  }
}
.article-outer .lp-article {
  max-width: 900px;
  margin: auto;
  margin-top: 1rem;
  border-bottom: dashed 2px #606060;
  padding-bottom: 10px;
}
.article-outer .lp-article time {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .article-outer .lp-article time {
    font-size: 0.8rem;
  }
}
.article-outer .lp-article h3 {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .article-outer .lp-article h3 {
    font-size: 1rem;
  }
}
.article-outer .lp-article .content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .article-outer .lp-article .content p {
    font-size: 0.9rem;
  }
}

#cast .cast-pictures__ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #cast .cast-pictures__ul {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
#cast .cast-pictures__ul .cast-pictures__li {
  margin-bottom: 5rem;
}
#cast .cast-pictures__ul .cast-pictures__li .cast-pictures__img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 220px;
  margin-top: 12px;
}
#cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role,
#cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role,
  #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
    font-size: 1.2rem;
  }
}
#cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role {
  margin-bottom: 0;
  line-height: normal;
}
#cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
  margin-top: 15px;
  line-height: 1.3rem;
  margin-bottom: 0;
  margin-top: 15px;
}

#schedule .performance__outer {
  margin-top: 7rem;
}
#schedule .performance__outer:first-of-type {
  margin-top: 0;
}
#schedule .performance__outer h3:after {
  content: "";
  display: block;
  background-color: #ab1818;
  margin: 0.5rem auto 2rem auto;
  width: 150px;
  height: 3px;
}
#schedule .performance__outer .information__contact {
  margin-top: 2rem;
}
#schedule .performance__outer .information__contact .title {
  margin-bottom: 5px;
}
#schedule .performance__outer .information__contact .content {
  line-height: 1.4;
}
#schedule .performance__outer .information__contact .role {
  line-height: 1.5;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
#schedule .performance__outer .information__contact .role .name {
  display: block;
}
#schedule .schedule-title {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  #schedule .schedule-title {
    font-size: 1rem;
  }
}
#schedule .schedule-loc {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  #schedule .schedule-loc {
    font-size: 1rem;
  }
}
#schedule .time-table__outer {
  max-width: 700px;
  margin: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer {
    margin-top: 2rem;
  }
}
#schedule .time-table__outer .time-table {
  width: 100%;
}
#schedule .time-table__outer .time-table tr th {
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
  line-height: 25px;
  height: 70px;
  width: 20%;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer .time-table tr th {
    font-size: 0.85rem;
    height: 45px;
  }
}
#schedule .time-table__outer .time-table tr td {
  text-align: center;
  border: 1px solid white;
  vertical-align: middle;
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer .time-table tr td {
    font-size: 1rem;
  }
}
#schedule .time-table__outer .time-table tr td i {
  font-size: 18px;
  position: relative;
  margin-left: 5px;
}
#schedule .time-table__outer .time-table tr td i.bi-star-fill {
  font-size: 22px;
}
#schedule .time-table__outer .time-table tr td .rest-test {
  letter-spacing: 5px;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer .time-table tr td .rest-test {
    font-size: 0.9rem;
  }
}
#schedule .time-table__outer .time-table tr.header-title {
  font-size: 0.9rem;
}
#schedule .time-table__outer .time-table tr.header-title th {
  height: 40px;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer .time-table tr.header-title th {
    height: 60px;
  }
}
#schedule .time-table__outer .time-table tr.header-title td {
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer .time-table tr.header-title td {
    font-size: 14px;
    line-height: 1.3;
  }
}
#schedule .time-table__outer .table-outer-comment {
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__outer .table-outer-comment {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
}
#schedule .time-table__outer .table-text {
  margin-top: 30px;
}
#schedule .time-table__group {
  margin-top: 3rem;
  text-align: left;
}
#schedule .time-table__group.tickets {
  margin-top: 4rem;
}
#schedule .time-table__group.tickets .title {
  margin-bottom: 1.5rem;
}
#schedule .time-table__group.tickets .btn__outer .btn {
  margin-top: 1rem;
}
#schedule .time-table__group.tickets .btn__outer .btn a {
  text-align: center;
}
#schedule .time-table__group.tickets .btn__outer .details {
  text-align: center;
  font-size: 0.85rem;
  height: 25px;
}
#schedule .time-table__group.attention ul {
  padding-left: 20px;
  max-width: 650px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#schedule .time-table__group.attention ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__group.attention ul li {
    line-height: 23px;
    letter-spacing: 0.5px;
  }
}
#schedule .time-table__group.attention ul li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: -20px;
}
#schedule .time-table__group .title {
  margin-bottom: 0px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__group .title {
    font-size: 1rem;
  }
}
#schedule .time-table__group .title span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 639px) {
  #schedule .time-table__group .title span {
    font-size: 0.9rem;
  }
}
#schedule .detail {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
#schedule .detail li {
  margin-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 639px) {
  #schedule .detail li {
    line-height: 20px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 0.9rem;
  }
}
#schedule .detail li .text-break {
  display: none;
}
@media screen and (max-width: 639px) {
  #schedule .detail li .text-break {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  #schedule .detail li span {
    display: none;
  }
}
#schedule .bi-circle-fill {
  color: #D81423;
}

#goods .goods-img-outer {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  #goods .goods-img-outer {
    display: block;
  }
}
#goods .goods-img-outer .img-outer {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  #goods .goods-img-outer .img-outer {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#goods .goods-img-outer .img-outer img {
  max-height: 520px;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  #goods .goods-img-outer .img-outer img {
    max-height: 350px;
  }
}
@media screen and (max-width: 639px) {
  #goods .goods-img-outer .img-outer img {
    width: 80%;
    max-height: inherit;
  }
}
#goods .goods-img-outer .goods-text {
  font-size: 1.3rem;
  line-height: 1.4;
}
#goods .goods-img-outer .goods-text span {
  font-size: 1rem;
}
#goods .goods-img-outer .goods-sold {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0px 25px;
  background-color: #E0348C;
}
#goods .goods-description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  #goods .goods-description {
    text-align: left;
  }
}
#goods .goods-soundtrack-outer {
  border-top: 1px dashed white;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  margin-top: 2rem;
}
#goods .goods-soundtrack-outer p {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  #goods .goods-soundtrack-outer p {
    font-size: 1rem;
  }
}
#staff .staff-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 670px;
  margin: auto;
  justify-content: center;
}
#staff .staff-ul .staff-li {
  margin-bottom: 3rem;
  width: 50%;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
#staff .staff-ul .staff-li .rolename {
  margin-bottom: 2px;
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li .rolename {
    margin-bottom: 3px;
    font-size: 0.8rem;
  }
}
#staff .staff-ul .staff-li .staffname {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li .staffname {
    font-size: 1rem;
  }
}
#staff .staff-ul .staff-li .title {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}
#staff .staff-ul .staff-li.no-5, #staff .staff-ul .staff-li.no-6, #staff .staff-ul .staff-li.no-7, #staff .staff-ul .staff-li.no-8, #staff .staff-ul .staff-li.no-9, #staff .staff-ul .staff-li.no-10, #staff .staff-ul .staff-li.no-11, #staff .staff-ul .staff-li.no-12 {
  width: 25%;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li.no-5, #staff .staff-ul .staff-li.no-6, #staff .staff-ul .staff-li.no-7, #staff .staff-ul .staff-li.no-8, #staff .staff-ul .staff-li.no-9, #staff .staff-ul .staff-li.no-10, #staff .staff-ul .staff-li.no-11, #staff .staff-ul .staff-li.no-12 {
    width: 100%;
  }
}
#staff .staff-ul .staff-li.no-13, #staff .staff-ul .staff-li.no-14, #staff .staff-ul .staff-li.no-15 {
  width: 33.3333333333%;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li.no-13, #staff .staff-ul .staff-li.no-14, #staff .staff-ul .staff-li.no-15 {
    width: 100%;
  }
}
#staff .staff-ul .staff-li.no-13 .staffname {
  letter-spacing: 0px;
}
#staff .staff-ul .staff-li.sponsored {
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li.sponsored {
    margin-top: 0;
  }
}
#staff .staff-ul .staff-li.sponsored .rolename {
  margin-bottom: 5px;
}
#staff .staff-ul .staff-li.sponsored .staffname {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639px) {
  #staff .staff-ul .staff-li.sponsored .staffname {
    line-height: 1.5;
  }
}

#attention h3 {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 639px) {
  #attention h3 {
    margin-bottom: 3rem;
  }
}
#attention h3:after {
  content: "";
  display: block;
  background-color: #ab1818;
  margin: 0.5rem auto 2rem auto;
  width: 150px;
  height: 3px;
}
#attention p {
  text-align: left;
}
@media screen and (max-width: 639px) {
  #attention p {
    font-size: 14px;
  }
}

#access .access__outer.mito {
  margin-top: 8rem;
}
#access .access-h3 {
  position: relative;
}
#access .access-h3:after {
  content: "";
  display: block;
  background-color: #ab1818;
  margin: 0.5rem auto 2rem auto;
  width: 150px;
  height: 3px;
}
#access .facility-name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 639px) {
  #access .facility-name {
    font-size: 1.3rem;
  }
}
#access .facility-name img {
  width: 230px;
}
@media screen and (max-width: 639px) {
  #access .facility-name img {
    width: 180px;
  }
}
#access .facility-access {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
#access .btn {
  margin-bottom: 2rem;
}
#access iframe {
  width: 100%;
  margin-top: 1rem;
}
#access .mito .facility-access {
  text-align: left;
  max-width: 600px;
  font-size: 0.9rem;
  width: 100%;
}

#twitter .c-container {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 639px) {
  #contact p {
    font-size: 1rem;
  }
}

#comment .comment-outer {
  margin-top: 8rem;
}
@media screen and (max-width: 639px) {
  #comment .comment-outer {
    margin-top: 6rem;
  }
}
#comment .comment-outer:first-of-type {
  margin-top: 2rem;
}
#comment .comment-outer.cast-outer h3.name {
  margin-bottom: 0;
}
#comment .comment-outer .text-outer {
  max-width: 671px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top: 1.5rem;
}
#comment .comment-outer .text-outer p {
  text-align: left;
}
#comment .comment-outer .text-outer p span {
  white-space: nowrap;
}

/*=====================メニュー用のCSS*/
.lp-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 100vw;
  box-shadow: none;
  padding: 0 30px 0 30px;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 639px) {
  .lp-header {
    height: 50px;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
.lp-header .banner-area {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area a.lp-header-logo__outer {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .lp-header .banner-area a.lp-header-logo__outer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area a.lp-header-logo__outer {
    margin-top: 10px;
  }
}
.lp-header .banner-area a.lp-header-logo__outer h1 .lp-header-logo {
  height: 70px;
  margin-bottom: 0;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .lp-header .banner-area a.lp-header-logo__outer h1 .lp-header-logo {
    height: 55px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area a.lp-header-logo__outer h1 .lp-header-logo {
    height: 45px;
    margin-top: 10px;
  }
}
.lp-header #navArea {
  z-index: 101;
}
.lp-header nav {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.lp-header nav .inner {
  padding: 25px 10px 25px 10px;
}
.lp-header nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.lp-header nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: none;
  text-transform: uppercase;
}
.lp-header nav .inner ul li a {
  display: block;
  color: white;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -320px;
    width: 320px;
  }
}
.lp-header .toggle_btn {
  position: fixed;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 575px) {
  .lp-header .toggle_btn {
    right: 10px;
  }
}
.lp-header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ab1818;
}
.lp-header .toggle_btn span:nth-child(1) {
  top: 4px;
}
.lp-header .toggle_btn span:nth-child(2) {
  top: 14px;
}
.lp-header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.lp-header #mask {
  display: none;
  transition: all 0.5s;
}
.lp-header .open nav {
  left: 0;
  opacity: 1;
  background-color: #ab1818;
}
.lp-header .open .toggle_btn span {
  background-color: #ab1818;
}
.lp-header .open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.lp-header .open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.lp-header .open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
.lp-header .open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */