:root {
  --teal: #0e6970;
  --teal-dark: #075058;
  --teal-soft: #e8f4f3;
  --blue: #315fa9;
  --orange: #ef7a2f;
  --orange-dark: #d55f18;
  --ink: #263238;
  --muted: #66777d;
  --line: #dce5e7;
  --paper: #f5f8f8;
  --white: #ffffff;
  --danger: #a14035;
  --danger-soft: #fff2ef;
  --max: 1160px;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.8; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.content-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section-space { padding: 100px 0; }

.skip-link { position: fixed; top: -70px; left: 16px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--teal-dark); }
.skip-link:focus { top: 12px; }

.utility-bar { color: var(--white); background: var(--teal-dark); font-size: 0.78rem; }
.utility-inner { width: min(var(--max), calc(100% - 48px)); min-height: 36px; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; gap: 26px; }
.utility-inner span { display: inline-flex; align-items: center; gap: 7px; }
.utility-inner svg { width: 15px; height: 15px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.98); border-bottom: 1px solid var(--line); }
.header-inner { width: min(var(--max), calc(100% - 48px)); min-height: 80px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-seal { width: 54px; height: 54px; flex: 0 0 54px; overflow: hidden; border-radius: 50%; border: 1px solid var(--line); background: #f8f7f2; }
.brand-seal img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.05); }
.brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-size: 1.05rem; color: var(--teal-dark); }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 0.55rem; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--ink); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--teal); }
.site-nav .nav-contact { padding: 10px 17px; color: var(--white); background: var(--orange); border-radius: 4px; }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; color: var(--teal-dark); background: var(--white); border: 1px solid var(--line); }

.hero { overflow: hidden; background: linear-gradient(110deg, #effafa 0%, #f7fbfb 56%, #edf4fc 100%); }
.hero-inner { width: min(var(--max), calc(100% - 48px)); min-height: 590px; margin: 0 auto; display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: 50px; }
.hero-copy { padding: 76px 0; }
.hero-tag { display: inline-flex; margin: 0 0 20px; padding: 5px 13px; color: var(--teal-dark); background: var(--teal-soft); border-left: 4px solid var(--teal); font-size: 0.86rem; font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: 1.35; letter-spacing: 0; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy > p:not(.hero-tag) { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 5px; font-weight: 700; text-decoration: none; }
.button svg { width: 19px; height: 19px; }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: var(--teal-dark); background: var(--white); border-color: var(--teal); }
.button-light { color: var(--teal-dark); background: var(--white); border-color: var(--line); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--teal-dark); font-size: 0.88rem; font-weight: 700; }
.hero-checks li { display: inline-flex; align-items: center; gap: 6px; }
.hero-checks svg { width: 17px; height: 17px; }
.hero-visual { position: relative; align-self: end; min-height: 540px; display: grid; align-items: end; justify-items: center; }
.hero-visual-bg { position: absolute; width: 430px; height: 430px; bottom: 34px; border-radius: 50%; background: #dcecef; }
.hero-visual img { position: relative; z-index: 1; width: min(510px, 100%); max-height: 540px; object-fit: contain; object-position: center bottom; }

.quick-info { color: var(--white); background: var(--teal); }
.quick-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-info article { min-height: 104px; display: flex; align-items: center; gap: 15px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,0.28); }
.quick-info article:last-child { border-right: 0; }
.quick-info svg { width: 28px; height: 28px; flex: 0 0 28px; color: #bfe5e1; }
.quick-info strong, .quick-info span { display: block; }
.quick-info strong { font-size: 0.82rem; color: #cce9e6; }
.quick-info span { font-size: 0.96rem; font-weight: 700; }

.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 0.78rem; font-weight: 800; }
.section-heading h2, .first-visit-section h2, .schedule-section h2, .access-section h2, .profile-section h2, .youtube-section h2, .disclaimer-section h2, .contact-section h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.45; letter-spacing: 0; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); }

.concerns-section { background: var(--white); }
.concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px; }
.concern-grid article { min-height: 200px; padding: 26px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.concern-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--teal); background: var(--teal-soft); border-radius: 50%; }
.concern-icon svg { width: 25px; height: 25px; }
.concern-grid h3 { margin: 18px 0 6px; font-size: 1.08rem; }
.concern-grid p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.scope-note { margin: 28px 0 0; padding: 15px 20px; color: var(--muted); background: var(--paper); border-left: 4px solid var(--teal); font-size: 0.85rem; }

.first-visit-section { padding: 72px 0; background: var(--teal-soft); }
.first-visit-grid { display: grid; grid-template-columns: 180px 1fr; gap: 48px; align-items: center; }
.first-visit-avatar { width: 180px; height: 180px; overflow: hidden; border-radius: 50%; background: var(--white); border: 6px solid var(--white); }
.first-visit-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 45%; transform: scale(1.65); }
.first-visit-grid > div:last-child > p:last-child { max-width: 760px; margin: 20px 0 0; color: var(--muted); }

.treatment-section { background: var(--white); }
.service-primary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 46px; }
.service-primary-card { display: flex; flex-direction: column; min-height: 430px; padding: 36px; background: #f7fbfb; border: 1px solid #cfe2e1; border-top: 6px solid var(--teal); border-radius: 6px; }
.service-primary-card.online-card { background: #f5f8fd; border-color: #d4dfef; border-top-color: var(--blue); }
.service-primary-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; }
.online-card .service-primary-icon { background: var(--blue); }
.service-primary-icon svg { width: 28px; height: 28px; }
.service-kicker { margin: 22px 0 4px; color: var(--teal); font-size: 0.78rem; font-weight: 800; }
.online-card .service-kicker { color: var(--blue); }
.service-primary-card h3 { margin: 0; font-size: 1.55rem; }
.service-primary-card > p:not(.service-kicker) { margin: 14px 0 22px; color: var(--muted); }
.service-primary-card dl { margin: auto 0 0; border-top: 1px solid var(--line); }
.service-primary-card dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.service-primary-card dt { color: var(--muted); }
.service-primary-card dd { margin: 0; font-weight: 700; }
.service-primary-card > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.online-card > a { color: var(--blue); }
.service-primary-card > a svg { width: 18px; height: 18px; }
.flow-heading { margin-top: 76px; }
.flow-heading h3 { margin: 0; font-size: 1.75rem; }
.flow-heading > p:last-child { margin: 10px 0 0; color: var(--muted); }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 50px 0 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.flow-list li { min-height: 260px; padding: 28px 24px; border-right: 1px solid var(--line); }
.flow-list li:last-child { border-right: 0; }
.flow-number { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 800; }
.flow-list h3 { margin: 24px 0 8px; font-size: 1.1rem; }
.flow-list p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.price-section { background: var(--paper); }
.price-grid { margin: 48px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-panel { position: relative; padding: 36px; background: var(--white); border: 1px solid var(--line); border-top: 6px solid var(--teal); border-radius: 6px; text-align: center; }
.price-panel.featured { border-top-color: var(--orange); }
.price-panel.online-price { border-top-color: var(--blue); }
.price-label { margin: 0; color: var(--teal-dark); font-weight: 800; }
.price-value { margin: 12px 0 0; line-height: 1.2; }
.price-value strong { font-size: clamp(2.6rem, 5vw, 4.2rem); }
.price-value span { margin-left: 4px; font-size: 1rem; }
.price-time { margin: 8px 0 22px; color: var(--muted); font-weight: 700; }
.price-panel > p:last-child { margin: 0; color: var(--muted); }
.price-notes { margin: 24px auto 0; padding: 20px 24px; background: var(--white); border: 1px solid var(--line); font-size: 0.82rem; color: var(--muted); }
.price-notes p { margin: 5px 0; }
.other-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.other-service-grid.compact { grid-template-columns: repeat(2, 1fr); }
.other-service-grid article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.other-service-grid svg { width: 28px; height: 28px; color: var(--teal); }
.other-service-grid h3 { margin: 0 0 5px; font-size: 1rem; }
.other-service-grid p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.schedule-section { padding: 80px 0; color: var(--white); background: var(--teal-dark); }
.schedule-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: center; }
.schedule-section .eyebrow { color: #9fd8d3; }
.schedule-section h2 { color: var(--white); }
.schedule-section .section-heading > p:last-child { color: rgba(255,255,255,0.72); }
.schedule-list { margin: 0; border-top: 1px solid rgba(255,255,255,0.3); }
.schedule-list > div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.3); }
.schedule-list dt { color: #bce4e0; }
.schedule-list dd { margin: 0; }

.access-section { background: var(--white); }
.access-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; }
.facility-gallery { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 14px; align-items: stretch; }
.facility-photo { margin: 0; }
.facility-photo-frame { height: 100%; min-height: 360px; overflow: hidden; background: var(--paper); border-radius: 6px; }
.facility-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.facility-photo:first-child .facility-photo-frame img { object-position: 50% 50%; }
.facility-photo:last-of-type .facility-photo-frame img { object-position: 52% 55%; }
.facility-photo figcaption, .source-note, .photo-source { margin-top: 10px; color: var(--muted); font-size: 0.75rem; }
.facility-photo figcaption { font-weight: 700; }
.photo-source { grid-column: 1 / -1; margin-bottom: 0; }
.facility-photo a, .source-note a { color: var(--teal); }
.photo-source a { color: var(--teal); }
.access-copy address { margin: 24px 0 0; font-style: normal; font-weight: 700; line-height: 1.9; }
.access-points { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.access-points li { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.access-points svg { width: 20px; height: 20px; color: var(--teal); }
.access-actions { margin-top: 25px; }

.profile-section { padding: 90px 0; background: #edf3fb; }
.profile-grid { display: grid; grid-template-columns: 340px 1fr; gap: 70px; align-items: center; }
.profile-image { width: 340px; height: 340px; overflow: hidden; border-radius: 50%; background: var(--white); border: 10px solid var(--white); }
.profile-image img { width: 100%; height: 100%; object-fit: cover; }
.profile-copy > p:not(.eyebrow) { margin: 20px 0 30px; color: var(--muted); }
.profile-copy dl { margin: 0; border-top: 1px solid #cbd9e9; }
.profile-copy dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid #cbd9e9; }
.profile-copy dt { color: var(--blue); font-weight: 800; }
.profile-copy dd { margin: 0; }

.youtube-section { background: var(--white); }
.youtube-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 70px; align-items: center; }
.youtube-grid > div > p:last-child { margin: 18px 0 0; color: var(--muted); }
.youtube-link { min-height: 120px; display: grid; grid-template-columns: 52px 1fr 24px; gap: 18px; align-items: center; padding: 25px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; }
.youtube-link > svg:first-child { width: 42px; height: 42px; color: #e53935; }
.youtube-link > svg:last-child { width: 20px; height: 20px; color: var(--teal); }
.youtube-link strong, .youtube-link small { display: block; }
.youtube-link small { color: var(--muted); }

.disclaimer-section { background: var(--paper); border-top: 1px solid var(--line); }
.disclaimer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 46px; margin-top: 38px; border-top: 1px solid var(--line); }
.disclaimer-grid article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.disclaimer-grid h3 { margin: 0 0 8px; font-size: 1rem; }
.disclaimer-grid p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.contact-section { color: var(--white); background: var(--teal-dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { color: #9fd8d3; }
.contact-section h2 { color: var(--white); }
.contact-grid > div:first-child > p:last-child { color: rgba(255,255,255,0.72); }
.contact-actions { display: grid; gap: 12px; }
.contact-button { min-height: 70px; justify-content: flex-start; padding-inline: 22px; }
.contact-button > span { min-width: 0; text-align: left; }
.contact-button strong, .contact-button small { display: block; }
.contact-button small { overflow-wrap: anywhere; font-weight: 400; opacity: 0.78; }
.membership-note { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.25); }
.membership-note strong { color: #bce4e0; }
.membership-note p { margin: 6px 0 0; color: rgba(255,255,255,0.65); font-size: 0.82rem; }

.site-footer { padding: 54px 0 25px; color: rgba(255,255,255,0.72); background: #183137; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-grid strong { color: var(--white); font-size: 1.05rem; }
.footer-grid p { margin: 6px 0 0; font-size: 0.82rem; }
.footer-links { display: grid; gap: 6px; align-content: start; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.72rem; }
.footer-bottom p { margin: 0; }
.mobile-contact-bar { display: none; }

:focus-visible { outline: 3px solid #ffb276; outline-offset: 3px; }

@media (max-width: 960px) {
  .menu-button { display: grid; }
  .site-nav { position: absolute; top: 80px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(21,51,55,0.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-contact { margin-top: 12px; text-align: center; border-bottom: 0; }
  .hero-inner { grid-template-columns: 1fr 0.75fr; gap: 20px; }
  .hero-visual-bg { width: 330px; height: 330px; }
  .quick-info-grid { grid-template-columns: 1fr; }
  .quick-info article { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.28); }
  .quick-info article:last-child { border-bottom: 0; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .flow-list li:nth-child(2) { border-right: 0; }
  .flow-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .other-service-grid { grid-template-columns: 1fr; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-grid, .access-grid, .profile-grid, .youtube-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .facility-gallery { max-width: 760px; }
  .profile-image { margin-inline: auto; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; font-size: 15px; }
  .content-shell, .header-inner, .hero-inner, .utility-inner { width: calc(100% - 32px); }
  .section-space { padding: 72px 0; }
  .utility-inner { min-height: 32px; justify-content: center; }
  .utility-inner span:nth-child(2), .utility-inner span:nth-child(3) { display: none; }
  .header-inner { min-height: 68px; }
  .brand-seal { width: 43px; height: 43px; flex-basis: 43px; }
  .brand-copy strong { font-size: 0.94rem; }
  .brand-copy small { display: none; }
  .site-nav { top: 68px; }
  .hero { background: #f1f9f9; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 54px 0 0; }
  .hero-tag { font-size: 0.76rem; }
  .hero h1 { font-size: 2.15rem; }
  .hero-copy > p:not(.hero-tag) { font-size: 0.96rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-checks { gap: 12px; font-size: 0.78rem; }
  .hero-visual { min-height: 350px; margin-top: 15px; }
  .hero-visual-bg { width: 295px; height: 295px; bottom: 15px; }
  .hero-visual img { max-height: 360px; }
  .quick-info article { padding: 18px 6px; }
  .quick-info-grid { width: calc(100% - 44px); }
  .section-heading h2, .first-visit-section h2, .schedule-section h2, .access-section h2, .profile-section h2, .youtube-section h2, .disclaimer-section h2, .contact-section h2 { font-size: 1.85rem; }
  .concern-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .concern-grid article { min-height: 185px; padding: 20px 16px; }
  .concern-grid h3 { font-size: 0.98rem; }
  .concern-grid p { font-size: 0.8rem; }
  .first-visit-section { padding: 58px 0; }
  .first-visit-grid { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .first-visit-avatar { width: 130px; height: 130px; margin-inline: auto; }
  .service-primary-grid { grid-template-columns: 1fr; }
  .service-primary-card { min-height: 0; padding: 28px 22px; }
  .flow-heading { margin-top: 58px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { min-height: 0; display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 22px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-list li:nth-child(2) { border-right: 0; }
  .flow-list li:last-child { border-bottom: 0; }
  .flow-list h3 { margin: 0 0 5px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-panel { padding: 30px 20px; }
  .other-service-grid, .other-service-grid.compact { grid-template-columns: 1fr; margin-top: 40px; }
  .schedule-section { padding: 64px 0; }
  .schedule-list > div { grid-template-columns: 0.8fr 1.2fr; gap: 12px; }
  .facility-gallery { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .facility-photo, .photo-source { min-width: 0; }
  .photo-source { overflow-wrap: anywhere; }
  .facility-photo-frame { width: 100%; height: auto; min-height: 0; aspect-ratio: 1.35 / 1; }
  .profile-section { padding: 70px 0; }
  .profile-image { width: 250px; height: 250px; }
  .profile-copy dl > div { grid-template-columns: 85px 1fr; gap: 12px; }
  .youtube-link { grid-template-columns: 42px 1fr 20px; padding: 20px 16px; }
  .youtube-link > svg:first-child { width: 36px; height: 36px; }
  .disclaimer-grid { grid-template-columns: 1fr; }
  .contact-section { padding-bottom: 78px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: grid; gap: 14px; }
  .mobile-contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; min-height: 64px; display: grid; grid-template-columns: 1.35fr 0.65fr; color: var(--white); box-shadow: 0 -4px 18px rgba(26,54,59,0.16); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; font-weight: 800; text-decoration: none; }
  .mobile-contact-bar a:first-child { background: var(--orange); }
  .mobile-contact-bar a:last-child { background: var(--teal); }
  .mobile-contact-bar svg { width: 19px; height: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
