@charset "UTF-8";
#performanceDetail {
 position: relative;
 padding: 5% 0;
 background-image: radial-gradient(#ffd84d 3px, transparent 3px), radial-gradient(#ffd84d 3px, transparent 3px);
 background-size: 22px 22px;
 background-position: 0 0, 11px 11px;
 background-color: #ffe445;
}
#performanceDetail .sheet {
 background: #fff;
 position: relative;
 padding: 5%;
 text-align: left;
}
#performanceDetail .kv {
 overflow: hidden;
 z-index: 10;
 position: relative;
}
#performanceDetail .date {
font-size: 2.4rem;
    position: relative;
    background: #00ab75;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    padding: 0.2em 0.5em 0.25em;
    margin: 0 auto 0 0;
    text-align: left;
    border-radius: 3px;
}

#performanceDetail .date small {
 background: #fff;
    color: #00ab75;
    border-radius: 50%;
    padding: 0.11em 0.1em 0.13em 0.15em;
    font-weight: bold;
    line-height: 1;
    font-size: 100%;
    text-align: center;
    display: inline-block;
   margin-left: 0.2em;
}

#performanceDetail .day small {
 background: #fff;
 color: #e50012;
 border-radius: 50%;
 padding: 0.1em 0.1em 0.1em 0.15em;
 font-weight: bold;
 line-height: 1;
 font-size: 100%;
 text-align: center;
 display: inline-block;
 margin-left: -0.15em;
}

#performanceDetail .ttl {
 text-align: left;
 display: block;
 font-size: 3.2rem;
 font-weight: 700;
 position: relative;
}
#performanceDetail .ttl small {
 display: block;
 font-size: 60%;
 font-weight: normal;
}
#performanceDetail .lead {
 margin: 3.5rem auto 0;
}
#performanceDetail .lead p {
 margin-bottom: 0.35em;
 font-weight: 500;
}
#performanceDetail .lead p:last-of-type {
 margin-bottom: 0;
}
#performanceDetail .yt {
 overflow: hidden;
 width: 80%;
 padding-top: calc(56.25% * 0.8);
 margin: 4.5rem auto 0;
 border: solid 6px #fcc92c;
 border-radius: 4px;
}

#performanceDetail dl {
 margin: 2.5rem 0 0;
 text-align: left;
}
#performanceDetail dl dt span {
 background: #e94820;
 display: inline-block;
 line-height: 1;
 padding: 0.35em 1.5em;
 font-size: 2rem;
 letter-spacing: 0.05em;
 width: 8em;
 text-align: center;
 white-space: nowrap;
 font-family: 'Londrina Solid', sans-serif;

    font-weight: normal;
    color: #fff;
}
#performanceDetail dl dd {
 font-weight: bold;
 word-break: keep-all;
 padding-top: 1.5rem;
 font-size: 1.6rem;
}
#performanceDetail .cast dl dd span {
 display: inline-block;
 white-space: nowrap;
}
#performanceDetail .price dd {
 display: flex;
 align-items: center;
 font-size: 1.6rem;
}
#performanceDetail .price dd.noflex {
 display: block;
}
#performanceDetail .price dd.noflex h4 {
 font-weight: bold;
 margin: 1.5rem auto 0;
 font-size: 1.5rem;
}
#performanceDetail .price dd strong {
 font-weight: bold;
 font-size: 2.2rem;
 position: relative;
 white-space: nowrap;
}
#performanceDetail .price dd strong:after {
 content: "/";
 display: inline-block;
 margin: 0 1rem;
}
#performanceDetail .price dd.noflex strong:after {
 display: none;
}
#performanceDetail .price dd strong:last-of-type:after {
 display: none;
}
#performanceDetail .price dd strong em {
 display: inline-block;
 font-size: 70%;
 padding: 0 0.2em;
}
#performanceDetail .price dd .abNote {
 font-size: 1.3rem;
 position: absolute;
 bottom: -1.1em;
 left: 0;
 right: 0;
 margin: 0 auto;
}
#performanceDetail .price p {
 font-weight: bold;
}
#performanceDetail .playguide dl dd .ticketLink {
 display: block;
 display: flex;
 flex-wrap: wrap;
}
#performanceDetail .playguide dl dd .ticketLink .btn {
 padding: 0 0.35rem 0.5em;
 position: relative;
 text-align: center;
 font-weight: bold;
}
#performanceDetail .playguide dl dd .ticketLink .btn > em {
 display: block;
 line-height: 1;
 font-weight: normal;
}
#performanceDetail .playguide dl dd .ticketLink .btn a {
 font-size: 1.5rem;
 box-shadow: none;
 min-width: 6em;
}
#performanceDetail .playguide p {
 padding-top: 1rem;
}

#performanceDetail .playguide .ticket {
 font-size: 1.6rem;
 font-weight: bold;
 text-align: left;
 margin-bottom: 1em;
}
#performanceDetail .playguide .ticket em {
 font-weight: normal;
 display: block;
 padding: 0.3em 0 0 ;
}
#performanceDetail .playguide .ticket.disable {
 opacity: 0.5;
}
#performanceDetail .playguide .btn.soldOut:before {
 transform: translateY(0);
 top: 0.78em;
 content: "入場チケット SOLDOUT";
 font-size: 12px;
}
#performanceDetail .playguide .btn.soldOut em {
 font-size: 11px;
 letter-spacing: 0;
}
#performanceDetail .playguide dd {
 text-align: center;
}
@media screen and (max-width: 999px) {
 #performanceDetail {
  padding: 0 0 5%;
 }
 #performanceDetail .inner {
  padding: 0;
 }
 #performanceDetail .sheet {
  padding: 1.5em 1.5rem;
  background: none;
 }
 #performanceDetail .date {
font-size: 1.9rem;
  margin: 0 auto;
  display: block;
 text-align: center;
}
 #performanceDetail .ttl {
font-size: 2.8rem;
  padding: 1.5rem 0 0;
  text-align: center;
 }

 #performanceDetail .lead {
margin: 1.5em 0 0;
 }
 #performanceDetail .lead p {
  font-size: 1.4rem;
 }
 #performanceDetail .yt {
  width: 100%;
  padding-top: calc(56.25% * 0.97);
  margin: 2.5rem auto 0;
  border: solid 4px #fcc92c;
  border-radius: 3px;
 }
 #performanceDetail dl {
  margin: 2.5rem auto 0;
  text-align: center;
 }
 #performanceDetail dl dt {
  margin: 0 auto;
  display: block;
  text-align: center;
 }
 #performanceDetail dl dt span {
  padding: 0.5em 1.5rem;
  font-size: 1.5rem;
  max-width: 100%;
 }
 #performanceDetail dl dd {
  padding-top: 1.5rem;
  font-size: 1.4rem;
 }
 #performanceDetail .price dd strong {
  font-size: 1.6rem;
 }
 #performanceDetail .price dd strong:after {
  margin: 0 0.75rem;
 }
 #performanceDetail .price dd {
  justify-content: center;
 }
 #performanceDetail .price dd.noflex {
  text-align: center;
 }
 #performanceDetail .price dd.noflex h4 {
 text-align: center;
}

 #performanceDetail .price dd .abNote {
  font-size: 1.0rem;
 }
 #performanceDetail .playguide dd .btn a {
  font-size: 1.4rem;
 }
 #performanceDetail .playguide dl dd .ticketLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 #performanceDetail .playguide dl dd .ticketLink .btn {
  flex: 1 0 calc(50% - 0.25rem);
  max-width: calc(50% - 0.25rem);
 }
 #performanceDetail .playguide dl dd .ticketLink .btn > em {
  padding-top: 0.5em;
 }
 #performanceDetail .playguide dl dd .ticketLink .btn a {
  display: block;
  font-size: 1.4rem;
  box-shadow: none;
 }
 #performanceDetail .playguide p {
  font-size: 1.3rem;
 }
 #performanceDetail .playguide .ticket {
  font-size: 1.4rem;
  text-align: center;
 }
 #performanceDetail .note ul li {
  font-size: 1.2rem;
 }

}