@charset "UTF-8";
#performanceDetail {
 background: #7ecef4;
 padding: 2.5% 0;
}
#performanceDetail .chocochip01 {
 display: block;
 width: 100vw;
 height: 100vh;
 background: url("../images/chocochip.png") repeat center center;
 background-size: contain;
 position: fixed;
 top: 0;
 left: 0;
 opacity: 0.5;
 z-index: 1;
}
#performanceDetail .inner {
 z-index: 5;
 border-radius: 0.8rem;
 overflow: hidden;
 max-width: 880px;
 padding: 1rem;
 background: #fff;
 text-align: left;
}
#performanceDetail .kv {
 overflow: hidden;
 z-index: 10;
 position: relative;
 border-radius: 0.8rem;
}
#performanceDetail .cardInner {
 padding: 2em;
}
#performanceDetail .date {
 display: flex;
 align-items: flex-end;
 line-height: 1;
 font-family: "JetBrains Mono", monospace;
}
#performanceDetail .day {
 font-size: 200%;
 position: relative;
 color: #06151B;
 display: block;
 text-align: left;
 white-space: nowrap;
 letter-spacing: 0;
 font-weight: bold;
 margin-bottom: -0.06em;
 margin-right: 1em;
}
#performanceDetail .day em {
 font-size: 50%;
 display: inline-block;
 font-weight: bold;
}
#performanceDetail .day small {
 font-weight: bold;
 font-size: 40%;
 display: inline-block;
 padding-left: 0.35em;
}
#performanceDetail .day small.blue {
 color: #405fd3;
}
#performanceDetail .day small.red {
 color: #D34074;
}
#performanceDetail .period {
 white-space: nowrap;
 letter-spacing: 0;
 font-size: 1.5rem;
 display: flex;
 color: #444;
}
#performanceDetail .period dl {
 margin-left: 1em;
}
#performanceDetail .period dl dt {
 font-size: 80%;
 font-weight: bold;
}
#performanceDetail .period dl dd {
 font-weight: bold;
 font-size: 120%;
}
#performanceDetail .ttl {
 display: block;
 font-size: 2.7rem;
 font-weight: bold;
 position: relative;
 letter-spacing: 0.035em;
 word-break: break-all;
 margin: 1em 0 0;
}
#performanceDetail .ttl span {
 display: inline;
 background-image: linear-gradient(90deg, rgba(255, 226, 130, 0.4), rgba(110, 237, 185, 0.4) 33%, rgba(170, 225, 242, 0.4) 66%, rgba(255, 180, 206, 0.4));
 padding: 0.25em 0;
 box-sizing: border-box;
}
#performanceDetail .ttl small {
 display: inline-block;
 font-size: 60%;
 font-weight: 400;
 padding: 0.45em 0;
 box-sizing: border-box;
}
#performanceDetail .lead {
 margin: 2.5em auto 0;
 padding-bottom: 1em;
}
#performanceDetail .lead p {
 margin-bottom: 1em;
 font-size: 1.5rem;
 font-weight: bold;
}
#performanceDetail .lead p:last-of-type {
 margin-bottom: 0;
}
#performanceDetail .price, #performanceDetail .cast, #performanceDetail .playguide {
 margin-top: 1.5em;
}
#performanceDetail .price dl dt, #performanceDetail .cast dl dt, #performanceDetail .playguide dl dt {
 margin-bottom: 0.5em;
}
#performanceDetail .price dl dt span, #performanceDetail .cast dl dt span, #performanceDetail .playguide dl dt span {
 color: #fff;
 background: #06151B;
 display: inline-block;
 padding: 0.35em 0.45em 0.25em;
 line-height: 1.1;
 font-size: 1.5rem;
}
#performanceDetail .cast dl dd span {
 display: inline-block;
 white-space: nowrap;
}
#performanceDetail .price dd {
 display: flex;
 align-items: baseline;
 font-size: 1.6rem;
 flex-wrap: wrap;
}
#performanceDetail .price dd > span {
 position: relative;
 white-space: nowrap;
 font-weight: bold;
}
#performanceDetail .price dd > span:after {
 content: "：";
}
#performanceDetail .price .caution {
 font-weight: normal;
}
#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-size: 2.0rem;
 position: relative;
 white-space: nowrap;
}
#performanceDetail .price dd strong:after {
 content: "/";
 display: inline-block;
 margin: 0 0.5em;
}
#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 .playguide dl dd .ticketType li {
 padding-top: 0.3em;
}
#performanceDetail .playguide dl dd .ticketType li dl {
 display: flex;
}
#performanceDetail .playguide dl dd .ticketType li dl dt {
 flex: 1 0 8.5em;
 max-width: 8.5em;
}
#performanceDetail .playguide dl dd .ticketType li dl dt span {
 background: #ececec;
 color: #333;
 padding: 0.4em 0.5em 0.3em;
 font-size: 90%;
}
#performanceDetail .playguide dl dd .ticketLink {
 display: flex;
 flex-wrap: wrap;
 margin: 1.5em 0 0;
}
#performanceDetail .playguide dl dd .ticketLink .btn {
 margin: 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;
}
#performanceDetail .playguide dl dd .ticketLink .btn a:after {
 border-color: transparent transparent #fff transparent;
 border-width: 0px 0px 0.6em 0.6em;
 opacity: 0.85;
 bottom: 3px;
 right: 3px;
}
#performanceDetail .playguide dl dd .ticketLink .btn.online a {
 background-color: #515ba0;
}
#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 {
 content: "SOLDOUT";
 font-size: 12px;
}
#performanceDetail .playguide .btn.soldOut em {
 font-size: 11px;
 letter-spacing: 0;
}
.announce {
 display: block;
 text-align: center;
 margin: 1em auto 0;
}
.announce p {
 display: inline-block;
 background: linear-gradient(90deg, rgba(248, 175, 84, 1) 0%, rgba(224, 43, 53, 1) 50%, rgba(189, 92, 155, 1) 100%);
 color: #fff;
 line-height: 1.4;
 padding: 1em 2em 0.8em;
 border-radius: 0.6rem;
 font-weight: bold;
}
.shopify-buy-frame {
 max-width: 100% !important;
}
.goods {
 margin-top: 1em;
}
@media screen and (max-width: 999px) {
 #performanceDetail {
  padding: 0;
 }
 #performanceDetail .inner {
  border-radius: 0;
  padding: 0 1.5rem;
 }
 #performanceDetail .inner:before {
  content: "";
  display: block;
  background: url("../images/chocochip.png") repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.15;
  pointer-events: none;
 }
 #performanceDetail .date {
  justify-content: space-between;
 }
 #performanceDetail .day {
  font-size: 170%;
 }
 #performanceDetail .kv {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-radius: 0;
 }
 #performanceDetail .cardInner {
  padding: 2em 0;
 }
 #performanceDetail .ttl {
  padding: 0em 0 0.5em;
 }
 #performanceDetail .lead {
  margin: 0 auto;
 }
 #performanceDetail .lead {
  padding: 0;
 }
 #performanceDetail .lead p {
  font-size: 1.4rem;
 }
 #performanceDetail .price, #performanceDetail .cast, #performanceDetail .playguide {
  margin-top: 1em;
 }
 #performanceDetail .ttl span {
  font-size: 2.1rem;
  line-height: 1.5;
 }
 #performanceDetail dl dt span {
  font-size: 1.5rem;
  max-width: 100%;
 }
 #performanceDetail dl dd {
  font-size: 1.4rem;
 }
 #performanceDetail .price dd strong {
  font-size: 1.5rem;
 }
 #performanceDetail .price dd strong:after {
  margin: 0 0.05em 0 0.15em;
 }
 #performanceDetail .price .priceTable dd {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.02em;
 }
 #performanceDetail .price dd > span {
  display: block;
  line-height: 1;
  margin: 0.5em 0 0.15em;
 }
 #performanceDetail .price dd > span:after {
  display: none;
 }
 #performanceDetail .price .caution {
  text-align: center;
 }
 #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.7rem);
  max-width: calc(50% - 0.7rem);
 }
 #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;
  padding: 1em 4rem 0.85em 1.25rem;
 }
 #performanceDetail .playguide p {
  font-size: 1.3rem;
 }
 #performanceDetail .playguide .ticket {
  font-size: 1.4rem;
 }
 #performanceDetail .note ul li {
  font-size: 1.2rem;
 }
}