@charset "UTF-8";

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

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}

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

  .nav-sp {
    display: none !important;
  }

  .nav-pc {
    display: block;
  }
}

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

  .nav-sp {
    display: block;
  }
}



html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

.e-text {
  font-family: "neulis-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

header a {
  font-weight: 900;
}

.nav {
  position: fixed;
  top: 3%;
  right: 2%;
  display: flex;
  gap: 16px;
  font-size: 18px;
  color: #FFFFFF;
  z-index: 99;
}

.kv {
  position: relative;
  width: 100%;

}





.title_kv {
  position: absolute;
  top: 40%;
  right: 5%;
  max-width: 600px;
}


.h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #E50022 !important;
}

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

.back {
  text-align: center;
  background: #ffd927;
  padding: 80px 0 120px;
}

.section {
  padding: 80px 0 0;
  text-align: center;
  color: #000000;
}

.schdule {
  color: #000000;
  text-align: left;
}



.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: 600;
  width: 100%;
  /* border-bottom: 1px solid #FFFFFF; */
  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: 2rem;
  font-weight: 800;
  width: 10%;
  font-weight: 900;
}

.schdule ul li p:nth-child(1) span {
  font-size: 0.8rem;
  margin-top: 14px;
  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: 20%;
  text-align: center;
}

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

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

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

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

.book-info {
  font-size: 0.8rem;
  margin-top: 24px;
  line-height: 140%;
}

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


.Comingsoon {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  background: #FFFFFF;
  color: #888888;
  padding: 32px 20px;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #3e3e3e;
  opacity: 0.8;
}

.archive-button{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.archive-button a{
  transition: all 0.2s ease;
}

.archive-button a:hover{
  filter: brightness(0.6);
}

@media screen and (max-width: 900px) {
  .schdule ul li {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    font-size: 0.8rem;
    padding: 0;
  }

  .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: #000000;
    color: #ffffff;
    padding: 0 4px !important;
    max-width: 100px;
    min-width: 100px;
  }

  .date {
    font-size: 2rem;
  }

  .venue {
    font-size: 1rem;
  }

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


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

.red {
  color: #ff2c2c;
}

.blue {
  color: #32eaff;
}


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

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

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


.g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: rgba(0, 0, 0, 0.8);
  background-size: contain;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
.g-nav.panelactive .g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;

}

/*リストのレイアウト設定*/

.g-nav li {
  display: flex;
  list-style: none;
  text-align: center;
  align-items: center;
}

.g-nav li div {
  width: 10px;
  height: auto;
}

.g-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-family: "neulis-cursive", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 100001;
  /*ボタンを最前面に*/
  top: 10px;
  right: -10px;
  cursor: pointer;
  width: 80px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 4px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 4px;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 4px;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}

@media screen and (max-width: 896px) {
  .archive-button{
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 600px) {
  .g-nav ul {
    left: 40%;
  }

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

  .h2 {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }

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


  .copy {
    font-size: 14px;
  }

}