@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Slab:wght@100..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;
  }
}


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

  .br-sp {
    display: block;
  }
}

@media screen and (min-width: 501px) {
  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }
}

:root {
  --text-white: #FFFFFF;
  --bold: 700;
  --medium: 500;
  --e-text: "avenir-next-world", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #1c1c1c;
}


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


.kv {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  height: 100%;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: -1;
}

.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;
  align-items: center;
  text-align: center;
}

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

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

.kv-content img {
  max-width: 250px;
  margin: 0 auto;
}


.kv-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin: 16px auto 16px;
}

.date {
  font-family: var(--e-text);
  font-size: 46px;
  letter-spacing: 0.02em;
}

.tieup-top {
  font-size: 16px;
  line-height: 140%;
  margin-top: 20px;
}

.release-tieup {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 140%;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 12px;
  color: #1c1c1c;
  border: 1px solid #6e6e6e;
  font-size: 16px;
  transition: all 0.2s ease;
  margin-top: 16px;
}

.button:hover {
  background: linear-gradient(135deg,
      #145247 0%,
      #3A7F70 25%,
      #3A7F70 55%,
      #67A695 80%,
      #3A7F70 100%);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

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

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


.wrap {
  background: #FFFFFF;
  box-shadow: 0px -7px 10px 0px rgba(187, 187, 187, 0.1);
}

.section {
  padding: 80px 0 0;
}

.section-grade {
  color: #ffffff;
  background: linear-gradient(135deg,
      #145247 0%,
      #3A7F70 50%,
      #67A695 75%,
      #87BCAC 100%);
}

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

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

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

.h2 {
  text-align: center;
  font-size: 32px;
  font-family: var(--e-text);
  margin-bottom: 40px;
  background: linear-gradient(135deg,
      #033C35 0%,
      #145247 25%,
      #3A7F70 55%,
      #67A695 80%,
      #87BCAC 100%);

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.h2-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.h2-white {
  text-align: center;
  font-size: 32px;
  font-family: var(--e-text);
  margin-bottom: 40px;
}

.release-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.jacket {
  margin: 0 auto;
  position: sticky;
  top: 64px;
  box-shadow: 0px 0px 15px 0px rgba(80, 80, 80, 0.2);
}

.release-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.release-right>div:nth-child(1) {
  margin-bottom: 16px;
}

.release-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}

.release-date {
  font-family: var(--e-text);
  font-size: 40px;
}


.release-h4 {
  font-weight: 700;
  padding: 6px 20px 7px;
  width: fit-content;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg,
      #145247 0%,
      #3A7F70 25%,
      #3A7F70 55%,
      #67A695 80%,
      #3A7F70 100%);
}

.release-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 600;
}

.release-form small {
  font-weight: 400;
}

.release-form li>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.release-form li>div>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.release-form li h5 {
  padding-right: 10px;
  border-right: 1px solid #2a2a2a;
}

.hinban {
  display: block;
  border-right: 1px solid #2a2a2a;
  padding-right: 10px;
  height: 100%;
}

.cd-text {
  margin-top: 4px;
}

.release-music {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 130%;
}


.present-goods {
  display: grid;
  column-gap: 16px;
  row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.present-goods h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}

.present-goods img {
  margin: 8px auto 16px;
}

.present-goods p {
  line-height: 130%;
}

.present-goods p small {
  display: block;
  line-height: 130%;
  margin-top: 6px;
  font-weight: 400;
}

.movie-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.movie-box h3 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.youtube {
  aspect-ratio: 16/9;
  box-shadow: 0px 0px 14px 4px rgba(204, 204, 204, 0.4);
}

.collabo {
  box-shadow: 0px 0px 8px 2px rgba(204, 204, 204, 0.6);
}

.tieup {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.tieup h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.tieup div {
  max-width: 500px;
  margin: 16px auto 4px;
}

.tieup-date {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 20px auto 32px;
}

.tieup-date span {
  font-size: 18px;
}

.copy {
  font-weight: 400;
}

.button-site {
  margin: 40px auto 0;
  max-width: 500px;
}

.button-white {
  color: #FFFFFF;
  border: 1px solid #ffffff;
}

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

.tour-title {
  margin: 40px auto 24px;
  font-size: 24px;
  font-family: var(--e-text);
}

.tour-kv {
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 0px rgba(80, 80, 80, 0.2);
}

.tour-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  margin-top: 40px;
}

.tour-info li {
  border: 1px solid #9c9c9c;
  padding: 20px 0 20px;
}

.tour-info li p:nth-child(1) {
  font-family: var(--e-text);
  font-size: 24px;
  margin-bottom: 16px;
}

.tour-info li p:nth-child(1) span {
  display: block;
  font-size: 14px;
  margin-top: -4px;
}

.tour-info li p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.holi {
  color: #d32c2c;
}

.ticket-prace {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.ticket-prace h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 6px 20px 7px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg,
      #145247 0%,
      #3A7F70 25%,
      #3A7F70 55%,
      #67A695 80%,
      #3A7F70 100%);
}

.ticket-prace p {
  font-size: 32px;
  font-weight: 700;
}

.ticket-prace p small {
  font-size: 14px;
  margin-left: 4px;
}


.footer {
  background: linear-gradient(135deg,
      #033C35 0%,
      #145247 25%,
      #3A7F70 55%,
      #67A695 80%,
      #87BCAC 100%);
  padding: 40px 0 8px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 80px;
}

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

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

.site {
  display: block;
  margin-bottom: 4px;
  text-decoration: underline;
  color: #FFFFFF;
}


.footer-copy {
  margin-top: 32px;
  font-weight: 400;
}



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

  .kv .kv_jacket {
    width: 100%;
  }

  .kv_jacket {
    max-width: 400px;
  }

  .kv_logo {
    width: 100%;
  }
}


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

  .kv-content {
    max-width: 400px;
    text-align: center;
    width: 90%;
  }

  .kv-content img {
    max-width: 150px;
  }

  .kv-content p:nth-child(2) {
    font-size: 24px;
  }

  .kv-content h1 {
    font-size: 44px;
    margin: 8px auto 10px;
  }

  .content {
    max-width: 500px;
  }

  .release-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .release-right>div:nth-child(1) {
    text-align: center;
  }

  .release-h4 {
    margin: 0 auto 14px;
  }

  .release-form {
    max-width: 290px;
    margin: 0 auto;
    gap: 12px;
  }

  .release-form li {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 12px;
  }

  .release-form li:last-child {
    border-bottom: none;
  }

  .release-form li>div {
    flex-direction: column;
    gap: 8px;
  }

  .release-form li h5 {
    font-size: 16px;
    font-weight: 800;
    border-right: none;
    background: linear-gradient(135deg,
        #145247 0%,
        #3A7F70 25%,
        #3A7F70 55%,
        #67A695 80%,
        #3A7F70 100%);

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hinban {
    border-right: none;
    padding-right: 0;
  }

  .cd-text {
    text-align: center;
  }

  .release-music {
    align-items: center;
    text-align: center;
  }



  .jacket {
    position: static;
  }

  .date {
    font-size: 32px;
  }

  .button {
    font-size: 16px;
  }

  .present-goods {
    grid-template-columns: 1fr 1fr;
  }

  .present-goods h3 {
    font-size: 14px;
  }

  .movie-box h3 {
    font-size: 16px;
  }

  .tieup h3 {
    font-size: 16px;
  }

  .tour-info {
    gap: 24px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .release-tieup {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 140%;
  }

}


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

  .kv {
    display: flex;
    gap: 24px;
    min-height: auto;
  }

  .kv_jacket {
    width: 90% !important;
  }

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

  .section {
    padding: 64px 0 0;
  }

  .section-goods {
    padding: 64px 0;
  }

  .section-tieup {
    padding: 64px 0;
  }

  .h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .h2-white {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .release-title {
    font-size: 36px;
  }

  .release-date {
    font-size: 32px;
  }

  .present-goods {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .present-goods h3 {
    font-size: 16px;
    height: auto;
  }

  .present-goods img {
    margin: 10px auto;
  }

  .ticket-prace h3 {
    font-size: 16px;
  }

  .button {
    font-size: 14px;
  }

}