@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&display=swap');

@media screen and (min-width: 897px) {

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}



/*
--nav font--
font-family: "benton-modern-display", serif;
 */

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  font-family: "M PLUS 1p", sans-serif;
  color: #ffffff;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.e-text {
  font-family: "benton-modern-display", serif;
  font-weight: 700;
  font-style: normal;
}

.back {
  position: fixed;
  top: 0;
  z-index: -1;
}

.back img {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  filter: brightness(0.8);
}



.header {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header nav ul {
  display: flex;
  gap: 32px;
  font-family: "benton-modern-display", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #ffffff;
}


.content {
  max-width: 1000px;
  margin: 0 auto;
}


.kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  height: 100dvh;
  min-height: 900px;
  /* 新しい安全なvh */
}

.kv-box {
  display: flex;
  justify-content: center;
  gap: 64px;
  max-width: 1000px;
  margin: 0 auto;
}

.kv-left {
  width: 45%;
}

.kv-left img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* 右テキスト */
.kv-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 55%;
}

.kv-right>div {
  width: 100%;
}

.kv-title {
  width: 100%;
}

.kv-jyacket {
  max-width: 300px;
}

.date {
  font-size: 32px;
  font-weight: 400;
  color: #1D1818;
  margin-top: -14px;
}

.logo {
  max-width: clamp(120px, 20vw, 200px);
  margin-bottom: 20px;
}

.kv-jyacket {
  margin-bottom: 20px;
}


.section {
  padding: 80px 0 0;
}

.content {
  width: 90%;
  margin: 0 auto;
}

.h2 {
  font-size: 22px;
  text-align: center;
  font-family: "benton-modern-display", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.h2-tour {
  font-size: 32px;
}

.release-h3 {
  font-size: 20px;
  text-align: center;
  font-family: "benton-modern-display", serif;
  font-size: clamp();
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.release-h4 {
  font-size: 18px;
  text-align: center;
  font-family: "benton-modern-display", serif;
  font-size: clamp();
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ffffff;
  padding: 14px 0 10px;
}

.release {
  background: #111111;
  color: #FFFBFB;
  padding: 80px 0;
  margin-top: 80px;
}

.release-box {
  display: grid;
  gap: 56px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "benton-modern-display", serif;
  letter-spacing: 0.08em;
}

.release-subTitle {
  font-size: 40px;
  margin-bottom: 8px;
}

.release-title {
  font-size: 40px;
}

.label {
  margin-top: 40px;
  font-size: 14px;
}

.label dt,
.label dd {
  font-weight: 300;
}




.schedule {
  text-align: left;
  padding: 80px 0 0;
}

.schedule-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* ======================
PC共通
====================== */

.schedule-list {
  font-family: "M PLUS 1p", sans-serif;
}

.schedule-head li,
.schedule-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 18px 20px;
}

.schedule-list li {
  border-top: 1px solid #ccc;
  font-size: .8rem;
  line-height: 1.4;
  font-weight: 500;
}

/* ======================
列幅
====================== */

.col-date {
  width: 10%;
  text-align: center;
}

.col-area {
  width: 15%;
  text-align: center;
}

.col-venue {
  width: 25%;
  text-align: center;
}

.col-time {
  width: 20%;
  text-align: center;
}

.col-info {
  width: 25%;
  text-align: center;
}

/* ======================
DATE
====================== */

.schedule-list .col-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 4px;
  line-height: 80%;
  letter-spacing: -0.05em;
}

.schedule-list .col-date span {
  font-size: .8rem;
  line-height: 1.2;
  margin-top: 4px;
}

/* ======================
ヘッダー
====================== */

.schedule-head li {
  font-family: "benton-modern-display", serif;
  font-size: .9rem;
  text-align: center;
  letter-spacing: .08em;
}

.schedule-head .col-date {
  font-size: .8rem;
}

.col-info a {
  text-decoration: underline;
}


.nav-sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-sp li {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.nav-sp li:last-child {
  border-bottom: 1px solid #ccc;
}

.nav-sp li div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.nav-sp li div:last-child {
  margin-bottom: 0;
}

.nav-sp li div>p:first-child {
  width: 110px;
  flex-shrink: 0;

  font-family: "benton-modern-display", serif;
  font-size: .8rem;
  letter-spacing: .08em;
}

.nav-sp li div>p:last-child {
  flex: 1;
  font-size: .85rem;
  line-height: 1.6;
}

.nav-sp .date {
  display: flex;
  align-items: baseline;
  gap: 6px;

  font-size: 1.3rem;
  font-weight: 500;
}

.nav-sp .date span {
  font-size: .75rem;
}

.nav-sp .venue {
  font-weight: 500;
}

.nav-sp a {
  text-decoration: underline;
}




.place {
  line-height: 150%;
  font-weight: 700;
  font-size: 1rem !important;
  margin: 10px auto 4px;
}

.red {
  color: #ff2c2c;
}

.blue {
  color: #32eaff;
}


#tickets {
  text-align: center;
}

.tickets-box {

  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 20px;
  border: 1px solid #FFFFFF;
  font-weight: 500;
}

.tickets-box>div {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.tickets-box small {
  font-size: 14px;
  margin-left: 4px;
}

.drink {
  font-size: 14px;
  margin-top: 14px;
}

.ticket-info-content{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 56px;
}

.ticket-info {
  max-width: 600px;
  margin: 0 auto 0;
}

.ticket-info-h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 0;
  background: #ffffff;
  color: #723672;
  margin-bottom: 32px;
}

.ticket-info-ul {
  display: flex;
  flex-direction: column;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  margin-bottom: 40px;
}

.ticket-info-ul li {
  display: flex;
  align-items: center;
}

.ticket-info-ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 56px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.ticket-info-ul li p {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  min-height: 56px;
  width: 100%;
  padding-left: 40px;
}

.ticket-info-ul li:last-child h4,
.ticket-info-ul li:last-child p {
  border-bottom: none;
}


.button{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #FFFFFF;
  color: #723672;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: 500;
}


.fc-button-box{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 600px;
  margin: 56px auto 0;
}

.fc-button-box p{
  font-size: 18px;
}

.banner-button {
  display: block;
  transition: all 0.2s ease;
}


.banner-button:hover img {
  filter: brightness(0.6);
}


.ticket-info-finish{
  width: 100%;
}

.ticket-info-h3-finish{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255,255,255,0.6);
  margin: 0 auto;
} 

.ticket-info-h3-finish span{
  font-size: 14px;
  background: #723672;
  color: #FFFFFF;
  padding: 2px 8px;
}

.comingsoon {
  text-align: center;
  font-family: "benton-modern-display", serif;
  border: 1px solid #ccc;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}


.ticket-notes{
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  margin-top: 40px;
}

.ticket-notes li{
  display: flex;
  gap: 4px;
  line-height: 130%;
}


.footer {
  background: #111111;
  margin-top: 96px;
  padding: 40px 0 8px;
  text-align: center;
  color: #FFFBFB;
}

.official-logo {
  max-width: 150px;
  margin: 0 auto;
}

.official-logo a {
  transition: all 0.2s ease;
}

.official-logo a:hover {
  opacity: 0.5;
}

.sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 32px auto 40px;
}

.sns-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}

.sns-link a:hover {
  opacity: 0.5;
}

.sns-link a img {
  object-fit: contain;
}

.link-youtube {
  height: 32px !important;
}

.copy {
  margin-top: 32px;
}








@media screen and (max-width: 896px) {

  .header {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;

    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1100;
  }

  .hamburger span {
    width: 28px;
    height: 1px;
    background: #ffffff;
    display: block;
  }


  /* メニューを非表示に */
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(33, 33, 33, 0.636);
    backdrop-filter: blur(10px);
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 1000;
    box-shadow: -4px 0px 8px 2px rgba(167, 167, 167, 0.039);
  }

  .nav ul {
    flex-direction: column;
    gap: 24px;
    padding: 120px 32px;
    font-size: 20px;
  }

  /* 開いた状態 */
  .nav.is-open {
    transform: translateX(0);
  }

  .hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hamburger span {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }


  .kv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 64px 0;
  }

  .kv-right {
    justify-content: flex-start;
    text-align: center;
  }

  .logo {
    max-width: 150px;
    margin: 0 auto 20px;
  }

  .kv-box {
    max-width: 400px;
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .kv-left {
    width: 100%;
  }

  .kv-right {
    width: 100%;
  }

  .kv-right>div {
    width: 90%;
    margin: 0 auto;
  }

  .section {
    padding: 64px 0 0;
  }

  .h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .h2-tour {
    font-size: 20px;
  }

  .release {
    padding: 64px 0;
    text-align: center;
  }


  .release-box {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 24px;
  }



  .schedule-sp li>div p {
    font-size: 14px;
  }

  .button {
    max-width: 400px;
  }

  .tickets-box {
    max-width: 500px;
  }

  .ticket-info {
    max-width: 500px;
  }

  .release-subTitle {
    font-size: 24px;
    margin-bottom: 0;
  }


  .schedule-sp {
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 420px;
    margin: 40px auto 0;
  }

  .schedule-sp li {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .schedule-sp li>div {
    display: flex;
    gap: 20px;
  }

  .schedule-sp li>div p:nth-child(1) {
    border: 1px solid #FFFFFF;
    min-width: 120px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 80%;
  }

  .schedule-sp li>div p {
    line-height: 140%;
  }

  .date {
    font-size: 24px !important;
    margin: 0;
    line-height: 100% !important;
    color: #FFFFFF;
  }

  .date span {
    font-size: 14px;
    margin-left: 4px;
  }


  .ticket-box {
    grid-template-columns: 1fr;
  }

  .ticket-box dd {
    margin: 16px auto 40px;
  }

  .ticket-box dl:last-child dd {
    margin: 16px auto 0;
  }

  .release-h3 {
    margin-bottom: 24px;
  }

  .footer {
    margin-top: 80px;
  }

  .ticket-info-ul li h4{
    min-width: 100px;
    font-size: 14px;
  }

  .ticket-info-ul li p{
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 120%;
  }

  .fc-button-box p{
    font-size: 16px;
  }

  .ticket-info-h3{
    font-size: 18px;
  }

}


@media screen and (max-width: 400px) {
  .kv {
    padding: 0;
    min-height: auto;
  }
}