:root{--background:#f7f3ed;--background-soft:#f0ebe3;--surface:#ffffff;--text:#1a1a1a;--text-muted:#666666;--text-subtle:#8a8a8a;--border:#e8e0d4;--accent:#b8292f;--accent-dark:#981f25;--footer-text:#c8c0b4;--footer-muted:#8a8078;--footer-line:#333333;--footer-bottom:#666666}*{box-sizing:border-box}html{font-family:Noto Sans JP,sans-serif;scroll-behavior:smooth}body,html{background:var(--background);color:var(--text)}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif JP",Shippori Mincho,serif}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-frame{min-height:100vh}.shell,.site-footer__bottom,.site-footer__inner,.site-header__inner{width:min(1200px,calc(100vw - 32px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:rgba(247,243,237,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;gap:20px;min-height:72px}.site-logo{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.site-logo__mark{display:inline-flex;width:32px;height:32px;color:var(--accent)}.site-logo__mark svg{width:100%;height:100%}.site-logo__text{font-family:Shippori Mincho,"Noto Serif JP",serif;font-size:24px;font-weight:700;letter-spacing:.02em}.site-header__tagline{display:grid;grid-gap:2px;gap:2px;min-width:0}.site-header__tagline strong{color:var(--text);font-size:12px;font-weight:700;letter-spacing:.08em}.site-header__tagline span{color:var(--text-subtle);font-size:12px;white-space:nowrap}.site-nav{display:flex;align-items:center;gap:4px;margin-left:auto;padding:6px;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.55)}.site-nav a{position:relative;padding:8px 12px;color:#4a4a4a;font-size:13px;font-weight:600;border-radius:999px}.site-nav a:after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav a:hover:after{transform:scaleX(1)}.site-search-link{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:var(--accent);color:#ffffff;font-size:14px;font-weight:700;white-space:nowrap}.shell{padding:48px 0 96px}.home-hero{position:relative;height:70vh;min-height:500px;max-height:700px;overflow:hidden}.home-hero__image,.home-hero__overlay{position:absolute;inset:0}.home-hero__image{width:100%;height:100%;object-fit:cover}.home-hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.4) 52%,transparent)}.home-hero__overlay--bottom{background:linear-gradient(180deg,transparent,rgba(0,0,0,.3))}.home-hero__inner{position:relative;display:flex;align-items:center;height:100%;padding-top:0;padding-bottom:0}.home-hero__content{max-width:40rem}.home-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;margin-bottom:24px;border-radius:999px;background:rgba(255,255,255,.15);color:#ffffff;font-size:13px;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-hero h1{margin:0 0 16px;color:#ffffff;font-size:clamp(40px,5vw,68px);line-height:1.15;font-weight:700}.home-hero h1 span{display:block}.home-hero__accent{color:#e8a09a}.home-hero p{margin:0 0 32px;max-width:32rem;color:rgba(255,255,255,.8);font-size:17px;line-height:1.85}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.home-hero__actions a{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:14px 24px;border-radius:6px;background:var(--accent);color:#ffffff;font-size:14px;font-weight:500}.home-hero__actions .home-hero__ghost{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;max-width:42rem}.hero-stat{display:grid;grid-gap:4px;gap:4px;padding:16px 18px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-stat strong{color:#ffffff;font-size:clamp(24px,3.4vw,34px);line-height:1}.hero-stat span{color:rgba(255,255,255,.72);font-size:12px}.section{margin-top:56px}.home-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:-36px;position:relative;z-index:2}.home-shortcut{display:grid;grid-gap:6px;gap:6px;padding:20px 22px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 18px 40px rgba(26,26,26,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-shortcut:hover{transform:translateY(-3px);border-color:rgba(184,41,47,.24);box-shadow:0 20px 44px rgba(26,26,26,.12)}.home-shortcut strong{color:var(--text);font-size:18px;line-height:1.4}.home-shortcut span{color:var(--text-muted);font-size:13px;line-height:1.8}.section-heading{display:grid;grid-gap:10px;gap:10px;max-width:52rem}.section-heading h2{display:flex;align-items:center;gap:16px;margin:0;color:var(--text);font-size:clamp(30px,4vw,38px);line-height:1.35}.section-heading h2:before{content:"";width:4px;height:32px;border-radius:999px;background:var(--accent);flex-shrink:0}.section-heading p{margin:0 0 0 20px;color:var(--text-subtle);font-size:14px;line-height:1.8}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;margin-top:24px}.grid--compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-link{margin-top:24px;text-align:center}.section-link a{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:14px;font-weight:500}.card{display:block;padding:22px;border:1px solid var(--border);border-radius:16px;background:var(--surface);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}a.card:hover{transform:translateY(-2px);border-color:rgba(184,41,47,.28);box-shadow:0 12px 28px rgba(26,26,26,.08)}.card h2{margin:0 0 8px;color:var(--text);font-size:22px;line-height:1.45}.card p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.85}.search-panel{display:grid;grid-gap:16px;gap:16px}.search-form{display:flex;flex-wrap:wrap;gap:12px}.search-form__input{min-width:min(100%,360px);flex:1 1;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#ffffff;color:var(--text)}.search-form__input::placeholder{color:var(--text-subtle)}.search-form__input:focus{outline:2px solid rgba(184,41,47,.16);border-color:rgba(184,41,47,.4)}.search-form__button{padding:14px 20px;border:0;border-radius:12px;background:var(--accent);color:#ffffff;font-weight:700;cursor:pointer}.search-form__button:hover{background:var(--accent-dark)}.meta-row,.tag-row{display:flex;flex-wrap:wrap;gap:8px}.meta-row{margin-bottom:12px}.meta-row span,.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:var(--background-soft);color:#4a4a4a;font-size:12px}.tag{color:var(--accent)}.shrine-card{display:grid;grid-gap:12px;gap:12px;overflow:hidden}.shrine-card__media{margin:-22px -22px 0;height:200px;overflow:hidden;background:var(--background-soft)}.shrine-card__media img{width:100%;height:100%;object-fit:cover}.card--taxonomy{min-height:180px}.card-count{display:inline-flex;margin-bottom:12px;color:var(--text-subtle);font-size:12px}.deity-card,.lineage-card,.region-card{display:block;padding:20px;border:1px solid var(--border);border-radius:16px;background:#ffffff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.deity-card:hover,.lineage-card:hover,.region-card:hover{transform:translateY(-2px);border-color:rgba(184,41,47,.28);box-shadow:0 12px 28px rgba(26,26,26,.08)}.region-card--static{cursor:default}.region-card{display:flex;align-items:center;gap:16px;padding:16px}.region-card__thumb{width:56px;height:56px;overflow:hidden;border-radius:12px;flex-shrink:0}.region-card__thumb img{width:100%;height:100%;object-fit:cover}.region-card__body{min-width:0;flex:1 1}.benefit-card h3,.deity-card__head h3,.lineage-card__head h3,.region-card__body h3{margin:0;color:var(--text);font-size:16px;line-height:1.45}.region-card__body p{margin:2px 0 0;color:var(--text-subtle);font-size:12px}.region-card__arrow{color:#cccccc;font-size:16px;flex-shrink:0}.benefit-card{display:grid;grid-gap:10px;gap:10px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.benefit-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.18);box-shadow:0 12px 28px rgba(26,26,26,.12)}.benefit-card--light{border-color:var(--border);background:linear-gradient(180deg,rgba(255,248,242,.96),rgba(255,255,255,.98));-webkit-backdrop-filter:none;backdrop-filter:none}.benefit-card--light:hover{background:linear-gradient(180deg,rgba(255,243,235,1),rgba(255,255,255,1));border-color:rgba(184,41,47,.28);box-shadow:0 12px 28px rgba(26,26,26,.08)}.benefit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:4px;border-radius:14px;border:2px solid rgba(255,255,255,.7);background:rgba(255,255,255,.08)}.benefit-card--light .benefit-card__icon{border-color:rgba(184,41,47,.2);background:rgba(184,41,47,.08)}.benefit-card__glyph{color:#ffffff;font-size:18px;font-weight:700;line-height:1}.benefit-card--light .benefit-card__glyph{color:var(--accent)}.benefit-card h3{color:#ffffff;margin-bottom:4px}.benefit-card p{margin:0;color:rgba(255,255,255,.5);font-size:12px}.benefit-card--light h3{color:var(--text)}.benefit-card--light p{color:var(--text-muted)}.benefit-card--static{cursor:default}.benefit-detail-hero{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);grid-gap:24px;gap:24px;margin-top:32px;align-items:stretch}.benefit-detail-summary{display:grid;align-content:center}.benefit-detail-summary h2{margin-bottom:10px}.deity-card__head,.lineage-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.deity-card__head span,.lineage-card__head span{display:inline-flex;padding:2px 8px;border-radius:999px;background:var(--background-soft);color:var(--text-subtle);font-size:12px;white-space:nowrap}.deity-card p,.lineage-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.75}.lineage-card strong{display:block;margin-top:10px;color:var(--accent);font-size:12px;font-weight:500}.deity-card--static,.lineage-card--static{cursor:default}.deity-card__reading{margin-top:2px;color:var(--text-subtle);font-size:12px}.section--guide{padding:32px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,rgba(240,235,227,.5),rgba(255,255,255,.88))}.guide-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.guide-links a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--accent);font-size:14px;font-weight:600}.breadcrumbs{margin-bottom:18px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.breadcrumbs li{display:inline-flex;align-items:center;gap:8px;color:var(--text-subtle);font-size:12px}.breadcrumbs li:not(:last-child):after{content:"/";color:#b7afa5}.breadcrumbs a{color:inherit}.breadcrumbs span{color:var(--text-muted)}.shrine-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:24px;gap:24px;margin-top:28px}.shrine-hero__meta,.shrine-hero__summary{display:grid;grid-gap:16px;gap:16px}.shrine-hero__meta h2,.shrine-hero__summary h2{margin:0;font-size:26px}.shrine-hero__meta p,.shrine-hero__summary p{margin:0;color:var(--text-muted);line-height:1.9}.detail-chip-group{display:flex;flex-wrap:wrap;gap:10px}.detail-chip{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:rgba(240,235,227,.55);color:var(--accent);font-size:13px;font-weight:600}.detail-list{display:grid;grid-gap:14px;gap:14px;margin:0}.detail-list div{display:grid;grid-gap:4px;gap:4px;padding-top:14px;border-top:1px solid var(--border)}.detail-list div:first-child{padding-top:0;border-top:0}.detail-list dt{color:var(--text-subtle);font-size:12px;font-weight:700;letter-spacing:.06em}.detail-list dd{margin:0;color:var(--text);line-height:1.8}.content-stack{display:grid;grid-gap:20px;gap:20px}.content-card{display:grid;grid-gap:10px;gap:10px}.content-card h2{margin:0;font-size:24px;line-height:1.4}.content-card p{margin:0;color:var(--text-muted);line-height:1.9}.page-heading{display:grid;grid-gap:12px;gap:12px;padding:12px 0 8px}.page-heading h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.3}.page-heading p{margin:0;max-width:52rem;color:var(--text-muted);line-height:1.8}.list{display:grid;grid-gap:12px;gap:12px;margin:24px 0 0;padding:0;list-style:none}.list li{padding:16px 18px;border:1px solid var(--border);border-radius:16px;background:rgba(255,255,255,.72)}.list strong{font-size:16px}.list span{color:var(--text-muted);font-size:14px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px}.detail-item{padding:18px;border:1px solid var(--border);border-radius:16px;background:rgba(255,255,255,.78)}.detail-item h3{margin:0 0 10px;font-size:16px}.detail-item p{margin:0;color:var(--text-muted);line-height:1.8}.site-footer{margin-top:88px;background:#1a1a1a;color:var(--footer-text)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.8fr);grid-gap:48px;gap:48px;padding:56px 0 40px}.site-footer__brand{display:grid;grid-gap:16px;gap:16px}.site-footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.site-footer__logo h2{margin:0;color:#ffffff;font-family:Shippori Mincho,"Noto Serif JP",serif;font-size:24px}.site-footer__brand p{margin:0;color:var(--footer-muted);font-size:14px;line-height:1.9}.site-footer__brand:after{content:"旅先探しから参拝準備まで、神社選びの入口を整理するサイトです。";display:block;max-width:28rem;color:var(--footer-text);font-size:13px;line-height:1.9}.site-footer__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.site-footer__links h3{margin:0 0 16px;color:#ffffff;font-size:14px}.site-footer__links a{display:block;margin-top:10px;color:var(--footer-text);font-size:14px}.site-footer__links a:hover{color:#ffffff}.site-footer__bottom{padding:0 0 28px;border-top:1px solid var(--footer-line)}.site-footer__bottom p{margin:0;padding-top:18px;color:var(--footer-bottom);font-size:12px;text-align:center}@media (max-width:1024px){.site-header__tagline,.site-nav{display:none}.benefit-detail-hero,.shrine-hero,.site-footer__inner{grid-template-columns:1fr}}@media (max-width:720px){.shell,.site-footer__bottom,.site-footer__inner,.site-header__inner{width:min(100vw - 24px,1200px)}.site-header__inner{flex-wrap:wrap;padding:10px 0}.site-search-link{order:3;width:100%}.home-hero{min-height:560px;height:auto}.home-hero__inner{padding-top:120px;padding-bottom:64px}.home-hero p{font-size:15px}.home-hero__actions{flex-direction:column}.home-hero__actions a{width:100%}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.shell{padding-top:40px;padding-bottom:88px}.home-shortcuts{grid-template-columns:1fr;margin-top:-28px}.section{margin-top:40px}.section-heading p{margin-left:0}.section--guide{padding:24px 20px}.site-footer__links{grid-template-columns:1fr;gap:24px}.region-card{align-items:flex-start}}