/* //////////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: 35px;
  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;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-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 {
    transition: all .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 {
    transition: all .3s ease-in-out;
  }
  .content-stage__head-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .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///// */
/* common(white以外) */
.content-stage__wrapper:not(.whitestage) .stage-box__sub-info {
  position: relative;
  margin: 0;
  box-shadow: 0 0 0 4px #fff inset;
  color: #fff;
}
.content-stage__wrapper:not(.whitestage) .content-stage__head-ttl {
  color: #fff;
}
.content-stage__wrapper:not(.whitestage) .content-stage__head-lead-txt {
  color: #fff;
}
.content-stage__wrapper:not(.whitestage) .content-stage__head-nav-txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content-stage__wrapper:not(.whitestage) .stage-box__sub-info {
    width: 62.5%;
  }
}

/* blue */
.cobaltbluestage .content-stage__head {
  background-color: #312F86;
  background-image: url(../img/main/bg-stage-cobalt_blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.cobaltbluestage .content-stage__btn {
  background-image: url(../img/common/ico_arrow-cobalt-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #312F86;
}
.cobaltbluestage .content-stage__section-ttl {
  color: #312F86;
}
.cobaltbluestage .stage-box__sub-info {
  background-color: #312F86;
  border-color: #312F86;
}
.cobaltbluestage .stage-box__category-item-sub {
  background-color: #312F86;
  border-color: #312F86;
  color: #fff;
}
.cobaltbluestage .stage-box__info-person,
.cobaltbluestage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #312F86;
}
.cobaltbluestage .info-btn:before {
  border-top-color: #312F86;
}
@media screen and (min-width: 768px) {
  .cobaltbluestage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: rgb(111,97,162);
    border-color: rgb(111,97,162);
    color: #fff;
  }
}

/* green */
.oasisgreenstage .content-stage__head {
  background-color: #15A8A0;
  background-image: url(../img/main/bg-stage-oasis_green.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.oasisgreenstage .content-stage__btn {
  background-image: url(../img/common/ico_arrow-oasis-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #15A8A0;
}
.oasisgreenstage .content-stage__section-ttl {
  color: #15A8A0;
}
.oasisgreenstage .stage-box__sub-info {
  background-color: #15A8A0;
  border-color: #15A8A0;
}
.oasisgreenstage .stage-box__category-item-sub {
  background-color: #15A8A0;
  border-color: #15A8A0;
  color: #fff;
}
.oasisgreenstage .stage-box__info-person,
.oasisgreenstage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #15A8A0;
}
.oasisgreenstage .info-btn:before {
  border-top-color: #15A8A0;
}
@media screen and (min-width: 768px) {
  .oasisgreenstage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: rgb(128,194,188);
    border-color: rgb(128,194,188);
    color: #fff;
  }
}

/* red */
.roseredstage .content-stage__head {
  background-color: #D71618;
  background-image: url(../img/main/bg-stage-rose_red.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.roseredstage .content-stage__btn {
  background-image: url(../img/common/ico_arrow-rose-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #D71618;
}
.roseredstage .content-stage__section-ttl {
  color: #D71618;
}
.roseredstage .stage-box__sub-info {
  background-color: #D71618;
  border-color: #D71618;
}
.roseredstage .stage-box__category-item-sub {
  background-color: #D71618;
  border-color: #D71618;
  color: #fff;
}
.roseredstage .stage-box__info-person,
.roseredstage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #D71618;
}
.roseredstage .info-btn:before {
  border-top-color: #D71618;
}
@media screen and (min-width: 768px) {
  .roseredstage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: rgb(226,110,71);
    border-color: rgb(226,110,71);
    color: #fff;
  }
}

/* pink */
.killerpinkstage .content-stage__head {
  background-color: #D53182;
  background-image: url(../img/main/bg-stage-killer_pink.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.killerpinkstage .content-stage__btn {
  background-image: url(../img/common/ico_arrow-killer-b.png);
  border-color: #fff;
  background-color: #fff;
  color: #D53182;
}
.killerpinkstage .content-stage__section-ttl {
  color: #D53182;
}
.killerpinkstage .stage-box__sub-info {
  background-color: #D53182;
  border-color: #D53182;
}
.killerpinkstage .stage-box__category-item-sub {
  background-color: #D53182;
  border-color: #D53182;
  color: #fff;
}
.killerpinkstage .stage-box__info-person,
.killerpinkstage .stage-infobox__info-inner-txt:nth-child(odd) {
  color: #D53182;
}
.killerpinkstage .info-btn:before {
  border-top-color: #D53182;
}
@media screen and (min-width: 768px) {
  .killerpinkstage .content-stage__btn:hover {
    background-image: url(../img/common/ico_arrow-w-b.png);
    background-color: rgb(224,123,165);
    border-color: rgb(224,123,165);
    color: #fff;
  }
}

/* その他のステージはこちら */
[data-stage="white"] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-df-r.png);
  border-color: #d9d9d9;
  background-color: #fff;
  color: #30343f;
}
[data-stage="rosered"] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #D71618;
  border-color: rgb(226,110,71);
  color: #fff;
}
[data-stage="oasisgreen"] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #15A8A0;
  border-color: rgb(128,194,188);
  color: #fff;
}
[data-stage="cobaltblue"] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #312F86;
  border-color: rgb(111,97,162);
  color: #fff;
}
[data-stage="killerpink"] .content-stage__head-nav-link {
  background-image: url(../img/common/ico_arrow-w-r.png);
  background-color: #D53182;
  border-color: rgb(224,123,165);
  color: #fff;
}
@media screen and (min-width: 768px) {
  [data-stage="white"].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 #999;
    box-shadow: 0 5px 0 #999;
  }
  [data-stage="white"] .content-stage__head-nav-link:hover {
    background-image: url(../img/common/ico_arrow-w-r.png);
    background-color: #999;
    border-color: #999!important;
    color: #fff;
  }
  [data-stage="rosered"].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 rgb(226,110,71);
    box-shadow: 0 5px 0 rgb(226,110,71);
  }
  [data-stage="rosered"] .content-stage__head-nav-link:hover {
    background-color: rgb(226,110,71);
    border-color: rgb(226,110,71);
    color: #fff;
  }
  [data-stage="oasisgreen"].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 rgb(128,194,188);
    box-shadow: 0 5px 0 rgb(128,194,188);
  }
  [data-stage="oasisgreen"] .content-stage__head-nav-link:hover {
    background-color: rgb(128,194,188);
    border-color: rgb(128,194,188);
    color: #fff;
  }
  [data-stage="cobaltblue"].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 rgb(111,97,162);
    box-shadow: 0 5px 0 rgb(111,97,162);
  }
  [data-stage="cobaltblue"] .content-stage__head-nav-link:hover {
    background-color: rgb(111,97,162);
    border-color: rgb(111,97,162);
    color: #fff;
  }
  [data-stage="killerpink"].content-stage__head-item:hover {
    -webkit-box-shadow: 0 5px 0 rgb(224,123,165);
    box-shadow: 0 5px 0 rgb(224,123,165);
  }
  [data-stage="killerpink"] .content-stage__head-nav-link:hover {
    background-color: rgb(224,123,165);
    border-color: rgb(224,123,165);
    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: 152px;
  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.0;
}
.timetable-hour-item:first-child {
  padding-bottom: 104px;
}
.timetable-hour-item:nth-child(6) {
  padding-bottom: 109px;
}
.timetable-hour-item:nth-child(7) {
  padding-bottom: 102px;
}
.timetable-hour-item:last-child {
  padding-bottom: 0;
}
.timetable-ttl {
  margin-bottom: 15px;
  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="white"] .timetable-body {
  background-image: url(../img/main/bg-border-g.png);
}
[data-stage="rosered"] .timetable-ttl {
  color: #D71618;
}
[data-stage="rosered"] .timetable-body {
  background-color: #D71618;
}
[data-stage="white"] .timetable-ttl {
  color: #636464;
}
[data-stage="white"] .timetable-body {
  background-color: #fff;
}
[data-stage="oasisgreen"] .timetable-ttl {
  color: #15A8A0;
}
[data-stage="oasisgreen"] .timetable-body {
  background-color: #15A8A0;
}
[data-stage="killerpink"] .timetable-ttl {
  color: #D53182;
}
[data-stage="killerpink"] .timetable-body {
  background-color: #D53182;
}
[data-stage="cobaltblue"] .timetable-ttl {
  color: #312F86;
}
[data-stage="cobaltblue"] .timetable-body {
  background-color: #312F86;
}

.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.0;
}
.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;
}
[data-stage="rosered"] .timetable-name-wrap {
  color: #D71618;
}
[data-stage="white"] .timetable-name-wrap {
  color: #636464;
  border-color: #e4e7e9;
}
[data-stage="oasisgreen"] .timetable-name-wrap {
  color: #15A8A0;
}
[data-stage="killerpink"] .timetable-name-wrap {
  color: #D53182;
}
[data-stage="cobaltblue"] .timetable-name-wrap {
  color: #312F86;
}


.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 .roseredstage .mfp-close {
  color: #D71618;
}
.open_stage .whitestage .mfp-close {
  color: #636464;
}
.open_stage .oasisgreenstage .mfp-close {
  color: #15A8A0;
}
.open_stage .killerpinkstage .mfp-close {
  color: #D53182;
}
.open_stage .cobaltbluestage .mfp-close {
  color: #312F86;
}
@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: 2.0rem;
    font-weight: bold;
    background-color: #828282;
    color: #fff;
    line-height: 1.0;
    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-ttl {
    height: 77px;
    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: 1358px;
  }
  #a02 .timetable-body {
    height: 990px;
  }
  .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 .3s ease-out;
    transition: all .3s ease-out;
  }
  .timetable-info-inner:hover {
    opacity: .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; }
  .span-15 { height: 30px; }
  .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: 106px;
  }
  .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.0;
    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-bottom: 8px;
    text-align: center;
  }
  .timetable-body {
    height: calc(100% - 33px);
    padding: 20px 0;
  }
  .timetable-stage-item:nth-child(2n) .timetable-body {
    padding-top: 65px;
  }
  .content__section:nth-child(odd) [data-stage="white"] .timetable-body {
    background-color: #e4e7e9;
  }
  .content__section:nth-child(odd) [data-stage="white"] .timetable-time {
    background-color: #999;
    color: #fff;
  }
  .content__section:nth-child(odd) [data-stage="white"] .timetable-name {
    border-color: #999;
  }
  .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="cobaltblue"].timetable-stage-item,
  [data-stage="killerpink"].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 .roseredstage .content__btn a {
  border-color: #fff;
  border-bottom-color: #d9d9d9;
  background-color: #fff;
  color: #D71618;
  background-image: url(../img/common/ico_arrow-red-r.png);
}
#main .roseredstage .content__btn a:hover {
  background-color: rgb(226,110,71);
  background-image: url(../img/common/ico_arrow-w-r.png);
  border-color: rgb(226,110,71);
  color: #fff;
}

#main .oasisgreenstage .content__btn a {
  border-color: #fff;
  background-color: #fff;
  color: #15A8A0;
  border-bottom-color: #d9d9d9;
  background-image: url(../img/common/ico_arrow-oasis-r.png);
}
#main .oasisgreenstage .content__btn a:hover {
  background-color: rgb(128,194,188);
  border-color: rgb(128,194,188);
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
}

#main .cobaltbluestage .content__btn a {
  border-color: #fff;
  background-color: #fff;
  color: #312F86;
  border-bottom-color: #d9d9d9;
  background-image: url(../img/common/ico_arrow-cobalt-r.png);
}
#main .cobaltbluestage .content__btn a:hover {
  background-color: rgb(111,97,162);
  border-color: rgb(111,97,162);
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
}

#main .killerpinkstage .content__btn a {
  border-color: #fff;
  background-color: #fff;
  color: #D53182;
  border-bottom-color: #d9d9d9;
  background-image: url(../img/common/ico_arrow-killer-r.png);
}
#main .killerpinkstage .content__btn a:hover {
  background-color: rgb(224,123,165);
  border-color: rgb(224,123,165);
  color: #fff;
  background-image: url(../img/common/ico_arrow-w-r.png);
}
