/* Performance overrides and viewport reveal effects. Loaded after site.css. */
.head{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(255,255,255,.985)!important;box-shadow:0 4px 16px rgba(0,0,0,.06)!important;overflow:visible!important;isolation:isolate;}
.head.has-nav-open{overflow:visible!important;}
.c-nav{z-index:1000;}
.nav>li,.more1,.content-card,.proxy-list-item,.news-box .pc img,.proxy-search button,.home-store-card{transition-property:background-color,color,transform,box-shadow,border-color,opacity!important;}
.hero-slider,.hero-slide,.lazy-video,.content-card,.news-box,.proxy-list-item,.home-store-card{transform:translateZ(0);backface-visibility:hidden;}
.hero-slide{content-visibility:auto;contain-intrinsic-size:720px;}
.hero-slide img,.jumbotron img{aspect-ratio:1920/720;object-fit:cover;background:#f6f6f6;}
.content-card img,.news-box .pc img,.proxy-item-cover img,.home-store-cover img{background:#f5f1e8;}
.content-card,.news-box,.proxy-list-item,.about2,.foot1,.foot2,.home-store-card{content-visibility:auto;contain-intrinsic-size:260px;}
.content-card:hover{transform:translate3d(0,-4px,0)!important;}
.news-box:hover .pc img{transform:scale(1.025)!important;}
.lazy-video{position:relative;width:100%;height:100%;min-height:430px;background:#f4ead8;overflow:hidden;}
.lazy-video__media,.lazy-video__poster{display:block;width:100%;height:100%;min-height:430px;aspect-ratio:1000/531;background:#111;border:0;}
.lazy-video__media{object-fit:cover;}
.lazy-video__poster{position:relative;padding:0;cursor:pointer;color:#fff;text-align:center;}
.lazy-video__poster img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform;}
.lazy-video__poster:hover img{transform:scale(1.025);}
.lazy-video__shade{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.18),rgba(0,0,0,.48));}
.lazy-video__play{position:absolute;left:50%;top:50%;width:84px;height:84px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(247,162,28,.94);box-shadow:0 18px 42px rgba(0,0,0,.28);display:grid;place-items:center;transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .28s;will-change:transform;}
.lazy-video__poster:hover .lazy-video__play{transform:translate(-50%,-50%) scale(1.08);background:#f7a21c;}
.lazy-video__play span{display:block;width:0;height:0;border-top:16px solid transparent;border-bottom:16px solid transparent;border-left:24px solid #fff;margin-left:6px;}
.lazy-video__hint{position:absolute;left:50%;bottom:42px;transform:translateX(-50%);font-size:18px;letter-spacing:.08em;text-shadow:0 3px 14px rgba(0,0,0,.45);}
.home-news-compact .hd-box{padding-bottom:28px;}
.home-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 26px;}
.home-news-grid .news-box{border:1px solid #eee!important;padding:14px!important;display:grid!important;grid-template-columns:168px minmax(0,1fr);gap:18px;align-items:center;background:#fff;box-shadow:4px 6px 16px rgb(55 99 170 / 6%);}
.home-news-grid .news-box:first-child{border-top:1px solid #eee!important;}
.home-news-grid .news-box .pc{width:168px;height:96px;border-radius:2px;}
.home-news-grid .news-box .pc img{height:100%;aspect-ratio:auto;object-fit:cover;}
.home-news-grid .news-box .desc{width:auto!important;padding:0!important;min-width:0;}
.home-news-grid .news-box .desc time{display:block;color:#f7a21c;font-size:13px;font-weight:700;margin-bottom:6px;}
.home-news-grid .news-box .desc .mt{font-size:20px;line-height:1.35;white-space:nowrap;}
.home-news-grid .news-box .desc .mc{font-size:14px;line-height:1.6;margin-top:8px;-webkit-line-clamp:2;}
.home-more{margin:24px 0 30px!important;line-height:58px!important;}
.home-stores{background:#fbfbfb;padding-bottom:34px;}
.home-stores .hd-box{padding-bottom:30px;}
.home-store-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%;}
.home-store-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;align-items:center;background:#fff;border:1px solid #ececec;padding:14px;box-shadow:6px 8px 20px rgb(55 99 170 / 7%);transition:.28s;}
.home-store-card:hover{transform:translate3d(0,-3px,0);box-shadow:8px 12px 24px rgb(55 99 170 / 13%);}
.home-store-cover{width:112px;height:82px;display:flex;align-items:center;justify-content:center;background:#f7f2e8;overflow:hidden;}
.home-store-cover img{width:100%;height:100%;object-fit:contain;}
.home-store-info{min-width:0;}
.home-store-info h3{font-size:18px;line-height:1.35;font-weight:800;color:#211613;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-store-info p{font-size:14px;line-height:1.7;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.reveal{--reveal-delay:0ms;opacity:0;transform:translate3d(0,28px,0);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay);will-change:opacity,transform;}
.reveal--left{transform:translate3d(-34px,18px,0);}
.reveal--right{transform:translate3d(34px,18px,0);}
.reveal--scale{transform:translate3d(0,22px,0) scale(.96);}
.reveal.is-revealed{opacity:1;transform:translate3d(0,0,0) scale(1);will-change:auto;}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1!important;transform:none!important}.lazy-video__poster img,.lazy-video__play{transition:none!important;will-change:auto!important}}
@media (max-width:1100px){.c-nav-button{display:block!important}.nav{display:none!important}.c-nav{position:fixed!important;top:86px;right:0;bottom:auto;left:0;width:100%;max-height:calc(100vh - 86px);overflow-y:auto;background:rgba(0,0,0,.88)!important;padding:22px 0;visibility:hidden;opacity:0;pointer-events:none;transform:translate3d(0,-8px,0);transition:opacity .24s ease,transform .24s ease,visibility .24s ease}.has-nav-open .c-nav{visibility:visible!important;opacity:1!important;pointer-events:auto;transform:translate3d(0,0,0)}.c-nav_list{width:100%;padding:8px 0}.c-nav_item a{display:block;padding:13px 6%;color:#fff!important;font-size:18px;line-height:1.4;text-align:center}.c-nav_item a:hover{background:#f7a21c;color:#fff!important}.home-news-grid{grid-template-columns:1fr}.home-store-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.c-nav{top:62px;max-height:calc(100vh - 62px)}.hero-slide img,.jumbotron img{aspect-ratio:16/7}.content-card:hover,.proxy-list-item:hover,.home-store-card:hover{transform:none!important}.lazy-video,.lazy-video__media,.lazy-video__poster{min-height:260px}.lazy-video__play{width:64px;height:64px}.lazy-video__play span{border-top-width:12px;border-bottom-width:12px;border-left-width:18px}.lazy-video__hint{bottom:24px;font-size:14px}.reveal{transition-duration:.42s;transform:translate3d(0,18px,0)}.home-news-grid .news-box{grid-template-columns:96px minmax(0,1fr);gap:12px;padding:10px!important}.home-news-grid .news-box .pc{width:96px;height:72px}.home-news-grid .news-box .desc .mt{font-size:16px}.home-news-grid .news-box .desc .mc{display:none}.home-store-list{grid-template-columns:1fr;gap:14px}.home-store-card{grid-template-columns:88px minmax(0,1fr);padding:10px}.home-store-cover{width:88px;height:66px}.home-store-info h3{font-size:16px}.home-store-info p{font-size:13px}}
