@charset "UTF-8";

/* 
Indivisible SemiBold Italic
font-family: "indivisible", sans-serif;
font-weight: 600;
font-style: italic;

Indivisible Bold
font-family: "indivisible", sans-serif;
font-weight: 700;
font-style: normal; 
*/

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

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

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

  .br-pc {
    display: block;
  }
}

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

  .br-sp {
    display: block;
  }
}

:root {
  --text-white: #FFFFFF;
  --bold: 700;
  --medium: 500;
  --e-text: "meno-banner-condensed", serif;
  --main-black: #000000;
  --main-blue: #00448B;
  --mincho-text: "source-han-serif-japanese", serif;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  color: var(--text-white);
  background: var(--main-black);
}


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

.banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.banner a {
  transition: all 0.2s ease;
}

.banner a:nth-child(1){
  margin-right: -1px;
}

.banner a:hover {
  filter: brightness(0.6);
}

.section {
  padding: 96px 0 0;
  text-align: center;
}

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

.h2 {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  font-family: var(--e-text);
  color: #707A83;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 56px;
}

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

.jyaket-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.jyaket-grid p{
  margin-top: 10px;
  font-weight: 200;
  line-height: 140%;
  font-size: 0.9rem;
}

.ep-title {
  margin: 40px auto 24px;
}

.ep-title p {
  font-family: var(--e-text);
}

.ep-title p:nth-child(1) {
  font-size: 24px;
}

.ep-title p:nth-child(2) {
  font-size: 48px;
  font-weight: 400;
}

.ep-title p:nth-child(3) {
  font-size: 48px;
  font-weight: 400;
  margin-top: -8px;
}

.ep-title p:nth-child(3) span {
  font-size: 32px;
  margin: 0 10px 0 4px;
}

.release-text {
  font-weight: 200;
  line-height: 140%;
  margin-bottom: 40px;
  font-size: 0.9rem;
}

.button {
  font-family: var(--e-text);
  font-weight: 400;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 32px;
  background: #707A83;
  transition: all 0.2s ease;
  max-width: 400px;
  margin: 0 auto;
}

.button:hover {
  opacity: 0.5;
}

.content-track {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  gap: 72px;
  margin: 0 auto;
  font-weight: 400;
}

.content-track h3 {
  font-family: var(--e-text);
  margin-bottom: 28px;
  font-size: 24px;
  border: 1px solid #FFFFFF;
  width: fit-content;
  padding: 4px 20px;
}

.content-track p {
  font-size: 20px;
}

.content-track p span {
  font-size: 1rem;
}

.content-track-p {
  font-size: 1rem !important;
  line-height: 150%;
  margin: 32px auto;
}

.content-track-p span {
  font-size: 0.9rem !important;
  line-height: 20% !important;
}

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

.content-present h3 {
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--mincho-text);
  letter-spacing: 0.05em;
}

.present-topText {
  font-size: 24px;
  font-weight: 200;
  margin: 16px auto 32px;
}

.present-info {
  margin: 48px auto;
}

.present-info dt {
  position: relative;
  height: 20px;
}

.present-info dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--mincho-text);
  background: #000000;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 400;
}

.present-info dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.present-info dd {
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
  margin: 20px auto 56px;
}

.dd-info{
  text-align: left;
  font-size: 0.9rem !important;
}

.data {
  margin-top: 32px;
}

.data-first-p{
  font-weight: 500;
  margin-bottom: 10px;
}

.data-2 {
  margin-top: 48px;
}


.accordion {
  width: 100%;
  max-width: 800px;
  margin: 16px auto 0;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  background: #707A83;
  color: #FFFFFF;
  padding: 1em;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.accordion-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
}

.accordion-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accordion-icon::after {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.accordion-item.open .accordion-icon::after {
  transform: translateX(-50%) scaleY(0);
}

.accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  color: #FFFFFF !important;
}

.accordion-content-box {
  padding: 24px 0;
}

.accordion-content-box ul {
  max-width: 500px;
  margin: 0 auto;
}

.accordion-content-box li {
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  padding: 4px 8px;
  margin-bottom: 10px;
}

.accordion-content-box p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 150%;
  margin-top: 32px;
}

.accordion-content-p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #FFFFFF !important;
  padding: 24px 0;
}

.accordion-content-p span {
  font-size: 0.9rem;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  line-height: 180%;
}

.data-info {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 28px;
}

.info {
  font-weight: 200;
  font-size: 0.9rem;
  text-align: left;
  line-height: 140%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 32px 0;
}

.info a {
  text-decoration: underline;
}

.chedule-title {
  text-align: center;
  font-size: 20px;
}

.schedule-title-box {
  display: block;
  border: 1px solid #FFFFFF;
  text-align: left;
  margin: 8px auto 32px;
}

.schedule-title-box p:nth-child(1) {
  display: flex;
  padding: 8px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 20px;
}

.schedule-title-box p:nth-child(2) {
  font-size: 18px;
  line-height: 140%;
  padding: 16px 20px;
}

.button-2 {
  font-size: 20px;
  max-width: 400px;
  margin: 0 auto 56px;
}

.original-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 32px;
  margin-top: 40px;
}

.original-grid p{
  margin-top: 10px;
  font-weight: 600;
  line-height: 140%;
}

.footer {
  padding: 40px 0 14px;
  background: #707A83;
  margin-top: 120px;
}

.official-logo {
  max-width: 150px;
  margin: 0 auto;
  transform: translateX(-6px);
}

.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 {
  text-align: center;
  font-weight: 200;
  color: #FFFFFF;
}


.humberger-open {
  position: fixed;
  top: 40px;
  right: 32px;
  max-width: 48px;
  z-index: 98;
}

.humberger-close {
  position: fixed;
  top: 32px;
  right: 36px;
  max-width: 48px;
  z-index: 100;
}

.header-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  color: #707A83;
  padding: 80px;
  z-index: 99;
}

.header-nav>div {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /* ← ここがポイント：中の div をスクロール可能に */
}

.header-nav.show {
  opacity: 1;
  visibility: visible;
}

.humberger-close {
  display: none;
}

.header-nav.show~.humberger-close {
  display: block;
}

.header-nav.show~.humberger-open {
  display: none;
}

.header-nav-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  font-size: 40px;
  font-family: var(--e-text);
}

.header-nav-ul li:nth-child(5),
.header-nav-ul li:nth-child(6) {
  font-family: var(--mincho-text);
  font-size: 28px;
  margin-top: -24px;
}

.nav-logo {
  max-width: 200px;
  margin: 48px auto 0;
}


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

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

  .banner {
    grid-template-columns: 1fr;
  }

  .content-track {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .content-present {
    max-width: 500px;
  }

  .present-topText {
    font-size: 20px;
  }

  .present-info dt span {
    font-size: 20px;
  }

  .present-info dd {
    font-size: 1rem;
  }

  .accordion-content-p {
    grid-template-columns: 1fr;
  }

  .accordion-content-box li {
    padding: 10px 8px;
    font-weight: 500;
    font-size: 18px;
  }

  .schedule-title-box p:nth-child(1) {
    font-size: 18px;
  }

  .schedule-title-box p:nth-child(2) {
    font-size: 16px;
  }

  .data-info{
    text-align: left;
  }
}

@media screen and (max-width:600px) {
.jyaket-grid{
  grid-template-columns:1fr;
  gap: 32px;
  max-width: 350px;
  margin: 0 auto;
}
}
@media screen and (max-width:500px) {

  .header-nav {
    padding: 64px 0;
  }

  .humberger-open {
    top: 24px;
    right: 16px;
    max-width: 40px;
    z-index: 98;
  }

  .humberger-close {
    top: 20px;
    right: 20px;
    max-width: 32px;
    z-index: 100;
  }

  .header-nav-ul {
    font-size: 32px;
    gap: 24px;
  }

  .header-nav-ul li:nth-child(5),
  .header-nav-ul li:nth-child(6) {
    font-size: 24px;
    margin-top: -18px;
    white-space: nowrap;
  }

  .ep-title p:nth-child(2) {
    font-size: 36px;
    margin-top: -2px;
  }

  .ep-title p:nth-child(3) {
    font-size: 36px;
    margin-top: -2px;
  }

  .h2 {
    margin-bottom: 24px;
    text-align: center;
  }

  .section {
    padding: 64px 0 0;
  }

  .content-track {
    gap: 56px;
  }

  .content-track h3 {
    font-size: 18px;
    margin: 0 auto 32px;
  }

  .content-track p {
    font-size: 18px;
    text-align: center;
  }

  .content-track p span {
    font-size: 14px;
  }

  .content-track-p {
    font-size: 0.9rem !important;
    text-align: left !important;
    max-width: 180px;
    margin: 24px auto;
  }

  .content-track-p-2 {
    max-width: 500px;
    text-align: justify;
  }

  .present-topText {
    font-size: 18px;
    line-height: 130%;
  }

  .present-info dt span {
    font-size: 18px;
    white-space: nowrap;
  }

  .present-info dd {
    font-size: 0.9rem;
  }

  .schedule-title-box p:nth-child(1) {
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .schedule-title-box p:nth-child(2) {
    text-align: center;
  }

  .accordion-header {
    font-size: 0.8rem !important;
  }

  .original-grid{
  display: grid;
  grid-template-columns: 1fr;
  max-width: 350px;
  margin: 40px auto 0;
}

}