
:root{
  --ink:#2b2038;
  --sub:#796b8c;
  --purple:#8357bd;
  --purple2:#a987dc;
  --lav:#eee4ff;
  --lav2:#f8f3ff;
  --white:#fff;
  --line:rgba(119,79,167,.16);
  --shadow:0 14px 38px rgba(80,48,119,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 90% 0%,rgba(244,213,238,.68),transparent 30%),
    radial-gradient(circle at 10% 18%,rgba(195,166,238,.26),transparent 28%),
    linear-gradient(180deg,#faf7ff 0%,#f0e7ff 48%,#fff 100%);
  font-family:"Noto Sans JP",system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  padding-bottom:82px;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.9) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.9) 1px,transparent 1px);
  background-size:22px 22px;
  mask-image:linear-gradient(to bottom,#000,transparent 72%);
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.site-wrap{width:100%;max-width:560px;margin:0 auto;overflow:hidden}

.topbar{
  min-height:76px;
  padding:8px 14px 6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo-link{display:block;width:166px}
.logo-link img{width:100%;max-height:58px;object-fit:contain}
.mini-reserve{
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  border-radius:999px;
  padding:9px 14px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
  box-shadow:0 8px 22px rgba(80,48,119,.07);
}

.hero{padding:4px 14px 18px}
.hero-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow);
}
.hero-card img{width:100%;height:auto}
.open-row{
  padding:11px 4px 10px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:10px;
}
.open-row>div{display:flex;flex-direction:column;gap:1px}
.micro,.eyebrow{
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
  color:var(--purple);
}
.open-row strong{
  font-family:"DM Serif Display",serif;
  font-size:21px;
  font-weight:400;
}
.new-open{
  color:#8567a4;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  white-space:nowrap;
}

.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.quick{
  position:relative;
  min-height:76px;
  border-radius:19px;
  padding:12px 10px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(117,80,160,.12);
  box-shadow:0 10px 24px rgba(84,51,123,.07);
}
.quick.schedule{color:#50366a;background:linear-gradient(145deg,#fff,#f6edff)}
.quick.reserve{color:#fff;background:linear-gradient(145deg,#7550a9,#a27bd0)}
.quick-icon{
  flex:0 0 28px;height:28px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.76);color:#845db6;font-size:13px;
}
.quick b{display:block;font-size:12px}
.quick small{display:block;margin-top:2px;font-size:7px;letter-spacing:.1em;opacity:.62}
.quick em{position:absolute;right:9px;top:8px;font-style:normal;font-size:12px;opacity:.5}

.phone-strip{
  margin-top:8px;
  min-height:44px;
  padding:0 12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.62);
  border-radius:15px;
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:7px;
}
.phone-strip span{font-size:8px;font-weight:900;letter-spacing:.13em;color:var(--purple)}
.phone-strip strong{font-size:13px;letter-spacing:.03em}
.phone-strip em{font-size:9px;font-style:normal;color:#846a9c}

.section-pad{padding:30px 14px}
.section-title{text-align:center;margin-bottom:19px}
.section-title.left{text-align:left}
.section-title h1,.section-title h2{
  margin:5px 0 4px;
  font-family:"DM Serif Display",serif;
  font-weight:400;
  color:#513769;
  letter-spacing:.02em;
  font-size:44px;
  line-height:1;
}
.section-title p{margin:0;color:var(--sub);font-size:10px;letter-spacing:.1em}

/* CAST: no scraping / no duplicated photos. Clean navigation only. */
.cast-nav{padding-top:27px;padding-bottom:27px}
.cast-menu{display:grid;gap:8px}
.cast-menu a{
  min-height:96px;
  padding:17px 16px;
  border-radius:21px;
  border:1px solid rgba(122,86,163,.14);
  background:rgba(255,255,255,.76);
  box-shadow:0 10px 26px rgba(70,42,103,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.cast-menu a.accent{
  color:#fff;
  background:linear-gradient(145deg,#7650aa,#9e77cd);
}
.cast-menu small{display:block;font-size:7px;font-weight:900;letter-spacing:.17em;opacity:.58}
.cast-menu strong{display:block;margin-top:4px;font-size:15px}
.cast-menu p{margin:3px 0 0;font-size:9px;opacity:.62}
.cast-menu>a>span{font-size:18px;opacity:.58}

.system-section{padding-top:26px;padding-bottom:27px}
.system-box{
  padding:36px 18px 15px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.88);
  background:rgba(255,255,255,.76);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.system-box .section-title{margin-bottom:21px}
.price-table{
  border-top:1px solid rgba(116,78,160,.18);
}
.price-row{
  min-height:67px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  border-bottom:1px solid rgba(116,78,160,.14);
}
.price-row span{
  min-width:70px;
  color:#60417c;
  font-size:11px;
  font-weight:800;
}
.price-row span b{
  display:inline-block;
  min-width:42px;
  font-family:"DM Serif Display",serif;
  font-size:29px;
  font-weight:400;
  line-height:1;
}
.price-row i{
  height:1px;
  border-top:1px dotted rgba(116,78,160,.24);
}
.price-row strong{
  min-width:82px;
  text-align:right;
  font-size:15px;
  letter-spacing:.02em;
}

.info-section{padding-top:27px;padding-bottom:27px}
.info-table{border-top:1px solid var(--line)}
.info-row{
  min-height:64px;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:75px 1fr;
  align-items:center;
  padding:0 4px;
}
.info-row span{color:#8a64b5;font-size:8px;font-weight:900;letter-spacing:.15em}
.info-row strong{font-size:13px}
.info-row.info-link{grid-template-columns:75px 1fr auto}
.info-row em{font-size:8px;font-style:normal;color:#8b73a0}

.contact-section{padding-top:27px;padding-bottom:25px}
.link-stack{display:grid;gap:8px}
.link-stack a{
  min-height:68px;
  border-radius:18px;
  border:1px solid rgba(122,86,163,.13);
  background:rgba(255,255,255,.72);
  display:grid;
  grid-template-columns:60px 1fr auto;
  align-items:center;
  gap:9px;
  padding:0 14px;
  box-shadow:0 8px 23px rgba(69,40,104,.05);
}
.link-stack a.reserve-link{color:#fff;background:linear-gradient(145deg,#7650ab,#9f77ce)}
.link-stack small{font-size:7px;letter-spacing:.12em;opacity:.64}
.link-stack b{font-size:13px}
.link-stack span{font-size:14px;opacity:.55}

footer{
  min-height:150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
}
footer img{width:168px;opacity:.64}
footer p{margin:0;font-size:7px;letter-spacing:.14em;color:#92849f}

.fixed-nav{
  position:fixed;
  z-index:100;
  left:max(8px,env(safe-area-inset-left));
  right:max(8px,env(safe-area-inset-right));
  bottom:max(8px,env(safe-area-inset-bottom));
  max-width:544px;
  margin:0 auto;
  height:64px;
  padding:6px;
  display:grid;
  grid-template-columns:.8fr .7fr 1.3fr .7fr;
  gap:5px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.8);
  background:rgba(244,237,255,.86);
  box-shadow:0 15px 42px rgba(51,31,75,.18);
  backdrop-filter:blur(18px);
}
.fixed-nav a{
  min-width:0;
  border-radius:14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  color:#665572;
  font-size:8px;
  font-weight:900;
}
.fixed-nav a span{font-size:13px;line-height:1}
.fixed-nav .fixed-main{
  color:#fff;
  background:linear-gradient(145deg,#7550aa,#9b74ca);
  box-shadow:0 7px 18px rgba(83,51,123,.18);
}

@media(min-width:700px){
  body{padding-bottom:28px}
  .site-wrap{max-width:980px;padding:0 26px}
  .topbar,.hero,.section-pad{padding-left:0;padding-right:0}
  .logo-link{width:190px}
  .hero-card{border-radius:32px}
  .quick-actions{max-width:640px;margin-left:auto;margin-right:auto}
  .phone-strip{max-width:640px;margin-left:auto;margin-right:auto}
  .cast-menu{grid-template-columns:1fr 1fr}
  .system-box{max-width:720px;margin:0 auto;padding:46px 36px 20px}
  .info-section{max-width:720px;margin:0 auto}
  .link-stack{grid-template-columns:1fr 1fr}
  .fixed-nav{display:none}
}


/* ===== v4: Live schedule + Map ===== */
.schedule-section{padding-top:27px;padding-bottom:27px}
.schedule-head{
  min-height:38px;
  margin-bottom:10px;
  padding:0 3px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.schedule-head>div{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  color:#7d6c8d;
  font-size:9px;
  font-weight:700;
}
.schedule-head>a{
  flex:0 0 auto;
  color:#805ab0;
  font-size:9px;
  font-weight:900;
}
.live-dot{
  flex:0 0 auto;
  width:7px;height:7px;border-radius:50%;
  background:#9a6bc8;
  box-shadow:0 0 0 4px rgba(154,107,200,.12);
}
.schedule-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.schedule-card{
  overflow:hidden;
  border:1px solid rgba(120,82,164,.14);
  border-radius:20px;
  background:rgba(255,255,255,.84);
  box-shadow:0 10px 26px rgba(71,43,104,.065);
}
.schedule-photo{
  position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
  background:linear-gradient(145deg,#eadcff,#fbf4ff 55%,#f3e5f0);
}
.schedule-photo>img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.image-fallback{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  padding:28px;
}
.image-fallback img{
  width:78%;
  height:auto;
  object-fit:contain;
  opacity:.28;
}
.shift-badge{
  position:absolute;
  left:8px;
  bottom:8px;
  max-width:calc(100% - 16px);
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  color:#fff;
  background:rgba(112,70,158,.92);
  box-shadow:0 5px 16px rgba(64,36,93,.16);
  font-size:8px;
  font-weight:900;
  letter-spacing:.03em;
}
.schedule-meta{
  min-height:61px;
  padding:10px 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.schedule-meta b{
  display:block;
  font-size:14px;
  letter-spacing:.04em;
}
.schedule-meta small{
  display:block;
  margin-top:2px;
  color:#a18eae;
  font-size:7px;
  letter-spacing:.11em;
}
.schedule-meta>span{
  color:#8a64b7;
  font-size:13px;
}
.schedule-loading{
  grid-column:1/-1;
  min-height:130px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px dashed rgba(131,87,189,.18);
  border-radius:20px;
  background:rgba(255,255,255,.45);
}
.schedule-loading span{
  width:7px;height:7px;border-radius:50%;
  background:#9366c1;
  animation:scheduleBounce .8s infinite alternate;
}
.schedule-loading span:nth-child(2){animation-delay:.12s}
.schedule-loading span:nth-child(3){animation-delay:.24s}
@keyframes scheduleBounce{to{transform:translateY(-5px);opacity:.4}}
.schedule-error{
  grid-column:1/-1;
  min-height:130px;
  padding:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  border:1px dashed rgba(131,87,189,.18);
  border-radius:20px;
  background:rgba(255,255,255,.5);
}
.schedule-error p{
  margin:0;
  color:#7f718b;
  font-size:10px;
}
.schedule-error a{
  color:#7f56ad;
  font-size:10px;
  font-weight:900;
}
.cast-list-button{
  min-height:65px;
  margin-top:9px;
  padding:0 15px;
  border:1px solid rgba(119,79,167,.14);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 9px 24px rgba(67,40,98,.05);
}
.cast-list-button small{
  display:block;
  color:#9c83ad;
  font-size:7px;
  font-weight:900;
  letter-spacing:.15em;
}
.cast-list-button strong{
  display:block;
  margin-top:2px;
  font-size:13px;
}
.cast-list-button>span{
  color:#8661b1;
  font-size:15px;
}

.access-section{padding-top:27px;padding-bottom:27px}
.map-card{
  overflow:hidden;
  border:1px solid rgba(122,86,163,.14);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow);
}
.map-card iframe{
  display:block;
  width:100%;
  height:260px;
  border:0;
}
.access-copy{
  margin-top:10px;
  padding:14px 14px 12px;
  border:1px solid rgba(122,86,163,.13);
  border-radius:18px;
  background:rgba(255,255,255,.68);
}
.access-copy small{
  display:block;
  color:#8a64b5;
  font-size:7px;
  font-weight:900;
  letter-spacing:.15em;
}
.access-copy strong{
  display:block;
  margin-top:3px;
  font-size:14px;
}
.access-copy p{
  margin:7px 0 0;
  color:#7c7088;
  font-size:9px;
  line-height:1.7;
}
.map-external{
  min-height:48px;
  margin-top:8px;
  padding:0 14px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(145deg,#7650aa,#9f77ce);
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:10px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(84,52,125,.12);
}

/* 5-item bottom nav on mobile */
.fixed-nav{
  grid-template-columns:.72fr .68fr 1.22fr .64fr .64fr;
}
.fixed-nav a{font-size:7.5px}

@media(min-width:700px){
  .schedule-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  .access-section{max-width:720px;margin:0 auto}
  .map-card iframe{height:330px}
}


/* ===== v5: phone-first + hero slider ===== */
.hero-slider{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow);
}
.hero-slides{
  position:relative;
  width:100%;
}
.hero-slide{
  display:none;
  width:100%;
  opacity:0;
  transition:opacity .35s ease;
}
.hero-slide.is-active{
  display:block;
  opacity:1;
}
.hero-slide img{
  width:100%;
  height:auto;
  aspect-ratio:600 / 380;
  object-fit:cover;
}
.slider-arrow{
  position:absolute;
  z-index:4;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  color:#fff;
  background:rgba(76,45,112,.38);
  backdrop-filter:blur(8px);
  display:grid;
  place-items:center;
  font-family:serif;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.slider-arrow.prev{left:8px}
.slider-arrow.next{right:8px}
.slider-dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:9px;
  transform:translateX(-50%);
  display:flex;
  gap:5px;
  padding:5px 7px;
  border-radius:999px;
  background:rgba(50,29,72,.24);
  backdrop-filter:blur(7px);
}
.slider-dots button{
  width:6px;
  height:6px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.55);
}
.slider-dots button.is-active{
  width:18px;
  border-radius:999px;
  background:#fff;
}

.phone-main{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(145deg,#7650aa,#9e72cb);
  box-shadow:0 9px 24px rgba(77,45,111,.18);
}
.phone-hero-cta{
  min-height:82px;
  margin:2px 0 8px;
  padding:13px 16px;
  color:#fff;
  border-radius:20px;
  background:linear-gradient(145deg,#6f469f,#9b6bc7 60%,#b783d6);
  box-shadow:0 13px 30px rgba(81,47,117,.18);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.phone-hero-cta div{
  min-width:0;
  display:grid;
  gap:1px;
}
.phone-hero-cta small{
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
  opacity:.72;
}
.phone-hero-cta strong{
  font-family:"DM Serif Display",serif;
  font-size:25px;
  font-weight:400;
  letter-spacing:.04em;
}
.phone-hero-cta span{
  font-size:9px;
  font-weight:800;
  opacity:.85;
}
.phone-hero-cta em{
  flex:0 0 42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.3);
  font-style:normal;
  font-size:18px;
}
.quick.web-sub{
  color:#50366a;
  background:linear-gradient(145deg,#fff,#f6edff);
}
.phone-link-primary{
  color:#fff !important;
  background:linear-gradient(145deg,#7047a1,#9e72cb) !important;
}
.phone-fixed{
  background:linear-gradient(145deg,#6e459f,#a06fca) !important;
}
.phone-fixed span{
  font-size:14px !important;
}
.fixed-nav{
  grid-template-columns:.72fr .68fr 1.30fr .64fr .64fr;
}

@media(min-width:700px){
  .hero-slider{border-radius:32px}
  .phone-hero-cta{max-width:640px;margin:4px auto 8px}
}


/* ===== v6: site background + sliding banner ===== */
body{
  background:
    linear-gradient(rgba(250,247,255,.88), rgba(246,238,255,.84)),
    url("assets/site-background.webp") center top / cover fixed no-repeat !important;
}

/* keep decorative overlay soft so the new bg is visible */
body::before{
  opacity:.10 !important;
}

.site-wrap{
  position:relative;
}

.site-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  pointer-events:none;
  z-index:0;
}
.site-wrap > *{
  position:relative;
  z-index:1;
}

.hero-slider{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:var(--shadow);
}
.hero-track-viewport{
  overflow:hidden;
}
.hero-slides{
  display:flex;
  width:100%;
  transform:translateX(0);
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.hero-slide{
  display:block;
  flex:0 0 100%;
  width:100%;
}
.hero-slide img{
  width:100%;
  height:auto;
  aspect-ratio:600 / 380;
  object-fit:cover;
}
.slider-dots button{
  cursor:pointer;
}
.slider-dots button.is-active{
  width:18px;
  border-radius:999px;
  background:#fff;
}

.section-pad{
  backdrop-filter:saturate(1.05);
}
.schedule-card,
.cast-list-button,
.map-card,
.access-copy,
.link-stack a,
.system-box,
.phone-hero-cta,
.quick,
.phone-strip{
  backdrop-filter:blur(10px);
}

@media(min-width:700px){
  .hero-slider{border-radius:32px}
}


/* ===== v7: slider visibility fix + stronger background ===== */
body{
  background:
    linear-gradient(rgba(248,242,255,.58), rgba(244,233,255,.54)),
    url("assets/site-background.webp") center top / cover fixed no-repeat !important;
}

/* Make the generated lace/ribbon background clearly visible without hurting readability. */
body::before{
  opacity:.04 !important;
}

/* TRUE horizontal carousel:
   all slides remain visible inside the flex track; the whole track moves. */
.hero-track-viewport{
  overflow:hidden !important;
  width:100%;
}
.hero-slides{
  display:flex !important;
  width:100% !important;
  transform:translate3d(0,0,0);
  transition:transform .72s cubic-bezier(.22,.72,.25,1) !important;
  will-change:transform;
}
.hero-slide,
.hero-slide.is-active{
  display:block !important;
  flex:0 0 100% !important;
  width:100% !important;
  min-width:100% !important;
  opacity:1 !important;
  visibility:visible !important;
  transition:none !important;
}
.hero-slide img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:600/380;
  object-fit:cover;
}

/* A subtle slide-direction feeling while the track moves. */
.hero-slider{
  isolation:isolate;
}
.hero-slider::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.32);
}

/* Make content surfaces a little more translucent so the richer background shows through. */
.system-box,
.cast-list-button,
.schedule-card,
.access-copy,
.link-stack a,
.quick.web-sub,
.quick.schedule{
  background-color:rgba(255,255,255,.72) !important;
}

/* Motion fallback */
@media (prefers-reduced-motion: reduce){
  .hero-slides{
    transition:none !important;
  }
}


/* ===== v8: NEWS / accordion ===== */
.news-section{
  padding-top:28px;
  padding-bottom:24px;
}
.news-update-line{
  min-height:36px;
  margin:-5px 2px 10px;
  padding:0 10px;
  border:1px solid rgba(122,86,163,.13);
  border-radius:999px;
  background:rgba(255,255,255,.64);
  display:flex;
  align-items:center;
  gap:7px;
  color:#776786;
  font-size:8px;
}
.news-update-line>span:nth-child(2){
  font-weight:900;
  color:#76569b;
}
.news-update-line time{
  margin-left:auto;
  color:#9b89a8;
  font-weight:700;
}
.news-live-dot{
  width:7px;
  height:7px;
  flex:0 0 auto;
  border-radius:50%;
  background:#a76fd0;
  box-shadow:0 0 0 4px rgba(167,111,208,.12);
}
.news-list{
  display:grid;
  gap:8px;
}
.news-item{
  overflow:hidden;
  border:1px solid rgba(119,79,167,.14);
  border-radius:20px;
  background:rgba(255,255,255,.74);
  box-shadow:0 9px 25px rgba(70,42,103,.055);
  backdrop-filter:blur(12px);
}
.news-item summary{
  min-height:77px;
  padding:12px 13px;
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  -webkit-tap-highlight-color:transparent;
}
.news-item summary::-webkit-details-marker{display:none}
.news-summary-main{
  min-width:0;
  display:grid;
  gap:5px;
}
.news-time{
  color:#9887a5;
  font-size:8px;
  font-weight:700;
  letter-spacing:.04em;
}
.news-title-wrap{
  min-width:0;
  display:flex;
  align-items:center;
  gap:8px;
}
.news-title-wrap strong{
  min-width:0;
  font-size:12px;
  line-height:1.45;
}
.news-tag{
  flex:0 0 auto;
  padding:4px 7px;
  border-radius:999px;
  color:#fff;
  background:#8a60b7;
  font-size:6px;
  font-weight:900;
  letter-spacing:.1em;
}
.news-tag.recruit{background:#b36ca7}
.news-tag.guide{background:#7e79b5}
.news-toggle{
  flex:0 0 30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#8a64b2;
  background:#f2eaff;
  font-size:17px;
  transition:transform .22s ease, background .22s ease;
}
.news-item[open] .news-toggle{
  transform:rotate(45deg);
  background:#e9dcfb;
}
.news-item[open] summary{
  border-bottom:1px solid rgba(119,79,167,.12);
}
.news-body{
  padding:18px 14px 16px;
  color:#5f5368;
  font-size:11px;
  line-height:1.9;
}
.news-body p{
  margin:0 0 12px;
}
.news-body h3{
  margin:19px 0 8px;
  color:#694989;
  font-size:12px;
  line-height:1.55;
}
.news-lead{
  color:#664782;
  font-size:12px;
  text-align:center;
  line-height:1.8 !important;
}
.article-note{
  padding:8px 10px;
  border-radius:12px;
  background:rgba(244,234,255,.72);
  color:#84699a;
  font-size:9px;
}
.article-phone-cta{
  margin-top:16px;
  min-height:74px;
  padding:11px 14px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(145deg,#7047a1,#a474cf);
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  box-shadow:0 10px 24px rgba(77,44,112,.14);
}
.article-phone-cta span{
  grid-column:1;
  font-size:6px;
  font-weight:900;
  letter-spacing:.16em;
  opacity:.72;
}
.article-phone-cta strong{
  grid-column:1;
  font-family:"DM Serif Display",serif;
  font-size:21px;
  font-weight:400;
  letter-spacing:.03em;
}
.article-phone-cta em{
  grid-column:2;
  grid-row:1/3;
  font-size:8px;
  font-style:normal;
  font-weight:900;
}
.howto-steps{
  display:grid;
  gap:7px;
  margin:14px 0 18px;
}
.howto-steps>div{
  padding:12px;
  border:1px solid rgba(123,87,165,.12);
  border-radius:16px;
  background:rgba(249,245,255,.78);
  display:grid;
  grid-template-columns:34px 1fr;
  column-gap:9px;
  align-items:start;
}
.howto-steps span{
  grid-row:1/3;
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#8b63b6;
  font-size:8px;
  font-weight:900;
}
.howto-steps strong{
  font-size:11px;
  color:#604476;
}
.howto-steps p{
  margin:2px 0 0;
  font-size:9px;
  line-height:1.65;
}
.rules-list{
  margin:8px 0 14px;
  padding-left:18px;
}
.rules-list li{
  margin:5px 0;
  font-size:9px;
  line-height:1.6;
}
@media(min-width:700px){
  .news-section{
    max-width:760px;
    margin:0 auto;
  }
}


/* ===== v9: recruitment section ===== */
.recruit-section{
  padding-top:28px;
  padding-bottom:30px;
}
.recruit-hero-copy{
  padding:18px 15px;
  border:1px solid rgba(126,86,171,.14);
  border-radius:20px;
  background:
    radial-gradient(circle at 100% 0%,rgba(227,195,246,.45),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.84),rgba(247,237,255,.78));
  box-shadow:0 10px 26px rgba(72,43,107,.06);
  text-align:center;
}
.recruit-hero-copy>span{
  display:block;
  color:#9566bd;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.recruit-hero-copy>strong{
  display:block;
  margin-top:7px;
  color:#604378;
  font-size:14px;
  line-height:1.65;
}
.recruit-hero-copy>p{
  margin:7px 0 0;
  color:#7f7089;
  font-size:9px;
  line-height:1.75;
}

.recruit-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:10px;
}
.recruit-point{
  min-width:0;
  min-height:122px;
  padding:12px 11px;
  border:1px solid rgba(126,86,171,.13);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  box-shadow:0 8px 22px rgba(71,42,104,.045);
  backdrop-filter:blur(10px);
}
.recruit-point>span{
  width:27px;
  height:27px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,#8c62b6,#aa79cf);
  font-size:7px;
  font-weight:900;
}
.recruit-point strong{
  display:block;
  margin-top:8px;
  color:#63487a;
  font-size:11px;
  line-height:1.5;
}
.recruit-point p{
  margin:4px 0 0;
  color:#7c7085;
  font-size:8.5px;
  line-height:1.65;
}

.recruit-condition{
  margin-top:9px;
  padding:13px 14px;
  border:1px solid rgba(126,86,171,.14);
  border-radius:18px;
  background:rgba(249,242,255,.78);
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:10px;
  align-items:center;
}
.recruit-condition span{
  padding:5px 8px;
  border-radius:999px;
  color:#fff;
  background:#8a62b4;
  font-size:7px;
  font-weight:900;
}
.recruit-condition strong{
  color:#604379;
  font-size:12px;
}
.recruit-condition p{
  grid-column:1/-1;
  margin:7px 0 0;
  color:#85748f;
  font-size:8.5px;
  line-height:1.65;
}

.recruit-images{
  display:grid;
  gap:9px;
  margin-top:12px;
}
.recruit-images img{
  width:100%;
  height:auto;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 11px 28px rgba(76,44,110,.09);
}

.recruit-contact-box{
  margin-top:10px;
  padding:16px 14px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(145deg,#7047a1,#9e70c9);
  box-shadow:0 12px 28px rgba(76,44,112,.16);
}
.recruit-contact-box>span{
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
  opacity:.72;
}
.recruit-contact-box>strong{
  display:block;
  margin-top:4px;
  font-size:14px;
}
.recruit-contact-box>p{
  margin:6px 0 12px;
  font-size:8.5px;
  line-height:1.7;
  opacity:.84;
}
.recruit-contact-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}
.recruit-contact-actions a{
  min-height:43px;
  padding:0 8px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-size:8.5px;
  font-weight:900;
}

@media(max-width:370px){
  .recruit-points{
    grid-template-columns:1fr;
  }
}
@media(min-width:700px){
  .recruit-section{
    max-width:760px;
    margin:0 auto;
  }
  .recruit-points{
    grid-template-columns:repeat(3,1fr);
  }
  .recruit-contact-actions{
    max-width:480px;
  }
}


/* ===== v10: INFORMATION alignment ===== */
.info-section .section-title{
  text-align:center !important;
}


/* ===== v11: main recruitment benefits ===== */
.recruit-main-copy{
  padding-bottom:16px;
}
.recruit-main-copy>strong{
  font-size:16px;
  line-height:1.6;
}

.recruit-main-benefits{
  display:grid;
  gap:9px;
  margin-top:10px;
}
.main-benefit{
  position:relative;
  min-height:134px;
  padding:16px 14px 14px 66px;
  overflow:hidden;
  border:1px solid rgba(137,86,183,.20);
  border-radius:21px;
  background:
    radial-gradient(circle at 100% 0%,rgba(226,190,248,.42),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(243,230,255,.86));
  box-shadow:0 12px 30px rgba(77,45,112,.09);
}
.main-benefit::after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-38px;
  width:120px;
  height:120px;
  border-radius:50%;
  border:1px solid rgba(142,96,186,.08);
}
.main-benefit-no{
  position:absolute;
  left:14px;
  top:13px;
  width:36px;
  height:20px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,#7e54ae,#aa79ce);
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}
.main-benefit-icon{
  position:absolute;
  left:15px;
  top:45px;
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#7e54a9;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(132,85,176,.12);
  font-size:15px;
  font-weight:900;
}
.main-benefit strong{
  display:block;
  color:#5e3f78;
  font-size:15px;
  line-height:1.45;
}
.main-benefit p{
  margin:7px 0 0;
  color:#776982;
  font-size:9px;
  line-height:1.75;
}

.recruit-sub-label{
  margin:16px 0 8px;
  text-align:center;
}
.recruit-sub-label span{
  display:block;
  color:#9d7bb5;
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
}
.recruit-sub-label strong{
  display:block;
  margin-top:3px;
  color:#6b507e;
  font-size:11px;
}

@media(min-width:700px){
  .recruit-main-benefits{
    grid-template-columns:repeat(3,1fr);
  }
  .main-benefit{
    min-height:180px;
    padding:18px 16px 16px;
  }
  .main-benefit-no,
  .main-benefit-icon{
    position:static;
  }
  .main-benefit-icon{
    margin-top:9px;
  }
  .main-benefit strong{
    margin-top:10px;
  }
}


/* ===== v12: recruitment hierarchy ===== */
.recruit-bullets{
  margin:8px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.recruit-bullets li{
  position:relative;
  padding:11px 12px 11px 31px;
  border-bottom:1px solid rgba(126,86,171,.13);
  background:rgba(255,255,255,.46);
  color:#65556e;
}
.recruit-bullets li:first-child{
  border-top:1px solid rgba(126,86,171,.13);
}
.recruit-bullets li::before{
  content:"♥";
  position:absolute;
  left:10px;
  top:12px;
  color:#9c6dc2;
  font-size:9px;
}
.recruit-bullets strong{
  display:block;
  color:#634879;
  font-size:10.5px;
  line-height:1.45;
}
.recruit-bullets span{
  display:block;
  margin-top:2px;
  color:#7f7188;
  font-size:8.5px;
  line-height:1.6;
}

/* Make the three main benefits visually stronger than everything below. */
.recruit-main-benefits{
  gap:10px;
}
.main-benefit{
  min-height:140px;
  border-color:rgba(128,82,176,.24);
  box-shadow:0 14px 34px rgba(78,45,112,.12);
}
.main-benefit strong{
  font-size:16px;
}
.recruit-sub-label{
  margin-top:18px;
}


/* ===== v13: recruit mobile cleanup ===== */
@media (max-width: 699px){
  .site-wrap{
    padding-bottom: 104px !important;
  }
}

.recruit-section .section-title h2{
  line-height: 1.15;
}
.recruit-section .section-title p{
  margin-top: 6px;
  line-height: 1.6;
}

.recruit-main-copy{
  padding: 18px 14px !important;
}
.recruit-main-copy > strong{
  font-size: 15px !important;
  line-height: 1.55 !important;
}
.recruit-main-copy > p{
  font-size: 9px !important;
  line-height: 1.75 !important;
}

.recruit-main-benefits{
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.main-benefit{
  min-height: 0 !important;
  padding: 14px !important;
  border-radius: 20px !important;
  overflow: visible !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(244,232,255,.88)) !important;
  box-shadow: 0 10px 26px rgba(78,45,112,.08) !important;
}

.main-benefit::after{
  display: none !important;
}

.main-benefit-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.main-benefit-no{
  position: static !important;
  flex: 0 0 auto;
  width: 40px !important;
  height: 22px !important;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 7px !important;
  line-height: 1;
}

.main-benefit strong{
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

.main-benefit-body{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.main-benefit-icon{
  position: static !important;
  flex: 0 0 38px;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1;
}

.main-benefit p{
  flex: 1 1 auto;
  margin: 0 !important;
  font-size: 9px !important;
  line-height: 1.72 !important;
  word-break: normal;
}

.recruit-sub-label{
  margin: 14px 0 6px !important;
}

.recruit-bullets{
  gap: 0 !important;
  margin-top: 6px !important;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(126,86,171,.12);
  background: rgba(255,255,255,.56);
}

.recruit-bullets li{
  padding: 10px 12px 10px 30px !important;
  background: transparent !important;
}
.recruit-bullets li + li{
  border-top: 1px solid rgba(126,86,171,.11);
}
.recruit-bullets li:first-child{
  border-top: 0 !important;
}
.recruit-bullets li::before{
  top: 11px !important;
}
.recruit-bullets strong{
  font-size: 10px !important;
  line-height: 1.45 !important;
}
.recruit-bullets span{
  margin-top: 2px !important;
  font-size: 8.5px !important;
  line-height: 1.55 !important;
}

.recruit-condition{
  margin-top: 10px !important;
}
.recruit-images{
  gap: 10px !important;
}
.recruit-contact-box{
  margin-bottom: 10px;
}

@media (min-width: 700px){
  .site-wrap{
    padding-bottom: 0 !important;
  }
  .recruit-main-benefits{
    grid-template-columns: repeat(3, 1fr);
  }
  .main-benefit{
    height: 100%;
  }
  .main-benefit-body{
    display: block;
  }
  .main-benefit-icon{
    margin-bottom: 10px !important;
  }
  .main-benefit p{
    margin-top: 8px !important;
  }
}
