@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&family=Noto+Sans+JP:wght@100;300&family=Encode+Sans+Condensed:wght@300;400;500&display=swap");
/*
Theme Name: Astra Child
Template: astra
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #09090A;
  --off-white: #F0EAD6;
  --teal: #00D4BE;
  --amber: #FF8C2A;
  --brown-orange: #d57523;
  --crimson: #E8253A;
  --magenta: #FF2D8A;
  --magenta-20: rgba(255, 45, 138, 0.2);
  --muted: #5a5a5a;
  --black-2: #272727;
  --black-3: #181816;
  --white: #eeeae7;
  --white-20: rgba(238, 234, 231, 0.2);
  --din: din-2014, sans-serif;
  --sans: 'Noto Sans JP', sans-serif;
  --hannari: 'HannariMincho', serif;
}

body {
  background: var(--black) !important;
  color: var(--off-white);
  font-family: var(--sans);
  font-weight: 100;
}
body a:hover {
  color: var(--muted);
}

.u-label {
  font-family: var(--din);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--muted);
}

.u-cta {
  font-family: var(--din);
  letter-spacing: 4px;
  font-weight: 500;
}

.u-body {
  font-family: var(--sans);
  font-weight: 100;
  line-height: 2.2;
}

.section-label {
  font-family: var(--din);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: min(12px, 3.2vw);
  margin-bottom: min(41px, 4.1vw);
}
.section-label::before {
  content: "";
  display: block;
  width: min(32px, 5.3vw);
  height: 1px;
}

.label-amber {
  color: var(--amber);
}
.label-amber::before {
  background: var(--amber);
}

.label-crimson {
  color: var(--crimson);
}
.label-crimson::before {
  background: var(--crimson);
}

.label-magenta {
  color: var(--magenta);
}
.label-magenta::before {
  background: var(--magenta);
}

.label-teal {
  color: var(--teal);
}
.label-teal::before {
  background: var(--teal);
}

.label-muted {
  color: var(--muted);
}
.label-muted::before {
  background: var(--muted);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 min(60px, 6vw);
  position: sticky;
  top: 0;
  z-index: 100;
  height: 77px;
  transition: transform 0.3s ease;
}
.header.is-hidden {
  transform: translateY(-100%);
}

.logo_wrap {
  display: flex;
  align-items: end;
  padding-top: 3vh;
}

.logo {
  width: 132px;
  margin-left: -8%;
}

.logo-sub {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-left: -4%;
  margin-bottom: 3%;
}

.nav {
  height: 100%;
  display: flex;
  gap: min(41px, 3.7vw);
  align-items: center;
}
.nav a {
  font-family: var(--din);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--muted);
  padding-top: 9%;
  height: 100%;
  text-align: center;
}

a.nav-cta {
  width: 132px;
  background: var(--teal);
  color: var(--black);
  padding: 7.5% 0;
  font-size: 14px;
  margin-left: -4px;
}

.hamburger {
  display: none;
}

.entry-content .hero {
  position: relative;
  height: 100vh;
  max-height: 735px;
  margin: -76px 0 76px;
}
.entry-content .hero-left {
  width: 39.5%;
  padding: 163px 0;
}
.entry-content .hero-h1 img {
  width: 96.2px;
}
.entry-content .hero-sub {
  font-family: var(--sans);
  font-weight: 100;
  font-size: 13px;
  line-height: 2.4;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-bottom: 68px;
}
.entry-content .hero-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  background: var(--teal);
  padding: 14px 40px;
  text-decoration: none;
  box-shadow: 0 0 15px var(--teal), 0 0 8px var(--teal);
  transition: box-shadow 0.3s ease;
}
.entry-content .hero-btn:hover {
  box-shadow: 0 0 24px var(--teal), 0 0 60px var(--teal);
}
.entry-content .hero-right {
  position: absolute;
  top: 0;
  right: -6.5vw;
  height: 100%;
  z-index: -1;
}
.entry-content .hero-right img {
  width: auto;
  height: 100%;
}
.entry-content .section-concept {
  margin-bottom: min(226px, 40vw);
  display: flex;
  gap: min(80px, 8vw);
}
.entry-content .section-concept .section-label {
  margin-bottom: 62px;
}
.entry-content .concept-left {
  width: 42.5%;
}
.entry-content .concept-h2 {
  font-family: var(--hannari);
  font-weight: 200;
  font-size: min(24px, 6.2vw);
  line-height: 1.84;
  letter-spacing: 0.025em;
}
.entry-content .concept-h2 strong {
  font-weight: 400;
  color: var(--amber);
}
.entry-content .concept-right {
  padding-top: 6.5%;
  font-family: var(--sans);
  font-weight: 100;
  font-size: min(13px, 2.8vw);
  line-height: 2.6;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.entry-content .concept-right p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.entry-content .concept-right p:last-child {
  margin-bottom: 0;
}
.entry-content .section-session {
  margin-bottom: min(152px, 21vw);
}
.entry-content .section-session .section-label {
  margin-bottom: min(67px, 10.6vw);
}
.entry-content .session-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.entry-content .session-item {
  padding: min(40px, 4vw) min(35px, 3.5vw);
  border-right: 1px solid var(--black-2);
}
.entry-content .session-item:last-child {
  border: none;
}
.entry-content .session-num {
  font-family: var(--din);
  font-size: min(55px, 14.1vw);
  letter-spacing: 0.03em;
  line-height: 1;
  margin-left: -3%;
  font-weight: 300;
  color: var(--amber);
}
.entry-content .session-num .num {
  position: relative;
  display: inline-block;
  text-shadow: 0 0 4px rgba(255, 140, 42, 0.45), 0 0 10px rgba(255, 140, 42, 0.55), 0 0 20px rgba(232, 154, 69, 0.65), 0 0 36px rgba(232, 154, 69, 0.55);
}
.entry-content .session-num .num::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #e89a45;
  opacity: 0.9;
  filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.entry-content .session-num .tight {
  letter-spacing: 0;
  margin-left: -0.1em;
}
.entry-content .session-num .unit {
  font-size: min(26px, 6.67vw);
  letter-spacing: 0;
  color: #d57523;
  text-shadow: 0 0 8px #d57523, 0 0 24px #d57523, 0 0 60px #d57523, 0 0 100px #d57523;
  margin-left: 2px;
  position: relative;
  display: inline-block;
}
.entry-content .session-num .unit::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #d57523;
  opacity: 0.9;
  filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.entry-content .session-num.teal {
  color: var(--teal);
  text-shadow: 0 0 8px var(--teal), 0 0 24px var(--teal), 0 0 60px var(--teal), 0 0 100px var(--teal);
}
.entry-content .num span {
  margin-left: -1%;
}
.entry-content .session-unit {
  margin-bottom: 18px;
}
.entry-content .session-desc {
  font-family: var(--sans);
  font-weight: 100;
  font-size: min(12px, 3.2vw);
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: var(--off-white);
}
.entry-content .flow-wrap {
  display: flex;
}
.entry-content .flow-step {
  flex: 1;
  border-right: 1px solid var(--black-2);
  padding: min(36px, 3.6vw) min(17px, 1.7vw);
}
.entry-content .flow-step:first-child {
  padding-left: 0;
}
.entry-content .flow-step:last-child {
  padding-right: 0;
  border: 0;
}
.entry-content .flow-num {
  font-family: var(--din);
  font-size: min(13px, 3.8vw);
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--muted);
}
.entry-content .flow-unit {
  letter-spacing: 0.3em;
  margin-bottom: min(12px, 3vw);
  color: var(--teal);
}
.entry-content .flow-desc {
  font-size: 11px;
  line-height: 2;
  color: var(--off-white);
}
.entry-content .section-gallery {
  margin-bottom: 115px;
}
.entry-content .section-gallery .caption {
  display: none !important;
}
.entry-content .gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: min(113px, 11.3vw);
}
.entry-content .gallery-header .section-label {
  margin-bottom: 0;
}
.entry-content .envira-gallery-wrap {
  margin-bottom: 65px;
}
.entry-content .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3px, 0.3vw);
}
.entry-content .gallery-item {
  aspect-ratio: 2/3;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.entry-content .gallery-item:hover .gi-inner {
  transform: scale(1.04);
}
.entry-content .gallery-item:nth-child(1):hover .gi-inner {
  box-shadow: inset 0 0 80px var(--teal), inset 0 0 160px var(--teal);
}
.entry-content .gallery-item:nth-child(2):hover .gi-inner {
  box-shadow: inset 0 0 80px var(--crimson), inset 0 0 160px var(--crimson);
}
.entry-content .gallery-item:nth-child(3):hover .gi-inner {
  box-shadow: inset 0 0 80px var(--amber), inset 0 0 160px var(--amber);
}
.entry-content .gi-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, box-shadow 0.4s ease;
  display: flex;
  align-items: flex-end;
  padding: min(16px, 1.6vw);
}
.entry-content .gi-1 {
  background: linear-gradient(to top, var(--black) 0%, transparent 40%), radial-gradient(ellipse 90% 80% at 50% 40%, var(--teal) 0%, var(--amber) 40%, var(--black) 75%);
}
.entry-content .gi-2 {
  background: linear-gradient(to top, var(--black) 0%, transparent 40%), radial-gradient(ellipse 90% 80% at 50% 40%, var(--crimson) 0%, var(--magenta) 40%, var(--black) 75%);
}
.entry-content .gi-3 {
  background: linear-gradient(to top, var(--black) 0%, transparent 40%), radial-gradient(ellipse 90% 80% at 50% 40%, var(--amber) 0%, rgba(255, 224, 52, 0.08) 40%, var(--black) 75%);
}
.entry-content .gi-4 {
  background: linear-gradient(to top, var(--black) 0%, transparent 40%), radial-gradient(ellipse 90% 80% at 50% 40%, var(--magenta-20) 0%, var(--teal) 40%, var(--black) 75%);
}
.entry-content .gallery-more-btn {
  display: block;
  width: min(210px, 53.8vw);
  margin-top: min(68px, 6.8vw);
  font-size: min(11px, 2.6vw);
  font-weight: 300;
  letter-spacing: 5px;
  white-space: nowrap;
  color: var(--off-white);
  text-decoration: none;
  border: 1px solid var(--black-3);
  padding: min(12px, 3vw) min(64px, 16.4vw);
  margin: auto;
}
.entry-content .gallery-more-btn:hover {
  color: var(--muted);
}
.entry-content .section-course {
  margin-bottom: 79px;
}
.entry-content .section-course .section-label {
  margin-bottom: min(18px, 3.5vw);
}
.entry-content .course-note {
  font-family: var(--sans);
  font-weight: 100;
  font-size: 10px;
  color: var(--white);
  letter-spacing: 0.03em;
  margin-bottom: min(24px, 5.5vw);
}
.entry-content .course-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
}
.entry-content .course-card {
  border: 1px solid var(--black-3);
  padding: 41px 7%;
  display: flex;
  align-items: center;
  gap: min(24px, 6.15vw);
}
.entry-content .course-swatch {
  width: min(40px, 10.25vw);
  height: min(40px, 10.25vw);
  flex-shrink: 0;
}
.entry-content .course-swatch.swatch-black {
  border: 1px solid var(--white-20);
}
.entry-content .course-swatch.swatch-white {
  background: var(--off-white);
}
.entry-content .course-text {
  width: 100%;
  display: flex;
  line-height: 1;
  align-items: center;
}
.entry-content .course-name {
  font-family: var(--din);
  font-size: 18px;
  letter-spacing: 0.3em;
  color: var(--off-white);
  margin-right: 6%;
}
.entry-content .course-name-ja {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.2em;
}
.entry-content .section-price {
  margin-bottom: min(163px, 16.3vw);
}
.entry-content .section-price .section-label {
  margin-bottom: min(48px, 7.2vw);
}
.entry-content .section-price .swatch {
  width: min(14px, 1.4vw);
  height: min(14px, 1.4vw);
  flex-shrink: 0;
  display: inline-block;
}
.entry-content .section-price .swatch.swatch-black {
  border: 1px solid var(--white-20);
}
.entry-content .section-price .swatch.swatch-white {
  background: #F0EAD6;
}
.entry-content .price-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(18px, 1.8vw);
  margin-bottom: min(57px, 5.7vw);
}
.entry-content .price-card {
  border: 1px solid var(--magenta-20);
  padding: min(31px, 3.1vw) min(40px, 4vw);
  position: relative;
}
.entry-content .price-tag {
  letter-spacing: 0.3em;
  position: absolute;
  top: -11px;
  left: 33px;
  background: var(--black);
  color: var(--magenta);
  padding: 0 10px;
}
.entry-content .price-card-swatches {
  display: flex;
  gap: min(7px, 0.7vw);
  margin-bottom: min(13px, 1.8vw);
}
.entry-content .price-num {
  font-family: var(--din);
  font-size: min(76px, 15.4vw);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 300;
}
.entry-content .price-yen {
  font-size: min(30px, 7.7vw);
  vertical-align: bottom;
  margin-bottom: 7px;
  display: inline-block;
}
.entry-content .price-comma {
  letter-spacing: -0.3em;
}
.entry-content .price-taxin {
  padding-bottom: min(16px, 3.8vw);
  margin-bottom: min(23px, 5.3vw);
  border-bottom: 1px solid var(--black-3);
}
.entry-content .price-taxin span {
  font-family: var(--sans);
}
.entry-content .price-list {
  list-style: none;
  padding-left: min(5px, 0.5vw) !important;
  padding-top: min(16px, 1.6vw);
}
.entry-content .price-list li {
  font-family: var(--sans);
  font-weight: 100;
  font-size: min(12px, 3vw);
  line-height: 1;
  padding: min(7.5px, 0.75vw) 0;
  color: var(--off-white);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.entry-content .price-list li::before {
  content: "";
  flex-shrink: 0;
  width: min(3px, 0.4vw);
  height: min(3px, 0.4vw);
  border-radius: 50%;
  background: var(--magenta);
}
.entry-content .price-bottom-row {
  display: grid;
  grid-template-columns: min(505px, 50.5vw) min(505px, 50.5vw);
  gap: min(55px, 14.1vw);
  align-items: start;
}
.entry-content .opt-title {
  font-size: min(11px, 3.4vw);
  letter-spacing: 4px;
  margin-bottom: 7px;
}
.entry-content .opt-title:last-of-type {
  text-align: right;
  margin-bottom: min(5px, 0.5vw);
}
.entry-content .opt-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--black-2);
  margin-bottom: 11px;
}
.entry-content .opt-table tr:first-child td {
  padding-top: min(24px, 5.6vw);
}
.entry-content .opt-table td {
  font-family: var(--sans);
  font-weight: 100;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: min(12px, 1.2vw);
  border-bottom: none;
  font-size: min(12px, 3vw);
  color: var(--off-white);
}
.entry-content .opt-table td:last-child {
  font-family: var(--din);
  font-size: min(16px, 4.1vw);
  font-weight: 200;
  letter-spacing: 0.37em;
  text-align: right;
}
.entry-content .opt-table td.note {
  color: var(--muted);
  font-size: min(11px, 3.4vw);
  letter-spacing: 0.28em;
  padding-top: 6px;
  text-align: left;
}
.entry-content .donate-box {
  margin-top: min(32px, 3.2vw);
  padding: min(32px, 3.2vw) min(50px, 5vw);
  border: 1px solid rgba(0, 212, 190, 0.2);
  position: relative;
}
.entry-content .donate-tag {
  letter-spacing: 0.3em;
  position: absolute;
  top: -11px;
  left: 16px;
  background: var(--black);
  color: var(--teal);
  padding: 0 min(8px, 0.8vw);
}
.entry-content .donate-text {
  font-family: var(--sans);
  font-weight: 100;
  font-size: min(12px, 3vw);
  line-height: 2.2;
  color: var(--off-white);
}
.entry-content .section-profile {
  margin-bottom: min(192px, 19.2vw);
}
.entry-content .section-profile .section-label {
  margin-bottom: min(31px, 3.1vw);
}
.entry-content .profile-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: min(82px, 8.2vw);
  align-items: start;
}
.entry-content .profile-photo {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(https://cuc.tokyo/wp-content/uploads/2026/03/profile.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content .profile-photo-label {
  font-size: min(14px, 3.6vw);
  color: rgba(240, 234, 214, 0.5019607843);
}
.entry-content .profile-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-content .profile-right .profile-name {
  font-family: var(--din);
  font-weight: 200;
  font-size: min(28px, 2.8vw);
  color: var(--off-white);
  letter-spacing: 0.3em;
  margin-bottom: min(17px, 1.7vw);
}
.entry-content .profile-right .profile-body {
  font-family: var(--sans);
  font-weight: 100;
  font-size: min(13px, 2.8vw);
  line-height: 1.9;
  color: var(--off-white);
  letter-spacing: 0.19em;
  margin-bottom: min(55px, 14.1vw);
}
.entry-content .profile-right .profile-studio {
  font-family: var(--sans);
  font-weight: 100;
  padding: min(20px, 2vw) min(20px, 2vw);
  border-left: 2px solid var(--teal);
  font-size: min(12px, 1.2vw);
  letter-spacing: 0.3em;
  line-height: 2;
  color: var(--muted);
}
.entry-content .profile-right .profile-studio strong {
  display: block;
  font-size: min(16px, 3.3vw);
  font-weight: 300;
  color: var(--off-white);
  margin-bottom: 2px;
}
.entry-content .section-access {
  margin-bottom: min(190px, 19vw);
}
.entry-content .section-access .section-label {
  margin-bottom: min(66px, 6.6vw);
}
.entry-content .access-name {
  font-family: var(--din);
  font-weight: 200;
  font-size: min(26px, 6.67vw);
  letter-spacing: 0.3em;
  line-height: 1.5;
}
.entry-content .access-name-en {
  letter-spacing: 5px;
  margin-bottom: min(15px, 1.5vw);
}
.entry-content .access-table {
  width: 100%;
  max-width: 408px;
  border-collapse: collapse;
  margin-bottom: min(50px, 5vw);
}
.entry-content .access-table tr {
  border-bottom: 1px solid var(--black-2);
}
.entry-content .access-table td {
  font-family: var(--sans);
  font-weight: 100;
  padding: min(13px, 3.8vw) 0;
  font-size: min(12px, 3vw);
  letter-spacing: 0.3em;
  vertical-align: top;
}
.entry-content .access-table td:first-child {
  font-size: min(9px, 2.3vw);
  width: min(78px, 7.8vw);
  padding-right: 12px;
  padding-top: 17px;
}
.entry-content .access-table td:last-child {
  color: var(--off-white);
  line-height: 1.9;
}
.entry-content .access-note {
  font-family: var(--sans);
  font-weight: 100;
  font-size: 11px;
  line-height: 1;
  color: var(--muted);
  padding: min(45px, 4.5vw) min(20px, 2vw);
  border-left: 2px solid var(--teal);
  margin-bottom: min(52px, 5.2vw);
}
.entry-content .access-reserve {
  width: min(192px, 45.5vw);
  font-family: var(--sans);
  display: block;
  font-size: min(13px, 3.8vw);
  letter-spacing: 0.1em;
  font-weight: 600;
  white-space: nowrap;
  background: var(--teal);
  color: var(--black);
  padding: min(12px, 2.2vw) min(48px, 4.8vw);
  text-decoration: none;
  box-shadow: 0 0 23px var(--teal), 0 0 8px var(--teal);
  transition: box-shadow 0.3s ease;
}
.entry-content .access-reserve:hover {
  box-shadow: 0 0 24px var(--teal), 0 0 30px var(--teal);
}
.entry-content .section-reserve {
  margin-bottom: min(124px, 12.4vw);
  text-align: center;
}
.entry-content .reserve-quote {
  max-width: min(141px, 29vw);
  margin: auto;
  margin-bottom: 6.5%;
}
.entry-content .reserve-btn {
  width: min(246px, 47.5vw);
  display: inline-block;
  font-family: var(--sans);
  font-size: min(13px, 3.8vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: var(--teal);
  color: var(--black);
  padding: min(17px, 1.7vw) min(75px, 7.5vw);
  text-decoration: none;
  box-shadow: 0 0 15px var(--teal), 0 0 8px var(--teal);
  transition: box-shadow 0.3s ease;
  margin-bottom: min(20px, 7.2vw);
}
.entry-content .reserve-info {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--muted);
}
.entry-content .reserve-info span {
  margin-right: min(28px, 2.8vw);
}
.entry-content .reserve-info span:last-child {
  font-family: var(--din);
  letter-spacing: 0.35em;
  margin-right: 0;
}

.footer {
  padding: min(26px, 2.6vw) min(60px, 6vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--black-2);
  margin-bottom: min(136px, 13.6vw);
}

.footer-logo {
  display: flex;
  align-items: end;
  padding-left: 10px;
}
.footer-logo img {
  max-width: min(78px, 19.5vw);
}
.footer-logo .logo-sub {
  margin-bottom: 8%;
}

.footer-nav {
  display: flex;
  gap: min(53px, 8.5vw);
}
.footer-nav a {
  font-size: min(9px, 3vw);
  letter-spacing: 0.12em;
  text-decoration: none;
}

.footer-copy {
  font-size: min(9px, 3vw);
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .header {
    padding: 0 20px;
    align-items: start;
  }
  .header .logo_wrap {
    height: 100%;
    padding: 0;
  }
  .header .logo {
    margin-bottom: -5px;
    margin-left: 3%;
  }
  .header .logo-sub {
    font-size: 8px;
    margin-bottom: 3%;
  }
  .nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    background: rgba(9, 9, 10, 0.9490196078);
    padding: 90px 32px 32px;
    gap: 24px;
    transform: translateX(100%) !important;
    transition: transform 0.35s ease;
    z-index: 200;
    align-items: flex-start;
  }
  .nav.is-open {
    transform: translateX(0) !important;
  }
  .nav a {
    font-size: 14px;
    padding: 0;
    height: auto;
  }
  a.nav-cta {
    padding: 12px 24px;
  }
  .hamburger.is-active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
  .hamburger span {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  body.nav-locked {
    overflow: hidden;
  }
  body.nav-locked .header {
    transform: none !important;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 8.5px;
    padding-top: 5.5%;
    padding-right: 31px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 19px;
    height: 1px;
    background: var(--off-white);
    opacity: 0.7;
  }
  div.entry-content {
    width: 100%;
  }
  div.entry-content section {
    padding: 0 8% !important;
  }
  div.entry-content section > div {
    width: 100%;
  }
  div.entry-content .hero {
    display: block;
    min-height: auto;
    max-height: 727px;
    padding: 0;
    position: relative;
    margin: 0;
  }
  div.entry-content .hero-left {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 80px 0;
  }
  div.entry-content .hero-eyebrow {
    display: none;
  }
  div.entry-content .hero-h1 {
    margin-bottom: 60px;
  }
  div.entry-content .hero-h1 img {
    width: 72px;
  }
  div.entry-content .hero-sub {
    font-size: 10px;
    line-height: 2;
    margin-bottom: 82px;
    letter-spacing: 0.03em;
  }
  div.entry-content .hero-btn {
    width: 51.5%;
    max-width: 170px;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 10px 0;
    align-self: flex-start;
    text-align: center;
  }
  div.entry-content .hero-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  div.entry-content .hero-right img {
    width: 112.8vw;
    height: 100svh;
    max-height: 742px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 4.1vw;
       object-position: 4.1vw;
    margin-top: -129px;
  }
  div.entry-content .section-concept {
    flex-flow: column;
    gap: 32px;
    padding: 0 8% !important;
  }
  div.entry-content .section-concept .section-label {
    margin-bottom: 73px;
  }
  div.entry-content .section-concept .concept-left {
    width: 100%;
  }
  div.entry-content .section-concept .concept-h2 {
    letter-spacing: -0.02em;
  }
  div.entry-content .section-concept .concept-right {
    letter-spacing: 0.01em;
  }
  div.entry-content .section-concept .concept-right p {
    line-height: 2;
    margin-bottom: 22px;
  }
  div.entry-content .section-session {
    padding: 80px 8% 56px;
  }
  div.entry-content .section-session .session-grid {
    grid-template-columns: 1fr;
    gap: 0;
    background: none;
    grid-auto-rows: 1fr;
  }
  div.entry-content .section-session .session-item {
    padding: 34.7px 2px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: none;
    border-bottom: 1px solid var(--black-2);
  }
  div.entry-content .section-session .session-num {
    margin-bottom: -2px;
  }
  div.entry-content .section-session .session-num .unit {
    margin-left: 5px;
  }
  div.entry-content .section-session .session-unit {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  div.entry-content .section-session .session-desc {
    letter-spacing: 0.05em;
  }
  div.entry-content .flow-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
  div.entry-content .flow-step {
    padding: 8% 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: none;
    border-bottom: 1px solid var(--black-2);
  }
  div.entry-content .flow-step .flow-num {
    min-width: auto;
    margin-bottom: 3px;
    text-shadow: none;
  }
  div.entry-content .flow-step .flow-unit {
    margin-bottom: 3%;
  }
  div.entry-content .flow-step .flow-desc {
    font-size: 12px;
    line-height: 1.8;
  }
  div.entry-content .flow-step:last-child {
    border-bottom: 1px solid var(--black-2);
  }
  div.entry-content .section-gallery {
    margin-bottom: 119px;
  }
  div.entry-content .section-gallery .envira-gallery-wrap {
    margin-bottom: 34px;
  }
  div.entry-content .section-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
  div.entry-content .section-gallery .gallery-item {
    aspect-ratio: 2/3;
  }
  div.entry-content .envira-gallery-justified-public {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    height: auto !important;
    gap: 2px !important;
  }
  div.entry-content .envira-gallery-justified-public .envira-gallery-item {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    aspect-ratio: 17/24 !important;
    overflow: hidden !important;
  }
  div.entry-content .envira-gallery-justified-public .envira-gallery-item-inner {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  div.entry-content .envira-gallery-justified-public .envira-gallery-image {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
    margin: 0 !important;
    position: relative !important;
    transform: none !important;
  }
  div.entry-content .justified-gallery > div > div > a > img,
  div.entry-content .justified-gallery > div > div > img,
  div.entry-content .justified-gallery > div > div > a > div.effect-wrapper > img {
    top: auto;
    left: auto;
  }
  div.entry-content .section-course {
    margin-bottom: 99px;
  }
  div.entry-content .section-course .course-note {
    font-size: 12px;
    letter-spacing: 0.24em;
  }
  div.entry-content .section-course .course-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  div.entry-content .section-course .course-card {
    padding: 26px 4.8%;
  }
  div.entry-content .section-course .course-text {
    flex-wrap: wrap;
  }
  div.entry-content .section-course .course-name {
    margin: -1px 0 5px 0;
  }
  div.entry-content .section-price {
    padding: 56px 8% !important;
  }
  div.entry-content .section-price .price-plans {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
  }
  div.entry-content .section-price .price-bottom-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  div.entry-content .section-price .price-card {
    padding: 7.9vw 6.3vw 8.5vw;
  }
  div.entry-content .section-price .price-card-swatches .swatch {
    width: 14px;
    height: 14px;
  }
  div.entry-content .section-price .price-num {
    margin-bottom: 3vw;
  }
  div.entry-content .section-price .price-yen {
    margin-right: 4%;
  }
  div.entry-content .section-price .price-taxin {
    font-size: 11px;
  }
  div.entry-content .section-price .price-list li {
    letter-spacing: 0.095em;
    line-height: 1.85;
    gap: 4px;
  }
  div.entry-content .section-price .opt-title {
    margin-bottom: 11px;
  }
  div.entry-content .section-price .opt-table td {
    letter-spacing: 0.1em;
  }
  div.entry-content .section-price .opt-table td.note {
    letter-spacing: 0.07em;
  }
  div.entry-content .section-price .donate-tag {
    left: 40px;
  }
  div.entry-content .section-price .donate-text {
    letter-spacing: 0.3em;
  }
  div.entry-content .section-profile {
    padding: 75px 8% !important;
  }
  div.entry-content .section-profile .profile-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  div.entry-content .section-profile .profile-name {
    font-size: 22px;
    letter-spacing: 0.25em;
  }
  div.entry-content .section-profile .profile-studio {
    font-size: 2.8vw;
    letter-spacing: 0.35em;
    padding: 4.5vw 5vw;
    border-width: 1px;
  }
  div.entry-content .section-access {
    padding: 56px 8% !important;
  }
  div.entry-content .section-access .map-frame {
    aspect-ratio: 16/9;
  }
  div.entry-content .section-access .access-name-en {
    letter-spacing: 0.1em;
  }
  div.entry-content .section-access .access-table {
    max-width: none;
  }
  div.entry-content .section-access .access-table td:first-child {
    padding-right: 16px;
  }
  div.entry-content .section-access .access-reserve {
    font-size: 3.3vw;
    letter-spacing: 0.2em;
    padding: 2.8vw 10vw;
  }
  div.entry-content .section-reserve {
    padding: 72px 0 0;
  }
  div.entry-content .section-reserve .reserve-quote {
    margin-bottom: 22%;
  }
  div.entry-content .section-reserve .reserve-btn {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 10px 40px;
    margin: auto;
    margin-bottom: 7%;
  }
  div.entry-content .section-reserve .reserve-info span {
    margin: 0 8px;
  }
  footer.footer {
    padding: 25px 8% !important;
    flex-flow: column;
    gap: 16px;
  }
  footer.footer .footer-logo {
    width: 100%;
    padding: 0;
    margin-left: -5%;
  }
  footer.footer .footer-copy {
    width: 100%;
    text-align: center;
    padding-top: 13px;
    border-top: 1px solid var(--black-2);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  div.entry-content .hero-right img {
    -o-object-position: 20vw;
       object-position: 20vw;
  }
}/*# sourceMappingURL=style.css.map */