html{scroll-behavior:smooth}:root{--nav-background:var(--theme-yellow)}#header{background:var(--theme-yellow);padding:80px var(--padding);justify-content:space-between;align-items:center;gap:30px;display:flex}#header .left h1{font-weight:900;font-size:var(--font-size-hero)}#header .left p{font-size:var(--font-size-title);line-height:1.7}#header .left p span{font-weight:700}#header .right img{border-radius:10px;width:600px}#header .right{flex-direction:column;gap:15px;display:flex}#header a{text-decoration:none}#header .involvement-method{font-size:var(--font-size-title);background:var(--theme-light-yellow);text-align:left;width:500px;color:var(--text-color-primary);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:10px;padding:20px;transition:background .2s;display:flex}#header .involvement-method:hover{color:#000;background:#fff}#header .involvement-method:active{color:#000;background:#f5f5f5}#header .involvement-method .fa{font-size:var(--font-size-header)}#map-section #map-wrapper #map{width:100%;fill:var(--theme-light-yellow)}#map-section #map-wrapper #map g>path{fill:var(--theme-light-yellow)}#map-section #map-wrapper #map g>path:hover{fill:color-mix(in oklab, var(--theme-light-yellow), black 5%)}#map-section #map-wrapper #map .pin{fill:var(--theme-emerald);cursor:pointer}#map-section #map-wrapper #map .pin:hover{fill:color-mix(in oklab, var(--theme-emerald), black 15%)}#map-section #map-wrapper #map-club-name{background:var(--theme-emerald);color:#fff;border-radius:4px;padding:5px 10px;font-weight:700;position:absolute;transform:translate(-20px,-35px)}#map-section #map-wrapper #map-club-name.invisible{display:none}#volunteer,#lead,#join{line-height:1.7}#volunteer p:first-of-type,#lead p:first-of-type,#join p:first-of-type{margin-top:0}#volunteer .section-header-text,#lead .section-header-text,#join .section-header-text{margin-bottom:20px}#volunteer .section-content,#lead .section-content,#join .section-content{gap:30px;display:flex}#volunteer .section-content img,#lead .section-content img,#join .section-content img{width:min(var(--width), 500px);float:right;border-radius:4px;margin-left:30px}#volunteer h2,#lead h2,#join h2{font-size:var(--font-size-title)}#volunteer ::marker{color:var(--theme-emerald)}#lead ::marker{color:var(--theme-emerald)}#join ::marker{color:var(--theme-emerald)}#volunteer{background:#f5f5f5}#lead{background:#fff}#join{background:#f5f5f5}@media (width<=1100px){#header .left{min-width:540px;max-width:540px}#header .right{flex:1}#header .involvement-method{width:100%}}@media (width<=900px){#header{flex-wrap:wrap}#header .left{width:100%;min-width:0;max-width:none}#header .involvement-method{width:100%}}@media (width<=850px){.section-content img{float:none!important;width:100%!important}}
