@charset "utf-8";

/* 圓谷俊貴サイト：Lightning の企業向け見た目を古楽らしいトーンに上書き */

:root {
  --tsu-ink: #f9edeb;
  --tsu-navy: #171430;
  --tsu-gold: #ea7200;
  --tsu-gold-deep: #d46200;
  --tsu-gold-soft: #ff8a28;
  --tsu-paper: #171430;
  --tsu-paper-deep: #1e1a3c;
  --tsu-card: #1e1a3c;
  --tsu-muted: rgba(249, 237, 235, 0.62);
  --tsu-line: rgba(249, 237, 235, 0.18);
  --tsu-rust: #ea7200;
  --tsu-serif: "Fraunces", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", serif;
  --tsu-sans: "Raleway", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --tsu-mono: "IBM Plex Mono", "Courier New", monospace;
  --tsu-brush: "Yuji Boku", "YuMincho", "Hiragino Mincho ProN", serif;
  --color-key: var(--tsu-navy);
  --color-key-dark: #0d0b1c;
  --wp--preset--color--vk-color-primary: var(--tsu-navy);
  --text-color: var(--tsu-ink);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #0f1326;
  background-image: linear-gradient(165deg, #0f1326 0%, #1a1736 48%, #14102a 100%);
  background-attachment: fixed;
}

@media (max-width: 991.98px) {
  html {
    background-attachment: scroll;
  }
}

body {
  margin: 0;
  color: var(--tsu-ink);
  background: transparent;
  font-family: var(--tsu-sans);
  letter-spacing: 0.01em;
  line-height: 1.7;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(980px, calc(100% - 5.5rem));
  margin-inline: auto;
}

.siteContent > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5em 0.8em;
  clip: auto;
  overflow: visible;
  background: var(--tsu-ink);
  color: var(--tsu-paper);
}

body.home {
  background: transparent;
  color: var(--tsu-ink);
}

body a {
  color: var(--tsu-gold-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

body a:hover,
body a:focus {
  color: var(--tsu-ink);
}

body a.btn,
body a.vk_button_link,
body .wp-block-button__link,
body a.page_top_btn {
  color: #f7f1e6;
  text-decoration: none;
}

body a.tsu-slider__card {
  color: inherit;
  text-decoration: none;
}

.has-vk-color-primary-background-color,
.vk_button_link.has-vk-color-primary-background-color {
  background-color: var(--tsu-navy) !important;
  border-color: var(--tsu-navy) !important;
}

.color_key_bg,
.color_key_bg_hover:hover {
  background-color: var(--tsu-navy) !important;
}

.color_key_txt,
.color_key_txt_hover:hover {
  color: var(--tsu-gold-deep) !important;
}

.color_key_border,
.color_key_border_hover:hover {
  border-color: var(--tsu-gold) !important;
}

/* -------------------------------------------------------------------------- */
/* Header / nav                                                               */
/* -------------------------------------------------------------------------- */

.siteHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: transparent;
  box-shadow: none;
  border: none;
}

body.admin-bar .siteHeader {
  top: 32px;
}

body.home .siteHeader .container,
body.tsu-artist-page .siteHeader .container,
.siteHeader .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: min(980px, calc(100% - 5.5rem));
  max-width: none;
  margin-inline: auto;
  padding: 2.25rem 0 0.55rem;
}

body.home .navbar-header,
body.home .siteHeader_logo,
body.tsu-artist-page .navbar-header,
body.tsu-artist-page .siteHeader_logo,
.navbar-header,
.siteHeader_logo {
  width: auto;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}

body.home .siteHeader_logo a > span {
  display: block;
  font-size: 0;
  line-height: 0;
}

body.home .tsu-header-mark {
  font-family: var(--tsu-brush);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  letter-spacing: 0.14em;
  line-height: 1;
  color: var(--tsu-ink);
}

body.home .tsu-hero__kanji {
  margin: 0 0 0.7em;
}

body.home .tsu-hero__kanji .tsu-brush {
  display: block;
  width: min(17.5vw, 132px);
  height: auto;
  color: var(--tsu-ink);
  overflow: visible;
  margin: 0 auto;
}

body.home .tsu-brush path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: butt;
  stroke-dasharray: 0 1;
  stroke-dashoffset: 0;
  opacity: 0;
}

body.home.header_scrolled .tsu-header-mark {
  color: var(--tsu-ink);
}

.tsu-side-nav {
  position: fixed;
  top: 0;
  right: max(0.4rem, calc((100vw - min(1180px, calc(100vw - 2rem))) / 2 + 0.35rem));
  z-index: 1200;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  width: 2.15rem;
  height: 100vh;
  margin: 0;
  padding: 1.1rem 0;
  overflow: visible;
  color: var(--tsu-ink);
  pointer-events: none;
  box-sizing: border-box;
}

body.admin-bar .tsu-side-nav {
  top: 32px;
  height: calc(100vh - 32px);
}

.tsu-side-nav::before,
.tsu-side-nav::after {
  flex: 0 0 auto;
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  opacity: 0.55;
}

.tsu-side-nav::before {
  content: "↑";
}

.tsu-side-nav::after {
  content: "↓";
}

.tsu-side-nav__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(0.7rem);
  transition: opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1), transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tsu-intro-done .tsu-side-nav__item,
body:not(.home) .tsu-side-nav__item {
  opacity: 1;
  transform: none;
}

body.tsu-intro-done .tsu-side-nav__item:nth-child(1) { transition-delay: 0.04s; }
body.tsu-intro-done .tsu-side-nav__item:nth-child(2) { transition-delay: 0.1s; }
body.tsu-intro-done .tsu-side-nav__item:nth-child(3) { transition-delay: 0.16s; }
body.tsu-intro-done .tsu-side-nav__item:nth-child(4) { transition-delay: 0.22s; }
body.tsu-intro-done .tsu-side-nav__item:nth-child(5) { transition-delay: 0.28s; }
body.tsu-intro-done .tsu-side-nav__item:nth-child(6) { transition-delay: 0.34s; }

.tsu-side-nav__link {
  display: block;
  width: max-content;
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
  font-family: var(--tsu-sans);
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: lowercase;
  text-decoration: none;
  color: var(--tsu-ink);
  white-space: nowrap;
  overflow: visible;
  opacity: 0.72;
}

.tsu-side-nav__link:hover,
.tsu-side-nav__link.is-current {
  color: var(--tsu-ink);
  opacity: 1;
}

.tsu-side-nav__link.is-current {
  color: var(--tsu-rust);
}

body.home .siteContent,
body.home .container,
body.home .mainSection,
body.home .entry-body,
body.home .siteHeader .container,
body.home .tsu-hero {
  overflow: visible !important;
}

.tsu-menu-btn,
.tsu-mobile-nav {
  display: none !important;
}

body.home.header_scrolled .siteHeader {
  position: absolute;
  background: transparent;
  box-shadow: none;
  border: none;
}

@media (max-width: 782px) {
  body.admin-bar .siteHeader,
  body.home.admin-bar .siteHeader {
    top: 46px;
  }

  body.admin-bar .tsu-side-nav {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

.siteHeader_logo a,
.siteHeader_logo a:hover {
  color: var(--tsu-ink);
  text-decoration: none;
}

.siteHeader_logo img.custom-logo,
.siteHeader .custom-logo {
  display: none;
}

.siteHeader_logo .tsu-site-logo {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  object-fit: cover;
  border-radius: 0.28rem;
}

.tsu-site-mark {
  display: inline-block;
  font-family: var(--tsu-sans);
  font-size: clamp(0.68rem, 1.05vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  color: var(--tsu-ink);
  text-transform: uppercase;
  opacity: 0.78;
  text-shadow: 0 1px 14px rgba(16, 12, 36, 0.4);
}

.siteHeader_logo a:hover .tsu-site-mark,
.siteHeader_logo a:focus .tsu-site-mark {
  color: var(--tsu-rust);
  opacity: 1;
}

.tsu-mobile-nav.is-open {
  display: block;
  position: fixed;
  top: 64px;
  right: 18px;
  z-index: 2100;
  width: min(320px, 88vw);
  max-height: calc(100vh - 88px);
  padding: 12px 8px 18px;
  overflow: auto;
  background: var(--tsu-ink);
  color: var(--tsu-paper);
}

.tsu-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tsu-mobile-nav__list a {
  display: block;
  padding: 0.85em 1em;
  color: var(--tsu-paper);
  font-family: var(--tsu-mono);
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 237, 235, 0.12);
}

/* -------------------------------------------------------------------------- */
/* Headings                                                                   */
/* -------------------------------------------------------------------------- */

h2,
.h2,
.mainSection-title {
  font-family: var(--tsu-serif);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--tsu-ink);
  border: none;
  padding: 0 0 0.55em;
  background: none;
}

h3,
.h3,
.subSection-title {
  font-family: var(--tsu-serif);
  font-weight: 600;
  color: var(--tsu-ink);
  border: none;
  padding: 0 0 0.4em;
  background: none;
}

h3:after,
.subSection-title:after {
  content: none;
  display: none;
  border: none;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--tsu-serif);
  font-weight: 600;
  color: var(--tsu-ink);
}

.entry-body h2.wp-block-heading,
.entry-body h3.wp-block-heading {
  margin: 2.6em 0 1.15em;
  font-size: clamp(1.7rem, 3.4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

body.home .entry-body h2.wp-block-heading,
body.home .entry-body h3.wp-block-heading {
  color: var(--tsu-ink);
}

body.home .entry-body h2.wp-block-heading::after,
body.home .entry-body h3.wp-block-heading::after {
  content: " //";
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.55em;
}

.entry-body h2.wp-block-heading:after,
.entry-body h3.wp-block-heading:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0;
  margin-top: 0.7em;
  border: 0;
  border-bottom: 1px solid var(--tsu-gold);
  position: static;
  overflow: visible;
  line-height: 0;
}

.entry-body h4.wp-block-heading {
  margin: 1.6em 0 0.7em;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.entry-body h5.wp-block-heading {
  margin: 0.4em 0 1em;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: var(--tsu-gold-deep);
}

.tsu-slider h3,
.tsu-slider__title {
  border: none;
  padding-bottom: 0;
}

.tsu-slider h3:after,
.tsu-slider__title:after {
  content: none;
  display: none;
}

dt {
  border-left-color: var(--tsu-gold);
}

blockquote {
  border-color: var(--tsu-paper-deep);
  background: var(--tsu-card);
}

/* -------------------------------------------------------------------------- */
/* Layout                                                                     */
/* -------------------------------------------------------------------------- */

body.home .siteContent {
  padding-top: 0;
  background: transparent;
  color: var(--tsu-ink);
}

body.home .mainSection-base-on {
  background: transparent;
}

body.home .entry-body {
  color: var(--tsu-ink);
}

body.home .entry-body a {
  color: var(--tsu-ink);
}

body.home .entry-body a:hover {
  color: var(--tsu-rust);
}

body.home .entry-body h2.wp-block-heading,
body.home .entry-body h3.wp-block-heading {
  color: var(--tsu-ink);
}

.siteContent {
  padding: 1.5rem 0 3rem;
  background: transparent;
}

body:not(.home) .siteContent {
  padding-top: 6.2rem;
}

body:not(.home):not(.tsu-artist-page):not(.tsu-lesson-page):not(.tsu-rental-page):not(.tsu-past-page):not(.tsu-contact-page):not(.tsu-event-page) .entry-body {
  width: min(980px, calc(100% - 5.5rem));
  margin-inline: auto;
}

.mainSection-base-on,
.sideSection-base-on {
  background: var(--tsu-card);
}

.page-header {
  background: transparent;
  color: var(--tsu-ink);
  border: none;
  padding: 1.6rem 0 0.4rem;
}

.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  font-family: var(--tsu-serif);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 1.2em;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.page-rental-rates .page-header {
  display: none;
}

body.page-rental-rates .siteContent,
body.page-rental-rates .mainSection-base-on {
  background: transparent;
}

.page-rental-rates .entry-body {
  max-width: none;
}

.tsu-rental {
  width: min(980px, calc(100% - 5.5rem));
  margin: 1.4rem auto 3rem;
}

body.tsu-past-page .page-header,
body.page-id-99 .page-header {
  display: none;
}

body.tsu-past-page .siteContent,
body.tsu-past-page .mainSection-base-on,
body.page-id-99 .siteContent,
body.page-id-99 .mainSection-base-on {
  background: transparent;
}

.tsu-past {
  width: min(980px, calc(100% - 5.5rem));
  margin: 1.4rem auto 3rem;
}

.tsu-past > p:first-of-type {
  margin: 0 0 1.4rem;
  font-size: clamp(0.72rem, 1.02vw, 0.82rem);
  line-height: 1.75;
  color: var(--tsu-muted);
}

.tsu-past .tsu-slider {
  width: 100%;
  margin: 0;
}

.tsu-rental__link {
  margin: 0 0 0.32rem;
}

.tsu-rental__link a {
  font-family: var(--tsu-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tsu-ink);
  text-decoration: none;
}

.tsu-rental__link a::after {
  content: " //";
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  color: var(--tsu-rust);
}

.tsu-rental__link a:hover,
.tsu-rental__link a:focus {
  color: var(--tsu-rust);
}

.tsu-rental__link .tsu-profile-more__hint {
  font-size: 0.88em;
  letter-spacing: 0.06em;
  opacity: 0.72;
}

.tsu-rental .tsu-ratesheet__view {
  margin: 1.35rem 0 0;
}

.tsu-rental .tsu-ratesheet__view img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

body.tsu-lesson-page .siteContent,
body.tsu-lesson-page .mainSection-base-on {
  background: transparent;
}

body.tsu-lesson-page .page-header {
  display: none;
}

body.tsu-event-page .page-header {
  display: none;
}

body.tsu-event-page .siteContent,
body.tsu-event-page .mainSection-base-on {
  background: transparent;
}

.tsu-event,
.tsu-event__extra {
  width: min(980px, calc(100% - 5.5rem));
  margin-inline: auto;
}

.tsu-event {
  margin-top: 1.4rem;
  margin-bottom: 3rem;
}

.tsu-event__extra {
  margin: 0 auto 3rem;
}

.tsu-lesson {
  width: min(980px, calc(100% - 5.5rem));
  margin: 1.4rem auto 3rem;
}

.tsu-lesson h1.page-header_pageTitle,
.tsu-rental h1.page-header_pageTitle,
.tsu-past h1.page-header_pageTitle,
.tsu-page-contact h1.page-header_pageTitle {
  font-family: var(--tsu-sans);
  font-size: clamp(1.15rem, 1.95vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.08;
  margin: 0 0 1.15rem;
}

.tsu-lesson h1.page-header_pageTitle::after,
.tsu-rental h1.page-header_pageTitle::after,
.tsu-past h1.page-header_pageTitle::after,
.tsu-page-contact h1.page-header_pageTitle::after {
  content: " //";
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  font-weight: 400;
}

.tsu-lesson__apply {
  margin: 0 0 1.6rem;
}

.tsu-lesson__apply a {
  font-family: var(--tsu-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tsu-ink);
  text-decoration: none;
}

.tsu-lesson__apply a::after {
  content: " //";
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  color: var(--tsu-rust);
}

.tsu-lesson__apply a:hover,
.tsu-lesson__apply a:focus {
  color: var(--tsu-rust);
}

.tsu-lesson__apply .tsu-profile-more__hint {
  font-size: 0.88em;
  letter-spacing: 0.06em;
  opacity: 0.72;
}

.tsu-lesson__spec {
  margin: 0 0 2.4rem;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  line-height: 1.95;
  letter-spacing: 0.02em;
}

.tsu-lesson__spec p {
  margin: 0;
}

.tsu-lesson__heading {
  margin: 0 0 0.85rem;
  font-family: var(--tsu-sans);
  font-size: clamp(1.15rem, 1.95vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.08;
  color: var(--tsu-ink);
}

.tsu-lesson__heading::after {
  content: " //";
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  font-weight: 400;
}

.tsu-lesson__kinds {
  margin: 0;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
}

body.tsu-contact-page .siteContent,
body.tsu-contact-page .mainSection-base-on {
  background: transparent;
}

body.tsu-contact-page .page-header {
  display: none;
}

.tsu-page-contact {
  width: min(980px, calc(100% - 5.5rem));
  margin: 1.4rem auto 3rem;
}

.tsu-page-contact__lead {
  margin: 0 0 1.4rem;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.tsu-page-contact .tsu-contact-links {
  margin: 0 0 1.35rem;
}

.tsu-page-contact .tsu-contact-links .tsu-profile-more {
  margin: 0 0 0.32rem;
}

.tsu-page-contact .tsu-profile-more a {
  font-family: var(--tsu-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tsu-ink);
  text-decoration: none;
}

.tsu-page-contact .tsu-profile-more a::after {
  content: " //";
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  color: var(--tsu-rust);
}

.tsu-page-contact .tsu-profile-more a:hover,
.tsu-page-contact .tsu-profile-more a:focus {
  color: var(--tsu-rust);
}

.tsu-page-contact .tsu-profile-more__hint {
  font-size: 0.88em;
  letter-spacing: 0.06em;
  opacity: 0.72;
}

@media (max-width: 991.98px) {
  body.home .siteHeader .container,
  body.tsu-artist-page .siteHeader .container,
  .siteHeader .container {
    width: auto;
    margin-left: 1.7rem;
    margin-right: 2.2rem;
    padding-top: 2.65rem;
    padding-left: 0;
    padding-right: 0;
  }

  .siteHeader .navbar-header {
    width: auto;
    margin: 0;
  }

  .siteHeader_logo .tsu-site-logo {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.22rem;
  }

  .tsu-lesson,
  .tsu-rental,
  .tsu-past,
  .tsu-page-contact,
  .tsu-event {
    width: auto;
    margin: 1.1rem 2.2rem 2.4rem 1.4rem;
  }

  .tsu-event__extra {
    width: auto;
    margin: 0 2.2rem 2.4rem 1.4rem;
  }

  .tsu-lesson h1.page-header_pageTitle,
  .tsu-rental h1.page-header_pageTitle,
  .tsu-past h1.page-header_pageTitle,
  .tsu-page-contact h1.page-header_pageTitle,
  .tsu-lesson__heading,
  .tsu-event__eyebrow {
    font-size: clamp(0.94rem, 4.4vw, 1.16rem);
    letter-spacing: 0.08em;
  }

  .tsu-past .tsu-slider {
    width: 100%;
    margin: 0;
  }

  body:not(.home):not(.tsu-artist-page):not(.tsu-lesson-page):not(.tsu-rental-page):not(.tsu-past-page):not(.tsu-contact-page):not(.tsu-event-page) .entry-body {
    width: auto;
    margin-left: 1.4rem;
    margin-right: 2.2rem;
  }
}

.breadSection {
  background: transparent;
  border-bottom: 1px solid var(--tsu-line);
}

.breadSection .breadcrumb a {
  color: var(--tsu-muted);
}

.entry-header {
  border-bottom-color: var(--tsu-line);
}

h1.entry-title {
  font-family: var(--tsu-serif);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.media {
  border-bottom-color: var(--tsu-line);
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                       */
/* -------------------------------------------------------------------------- */

body.home .entry-body > .tsu-hero:first-child {
  margin-top: 0;
}

.tsu-hero {
  position: relative;
  overflow: hidden;
  background-color: #11100d;
}

.tsu-hero__media {
  position: absolute;
  inset: 0;
}

.tsu-hero__media img,
.tsu-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--tsu-hero-focus-x, 70%) var(--tsu-hero-focus-y, 45%);
  display: block;
}

.entry-body .tsu-hero {
  border-radius: 0;
}

body.home .tsu-hero {
  width: 100%;
  max-width: none;
  margin: 0 auto 0.2rem;
  border-radius: 0;
  height: auto !important;
  min-height: auto;
  background: transparent;
  box-shadow: none;
  border: 0;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 4.8rem 0.8rem;
}

body.home .tsu-hero::before {
  display: none;
}

body.home .tsu-hero__media {
  position: relative;
  inset: auto;
  z-index: 1;
  width: min(56vw, 620px);
  height: min(56vh, 500px);
  margin: 1.4rem auto 0;
  overflow: visible;
}

body.home .tsu-hero__slides {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 999px 16px 16px 999px;
}

body.home .tsu-hero__media > img,
body.home .tsu-hero__media > video {
  border-radius: 999px 16px 16px 999px;
  position: relative;
  z-index: 1;
}

body.home .tsu-hero__slides img {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: inherit;
  opacity: 0;
  z-index: 0;
  animation: none !important;
  filter: brightness(0.78);
  transition: opacity 0.9s ease;
}

body.home .tsu-hero__slides img:first-child,
body.home .tsu-hero__slides img.is-active {
  opacity: 1;
  z-index: 1;
}

body.home .tsu-hero__slides.is-ready img:first-child:not(.is-active) {
  opacity: 0;
  z-index: 0;
}

body.home .tsu-hero__slides::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  pointer-events: none;
}

body.home .tsu-hero__media::after {
  content: "";
  position: absolute;
  top: -6%;
  right: -28%;
  width: min(38vw, 360px);
  height: min(38vw, 360px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url("../img/tsu-orb.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

body.home .tsu-hero__inner,
.tsu-hero--home .tsu-hero__inner {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: auto !important;
  padding: 0 !important;
  width: 100%;
  z-index: 2;
}

body.home .tsu-hero__text,
.tsu-hero--home .tsu-hero__text {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  max-width: none;
  text-align: center;
  color: var(--tsu-ink);
}

body.home .tsu-hero__kanji {
  margin: 0 0 0.55em;
}

body.home .tsu-hero__title {
  display: block;
  font-family: var(--tsu-sans);
  font-size: clamp(1.02rem, 2.2vw, 1.62rem);
  font-weight: 500;
  font-variation-settings: normal;
  letter-spacing: 0.22em;
  line-height: 1.2;
  white-space: nowrap;
}

body.home .tsu-hero__title::after {
  display: none;
}

body.home .tsu-hero__name {
  display: inline;
  white-space: nowrap;
  text-transform: uppercase;
}

body.home .tsu-hero__name::after {
  content: " //";
  letter-spacing: 0.08em;
}

body.home .tsu-hero__subtitle {
  margin-top: 0.45em;
  font-family: var(--tsu-serif);
  font-size: clamp(0.88rem, 1.4vw, 1.1rem);
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--tsu-rust);
  opacity: 1;
}

body.home .tsu-hero__media {
  animation: tsu-media-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}

body.home .tsu-hero__meta {
  position: absolute;
  left: calc((100% - min(980px, calc(100% - 5.5rem))) / 2 + 5.5rem);
  bottom: 3.1rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  pointer-events: none;
  transform: none;
}

body.home .tsu-hero__composers {
  margin: 0;
  padding: 0;
  font-family: var(--tsu-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.68rem, 1.05vw, 0.82rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--tsu-ink);
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(18, 16, 45, 0.28);
  opacity: 0;
  transform: translateY(0.45rem);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home.tsu-intro-meta .tsu-hero__composers {
  opacity: 1;
  transform: none;
}

body.home .tsu-hero__sns {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  opacity: 0;
  transform: translateY(0.45rem);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

body.home.tsu-intro-meta .tsu-hero__sns {
  opacity: 1;
  transform: none;
}

body.home .tsu-hero__sns::before {
  content: "";
  width: 1.35rem;
  height: 2px;
  background: var(--tsu-ink);
  flex-shrink: 0;
}

body.home .tsu-hero__sns a {
  display: flex;
  width: 2.05rem;
  height: 2.05rem;
  opacity: 0.94;
  overflow: visible;
  text-decoration: none;
  pointer-events: none;
  --tsu-sns-in: 0s;
  --tsu-sns-spin: -320deg;
  --tsu-sns-from-x: -0.55rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.home.tsu-intro-meta .tsu-hero__sns a {
  pointer-events: auto;
}

body.home.tsu-intro-meta .tsu-hero__sns a:hover,
body.home.tsu-intro-meta .tsu-hero__sns a:focus {
  opacity: 1;
  transform: translateY(-1px);
}

body.home .tsu-hero__sns a svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  transform-origin: 50% 50%;
  opacity: 0;
}

body.home.tsu-intro-meta .tsu-hero__sns a svg {
  animation: tsu-sns-roll-in 0.78s cubic-bezier(0.18, 0.82, 0.22, 1) var(--tsu-sns-in) both;
}

@keyframes tsu-sns-roll-in {
  from {
    opacity: 0;
    transform: translate(var(--tsu-sns-from-x), 0.55rem) rotate(var(--tsu-sns-spin));
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}

body.home .tsu-hero__sns a.is-x {
  color: #f4f4f4;
}

body.home .tsu-hero__sns a.is-facebook {
  color: #1877f2;
}

body.home .tsu-hero__sns a.is-youtube {
  color: #ff0000;
}

body.home .tsu-hero__sns a.is-line {
  color: #06c755;
}

body.home .tsu-hero__sns a.is-youtube .tsu-yt-play {
  fill: #fff;
}

body.home .tsu-hero__sns a.is-line svg {
  overflow: visible;
}

body.home .tsu-hero__sns a.is-line text {
  fill: #fff;
  font-family: var(--tsu-sans);
  font-weight: 800;
}

body.home .tsu-hero__sns a.is-instagram svg {
  fill: none;
}

body.home .tsu-hero__sns a.is-instagram .tsu-ig-fill {
  fill: url(#tsu-ig);
}

body.home .tsu-hero__sns a.is-instagram .tsu-ig-line {
  fill: none;
  stroke: #fff;
  stroke-width: 1.75;
}

body.home .tsu-hero__sns a.is-instagram .tsu-ig-dot {
  fill: #fff;
}

body.home .tsu-hero__concerts-head {
  display: flex;
  align-items: baseline;
  gap: 0.95rem;
  width: min(980px, calc(100% - 5.5rem));
  margin: 4rem auto 1.25rem;
  padding-left: 0;
  box-sizing: border-box;
  pointer-events: none;
  scroll-margin-top: 5.5rem;
}

body.home .tsu-hero__concerts-title {
  margin: 0;
  font-family: var(--tsu-sans);
  font-size: clamp(1.15rem, 1.95vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.08;
  color: var(--tsu-ink);
  white-space: nowrap;
}

body.home .tsu-hero__concerts-title::after,
body.home .entry-body h2.wp-block-heading::after,
body.home .entry-body h3.wp-block-heading::after,
body.home .entry-body h4.wp-block-heading::after {
  content: " //";
  display: inline !important;
  width: auto;
  height: auto;
  margin: 0;
  border: 0 !important;
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

body.home .tsu-hero__concerts-note {
  margin: 0;
  font-size: clamp(0.43rem, 0.7vw, 0.56rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--tsu-muted);
  white-space: nowrap;
}

body.home .entry-body > h3.wp-block-heading {
  width: min(980px, calc(100% - 5.5rem));
  margin: 4rem auto 1.25rem;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--tsu-sans);
  font-size: clamp(1.15rem, 1.95vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.08;
  color: var(--tsu-ink);
}

body.home .entry-body > .wp-block-columns {
  width: min(980px, calc(100% - 5.5rem));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body.home .tsu-profile {
  width: min(980px, calc(100% - 5.5rem));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body.home .tsu-profile-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 1.1em;
  box-sizing: border-box;
  margin: 0.55rem 0 0.35rem;
  padding: 0.35em 0 0.15em;
  font-family: var(--tsu-sans);
  font-weight: 500;
  line-height: 1.35;
  color: var(--tsu-rust);
}

body.home .tsu-profile-name::after {
  content: none !important;
  display: none !important;
}

body.home .tsu-profile-name__en {
  font-size: clamp(0.92rem, 1.55vw, 1.18rem);
  letter-spacing: 0.16em;
}

body.home .tsu-profile-name__ja {
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  letter-spacing: 0.18em;
}

body.home .tsu-profile-more {
  margin: 0 0 0.95rem;
}

body.home .tsu-profile-more a {
  font-family: var(--tsu-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tsu-ink);
  text-decoration: none;
}

body.home .tsu-profile-more a::after {
  content: " //";
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  color: var(--tsu-rust);
}

body.home .tsu-profile-more a:hover,
body.home .tsu-profile-more a:focus {
  color: var(--tsu-rust);
}

body.home .tsu-profile-more__hint {
  font-size: 0.88em;
  letter-spacing: 0.06em;
  opacity: 0.72;
}

body.home .tsu-profile__body {
  display: flow-root;
}

body.home .tsu-profile__photo {
  --tsu-profile-gap: 1.15rem;
  --tsu-profile-gap-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
  float: right;
  margin: 0 0 var(--tsu-profile-gap-bottom) var(--tsu-profile-gap);
  padding: 0;
}

body.home .tsu-profile--person .tsu-profile__photo {
  width: min(500px, calc((100% - var(--tsu-profile-gap)) * 0.56));
}

body.home .tsu-profile--org .tsu-profile__photo {
  width: min(320px, calc((100% - var(--tsu-profile-gap)) * 0.38));
}

body.home .tsu-profile--canaletto .tsu-profile__photo {
  width: min(500px, calc((100% - var(--tsu-profile-gap)) * 0.56));
}

body.home .tsu-profile--jupiter .tsu-profile__photo {
  width: min(440px, calc((100% - var(--tsu-profile-gap)) * 0.5));
}

@media (min-width: 992px) {
  body.home .tsu-profile--canaletto .tsu-profile__body,
  body.home .tsu-profile--jupiter .tsu-profile__body {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: var(--tsu-profile-gap, 1.15rem);
  }

  body.home .tsu-profile--canaletto .tsu-profile__photo,
  body.home .tsu-profile--jupiter .tsu-profile__photo {
    float: none;
    margin: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: min(360px, 42%);
    height: auto;
  }

  body.home .tsu-profile--canaletto .tsu-profile__photo img,
  body.home .tsu-profile--jupiter .tsu-profile__photo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 14.5rem;
    object-fit: unset;
    object-position: center;
    aspect-ratio: auto;
  }

  body.home .tsu-profile--canaletto .tsu-profile__text,
  body.home .tsu-profile--jupiter .tsu-profile__text {
    flex: 1 1 0;
    min-width: 0;
  }
}

body.home .tsu-profile--canaletto .tsu-profile-name,
body.home .tsu-profile--jupiter .tsu-profile-name {
  margin-bottom: 1.05rem;
}

body.home .tsu-profile--lesson .tsu-profile-name {
  margin-bottom: 0.55rem;
}

body.home .tsu-profile--lesson .tsu-profile-name__ja {
  letter-spacing: 0.08em;
}

body.home .tsu-profile + .tsu-profile {
  margin-top: 2.2rem;
}

body.home .tsu-instruments-rates {
  width: min(980px, calc(100% - 5.5rem));
  margin: 0.75rem auto 1rem;
}

body.home .tsu-instruments-rates .tsu-profile-more {
  margin: 0 0 0.32rem;
}

body.home .tsu-instruments-rates + .tsu-profile .tsu-profile-name {
  margin-top: 0.15rem;
}

body.home .tsu-contact {
  width: min(980px, calc(100% - 5.5rem));
  margin: 0.75rem auto 2.8rem;
}

body.home .tsu-contact-links {
  margin: 0 0 1.35rem;
}

body.home .tsu-contact-links .tsu-profile-more {
  margin: 0 0 0.32rem;
}

body.home .tsu-contact + p,
body.home .tsu-contact + .vk_spacer,
body.home .tsu-contact + p + .vk_spacer {
  display: none !important;
}

body.home .tsu-company,
.tsu-page-contact .tsu-company {
  font-size: clamp(0.72rem, 1.02vw, 0.82rem);
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: var(--tsu-muted);
  overflow-wrap: anywhere;
}

body.home .tsu-company p,
.tsu-page-contact .tsu-company p {
  margin: 0;
}

body.home .tsu-company__name,
.tsu-page-contact .tsu-company__name {
  color: var(--tsu-ink);
  letter-spacing: 0.12em;
}

body.home .tsu-company__unit,
.tsu-page-contact .tsu-company__unit {
  margin-bottom: 0.45rem;
}

body.home .tsu-company__addr,
.tsu-page-contact .tsu-company__addr {
  margin-bottom: 0.45rem;
}

body.home .tsu-company a,
.tsu-page-contact .tsu-company a {
  color: var(--tsu-ink);
  text-decoration: none;
}

body.home .tsu-company a:hover,
body.home .tsu-company a:focus,
.tsu-page-contact .tsu-company a:hover,
.tsu-page-contact .tsu-company a:focus {
  color: var(--tsu-rust);
}

body.home .tsu-rental-note {
  width: min(980px, calc(100% - 5.5rem));
  margin: 1.35rem auto 0;
  font-size: clamp(0.78rem, 1.05vw, 0.88rem);
  line-height: 1.7;
  color: var(--tsu-muted);
}

body.home .wp-block-column:has(> .wp-block-image .wp-image-475),
body.home .wp-block-column:has(> .wp-block-image .wp-image-563) {
  display: none;
}

body.home .tsu-profile__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 991.98px) {
  body.home .tsu-profile--jupiter .tsu-profile__photo img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: 92% 48%;
  }
}

body.home .entry-body > h3.wp-block-heading + .vk_spacer {
  display: none !important;
}

body.home .tsu-profile__text p {
  margin: 0 0 0.9em;
  font-size: clamp(0.84rem, 1.15vw, 0.95rem);
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-character;
  text-align-last: left;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body.home .tsu-profile__text p:last-child {
  margin-bottom: 0;
}

body.home .tsu-profile__spec {
  margin-top: 0.85em !important;
  font-size: clamp(0.72rem, 1.02vw, 0.82rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: var(--tsu-muted);
  text-align: left;
  text-justify: auto;
}

body.home .tsu-hero + .tsu-hero__concerts-head + .vk_spacer,
body.home .tsu-hero + .tsu-hero__concerts-head + .vk_spacer + .wp-block-heading,
body.home .tsu-hero + .tsu-hero__concerts-head + .vk_spacer + .wp-block-heading + p,
body.home .tsu-hero + .tsu-hero__concerts-head + .vk_spacer + .wp-block-heading + p + .vk_spacer {
  display: none !important;
}

body.home .tsu-hero__media > img,
body.home .tsu-hero__media > video {
  animation: tsu-hero-drift 22s ease-in-out infinite;
}

@keyframes tsu-media-in {
  from {
    opacity: 0;
    transform: translateY(1.15rem) scale(1.05);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes tsu-hero-drift {
  0% {
    object-position: 66% 38%;
  }
  50% {
    object-position: 80% 44%;
  }
  100% {
    object-position: 72% 50%;
  }
}

body .tsu-hero::before,
.entry-body .tsu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(18, 16, 12, 0.42) 0%,
    rgba(18, 16, 12, 0.12) 42%,
    rgba(18, 16, 12, 0) 70%
  );
}

.tsu-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 clamp(18px, 4vw, 56px);
}

.tsu-hero__text {
  color: #fff;
  max-width: 36rem;
}

.tsu-hero__title {
  font-family: var(--tsu-serif);
  font-size: clamp(1.7rem, 3.6vw, 3.15rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.tsu-hero__subtitle {
  margin-top: 0.85em;
  font-family: var(--tsu-serif);
  font-size: clamp(0.78rem, 1.4vw, 1.02rem);
  letter-spacing: 0.32em;
  opacity: 0.92;
}

.tsu-hero__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.55em);
}

.tsu-brush .tsu-hero__char {
  transform: translateY(0.35em) rotate(-6deg) scale(1.12);
  animation-name: tsu-brush-in;
}

@keyframes tsu-float-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tsu-brush-in {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@media (max-width: 991.98px) {
  .tsu-side-nav {
    top: 50%;
    right: max(0.85rem, calc(env(safe-area-inset-right, 0px) + 0.7rem));
    width: 1.75rem;
    height: 84dvh;
    max-height: 84dvh;
    padding: 0;
    justify-content: space-evenly;
    gap: 0;
    transform: translateY(-50%);
  }

  .tsu-side-nav::before,
  .tsu-side-nav::after {
    display: none;
  }

  .tsu-side-nav__item {
    width: 1.75rem;
  }

  .tsu-side-nav__link {
    font-size: clamp(0.72rem, 2.2vh, 1.05rem);
    letter-spacing: 0.12em;
  }

  body.home .entry-body {
    overflow-x: clip;
  }

  body.home .tsu-hero {
    width: 100%;
    min-height: auto;
    margin: 0 auto 0.65rem;
    padding: 4.6rem 2.2rem 1.8rem 1.4rem;
    overflow-x: clip !important;
  }

  body.home .tsu-hero__media::after {
    top: -4%;
    right: -22%;
    width: min(52vw, 280px);
    height: min(52vw, 280px);
  }

  body.home .tsu-hero__text,
  .tsu-hero--home .tsu-hero__text {
    left: auto;
    bottom: auto;
  }

  body.home .tsu-hero__kanji .tsu-brush {
    width: min(34vw, 126px);
  }

  body.home .tsu-hero__title {
    font-size: clamp(0.86rem, 4vw, 1.12rem);
    letter-spacing: 0.14em;
    white-space: normal;
  }

  body.home .tsu-hero__subtitle {
    letter-spacing: 0.02em;
    font-size: clamp(0.66rem, 2.5vw, 0.8rem);
  }

  body.home .tsu-hero__media {
    width: min(84vw, 420px);
    height: min(48vh, 360px);
    border-radius: 180px 12px 12px 180px;
  }

  body.home .tsu-hero__slides {
    border-radius: 180px 12px 12px 180px;
  }

  body.home .tsu-hero__meta {
    left: calc(1.2rem + (100% - 3.4rem - min(84vw, 420px)) / 2 + 0.5rem);
    bottom: 1.5rem;
    gap: 0.85rem;
    transform: none;
  }

  body.home .tsu-hero__composers {
    font-size: clamp(0.42rem, 2.15vw, 0.52rem);
    letter-spacing: 0.03em;
  }

  body.home .tsu-hero__sns {
    gap: 0.78rem;
  }

  body.home .tsu-hero__sns::before {
    width: 1rem;
    height: 1.5px;
  }

  body.home .tsu-hero__sns a {
    width: 1.6rem;
    height: 1.6rem;
  }

  body.home .tsu-hero__concerts-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.24rem;
    width: calc(100% - 3.6rem);
    margin: 3rem 2.2rem 0.25rem 1.4rem;
    padding-left: 0;
  }

  body.home .tsu-slider {
    width: calc(100% - 3.6rem) !important;
    margin-left: 1.4rem;
    margin-right: 2.2rem;
  }

  body.home .tsu-hero__concerts-title {
    font-size: clamp(0.94rem, 4.4vw, 1.16rem);
    letter-spacing: 0.08em;
  }

  body.home .tsu-hero__concerts-note {
    font-size: clamp(0.38rem, 1.9vw, 0.48rem);
    white-space: normal;
    max-width: min(60vw, 15rem);
  }

  body.home .entry-body > h3.wp-block-heading {
    width: calc(100% - 3.6rem);
    margin: 3rem 2.2rem 0.25rem 1.4rem;
    padding-left: 0;
    font-size: clamp(0.94rem, 4.4vw, 1.16rem);
    letter-spacing: 0.08em;
  }

  body.home .entry-body > h3.wp-block-heading:has(+ .tsu-contact) {
    margin-top: 1.8rem;
  }

  body.home .entry-body > .wp-block-columns {
    width: auto;
    margin-left: 1.4rem;
    margin-right: 2.2rem;
  }

  body.home .tsu-profile {
    width: auto;
    margin-left: 1.4rem;
    margin-right: 2.2rem;
  }

  body.home .tsu-profile-name {
    margin: 0.35rem 0 0.25rem;
    gap: 0.25em 0.7em;
  }

  body.home .tsu-profile-more {
    margin-bottom: 0.75rem;
  }

  body.home .tsu-profile-name__en {
    font-size: clamp(0.72rem, 3.2vw, 0.88rem);
    letter-spacing: 0.1em;
  }

  body.home .tsu-profile-name__ja {
    font-size: clamp(0.82rem, 3.6vw, 0.98rem);
    letter-spacing: 0.12em;
  }

  body.home .tsu-profile__photo {
    --tsu-profile-gap: 0.75rem;
    --tsu-profile-gap-bottom: 0.28rem;
    margin: 0 0 var(--tsu-profile-gap-bottom) var(--tsu-profile-gap) !important;
  }

  body.home .tsu-profile--person .tsu-profile__photo {
    width: min(196px, 50%);
  }

  body.home .tsu-profile--org .tsu-profile__photo {
    width: min(232px, 58%);
  }

  body.home .tsu-profile--canaletto .tsu-profile__photo {
    width: min(196px, 50%);
  }

  body.home .tsu-profile--jupiter .tsu-profile__photo {
    width: min(176px, 46%);
  }

  body.home .tsu-profile--canaletto .tsu-profile-name,
  body.home .tsu-profile--jupiter .tsu-profile-name {
    margin-bottom: 0.8rem;
  }

  body.home .tsu-profile + .tsu-profile {
    margin-top: 1.6rem;
  }

  body.home .tsu-instruments-rates {
    width: auto;
    margin: 0.6rem 2.2rem 0.75rem 1.4rem;
  }

  body.home .tsu-contact {
    width: auto;
    margin: 0.6rem 2.2rem 2rem 1.4rem;
  }

  body.home .tsu-contact-links {
    margin-bottom: 1.15rem;
  }

  body.home .tsu-rental-note {
    width: auto;
    margin: 1.1rem 2.2rem 0 1.4rem;
    font-size: 0.78rem;
  }

  body.home .tsu-profile__text p {
    font-size: 0.82rem;
    line-height: 1.85;
    text-align: justify;
  }

  body.home .tsu-hero__media img,
  body.home .tsu-hero__media video {
    object-position: var(--tsu-hero-focus-x-sp, 78%) var(--tsu-hero-focus-y-sp, 38%);
  }
}

@media (max-width: 640px) {
  body.home .tsu-hero {
    min-height: auto;
    margin-bottom: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .wp-block-cover:has(.wp-image-439) .wp-block-cover__image-background,
  body.home .wp-block-cover:has(.wp-image-331) .wp-block-cover__image-background,
  body.home .tsu-strip .wp-block-cover__image-background,
  body.home .tsu-parallax .wp-block-cover__image-background,
  body.home .tsu-parallax-shift {
    animation: none !important;
  }

  .tsu-hero__char,
  body.home .tsu-hero__media,
  body.home .tsu-hero__media video,
  body.home .tsu-hero__composers,
  body.home .tsu-hero__sns,
  body.home .tsu-hero__sns a,
  body.home .tsu-hero__sns a svg,
  body.home .tsu-hero__meta,
  .tsu-rise,
  .tsu-side-nav__item {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.home .tsu-brush path {
    transition: none !important;
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
    opacity: 1 !important;
  }
}

.tsu-rise {
  opacity: 0;
  transform: translateY(1.35rem);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.tsu-rise.is-in {
  opacity: 1;
  transform: none;
}

/* -------------------------------------------------------------------------- */
/* Buttons / forms / pagination                                               */
/* -------------------------------------------------------------------------- */

.btn-default,
.btn-primary,
.wp-block-button__link,
.wpforms-submit,
.tsu-event-card__btn {
  border-radius: 0 !important;
  letter-spacing: 0.12em;
}

.btn-default {
  color: var(--tsu-navy);
  border-color: var(--tsu-navy);
}

.btn-default:hover,
.btn-default:focus {
  background-color: var(--tsu-navy);
  border-color: var(--tsu-navy);
  color: #f7f1e6;
}

.btn-primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: var(--tsu-navy);
  border-color: var(--tsu-navy);
  color: #f7f1e6;
}

ul.page-numbers li span.page-numbers.current,
.page-link dl .post-page-numbers.current {
  background-color: var(--tsu-navy);
  border-color: var(--tsu-navy);
}

.sns-buttons a {
  background-color: transparent;
  border-radius: 0;
  text-decoration: none;
}

.sns-buttons a.x {
  color: #f4f4f4;
}

.sns-buttons a.facebook {
  color: #1877f2;
}

.sns-buttons a.instagram {
  color: #dd2a7b;
}

.sns-buttons a.youtube {
  color: #ff0000;
}

/* -------------------------------------------------------------------------- */
/* Concert detail                                                             */
/* -------------------------------------------------------------------------- */

.tsu-event__eyebrow,
.tsu-event__label {
  margin: 0 0 0.35rem;
  font-family: var(--tsu-sans);
  font-size: clamp(1.15rem, 1.95vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.08;
  color: var(--tsu-ink);
}

.tsu-event__eyebrow::after,
.tsu-event__label::after {
  content: " //";
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  font-weight: 400;
}

.tsu-event__label {
  font-size: clamp(0.82rem, 1.35vw, 0.98rem);
  letter-spacing: 0.14em;
  margin: 0 0 0.7rem;
}

.tsu-event__head {
  margin: 1.55rem 0 2rem;
}

.tsu-event__when {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.65rem;
  margin: 0 0 1.15rem;
}

.tsu-event__year {
  flex: 1 0 100%;
  font-family: var(--tsu-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--tsu-muted);
}

.tsu-event__day {
  font-family: var(--tsu-serif);
  font-size: clamp(3.1rem, 8vw, 5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0.02em;
}

.tsu-event__month {
  font-family: var(--tsu-sans);
  font-size: clamp(0.78rem, 1.35vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--tsu-muted);
}

.tsu-event__time {
  flex: 1 0 100%;
  margin-top: 0.45rem;
  font-family: var(--tsu-mono);
  font-size: clamp(0.95rem, 1.45vw, 1.18rem);
  letter-spacing: 0.08em;
  color: var(--tsu-ink);
}

.tsu-event__title {
  margin: 0;
  font-family: var(--tsu-serif);
  font-weight: 400;
  font-size: clamp(1.28rem, 2.7vw, 2.05rem);
  line-height: 1.4;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}

.tsu-event__role {
  margin: 0.55rem 0 0;
  font-family: var(--tsu-serif);
  font-style: italic;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  letter-spacing: 0.02em;
  color: var(--tsu-rust);
}

.tsu-event__hero {
  margin: 0 0 2.1rem;
}

.tsu-event__hero img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--tsu-line);
}

.tsu-event__flyers {
  display: grid;
  gap: 1rem;
  margin: 0 0 0.4rem;
}

.tsu-event__flyer {
  margin: 0;
}

.tsu-event__flyer img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--tsu-line);
}

.tsu-event__block {
  margin: 0;
  padding: 1.15rem 0 1.35rem;
  border-top: 1px solid var(--tsu-line);
}

.tsu-event__value {
  margin: 0;
  font-size: clamp(0.9rem, 1.18vw, 1.02rem);
  line-height: 1.85;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}

.tsu-event__value--pre {
  white-space: pre-wrap;
}

.tsu-event__sub {
  margin: 0.45rem 0 0;
  font-size: clamp(0.78rem, 1.02vw, 0.88rem);
  line-height: 1.8;
  color: var(--tsu-muted);
}

.tsu-event__guide {
  margin: 0.7rem 0 0;
}

.tsu-event__guide summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--tsu-sans);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tsu-muted);
}

.tsu-event__guide summary::-webkit-details-marker {
  display: none;
}

.tsu-event__guide summary::after {
  content: " //";
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.7em;
}

.tsu-event__guide summary:hover,
.tsu-event__guide summary:focus {
  color: var(--tsu-ink);
}

.tsu-event__guide[open] summary {
  color: var(--tsu-ink);
  margin-bottom: 0.45rem;
}

.tsu-event__wysiwyg p,
.tsu-event__wysiwyg > *:first-child {
  margin-top: 0;
}

.tsu-event__wysiwyg p {
  margin-bottom: 0.55em;
}

.tsu-event__wysiwyg p:last-child {
  margin-bottom: 0;
}

.tsu-event a {
  color: var(--tsu-ink);
  text-decoration: none;
}

.tsu-event a:hover,
.tsu-event a:focus {
  color: var(--tsu-rust);
}

.tsu-event__cta {
  margin: 0.85rem 0 0;
}

.tsu-event__cta a,
.tsu-event__back a {
  font-family: var(--tsu-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.tsu-event__cta a::after,
.tsu-event__back a::after {
  content: " //";
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  color: var(--tsu-rust);
}

.tsu-event__cta .tsu-profile-more__hint,
.tsu-event__back .tsu-profile-more__hint {
  font-size: 0.88em;
  letter-spacing: 0.06em;
  opacity: 0.72;
}

.tsu-event__back {
  margin: 0.4rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--tsu-line);
}

.tsu-event__extra {
  padding-top: 0.4rem;
}

.tsu-event__extra img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fadein-area .event-item {
  background: var(--tsu-card);
  background-image: linear-gradient(to bottom, var(--tsu-gold), var(--tsu-gold-soft));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3px 100%;
  border-radius: 4px;
  box-shadow: none;
}

.veu_followSet,
.veu_followSet + .veu_adminEdit {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

.siteFooter {
  background: #0c0a18;
  border-top: 1px solid var(--tsu-line);
  color: rgba(249, 237, 235, 0.72);
  font-family: var(--tsu-mono);
}

.siteFooter .footerMenu .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.6rem;
  list-style: none;
  margin: 0;
  padding: 1.4rem 0 0;
}

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

.siteFooter a {
  color: var(--tsu-gold-soft);
}

.siteFooter .copySection {
  border-top: none;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.siteFooter .copySection p {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.siteFooter .copySection p + p {
  display: none;
}

#page_top,
.page_top_btn,
.tsu-menu-btn,
.tsu-mobile-nav {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/* Contact / WPForms                                                          */
/* -------------------------------------------------------------------------- */

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form textarea,
.wpforms-form select {
  border-radius: 0;
  border-color: var(--tsu-line);
  background: var(--tsu-paper-deep);
  color: var(--tsu-ink);
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  background: var(--tsu-rust);
  border: 1px solid var(--tsu-rust);
  border-radius: 0;
  color: var(--tsu-ink);
  letter-spacing: 0.14em;
}

@keyframes tsu-organ-float {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-100% + 100cqh));
  }
}

body.home .wp-block-cover:has(.wp-image-439),
body.home .wp-block-cover:has(.wp-image-331),
body.home .tsu-strip {
  position: relative;
  container-type: size;
  box-sizing: border-box;
  min-height: 0 !important;
  height: clamp(72px, 9vw, 96px) !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  width: min(980px, calc(100% - 5.5rem));
  max-width: 100%;
  margin: 1.65rem auto;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
  border-radius: 10px;
}

body.home .wp-block-cover:has(.wp-image-439) .wp-block-cover__inner-container,
body.home .wp-block-cover:has(.wp-image-439) .wp-block-cover__background,
body.home .wp-block-cover:has(.wp-image-331) .wp-block-cover__inner-container,
body.home .wp-block-cover:has(.wp-image-331) .wp-block-cover__background,
body.home .tsu-strip .wp-block-cover__inner-container,
body.home .tsu-strip .wp-block-cover__background {
  display: none;
}

body.home .wp-block-cover:has(.wp-image-439) .wp-block-cover__image-background,
body.home .wp-block-cover:has(.wp-image-331) .wp-block-cover__image-background,
body.home .tsu-strip .wp-block-cover__image-background {
  opacity: 1 !important;
  position: absolute !important;
  inset: auto !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: unset !important;
  object-position: 50% 0 !important;
  animation: tsu-organ-float 11s ease-in-out infinite alternate;
}

body.home .tsu-parallax-layer,
body.home .tsu-parallax-shift {
  display: none !important;
}

body.home .tsu-profile + .vk_spacer,
body.home .vk_spacer:has(+ .tsu-strip),
body.home .tsu-strip + .vk_spacer {
  display: none !important;
}

body.home .tsu-profile--org ~ .vk_spacer {
  display: none !important;
}

body.home .entry-body > h3.wp-block-heading:has(+ .tsu-contact) {
  margin-top: 2.5rem;
}

body.home .tsu-strip + .wp-block-heading,
body.home .tsu-strip + .vk_spacer + .wp-block-heading {
  margin-top: 4rem;
}

@media (max-width: 991.98px) {
  body.home .tsu-slider {
    margin-bottom: 0.2rem !important;
  }

  body.home .wp-block-cover:has(.wp-image-439),
  body.home .wp-block-cover:has(.wp-image-331),
  body.home .tsu-strip {
    width: auto;
    max-width: none;
    margin: 1.25rem 2.2rem 1.25rem 1.4rem;
    height: clamp(64px, 18vw, 84px) !important;
    border-radius: 8px;
  }

  body.home .wp-block-cover:has(.wp-image-439) + .wp-block-heading {
    margin-top: 3.2rem;
  }

  body.home .wp-block-cover:has(.wp-image-331) + .wp-block-heading,
  body.home .wp-block-cover:has(.wp-image-331) + .vk_spacer + .wp-block-heading,
  body.home .tsu-strip + .vk_spacer + .wp-block-heading {
    margin-top: 3.2rem;
  }
}

body.home .tsu-cursor {
  display: none !important;
}

body.home .tsu-cursor.is-on {
  opacity: 0.9;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  body.home .tsu-cursor {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Profile / artist page (Kajimoto-like)                                      */
/* -------------------------------------------------------------------------- */

body.tsu-artist-page .siteContent,
body.tsu-artist-page .mainSection-base-on {
  background: transparent;
}

body.tsu-artist-page .siteContent > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.tsu-artist-page .siteContent {
  padding: 0 0 3rem;
}

body.tsu-artist-page .page-header {
  display: none;
}

.tsu-artist__stage {
  position: relative;
  width: 100%;
  height: min(68vh, 720px);
  overflow: hidden;
  background: #0d0b1c;
}

.tsu-artist__slides,
.tsu-artist__slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tsu-artist__slides img {
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.85s ease;
  z-index: 0;
}

.tsu-artist__slides img.is-active {
  opacity: 1;
  z-index: 1;
}

.tsu-artist__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--tsu-ink);
}

.tsu-artist__nav--prev {
  left: 0.7rem;
}

.tsu-artist__nav--next {
  right: 0.7rem;
}

.tsu-artist__nav::before {
  content: "";
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

.tsu-artist__nav--prev::before {
  margin-left: 0.55rem;
  transform: rotate(45deg);
}

.tsu-artist__nav--next::before {
  margin-left: 0.15rem;
  transform: rotate(-135deg);
}

.tsu-artist__nav:hover,
.tsu-artist__nav:focus {
  color: var(--tsu-rust);
}

.tsu-artist__body {
  width: min(980px, calc(100% - 5.5rem));
  margin: 2.4rem auto 0;
  box-sizing: border-box;
}

.tsu-artist__intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.4rem 2.2rem;
  align-items: start;
  margin: 0 0 1.8rem;
}

.tsu-artist__roles {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.35rem 0 0;
  font-family: var(--tsu-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  color: var(--tsu-muted);
}

.tsu-artist__titles {
  min-width: 0;
}

.tsu-artist__name {
  margin: 0;
  font-family: var(--tsu-sans);
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.15;
  color: var(--tsu-ink);
}

.tsu-artist__name::after {
  content: " //";
  color: var(--tsu-rust);
  font-family: var(--tsu-mono);
  font-size: 0.45em;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.tsu-artist__name-ja {
  margin: 0.45rem 0 0;
  font-family: var(--tsu-sans);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--tsu-rust);
}

.tsu-artist__note {
  margin: 0 0 1.35rem;
  font-size: clamp(0.72rem, 1.02vw, 0.82rem);
  line-height: 1.75;
  color: var(--tsu-muted);
}

.tsu-artist__note p {
  margin: 0;
}

.tsu-artist__bio {
  max-width: 46rem;
}

.tsu-artist__bio p {
  margin: 0 0 1.1em;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  line-height: 2.05;
  text-align: justify;
  text-justify: inter-character;
  text-align-last: left;
  overflow-wrap: anywhere;
}

.tsu-artist__bio p:last-child {
  margin-bottom: 0;
}

.tsu-artist__more {
  margin: 1.6rem 0 0;
}

.tsu-artist__more a {
  font-family: var(--tsu-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tsu-ink);
  text-decoration: none;
}

.tsu-artist__more a::after {
  content: " //";
  font-family: var(--tsu-mono);
  font-size: 0.55em;
  color: var(--tsu-rust);
}

.tsu-artist__more a:hover,
.tsu-artist__more a:focus {
  color: var(--tsu-rust);
}

.tsu-artist__more .tsu-profile-more__hint {
  font-size: 0.88em;
  letter-spacing: 0.06em;
  opacity: 0.72;
}

@media (max-width: 991.98px) {
  .tsu-artist__stage {
    height: min(48vh, 380px);
  }

  .tsu-artist__body {
    width: auto;
    margin: 1.6rem 2.2rem 0 1.4rem;
  }

  .tsu-artist__intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.3rem;
  }

  .tsu-artist__roles {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.45rem 0.95rem;
    margin: 0;
  }

  .tsu-artist__name {
    letter-spacing: 0.1em;
  }

  .tsu-artist__bio p {
    font-size: 0.86rem;
    line-height: 1.95;
  }
}
