*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);overflow-x:hidden}body{margin:0;padding:0;background:var(--bg);color:var(--text);font-size:.75rem;font-family:var(--font-family);overflow-x:hidden;-webkit-font-smoothing:antialiased;--nav-fixed-top: 0px;--nav-hidden-transform: -100%;--layout-top-offset: var(--nav-height);--sticky-top-offset: var(--nav-height)}body.has-important-news{--nav-fixed-top: var(--important-news-banner-offset, 0px);--nav-hidden-transform: calc(-100% - var(--important-news-banner-offset, 0px));--layout-top-offset: calc(var(--nav-height) + var(--important-news-banner-offset, 0px));--sticky-top-offset: calc(var(--nav-height) + var(--important-news-banner-offset, 0px))}body.has-important-news.nav-initially-hidden{--layout-top-offset: var(--important-news-banner-offset, 0px)}.u-caps{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.u-line-top{border-top:var(--border-width) solid var(--border)}.u-line-btm{border-bottom:var(--border-width) solid var(--border)}.is-disabled{pointer-events:none;opacity:.5}.loader{position:fixed;inset:0;background:var(--accent);z-index:9999;display:flex;align-items:center;justify-content:center;transition:transform .8s var(--easing-out)}.loader-text{font-size:2rem;font-weight:900;color:var(--white);letter-spacing:.05em;text-align:center;line-height:1.6}.loader.hide{transform:translateY(-100%)}.global-nav{position:fixed;top:var(--nav-fixed-top);left:0;right:0;z-index:1000;background-color:var(--white);color:var(--text);display:flex;align-items:center;justify-content:space-between;padding:0 0 0 4.75rem;height:var(--nav-height);backface-visibility:hidden;transition:transform var(--transition-fast) var(--easing-smooth),background-color var(--transition-fast) var(--easing-smooth),color var(--transition-fast) var(--easing-smooth),top var(--transition-fast) var(--easing-smooth)}.global-nav--static{position:relative;top:auto;left:auto;right:auto;padding-top:3.25rem;z-index:2}.global-nav--hidden{transform:translateY(var(--nav-hidden-transform));pointer-events:none}.global-nav-logo{position:relative;display:flex;align-items:center;text-decoration:none;flex-shrink:0;width:190px;height:var(--nav-height);transition:width var(--transition-fast) var(--easing-smooth)}.global-nav-logo-img{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:auto;transition:opacity var(--transition-fast) var(--easing-smooth)}.global-nav-logo-img--default{max-height:calc(var(--nav-height) - 14px)}.global-nav-logo-img--hero{opacity:0;pointer-events:none}.global-nav-links{display:flex;align-items:center;gap:3rem;margin-left:auto}.global-nav-hamburger{display:none;width:2.6rem;height:2.6rem;border:var(--border-width) solid var(--border);border-radius:8px;background:transparent;color:var(--text);padding:0;transition:color var(--transition-fast) var(--easing-smooth),border-color var(--transition-fast) var(--easing-smooth);align-items:center;justify-content:center;flex-direction:column;gap:.28rem;cursor:pointer}.global-nav-hamburger span{width:1rem;height:2px;background:currentColor;transition:transform var(--transition-fast),opacity var(--transition-fast)}.global-nav-link{color:var(--text);text-decoration:none;font-size:.875rem;font-weight:500;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;letter-spacing:.05em;white-space:nowrap;transition:color var(--transition-fast)}.global-nav-link:hover{color:var(--accent)}.global-nav-link--active{color:#ff3c00;display:inline-flex;align-items:center;gap:.25rem}.global-nav-link-dot{display:inline-block;width:14px;height:14px;background:#ff3c00;flex-shrink:0}.global-nav-entry-wrap{position:relative;flex-shrink:0}.global-nav-entry{display:flex;align-items:center;text-decoration:none;color:var(--white);background:url(/image/kv-entry-btn.svg) center center / contain no-repeat;width:calc(var(--nav-height) * 148 / 57);height:var(--nav-height);justify-content:center;padding-top:.2rem;flex-shrink:0;border:none;cursor:pointer}.global-nav-entry-text{display:flex;flex-direction:column;align-items:center;text-align:center;transform:translate(10px)}.global-nav-entry-main{font-family:Neue Kabel,Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.global-nav-entry-sub{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.7rem;font-weight:500}.entry-dropdown{position:absolute;top:calc(100% - 3px);right:0;width:239px;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s;z-index:1001}.global-nav-entry[aria-expanded=true]+.entry-dropdown{opacity:1;visibility:visible}.entry-dropdown__item{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;text-decoration:none;color:var(--white);background:center / cover no-repeat;transition:filter .15s;height:45.5px}.entry-dropdown__item--product{background-image:url(/image/entry-dropdown-product.png)}.entry-dropdown__item--idea{background-image:url(/image/entry-dropdown-idea.png)}.entry-dropdown__item:hover{filter:brightness(1.1)}.entry-dropdown__text{display:flex;flex-direction:column;gap:.1rem}.entry-dropdown__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.1em;line-height:1.5}.entry-dropdown__subtitle{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.2em}.entry-dropdown__arrow{flex-shrink:0;margin-left:.5rem;width:12px;height:auto;display:flex;align-items:center}.entry-dropdown__arrow img{width:100%;height:auto}.global-nav-mobile{display:none}.global-nav-entry--mobile{width:100%;text-align:center;margin-top:.75rem;background:center / cover no-repeat;color:var(--white);padding:.6rem 1.5rem;font-weight:700;font-size:.85rem}.global-nav-entry--mobile-product{background-image:url(/image/entry-dropdown-product.png)}.global-nav-entry--mobile-idea{background-image:url(/image/entry-dropdown-idea.png)}.global-nav--hero{background-color:transparent;color:var(--white);top:1rem}.global-nav--hero.global-nav--static{padding-left:4.75rem;padding-right:0}.global-nav--hero .global-nav-link,.global-nav--hero .global-nav-hamburger{color:var(--white);border-color:var(--white)}.global-nav--hero .global-nav-link:hover{color:#ffffffb8}.global-nav--hero .global-nav-logo{width:300px}.global-nav--hero .global-nav-logo-img--default{opacity:0;pointer-events:none}.global-nav--hero .global-nav-logo-img--hero{opacity:1;pointer-events:auto}body.nav-open{overflow:hidden}header{margin-top:var(--layout-top-offset);min-height:90vh;display:flex;flex-direction:column;justify-content:flex-end;padding:2vw;position:relative}.header-top{display:flex;justify-content:space-between;align-items:flex-start}.logo{font-size:1.5rem;font-weight:900;letter-spacing:-.05em;line-height:1}.hero-title{font-size:13vw;line-height:.8;font-weight:900;letter-spacing:-.04em;margin:0;text-transform:uppercase;word-break:break-all}.hero-title span{display:block;opacity:0;transform:translateY(100px);transition:1s var(--easing-smooth)}.loaded .hero-title span{opacity:1;transform:translateY(0)}.marquee-wrap{overflow:hidden;white-space:nowrap;border-top:var(--border-width) solid var(--border);border-bottom:var(--border-width) solid var(--border);padding:1.5rem 0;background:var(--white)}.marquee-content{display:inline-block;animation:marquee 20s linear infinite}.marquee-text{font-size:4rem;font-weight:900;-webkit-text-stroke:1px var(--text);color:transparent;margin-right:2rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.grid-section{display:grid;grid-template-columns:var(--grid-left) var(--grid-right);border-bottom:var(--border-width) solid var(--border)}.sticky-col{padding:3rem 2vw;position:sticky;top:var(--sticky-top-offset);height:calc(100vh - var(--sticky-top-offset));background:var(--bg);display:flex;flex-direction:column;justify-content:flex-start;z-index:1}.sticky-col-label{display:flex;flex-direction:column;gap:.5rem}.sticky-col-sub{font-size:2rem;font-weight:900}.sticky-col-cta{margin-top:auto}.content-col{padding:0;position:relative;border-left:var(--border-width) solid var(--border)}.big-lead{font-size:2.4rem;font-weight:700;line-height:1.2;padding:6rem 4rem;margin:0}.footer{position:relative;width:100%;overflow:hidden;padding:0 87px 82px;padding-top:clamp(200px,30vw,414px)}.footer__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.footer__bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.footer__inner{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;width:100%}.footer__left{display:flex;flex-direction:column;gap:48px;width:409px}.footer__sns{display:flex;flex-direction:column;gap:44px}.footer__sns-heading{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:700;line-height:normal;color:#fffffffa;margin:0;white-space:nowrap}.footer__sns-icons{display:flex;align-items:center;gap:43px}.footer__sns-link{display:flex;align-items:center;transition:opacity var(--transition-fast)}.footer__sns-link:hover{opacity:.7}.footer__sns-icon{height:40px;width:auto;display:block}.footer__sns-icon--note{height:30px}.footer__meta{display:flex;align-items:center;gap:41px;font-family:Neue Kabel,Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:1.4px;white-space:nowrap}.footer__copy{color:#eaeaeafa;line-height:normal}.footer__privacy{color:#fdfdfdfa;text-decoration:underline;line-height:normal;transition:opacity var(--transition-fast)}.footer__privacy:hover{opacity:.7}.footer__logo{width:270px;height:auto;display:block}.home-section-button{display:inline-flex;align-items:center;justify-content:center;color:#fffffffa;text-decoration:none}.home-section-button__arrow{height:auto;flex-shrink:0}.work-item{display:block;position:relative;border-bottom:1px solid #ccc;padding:var(--section-padding);transition:background var(--transition-fast);text-decoration:none;color:inherit;cursor:pointer}.work-item img.check-img{display:none}.work-item:last-child{border-bottom:none}.work-item:hover{background:var(--white)}.work-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.work-num{font-family:Inter;font-weight:600;color:var(--accent)}.work-title{font-size:4vw;margin:0;font-weight:800;line-height:1}.work-cat{position:absolute;right:4rem;top:50%;transform:translateY(-50%);border:1px solid var(--text);padding:.5rem 1rem;border-radius:100px;opacity:0;transition:.4s var(--easing-smooth)}.work-item:hover .work-cat{opacity:1;right:2rem;background:var(--text);color:var(--white)}.cursor-img{position:fixed;width:400px;height:300px;-o-object-fit:cover;object-fit:cover;pointer-events:none;z-index:10;opacity:0;transform:scale(.8);transition:opacity var(--transition-fast),transform .6s var(--easing-smooth);border:2px solid var(--text);background:#ccc}.cursor-img.active{opacity:1;transform:scale(1)}.company-table{width:100%;border-collapse:collapse;margin-top:0}.company-table tr{border-bottom:1px solid #ccc}.company-table th,.company-table td{padding:2rem;text-align:left;vertical-align:top}.company-table th{width:30%;font-weight:600;color:var(--gray-text)}.company-table td{font-weight:400;line-height:1.6}.google-map-link{display:inline-block;margin-top:1rem;color:var(--accent);text-decoration:underline}.modal-wrap{position:fixed;inset:0;background:#000000d9;z-index:10000;opacity:0;pointer-events:none;transition:opacity var(--transition-normal);display:flex;align-items:center;justify-content:center;padding:2rem}.modal-wrap.open{opacity:1;pointer-events:auto}.modal-content{background:var(--white);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;display:grid;grid-template-columns:1fr 1fr}.modal-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:400px}.modal-info{padding:3rem;display:flex;flex-direction:column;justify-content:center}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#000;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-weight:900}.card{display:block;background:var(--text);color:var(--white);padding:3rem 2rem;text-decoration:none;text-align:center;transition:all var(--transition-fast)}.card:hover{background:var(--accent);transform:translateY(-4px)}.card-title{font-size:1.8rem;font-weight:900;margin:0 0 1rem}.card-desc{font-size:.85rem;opacity:.8}.link-list{display:flex;flex-direction:column}.link-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--gray-light);text-decoration:none;color:var(--text);transition:all var(--transition-fast)}.link-item:last-child{border-bottom:none}.link-item:hover{padding-left:1rem;color:var(--accent)}.link-item:after{content:"→";opacity:0;transition:opacity var(--transition-fast)}.link-item:hover:after{opacity:1}.link-item--year{font-size:1.5rem;font-weight:900;letter-spacing:.05em}.image-lightbox{position:fixed;inset:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity var(--transition-normal)}.image-lightbox[aria-hidden=false]{opacity:1;pointer-events:auto}.image-lightbox__img{max-width:90vw;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:8px}.image-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;background:#ffffff26;color:var(--white);border:none;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background var(--transition-fast)}.image-lightbox__close:hover{background:#ffffff4d}.image-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffff26;color:var(--white);border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:1;transition:background var(--transition-fast),opacity var(--transition-fast)}.image-lightbox__nav:hover{background:#ffffff4d}.image-lightbox__nav--prev{left:1.5rem}.image-lightbox__nav--next{right:1.5rem}.image-lightbox--has-nav .image-lightbox__nav{display:flex}.archive-media-item,.archive-fin-img,.final-carousel-item{position:relative;cursor:pointer}.archive-media-item:after,.archive-fin-img:after,.final-carousel-item:after{content:"";position:absolute;right:8px;bottom:8px;width:28px;height:28px;background:#00000073 no-repeat center / 16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7'/%3E%3C/svg%3E");border-radius:6px;z-index:2;opacity:.7;transition:opacity var(--transition-fast);pointer-events:none}.archive-media-item:hover:after,.archive-fin-img:hover:after,.final-carousel-item:hover:after{opacity:1}.final-content__work-img{cursor:pointer}.page-fv{position:relative;width:100%;overflow:hidden;margin-top:var(--layout-top-offset);padding:4.25rem 2rem 7.9rem;min-height:580px;display:flex;align-items:center;justify-content:center}.page-fv__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;z-index:0}.page-fv__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.8rem;max-width:1055px;width:100%}.page-fv__heading{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;color:var(--white)}.page-fv__label{font-family:Neue Kabel,Inter,sans-serif;font-size:1.25rem;font-weight:700;line-height:1;margin:0}.page-fv__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:3.25rem;font-weight:700;line-height:1;margin:0}.page-fv__subtitle{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:500;line-height:1;margin:0}.page-fv__content{display:flex;flex-direction:column;align-items:center;gap:1.75rem;width:100%}.page-fv__content p{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:.075rem;color:var(--text);margin:0;padding:.625rem;text-align:left;width:100%}.page-fv__content p:last-child{margin-bottom:0}.page-fv__content .criteria-cta-btn{background:#231815;border-radius:30px;padding:.9rem 1.5rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.125rem;display:inline-flex;align-items:center;gap:1rem}.page-fv__content .criteria-cta-btn:after{content:"";display:inline-block;flex:0 0 20px;width:20px;height:34px;background:url(/image/page-fv-arrow.svg) center / contain no-repeat}.page-fv__content .criteria-cta-btn:hover{background:var(--accent)}.page-fv__content .criteria-cta-btn.criteria-cta-btn--entry{padding:14px 24px;font-weight:700;justify-content:space-between;width:100%}.page-fv--compact{min-height:auto;padding:3rem 2rem}.important-news-banner{position:fixed;top:0;left:0;z-index:900;width:100%;background:linear-gradient(90deg,#ff969d,#ff7f68 13%,#ff5300 37%,red 73%);display:flex;flex-direction:column}body.nav-initially-hidden .kv{margin-top:0}body.has-important-news.nav-initially-hidden .kv{margin-top:var(--layout-top-offset)}body.nav-initially-hidden .important-news-banner,body.nav-initially-hidden .kv{margin-top:0}.important-news-banner-item{display:flex;align-items:center;gap:2.375rem;justify-content:center;padding:.8rem .625rem;color:var(--white);text-decoration:none;transition:background var(--transition-fast);border-bottom:1px solid rgba(255,255,255,.2)}.important-news-banner-item:last-child{border-bottom:none}.important-news-banner-item:hover{background:#0000001a}.important-news-banner-label{font-size:16px;font-weight:700;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;letter-spacing:0;padding:5px 11px;border:1px solid var(--white);white-space:nowrap;flex-shrink:0;text-align:center;min-width:134px}.important-news-banner-date{font-size:1rem;font-weight:500;font-family:Neue Kabel,Inter,sans-serif;letter-spacing:.1em;white-space:nowrap;flex-shrink:0}.important-news-banner-title{font-size:1rem;font-weight:500;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;line-height:1.4}.kv{position:relative;width:100%;height:100vh;margin-top:0;background-color:#2a1a10;display:flex;flex-direction:column;overflow:hidden}.kv__bg-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;z-index:0}.kv__entry-main{font-family:Neue Kabel,Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.kv__entry-sub{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.7rem;font-weight:500}.kv__cta{position:absolute;z-index:2;right:5rem;bottom:4rem;display:flex;flex-direction:column;gap:.9375rem;width:280px}.kv__cta-btn{display:flex;align-items:center;justify-content:space-between;background:var(--white);border:1px solid red;border-radius:1.4375rem;padding:.5rem 1.5rem;text-decoration:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast);min-height:60px}.kv__cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.kv__cta-btn--red{border-color:red}.kv__cta-btn--red .kv__cta-label{color:red}.kv__cta-btn--orange{border-color:#ff5f00}.kv__cta-btn--orange .kv__cta-label{color:#ff5300}.kv__cta-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.05;padding:.625rem}.kv__cta-arrow{flex-shrink:0;width:15px;height:24px}.kv__cta-arrow img{width:100%;height:100%}.cta-section{width:100%;background:var(--white);padding:3.5rem 4rem;display:flex;justify-content:center}.cta-section__inner{display:flex;flex-direction:row;gap:1rem;width:100%;max-width:1200px}.cta-section__btn{display:flex;align-items:center;justify-content:space-between;background:var(--white);border:2px solid red;border-radius:1.25rem;padding:1.25rem 2rem;text-decoration:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast);min-height:88px;box-shadow:4px 4px #ff0000f7}.cta-section__btn:hover{transform:translate(4px,4px);box-shadow:0 0 #ff0000f7}.cta-section__btn--red{border-color:red;box-shadow:4px 4px #ff0000f7}.cta-section__btn--red .cta-section__label{color:red}.cta-section__btn--orange{border-color:#ff5f00;box-shadow:4px 4px #ff5f00}.cta-section__btn--orange:hover{box-shadow:0 0 #ff5f00}.cta-section__btn--orange .cta-section__label{color:#ff5300}.cta-section__label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.2;padding:.5rem;white-space:nowrap}.cta-section__arrow{flex-shrink:0;width:15px;height:24px}.cta-section__arrow img{width:100%;height:100%}.cta-section__arrow--down{transform:rotate(90deg)}.description{width:100%;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:url(/image/PC_Copy.webp) center center / cover no-repeat}.description__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:690px;width:110%;padding:6rem 2rem}.description__copy{width:100%;margin-bottom:.75rem}.description__copy img{width:100%;height:auto;display:block}.description__tagline{width:100%;max-width:493px}.description__tagline img{width:100%;height:auto;display:block}.about-section{position:relative;width:100%;background:linear-gradient(135deg,#ff6b00,#ff3c00,#e63200);padding:5rem 4rem;overflow:hidden}.about-section__bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:url(/image/about-bg.png) center center / cover no-repeat;opacity:.3}.about-section__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center;min-width:0}.about-section__text{display:flex;flex-direction:column;align-items:flex-start;gap:1.4375rem;width:503px;max-width:100%;min-width:0;color:var(--white)}.about-section__title-group{display:flex;flex-direction:column;gap:.375rem}.about-section__label{font-family:Neue Kabel,Inter,sans-serif;font-size:1.2rem;font-weight:700;margin:0;line-height:1}.about-section__heading{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:2rem;font-weight:700;margin:0;line-height:normal}.about-section__desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:.075rem;margin:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.about-section__desc p{margin:0 0 1em}.about-section__desc p:last-child{margin-bottom:0}.about-section__btn{display:flex;align-items:center;justify-content:center;gap:4.1875rem;background:#231815;color:#fffffffa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;padding:.9375rem 1rem .9375rem 4.9375rem;border-radius:1.875rem;text-decoration:none;letter-spacing:.125rem;width:100%;min-height:62px;transition:background var(--transition-fast),transform var(--transition-fast)}.about-section__btn:hover{background:var(--accent)}.about-section__btn-arrow{width:20px;height:auto;flex-shrink:0}.about-section__photos{display:flex;flex-direction:column;align-items:flex-end;gap:16px;width:440px;max-width:110%;min-width:0}.about-section__photo-frame:first-child{width:100%}.about-section__photo-frame:last-child{width:92%;transform:translate(15%)}.about-section__photo-img{width:100%;height:auto;display:block}.page-news{width:100%;padding:2.5rem 4rem;border-bottom:var(--border-width) solid var(--border)}.page-news__heading{font-family:Neue Kabel,Inter,sans-serif;font-size:1.1rem;font-weight:700;margin:0 0 1.25rem;color:var(--text)}.page-news__list{display:flex;flex-direction:column}.page-news__item{display:flex;align-items:baseline;gap:3rem;padding:1.25rem 0;text-decoration:none;color:var(--text);border-bottom:1px solid var(--gray-light);transition:color var(--transition-fast),padding-left var(--transition-fast)}.page-news__item:first-child{padding-top:0}.page-news__item:last-child{border-bottom:none}.page-news__item:hover{color:var(--accent);padding-left:1rem}.page-news__item:hover .page-news__arrow{opacity:1}.page-news__date{font-family:Neue Kabel,Inter,sans-serif;font-size:.75rem;font-weight:600;white-space:nowrap;min-width:100px}.page-news__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:500;line-height:1.6;flex:1}.page-news__arrow{opacity:0;transition:opacity var(--transition-fast);flex-shrink:0}.page-news__more{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.82rem;font-weight:500;color:var(--text);text-decoration:none;transition:color var(--transition-fast)}.page-news__more:hover{color:var(--accent)}.page-news__more-arrow{width:14px;height:14px}.news-v2{width:100%;background:var(--white);position:relative}.news-v2__inner{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;padding:2.5rem 2rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.news-v2__layout{display:flex;align-items:flex-start;gap:5rem;width:100%}.news-v2__label-wrap{flex-shrink:0}.news-v2__label{font-family:Neue Kabel,Inter,sans-serif;font-size:2.5rem;font-weight:700;color:red;line-height:1}.news-v2__content{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:0}.news-v2__item{display:flex;align-items:center;gap:3.125rem;padding:0;text-decoration:none;color:var(--text);transition:opacity var(--transition-fast);font-size:.82rem;line-height:normal;white-space:nowrap}.news-v2__item+.news-v2__item{padding-top:.375rem;border-top:1px solid #e0e0e0}.news-v2__item:hover{opacity:.7}.news-v2__date{font-family:Neue Kabel,Inter,sans-serif;font-size:.95rem;font-weight:500;color:var(--text);white-space:nowrap;flex-shrink:0}.news-v2__category{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.95rem;font-weight:700;color:red;white-space:nowrap;flex-shrink:0}.news-v2__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.95rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-v2__footer{text-align:center;align-self:center}.news-v2__btn{display:inline-flex;align-items:center;justify-content:center;gap:4.1875rem;background:#231815;color:#fffffffa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;padding:.9375rem 1rem .9375rem 4.9375rem;border-radius:1.875rem;text-decoration:none;letter-spacing:.125rem;width:400px;min-height:62px;white-space:nowrap;transition:background var(--transition-fast),transform var(--transition-fast)}.news-v2__btn:hover{background:var(--accent)}.news-v2__btn-arrow{width:20px;height:auto;flex-shrink:0}.news-v2__zigzag{width:100%;height:20px;background:linear-gradient(135deg,var(--white) 33.33%,transparent 33.33%) 0 0,linear-gradient(225deg,var(--white) 33.33%,transparent 33.33%) 0 0;background-size:20px 20px;background-repeat:repeat-x;background-color:var(--bg)}.entry-divider{width:100%;background:var(--white)}.entry-divider__bar{width:100vw;margin-left:calc(50% - 50vw);height:15px;background:url(/image/entry-intro-line.png) center / 100% 100% no-repeat}.entry-intro{width:100%;padding:0 4rem;background:var(--white)}.entry-intro__inner{max-width:1200px;margin:0 auto}.entry-intro__content{display:flex;flex-direction:column;align-items:center;gap:1.375rem;padding:4.3rem 1.5rem 3rem;text-align:center}.entry-intro__heading{margin:0;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:2.25rem;font-weight:900;line-height:1.35;color:red}.entry-intro__text{margin:0;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.6;color:var(--text)}.entry-cards{width:100%;padding:3.7rem 4rem 7.4rem;background:var(--white)}.entry-cards__inner{display:flex;flex-direction:column;gap:61px;align-items:center;justify-content:center;max-width:1200px;margin:0 auto}.entry-cards__card-wrap{position:relative;width:100%;max-width:857px}.entry-cards__blob{position:absolute;top:18px;left:18px;width:100%;height:100%;border-radius:0;z-index:0}.entry-cards__blob--red{background:linear-gradient(180deg,red,#ff4d4d)}.entry-cards__blob--orange{background:linear-gradient(180deg,#ff5300,#ff8c4d)}.entry-cards__card{position:relative;z-index:1;background:var(--white);border-radius:0;border:1px solid;display:flex;flex-direction:column;gap:20px;align-items:center;padding:30px 53px}.entry-cards__card--red{border-color:red}.entry-cards__card--orange{border-color:#ff5300}.entry-cards__card-content{display:flex;flex-direction:column;gap:23px;width:100%}.entry-cards__header{display:flex;flex-direction:column;gap:16px}.entry-cards__subtitle{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:500;color:var(--text);margin:0}.entry-cards__title-group{display:flex;flex-direction:column;gap:1px}.entry-cards__category{font-family:Neue Kabel,sans-serif;font-size:16px;font-weight:700;color:red;line-height:1.4;margin:0}.entry-cards__card-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:32px;font-weight:900;color:red;line-height:1.2;margin:0}.entry-cards__card-desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.6;color:var(--text);margin:0}.entry-cards__prizes{display:grid;grid-template-columns:1fr 1fr;gap:28px;width:100%}.entry-cards__prize{display:flex;flex-direction:column;gap:3px}.entry-cards__prize-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:700;color:red}.entry-cards__prize-value{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;color:#111;white-space:pre-line}.entry-cards__prize--sponsor{grid-column:1 / -1}.entry-cards__prize--sponsor>.entry-cards__prize-label{font-size:20px}.entry-cards__prize-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding-top:12px}.entry-cards__prize-detail{display:flex;flex-direction:column;gap:4px}.entry-cards__prize-detail .entry-cards__prize-value{font-size:22px}.entry-cards__prize-sub{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:400;color:#111;white-space:pre-line}.entry-cards__empty-message{grid-column:1 / -1;background:#ff33001f;width:100%;display:flex;align-items:center;justify-content:center;height:72px;border-radius:8px}.entry-cards__empty-message p{font-size:1rem;font-weight:700;color:var(--text);text-align:center}.entry-cards__btn{display:flex;align-items:center;justify-content:center;gap:17px;width:-moz-fit-content;width:fit-content;min-height:62px;padding:15px 40px;background:#231815;color:#fffffffa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:500;letter-spacing:2px;text-decoration:none;border-radius:30px;white-space:nowrap;transition:background var(--transition-fast)}.entry-cards__btn:hover{background:var(--accent)}.entry-cards__btn-arrow{width:20px;height:auto}.entry-cards__entry-buttons{display:flex;width:100%}.entry-cards__entry-buttons--single{justify-content:center}.entry-cards__entry-btn{display:flex;align-items:center;justify-content:center;min-height:62px;padding:14px 24px;background:#231815;color:#fff;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-weight:700;font-size:16px;letter-spacing:2px;text-decoration:none;border-radius:30px}.entry-cards__entry-btn--disabled{background:#888;cursor:default;pointer-events:none}.final-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:80px 4rem;overflow:hidden}.final-section__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;z-index:0}.final-section__photo-credit{position:absolute;right:1rem;bottom:.75rem;z-index:1;margin:0;color:#ffffffdb;font-family:Neue Kabel,Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.04em;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.45)}.final-section__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:32px 97px;background:#39393940;border-radius:10px;padding:80px 60px;width:-moz-max-content;width:max-content;max-width:100%;margin:0 auto;box-sizing:border-box}.final-section__copy{display:flex;flex-direction:column;align-items:flex-start;gap:1px;color:var(--white);min-width:min(100%,320px)}.final-section__label{font-family:Neue Kabel,Inter,sans-serif;font-size:24px;font-weight:500;line-height:1.4;letter-spacing:.9px;margin:0}.final-section__heading{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:40px;font-weight:900;letter-spacing:4px;line-height:normal;margin:0}.final-section__date{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:15px;font-weight:500;letter-spacing:1.08px;line-height:1.7;margin:0}.final-section__date-num{font-family:Neue Kabel,Inter,sans-serif}.final-section__btn{display:flex;align-items:center;justify-content:center;gap:100px;background:var(--white);color:#000000fa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:500;letter-spacing:2px;padding:15px 40px 15px 108px;border-radius:30px;text-decoration:none;white-space:nowrap;flex:0 1 auto;min-height:62.66px;transition:opacity var(--transition-fast)}.final-section__btn:hover{opacity:.85}.final-section__btn-arrow{width:20px;height:34px;flex-shrink:0}.sponsor-section{width:100%;background:#f4f4f4;display:flex;flex-direction:column;align-items:center;gap:64px;padding:75px 4rem}.sponsor-section__block{display:flex;flex-direction:column;gap:36px;align-items:center;width:100%;max-width:1111px}.sponsor-section__heading{display:flex;align-items:center;justify-content:center;width:100%;height:65px;border:2px solid var(--text);border-radius:40px;padding:10px}.sponsor-section__heading span{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:900;line-height:1.2;text-align:center;white-space:nowrap}.sponsor-section__tiers{display:flex;flex-direction:column;gap:48px;align-items:center;width:100%}.sponsor-section__tier{display:flex;flex-direction:column;gap:4px;width:100%}.sponsor-section__tier-label{font-family:Neue Kabel,Inter,sans-serif;font-size:24px;font-weight:700;line-height:1.7;letter-spacing:1.8px;color:var(--text);margin:0}.sponsor-section__grid{display:flex;flex-wrap:wrap;gap:30px}.sponsor-section__grid--platina{gap:30px}.sponsor-section__grid--gold{gap:40px}.sponsor-section__grid--silver{gap:30px}.sponsor-section__grid--company{width:100%;gap:40px;justify-content:center}.sponsor-section__card{background:var(--white);border-radius:0;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.sponsor-section__card--platina{width:calc((100% - 60px) / 3);aspect-ratio:546 / 310}.sponsor-section__card--gold{width:calc((100% - 120px)/4);aspect-ratio:347 / 223}.sponsor-section__card--silver{width:calc((100% - 120px)/5);aspect-ratio:258 / 166}.sponsor-section__card--company{width:calc((100% - 120px)/4);aspect-ratio:347 / 223}.sponsor-section__logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.sponsor-section__btn{display:flex;align-items:center;justify-content:center;gap:17px;background:#231815;color:#fffffffa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:500;letter-spacing:2px;padding:15px 24px;border-radius:30px;text-decoration:none;white-space:nowrap;min-height:62.66px;transition:background var(--transition-fast)}.sponsor-section__btn:hover{background:var(--accent)}.sponsor-section__btn-arrow{width:20px;height:auto}.contact-section{width:100%;display:flex;flex-direction:column;align-items:center;gap:40px;padding:50px 4rem;background:var(--white)}.contact-section__heading{display:flex;align-items:center;justify-content:center;width:100%;max-width:1111px;height:65px;border:2px solid var(--text);border-radius:40px;padding:10px}.contact-section__heading span{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:900;line-height:1.2;text-align:center;white-space:nowrap;color:var(--text)}.contact-section__desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:2;text-align:center;color:var(--text);margin:0}.contact-section__cards{display:flex;gap:21px;justify-content:center;width:100%;max-width:1111px}.contact-section__card{position:relative;width:348px;height:102px;text-decoration:none;display:block}.contact-section__card-shadow{position:absolute;top:10px;left:9px;width:348px;height:102px;background:var(--text);border:1px solid var(--white);border-radius:30px}.contact-section__card-front{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:20px;width:348px;height:102px;background:var(--white);border:1px solid var(--text);border-radius:30px;transition:transform var(--transition-fast)}.contact-section__card:hover .contact-section__card-front{transform:translate(4px,4px)}.contact-section__card--disabled{opacity:.4;pointer-events:none}.contact-section__card-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:700;line-height:1.2;color:var(--text);white-space:nowrap}.contact-section__card-arrow{width:20px;height:auto}.hero-image-section{width:100%;min-height:100vh;display:grid;grid-template-columns:var(--grid-left) var(--grid-right);border-bottom:var(--border-width) solid var(--border)}.hero-image-section .sticky-col{padding:3rem 2vw;border-right:var(--border-width) solid var(--border);background:var(--bg);display:flex;flex-direction:column;justify-content:space-between}.hero-image-section .content-col{background:url(/image/image1.jpg) center center / cover no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem}.hero-image-section .content-col:before{content:"";position:absolute;inset:0;background:#00000080}.hero-image-section .hero-inner{position:relative;z-index:1;color:var(--white)}.hero-image-section .hero-copy{font-size:4.5rem;font-weight:900;line-height:1.3;letter-spacing:.02em;margin:0 0 3rem}.hero-image-section .hero-desc-title{font-size:1rem;font-weight:700;margin:0 0 1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.3)}.hero-image-section .hero-desc{font-size:.95rem;line-height:1.8;opacity:.9;max-width:600px}.venue-card{display:flex;flex-direction:column;justify-content:space-between;background:url(/image/image2.jpg) center center / cover no-repeat;position:relative;padding:3rem 2rem;text-decoration:none;color:var(--white);min-height:280px}.venue-card:before{content:"";position:absolute;inset:0;background:#0009}.venue-card-inner{position:relative;z-index:1}.venue-card-title{font-size:2.5rem;font-weight:900;margin:0 0 .5rem;letter-spacing:.02em}.venue-card-date{font-size:1rem;font-weight:700;opacity:.9}.venue-card-link{position:relative;z-index:1;display:inline-block;color:var(--white);font-size:.9rem;font-weight:600;border-bottom:1px solid rgba(255,255,255,.5);transition:all var(--transition-fast)}.venue-card-link:hover{border-color:var(--white)}.venue-card-full{margin:0 -4rem 3rem}.venue-card-wrap{padding:0}.accordion-icon{position:relative;width:20px;height:20px;transition:transform var(--transition-fast)}.accordion-icon:before,.accordion-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:currentColor}.accordion-icon:before{width:100%;height:2px}.accordion-icon:after{width:2px;height:100%;transition:height var(--transition-fast)}.accordion-item.is-open .accordion-icon{transform:rotate(180deg)}.accordion-item.is-open .accordion-icon:after{height:0}.criteria-list-body{height:0;overflow:hidden;transition:height .4s ease;opacity:0}.accordion-item.is-open .criteria-list-body{height:auto;opacity:1}@media(min-width:901px){.criteria-always-open .criteria-list-body{height:auto;opacity:1;overflow:visible}.criteria-always-open .accordion-icon{display:none}.criteria-always-open .accordion-trigger{cursor:default;pointer-events:none}}.criteria-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:#231815;color:#fffffffa;padding:1rem 3rem;border-radius:30px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background var(--transition-fast);border:none}.criteria-cta-btn:hover{background:var(--accent)}.criteria-cta-btn.is-disabled{white-space:normal;overflow-wrap:anywhere;text-align:center}.schedule-block{padding:var(--section-padding) 0}.schedule-block--panel{padding:0}.schedule-block--cards .schedule-list--cards{display:flex;flex-direction:column;gap:0;padding:0}.schedule-card{--schedule-card-image: none;position:relative;border-top:var(--border-width) solid var(--border);border-bottom:var(--border-width) solid var(--border);overflow:hidden;background:var(--bg);margin-top:calc(-1 * var(--border-width))}.schedule-card:first-child{margin-top:0;border-top:none}.schedule-card-bg{position:absolute;inset:0;background:var(--schedule-card-image);background-size:cover;background-position:center;opacity:.08}.schedule-card-inner{position:relative;display:grid;grid-template-columns:170px 1fr;gap:1.5rem;padding:1.2rem 1.5rem}.schedule-card-title{margin:0;font-size:2.7rem;font-weight:900;line-height:1.05;letter-spacing:-.02em}.schedule-card-details{margin:0;display:flex;flex-direction:column;gap:.8rem}.schedule-card-row{margin:0;display:grid;grid-template-columns:84px 1fr;gap:.8rem}.schedule-card-row dt{margin:0;font-size:.8rem;font-weight:900;letter-spacing:.04em;background:var(--white);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;min-height:1.7rem;padding:0 .55rem}.schedule-card-row dd{margin:0;font-size:.95rem;line-height:1.8;border:1px solid var(--border);padding:.5rem .8rem}.schedule-card-lines p{margin:0}.schedule-card-lines .is-space{min-height:1rem}.schedule-card-list{margin:0;padding-left:0;list-style:none}.schedule-card-list li{position:relative;padding-left:1rem}.schedule-card-list li:before{content:"•";position:absolute;left:0;color:var(--accent)}.schedule-card-bridge{position:relative;z-index:3;margin:1.2rem auto;background:var(--text);color:var(--white);display:inline-flex;align-items:center;gap:.7rem;min-height:2.7rem;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 2rem);padding:.7rem 1.5rem;font-size:.8rem;font-weight:700;white-space:nowrap;border:var(--border-width) solid var(--border)}.schedule-card-bridge+.schedule-card{margin-top:0}.schedule-card-jump-icon{color:var(--accent);font-size:1rem;line-height:1}.schedule-grid{display:grid;grid-template-columns:160px 1fr 1fr 1fr;width:100%;margin-bottom:4rem}.schedule-head-cell{padding:1.5rem;font-weight:900;border-bottom:1px solid var(--text);border-left:1px solid var(--border)}.schedule-empty{border-bottom:1px solid var(--text);border-left:none;padding-left:var(--section-padding)}.schedule-step{font-size:1.2rem;margin-bottom:.3rem}.schedule-step-sub{font-size:1rem;opacity:.8}.schedule-row-label{padding:1.5rem 0;padding-left:var(--section-padding);font-weight:900;font-size:.95rem;border-bottom:1px solid var(--border);grid-column:1 / 2}.schedule-cell{padding:1.5rem;font-size:.95rem;line-height:1.8;border-bottom:1px solid var(--border);border-left:1px solid var(--border)}.schedule-grid>:nth-child(4n){padding-right:var(--section-padding)}.doc-container{width:100%;max-width:calc(1111px + 8rem);margin:0 auto;padding:3rem 4rem 6rem;margin-top:var(--layout-top-offset)}.doc-fv-title{display:flex;align-items:center;justify-content:center;height:65px;width:100%;border:2px solid var(--text);border-radius:40px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.375rem;font-weight:900;line-height:1.4;margin:0 0 3rem;text-align:center}.doc-section{margin-bottom:4rem}.doc-heading{display:flex;align-items:center;justify-content:center;height:50px;width:100%;border:2px solid var(--accent);border-radius:40px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.125rem;font-weight:900;color:var(--accent);margin:0 0 1.5rem}.doc-text{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;line-height:1.8;margin-bottom:2rem}.doc-embed{width:100%;background:var(--gray-mid);margin-bottom:2rem;border-radius:16px;overflow:hidden}.doc-embed iframe{display:block;width:100%;min-height:80vh;border:none}.doc-phase-section{margin-bottom:4rem}.doc-phase-header{display:flex;align-items:center;gap:2rem;padding:1.5rem 2rem;margin-bottom:2.5rem;background:var(--white);border:1px solid var(--gray-light);border-radius:20px}.doc-phase{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:900;margin:0;white-space:nowrap;color:var(--accent)}.doc-phase-desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:1.7;color:var(--gray-text);margin:0}.doc-stepper{position:relative;padding-left:3rem}.doc-stepper:before{content:"";position:absolute;top:0;left:5px;bottom:0;width:2px;background:var(--gray-light);border-radius:1px}.doc-step{position:relative;padding:2rem 2.5rem;margin-left:0;display:grid;grid-template-columns:260px 1fr;gap:2rem;background:var(--white);border:1px solid var(--gray-light);border-radius:16px;margin-bottom:1rem}.doc-step:before{content:"";position:absolute;top:2.5rem;left:-3rem;width:12px;height:12px;border-radius:50%;background:#231815;z-index:1}.doc-step-content{display:flex;flex-direction:column}.doc-step:nth-child(odd){background:var(--white)}.doc-step:nth-child(2n){background:var(--white)}.doc-step--done{border-color:var(--accent)}.doc-step--done:before{background:var(--accent)}.doc-step.doc-step--complete{background:#fff4ef;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.doc-step--complete:before{content:"";top:2.5rem;left:-3rem;width:12px;height:12px;background:var(--accent)}.doc-step--complete .doc-step-title:after{content:"完了";display:inline-flex;align-items:center;margin-left:.75rem;padding:.1875rem .6875rem;border-radius:999px;background:var(--accent);color:var(--white);font-size:.6875rem;font-weight:900;line-height:1.4;vertical-align:middle}.doc-step-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:900;margin:0 0 1rem}.doc-step-body{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:1.8;color:var(--gray-text);margin:0}.doc-step-body a{color:var(--accent);text-decoration:underline}.doc-step-list{list-style:disc;padding-left:1.5rem;margin:1rem 0 0;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:2;color:var(--gray-text)}.doc-step-cta{margin-top:1.5rem}.doc-step-cta .criteria-cta-btn{padding:.875rem 2.5rem;font-size:.8125rem}.doc-after-deploy{margin-bottom:1rem;padding:2rem 2.5rem;background:var(--white);border:2px solid #231815;border-left:8px solid var(--accent);border-radius:16px}.doc-after-deploy__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:900;color:#231815;margin:0 0 1rem}.doc-after-deploy__body{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:1.8;color:var(--gray-text);margin:0}.doc-after-deploy__body+.doc-after-deploy__body{margin-top:.5rem}.doc-after-deploy__deadline{display:inline-flex;margin:1rem 0 0;padding:.375rem .75rem;border-radius:999px;background:#fff4ef;color:var(--accent);font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;font-weight:900}.doc-info-list{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--gray-light);border-radius:16px;overflow:hidden}.doc-info-row{display:grid;grid-template-columns:200px 1fr;gap:2rem;padding:2rem 2.5rem;border-bottom:1px solid var(--gray-light)}.doc-info-row:last-child{border-bottom:none}.doc-info-row:nth-child(odd){background:transparent}.doc-info-row:nth-child(2n){background:transparent}.doc-info-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.9375rem;font-weight:900;margin:0}.doc-info-value p{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:1.8;color:var(--gray-text);margin:0}.doc-info-value .doc-info-note{margin-top:.5rem;color:#0000009e}.doc-schedule{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--gray-light);border-radius:16px;overflow:hidden}.doc-schedule-row{display:grid;grid-template-columns:120px 1fr auto;gap:2rem;padding:1.25rem 2rem;border-bottom:1px solid var(--gray-light);align-items:baseline}.doc-schedule-row:last-child{border-bottom:none}.doc-schedule-row--group{margin-top:0;padding-top:1.25rem}.doc-schedule-phase{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:900;color:var(--accent)}.doc-schedule-item{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:1.7}.doc-schedule-note{display:block;font-size:.6875rem;line-height:1.6;color:var(--gray-text);margin-top:.3rem}.doc-schedule-date{font-family:Neue Kabel,Inter,sans-serif;font-size:.875rem;font-weight:600;white-space:nowrap}.doc-flow-arrow{position:relative;display:flex;gap:2rem;padding-left:3rem;margin:1.5rem 0 3rem}.doc-flow-arrow-line{width:2px;min-height:80px;background:var(--gray-light);position:relative;flex-shrink:0;margin-left:2px;border-radius:1px}.doc-flow-arrow-line:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid var(--accent)}.doc-flow-note{display:flex;align-items:flex-end;padding-bottom:.5rem}.doc-flow-note p{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;line-height:1.8;color:var(--gray-text);margin:0}.news-back{padding:2rem 0 1.5rem}.news-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--gray-text);text-decoration:none;transition:color var(--transition-fast)}.news-back-link:hover{color:var(--accent)}.news-article{padding-top:2.5rem;border-top:1px solid var(--gray-light)}.news-article-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-light)}.news-article-date{display:inline-block;font-family:Neue Kabel,Inter,sans-serif;font-size:.9rem;font-weight:700;color:var(--gray-text);margin-bottom:1rem;letter-spacing:.04em}.news-article-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:900;line-height:1.5;margin:0}.news-article-body{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.95rem;line-height:2;color:var(--text)}.news-article-body h2{font-size:1.2rem;font-weight:900;margin:2.5rem 0 1rem;padding-bottom:.6rem;border-bottom:1px solid var(--gray-light)}.news-article-body h3{font-size:1.05rem;font-weight:700;margin:2rem 0 .75rem}.news-article-body p{margin:0 0 1.5rem}.news-article-body ul,.news-article-body ol{margin:0 0 1.5rem;padding-left:1.5rem}.news-article-body li{margin-bottom:.5rem}.news-article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.news-article-body img{max-width:100%;height:auto;display:block;margin:2rem 0}.faq-anchors-sentinel{height:0}.faq-anchors{display:flex;flex-wrap:wrap;gap:.625rem;padding:1.5rem 4rem;border-bottom:var(--border-width) solid var(--border);position:sticky;top:var(--sticky-top-offset);z-index:90;background:var(--bg);transition:padding var(--transition-fast) var(--easing-smooth);justify-content:center}.faq-anchors.is-stuck{padding:.75rem 4rem}.faq-anchor{display:inline-flex;align-items:center;justify-content:center;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:700;padding:.5rem 1.5rem;border:2px solid var(--text);border-radius:30px;text-decoration:none;color:var(--text);transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.faq-anchor:hover{background:#231815;color:var(--white);border-color:#231815}.faq-block{padding:var(--section-padding);scroll-margin-top:calc(var(--sticky-top-offset) + 3.5rem)}.faq-answer{height:0;overflow:hidden;transition:height .4s ease;opacity:0}.accordion-item.is-open .faq-answer{opacity:1}.faq-subcategory-group+.faq-subcategory-group{margin-top:2rem}.faq-tabs{display:flex;flex-wrap:wrap;gap:.625rem;padding:1.5rem 4rem;border-bottom:var(--border-width) solid var(--border);position:sticky;top:var(--sticky-top-offset);z-index:90;background:var(--bg);transition:padding var(--transition-fast) var(--easing-smooth);justify-content:center}.faq-tabs.is-stuck{padding:.75rem 4rem}.faq-tab{display:inline-flex;align-items:center;justify-content:center;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:700;padding:.5rem 1.5rem;border:2px solid var(--text);border-radius:30px;background:transparent;color:var(--text);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.faq-tab:hover,.faq-tab.is-active{background:#231815;color:var(--white);border-color:#231815}.faq-category-select,.faq-panel{display:none}.faq-panel.is-active{display:block}.grid-section[id^=year-]{scroll-margin-top:calc(var(--sticky-top-offset) + 3.5rem)}.grid-section[id^=year-] .sticky-col{top:calc(var(--sticky-top-offset) + 3.5rem);height:calc(100vh - var(--sticky-top-offset) - 3.5rem)}.archive-media{position:relative;overflow:clip;width:100%;max-width:100%;border-radius:16px}.archive-media-track{display:flex;gap:1rem;transition:transform var(--transition-fast) ease;will-change:transform}.archive-media-item{flex-shrink:0;width:360px;height:202px;background:#ffead9;overflow:hidden;border-radius:12px}.archive-media-item iframe{width:100%!important;height:100%!important;border:none;display:block}.archive-media-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.archive-media-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#231815;color:var(--white);border:none;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;line-height:1;cursor:pointer;z-index:10;transition:background var(--transition-fast)}.archive-media-arrow:hover{background:var(--accent)}.archive-media-arrow--prev{left:.75rem}.archive-media-arrow--next{right:.75rem}.archive-label-btn{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;border:2px solid var(--text);border-radius:30px;padding:.375rem 1.25rem}.archive-label-btn span{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;font-weight:700;color:var(--text)}.archive-link-btn{display:inline-flex;align-items:center;background:#231815;color:#fffffffa;border:none;border-radius:30px;padding:.5rem 1.5rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;font-weight:700;text-decoration:none;transition:background var(--transition-fast)}.archive-link-btn:hover{background:var(--accent)}.archive-link-btn--sm{padding:.375rem 1.25rem;font-size:.75rem}.archive-fin-img{width:100%;height:186px;background:#ffead9;overflow:hidden;border-radius:12px}.archive-fin-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.final-announce-nav{width:100%;padding:4rem;border-bottom:var(--border-width) solid var(--border)}.final-announce-nav-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.final-announce-nav-col{display:flex;flex-direction:column}.final-announce-nav-col__label{font-size:.85rem;color:var(--gray-text);margin-bottom:.25rem}.final-announce-nav-col__title{font-size:1.5rem;font-weight:700;line-height:1.4}.final-announce-nav-col__subtitle{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.final-announce-nav-col__desc{font-size:.95rem;line-height:1.8;color:var(--gray-text);margin-bottom:1.5rem}.final-announce-nav-col__buttons{display:flex;gap:1rem;flex-wrap:wrap}.final-content__announce-links{margin-top:2rem}.final-carousel{position:relative;overflow:clip;width:100%}.final-carousel-track{display:flex;transition:transform var(--transition-fast) ease;will-change:transform}.final-carousel-item{flex-shrink:0;width:100%;overflow:hidden}.final-carousel--sponsor .final-carousel-item{aspect-ratio:16 / 10}.final-carousel--sponsor .final-carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.final-carousel--fin{height:186px}.final-carousel--fin .final-carousel-item{height:100%}.final-carousel--fin .final-carousel-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}#kanran,#youtube-live{scroll-margin-top:calc(var(--nav-height) + 1rem)}.criteria-section{padding:6.25rem 2rem;display:flex;flex-direction:column;align-items:center;gap:5.75rem;max-width:1440px;margin:0 auto}.criteria-section__header{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1040px}.criteria-section__badge{display:flex;align-items:center;justify-content:center;padding:.625rem;height:65px;width:100%;border:2px solid #ff3636;border-radius:40px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:900;color:red;text-align:center}.criteria-section__intro{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-weight:500;letter-spacing:.075rem;line-height:1.7;color:var(--text);text-align:center}.criteria-section__intro-main{font-size:1rem;margin:0}.criteria-section__intro-note{font-size:.875rem;color:#0006;margin:0}.criteria-section__cards{display:flex;gap:2rem;align-items:center;justify-content:center;width:100%;max-width:1040px}.criteria-section__card{position:relative;flex:1;max-width:348px;min-width:0}.criteria-section__card-shadow{position:absolute;top:8px;left:8px;width:100%;height:100%;background:#ff5300;border-radius:0}.criteria-section--idea .criteria-section__card-shadow{left:30px;width:calc(100% - 10px)}.criteria-section__card-front{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--white);border:1px solid red;border-radius:0;padding:1.875rem 3.3rem 3.125rem}.criteria-section__card-en{font-family:Neue Kabel,Inter,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4;color:red;text-align:center;margin:0}.criteria-section__card-ja{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:2.125rem;font-weight:900;line-height:1.2;color:#ff3c00;text-align:center;margin:0}.criteria-section__cards-with-cross{display:flex;gap:1.5rem;align-items:flex-start;justify-content:center;width:100%;max-width:1110px}.criteria-section__card-col{display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex:1;max-width:483px}.criteria-section--idea .criteria-section__card{width:483px;max-width:100%}.criteria-section--idea .criteria-section__card-shadow{width:466px;max-width:calc(100% - 17px)}.criteria-section--idea .criteria-section__card-front{gap:.625rem}.criteria-section__cross{width:47px;height:47px;flex-shrink:0;margin-top:100px;margin-left:10px}.criteria-section__card-desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:700;line-height:1.6;letter-spacing:.075rem;color:var(--text);text-align:center;margin:0}.criteria-section__card-desc p{margin:0}.criteria-section__body{display:flex;gap:2.25rem;justify-content:center;width:100%;max-width:1040px}.criteria-section__bar{width:20px;flex-shrink:0;background:linear-gradient(to bottom,#ffece6,#ffe5e0,#ffdcda,#ffdad3,#ffd2c9,#ffc4c3 7%,#ffbdbf 8.5%,#ffb5bb,#ffb2b7,#ffabac,#ffa8a8,#ffa8a4,#ffa59f,#ffab9e 18.3%,#ffb69e 32.4%,#ffb299 33.8%,#ffb095,#ffaf95 39.4%,#ffae97 40.8%,#ffaa8b 42.3%,#ffa688 43.7%,#ffa381 47.9%,#ff9e7a,#ff9a73,#ff976e,#ff9066 53.5%,#ff8f65 56.3%,#ff8b61 57.7%,#ff8a5f 59.2%,#ff875c 62%,#ff825b 63.4%,#ff805a 66.2%,#ff7e5b 70.4%,#ff7a58 71.8%,#ff7857 77.5%,#ff7956 88.7%,#ff7d57 95.8%,#ff7e5b,#ff815c,#ff835f)}.criteria-section__groups{display:flex;flex-direction:column;align-items:center;gap:3.375rem;flex:1;min-width:0}.criteria-section__group{display:flex;flex-direction:column;gap:2.75rem;width:100%}.criteria-section__group-header{display:flex;gap:2.75rem;align-items:center;width:100%}.criteria-section__group-num{display:flex;align-items:center;color:red;white-space:nowrap;flex-shrink:0}.criteria-section__group-num-n{font-family:Neue Kabel,Inter,sans-serif;font-size:2rem;font-weight:700;line-height:1.4}.criteria-section__group-num-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.7;letter-spacing:.15rem}.criteria-section__group-subtitle{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:.075rem;color:var(--text)}.criteria-section__items{display:flex;flex-direction:column;gap:.875rem;width:100%}.criteria-section__item{display:flex;flex-direction:column;gap:.8rem}.criteria-section__item-header{display:flex;gap:1.0625rem;align-items:center}.criteria-section__item-dot{width:20px;height:20px;background:#ff3c00;flex-shrink:0}.criteria-section__item-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.7;letter-spacing:.0975rem;color:var(--text);margin:0}.criteria-section__item-desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:.075rem;color:var(--text);margin:0}.criteria-section__divider{width:100%;height:1px;background:red;opacity:.3}.criteria-section__cta{display:inline-flex;align-items:center;gap:1.0625rem;background:#231815;color:#fffffffa;border-radius:30px;padding:.9375rem 1.5rem;text-decoration:none;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.125rem;text-align:center;transition:background var(--transition-fast)}.criteria-section__cta:hover{background:var(--accent)}.criteria-section__cta-arrow{width:20px;height:34px}.awards-section{background:#fdc;padding:6.25rem 2rem;display:flex;flex-direction:column;align-items:center;gap:4rem}.awards-section__inner{max-width:1040px;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem}.awards-section__badge{display:flex;align-items:center;justify-content:center;padding:.625rem;height:65px;width:100%;border:2px solid #ff3636;border-radius:40px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:900;color:red;text-align:center}.awards-section__intro{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:.075rem;color:var(--text);margin:0;width:100%}.awards-section__list{display:flex;flex-direction:column;gap:35px;width:100%;text-align:left}.awards-section__category{display:flex;flex-direction:column;gap:1.5rem;width:100%}.awards-section__category-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:700;color:#ff969d;margin:0}.awards-section__award{display:flex;flex-direction:column;gap:10px}.awards-section__award-header{display:flex;gap:3px;align-items:flex-end;padding-bottom:5px;border-bottom:1px solid red}.awards-section__award-name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:700;color:red;margin:0;flex:1;white-space:nowrap}.awards-section__award-prize{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;color:#111;margin:0;white-space:pre-line}.awards-section__award-desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.7;color:#111;margin:0;flex:1}.awards-section__sponsor-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding-top:12px}.awards-section__sponsor-detail{display:flex;flex-direction:column;gap:4px}.awards-section__sponsor-name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:22px;font-weight:700;color:#111;margin:0}.awards-section__sponsor-prize{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:400;color:#111;margin:0;white-space:pre-line}.awards-section__divider{width:100%;height:1px;background:#0003}.awards-section__judges-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:700;color:#ff969d;margin:0;width:100%}.awards-section__judges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%}.awards-section__judge{display:flex;flex-direction:column;gap:.75rem}.awards-section__judge-photo{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#ccc}.awards-section__judge-photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.awards-section__judge-name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.125rem;font-weight:900;color:var(--text);margin:0}.awards-section__judge-bio{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.6;color:var(--text);margin:0}.awards-section__cta{display:inline-flex;align-items:center;gap:1.0625rem;background:#231815;color:#fffffffa;border-radius:30px;padding:.9375rem 1.5rem;text-decoration:none;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.125rem;text-align:center;transition:background var(--transition-fast)}.awards-section__cta:hover{background:var(--accent)}.awards-section__cta-arrow{width:20px;height:34px}.awards-section__theme-group{display:flex;flex-direction:column;gap:19px;width:100%}.awards-section__theme-award{display:flex;flex-direction:column;gap:10px}.awards-section__theme-award-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:700;color:red;margin:0}.awards-section__theme-award-prize{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;color:#111;margin:0}.awards-section__theme-card{display:flex;align-items:center;gap:48px;width:100%}.awards-section__theme-logo{flex-shrink:0;width:364px;aspect-ratio:546 / 310;background:var(--white);border-radius:30px;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.awards-section__theme-logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.awards-section__theme-detail{display:flex;flex-direction:column;gap:26px;flex:1}.awards-section__theme-header{display:flex;align-items:center;gap:16px}.awards-section__theme-company{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:900;line-height:1.7;letter-spacing:1.68px;color:var(--text);margin:0}.awards-section__theme-site-link{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:1.2px;color:#00000080;text-decoration:none;border-bottom:2px solid #99857a;padding:4px 8px;transition:color var(--transition-fast)}.awards-section__theme-site-link:hover{color:var(--text)}.awards-section__theme-text{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:24px;font-weight:500;line-height:1.6;letter-spacing:1.32px;color:var(--text);margin:0}.awards-section__theme-link{display:inline-flex;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;padding:10px 20px;background:var(--text);color:#fffffffa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:14px;font-weight:500;letter-spacing:2px;text-decoration:none;border-radius:30px;transition:background var(--transition-fast)}.awards-section__theme-link:hover{background:var(--accent)}.awards-section__theme-link-arrow{width:13px;height:23px}.awards-section__empty-message{background:#ff33001f;width:100%;display:flex;align-items:center;justify-content:center;height:72px;border-radius:8px}.awards-section__empty-message p{font-size:1rem;font-weight:700;color:var(--text);text-align:center}.awards-section__award-with-logo{display:grid;grid-template-columns:200px 1fr;gap:2rem;align-items:center}.awards-section__award-logo{width:100%;aspect-ratio:16 / 10;background:var(--white);display:flex;align-items:center;justify-content:center;padding:1rem}.awards-section__award-company-link{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:900;color:var(--text);text-decoration:none;transition:opacity var(--transition-fast)}.awards-section__award-company-link:hover{opacity:.7}.awards-section__award-company{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:900;color:var(--text);margin:0}.criteria-section__entry-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px;margin:2rem auto 0}.criteria-section__entry-buttons .criteria-cta-btn{background:#231815;border-radius:30px;padding:.9rem 1.5rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:700;color:var(--white);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-width:0}.criteria-section__entry-buttons .criteria-cta-btn:after{content:"";display:inline-block;flex:0 0 20px;width:20px;height:34px;background:url(/image/page-fv-arrow.svg) center / contain no-repeat}.criteria-section__entry-buttons .criteria-cta-btn:hover{background:var(--accent)}.criteria-section__entry-buttons--single{grid-template-columns:1fr;justify-items:center}.criteria-section__entry-buttons .criteria-cta-btn.criteria-cta-btn--disabled{background:#888;cursor:default;pointer-events:none}.criteria-section__entry-buttons .criteria-cta-btn.criteria-cta-btn--disabled:after{display:none}.criteria-section__entry-buttons .criteria-cta-btn.criteria-cta-btn--entry{padding:14px 24px;justify-content:space-between;width:100%}.criteria-cta-btn__text{display:flex;flex-direction:column;text-align:left}.criteria-cta-btn__title{font-size:28px;line-height:1.2;letter-spacing:2px}.criteria-cta-btn__sub{font-size:16px;line-height:1.3;letter-spacing:2px}.schedule-section{padding:6.25rem 2rem;display:flex;flex-direction:column;align-items:center;gap:5.75rem;max-width:1440px;margin:0 auto}.schedule-section__header{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1110px}.schedule-section__badge{display:flex;align-items:center;justify-content:center;padding:.625rem;height:65px;width:100%;border:2px solid #ff3636;border-radius:0;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:900;color:red;text-align:center}.schedule-section__intro{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.7;letter-spacing:.075rem;color:var(--text);margin:0;text-align:center}.schedule-section__stages{display:flex;flex-direction:column;align-items:center;gap:2.0625rem;width:100%;max-width:1110px}.schedule-section__stage{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.schedule-section__stage-title{display:flex;gap:.875rem;align-items:center;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;color:var(--text);white-space:nowrap;margin:0}.schedule-section__stage-name{font-size:2rem;font-weight:700;letter-spacing:.15rem;line-height:1.7}.schedule-section__stage-sub{font-size:1.5rem;font-weight:500;letter-spacing:.135rem;line-height:1.7}.schedule-section__pill{display:flex;align-items:center;justify-content:center;width:100%;min-height:88px;padding:1.125rem .875rem;border-radius:0;background:#ff53004d;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.1rem;line-height:1.5;color:var(--text);text-align:center}.schedule-section__pill-label{font-weight:700}.schedule-section__pill-date{font-weight:700;color:red}.schedule-section__result{display:flex;align-items:center;justify-content:center;width:100%;min-height:88px;padding:1.125rem .875rem;border-radius:0;border:4px solid #ff5300;background:transparent;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#ff5300;text-align:center}.schedule-section__final{display:flex;align-items:center;justify-content:center;width:100%;min-height:88px;padding:1.125rem .875rem;border-radius:0;background:linear-gradient(90deg,#ff969d,#ff5300,red);font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.5;letter-spacing:.1125rem;color:var(--white);text-align:center}.schedule-section__arrow{width:1.2rem;height:2rem;transform:rotate(90deg);flex-shrink:0}.schedule-section__cta{display:inline-flex;align-items:center;gap:1.0625rem;background:#231815;color:#fffffffa;border-radius:30px;padding:.9375rem 1.5rem;text-decoration:none;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.125rem;text-align:center;transition:background var(--transition-fast)}.schedule-section__cta:hover{background:var(--accent)}.schedule-section__cta-arrow{width:15px;height:25px}.pastworks-section{padding:6.25rem 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1440px;margin:0 auto}.pastworks-section__badge{display:flex;align-items:center;justify-content:center;padding:.625rem;height:65px;width:100%;max-width:1110px;border:2px solid var(--text);border-radius:40px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:900;color:var(--text);text-align:center}.pastworks-section__cards{display:flex;gap:1.3125rem;align-items:center;justify-content:flex-start;flex-wrap:wrap;width:100%;max-width:1110px}.pastworks-section__card{position:relative;width:348px;flex-shrink:0}.pastworks-section__card-shadow{position:absolute;top:10px;left:9px;width:100%;height:102px;background:var(--text);border:1px solid var(--white);border-radius:30px}.pastworks-section__card-front{position:relative;z-index:1;display:flex;gap:1.25rem;align-items:center;justify-content:center;height:102px;background:var(--white);border:1px solid var(--text);border-radius:30px;text-decoration:none;transition:transform var(--transition-fast)}.pastworks-section__card-front:hover{transform:translate(4px,4px)}.pastworks-section__card-year{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:700;color:var(--text);line-height:1.2}.pastworks-section__card-arrow{width:20px;height:35px}.sponsor-detail{width:100%;display:flex;flex-direction:column;align-items:center;gap:48px;padding:100px 4rem}.sponsor-detail+.sponsor-detail{padding-top:0}.sponsor-detail__heading{display:flex;align-items:center;justify-content:center;width:100%;max-width:1111px;height:65px;border:2px solid var(--text);border-radius:40px;padding:10px}.sponsor-detail__heading span{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:30px;font-weight:900;line-height:1.2;text-align:center;white-space:nowrap;color:var(--text)}.sponsor-detail__tier-label{font-family:Neue Kabel,Inter,sans-serif;font-size:30px;font-weight:700;line-height:1.7;letter-spacing:1.8px;color:var(--text);margin:0;width:100%;max-width:1111px}.sponsor-detail__list{display:flex;flex-direction:column;gap:80px;width:100%;max-width:1111px}.sponsor-detail__item{display:flex;flex-direction:column;gap:32px}.sponsor-detail__info{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.sponsor-detail__logo{background:var(--white);border-radius:0;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.sponsor-detail__logo--platina{width:100%;aspect-ratio:546 / 310}.sponsor-detail__logo--gold{width:100%;aspect-ratio:347 / 223}.sponsor-detail__logo--silver{width:calc(33.333% - 20px);aspect-ratio:258 / 166}.sponsor-detail__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.sponsor-detail__text{display:flex;flex-direction:column;gap:16px}.sponsor-detail__name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.8rem;font-weight:900;color:var(--text);line-height:1.3}.sponsor-detail__name--link{text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color var(--transition-fast)}.sponsor-detail__name--link:hover{color:var(--accent)}.sponsor-detail__name--small{font-size:1.3rem}.sponsor-detail__external{font-size:.8em}.sponsor-detail__intro{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:15px;line-height:1.9;color:var(--text);margin:0}.sponsor-detail__intro--compact{font-size:14px;line-height:1.8}.sponsor-detail__message{background:var(--white);border-radius:20px;padding:2rem 2.5rem}.sponsor-detail__message-label{display:block;font-family:Neue Kabel,Inter,sans-serif;font-size:14px;font-weight:700;letter-spacing:1.8px;color:var(--text);margin-bottom:1rem}.sponsor-detail__message-body{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:15px;line-height:2;color:var(--text);margin:0}.sponsor-detail__grid--gold{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;width:100%;max-width:1111px}.sponsor-detail__grid--silver{display:flex;flex-wrap:wrap;gap:30px;width:100%;max-width:1111px}.sponsor-detail__card{display:flex;flex-direction:column;gap:12px}.about-overview{padding:var(--section-padding)}.about-overview__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-overview__text{display:flex;flex-direction:column;gap:1.25rem}.about-overview__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:2rem;font-weight:700;margin:0;line-height:1.4}.about-overview__desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;line-height:2;color:var(--gray-text);margin:0}.about-overview__media{width:100%;aspect-ratio:16 / 9;background:var(--gray-light);border-radius:10px}.about-category{padding:var(--section-padding)}.about-category__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about-category__card{display:flex;flex-direction:column;gap:1.25rem;background:var(--white);border:1px solid var(--border);border-radius:30px;padding:2.5rem}.about-category__label{font-family:Neue Kabel,Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.1em;color:red;margin:0}.about-category__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:900;margin:0;line-height:1.4}.about-category__desc{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.95rem;line-height:1.8;color:var(--gray-text);margin:0}.about-category__card .criteria-cta-btn{margin-top:auto}.news-list{display:flex;flex-direction:column}.news-list__item{display:flex;align-items:baseline;gap:3rem;padding:1.5rem 0;border-bottom:1px solid var(--gray-light);text-decoration:none;color:var(--text);transition:color var(--transition-fast),padding-left var(--transition-fast)}.news-list__item:first-child{padding-top:0}.news-list__item:last-child{border-bottom:0}.news-list__item:hover{color:var(--accent);padding-left:1rem}.news-list__item:after{content:"→";opacity:0;transition:opacity var(--transition-fast)}.news-list__item:hover:after{opacity:1}.news-list__date{font-size:.9rem;font-weight:600;white-space:nowrap;min-width:100px}.news-list__title{font-size:1rem;font-weight:400;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-list__empty{color:var(--gray-text)}.news-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}.news-pagination__btn{padding:.75rem 1.5rem;background:var(--text);color:var(--white);text-decoration:none;transition:background var(--transition-fast),transform var(--transition-fast)}.news-pagination__btn:hover{background:var(--accent);transform:translateY(-2px)}.news-pagination__info{font-size:.9rem;color:var(--gray-text)}.faq-accordion{display:flex;flex-direction:column;background:var(--white);border-radius:20px;border:1px solid var(--gray-light);overflow:hidden}.faq-accordion__item{border-bottom:1px solid var(--gray-light)}.faq-accordion__item:last-child{border-bottom:none}.faq-accordion__trigger{width:100%;display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:transparent;border:0;cursor:pointer;text-align:left;transition:background var(--transition-fast)}.faq-accordion__trigger:hover{background:#00000005}.faq-accordion__question{flex:1;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.9375rem;font-weight:700;line-height:1.6;color:var(--text)}.faq-accordion__answer{padding:0 2rem 1.5rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;line-height:1.8;color:var(--gray-text)}.archive-content{display:flex;flex-direction:column;gap:4rem;max-width:1111px;margin:0 auto}.archive-bumon{display:flex;flex-direction:column;gap:2.5rem}.archive-bumon__title{display:flex;align-items:center;justify-content:center;height:55px;width:100%;border:2px solid var(--text);border-radius:40px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.375rem;font-weight:900;margin:0}.archive-award{display:flex;flex-direction:column;gap:1.5rem}.archive-award__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:900;margin:0;padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.archive-work{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--white);border:1px solid var(--gray-light);border-radius:20px}.archive-work__info{display:flex;flex-direction:column;gap:.75rem}.archive-work__name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:900;margin:0}.archive-work__participants{display:flex;flex-direction:column;gap:.375rem}.archive-work__participant{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:500;margin:0}.archive-work__overview{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;line-height:1.7;color:var(--gray-text);margin:0}.archive-work__links{display:flex;flex-wrap:wrap;gap:.75rem}.archive-finalist{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.archive-finalist__title{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:40px;border:2px solid var(--gray-text);border-radius:30px;padding:0 1.5rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:900;color:var(--gray-text);margin:0}.archive-finalist__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.archive-finalist__item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;background:var(--white);border:1px solid var(--gray-light);border-radius:16px;transition:box-shadow var(--transition-fast)}.archive-finalist__item:hover{box-shadow:0 4px 20px #0000000f}.archive-finalist__name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.9375rem;font-weight:900;margin:0}.archive-finalist__participant{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.75rem;color:var(--gray-text);margin:0}.archive-finalist__overview{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.8125rem;color:var(--gray-text);line-height:1.7;margin:0}.archive-finalist__links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.final-content{padding:2rem}.final-content__program{display:flex;flex-direction:column}.final-content__program-item{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start;padding:3rem 0;border-bottom:1px solid var(--gray-light)}.final-content__program-item:last-child{border-bottom:0}.final-content__program-text{display:flex;flex-direction:column;gap:1rem}.final-content__program-title{font-size:1.3rem;font-weight:900;margin:0}.final-content__program-desc{font-size:.95rem;line-height:1.8;color:var(--gray-text)}.final-content__program-img{width:100%;height:auto;border-radius:4px}.final-content__program-placeholder{width:100%;aspect-ratio:16 / 9;background:var(--gray-mid);border-radius:4px}.final-content__works{display:flex;flex-direction:column;gap:4rem;padding:4rem 5rem}.final-content__bumon{display:flex;flex-direction:column;gap:3rem}.final-content__bumon-title{font-size:2rem;font-weight:900;margin:0}.final-content__sponsor-group{display:flex;flex-direction:column;gap:1.5rem}.final-content__sponsor-name{font-size:1.5rem;font-weight:900;margin:0}.final-content__works-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.final-content__works-grid--compact{gap:1.5rem}.final-content__work-card{display:flex;flex-direction:column;gap:2rem;padding:2rem}.final-content__work-card--compact{gap:.5rem;padding:1.25rem}.final-content__work-img{width:100%;aspect-ratio:16 / 10;-o-object-fit:cover;object-fit:cover}.final-content__work-placeholder{width:100%;aspect-ratio:16 / 10;background:#ffead9}.work-img-blur,.archive-media-item.work-img-blur,.archive-fin-img.work-img-blur{position:relative;overflow:hidden;background:transparent}.work-img-blur img.work-img-blur__bg{position:absolute;inset:-20px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(20px);z-index:0;pointer-events:none}.work-img-blur>img:not(.work-img-blur__bg),.work-img-blur>picture,.work-img-blur>picture img{position:relative;z-index:1}.final-content__work-info{display:flex;flex-direction:column;gap:.75rem}.final-content__work-name{font-size:1.75rem;font-weight:900;margin:0}.final-content__work-name--compact{font-size:1rem}.final-content__work-participants{display:flex;flex-direction:column;gap:.375rem}.final-content__work-participant{font-size:.95rem;font-weight:700;margin:0}.final-content__work-participant--compact{font-size:.75rem;font-weight:400;color:var(--gray-text)}.final-content__work-overview{font-size:.875rem;line-height:1.625;color:var(--gray-text);margin:0}.final-content__work-links{display:flex;flex-wrap:wrap;gap:.75rem}.final-content__video{position:relative;width:100%;aspect-ratio:16 / 9}.final-content__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.final-content__video-placeholder{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--gray-mid);display:flex;align-items:center;justify-content:center}.final-content__video-placeholder span{color:var(--gray-text)}.final-content__cta{margin-top:1.5rem}.doc-list{padding-left:1.5rem;list-style:disc}.doc-richtext{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;line-height:1.8}.doc-richtext h2{display:flex;align-items:center;min-height:52px;padding:.5rem 1rem;background-color:var(--gray-mid);border-radius:8px;font-weight:700;font-size:1rem;margin-top:3rem;margin-bottom:1.5rem}.doc-richtext h3{font-weight:700;font-size:.9375rem;margin-top:2rem;margin-bottom:1rem}.doc-richtext p{margin-bottom:1.5rem}.doc-richtext ul,.doc-richtext ol{padding-left:1.5rem;margin-bottom:1.5rem}.doc-richtext ul{list-style:disc}.doc-richtext ol{list-style:decimal}.doc-richtext li{margin-bottom:.25rem}.doc-richtext a{color:var(--accent);text-decoration:underline}.news-back-link-arrow{width:.6rem;height:1rem;transform:rotate(180deg);vertical-align:middle;margin-right:.5rem;filter:invert(1)}.section-block{width:100%;padding:6.25rem 4rem;border-bottom:var(--border-width) solid var(--border)}.section-block__badge{display:flex;align-items:center;justify-content:center;height:65px;border:2px solid var(--text);border-radius:40px;padding:10px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:900;max-width:1111px;width:100%;margin:0 auto 3rem}.section-block__inner{max-width:1111px;margin:0 auto}.archive-year{width:100%;padding:5rem 4rem;border-bottom:var(--border-width) solid var(--border);scroll-margin-top:calc(var(--sticky-top-offset) + 4rem)}.archive-year__header{display:flex;align-items:center;justify-content:center;height:65px;width:100%;max-width:1111px;margin:0 auto 3rem;border:2px solid var(--accent);border-radius:40px;gap:1rem;padding:0 2rem}.archive-year__count{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:700;color:var(--accent)}.archive-year__title{font-family:Neue Kabel,Inter,sans-serif;font-size:1.625rem;font-weight:900;margin:0;line-height:1;color:var(--accent)}.faq-section{width:100%;padding:3rem 4rem;max-width:calc(1111px + 8rem);margin:0 auto;scroll-margin-top:calc(var(--sticky-top-offset) + 4rem)}.faq-section__header{display:flex;align-items:center;justify-content:center;height:50px;width:100%;border:2px solid var(--accent);border-radius:40px;gap:.75rem;margin-bottom:2rem}.faq-section__number{font-family:Neue Kabel,Inter,sans-serif;font-size:.875rem;font-weight:700;color:var(--accent)}.faq-section__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.125rem;font-weight:900;margin:0;color:var(--accent)}.news-page{width:100%;padding:4rem}.news-page__list{display:flex;flex-direction:column;max-width:1111px;margin:0 auto}.news-page__item{display:flex;align-items:center;gap:3.125rem;padding:1rem 0;text-decoration:none;color:var(--text);border-bottom:1px solid #e0e0e0;transition:opacity var(--transition-fast)}.news-page__item:hover{opacity:.7}.news-page__date{font-family:Neue Kabel,Inter,sans-serif;font-size:1.05rem;font-weight:500;white-space:nowrap;flex-shrink:0}.news-page__title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.05rem;font-weight:500;flex:1}.news-page__empty{text-align:center;color:var(--gray-text);padding:4rem 0;font-size:1rem}.news-page__pagination{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:3rem}.news-page__pagination-btn{display:inline-flex;align-items:center;justify-content:center;background:#231815;color:#fffffffa;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 2rem;border-radius:1.875rem;text-decoration:none;transition:background var(--transition-fast)}.news-page__pagination-btn:hover{background:var(--accent)}.news-page__pagination-info{font-family:Neue Kabel,Inter,sans-serif;font-size:1.05rem;font-weight:500;color:var(--gray-text)}.final-block{width:100%;padding:4rem;border-bottom:var(--border-width) solid var(--border)}.final-block__badge{display:flex;align-items:center;justify-content:center;height:65px;border:2px solid var(--text);border-radius:40px;padding:10px;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.625rem;font-weight:900;max-width:1111px;width:100%;margin:0 auto 3rem}.idea-detail{width:100%;padding:5rem 4rem}.idea-detail+.idea-detail{padding-top:0}.idea-detail__badge{display:flex;align-items:center;justify-content:center;width:100%;max-width:1111px;height:55px;border:2px solid var(--text);border-radius:40px;margin:0 auto 3rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.375rem;font-weight:900;color:var(--text)}.idea-detail__inner{max-width:1111px;margin:0 auto}.idea-detail__company{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.idea-detail__company-info{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.idea-detail__company-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.85rem;font-weight:700;margin:0;color:var(--text)}.idea-detail__company-name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:2rem;font-weight:900;line-height:1.3;margin:0;color:var(--text)}.idea-detail__logo{width:100%;aspect-ratio:4 / 3;background:var(--white);border:1px solid var(--gray-light);border-radius:20px;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.idea-detail__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.idea-detail__theme{margin-bottom:3rem}.idea-detail__theme-title{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.2rem;font-weight:900;margin:0 0 1rem;color:var(--text)}.idea-detail__theme-text{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.95rem;line-height:1.8;margin:0 0 2rem;color:var(--text)}.idea-detail__theme-cta{display:flex;gap:1rem;flex-wrap:wrap}.idea-detail__info{background:var(--white);border:1px solid var(--gray-light);border-radius:20px;overflow:hidden}.idea-detail__info-row{display:grid;grid-template-columns:200px 1fr;gap:2rem;padding:2rem;border-bottom:1px solid var(--gray-light)}.idea-detail__info-row:last-child{border-bottom:none}.idea-detail__info-label{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.95rem;font-weight:900;margin:0;color:var(--text)}.idea-detail__info-text{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.9rem;line-height:1.8;color:var(--gray-text);margin:0}.idea-detail__links{display:flex;flex-direction:column;gap:.5rem}.idea-detail__link{display:inline-flex;align-items:center;gap:.25rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.9rem;color:var(--text);text-decoration:none;transition:color var(--transition-fast)}.idea-detail__link:hover{color:var(--accent)}.idea-detail__link-icon{font-size:.8em}.idea-detail__award{display:grid;grid-template-columns:50% 1fr;gap:2rem;align-items:center;margin-bottom:1.5rem}.idea-detail__award-info{display:flex;flex-direction:column;gap:1rem}.idea-detail__company-award{margin-top:1.2rem;display:flex;flex-direction:column;gap:.5rem}.idea-detail__award-name{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.8rem;font-weight:900;margin:0;color:var(--text)}.idea-detail__award-prize{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1.1rem;font-weight:700;color:var(--accent);margin:0}.idea-detail__award-footer{margin-top:.5rem}.idea-detail__award-link{display:inline-flex;align-items:center;gap:.5rem;font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:1rem;font-weight:900;color:var(--text);text-decoration:none;transition:color var(--transition-fast)}.idea-detail__award-link:hover{color:var(--accent)}.awards-section__judge-photo--logo{background:var(--white);display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:16px}.awards-section__judge-logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.awards-section__judge-name--link{text-decoration:none;color:var(--text);transition:color var(--transition-fast)}.awards-section__judge-name--link:hover{color:var(--accent)}.maintenance-body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--text);font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;margin:0;padding:0}.maintenance-content{text-align:center;padding:2rem;max-width:560px;width:100%}.maintenance-label{font-family:Neue Kabel,Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin:0 0 1.5rem}.maintenance-title{font-size:2rem;font-weight:900;line-height:1.3;margin:0 0 1.5rem;padding-top:1.5rem;border-top:2px solid var(--border)}.maintenance-text{font-size:1rem;line-height:1.8;color:var(--gray-mid);margin:0}.section-title{display:flex;align-items:stretch;gap:1rem}.section-title__bar{width:30px;background:var(--accent);flex-shrink:0}.section-title__text{display:flex;flex-direction:column;justify-content:center;gap:.125rem}.section-title__label{font-family:Josefin Sans,Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.4;letter-spacing:.05em;color:var(--text);margin:0}.section-title__heading{font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:2rem;font-weight:900;line-height:1.2;color:var(--text);margin:0}.final-section__copy .section-title__label,.final-section__copy .section-title__heading{color:var(--white)}@media(max-width:1200px){.loader-text{font-size:1.4rem}body{--layout-top-offset: var(--nav-height-mobile);--sticky-top-offset: var(--nav-height-mobile)}body.has-important-news{--layout-top-offset: calc(var(--nav-height-mobile) + var(--important-news-banner-offset, 0px));--sticky-top-offset: calc(var(--nav-height-mobile) + var(--important-news-banner-offset, 0px))}body.has-important-news.nav-initially-hidden{--layout-top-offset: var(--important-news-banner-offset, 0px)}.global-nav{padding:0 1rem;height:var(--nav-height-mobile)}.global-nav--static{padding-top:2rem}.global-nav-logo-img{width:140px}.global-nav--hero .global-nav-logo-img--hero{width:200px}.global-nav-links{display:none}.global-nav-hamburger{display:inline-flex}.global-nav-mobile{display:block;position:fixed;top:var(--layout-top-offset);left:0;right:0;bottom:0;background:var(--bg);border-top:var(--border-width) solid var(--border);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity var(--transition-fast),transform var(--transition-fast);z-index:999}.global-nav.is-mobile-open+.global-nav-mobile{opacity:1;pointer-events:auto;transform:translateY(0)}.global-nav-mobile-inner{padding:1.5rem;display:flex;flex-direction:column;gap:0}.global-nav-mobile-link{display:block;text-decoration:none;color:var(--text);font-weight:700;font-size:1rem;border-bottom:1px solid #ddd;padding:1rem .25rem}.global-nav-mobile-link:hover{color:var(--accent)}.global-nav-entry--mobile{margin-top:.5rem;padding:.75rem 1rem;font-size:.85rem}.global-nav-entry--mobile:first-of-type{margin-top:1rem}.global-nav.is-mobile-open .global-nav-hamburger span:nth-child(1){transform:translateY(6px) rotate(45deg)}.global-nav.is-mobile-open .global-nav-hamburger span:nth-child(2){opacity:0}.global-nav.is-mobile-open .global-nav-hamburger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.about-section__photo-frame:last-child{transform:none}.kv{height:auto}.kv__bg-img{position:static;height:auto;-o-object-fit:initial;object-fit:initial}.description{background-image:url(/image/TB_Copy.webp)}}@media(max-width:900px){header{margin-top:var(--layout-top-offset);min-height:60vh;padding:1.5rem}.hero-title{font-size:18vw;margin-top:2rem}.grid-section{grid-template-columns:1fr}.sticky-col{position:relative;height:auto;padding:1.5rem;border-right:none;border-bottom:var(--border-width) solid var(--border)}.content-col{overflow:hidden;min-width:0;border-left:none}.big-lead{font-size:1.5rem;padding:2rem 1.5rem}.work-item{padding:2rem 1.5rem}.work-title{font-size:2rem;margin-top:1rem}.work-cat,.cursor-img{display:none}.company-table th,.company-table td{display:block;width:100%;padding:1rem 1.5rem}.company-table th{padding-bottom:0;color:var(--accent);font-size:.8rem}.company-table td{padding-top:.5rem;border-bottom:1px solid #eee}.footer{padding:0 1.5rem 2.5rem;padding-top:clamp(120px,40vw,250px)}.footer__inner{flex-direction:column;align-items:flex-start;gap:2.5rem}.footer__left{width:100%;gap:2rem}.footer__sns{gap:1.5rem}.footer__sns-heading{font-size:1.2rem}.footer__sns-icons{gap:1.5rem}.footer__sns-icon{height:28px}.footer__sns-icon--note{height:22px}.footer__meta{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:12px}.footer__logo{width:180px}.important-news-banner{top:0}body.nav-initially-hidden .kv{margin-top:0}body.has-important-news.nav-initially-hidden .kv{margin-top:var(--layout-top-offset)}body.nav-initially-hidden .important-news-banner,body.nav-initially-hidden .kv{margin-top:0}.important-news-banner-item{padding:.6rem 1.5rem;gap:.75rem;flex-wrap:wrap}.important-news-banner-label{font-size:.7rem;padding:5px 11px;min-width:auto}.important-news-banner-date{font-size:.75rem}.important-news-banner-title{font-size:.8rem}.description{background-image:url(/image/SP_Copy.webp)}.kv{margin-top:0;height:auto}.description{min-height:auto;padding:4rem 0}.description__inner{padding:3rem 1.5rem}.description__copy{max-width:90%}.description__tagline{max-width:300px}.page-news{padding:2rem 1.5rem}.page-news__item{gap:1.5rem;padding:1rem 0}.page-news__date{font-size:.68rem;min-width:80px}.page-news__title{font-size:.78rem}.page-news__heading{font-size:1rem;margin-bottom:.75rem}.page-fv{margin-top:var(--layout-top-offset);padding:2.5rem 1.5rem 3.5rem}.page-fv__label{font-size:1rem}.page-fv__title{font-size:2rem}.page-fv__subtitle{font-size:1.125rem}.page-fv__content p{font-size:1rem}.page-fv__content .criteria-cta-btn{font-size:1rem;padding:.75rem 1.25rem}.hero-image-section{grid-template-columns:1fr;min-height:auto}.hero-image-section .sticky-col{position:relative;height:auto;padding:1.5rem;border-right:none;border-bottom:var(--border-width) solid var(--border)}.hero-image-section .content-col{padding:3rem 1.5rem;min-height:70vh}.hero-image-section .hero-copy{font-size:2rem;margin-bottom:2rem}.hero-image-section .hero-desc{font-size:.85rem}.venue-card{min-height:220px;padding:2rem 1.5rem}.venue-card-title{font-size:1.8rem}.venue-card-date{font-size:.9rem}.venue-card-full{margin:0 -1.5rem 2rem}.venue-card-wrap{padding:0}.criteria-cta-btn{width:100%;text-align:center}.modal-content{grid-template-columns:1fr;max-height:80vh}.modal-img{height:300px}.modal-info{padding:1.5rem}.schedule-block{padding:2rem 0}.schedule-block--panel{padding:0}.schedule-block--cards .schedule-list--cards{padding:0;gap:0}.schedule-card-inner{grid-template-columns:1fr;gap:1rem;padding:1rem}.schedule-card-title{font-size:2.2rem}.schedule-card-row{grid-template-columns:1fr;gap:.5rem}.schedule-card-row dt{font-size:.78rem;color:var(--accent);width:-moz-fit-content;width:fit-content;min-height:1.6rem}.schedule-card-bridge{width:calc(100% - 1.2rem);max-width:none;min-height:2.45rem;font-size:.72rem;padding:.55rem .8rem;justify-content:center;white-space:normal;text-align:center;gap:.5rem;margin:1rem auto}.schedule-grid{display:block;width:100%}.schedule-head-cell,.schedule-row-label,.schedule-empty{display:none}.schedule-cell{padding:1rem 1.5rem;border-bottom:1px solid var(--gray-light);display:grid;grid-template-columns:100px 1fr;gap:1rem}.schedule-cell:before{content:attr(data-label);font-weight:700;color:var(--gray-text);font-size:.8rem}.schedule-cell:last-child{border-bottom:none}.doc-container{padding:2rem 1.5rem 4rem;margin-top:var(--layout-top-offset)}.doc-fv-title{height:auto;min-height:50px;font-size:1rem;padding:.75rem 1rem;margin:0 0 2rem}.doc-heading{height:auto;min-height:42px;font-size:.9375rem;padding:.5rem 1rem}.news-article-title{font-size:1rem}.news-article-header{margin-bottom:1.5rem;padding-bottom:1.5rem}.news-article-body{font-size:.75rem}.news-article-body h2{font-size:.9rem;margin:1.5rem 0 .75rem}.news-article-body h3{font-size:.82rem}.news-article-body iframe{width:100%;height:auto;aspect-ratio:16 / 9}.doc-phase-header{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;border-radius:14px}.doc-phase{font-size:1.25rem}.doc-stepper{padding-left:2rem}.doc-step{padding:1.5rem 1.25rem;grid-template-columns:1fr;gap:.75rem;border-radius:12px}.doc-step:before{left:-2rem;width:10px;height:10px;top:2rem}.doc-info-list{border-radius:12px}.doc-info-row{grid-template-columns:1fr;gap:.75rem;padding:1.5rem 1.25rem}.doc-schedule{border-radius:12px}.doc-schedule-row{grid-template-columns:1fr auto;gap:.75rem;padding:1rem 1.25rem}.doc-schedule-phase{grid-column:1 / -1}.doc-schedule-phase:empty{display:none}.doc-flow-arrow{padding-left:2rem}.doc-step-cta .criteria-cta-btn{width:100%;text-align:center}.doc-after-deploy{padding:1.5rem 1.25rem;border-radius:12px}.doc-after-deploy__deadline{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%}.doc-embed{border-radius:10px}.faq-anchors{padding:1rem 1.5rem;gap:.5rem;top:var(--sticky-top-offset)}.faq-anchors.is-stuck{padding:.5rem 1.5rem}.faq-anchor{font-size:.75rem;padding:.375rem 1rem}.faq-tabs{display:none}.faq-category-select{display:block;position:sticky;top:var(--sticky-top-offset);z-index:91;padding:1rem 1.5rem;border-bottom:var(--border-width) solid var(--border);background:var(--bg);transition:padding var(--transition-fast) var(--easing-smooth)}.faq-category-select.is-stuck{padding-block:.625rem}.faq-category-select__label{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.faq-category-select__control{position:relative}.faq-category-select__control:after{content:"";position:absolute;top:50%;right:1.25rem;width:.55rem;height:.55rem;border-right:2px solid var(--text);border-bottom:2px solid var(--text);pointer-events:none;transform:translateY(-70%) rotate(45deg)}.faq-category-select__select{width:100%;min-height:48px;padding:.75rem 3rem .75rem 1rem;border:2px solid var(--text);border-radius:12px;background:var(--white);color:var(--text);font-family:Zen Kaku Gothic New,Noto Sans JP,sans-serif;font-size:.875rem;font-weight:700;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.faq-panel .faq-anchors{top:calc(var(--sticky-top-offset) + 6.5rem);flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.faq-panel .faq-anchors::-webkit-scrollbar{display:none}.faq-panel .faq-anchor{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start}.faq-block{padding:var(--section-padding-mobile);scroll-margin-top:calc(var(--nav-height-mobile) + 3rem)}.faq-section{padding:2rem 1.5rem;scroll-margin-top:calc(var(--nav-height-mobile) + 3.5rem)}.faq-section__header{height:42px}.faq-section__number{font-size:.75rem}.faq-section__title{font-size:.9375rem}.faq-accordion{border-radius:14px}.faq-accordion__trigger{padding:1.25rem;gap:1rem}.faq-accordion__question{font-size:.8125rem}.faq-accordion__answer{padding:0 1.25rem 1.25rem;font-size:.8125rem}.archive-year{padding:3rem 1.5rem;scroll-margin-top:calc(var(--nav-height-mobile) + 3.5rem)}.archive-year__header{height:50px;gap:.75rem}.archive-year__count{font-size:.875rem}.archive-year__title{font-size:1.25rem}.archive-content{gap:3rem}.archive-bumon__title{height:45px;font-size:1.125rem}.archive-award__title{font-size:1.0625rem}.archive-work{padding:1.25rem;border-radius:14px}.archive-work__name{font-size:1.25rem}.archive-finalist__grid{grid-template-columns:1fr}.archive-finalist__title{height:36px;font-size:.875rem}.archive-finalist__item{padding:1rem;border-radius:12px}.archive-media-item{width:calc(100vw - 4rem);max-width:280px;height:auto;aspect-ratio:16 / 9}.archive-media-arrow{width:2rem;height:2rem;font-size:1.25rem}.archive-fin-img{height:150px;border-radius:8px}.final-announce-nav{padding:2rem 1.5rem}.final-announce-nav-inner{grid-template-columns:1fr;gap:2rem}.final-carousel--fin{height:150px}#kanran,#youtube-live{scroll-margin-top:calc(var(--nav-height-mobile) + 1rem)}.cta-section{padding:2rem 1.5rem}.cta-section__inner{flex-direction:column}.cta-section__btn{min-height:64px;padding:1rem 1.5rem;border-radius:1rem}.cta-section__label{font-size:1.1rem}.about-section{padding:3rem 1.5rem}.about-section__inner{grid-template-columns:1fr;gap:2.5rem;width:100%;max-width:100%;min-width:0}.about-section__text{width:100%;min-width:0}.about-section__label{font-size:1.1rem}.about-section__heading{font-size:1.8rem}.about-section__desc{font-size:.95rem}.about-section__btn{font-size:.9rem;padding:.85rem 1rem .85rem 2rem;gap:1.5rem}.about-section__photos{width:100%;gap:1rem;min-width:0}.about-section__photo-frame:last-child{transform:none}.news-v2__inner{padding:2.5rem 1.5rem;gap:2rem}.news-v2__layout{flex-direction:column;gap:1.5rem;align-items:flex-start}.news-v2__label{font-size:1.5rem}.news-v2__content{max-width:100%}.news-v2__item{flex-wrap:wrap;gap:.5rem;white-space:normal}.news-v2__date,.news-v2__category{font-size:.75rem}.news-v2__title{font-size:.75rem;width:100%;white-space:normal}.news-v2__btn{font-size:.9rem;width:100%;max-width:320px;padding:.85rem 1rem .85rem 2rem;gap:1.5rem}.entry-divider{padding-top:2rem}.entry-divider__bar{width:100%;margin-left:0;height:12px}.entry-intro{padding:0 1.5rem}.entry-intro__content{gap:1rem;padding:2.5rem 1rem 2rem}.entry-intro__heading{font-size:1.75rem}.entry-intro__text{font-size:1rem;line-height:1.7}.entry-cards{padding:2rem 1.5rem}.entry-cards__inner{gap:2rem}.entry-cards__card-wrap{max-width:100%;overflow:hidden}.entry-cards__card{padding:24px 20px}.entry-cards__subtitle{font-size:14px}.entry-cards__category{font-size:16px}.entry-cards__card-title{font-size:28px}.entry-cards__card-desc{font-size:14px}.entry-cards__prizes{grid-template-columns:1fr}.entry-cards__prize-label{font-size:20px}.entry-cards__prize-value{font-size:14px}.entry-cards__prize-details-grid{grid-template-columns:1fr}.entry-cards__prize-detail .entry-cards__prize-value{font-size:18px}.entry-cards__prize-sub{font-size:14px}.entry-cards__btn{font-size:14px;min-height:52px;padding:12px 20px}.entry-cards__entry-btn{min-height:52px;padding:12px 20px}.sponsor-section{padding:4rem 1.5rem;gap:3rem}.sponsor-section__block{gap:2rem}.sponsor-section__heading{height:auto;padding:.75rem 1rem}.sponsor-section__heading span{font-size:1.1rem}.sponsor-section__tiers{gap:2.5rem}.sponsor-section__tier-label{font-size:20px}.sponsor-section__grid,.sponsor-section__grid--gold{gap:12px}.sponsor-section__card--platina{width:calc(50% - 6px)}.sponsor-section__card--gold{width:calc((100% - 24px) / 3)}.sponsor-section__card--silver{width:calc((100% - 36px)/4)}.sponsor-section__card--company{width:calc(50% - 6px)}.sponsor-section__card{border-radius:0;padding:12px}.sponsor-section__btn{font-size:16px;padding:12px 20px;gap:12px}.contact-section{padding:2rem 1.5rem;gap:1.25rem}.contact-section__heading{height:auto;padding:.75rem 1rem}.contact-section__heading span{font-size:1.1rem}.contact-section__desc{font-size:14px;line-height:1.8}.contact-section__cards{flex-direction:column;gap:16px;align-items:center}.contact-section__card{width:100%;max-width:348px;height:80px}.contact-section__card-shadow,.contact-section__card-front{width:100%;height:80px}.contact-section__card-label{font-size:20px}.final-section{padding:6px}.final-section__inner{width:auto;max-width:100%;gap:2rem;padding:2.5rem 1.5rem;box-sizing:border-box}.final-section__copy{min-width:0}.final-section__label{font-size:20px}.final-section__heading{font-size:28px;letter-spacing:2.8px}.final-section__date{font-size:14px}.final-section__btn{width:100%;max-width:320px;font-size:16px;padding:12px 24px;gap:2rem;justify-content:space-between;margin-left:0}.final-section__btn-arrow{width:16px;height:27px}.criteria-section{padding:3rem 1.5rem;gap:3rem}.criteria-section__badge{font-size:1.25rem;height:50px}.criteria-section__intro-main{font-size:1rem}.criteria-section__intro-note{font-size:.875rem}.criteria-section__cards{flex-direction:column;gap:1rem}.criteria-section__card{width:100%;max-width:none}.criteria-section__card-shadow{left:15px}.criteria-section__card-front{padding:1.25rem 2rem 2rem}.criteria-section__card-ja{font-size:1.6rem}.criteria-section__cards-with-cross{flex-direction:column;align-items:stretch;gap:1.5rem}.criteria-section__cross{margin-top:0;width:35px;height:35px;align-self:center}.criteria-section--idea .criteria-section__card{width:100%;max-width:none}.criteria-section--idea .criteria-section__card-shadow{height:150px;left:15px;width:calc(100% - 15px)}.criteria-section--idea .criteria-section__card-front{height:auto;padding:1.25rem 2rem 2rem}.criteria-section__card-desc{font-size:1rem}.criteria-section__body{flex-direction:column;gap:0}.criteria-section__bar{display:none}.criteria-section__groups{gap:2.5rem}.criteria-section__group-header{flex-direction:column;gap:.5rem}.criteria-section__group-num-n{font-size:2rem}.criteria-section__group-num-label{font-size:1.6rem}.criteria-section__group-subtitle,.criteria-section__item-title,.criteria-section__item-desc{font-size:1rem}.criteria-section__cta{font-size:1rem;padding:.75rem 1.25rem}.awards-section{padding:3rem 1.5rem;gap:2.5rem}.awards-section__inner{gap:2.5rem}.awards-section__badge{font-size:1.25rem;height:50px}.awards-section__intro{font-size:1rem}.awards-section__award-header{flex-direction:column;align-items:flex-start;gap:4px}.awards-section__award-name{font-size:20px}.awards-section__award-prize,.awards-section__award-desc{font-size:14px}.awards-section__sponsor-grid{grid-template-columns:1fr}.awards-section__sponsor-name{font-size:18px}.awards-section__sponsor-prize{font-size:14px}.awards-section__judges-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.awards-section__theme-award-title{font-size:20px}.awards-section__theme-award-prize{font-size:14px}.awards-section__theme-card{flex-direction:column;gap:1.5rem}.awards-section__theme-logo{width:100%}.awards-section__theme-company{font-size:1.125rem}.awards-section__theme-site-link{font-size:1rem}.awards-section__theme-text{font-size:18px}.awards-section__theme-link{font-size:1rem;padding:12px 20px}.awards-section__award-with-logo{grid-template-columns:1fr;gap:1rem}.awards-section__award-logo{max-width:200px}.criteria-section__entry-buttons{grid-template-columns:1fr;width:100%;max-width:min(100%,320px)}.criteria-section__entry-buttons .criteria-cta-btn{width:100%;padding:.9rem 1rem;font-size:1rem;gap:.75rem}.criteria-section__entry-buttons--single .criteria-cta-btn--disabled{font-size:1rem;padding:.9rem 1.5rem}.criteria-cta-btn__title{font-size:22px}.criteria-cta-btn__sub{font-size:14px}.awards-section__cta{font-size:1rem;padding:.75rem 1.25rem}.schedule-section{padding:3rem 1.5rem;gap:3rem}.schedule-section__header{gap:1.5rem}.schedule-section__badge{font-size:1.25rem;height:50px}.schedule-section__intro{font-size:1rem}.schedule-section__stages{gap:1.25rem}.schedule-section__stage-name{font-size:1.35rem}.schedule-section__stage-sub{font-size:1.05rem}.schedule-section__pill,.schedule-section__result,.schedule-section__final{height:auto;min-height:56px;font-size:1rem;line-height:1.5;padding:.75rem}.schedule-section__cta{font-size:1rem;padding:.75rem 1.25rem}.pastworks-section{padding:3rem 1.5rem;gap:2rem}.pastworks-section__badge{font-size:1.25rem;height:50px}.pastworks-section__cards{flex-direction:column;gap:1.25rem}.pastworks-section__card{width:100%}.pastworks-section__card-shadow,.pastworks-section__card-front{height:80px}.pastworks-section__card-year{font-size:1.35rem}.sponsor-detail{padding:3rem 1.5rem;gap:2rem}.sponsor-detail+.sponsor-detail{padding-top:0}.sponsor-detail__heading{height:auto;padding:.75rem 1rem}.sponsor-detail__heading span{font-size:1.1rem}.sponsor-detail__tier-label{font-size:20px}.sponsor-detail__list{gap:3rem}.sponsor-detail__info{grid-template-columns:1fr;gap:1.5rem}.sponsor-detail__info>.sponsor-detail__logo{order:-1}.sponsor-detail__logo{border-radius:0;padding:12px}.sponsor-detail__logo--platina{aspect-ratio:16 / 9}.sponsor-detail__name{font-size:1.4rem}.sponsor-detail__name--small{font-size:1.1rem}.sponsor-detail__message{padding:1.5rem;border-radius:16px}.sponsor-detail__grid--gold{grid-template-columns:repeat(2,1fr);gap:1.5rem}.sponsor-detail__grid--silver{gap:12px}.sponsor-detail__logo--silver{width:calc(33.333% - 8px)}.sponsor-detail__logo--gold{border-radius:0;padding:12px}.about-overview{padding:var(--section-padding-mobile)}.about-overview__grid{grid-template-columns:1fr;gap:1.5rem}.about-overview__title{font-size:1.5rem}.about-overview__desc{font-size:.9rem}.about-category{padding:var(--section-padding-mobile)}.about-category__grid{grid-template-columns:1fr}.about-category__card{border-radius:16px;padding:2rem}.about-category__title{font-size:1.25rem}.news-list__item{gap:1.5rem;padding:1.2rem 0}.news-list__date{font-size:.8rem;min-width:80px}.news-list__title{font-size:.9rem}.final-content{padding:1rem}.final-content__program-item{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.final-content__program-img,.final-content__program-placeholder{max-width:60%}.final-content__works{gap:2.5rem;padding:2rem 1.5rem}.final-content__bumon-title{font-size:1.5rem}.final-content__sponsor-name{font-size:1.25rem}.final-content__works-grid{grid-template-columns:1fr;gap:2rem}.final-content__works-grid--compact{gap:1rem}.final-content__work-card{gap:1.25rem;padding:1rem}.final-content__work-name{font-size:1.25rem}.section-block{padding:3rem 1.5rem}.section-block__badge{height:auto;font-size:1.1rem;margin-bottom:2rem}.news-page{padding:2.5rem 1.5rem}.news-page__item{flex-wrap:wrap;gap:.5rem}.news-page__date{font-size:.75rem}.news-page__title{font-size:.78rem;width:100%}.news-page__pagination-btn{font-size:.8rem;padding:.625rem 1.5rem}.final-block{padding:2.5rem 1.5rem}.final-block__badge{height:auto;font-size:1.1rem;margin-bottom:2rem}.idea-detail{padding:2.5rem 1.5rem}.idea-detail__badge{height:auto;min-height:42px;font-size:1rem;padding:.5rem 1rem;margin-bottom:2rem}.idea-detail__company{grid-template-columns:1fr;gap:2rem}.idea-detail__company-name{font-size:1.5rem}.idea-detail__logo,.idea-detail__info{border-radius:14px}.idea-detail__info-row{grid-template-columns:1fr;gap:.5rem;padding:1.25rem}.idea-detail__award{grid-template-columns:1fr;gap:1.5rem}.idea-detail__award-name{font-size:1.3rem}.maintenance-title,.section-title__heading{font-size:1.5rem}.section-title__label{font-size:.875rem}}.transition-main{opacity:1}html.is-changing .transition-main{transition:opacity .3s var(--easing-out)}html.is-animating .transition-main{opacity:0}.transition-overlay{position:fixed;inset:0;z-index:9999;background-color:var(--accent);transform:translate3d(-100%,0,0);pointer-events:none;will-change:transform}html.is-changing .transition-overlay{transition:transform .5s var(--easing-smooth)}html.is-animating .transition-overlay{transform:translateZ(0)}html.is-rendering .transition-overlay{transform:translate3d(100%,0,0)}
