@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}
li {
  list-style: none;
}
.pc_only {
  display: none;
}
#nextstage_body {
  background: linear-gradient(217deg, rgba(254,247,209,.8), rgba(254,247,209,0) 70.71%),
            linear-gradient(127deg, rgba(225,192,115,.8), rgba(225,192,115,0) 70.71%),
            linear-gradient(336deg, rgba(225,174,115,.8), rgba(225,174,115,0) 70.71%);
  color: #470303;
  font-size: 13px;
}
.content-wrapper {
        background-image: url("/img/bg.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}
#nextstage_body section.nextstage__detail a:link, #nextstage_body section.nextstage__detail a:visited, #nextstage_body section.nextstage__place a:link, #nextstage_body section.nextstage__place a:visited, #nextstage_body section.nextstage__contact a:link, #nextstage_body section.nextstage__contact a:visited {
  color: #a22021;
}
#nextstage_body section.nextstage__detail a:hover, #nextstage_body section.nextstage__contact a:hover, #nextstage_body section.nextstage__place a:hover {
  color: rgba(57, 27, 202, 0.83);
}
.nextstage__story__frame img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
div.nextstage__info_top {
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: repeat-y;
}
.nextstage__top {
  position: relative;
}
.nextstage__top .inner{
    position:relative;
    z-index: 100;
}
.nextstage__top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.nextstage__top_lead_contaniner{
    margin-top:20px;
}
.nextstage__top_lead{
    margin:10px auto;
}
.nextstage__top_lead_heading{
    max-width: 40%;
}
.nextstage__top_lead_heading.long{
    max-width: 60%;
}

div.nextstage__info_top p.nextstage__topcomment {
  background-color: #470303;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
div.nextstage__info_top p.nextstage__topcomment span.text__strong {
  font-size: 18px;
  line-height: 2;
}
.nextstage__top h2 {
  background-color: #a22021;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 10px;
}
.text__strong {
  font-size: 20px;
  font-weight: bold;
}
.text__second {
  font-size: 14px;
  font-weight: bold;
}
.text__default {
  font-size: 12px;
}
.nextstage__top h1.text__strong {
  margin-bottom: 10px;
}
.nextstage__top p.ma-b20 {
  margin-bottom: 20px;
}
.nextstage__tokuhou_strong {
  font-size: 18px;
  font-weight: 800;
  color: #cc0000;
  margin: 20px 0;
}
li.main_staff {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
#nextstage_body .inner {
  width: 95%;
  display: block;
  margin: 0 auto;
}
/*#nextstage_top_contents{
	background-image:url(../img/nextstage_bg_face.png);
	background-size:contain;
	background-position-y:60px;
	background-position-x:50px;
	min-height:500px;
	}*/
#nextstage_top_contents {
  background-color: #fff;
  color: #470303;
}
#nextstage_top_info {
  width: 40%;
}
#nextstage_top_info img {
  width: 100%;
  height: auto;
}
#nextstage_top_copy {
  width: 100%;
  margin: 80px 0 0;
}
#nextstage_top_copy img {
  width: 100%;
  height: auto;
}
nav#nextstage_nav ul li {
  display: block;
  float: left;
  background-image: url(../../img/top/nav_bg.png);
  background-size: 100px 30px;
  margin: 10px;
  width: 100px;
  text-align: center;
}
#nextstage_body .main nav#nextstage_nav ul li a, #nextstage_body .main nav#nextstage_nav ul li a:link, #nextstage_body .main nav#nextstage_nav ul li a:visited {
  color: #fff;
}
#nextstage_top_contents h1 {
  font-size: 30px;
  padding: 5px 20px 5px 0;
}
#nextstage_top_contents h2 {
  font-size: 16px;
}
.nextstage__detail__left {
  margin-bottom: 20px;
}
#nextstage__schedule {
  clear: both;
  margin: 0 auto 20px;
}
/*ここから*/
#nextstage__schedule {
  clear: both;
  margin: 0 auto 20px;
}
#nextstage__schedule table {
  border-top: none;
  border-right: none;
  width: inherit;
  border-spacing: 0;
  display: flex;
  justify-content: space-between;
}
#nextstage__schedule thead {
  width: 6em;
}
#nextstage__schedule thead tr {
  display: flex;
  flex-direction: column;
}
#nextstage__schedule thead th:first-child {
  color: #470303;
  background-color: transparent;
  position: relative;
}
#nextstage__schedule thead tr th {
  width: 100%;
}
#nextstage__schedule thead tr th br {
  display: none;
}
/*	#nextstage__schedule thead th:first-child:after{position: absolute;content: "aaaaa";}*/
#nextstage__schedule tbody {
  width: calc(100% - 6.5em);
  white-space: nowrap;
  display: flex;
}
#nextstage__schedule tbody tr {
  width: 33%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
}
#nextstage__schedule tbody td:first-child {
  color: #fff;
  background-color: rgba(14, 14, 14, 0.54);
}
#nextstage__schedule th, #nextstage__schedule td {
  border-bottom: 1px solid rgba(14, 14, 14, 0.54);
  border-left: none;
  text-align: center;
  padding: 4px 0;
  width: 100%;
  display: inline-block;
}
#nextstage__schedule th {
  background-color: rgba(14, 14, 14, 0.54);
  color: #fff;
}
#nextstage_body .inner {
  max-width: 800px;
}
#nextstage__schedule table {
  width: 100%;
}
#nextstage__schedule thead {
  width: 30%;
  display: block;
  float: left;
}
#nextstage__schedule thead tr {
  width: 96%;
  display: block;
}
#nextstage__schedule th br {
  display: none;
}
#nextstage__schedule tbody {
  display: block;
  width: 70%;
  white-space: nowrap;
  float: left;
}
#nextstage__schedule tbody tr {
  display: block;
  width: 24%;
  margin-right: 1%;
  float: left;
}
#nextstage__schedule th, #nextstage__schedule td {
  display: block;
}
/*その他装飾*/
.ticket__guest {
    margin-top: 20px;
    border: 1px solid #470303;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
}
.ticket__guest-profile{
    display:flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 30px;
}
@media only screen and (max-width: 500px) {
    .ticket__guest-profile{
    flex-direction: column;
    }
}
.ticket__guest-photo{
    max-width:180px;
    text-align: center;
    margin:10px auto 0;
}
.ticket__price dl {
  margin-bottom: 10px;
}
.ticket__price_p {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 40px;
}
.ticket__price dl dd {
  margin: 0 0 10px;
}
.ticket__price dl dd span.text__small {
  font-size: 12px;
}
.ticket__price p.release_date {
  margin-bottom: 20px;
  font-size: 16px;
  color: #c6000b;
  font-weight: 800;
}
.ticket__price .ticket__notice__heading {
  margin: 20px 0 10px;
}
.ticket_btn_list {
  margin-bottom: 20px;
}
.ticket_btn {
  background-color: #470303;
  text-align: center;
  cursor: pointer;
  border-right: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 60px;
}
.ticket_notice_add {
  margin-top: 20px;
  border: 1px solid #470303;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.ticket_notice_lists li{
    list-style: disc;
    margin-left: 40px;
}
.ticket_seat{
    margin:40px auto 0;
}
#nextstage_body section.nextstage__detail .ticket_btn a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 4;
}
#nextstage_body section.nextstage__detail .ticket_btn.tel a {
  line-height: 1;
  padding-top: 16px;
}
#nextstage_body section.nextstage__detail .ticket_btn a, #nextstage_body section.nextstage__detail .ticket_btn a:link, #nextstage_body section.nextstage__detail .ticket_btn a:visited {
  color: #fff;
  text-decoration: none;
}
ul.nextstage__detail__seats {
  margin: 20px 0 20px;
}
li.nextstage__detail__seat {
  position: relative;
  margin-left: 10px;
}
li.nextstage__detail__seat:before {
  position: absolute;
  content: "◆";
  font-size: 10px;
  height: 17px;
  width: 17px;
  top: 0;
  left: -10px;
  color: #263152;
}
.nextstage__detail__contacts {
  margin-bottom: 20px;
}
.nextstage_ticket ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.nextstage_ticket dd {
  padding-left: 20px;
}
.reserve__space {
  margin-bottom: 20px;
}
.nextstage__shinjuku {
  background-color: #470303;
  color: #fff;
  padding: 10px;
}
.nextstage__shinjuku h1 {
  text-align: center;
  border-bottom: 1px solid #f00;
  padding: 5px 0;
  margin: 0 auto 10px;
  font-size: 30px;
}
.nextstage__shinjuku h2 {
  margin: 0 0 10px;
}
.nextstage__shinjuku ul {
  margin-bottom: 20px;
}
.nextstage__shinjuku ul li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 5px;
}
.nextstage__shinjuku ul li:before {
  position: absolute;
  content: "◆";
  font-size: 10px;
  color: #f00;
  left: -20px;
}
.nextstage__shinjuku img {
  padding-bottom: 10px;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
section.nextstage__place {
  padding: 0 0 30px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.nextstage__cast__lists {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
li.nextstage__cast__list {
  width: calc(100% / 4);
  margin-bottom: 10px;
  min-height: 138px;
}
li.nextstage__cast__list div{
  position: relative;
}
li.nextstage__cast__list div:before{
    position: absolute;
    content: "";
    width: 90%;
    max-width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    mix-blend-mode: multiply;
}

li.nextstage__cast__list img {
  width: 90%;
  height: auto;
  max-width: 100px;
  display: block;
  margin: 0 auto;

}
li.nextstage__cast__list h1 {
  text-align: center;
  color: #c6000b;
  height: 35px;
  line-height: 1;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
}
li.nextstage__cast__list h1 span {
  font-size: 10px;
  line-height: 1;
}
li.nextstage__staff__list {
  display: block;
  float: left;
  margin-right: 15px;
}
li.nextstage__staff__list span {
  color: #c6000b;
  font-size: 12px;
}
.nextstage__flyer .nextstage__flyer_front img, .nextstage__flyer .nextstage__flyer_back img {
  border: 1px solid #bbb;
  box-shadow: 1px 1px 2px #bbb;
}
.nextstage__flyer_front {
  display: block;
  width: 49%;
  float: left;
}
.nextstage__flyer_back {
  display: block;
  width: 49%;
  float: right;
}
.nextstage__production__lists{
    display:flex;
    flex-wrap: wrap;
}
li.nextstage__production__list {
  margin-right: 30px;
    position: relative;
}
li.nextstage__production__list:before{
    position:absolute;
    content: "/";
    right: -17px;
}
img.bunkacho_logo {
  max-width: 300px;
}
.nextstage_info_top {
  margin: 20px 0 30px;
}
.nextstage_info_top p {
  margin: 20px 0;
}
.nextstage_info_top img.zatsuyu_logo {
  width: 150px;
  height: auto;
  margin-left: 20px;
}
.nextstage_info_top .top_comment {
  background-color: #345096;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 20px 10px;
  color: #ffffff;
}
.mov_heading {
  background-color: #470303;
  border-top: 3px solid #a22021;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 3;
  text-align: center;
  clear: both;
}
/*
section.nextstage__top{
      background-image: url(../img/bg.png);
        background-position: bottom;
}
*/
section.nextstage__top, section.nextstage__detail, section.nextstage__place, section.nextstage__cast, section.nextstage__staff, section.nextstage__flyer, section.nextstage__production, section.nextstage__cooparate, section.nextstage__last {
  padding: 0 0 30px;
}
.arrow {
  width: 100%;
}
.arrow img {
  width: 30px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
.nextstage_dd_content strong {
  color: #c6000b;
  font-size: 24px;
}
.nextstage_dd_content {
  margin-bottom: 30px;
}
.nextstage_comment {
  background-color: #470303;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  color: #F3E846;
  padding: 10px;
  margin: 10px 10px 30px 10px;
}
.nextstage_comment h1 {
  font-size: 20px;
  padding-bottom: 15px;
  color: #F3E846;
}
.nextstage_comment h1 small {
  font-size: 14px;
  color: #fff;
}
.nextstage_comment p {
  font-size: 14px;
  line-height: 1.3;
}
.nextstage_comment p strong {
  font-weight: bold;
  color: #FF0004;
}
.bunkacho p {
  display: block;
  float: left;
}
.tubaki_info {
  width: 95%;
    color:#fff;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.20);
  margin-bottom: 30px;
  position: relative;
  min-height: 150px;
}
.tubaki_info h1 {
  position: absolute;
  width: 10%;
  bottom: 5px;
  right: 2%;
}
.tubaki_info h1 img {
  width: 100%;
  height: auto;
}
.tubaki_info ul {
  position: absolute;
  width: 98%;
  bottom: 10px;
  right: 0;
  padding: 10px 0 0 20px;
  max-width: 370px;
}
.cast_list ul li {
  width: 25%;
}
img.umiyukaba_sch {
  max-width: 500px;
}
.nextstage16_info p.nextstage16_flyer {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.nextstage16_info img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 600px;
}
.nextstage__author p {
  margin-bottom: 20px;
}
.author_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.author_photo div {
  padding: 2px;
}
.volunteer_container{
    margin-bottom:40px;
}
.volunteer {
  font-size: 16px;
  margin: 20px 0;
}
.nextstage__yokoku {
  background: #470303;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  max-width: 780px;
  padding: 20px;
  margin: 40px 0;
  text-align: left;
}
.nextstage__yokoku h2 {
  color: red;
  font-size: 24px;
}
.nextstage__yokoku h3 {
  color: red;
  font-size: 28px;
}
@media only screen and (min-width: 481px) {
  .tubaki_info {
    position: relative;
    height: 120px;
    max-width: 400px;
    float: right;
    margin-right: 5%;
  }
  .tubaki_info ul {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px 0 0 20px
  }
  .cast_list ul li {
    width: 25%;
  }
  dl.ticket_reservation {
    position: relative;
  }
  dl.ticket_reservation:after {
    position: absolute;
    content: "";
    background: url(../img/qrcode.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 20rem;
  }
}
@media only screen and (min-width: 769px) {
  header {
    width: 23%;
    height: 100%;
    max-width: 250px;
    left: 0;
    top: 0;
    position: fixed;
    border-top: none;
    background-image: url(/img/bg_header_red.png);
    background-repeat: repeat-y;
    background-position: left;
    background-size: contain;
    background-color: transparent;
  }
  .text__strong {
    font-size: 24px;
  }
  .text__second {
    font-size: 18px;
  }
  .text__default {
    font-size: 14px;
  }
  .mob_only {
    display: none;
  }
  .pc_only {
    display: inherit;
  }
  .ticket_btn_lists {
    display: flex;
  }
  .ticket_btn_list {
    width: 33%;
    margin-right: 2%
  }
    #nextstage_body{
        background: linear-gradient(217deg, rgba(254,247,209,.8), rgba(254,247,209,0) 70.71%),
            linear-gradient(127deg, rgba(225,192,115,.8), rgba(225,192,115,0) 70.71%),
            linear-gradient(336deg, rgba(225,174,115,.8), rgba(225,174,115,0) 70.71%);
    background-size: cover;
    background-attachment:fixed; 
        color: #470303;
        position:relative;
    }
    #deco1{
        position:relative;
    }
    #deco1:before{
        position:absolute;
        content:"";
        width:100%;
        height: 800px;

        right:0;
        top: 0;
        z-index: -1;
    }
        #deco2{
        position:relative;
    }
    #deco2:before{
        position:absolute;
        content:"";
        width:100%;
        height: 1200px;

        right:0;
        top: 0;
        z-index: -1;
    }
  body#nextstage_body.nextstage__doku {
    font-size: 14px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #nextstage_top_contents {
    background-color: transparent;
  }
  #nextstage_body .inner {
    max-width: 780px;
    width: 100%;
    margin: 0;
  }
  #nextstage_body section.nextstage__detail a:link, #nextstage_body section.nextstage__detail a:visited, #nextstage_body section.nextstage__place a:link, #nextstage_body section.nextstage__place a:visited, #nextstage_body section.nextstage__contact a:link, #nextstage_body section.nextstage__contact a:visited {
    color: #fff;
  }
  #nextstage_body section.nextstage__detail a:hover, #nextstage_body section.nextstage__contact a:hover, #nextstage_body section.nextstage__place a:hover {
    color: rgba(57, 27, 202, 0.83);
  }
  main {
    width: 75%;
    float: right;
    padding-bottom: 100px;
  }
  .tubaki_info {
    width: 95%;
    display: block;
    max-width: 550px;
    margin-bottom: 30px;
    position: relative;
    min-height: 150px;
    float: left;
      background-color: rgb(33 33 33 / 62%);
  }
  .tubaki_info h1 {
    position: absolute;
    width: 14%;
    bottom: 5px;
    left: 3%;
  }
  .tubaki_info ul {
    width: 75%;
    max-width: 400px;
  }
  #nextstage_top_contents p.mov_heading {
    display: none;
  }
  .nextstage_mainvisual {
        width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 34%);
  }
  #nextstage_top_info {
    width: 100%;
  }
  #nextstage_top_contents h1 {
    font-size: 60px;
    background-size: contain;
    padding: 5px 20px 5px 20px;
  }
  #nextstage_top_contents h2 {
    font-size: 20px;
  }
  #nextstage_detail {
    background-image: url(../img/nextstage_bg_ura.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    clear: both;
    width: 100%;
  }
  .cast_list ul li {
    width: 16.66%;
  }
  .nextstage_comment {
    max-width: 600px;
    display: block;
    margin: 0 auto 30px;
  }
  .nextstage_comment p {
    font-size: 16px;
  }
  .nextstage_info_top {
    margin: 20px 0 30px;
  }
    .nextstage__top h2{
        background-color: #c6000b;
    }
  .mov_heading {
    background-color:#470303;
    border-top: none;
    width: 90%;
    max-width: 980px;
    color: #fff;
    font-size: 18px;
    line-height: inherit;
    text-align: left;
    background-size: contain;
    background-position-y: bottom;
    padding: 5px 5px 5px 30px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
    .nextstage__schedule_revise{
            font-size: 22px;
    color: #c6000b;
        font-weight: 800;
        margin-bottom: 20px;
    }
  #nextstage__schedule thead th:first-child {
    color: #fff;
  }
  #nextstage__schedule tbody td:first-child {
    color: #fff;
  }
  .ticket__price dl dt {
    width: 200px;
    height: 30px;
    padding-top: 5px;
  }
  .ticket__price dl dd {
    margin: -35px 0 0 220px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
  }
.ticket_btn {
    background-color: #c6000b;
    }
  .ticket__price p.release_date {
    font-size: 26px;
    color: #c6000b;
    background-color: transparent;
    display: inline-block;
  }
    .ticket_notice_add{
        color:#c6000b;
    }
  #nextstage__schedule thead th:first-child {
    color: black;
  }
  #nextstage__schedule th, td {
    border-bottom: 1px solid #2f2f2f;
  }
  li.nextstage__cast__list {
    width: calc(100% / 7);
  }
  li.nextstage__cast__list h1 {
    color: #c6000b;
  }
  .author_photo div {
    padding: 5px;
  }
  .nextstage16_info p.nextstage16_flyer {
    width: 50%;
    float: left;
  }
  .nextstage94_info p.nextstage94_flyer {
    width: 20%;
    display: block;
    float: left;
    margin: 0 auto;
  }
  .nextstage94_info p.nextstage94_photo {
    width: 35%;
    float: left;
    margin: 30px 0 0 5%;
  }
  .nextstage_dd_content strong {
    color: #F3E846;
    font-size: 24px;
  }
  li.nextstage__staff__list span {
    color: #c6000b;
  }
  .galleria {
    width: 90%;
    display: block;
    margin: 0 0 30px 0;
    max-width: 500px;
    }
    .nextstage__info_top{
        background-color:#fff;
    }
  footer {
    clear: both;
    background: rgba(0, 0, 0, 1.00);
  }
}
@media only screen and (min-width: 980px) {
  #nextstage__schedule {
    clear: both;
    margin: 0 auto 20px;
  }
  #nextstage__schedule table {
    border-top: none;
    border-right: none;
    width: inherit;
    border-spacing: 0;
    margin: 0 auto;
    display: initial;
  }
  #nextstage__schedule thead tr th {
    width: 48px;
  }
  #nextstage__schedule thead {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    float: inherit;
  }
  #nextstage__schedule thead tr {
    width: inherit;
    display: initial;
  }
  #nextstage__schedule thead th:first-child {
    color: #fff;
    background-color: transparent;
    position: relative;
    width: 48px;
  }
  /*	#nextstage__schedule thead th:first-child:after{position: absolute;content: "aaaaa";}*/
  #nextstage__schedule tbody {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    float: inherit;
  }
    #nextstage__schedule thead tr th br {
    display: block;
}
  #nextstage__schedule tbody tr {
    display: block;
    width: 100%;
    margin-right: 3%;
    float: left;
  }
  #nextstage__schedule tbody td:first-child {
    color: #94020a;
    background-color: #fff;
      font-weight:800;
  }
  #nextstage__schedule th, #nextstage__schedule td {
    border-bottom: 1px solid #fff;
    border-left: none;
    text-align: center;
    padding: 4px;
    width: 48px;
    display: inline-block;
  }
  #nextstage__schedule th {
    background-color: #fff;
    color: #94020a;
      font-weight:800;
  }
  #nextstage_body .inner {
    max-width: 980px;
  }
  .nextstage__top {
    position: relative;
  }
  .nextstage__top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 420px;
    bottom: 0;
    right: initial;
    left: -20%;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;

  }
  div.nextstage__info_top p.nextstage__topcomment {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 2;
    padding: 30px;
  }
  div.nextstage__info_top p.nextstage__topcomment span.text__strong {
    font-size: 24px;
  }
  .mov_heading {
    max-width: calc(100% - 33px);
    width: 100%;
  }
  .nextstage__detail__left {
    margin: 0 0 20px;
  }
  .nextstage__shinjuku {
    width: 600px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  main {
    width: 800px;
    display: block;
    margin: 0 auto;
    float: none;
    padding-bottom: 100px;
  }
}