@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : timetable.css
Description : スペシャル企画
===================================================================== */
/* =====================================================================
    timetable
======================================================================*/
.timetable {
  padding: 12rem 0 8rem;
  background-color: #007eff;
  color: #fff;
}

.timetable .sec_ttl::before {
  background-image: url(../images/common/icon_cast.png);
}

.timetable article {
  position: relative;
  margin-bottom: 8rem;
  padding: 8rem calc(50 / 680 * 100%);
  background: url(../images/common/bg_pattern6.jpg) repeat center/50rem auto;
  border-radius: 4rem;
}

.timetable article::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1.2rem;
  right: -1.2rem;
  width: 100%;
  height: 100%;
  background: url(../images/timetable/bg_pattern1-sp.jpg) repeat-y center/100% auto;
  border-radius: 4rem;
  overflow: hidden;
  z-index: -1;
}

.timetable article > *:not(:last-child) {
  margin-bottom: 4rem;
}

.timetable article h3 {
  position: relative;
  padding-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.312;
  color: #ff50c8;
  text-align: center;
}

.timetable article h3::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_dots1.png) round center/contain;
}

.timetable article h3 span {
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0.4em 0.8em;
  color: #fff;
  background: #4e44b2;
  border-radius: 2rem;
}

.timetable article .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}

.timetable article .img_list li {
  position: relative;
  margin-bottom: 4rem;
  width: calc(400 / 580 * 100%);
}

.timetable article .img_list li::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/timetable/img_frame1.png) no-repeat center/contain;
}

.timetable article .img_list li img {
  position: relative;
  padding: 0.4rem;
  height: 26.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.timetable article .img_list.column2 li {
  margin-right: calc(20 / 580 * 100%);
  width: calc(280 / 580 * 100%);
}

.timetable article .img_list.column2 li:nth-child(2n), .timetable article .img_list.column2 li:last-child {
  margin-right: 0;
}

.timetable article .img_list.column2 li::after {
  background-image: url(../images/timetable/img_frame2.png);
}

.timetable article .img_list.column2 li img {
  height: 18.6rem;
}

.timetable article p {
  font-size: 2.8rem;
  line-height: 1.416;
}

@media screen and (min-width: 768px) {
  .timetable {
    padding: 12rem 0 8rem;
  }
  .timetable article {
    margin: 0 auto 5rem;
    padding: 7rem calc(150 / 1040 * 100%);
    width: calc(880 / 1040 * 100%);
  }
  .timetable article::before {
    background-image: url(../images/timetable/bg_pattern1-pc.jpg);
  }
  .timetable article > *:not(:last-child) {
    margin-bottom: 3rem;
  }
  .timetable article h3 {
    font-size: 3.5rem;
    line-height: 1.312;
  }
  .timetable article h3 span {
    font-size: 2.4rem;
  }
  .timetable article .img_list li {
    margin-bottom: 3rem;
  }
  .timetable article p {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.625;
  }
}
/*# sourceMappingURL=timetable.css.map */
.sec_ttl{
  font-size: 4.5rem;
}
.small-ttl{
  font-size: 2rem;
}
.timetable_logo{
  max-width: 200px;
  margin: 0 auto;
}
table.timetable-table {
  max-width: 100%;
  background-color: transparent;
}


.timetable-table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 10px solid #007eff;
}
.timetable-table tr td{
  padding: 1em;
  line-height: 1.5;
  vertical-align: top;
  border-top: 10px solid #007eff;
}
.timetable-time{
  text-align: center;
  width: 20%;
  font-size: 2rem;
}

.timetable-artist{
  text-align: left;
  background-color: #fff;
  width: 80%;
  font-size:2.8rem;

}
.time01{
  background-color: #ffaa01;
}
.time02{
  background-color: #4e44b2;
}
.time03{
  background-color: #6ef10b;
}
.time04{
  background-color: #ff50c7;
}
.time05{
  background-color: #8844b2;
}
.timetable-title{
  background-color: #fff;
  color: #4e44b2;
  padding: 0.5em;
}
.small-caption{
  font-size: 0.7em;
}


