@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap');
:root{--red:#e5202d;--ink:#111214;--paper:#fff;--muted:#62666c;--line:#dedfe2;--dark:#151618;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font-family:'Noto Sans JP',sans-serif;font-size:16px;line-height:1.8}a{color:inherit;text-decoration:none}button,summary{font:inherit}img{max-width:100%;display:block}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #307bd5;outline-offset:5px}button{cursor:pointer}.red{color:var(--red)}.skip{position:fixed;top:-100px;background:#fff;z-index:100;padding:12px}.skip:focus{top:8px}.header{height:100px;padding:10px max(32px,calc((100vw - 1440px)/2));display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid #e6e6e6}.brand{display:flex;align-items:center;gap:16px;flex-shrink:0}.brand img{width:102px;height:70px;object-fit:contain}.brand>span{font-family:Oswald,sans-serif;font-size:24px;font-weight:700;line-height:1.15;letter-spacing:.02em}.brand small{display:block;font:12px 'Noto Sans JP',sans-serif;letter-spacing:.12em;margin-top:7px}.header nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:700}.header nav a{white-space:nowrap}.header nav a:hover{color:var(--red)}.header .nav-cta{background:var(--red);color:#fff;padding:13px 24px}.menu-toggle{display:none}.hero{background:#101113;color:#fff;position:relative;min-height:700px;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:0 0 0 32%;z-index:-2;background:url('assets/gym-training.jpg') center/cover no-repeat}.hero:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#101113 4%,rgba(16,17,19,.95) 27%,rgba(16,17,19,.5) 56%,rgba(16,17,19,.18)),linear-gradient(0deg,rgba(16,17,19,.6),transparent 40%)}.hero-content{max-width:var(--max);margin:auto;padding:95px 32px 120px}.eyebrow{font-family:Oswald,'Noto Sans JP',sans-serif;font-size:14px;letter-spacing:.16em;font-weight:600;margin:0 0 20px}.hero .eyebrow{display:flex;align-items:center;gap:14px}.hero .eyebrow:before{content:'';width:35px;height:3px;background:var(--red)}h1{font-size:clamp(42px,5.1vw,74px);font-weight:900;letter-spacing:.015em;line-height:1.4;margin:0 0 23px}h2{font-size:clamp(28px,3vw,42px);line-height:1.5;margin:0;letter-spacing:.01em}h3{line-height:1.5}.hero-copy{font-size:18px;line-height:2;margin-bottom:33px}.hero-actions{display:flex;align-items:center;gap:30px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:36px;padding:17px 26px;font-size:16px;font-weight:700;min-height:58px;border:1px solid transparent}.red-button{background:var(--red);color:#fff}.red-button:hover{background:#c91522}.button span{font-size:23px;line-height:1}.text-link{font-size:15px;font-weight:600;border-bottom:1px solid;padding:8px 0;display:inline-flex;gap:25px;align-items:center}.hero-location{font-size:13px;color:#c3c5c8;margin-top:35px}.hero-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;max-width:var(--max);margin:auto;padding:15px 32px;border-top:1px solid #ffffff30}.hero-bottom>span{font-family:Oswald,sans-serif;font-weight:700;font-size:42px;letter-spacing:.04em;color:#fff}.hero-bottom a{font-family:Oswald,sans-serif;font-size:12px;letter-spacing:.12em}.section{max-width:var(--max);padding:90px 32px;margin:auto}.section-heading{margin-bottom:35px}.section-heading .eyebrow{margin-bottom:10px}.news-section{display:grid;grid-template-columns:1fr 1.65fr;gap:65px;padding-top:65px;padding-bottom:65px}.news-section h2{font-size:25px}.news-row{display:grid;grid-template-columns:95px 80px 1fr 22px;align-items:center;gap:14px;padding:22px 0;border-bottom:1px solid var(--line)}.news-row:first-child{border-top:1px solid var(--line)}.news-row time{color:var(--muted);font-size:13px;font-family:Oswald,sans-serif}.news-tag{font-size:12px;color:var(--red);font-weight:600}.news-title{font-size:15px;font-weight:600;line-height:1.7}.news-row:hover .news-title{color:var(--red)}

.news-row{grid-template-columns:95px 1fr 22px;list-style:none;cursor:pointer}.news-row::-webkit-details-marker{display:none}.news-item[open] .plus{transform:rotate(45deg)}.plus{display:block;font-size:21px;transition:transform .2s}.news-body{padding:8px 0 15px 109px;font-size:15px;color:var(--muted)}.about-section{background:#f3f4f5;border-top:1px solid #e8e8e8}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.body-copy{color:#454a50;line-height:2.1;margin:24px 0}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;border-top:1px solid #cfd1d5;padding-top:24px}.about-facts strong{font-size:22px;display:block}.about-facts span{font-size:13px;color:var(--muted);display:block;margin-top:7px}.about-photo{margin:0;position:relative}.about-photo img{aspect-ratio:4/4.4;object-fit:cover;width:100%;border-bottom:5px solid var(--red)}.about-photo figcaption{margin-top:12px;font-size:13px;color:var(--muted)}.classes-section{background:var(--dark);color:#fff}.split-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.split-heading>p{color:#aeb1b6}.class-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #4b4e53}.class-grid article{padding:30px 25px 0;border-right:1px solid #414449}.class-grid article:first-child{padding-left:0}.class-grid article:last-child{border-right:0;padding-right:0}.class-number{font-family:Oswald,sans-serif;color:#81858d;font-size:14px}.class-grid h3{font-family:Oswald,sans-serif;font-size:27px;margin:26px 0 8px;letter-spacing:.01em}.class-grid h4{font-size:16px;margin:0 0 18px}.class-grid p{font-size:15px;color:#bfc2c7;line-height:1.9;min-height:120px}.class-grid a{display:flex;justify-content:space-between;border-top:1px solid #45484e;padding:16px 0;font-size:14px;color:#fff}.class-grid a:hover{color:#ff5b65}.section-intro{color:var(--muted);margin-top:18px;line-height:1.9}.schedule-tabs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-top:32px;border-bottom:2px solid var(--ink)}.schedule-tabs button{background:#f0f1f3;border:0;border-right:1px solid #fff;min-height:80px;color:var(--muted);transition:background .2s}.schedule-tabs button span{font-size:19px;font-weight:700;display:block;line-height:1.5}.schedule-tabs button small{font-family:Oswald,sans-serif;font-size:12px;letter-spacing:.1em}.schedule-tabs button[aria-selected=true]{background:var(--ink);color:#fff;border-top:3px solid var(--red)}.schedule-tabs button:hover{background:#dedfe1;color:#111}.schedule-tabs button[aria-selected=true]:hover{background:var(--ink);color:#fff}.day-panel[hidden]{display:none}.day-panel{padding:24px 0 0}.day-heading{display:flex;justify-content:space-between;align-items:center;padding:0 0 17px;border-bottom:1px solid var(--line)}.day-heading h3{font-size:23px;margin:0}.day-heading p{font-size:14px;color:var(--muted);margin:0}.day-heading strong{font-family:Oswald,sans-serif;color:var(--ink);font-size:20px;letter-spacing:.02em;margin-left:12px}.schedule-row{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:35px;padding:22px 24px;border-bottom:1px solid var(--line);border-left:4px solid var(--red);margin-top:12px;background:#f8f8f9}.schedule-row.grappling{border-left-color:#d0a319}.schedule-row.wrestling{border-left-color:#c76d25}.schedule-row.mma{border-left-color:#7264a8}.schedule-row.open{border-left-color:#49725c}.schedule-row time{font-family:Oswald,sans-serif;font-size:24px}.schedule-row h3{font-size:19px;margin:0 0 3px}.schedule-row p{font-size:13px;color:var(--muted);margin:0}.schedule-notes{margin-top:25px;color:var(--muted);font-size:14px;line-height:1.9}.schedule-notes p{margin:8px 0}.trial-section{background:#cd1725;color:#fff}.trial-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px}.trial-grid h2{font-size:36px}.trial-grid>div>p{line-height:2}.trial-price{display:flex;align-items:center;gap:28px;margin:24px 0}.trial-price>span{font-size:16px}.trial-price strong{font-size:48px;line-height:1.3;font-weight:900}.trial-fine{font-size:14px}.white-button{background:#fff;color:var(--ink);margin-top:18px}.white-button:hover{background:#e9e9eb}.trial-checklist{border-left:1px solid #ffffff50;padding-left:50px}.trial-checklist h3{margin:0 0 23px;font-size:23px}.trial-checklist dl{margin:0}.trial-checklist dl>div+div{border-top:1px solid #ffffff40;margin-top:23px;padding-top:23px}.trial-checklist dt{font-size:16px;font-weight:700}.trial-checklist dd{margin:9px 0 0;font-size:15px;line-height:1.9}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.price-card{border:1px solid var(--line);border-top:4px solid var(--ink);padding:28px 28px 30px;background:#fff}.price-card>p{font-size:14px;color:var(--muted);margin:0 0 10px}.price-card h3{font-size:24px;margin:0 0 27px}.price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.price strong{font-family:Oswald,sans-serif;font-size:50px;color:var(--red);line-height:1.25}.price>span{font-size:15px}.other-prices{margin:30px 0}.other-prices>div{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:20px 0;border-bottom:1px solid var(--line)}.other-prices dt{font-weight:600}.other-prices dt small{display:block;color:var(--muted);font-size:13px;font-weight:400;margin-top:5px}.other-prices dd{font-family:Oswald,sans-serif;font-size:27px;margin:0;white-space:nowrap}.other-prices dd>span{font-family:'Noto Sans JP',sans-serif;font-size:14px;margin-left:6px}.initial-fees{display:grid;grid-template-columns:1fr 1fr 2fr;background:#f2f3f4;padding:28px;gap:25px;align-items:center}.initial-fees>div{border-right:1px solid #cfd2d6;padding-right:25px}.initial-fees span{font-size:14px;display:block}.initial-fees strong{font-family:Oswald,sans-serif;font-size:29px;font-weight:600;white-space:nowrap}.initial-fees strong small{font-family:'Noto Sans JP',sans-serif;font-size:14px;margin-left:5px}.initial-fees p{font-size:14px;color:#52575e;margin:0;line-height:1.9}.fine-print{font-size:14px;color:var(--muted);line-height:1.9}.detail-block{border:1px solid var(--line);margin:30px 0}.detail-block summary{padding:22px 26px;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;cursor:pointer;list-style:none;gap:20px}.detail-block summary::-webkit-details-marker{display:none}.detail-block[open] summary span{transform:rotate(45deg)}.detail-content{padding:0 26px 26px;border-top:1px solid var(--line)}.detail-content h3{font-size:20px;margin-top:26px}.ticket-prices{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.ticket-prices p{font-size:14px}.ticket-prices strong{display:block;font-size:20px;margin-top:6px}.join-flow{margin-top:60px;padding-top:35px;border-top:2px solid var(--ink)}.join-flow>h3{font-size:25px}.join-flow ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:0;list-style:none;margin:35px 0}.join-flow li{display:flex;gap:18px}.join-flow li>span{font-family:Oswald,sans-serif;color:var(--red);font-size:34px;line-height:1.3}.join-flow h4{font-size:17px;margin:0}.join-flow li p{font-size:14px;color:var(--muted);margin:8px 0 0}.join-flow>.button{min-width:290px}.team-section{background:#f3f4f5}.chairman{display:grid;grid-template-columns:230px 1fr;gap:50px;align-items:center;margin-top:40px;padding-bottom:45px;border-bottom:1px solid #d4d6d9}.chairman img{width:230px;height:auto}.chairman .eyebrow{font-size:13px}.chairman h3{font-size:32px;margin:0 0 16px}.chairman h3 small{font-size:15px;font-weight:500;margin-left:20px}.chairman p{max-width:730px;color:#4f555d}.chairman .chairman-quote{font-size:20px;font-weight:700;color:var(--ink);line-height:1.9;margin-bottom:0}.fighter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:850px;margin:45px auto}.fighter-photo{background:#181a21}.fighter-photo img{width:100%;height:auto;aspect-ratio:4/5;object-fit:contain}.fighter-en{font:13px Oswald,sans-serif;letter-spacing:.12em;color:var(--red);margin:20px 0 8px}.fighter-grid h3{font-size:25px;margin:0}.fighter-grid .fighter-bio{font-size:14px;color:var(--muted);margin-top:8px}.coach-list{border-top:1px solid #d4d6d9;margin-top:40px;padding-top:26px}.coach-list h3{font:24px Oswald,sans-serif}.coach-list h3 span{font:14px 'Noto Sans JP',sans-serif;margin-left:15px}.coach-list dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;margin:25px 0 35px}.coach-list dt{font-weight:700;font-size:18px}.coach-list dd{margin:5px 0 0;font-size:14px;color:var(--muted)}.faq-list{margin-top:35px;border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:grid;grid-template-columns:25px 1fr 23px;align-items:center;gap:20px;padding:25px 0;list-style:none;cursor:pointer;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.question-mark{font:25px Oswald,sans-serif;color:var(--red)}.faq-list details>p{margin:0;padding:0 43px 26px;color:var(--muted);line-height:2}.faq-list details[open] .plus{transform:rotate(45deg)}.access-section{background:#f3f4f5}.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.access-lead{font-size:20px;line-height:1.9;margin:24px 0}.access-grid h3{margin-top:32px;font-size:20px}.access-grid address{font-style:normal;font-size:15px;line-height:1.9}.hours{max-width:380px;margin:27px 0}.hours>div{display:flex;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);padding:9px 0;font-size:15px}.hours dd{margin:0}.dark-button{background:var(--ink);color:#fff}.dark-button:hover{background:#333}.access-photo{aspect-ratio:4/3;object-fit:cover;width:100%}.contact-links{margin-top:28px}.contact-links>a:first-child{display:block;margin-bottom:18px}.contact-links span{display:block;font-size:14px;color:var(--muted)}.contact-links strong{font-family:Oswald,sans-serif;font-weight:500;font-size:38px;line-height:1.7}.closing{background:#151618;text-align:center;color:#fff;padding:75px 24px}.closing .eyebrow{color:#bbbfc4}.closing h2{font-size:38px;margin-bottom:30px}footer{padding:45px 40px 25px;max-width:1440px;margin:auto}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:35px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:13px 30px;font-size:13px}.footer-links a:hover{color:var(--red)}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted);font-size:12px}.footer-bottom small{font-size:12px}.footer-bottom a{font-family:Oswald,sans-serif;color:var(--ink);font-size:13px}.mobile-cta{display:none}
@media(min-width:1500px){.hero{min-height:760px}.hero-content{padding-top:110px}}
@media(max-width:1150px){.header{padding:10px 24px;height:88px;gap:20px}.brand{gap:10px}.brand img{width:80px;height:58px}.brand>span{font-size:21px}.brand small{font-size:12px;letter-spacing:0}.header nav{gap:16px;font-size:13px}.header .nav-cta{padding:11px 18px}.about-grid,.trial-grid,.access-grid{gap:45px}.class-grid article{padding-left:20px;padding-right:20px}.class-grid h3{font-size:23px}.class-grid p{min-height:145px}.news-section{gap:35px}.trial-checklist{padding-left:35px}.price strong{font-size:44px}}
@media(max-width:930px){.header{height:80px}.header nav{display:none;position:absolute;left:0;right:0;top:80px;background:#fff;padding:18px 24px 25px;border-top:1px solid var(--line);box-shadow:0 15px 20px #0002;max-height:calc(100dvh - 80px);overflow-y:auto}.header nav.is-open{display:grid;gap:0}.header nav a{padding:15px 0;border-bottom:1px solid #e8e8e8;font-size:16px}.header nav .nav-cta{padding:13px 20px;margin-top:15px;text-align:center}.menu-toggle{display:flex;align-items:center;gap:20px;background:none;border:0;font-size:14px;font-weight:700;padding:12px 0 12px 12px}.menu-toggle>span{font-size:24px;line-height:1}.hero{min-height:665px}.hero-content{padding-top:75px}.hero-image{left:20%}.hero:before{background:linear-gradient(90deg,rgba(16,17,19,.95),rgba(16,17,19,.68) 50%,rgba(16,17,19,.2)),linear-gradient(0deg,rgba(16,17,19,.7),transparent 60%)}.news-section{grid-template-columns:1fr;gap:15px}.news-section .section-heading{margin:0}.news-section .eyebrow{margin-bottom:5px}.about-grid{gap:35px}.about-facts{grid-template-columns:1fr;gap:18px}.class-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.class-grid article{padding:25px 20px}.class-grid article:nth-child(2){border-right:0}.class-grid article:nth-child(3){padding-left:0;border-top:1px solid #414449}.class-grid article:nth-child(4){border-top:1px solid #414449}.class-grid p{min-height:70px}.trial-grid{gap:30px}.trial-grid h2{font-size:29px}.price-card{padding:22px 20px}.price-card h3{font-size:21px}.price strong{font-size:40px}.initial-fees{grid-template-columns:1fr 1fr}.initial-fees>div:nth-child(2){border:0}.initial-fees>p{grid-column:1/-1}.chairman{gap:30px;grid-template-columns:190px 1fr}.chairman img{width:190px}.coach-list dl{grid-template-columns:repeat(2,1fr)}.access-grid{gap:35px}.footer-top{align-items:flex-start}.footer-links{grid-template-columns:1fr}.footer-bottom{flex-wrap:wrap}}
@media(max-width:640px){html{scroll-padding-top:78px}.header{height:76px;padding:7px 20px}.brand img{width:77px;height:54px}.brand>span{font-size:22px}.brand small{font-size:12px}.header nav{top:76px}.menu-toggle{font-size:13px;gap:8px}.hero{min-height:645px}.hero-content{padding:56px 23px 125px}.hero .eyebrow{font-size:12px;letter-spacing:.11em;gap:10px}.hero .eyebrow:before{width:20px}h1{font-size:clamp(34px,9.7vw,56px);line-height:1.5;margin-bottom:20px;letter-spacing:0}.hero-copy{font-size:16px;line-height:2}.hero-actions{flex-direction:column;align-items:flex-start;gap:13px}.hero-actions .button{min-width:250px}.hero-location{font-size:12px;max-width:280px;line-height:1.9;margin-top:23px}.hero-image{left:0;background-position:60% center}.hero:before{background:linear-gradient(90deg,rgba(16,17,19,.89),rgba(16,17,19,.55)),linear-gradient(0deg,#101113,transparent 55%)}.hero-bottom{padding:17px 23px}.hero-bottom>span{font-size:29px}.hero-bottom a{font-size:12px;max-width:82px;text-align:right;line-height:1.5}.section{padding:58px 23px}.section-heading{margin-bottom:27px}.section-heading h2{font-size:27px}.section-heading .eyebrow{font-size:13px}.news-section{padding-top:35px;padding-bottom:35px}.news-section h2{font-size:23px}.news-row{grid-template-columns:70px 1fr 18px;gap:12px;padding:19px 0}.news-title{font-size:14px}.news-body{padding:0 0 10px;font-size:14px}.about-grid{grid-template-columns:1fr;gap:28px}.about-grid h2{font-size:30px}.body-copy{font-size:15px;margin-top:20px}.about-facts{grid-template-columns:1fr 1fr;gap:15px}.about-facts strong{font-size:19px}.about-facts span{font-size:12px}.about-photo img{aspect-ratio:4/3}.split-heading{display:block}.split-heading .text-link{margin-top:18px;font-size:14px}.split-heading>p{font-size:15px}.class-grid article{padding:23px 14px 5px}.class-grid h3{font-size:22px;letter-spacing:-.02em;margin-top:18px}.class-grid h4{font-size:14px;min-height:42px}.class-grid p{font-size:14px;min-height:145px;line-height:1.9}.class-grid a{font-size:13px}.section-intro{font-size:15px}.schedule-tabs{margin-top:25px}.schedule-tabs button{padding:13px 2px;min-height:72px}.schedule-tabs button span{font-size:17px}.schedule-tabs button small{font-size:12px;letter-spacing:0}.day-heading h3{font-size:20px}.day-heading p{font-size:12px}.day-heading strong{font-size:17px;margin-left:6px}.schedule-row{grid-template-columns:1fr;gap:5px;padding:17px 16px}.schedule-row time{font-size:20px}.schedule-row h3{font-size:17px}.schedule-notes{font-size:13px}.trial-grid{grid-template-columns:1fr;gap:35px}.trial-grid h2{font-size:29px}.trial-grid>div>p{font-size:15px}.trial-grid>div>p.trial-fine{font-size:13px}.trial-price{gap:22px}.trial-checklist{border-left:0;border-top:1px solid #ffffff50;padding:30px 0 0}.trial-checklist h3{font-size:21px}.trial-checklist dd{font-size:14px}.price-grid{grid-template-columns:1fr;gap:15px;margin-top:27px}.price-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;column-gap:10px;padding:22px;border-top:1px solid var(--line);border-left:4px solid var(--ink)}.price-card>p{grid-column:1/-1;margin-bottom:9px;font-size:13px}.price-card h3{font-size:20px;margin:0}.price{justify-content:flex-end;gap:4px}.price strong{font-size:34px}.price>span{font-size:12px}.other-prices>div{align-items:flex-start;gap:15px}.other-prices dt{font-size:14px}.other-prices dt small{font-size:12px}.other-prices dd{font-size:23px}.other-prices dd>span{font-size:12px;display:block;margin-left:0;text-align:right}.initial-fees{padding:20px;gap:20px}.initial-fees p{font-size:13px}.fine-print{font-size:13px}.detail-block summary{padding:19px 18px;font-size:14px}.detail-content{padding:0 18px 20px;font-size:14px}.ticket-prices{grid-template-columns:repeat(2,1fr);gap:0 15px}.ticket-prices strong{font-size:18px}.join-flow{margin-top:40px}.join-flow>h3{font-size:23px}.join-flow ol{grid-template-columns:1fr;gap:24px}.join-flow li{gap:22px}.join-flow>.button{min-width:0;width:100%}.chairman{grid-template-columns:1fr;gap:24px;padding-bottom:30px}.chairman img{width:180px;height:auto}.chairman h3{font-size:27px}.chairman h3 small{display:block;font-size:14px;margin-left:0;margin-top:6px}.chairman p{font-size:15px}.chairman .chairman-quote{font-size:18px}.desktop-only{display:none}.fighter-grid{gap:18px;margin:30px 0}.fighter-en{font-size:12px;letter-spacing:.02em;margin-top:13px}.fighter-grid h3{font-size:21px}.fighter-grid .fighter-bio{font-size:13px}.coach-list{padding-top:15px;margin-top:25px}.coach-list dt{font-size:16px}.coach-list dd{font-size:13px}.faq-list summary{grid-template-columns:21px 1fr 18px;gap:13px;font-size:15px;padding:22px 0}.faq-list details>p{font-size:14px;padding:0 0 22px 34px}.access-grid{grid-template-columns:1fr;gap:32px}.access-lead{font-size:19px}.access-grid address{font-size:14px}.access-photo{aspect-ratio:4/3}.contact-links strong{font-size:34px}.closing{padding:55px 23px}.closing h2{font-size:29px}.closing .eyebrow{font-size:13px}footer{padding:35px 23px 90px}.footer-top{flex-direction:column;gap:25px}.footer-links{gap:15px;font-size:13px}.footer-bottom{font-size:12px;display:grid;gap:10px}.footer-bottom small{font-size:12px}.mobile-cta{display:grid;position:fixed;bottom:0;left:0;right:0;grid-template-columns:1fr 1.8fr;background:#fff;z-index:25;border-top:1px solid #dedfe2;padding-bottom:env(safe-area-inset-bottom)}.mobile-cta a{padding:15px 12px;text-align:center;font-size:14px;font-weight:700}.mobile-cta a:last-child{background:var(--red);color:#fff}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Keep essential Japanese reading text comfortable on mobile and desktop. */
.body-copy,.class-grid p,.trial-checklist dd,.trial-grid>div>p,.detail-content,.join-flow li p,.chairman p,.faq-list details>p,.news-body{font-size:16px}.class-grid h4,.class-grid a,.fighter-grid .fighter-bio,.coach-list dd,.schedule-row p,.hero-actions .text-link{font-size:14px}.brand small{font-size:12px}.class-grid p{min-height:150px}@media(max-width:640px){.class-grid p{min-height:205px}.trial-grid>div>p.trial-fine{font-size:14px}.price-card{grid-template-columns:1fr auto}.price strong{font-size:32px}.access-grid address{font-size:16px}.fine-print,.schedule-notes{font-size:14px}}

/* Always-visible language control, shared by both language pages. */
.header{gap:18px}.header>nav{order:1;margin-left:auto;gap:20px}.language-switch{order:2;display:flex;flex:none;padding:3px;border:1px solid var(--line);border-radius:5px;background:#f3f4f5;gap:2px}.language-switch a{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:38px;font:700 14px/1 sans-serif;border-radius:2px;transition:background .15s,color .15s}.language-switch a:hover{background:#e3e4e6}.language-switch a[aria-current=page]{background:var(--ink);color:#fff}.menu-toggle{order:3}.menu-label{font-weight:700}
html[lang=en] body{font-family:Arial,'Noto Sans JP',sans-serif;line-height:1.75}html[lang=en] h1{font-family:Oswald,Arial,sans-serif;text-transform:uppercase;line-height:1.18;font-size:clamp(48px,6vw,86px);letter-spacing:0}html[lang=en] h2{line-height:1.25}html[lang=en] .hero-copy{line-height:1.7}html[lang=en] .hero-location{max-width:580px}html[lang=en] .schedule-tabs button small{display:none}html[lang=en] .schedule-tabs button span{font-family:Oswald,Arial,sans-serif;font-size:20px}html[lang=en] .schedule-tabs button{min-height:74px}html[lang=en] .class-grid h4{min-height:42px}html[lang=en] .class-grid p{min-height:180px}html[lang=en] .price>span{font-size:14px}html[lang=en] .price-card h3{min-height:36px}html[lang=en] .chairman h3 small{display:block;margin:6px 0 0}html[lang=en] .fighter-en{display:none}html[lang=en] .fighter-grid h3{margin-top:18px}html[lang=en] .other-prices dt{max-width:65%}html[lang=en] .initial-fees strong small{font-size:14px}
@media(max-width:1250px){.header{height:80px}.header>nav{display:none;position:absolute;left:0;right:0;top:80px;background:#fff;padding:18px 24px 25px;border-top:1px solid var(--line);box-shadow:0 15px 20px #0002;max-height:calc(100dvh - 80px);overflow-y:auto;margin-left:0}.header>nav.is-open{display:grid;gap:0}.header>nav a{padding:15px 0;border-bottom:1px solid #e8e8e8;font-size:16px}.header>nav .nav-cta{padding:13px 20px;margin-top:15px;text-align:center}.menu-toggle{display:flex;align-items:center;gap:12px;background:none;border:0;font-size:14px;font-weight:700;padding:10px 0 10px 5px;min-height:44px}.menu-toggle>span{font-size:24px;line-height:1}.language-switch{margin-left:auto}}
@media(max-width:640px){.header{height:76px;padding:7px 16px;gap:12px}.header>nav{top:76px;max-height:calc(100dvh - 76px)}.header .brand{gap:8px}.header .brand img{width:60px;height:50px}.header .brand>span{font-size:21px}.header .brand small{display:none}.language-switch a{min-width:38px;min-height:38px}.menu-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.menu-toggle{min-width:34px;justify-content:center;padding:8px 0}html[lang=en] .hero{min-height:665px}html[lang=en] h1{font-size:clamp(44px,11.5vw,68px)}html[lang=en] .hero-location{max-width:290px;font-size:14px}html[lang=en] .class-grid p{min-height:0}html[lang=en] .class-grid{grid-template-columns:1fr}html[lang=en] .class-grid article{padding:24px 0;border-right:0;border-bottom:1px solid #414449;border-top:0}html[lang=en] .class-grid article:last-child{border-bottom:0}html[lang=en] .class-grid h4{min-height:0}html[lang=en] .class-grid h3{font-size:28px;margin:10px 0}html[lang=en] .class-number{float:right}html[lang=en] .schedule-tabs button span{font-size:16px}html[lang=en] .day-heading{align-items:flex-start;gap:10px}html[lang=en] .price{display:block;text-align:right}html[lang=en] .price>span{display:block}html[lang=en] .price-card h3{min-height:0}html[lang=en] .other-prices dd>span{font-size:14px}html[lang=en] .initial-fees>div{padding-right:10px}html[lang=en] .coach-list dl{grid-template-columns:1fr 1fr;gap:22px 15px}html[lang=en] .about-facts{grid-template-columns:1fr}html[lang=en] .access-grid h3{font-size:18px}html[lang=en] .trial-price{flex-wrap:wrap;gap:8px 22px}}
@media(max-width:360px){.header{padding-inline:12px;gap:8px}.header .brand img{width:48px}.header .brand>span{font-size:19px}.language-switch a{min-width:34px}}

/* Real moments from the gym; keep faces and techniques visible. */
.atmosphere-section{background:#fff}.atmosphere-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px}.atmosphere-gallery figure{margin:0;min-width:0}.atmosphere-gallery img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.atmosphere-feature{grid-column:1/-1}.atmosphere-feature img{aspect-ratio:16/9;object-position:50% 75%}.atmosphere-gallery figcaption{padding-top:18px}.photo-number{font:500 14px/1.5 Oswald,sans-serif;color:var(--red);letter-spacing:.08em}.atmosphere-gallery h3{font-size:21px;margin:7px 0 0}.atmosphere-section .section-intro{max-width:760px}.header>nav{gap:16px}
@media(max-width:1400px) and (min-width:1251px){.header{padding-inline:20px;gap:12px}.header>nav{gap:12px;font-size:13px}.header .nav-cta{padding-inline:14px}.header .brand img{width:70px}.header .brand>span{font-size:21px}.header .brand small{letter-spacing:0}}
@media(max-width:640px){.atmosphere-gallery{grid-template-columns:1fr;gap:30px}.atmosphere-feature{grid-column:auto}.atmosphere-feature img{aspect-ratio:4/3}.atmosphere-gallery h3{font-size:20px}.atmosphere-gallery figcaption{padding-top:14px}.atmosphere-section .section-heading h2{font-size:27px}}
.instagram-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:65px;align-items:center;margin-top:60px;padding-top:55px;border-top:1px solid var(--line)}.instagram-copy h3{font-size:clamp(26px,3vw,36px);margin:0 0 20px}.instagram-copy>p{font-size:16px}.instagram-copy .eyebrow{font-size:14px}.instagram-copy .instagram-account{font:500 32px/1.4 Oswald,sans-serif;letter-spacing:.01em;margin:25px 0}.instagram-copy .instagram-help{font-size:14px;color:var(--muted);max-width:370px}.instagram-help a{text-decoration:underline;text-underline-offset:3px}.instagram-feed{width:100%;min-width:0;max-width:540px;justify-self:end}.instagram-feed .instagram-media{background:#fff;width:100%!important;min-width:0!important;max-width:540px!important;margin:0!important;border:1px solid var(--line);border-radius:3px}.instagram-feed blockquote{padding:32px;min-height:220px;display:flex;flex-direction:column;justify-content:center;gap:12px}.instagram-feed blockquote>a{font-weight:700;text-decoration:underline}.instagram-feed blockquote>p{font-size:14px;color:var(--muted);margin:0}
@media(max-width:930px){.instagram-layout{gap:30px}.instagram-copy h3{font-size:27px}}
@media(max-width:640px){.instagram-layout{grid-template-columns:minmax(0,1fr);gap:24px;margin-top:40px;padding-top:35px}.instagram-feed{justify-self:center}.instagram-copy .instagram-account{font-size:28px;margin:18px 0}.instagram-copy .instagram-help{max-width:none}}
.atmosphere-gallery figcaption>p{margin:10px 0 0;font-size:16px;color:var(--muted)}.gym-film{margin-top:55px;padding:30px;background:var(--dark);color:#fff}.gym-film-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:25px}.gym-film-heading .eyebrow{color:#ff5c66;margin-bottom:9px}.gym-film-heading h3{font-size:27px;margin:0}.gym-film-heading>p{font-size:14px;color:#d0d2d5;margin:0;white-space:nowrap}.gym-film video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#000}.gym-film-caption{font-size:16px;color:#d0d2d5;margin:20px 0 0}
@media(max-width:640px){.gym-film{margin:38px -7px 0;padding:20px 14px}.gym-film-heading{display:block;margin-bottom:18px}.gym-film-heading h3{font-size:22px}.gym-film-heading>p{margin-top:12px;white-space:normal}.gym-film-caption{font-size:14px;margin-top:16px}}
/* Persistent entry and page navigation. */
.gym-film-caption{max-width:960px}.gym-film-caption h4{font-size:clamp(20px,2vw,25px);line-height:1.6;color:#fff;margin:0 0 16px}.gym-film-caption p{margin:0 0 16px}.gym-film-caption p:last-child{margin-bottom:0}
.page-actions{position:fixed;right:24px;bottom:24px;z-index:26;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.floating-join{display:flex;align-items:center;justify-content:center;gap:25px;min-height:56px;padding:14px 24px;background:var(--red);color:#fff;font-size:16px;font-weight:700;box-shadow:0 4px 18px #0003;border:1px solid #ffffff40}.floating-join:hover{background:#bf1722}.back-to-top{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;min-height:56px;background:var(--dark);color:#fff;box-shadow:0 3px 12px #0003;border:1px solid #ffffff50;font-size:12px;line-height:1.4}.back-to-top>span:first-child{font-size:23px;line-height:1.1}.back-to-top:hover{background:#36383c}.back-to-top[hidden]{display:none}footer{padding-bottom:110px}
@media(max-width:640px){.mobile-cta{grid-template-columns:.8fr 1.2fr 1.2fr}.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:58px;padding:13px 5px;font-size:13px}.mobile-cta a:nth-child(2){border-left:1px solid var(--line)}.page-actions{right:14px;bottom:calc(76px + env(safe-area-inset-bottom));gap:0}.floating-join{display:none}.back-to-top{width:48px;min-height:48px}.join-page .page-actions{bottom:calc(20px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.fighter-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:18px}.fighter-links .text-link{font-size:14px;line-height:1.7;white-space:normal}.fighter-grid .fighter-bio{margin-bottom:0}

/* Professional fighters, in debut order. */
.pro-fighters{border-top:1px solid #d4d6d9;margin-top:40px;padding-top:26px}.pro-fighters-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.pro-fighters h3{font:24px Oswald,sans-serif;margin:0}.pro-fighters h3 span{font:14px 'Noto Sans JP',sans-serif;margin-left:15px}.pro-fighters-heading>p{font-size:12px;color:var(--muted);margin:0}.pro-fighter-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px;list-style:none;margin:0;padding:0}.pro-fighter-list li{border-bottom:1px solid #d4d6d9;min-width:0}.pro-fighter-list a,.fighter-memorial a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 0;min-height:64px}.pro-fighter-name{font-size:18px;font-weight:700;line-height:1.6}.pro-fighter-link{font:13px Oswald,sans-serif;letter-spacing:.04em;color:var(--red);white-space:nowrap}.pro-fighter-list a:hover .pro-fighter-name,.fighter-memorial a:hover .pro-fighter-name{text-decoration:underline;text-underline-offset:5px}.pro-fighter-list a:focus-visible,.fighter-memorial a:focus-visible{outline:2px solid var(--red);outline-offset:4px}.fighter-memorial{margin-top:28px;padding:18px 22px;background:#e9eaec}.fighter-memorial .eyebrow{font-size:11px;letter-spacing:.12em;color:var(--muted);margin:0 0 8px}.fighter-memorial a{padding:0;min-height:40px}.fighter-memorial .pro-fighter-name{font-size:15px}@media(max-width:650px){.pro-fighter-list{grid-template-columns:1fr}.pro-fighter-name{font-size:17px}.pro-fighters h3 span{display:block;margin:7px 0 0}.pro-fighters-heading{align-items:end}.fighter-memorial{padding:16px}}

/* Professional development and wrestling alumni. */
.pro-development{margin-top:54px;padding:44px;background:var(--dark);color:#fff;border-top:4px solid var(--red)}
.pro-development>.eyebrow{color:#ff6b75;margin-bottom:14px}
.pro-development>h3{font-size:clamp(25px,3vw,37px);line-height:1.6;margin:0 0 32px;letter-spacing:.01em}
.pro-development-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;align-items:start}
.pro-development-copy>p{margin:0 0 22px;color:#d2d4d7;font-size:15px;line-height:2}
.pro-development-copy>.pro-development-lead{font-size:22px;font-weight:700;color:#fff;line-height:1.6}
.pro-development-copy h4{font-size:20px;margin:28px 0 12px}
.pro-development-copy>.pro-development-promise{color:#fff}
.pro-development-copy .button{max-width:100%;margin-top:4px;font-size:15px;gap:20px}
.pro-wrestling-alumni{border-left:1px solid #ffffff30;padding-left:32px;min-width:0}
.pro-wrestling-alumni h4{font-size:20px;margin:0 0 6px}
.pro-wrestling-alumni .alumni-intro{font-size:13px;color:#bfc2c7;margin:0 0 20px}
.pro-wrestling-alumni dl{margin:0}
.pro-wrestling-alumni dl>div{padding:16px 0;border-top:1px solid #ffffff30}
.pro-wrestling-alumni dt{font-size:19px;font-weight:700}
.pro-wrestling-alumni dd{font-size:14px;color:#d2d4d7;margin:5px 0 0;line-height:1.8;overflow-wrap:anywhere}
@media(max-width:900px){.pro-development{padding:32px}.pro-development-grid{grid-template-columns:minmax(0,1fr);gap:36px}.pro-wrestling-alumni{border-left:0;padding-left:0}.pro-wrestling-alumni dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}}
@media(max-width:640px){.pro-development{margin:40px -7px 0;padding:28px 20px}.pro-development>h3{font-size:25px;margin-bottom:26px}.pro-development-copy>.pro-development-lead{font-size:20px}.pro-development-copy h4,.pro-wrestling-alumni h4{font-size:18px}.pro-wrestling-alumni dl{grid-template-columns:minmax(0,1fr)}.pro-development-copy .button{width:100%;padding:16px}}

/* Class preparation and hygiene guidance in Q&A. */
.faq-answer{padding:0 43px 26px;color:var(--muted);line-height:2}
.faq-answer p{margin:0 0 14px}.faq-answer p:last-child{margin-bottom:0}
.faq-answer ul{margin:0 0 18px;padding-left:1.5em}.faq-answer li+li{margin-top:3px}
.trial-faq-link{display:inline-block;margin-top:10px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:640px){.faq-answer{padding:0 10px 24px 37px}}

.contact-entry{margin-top:28px;width:100%}.faq-contact{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:32px;padding:26px;background:#f3f4f5}.faq-contact p{margin:0;color:var(--muted)}.faq-contact .button{flex-shrink:0}
@media(max-width:640px){.faq-contact{display:block;padding:22px}.faq-contact .button{width:100%;margin-top:18px}}
