@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #222;
  letter-spacing: .04em;
}
a {
  display: block;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
  background: #111111;
}
main {
  flex: 1;
  position: relative;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #222;
}
::-webkit-selection {
  color: #fff;
  background: #222;
}
::-moz-selection {
  color: #fff;
  background: #222;
}
::selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}
.center {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
}
/* Layout
* --------------------------------------- */
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.l-section-padding {
  padding: 120px 0;
}
/* Utility
* --------------------------------------- */
.u-mt-section {
  margin-top: 120px;
}
.u-mb--md {
  margin-bottom: 32px;
}
.u-mb--sm {
  margin-bottom: 12px;
}
.u-mb--min {
  margin-bottom: 4px;
}
/* Common
* --------------------------------------- */
.section-title {
  font-size: 32px;
  margin-bottom: 24px;
  color: #fff;
  line-height: 1.2;
}
.content-box {
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
}
.common_button a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  padding: 22px 20px 30px 20px;
  background: #222;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.common_button a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #3824b8;
  transition: height 0.35s ease;
}
.common_button a span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
}
.common_button a span::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 18px;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.common_button a:hover {
  opacity: 1;
  padding: 26px 20px;
}
.common_button a:hover::before {
  height: 100%;
}
.common_button.button--white a {
  border: solid 1px #fff;
  background: #22222200;
  color: #fff;
}
.common_button.button--white a::before {
  background: #fff;
}
.common_button.button--white a:hover span {
  color: #222;
}
.common_button.button--white a:hover span::after {
  background-image: url("../img/icon-arrow-hover.svg");
}
@media screen and (max-width: 768px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, input, label, small {
    font-size: 14px;
    letter-spacing: .02em;
  }
  .l-section-padding {
    padding: 80px 0;
  }
  .u-mt-section {
    margin-top: 80px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .content-box {
    padding: 24px 16px;
  }
  .common_button a {
    max-width: 320px;
    padding: 20px 20px 25px 20px;
  }
  .common_button a span {
    font-size: 14px;
  }
  .common_button a span::after {
    width: 17px;
    height: 16px;
  }
}
/* Keyvisual
* --------------------------------------- */
/* Background*/
.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url(../img/keyvisual-bgi_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg__blur {
  position: absolute;
  inset: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease;
  pointer-events: none;
}
.bg__blur.is-active {
  backdrop-filter: blur(6px) brightness(0.5);
  -webkit-backdrop-filter: blur(6px) brightness(0.5);
}
/* Keyvisual*/
.kv {
  position: relative;
  height: 100svh;
}
.kv__content {
  text-align: center;
  margin-top: 4%;
}
.kv__date {
  font-size: min(146px, 6.6vw);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: min(24px, 1.1vw);
}
.kv__title {
  font-size: min(85px, 3.8vw);
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-bottom: min(50px, 2.3vw);
  display: inline-block;
  margin-bottom: min(16px, 0.8vw);
}
.kv__title span {
  display: inline-block;
  font-size: min(85px, 3.8vw);
  color: #fff;
  font-weight: 500;
}
.kv__title .kv__title-sub {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: min(370px, 17vw);
  height: min(119px, 5.4vw);
}
.kv__venue {
  font-size: min(28px, 1.3vw);
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
/* Global Nav */
.global-nav {
  position: fixed;
  bottom: 3.5vw;
  right: 0;
  z-index: 1000;
}
.global-nav__list {
  display: flex;
  background-color: #3424B4;
  padding: 3px 10px;
  gap: 6px;
}
.global-nav__item {
  display: flex;
  gap: 6px;
}
.global-nav__item:nth-child(1)::after {
  content: "／";
  font-size: min(23px, 1.5vw);
  color: #fff;
}
.global-nav__link {
  font-size: min(23px, 1.5vw);
  letter-spacing: 0;
  color: #fff;
}
.global-nav__link:hover {
  opacity: 1;
  color: #ebd400;
}
.global-nav__link.active {
  color: #ebd400;
}
@media screen and (max-width: 941px) {
  .kv__content {
    margin-top: 10%;
  }
  .kv__venue {
    font-size: min(28px, 2vw);
  }
  .kv__title {
    font-size: min(85px, 5vw);
  }
  .kv__title span {
    font-size: min(85px, 5vw);
  }
  .kv__date {
    font-size: min(146px, 7vw);
  }
  .global-nav__item:nth-child(1)::after {
    content: "／";
    font-size: min(23px, 2vw);
    color: #fff;
  }
  .global-nav__link {
    font-size: min(23px, 2vw);
    letter-spacing: 0;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    background-image: url(../img/keyvisual-bgi_tab.jpg);
  }
  .global-nav {
    bottom: 32px;
  }
  .global-nav__list {
    padding: 4px 8px;
    gap: 3px;
  }
  .global-nav__item {
    gap: 3px;
  }
  .global-nav__item:nth-child(1)::after {
    font-size: 15px;
  }
  .global-nav__link {
    font-size: 15px;
  }
  .kv__content {
    margin-top: 10%;
  }
  .kv__date {
    font-size: 70px;
    margin-bottom: 16px;
  }
  .kv__title {
    font-size: 40px;
    padding-bottom: 34px;
    margin-bottom: 16px;
  }
  .kv__title span {
    font-size: 30px;
    display: block;
    line-height: 1.3;
  }
  .kv__title .kv__title-sub {
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    width: 160px;
    height: 50px;
  }
  .kv__venue {
    font-size: 16px;
  }
}
@media screen and (max-width: 426px) {
  .bg {
    background-image: url(../img/keyvisual-bgi_sp.jpg);
  }
  .kv__content {
    margin-top: 15%;
  }
  .kv__date {
    font-size: 60px;
  }
  .kv__title {
    font-size: 35px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  .kv__title span {
    font-size: 25px;
  }
  .kv__title .kv__title-sub {
    width: 130px;
    height: 42px;
  }
}
/* Schedule
* --------------------------------------- */
.schedule__date {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.schedule__day {
  display: flex;
  font-size: 35px;
  gap: 0 5px;
  line-height: 1;
  align-items: baseline;
  font-weight: 500;
  letter-spacing: .02em;
}
.schedule__week {
  font-size: 22px;
  transform: translateY(-0.15em);
  display: inline-block;
  font-weight: 500;
  letter-spacing: .02em;
}
.schedule__time {
  font-size: 18px;
  transform: translateY(-0.2em);
}
.schedule__place {
  font-size: 30px;
  font-weight: 500;
}
.schedule__contact {
  margin-top: 16px;
  padding-top: 16px;
  border-top: dashed 1px #000;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.schedule__contact a {
  color: #222;
}
.schedule__contact span {
  display: block;
}
@media screen and (max-width: 768px) {
  .schedule__date {
    margin-bottom: 24px;
    gap: 6px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule__day {
    font-size: 26px;
  }
  .schedule__week {
    font-weight: 500;
    font-size: 16px;
  }
  .schedule__time {
    font-size: 14px;
  }
  .schedule__place {
    font-size: 23px;
  }
  .schedule__contact span:nth-child(1) {
    width: 100%;
  }
  .schedule__contact {
    margin-top: 11px;
    padding-top: 11px;
    gap: 0 10px;
  }
}
/* Ticket
* --------------------------------------- */
.content .l-section-padding {
  padding: 120px 0 0;
}
.ticket__detail-body {
  margin-bottom: 46px;
}
.ticket__price-title {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #222;
  margin-bottom: 8px;
  padding: 4px 14px;
}
.ticket__fee {
  font-size: 35px;
  font-weight: 500;
  display: flex;
  gap: 0 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #000;
  align-items: baseline;
  letter-spacing: .02em;
}
.ticket__fee span {
  line-height: 1.3;
  display: block;
  font-size: 18px;
}
.ticket__fee::after {
  content: "円(税込)";
  font-size: 18px;
}
.ticket__note li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 10px;
  box-sizing: border-box;
}
.ticket__note li:last-child {
  margin-bottom: 0;
}
.ticket__note li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ticket__price-title {
    font-size: 13px;
    letter-spacing: .04em;
    margin-bottom: 8px;
    padding: 2px 10px;
  }
  .ticket__fee {
    font-size: 26px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    flex-wrap: wrap;
    line-height: 1.3;
  }
  .ticket__fee span {
    font-size: 14px;
  }
  .ticket__fee::after {
    font-size: 14px;
  }
  .ticket__note li {
    padding-left: 10px;
    font-size: 13px;
  }
  .ticket__note li::before {
    width: 3px;
    height: 3px;
    top: 11px;
  }
  .ticket__detail-body {
    margin-bottom: 16px;
  }
  .content .l-section-padding {
    padding: 80px 0 0;
  }
}
/* Accordion
* --------------------------------------- */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.accordion__header {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 30px 60px 30px 30px;
  box-sizing: border-box;
  background-color: #3424B4;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.accordion__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 16px;
  font-size: 20px;
  color: #fff;
}
.accordion__body {
  display: none;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
.accordion__icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.accordion__icon::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 25px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion__icon::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 25px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.accordion__header.active .accordion__icon::before {
  transform: rotate(180deg);
}
.accordion__header.active .accordion__icon::after {
  opacity: 0;
}
.accordion__table {
  margin-bottom: 24px;
}
.accordion__table table {
  width: 100%;
}
.accordion__table table tr {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: dashed 1px #212121;
  flex-direction: row;
  gap: 10px 0;
  align-items: baseline;
  display: flex;
}
.accordion__table table tr:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.accordion__table table td {
  width: 80%;
}
.accordion__table table th {
  text-align: left;
  width: 20%;
}
.accordion__table table th span {
  color: #fff;
  display: inline-block;
  background-color: #222;
  padding: 4px 14px;
}
.accordion__link a {
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
.accordion__link a:hover {
  text-decoration: none;
}
.accordion__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%);
}
.accordion__notes li {
  padding-left: 16px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.accordion__notes li:last-child {
  margin-bottom: 0;
}
.accordion__notes li::before {
  content: "※";
  font-size: 14px;
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.accordion__sub-title {
  padding-left: 45px;
  position: relative;
  margin-bottom: 10px;
}
.accordion__sub-title::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #818181;
  position: absolute;
  left: 0;
  top: 12px;
}
.accordion__lists li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  box-sizing: border-box;
}
.accordion__lists li:last-child {
  margin-bottom: 0;
}
.accordion__lists li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .accordion {
    gap: 24px 0;
  }
  .accordion__header {
    padding: 16px;
  }
  .accordion__title {
    font-size: 16px;
    white-space: pre-line;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 3px 16px;
  }
  .accordion__icon {
    width: 20px;
    height: 20px;
    right: 16px;
    top: 22px;
    transform: translateY(0%);
  }
  .accordion__icon::before, .accordion__icon::after {
    width: 20px;
  }
  .accordion__body {
    padding: 24px 16px;
  }
  .accordion__table table th {
    width: 100%;
  }
  .accordion__table table td {
    width: 100%;
  }
  .accordion__table table th span {
    font-size: 13px;
    padding: 2px 10px;
  }
  .accordion__table table tr {
    flex-direction: column;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .accordion__cell--break {
    white-space: pre-line;
  }
  .accordion__link {
    margin-top: 4px;
  }
  .accordion__lists li::before {
    top: 11px;
  }
}
/* Accordion ended
* --------------------------------------- */
.accordion__title span {
  color: #fff;
  display: block;
  border: solid 1px;
  font-size: 14px;
  padding: 2px 10px;
}
.common_button.common_button--ended a {
  cursor: not-allowed;
  opacity: .8;
  padding: 22px 20px 30px 20px;
}
.common_button.common_button--ended a::after {
  display: none;
}
.common_button.common_button--ended a:hover::before {
  height: 10px;
}
.common_button.common_button--ended a span::after {
  display: none
}
@media screen and (max-width: 768px) {
  .accordion__title span {
    font-size: 12px;
    padding: 1px 10px;
  }
}
/* Animation
* --------------------------------------- */
.kv__date, .kv__title, .kv__venue {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.kv__date.is-show, .kv__title.is-show, .kv__venue.is-show {
  opacity: 1;
  transform: translateY(0);
}
.global-nav {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity .6s ease, transform .6s ease;
}
.global-nav.is-show {
  opacity: 1;
  transform: translateX(0);
}
.global-nav.is-hide {
  opacity: 0;
  transform: translateX(50px);
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* Footer
* --------------------------------------- */
.footer {
  padding: 0 20px;
  box-sizing: border-box;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__title {
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.footer__logo {
  max-width: 210px;
  margin: 0 auto 32px;
}
.footer__copy {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  font-size: 14px;
}
.footer__inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 170px;
    margin: 0 auto 24px;
  }
  .footer__copy {
    font-size: 12px;
  }
}