@charset "UTF-8";
/* -----------------------------------------------------------
  定義
----------------------------------------------------------- */
h3, h4, h5 {
  letter-spacing: 0.1rem;
}

body {
  color: #010101;
}

/*----------------------------------------------------
  schedule
----------------------------------------------------*/
.schedule__bg {
  padding: 120px 6.777vw;
}
@media screen and (max-width: 768px) {
  .schedule__bg {
    padding: 60px 20px;
  }
}
.schedule__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.schedule__heading {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .schedule__heading {
    margin-bottom: 30px;
  }
}
.schedule__heading .heading {
  display: inline-block;
  position: relative;
}
.schedule__heading .heading .thunder {
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/share/thunder.svg) no-repeat center;
  display: inline-block;
  width: 34px;
  height: 56px;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .schedule__heading .heading .thunder {
    width: 2.8333333333vw;
    height: 4.6666666667vh;
  }
}
@media screen and (max-width: 768px) {
  .schedule__heading .heading .thunder {
    width: 24px;
    height: 36px;
  }
}
.schedule__heading .heading .txt-en {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.075rem;
  font-size: 96px;
  transition: 0.4s;
  padding-left: 4rem;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .schedule__heading .heading .txt-en {
    font-size: 96px;
    font-size: 6.4vw !important;
  }
}
@media screen and (max-width: 768px) {
  .schedule__heading .heading .txt-en {
    font-size: 45px;
    padding-left: 3rem;
  }
}
.schedule__card {
  position: relative;
  background: #FFF;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .schedule__card {
    position: relative;
    background: #FFF;
    padding: 20px;
  }
}
.schedule__card__ttl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .schedule__card__ttl {
    display: block;
  }
}
.schedule__card__ttl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.schedule__card__ttl .line {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #010101;
  padding: 5px 7px;
  line-height: 1;
  min-width: 97px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule__card__ttl .line {
    display: block;
    margin-bottom: 10px;
  }
}
.schedule__card__ttl .txt {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.schedule__card__ttl .txt:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #010101;
  margin: 0 15px 0 0;
}
.schedule__card__ttl .txt .small {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .schedule__card__ttl .txt {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  .schedule__card__ttl .txt:before {
    display: none;
  }
}
.schedule__card__btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .schedule__card__btn {
    display: block;
  }
}
.schedule__card__btn .ttl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #010101;
  padding: 5px 7px;
  line-height: 1;
  min-width: 97px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule__card__btn .ttl {
    margin-bottom: 20px;
  }
}
.schedule__card__btn .link {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__card__btn .link {
    text-align: center;
  }
}
.schedule__card__btn .link:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #010101;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .schedule__card__btn .link {
    display: block;
  }
  .schedule__card__btn .link:before {
    display: none;
  }
}
.schedule__card__btn .link a {
  text-align: center;
  max-width: 260px;
  width: 100%;
}
.schedule__card__btn .link a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .schedule__card__btn .link a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.schedule__card__caution {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 15px;
  background: #f0f0f0;
}

/*----------------------------------------------------
  ticket
----------------------------------------------------*/
.ticket__bg {
  padding: 0 6.777vw 50px 6.777vw;
}
@media screen and (max-width: 768px) {
  .ticket__bg {
    padding: 0 20px 30px 20px;
  }
}
.ticket__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.ticket__heading {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ticket__heading {
    margin-bottom: 30px;
  }
}
.ticket__heading .heading {
  display: inline-block;
  position: relative;
}
.ticket__heading .heading .thunder {
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/share/thunder.svg) no-repeat center;
  display: inline-block;
  width: 34px;
  height: 56px;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .ticket__heading .heading .thunder {
    width: 2.8333333333vw;
    height: 4.6666666667vh;
  }
}
@media screen and (max-width: 768px) {
  .ticket__heading .heading .thunder {
    width: 24px;
    height: 36px;
  }
}
.ticket__heading .heading .txt-en {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.075rem;
  font-size: 96px;
  transition: 0.4s;
  padding-left: 4rem;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .ticket__heading .heading .txt-en {
    font-size: 96px;
    font-size: 6.4vw !important;
  }
}
@media screen and (max-width: 768px) {
  .ticket__heading .heading .txt-en {
    font-size: 45px;
    padding-left: 3rem;
  }
}
.ticket__card {
  position: relative;
  background: #FFF;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .ticket__card {
    position: relative;
    background: #FFF;
    padding: 20px;
  }
}
.ticket__card__ttl {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ticket__card__ttl.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ticket__card__ttl {
    font-size: 18px;
  }
}
.ticket__card__ttl .line {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #010101;
  padding: 5px 7px;
  line-height: 1;
  min-width: 97px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ticket__card__ttl .line {
    display: block;
    margin-bottom: 10px;
  }
}
.ticket__card__ttl .txt {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.ticket__card__ttl .txt:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #010101;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .ticket__card__ttl .txt {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  .ticket__card__ttl .txt:before {
    display: none;
  }
}
.ticket__card__subttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.ticket__card__btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .ticket__card__btn {
    display: block;
  }
}
.ticket__card__btn .ttl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #010101;
  padding: 5px 7px;
  line-height: 1;
  min-width: 97px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ticket__card__btn .ttl {
    margin-bottom: 20px;
  }
}
.ticket__card__btn .link {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ticket__card__btn .link {
    text-align: center;
  }
}
.ticket__card__btn .link:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #010101;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .ticket__card__btn .link {
    display: block;
  }
  .ticket__card__btn .link:before {
    display: none;
  }
}
.ticket__card__btn .link a {
  text-align: center;
  min-width: 200px;
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #009CD1;
  border: 3px solid #009CD1;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  transition: 0.5s;
}
.ticket__card__btn .link a:hover {
  color: #009CD1;
  background: #fff;
}
.ticket__card__btn .link a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .ticket__card__btn .link a {
    min-width: 200px;
    display: inline-block;
    position: relative;
    color: #FFF;
    background: #009CD1;
    border: 3px solid #009CD1;
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    transition: 0.5s;
    min-width: auto;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .ticket__card__btn .link a:hover {
    color: #009CD1;
    background: #fff;
  }
  .ticket__card__btn .link a:not(:last-child) {
    margin-right: auto;
  }
}
.ticket__card__caution {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 15px;
  background: #f0f0f0;
  margin-bottom: 50px;
}
.ticket__card__price {
  margin-bottom: 30px;
}
.ticket__card__price .price-cap {
  color: #009CD1;
  line-height: 1.6;
  font-size: 14px;
}
.ticket__card__price .price {
  font-size: 24px;
  font-weight: 700;
}
.ticket__card__price .price span {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.ticket__card__img {
  width: 60%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .ticket__card__img {
    width: 100%;
  }
}
.ticket__card__img img {
  width: 100%;
  height: auto;
}
.ticket__card__table {
  display: flex;
  margin-bottom: 25px;
}
.ticket__card__table .card-table {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ticket__card__table .card-table {
    width: 100%;
  }
}
.ticket__card__table .card-table__list {
  width: 100%;
  display: block;
  border: 1px solid #010101;
}
.ticket__card__table .card-table__list.bdr-delete {
  border-right: none;
}
.ticket__card__table .card-table__list tbody {
  width: 100%;
  display: block;
}
.ticket__card__table .card-table__list tbody tr {
  width: 100%;
  display: block;
}
.ticket__card__table .card-table__list tbody tr th {
  width: 100%;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #010101;
}
@media screen and (max-width: 768px) {
  .ticket__card__table .card-table__list tbody tr th {
    padding: 10px;
  }
}
.ticket__card__table .card-table__list tbody tr td {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
}
.ticket__card__table .card-table__list tbody tr td:not(:last-child) {
  border-bottom: 1px solid #010101;
}
@media screen and (max-width: 473px) {
  .ticket__card__table .card-table__list tbody tr td.target {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 63px;
  }
}
.ticket__card__table .card-table__list tbody tr td .sold-out {
  color: red;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ticket__card__table .card-table__list tbody tr td {
    padding: 10px;
  }
}
.ticket__card__sale {
  padding: 30px;
  background: #f0f0f0;
}
.ticket__card__sale:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ticket__card__sale {
    padding: 20px;
  }
}
.ticket__card__sale .sale-ttl {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #8e8e8e;
}
@media screen and (max-width: 768px) {
  .ticket__card__sale .sale-ttl {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.ticket__card__sale .sale-subttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
}
.ticket__card__sale .sale-subttl .strike {
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .ticket__card__sale .sale-subttl {
    font-size: 16px;
  }
}
.ticket__card__sale .sale-cap .end {
  padding: 0.5rem;
  color: #ffffff;
  background-color: #808080;
}
.ticket__card__sale .sale-cap a {
  min-width: auto !important;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s;
  color: #d11800;
  text-decoration: underline;
}
.ticket__card__sale .sale-cap a:hover {
  opacity: 0.6;
}
.ticket__card__sale a {
  min-width: 250px;
  margin-bottom: 30px;
}
.ticket__card__sale .txt-ja {
  padding-top: 0;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

/*----------------------------------------------------
  notes
----------------------------------------------------*/
.notes__bg {
  padding: 0 6.777vw 60px 6.777vw;
}
@media screen and (max-width: 768px) {
  .notes__bg {
    padding: 0 20px 40px 20px;
  }
}
.notes__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.notes__accordion .accordion {
  position: relative;
  width: 100%;
  background: #fff;
}
.notes__accordion .accordion:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion:not(:last-child) {
    margin-bottom: 20px;
  }
}
.notes__accordion .accordion__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 30px;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__item {
    padding: 15px 20px;
  }
}
.notes__accordion .accordion__item .ttl {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__item .ttl {
    font-size: 14px;
  }
}
.notes__accordion .accordion__item .arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__item .arrow {
    width: 20px;
    height: 20px;
  }
}
.notes__accordion .accordion__item .arrow i {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__item .arrow i {
    font-size: 18px;
  }
}
.notes__accordion .accordion__item.open .arrow {
  transform: rotate(90deg);
}
.notes__accordion .accordion__toggle {
  display: none;
  padding: 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__toggle {
    padding: 20px;
  }
}
.notes__accordion .accordion__toggle p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__toggle p {
    font-size: 12px;
  }
}
.notes__accordion .accordion__toggle .inner-item:not(:last-child) {
  margin-bottom: 30px;
}
.notes__accordion .accordion__toggle .inner-item__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #acacac;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__toggle .inner-item__ttl {
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.notes__accordion .accordion__toggle .inner-item__cap {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .notes__accordion .accordion__toggle .inner-item__cap {
    font-size: 12px;
  }
}
.notes__accordion .accordion__toggle .inner-item__cap a {
  font-weight: bold;
  display: inline-block;
  color: #d11800;
  transition: 0.3s;
  text-decoration: underline;
}
.notes__accordion .accordion__toggle .inner-item__cap a:hover {
  color: #d11800;
  opacity: 0.6;
}
.notes__accordion .accordion__toggle .inner-item__cap .strong {
  font-weight: bold;
  color: #d11800;
}/*# sourceMappingURL=schedule-ticket.css.map */
