@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

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

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}




:root {
  --title-font: corporate-a, serif;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500 !important;
  color: var(--main-black);
}


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

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

.back img {
  object-fit: cover;
  height: 100dvh;
}

.h2 {
  font-family: corporate-a, serif;
}

.content {
  backdrop-filter: blur(4px);
  background: rgba(253, 248, 160, 0.8);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 56px;
}

.gray-content {
  backdrop-filter: blur(4px);
  background: rgba(179,179,177,0.8);
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px 56px;
  color: #000000;
}

.kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  height: 100dvh;
  max-width: 1000px;
  margin: 0 auto;
}

.kv-date {
  font-size: 48px;
  font-family: var(--title-font);
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  letter-spacing: -0.02em;
}

.kv-date span {
  font-size: 24px;
  margin-right: 4px;
}

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

.release-logo {
  max-width: 500px;
  margin: 0 auto;
}

.release-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin: 48px auto 32px;
}

.release-ul li dt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin: 16px auto 8px;
}

.release-date {
  font-size: 64px;
  font-family: var(--title-font);
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  letter-spacing: -0.02em;
}

.release-date span {
  font-size: 32px;
  margin-right: 4px;
}

.content-line {
  max-width: 4px;
  margin: 40px auto;
}

.release-box {
  text-align: center;
}

.release-box h3 {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.release-box p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400 !important;
}

.release-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.release-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C93A26;
  color: #FFFFFF;
  font-size: 18px;
  padding: 14px 0;
  font-weight: 400 !important;
  letter-spacing: 0.3em;
  transition: all 0.2s ease;
}

.release-button a:hover {
  background: #490901;
}

.early-booking-special {
  padding: 96px 0 0;
}

.special-box {
  max-width: 800px;
  margin: 0 auto;
}

.zine {
  max-width: 200px;
  margin: 0 auto 24px;
}

.special-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 24px;
  text-align: center;
  border: 1px solid #000000;
}

.special-dl dt,
.special-dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500 !important;
  padding: 8px 0;
}

.special-dl dd {
  background: #000000;
  color: #FDF9B3;
}

.special-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.special-info dl {
  display: flex;
  font-size: 20px;
  margin: 0 0 14px -10px;
}

.special-info dl dt,
.special-info dl dd {
  font-weight: 500 !important;
}

.special-info ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 400 !important;
}

.special-info li {
  display: flex;
  gap: 4px;
  font-size: 14px;
}

.store {
  max-width: 800px;
  margin: 0 auto;
}

.store-text {
  display: block;
  border: 1px solid #000000;
  text-align: center;
  font-size: 24px;
  padding: 8px 0 10px;
}

.goods-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  margin: 32px auto 16px;
  font-size: 14px;
  font-weight: 400 !important;
}

.goods-ul a {
  transition: all 0.2s ease;
}

.goods-ul a:hover {
  filter: brightness(0.8);
}

.goods-ul li {
  pointer-events: none;
}

.goods-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 120%;
}

.goods-info div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400 !important;
}

.goods-info p {
  display: flex;
  gap: 4px;
}

.tour-name {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
}

.tour-kv {
  max-width: 500px;
  margin: 40px auto 0;
}

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

.schedule-div h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.schdule ul li {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 100%;
  padding: 18px 20px 18px;
  line-height: 140%;
  font-size: 0.8rem;
}

.schdule ul li p:nth-child(1) {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  font-size: 1.5rem;
  font-weight: 500;
  width: 10%;
  margin-top: 4px;
}

.schdule ul li p:nth-child(1) span {
  font-size: 0.8rem;
  margin-top: 4px;
  line-height: 120%;
}

.schdule ul li p:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
}

.schdule ul li p:nth-child(3) {
  width: 25%;
  text-align: center;
}

.schdule ul li p:nth-child(4) {
  width: 25%;
  text-align: center;
}

.schdule ul li p:nth-child(4) span {
  font-size: 0.8rem;
}

.schdule ul li p:nth-child(5) {
  width: 20%;
  text-align: center;
}

.schdule ul li p:nth-child(5) a {
  text-decoration: underline;
}

.schedule-bigText {
  font-size: 16px;
}

.ul-title li {
  text-align: center;
  font-size: 0.8rem
}

.ul-title li p:nth-child(1) {
  font-size: 0.8rem !important;
}

.ul-title li p:nth-child(3) {
  border-left: none !important;
}

.schdule ul li:nth-child(5) p:nth-child(1) span {
  margin-top: 0;
}

.schdule-pc li {
  border-top: 1px solid #cccccc;
}

.ticket {
  text-align: center;
  border: 1px solid #FDF9B3;
  max-width: 500px;
  margin: 56px auto 0;
}

.ticket h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1D1818;
  padding: 10px 0 12px;
  background: #FDF9B3;
}

.ticket>div {
  padding: 32px 16px ;
}

.ticket a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDF9B3;
  color: #1D1818;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  max-width: 300px;
  margin: 40px auto 16px;
  transition: all 0.2s ease;
}

.ticket a:hover {
  color: #FFFFFF;
  background: #383838;
}

.ticket-eventer{
  font-size: 14px;
  margin-top: 24px;
}

.ticket-ul{
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 300px;
  margin: 0 auto;
}

.tickets-title{
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}

.tickets-detail{
  display: flex;
  gap: 16px;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
}

.tickets-detail span{
  font-size: 12px;
}

.tickets-detail > div p:nth-child(2){
  font-size: 12px !important;
  margin-left: -12px !important;
}



.ticket ul,
.ticket dl {
  font-size: 14px;
}



.ticket dl {
  text-align: center;
  margin-top: 32px;
}

.ticket dl dt {
  border: 1px solid #FFFFFF;
  padding: 4px 0 6px;
  margin-bottom: 10px;
}

.ticket dl dd {
  line-height: 140%;
}

.white-content {
  color: #000000;
  background: rgba(253, 248, 160, 0.8);
}

#profile{
  padding-top: 64px;
}

.movie-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.movie-ul iframe {
  aspect-ratio: 16/9;
}

.movie-ul p {
  margin-bottom: 14px;
}

.yellow-content {
  background: rgba(253, 248, 160, 0.8);
  color: #000000;
}

.profile-ul {
  display: flex;
  gap: 34px;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.profile-ul>li:first-child {
  width: 40%;
}

.profile-ul>li:last-child {
  width: 60%;
  line-height: 150%;
  text-align: justify;
  font-weight: 400;
}

.footer {
  background: #000000;
  padding: 16px 0 8px;
  text-align: center;
  color: #FFFBFB;
}

.profile-link {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}

.official-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  max-width: 250px;
}

.official-logo a {
  padding: 8px 16px;
  transition: all 0.2s ease;
  /* background: #000000; */
  color: #000000;
  
}

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

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

.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;
}


.header {
  position: fixed;
  top: 24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}

.header nav ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-family: var(--title-font);
  color: #1D1818;
  font-size: 18px;
  font-weight: 600;
}

.header nav ul li {
  border-right: 1px solid #383838;
}

.header nav ul li:last-child {
  border-right: none;
}

.header nav ul li a {
  padding-right: 16px;
}


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

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

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

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

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

  .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(-8px) rotate(-45deg);
  }

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

  .header nav ul li {
    border-right: none;
  }

  .kv {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    height: 100%;
    padding: 80px 0;
    width: 90%;
  }

  .release-ul {
    max-width: 500px;
  }

  .store {
    max-width: 500px;
  }

  .movie-ul {
    max-width: 500px;
  }

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

  .kv-date {
    line-height: 80%;
  }

  .content-line {
    max-width: 2px;
    margin: 32px auto 24px;
  }

  .h2 {
    font-size: 32px;
  }

  .release-ul {
    grid-template-columns: 1fr;
  }

  .release-ul li dt {
    text-align: center;
    letter-spacing: 0.2em;
  }

  .release-ul dd {
    font-size: 14px;
  }

  .release-date {
    font-size: 48px;
    line-height: 80%;
  }

  .release-box p {
    font-size: 14px;
  }

  .release-button {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 500px;
  }

  .special-dl {
    grid-template-columns: 1fr;
  }

  .special-info dt {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .special-info dl {
    flex-direction: column;
    align-items: center;
  }

  .goods-ul {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .movie-ul {
    grid-template-columns: 1fr;
  }

  .profile-ul {
    flex-direction: column;
    max-width: 500px;
  }

  .profile-ul li:first-child {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  .profile-ul li:last-child {
    width: 100%;
    font-size: 14px;
  }

  .schdule ul {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
    max-width: 500px;
    margin: 0 auto 0;
  }

  .schdule ul li h3 span:first-child {
    font-size: 2rem;
  }

  .schdule ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 0.8rem;
    padding: 0;
    max-width: 350px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .schdule ul li:last-child {
    border-bottom: none;
  }

  .schdule ul li div {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 10px;
  }

  .schdule ul li a {
    text-decoration: underline;
  }

  .schdule h3 {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .schdule ul li p:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 800;
    width: 100%;
    font-weight: 900;
    background: #FFFFFF;
    color: #000000;
    padding: 0 4px !important;
    max-width: 100px;
    min-width: 100px;
    margin-top: 0;
  }


  .venue {
    font-size: 14px;
  }

  .date {
    font-size: 20px;
    margin-top: -2px;
  }

  .date span {
    font-size: 0.8rem;
    margin-left: 8px;
  }


  .schdule ul li p:nth-child(2) {
    display: block;
    width: 100%;
  }

  .schdule ul li p:nth-child(3) {
    width: 100%;
    border-left: none;
    padding-left: 8px;
  }

  .schdule ul li p:nth-child(4) {
    width: 100%;
  }
}