@charset "utf-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-size:1rem;font-family:"tot-shizukamin-stdn",sans-serif;font-weight:400;font-style:normal;color:#fff;background-color:#020201}.br-sp{display:none}.br-pc{display:inline-block}@media only screen and (max-width:768px){.br-sp{display:inline-block}.br-pc{display:none}}.scroll-indicator{margin:30px auto 40px;text-align:center;pointer-events:none;animation:float 2.5s ease-in-out infinite}.scroll-text{display:block;margin-bottom:8px;font-size:10px;letter-spacing:2px;color:#D9B96F}.scroll-line{display:block;width:1px;height:40px;margin:0 auto;background:rgba(217,185,111,.4);position:relative;overflow:hidden}.scroll-line::after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:#D72638;animation:scroll-line 2s infinite}@keyframes scroll-line{0%{top:-100%}50%{top:0%}100%{top:100%}}.scroll-indicator{animation:float 2.5s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}.judge-header{background:radial-gradient(circle at right,rgba(217,185,111,.1),transparent 60%),#020201;padding:120px 20px 10px;text-align:center;position:relative;overflow:hidden}.judge-header-individual{background:radial-gradient(circle at right,rgba(217,185,111,.1),transparent 60%),#020201;padding:80px 20px 80px;text-align:center;position:relative;overflow:hidden}.judge-inner{max-width:1100px;margin:0 auto}.judge-sub{font-size:12px;letter-spacing:4px;color:#D9B96F;margin-bottom:20px}.judge-title{font-size:48px;letter-spacing:6px;color:#E8E0D0;margin-bottom:20px;font-weight:400}.judge-desc{font-size:14px;color:#aaa;margin-bottom:50px}.judge-nav{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.judge-item{text-align:center;text-decoration:none;color:#D9B96F;transition:.3s}.judge-item img{width:70px;height:70px;object-fit:cover;border-radius:50%;border:1px solid rgba(217,185,111,.4);margin-bottom:8px;transition:.3s}.judge-item p{font-size:12px;letter-spacing:1px}.judge-item:hover img{transform:scale(1.1);border-color:#D9B96F}.judge-item:hover{color:#fff}@media (max-width:768px){.judge-item img{width:60px;height:60px}.judge-nav{gap:20px}}.judge-profile{padding:100px 20px;border-bottom:1px solid rgba(217,185,111,.2);background:#020201}.profile-inner{max-width:1100px;margin:0 auto;display:flex;gap:60px;align-items:center}.profile-img{flex:1}.profile-img img{width:100%;max-width:350px;height:auto;display:block;border:1px solid rgba(217,185,111,.3)}.profile-content{flex:1.2}.profile-role{font-size:12px;letter-spacing:2px;color:#D9B96F;margin-bottom:10px}.profile-name{font-size:32px;letter-spacing:3px;color:#E8E0D0;margin-bottom:15px;font-weight:400}.profile-name span{font-size:14px;color:#aaa;margin-left:10px}.profile-title{font-size:13px;line-height:1.6;color:#D9B96F;margin-bottom:20px}.profile-text{font-size:14px;line-height:1.8;color:#ccc}@media (max-width:768px){.profile-inner{flex-direction:column;gap:30px;text-align:center}.profile-img img{margin:0 auto}.profile-name{font-size:24px}.profile-text{text-align:left}}.profile-social{margin-bottom:20px}.profile-social{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.sns-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #D9B96F;color:#D9B96F;text-decoration:none;transition:.3s}.sns-icon i{font-size:16px}.sns-icon:hover{background:#D9B96F;color:#020201;transform:translateY(-2px)}@media (max-width:768px){.profile-social{justify-content:center}.sns-icon{width:32px;height:32px}.sns-icon i{font-size:14px}}.judge-footer{border-top:1px solid rgba(217,185,111,.2);padding:40px 20px;background:#020201}.footer-inner{max-width:900px;margin:0 auto;text-align:center}.footer-back{margin-bottom:20px}.footer-back a{color:#D9B96F;text-decoration:none;font-size:13px;transition:.3s}.footer-back a:hover{opacity:.7}.footer-sns{display:flex;justify-content:center;gap:12px;margin-bottom:20px}.sns-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #D9B96F;color:#D9B96F;transition:.3s}.sns-icon:hover{background:#D9B96F;color:#020201}.footer-copy{font-size:11px;color:#666}