body { margin: 0; padding: 0 0 40px; }
.sm-lp{ background:#fff; color:#1b2a44;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;
  font-size:16px; line-height:1.95; word-break:auto-phrase;
  -webkit-font-smoothing:antialiased; }
.sm-lp .sm-ugc{ max-width:1120px; margin:0 auto; padding:88px 24px 96px; }

.sm-lp .sm-ugc-head{ text-align:center; margin-bottom:40px; }
.sm-lp .sm-ugc-eyebrow{ display:block; font-family:"Cormorant Garamond",serif;
  font-style:italic; font-size:20px; letter-spacing:.08em; color:#b0764a;
  line-height:1.4; margin-bottom:14px; }
.sm-lp .sm-ugc-title{ font-family:"Shippori Mincho",serif; font-weight:600;
  font-size:30px; line-height:1.75; letter-spacing:.04em; margin:0 0 20px; }
.sm-lp .sm-ugc-tag{ margin-right:.35em; color:#b0764a; letter-spacing:.02em;
  white-space:nowrap; }
.sm-lp .sm-ugc-lead{ font-size:15px; line-height:2.0; color:#3d4a5f;
  max-width:640px; margin:0 auto; }

/* --- 年度タブ --- */
.sm-lp .sm-ugc-years{ display:flex; justify-content:center; align-items:flex-end;
  gap:0; margin:36px 0 6px; border-bottom:1px solid #e6e9ee; }
.sm-lp .sm-ugc-year{ appearance:none; background:transparent; border:0;
  border-bottom:2px solid transparent; cursor:pointer; font-family:"Cormorant Garamond",serif;
  font-size:24px; letter-spacing:.06em; color:#9aa4b2; line-height:1;
  padding:14px 26px; margin-bottom:-1px; transition:color .18s ease, border-color .18s ease; }
.sm-lp .sm-ugc-year:hover{ color:#b0764a; }
.sm-lp .sm-ugc-year[aria-selected="true"]{ color:#1b2a44; border-bottom-color:#b0764a; }
.sm-lp .sm-ugc-year:focus-visible{ outline:2px solid #b0764a; outline-offset:2px; }
.sm-lp .sm-ugc-count{ text-align:center; font-size:13px; color:#8a94a3;
  line-height:1.8; margin:14px 0 0; }

/* --- シーン絞り込み --- */
.sm-lp .sm-ugc-filters{ display:flex; flex-wrap:wrap; justify-content:center;
  gap:8px; margin:22px 0 34px; }
.sm-lp .sm-ugc-filter{ appearance:none; background:#fff; border:1px solid #d9dee6;
  color:#1b2a44; cursor:pointer; font-family:inherit; font-size:13px;
  letter-spacing:.06em; line-height:1; padding:11px 20px; border-radius:999px;
  transition:background .18s ease, border-color .18s ease, color .18s ease; }
.sm-lp .sm-ugc-filter:hover{ border-color:#b0764a; color:#b0764a; }
.sm-lp .sm-ugc-filter[aria-pressed="true"]{ background:#1b2a44; border-color:#1b2a44; color:#fff; }
.sm-lp .sm-ugc-filter:focus-visible{ outline:2px solid #b0764a; outline-offset:2px; }

/* --- グリッド（小さめ・5列） --- */
.sm-lp .sm-ugc-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:22px 14px; }
.sm-lp .sm-ugc-card{ display:block; }
/* 写真＝拡大ボタン（クリック範囲は画像のみ） */
.sm-lp .sm-ugc-thumb{ appearance:none; border:0; background:transparent; padding:0;
  margin:0; cursor:zoom-in; display:block; width:100%; font-family:inherit; color:inherit; }
.sm-lp .sm-ugc-frame{ display:block; position:relative; overflow:hidden;
  background:#f2f3f5; aspect-ratio:1/1; }
.sm-lp .sm-ugc-frame img{ display:block; width:100%; height:100%; object-fit:cover;
  transition:transform .5s cubic-bezier(.2,.7,.3,1); }
.sm-lp .sm-ugc-thumb:hover .sm-ugc-frame img{ transform:scale(1.05); }
.sm-lp .sm-ugc-thumb:focus-visible .sm-ugc-frame{ outline:2px solid #b0764a; outline-offset:3px; }
/* テキスト側 */
.sm-lp .sm-ugc-meta{ display:block; padding:9px 1px 0; }
.sm-lp .sm-ugc-breed{ display:block; font-family:"Shippori Mincho",serif;
  font-size:14px; font-weight:500; line-height:1.25; margin-bottom: -.5em; }
.sm-lp .sm-ugc-cmt{ display:block; font-size:13px; line-height:1.8; color:#5a6879;
  margin-top:2px; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical;
  -webkit-line-clamp:2; }
/* アカウント名＝Instagramへのリンク */
.sm-lp .sm-ugc-acct{ display:inline-block; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size:13px; color:#96a0ae; line-height:1.55; word-break:break-all; }
.sm-lp a.sm-ugc-acct{ text-decoration:none; border-bottom:1px solid transparent;
  transition:color .18s ease, border-color .18s ease; }
.sm-lp a.sm-ugc-acct:hover{ color:#b0764a; border-bottom-color:#b0764a; }
.sm-lp a.sm-ugc-acct:focus-visible{ outline:2px solid #b0764a; outline-offset:2px; }

.sm-lp .sm-ugc-more{ text-align:center; margin-top:40px; }
.sm-lp .sm-ugc-more button{ appearance:none; background:#fff; border:1px solid #1b2a44;
  color:#1b2a44; cursor:pointer; font-family:inherit; font-size:14px;
  letter-spacing:.06em; line-height:1; padding:16px 40px;
  transition:background .18s ease, color .18s ease; }
.sm-lp .sm-ugc-more button:hover{ background:#1b2a44; color:#fff; }
.sm-lp .sm-ugc-more button:focus-visible{ outline:2px solid #b0764a; outline-offset:2px; }
.sm-lp .sm-ugc-empty{ text-align:center; font-size:14px; color:#8a94a3;
  padding:40px 0; line-height:1.9; }

.sm-lp .sm-ugc-note{ margin:56px auto 0; max-width:720px; border-top:1px solid #e6e9ee;
  padding-top:24px; font-size:13px; line-height:1.95; color:#6b7686; text-align:center; }
.sm-lp .sm-ugc-cta{ text-align:center; margin-top:32px; }
.sm-lp .sm-ugc-cta a{ display:inline-block; text-decoration:none; font-size:14px;
  letter-spacing:.06em; line-height:1; color:#1b2a44; border:1px solid #1b2a44;
  padding:15px 34px; transition:background .18s ease, color .18s ease; }
.sm-lp .sm-ugc-cta a:hover{ background:#1b2a44; color:#fff; }

/* --- ライトボックス --- */
.sm-lp .sm-ugc-lb{ position:fixed; inset:0; z-index:9999; background:rgba(27,42,68,.94);
  display:none; align-items:center; justify-content:center; padding:32px 20px; }
.sm-lp .sm-ugc-lb[data-open="true"]{ display:flex; }
.sm-lp .sm-ugc-lb-inner{ max-width:720px; width:100%; text-align:center; }
.sm-lp .sm-ugc-lb-inner img{ display:block; max-width:100%; max-height:72vh;
  margin:0 auto; object-fit:contain; }
.sm-lp .sm-ugc-lb-cap{ color:#fff; font-size:14px; line-height:1.95; margin-top:18px; }
.sm-lp .sm-ugc-lb-cap em{ display:block; font-family:"Cormorant Garamond",serif;
  font-style:italic; font-size:15px; color:#e3d3c4; margin-top:4px; }
.sm-lp .sm-ugc-lb-cap a{ color:#e3d3c4; text-decoration:none;
  border-bottom:1px solid rgba(227,211,196,.5); }
.sm-lp .sm-ugc-lb-cap a:hover{ border-bottom-color:#e3d3c4; }
.sm-lp .sm-ugc-lb-btn{ position:absolute; top:50%; transform:translateY(-50%);
  appearance:none; background:transparent; border:1px solid rgba(255,255,255,.45);
  color:#fff; width:44px; height:44px; cursor:pointer; font-size:16px; line-height:1;
  border-radius:50%; }
.sm-lp .sm-ugc-lb-prev{ left:16px; } .sm-lp .sm-ugc-lb-next{ right:16px; }
.sm-lp .sm-ugc-lb-close{ position:absolute; top:16px; right:16px; appearance:none;
  background:transparent; border:0; color:#fff; font-size:15px; letter-spacing:.08em;
  cursor:pointer; padding:10px 12px; font-family:inherit; }

@media (max-width:900px){
  .sm-lp .sm-ugc{ padding:64px 18px 72px; }
  .sm-lp .sm-ugc-grid{ grid-template-columns:repeat(4,1fr); gap:18px 12px; }
  .sm-lp .sm-ugc-title{ font-size:24px; }
  .sm-lp .sm-ugc-year{ font-size:21px; padding:13px 18px; }
}
@media (max-width:560px){
  .sm-lp .sm-ugc-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap:14px 8px; }
  .sm-lp .sm-ugc-title{ font-size:21px; }
  .sm-lp .sm-ugc-lead{ font-size:14px; }
  /*.sm-lp .sm-ugc-breed{ font-size:13px; }*/
  .sm-lp .sm-ugc-year{ font-size:19px; padding:12px 14px; }
}
@media (prefers-reduced-motion:reduce){
  .sm-lp .sm-ugc-frame img{ transition:none; }
  .sm-lp .sm-ugc-card:hover .sm-ugc-frame img{ transform:none; }
}
.copyright { font-size: 14px; text-align: center;  }