@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: 600px) {

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}

:root {
  --text-white: #FFFFFF;
  --bold: 700;
  --medium: 500;
  --e-text: "indivisible", sans-serif;
  --main-black: #000000;
  --main-blue: #00448B;
}

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(--main-black);
}


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


.kv {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.kv .kv_jacket {
  width: 56%;
}

.kv_logo {
  width: 44%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.kv-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kv-img img {
  object-fit: contain;
  height: 100%;
}

.kv-img {
  flex-shrink: 0;
}

.kv-content p:nth-child(1) {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.kv-content p:nth-child(2) {
  font-size: 48px;
  letter-spacing: 0.02em;
}

.kv-content h1 {
  font-size: 56px;
}

.date {
  font-family: var(--e-text);
  font-size: 32px;
  letter-spacing: 0.02em;
  margin: 10px auto 20px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-family: var(--e-text);
  font-style: italic;
  color: var(--main-blue);
  border: 2px solid var(--main-blue);
  font-size: 20px;
  transition: all 0.2s ease;
}

.button:hover {
  background: var(--main-blue);
  color: #FFFFFF;
}

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

.section-black {
  background: #000000;
  color: #FFFFFF;
}

.section-blue {
  background: var(--main-blue);
  color: #FFFFFF;
}

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

.h2 {
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.poster {
  max-width: 400px;
  margin: 0 auto;
}

.poster p {
  color: #CCCCCC;
  font-weight: 200;
  margin-top: 6px;
}


.movie-title {
  font-size: 32px;
  margin: 16px auto 32px;
  letter-spacing: 0.05em;
}

.movie-title p:nth-child(2) {
  margin-top: 4px;
}

.movie-title span {
  font-size: 20px;
}

.butto-white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid #FFFFFF;
  max-width: 400px;
  margin: 0 auto;
  font-weight: 400;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.butto-white:hover {
  background: #FFFFFF;
  color: #00448B;
}

.youtube iframe {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
  aspect-ratio: 16/9;
}

.campaign-title {
  font-size: 32px;
  padding: 10px;
  border-bottom: 2px solid #FFFFFF;
  max-width: 550px;
  margin: 0 auto;
}

.campaign-div {
  max-width: 700px;
  margin: 0 auto;
}

.campaign-about {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  margin: 16px auto 24px;
}

.campaign-p {
  font-size: 20px;
  text-align: justify;
  font-weight: 200;
  line-height: 140%;
}

.campaign-dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #000000;
  height: 40px;
  font-weight: 500;
  margin: 32px auto 16px;
}

.campaign-dl dd {
  font-size: 18px;
  font-weight: 200;
}

.campaign-dl dd a {
  text-decoration: underline;
}

.campaign-date {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.campaign-notes {
  text-align: justify;
  line-height: 150%;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.campaign-notes span {
  font-weight: 200 !important;
}

.poster-2 {
  margin-top: 40px;
}

.youtube-movie {
  margin: 56px auto 40px;
}

.youtube-movie p {
  margin-bottom: 14px;
  font-size: 18px;
}

.youtube-movie iframe {
  margin: 0 auto;
}


.footer {
  padding: 56px 0 14px;
}

.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 {
  transition: all 0.2s ease;
}

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

.sns-link img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

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

.copy {
  text-align: center;
  font-weight: 200;
  color: #1c1c1c;
}


@media screen and (max-width: 1000px) {
  .kv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 100lvh;
    max-width: 400px;
    margin: 0 auto;
    min-height: 900px;
  }

  .kv .kv_jacket {
    width: 100%;
  }

  .kv_logo {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .kv-content p:nth-child(2) {
    font-size: 40px;
  }

  .date {
    font-size: 28px;
  }

  .button {
    font-size: 16px;
  }

  .movie-title {
    font-size: 24px;
  }

  .movie-title span {
    font-size: 16px;
  }

  .button-white {
    font-size: 14px;
  }

  .campaign-title {
    font-size: 24px;
  }

  .campaign-about {
    font-size: 20px;
    line-height: 120%;
    margin: 16px auto 16px;
  }

  .campaign-p {
    font-size: 18px;
  }

  .campaign-dl dt {
    font-size: 16px;
  }

  .campaign-dl dd {
    font-size: 14px;
  }

  .campaign-date {
    font-size: 16px !important;
  }

  .campaign-notes {
    font-size: 14px !important;
  }

  .youtube-movie p {
    margin-bottom: 14px;
    font-size: 14px;
  }

}


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

  .campaign-notes {
    text-align: left;
  }
}