@charset "UTF-8";
/* //////////base////////// */
.fa {
  display: inline-block;
  padding-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

/* //////////content-stage////////// */
.content-stage__head * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-stage__head a {
  text-decoration: none;
}

.content-stage__head {
  padding: 100px 0 100px 0;
}

.content-stage__head-ttl {
  position: relative;
  padding-bottom: 50px;
  color: #999999;
  font-size: 20px;
}

.content-stage__head-ttl img {
  width: auto;
  max-width: 800px;
  margin-bottom: 20px;
}

.content-stage__head-lead {
  padding-bottom: 40px;
}

.content-stage__head-lead-txt {
  color: #999999;
}

.content-stage__head-area {
  padding: 0 0 40px 0;
}

.content-stage__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html[lang=en] .content-stage__btn-list .content-stage__btn {
  font-size: 16px;
}

.content-stage__item {
  width: 300px;
  margin-right: 5px;
  text-align: center;
}

.content-stage__item::nth-child(2) {
  margin-right: 0;
}

.content-stage__btn {
  display: block;
  width: 100%;
  padding: 23px 20px;
  color: #333333;
  font-size: 18px;
  border: 1px solid #d9d9d9;
  text-align: left;
  background-image: url(../img/common/ico_arrow-df-b.png);
  background-size: 12px;
  background-position: right 20px top 30px;
  background-repeat: no-repeat;
}

.content-stage__head-nav-txt {
  color: #999999;
  padding-bottom: 15px;
  font-size: 14px;
}

.content-stage__head-item {
  width: 33%;
  -webkit-box-shadow: 0 5px 0 #d9d9d9;
  box-shadow: 0 5px 0 #d9d9d9;
}

.content-stage__head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-stage__head-nav-link {
  display: block;
  padding: 23px;
  text-align: center;
  border: 1px solid #d9d9d9;
  background-image: url(../img/common/ico_arrow-df-r.png);
  background-size: 12px;
  background-position: right 20px top 27px;
  background-repeat: no-repeat;
}

.content-stage__section {
  padding-bottom: 50px;
}

.content-stage__section:nth-child(even) {
  background-color: #e4e7e9;
}

.content-stage__section:nth-child(odd) {
  background-color: #ffffff;
}

.content-stage__section-ttl {
  padding: 50px 0;
  font-size: 36px;
  color: #999999;
}

/* //////////content-stage////////// */
.content-stage__section:nth-child(even) .stage-box {
  background-color: #ffffff;
}

.content-stage__section:nth-child(odd) .stage-box {
  background-color: #e4e7e9;
}

.stage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

.stage-box__sub-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 180px);
}

.stage-box__sub-info {
  width: calc(50% - 10px);
  margin: 5px;
  padding: 5px 0;
  background-color: #ffffff;
  text-align: center;
  border: 3px #dcdcdc solid;
  -webkit-box-shadow: 0 0 0 5px #ffffff;
  box-shadow: 0 0 0 5px #ffffff;
  color: #999999;
}

.stage-box__sub-info-txt {
  padding-right: 40px;
}

.stage-box__sub-info-txt,
.stage-box__time {
  font-size: 18px;
  font-weight: bold;
}

.stage-box__category {
  width: 50%;
}

.stage-box__category-list {
  width: 100%;
  border-collapse: collapse;
}

.stage-box__category-item {
  width: 50%;
  padding: 6px 0;
  border-left: 1px #ffffff solid;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  background-color: #999999;
}

.stage-box__category-item-sub {
  display: block;
  width: 100%;
  padding: 4px 0;
  background-color: #ffffff;
  border: 2px #dcdcdc solid;
  color: #999999;
}

.stage-box__category-wrap:nth-child(2) .stage-box__category-item {
  border-top: 1px #ffffff solid;
}

.stage-box__category-item.active {
  padding: 0;
  background-color: #ffffff;
}

.stage-box__img-box {
  width: 180px;
  padding: 10px;
}

.stage-box__copyright {
  font-size: 1.2rem;
  word-break: break-all;
}

.stage-box__img {
  max-width: 100%;
}

.stage-box__info {
  width: calc(100% - 180px);
  margin-top: 53px;
  padding: 10px 10px 10px 30px;
}

.stage-box__info-ttl {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.stage-box__info-person,
.stage-infobox__info-inner-txt:nth-child(odd) {
  color: #999999;
  font-size: 14px;
  padding-bottom: 5px;
}

.stage-box__info-name,
.stage-infobox__info-inner-txt:nth-child(even) {
  font-size: 14px;
}

.info-btn {
  position: relative;
  width: 100%;
  padding: 5px 0;
}

.info-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #999999;
}

.info-btn.open::before {
  bottom: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.stage-box__info-inner {
  display: none;
  width: 100%;
  padding: 1px 10px 10px 10px;
}

.stage-info-wrap {
  position: relative;
  padding: 21px 10px 10px 10px;
}

.stage-info-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: 1px;
}

.stage-infobox__info-inner-txt:nth-child(even) {
  padding-bottom: 20px;
}

/* --- rwd --- */
@media screen and (min-width: 768px) {
  .whitestage .content-stage__btn:hover {
    background-color: #999999;
    color: #ffffff;
  }
}
@media all and (max-width: 767px) {
  .content-stage__head {
    padding: 60px 20px 40px;
  }

  .content-stage__head-ttl {
    padding-bottom: 20px;
  }

  .content-stage__head-area {
    padding-bottom: 20px;
  }

  .content-stage__head-ttl img {
    height: auto;
    margin: 0 0 15px;
    width: 100%;
    max-width: 394px;
  }

  .content-stage__head-nav-txt {
    padding-bottom: 20px;
  }

  .content-stage__head-nav-link {
    text-align: left;
  }

  .content-stage__item {
    width: 100%;
    margin-right: 0;
  }

  .content-stage__head-item {
    width: 50%;
    margin-bottom: 10px;
  }

  .content-stage__section-ttl {
    padding: 10px 20px;
  }

  .stage-box {
    margin: 20px;
  }

  .stage-box__sub-info-wrap {
    position: static;
    width: 100%;
  }

  .stage-box__img-box {
    width: 100%;
    text-align: center;
  }

  .stage-box__sub-info {
    width: 100%;
  }

  .stage-box__category {
    width: 100%;
  }

  .stage-box__category-wrap .stage-box__category-item:nth-child(1) {
    border-left: 0px #ffffff solid;
  }

  .stage-box__category-wrap:nth-child(1) .stage-box__category-item {
    border-top: 1px #ffffff solid;
  }

  .stage-box__info {
    width: 100%;
    margin-top: 0;
    padding: 10px 10px 20px 10px;
  }

  .stage-box__info-inner {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .stage-infobox {
    padding: 10px 10px 50px 10px;
  }
}
@media all and (max-width: 480px) {
  .content-stage__head {
    padding: 65px 10px 20px;
  }

  /* .content-stage__head-ttl img {
    width: 100%;
    padding-bottom: 15px; } */
  .content-stage__section-ttl {
    padding: 20px 10px;
  }

  .stage-box {
    margin: 10px;
  }

  .stage-box__info-inner {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .stage-infobox {
    padding: 10px 10px 50px 10px;
  }
}
/* 上書き */
.content-stage__btn {
  padding: 17px 20px;
  background-position: right 20px center;
  font-weight: bold;
}

.content-stage__head-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 25px;
  background-position: right 15px center;
  font-weight: bold;
}

.stage-box__sub-info {
  border-width: 4px;
}

.stage-box__info-inner {
  border-top: 1px solid #e4e7e9;
  margin: 0 10px;
}

.a02 .stage-box__info-inner {
  border-top: 1px solid #fff;
}

.stage-box__sub-info-txt {
  max-width: 115px;
  width: 100%;
  padding-right: 4%;
}

.info-btn {
  margin-top: 10px;
}

.info-btn:before {
  border: 8px solid transparent;
  border-top: 8px solid #999;
}

.stage-box__info-person,
.stage-infobox__info-inner-txt:nth-child(odd) {
  padding-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .stage-box__sub-info-txt {
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .content-stage__item {
    margin: 2px 0 0;
  }

  .content-stage__head-item {
    width: 49.5%;
    margin-bottom: 7px;
  }

  .stage-info-wrap {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .content-stage__btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .whitestage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: #999;
    border-color: #999 !important;
    color: #fff;
  }

  .content-stage__head-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
  }

  .content-stage__head-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .stage-box__info {
    padding-bottom: 20px;
  }

  .stage-box__info-inner {
    padding: 0 10px 10px;
  }

  .stage-box__sub-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(62.5% - 10px);
  }

  .stage-box__category {
    width: 37.5%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .stage-box__sub-info-txt,
.stage-box__time {
    font-size: 16px;
  }
}
/* /////color///// */
.content-stage__wrapper .stage-box__sub-info {
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
          box-shadow: 0 0 0 4px #fff inset;
  color: #fff;
}

.content-stage__wrapper .content-stage__head-ttl {
  color: #fff;
}

.content-stage__wrapper .content-stage__head-lead-txt {
  color: #fff;
}

.content-stage__wrapper .content-stage__head-nav-txt {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .content-stage__wrapper .stage-box__sub-info {
    width: 62.5%;
  }
}
/* red */
.redstage .content-stage__head {
  background-color: #e60a15;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.redstage .content-stage__btn {
  background-image: url(../img/common/ico-arrow-flower-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #e60a15;
}

.redstage .content-stage__section-ttl {
  color: #e60a15;
}

.redstage .stage-box__sub-info {
  background-color: #e60a15;
  border-color: #e60a15;
}

.redstage .stage-box__category-item-sub {
  background-color: #e60a15;
  border-color: #e60a15;
  color: #fff;
}

.redstage .stage-box__info-person,
.redstage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #e60a15;
}

.redstage .info-btn:before {
  border-top-color: #e60a15;
}

@media screen and (min-width: 768px) {
  .redstage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: #ff99a3;
    border-color: #ff99a3;
    color: #fff;
  }
}
/* blue */
.bluestage .content-stage__head {
  background-color: #0470dc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bluestage .content-stage__btn {
  background-image: url(../img/common/ico-arrow-bird-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #0470dc;
}

.bluestage .content-stage__section-ttl {
  color: #0470dc;
}

.bluestage .stage-box__sub-info {
  background-color: #0470dc;
  border-color: #0470dc;
}

.bluestage .stage-box__category-item-sub {
  background-color: #0470dc;
  border-color: #0470dc;
  color: #fff;
}

.bluestage .stage-box__info-person,
.bluestage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #0470dc;
}

.bluestage .info-btn:before {
  border-top-color: #0470dc;
}

@media screen and (min-width: 768px) {
  .bluestage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: #8ddfff;
    border-color: #8ddfff;
    color: #fff;
  }
}
/* green */
.greenstage .content-stage__head {
  background-color: #009944;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.greenstage .content-stage__btn {
  background-image: url(../img/common/ico-arrow-wind-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #009944;
}

.greenstage .content-stage__section-ttl {
  color: #009944;
}

.greenstage .stage-box__sub-info {
  background-color: #009944;
  border-color: #009944;
}

.greenstage .stage-box__category-item-sub {
  background-color: #009944;
  border-color: #009944;
  color: #fff;
}

.greenstage .stage-box__info-person,
.greenstage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #009944;
}

.greenstage .info-btn:before {
  border-top-color: #009944;
}

@media screen and (min-width: 768px) {
  .greenstage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: #bed372;
    border-color: #bed372;
    color: #fff;
  }
}
/* yellow */
.studiostage .content-stage__head {
  background-color: #673ab7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.studiostage .content-stage__btn {
  background-image: url(../img/common/ico_arrow-yellow-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #673ab7;
}

.studiostage .content-stage__section-ttl {
  color: #673ab7;
}

.studiostage .stage-box__sub-info {
  background-color: #673ab7;
  border-color: #673ab7;
}

.studiostage .stage-box__category-item-sub {
  background-color: #673ab7;
  border-color: #673ab7;
  color: #fff;
}

.studiostage .stage-box__info-person,
.studiostage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #673ab7;
}

.studiostage .info-btn:before {
  border-top-color: #673ab7;
}

@media screen and (min-width: 768px) {
  .studiostage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: #9b80cc;
    border-color: #9b80cc;
    color: #fff;
  }
}
/* その他のステージはこちら */
[data-stage=red] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #e60a15;
  border-color: #ff99a3;
  color: #fff;
}

[data-stage=blue] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #0470dc;
  border-color: #8ddfff;
  color: #fff;
}

[data-stage=green] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #009944;
  border-color: #bed372;
  color: #fff;
}

[data-stage=studio] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #673ab7;
  border-color: #9b80cc;
  color: #fff;
}

@media screen and (min-width: 768px) {
  [data-stage=red].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 #ff99a3;
    box-shadow: 0 5px 0 #ff99a3;
  }

  [data-stage=red] .content-stage__head-nav-link:hover {
    background-color: #ff99a3;
    border-color: #ff99a3;
    color: #fff;
  }

  [data-stage=blue].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 #8ddfff;
    box-shadow: 0 5px 0 #8ddfff;
  }

  [data-stage=blue] .content-stage__head-nav-link:hover {
    background-color: #8ddfff;
    border-color: #8ddfff;
    color: #fff;
  }

  [data-stage=green].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 #bed372;
    box-shadow: 0 5px 0 #bed372;
  }

  [data-stage=green] .content-stage__head-nav-link:hover {
    background-color: #bed372;
    border-color: #bed372;
    color: #fff;
  }

  [data-stage=studio].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 #9b80cc;
    box-shadow: 0 5px 0 #9b80cc;
  }

  [data-stage=studio] .content-stage__head-nav-link:hover {
    background-color: #9b80cc;
    border-color: #9b80cc;
    color: #fff;
  }
}
/* open stage */
.open_stage .content-stage__head-item {
  width: 24.7%;
}

.open_stage .content-stage__head-nav-link {
  text-decoration: none;
}

.timetable {
  font-size: 0;
}

.timetable-hour {
  display: inline-block;
  width: 54px;
  margin-top: calc(158px - 80px);
  vertical-align: top;
}

.timetable-hour-list {
  position: relative;
}

.timetable-hour-item {
  /*  position: absolute;*/
  padding-bottom: 106px;
  color: #e52f0b;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.timetable-hour-item:first-child {
  padding-bottom: 108px;
}

.timetable-hour-item:nth-child(6) {
  padding-bottom: 110px;
}

.timetable-hour-item:nth-child(7) {
  padding-bottom: 108px;
}

.timetable-hour-item:last-child {
  padding-bottom: 0;
}

.timetable-ttl {
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.timetable-ttl-image {
  max-width: 90%;
  max-height: 77px;
}

.timetable-body {
  position: relative;
}

[data-stage=red] .timetable-ttl {
  color: #e60a15;
}

[data-stage=red] .timetable-body {
  background-color: #e60a15;
}

[data-stage=blue] .timetable-ttl {
  color: #0470dc;
}

[data-stage=blue] .timetable-body {
  background-color: #0470dc;
}

[data-stage=green] .timetable-ttl {
  color: #009944;
}

[data-stage=green] .timetable-body {
  background-color: #009944;
}

[data-stage=studio] .timetable-ttl {
  color: #673ab7;
}

[data-stage=studio] .timetable-body {
  background-color: #673ab7;
}

.timetable-info {
  display: block;
  width: calc(100% - 20px);
  margin: 0 10px;
  text-decoration: none;
}

.timetable-info-inner {
  position: relative;
  height: 100%;
}

.timetable-time {
  width: 100%;
  padding: 3px 5px;
  background-color: #e4e7e9;
  color: #636464;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.timetable-name-wrap {
  height: calc(100% - 18px);
  padding: 5px 3px;
  border: 2px solid #fff;
  border-width: 0 2px 2px;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.open_stage.eng .timetable-name-wrap {
  word-break: break-word;
}

[data-stage=red] .timetable-name-wrap {
  color: #e60a15;
}

[data-stage=blue] .timetable-name-wrap {
  color: #0470dc;
}

[data-stage=green] .timetable-name-wrap {
  color: #009944;
}

[data-stage=studio] .timetable-name-wrap {
  color: #673ab7;
}

.open_stage .stage-box {
  max-width: 892px;
  margin: 0 auto;
  background-color: #fff;
}

.open_stage .stage-box__info-inner {
  display: block;
}

.open_stage .info-btn {
  display: none;
}

.open_stage .mfp-zoom-in .mfp-arrow {
  display: none;
}

.open_stage .mfp-close {
  top: -50px;
  background-color: #fff;
  opacity: 1;
}

.open_stage .redstage .mfp-close {
  color: #e60a15;
}

.open_stage .bluestage .mfp-close {
  color: #0470dc;
}

.open_stage .greenstage .mfp-close {
  color: #009944;
}

.open_stage .studiostage .mfp-close {
  color: #673ab7;
}

@media screen and (min-width: 768px) {
  .open_stage .content .inner {
    padding: 0 24px;
  }

  .open_stage .content__section .inner {
    padding: 0 24px;
  }

  .timetable-venue-list {
    font-size: 0;
    margin: 20px 0;
  }

  .timetable-venue-item {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #828282;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    vertical-align: top;
  }

  .timetable-venue-item:first-child {
    width: 50%;
    border-right: 1px solid #fff;
  }

  .timetable-venue-item:last-child {
    width: 50%;
  }

  .timetable-venue-sp {
    display: none;
  }

  .timetable-stage {
    display: inline-block;
    width: calc(100% - 54px);
    vertical-align: top;
  }

  .timetable-stage-list {
    font-size: 0;
  }

  .timetable-stage-item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }

  .timetable-stage-list.col-3 .timetable-stage-item {
    width: 33.3333%;
  }

  .timetable-ttl {
    height: 80px;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }

  .timetable-body {
    height: 866px;
    border: 4px solid #fff;
    border-width: 4px 0;
    background-image: url(../img/main/bg-border-w.png);
    background-repeat: repeat;
    background-position: 0 0;
  }

  #a01 .timetable-body {
    height: 1235px;
  }

  #a01 .start-am8 .timetable-body {
    height: 1480px;
  }

  #a02 .timetable-body {
    height: 1110px;
  }

  .content__section:nth-child(odd) .timetable-body {
    border-color: #e4e7e9;
  }

  .timetable-info {
    position: absolute;
    margin: 0 10px;
    background-color: #fff;
  }

  .timetable-info-inner {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .timetable-info-inner:hover {
    opacity: 0.7;
  }

  .start-09-00 {
    top: 0px;
  }

  .start-09-05 {
    top: 10px;
  }

  .start-09-10 {
    top: 20px;
  }

  .start-09-15 {
    top: 30px;
  }

  .start-09-20 {
    top: 40px;
  }

  .start-09-25 {
    top: 50px;
  }

  .start-09-30 {
    top: 60px;
  }

  .start-09-35 {
    top: 70px;
  }

  .start-09-40 {
    top: 80px;
  }

  .start-09-45 {
    top: 90px;
  }

  .start-09-50 {
    top: 100px;
  }

  .start-09-55 {
    top: 110px;
  }

  .start-10-00 {
    top: 123px;
  }

  .start-10-05 {
    top: 133px;
  }

  .start-10-10 {
    top: 143px;
  }

  .start-10-15 {
    top: 153px;
  }

  .start-10-20 {
    top: 163px;
  }

  .start-10-25 {
    top: 173px;
  }

  .start-10-30 {
    top: 183px;
  }

  .start-10-35 {
    top: 193px;
  }

  .start-10-40 {
    top: 203px;
  }

  .start-10-45 {
    top: 213px;
  }

  .start-10-50 {
    top: 223px;
  }

  .start-10-55 {
    top: 233px;
  }

  .start-11-00 {
    top: 246px;
  }

  .start-11-05 {
    top: 256px;
  }

  .start-11-10 {
    top: 266px;
  }

  .start-11-15 {
    top: 276px;
  }

  .start-11-20 {
    top: 286px;
  }

  .start-11-25 {
    top: 296px;
  }

  .start-11-30 {
    top: 306px;
  }

  .start-11-35 {
    top: 316px;
  }

  .start-11-40 {
    top: 326px;
  }

  .start-11-45 {
    top: 336px;
  }

  .start-11-50 {
    top: 346px;
  }

  .start-11-55 {
    top: 356px;
  }

  .start-12-00 {
    top: 369px;
  }

  .start-12-05 {
    top: 379px;
  }

  .start-12-10 {
    top: 389px;
  }

  .start-12-15 {
    top: 399px;
  }

  .start-12-20 {
    top: 409px;
  }

  .start-12-25 {
    top: 419px;
  }

  .start-12-30 {
    top: 429px;
  }

  .start-12-35 {
    top: 439px;
  }

  .start-12-40 {
    top: 449px;
  }

  .start-12-45 {
    top: 459px;
  }

  .start-12-50 {
    top: 469px;
  }

  .start-12-55 {
    top: 479px;
  }

  .start-13-00 {
    top: 492px;
  }

  .start-13-05 {
    top: 502px;
  }

  .start-13-10 {
    top: 512px;
  }

  .start-13-15 {
    top: 522px;
  }

  .start-13-20 {
    top: 532px;
  }

  .start-13-25 {
    top: 542px;
  }

  .start-13-30 {
    top: 552px;
  }

  .start-13-35 {
    top: 562px;
  }

  .start-13-40 {
    top: 572px;
  }

  .start-13-45 {
    top: 582px;
  }

  .start-13-50 {
    top: 592px;
  }

  .start-13-55 {
    top: 602px;
  }

  .start-14-00 {
    top: 615px;
  }

  .start-14-05 {
    top: 625px;
  }

  .start-14-10 {
    top: 635px;
  }

  .start-14-15 {
    top: 645px;
  }

  .start-14-20 {
    top: 655px;
  }

  .start-14-25 {
    top: 665px;
  }

  .start-14-30 {
    top: 675px;
  }

  .start-14-35 {
    top: 685px;
  }

  .start-14-40 {
    top: 695px;
  }

  .start-14-45 {
    top: 705px;
  }

  .start-14-50 {
    top: 715px;
  }

  .start-14-55 {
    top: 725px;
  }

  .start-15-00 {
    top: 738px;
  }

  .start-15-05 {
    top: 748px;
  }

  .start-15-10 {
    top: 758px;
  }

  .start-15-15 {
    top: 768px;
  }

  .start-15-20 {
    top: 778px;
  }

  .start-15-25 {
    top: 788px;
  }

  .start-15-30 {
    top: 798px;
  }

  .start-15-35 {
    top: 808px;
  }

  .start-15-40 {
    top: 818px;
  }

  .start-15-45 {
    top: 828px;
  }

  .start-15-50 {
    top: 838px;
  }

  .start-15-55 {
    top: 848px;
  }

  .start-16-00 {
    top: 861px;
  }

  .start-16-05 {
    top: 871px;
  }

  .start-16-10 {
    top: 881px;
  }

  .start-16-15 {
    top: 891px;
  }

  .start-16-20 {
    top: 901px;
  }

  .start-16-25 {
    top: 911px;
  }

  .start-16-30 {
    top: 921px;
  }

  .start-16-35 {
    top: 931px;
  }

  .start-16-40 {
    top: 941px;
  }

  .start-16-45 {
    top: 951px;
  }

  .start-16-50 {
    top: 961px;
  }

  .start-16-55 {
    top: 971px;
  }

  .start-17-00 {
    top: 984px;
  }

  .start-17-05 {
    top: 994px;
  }

  .start-17-10 {
    top: 1004px;
  }

  .start-17-15 {
    top: 1014px;
  }

  .start-17-20 {
    top: 1024px;
  }

  .start-17-25 {
    top: 1034px;
  }

  .start-17-30 {
    top: 1044px;
  }

  .start-17-35 {
    top: 1054px;
  }

  .start-17-40 {
    top: 1064px;
  }

  .start-17-45 {
    top: 1074px;
  }

  .start-17-50 {
    top: 1084px;
  }

  .start-17-55 {
    top: 1094px;
  }

  .start-18-00 {
    top: 1107px;
  }

  .start-18-05 {
    top: 1117px;
  }

  .start-18-10 {
    top: 1127px;
  }

  .start-18-15 {
    top: 1137px;
  }

  .start-18-20 {
    top: 1147px;
  }

  .start-18-25 {
    top: 1157px;
  }

  .start-18-30 {
    top: 1167px;
  }

  .start-18-35 {
    top: 1177px;
  }

  .start-18-40 {
    top: 1187px;
  }

  .start-18-45 {
    top: 1197px;
  }

  .start-18-50 {
    top: 1207px;
  }

  .start-18-55 {
    top: 1217px;
  }

  .start-19-00 {
    top: 1230px;
  }

  .start-19-05 {
    top: 1240px;
  }

  .start-19-10 {
    top: 1250px;
  }

  .start-19-15 {
    top: 1260px;
  }

  .start-19-20 {
    top: 1270px;
  }

  .start-19-25 {
    top: 1280px;
  }

  .start-19-30 {
    top: 1290px;
  }

  .start-19-35 {
    top: 1300px;
  }

  .start-19-40 {
    top: 1310px;
  }

  .start-19-45 {
    top: 1320px;
  }

  .start-19-50 {
    top: 1330px;
  }

  .start-19-55 {
    top: 1340px;
  }

  .start-am8 .start-08-00 {
    top: 0px;
  }
  .start-am8 .start-08-05 {
    top: 10px;
  }
  .start-am8 .start-08-10 {
    top: 20px;
  }
  .start-am8 .start-08-15 {
    top: 30px;
  }
  .start-am8 .start-08-20 {
    top: 40px;
  }
  .start-am8 .start-08-25 {
    top: 50px;
  }
  .start-am8 .start-08-30 {
    top: 60px;
  }
  .start-am8 .start-08-35 {
    top: 70px;
  }
  .start-am8 .start-08-40 {
    top: 80px;
  }
  .start-am8 .start-08-45 {
    top: 90px;
  }
  .start-am8 .start-08-50 {
    top: 100px;
  }
  .start-am8 .start-08-55 {
    top: 110px;
  }
  .start-am8 .start-09-00 {
    top: 123px;
  }
  .start-am8 .start-09-05 {
    top: 133px;
  }
  .start-am8 .start-09-09 {
    top: 143px;
  }
  .start-am8 .start-09-15 {
    top: 153px;
  }
  .start-am8 .start-09-20 {
    top: 163px;
  }
  .start-am8 .start-09-25 {
    top: 173px;
  }
  .start-am8 .start-09-30 {
    top: 183px;
  }
  .start-am8 .start-09-35 {
    top: 193px;
  }
  .start-am8 .start-09-40 {
    top: 203px;
  }
  .start-am8 .start-09-45 {
    top: 213px;
  }
  .start-am8 .start-09-50 {
    top: 223px;
  }
  .start-am8 .start-09-55 {
    top: 233px;
  }
  .start-am8 .start-10-00 {
    top: 246px;
  }
  .start-am8 .start-10-05 {
    top: 256px;
  }
  .start-am8 .start-10-10 {
    top: 266px;
  }
  .start-am8 .start-10-15 {
    top: 276px;
  }
  .start-am8 .start-10-20 {
    top: 286px;
  }
  .start-am8 .start-10-25 {
    top: 296px;
  }
  .start-am8 .start-10-30 {
    top: 306px;
  }
  .start-am8 .start-10-35 {
    top: 316px;
  }
  .start-am8 .start-10-40 {
    top: 326px;
  }
  .start-am8 .start-10-45 {
    top: 336px;
  }
  .start-am8 .start-10-50 {
    top: 346px;
  }
  .start-am8 .start-10-55 {
    top: 356px;
  }
  .start-am8 .start-11-00 {
    top: 369px;
  }
  .start-am8 .start-11-05 {
    top: 379px;
  }
  .start-am8 .start-11-10 {
    top: 389px;
  }
  .start-am8 .start-11-15 {
    top: 399px;
  }
  .start-am8 .start-11-20 {
    top: 409px;
  }
  .start-am8 .start-11-25 {
    top: 419px;
  }
  .start-am8 .start-11-30 {
    top: 429px;
  }
  .start-am8 .start-11-35 {
    top: 439px;
  }
  .start-am8 .start-11-40 {
    top: 449px;
  }
  .start-am8 .start-11-45 {
    top: 459px;
  }
  .start-am8 .start-11-50 {
    top: 469px;
  }
  .start-am8 .start-11-55 {
    top: 479px;
  }
  .start-am8 .start-12-00 {
    top: 492px;
  }
  .start-am8 .start-12-05 {
    top: 502px;
  }
  .start-am8 .start-12-10 {
    top: 512px;
  }
  .start-am8 .start-12-15 {
    top: 522px;
  }
  .start-am8 .start-12-20 {
    top: 532px;
  }
  .start-am8 .start-12-25 {
    top: 542px;
  }
  .start-am8 .start-12-30 {
    top: 552px;
  }
  .start-am8 .start-12-35 {
    top: 562px;
  }
  .start-am8 .start-12-40 {
    top: 572px;
  }
  .start-am8 .start-12-45 {
    top: 582px;
  }
  .start-am8 .start-12-50 {
    top: 592px;
  }
  .start-am8 .start-12-55 {
    top: 602px;
  }
  .start-am8 .start-13-00 {
    top: 615px;
  }
  .start-am8 .start-13-05 {
    top: 625px;
  }
  .start-am8 .start-13-10 {
    top: 635px;
  }
  .start-am8 .start-13-15 {
    top: 645px;
  }
  .start-am8 .start-13-20 {
    top: 655px;
  }
  .start-am8 .start-13-25 {
    top: 665px;
  }
  .start-am8 .start-13-30 {
    top: 675px;
  }
  .start-am8 .start-13-35 {
    top: 685px;
  }
  .start-am8 .start-13-40 {
    top: 695px;
  }
  .start-am8 .start-13-45 {
    top: 705px;
  }
  .start-am8 .start-13-50 {
    top: 715px;
  }
  .start-am8 .start-13-55 {
    top: 725px;
  }
  .start-am8 .start-14-00 {
    top: 738px;
  }
  .start-am8 .start-14-05 {
    top: 748px;
  }
  .start-am8 .start-14-10 {
    top: 758px;
  }
  .start-am8 .start-14-15 {
    top: 768px;
  }
  .start-am8 .start-14-20 {
    top: 778px;
  }
  .start-am8 .start-14-25 {
    top: 788px;
  }
  .start-am8 .start-14-30 {
    top: 798px;
  }
  .start-am8 .start-14-35 {
    top: 808px;
  }
  .start-am8 .start-14-40 {
    top: 818px;
  }
  .start-am8 .start-14-45 {
    top: 828px;
  }
  .start-am8 .start-14-50 {
    top: 838px;
  }
  .start-am8 .start-14-55 {
    top: 848px;
  }
  .start-am8 .start-15-00 {
    top: 861px;
  }
  .start-am8 .start-15-05 {
    top: 871px;
  }
  .start-am8 .start-15-10 {
    top: 881px;
  }
  .start-am8 .start-15-15 {
    top: 891px;
  }
  .start-am8 .start-15-20 {
    top: 901px;
  }
  .start-am8 .start-15-25 {
    top: 911px;
  }
  .start-am8 .start-15-30 {
    top: 921px;
  }
  .start-am8 .start-15-35 {
    top: 931px;
  }
  .start-am8 .start-15-40 {
    top: 941px;
  }
  .start-am8 .start-15-45 {
    top: 951px;
  }
  .start-am8 .start-15-50 {
    top: 961px;
  }
  .start-am8 .start-15-55 {
    top: 971px;
  }
  .start-am8 .start-16-00 {
    top: 984px;
  }
  .start-am8 .start-16-05 {
    top: 994px;
  }
  .start-am8 .start-16-10 {
    top: 1004px;
  }
  .start-am8 .start-16-15 {
    top: 1014px;
  }
  .start-am8 .start-16-20 {
    top: 1024px;
  }
  .start-am8 .start-16-25 {
    top: 1034px;
  }
  .start-am8 .start-16-30 {
    top: 1044px;
  }
  .start-am8 .start-16-35 {
    top: 1054px;
  }
  .start-am8 .start-16-40 {
    top: 1064px;
  }
  .start-am8 .start-16-45 {
    top: 1074px;
  }
  .start-am8 .start-16-50 {
    top: 1084px;
  }
  .start-am8 .start-16-55 {
    top: 1094px;
  }
  .start-am8 .start-17-00 {
    top: 1107px;
  }
  .start-am8 .start-17-05 {
    top: 1117px;
  }
  .start-am8 .start-17-10 {
    top: 1127px;
  }
  .start-am8 .start-17-15 {
    top: 1137px;
  }
  .start-am8 .start-17-20 {
    top: 1147px;
  }
  .start-am8 .start-17-25 {
    top: 1157px;
  }
  .start-am8 .start-17-30 {
    top: 1167px;
  }
  .start-am8 .start-17-35 {
    top: 1177px;
  }
  .start-am8 .start-17-40 {
    top: 1187px;
  }
  .start-am8 .start-17-45 {
    top: 1197px;
  }
  .start-am8 .start-17-50 {
    top: 1207px;
  }
  .start-am8 .start-17-55 {
    top: 1217px;
  }
  .start-am8 .start-18-00 {
    top: 1230px;
  }
  .start-am8 .start-18-05 {
    top: 1240px;
  }
  .start-am8 .start-18-10 {
    top: 1250px;
  }
  .start-am8 .start-18-15 {
    top: 1260px;
  }
  .start-am8 .start-18-20 {
    top: 1270px;
  }
  .start-am8 .start-18-25 {
    top: 1280px;
  }
  .start-am8 .start-18-30 {
    top: 1290px;
  }
  .start-am8 .start-18-35 {
    top: 1300px;
  }
  .start-am8 .start-18-40 {
    top: 1310px;
  }
  .start-am8 .start-18-45 {
    top: 1320px;
  }
  .start-am8 .start-18-50 {
    top: 1330px;
  }
  .start-am8 .start-18-55 {
    top: 1340px;
  }
  .start-am8 .start-19-00 {
    top: 1350px;
  }
  .start-am8 .start-19-05 {
    top: 1360px;
  }
  .start-am8 .start-19-10 {
    top: 1370px;
  }
  .start-am8 .start-19-15 {
    top: 1380px;
  }
  .start-am8 .start-19-20 {
    top: 1390px;
  }
  .start-am8 .start-19-25 {
    top: 1400px;
  }
  .start-am8 .start-19-30 {
    top: 1410px;
  }
  .start-am8 .start-19-35 {
    top: 1420px;
  }
  .start-am8 .start-19-40 {
    top: 1430px;
  }
  .start-am8 .start-19-45 {
    top: 1440px;
  }
  .start-am8 .start-19-50 {
    top: 1450px;
  }
  .start-am8 .start-19-55 {
    top: 1460px;
  }

  .span-20 {
    height: 40px;
  }

  .span-25 {
    height: 50px;
  }

  .span-30 {
    height: 60px;
  }

  .span-35 {
    height: 70px;
  }

  .span-40 {
    height: 80px;
  }

  .span-45 {
    height: 90px;
  }

  .span-50 {
    height: 100px;
  }

  .span-55 {
    height: 110px;
  }

  .span-60 {
    height: 120px;
  }

  .span-65 {
    height: 130px;
  }

  .span-70 {
    height: 140px;
  }

  .span-75 {
    height: 150px;
  }

  .span-80 {
    height: 160px;
  }

  .span-85 {
    height: 170px;
  }

  .span-90 {
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .timetable-hour {
    width: 50px;
  }

  .timetable-hour-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 109px;
  }

  .timetable-hour-item:first-child {
    padding-bottom: 108px;
  }

  .timetable-stage {
    width: calc(100% - 50px);
  }

  .timetable-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .timetable-info {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .open_stage .content-stage__head-item {
    width: 100%;
  }

  .timetable-hour {
    display: none;
  }

  .timetable-venue-list {
    display: none;
  }

  .timetable-venue-sp {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 200%;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #828282;
    color: #fff;
    line-height: 1;
    text-align: center;
    vertical-align: top;
  }

  .timetable-stage-item:last-child .timetable-venue-sp {
    left: -50%;
  }

  .timetable-stage-list {
    margin-top: 65px;
    text-align: center;
  }

  .timetable-stage-item {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom: 130px;
    vertical-align: top;
  }

  .timetable-ttl {
    margin-top: 8px;
    margin-bottom: 5px;
    text-align: center;
  }

  .timetable-body {
    height: calc(100% - 33px);
    padding: 20px 0;
  }

  .timetable-body.m-delay-stage {
    padding-top: 65px;
  }

  .timetable-info {
    padding: 10px 0;
  }

  .timetable-name-wrap {
    display: table-cell;
    width: 767px;
    max-width: 100%;
    height: 5em;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
  }

  .timetable-time {
    text-align: left;
  }

  .timetable-name-wrap {
    text-align: left;
  }

  .open_stage .stage-box {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .timetable-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .timetable-body {
    height: calc(100% - 26px);
  }
}
.content-stage__section .stage-box:last-child {
  margin-bottom: 10px;
}

.stage-attention {
  text-align: right;
}

.stage-attention span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.open_stage .stage-attention span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .stage-attention {
    margin: 0 20px;
  }

  [data-stage=blue].timetable-stage-item,
[data-stage=studio].timetable-stage-item {
    margin-bottom: 50px;
  }

  .open_stage .stage-attention {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .stage-attention {
    margin: 0 10px;
  }
}
/* open stage - PDF */
@media screen and (min-width: 768px) {
  .open_stage .content__btn {
    margin-top: 40px;
  }

  .open_stage .content__btn a {
    padding: 21px 68px 21px 32px;
  }
}
@media screen and (max-width: 767px) {
  .open_stage .content__btn a {
    width: 100%;
    padding: 21px 40px 21px 20px;
  }
}
#main .redstage .content__btn a {
  border-color: #fff;
  border-bottom-color: #d9d9d9;
  background-color: #fff;
  color: #e60a15;
  background-image: url(../img/common/ico-arrow-flower-r.png);
}

#main .redstage .content__btn a:hover {
  background-color: #ff99a3;
  background-image: url(../img/common/ico_arrow-w-r.png);
  border-color: #ff99a3;
  color: #fff;
}

#main .bluestage .content__btn a {
  border-color: #fff;
  background-color: #fff;
  color: #0470dc;
  border-bottom-color: #d9d9d9;
  background-image: url(../img/common/ico-arrow-wind-r.png);
}

#main .bluestage .content__btn a:hover {
  background-color: #8ddfff;
  border-color: #8ddfff;
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
}

#main .greenstage .content__btn a {
  border-color: #fff;
  background-color: #fff;
  color: #009944;
  border-bottom-color: #d9d9d9;
  background-image: url(../img/common/ico-arrow-wind-r.png);
}

#main .greenstage .content__btn a:hover {
  background-color: #bed372;
  border-color: #bed372;
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
}

#main .studiostage .content__btn a {
  border-color: #fff;
  background-color: #fff;
  color: #673ab7;
  border-bottom-color: #d9d9d9;
  background-image: url(../img/common/ico-arrow-moon-r.png);
}

#main .studiostage .content__btn a:hover {
  background-color: #9b80cc;
  border-color: #9b80cc;
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
}

#main.works .stage-box {
  cursor: auto;
}

@media screen and (min-width: 768px) {
  .content-stage__head-list.col-2 .content-stage__head-item {
    width: 50%;
  }

  .open_stage .content-stage__head-list.col-3 .content-stage__head-item {
    width: 33.3333%;
  }
}
.layout-bg-stage-red {
  background-color: #e60a15;
  color: #fff;
}

.layout-bg-stage-blue {
  background-color: #0470dc;
  color: #fff;
}

.layout-bg-stage-green {
  background-color: #009944;
  color: #fff;
}

.item-onsen .timetable-time {
  background-color: #FFD966;
  color: #fff;
}

.timetable-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .span-10 .timetable-name,
.span-15 .timetable-name,
.span-20 .timetable-name,
.span-25 .timetable-name {
    -webkit-line-clamp: 1;
  }
}

.item-onsen .content-stage__head {
  background-color: #FFD966;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-onsen .content-stage__btn {
  background-image: url(../img/common/ico_arrow-yellow-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #FFD966;
}

.item-onsen .content-stage__section-ttl {
  color: #FFD966;
}

.item-onsen .stage-box__sub-info {
  background-color: #FFD966;
  border-color: #FFD966;
}

.item-onsen .stage-box__category-item-sub {
  background-color: #FFD966;
  border-color: #FFD966;
  color: #fff;
}

.item-onsen .stage-box__info-person,
.item-onsen .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #FFD966;
}

.item-onsen .info-btn:before {
  border-top-color: #FFD966;
}

.open_stage .item-onsen .mfp-close {
  color: #FFD966;
}
/*# sourceMappingURL=stage.css.map */