@charset "UTF-8";
/*-------------------------------------------*\
  ズートン・ワンリサイタルツアー2026 テーマのスタイル
\*-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

.for_SP {
  display: none;
}

@media (max-width: 480px) {
  .for_SP {
    display: inline;
  }
}
/* Fonts */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #34485E;
}

#content.l-container {
  max-width: 1500px;
  margin-bottom: 0;
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

H1.zt-title, H2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
}

H1.zt-title {
  font-size: 97px;
  line-height: 1.17;
  color: #fff;
}

H2.zt-title2 {
  font-size: 100px;
  line-height: 1;
  color: #34485E;
}
H2.zt-title2 .subtitle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-top: 10px;
  color: #ABB0BC;
}

H3.zt-title3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 32px;
}
H3.zt-title3::before {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  background-image: url(./assets/img/zitong/line.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  H1 {
    font-size: 38px;
  }
  H2.zt-title2 {
    font-size: 50px;
  }
  H2.zt-title2 .subtitle {
    margin-top: 4px;
    font-size: 18px;
  }
  H3.zt-title3 {
    gap: 6px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  H3.zt-title3::before {
    width: 40px;
    height: 1px;
  }
}
/** ボックスモデル基本 */
.zt-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}

.box1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

section.beige {
  background-color: #F5F3F2;
}

.zt-hero {
  position: relative;
  width: 100%;
}

.fadetext {
  max-height: 26em;
  overflow: hidden;
  line-height: 1.6;
  transition: max-height 0.3s linear;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent);
  mask-image: linear-gradient(to bottom, black 70%, transparent);
}

.fadetext.is-open {
  max-height: 1000px;
  /* 十分大きな値 */
  -webkit-mask-image: none;
  mask-image: none;
}

/* 続きを読む */
.more {
  text-align: center;
  margin-top: 1.5em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #666;
}

/* 各セクション */
/* ヒーローセクション */
.zt-hero img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  #content.l-content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* リードテキスト */
.zt-lead-text {
  position: relative;
  width: 100%;
  padding: 100px 0 270px;
  margin: 0 auto 370px;
}
.zt-lead-text .inner {
  max-width: 940px;
  padding-bottom: 60px;
}
.zt-lead-text .lead-image {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -270px;
}

.leadtext {
  line-height: 2;
  color: #34485E;
}

@media (max-width: 480px) {
  .zt-lead-text {
    padding: 3em 0 0;
    margin: 0 0 60px;
  }
  .zt-lead-text .inner {
    padding: 0 6%;
  }
  .zt-lead-text .lead-image {
    position: static;
    margin-top: 2em;
  }
}
/* スケジュール */
.zt-schedule .schedule-inner {
  max-width: 1200px;
  margin: 0 auto 60px;
}
.zt-schedule .schedule-content {
  max-width: 1200px;
  margin: 40px auto;
}
.zt-schedule .schedule-content .schedule-lead {
  font-size: 24px;
  line-height: 1.5;
  color: #34485E;
}

.sch-list {
  max-width: 1200px;
  margin: 0 auto;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.sch-item {
  width: 100%;
  min-width: 280px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: grid;
  grid-template-columns: 100px 72px 1fr auto;
  -moz-column-gap: 2px;
       column-gap: 2px;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E3E6EC;
}
.sch-item .sch-date {
  grid-column: 1;
  grid-row: 1/3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 200;
  align-self: center;
}
.sch-item .sch-date span {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}
.sch-item .sch-city {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
}
.sch-item .sch-city span {
  display: block;
  text-align: center;
  padding: 2px 5px 3px;
  background: #34485E;
  color: #fff;
  font-size: 18px;
}
.sch-item .sch-venue-wrap {
  grid-column: 3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-left: 20px;
}
.sch-item .sch-venue {
  font-size: 24px;
}
.sch-item .sch-status {
  font-size: 16px;
  display: inline-block;
  padding: 0 22px;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
  align-self: flex-start;
  border: 1px solid #34485E;
  color: #34485E;
  line-height: 2;
}
.sch-item .sch-status.onsale {
  border-color: #412EB9;
  color: #412EB9;
}
.sch-item .sch-status.soldout {
  border-color: #FE3F3F;
  color: #FE3F3F;
}
.sch-item .sch-link {
  grid-column: 4;
  grid-row: 1/3;
  align-self: center;
  justify-self: end;
}
.sch-item .sch-link img {
  display: block;
}

@media (max-width: 480px) {
  .zt-schedule .schedule-inner {
    padding: 0 6%;
  }
  .zt-schedule .schedule-content {
    margin: 30px auto 5px;
  }
  .zt-schedule .schedule-content H3.zt-title3 {
    margin-left: -6%;
  }
  .zt-schedule .schedule-content .schedule-lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sch-list {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .sch-item {
    grid-template-columns: 66px 44px 1fr auto;
    padding: 15px 0;
    border-bottom: 2px solid #E3E6EC;
  }
  .sch-item .sch-date {
    font-size: 24px;
  }
  .sch-item .sch-date span {
    margin-left: 5px;
    font-size: 14px;
  }
  .sch-item .sch-city span {
    padding: 1px 3px 3px;
    font-size: 12px;
  }
  .sch-item .sch-venue-wrap {
    gap: 4px;
    margin-left: 10px;
  }
  .sch-item .sch-venue {
    font-size: 16px;
    line-height: 1.4;
  }
  .sch-item .sch-status {
    font-size: 12px;
    padding: 0 12px;
    height: 22px;
    line-height: 18px;
    border-radius: 11px;
  }
  .sch-item .sch-link img {
    width: 22px;
    height: 22px;
  }
}
/** お知らせ　news */
.zt-news {
  background: #ABB0BC;
}
.zt-news .inner {
  padding: 110px 0;
  max-width: 1500px;
  margin: 0 auto;
}
.zt-news .inner .flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.zt-news .zt-title2 {
  width: 240px;
  color: #fff;
}
.zt-news .zt-title2 span {
  color: #fff;
}
.zt-news .news-content-box {
  width: 836px;
  max-height: 740px;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
}
.zt-news .news-item {
  padding: 40px 20px 40px;
  border-bottom: dotted 1px #34485E;
}
.zt-news .news-item:last-of-type {
  border-bottom: none;
}
.zt-news .zt-news-title {
  margin-bottom: 1em;
}
.zt-news .zt-news-title a {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  color: #34485E;
}
.zt-news .news-excerpt {
  line-height: 2;
  color: #34485E;
  margin-bottom: 0.8em;
}
.zt-news .news-date {
  display: inline-block;
  margin-right: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #34485E;
}
.zt-news .news-category {
  display: inline-block;
  padding: 4px 12px;
  background: #ECF0F4;
  color: #34485E;
  font-size: 18px;
}

.zt-readmore {
  margin: 20px auto;
  text-align: center;
}
.zt-readmore a {
  color: #34485E;
}

@media (max-width: 480px) {
  .zt-news .inner {
    padding: 60px 6% 50px;
  }
  .zt-news .inner .flex {
    display: block;
  }
  .zt-news .inner .flex H2.zt-title2 {
    margin-bottom: 40px;
  }
  .zt-news .news-content-box {
    width: 100%;
    max-height: 740px;
    padding: 10px;
  }
  .zt-news .news-item {
    padding: 20px 10px;
  }
  .zt-news .zt-news-title {
    margin-bottom: 1em;
  }
  .zt-news .zt-news-title a {
    font-size: 20px;
    line-height: 1.4;
  }
  .zt-news .news-excerpt {
    line-height: 1.6;
  }
  .zt-news .news-date {
    font-size: 16px;
    margin-right: 10px;
  }
  .zt-news .news-category {
    font-size: 14px;
    padding: 3px 10px;
  }
}
/** プロフィール */
.zt-profile {
  padding: 110px 0;
}
.zt-profile H2.zt-title2 {
  max-width: 1200px;
  margin: 0 auto;
}
.zt-profile .inner {
  max-width: 1350px;
  margin: 0;
  padding-top: 120px;
  background-image: url(./assets/img/zitong/profile-image.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.zt-profile3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.4;
}
.zt-profile3 .small {
  font-size: 20px;
}
.zt-profile3 .name-alphabet {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #ABB0BC;
}
.zt-profile3 .name-chinese {
  line-height: 2;
}

.profile-box {
  width: 726px;
  padding: 80px 80px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .zt-profile {
    padding: 60px 0;
  }
  .zt-profile H2.zt-title2 {
    margin: 0 auto 40px;
    padding: 0 6%;
  }
  .zt-profile .inner {
    margin: 0;
    padding-top: 58vw;
    background-position: top center;
    background-size: 100% auto;
    display: flex;
    justify-content: flex-end;
  }
  .profile-box {
    width: 90vw;
    padding: 30px 20px;
    font-size: 16px;
  }
  .zt-profile3 {
    font-size: 22px;
  }
  .zt-profile3 .small {
    font-size: 16px;
  }
  .zt-profile3 .name-alphabet {
    font-size: 18px;
  }
  .zt-profile3 .name-chinese {
    font-size: 20px;
  }
  .fadetext {
    max-height: 20em;
  }
}
/** フライヤー */
.zt-flyer {
  width: 100%;
  aspect-ratio: 3/2;
  background-image: url(./assets/img/zitong/flyer-image.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.zt-flyer .inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.zt-flyer .flyer-content {
  max-width: 600px;
  color: #fff;
}
.zt-flyer .flyer-content .tour-title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 40px;
}
.zt-flyer .flyer-content .tour-date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1.5;
}
.zt-flyer .flyer-content .zt-tour-title-image {
  margin: 15px 0;
}

@media (max-width: 480px) {
  .zt-flyer {
    background-image: url(./assets/img/zitong/flyer-image_SP.jpg);
    margin-bottom: 60px;
  }
  .zt-flyer .inner {
    display: none;
  }
}
/** プログラム */
.zt-program {
  margin-bottom: 60px;
  padding: 0 6%;
}
.zt-program H2.zt-title2 {
  margin: 0 auto 40px;
}
.zt-program .program-content {
  max-width: 920px;
  margin: 40px auto;
}

.zt-caution {
  max-width: 1200px;
  margin: 15px auto;
}

.zt-program-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.zt-program-list dt,
.zt-program-list dd {
  padding: 12px 0;
  border-bottom: 1px solid #E3E6EC;
}
.zt-program-list dt:first-child,
.zt-program-list dd:nth-child(2) {
  border-top: 1px solid #E3E6EC;
}

@media (max-width: 480px) {
  .zt-program {
    margin-bottom: 100px;
  }
  .zt-program H2.zt-title2 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .zt-program H3.zt-title3 {
    margin-left: -6%;
  }
  .zt-program .program-content {
    max-width: 920px;
    margin: 40px auto;
  }
  .zt-program-list {
    display: block;
  }
  .zt-program-list dt, .zt-program-list dd {
    padding: 0;
    line-height: 2;
    font-size: 16px;
  }
  .zt-program-list dt {
    padding-top: 8px;
    border-bottom: none;
  }
  .zt-program-list dd {
    padding-bottom: 8px;
  }
  .zt-program-list dd:nth-child(2) {
    border-top: none;
  }
}
/** チケット */
.zt-ticket {
  max-width: 1500px;
  margin: 0 auto 100px;
  padding: 100px 0;
  background: #34485E;
}
.zt-ticket H2.zt-title2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  color: #ECF0F4;
}
.zt-ticket H2.zt-title2 .subtitle {
  color: #ECF0F4;
}
.zt-ticket .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.zt-ticket .zt-caution p {
  color: #fff;
}

.tk-item-wrapper {
  max-width: 1200px;
  margin: 0 auto 35px;
  padding: 20px 50px;
  background: #fff;
}

.tk-item {
  position: relative;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 15px;
  display: grid;
  grid-template-columns: 94px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.tk-item .accordion-button {
  position: absolute;
  top: 40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(./assets/img/zitong/plus.png) center center no-repeat;
  cursor: pointer;
}
.tk-item .accordion-button.is-open {
  background-image: url(./assets/img/zitong/minus.png);
}
.tk-item .tk-date {
  grid-column: 1;
  grid-row: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  align-self: baseline;
}
.tk-item .tk-date span {
  font-size: 18px;
}
.tk-item .tk-hours {
  grid-column: 2;
  grid-row: 1;
  align-self: baseline;
}
.tk-item .tk-city {
  grid-column: 1;
  grid-row: 2;
  width: 90px;
  align-self: center;
}
.tk-item .tk-city span {
  display: block;
  text-align: center;
  padding: 6px 5px 4px;
  background: #34485E;
  color: #fff;
}
.tk-item .tk-venue {
  grid-column: 2;
  grid-row: 2;
  font-size: 32px;
  align-self: center;
}

.ticket-info {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.ticket-info .row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.ticket-info dt,
.ticket-info dd {
  margin: 0;
  padding: 0 6px;
  align-self: center;
}

@media (max-width: 480px) {
  .zt-ticket {
    margin: 0 auto 60px;
    padding: 60px 4%;
  }
  .tk-item-wrapper {
    margin: 0 auto 24px;
    padding: 12px;
  }
  .tk-item {
    margin: 0 auto 10px;
    grid-template-columns: 60px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .tk-item .accordion-button {
    top: 15px;
    width: 20px;
    height: 20px;
  }
  .tk-item .tk-date {
    font-size: 20px;
  }
  .tk-item .tk-date span {
    margin-left: 4px;
    font-size: 12px;
  }
  .tk-item .tk-hours {
    font-size: 12px;
  }
  .tk-item .tk-city {
    font-size: 12px;
    width: 54px;
  }
  .tk-item .tk-city span {
    padding: 0px 4px 1px;
  }
  .tk-item .tk-venue {
    font-size: 16px;
  }
  .ticket-info .row {
    grid-template-columns: 96px 1fr;
    padding: 12px 0;
  }
  .ticket-info dt,
  .ticket-info dd {
    font-size: 14px;
  }
}
/** Youtube */
.zt-youtube .inner {
  max-width: 1200px;
  margin: 120px auto;
}
.zt-youtube .youtube-wrapper {
  position: relative;
  max-width: 975px;
  margin: 60px auto;
  padding-bottom: 45.7%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}
.zt-youtube .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .zt-youtube .inner {
    margin: 60px auto;
    padding: 0 6%;
  }
  .zt-youtube .youtube-wrapper {
    padding-bottom: 56.25%;
  }
}
/** 使用楽器  */
.zt-instrument .inner {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 100px 0;
}
.zt-instrument .zt-title-instrument {
  margin-bottom: 30px;
  font-size: 38px;
}
.zt-instrument .about-piano {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.zt-instrument .about-piano .piano-text {
  max-width: 540px;
}
.zt-instrument .about-piano .piano-image {
  margin-left: 40px;
}
.zt-instrument .about-piano .piano-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .zt-instrument .inner {
    margin: 0 auto 20px;
    padding: 60px 6%;
  }
  .zt-instrument .zt-title-instrument {
    font-size: 20px;
  }
  .zt-instrument .about-piano {
    display: block;
  }
  .zt-instrument .about-piano .piano-text {
    max-width: 100%;
    font-size: 16px;
  }
  .zt-instrument .about-piano .piano-image {
    margin: 0 auto 40px;
  }
}
footer.zt-footer .inner {
  text-align: center;
  line-height: 2;
}
footer.zt-footer .footer-title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #ABB0BC;
}
footer.zt-footer .footer-title-ja {
  font-size: 26px;
  color: #34485E;
}
footer.zt-footer .footer-logo {
  max-width: 198px;
  margin: 0 auto;
}
footer.zt-footer .footer-logo img {
  height: auto;
}
footer.zt-footer .copyright {
  margin: 30px auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #ABB0BC;
}

@media (max-width: 480px) {
  footer.zt-footer .inner {
    padding-top: 30px;
    line-height: 2;
  }
  footer.zt-footer .footer-title-en {
    font-size: 18px;
    margin-bottom: 8px;
  }
  footer.zt-footer .footer-title-ja {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
  }
  footer.zt-footer .footer-logo {
    max-width: 128px;
  }
  footer.zt-footer .copyright {
    margin: 10px auto 20px;
    font-size: 12px;
  }
}