img {
  width: 100%;
  height: auto;
}

#contents .wrapper {
	width: 950px;
}

/* ----------------------------------------
mv
----------------------------------------- */
.ticket-mv-wrap {
  height: 360px;
  margin: 0 0 -10px;
  position: relative;
  background: url(../img/ticket/bg_mv_ticket_pc.png) no-repeat center top;
  background-size: cover;
}

.ticket-mv-schedule {
  position: absolute;
  bottom: 47px;
  left: 50%;
  margin-left: -475px;
}

.ticket-mv-wrap #mv {
  background-image: none;
}

#mv.ticket h1 .ttl {
  display: inline-block;
  width: 460px;
}

@media screen and (max-width: 786px) {

  #contents .wrapper {
    width: 100%;
  }

  .ticket-mv-wrap {
    height: auto;
    margin: 0;
    background: none;
    margin: 0 0 15px;
  }
  .ticket-mv-schedule {
    position: static;
    margin-left: 0;
    margin-top: 15px;
  }
  .ticket-mv-wrap #mv {
    padding: 12% 0 0;
    background-image: url(../img/ticket/bg_mv_ticket_sp.png);
    background-size: 100% auto;
  }
  #mv.ticket h1 {
    width: 72%;
    border-bottom: 1px solid transparent;
  }
  #mv.ticket h1::after {
    width: 54%;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #mv.ticket h1 .ttl {
    width: 100%;
  }
}

.schedule-title {
  text-align: center;
  font-size: 24px;
  color: #55126b;
  margin: 0 0 30px;
}

.schedule-links {
  display: table;
  width: 960px;
  margin: 0 -5px 15px -5px;
}

.schedule-links-item {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding: 0 5px;
}

.schedule-links-item a {
  display: block;
  width: 100%;
  background: #df4949;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.schedule-links-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  border-width: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}

.schedule-links-item:last-child a {
  background: #f39b1e;
}

.schedule-links-item:nth-child(2n) a {
  background: #4d87bc;
}

@media screen and (max-width: 786px) {
  .schedule-title {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .schedule-links {
    display: block;
    width: auto;
    margin: 0 10px 18px;
  }
  .schedule-links-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  .schedule-links-item a {
    font-size: 15px;
    padding: 13px 0 12px;
  }
  .schedule-links-item a::after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    border-width: 2px;
    right: 20px;
    margin-top: -8px;
  }
}

/* category */
.category {
  font-size: 0;
  text-align: right;
  width: 950px;
  margin: 0 auto 30px;
}

.category-item {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  padding: 0 0 0 40px;
}

.category-item:last-child {
  padding: 0;
}

.category-item i {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
}

.icon-flower01 {
  background: url(../img/ticket/icon_flower01.png);
}

.icon-flower02 {
  background: url(../img/ticket/icon_flower02.png);
}

.category-item__link {
  color: #55126b;
  font-size: 14px;
  text-decoration: underline;
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1;
}

.category-item__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #985b9b;
  border-right: 1px solid #985b9b;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

@media screen and (max-width: 786px) {
  .category {
    text-align: left;
    width: auto;
    margin: 0 10px 15px;
  }
  .category-item {
    display: block;
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
  }
  .category-item:last-child {
    display: none;
  }
  .category-item i {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .icon-flower01 {
    background: url(../img/ticket/icon_flower01.png);
    background-size: cover;
  }
  .icon-flower02 {
    background: url(../img/ticket/icon_flower02.png);
    background-size: cover;
  }
}

.schedule-table {
  width: 950px;
  border-left: 1px solid #661d7e;
  border-bottom: 1px solid #661d7e;
  box-sizing: border-box;
  margin: 0 0 60px;
}

.table-week, .table-day {
  display: table;
  width: 100%;
}

.table-week .table-item {
  background: #eee;
  font-size: 18px;
  font-weight: bold;
}

.table-item {
  display: table-cell;
  width: 14.29%;
  text-align: center;
  border-top: 1px solid #661d7e;
  border-right: 1px solid #661d7e;
  box-sizing: border-box;
}

.table-item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 786px) {
  .schedule-table {
    width: auto;
    margin: 0 5px 30px;
  }
  .table-week .table-item {
    font-size: 6px;
  }
}

.block {
  border: #df4949 8px solid;
  max-width: 950px;
  box-sizing: border-box;
  padding: 40px 30px 30px;
  margin: 0 0 40px;
}

.block--blue {
  border-color: #4d87bc;
}

.block--yellow {
  border-color: #f39b1e;
  margin: 0 0 95px;
}

.info-title {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: bold;
}

.info-title--red {
  color: #df4949;
}

.info-title--blue {
  color: #4d87bc;
}

.info-title--yellow {
  color: #f39b1e;
}

.reserve-title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: bold;
  color: #55126b;
}

@media screen and (max-width: 786px) {
  .block {
    border: #df4949 4px solid;
    padding: 18px 10px 10px;
    margin: 0 auto 20px;
  }
  .block--blue {
    border-color: #4d87bc;
  }
  .block--yellow {
    border-color: #f39b1e;
    margin: 0 0 15px;
  }
  .info-title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .reserve-title {
    font-size: 13px;
    margin: 0 0 10px;
  }
}

/* info */
.info {
  margin: 0 0 40px;
}

.info-item, .reserve-item {
  border-top: 1px solid #661d7e;
  padding: 19px 0;
  display: table;
  width: 100%;
  position: relative;
}

.info-item:last-child, .reserve-item:last-child {
  border-bottom: 1px solid #661d7e;
}

.reserve-item.reserve-item--bb {
  border-top: none;
  padding: 0;
  margin: 0 0 15px;
}

.reserve-item.reserve-item--bb2 {
  border-top: none;
  padding: 0 0 29px;
}

.reserve-item.reserve-item--bb2 .ticket-tell {
  margin: 0;
}

.reserve-item {
  padding: 34px 0 19px;
}

.reserve-item:last-child {
  border-bottom: none;
  margin: 0;
}

.info-item-title, .info-item-desc,
.reserve-item-title, .reserve-item-desc {
  display: table-cell;
  /*vertical-align: top;*/
}

@media screen and (max-width: 786px) {
  .info {
    margin: 0 0 25px;
  }
  .info-item, .reserve-item {
    padding: 10px 5px;
    box-sizing: border-box;
    display: block;
  }
  .info-item:last-child, .reserve-item:last-child {
    border-bottom: none;
  }
  .info-item-title, .info-item-desc,
  .reserve-item-title, .reserve-item-desc {
    display: block;
  }
}

/* info */
.info-item-title {
  width: 130px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

.text-price {
  font-size: 18px;
  line-height: 1.67;
}

.text-price-small {
  font-size: 14px;
}

.text-price-caption {
  font-size: 12px;
  display: block;
  line-height: 1;
  padding: 5px 0 0;
}

.info-logo {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
}

.info-logo img {
  width: 382px;
}

.info-address {
  font-size: 16px;
  line-height: 1.63;
}

.ticket-btn {
  display: block;
  background: #985b9b;
  width: 142px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 18px 0;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #623c64;
  position: relative;
}

.ticket-btn--internet {
  width: 360px;
  background: #f30b42;
  box-shadow: 0px 2px 0px 0px #643c4b;
  margin: 0 0 20px;
}

.ticket-btn:hover {
  top: 2px;
  box-shadow: none;
}

.info-ticket-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -26px;
}

@media screen and (max-width: 786px) {
  .info-item-title {
    width: auto;
    font-size: 10px;
    line-height: 1;
    padding: 0;
    margin: 0 0 5px;
  }
  .text-price {
    font-size: 10px;
    line-height: 1.3;
  }
  .text-price-small {
    font-size: 10px;
  }
  .info-logo {
    margin: 0 0 8px;
    font-size: 14px;
  }
  .info-logo img {
    width: 229px;
  }
  .info-address {
    font-size: 9px;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .ticket-btn {
    width: 100%;
    line-height: 1;
    font-size: 10px;
    text-align: center;
    padding: 16px 0 15px;
  }
  .ticket-btn--internet {
    width: 100%;
    margin: 0 0 10px;
  }
  .info-ticket-btn {
    position: static;
    margin-top: 0;
  }
}

/* reserve */
.reserve-item-title {
  width: 330px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}

.reserve-item-title span {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  border-bottom: #000 1px solid;
  padding: 0 0 1px;
  line-height: 1;
}

.reserve-item-title span.bn {
	border: none;
}

.reserve-item-title span::after {
  content: "";
  width: 6px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -13px;
  background: #55126b;
}

.reserve-contact {
  display: table;
  line-height: 1;
  margin: 0 0 10px;
}

.reserve-contact-title,
.reserve-contact-desc {
  display: table-cell;
}

.reserve-contact-title {
  font-size: 14px;
  font-weight: bold;
  color: #f30b42;
  padding: 0 15px 0 0;
}

.reserve-info {
  margin: 25px 0 0;
  border: 4px solid #d9d7d9;
  background: #f5f5f5;
  padding: 15px 20px;
}

.reserve-info--blue {
  padding: 8px 10px;
}

.reserve-info--sec {
  margin: 0 0 20px;
}

.reserve-info--red .reserve-info-title {
  color: #f30b42;
}

.reserve-info--yellow .reserve-info-title {
  color: #f39b1e;
}

.reserve-info--blue .reserve-info-title {
  color: #4d87bc;
  font-size: 18px;
  margin: 0 0 5px;
}

.reserve-info--blue .reseve-info-desc {
  font-size: 12px;
}

.reserve-info-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.reseve-info-desc {
  font-size: 16px;
  line-height: 1.63;
}

.reserve-info-text {
  font-size: 14px;
  line-height: 1.86;
}

.reserve-info-text span {
  color: #f30b42;
}

.ticket-link {
  display: block;
  color: #f30b42;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

.ticket-link:hover {
  text-decoration: none;
}

.reserve-shops {
  font-size: 14px;
  line-height: 1.86;
}

.reserve-item-ception {
  font-size: 12px;
  line-height: 1.67;
}

.ticket-shoplist {
  font-size: 16px;
  line-height: 1.63;
  font-weight: bold;
}

.info-title-caption {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -7px;
  display: inline-block;
  color: #55126b;
  padding: 0 0 0 20px;
}

.ticket-tell {
  color: #f30b42;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.ticket-tell span {
  color: #000;
  display: inline-block;
  font-size: 16px;
}

@media screen and (max-width: 786px) {
  .reserve-item-title {
    width: auto;
    font-size: 10px;
    margin: 0 0 10px;
  }
  .reserve-item-title span {
    margin: 0 0 0 8px;
  }
  .reserve-item-title span::after {
    content: "";
    width: 3px;
    height: 13px;
    left: -8px;
    margin-top: -6px;
  }
  .reserve-contact {
    line-height: 1;
    margin: 0 0 10px;
  }
  .reserve-contact-title {
    font-size: 10px;
    padding: 0 10px 0 0;
    margin: 0 0 5px;
    width: 40px;
    vertical-align: top;
  }
  .reserve-contact-desc {
    font-size: 10px;
    line-height: 1.3;
  }
  .reserve-contact-desc span {
    font-size: 8px;
  }
  .text-price-small {
    font-size: 8px;
  }
  .reserve-info {
    margin: 0 0 10px;
    border: 2px solid #d9d7d9;
    padding: 10px;
  }
  .reserve-info--sec {
    margin: 0 0 10px;
  }
  .reserve-info--blue .reserve-info-title {
    font-size: 10px;
    margin: 0 0 2px;
  }
  .reserve-info--blue .reseve-info-desc {
    font-size: 8px;
  }
  .reserve-info-title {
    font-size: 10px;
    margin: 0 0 2px;
  }
  .reseve-info-desc {
    font-size: 9px;
  }
  .reserve-info-text {
    font-size: 9px;
    line-height: 1.67;
  }
  .ticket-link {
    font-size: 9px;
    margin: 0 0 8px;
  }
  .reserve-shops {
    font-size: 9px;
    line-height: 1.44;
  }
  .reserve-item-ception {
    font-size: 8px;
    line-height: 1.3;
  }
  .ticket-shoplist {
    font-size: 10px;
    line-height: 1.5;
    font-weight: bold;
  }
  .info-title-caption {
    font-size: 8px;
    line-height: 1.3;
    display: block;
    color: #55126b;
    margin: 5px 0 0;
  }
  .ticket-tell {
    color: #f30b42;
    font-size: 11px;
    margin: 0 0 10px;
  }
  .ticket-tell span {
    color: #000;
    display: block;
    font-size: 9px;
    margin: 1px 0 0;
  }
}

.block-wrap {
  padding: 100px 0 0;
  margin: -100px 0 0;
}

.alart {
  background: #000;
  color: #fff;
}

.alart .wrapper {
  width: 870px;
  margin: 0 auto;
  padding: 44px 0 62px;
}

.alart-title {
  font-size: 18px;
  margin: 0 0 5px;
}

.alart-text {
  font-size: 14px;
  line-height: 1.8;
}

.alart-item:first-child {
  margin: 0 0 30px;
}

@media screen and (max-width: 786px) {
  .alart {
    margin: 0 auto;
    padding: 0 4%;
  }
  .alart .wrapper {
    width: 100%;
    padding: 15px 0 18px;
  }
  .alart-title {
    font-size: 11px;
    margin: 0 0 3px;
  }
  .alart-text {
    font-size: 9px;
  }
  .alart-item:first-child {
    margin: 0 0 15px;
  }
}
