:root{--dt-gap: 40px;--dt-top: 120px;--dt-bottom: 120px}@media(max-width:1023px){:root{--dt-gap: 28px;--dt-top: 80px;--dt-bottom: 88px}}@media(max-width:767px){:root{--dt-gap: 22px;--dt-top: 64px;--dt-bottom: 72px}}.dt-sec{position:relative;padding:var(--dt-top) 0 var(--dt-bottom)}.dt-sec--white{background:var(--white)}.dt-sec--yellow{background:var(--yellow)}.dt-sec--tight-top{padding-top:40px}.dt-sec--tight-bottom{padding-bottom:32px}.dt-sec--mid-top{padding-top:calc(var(--dt-top) * .8)}.dt-sec>.container{display:flex;flex-direction:column;gap:56px}@media(max-width:767px){.dt-sec>.container{gap:36px}}.dt-head{display:flex;align-items:center;gap:24px;flex-wrap:wrap;min-height:75px}.dt-head__num{font-family:var(--font-en);font-weight:700;font-size:16px;letter-spacing:.08em;color:var(--grey)}.dt-head__chip{display:inline-block;padding:10px 24px;border:3px solid var(--ink);border-radius:14px;box-shadow:6px 6px 0 0 var(--ink);font-family:var(--font-en);font-weight:700;font-size:28px;line-height:1.1;letter-spacing:-.02em;transform:rotate(2deg)}.dt-head__jp{font-weight:700;font-size:22px;line-height:1.5}@media(max-width:1023px){.dt-head{gap:16px;min-height:0}.dt-head__chip{font-size:24px;padding:8px 20px}.dt-head__jp{font-size:18px}}@media(max-width:767px){.dt-head{gap:12px}.dt-head__chip{font-size:21px;padding:7px 16px;box-shadow:4px 4px 0 0 var(--ink)}.dt-head__jp{font-size:15px;width:100%}}.dt-card{position:relative;background:var(--white);border:3px solid var(--ink);border-radius:22px;box-shadow:8px 8px 0 0 var(--ink);padding:28px 30px;display:flex;flex-direction:column;gap:14px}.dt-card--flush{padding:0;overflow:hidden;gap:0;border:0}.dt-card--flush:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:3px solid var(--ink);border-radius:inherit}.dt-card--dark{background:var(--ink);color:var(--white);box-shadow:10px 10px 0 0 var(--yellow)}.dt-card--dark .dt-body{color:#ddd}.dt-card--yellow{background:var(--yellow)}@media(max-width:767px){.dt-card{border-radius:18px;box-shadow:5px 5px 0 0 var(--ink);gap:12px}.dt-card:not(.dt-card--flush){padding:20px}.dt-card--dark{box-shadow:6px 6px 0 0 var(--yellow)}}.tilt-a{transform:rotate(.6deg)}.tilt-b{transform:rotate(-.6deg)}@media(max-width:767px){.tilt-a{transform:rotate(.3deg)}.tilt-b{transform:rotate(-.3deg)}}@media(prefers-reduced-motion:reduce){.tilt-a,.tilt-b{transform:none}}.dt-rot{transform:rotate(var(--r, 0deg))}@media(max-width:767px){.dt-rot{transform:rotate(calc(var(--r, 0deg) / 2))}}@media(prefers-reduced-motion:reduce){.dt-rot{transform:none}}.dt-row{display:grid;grid-template-columns:1fr;gap:var(--dt-gap);align-items:stretch}@media(min-width:1024px){.dt-row--2{grid-template-columns:1fr 1fr}.dt-row--2a{grid-template-columns:1.15fr .85fr}.dt-row--2b{grid-template-columns:.85fr 1.15fr}.dt-row--3{grid-template-columns:repeat(3,1fr)}.dt-row--4{grid-template-columns:repeat(4,1fr)}}@media(min-width:672px)and (max-width:1023px){.dt-row--3,.dt-row--4{grid-template-columns:repeat(2,1fr)}}.dt-col{display:flex;flex-direction:column;gap:var(--dt-gap)}.dt-title{font-weight:700;font-size:20px;line-height:1.5}.dt-title--sm{font-size:17px}.dt-body{font-size:14px;line-height:1.9}.dt-lead{font-size:15px;line-height:2;max-width:900px}.dt-note{font-size:12px;line-height:1.7;color:var(--grey)}.dt-label{font-family:var(--font-en);font-weight:700;font-size:11px;letter-spacing:.16em;color:var(--grey)}@media(max-width:767px){.dt-title{font-size:17px}.dt-title--sm{font-size:15px}.dt-body{font-size:13px;line-height:1.85}.dt-lead{font-size:14px;line-height:1.9}.dt-note{font-size:11px}}.dt-pill{font-size:12px;padding:5px 12px}.dt-pill--en{font-family:var(--font-en);letter-spacing:.1em;font-size:11px}.dt-pill--shadow{box-shadow:4px 4px 0 0 var(--ink)}.dt-pillrow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dt-figure{margin:0;display:flex;flex-direction:column;gap:10px}.dt-img{--img-bw: 3px;position:relative;overflow:hidden;border:0;border-radius:18px;background:var(--white);box-shadow:8px 8px 0 0 var(--ink)}.dt-img:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:var(--img-bw) solid var(--ink);border-radius:inherit}.dt-img img{display:block;width:100%;height:100%;object-fit:cover}.dt-img--plain{--img-bw: 2px;border-radius:14px;box-shadow:none}.dt-img--contain img{object-fit:contain}.dt-img__tag{position:absolute;left:14px;top:14px;z-index:3}@media(max-width:767px){.dt-img{border-radius:14px;box-shadow:5px 5px 0 0 var(--ink)}.dt-img__tag{left:10px;top:10px}}.dt-kv{position:relative;width:min(100%,640px);margin-inline:auto;padding:20px}.dt-kv__card{position:relative;padding:14px;background:var(--white);border-radius:22px;box-shadow:10px 10px 0 0 var(--ink);transform:rotate(var(--kv-rot, 2deg))}.dt-kv__card:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:3px solid var(--ink);border-radius:inherit}.dt-kv__img{position:relative;overflow:hidden;border-radius:14px;aspect-ratio:var(--kv-ratio, 572 / 442);line-height:0}.dt-kv__img img{display:block;width:100%;height:100%;object-fit:cover}.dt-kv__card--full{padding:0}.dt-kv__card--full .dt-kv__img{border-radius:inherit}.dt-kv__badge{position:absolute;z-index:5;right:var(--kv-badge-r, 9%);top:var(--kv-badge-t, 0px);font-family:var(--font-en);font-size:13px;line-height:1.2;letter-spacing:.04em;padding:9px 18px;box-shadow:4px 4px 0 0 var(--ink);transform:rotate(-6deg)}@media(max-width:767px){.dt-kv{padding:12px}.dt-kv__card{padding:10px;border-radius:18px;box-shadow:6px 6px 0 0 var(--ink);transform:rotate(calc(var(--kv-rot, 2deg) * .6))}.dt-kv__img{border-radius:10px}.dt-kv__card--full{padding:0}.dt-kv__badge{font-size:11px;padding:6px 13px;box-shadow:3px 3px 0 0 var(--ink)}}.dt-movie{display:flex;flex-direction:column;align-items:center;gap:60px}.dt-movie__note{font-weight:500;font-size:14px;line-height:1.6;letter-spacing:.02em;color:var(--grey);text-align:center}@media(max-width:1023px){.dt-movie{gap:40px}}@media(max-width:767px){.dt-movie{gap:26px}.dt-movie__note{font-size:12px}}.dt-frame{position:relative;display:block;padding:14px;background:var(--white);border-radius:22px;box-shadow:8px 8px 0 0 var(--ink)}.dt-frame:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:3px solid var(--ink);border-radius:inherit}.dt-frame__img{position:relative;display:block;overflow:hidden;border-radius:14px;aspect-ratio:var(--ratio, auto);line-height:0}.dt-frame__img img{display:block;width:100%;height:100%;object-fit:cover}.dt-frame__img--contain img{object-fit:contain}.dt-frame__tag{position:absolute;left:26px;top:26px;z-index:3;box-shadow:3px 3px 0 0 var(--ink)}.dt-frame--full{padding:0;overflow:hidden;line-height:0}.dt-frame--full img{display:block;width:100%;height:auto}.dt-fbox{display:block;padding:12px 20px 28px 16px;min-width:0}@media(max-width:767px){.dt-frame{padding:10px;border-radius:18px;box-shadow:5px 5px 0 0 var(--ink)}.dt-frame--full{padding:0}.dt-frame__img{border-radius:10px}.dt-frame__tag{left:18px;top:18px}.dt-fbox{padding:4px 8px 14px 4px}}.dt-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.dt-links .dt-label{font-size:12px}.dt-links .pill{font-weight:700;font-size:13px;padding:10px 20px;white-space:normal}.dt-links .pill--dark{background:var(--ink);color:var(--yellow)}.dt-nav{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center}.dt-navcard{display:flex;align-items:center;gap:18px;background:var(--white);border:3px solid var(--ink);border-radius:22px;box-shadow:6px 6px 0 0 var(--ink);padding:22px 26px;transition:transform .2s ease,box-shadow .2s ease}.dt-navcard:hover{transform:rotate(0) translate(-3px,-3px);box-shadow:9px 9px 0 0 var(--ink)}.dt-navcard--next{justify-content:flex-end;text-align:right}.dt-navcard__col{display:flex;flex-direction:column;gap:6px;min-width:0}.dt-navcard__label{font-family:var(--font-en);font-weight:700;font-size:11px;letter-spacing:.16em;color:var(--grey)}.dt-navcard__title{font-weight:700;font-size:17px;line-height:1.4}.dt-navcard__arrow{flex:none;width:48px;height:48px;border-radius:999px;background:var(--yellow);border:3px solid var(--ink);display:grid;place-items:center;font-weight:700;font-size:20px;transition:transform .2s}.dt-navcard:hover .dt-navcard__arrow,.dt-navcard:focus-visible .dt-navcard__arrow{transform:translate(-4px)}.dt-navcard--next:hover .dt-navcard__arrow,.dt-navcard--next:focus-visible .dt-navcard__arrow{transform:translate(4px)}.dt-nav__all{font-weight:700;font-size:14px;padding:14px 26px;box-shadow:5px 5px 0 0 var(--ink);white-space:nowrap}@media(max-width:1023px){.dt-nav{grid-template-columns:1fr;gap:16px}.dt-nav__all{order:3;justify-self:center}.dt-navcard{padding:16px 18px;border-radius:18px;box-shadow:5px 5px 0 0 var(--ink);gap:14px}.dt-navcard__title{font-size:15px}.dt-navcard__arrow{width:40px;height:40px;font-size:17px}}.dt-sparkle{position:absolute;pointer-events:none;z-index:0}@media(max-width:1023px){.dt-sparkle{display:none}}.dt-sec>.container{position:relative;z-index:1}.dt-pill{color:var(--ink)}.dt-card>.pill,.dt-figure>.pill,.dt-col>.pill{align-self:flex-start}.dt-medal{position:absolute;right:14px;top:-36px;z-index:4;width:90px;aspect-ratio:45.6 / 59.4;transform:rotate(-8deg);pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.dt-medal img{width:100%;height:100%}.dt-medal__text{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);writing-mode:vertical-rl;font-weight:700;font-size:12px;line-height:1;letter-spacing:-.02em;color:#503802;white-space:nowrap}.dt-medal--silver .dt-medal__text{color:#3a3f47}@media(max-width:767px){.dt-medal{width:64px;right:10px;top:-24px}.dt-medal__text{font-size:9px}}.dt-pie{flex:none;width:108px;height:108px;border-radius:999px;border:2px solid var(--ink);background:conic-gradient(var(--pie-color) 0 calc(var(--pie) * 1%),#e3e3de calc(var(--pie) * 1%) 100%)}@media(max-width:767px){.dt-pie{width:84px;height:84px}}.dt-awardwrap{position:relative;display:flex}.dt-awardwrap>.dt-card{flex:1 1 auto;min-width:0}.sec-cat{position:absolute;z-index:2;pointer-events:none;right:max(10px,calc(var(--pad) - 70px));top:34px;width:120px;height:auto;transform:rotate(-6deg)}.sec-cat--bg{top:auto;bottom:34%}@media(max-width:1023px){.sec-cat{width:84px;top:18px;right:10px}.sec-cat--bg{bottom:auto;top:18px}}@media(max-width:767px){.sec-cat{width:62px}}.detail{display:block}.hero[data-astro-cid-ssg6hlle]{position:relative}.hero__topwave[data-astro-cid-ssg6hlle]{display:block;width:100%;height:56px;margin-bottom:-1px}.hero__body[data-astro-cid-ssg6hlle]{background:var(--yellow);padding:72px 0 120px}.hero__inner[data-astro-cid-ssg6hlle]{display:flex;flex-direction:column;gap:48px}.hero__crumb[data-astro-cid-ssg6hlle]{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__back[data-astro-cid-ssg6hlle]{font-size:14px;line-height:1.2;padding:9px 20px;letter-spacing:.04em;white-space:pre;box-shadow:4px 4px 0 0 var(--ink);transition:transform .2s,box-shadow .2s}.hero__back[data-astro-cid-ssg6hlle]:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 0 var(--ink)}.hero__sep[data-astro-cid-ssg6hlle]{font-weight:700;font-size:14px}.hero__here[data-astro-cid-ssg6hlle]{font-weight:700;font-size:14px;letter-spacing:.04em}.hero__row[data-astro-cid-ssg6hlle]{display:grid;grid-template-columns:minmax(0,1fr);gap:48px;align-items:center}.hero__left[data-astro-cid-ssg6hlle]{display:flex;flex-direction:column;gap:28px;min-width:0}.hero__tags[data-astro-cid-ssg6hlle]{display:flex;align-items:center;gap:12px 16px;flex-wrap:wrap}.hero__cat[data-astro-cid-ssg6hlle]{font-size:15px;line-height:1.2;padding:10px 24px;letter-spacing:.04em;box-shadow:4px 4px 0 0 var(--ink)}.hero__year[data-astro-cid-ssg6hlle]{font-weight:700;font-size:18px;letter-spacing:.06em}.hero__event[data-astro-cid-ssg6hlle]{font-weight:500;font-size:14px;letter-spacing:.08em;color:var(--grey)}.hero__award[data-astro-cid-ssg6hlle]{background:var(--coral);font-size:13px;line-height:1.2;padding:7px 16px;letter-spacing:.06em;box-shadow:3px 3px 0 0 var(--ink)}.hero__titles[data-astro-cid-ssg6hlle]{display:flex;flex-direction:column;gap:12px}.hero__en[data-astro-cid-ssg6hlle]{font-family:var(--font-en);font-weight:700;font-size:clamp(36px,6vw,64px);line-height:1.1;letter-spacing:-.02em;overflow-wrap:anywhere}.hero__jp[data-astro-cid-ssg6hlle]{font-weight:900;font-size:clamp(20px,3vw,30px);line-height:1.6}.hero__lead[data-astro-cid-ssg6hlle]{font-size:16px;line-height:2}.hero__meta[data-astro-cid-ssg6hlle]{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0 32px}.hero__metaitem[data-astro-cid-ssg6hlle]{display:flex;flex-direction:column;gap:6px;padding:14px 0}.hero__metaitem[data-astro-cid-ssg6hlle]:before{content:"";display:block;height:2px;background:var(--ink)}.hero__meta[data-astro-cid-ssg6hlle] dt[data-astro-cid-ssg6hlle]{font-weight:700;font-size:12px;line-height:1.45;letter-spacing:.1em;color:var(--grey)}.hero__meta[data-astro-cid-ssg6hlle] dd[data-astro-cid-ssg6hlle]{margin:0;font-weight:500;font-size:15px;line-height:1.6;white-space:pre-line}.hero__links[data-astro-cid-ssg6hlle]{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero__link[data-astro-cid-ssg6hlle]{font-size:14px;line-height:1.2;padding:11px 22px;gap:10px;transition:transform .2s,box-shadow .2s}.hero__link[data-astro-cid-ssg6hlle]:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 0 var(--ink)}.hero__link--dark[data-astro-cid-ssg6hlle]{background:var(--ink);color:var(--yellow)}.hero__link--dark[data-astro-cid-ssg6hlle]:hover{box-shadow:4px 4px 0 0 var(--white)}.hero__link--lg[data-astro-cid-ssg6hlle]{font-size:15px;padding:13px 26px}.hero__note[data-astro-cid-ssg6hlle]{margin-top:-14px;font-weight:700;font-size:13px;line-height:1.6;color:#d94d3d}.hero__kv[data-astro-cid-ssg6hlle]{min-width:0}@media(min-width:1360px){.hero__row[data-astro-cid-ssg6hlle]{grid-template-columns:minmax(0,648fr) minmax(0,640fr);gap:clamp(40px,3.75vw,72px)}.hero__en[data-astro-cid-ssg6hlle]{font-size:clamp(44px,3.34vw,64px)}.hero__jp[data-astro-cid-ssg6hlle]{font-size:clamp(22px,1.5625vw,30px)}}@media(max-width:1023px){.hero__body[data-astro-cid-ssg6hlle]{padding:48px 0 96px}.hero__inner[data-astro-cid-ssg6hlle]{gap:36px}}@media(max-width:767px){.hero__body[data-astro-cid-ssg6hlle]{padding:28px 0 72px}.hero__inner[data-astro-cid-ssg6hlle]{gap:28px}.hero__row[data-astro-cid-ssg6hlle]{gap:36px}.hero__left[data-astro-cid-ssg6hlle]{gap:20px}.hero__crumb[data-astro-cid-ssg6hlle]{gap:10px}.hero__back[data-astro-cid-ssg6hlle],.hero__sep[data-astro-cid-ssg6hlle],.hero__here[data-astro-cid-ssg6hlle]{font-size:12px}.hero__back[data-astro-cid-ssg6hlle]{padding:7px 15px}.hero__tags[data-astro-cid-ssg6hlle]{gap:10px 12px}.hero__cat[data-astro-cid-ssg6hlle]{font-size:13px;padding:7px 18px}.hero__year[data-astro-cid-ssg6hlle]{font-size:16px}.hero__event[data-astro-cid-ssg6hlle]{font-size:12px;letter-spacing:.04em}.hero__award[data-astro-cid-ssg6hlle]{font-size:12px;padding:5px 12px}.hero__titles[data-astro-cid-ssg6hlle]{gap:8px}.hero__jp[data-astro-cid-ssg6hlle]{line-height:1.55}.hero__lead[data-astro-cid-ssg6hlle]{font-size:14px;line-height:1.9}.hero__meta[data-astro-cid-ssg6hlle]{grid-template-columns:1fr}.hero__metaitem[data-astro-cid-ssg6hlle]{padding:8px 0}.hero__meta[data-astro-cid-ssg6hlle] dd[data-astro-cid-ssg6hlle]{font-size:14px}.hero__links[data-astro-cid-ssg6hlle]{gap:10px}.hero__link[data-astro-cid-ssg6hlle]{font-size:13px;padding:9px 18px}.hero__link--lg[data-astro-cid-ssg6hlle]{flex:1 0 100%;justify-content:center;font-size:14px;padding:13px 20px}.hero__note[data-astro-cid-ssg6hlle]{margin-top:-8px;font-size:12px}}@media(prefers-reduced-motion:reduce){.hero__back[data-astro-cid-ssg6hlle],.hero__link[data-astro-cid-ssg6hlle]{transition:none}}
