.p-drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.p-drawer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  min-height: 54.9rem;
  border-radius: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradation-01-1)), to(var(--color-gradation-01-2)));
  background-image: -webkit-linear-gradient(top, var(--color-gradation-01-1), var(--color-gradation-01-2));
  background-image: linear-gradient(to bottom, var(--color-gradation-01-1), var(--color-gradation-01-2));
}

.p-drawer-nav__items::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1.4rem;
  width: 8rem;
  height: 19rem;
  background-image: url(../../img/common/nav_character.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-drawer-nav__items a:not(.p-drawer-nav__item--banner a) {
  display: inline-block;
  padding: 1.8rem;
  color: var(--color-font);
  font-size: 2.2rem;
  font-family: "Alata",sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.p-drawer-nav__item:first-of-type {
  margin-top: 1rem;
}

.p-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  overflow: hidden;
  border-radius: 2rem;
}

.p-mv__copy {
  width: 100%;
  -webkit-transform: translate(0, -0.6rem);
          transform: translate(0, -0.6rem);
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}

.p-mv__copy-en {
  font-family: "Alata",sans-serif;
}

.p-topics__heading {
  text-align: center;
}

.p-topics__dl {
  margin-top: 2.4rem;
}

.p-topics__dl-container:nth-child(n+2) {
  margin-top: 3.8rem;
}

.p-topics__dt {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Alata",sans-serif;
  letter-spacing: .08em;
}

.p-topics__dt time {
  display: inline;
}

.p-topics__dd {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: .04em;
}

.p-topics__dd a {
  text-decoration: underline;
}

.p-schedule {
  padding: 5.2rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradation-01-1)), to(var(--color-gradation-01-2)));
  background-image: -webkit-linear-gradient(top, var(--color-gradation-01-1), var(--color-gradation-01-2));
  background-image: linear-gradient(to bottom, var(--color-gradation-01-1), var(--color-gradation-01-2));
}

.p-schedule__heading {
  text-align: center;
}

.p-schedule__table {
  width: 100%;
  max-width: 100rem;
  margin: 3rem auto 0;
  border-collapse: collapse;
}

.p-schedule__th {
  display: block;
  height: 0;
  padding: 0;
  color: var(--color-font02);
  font-size: 0;
}

.p-schedule__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.4rem;
}

.p-schedule__td::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.6rem;
  margin-top: -0.1rem;
  content: attr(data-label);
  color: var(--color-accent-01);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Alata",sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.p-schedule__td[data-label=day] {
  padding-top: 2.1rem;
  border-top: 1px solid var(--color-font02);
}

.p-schedule__td[data-label=info] {
  padding: 1rem 0 2rem;
}

.p-schedule__date {
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-family: "Alata",sans-serif;
}

.p-schedule__day {
  display: inline-block;
  margin-left: .8rem;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

.p-schedule__time {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Alata",sans-serif;
}

.p-schedule__area {
  display: inline-block;
  width: 6.4rem;
  padding: 0;
  border: 1px solid currentColor;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.p-schedule__venue {
  display: block;
  margin-top: -0.4rem;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: .04em;
}

.p-schedule__info {
  display: block;
  margin-top: -0.9rem;
}

.p-schedule__shop {
  display: inline;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .04em;
}

.p-schedule__tel {
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .04em;
}

.p-schedule__note {
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .04em;
}

.p-schedule__url {
  display: block;
  margin-top: .8rem;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Alata",sans-serif;
  word-break: break-all;
}

.p-ticket__heading {
  text-align: center;
}

.p-ticket__wrapper {
  margin-top: 3.2rem;
}

.p-ticket__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9.2rem;
  border-radius: .5rem;
  background-color: var(--color-background02);
  color: var(--color-font02);
}

.p-ticket__price::before,.p-ticket__price::after {
  position: absolute;
  top: 50%;
  aspect-ratio: 1/1;
  width: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.p-ticket__price::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-ticket__price::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-ticket__ticket-type {
  display: inline-block;
  max-width: 33.06vw;
  padding-right: 1.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .04em;
}

.p-ticket__ticket-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 2.7rem;
  font-family: "Alata",sans-serif;
  letter-spacing: .04em;
}

.p-ticket__ticket-price::before {
  display: inline-block;
  width: .2rem;
  height: 6rem;
  margin-right: 1.6rem;
  background: url(../../img/common/dot.svg) repeat-y center/contain;
  content: "";
}

.p-ticket__price-unit {
  display: inline-block;
  margin-top: .8rem;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.p-ticket__items {
  margin-top: 4.2rem;
}

.p-ticket__item:nth-child(n+2) {
  margin-top: 4rem;
}

.p-ticket__caution {
  margin-top: 5.8rem;
}

.p-ticket-caution__heading {
  color: var(--color-font03);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .04em;
}

.p-ticket-caution__heading::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 1.2rem;
  background: url(../../img/common/dot.svg) repeat-x center/contain;
  content: "";
}

.p-ticket-caution__description {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8055555556;
  letter-spacing: .04em;
}

.p-ticket-caution__description+.p-ticket-caution__heading {
  margin-top: 2rem;
}

.p-ticket-caution__items {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8055555556;
  letter-spacing: .04em;
}

.p-ticket-caution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-ticket-caution__item::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: .8rem;
  height: .8rem;
  margin: 1.2rem .8rem 0 0;
  border-radius: 50%;
  background-color: var(--color-font03);
  content: "";
}

.p-ticket-info__summary {
  display: block;
  background-color: var(--color-background02);
  color: var(--color-font02);
}

.p-ticket-info__summary::-webkit-details-marker {
  display: none;
}

.p-ticket-info__summary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.7rem 2.5rem 1.7rem 1.5rem;
  cursor: pointer;
}

.p-ticket-info__summary-inner.is-cursor_auto {
  cursor: auto;
}

.p-ticket-info__summary-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
  text-align: center;
}

.p-ticket-info__summary-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 3.8rem;
  margin-left: .8rem;
  border-radius: 50%;
  background-color: #fff;
}

.p-ticket-info__summary-icon::after {
  display: block;
  width: 1.4rem;
  height: .9rem;
  background: url(../../img/common/icon_arrow_bottom.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.p-ticket-info.is-opened .p-ticket-info__summary-icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-ticket-info__content {
  height: 0;
  overflow: hidden;
  border: 1px solid var(--color-font);
  border-top: none;
  opacity: 0;
}

.p-ticket-info__content-inner {
  padding: 4rem 2.2rem;
  font-weight: 500;
}

.p-ticket-info__dl-container:nth-child(n+2) {
  margin-top: 1.6rem;
}

.p-ticket-info__dt {
  display: block;
  width: 20rem;
  min-width: 20rem;
  margin: 0 auto;
  padding: .6rem;
  border: 1px solid var(--color-font);
  color: var(--color-font);
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
  text-align: center;
}

.p-ticket-info__dd {
  margin-top: .8rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
  word-wrap: break-word;
}

.p-ticket-info__button {
  margin-top: 3rem;
  text-align: center;
}

.p-goods {
  padding: 5.4rem 0 6.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradation-01-1)), to(var(--color-gradation-01-2)));
  background: -webkit-linear-gradient(top, var(--color-gradation-01-1), var(--color-gradation-01-2));
  background: linear-gradient(to bottom, var(--color-gradation-01-1), var(--color-gradation-01-2));
}

.p-goods--bg-white {
  padding: initial;
  background: initial;
}

.p-goods__heading {
  text-align: center;
}

.p-goods__image {
  margin-top: 3rem;
}

.p-goods__button {
  margin-top: 4.2rem;
  text-align: center;
}

.p-contact__heading {
  text-align: center;
}

.p-contact__wrapper {
  margin-top: 2.4rem;
}

.p-contact__sub-heading {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--color-font03);
  color: var(--color-font03);
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  letter-spacing: .04em;
}

.p-contact__name {
  margin-top: .8rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-contact__info {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-font03);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
  word-break: break-all;
}

.p-contact__info+.p-contact__sub-heading {
  margin-top: 4rem;
}

.p-footer {
  padding: 3.6rem 0 3.6rem;
  background-color: var(--color-background02);
  color: var(--color-font);
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.p-footer__copyright {
  margin-top: 3rem;
  color: var(--color-font);
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lineAnime {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 11.2rem;
  }
}

@keyframes lineAnime {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 11.2rem;
  }
}

@media screen and (min-width: 48em) {
  .p-drawer-nav__items {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  .p-drawer-nav__items a:not(.p-drawer-nav__item--banner a) {
    padding: 2.4rem;
    font-size: 3rem;
  }
  .p-mv__bg {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  .p-mv__copy {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 4.9rem;
    letter-spacing: .04em;
  }
  .p-topics__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 5rem;
  }
  .p-topics__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 76.4rem;
    margin: auto;
  }
  .p-topics__dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
  }
  .p-topics__dl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-topics__dl-container:nth-child(n+2) {
    margin-top: 2.1rem;
  }
  .p-topics__dt {
    margin-top: .2rem;
  }
  .p-topics__dd {
    margin: 0 0 0 4rem;
  }
  .p-schedule {
    padding: 7rem 0 10rem;
    border-radius: 2rem;
  }
  .p-schedule__table {
    margin: 5.2rem auto 0;
  }
  .p-schedule__th {
    display: table-cell;
    height: auto;
    padding-bottom: 2rem;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Alata",sans-serif;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
  }
  .p-schedule__td {
    display: table-cell;
    width: auto;
    padding: 2.2rem 0;
    border-top: 1px solid var(--color-font02);
    vertical-align: middle;
  }
  .p-schedule__td::before {
    content: none;
  }
  .p-schedule__td[data-label=day] {
    width: 16.4rem;
  }
  .p-schedule__td[data-label=info] {
    min-width: 12rem;
  }
  .p-schedule__td[data-label="open / start"] {
    width: 14.6rem;
    padding: 3.8rem 0;
  }
  .p-schedule__td[data-label=area] {
    width: 11.4rem;
  }
  .p-schedule__td[data-label=venue] {
    width: 35.6rem;
  }
  .p-schedule__td[data-label=info] {
    padding: 2.2rem 0;
  }
  .p-schedule__date {
    font-size: 2.3rem;
  }
  .p-schedule__day {
    margin-left: .2rem;
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  .p-schedule__time {
    font-size: 1.6rem;
  }
  .p-schedule__area {
    width: 6.9rem;
    padding: .2rem 0;
  }
  .p-schedule__venue {
    padding-right: 4rem;
  }
  .p-schedule__info {
    margin-top: 0;
    line-height: 1;
  }
  .p-schedule__shop {
    display: block;
  }
  .p-schedule__tel {
    line-height: 1;
  }
  .p-schedule__note {
    line-height: 1;
  }
  .p-schedule__url {
    margin-top: 1.5rem;
  }
  .p-ticket__heading {
    margin-top: 7rem;
  }
  .p-ticket__wrapper {
    max-width: 100rem;
    margin: 5.6rem auto 0;
  }
  .p-ticket__ticket-type {
    max-width: 58rem;
    padding-right: 4rem;
    font-size: 2.1rem;
  }
  .p-ticket__ticket-price {
    font-size: 2.9rem;
  }
  .p-ticket__ticket-price::before {
    margin-right: 4rem;
  }
  .p-ticket__price-unit {
    font-size: 1.7rem;
  }
  .p-ticket__items {
    margin-top: 7rem;
  }
  .p-ticket__item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .p-ticket__caution {
    margin-top: 9rem;
  }
  .p-ticket-caution__heading::after {
    margin-top: 1.4rem;
  }
  .p-ticket-caution__description+.p-ticket-caution__heading {
    margin-top: 3.6rem;
  }
  .p-ticket-caution__items {
    line-height: 1.8888888889;
  }
  .p-ticket-info__summary-inner {
    padding: 2.8rem 5rem;
  }
  .p-ticket-info__summary-text {
    padding-left: 5.6rem;
    font-size: 2.2rem;
  }
  .p-ticket-info__summary-icon {
    width: 4.5rem;
  }
  .p-ticket-info__summary-icon::after {
    width: 1.6rem;
    height: 1rem;
  }
  .p-ticket-info__content-inner {
    padding: 4.8rem 5rem 5rem;
  }
  .p-ticket-info__dl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-ticket-info__dl-container:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .p-ticket-info__dt {
    margin: 0;
  }
  .p-ticket-info__dd {
    margin: .4rem 0 0 3rem;
  }
  .p-ticket-info__button {
    margin-top: 4rem;
  }
  .p-goods {
    padding: 7rem 0 10rem;
    border-radius: 2rem;
  }
  .p-goods--bg-white {
    padding: initial;
  }
  .p-goods__image {
    max-width: 100rem;
    margin: 5.6rem auto 0;
  }
  .p-goods__button {
    margin-top: 5.8rem;
  }
  .p-contact__wrapper {
    max-width: 100rem;
    margin: 4.6rem auto 0;
  }
  .p-contact__sub-heading {
    padding-bottom: 2.1rem;
  }
  .p-contact__name {
    margin-top: 1.6rem;
  }
  .p-contact__info {
    padding-bottom: 1.5rem;
  }
  .p-footer {
    padding: 6.5rem 0 4rem;
  }
  .p-footer__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
  .p-footer__copyright {
    margin-top: 1.8rem;
  }
}
