/* 使いどころに置いて見る（showroom.js が使う） */
.sr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:26px 18px;
  align-items:end;justify-items:center;max-width:1280px;margin:0 auto;width:100%}
.sr-item{margin:0;display:flex;flex-direction:column;align-items:center;gap:8px}
.sr-item figcaption{font-size:11px;color:#6B6B76}

.sr-phone{position:relative;width:170px;height:368px;border-radius:26px;overflow:hidden;
  box-shadow:0 8px 26px rgba(0,0,0,.18),0 0 0 5px #17171B;background:#DDD}
.sr-notch{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:52px;height:14px;
  border-radius:9px;background:rgba(0,0,0,.72)}
.sr-lock{position:absolute;top:52px;left:0;right:0;text-align:center;color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.35)}
.sr-date{font-size:10px;opacity:.92}
.sr-time{font-size:48px;font-weight:250;line-height:1.05;letter-spacing:0}
.sr-time--sm{position:absolute;top:9px;left:14px;font-size:11px;font-weight:600;color:#fff}
.sr-lockfoot{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;
  align-items:center;gap:34px}
.sr-lockfoot .sr-dot{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.32)}
.sr-lockfoot .sr-bar{width:64px;height:4px;border-radius:2px;background:rgba(255,255,255,.7)}
.sr-apps{position:absolute;top:44px;left:14px;right:14px;display:grid;
  grid-template-columns:repeat(4,1fr);gap:12px}
.sr-apps i{aspect-ratio:1;border-radius:11px;background:rgba(255,255,255,.30);
  box-shadow:inset 0 0 0 .5px rgba(255,255,255,.35)}
.sr-dock{position:absolute;bottom:16px;left:12px;right:12px;height:52px;border-radius:18px;
  background:rgba(255,255,255,.20);display:grid;grid-template-columns:repeat(4,1fr);
  gap:10px;padding:8px}
.sr-dock i{border-radius:10px;background:rgba(255,255,255,.36)}

.sr-site{width:280px;border-radius:10px;overflow:hidden;background:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.12)}
.sr-hero{position:relative;height:150px}
.sr-nav{position:absolute;top:10px;left:12px;right:12px;display:flex;align-items:center;gap:9px;
  color:#fff;font-size:9px;text-shadow:0 1px 6px rgba(0,0,0,.3)}
.sr-nav span{width:22px;height:4px;border-radius:2px;background:rgba(255,255,255,.6)}
.sr-nav b{margin-right:auto;font-size:10px}
.sr-heroTx{position:absolute;left:14px;bottom:14px;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}
.sr-heroTx h4{margin:0 0 3px;font-size:13px;font-weight:650}
.sr-heroTx p{margin:0 0 8px;font-size:9px;opacity:.9}
.sr-btn{display:inline-block;padding:4px 11px;border-radius:99px;background:#fff;color:#17171B;
  font-size:9px;font-weight:600}
.sr-body{padding:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.sr-body i{height:34px;border-radius:6px;background:#F1F1F4}

.sr-card{width:216px;border-radius:12px;overflow:hidden;background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.12)}
.sr-cardTop{height:112px}
.sr-cardBody{padding:11px 12px 13px}
.sr-cardBody b{display:block;font-size:12px;color:#17171B}
.sr-cardBody em{display:block;font-style:normal;font-size:10px;color:#6B6B76;margin-top:2px}
.sr-row{display:flex;gap:6px;margin-top:9px}
.sr-pill{padding:3px 9px;border-radius:99px;background:#F1F1F4;font-size:9px;color:#3A3A44}

.sr-post{width:216px;border-radius:10px;overflow:hidden;background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.12)}
.sr-postHead{display:flex;align-items:center;gap:7px;padding:8px 10px;font-size:10px;color:#17171B}
.sr-postHead i{width:20px;height:20px;border-radius:50%;background:#E4E4EA}
.sr-postImg{aspect-ratio:1}
.sr-postFoot{display:flex;gap:9px;padding:9px 10px}
.sr-postFoot span{width:15px;height:15px;border-radius:4px;background:#EDEDF1}

.sr-slide{position:relative;width:256px;height:144px;border-radius:8px;overflow:hidden;
  box-shadow:0 5px 18px rgba(0,0,0,.14)}
.sr-slideTx{position:absolute;left:16px;bottom:16px;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}
.sr-slideTx b{display:block;font-size:15px}
.sr-slideTx em{font-style:normal;font-size:9px;opacity:.9}

.sr-poster{position:relative;width:180px;height:255px;border-radius:3px;overflow:hidden;
  box-shadow:0 10px 26px rgba(0,0,0,.2)}
.sr-posterTx{position:absolute;left:16px;bottom:18px;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.3)}
.sr-posterTx b{display:block;font-size:22px;font-weight:700}
.sr-posterTx em{font-style:normal;font-size:9px;opacity:.85}

.sr-album{width:180px}
.sr-albumArt{aspect-ratio:1;border-radius:4px;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.sr-albumTx{margin-top:8px}
.sr-albumTx b{display:block;font-size:11px;color:#17171B}
.sr-albumTx em{font-style:normal;font-size:10px;color:#6B6B76}

.sr-plain{width:220px;aspect-ratio:1;border-radius:8px}

@media (max-width:520px){
  .sr-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}
}

/* 重ね面（画面いっぱいに広げて見せる） */
.sr-wrap{position:fixed;inset:0;z-index:60;background:#F7F7F9;
  display:none;flex-direction:column;padding:18px 22px 34px;overflow:auto}
.sr-wrap.on{display:flex}
.sr-head{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex:0 0 auto}
.sr-head b{font-size:15px;color:#17171B}
.sr-head .sr-note{font-size:12px;color:#6B6B76;margin-right:auto}
.sr-hold{width:180px;height:250px;border-radius:10px;background:#EDEDF1}
