#contact, main > section {
  padding: var(--section-py) 0
}
#hero, .map-embed, .sr-only {
  overflow: hidden
}
#header.scrolled, .modal {
  backdrop-filter: blur(10px)
}
#header, .nav-list a:not(.nav-cta):hover::after {
  width: 100%
}
#faq, body {
  background-color: #fffdf9
}
:root {
  --section-py: clamp(76px, 8vw, 110px);
  --heading-mb: clamp(26px, 3.2vw, 44px);
  --hero-pt: 140px
}
#modalCaption, h1, h2, h3, h4 {
  letter-spacing: .02em
}
.cursor-particle, .scrollbar {
  pointer-events: none
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3f3f3f;
  line-height: 1.75;
  font-size: 16px;
  overflow-x: hidden
}
.nav-list a, h1, h2, h3, h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800
}
.copyright, .faq-q, .instructor-role, .news-list time {
  font-family: Fredoka, sans-serif
}
a {
  text-decoration: none;
  transition: opacity .25s, transform .25s, box-shadow .25s;
  color: inherit
}
.service-item p strong, h1, h2, h3, h4 {
  color: #2f2f2f
}
a:hover {
  opacity: .88
}
.copyright, .footer-desc, .footer-links a {
  opacity: .95
}
ul {
  list-style: none
}
img {
  max-width: 100%;
  height: auto;
  display: block
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px
}
p {
  font-size: 1rem
}
strong {
  font-weight: 800
}
#hero {
  padding: var(--hero-pt) 0 var(--section-py);
  background: radial-gradient(circle at 18% 22%, rgba(255, 217, 61, .1), transparent 60%), radial-gradient(circle at 78% 35%, rgba(255, 139, 148, .07), transparent 62%), radial-gradient(circle at 70% 78%, rgba(255, 255, 255, .55), transparent 65%), linear-gradient(180deg, #fff9e6 0, #fff9e6 100%)
}
#news {
  padding: 18px 0 28px;
  z-index: 20;
  margin-top: -40px;
  background: linear-gradient(to bottom, #fff9e6 0, #fff9e6 55%, #fff0f0 55%, #fff0f0 100%)
}
#instructor {
  padding: var(--section-py) 24px;
  background: #f3e5f5
}
#contact {
  background: #ffd93d;
  padding-bottom: 16px
}
.heading-wrapper {
  text-align: center;
  padding: 0;
  margin-bottom: var(--heading-mb)
}
.heading-wrapper h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}
.heading-wrapper h2 .en, .hero-sub {
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  color: #ff8b94
}
.heading-wrapper h2 .en {
  font-size: 1.05rem;
  letter-spacing: .25em;
  text-indent: .25em;
  text-transform: uppercase
}
.heading-wrapper h2 .jp {
  font-size: 2rem;
  word-break: keep-all;
  line-height: 1.25
}
.scrollbar_bar {
  background: linear-gradient(90deg, #ff8b94, #ffd93d, #a8e6cf);
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 0%
}
.hamburger, .nav-cta {
  background: #ff8b94;
  box-shadow: 0 5px 0 #e67a82
}
#news, .contact-points li, .hamburger, .nav-list a, .step-card, nav {
  position: relative
}
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: background .35s, padding .35s, box-shadow .35s, backdrop-filter .35s
}
#header.scrolled {
  background: rgba(255, 255, 255, .94);
  padding: 12px 0;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .06)
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px
}
.logo img {
  height: 50px;
  width: auto
}
.nav-list {
  display: flex;
  gap: 28px;
  align-items: center
}
.nav-list a {
  font-size: .92rem;
  color: #4f4f4f
}
.nav-list a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 139, 148, .55);
  transition: width .25s
}
.nav-cta {
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 999px
}
.footer-btn:hover, .form-button-text:hover, .nav-cta:hover {
  transform: translateY(-1px)
}
.form-button-text:active, .nav-cta:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #e67a82
}
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  z-index: 5000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px
}
.hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform .25s, opacity .25s
}
.hamburger.open span:first-child {
  transform: translateY(9px) rotate(45deg)
}
.hamburger.open span:nth-child(2) {
  opacity: 0
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg)
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas: "title image""heading image";
  align-items: center;
  max-width: 1200px;
  margin: 0 auto
}
.hero-title {
  grid-area: title;
  padding-left: 12%;
  margin: 0
}
.hero-sub {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #666
}
.hero-title-image {
  display: block;
  width: min(400px, 82vw);
  height: auto;
  max-height: 160px;
  object-fit: contain;
  margin-top: 16px
}
.hero-heading {
  grid-area: heading;
  padding-left: 12%;
  color: #3b3b3b
}
.hero-heading p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6
}
.image-container {
  grid-area: image;
  padding: 20px
}
.image-container img {
  display: block;
  margin: 0 auto;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .06);
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1/1;
  object-fit: cover
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.about-image, .image-container img {
  margin-left: auto;
  margin-right: auto
}
.news-box {
  background: #fff;
  padding: 22px 44px;
  border-radius: 100px;
  display: flex;
  gap: 18px;
  align-items: center;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .05);
  margin-bottom: 0
}
.news-label {
  background: #ffd93d;
  padding: 6px 18px;
  border-radius: 15px;
  font-weight: 800;
  color: #3b3b3b;
  flex: 0 0 auto
}
.instructor-role, .news-list time {
  font-weight: 600
}
.news-list li a {
  padding: 8px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  transition: .3s
}
.news-list li a:hover {
  transform: translateX(10px)
}
.news-list li a:hover span {
  color: #ff8b94;
  font-weight: 700
}
.news-list time {
  color: #ff8b94
}
#about, #access {
  background: #fff0f0
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start
}
.about-text h3, .instructor-text h3, .service-item h3 {
  font-size: clamp(1.15rem, 1rem + .9vw, 1.55rem);
  background: linear-gradient(transparent 65%, rgba(255, 217, 61, .28) 65%);
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 22px
}
.about-text p + p {
  margin-top: 14px
}
.about-image {
  max-width: 720px
}
.about-image img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: 12px 12px 0 rgba(255, 139, 148, .85)
}
#service {
  background: #e6f7f0
}
#flow, .instructor-grid, .service-item {
  background: #fff
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}
.service-item {
  padding: 56px 30px;
  border-radius: 40px 100px;
  border: 3px solid #ffd93d;
  text-align: center;
  transition: transform .35s, box-shadow .35s;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .06)
}
.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, .08)
}
.service-image-wrapper {
  margin-bottom: 26px;
  border-radius: 30px 60px;
  overflow: hidden;
  height: 180px;
  border: 5px solid #f9f9f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}
.service-item p {
  margin-top: 10px;
  color: #3f3f3f
}
.instructor-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
  padding: 64px;
  border-radius: 100px 40px 150px 60px;
  border: 3px dotted #ff8b94
}
#gallery, .step-card {
  background: #edf2fb
}
.instructor-image img {
  border-radius: 52% 48% 56% 44%/48% 54% 46% 52%;
  border: 5px solid #ffd93d;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .06);
  max-width: 400px
}
.instructor-role {
  color: #ff8b94;
  letter-spacing: .08em;
  margin-bottom: 8px
}
.instructor-message p + p {
  margin-top: 12px
}
.instructor-profile {
  margin-top: 16px;
  padding-left: 18px
}
.instructor-profile li {
  position: relative;
  padding-left: 10px;
  margin-top: 8px
}
.instructor-profile li::before {
  content: "•";
  position: absolute;
  left: -10px;
  top: 0;
  color: rgba(255, 139, 148, .9);
  font-weight: 900
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px
}
.access-content, .gallery-grid {
  grid-template-columns: 1fr 1fr
}
.step-card {
  padding: 62px 30px 44px;
  border-radius: 60px 25px 80px 30px;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .05)
}
.step-num {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff8b94;
  color: #fff;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .1)
}
.access-name, .step-card h4 {
  font-size: 1.15rem;
  margin-bottom: 10px
}
.step-card p {
  color: #3f3f3f
}
.gallery-grid {
  display: grid;
  gap: 34px
}
.gallery-item figure {
  background: #fff;
  padding: 22px;
  border-radius: 30px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .06)
}
.gallery-item img {
  border-radius: 25px;
  cursor: zoom-in;
  transition: transform .35s, filter .35s;
  border: 3px solid #f9f9f9
}
.gallery-item img:hover {
  transform: scale(1.02);
  filter: saturate(1.05)
}
#modalCaption, .description {
  text-align: center;
  margin-top: 14px
}
.description h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  display: block
}
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center
}
.tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 139, 148, .18);
  color: #3b3b3b;
  font-weight: 800;
  font-size: .9rem
}
.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.faq-item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .03);
  border: 2px solid #e6f7f0
}
.faq-question {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px
}
.faq-q {
  font-weight: 600;
  color: #ffd93d;
  font-size: 1.8rem;
  line-height: 1
}
.faq-question h3 {
  font-size: 1.15rem;
  margin-bottom: 0;
  padding: 0;
  background: 0 0;
  line-height: 1.4
}
.faq-answer {
  padding-left: 36px;
  border-left: 2px dotted #eee;
  margin-left: 10px
}
.faq-answer p {
  font-size: .95rem;
  color: #555;
  margin: 0
}
.access-content {
  display: grid;
  gap: 34px;
  align-items: stretch
}
.access-info, .access-map, .modal {
  height: 100%
}
.access-info {
  background: rgba(255, 255, 255, .8);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .05)
}
.access-list {
  margin: 0
}
.access-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, .06)
}
.access-row:first-child {
  border-top: 0;
  padding-top: 0
}
.access-row dt {
  font-weight: 800;
  color: rgba(63, 63, 63, .88)
}
.access-row dd {
  margin: 0;
  color: rgba(63, 63, 63, .92);
  line-height: 1.7
}
.access-note {
  margin-top: 16px;
  font-size: .95rem;
  color: rgba(63, 63, 63, .75);
  line-height: 1.7
}
.access-map {
  display: flex;
  flex-direction: column
}
.map-embed {
  flex: 1;
  min-height: 320px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .7);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06)
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block
}
.crayon-border {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .88);
  padding: 58px 40px;
  border-radius: 110px 40px 140px 50px;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .06)
}
.contact-lead {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #3f3f3f;
  margin-bottom: 18px
}
.contact-points {
  margin: 0 auto 18px;
  padding: 18px 22px;
  max-width: 640px;
  text-align: left;
  background: rgba(255, 139, 148, .1);
  border-radius: 26px;
  box-shadow: inset 0 0 0 2px rgba(255, 139, 148, .18)
}
#footer, .form-button-text {
  background: #ff8b94;
  color: #fff
}
.contact-points li {
  padding-left: 18px;
  line-height: 1.75;
  color: rgba(63, 63, 63, .92)
}
.contact-points li + li {
  margin-top: 8px
}
.contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 139, 148, .95)
}
.contact-note {
  margin: 0 auto 18px;
  max-width: 720px;
  color: rgba(63, 63, 63, .82);
  line-height: 1.75;
  font-size: .98rem
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: 18px
}
.form-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 5px 0 #e67a82;
  transition: transform .2s, box-shadow .2s, opacity .2s
}
.footer-wave, .footer-wave svg {
  margin-top: 0 !important;
  line-height: 0
}
.footer-wave {
  margin-bottom: -1px;
  background: #ffd93d
}
.footer-wave svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #FF8B94
}
#footer {
  padding: 78px 0 38px
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 46px;
  margin-bottom: 56px;
  align-items: start
}
.footer-logo, .footer-sns {
  display: flex;
  gap: 12px
}
.footer-logo {
  align-items: center;
  margin-bottom: 18px
}
.footer-logo img {
  width: 44px
}
.footer-logo span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-size: 1.1rem
}
.footer-desc {
  margin-bottom: 16px
}
.footer-sns a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, .16);
  transition: transform .25s, background .25s
}
.footer-sns a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .22)
}
.footer-contact h3, .footer-links-wrap h3 {
  font-size: 1.05rem;
  margin-bottom: 14px;
  color: #fff;
  letter-spacing: .04em
}
.footer-links li + li {
  margin-top: 10px
}
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline
}
.footer-contact p {
  opacity: .95;
  margin-bottom: 14px
}
.footer-btn {
  display: inline-block;
  background: #ffd93d;
  color: #3f3f3f;
  padding: 12px 26px;
  border-radius: 40px 15px 35px 10px;
  font-weight: 900;
  box-shadow: 0 4px 0 #e5c337
}
.footer-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #e5c337
}
.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap
}
.copyright {
  font-size: .95rem
}
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .88);
  align-items: center;
  justify-content: center;
  padding: 24px
}
.modal.open {
  display: flex
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 26px;
  color: #2f2f2f;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  user-select: none
}
.modal-content {
  max-width: min(920px, 92vw)
}
#modalImage {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
  border: 3px solid rgba(255, 139, 148, .28)
}
#modalCaption {
  color: #2f2f2f;
  font-size: 1.2rem;
  font-weight: 800
}
[data-animate] {
  opacity: 0;
  transform: translateY(40px) scale(.98);
  transition: .9s cubic-bezier(.22, 1, .36, 1)
}
[data-animate].is-inview {
  opacity: 1;
  transform: translateY(0) scale(1)
}
.cursor-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 9999;
  animation: 1s forwards particle-fade
}
@keyframes particle-fade {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }
  100% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0);
    opacity: 0
  }
}
@media (max-width:1024px) {
  .map-embed {
    min-height: 260px
  }
  .hero-grid, .map-foot, .nav-list, .news-box {
    flex-direction: column
  }
  .hamburger, .nav-list {
    display: flex !important
  }
  #header {
    padding: 12px 0;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
    transform: translateY(0)
  }
  .header-inner {
    padding: 0 18px
  }
  .logo img {
    height: 44px
  }
  .nav-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(78%, 360px);
    height: 100vh;
    background: #fff;
    justify-content: center;
    align-items: center;
    gap: 34px;
    z-index: 2000;
    transition: right .45s;
    border-radius: 26px 0 0 26px;
    box-shadow: -18px 0 40px rgba(0, 0, 0, .1)
  }
  .nav-list.open {
    right: 0
  }
  .nav-list a:not(.nav-cta)::after {
    bottom: -10px
  }
  #hero {
    padding-top: 80px;
    padding-bottom: var(--section-py)
  }
  .hero-grid {
    display: flex;
    text-align: center;
    gap: 16px
  }
  .hero-heading, .hero-title {
    padding-left: 0 !important;
    width: 100%
  }
  .hero-title {
    order: 1;
    padding: 0 18px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .hero-title-image {
    display: block;
    margin: 0 auto;
    width: min(280px, 80vw)
  }
  .image-container {
    order: 2;
    padding: 8px;
    width: 100%
  }
  .image-container img {
    width: 70%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 1/1
  }
  .hero-heading {
    order: 3;
    padding: 0 20px !important
  }
  .hero-heading p {
    font-size: 1.2rem
  }
  .heading-wrapper h2 .jp {
    font-size: 1.75rem
  }
  .news-box {
    align-items: flex-start;
    border-radius: 26px;
    padding: 18px 20px;
    gap: 10px
  }
  .news-list a {
    display: flex;
    flex-direction: column;
    gap: 6px
  }
  .about-grid, .access-content, .flow-steps, .footer-grid, .gallery-grid, .instructor-grid, .service-grid {
    grid-template-columns: 1fr !important;
    gap: 44px
  }
  .service-item {
    padding: 46px 26px
  }
  .instructor-grid {
    padding: 44px 26px;
    text-align: left
  }
  .footer-bottom, .footer-grid {
    text-align: center
  }
  .footer-bottom, .footer-sns {
    justify-content: center
  }
}
@media (max-width:768px) {
  #hero {
    padding-top: 100px
  }
  .hero-sub {
    font-size: 1rem;
    margin-bottom: 5px
  }
  .hero-title-image {
    width: min(280px, 80vw);
    margin: 10px auto 0
  }
  .hero-heading p {
    font-size: 1.1rem
  }
  .faq-item {
    padding: 20px
  }
  .faq-answer {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 10px
  }
  .crayon-border {
    padding: 40px 20px;
    border-radius: 80px 28px 100px 34px
  }
  .contact-points {
    padding: 16px
  }
  .instructor-grid {
    padding: 35px 20px;
    border-radius: 40px 20px 60px;
    gap: 24px
  }
  .instructor-image {
    display: flex;
    justify-content: center
  }
  .instructor-image img {
    max-width: 240px;
    width: 100%;
    height: auto
  }
  .instructor-text {
    word-break: break-word
  }
  .instructor-text h3 {
    margin-bottom: 15px
  }
  .instructor-message p {
    font-size: .92rem;
    line-height: 1.6
  }
}
@media (max-width:380px) {
  .instructor-grid {
    padding: 25px 15px;
    border-radius: 30px
  }
}
@media (max-width:480px) {
  .crayon-border {
    padding: 62px 22px
  }
  .form-button-text {
    width: 100%;
    max-width: 320px;
    text-align: center
  }
  .modal-close {
    top: 14px;
    right: 16px
  }
}