@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: "Roboto Slab", serif;
  --main-black: #000000;
  --main-red: #a13838;
}

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


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


.kv {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  height: 100%;
  background: var(--main-black);
  color: #FFFFFF;
}

.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: 44px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.kv-content h1 {
  font-size: 56px;
  font-family: var(--e-text);
  font-weight: 600;

}

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

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-family: var(--e-text);
  letter-spacing: 0.05em;
  color: var(--text-white);
  border: 2px solid var(--text-white);
  font-size: 20px;
  transition: all 0.2s ease;
}

.button:hover {
  background: var(--text-white);
  color: var(--main-red);
}

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

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


.section {
  padding: 80px 0;
}

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

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

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

.tieup {
  text-align: center;
}

.anime-title {
  font-size: 40px;
  font-weight: 800;
  margin: 8px auto 10px;
}

.anime-date {
  font-size: 20px;
  font-weight: 700;
}

.anime-text {
  margin-top: 24px;
  margin-bottom: 40px;
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #000000;
  max-width: 500px;
  margin: 0 auto;
  transition: all 0.2s ease;
  font-size: 14px;
}

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

.button-content-campaign {
  border: 1px solid #FFFFFF;
}

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

.campaign-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
}

.campaign-title-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 24px;
}

.cmapaign-ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 40px auto 0;
  max-width: 800px;
}

.cmapaign-ul>li:nth-child(1) {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.cmapaign-h3 {
  display: block;
  text-align: center;
  font-weight: 900;
  /* background: rgba(255,255,255,0.9); */
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}

.cmapaign-text {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.button-campaign {
  margin-top: 0;
}

.cmapaign-pre {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.cmapaign-date span {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 8px;
}

.campaign-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  text-align: left;
}

.campaign-step li {
  display: flex;
  gap: 6px;
  line-height: 150%;
}

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

.cmapaign-info-text {
  text-align: center;
  line-height: 150%;
  margin-bottom: 24px;
}

.customer-name {
  text-align: center;
}

.customer-date {
  text-align: center;
  margin: 10px auto 10px;
}

.customer-link {
  display: block;
  text-align: center;
}

.customer-notes {
  max-width: 630px;
  margin: 24px auto 0;
  gap: 4px;
}

.campaign-step-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 150% !important;
  padding-left: 16px;
}


.tour-title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}

.tour-title span {
  font-size: 18px;
}

.tour-img {
  max-width: 600px;
  margin: 24px auto;
}

.tour-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}


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

.tour-ul li span {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 10px;
}

.price-box {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin: 32px auto 24px;
  max-width: 800px;
}

.price-box li {
  border: 1px solid #fff;
}

.price-box li p:first-child {
  border-bottom: 1px solid #fff;
  background: #FFFFFF;
  color: #1c1c1c;
  padding: 10px 8px;
}

.price-box li p:last-child {
  padding: 20px 10px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.ticket-info {
  font-size: 14px;
  text-align: center;
}

.ticket-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  height: 40px;
  max-width: 300px;
  margin: 40px auto 0;
  transition: all 0.2s ease;
}

.ticket-button:hover {
  background: #fff;
  color: #000;
}

.ticket-box {
  border-top: 1px solid #8d8d8d;
  margin-top: 56px;
  padding-top: 56px;
}

.price-box2 {
  margin: 24px auto;
  grid-template-columns: 1fr 1fr;
}

.ticket-price-box {
  margin: 56px auto 40px;
}

.ticket-h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}


.date-blue {
  color: #3fb0c9;
}

.date-red {
  color: #c62828;
}




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

.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: 1100px) {
  .kv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 100%;
    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) {
  .price-box {
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .content-title {
    font-size: 20px;
  }

  .cmapaign-ul {
    max-width: 500px;
  }

  .cmapaign-ul>li:nth-child(1) {
    grid-template-columns: 1fr;
  }

  .kv {
    padding: 80px 0;
  }

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

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

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

  .date {
    font-size: 32px;
  }

  .button {
    font-size: 16px;
  }

  .h2{
    font-size: 18px;
  }

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

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



@media screen and (max-width: 500px) {
  .cmapaign-ul li:last-child p {
    font-size: 14px;
  }

  .cmapaign-ul li:last-child a {
    font-size: 14px;
  }

  .cmapaign-mainText {
    font-size: 24px;
  }

  .cmapaign-subText {
    font-size: 16px;
  }

  .tour-ul {
    text-align: center;
    line-height: 140%;
    max-width: 370px;
  }

  .tour-ul2 {
    max-width: 370px;
  }

  .tour-ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #adadad;
  }

  .tour-ul li:last-child {
    border-bottom: none;
  }

  .price-box li p:first-child {
    font-size: 14px;
  }

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

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

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

  .kv {
    padding: 0 0 56px;
    min-height: auto;
  }

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

  .kv-content p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 16px;
  }

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

  .date {
    font-size: 32px;
    margin-top: 16px;
  }

  .anime-title{
    font-size: 32px;
    margin: 4px auto 10px;
  }

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

  .anime-text{
    margin-bottom: 32px;
  }

  .cmapaign-pre{
    font-weight: 500;
  }
}