@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Oswald&display=swap');
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a, a img {
  overflow: hidden;
  color: #48a4bc;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:active {
  opacity: .8;
  border: none;
  outline: none;
}
a:hover img, a:active img {
  opacity: 1;
  border: none;
  outline: none;
}
html, body {}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: bold;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
* {
  box-sizing: border-box;
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: none;
}
body {
  font-size: 3.5vw;
  line-height: 1.6;
  color: #000;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 11000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  z-index: 11;
}
#wrap {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg.jpg);
}
.opening .details p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.opening .details p:last-child {
  text-align: right;
  font-weight: 700;
}
.opening h2 {
  text-align: center;
  font-family: 'Oswald', cursive;
  font-size: 2.5em;
  padding: 0;
  line-height: 1;
  letter-spacing: .05em;
  text-indent: .05em;
  margin-bottom: .8em;
  color: #c1120e;
}
.header {
  position: relative;
  background: #fff;
}
.header .mainimg {
  background: url(../images/mainimg2105_sp.jpg) no-repeat center 0;
  background-size: cover;
  padding-top: 85.33333%;
}
.header h1 {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, .45);
}
.header h1 img {
  width: 95%;
  padding: .5em 0;
  margin: 0 auto;
}
.gnavi {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, .7);
}
.gnavi ul {
  width: 90%;
  margin: 0 auto;
}
.gnavi li {
  font-size: 1.2em;
  font-family: 'Oswald', cursive;
  float: left;
  width: 25%;
}
.gnavi li a {
  color: #333333;
  line-height: 2.5;
  text-align: center;
  display: block;
  letter-spacing: .1em;
  text-indent: .05em;
}
.gnavi li:nth-child(3n) a {
  border-right: none;
}
.gnavi.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .85);
}
.gnavi.fixed li {
  font-size: 1.1em;
}
.gnavi.fixed li a {
  line-height: 2.5;
}
.main {
  z-index: 1;
}
.area {
  padding: 10% 4%;
}
.area h2 {
  text-align: center;
  font-family: 'Oswald', cursive;
  font-size: 3em;
  padding: 0;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
  margin-bottom: 10%;
  color: #fff;
}
.schedule h2, .message h2 {
  text-shadow:
    1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
}
.message {
  z-index: 1;
}
.message h2 {}
.message_in {
  background: #fff;
  padding: 0 6% 5%;
  color: #000;
  position: relative;
  margin-top: 5em;
}
.message_in:before {
  content: "";
  background: url(../images/message_top.png) no-repeat left 0;
  background-size: cover;
  display: block;
  width: 100%;
  height: 3em;
  position: absolute;
  top: -3em;
  left: 0;
  z-index: 1;
}
.message_in:after {
  content: "";
  /*background: url(../images/shadow.png) no-repeat right 0;*/
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 103%;
  position: absolute;
  top: -1.5em;
  right: -.5em;
  z-index: -1;
}
.message_in p {
  margin-bottom: 1.5em;
  line-height: 1.7;
  letter-spacing: .05em;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.message_in p:last-child {
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
}
.movie li {
  text-align: center;
  margin-bottom: 1.5em;
}
.movie li:last-child {
  margin-bottom: 0;
}
.movie li a {
  display: block;
  margin-bottom: .5em;
  position: relative;
}
.movie li a:before {
  content: "";
  display: block;
  background: url(../images/play.png) no-repeat center;
  background-size: contain;
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.movie li span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 56.25%;
  display: block;
}
.schedule {
  z-index: 1;
  color: #000;
}
.schedule h2 {}
.schedule:before, .schedule:after {
  content: "";
  background-size: 100% 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.schedule:after {
  bottom: 0;
  top: auto;
}
.schedule .tournavi li {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  margin-top: -1px;
}
.schedule .tournavi li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  position: relative;
}
.schedule .tournavi li a:after {
  content: "\f3d0";
  font-family: "ionicons";
  font-size: 1.2em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tour {
  padding: 0em 0% 0;
}
.tour:last-child {
  padding-bottom: 0em;
}
.tour h3 {
  text-align: center;
  font-size: 1.5em;
}
.tour01 h3 {
  color: #fac824;
}
.tour02 h3 {
  color: #5ab9d2;
}
.tourlist li {
  padding: 1em 4%;
  background: #fff;
  margin-bottom: 2px;
}
.tourlist .block01 .region {
  background: #aaa;
  padding: .4em 0;
  line-height: 1;
  width: 5em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-right: .5em;
  margin-top: -.5em;
}
.tourlist .block01 .day {
  font-size: 1.6em;
  font-weight: 700;
}
.tourlist .block01 .day small {
  margin-left: .3em;
  font-family: 'Oswald', cursive;
  letter-spacing: 0.05em;
  font-size: smaller;
  vertical-align: baseline;
}
.tour01 .tourlist .block01 .region {
  background: #d30000;
}
.tour02 .tourlist .block01 .region {
  background: #326c7b;
}
.tourlist .block02 {
  margin: 0em 0 .3em;
}
.tourlist .block02 span {
  display: block;
}
.tourlist .block02 span.info a {
  color: #000;
  text-decoration: underline;
  margin-right: .5em;
}
.tourlist .block02 span.release {
  font-weight: bold;
}
.tourlist .block02 .attention {
  background: #001538;
  width: 100%;
  margin: .7em auto 0;
  border-radius: 0px;
  z-index: 10;
}
.tourlist .block02 .attention a {
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 1.1em;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  padding: .5em 0;
}
.tourlist .block02 .place {
  font-size: 1.5em;
  font-weight: 700;
}
.ticket, .goods {
  background: #001538;
  z-index: 1;
}
.ticket h2 {
  color: #fff;
}
.ticket .price {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
.ticket .price i {
  font-size: 1.1em;
  margin-right: .2em;
  font-style: normal;
}
.ticket .price span {
  font-weight: normal;
  font-size: .8em;
  margin-top: .5em;
  display: inline-block;
  width: 100%;
}
.ticket .stream {
  margin: 10% auto 0;
}
.ticket .stream h3 {
  font-size: 1.1em;
}
.ticket .stream h3 b {
  font-size: 1.2em;
}
.ticket .stream > div {
  margin-top: 1em;
}
.ticket .stream > div p:nth-of-type(1) {
  margin-top: 0em;
}
.ticket .stream p {
  margin-top: 15px;
}
.ticket .stream span:nth-of-type(1) {
  margin-top: 15px;
}
.ticket .stream span {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-top: 5px;
}
.ticket .zepp_bnr {
  margin: 10% auto 0;
  text-align: center;
}
.ticket .zepp_bnr a {
  display: block;
}
.ticket .zepp_bnr a img {
  margin: 0 auto;
  border-radius: 5px;
}
.ticket_in {
  background: #fff;
  text-align: center;
  padding: 5% 5% 2%;
  margin: 1px 0 0;
  font-size: 1.05em;
}
.ticket_in:first-child {
  margin: 2em auto 0;
}
.ticket_in .box h3 {
  color: #c1120e;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.ticket_in .box h3 span {
  display: block;
}
.ticket_in .box h4 {
  font-weight: 700;
  margin-bottom: .5em;
  font-size: 1.1em;
}
.ticket_in p {
  margin-top: 1em;
}
.ticket_in .box p {
  margin-top: 0;
}
.linkbtn {
  width: 100%;
  margin-top: 1em;
}
.linkbtn a {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 3.5;
  color: #fff;
  background: #001538;
  margin-bottom: 1em;
  position: relative;
  border-radius: 3px;
}
.linkbtn a:after {
  content: "\f3d3";
  font-family: "ionicons";
  font-size: 1.2em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linkbtn.finish a {
  background: #808080;
  opacity: .6;
}
.linkbtn.finish a:hover, .linkbtn.finish a:active {
  opacity: .6;
}
.ticket .ticket_in.normal .linkbtn:nth-child(1) a {
  background: #3366CD;
}
.ticket .ticket_in.normal .linkbtn:nth-child(2) a {
  background: #0174BE;
}
.ticket .ticket_in.normal .linkbtn:nth-child(3) a {
  background: #F16BAA;
}
.ticket .ticket_in.normal.stream_btn .linkbtn:nth-child(1) a {
  background: #E50265;
}
.ticket .ticket_in.normal.stream_btn .linkbtn:nth-child(2) a {
  background: #04A13F;
}
.comingsoon {
  font-family: 'Oswald', cursive;
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  padding: 0em 0 1em;
}
.footer {
  padding: 0;
}
.footer .sns {
  text-align: center;
  padding: 3em 0 0;
}
.footer .sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
}
.footer .sns li a {
  display: block;
}
.footer .sns li a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 2.5em;
  height: 2.5em;
}
.footer .sns li.tw a:before {
  background-image: url("../images/icon_tw.png");
}
.footer .sns li.insta a:before {
  background-image: url("../images/icon_insta.png");
}
.footer .sns li.fb a:before {
  background-image: url("../images/icon_fb.png");
}
.footer .sns li.yt a:before {
  background-image: url("../images/icon_yt.png");
}
.footer .official_logo {
  width: 92%;
  margin: 2em auto;
}
.footer .official_logo li {
  width: 47%;
  float: left;
  margin: 0 1.5%;
  text-align: center;
}
.footer .official_logo li a {
  display: block;
  text-align: center;
}
.footer .official_logo li a img {
  width: 100%;
}
/*page-top*/
#page-top {
  position: fixed;
  right: 4%;
}
#page-top a {
  text-decoration: none;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}
#page-top img {
  max-width: 4em;
}
/*page-top*/
.footer .copy {
  font-size: .8em;
  text-align: center;
  padding-bottom: 2em;
}
.remodal-wrapper {
  padding: 0 5%;
}
.remodal-overlay {
  background: rgba(255, 255, 255, .95);
}
.remodal {
  padding: 10% 0;
  background: none;
  max-width: 900px;
}
.remodal-close {
  top: 2.5%;
  left: 2%;
}
.remodal .remodal_in {
  padding: 0;
  text-align: left;
  background: none;
  color: #000;
}
.remodal .remodal_in .close_btn {
  background: none;
  border: 1px solid #000;
  color: #000;
  padding: .8em 4em;
  font-size: 1em;
  margin: 3em auto 0;
  display: table;
  cursor: pointer;
  text-decoration: none;
}
.remodal .remodal_in .close_btn:hover {
  background: none;
  border: 1px solid #999;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remodal_movie {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: .5em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideupin {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.slideupin.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein {
  opacity: 0;
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
}
.area h2 {
  opacity: 0;
  transition: all 1000ms;
}
.area h2.scrollin {
  opacity: 1;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.goods.area {
  padding-left: 0;
  padding-right: 0;
}
.annotation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #fff;
  margin-bottom: 2em;
  color: #fff;
}
.annotation p {
  padding-left: 1em;
  text-indent: -1em;
}
/*川口総合文化センターリリア公演延期のお知らせ*/
.remodal-wrapper {
  padding: 0 4%;
}
.remodal-overlay {
  background: rgba(0, 0, 0, .9);
}
.remodal {
  padding: 10% 0;
  background: none;
  max-width: 900px;
}
.remodal-close {
  top: 2.5%;
  left: 2%;
}
.remodal .remodal_in {
  padding: 0;
  text-align: left;
  background: none;
  color: #000;
}
.remodal .remodal_in .close_btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: .8em 4em;
  font-size: 1em;
  margin: 3em auto 0;
  display: table;
  cursor: pointer;
  text-decoration: none;
}
.remodal .remodal_in .close_btn:hover {
  background: none;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.measures_area {
  border: 1px solid #fff;
  padding: 8% 5%;
  margin-top: 2em;
}
.measures_area h4 {
  font-weight: 600;
  font-size: 1.15em;
  margin-bottom: 1.5em;
}
.measures_link a {
  color: #fff;
  background: #001538;
  padding: .5em 1em;
  display: block;
  font-weight: 600;
  position: relative;
}
.measures_link a:before {
  content: "\f125";
  font-family: 'ionicons';
  color: #fff;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.measures_link a:hover {
  background: #9d1118;
}
.remodal .measures_modal_in {
  background: #fff;
  padding: 4% 0;
  border-radius: 6px;
}
.measures_modal_in h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0em;
  color: #000;
  text-align: center;
}
.measures_modal_in h3 span {
  display: block;
  margin-top: .2em;
  font-size: .8em;
  font-weight: 600;
}
.measures_modal_in .headline {
  color: #001538;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid #001538;
  margin: 1em 4% 1.2em;
  padding-bottom: 1em;
  text-align: center;
}
.measures_modal_in .text {
  padding: 0 4%;
  margin-bottom: 2em;
}
.measures_modal_in .text p {
  margin-top: 1em;
  font-size: .95em;
  margin-bottom: 1em;
}
.measures_modal_in .text h4 {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 2em;
  color: #ab800b;
  margin-left: -.4em;
}
.measures_modal_in .text li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.1em;
}
.measures_modal_in .text li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: .2em;
}
.measures_modal_in .text li li {
  margin: 0;
}
.measures_modal_in .text li li:before {
  content: "・"
}
.measures_modal_in .text a {
  color: #001538;
  text-decoration: underline;
}
.measures_modal .close_btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: .8em 4em;
  font-size: 1em;
  margin: 3em auto 0;
  display: table;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.measures_modal .close_btn:hover {
  background: none;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ticket_goods_modal {
  max-width: 600px;
  padding: 5% 0;
}
.ticketmodal_area {
  padding: 0;
  background: none;
  margin: 1em 0 2em;
}
.ticketmodal_btn a {
  color: #fff;
  background: #001538;
  padding: 4% 2%;
  font-size: 1.05em;
  text-align: center;
  font-weight: bold;
  display: block;
}
.ticketmodal_btn a:hover {
  background: #fff;
  color: #001538;
}
.measures_modal_in.sub .text {
  margin: 0 4% 2em;
  padding: 0 0 2em;
  border-bottom: 1px dotted #000;
}
.measures_modal_in.sub .text:last-child {
  padding-bottom: 0;
  border: none;
}
.measures_modal_in.sub .text p {
  margin-bottom: 0;
}
.measures_modal_in.sub .text ul {
  margin-bottom: 1em;
}
.measures_modal_in.sub .text li {
  margin-bottom: 0;
}
.measures_modal_in.sub .text h5 {
  background: #000;
  color: #fff;
  padding: .8em;
  font-weight: bold;
  margin-top: 2em;
}
.measures_modal_in.sub .text h6 {
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: 1.5em;
  color: #ab800b;
}
.measures_modal_in.sub .text h6 + p {
  margin-top: 0;
}
.measures_modal_in.sub .lowson_step > div p {
  margin: 0;
}
.measures_modal_in.sub .lowson_step > div p:after {
  content: "\f35d";
  font-family: 'ionicons';
  display: block;
  font-size: 1.2em;
  padding-left: 1em;
}
.measures_modal_in.sub .lowson_step > div p:last-child:after {
  display: none;
}
.measures_modal_in.sub .kikan {
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
}
.measures_modal_in.sub .kikan span {
  color: #001538;
  display: block;
}
/*210205追加*/
.measures_modal_in.sub .text p {
  margin-bottom: 0;
  line-height: 1.6;
}
.measures_modal_in .text ul {
  margin-top: 1.5em;
}
.measures_modal_in .text ul li:nth-of-type(1) {
  font-size: 1.1em;
}
.measures_modal_in .text li {
  padding-left: 0em;
  margin-bottom: 0.5em;
}
.measures_modal_in .text li:before {
  content: "";
  position: static;
}
/*210205追加*/
/*川口総合文化センターリリア公演延期のお知らせ*/
/*210225追加*/
.tourlist .block02 span.red {
  color: darkred;
  padding-left: 1em;
  text-indent: -1em;
}
.measures_modal_in .text ul:first-of-type {
  margin-top: 2em;
}
.measures_modal_in .text ul.mt0 {
  margin-top: -.5em;
}
.measures_modal_in .text span.red {
  color: darkred;
}
.measures_modal_in .text small {
  font-size: smaller;
}
/*210225追加*/
@media screen and (min-width: 751px) {
  .annotation {
    width: 71.4%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .annotation {
    width: 92%;
    max-width: 472px;
  }
}
@media screen and (max-height:375px) {}
@media screen and (min-width:375px) {}
@media screen and (min-width:414px) {}
@media screen and (min-width:568px) {}
@media screen and (min-width:667px) {}
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    font-size: 14px;
  }
  .header .mainimg {
    background-image: url(../images/mainimg2105.jpg);
    background-position: center bottom;
    padding-top: 60%;
  }
  .header h1 {
    width: 100%;
    bottom: 15px;
  }
  .header h1 img {
    width: 90%;
  }
  .gnavi {
    font-size: 1.05em;
  }
  .message_in {
    margin-top: 100px;
    padding: 0 50px 5px;
  }
  .message_in:before {
    height: 60px;
    top: -60px;
    background-size: 100% 100%;
  }
  .message_in:after {
    height: 107%;
    top: -6%;
  }
  .message_in > div {
    top: -10px;
    position: relative;
    z-index: 1;
  }
  .message_in p {
    line-height: 2;
  }
  .message_text br.pc {
    display: none;
  }
  .area {
    padding: 50px 4%;
  }
  .area h2 {
    font-size: 3.5em;
    margin-bottom: 50px;
  }
  .movie ul {
    text-align: center;
    letter-spacing: -.4em;
  }
  .movie li {
    width: 70%;
    padding: 0 .5%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  .schedule .tournavi {
    margin-left: 1px;
  }
  .schedule .tournavi li {
    width: 50%;
    margin-top: 0;
    float: left;
    margin-left: -1px;
  }
  .schedule .tournavi li a {
    font-size: 1.05em;
  }
  .tour {
    padding: 0px 0 0;
  }
  .tour:last-child {
    padding-bottom: 0px;
  }
  .tour h3 {
    font-size: 1.8em;
    width: 70%;
    margin: 0 auto 10px;
    max-width: 800px;
  }
  .tourlist li {
    font-size: .9em;
    position: relative;
    padding: 1em 2%;
  }
  .tourlist .block01 {
    float: left;
    width: 14.5%;
    font-size: 1.1em;
    line-height: 3;
  }
  .tourlist li:nth-last-child(4) .block01 {
    line-height: 4;
  }
  .tourlist li:nth-last-child(-n+3) .block01 {
    line-height: 5;
  }
  .tourlist .block02 {
    margin-bottom: 0;
  }
  .tourlist .block02 .place {
    width: auto;
  }
  .tourlist .block02 .time {
    float: left;
    padding-top: .2em;
    display: inline-block;
    margin-right: 1em;
  }
  .tourlist .block02 .info {
    padding-top: .2em;
    display: inline-block;
  }
  .tourlist .block02 .time, .tourlist .block02 .info {
    font-size: .9em;
  }
  .tourlist .block02 .attention {
    width: auto;
    margin: 0em auto 0;
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tourlist .block02 .attention a {
    text-align: left;
    padding: 0.5em 1.5em 0.5em 1em;
  }
  .tourlist .block02 .attention a:after {
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ticket_in {
    padding: 30px;
    position: relative;
  }
  .ticket_in .box h3 {
    font-size: 1.3em;
  }
  .ticket_in .box h3 span {
    display: inline-block;
    margin-left: .5em;
  }
  /*  .ticket_in .box h4 + p br {
    display: none;
  }*/
  .ticket_in .box > div p br {
    display: block;
  }
  .ticket .zepp_bnr {
    margin-top: 50px;
  }
  .linkbtn {
    max-width: 20em;
    margin: 1em auto;
  }
  .ticket_in .box > div {
    text-align: left;
  }
  .ticket .linkbtn {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  .ticket .linkbtn a {
    margin-bottom: 0;
  }
  .ticket .ticket_in.normal .linkbtn {
    position: static;
    float: left;
    max-width: 32%;
    margin-right: 2%;
    transform: none;
  }
  .ticket .ticket_in.normal .linkbtn:last-child {
    margin-right: 0%;
    float: right;
  }
  .ticket .stream {
    margin: 50px auto 0;
  }
  .ticket .stream span {
    padding-left: 0em;
    text-indent: 0em;
    text-align: center;
  }
  .ticket .ticket_in.normal.stream_btn .linkbtn {
    max-width: 49%;
  }
  .footer {
    padding: 0 0 30px 0;
  }
  .remodal .remodal_in .close_btn {
    margin-top: 3em;
  }
  .goods.area {
    padding-left: 0;
    padding-right: 0;
  }
  /*川口総合文化センターリリア公演延期のお知らせ*/
  .measures_modal {
    padding: 50px 0;
  }
  .measures_modal_in h3 {
    font-size: 1.4em;
    margin: 0 0 0em;
  }
  .measures_modal_in .notice_comment {
    padding: 20px;
  }
  .measures_modal_in .text h4 {
    margin-top: 2em;
  }
  .price_info li {
    padding: 40px 5%;
  }
  .measures_area {
    margin: 2em auto;
    padding: 40px 0;
  }
  .measures_link a {
    width: 27em;
    margin: 0 auto;
    padding: 0;
    line-height: 3.5;
  }
  .ticketmodal_area {
    max-width: 1120px;
    margin: 40px auto;
  }
  .ticketmodal_btn a {
    padding: 1.5em;
    font-size: 1.1em;
  }
  .measures_modal_in.sub .headline {
    text-align: center;
    font-size: 1.3em;
  }
  .measures_modal_in.sub .kikan span {
    display: inline-block;
    vertical-align: top;
  }
  .measures_modal_in.sub .kikan {
    text-align: left;
    margin: 1.5em 0;
  }
  .measures_modal_in.sub .text h5 {
    margin-top: 3em;
  }
  /*川口総合文化センターリリア公演延期のお知らせ*/
}
@media screen and (min-width:1024px) {
  .opening .details p {
    text-align: center;
  }
  .header h1 {
    bottom: 30px;
  }
  .header h1 img {
    width: 740px;
  }
  .message_text {
    text-align: center;
  }
  .message_text br.pc {
    display: block;
  }
  .tourlist .block01 {
    float: left;
    font-size: 1.1em;
    line-height: 3.7;
  }
  .tourlist .block02 {
    float: left;
    width: 79%;
  }
  .tourlist .block02 .place {
    width: auto;
  }
  .tourlist .block02 .time, .tourlist .block02 .info, .tourlist .block02 .release {
    font-size: 1em;
  }
  .tourlist .block02 .time, .tourlist .block02 .info, .tourlist .block02 .release {
    font-size: 1em;
  }
  .tourlist .block02 .time, .tourlist .block02 .info {
    padding-top: .5em;
  }
  .tourlist .block02 .release {
    padding-top: .5em;
  }
  .ticket .zepp_bnr {
    max-width: 600px;
  }
  .ticket_in .box > div p br {
    display: none;
  }
  .footer .official_logo {
    width: 460px;
  }
  /*川口総合文化センターリリア公演延期のお知らせ*/
  .ticketmodal_btn a {
    padding: 1.5em;
    font-size: 1.2em;
  }
  /*川口総合文化センターリリア公演延期のお知らせ*/
}
@media screen and (min-width:1280px) {
  body {
    font-size: 15px;
  }
  .header .mainimg {
    background-position: center top;
    padding-top: 55.55%;
  }
  .gnavi {
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px 0 25px;
  }
  .gnavi ul {
    text-align: center;
  }
  .gnavi li {
    font-size: 1.2em;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .gnavi li a {
    line-height: 1;
    border: none !important;
    margin: 0 2em;
    background: none;
  }
  .gnavi li a:hover {
    color: #48a4bc;
    opacity: 1;
  }
  .gnavi.fixed {
    height: 80px;
    padding: 10px 0 0;
  }
  .gnavi.fixed li {
    font-size: 1.2em;
  }
  .area {
    padding: 80px 2%;
  }
  .area h2 {
    margin-bottom: 80px;
  }
  .message_in {
    max-width: 960px;
    margin: 100px auto 0;
  }
  .movie li {
    width: 50%;
  }
  .schedule:before, .schedule:after {
    height: 25px;
  }
  .schedule .tournavi, .tour {
    max-width: 1120px;
    margin: 0 auto;
  }
  .schedule .tournavi li a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
  .tour {
    padding-top: 80px;
  }
  .tour h3 {
    font-size: 2em;
    margin-bottom: .5em;
  }
  .tour:last-child {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .tourlist li {
    font-size: 1em;
    padding: 1em 4%;
  }
  .tourlist .block02 .attention {
    right: 4%;
  }
  .ticket_in {
    max-width: 1120px;
    margin: 1px auto 0;
    padding: 30px 100px;
  }
  .ticket .linkbtn {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  .ticket .price {
    font-size: 1.6em;
  }
  .ticket_in .box h3 {
    font-size: 1.4em;
  }
  .ticket_in .box h4 {
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .ticket .stream {
    margin: 80px auto 0;
  }
  .footer .sns {
    padding: 60px 0 0;
  }
  #page-top {
    position: fixed;
    right: 1%;
  }
  #page-top img {
    max-width: 76px;
  }
}
@media screen and (min-width:1440px) {}
@media screen and (min-width:1200px) and (min-height:900px) {}
@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
  a:hover, a:active {
    opacity: 1;
    border: none;
    outline: none;
  }
}