

.l-accordion input {
  display: none;
}



@media(max-width:767px){

.city{
border: 1px #fff solid;
padding: 4%;
}


.accessbtn {
    position: relative;
    background-color: #ad0003;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #fff !important;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 50px;
font-family: shippori-mincho-b1, sans-serif;
}
}

@media(min-width:767px){
.city{
border: 1px #fff solid;
padding: 1% 0;
width: 50%;
margin: 0 auto;
}

.accessbtn {
    position: relative;
    background-color: #ad0003;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #fff !important;
    width: 70px;
    height: 30px;
    margin-top: 5px;
    line-height: 45px;
font-family: shippori-mincho-b1, sans-serif;
}
.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: #000;
    font-weight: normal;
    padding: 16px 0 10px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    opacity: 1;
    filter: blur(0);
    transition: opacity 1s ease, filter 1s ease;
    font-family: 'english';
    letter-spacing: 1px;
}



.l-accordion .l-accordion-switch::before, .l-accordion .l-accordion-switch::after {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 3px;
    background: #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.l-accordion .l-accordion-switch::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-switch::after {
  transform: rotate(0);
  transition: 0.5s;
}


.l-accordion .l-accordion-inside {
    height: 0;
    opacity: 0;
    transition: 0.5s;
    line-height: 25px;
    padding-top: 0;
    pointer-events: none;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 0;
}


.l-accordion .l-accordion-inside p{
    padding-top: 15px;
}

.l-accordion input:checked~.l-accordion-inside {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
}



@media(max-width:767px){
.l-accordion .l-accordion-inside p{
    padding-top: 15px;
}

.l-accordion .l-accordion-inside {
    color: #fff;
    font-size: 14px;
    text-align: left;
}



.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: #000;
    font-weight: normal;
    padding: 12px 0 8px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    opacity: 1;
    filter: blur(0);
    transition: opacity 1s ease, filter 1s ease;
    font-family: 'english';
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
}


.l-accordion .l-accordion-switch::before,
.l-accordion .l-accordion-switch::after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 3px;
  background: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: 'english';
}

.l-accordion .l-accordion-switch::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-switch::after {
  transform: rotate(0);
  transition: 0.5s;
}


.l-accordion .l-accordion-inside {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  line-height: 20px;
  padding-top: 0;
  pointer-events: none;
}

.l-accordion input:checked~.l-accordion-inside {
  height: auto;
  opacity: 1;
}

}







@media(min-width:767px){
  
  /* COMMENTSセクション */
  section#schedule .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 80px;
    text-align: center;
  }
  #schedule {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
    background-image: url("../img/asfalt-light.png");
    color: #fff;
  }
  .schedule-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #schedule h2 {
    margin: 0 auto 80px;
  }
  #schedule h5 {
    font-size: 50px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  #schedule h5.left {
    font-size: 40px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
  }
  #schedule h6 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  #schedule h6.left {
    font-size: 18px;
    text-align: left;
  }
  #schedule .left-box {
    float: left;
    width: 64%;
  }
  #schedule .right-box {
    float: right;
    width: 30%;
  }
  #schedule .right-box img {
    width: 100%;
  }
  #schedule .left-box2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  #schedule .right-box2 {
    float: right;
    width: 55%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 1px solid #CCCCCC;
  }
  #schedule h3 {
    padding: 0 3em;
    display: inline-block;
    line-height: 2em !important;
    font-weight: 600 !important;
    background: #000;
    color: #b2b1b1 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-bottom: 15px;
  }
  #schedule h4 {
    font-size: 24px;
  }
  #schedule p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 0;
    text-align: justify;
  }
  .box.comment {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .box.comment.animate {
    opacity: 1;
    filter: blur(0);
  }



.table_001 {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-collapse: collapse;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.table_001 th {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
}

.table_001 td {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
}

  #schedule_table{display: block;}
  #schedule_table_sp{display: none;}

}




@media(max-width:767px){


  #schedule_table_sp{display: block;}
  #schedule_table{display: none;}
  
  /* scheduleセクション */
  section#schedule .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
  }
  #schedule {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
    background-image: url("../img/asfalt-light.png");
    color: #fff;
  }
  .schedule-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #schedule h2 {
    margin: 0 auto 80px;
  }
  #schedule h5 {
    font-size: 50px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  #schedule h5.left {
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
  }
  #schedule h6 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  #schedule h6.left {
    font-size: 16px;
    text-align: center;
  }
  #schedule .left-box {
    float: right;
    width: 100%;
  }
  #schedule .right-box {
    float: left;
    width: 100%;
    text-align: center;
  }
  #schedule .right-box img {
    width: 70%;
    margin: 0 auto;
  }
  #schedule .left-box2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  #schedule .right-box2 {
    float: right;
    width: 55%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 1px solid #CCCCCC;
  }

  .box.comment {
    display: flex;
    flex-direction: column;
  }
  /* ヘッダー部分はそのまま先頭に表示 */
  .box.comment > h5,
  .box.comment > h6 {
    order: 0;
    width: 100%;
  }
  /* right-box を left-box の前に表示 */
  .box.comment > .right-box {
    order: 1;
    width: 100%;
    /* floatを解除 */
    float: none;
    margin-bottom: 40px;
  }
  .box.comment > .left-box {
    order: 2;
    width: 100%;
    /* floatを解除 */
    float: none;
  }

#schedule h3 {
    padding: 0;
    /* display: inline-block; */
    line-height: 2em !important;
    font-weight: 600 !important;
    background: #000;
    color: #b2b1b1 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-bottom: 15px;
    /* margin: 0 auto; */
    text-align: center !important;
}
  #schedule h4 {
    font-size: 24px;
  }
  #schedule p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 0;
    text-align: justify;
  }



.table_001sp  {
width: 80%;
margin:0px auto 0px auto;
padding:0px;
border-collapse:collapse;
border-top:1px solid #fff;
border-right:1px solid #fff;
border-left:0px solid #fff;
border-bottom:0px solid #fff;
font-size:13px;
    font-family: "source-han-sans-japanese", sans-serif;

    font-weight: 400;
    font-style: normal;
}



.table_001sp th {
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
padding-left:4px;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
color:#fff;
font-size: 13px;
}


.table_001sp td {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
}
}

.x2{font-weight: normal;}
.x3{font-weight: bold;}
.x6{text-align: center; vertical-align: middle;}

.blue{
  color: #87a4e1 !important;
}

.darkblue{
  color: #3558a2 !important;
}

.pink{
  color: #fea9ad !important;
}

.red{
  color: #ad0003;
}


@media screen and (min-width: 767px) {
.pagetop {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
}
.pagetop a {
    display: block;
    background-color: #ad0003;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 20px;
}
.pagetop a:hover {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding:15px 20px;
}
}

@media screen and (max-width: 767px) {
.pagetop {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  transition: bottom 0.3s ease;
}

.pagetop a {
    display: block;
    background-color: #ad0003;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
}
.pagetop a:hover {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:10px 15px;
}
}






.gridlist {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  animation-name: fadeinmenu;
  animation-duration: 5.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 8.5s;
      opacity: 0;
}

ul.gridlist li.cell {
    width: 28% !important;
    height: auto !important;
    margin: 0 auto 5%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    position: relative !important;
}

@keyframes fadeinmenu {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}


.gridlistcast img{
width: 100%;
}





@media(min-width:767px){

.story__text {
    margin-top: 2% !important;
}

.castname{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
    letter-spacing: 0px;
}

.staffname{
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
    letter-spacing: 0px;
}


.grunge-text-sub-cast {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
    letter-spacing: -2px;
    white-space: nowrap;
  }

  .comments__wrapper {
    width: 100% !important;
    max-width: 100% !important;
       padding: 3% 0 0 !important;
}

.story__text p {
    margin-bottom: 0 !important;
}

.story__content {
    max-width: 100% !important;
}

.gridlistcast {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 100%;
}



.gridliststaff {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 100%;
}

.cellcast1st {
    width: 58%;
    height: auto;
    margin: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}

.cellcast {
    width: 11%;
    height: auto;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
}

.cellcast2 {
    width: 9%;
    height: auto;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
}

.cellstaff {
    width: 10%;
    height: auto;
    margin: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
}



.cellcast5 {
    width: 16%;
    height: auto;
    margin: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
}
}


@media(max-width:767px){

.castname{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.staffname{
  color: #000;
  font-weight: bold;
  font-size: 15px;
}


.grunge-text-sub-cast {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
  }
.gridlistcast {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.cellcast1st {
    width: 75%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}
.cellcast {
    width: 80%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}

.cellcast2 {
    width: 70%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}

.cellcast5 {
    width: 55%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}

.cellstaff {
    width: 100%;
    height: auto;
    margin: 0px auto 30px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    border-radius: 0;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}

}


.date{
  color: #ad0003;
}


.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #ad0003;
  line-height: 1;
  position: relative;
  width: 0.9em;
  height: 0.9em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 5px;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}



