@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..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 {
  --main-gray: #363636;
  --main-yellow: #feae14;
}

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


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

.section {
  padding: 56px 0;
}

.section-black {
  background: #a71e1e;
  color: #ffffff;
}

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

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

.shedule-year {
  background: var(--main-gray);
  color: #ffffff;
  width: fit-content;
  padding: 8px 20px;
  margin-bottom: 32px;
  font-size: 20px;
}

.schedule-box {
  margin-top: 56px;
}

.schedule {
  width: 100%;
}

.row {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 0.5px solid #232323;
  padding: 16px 0;
}

.col {
  font-size: 14px;
  line-height: 150%;
}

.header {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  display: flex;
  gap: 20px;
  border-bottom: 0.5px solid #232323;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}

.col-date,
.row-date {
  width: 13%;
  font-weight: 500;
  text-align: center;
}

.col-area,
.row-area {
  width: 10%;
  text-align: center;
}

.col-venue,
.row-venue {
  width: 22%;
  text-align: center;
}

.col-time,
.row-time {
  width: 18%;
  text-align: center;
}

.col-info,
.row-info {
  width: 37%;
  text-align: center;
}


.col-date {
  font-size: 18px;
  line-height: 110%;
  font-weight: 600;
}

.col-date span {
  font-size: 14px;
}

.col-info {
  font-size: 12px;
}

.date-red {
  color: #e20000;
}

.date-blue {
  color: #0012d4;
}


.h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}

.ticket-prace {
  padding: 24px 0;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.08em;
}

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

.ticket-box {
  margin-top: 40px;
  max-width: 600px;
  margin: 48px auto 0;
}

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

.ticket-h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.ticket-date {
  font-size: 16px;
  padding-left: 20px;
  text-align: left;
}

.ticket-date span {
  font-size: 12px;
  margin-left: 4px;
  margin-right: 6px;
}

.ticket-button-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 40px auto;
  width: 100%;
}

.ticket-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-yellow);
  color: #ffffff;
  max-width: 300px;
  width: 100%;
  height: 56px;
  font-size: 14px;
  font-weight: 800;
}

.ticket-button img{
  max-width: 80px;
}

.ticket-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}

.ticket-info li {
  display: flex;
  gap: 4px;
  line-height: 140%;
}

.ticket-re{
  text-align: center;
  margin-bottom: 40px;
}

.coming {
  text-align: center;
  color: var(--main-gray);
}

.coming-2 {
  text-align: center;
  color: #ffffff;
}


.footer {
  position: relative;
  z-index: 2;
  padding: 32px 0 14px;
  background: var(--main-gray);
}

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

.ticket-list-div {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
}

.ticket-list-div:nth-child(1),
.ticket-list-div:nth-child(2) {
  border-bottom: none;
}

.ticket-list-div p:nth-child(1) {
  min-width: 150px;
  padding: 20px 0;
  border-right: 1px solid #ffffff;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 800px;
  margin: 48px auto 0;
}

.accordion-item {
  border: 1px solid #ffffff;
  margin-bottom: 8px;
  overflow: hidden;
}

.accordion-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 12px;
  text-align: center;
}

.accordion-head .icon {
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.open .icon {
  transform: rotate(180deg);
}

/* ▼ アニメーション部分 */
.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.accordion-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    padding 0.4s ease;
}

.accordion-item.open .accordion-inner {
  padding: 40px 32px;
  opacity: 1;
  border-top: 1px solid #ffffff;
}

.ticket-button-box-single{
  display: block;
}

.ticket-button-box-single a{
  margin: 0 auto;
}


.other-site-button {
  position: fixed;
  bottom: 20px;
  right: 20px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

/* 表示時 */
.other-site-button.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.other-site-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  transition: all 0.2s ease;
  font-weight: 800;
}

.other-site-button a:hover {
  background: #ffffff;
  color: #a71e1e;
}

.other-site-button a span {
  display: block;
  font-size: 20px;
}




@media (max-width: 896px) {

  .other-site-button{
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    flex-direction: row;
    width: 100%;
    border-top: 1px solid rgba(234, 234, 234, 0.947);
    z-index: 1;
  }

  .other-site-button a{
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 0;
    font-size: 14px;
  }

    .other-site-button a span{
      font-size: 16px;
    }

  .other-site-button a:nth-child(1){
    background: #a71e1e;
  }

  .other-site-button a:nth-child(2){
    background: #a71e1e;
  }

  .tour-title{
    max-width: 250px;
  }

  .h2 {
    font-size: 20px;
  }

  .shedule-year {
    margin: 0 auto 32px;
    width: 100%;
  }

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

  .schedule-box-2{
    margin: 56px auto 0;
  }

  .header {
    display: none;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 16px;
    border: 0.5px solid #292929;
    margin-bottom: 12px;
  }

  .col-date,
  .col-area,
  .col-venue,
  .col-time,
  .col-info {
    width: 100%;
    text-align: left;
  }

  .col-date {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .col-date span {
    font-size: 14px;
    font-weight: 500;
  }

  .col-date .date-red {
    color: #e20000;
  }

  .col-date .date-blue {
    color: #0012d4;
  }

  .col-area {
    text-align: left;
  }

  .col-venue {
    font-size: 15px;
    font-weight: 500;
  }

  .col-time {
    font-size: 13px;
  }

  .col-time::before {
    content: "OPEN / START : ";
    font-size: 11px;
    font-weight: 400;
  }

  .col-info {
    font-size: 12px;
    border-top: 0.5px solid #292929;
    padding-top: 8px;
    margin-top: 4px;
    width: 100%;
  }

  .note {
    display: block;
    font-size: 11px;
    margin-top: 2px;
  }

  .ticket-prace {
    font-size: 24px;
    max-width: 400px;
  }

  .ticket-prace p span {
    font-size: 14px;
  }

  .ticket-h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }


  .ticket-list>div p:nth-child(1) {
    font-size: 16px;
    min-width: 100px;
  }

  .ticket-button-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 40px auto;
  width: 100%;
}

  .ticket-button{
    max-width: 400px;
  }

  .ticket-re{
    font-size: 14px;
    margin-bottom: 24px;
  }

}