@charset "utf-8";
/* CSS Document */

/*------------ EN TOP ------------*/
.btnTicket .-txt span{
  font-size: 2.4rem;  
}
.js-summary{
  cursor: pointer;
  list-style: none;
  position: relative;
  display: flex;
}

.listNews>li{
  display: block;
  font-size: 2.4rem;
}
.listNews__head{
  width: 100%;
}
.listNews__body{
  display: flex;
  justify-content: space-between;
  color: #3c3c3c;
}
.icon {
  display: block;
  position: relative;
  width: 17px;
  flex-shrink: 0;
  transform-origin: center 20%;
  transition: transform 0.4s;
  margin: 10px -20px 0;
}
  details.is-opened .icon {
    transform: rotate(180deg);
  }
  .icon::before,
  .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #0cb4e3;
  }
  .icon::before {
    left: 0;
    transform: rotate(45deg);
  }
  .icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  .js-content .content_inner {
    padding-block: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
  }
  .contentInner table {
    line-height: 1.7;
  }
  .contentInner table th {
    width: 10rem;
    vertical-align: top;
  }
  .contentArtists__body{
    font-size: 2.4rem;
    font-weight: 700;
    padding-block: 2.5rem 1rem;
  }
  .innnerBox h3{
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
        .innnerBox h3:first-of-type{
          margin-top: 0;
        }
  .innnerBox p{
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .innnerBox p+p {
    margin-top: 1em;
  }
  .innnerBox table{
    font-size: 1.8rem;
    line-height: 1.7;
  }
    .innnerBox table th{
      width: 10rem;
      vertical-align: top;
      font-weight: normal;
    }
  .innnerBox .bold{
    font-weight: bold;
  }
  .w100 img{
    width: 100%;
  }
  .contentNotis .notes{
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .notice_ttl{
    margin-top: 2rem;
  }
    .notice_ttl:first-of-type{
      margin-top: 0;
    }
  .notice_link{
    margin-top: 5rem;
  }
    .notice_link a{
      color: #0cb4e3;
    }
  .notice_red{
    color: #c80000;
    font-weight: bold;
  }
  .list-indent li::marker {
    content: "・";
    position: absolute;
  }
  .list-indent li {
    position: relative;
    left: 1.2rem;
    padding-left: 0;
    text-indent: 0;
    line-height: 1.7;
  }
  .price {
    font-size: 2.4rem !important;
    font-weight: bold;
}
  .btnTicket{
    color: #fff !important;
  }


  @media (max-width:768px) {
    .listNews__head{
      display: block;
    }
    .price {
      font-size: 3rem !important;
  }
    
  }