@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Girassol&family=Shippori+Mincho:wght@400;500;600;700;800&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;
  }
}

:root {
  --back-black: #061821;
  --text-black: #061821;
  --back-white: #e7f3ff;
  --title-font: "Girassol", serif;
  --nomal-font: "Shippori Mincho", serif;
}



html {
  scroll-behavior: smooth;
}


body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  font-family: var(--nomal-font);
  background: var(--back-white);
  color: var(--text-black);
}

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


.flex-box {
  display: flex;
  align-items: flex-start;
}

.kv {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 40%;
  min-height: 800px;
}

.kv-inner {
  position: relative;
  height: 100%;
}

.kv-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.kv-img.is-active {
  opacity: 1;
}

.kv-logo {
  position: absolute;
  bottom: 40px;
  max-width: 400px;
  width: 90%;
  right: 0;
  left: 0;
  margin: 0 auto;

  opacity: 0;
  transition: opacity 1s ease;
}

.kv-logo.is-active {
  opacity: 1;
}

.kv-logo-day {
  top: 40px;
}

.illustrator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 88;
  color: var(--back-white);
  font-size: 18px;
}

.wrap {
  position: relative;
  width: 60%;
}

.js-modal-open {
  color: #2E46CC;
  text-align: center;
  transition: all 0.2s ease;
}

.js-modal-open:hover {
  color: #787b8e;
}

.modal-1 {
  position: fixed;
  inset: 0;
  z-index: 99;
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 17, 28, 0.8);
  backdrop-filter: blur(16px);
  color: var(--back-white);

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.modal-1.active {
  opacity: 1;
  visibility: visible;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.modal-1>div {
  position: relative;
  max-width: 500px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 10px;
  margin: 0 auto;
}

.modal-1 div {
  max-width: 500px;
  margin: 0 auto;
}

.modal-1 div img {
  max-width: 300px;
  margin: 0 auto 32px;
}

.modal-1 div p {
  line-height: 150%;
  text-align: justify;
}

.section {
  padding: 80px 0;
}

.content {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.h2 {
  font-size: 28px;
  letter-spacing: 0.2em;
  font-family: var(--title-font);
  text-align: center;
  margin-bottom: 40px;
}


.live-title {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 16px;
}

.live-title span {
  display: block;
  font-size: 28px;
  margin-top: 4px;
  font-weight: 600;
}

.live-logo {
  max-width: 500px;
  margin: 20px auto 16px;
}

.live-date {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
}

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

.live-part {
  display: flex;
  flex-direction: column;
  font-family: var(--title-font);
  max-width: 320px;
  margin: 20px auto 0;
}

.live-part li {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.live-part li:nth-child(3) {
  margin-top: 24px;
}

.live-part div {
  margin-top: 6px;
}

.live-time {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text-black);
  width: 80px;
  padding: 6px 0 4px;
  max-height: 32px;
}

.start-time {
  font-size: 18px;
  letter-spacing: 0.09em;
}

.live-guest {
  font-size: 20px;
  font-family: var(--nomal-font);
  font-weight: 600;
  margin-top: 14px;
}

.bandmember {
  text-align: center;
  margin-top: 24px;
}

.bandmember li:nth-child(1) {
  font-weight: 700;
  margin-bottom: 8px;
}

.bandmember li:nth-child(2) {
  font-size: 20px;
  font-family: var(--nomal-font);
  font-weight: 600;
}


.venue-content {
  margin-top: 56px;
}



.h4 {
  position: relative;
  text-align: center;
  background: var();
  z-index: 2;
  font-family: var(--title-font);
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 24px;
}

.h4 span {
  background: var(--back-white);
  padding: 0 32px;
}

.h4::before {
  position: absolute;
  top: 40%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--text-black);
  z-index: -1;
}

.ticket-h4 {
  font-family: var(--nomal-font);
}

.ticket-h4 span {
  background: var(--back-black);
}

.ticket-h4::before {
  background: var(--back-white);
}

.venue {
  text-align: center;
}

.venue dt {
  font-size: 20px;
  margin-bottom: 20px;
}

.venue dd {
  font-size: 14px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--back-black);
  color: var(--back-white);
  max-width: 350px;
  border-radius: 100px;
  height: 48px;
  margin: 32px auto 0;
}

.button img {
  max-width: 14px;
  margin-top: 4px;
}

.button-white{
  background: var(--back-white);
  color: var(--text-black);
}

.section-ticket {
  color: var(--back-white);
  background: var(--back-black);
}

.ticket-date {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}

.ticket-date span {
  font-size: 14px;
  margin: 0 4px 0 2px;
}

.ticket-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 345px;
  margin: 40px auto 0;
}

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

.ticket-ul li p:first-child {
  display: block;
  width: 100%;
  max-width: 80px;
  text-align: left;
  font-size: 14px;
}

.ticket-ul li p:last-child {
  font-size: 20px;
  border-left: 1px solid var(--back-white);
  padding-left: 24px;
}

.ticket-ul li p:last-child span {
  font-size: 14px;
  margin-left: 4px;
}

.ticket-content-lower {
  margin-top: 56px;
}

.ticket {
  padding-top: 80px;
}

.ticket-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 24px;
}

.ticket-type li {
  border: 1px solid var(--back-white);
}

.ticket-type li>p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-weight: 700;
  background: var(--back-white);
  color: var(--text-black);
}

.ticket-type li>div {
  padding: 24px 0;
}

.ticket-type li>div p:nth-child(1) {
  font-size: 24px;
}

.ticket-type li>div p:nth-child(1) span {
  font-size: 16px;
  margin-left: 4px;
}

.ticket-type li>div p:nth-child(2) {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 300;
}

.ticket-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 140%;
  margin-top: 20px;
}

.ticket-info li {
  display: flex;
  gap: 4px;
}

.notice-h3 {
  text-align: center;
}

.notice-h3-2 {
  margin-top: 40px;
}

.smart-ticket {
  margin: 8px 0;
}

.smart-ticket a {
  text-decoration: underline;
}

.Sponsored {
  margin-top: 48px;
  text-align: center;
}

.contect {
  text-align: center;
  margin: 40px auto 0;
}

.contect-1 {
  margin: 48px auto 0;
}

.contect-1 a {
  display: block;
  margin-top: 4px;
  text-decoration: underline;
}

.contect p:nth-child(1) {
  margin-bottom: 10px;
}

.contect p:nth-child(2) {
  font-size: 14px;
  line-height: 160%;
}

.contect p:nth-child(2) a {
  text-decoration: underline;
}

.footer {
  padding: 10px;
  font-weight: 500;
  text-align: center;
  color: var(--back-white);
  background: var(--back-black);
}

@media screen and (max-width: 896px) {
  .flex-box {
    flex-direction: column;
  }

  .kv {
    position: relative;
    width: 100%;
    min-height: auto;
  }

  .wrap {
    width: 100%;
  }

  .kv-inner {
    position: relative;
  }

  .kv-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

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

  .kv-logo-day {
    top: 24px;
  }

  .illustrator {
    font-size: 14px;
  }

  .ticket-ul {
    max-width: 225px;
  }

  .modal-1 div p {
    line-height: 150%;
    font-size: 14px;
  }

}

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

  .content {
    max-width: 400px;
  }

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


@media screen and (max-width: 380px) {
  .kv-logo {
    max-width: 250px;
  }
}