@charset "UTF-8";
/*
Theme Name: Pokaniko
Theme URI: https://pokaniko.local
Author: pokaniko
Description: ぽかにこ ／ 宝塚のベビーヨガ・ベビーマッサージ教室
Version: 2.0.0
*/
:root {
  --yellow: #FCCC3C;
  --yellow-light: #FCE484;
  --gold: #FCB40C;
  --coral: #F26A4B;
  --pink: #F4889A;
  --base: #FFFDF7;
  --warm: #FFF1CE;
  --mint: #9FD8C5;
  --sky: #AED9E8;
  --ink: #6B5544;
  --ink-soft: #7d685a;
  --line-green: #06C755;
  --band-y: #FFF1CE;
  --band-m: #E7F4EE;
  --band-p: #FFEAE3;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--base);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  line-height: 1.85;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

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

html.skip-loader #curtain,
html.skip-loader #loader {
  display: none;
}

main:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 0 0 12px 0;
  box-shadow: 0 6px 16px rgba(107, 85, 68, 0.15);
}
.skip-link:focus {
  left: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  transition: background 0.3s, box-shadow 0.3s;
}
.site-header.scrolled {
  background: rgba(255, 253, 247, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(107, 85, 68, 0.07);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Yomogi", cursive;
  color: var(--gold);
  font-size: 1.35rem;
}
.brand .bdot {
  width: 32px;
  height: 32px;
  background: var(--logo) center/contain no-repeat;
  flex: none;
}

.nav {
  display: flex;
  gap: 24px;
}
.nav a {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
  transition: color 0.2s;
}
.nav a:hover {
  color: var(--coral);
}

html.is-loading,
html.is-loading body {
  overflow: hidden;
  height: 100%;
  touch-action: none;
  overscroll-behavior: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-line-sp {
  display: none;
}

.btn--back {
  background: #fff;
  color: var(--ink-soft);
  border: 2px solid rgba(107, 85, 68, 0.14);
  box-shadow: 0 6px 16px rgba(107, 85, 68, 0.06);
}
.btn--back svg {
  width: 18px;
  height: 18px;
}
.btn--back:hover {
  color: var(--coral);
}

.header-sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--gold);
  box-shadow: 0 6px 16px rgba(107, 85, 68, 0.08);
  transition: transform 0.22s cubic-bezier(0.34, 1.8, 0.5, 1), color 0.2s;
}
.header-sns a svg {
  width: 20px;
  height: 20px;
}
.header-sns a:hover {
  transform: scale(1.08) translateY(-2px);
  color: var(--coral);
}
.header-sns a:active {
  transform: scale(0.94);
}

@media screen and (max-width: 768px) {
  .btn--back {
    padding: 9px 14px;
    font-size: 0.88rem;
  }
  .header-sns a {
    width: 36px;
    height: 36px;
  }
}
#curtain {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: var(--yellow-light);
}

#loader {
  position: fixed;
  inset: 0;
  z-index: 995;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(120% 100% at 50% 42%, var(--warm) 0%, var(--base) 72%);
}

.l-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.logo-load {
  width: 150px;
  height: 150px;
  background: var(--logo) center/contain no-repeat;
  will-change: transform;
}

.l-name {
  display: flex;
  gap: 0.12em;
  font-family: "Yomogi", cursive;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: var(--gold);
}
.l-name span {
  display: inline-block;
  will-change: transform;
}

.l-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.l-dots i {
  position: absolute;
  border-radius: 50%;
}
.l-dots .d1 {
  width: 14px;
  height: 14px;
  background: var(--coral);
  top: 24%;
  left: 32%;
}
.l-dots .d2 {
  width: 11px;
  height: 11px;
  background: var(--mint);
  top: 30%;
  right: 30%;
}
.l-dots .d3 {
  width: 9px;
  height: 9px;
  background: var(--sky);
  bottom: 30%;
  left: 36%;
}
.l-dots .d4 {
  width: 12px;
  height: 12px;
  background: var(--pink);
  bottom: 26%;
  right: 34%;
}

.logo-hero {
  width: 100%;
  height: 100%;
  background: var(--logo) center/contain no-repeat;
  will-change: transform;
}

body.admin-bar #curtain, body.admin-bar #loader {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #curtain, body.admin-bar #loader {
    top: 46px;
  }
}

.stalker {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 204, 60, 0.55), rgba(252, 204, 60, 0) 70%);
  z-index: 998;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .stalker {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
  .logo-load {
    width: 120px;
    height: 120px;
  }
  .l-name {
    font-size: 1.45rem;
  }
  .site-header {
    padding: 12px 16px;
  }
  .header-cta {
    gap: 8px;
  }
  .header-cta .btn--sm {
    padding: 8px 13px;
    font-size: 0.82rem;
    gap: 6px;
  }
  .header-cta .btn--sm svg {
    width: 16px;
    height: 16px;
  }
  .header-cta .btn--ig {
    padding: 8px 10px;
  }
  .header-cta .btn--ig .cta-label {
    display: none;
  }
  .header-line-sp {
    display: inline-flex;
  }
}
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  position: relative;
  padding: 96px 0;
}

.center {
  text-align: center;
}

.hand {
  font-family: "Yomogi", cursive;
}

.nb {
  display: inline-block;
}

.br_monitor, .br_pc, .br_tab, .br_sp {
  display: none;
}

@media screen and (min-width: 1441px) {
  .br_monitor {
    display: inline;
  }
}
@media screen and (min-width: 901px) {
  .br_pc {
    display: inline;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .br_tab {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: inline;
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Yomogi", cursive;
  font-size: 1.05rem;
  color: var(--gold);
}
.eyebrow .sun {
  width: 20px;
  height: 20px;
  flex: none;
}

.sec-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
  font-size: clamp(1.7rem, 4.4vw, 2.6rem);
  margin: 12px 0 0;
  text-wrap: balance;
}
.sec-title .accent {
  color: var(--coral);
}

.lead {
  color: var(--ink-soft);
  font-weight: 500;
  margin: 18px auto 0;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  max-width: 34em;
  text-wrap: pretty;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 15px 26px;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: transform 0.22s cubic-bezier(0.34, 1.8, 0.5, 1), box-shadow 0.22s ease;
}
.btn svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.btn:hover {
  transform: scale(1.06) translateY(-2px);
}
.btn:active {
  transform: scale(0.94);
}
.btn:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.btn--line {
  background: var(--line-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(6, 199, 85, 0.28);
}

.btn--ig {
  background: #fff;
  color: var(--coral);
  border: 2px solid var(--coral);
}

.btn--sm {
  padding: 10px 18px;
  font-size: 0.95rem;
}

.bub {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.bub svg {
  width: 30px;
  height: 30px;
  opacity: 0.92;
}
.bub span {
  font-size: 0.74rem;
  font-weight: 700;
  opacity: 0.95;
  padding: 0 10px;
}

.ph--y {
  background: linear-gradient(135deg, #FFD968, #FCB40C);
}

.ph--c {
  background: linear-gradient(135deg, #F58A6E, #F26A4B);
}

.ph--p {
  background: linear-gradient(135deg, #F8A6B6, #F4889A);
}

.ph--m {
  background: linear-gradient(135deg, #BCE7DA, #9FD8C5);
}

.band {
  position: relative;
}

.band--y {
  background: var(--band-y);
}

.band--m {
  background: var(--band-m);
}

.band--p {
  background: var(--band-p);
}

.wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 52px;
  line-height: 0;
  z-index: 1;
}
.wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.wave--top {
  top: -1px;
}

.wave--bottom {
  bottom: -1px;
  transform: scaleY(-1);
}

.band .container {
  position: relative;
  z-index: 2;
}

.reveal {
  will-change: transform, opacity;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 24px 70px;
  overflow: hidden;
  overflow: clip;
  contain: paint;
  clip-path: inset(0);
  background: radial-gradient(90% 70% at 50% 22%, var(--warm) 0%, rgba(255, 241, 206, 0) 60%), linear-gradient(180deg, var(--base), #FFF8E8);
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.hb1 {
  width: 400px;
  height: 400px;
  background: var(--yellow-light);
  top: 6%;
  left: 8%;
  opacity: 0.5;
}

.hb2 {
  width: 340px;
  height: 340px;
  background: var(--pink);
  bottom: 10%;
  left: 18%;
  opacity: 0.38;
}

.hb3 {
  width: 360px;
  height: 360px;
  background: var(--mint);
  top: 16%;
  right: 8%;
  opacity: 0.4;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sun-scene {
  position: relative;
  width: min(320px, 58vw);
  aspect-ratio: 1/1;
  margin-bottom: 8px;
}

.float {
  position: absolute;
  border-radius: 50%;
  opacity: 0.9;
}
.float.f1 {
  width: 24px;
  height: 24px;
  background: var(--coral);
  top: 4%;
  right: 10%;
}
.float.f2 {
  width: 16px;
  height: 16px;
  background: var(--mint);
  bottom: 12%;
  left: 4%;
}
.float.f3 {
  width: 13px;
  height: 13px;
  background: var(--sky);
  top: 24%;
  left: -2%;
}

.heart-mark {
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: 0;
  right: 2%;
}
.heart-mark path {
  fill: none;
  stroke: var(--pink);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hpic {
  position: absolute;
  z-index: 1;
  will-change: transform;
}
.hpic .bub {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 14px 30px rgba(107, 85, 68, 0.16);
  will-change: transform;
}
.hpic--1 {
  width: 320px;
  height: 320px;
  top: 8%;
  left: 2%;
}
.hpic--2 {
  width: 380px;
  height: 380px;
  top: 22%;
  right: 1%;
}
.hpic--3 {
  width: 280px;
  height: 280px;
  bottom: 6%;
  left: 6%;
}

.hero .eyebrow {
  font-size: 1.15rem;
}

.catch {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 7vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 10px 0 16px;
  text-wrap: balance;
}
.catch .l {
  display: block;
  overflow: hidden;
  padding: 0.08em 0;
}
.catch .l span {
  display: inline-block;
}
.catch .accent {
  color: var(--coral);
}

.hero .sub {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 2;
  color: var(--ink-soft);
  font-weight: 500;
  max-width: 30em;
  margin: 0 auto;
  text-wrap: pretty;
}
.hero .sub b {
  color: var(--ink);
  font-weight: 700;
}

.hero .cta {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.marq {
  background: var(--coral);
  overflow: hidden;
  overflow: clip;
  contain: paint;
  clip-path: inset(0);
  padding: 15px 0;
}

.marq__track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}
.marq__track span {
  font-family: "Yomogi", cursive;
  color: #fff;
  font-size: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
}
.marq__track i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  display: inline-block;
}

.gstrip {
  overflow: hidden;
  overflow: clip;
  contain: paint;
  clip-path: inset(0);
  padding: 84px 0 92px;
  background: var(--base);
}

.gcap {
  text-align: center;
  margin: 0 0 28px;
  font-family: "Yomogi", cursive;
  color: var(--gold);
  font-size: 1.2rem;
}

.gstrip__track {
  display: inline-flex;
  gap: 16px;
  will-change: transform;
}

.gcard {
  flex: none;
  width: 210px;
  aspect-ratio: 1/1;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
}
.gcard svg {
  width: 28px;
  height: 28px;
  opacity: 0.9;
}
.gcard span {
  font-size: 0.74rem;
  font-weight: 700;
}

.about {
  text-align: center;
}
.about .manifesto {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 2;
  color: var(--ink);
  font-size: clamp(1.18rem, 2.3vw, 1.55rem);
  margin: 30px auto 0;
  max-width: 24em;
  text-wrap: pretty;
}
.about .manifesto b {
  color: var(--coral);
  font-weight: 700;
}
.about .note {
  margin-top: 26px;
  font-size: 1.2rem;
  color: var(--gold);
}

.acluster {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.acluster .snap {
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  box-shadow: 0 12px 26px rgba(107, 85, 68, 0.12);
}
.acluster .snap svg {
  width: 32px;
  height: 32px;
  opacity: 0.9;
}
.acluster .snap span {
  font-size: 0.82rem;
  font-weight: 700;
}

.lcards {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 26px;
}

.lcard {
  flex: 1 1 0;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 28px;
  padding: 30px 26px 28px;
  box-shadow: 0 16px 36px rgba(107, 85, 68, 0.09);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lcard:nth-child(2) {
  margin-top: 26px;
}
.lcard:hover {
  transform: translateY(-8px);
}
.lcard .lcard__photo {
  margin-bottom: 16px;
}
.lcard .lcard__body {
  width: 100%;
}
.lcard .bub {
  width: 190px;
  height: 190px;
  margin: 0;
}
.lcard h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.35rem;
  color: var(--ink);
}
.lcard .llead {
  margin-top: 8px;
  color: var(--coral);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.65;
}
.lcard .ltxt {
  margin-top: 10px;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.94rem;
  line-height: 1.85;
  text-wrap: pretty;
}

.ltags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
  list-style: none;
  padding: 0;
}
.ltags li {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: #FFF3D6;
  color: var(--gold);
}

.lcard--c .ltags li {
  background: #FFEAE3;
  color: var(--coral);
}

.lcard--m .ltags li {
  background: #E7F4EE;
  color: #3F9C86;
}

.lnote {
  margin: 34px auto 0;
  max-width: 40em;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.9;
  text-wrap: pretty;
}
.lnote .ln-h {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.1rem;
}

.teacher__grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 54px;
  align-items: center;
  margin-top: 44px;
}

.tphoto {
  position: relative;
  width: min(500px, 95%);
  aspect-ratio: 1;
  margin: 0 auto;
}
.tphoto .blobbg {
  position: absolute;
  inset: -22px -16px -10px -22px;
  border-radius: 46% 54% 50% 50%/52% 48% 52% 48%;
  background: var(--yellow-light);
  opacity: 0.6;
}
.tphoto .bub {
  position: relative;
  width: 100%;
  height: 100%;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 16px;
}

.tag {
  background: #fff;
  border: 2px solid var(--yellow-light);
  color: var(--gold);
  font-weight: 700;
  font-size: 0.86rem;
  padding: 6px 14px;
  border-radius: 999px;
}

.teacher .bio {
  color: var(--ink-soft);
  font-weight: 500;
  text-wrap: pretty;
}
.teacher .signoff {
  margin-top: 16px;
  font-family: "Yomogi", cursive;
  font-size: 1.4rem;
  color: var(--ink);
}

.fxtabs {
  position: relative;
  display: inline-flex;
  gap: 6px;
  margin: 38px auto 0;
  padding: 6px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(107, 85, 68, 0.08);
}

.fxtab {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink-soft);
  padding: 11px 26px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.25s;
}
.fxtab.is-on {
  color: #fff;
}
.fxtab .t-short {
  display: none;
}

.fxtab-pill {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  border-radius: 999px;
  background: var(--coral);
  z-index: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxpanel {
  display: none;
  margin-top: 44px;
}
.fxpanel.is-on {
  display: block;
}

.fxcols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.fxcol {
  background: #fff;
  border-radius: 26px;
  padding: 30px 30px 26px;
  box-shadow: 0 14px 34px rgba(107, 85, 68, 0.08);
  text-align: left;
}
.fxcol__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.fxcol__ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.fxcol__ic svg {
  width: 26px;
  height: 26px;
}
.fxcol__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25rem;
  color: var(--ink);
}
.fxcol__sub {
  font-size: 0.78rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.fxcol--baby .fxcol__ic {
  background: linear-gradient(135deg, #FFD968, #FCB40C);
}
.fxcol--mama .fxcol__ic {
  background: linear-gradient(135deg, #F8A6B6, #F4889A);
}
.fxcol--baby .chk {
  background: #FFF3D6;
  color: var(--gold);
}
.fxcol--mama .chk {
  background: #FFEAE3;
  color: var(--coral);
}

.fxlist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fxlist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.fxlist .chk {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 1px;
}
.fxlist .chk svg {
  width: 14px;
  height: 14px;
}
.fxlist b {
  font-weight: 700;
  color: var(--ink);
  font-size: 1rem;
}
.fxlist p {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.86rem;
  margin-top: 2px;
  text-wrap: pretty;
}

.fxnote {
  text-align: center;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.firsttime {
  text-align: center;
}

.daijobu {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 2.05;
  color: var(--ink);
  font-size: clamp(1.3rem, 3vw, 2rem);
  margin: 30px 0;
  text-wrap: balance;
}
.daijobu .accent {
  color: var(--coral);
}
.daijobu .dline {
  display: block;
}

.firsttime__msg {
  margin: 24px auto 0;
  max-width: 34em;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.95;
  text-wrap: pretty;
}

.flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 32px auto 0;
  max-width: 840px;
}

.step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.step .b {
  background: #fff;
  border: 2px solid var(--yellow-light);
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 700;
  color: var(--ink);
}
.step .ar {
  color: var(--gold);
  font-weight: 800;
}

@keyframes flowDown {
  0%, 100% {
    transform: rotate(90deg) translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: rotate(90deg) translateX(4px);
    opacity: 1;
  }
}
.bring {
  margin-top: 24px;
  color: var(--ink-soft);
  font-weight: 600;
}

.vgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  align-items: start;
}

.vb {
  background: #fff;
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow: 0 12px 30px rgba(107, 85, 68, 0.08);
  position: relative;
}
.vb::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -12px;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
}
.vb > p:not(.vwho) {
  color: var(--ink);
  font-weight: 500;
  text-wrap: pretty;
}

.vtag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.t-yoga {
  background: #E7F4EE;
  color: #3F9C86;
}

.t-bond {
  background: #FFEAE3;
  color: #F26A4B;
}

.t-massage {
  background: #FFF3D6;
  color: #C98A0C;
}

.t-comm {
  background: #EAF3F8;
  color: #4E97B8;
}

.t-first {
  background: #FBE9F0;
  color: #D96A97;
}

.t-art {
  background: #EFEAF7;
  color: #7E6BB0;
}

.vwho {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0 8px;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.86rem;
}

.vface {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: none;
}

.f-y {
  background: linear-gradient(135deg, #FFD968, #FCB40C);
}

.f-c {
  background: linear-gradient(135deg, #F58A6E, #F26A4B);
}

.f-m {
  background: linear-gradient(135deg, #BCE7DA, #9FD8C5);
}

.f-p {
  background: linear-gradient(135deg, #F8A6B6, #F4889A);
}

.f-s {
  background: linear-gradient(135deg, #C4E3F0, #AED9E8);
}

.f-p2 {
  background: linear-gradient(135deg, #D9C7EE, #B79FE0);
}

.vnote {
  text-align: center;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.igrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.igcell {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.igcell:hover {
  transform: scale(1.04) rotate(0.8deg);
}
.igcell svg {
  width: 30px;
  height: 30px;
  opacity: 0.92;
}
.igcell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.igcell:hover img {
  transform: scale(1.08);
}

.live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.85rem;
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.7);
  }
}
.insta__cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.qa {
  max-width: 760px;
  margin: 40px auto 0;
}
.qa details {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px rgba(107, 85, 68, 0.05);
  overflow: hidden;
}
.qa summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.qa summary::-webkit-details-marker {
  display: none;
}
.qa summary .pm {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--band-y);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 800;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.qa details[open] summary .pm {
  transform: rotate(45deg);
}
.qa .a {
  overflow: hidden;
  color: var(--ink-soft);
  font-weight: 500;
  text-wrap: pretty;
}
.qa .a__in {
  padding: 2px 24px 22px;
}
.qa .a .btn {
  margin-top: 14px;
}

.access__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  margin-top: 42px;
}

.access .bub {
  border-radius: 26px;
  width: 100%;
  aspect-ratio: 4/3;
}
.access .access__photo {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 26px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 36px rgba(107, 85, 68, 0.12);
}
.access .info p {
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 12px;
  text-wrap: pretty;
}
.access .info b {
  color: var(--ink);
  font-weight: 700;
}

.final {
  position: relative;
  text-align: center;
  padding: 120px 24px;
  overflow: hidden;
  background: radial-gradient(110% 120% at 50% 0%, var(--warm), var(--base));
}
.final .memory {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 2;
  max-width: 26em;
  margin: 0 auto;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  text-wrap: pretty;
}
.final .big {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 20px 0 30px;
  text-wrap: balance;
}
.final .cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .vgrid {
    grid-template-columns: 1fr 1fr;
  }
  .teacher__grid,
  .access__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .lcard:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 74px 0;
  }
  .hero {
    padding: 96px 22px 84px;
  }
  .sun-scene {
    width: min(64vw, 300px);
  }
  .catch {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.45;
  }
  .hero .sub,
  .lead,
  .lcard .ltxt,
  .qa .a,
  .access .info p {
    font-size: 0.95rem;
    line-height: 1.9;
  }
  .fxcols {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .fxcol {
    padding: 26px 24px;
  }
  .fxtab {
    padding: 10px 20px;
    font-size: 0.98rem;
  }
  .fxtab .t-full {
    display: none;
  }
  .fxtab .t-short {
    display: inline;
  }
  .about .manifesto {
    font-size: 1.16rem;
    line-height: 1.95;
  }
  .daijobu {
    font-size: 1.36rem;
  }
  .hero .cta {
    display: none;
  }
  .lcards {
    gap: 20px;
  }
  .lcard {
    flex: 1 1 100%;
    max-width: 420px;
    padding: 26px 22px;
  }
  .lcard:nth-child(2) {
    margin-top: 0;
  }
  .lcard .bub {
    width: 170px;
    height: 170px;
  }
  .igrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .vgrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .vb {
    padding: 20px 20px 18px;
  }
  .vb > p:not(.vwho) {
    font-size: 0.92rem;
    line-height: 1.85;
  }
  .vtag {
    font-size: 0.7rem;
    padding: 4px 10px;
  }
  .vwho {
    font-size: 0.8rem;
    gap: 8px;
    margin-left: 4px;
  }
  .vface {
    width: 28px;
    height: 28px;
  }
  .vb::after {
    left: 28px;
  }
  .flow {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    max-width: 300px;
  }
  .step {
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .step .b {
    width: 100%;
    text-align: center;
  }
  .step .ar {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    transform: rotate(90deg);
    animation: flowDown 1.1s ease-in-out infinite;
  }
  .marq__track span {
    font-size: 1.15rem;
  }
  .pc-br {
    display: none;
  }
  .blob {
    filter: blur(28px);
  }
  .hb1 {
    width: 280px;
    height: 280px;
  }
  .hb2 {
    width: 240px;
    height: 240px;
  }
  .hb3 {
    width: 250px;
    height: 250px;
  }
  .hpic--1 {
    width: 86px;
    height: 86px;
    top: 10%;
    left: 3%;
  }
  .hpic--2 {
    width: 96px;
    height: 96px;
    top: auto;
    bottom: 30%;
    right: 3%;
  }
  .hpic--3 {
    width: 68px;
    height: 68px;
    display: block;
    bottom: 8%;
    left: 6%;
  }
  .gstrip {
    padding: 64px 0 72px;
  }
  .gcard {
    width: 150px;
  }
  .acluster {
    gap: 12px;
  }
  .acluster .snap {
    width: 116px;
    border-radius: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
  }
  html {
    scroll-behavior: auto;
  }
  #loader, #curtain {
    display: none !important;
  }
  .reveal, .pop, .slide, .bubblein {
    opacity: 1 !important;
    transform: none !important;
  }
  .fxtab, .fxtab-pill {
    transition: none !important;
  }
}
.site-footer {
  background: #fff;
  padding: 46px 24px;
}

.foot {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.foot__links {
  display: flex;
  gap: 20px;
  font-weight: 700;
  font-size: 0.9rem;
}
.foot__links a {
  color: var(--ink-soft);
}
.foot__links a:hover {
  color: var(--coral);
}

.copy {
  width: 100%;
  text-align: center;
  margin-top: 26px;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha-note {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.recaptcha-note a {
  text-decoration: underline;
}

.mobilebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 247, 0.93);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(252, 204, 60, 0.35);
}
.mobilebar .btn {
  flex: 1;
  padding: 14px 10px;
  font-size: 1rem;
}

.line-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 48;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--line-green);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 12px 30px rgba(6, 199, 85, 0.35);
  transition: transform 0.22s cubic-bezier(0.34, 1.8, 0.5, 1), box-shadow 0.22s ease;
}
.line-fab svg {
  width: 24px;
  height: 24px;
  flex: none;
}
.line-fab:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 38px rgba(6, 199, 85, 0.45);
}
.line-fab:active {
  transform: scale(0.96);
}
.line-fab:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

@media screen and (max-width: 768px) {
  .mobilebar {
    display: flex;
  }
  .line-fab {
    display: none;
  }
  .site-footer {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
  .foot {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 18px;
  }
  .foot__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
  }
}
.page-lower {
  padding-top: 70px;
}
.page-lower .lower-hero {
  text-align: center;
  padding: 80px 24px 30px;
  background: radial-gradient(110% 90% at 50% 0%, var(--warm), var(--base));
}
.page-lower .lower-hero .crumbs {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}
.page-lower .lower-hero .crumbs a {
  color: var(--ink-soft);
}
.page-lower .lower-hero .crumbs a:hover {
  color: var(--coral);
}

.privacy__body {
  max-width: 760px;
}
.privacy__body .entry {
  background: #fff;
  border-radius: 22px;
  padding: 40px 36px;
  box-shadow: 0 12px 30px rgba(107, 85, 68, 0.07);
  color: var(--ink);
  line-height: 1.95;
}
.privacy__body .entry h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.18rem;
  color: var(--ink);
  margin: 28px 0 12px;
  padding-left: 14px;
  border-left: 4px solid var(--gold);
}
.privacy__body .entry h2:first-of-type {
  margin-top: 0;
}
.privacy__body .entry p, .privacy__body .entry ul, .privacy__body .entry ol {
  color: var(--ink-soft);
  font-weight: 500;
  text-wrap: pretty;
  margin-bottom: 14px;
}
.privacy__body .entry ul, .privacy__body .entry ol {
  padding-left: 1.4em;
}
.privacy__body .entry li {
  list-style: disc;
  margin-bottom: 4px;
}
.privacy__body .entry a {
  color: var(--coral);
  text-decoration: underline;
}

.privacy__date {
  margin-top: 28px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  text-align: right;
}

@media screen and (max-width: 768px) {
  .privacy__body .entry {
    padding: 28px 22px;
    border-radius: 18px;
  }
  .privacy__body .entry h2 {
    font-size: 1.06rem;
  }
}/*# sourceMappingURL=style.css.map */