@charset "UTF-8";
/* チケット */
.main {
  padding-bottom: 100px;
}

.ticket {
  position: relative;
  margin: 3% auto;
  padding: 5.2%;
  width: 83%;
  border: 1px solid #745d31;
}

.ticket__text {
  text-align: center;
  font-size: 30px;
  margin: 3% 0 5.8%;
}
.ticket__text .seat {
  margin-top: 1.2%;
  font-size: 33px;
}

.title__style {
  margin: 0 auto;
  width: 50%;
}

.ticket__schedule {
  font-size: 30px;
  margin-bottom: 2.3%;
  letter-spacing: 0.04em;
  line-height: 1.3em;
}

.ticket__soldout {
  color: #68522b;
  margin-bottom: 3%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0.02em;
}

.ticket__place {
  padding: 0 0 30px;
  line-height: 1.5em;
  color: #68522b;
  font-size: 24px;
}

.ticket__date {
  font-size: 24px;
  color: #68522b;
  margin-bottom: 4.5%;
  letter-spacing: 0.02em;
}

.ticket {
  background: rgba(255, 255, 255, 0.8);
}
.ticket::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 20px;
  height: 20px;
  z-index: 2;
  background: url(../image/schedule/frame_left_top.png) left top no-repeat;
  background-size: 100%;
}
.ticket::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: -7px;
  width: 20px;
  height: 20px;
  z-index: 2;
  background: url(../image/schedule/frame_left_under.png) left bottom no-repeat;
  background-size: 100%;
}

.ticket__wrap::before {
  content: '';
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  background: url(../image/schedule/frame_right_top.png) left top no-repeat;
  background-size: 100%;
}
.ticket__wrap::after {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  background: url(../image/schedule/frame_right_under.png) right bottom no-repeat;
  background-size: 100%;
}

.ticket__innertext .text__link {
  display: inline;
  display: inline-block;
  color: #68522b;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ticket__innertext .text__link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

dl {
  margin-bottom: 2%;
  letter-spacing: -.4em;
  text-align: left;
  font-size: 0;
}
dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
dl dd {
  font-size: 20px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.02em;
}

.btn__style {
  border: 1px solid #4d3c20;
  width: 270px;
  height: 63px;
  font-size: 18px;
  margin-top: 4%;
  position: relative;
}

.btn__text {
  font-size: 17px;
  letter-spacing: 0.04em;
  padding: 23px 0 23px 73px;
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text:hover {
  opacity: 0.6;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text::before {
  content: '';
  position: absolute;
  top: 21px;
  left: 51px;
  width: 15px;
  height: 20px;
  background: url(../image/ticket/icon_ticket.png) left center no-repeat;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text:hover .btn__text::before {
  opacity: 0.6;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}

.btn__link {
  width: 270px;
  height: 63px;
}

.btn__style::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .2s linear .4s;
  transition: all .2s linear .4s;
}
.btn__style:hover::before {
  width: 270px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
.btn__style::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.btn__style:hover::after {
  border-color: #a7946a;
  height: 63px;
  -webkit-transition: all .1s linear .2s;
  transition: all .1s linear .2s;
}

.btn__link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}
.btn__link:hover::before {
  border-color: #a7946a;
  width: 270px;
  -webkit-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
}
.btn__link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-right: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.btn__link:hover::after {
  height: 63px;
  -webkit-transition: all .1s linear .5s;
  transition: all .1s linear .5s;
}

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

.btn__link:hover .is__gold {
  border-color: #a7946a;
  width: 30px;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

/* 受付終了 */
.is__gold.is__end::after {
  content: '※受付終了';
  position: absolute;
  top: -6px;
  left: 80px;
  width: 90px;
  height: 18px;
  color: #9e1313;
  font-size: 15px;
}

.btn__text.is__end:hover {
  opacity: 1;
}
.btn__text.is__end:hover .btn__text::before {
  opacity: 1;
}

.btn__style.is__end:hover::before, .btn__style.is__end:hover::after {
  display: none;
}

.main {
  /* padding-bottom: 11.5%;*/
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main {
    max-width: 767px;
    min-width: 320px;
  }

  .ticket {
    margin: 4% auto;
    padding: 9%;
    width: 89%;
  }

  .ticket__soldout {
    margin-bottom: 9%;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: normal;
  }

  .ticket__text {
    text-align: center;
    font-size: 19px;
    margin: 5% 0 11%;
  }
  .ticket__text .seat {
    margin-top: 3%;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }

  .title__style {
    margin: 0 auto;
    width: 100%;
  }

  .ticket__schedule {
    font-size: 22px;
    font-size: 19px;
    margin-bottom: 4%;
    letter-spacing: 0.04em;
    line-height: 1.4em;
  }

  .ticket__date {
    font-size: 19px;
    font-size: 16px;
    margin-bottom: 9%;
    letter-spacing: 0.02em;
    line-height: 1.2em;
  }

  .ticket__place {
    font-size: 16px;
  }

  .ticket::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 12px;
    height: 12px;
    z-index: 2;
    background: url(../image/ticket/frame_left_top.png) left top no-repeat;
    background-size: 100%;
  }
  .ticket::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 12px;
    height: 12px;
    z-index: 2;
    background: url(../image/ticket/frame_left_under.png) left bottom no-repeat;
    background-size: 100%;
  }

  .ticket__wrap::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
    background: url(../image/ticket/frame_right_top.png) left top no-repeat;
    background-size: 100%;
  }
  .ticket__wrap::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
    background: url(../image/ticket/frame_right_under.png) right bottom no-repeat;
    background-size: 100%;
  }

  .ticket__innertext {
    font-size: 13px;
    line-height: 1.3em;
  }

  dl {
    margin-bottom: 2%;
    letter-spacing: -.4em;
    text-align: left;
    font-size: 0;
  }
  dl dt {
    font-size: 13px;
    line-height: 1.8em;
    display: block;
    letter-spacing: normal;
    vertical-align: top;
  }
  dl dd {
    font-size: 13px;
    line-height: 1.4em;
    display: block;
    vertical-align: top;
    letter-spacing: 0;
    margin-bottom: 4%;
  }

  .main {
    padding-bottom: 24%;
  }

  .btn__style {
    border: 1px solid #4d3c20;
    width: 235px;
    height: 63px;
    font-size: 18px;
    margin: 10px auto 18px;
    position: relative;
  }

  .btn__text {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 24px 0 23px 76px;
    opacity: 1;
    -webkit-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s;
  }
  .btn__text::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50px;
    width: 15px;
    height: 20px;
    background: url(../image/ticket/icon_ticket.png) left center no-repeat;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s;
  }

  .btn__link {
    width: 235px;
    height: 63px;
  }

  .btn__style::before, .btn__style::after {
    display: none;
  }

  .btn__link::before, .btn__link::after {
    display: none;
  }

  .is__gold {
    position: absolute;
    top: 30px;
    left: 180px;
    border-top: 1px solid #4d3c20;
    width: 10px;
    height: 1px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
  }
  .is__gold.is__end::after {
    top: 39px;
    left: -100px;
    width: 100px;
    height: 18px;
    color: #9e1313;
    font-size: 13px;
  }

  .btn__link:hover .is__gold {
    border-color: #4d3c20;
    width: 10px;
  }
}
