@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  color: #222;
  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;
}
body {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
}
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;
}
.common-1000-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.content---margin {
  margin-top: 120px;
}
.common-title__wrap {
  font-size: 40px;
  margin-bottom: 32px;
  color: #fff;
  line-height: 1.2;
}
.common-content__inner {
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
}
.common-btn__wrap {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  padding: 0 17px;
}
.common-btn__wrap a::after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("../img/icon-arrow_black.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%);
  transition: transform 0.4s ease;
}
.common-btn__wrap a {
  border: solid 1.5px #222;
  padding: 21px 10px;
  box-sizing: border-box;
  box-shadow: 5px 5px 0 #222;
}
.common-btn__wrap a:hover {
  box-shadow: 0 0 0 #222;
  opacity: 1;
}
.common-btn__wrap a:hover::after {
  transform: translateY(-50%) rotate(360deg);
}
.common-btn__wrap a span {
  color: #222;
  font-size: 20px;
  text-align: center;
  display: block;
}
.common-btn__wrap._blue a span {
  color: #63D0C3;
}
.common-btn__wrap._blue a::after {
  background-image: url("../img/icon-arrow_blue.svg");
}
.common-btn__wrap._blue a {
  border: solid 1.5px #63D0C3;
  box-shadow: 5px 5px 0 #63D0C3;
}
.common-btn__wrap._blue a:hover {
  box-shadow: 0 0 0 #63D0C3;
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
    letter-spacing: .02em;
  }
  .common-120-padding {
    padding: 80px 0;
  }
  .content---margin {
    margin-top: 80px;
  }
  .common-title__wrap {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .common-content__inner {
    padding: 24px 16px;
  }
  .common-btn__wrap a span {
    font-size: 16px;
  }
  .common-btn__wrap {
    max-width: 280px;
    padding: 0 15px;
  }
  .common-btn__wrap a {
    padding: 23px 10px;
    box-shadow: 3px 3px 0 #222;
  }
  .common-btn__wrap a::after {
    width: 30px;
    height: 30px;
  }
}
/* キービジュアル
* --------------------------------------- */
.common-bgi__wrap {
  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;
}
.common-bgi__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;
}
.common-bgi__blur.is-active {
  backdrop-filter: blur(6px) brightness(0.5);
  -webkit-backdrop-filter: blur(6px) brightness(0.5);
}
.keyvisual-area__group {
  position: relative;
  height: 100svh;
}
.schedule-time__box {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.schedule-time__box span {
  display: block;
  color: #63D0C3;
  line-height: 1;
}
.schedule-time__box span._year {
  font-size: 4vw;
  letter-spacing: -.04em;
  font-weight: 500;
}
.schedule-time__box span._day {
  font-size: 7vw;
  letter-spacing: -.04em;
}
.schedule-time__box ._week {
  writing-mode: vertical-lr;
  line-height: 3px;
  height: 6.5vw;
  margin-left: 16px;
}
.schedule-time__box ._week span {
  font-size: 1.8vw;
  letter-spacing: 0;
  font-weight: 500;
}
.schedule-area__box {
  display: block;
  text-align: right;
  font-size: 2vw;
  color: #63D0C3;
}
.keyvisual-schedule__wrap {
  margin-right: 2vw;
  line-height: 1;
}
.keyvisual-title__wrap {
  position: absolute;
  bottom: 4vw;
  left: 4.17vw;
}
.title-logo__box {
  margin-bottom: 10px;
}
.title-logo__box img {
  width: 30vw;
  height: auto;
}
.keyvisual-title__wrap ._liveName {
  color: #63D0C3;
  font-size: 7vw;
  line-height: .9;
  margin-left: -2vw;
}
.global-nav__wrap {
  position: fixed;
  bottom: 3.5vw;
  right: 0;
  z-index: 1000
}
.global-nav__lists {
  display: flex;
  background-color: #63D0C3;
  padding: 3px 10px;
  gap: 6px;
}
.global-nav__lists li:nth-child(1)::after {
  content: "／";
  font-size: 1.04vw;
}
.global-nav__lists li {
  display: flex;
  gap: 6px;
}
.global-nav__lists li a {
  font-size: 1.04vw;
  letter-spacing: 0;
}
.global-nav__lists a.active {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .common-bgi__wrap {
    background-image: url(../img/keyvisual-bgi_tab.jpg);
  }
  .schedule-time__box span._year {
    font-size: 26px;
  }
  .schedule-time__box span._day {
    font-size: 50px;
  }
  .schedule-time__box ._week {
    height: 47px;
    margin-left: 6px;
  }
  .schedule-time__box ._week span {
    font-size: 13px;
  }
  .schedule-area__box {
    font-size: 15px;
  }
  .title-logo__box {
    max-width: 200px;
    margin-bottom: 5px;
  }
  .title-logo__box img {
    width: 100%;
  }
  .keyvisual-title__wrap ._liveName {
    color: #63D0C3;
    font-size: 55px;
    margin-left: -10px;
  }
  .global-nav__wrap {
    bottom: 32px;
  }
  .global-nav__lists {
    padding: 4px 8px;
    gap: 3px;
  }
  .global-nav__lists li:nth-child(1)::after {
    font-size: 15px;
  }
  .global-nav__lists li {
    gap: 3px;
  }
  .global-nav__lists li a {
    font-size: 15px;
  }
  .keyvisual-title__wrap {
    bottom: 110px;
    left: 20px;
  }
  .keyvisual-schedule__wrap {
    margin-right: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 426px) {
  .common-bgi__wrap {
    background-image: url(../img/keyvisual-bgi_sp.jpg);
  }
  .keyvisual-title__wrap ._liveName {
    font-size: 13vw;
  }
}
/* スケジュール
* --------------------------------------- */
.schedule-deta__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  align-items: flex-end;
  margin-bottom: 8px
}
.schedule-deta__wrap ._day {
  display: flex;
  font-size: 35px;
  gap: 0 5px;
  line-height: 1;
  align-items: baseline;
}
.schedule-deta__wrap ._day ._week {
  font-size: 14px;
  width: 24px;
  height: 24px;
  padding-bottom: 1px;
  background-color: #222;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transform: translateY(-0.3em);
}
.schedule-deta__wrap ._time {
  font-size: 18px;
}
.schedule-area__wrap {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: dotted 1px #212121;
}
.schedule-area__wrap ._place {
  font-size: 40px;
}
.schedule-contact__wrap {
  display: flex;
  gap: 0 16px;
}
.schedule-contact__wrap h3 {
  font-size: 14px;
}
.schedule-contact__wrap p {
  display: flex;
  gap: 0 16px;
  font-size: 14px;
}
.schedule-contact__wrap p a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .schedule-deta__wrap {
    margin-bottom: 24px;
    gap: 4px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule-deta__wrap ._day {
    font-size: 26px;
  }
  .schedule-deta__wrap ._day ._week {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }
  .schedule-deta__wrap ._time {
    font-size: 14px;
  }
  .schedule-area__wrap ._place {
    font-size: 24px;
  }
  .schedule-contact__wrap h3 {
    font-size: 14px;
  }
  .schedule-contact__wrap p {
    gap: 0 8px;
  }
  .schedule-contact__wrap {
    flex-direction: column;
    gap: 8px 16px;
  }
  .schedule-contact__wrap p a {
    font-size: 14px;
  }
}
/* チケット情報
* --------------------------------------- */
.content-area__group .common-120-padding {
  padding: 120px 0 0;
}
.ticket-deta__wrap {
  margin-bottom: 46px;
}
.ticket-deta__box ._title {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  background-color: #222;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.ticket-deta__box ._fee {
  font-size: 27px;
  display: flex;
  gap: 0 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dotted 1px #222;
  align-items: baseline;
}
.ticket-deta__box ._fee::before {
  content: "スタンディング";
  font-size: 17px;
}
.ticket-deta__box ._fee::after {
  content: "円(税込/ドリンク代別)";
  font-size: 17px;
}
.ticket-deta__box ._note li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 13px;
}
.ticket-deta__box ._note li:last-child {
  margin-bottom: 0;
}
.ticket-deta__box ._note li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ticket-deta__box ._title {
    font-size: 11px;
    letter-spacing: .04em;
    margin-bottom: 5px;
    padding: 4px 14px;
  }
  .ticket-deta__box ._fee {
    font-size: 24px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    flex-wrap: wrap;
    line-height: 1.3;
  }
  .ticket-deta__box ._fee::before {
    font-size: 14px;
    width: 100%;
  }
  .ticket-deta__box ._fee::after {
    font-size: 14px;
  }
  .ticket-deta__box ._note li {
    padding-left: 10px;
  }
  .ticket-deta__box ._note li::before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .ticket-deta__wrap {
    margin-bottom: 16px;
  }
  .content-area__group .common-120-padding {
    padding: 80px 0 0;
  }
}
/* アコーディオン
* --------------------------------------- */
.accordion-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.accordion-items__title {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 30px 60px 30px 30px;
  box-sizing: border-box;
  background-color: #222;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.accordion-items__title h2 {
  font-size: 20px;
  color: #fff;
}
.accordion-deta__wrap {
  display: none;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
.accordion-items__title ._btn {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.accordion-items__title ._btn:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 25px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-items__title ._btn:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 25px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.accordion-items__title.active ._btn:before {
  transform: rotate(180deg);
}
.accordion-items__title.active ._btn:after {
  opacity: 0;
}
.accordion-items__table {
  margin-bottom: 24px;
}
.accordion-items__table table {
  width: 100%;
}
.accordion-items__table table tr {
  border-bottom: dashed 1px #BCBCBC;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.accordion-items__table table tr:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.accordion-items__table table th {
  text-align: left;
}
.accordion-items__table table th span {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background-color: #222;
  margin-bottom: 10px;
  padding: 4px 15px;
}
.u-mb--md {
  margin-bottom: 32px
}
.u-mb--sm {
  margin-bottom: 12px
}
.u-mb--min {
  margin-bottom: 4px
}
.accordion-items__table table td ._block {
  display: flex;
  gap: 0 24px;
}
.accordion-items__table table td ._block a {
  padding-left: 14px;
  position: relative;
}
.accordion-items__table table td ._block a:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 17px;
  background-image: url(../img/icon-tel.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}
.accordion-items__table table td ._text {
  font-size: 14px;
}
.accordion-items__table table td ._link a {
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
.accordion-items__table table td ._link a:hover {
  text-decoration: none;
}
.accordion-items__table table td ._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%);
}
.accordion-items__table table td ._notes li {
  padding-left: 16px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.accordion-items__table table td ._notes li::before {
  content: "※";
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.accordion-items__table table td ._title {
  padding-left: 45px;
  position: relative;
  margin-bottom: 16px;
  font-size: 14px;
}
.accordion-items__table table td ._title::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #818181;
  position: absolute;
  left: 0;
  top: 12px;
}
.accordion-items__table table td ._lists li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 13px;
}
.accordion-items__table table td ._lists li:last-child {
  margin-bottom: 0;
}
.accordion-items__table table td ._lists li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .accordion-items__title {
    padding: 16px 40px 16px 16px;
  }
  .accordion-items__title h2 {
    font-size: 16px;
    white-space: pre-line;
  }
  .accordion-items__title ._btn {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .accordion-items__title ._btn:before {
    width: 20px;
  }
  .accordion-items__title ._btn:after {
    width: 20px;
  }
  .accordion-deta__wrap {
    padding: 24px 16px;
  }
  .accordion-items__table table th span {
    font-size: 12px;
    margin-bottom: 0;
  }
  .accordion-items__table table th {
    width: fit-content;
    flex-shrink: 0;
    text-align: center;
  }
  .accordion-items__table table tr {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: dashed 1px #212121;
    flex-direction: row;
    gap: 16px 10px;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .accordion-items__table table td ._block {
    gap: 0 16px;
  }
  .accordion-items__table table td._break {
    white-space: pre-line;
  }
  .accordion-items__table table td ._block a:before {
    width: 9px;
    height: 13px;
  }
  .accordion-items__table table td ._block a {
    padding-left: 11px;
  }
  .accordion-items__table table td ._link {
    margin-top: 4px;
  }
  .accordion-item__wrap {
    gap: 24px 0;
  }
}
/* 受付終了
* --------------------------------------- */
.accordion-items__box._ended .accordion-items__title ._title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 16px;
}
.accordion-items__box._ended .accordion-items__title ._title::before {
  content: "受付終了";
  color: #fff;
  display: block;
  border: solid 1px;
  font-size: 12px;
  padding: 3px 10px;
}
.accordion-items__box._ended .common-btn__wrap a {
  cursor: not-allowed;
  opacity: .6
}
.accordion-items__box._ended .common-btn__wrap a:hover {
  box-shadow: 5px 5px 0 #222;
}
.accordion-items__box._ended .common-btn__wrap a::after {
  display: none;
}
/* トレード
* --------------------------------------- */
.trade-deta__wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px 24px;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: dashed 1px #222;
  position: relative;
}
.trade-deta__wrap h3._title {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  background-color: #222;
  padding: 5px 15px;
}
.trade-deta__block {
  display: flex;
  gap: 0 2px;
  flex-wrap: wrap;
}
.trade-deta__block p {
  font-size: 22px;
  display: flex;
  align-items: baseline;
  gap: 0 3px;
  letter-spacing: 0;
}
.trade-deta__block span {
  display: block;
  letter-spacing: 0;
}
.trade-deta__block ._day {
  font-size: 20px;
}
.trade-deta__block ._week {
  font-size: 11px;
  border: solid 1px #222;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.3em);
  margin-right: 2px;
}
.trade-note__wrap {
  margin-bottom: 24px;
}
.trade-note__wrap ._text {
  margin-bottom: 16px;
  font-weight: 500;
}
.trade-note__wrap ._lists {
  margin-bottom: 16px;
}
.trade-note__wrap ._lists li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 14px;
}
.trade-note__wrap ._lists li:last-child {
  margin-bottom: 0;
}
.trade-note__wrap ._lists li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.trade-note__wrap ._notes li {
  padding-left: 16px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.trade-note__wrap ._notes li::before {
  content: "※";
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.trade-note__wrap ._links a {
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  display: inline-block;
  margin-top: 8px;
}
.trade-note__wrap ._links a:hover {
  text-decoration: none;
}
.trade-note__wrap ._links 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%);
}
@media screen and (max-width: 768px) {
  .trade-deta__wrap {
    align-items: center;
    justify-content: center;
  }
  .trade-deta__block {
    justify-content: center;
  }
  .trade-note__wrap ._lists {
    margin-bottom: 8px;
  }
}
/* アニメーション
* --------------------------------------- */
.keyvisual-schedule__wrap, .keyvisual-title__wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.keyvisual-schedule__wrap.is-show, .keyvisual-title__wrap.is-show {
  opacity: 1;
  transform: translateY(0);
}
.global-nav__wrap {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity .6s ease, transform .6s ease;
}
.global-nav__wrap.is-show {
  opacity: 1;
  transform: translateX(0);
}
.global-nav__wrap.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-area__group {
  padding: 215px 20px;
  box-sizing: border-box;
}
.footer-items__wrap h2 {
  text-align: center;
  color: #63D0C3;
  margin-bottom: 16px;
}
.footer-items__wrap ._logo {
  max-width: 210px;
  margin: 0 auto 32px;
  ;
}
.footer-items__wrap ._copy {
  display: block;
  text-align: center;
  color: #63D0C3;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-area__group {
    padding: 180px 20px;
  }
  .footer-items__wrap ._logo {
    max-width: 170px;
    margin: 0 auto 24px;
  }
  .footer-items__wrap ._copy {
    font-size: 12px;
  }
}