@charset "UTF-8";
/* チケット */
.main {
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 1200px;
}

.p-ticket_block + .p-ticket_block {
  margin-top: 27px;
}

.p-ticket_block__ttl {
  margin-bottom: 20px;
}

.p-ticket_price__box {
  padding: 8px 8.5%;
}

.p-ticket_pamph {
  margin-bottom: 41px;
}

.p-ticket_pamph__box {
  padding: 8px 8.5%;
}

.p-ticket_pamph__img {
  position: relative;
  padding: 21px 0 17px;
}

.p-ticket_pamph__img::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 2px, rgba(117, 93, 50, 0) 2px, rgba(117, 93, 50, 0) 3px);
  background-size: 3px 1px;
  width: 100%;
  height: 1px;
  content: "";
}

.p-ticket_pamph__img img {
  margin: 0 auto;
}

.p-ticket_schedule__box {
  padding: 27px 7.2% 38px;
  color: #fdfdff;
  line-height: 1.35;
}

.p-ticket_schedule__box + .p-ticket_schedule__box {
  margin-top: 14px;
}

.p-ticket_schedule__header {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 18px;
  color: #bf9a58;
}

.p-ticket_schedule__header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 2px, rgba(117, 93, 50, 0) 2px, rgba(117, 93, 50, 0) 3px);
  background-size: 3px 1px;
  width: 100%;
  height: 1px;
  content: "";
}

.p-ticket_schedule__ttl {
  line-height: 1.5;
}

.p-ticket_schedule__date {
  margin-top: 3px;
  font-size: 13.5px;
  letter-spacing: 0.03em;
}

.p-ticket_schedule__data {
  font-size: 13.5px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-ticket_schedule__data-item + .p-ticket_schedule__data-item {
  margin-top: 9px;
}

.p-ticket_schedule__data-item dt::after {
  content: "：";
}

.p-ticket__note {
  margin: 54px auto 0;
  max-width: 770px;
}

.btn__text {
  position: relative;
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
  padding: 0 34px;
  font-weight: bold;
  font-size: 13.5px;
  line-height: 1.35;
  letter-spacing: normal;
}

.btn__text::before {
  position: absolute;
  top: 4px;
  left: 1px;
  opacity: 1;
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
  background: url(../image/ticket/icon_ticket.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 11px;
  content: "";
}

.btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  min-height: 53px;
}

.btn__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0.4s;
  transition: all 0.2s linear 0.4s;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.1s linear 0.3s;
  transition: all 0.1s linear 0.3s;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__style {
  display: inline-block;
  position: relative;
  margin-top: 4%;
  overflow: hidden;
}

.btn__style::before {
  -webkit-transition: all 0.1s linear 0.3s;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 1;
  transition: all 0.1s linear 0.3s;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__style::after {
  -webkit-transition: all 0.1s linear 0.2s;
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 1;
  transition: all 0.1s linear 0.2s;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: "";
}

.btn__style:hover::before {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  width: 275px;
}

.btn__style:hover::after {
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
  border-color: #a7946a;
  height: 63px;
}

.btn__link {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4c3d1e;
  width: 270px;
  height: 63px;
  color: #bf9a58;
}

.btn__link::before {
  position: absolute;
  bottom: -1px;
  left: -1px;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
  background-color: #a7946a;
  width: 0;
  height: 1px;
  content: "";
}

.btn__link::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  border-right: 1px solid #a7946a;
  width: 1px;
  height: 0;
  content: "";
}

.btn__link.is-disalbed {
  pointer-events: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn__link.is-disalbed::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(128, 128, 128, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

/* 受付終了 */
.btn__link.is__end:hover::before,
.btn__link.is__end:hover::after {
  display: none;
}

.is__gold {
  position: absolute;
  top: 30px;
  left: 204px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  border-top: 1px solid #4d3c20;
  width: 10px;
  height: 1px;
}

@media not all and (max-width: 767px){
  .p-ticket_block + .p-ticket_block {
    margin-top: 78px;
  }
  .p-ticket_block__ttl {
    margin-bottom: 40px;
  }
  .p-ticket_price__box {
    padding: 12px 5.7%;
  }
  .p-ticket_pamph {
    margin-bottom: 87px;
  }
  .p-ticket_pamph__box {
    padding: 12px 5.7%;
  }
  .p-ticket_pamph__img {
    padding: 41px 0 30px;
  }
  .p-ticket_pamph__img::before {
    background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 4px, rgba(117, 93, 50, 0) 4px, rgba(117, 93, 50, 0) 6px);
    background-size: 6px 1px;
  }
  .p-ticket_schedule__box {
    padding: 45px 5.8% 59px;
  }
  .p-ticket_schedule__box + .p-ticket_schedule__box {
    margin-top: 30px;
  }
  .p-ticket_schedule__header {
    margin-bottom: 34px;
    padding-bottom: 33px;
  }
  .p-ticket_schedule__header::after {
    background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 4px, rgba(117, 93, 50, 0) 4px, rgba(117, 93, 50, 0) 6px);
    background-size: 6px 1px;
  }
  .p-ticket_schedule__ttl {
    font-size: 30px;
    letter-spacing: 0.03em;
  }
  .p-ticket_schedule__date {
    margin-top: 8px;
    font-size: 26px;
    letter-spacing: normal;
  }
  .p-ticket_schedule__data {
    font-size: 21px;
  }
  .p-ticket_schedule__data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-ticket_schedule__data-item + .p-ticket_schedule__data-item {
    margin-top: 5px;
  }
  .p-ticket__note {
    width: 90%;
  }
  .p-ticket__note .p-in-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-ticket__note .p-in-head {
    min-width: 13.5em;
  }
  .btn__text {
    padding: 20px 0 20px 73px;
    font-size: 17px;
  }
  .btn__text::before {
    top: 21px;
    left: 51px;
    width: 15px;
    height: 20px;
  }
  .btn__inner {
    min-height: 64px;
  }
  .btn__link:hover::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: calc(100% + 2px);
  }
  .btn__link:hover::after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    height: calc(100% + 2px);
  }
  .btn__link:hover .btn__inner::before {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
  }
  .btn__link:hover .btn__inner::after {
    -webkit-transition: all 0.1s linear 0.2s;
    transition: all 0.1s linear 0.2s;
    height: 100%;
  }
  .btn__link:hover .btn__text {
    opacity: 0.6;
  }
  .btn__link:hover .btn__text::before {
    opacity: 0.6;
  }
  .btn__link:hover .btn__text::after {
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    background-color: #4d3c20;
    width: 25px;
  }
  .btn__link:hover .is__gold {
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-color: #a7946a;
    width: 30px;
  }
}

@media screen and (max-width: 767px){
  .p-ticket__note {
    margin-top: 25px;
  }
  .p-ticket__note .p-in-item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-ticket__note .p-in-head {
    display: inline;
  }
  .p-ticket__note .p-in-desc {
    display: inline;
  }
  .btn__text {
    padding: 20px 0 20px 80px;
    font-size: 15px;
  }
  .btn__text::before {
    top: 17px;
    left: 52px;
    width: 18px;
    height: 23px;
  }
  .btn__style {
    display: block;
    margin: 4% auto 0;
    max-width: 270px;
  }
  .btn__link {
    width: 100%;
    max-width: 270px;
  }
}
