@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Roboto+Condensed:400,700");
/* contents */
@media screen and (max-width: 750px) {
  #contents #title01 p.text-c {
    text-align: left;
  }
}
#contents #title02 p {
  line-height: 1.5em;
}
#contents #tickets {
  margin: 0 auto 150px auto;
}
@media screen and (max-width: 750px) {
  #contents #tickets {
    margin: 0 auto 50px auto;
  }
}
#contents #tickets h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #contents #tickets h2 {
    margin-bottom: 1vw;
  }
}
#contents #tickets p.schedule {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #contents #tickets p.schedule {
    font-size: 4vw;
    margin-bottom: 15vw;
  }
}
#contents #tickets .price_and_ticket {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 846px;
  margin: 0 auto;
}
#contents #tickets .price_and_ticket img {
  width: 100%;
  vertical-align: bottom;
}
#contents #tickets .price_and_ticket .price {
  width: 400px;
}
@media screen and (max-width: 750px) {
  #contents #tickets .price_and_ticket .price {
    width: 100%;
    margin-bottom: 10vw;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
#contents #tickets .price_and_ticket .ticketlist {
  width: 300px;
}
@media screen and (max-width: 750px) {
  #contents #tickets .price_and_ticket .ticketlist {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#contents #tickets .price_and_ticket .ticketlist a {
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
}
#contents #tickets .price_and_ticket .ticketlist a img {
  vertical-align: bottom;
}
#contents #tickets .price_and_ticket .price_table {
  width: 100%;
  padding: 55px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 750px) {
  #contents #tickets .price_and_ticket .price_table {
    width: 100%;
    padding: 10vw 0;
    margin-bottom: 10vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
#contents #notes h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #contents #notes h2 {
    margin-bottom: 1vw;
  }
}
#contents #notes h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #contents #notes h3 {
    margin-bottom: 10vw;
    font-size: 4vw;
  }
}
#contents #notes .text_02 {
  text-justify: distribute;
  margin: 0 auto 50px auto;
  line-height: 1.3em;
  max-width: 846px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #contents #notes .text_02 {
    margin: 0 auto 8vw auto;
    font-size: 3.2vw;
    text-justify: none;
  }
}
#contents #notes > p {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #contents #notes > p {
    margin-bottom: 10vw;
    font-size: 4vw;
  }
}

.fm50 {
  margin: 0;
}

.fm50 > * {
  padding: 0;
}

.flex.fm50 {
  position: relative;
  align-items: stretch;
  align-self: stretch;
}
.flex.fm50 .w50-100.text {
  height: auto;
  align-items: center;
  justify-content: center;
}
.flex.fm50 .w50-100.text p {
  height: 100%;
  margin: auto;
  text-align: left;
  display: flex;
  align-items: center;
  width: 85%;
  margin-left: 10%;
  margin-right: 5%;
}
@media screen and (max-width: 750px) {
  .flex.fm50 .w50-100.text p {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }
}

.mt55px {
  margin-top: 55px !important;
}
@media screen and (max-width: 750px) {
  .mt55px {
    margin-top: 35px !important;
  }
}

.tmp03 a,
.tmp03 img {
  display: block;
  width: 100%;
}

.tmp03 a + a,
.tmp03 img + img {
  margin-top: 40px;
}

.tmp03.sp_ticket {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 50px;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 750px) {
  .tmp03.sp_ticket {
    border-bottom: 2px solid #fff;
    margin-bottom: 120px;
  }
}

p.text-c.black {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  p.text-c.black {
    font-size: 12px;
  }
}
