/**
 * The Club House Selection LP — 専用CSS
 *
 * @package WordPress
 * @subpackage golook
 * @since 1.0
 * @author SINGULIER,INC.
 * @copyright GOLF NETWORK PLUS,INC.
 */
:root{--chs-bg-primary:#1a1a1a;--chs-bg-secondary:#000000;--chs-bg-course:#2a2a2a;--chs-bg-product:#1a1a1a;--chs-bg-header:rgba(0,0,0,0);--chs-bg-header-scrolled:rgba(0,0,0,0.92);--chs-text-primary:#ffffff;--chs-text-secondary:#cccccc;--chs-text-muted:#999999;--chs-accent-gold:#c5a55a;--chs-accent-gold-hover:#d4b76a;--chs-border:#3a3a3a;--chs-border-light:#555555;--chs-overlay-dark:rgba(0,0,0,0.45);--chs-font-serif:'Playfair Display',serif;--chs-font-sans:'Noto Sans JP',sans-serif;--chs-font-mincho:"游明朝",YuMincho,"Hiragino Mincho ProN","Noto Serif JP",serif;--chs-font-size-xs:0.6875rem;--chs-font-size-sm:0.8125rem;--chs-font-size-base:0.9375rem;--chs-font-size-lg:1.125rem;--chs-font-size-xl:1.5rem;--chs-font-size-2xl:1.875rem;--chs-font-size-3xl:2.25rem;--chs-line-height:1.8;--chs-letter-spacing:0.04em;--chs-space-xs:0.5rem;--chs-space-sm:1rem;--chs-space-md:1.5rem;--chs-space-lg:2.5rem;--chs-space-xl:4rem;--chs-space-2xl:6rem;--chs-max-width:1200px;--chs-content-width:800px;--chs-header-height:88px;--chs-header-height-sp:60px;--chs-transition-fast:200ms ease;--chs-transition-base:300ms ease;--chs-transition-slow:500ms ease}#ClubHouseSelectionLP{margin:0;padding:0;font-family:var(--chs-font-mincho);font-size:var(--chs-font-size-base);line-height:var(--chs-line-height);letter-spacing:var(--chs-letter-spacing);color:var(--chs-text-primary);background-color:var(--chs-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#ClubHouseSelectionLP *,#ClubHouseSelectionLP *::before,#ClubHouseSelectionLP *::after{box-sizing:border-box}#ClubHouseSelectionLP img{max-width:100%;height:auto;display:block}#ClubHouseSelectionLP a{color:var(--chs-accent-gold);text-decoration:none;transition:color var(--chs-transition-fast)}#ClubHouseSelectionLP a:hover{color:var(--chs-accent-gold-hover)}.chs-container{width:100%;max-width:var(--chs-max-width);margin:0 auto;padding:0 var(--chs-space-sm)}.chs-container--narrow{max-width:var(--chs-content-width)}.chs-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chs-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:var(--chs-max-width);z-index:1000;background:transparent;transition:background var(--chs-transition-base),backdrop-filter var(--chs-transition-base)}.chs-header.is-scrolled{background:rgba(26,26,26,0.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}#ClubHouseSelectionLP .chs-header a{color:#fff}#ClubHouseSelectionLP .chs-header a:hover{color:rgba(255,255,255,0.7)}.chs-header__top{display:none;align-items:center;justify-content:space-between;padding:6px var(--chs-space-md) 2px}#ClubHouseSelectionLP .chs-ticker{font-size:13px;color:#ffffff;letter-spacing:0.06em;white-space:nowrap}.chs-header__bottom{display:flex;align-items:center;justify-content:space-between;height:var(--chs-header-height-sp);padding:0 var(--chs-space-sm)}.chs-header__logo h1{font-size:0;margin:0;padding:0;line-height:1}#ClubHouseSelectionLP .chs-header__logo img{height:100px !important;width:auto !important;max-width:none !important}.chs-header__actions{display:none;align-items:center;gap:16px}.chs-header__nav-list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.chs-header__nav-list li{padding:0 12px;border-left:1px solid rgba(255,255,255,0.4)}.chs-header__nav-list li:first-child{border-left:none}#ClubHouseSelectionLP .chs-header__nav-list a{color:#fff;font-family:var(--chs-font-sans);font-size:12px;text-decoration:none;transition:opacity var(--chs-transition-fast)}#ClubHouseSelectionLP .chs-header__nav-list a:hover{opacity:0.7}.chs-header__sns{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:var(--chs-space-xs)}#ClubHouseSelectionLP .chs-header__sns a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:opacity var(--chs-transition-fast),transform var(--chs-transition-fast)}#ClubHouseSelectionLP .chs-header__sns a:hover{opacity:0.8;transform:scale(1.05)}#ClubHouseSelectionLP .chs-header__sns img{width:28px;height:28px;display:inline-block}#ClubHouseSelectionLP .chs-header__cart-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#111;color:#fff;border:none;border-radius:2px;font-size:var(--chs-font-size-sm);font-family:var(--chs-font-sans);cursor:pointer;transition:background var(--chs-transition-fast)}#ClubHouseSelectionLP .chs-header__cart-btn:hover{background:#333}#ClubHouseSelectionLP .chs-header__cart-btn img{width:18px;height:18px;display:inline-block}.chs-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer;z-index:1100}.chs-hamburger__line{display:block;width:24px;height:2px;background:var(--chs-text-primary);transition:transform var(--chs-transition-base),opacity var(--chs-transition-base)}.chs-hamburger[aria-expanded="true"] .chs-hamburger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}.chs-hamburger[aria-expanded="true"] .chs-hamburger__line:nth-child(2){opacity:0}.chs-hamburger[aria-expanded="true"] .chs-hamburger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.chs-sp-menu{position:fixed;top:0;right:-100%;width:100%;max-width:none;height:100vh;height:100dvh;background:#111;z-index:1050;display:flex;flex-direction:column;transition:right var(--chs-transition-base);overflow-y:auto}.chs-sp-menu.is-open{right:0}.chs-sp-menu__overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:1040;opacity:0;visibility:hidden;transition:opacity var(--chs-transition-base),visibility var(--chs-transition-base)}.chs-sp-menu__overlay.is-visible{opacity:1;visibility:visible}.chs-sp-menu__header{display:flex;align-items:center;justify-content:space-between;padding:15px var(--chs-space-sm);border-bottom:1px solid rgba(255,255,255,0.1)}.chs-sp-menu__logo img,.chs-sp-menu__logo svg{height:50px;width:auto}.chs-sp-menu__list li:last-child a svg{flex-shrink:0;vertical-align:middle}.chs-sp-menu__close{width:44px;height:44px;background:transparent;border:none;position:relative;cursor:pointer}.chs-sp-menu__close-line{position:absolute;top:50%;left:50%;width:24px;height:2px;background:#fff;transform:translate(-50%,-50%) rotate(45deg)}.chs-sp-menu__close-line:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.chs-sp-menu__inner{flex:1;padding:0 var(--chs-space-md);display:flex;flex-direction:column}.chs-sp-menu__list{list-style:none;margin:0 0 var(--chs-space-xl);padding:0}.chs-sp-menu__list li{border-bottom:1px solid rgba(255,255,255,0.2)}#ClubHouseSelectionLP .chs-sp-menu__list a{display:block;padding:var(--chs-space-md) 0;color:#fff !important;font-family:var(--chs-font-sans);font-size:1.125rem;text-align:center;text-decoration:none}.chs-sp-menu__list li:last-child{border-bottom:none;padding-top:var(--chs-space-lg)}.chs-sp-menu__list li:last-child a{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px var(--chs-space-md);border:1px solid #fff;color:#fff;background:transparent;font-size:1.125rem;transition:background var(--chs-transition-fast),color var(--chs-transition-fast)}.chs-sp-menu__list li:last-child a:hover{background:#fff;color:#111}.chs-sp-menu__sns{display:flex;justify-content:center;gap:var(--chs-space-md);list-style:none;margin:0;padding:0}#ClubHouseSelectionLP .chs-sp-menu__sns a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:transparent;border-radius:0;transition:opacity var(--chs-transition-fast)}#ClubHouseSelectionLP .chs-sp-menu__sns img{width:40px;height:40px}.chs-hero{position:relative;aspect-ratio:4 / 3;max-width:var(--chs-max-width);margin-inline:auto;overflow:hidden;background:#000;margin-bottom:40px}.chs-hero__carousel{position:absolute;inset:0}.chs-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;will-change:opacity}.chs-hero__slide.is-active{opacity:1;z-index:1}#ClubHouseSelectionLP .chs-hero__slide img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}@keyframes chs-zoom-out{from{transform:scale(1.15)}to{transform:scale(1.0)}}.chs-hero__slide.is-active img{animation:chs-zoom-out 3s ease forwards}.chs-hero__overlay{position:absolute;inset:0;background:linear-gradient( to bottom,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.25) 40%,rgba(0,0,0,0.50) 75%,rgba(0,0,0,0.75) 100% );z-index:1;pointer-events:none}.chs-hero__copy{position:absolute;bottom:12%;right:5%;left:auto;z-index:2;text-align:right;padding:0;pointer-events:none}.chs-hero__copy h2{font-family:serif;font-size:2.2rem;font-weight:400;line-height:1.8;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,0.8);margin:0;letter-spacing:0.12em}.chs-hero__indicators{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:8px}.chs-hero__indicator{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.4);border:none;cursor:pointer;transition:background var(--chs-transition-fast);padding:0}.chs-hero__indicator.is-active{background:var(--chs-accent-gold)}.chs-course-intro{position:relative;aspect-ratio:4 / 3;max-width:var(--chs-max-width);margin-inline:auto;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:#000}.chs-course-intro__heading{position:absolute;top:8%;left:0;width:fit-content;max-width:80%;z-index:10;background:linear-gradient(to right,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.55) 60%,rgba(255,255,255,0) 100%);padding:18px 120px 18px 30px}.chs-course-intro__heading h2{font-family:var(--chs-font-serif);font-size:var(--chs-font-size-xl);font-weight:400;margin:0;color:#1a1a1a;letter-spacing:0.12em;white-space:nowrap}.chs-course-intro__carousel{position:absolute;inset:0;display:flex;transition:transform 800ms ease-in-out}.chs-course-intro__slide{min-width:100%;height:100%}#ClubHouseSelectionLP .chs-course-intro__slide img{width:100%;height:100%;object-fit:cover;object-position:right bottom}.chs-course-intro__text{position:absolute;bottom:15%;right:5%;z-index:2;background:rgba(255,255,255,0.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:30px 36px;max-width:600px;font-size:16px;line-height:2;color:#333333;border:none}.chs-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.5);border:1px solid rgba(197,165,90,0.4);color:#fff;cursor:pointer;transition:background var(--chs-transition-fast),border-color var(--chs-transition-fast);padding:0}.chs-carousel-nav:hover{background:rgba(0,0,0,0.75);border-color:var(--chs-accent-gold)}.chs-carousel-nav--prev{left:12px}.chs-carousel-nav--next{right:12px}.chs-carousel-nav__icon{font-size:20px;line-height:1}.chs-course-intro__indicators{display:flex;justify-content:center;gap:14px;padding:12px 0;position:relative;z-index:2}.chs-course-intro__indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.3);border:none;cursor:pointer;transition:background var(--chs-transition-fast);padding:0;position:relative}.chs-course-intro__indicator::before{content:"";position:absolute;top:-16px;left:-16px;right:-16px;bottom:-16px}.chs-course-intro__indicator.is-active{background:var(--chs-accent-gold)}.chs-course-video{background:var(--chs-bg-course);padding:var(--chs-space-xl) var(--chs-space-sm);text-align:center}.chs-course-video__wrapper{position:relative;max-width:800px;margin:0 auto;border:1px solid var(--chs-border);aspect-ratio:16 / 9;overflow:hidden;background:var(--chs-bg-secondary)}#ClubHouseSelectionLP .chs-course-video__wrapper img{width:100%;height:100%;object-fit:cover}#ClubHouseSelectionLP .chs-course-video__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.chs-course-video__hover-overlay{position:absolute;inset:0;z-index:2;cursor:pointer;background:transparent}.chs-course-video__wrapper:hover .chs-course-video__hover-overlay{pointer-events:none}.chs-course-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(0,0,0,0.6);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,0.5);cursor:pointer;transition:background var(--chs-transition-fast)}.chs-course-video__play:hover{background:rgba(0,0,0,0.8)}.chs-course-video__play::after{content:'';display:block;width:0;height:0;border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent var(--chs-text-primary);margin-left:3px}.chs-products{background:var(--chs-bg-primary);padding:var(--chs-space-xl) 0}.chs-product-card{max-width:var(--chs-max-width);margin:0 auto var(--chs-space-2xl);padding:0 var(--chs-space-sm)}.chs-product-card:last-child{margin-bottom:0}.chs-product-card__media{margin-bottom:var(--chs-space-md)}.chs-product-card__info{}.chs-product-card__name{font-family:"游明朝",YuMincho,"Hiragino Mincho ProN","Noto Serif JP",serif;font-size:var(--chs-font-size-xl);font-weight:400;line-height:1.4;text-align:left;margin:0 0 var(--chs-space-md);padding:var(--chs-space-sm) 0 4px;border-top:none;border-bottom:1px solid var(--chs-accent-gold);letter-spacing:0.12em;position:relative}.chs-product-card__name::after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:var(--chs-accent-gold)}.chs-product-card__main-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;margin-bottom:var(--chs-space-sm);background:var(--chs-bg-secondary)}#ClubHouseSelectionLP .chs-product-card__main-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--chs-transition-slow)}#ClubHouseSelectionLP .chs-product-card__main-image:hover img{transform:scale(1.03)}.chs-product-card__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;margin-bottom:var(--chs-space-md)}.chs-product-card__thumb{aspect-ratio:1 / 1;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--chs-transition-fast);background:var(--chs-bg-secondary)}.chs-product-card__thumb.is-active{border-color:var(--chs-accent-gold)}#ClubHouseSelectionLP .chs-product-card__thumb img{width:100%;height:100%;object-fit:cover}.chs-product-card__desc{font-size:16px;line-height:var(--chs-line-height);color:#ffffff;margin-bottom:var(--chs-space-md)}#ClubHouseSelectionLP .chs-product-card__notes{font-size:16px;line-height:1.6;color:#ffffff;margin-bottom:var(--chs-space-md)}#ClubHouseSelectionLP .chs-product-card__notes-title{color:var(--chs-accent-gold);font-weight:700;margin-bottom:4px}.chs-product-card__price{font-size:var(--chs-font-size-2xl);font-weight:400;margin-bottom:var(--chs-space-md);letter-spacing:0.02em}#ClubHouseSelectionLP .chs-product-card__price-tax{font-size:var(--chs-font-size-sm);color:#ffffff;margin-left:4px}#ClubHouseSelectionLP .chs-btn-primary{display:inline-block;padding:14px 40px;background:#c5b598;color:#000000;border:1px solid #b0a48a;border-radius:6px;font-size:18px;letter-spacing:0.1em;text-align:center;cursor:pointer;transition:background var(--chs-transition-fast),border-color var(--chs-transition-fast);text-decoration:none;min-width:220px}#ClubHouseSelectionLP .chs-btn-primary:hover{background:#d4c4a8;border-color:#c5b598;color:#000000}#ClubHouseSelectionLP .chs-btn-disabled{display:inline-block;padding:14px 40px;background:var(--chs-border);color:var(--chs-text-muted);border:1px solid var(--chs-border);font-size:var(--chs-font-size-sm);letter-spacing:0.1em;text-align:center;cursor:not-allowed;min-width:220px}.chs-product-card__cta-group{display:flex;flex-direction:column;gap:12px}#ClubHouseSelectionLP .chs-btn-primary--outline{background:transparent;color:var(--chs-accent-gold);border:1px solid var(--chs-accent-gold)}#ClubHouseSelectionLP .chs-btn-primary--outline:hover{background:var(--chs-accent-gold);color:#000}.chs-product-card__cta-note{font-size:16px;color:#ffffff;margin-top:8px}.chs-golook-cta{background:var(--chs-bg-primary);padding:var(--chs-space-xl) var(--chs-space-sm);text-align:center}#ClubHouseSelectionLP .chs-btn-primary--lg{padding:18px 60px;font-size:20px;min-width:300px;white-space:nowrap}footer#golook_common_footer{background:#000;padding:35px 0;clear:both}footer#golook_common_footer .inner{width:780px;margin:auto}footer#golook_common_footer .flex_container{display:flex;flex-wrap:wrap}footer#golook_common_footer .justify_content_between{justify-content:space-between}footer#golook_common_footer .align_self_end{align-self:flex-end}footer#golook_common_footer .logo{width:148px}footer#golook_common_footer .sns ul{list-style:none;margin:0;padding:0}footer#golook_common_footer .sns ul li{display:inline;margin:0 4px}footer#golook_common_footer .sns ul li img{width:25px;height:25px;margin:0 4px;vertical-align:middle}footer#golook_common_footer .footer_navi,footer#golook_common_footer .footer_navi a{color:#fff;font-size:12px;text-align:center;margin-top:20px}footer#golook_common_footer .footer_navi{padding:0;list-style:none}footer#golook_common_footer .footer_navi li{display:inline-block;padding-left:10px;padding-right:5px;border-left:1px solid #fff}footer#golook_common_footer .footer_navi li:first-child{border-left:none}footer#golook_common_footer .copyright,footer#golook_common_footer .copyright_text{font-size:9px;color:#969696}@media only screen and (max-width:680px){.chs-header__bottom{padding-top:24px;padding-bottom:12px;height:auto}#ClubHouseSelectionLP .chs-header__logo img{height:70px !important}.chs-hero{aspect-ratio:auto;height:66vh;min-height:350px}#ClubHouseSelectionLP .chs-hero__slide img{object-position:calc(0% - 100px) top}.chs-course-intro{aspect-ratio:auto;min-height:80vh}.chs-hero__copy h2{font-size:1.2rem;line-height:1.7}.chs-course-intro__text{right:5%;left:5%;max-width:none;font-size:13px;padding:20px}#ClubHouseSelectionLP .chs-course-intro__slide img{object-fit:cover;object-position:calc(100% + 20px) bottom}.chs-product-card{display:flex;flex-direction:column;margin-bottom:var(--chs-space-lg)}.chs-product-card__info{display:contents}.chs-product-card__name{order:-2;font-size:21px}.chs-product-card__media{order:-1}.chs-course-video{padding-left:0;padding-right:0}.chs-course-video .chs-container--narrow{max-width:100%;padding:0}.chs-course-video__wrapper{max-width:100%}.chs-product-card__desc{order:1}.chs-product-card__notes{order:2}.chs-product-card__price{order:3}#ClubHouseSelectionLP .chs-btn-primary{order:4}.chs-product-card__cta-group{order:4}.chs-product-card__cta-note{order:5}#ClubHouseSelectionLP .chs-btn-primary{display:block;width:100%;box-sizing:border-box}.chs-btn-disabled{display:block;width:100%;box-sizing:border-box}footer#golook_common_footer .inner{width:100%;padding:20px 16px}#ClubHouseSelectionLP footer#golook_common_footer .logo{width:148px !important;height:54px !important}#ClubHouseSelectionLP footer#golook_common_footer .flex_container{flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:nowrap;gap:0}footer#golook_common_footer .flex_container > p{width:auto;text-align:left;margin-bottom:0;align-self:flex-end}#ClubHouseSelectionLP footer#golook_common_footer .sns{width:auto;display:flex;justify-content:flex-end;align-self:flex-end;margin-bottom:0}footer#golook_common_footer .sns ul{justify-content:flex-end}footer#golook_common_footer .footer_navi{text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end}footer#golook_common_footer .footer_navi li{font-size:11px;line-height:2.2}footer#golook_common_footer .copyright,footer#golook_common_footer .copyright_text{width:100%;text-align:left}}#ClubHouseSelectionLP footer#golook_common_footer{font-family:var(--chs-font-sans);color:#fff;background-color:#111;padding:40px 0;letter-spacing:normal;line-height:1.6}#ClubHouseSelectionLP footer#golook_common_footer .inner{max-width:1080px;margin:0 auto;padding:0 20px}#ClubHouseSelectionLP footer#golook_common_footer a{color:#fff;text-decoration:none;transition:opacity 0.2s ease}#ClubHouseSelectionLP footer#golook_common_footer a:hover{color:#ccc;opacity:0.8}#ClubHouseSelectionLP footer#golook_common_footer img{display:inline;height:auto;max-width:none}#ClubHouseSelectionLP footer#golook_common_footer ul{list-style:none;margin:0;padding:0}#ClubHouseSelectionLP footer#golook_common_footer .flex_container{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}#ClubHouseSelectionLP footer#golook_common_footer .logo{width:148px;height:54px}#ClubHouseSelectionLP footer#golook_common_footer .flex_container > p{margin-bottom:0;align-self:flex-end}#ClubHouseSelectionLP footer#golook_common_footer .sns{display:flex;align-items:flex-end;align-self:flex-end;margin-bottom:0}#ClubHouseSelectionLP footer#golook_common_footer .sns ul{display:flex;align-items:center;gap:12px}#ClubHouseSelectionLP footer#golook_common_footer .sns ul li{display:inline-flex;margin:0;padding:0}#ClubHouseSelectionLP footer#golook_common_footer .sns ul li img{width:28px;height:28px;margin:0;vertical-align:middle}#ClubHouseSelectionLP footer#golook_common_footer .footer_navi{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin-top:20px;margin-bottom:20px;padding:0}#ClubHouseSelectionLP footer#golook_common_footer .footer_navi li{display:inline-block;font-size:11px;padding:0 10px;border-left:1px solid rgba(255,255,255,0.4);line-height:1.8}#ClubHouseSelectionLP footer#golook_common_footer .footer_navi li:first-child{border-left:none}#ClubHouseSelectionLP footer#golook_common_footer .footer_navi a{color:#fff;font-size:11px}#ClubHouseSelectionLP footer#golook_common_footer .copyright{font-size:10px;color:#888}#ClubHouseSelectionLP footer#golook_common_footer .copyright_text{font-size:9px;color:#888}.chs-carousel-nav:focus-visible,.chs-course-video__play:focus-visible,.chs-hero__indicator:focus-visible,.chs-product-card__thumb:focus-visible,.chs-hamburger:focus-visible,.chs-btn-primary:focus-visible{outline:2px solid var(--chs-accent-gold);outline-offset:2px}@media screen and (min-width:768px){.chs-header__top{display:flex}.chs-header__bottom{height:auto;padding:6px var(--chs-space-md) 6px;align-items:center}#ClubHouseSelectionLP .chs-header__logo img{height:100px !important}.chs-header__actions{display:flex;align-items:center}.chs-hamburger{display:none}.chs-course-intro__heading h2{font-size:var(--chs-font-size-2xl)}.chs-hero{margin-bottom:66px}.chs-hero__copy h2{font-size:var(--chs-font-size-2xl)}.chs-course-heading h2{font-size:var(--chs-font-size-2xl);padding-left:var(--chs-space-md)}.chs-course-intro__text{margin:var(--chs-space-lg);padding:var(--chs-space-lg);max-width:540px;font-size:var(--chs-font-size-base);color:#2a2a2a}.chs-product-card{display:grid;grid-template-columns:1fr 1fr;gap:0 var(--chs-space-xl);align-items:start}.chs-product-card:nth-child(even) .chs-product-card__media{order:2}.chs-product-card:nth-child(even) .chs-product-card__info{order:1}.chs-product-card__media{margin-bottom:0}.chs-product-card__info{padding-top:var(--chs-space-sm)}.chs-product-card__name{font-size:var(--chs-font-size-2xl)}.chs-product-card__gallery{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.chs-product-card__price{font-size:var(--chs-font-size-3xl)}.chs-product-card__cta-group{flex-direction:row;gap:16px}}
