@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');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&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;
  --accent-pink: #bf1119;
  --en-text: "Architects Daughter", cursive;
}

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;
  height: 100%;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: -1;
}

.kv-left,
.kv-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.kv-left {
  background-image: url(../img/kv-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.kv-content {
  width: 100%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-32px);
}


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


.kv-titleBox {
  padding: 24px 16px 24px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  max-width: 600px;
  margin: 32px auto 32px;
}

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

.kv-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

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




.section {
  padding: 80px 0;
}


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

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

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

.h2 {
  text-align: center;
  font-size: 40px;
  font-family: var(--en-text);
  margin-bottom: 56px;
  color: var(--accent-pink);
}

.h2 img {
  height: 56px;
  object-fit: contain;
}





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


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

.jacket {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  position: sticky;
  top: 64px;
}


.jacket p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}

.change-img-wrap-1 {
  box-shadow: 0 0 15px rgba(107, 107, 107, 0.295);
}

.change-img-wrap {
  box-shadow: 0 0 15px rgba(177, 177, 177, 0.2);
}



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

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

.release-title {
  font-size: 56px;
  font-weight: 800;
  margin: 24px 0 16px;
  color: var(--accent-pink);
}

.release-artistname {
  font-weight: 400;
  font-size: 20px;
}

.release-date {}

.release-tieup {
  margin-top: 24px;
  font-weight: 400;
  line-height: 140%;
}

.release-buttonBox {
  display: flex;
}

.release-buttonBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a2a2a;
  height: 40px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.button:hover {
  background: #2a2a2a;
  color: #ffffff;
}

.release-box {
  font-weight: 400;
}


.release-h4 {
  padding: 6px 20px 7px;
  width: fit-content;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  background: var(--accent-pink);
}

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

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

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

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

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

.release-track li {
  display: flex;
  gap: 4px;
  text-align: left;
}

.release-text {
  line-height: 140%;
}

.release-text small {
  display: block;
  line-height: 140%;
  margin-top: 10px;
}

.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;
  font-weight: 400;
}

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



.present-goods img {
  margin: 8px auto 16px;
  padding: 8px;
  border: 1px solid #d8d8d8;
}

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

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

.notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
}

.notes li {
  display: flex;
  gap: 4px;
}

.notes-goods {
  max-width: 700px;
  margin: 48px auto 0;
}


.section-movie {
  background: var(--accent-pink);
  padding: 80px 0;
  color: #FFFFFF;
}

.h2-movie {
  color: #FFFFFF;
}

.movie-content {
  max-width: 700px;
  margin: 0 auto;
}

.movie-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.movie-content p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}



.campaign-titleBpx {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.campaign-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}

.campaign-introText {
  text-align: center;
  margin-top: 24px;
  line-height: 160%;
  font-weight: 400;
}

.campaign-box {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1000px;
  margin: 0 auto;
}

.campaign-presentBox {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.campaign-presentBox li {
  border: 1px solid #b2b2b2;
}

.campaign-present-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--text-white);
  color: var(--accent-pink);
  padding: 4px 0;
  font-weight: 800;
  font-size: 18px;
  border-bottom: 1px solid #b2b2b2;
}

.campaign-present {
  line-height: 140%;
  padding: 20px 16px;
}

.campaign-box {
  margin-top: 48px;
}

.campaign-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.campaign-h4 {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.campaign-date {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.campaign-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 140%;
  margin-top: 20px;
  font-weight: 400;
}

.campaign-step small {
  font-weight: 400;
}

.campaign-step li:last-child {
  margin-top: 16px;
}

.campaign-step-1 li:last-child {
  margin-top: 0;
}

.campaign-step a {
  text-decoration: underline;
}

.campaign-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  margin-top: 20px;
}

.campaign-notes li {
  display: flex;
}

.campaign-contact {
  text-align: center;
  line-height: 140%;
}

.campaign-notes-2 {
  gap: 4px;
}

.campaign-notes-2 li {
  justify-content: center;
}

.campaign-notes-2 li:last-child {
  margin-top: 0;
}

.campaign-contact {
  margin-top: 20px;
  font-weight: 400;
}

.campaign-contact ul {
  margin-top: 20px;
  font-size: 14px;
}

.campaign-contact ul a {
  text-decoration: underline;
}


.campaign-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.campaign-panel-h4 {
  background: #ffffff;
  color: #145247;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
}

.campaign-panel-notice {
  font-size: 14px;
  font-weight: 400;
}

.campaign-panel-notice {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 140%;
  margin-top: 16px;
  max-width: 430px;
  margin: 16px auto 0;
}

.campaign-panel-taisho {
  font-size: 20px;
  text-align: center;
  line-height: 130%;
}

.campaign-panel-ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 410px;
  margin: 16px auto 0;
}

.campaign-box-panel-taisho {
  margin-top: 40px;
}

.campign-content {
  padding: 40px 20px;
  border: 1px solid #cfcfcf;
}



/* ========================================
   Campaign Accordion
======================================== */

.campaign-accordion-trigger {
  position: relative;
  width: 100%;
  gap: 30px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}


/* タイトル */
.campaign-accordion-trigger .campaign-title {
  margin: 0;
}


/* ========================================
   + / -
======================================== */

.campaign-accordion-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;

  width: 32px;
  height: 32px;

  flex-shrink: 0;
}


/* 横線 */
.campaign-accordion-icon::before,
.campaign-accordion-icon::after {
  content: "";

  position: absolute;

  top: 50%;
  left: 50%;

  width: 18px;
  height: 1px;

  background-color: currentColor;

  transform: translate(-50%, -50%);

  transition:
    transform 0.3s ease;
}


/* 縦線 */
.campaign-accordion-icon::after {
  transform:
    translate(-50%, -50%) rotate(90deg);
}


/* ========================================
   Accordion Content
======================================== */

.campaign-accordion-content {
  display: grid;

  grid-template-rows: 0fr;

  overflow: hidden;

  transition:
    grid-template-rows 0.5s cubic-bezier(.16, 1, .3, 1);
}


/*
 * gridの中身を正しく
 * 0fr → 1fr で閉じる
 */
.campaign-accordion-inner {
  min-height: 0;
}


/* ========================================
   Open
======================================== */

.campaign-accordion.is-open .campaign-accordion-content {
  grid-template-rows: 1fr;
}


/* ========================================
   + → -
======================================== */

.campaign-accordion.is-open .campaign-accordion-icon::after {
  transform:
    translate(-50%, -50%) rotate(0deg);
}



.tieup-content {
  text-align: center;
}

.tieup-content h3 {
  font-size: 20px;
}

.tieup-visual {
  max-width: 450px;
  margin: 16px auto 24px;
}

.tieup-visual p {
  font-weight: 300;
  margin-top: 4px;
}

.tieup-text {
  line-height: 150%;
  font-size: 20px;
}

.tieup-button {
  max-width: 450px;
  margin: 40px auto 0;
  border: 1px solid #ffffff;
}

.tieup-button:hover {
  background: #ffffff;
  color: var(--accent-pink);
}

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

.tour-content h3 {
  font-size: 24px;
  line-height: 140%;
}

.tour-img {
  margin-top: 24px;
}


.tour-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px;
}

.tour-list h4 {
  color: #ffffff;
  background: var(--accent-pink);
  border-radius: 100px;
  max-width: 300px;
  padding: 6px 0;
  margin: 0 auto 24px;
}

.tour-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  line-height: 140%;
}


.footer {
  position: relative;
  z-index: 2;
  padding: 32px 0 14px;
  background: #2a2a2a;
  border-top: 1px solid #808080;
}

.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 {
  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: #ffffff;
}

.tour-button {
  border: 1px solid #000000;
  max-width: 450px;
  margin: 40px auto 0;
}





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

  .kv {
    flex-direction: column;
    position: static;
  }

  .kv-left,
  .kv-right {
    width: 100%;
  }

  .kv-content {
    transform: translateY(0);
    padding: 32px 0 56px;
  }

  .kv-left {
    height: 100%;
  }



  .kv-logo {
    max-width: 200px;
    margin: 0 auto 24px;
  }

  .kv-titleBox {
    margin: 20px auto 24px;
  }

  .kv-text {
    line-height: 130%;
  }



  .section {
    padding: 40px 0;
  }

  .content {
    max-width: 500px;
  }

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

  .h2-jp {
    font-size: 28px;
  }

  .release-artistname{
    font-size: 16px;
  }

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

  .jacket {
    position: static;
  }

  .release-right {
    text-align: center;
  }

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

  .release-form {
    max-width: 320px;
    margin: 0 auto;
  }

  .release-music {
    gap: 8px;
    font-size: 14px;
  }

  .release-text {
    font-size: 14px;
  }

  .release-title {
    font-size: 40px;
    margin: 16px auto ;
  }

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


  .present-goods h3 {
    height: auto;
  }

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

  .movie-content p {
    font-size: 16px;
    font-weight: 500;
  }


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

  .campaign-introText {
    font-size: 14px;
  }

  .campaign-grid {
    grid-template-columns: 1fr;
    width: 99%;
  }

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

  .campaign-panel-h4 {
    font-size: 16px;
  }

  .campaign-step {
    font-size: 14px;
  }

  .campaign-h4 {
    font-size: 16px;
  }

  .campaign-contact {
    font-size: 14px;
  }

  .jacket p {
    text-align: center;
  }

  .campaign-panel-ul {
    font-size: 14px;
  }

  .campaign-panel-taisho {
    font-size: 16px;
  }

  .campign-content {
    padding: 24px 20px;
  }

  .campaign-accordion-icon {
    width: 26px;
    height: 26px;
    right: -10px;
  }

  .campaign-accordion-icon::before,
  .campaign-accordion-icon::after {
    width: 10px;
  }

  .campaign-list {
    gap: 16px;
  }

  .campaign-presentBox {
    width: auto;
  }

  .campaign-present {
    font-size: 14px;
  }

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

  .tieup-visual p {
    font-size: 14px;
  }

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

  .tour-content h3 {
    font-size: 18px;
  }

  .tour-list ul {
    font-size: 14px;
    line-height: 150%;
  }

  .h2 img {
    height: 32px;
    object-fit: contain;
  }

    .release-track li {
    display: block;
    text-align: center;
  }
}