@charset "UTF-8";

#koge-photos{--ink:#213b4a;--blue:#007ead;--yellow:#ffd84f;--pink:#f49b94;color:var(--ink);font-family:"Noto Sans JP",system-ui,sans-serif;background:#fff9ed;background-image:radial-gradient(#ddceb5 1px,transparent 1px);background-size:20px 20px;border-radius:24px;padding:54px 34px;line-height:1.7;isolation:isolate}#koge-photos *{box-sizing:border-box}#koge-photos .kp-hero{text-align:center;position:relative;padding:20px 0 45px}#koge-photos .kp-label{display:inline-block;background:var(--yellow);padding:5px 20px;font-weight:800;font-size:13px;letter-spacing:.15em;transform:rotate(-3deg);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink)}#koge-photos h1{font-size:clamp(36px,6vw,72px);line-height:1.25;margin:28px 0 18px;letter-spacing:.03em;font-weight:900;color:var(--ink)}#koge-photos h1 em{font-style:normal;color:var(--blue)}#koge-photos .kp-lead{font-size:18px;font-weight:700;margin:0 0 14px}#koge-photos .kp-intro{font-size:14px;margin:0}#koge-photos .kp-spark{position:absolute;font-size:45px;color:#ef8067;left:8%;top:30px;transform:rotate(-12deg)}#koge-photos .kp-spark.right{left:auto;right:7%;top:95px;color:var(--blue);font-size:34px}#koge-photos .kp-filter{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 0 35px}#koge-photos button{font:inherit;cursor:pointer}#koge-photos .kp-chip{border:2px solid var(--ink);border-radius:30px;background:white;color:var(--ink);padding:9px 21px;font-size:14px;font-weight:700}#koge-photos .kp-chip[aria-pressed=true]{background:var(--ink);color:white}#koge-photos .kp-albums{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}#koge-photos .kp-card{display:block;color:var(--ink);background:white;padding:13px 13px 18px;border:1px solid #dacfbf;box-shadow:5px 7px 0 #e6dccc;text-decoration:none;position:relative;transform:rotate(-1.5deg);transition:transform .2s,box-shadow .2s}#koge-photos .kp-card:nth-child(3n+2){transform:rotate(2deg)}#koge-photos .kp-card:nth-child(3n){transform:rotate(-.5deg)}#koge-photos .kp-card:before{content:"";position:absolute;width:86px;height:24px;top:-11px;left:calc(50% - 43px);background:#f9d872d9;transform:rotate(-5deg);z-index:1}#koge-photos .kp-card:nth-child(3n+2):before{background:#a6d4ddd9;transform:rotate(4deg)}#koge-photos .kp-card:nth-child(3n):before{background:#f2b5add9}#koge-photos .kp-card:hover{transform:translateY(-7px) rotate(0);box-shadow:7px 12px 0 #dfd4c3}#koge-photos .kp-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;margin:0;border-radius:2px}#koge-photos .kp-card .kp-title{font-size:19px;font-weight:800;margin:15px 0 3px;line-height:1.45;padding:0;border:0;background:none;color:var(--ink)}#koge-photos .kp-card .kp-caption{margin:0;font-size:12px;color:#53616a}#koge-photos .kp-card .kp-open{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:12px;font-weight:800}#koge-photos .kp-arrow{background:var(--yellow);border-radius:50%;width:32px;height:32px;text-align:center;line-height:32px;font-size:20px}#koge-photos .kp-bottom{text-align:center;margin:45px 0 0;font-size:16px;font-weight:800}#koge-photos .kp-view{margin-top:30px;scroll-margin-top:155px}#koge-photos .kp-view h2{font-size:clamp(24px,4vw,38px);margin:22px 0 8px;color:var(--ink);background:none;border:0;padding:0}#koge-photos .kp-view-info{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:14px 0 22px;font-size:13px}#koge-photos .kp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}#koge-photos .kp-photo{padding:7px;background:white;border:0;box-shadow:2px 3px 0 #dfd6c9;border-radius:3px;display:block;min-width:0}#koge-photos .kp-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;margin:0}#koge-photos [hidden]{display:none!important}#koge-photos :focus-visible{outline:4px solid #dc6b35;outline-offset:5px}#kp-lightbox{position:fixed;inset:0;width:96vw;max-width:1200px;max-height:96dvh;padding:16px;border:0;border-radius:14px;background:#14212b;color:white;z-index:2147483000;margin:auto}#kp-lightbox::backdrop{background:#07141ceF}#kp-lightbox .kp-tools{display:flex;align-items:center;gap:14px;margin:0 0 12px}#kp-lightbox button{border:1px solid #96a5af;background:#263c4b;color:white;border-radius:8px;min-width:48px;min-height:44px;padding:7px 14px;font:inherit;cursor:pointer}#kp-lightbox #kp-count{flex:1;text-align:center;font-size:14px}#kp-lightbox img{width:100%;height:74dvh;max-height:780px;object-fit:contain;display:block;margin:0;touch-action:pan-y}#kp-lightbox .kp-hint{text-align:center;font-size:12px;margin:10px 0 0;color:#c9d2d9}@media(max-width:900px){#koge-photos .kp-albums{grid-template-columns:repeat(2,minmax(0,1fr))}#koge-photos .kp-spark{left:0}#koge-photos .kp-spark.right{right:0}}@media(max-width:600px){#koge-photos{padding:30px 16px;border-radius:16px}#koge-photos .kp-hero{padding:10px 0 30px}#koge-photos h1{font-size:38px}#koge-photos .kp-spark{font-size:25px;top:62px}#koge-photos .kp-spark.right{font-size:23px;top:60px}#koge-photos .kp-lead{font-size:16px}#koge-photos .kp-intro{font-size:12px}#koge-photos .kp-albums{gap:27px 14px}#koge-photos .kp-card{padding:8px 8px 12px;box-shadow:3px 4px 0 #e6dccc}#koge-photos .kp-card .kp-title{font-size:15px}#koge-photos .kp-card .kp-caption{font-size:11px}#koge-photos .kp-card .kp-open{font-size:10px}#koge-photos .kp-arrow{width:25px;height:25px;line-height:25px}#koge-photos .kp-chip{padding:7px 13px;font-size:12px}#koge-photos .kp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}#koge-photos .kp-photo{padding:4px}#kp-lightbox{padding:10px}#kp-lightbox img{height:66dvh}}@media(prefers-reduced-motion:reduce){#koge-photos .kp-card{transition:none}}

#koge-photos .kp-title,#koge-photos .kp-caption{display:block}#koge-photos{scroll-margin-top:150px}

#kp-lightbox:not([open]){display:none!important}
