@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


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

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}

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

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

  .nav-pc {
    display: block;
  }
}

@media screen and (max-width: 895px) {
  .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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

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


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

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

.kv {
  position: relative;
}

.kv-img {
  position: relative;
  height: 100vh;
  min-height: 1000px !important;
}

.kv-img>img {
  object-fit: cover;
  height: 100vh;
  min-height: 1000px !important;
}

.kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.back-gray {
  background: #4D4D4D;
}

.back-white {
  background: #F4F4F4;
  color: #000000;
}

.section {
  padding: 80px 0 80px;
}

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

.h2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 56px;
}

.h2-underline-red {
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  display: block;
  height: 16px;
  width: 100%;
  background-color: rgba(203, 22, 22, 0.6);
  content: "";
}

.release-info {
  display: flex;
  gap: 48px;
  width: 100%;
}

.h2-underline-yellow {
  background-color: rgba(203, 167, 22, 0.6);
}

.release-info-ul {
  width: 35%;
}

.release-info-left {
  width: 65%;
}

.release-h3 {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 2.8rem;
}

.release-h3-small {
  font-size: 1.5rem;
}

.release-h3-small-date {
  margin-right: 14px;
  margin-left: 6px;
}

.release-info-ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.release-info-ul p {
  margin-top: 10px;
  font-size: 1rem;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  height: 48px;
  max-width: 400px;
  margin-top: 48px;
  transition: all 0.2s ease;
}

.button:hover {
  background: #FFFFFF;
  color: #4D4D4D;
}

.release-info-h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.release-info-list {
  display: flex;
  gap: 24px;
  line-height: 160%;
}

.release-info-box {
  margin-top: 64px;
}

.release-info-box>li {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.release-info-box>li:last-child {
  border-bottom: none;
}

.shop-h3 {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 56px auto 32px;
}

.shop-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 56px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.shop-h4 {
  margin: 16px auto 4px;
  font-weight: 500;
}

.shop-text {
  font-size: 1.2rem;
  font-weight: 800;
}

.shop-notice {
  font-size: 0.8rem;
  line-height: 150%;
  font-weight: 300;
  margin: 56px auto 0;
  max-width: 1000px;
}

.shop-notice li {
  margin-bottom: 4px;
}

.tour-info {
  text-align: center;
}

.tour-h3 {
  font-weight: 800;
  font-size: 1.6rem;
}

.tour-ul {
  margin: 40px auto 48px;
}

.tour-ul li {
  margin-bottom: 10px;
}

.tour-ul li:last-child {
  margin-top: 32px;
  line-height: 150%;
}

.tour-button {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tour-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  height: 48px;
  width: 100%;
  transition: all 0.2s ease;
  max-width: 400px;
  margin: 0 auto;
}

.tour-button a:hover {
  background: #000000;
  color: #FFFFFF;
}

.shop-minText {
  font-size: 0.8rem;
  margin-top: 14px;
}

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

  .logo {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .kv-img {
    min-height: 400px !important;
  }

  .kv-img>img {
    min-height: 400px !important;
  }

  .h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .button {
    width: 100%;
    max-width: 500px;
    margin: 32px auto 0;
  }

  .release-info {
    flex-direction: column-reverse;
  }

  .release-info-ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .release-info-h4 {
    font-size: 1rem;
    margin: 20px auto 10px;
  }

  .release-info-left {
    width: 100%;
  }

  .release-h3 {
    align-items: center;
    font-size: 2rem;
  }

  .shop-ul {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

}

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

  .nav {
    font-size: 1.2rem;
  }

  .nav__item {
    padding: 0;
  }

  .release-info-list {
    font-size: 0.8rem;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .release-h3 {
    font-size: 1.5rem;
  }

  .tour-ul {
    font-size: 0.8rem;
  }

  .tour-button {
    flex-direction: column;
    gap: 20px;
  }

  .tour-h3 {
    font-size: 1.5rem;
  }

  .shop-h4 {
    font-size: 0.9rem;
  }

  .shop-text {
    font-size: 1rem;
  }

  .shop-ul {
    row-gap: 32px;
  }
}





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

.footer_ul {
  display: flex;
  gap: 32px;
  justify-content: center;
  object-fit: contain;
  margin: 0 auto 24px;
}

.footer_ul img {
  width: 100%;
  height: 32px;
}

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

.footer_ul a:hover {
  opacity: 0.6;
}

.site {
  display: block;
  margin-bottom: 4px;
  text-decoration: underline;
  color: #FFFFFF;
  transition: all 0.2s ease;
}

.site:hover {
  opacity: 0.6;
}

.copy {
  margin-top: 32px;
}


@media screen and (max-width: 600px) {
  .youtube_content {
    margin: 0 10px;
  }

  .store-ul {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .store-ul dt {
    font-size: 0.9rem;
  }

  .store-ul dd {
    font-size: 1.1rem;
  }
}