/* saiko — sp.css  スマホの作り込み（900px以下だけに効く。site.css / v4.css の上に重ねる）
   親指で回せる横スナップ／下から出るカート／全画面メニュー／タップの手応え／svh・セーフエリア／軽い動き */
@media (max-width:900px){
  :root{--gutter:20px;--sec:64px}
  html{-webkit-tap-highlight-color:transparent}
  body{font-size:13.5px;line-height:1.95}
  a,button{touch-action:manipulation}
  /* ---- header：60px・ロゴは常に回る・カートは数字を丸で ---- */
  .hd{height:60px;padding:0 var(--gutter)}
  .hd .wm{font-size:21px}
  .hd .util{gap:16px}
  .hd #cartBtn{font-size:10px;letter-spacing:.16em}
  /* ---- 余白のロゴ ---- */
  .mark{height:min(58svh,520px);min-height:320px}
  .mark svg{width:80vw}
  .scroll-ind{display:flex;bottom:16px;font-size:8px}
  .scroll-ind:after{height:26px}
  /* ---- KV：画面いっぱい（svh）・文字は親指の届く下・最新カードは小さく ---- */
  .kv{height:min(calc(100svh - 60px),780px);min-height:520px}
  .kv .tl,.kv .tr{top:18px;font-size:9px;letter-spacing:.2em}
  .kv .bl{bottom:88px;right:var(--gutter)}
  .kv .bl .h-jp{font-size:clamp(23px,6.2vw,28px);letter-spacing:.12em;line-height:1.55}
  .kv .bl .h-en{font-size:10px;margin-top:8px;letter-spacing:.18em}
  .kv-latest{left:var(--gutter);right:auto;bottom:20px;padding:6px 12px 6px 6px;gap:10px;font-size:9.5px;line-height:1.6;border-radius:2px}
  .kv-latest img{width:36px}
  .kv:after{height:56%}
  /* ---- 横スナップ（TOPの商品・SCENE・JOURNAL・関連商品）：カード78vw・次が少し見える・端は余白ぶん ---- */
  .hs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin:0 calc(-1*var(--gutter));padding:0 var(--gutter) 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
  .hs::-webkit-scrollbar{display:none}
  .hs > *{flex:0 0 78vw;scroll-snap-align:start}
  .hs > *:last-child{margin-right:var(--gutter)}
  .hs-bar{position:relative;height:1px;background:var(--line);margin-top:14px}
  .hs-bar i{position:absolute;left:0;top:-0.5px;height:2px;width:20%;background:var(--ink);transition:transform .15s linear}
  #topGrid.hs{display:flex}
  #topGrid.hs .item{flex:0 0 74vw}
  #topGrid.hs .item[hidden]{display:none}
  .bento.hs{display:flex;aspect-ratio:auto;grid-template-columns:none}
  .bento.hs a,.bento.hs a.b1{flex:0 0 82vw;aspect-ratio:4/3;grid-column:auto;grid-row:auto}
  .jgrid.hs{display:flex}
  .jgrid.hs > a{flex:0 0 78vw}
  .related .grid.hs{display:flex}
  .related .grid.hs .item{flex:0 0 62vw}
  /* ---- 商品カード：タップの手応え・印は小さく ---- */
  .item{transition:transform .25s cubic-bezier(.2,.7,.2,1)}
  .item:active{transform:scale(.985)}
  .item .tag{font-size:8.5px;top:8px;left:8px}
  .item .cap{font-size:11px;padding-top:9px}
  .item .cap .dsc{font-size:9.5px}
  .tabs{gap:16px;top:60px;margin-bottom:22px}
  .tabs button{font-size:10.5px;padding-bottom:10px}
  /* ---- 2カラム→縦積みの間 ---- */
  .two .t{padding:28px 0 0}
  .h-jp{font-size:clamp(21px,5.6vw,26px);letter-spacing:.12em;line-height:1.8}
  .txt{font-size:13px;line-height:2.1;margin-top:16px}
  .more{margin-top:20px}
  .sec-head{margin-bottom:20px}
  .sec-head a{font-size:10px}
  /* ---- 帯 ---- */
  .band{height:min(64svh,560px);min-height:400px}
  .band .in{bottom:32px}
  .band .h-jp{font-size:clamp(20px,5.4vw,24px)}
  .band .kv-meta{top:22px;font-size:9px}
  /* ---- Instagram・締め ---- */
  .ig{gap:4px}
  .statement{padding-top:var(--sec)}
  .statement .h-jp{font-size:clamp(24px,7vw,32px)}
  /* ---- フッター ---- */
  .ft{padding:40px var(--gutter) calc(28px + env(safe-area-inset-bottom));margin-top:var(--sec)}
  .ft .cols{gap:22px}
  .ft .row{margin-top:32px;font-size:10px}
  /* ---- 全画面メニュー：大きな明朝のリンクが順に現れる ---- */
  .menu{padding:80px var(--gutter) calc(28px + env(safe-area-inset-bottom));gap:0;overflow:auto}
  .menu a{font-family:var(--wm);font-weight:500;font-size:32px;letter-spacing:.06em;text-transform:lowercase;line-height:1.1;padding:14px 0 12px;border-bottom:1px solid var(--line);opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s cubic-bezier(.2,.7,.2,1)}
  .menu.open a{opacity:1;transform:none}
  .menu a small{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--mute);margin-top:-2px}
  .menu .sub{margin-top:auto;padding-top:24px;flex-direction:row;justify-content:space-between;align-items:center}
  .menu .close{top:20px;right:var(--gutter)}
  /* ---- カート：下から出るボトムシート ---- */
  .drawer{top:auto;bottom:0;left:0;right:0;width:100%;height:min(82svh,720px);border-radius:16px 16px 0 0;transform:translateY(100%);padding:14px var(--gutter) calc(18px + env(safe-area-inset-bottom));box-shadow:0 -1px 0 var(--line)}
  .drawer.open{transform:none}
  .drawer:before{content:"";display:block;width:36px;height:4px;border-radius:2px;background:var(--line);margin:0 auto 14px}
  .drawer .dh{margin-bottom:14px}
  .drawer #cartLines{overflow:auto;flex:1;min-height:0}
  /* ---- PDP：ギャラリーは横スナップ＋枚数・固定BUYは親指の位置 ---- */
  .gal{position:relative}
  .gal .sp img{flex:0 0 86%}
  .gal .cnt{position:absolute;right:8px;bottom:10px;font-size:9px;letter-spacing:.2em;color:#fff;background:rgba(34,34,34,.55);padding:3px 8px;border-radius:2px}
  .gal .dots{display:flex;gap:6px;justify-content:center;margin-top:10px}
  .gal .dots i{width:4px;height:4px;border-radius:50%;background:var(--line);transition:background .3s,transform .3s}
  .gal .dots i.on{background:var(--ink);transform:scale(1.4)}
  .buy h1{font-size:20px;margin-top:6px}
  .buy .btn{padding:15px}
  .sticky-buy{padding:8px var(--gutter) calc(8px + env(safe-area-inset-bottom));font-size:10.5px}
  .sticky-buy .btn{padding:12px 22px;font-size:10.5px}
  .sticky-buy img{width:34px;aspect-ratio:4/5;object-fit:cover;margin-right:10px}
  .sticky-buy .l{display:flex;align-items:center;gap:0;line-height:1.5}
  .sticky-buy .l span{display:block}
  .sticky-buy .l .p{color:var(--mute);font-size:10px}
  /* ---- ページ見出し ---- */
  .page-head{padding-top:28px}
  .hero{margin-top:24px}
  .hero img{max-height:52svh}
  /* ---- 一覧ページ ---- */
  .legend{font-size:9.5px;margin-top:16px}
  .facts .k{font-size:16px}
  .steps .n{font-size:34px}
  /* ---- reveal：スマホは blur を使わない（GPUが重い）。ワイプと少しの拡大だけ ---- */
  .rv img{filter:none!important}
  /* ---- カーソルは出さない ---- */
  .cur{display:none!important}
  body.has-cur,body.has-cur a,body.has-cur button{cursor:auto}
}
@media (max-width:360px){
  :root{--gutter:16px}
  .kv .bl .h-jp{font-size:22px}
  .hs > *{flex-basis:84vw}
}
