@charset "UTF-8";
.ak-col-bk {
  color: #000000;
}

.ak-col-wh {
  color: #ffffff;
}

.ak-col-gy {
  color: #bebebe;
}

.ak-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ak-pc {
    display: none !important;
  }
}

.ak-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ak-sp {
    display: block !important;
  }
}

.ak-align-left {
  text-align: left;
}

.ak-align-center {
  text-align: center;
}

.ak-align-right {
  text-align: right;
}

.cont-wrap {
  margin: 4rem auto 7rem !important;
  max-width: 920px;
}
.cont-wrap .inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cont-wrap .inner {
    padding: 0 16px;
  }
}

.ak-content-title .ak-content-title-wp {
  max-width: 1090px;
  margin: 0 auto;
  padding: 1.8rem 0;
}
@media screen and (max-width: 768px) {
  .ak-content-title .ak-content-title-wp {
    padding: 20px 10px;
  }
}
.ak-content-title .ak-content-title-wp h2 {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ak-content-title .ak-content-title-wp h2 {
    font-size: 1rem;
  }
}

.ak-note {
  font-size: 12px;
  color: #ffffff;
  text-indent: -1em;
  padding-left: 1em;
}
.ak-note.no-indent {
  text-indent: 0;
  padding-left: 0;
}

ul {
  padding-left: 20px;
}

ul.ak-note {
  padding-left: 0;
  list-style: none;
}
ul.ak-note li {
  text-indent: -1em;
  padding-left: 1em;
}

body {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "Hiragino Sans", sans-serif !important;
}

main {
  position: relative;
}
main:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.ak-kv {
  margin-bottom: 0;
}

.ak-container {
  display: flex;
  min-height: 100vh;
}

.ak-sidebar {
  position: fixed;
  top: 0;
  width: 50px;
  height: 100vh;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "amador", sans-serif;
}
.ak-sidebar-left {
  left: 0;
  border-right: 1px solid #ffffff;
}
.ak-sidebar-right {
  right: 0;
  border-left: 1px solid #ffffff;
}
.ak-sidebar-text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "amador", sans-serif;
}

.ak-main-content {
  width: 100%;
  margin: 0 auto;
}

.ak-main-inner {
  margin: 0 100px;
  padding: 80px 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ak-main-inner {
    margin: unset;
    width: auto;
    padding: 40px 16px;
  }
}

.ak-hero {
  background: #262626;
  margin-bottom: 0;
}
.ak-hero-loop {
  width: 100%;
  height: 40px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ak-hero-loop {
    height: 30px;
  }
}
.ak-hero-loop-inner {
  display: flex;
  white-space: nowrap;
  animation: scrollLeft 60s linear infinite;
}
.right .ak-hero-loop-inner {
  animation: scrollRight 60s linear infinite;
}
.ak-hero-loop-inner span {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-family: "amador", sans-serif;
}
@media screen and (max-width: 768px) {
  .ak-hero-loop-inner span {
    font-size: 12px;
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.ak-hero-title {
  text-align: center;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .ak-hero-title {
    padding: 40px 20px;
  }
}
.ak-hero-title h1 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 4.5vw, 62px);
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ak-hero-title h1 {
    margin-bottom: 30px;
  }
}
.ak-hero-artist {
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #ffffff;
}
.ak-hero-date {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b4a15f;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ak-hero-date {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.ak-hero-date .week {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ak-hero-date .week {
    font-size: 18px;
  }
}
.ak-hero-date .time {
  color: #ffffff;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ak-hero-date .time {
    font-size: 11px;
  }
}
.ak-hero h4 {
  font-size: clamp(13px, 3vw, 22px);
  font-weight: 700;
  letter-spacing: 0.6em;
  color: #ffffff;
  padding: 10px 40px;
  border: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ak-hero h4 {
    margin-bottom: 10px;
    padding: 10px 20px;
  }
}
.ak-hero-place {
  margin-bottom: 0;
  font-size: 52px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #b4a15f;
}
@media screen and (max-width: 768px) {
  .ak-hero-place {
    font-size: 26px;
  }
}
.ak-hero-place .addr {
  display: block;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ak-hero-place .addr {
    font-size: 12px;
  }
}
.ak-hero .notes {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .ak-hero .notes {
    font-size: 9px;
  }
}

.ak-section {
  background: #000000;
  padding: 0 40px;
  position: relative;
  margin-bottom: 0;
  border-top: solid 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .ak-section {
    padding: 0;
  }
}

.ak-price {
  border-top: unset;
}

.ak-section-title {
  text-align: center;
  padding: 20px 0;
  border-bottom: solid 1px #ffffff;
}
.ak-section-title h3 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 8px;
}
.ak-section-title p {
  font-size: 14px;
  letter-spacing: 0.15rem;
  color: #bebebe;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ak-section-title h3 {
    font-size: 32px;
  }
}

.ak-section-content p {
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .ak-section-content p {
    font-size: 14px;
  }
}
.ak-section-content p strong {
  font-weight: bold;
}
.ak-section-content-center {
  text-align: center;
}
.ak-section-content-center p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ak-price-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.ak-price-list li {
  padding: 20px 40px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #a0001f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ak-price-list li {
    padding: 20px 10px;
  }
}
.ak-price-list li p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ak-price-list li p {
    font-size: 17px;
  }
}
.ak-price-list li p .tax {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ak-price-list li p .tax {
    font-size: 10px;
  }
}
.ak-price-list li p:first-child {
  font-size: 22px;
  margin-bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ak-price-list li p:first-child {
    font-size: 18px;
  }
}
.ak-price-list .ak-note {
  font-size: 13px;
  color: #bebebe;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ak-price-list .ak-note {
    font-size: 10px;
  }
}

.ak-info-box {
  margin-top: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #ffffff;
}
.ak-info-box .ak-info-wrap {
  margin-bottom: 20px;
}
.ak-info-box .ak-info-wrap:last-of-type {
  margin-bottom: 0;
}
.ak-info-box .ak-info-wrap p {
  margin-bottom: 10px;
}
.ak-info-box .ak-info-wrap p:last-child {
  margin-bottom: 0;
}
.ak-info-box .ak-info-wrap p .size {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ak-info-box .ak-info-wrap p .size {
    font-size: 12px;
  }
}
.ak-info-box .ak-info-wrap p strong {
  font-weight: bold;
  font-size: 16px;
  color: #b4a15f;
}

.ak-warning {
  color: #a0001f;
  font-weight: bold;
}

.ak-ticket-schedule {
  background: rgba(228, 53, 66, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #a0001f;
  border-left-width: 4px;
}
.ak-ticket-schedule h4 {
  color: #a0001f;
  margin: 0 0 12px 0;
  background: none;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.ak-ticket-schedule p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ak-ticket-schedule {
    padding: 15px;
  }
}

.ak-accordion-item {
  margin-bottom: 20px;
  border: 3px solid #b4a15f;
}
.ak-accordion-item:last-child {
  margin-bottom: 0;
}

.ak-accordion-header {
  width: 100%;
  background: #b4a15f;
  color: #000000;
  border: none;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ak-accordion-header:hover {
  background: rgb(169.8723404255, 149.7, 79.6276595745);
}
@media screen and (max-width: 768px) {
  .ak-accordion-header {
    padding: 15px 20px;
    font-size: 16px;
  }
}

.ak-accordion-icon {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  transition: transform 0.3s ease;
}
.active .ak-accordion-icon {
  transform: rotate(180deg);
}

.ak-accordion-content {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  text-align: center;
}
.active .ak-accordion-content {
  max-height: 500px;
  padding: 30px 25px;
}
@media screen and (max-width: 768px) {
  .ak-accordion-content {
    padding: 0 15px;
  }
  .active .ak-accordion-content {
    padding: 30px 10px;
  }
}

.ak-accordion-label {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ak-accordion-label {
    font-size: 13px;
    padding: 6px 15px;
  }
}

.ak-accordion-date {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px !important;
}
.ak-accordion-date:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ak-accordion-date {
    font-size: 18px;
  }
}

.attention {
  text-align: left;
  margin-top: 40px;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

.ak-accordion-btn {
  background: #b4a15f;
  border: none;
  color: #000000;
  padding: 18px 30px;
  font-size: 16px;
  border-radius: 50px;
  max-width: 500px;
  transition: background 0.3s ease;
}
.ak-accordion-btn:hover {
  background: rgb(169.8723404255, 149.7, 79.6276595745);
}
.ak-accordion-btn:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .ak-accordion-btn {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.ak-btn {
  display: block;
  margin: 0 auto;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 50px 18px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  max-width: 100%;
}
.ak-btn:before {
  content: "→";
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.ak-btn:hover {
  background-color: #a0001f;
  border-color: #a0001f;
}
.ak-btn:hover:before {
  color: #ffffff;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .ak-btn {
    font-size: 14px;
    padding: 15px 45px 15px 15px;
  }
  .ak-btn:before {
    font-size: 20px;
    right: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

dl {
  margin-top: 30px;
}
dl dt {
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: 10px;
  color: #000000;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 14px;
}
dl dd {
  display: block;
  line-height: 1.7;
  margin-bottom: 20px;
}

.ak-sold {
  position: relative;
}
.ak-sold:after {
  content: "SOLD OUT";
  color: #a0001f;
  opacity: 0.4;
  position: absolute;
  transform: rotate(-11deg);
  left: 0;
  top: 50%;
  font-weight: bold;
  font-size: 30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .ak-sold:after {
    font-size: 24px;
  }
}

.ak-support {
  text-align: center;
}
.ak-support-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.ak-support-list ul li {
  width: calc(22% - 15px);
  list-style: none;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .ak-support-list ul li {
    width: calc(50% - 10px);
  }
}
.ak-support-list ul li a {
  display: block;
  transition: opacity 0.3s;
}
.ak-support-list ul li a:hover {
  opacity: 0.7;
}
.ak-support-list ul li img {
  width: 100%;
  height: auto;
}

.ak-sponsor p {
  text-align: center;
  font-weight: 600;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.disabled {
  pointer-events: none;
  background: #9f9f9f;
  border: 2px solid #9f9f9f;
  color: #d0d0d0;
  min-width: 200px;
  padding: 18px;
  text-align: center;
}
.disabled::before {
  content: none;
}/*# sourceMappingURL=app.css.map */