@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  color: #391d1d;
  letter-spacing: .04em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
body {
  background: #f0ddc8;
  position: relative;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #391d1d;
}
::-webkit-selection {
  color: #fff;
  background: #391d1d;
}
::-moz-selection {
  color: #fff;
  background: #391d1d;
}
::selection {
  color: #fff;
  background: #391d1d;
  text-shadow: none;
}
.l-container--1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.u-pt120 {
  padding-top: 120px;
}
.u-pt150 {
  padding-top: 150px;
}
.u-mt32 {
  margin-top: 32px;
}
.u-mt24 {
  margin-top: 24px;
}
.u-mt16 {
  margin-top: 16px;
}
.u-mt8 {
  margin-top: 8px;
}
.u-py150 {
  padding: 150px 0;
}
.c-title__wrap {
  font-size: 34px;
  margin-bottom: 46px;
  line-height: 1.2;
  font-family: "Archivo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.c-title__wrap::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 19px;
  background-image: url(../img/title-icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.c-btn-wrap a.c-btn {
  max-width: 270px;
  margin: 0 auto;
  padding: 16px 34px 16px 24px;
  border-radius: 100px;
  background-color: #391d1d;
  border: solid 1.5px #391d1d;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  letter-spacing: .04em;
}
.c-btn-wrap a.c-btn.btn-large {
  max-width: 350px;
}
.c-btn-wrap a.c-btn:hover {
  background-color: #fff;
  color: #391d1d;
  opacity: 1;
}
.c-btn-wrap a.c-btn::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/icon-arrow_white.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform 0.4s ease;
}
.c-btn-wrap a.c-btn:hover::after {
  background-image: url(../img/icon-arrow_on.svg);
}
.c-btn-wrap a.c-close {
  cursor: not-allowed;
  background-color: #7e7e7e;
  border: solid 1.3px #7e7e7e;
}
.c-btn-wrap a.c-close:hover {
  opacity: 1;
  background-color: #7e7e7e;
  color: #fff;
}
.c-btn-wrap a.c-close:hover::after {
  background-image: url(../img/icon-arrow_white.svg);
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
    line-height: 1.5;
    font-size: 14px;
  }
  .u-pt120 {
    padding-top: 80px;
  }
  .u-pt150 {
    padding-top: 120px;
  }
  .u-mt32 {
    margin-top: 24px;
  }
  .u-mt24 {
    margin-top: 16px;
  }
  .u-mt16 {
    margin-top: 8px;
  }
  .u-py150 {
    padding: 120px 0;
  }
  .c-title__wrap {
    font-size: 24px;
    margin-bottom: 32px;
    gap: 0 4px
  }
  .c-btn-wrap a.c-btn {
    max-width: 230px;
    padding: 14px 30px 14px 24px;
    font-size: 14px;
  }
  .c-btn-wrap a.c-btn::after {
    width: 8px;
    height: 8px;
  }
  .c-btn-wrap a.c-btn.btn-large {
    max-width: 280px;
    padding: 16px 30px;
    font-size: 13px;
  }
  .c-title__wrap::before {
    width: 35px;
    height: 14px;
  }
}
/* ナビゲーション
* --------------------------------------- */
.c-global-nav {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1000;
  text-align: right;
}
.c-global-nav__list .c-global-nav__item a {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 2px 24px 0px;
  width: fit-content;
  margin-left: auto;
  font-weight: 500;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1.5px #391d1d;
  color: #391d1d;
  font-family: "Archivo", sans-serif;
}
.c-global-nav__list .c-global-nav__item a:hover {
  background-color: #391d1d;
  border: solid 1.5px #391d1d;
  color: #fff;
  opacity: 1;
}
.c-global-nav__list .c-global-nav__item:nth-last-child(1) {
  margin-bottom: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.c-global-nav__item a.active {
  background-color: #391d1d;
  border: solid 1.5px #391d1d;
  color: #fff;
}
.c-hamburger {
  display: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 941px) {
  .c-hamburger {
    height: 85px;
    width: 85px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .c-hamburger span {
    background: #391d1d;
    border: none;
    height: 1.3px;
    position: absolute;
    transition: all 0.35s ease;
    cursor: pointer;
    width: 30px;
    border-radius: 100px;
    left: 30px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 38px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 44px;
  }
  .c-hamburger.active span {
    background: #391d1d;
  }
  .c-hamburger.active .is-top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    top: 20px;
  }
  .c-hamburger.active .is-bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    top: 42px;
  }
  .c-hamburger.active {
    height: 55px;
    width: 55px;
  }
  .c-hamburger.active span {
    left: 16px;
  }
  .l-header__overlay {
    position: fixed;
    background: #f0ddc8;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    top: 0;
    right: 0;
    height: 180px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 100;
    border-top: solid 1.5px #391d1d;
    border-left: solid 1.5px #391d1d;
    border-bottom: solid 1.5px #391d1d;
    border-radius: 20px 0 0 20px;
  }
  .l-header__overlay.open {
    opacity: 1;
    visibility: visible;
    height: 180px;
    width: 150px;
    overflow-y: auto;
  }
  .l-header__overlay.open li .c-logo {
    max-width: 180px;
    margin: 0 auto 32px;
  }
  .l-header__overlay.open li.c-global-nav__item {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.1s;
  }
  .l-header__overlay.open li.c-global-nav__item:nth-of-type(1) {
    animation-delay: 0.15s;
    margin-bottom: 10px;
  }
  .l-header__overlay.open li.c-global-nav__item:nth-of-type(2) {
    animation-delay: 0.2s;
    margin-bottom: 10px;
  }
  .l-header__overlay.open li.c-global-nav__item:nth-of-type(3) {
    animation-delay: 0.25s;
  }
  .l-header__overlay ul li.c-global-nav__item {
    position: relative;
    opacity: 0;
  }
  .l-header__overlay ul li.c-global-nav__item a {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: "Archivo", sans-serif;
    display: flex;
    align-items: center;
    gap: 0 4px;
  }
  .l-header__overlay ul li.c-global-nav__item a::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 8px;
    background-image: url(../img/title-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .l-header__overlay ul li.c-global-nav__item a:hover {
    opacity: 1;
  }
  .l-header__overlay li.c-global-nav__item:nth-child(1) {
    display: block;
  }
  .c-global-nav {
    overflow: hidden;
    box-sizing: border-box;
    gap: 46px 0;
    height: 180px;
    position: static;
    text-align: center;
  }
  .open .c-global-nav {
    mix-blend-mode: normal;
    padding: 60px 10px 10px 19px;
  }
  .c-global-nav__list .c-global-nav__item a {
    background-color: #00000000;
    color: #391d1d;
    font-size: 21px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    margin-left: 0;
    border: none;
  }
  .c-global-nav__list .c-global-nav__item a:hover {
    background-color: #f0ddc8;
    border: none;
    color: #391d1d;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual--section {
  box-sizing: border-box;
  position: relative;
  height: 100svh;
}
.global-bg {
  position: fixed;
  z-index: -1;
  color: #391d1d;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.global-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/keyvisual-inner.jpg');
  background-size: cover;
  background-position: center;
}
.p-keyvisual__image {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-keyvisual__image .c-image {
  width: 70vh;
}
@media screen and (max-width: 941px) {
  .p-keyvisual__image {
    height: 98dvh;
  }
}
@media screen and (max-width: 941px) {
  .p-keyvisual__image {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .p-keyvisual__image .c-image {
    width: 55vh;
  }
}
@media screen and (max-width: 426px) {
  .p-keyvisual__image .c-image {
    width: 100%;
  }
  .p-keyvisual__image {
    height: 100svh;
  }
}
@media screen and (max-width: 376px) {}
/* スケジュール
* --------------------------------------- */
.p-schedule-accordion__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-schedule-accordion__header {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 24px 60px 24px 32px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.p-schedule-accordion__item {
  border: solid 1.5px #391d1d;
  border-radius: 16px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: url("../img/noise.png") repeat, linear-gradient(to right, #fb69d2, #ebe3a8, #1cb364);
}
.p-schedule-accordion__item:has(.p-schedule-accordion__header.active) {
  background: #fff;
}
.p-schedule-accordion__header .c-accordion-toggle {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-schedule-accordion__header .c-accordion-toggle:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1.5px;
  width: 15px;
  border-radius: 100px;
  background: #391d1d;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.p-schedule-accordion__header .c-accordion-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1.5px;
  border-radius: 100px;
  width: 15px;
  background: #391d1d;
  transition: all .3s ease-in-out;
}
.p-schedule-accordion__header.active .c-accordion-toggle:before {
  transform: rotate(180deg);
}
.p-schedule-accordion__header.active .c-accordion-toggle:after {
  opacity: 0;
}
.p-schedule-accordion__info {
  display: flex;
  gap: 0 24px;
  align-items: center;
}
.p-schedule-accordion__date {
  display: flex;
  gap: 0 7px;
  align-items: center;
}
.p-schedule-accordion__date time {
  font-size: 18px;
  font-weight: 500;
}
.p-schedule-accordion__date span {
  display: block;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
}
.p-schedule-accordion__area {
  font-size: 18px;
  font-weight: 500;
}
.p-schedule-accordion__venue {
  font-size: 18px;
  font-weight: 500;
}
.p-schedule-accordion__start {
  font-size: 18px;
  margin-left: auto;
  font-weight: 500;
}
.p-schedule-accordion__start b {
  font-size: 10px;
  font-weight: 600;
}
.p-schedule-accordion__content {
  display: none;
  margin: 0 auto;
  padding: 0 32px 32px;
}
.c-schedule-table__row .c-schedule-table__heading {
  width: 150px;
  text-align: left;
  font-weight: 500;
}
.c-schedule-table__row:not(:last-child) .c-schedule-table__heading {
  padding-bottom: 10px;
}
.c-schedule-table__row .c-schedule-table__data {}
.c-schedule-table__row .c-schedule-table__data a {
  display: inline-block;
}
.c-schedule-table {
  width: 100%;
  border-top: solid 1.5px #391d1d;
  padding-top: 24px;
  display: block;
}
@media screen and (max-width: 941px) {
  .p-schedule-accordion__info {
    gap: 2px 24px;
    flex-wrap: wrap;
  }
  .p-schedule-accordion__date {
    gap: 0 3px;
    width: 100%;
    margin-bottom: 4px;
  }
  .p-schedule-accordion__date time {
    font-size: 16px;
  }
  .p-schedule-accordion__area {
    font-size: 15px;
  }
  .p-schedule-accordion__venue {
    font-size: 15px;
  }
  .p-schedule-accordion__start {
    font-size: 15px;
    margin: 0;
    width: 100%;
  }
  .p-schedule-accordion__start b {
    font-size: 9px;
  }
  .p-schedule-accordion__header {
    padding: 8px 40px 8px 12px;
  }
  .p-schedule-accordion__header .c-accordion-toggle {
    width: 10px;
    height: 10px;
    top: 20px;
    right: 16px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .p-schedule-accordion__header .c-accordion-toggle:before {
    width: 10px;
  }
  .p-schedule-accordion__header .c-accordion-toggle:after {
    width: 10px;
  }
  .p-schedule-accordion__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-schedule-table__row .c-schedule-table__heading {
    width: 120px;
  }
  .c-schedule-table__row .c-schedule-table__data {
    white-space: pre-line;
  }
  .p-schedule-accordion__content {
    padding: 0 16px 16px;
  }
  .c-schedule-table {
    padding-top: 16px;
  }
  .c-schedule-table__row:not(:last-child) .c-schedule-table__heading {
    padding-bottom: 4px;
  }
  .p-schedule-accordion__date span {
    font-size: 7px;
    margin-top: 2px;
  }
}
/* チケット情報
* --------------------------------------- */
.ticket--section .l-inner {
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
  border: solid 1.5px;
  border-radius: 16px;
}
.p-ticket-detail__title {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #391d1d;
  margin-bottom: 10px;
  padding: 4px 24px;
  font-weight: 500;
  border-radius: 100px;
}
.ticket__detail {
  margin-bottom: 46px;
}
.ticket__detail--items {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #DDD;
}
.ticket__detail--head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.ticket__detail--head .price {
  font-size: 28px;
  letter-spacing: .04em;
  font-weight: 500;
}
.ticket__detail--head .price::after {
  content: "円(税込)";
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: 500;
}
.ticket__detail--head .title {
  font-size: 18px;
  letter-spacing: .04em;
  font-weight: 500;
}
.ticket__detail--lists {
  display: flex;
  gap: 8px 10px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.ticket__detail--lists li {
  background: #efefef;
  padding: 1px 9px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
}
.ticket__detail--items:nth-last-child(1) {
  border-bottom: dashed 1px #DDD;
}
.ticket__detail--noto li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 14px;
  box-sizing: border-box;
}
.ticket__detail--noto li:last-child {
  margin-bottom: 0;
}
.ticket__detail--noto li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #391d1d;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.p-ticket-accordion__item:not(:last-child) {
  margin-bottom: 24px;
}
.p-ticket-accordion__header {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 24px 60px 24px 32px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  background: url("../img/noise.png") repeat, linear-gradient(to right, #fb69d2, #ebe3a8, #1cb364);
  border-radius: 16px;
  border: solid 1.5px #391d1d;
}
.p-ticket-accordion__header.active {
  border-radius: 16px 16px 0 0;
}
.p-ticket-accordion__header .c-accordion-toggle {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-ticket-accordion__header .c-accordion-toggle:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1.5px;
  width: 15px;
  border-radius: 100px;
  background: #391d1d;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.p-ticket-accordion__header .c-accordion-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1.5px;
  width: 15px;
  border-radius: 100px;
  background: #391d1d;
  transition: all .3s ease-in-out;
}
.p-ticket-accordion__header.active .c-accordion-toggle:before {
  transform: rotate(180deg);
}
.p-ticket-accordion__header.active .c-accordion-toggle:after {
  opacity: 0;
}
.p-ticket-accordion__title {
  display: flex;
  font-size: 17px;
  gap: 0 10px;
  flex-wrap: wrap;
  line-height: 1.5;
  font-weight: 500;
}
.p-ticket-accordion__label {
  max-width: 80px;
  width: 100%;
  border: solid 1.5px;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}
.p-ticket-accordion__content {
  display: none;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  border-bottom: solid 1.5px #391d1d;
  border-right: solid 1.5px #391d1d;
  border-left: solid 1.5px #391d1d;
  border-radius: 0 0 16px 16px;
}
.c-ticket-table__row {
  border-bottom: dashed 1px #391d1d;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.c-ticket-table__row:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-ticket-table__data {
  font-size: 16px;
}
.c-ticket-table__heading {
  width: 200px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.c-ticket-table {
  width: 100%;
  border-top: solid 1.5px #fff;
  padding-top: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-ticket-table__lists li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 16px;
  box-sizing: border-box;
}
.c-ticket-table__lists li.red {
  color: #c90101;
}
.c-ticket-table__lists li:last-child {
  margin-bottom: 0;
}
.c-ticket-table__lists li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #391d1d;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.c-ticket-table__lists li.red::before {
  background: #c90101;
}
.c-ticket-table__noto li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 17px;
  box-sizing: border-box;
}
.c-ticket-table__noto li.red {
  color: #c90101;
}
.c-ticket-table__noto li:last-child {
  margin-bottom: 0;
}
.c-ticket-table__noto li::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.c-ticket-table__lists li.red::before {
  color: #c90101;
}
.c-ticket-table__title {
  padding-left: 45px;
  position: relative;
  font-weight: 500;
}
.c-ticket-table__title::after {
  content: "";
  width: 36px;
  height: 1.5px;
  background-color: #c2b8b9;
  position: absolute;
  left: 0;
  top: 12px;
}
.c-ticket__link a {
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
.c-ticket-text {}
.c-ticket__link a:hover {
  text-decoration: none;
}
.c-ticket__link a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon-next.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-ticket__noto li {
  padding-left: 16px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.c-ticket__noto li::before {
  content: "※";
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.c-ticket-notice-box {
    background: #f7f6f6;
    padding: 16px;
    border-radius: 10px;
    line-height: 1.6;
}
.gray {
     color: #695453;
}
b {
  font-weight: 500;
}
@media screen and (max-width: 941px) {
  .ticket--section .l-inner {
    padding: 24px 16px;
  }
  .p-ticket-detail__title {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 2px 10px;
  }
  .ticket__detail--head .title {
    font-size: 14px;
    width: 100%;
  }
  .ticket__detail--head .price {
    font-size: 24px;
  }
  .ticket__detail--head .price::after {
    font-size: 14px;
    margin-left: 4px;
  }
  .ticket__detail--items {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .ticket__detail--lists {
    gap: 8px;
    margin-top: 8px;
  }
  .ticket__detail--noto li::before {
    top: 9px;
  }
  .ticket__detail--noto li {
    margin-bottom: 4px;
    padding-left: 12px;
  }
  .p-ticket-accordion__header {
    padding: 16px 16px;
  }
  .p-ticket-accordion__label {
    max-width: 70px;
    padding: 0px 10px;
    font-size: 12px;
    margin-bottom: 6px;
    box-sizing: border-box;
    border: solid 1px;
  }
  .p-ticket-accordion__title {
    font-size: 14px;
    flex-direction: column;
  }
  .p-ticket-accordion__header .c-accordion-toggle {
    width: 10px;
    height: 10px;
    top: 20px;
    right: 16px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .p-ticket-accordion__header .c-accordion-toggle:before {
    width: 10px;
  }
  .p-ticket-accordion__header .c-accordion-toggle:after {
    width: 10px;
  }
  .p-ticket-accordion__content {
    padding: 16px 16px 32px;
  }
  .c-ticket-table__data {
    font-size: 14px;
    display: block;
  }
  .c-ticket-table__data.pre {
    white-space: pre-line;
  }
  .c-ticket-table__heading {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }
  .p-ticket-accordion__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .c-ticket-table__lists li::before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .c-ticket-table__lists li {
    margin-bottom: 8px;
    padding-left: 10px;
    font-size: 13px
  }
  .c-ticket-table__row {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 426px) {
  .p-ticket-detail__fee {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* グッズ情報
* --------------------------------------- */
.p-goods-detail__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-goods-detail {
  margin-bottom: 32px;
}
@media screen and (max-width: 941px) {
  .p-goods-detail__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-goods-detail {
    margin-bottom: 24px;
  }
}
/* フッター
* --------------------------------------- */
.footer-section {
  padding: 240px 20px 120px;
}
.p-footer__logo {
  width: 200px;
  margin: 0 auto;
}
.p-footer__copyright {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-size: 12px;
}
@media screen and (max-width: 941px) {
  .footer-section {
    padding: 120px 20px 80px;
  }
  .p-footer__logo {
    width: 140px;
  }
  .p-footer__copyright {
    font-size: 10px;
  }
}
/* アニメーション
* --------------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* スクロールダウン
* --------------------------------------- */
.keyvisual__scroll {
  position: absolute;
  left: 2%;
  bottom: 115px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.keyvisual__scroll.is-hide {
  opacity: 0;
  pointer-events: none;
}
.keyvisual__scroll span {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bolder;
}
.keyvisual__scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1.5px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 941px) {
  .keyvisual__scroll::before {
    bottom: -70px;
    height: 60px;
    width: 1px;
  }
  .keyvisual__scroll span {
    font-size: 11px;
  }
  .keyvisual__scroll {
    left: 5%;
    bottom: 70px;
  }
}