/* メニュー全体 */

body.force-sp{
  padding-top: 88px;
  color: rgba(0,0,0,.78);
}

body.force-sp p,
body.force-sp li,
body.force-sp dd{
  font-weight: 500;
}

body.force-sp .menusize{
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(120%) blur(2px);
}

/* メニューコンテナ（スマホ時の挙動を再現） */
body.force-sp .menu-container{
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto 20px;
  font-family: 'tims', serif;
}

/* ヘッダー位置（スマホと同じ absolute 配置） */
body.force-sp .header{
  position: absolute;
  width: 33%;
  left: 33%;
  top: 21px;
  z-index: 11;
  padding: 0;
}

/* ロゴ周り */
body.force-sp .header h1{
  position: relative;
  margin: 0;
  height: 0;
  overflow: visible;
}

/* ロゴ画像サイズ（スマホ準拠） */
body.force-sp .header h1 img{
  display: block;
  margin: 0 auto;
  height: 30px;
  width: auto;
}

/* メニュー本体 */
body.force-sp .menu{
  margin: auto;
  text-align: left;
}

/* メニューの並び（スマホと同じ） */
body.force-sp .menu ul{
  text-align: left;
}

/* MENUボタン */
body.force-sp .menu-mobile{
  display: block;
  position: relative;
}


/* ===== force-sp 調整：メニュー開閉を強制 ===== */
body.force-sp .menu > ul{
  display: none !important;
}
body.force-sp .menu.open > ul,
body.force-sp .menu.active > ul,
body.force-sp .menu.is-open > ul{
  display: block !important;
}
body.force-sp .menu > ul.open,
body.force-sp .menu > ul.active,
body.force-sp .menu > ul.is-open{
  display: block !important;
}

/* まず親コンテナの「ズレ原因」を潰す */
body.force-sp .menusize,
body.force-sp .menu-container{
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;     /* 祖先transformの影響を減らす */
  box-sizing: border-box !important;
}

/* .menu-container を基準位置に固定 */
body.force-sp .menu-container{
  position: relative !important;
}

/* ヘッダー（ロゴの枠）はビューポート幅いっぱいを取って中央寄せ */
body.force-sp .menu-container .header{
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  top: 21px !important;
  z-index: 9999 !important;

  text-align: center !important;
  transform: none !important;

  pointer-events: none; /* 背景がクリック邪魔しない */
}

body.force-sp .menu-container .header h1{
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
}

body.force-sp .menu-container .header h1 a{
  display: inline-block !important;
  pointer-events: auto; /* ロゴはクリック可能に戻す */
}

/* ロゴ画像サイズ（任意で調整） */
body.force-sp .menu-container .header h1 img{
  height: 30px;
  width: auto !important;
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  body.force-sp .menu-container .header h1 img{
    height: 19px;
  }
}

/* ===== スクロールで隠れるヘッダー（確定版） ===== */
body.force-sp .menusize{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  z-index: 9999 !important;

  transition: transform .35s ease, opacity .35s ease;
  will-change: transform;
}
/* 隠れた状態 */
body.force-sp .menusize.is-hide{
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  body.force-sp .menu-container{
    background: transparent !important;
  }

  body.force-sp .menusize{
    background: rgba(255, 255, 255, 0.92) !important;
    -webkit-backdrop-filter: saturate(120%) blur(2px); /* iOS向け */
    backdrop-filter: saturate(120%) blur(2px);
  }
}

/* h1幅(240px)を無効化して中央寄せを成立させる */
@media (min-width: 768px){
  body.force-sp .header h1{
    width: auto !important;
  }
}

/* 画像も中央に */
body.force-sp .header h1{
  display: flex !important;
  justify-content: center !important;
}

.prd_list li > a:last-of-type{
  float: right;
  display: inline-block; 
  text-decoration: none; 
}

.prd_list li::after{
  content: "";
  display: block;
  clear: both;
}

.prd_list li > a:last-of-type .prd_name{
  display: inline-block;
  margin-top: 0.8em;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.85;
}

.prd_list .prd_name::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  margin-right: 0.4em;
  transition: transform .25s ease;
}

.prd_list li:hover .prd_name::before{
  transform: translateX(4px);
}

/* ---- Fit block ---- */
.fit{
  margin: 2.5rem 0;
}

.fit__title{
  font-size: 1.1rem;
  letter-spacing: .06em;
  margin: 0 0 1rem;
}

/* 2カラム（PC）→ 1カラム（スマホ） */
.fit__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 767px){
  .fit__grid{
    grid-template-columns: 1fr;
  }
}

/* Card */
.fitCard{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,.75);
}

.fitCard__head{
  margin: 0 0 .75rem;
  font-size: .95rem;
  letter-spacing: .05em;
  font-weight: 600;
}

/* List */
.fitList{
  list-style: none;
  padding: 0;
  margin: 0;
}

.fitList li{
  position: relative;
  padding-left: 1.05rem;
  line-height: 1.75;
  letter-spacing: .02em;
}

/* 左に付けるマーク（フォント依存しないCSS三角） */
.fitList li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  opacity: .7;
}

/* good/bad でほんの少しトーンを変える（色指定を避ける） */
.fitList--bad li::before{
  transform: rotate(90deg); /* 形は同じで方向だけ変える＝上品 */
  opacity: .55;
}

.fitList--bad li::before{
  opacity: .25;
  transform: none;
}

/* ---- Offer ---- */
.offer{
  margin: 3rem 0;
}

.offer__title{
  font-size: 1.1rem;
  letter-spacing: .06em;
  margin-bottom: 1.5rem;
}

.offerCols{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 767px){
  .offerCols{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.offerCol__head{
  font-size: .9rem;
  letter-spacing: .05em;
  margin-bottom: .6rem;
  font-weight: 600;
}

.offerList{
  list-style: none;
  padding: 0;
  margin: 0;
}

.offerList li{
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}

.offerList li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 6px;
  height: 1px;
  background: currentColor;
  opacity: .5;
}

.lead{
  text-align: center;
}

@media (max-width: 767px){
  .lead{
    text-align: left;
  }
}
.stance{
  margin: 3.5rem 0;
}

.stance__title{
  font-size: 1.05rem;
  letter-spacing: .08em;
  margin-bottom: .8rem;
}

.stance__title::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(0,0,0,.15);
  margin-top: .6rem;
}

.stance__body{
  max-width: 680px;
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 6px;
}
@media(max-width:767px){
.stance__body{
  font-size: 11px;
}

}


.cta-consult{
  margin: 5rem 0 4rem;
  text-align: center;
}

.cta-consult__title{
  font-size: 1.05rem;
  letter-spacing: .08em;
  margin-bottom: 1.2rem;
}

.cta-consult__body{
  max-width: 680px;
  margin: 0 auto 2rem;
  font-size: .95rem;
  line-height: 1.9;
}

.cta-consult__body p{
  margin-bottom: 1.2em;
}

.cta-consult__action{
  margin-top: 1.5rem;
}

/* ボタン */
.cta-consult__btn{
  display: inline-block;
  padding: .9em 2.6em;
  border: 1px solid rgba(0,0,0,.45);
  font-size: .9rem;
  letter-spacing: .08em;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}

.cta-consult__btn:hover{
  background: rgba(0,0,0,.04);
}
.cta-consult{
  border-top: 1px solid rgba(0,0,0,.08);
  padding-top: 3rem;
}

/* 売場の一例 */
.case{
  margin: 3.5rem 0;
}

.case__title{
  font-size: 1.1rem;
  letter-spacing: .06em;
  margin-bottom: .8rem;
}

/* PC：3枚横並び */
.case__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 15px;
}

/* 2枚のときだけPCは2列 */
.case__grid--two{
  grid-template-columns: repeat(2, 1fr);
}

/* スマホ：1枚ずつ縦 */
@media (max-width: 767px){
  .case__grid{
    grid-template-columns: 1fr;
  }
}

.case__item img{
  width: 100%;
  height: auto;
  display: block;
}

/* 注釈 */
.case__note{
  font-size: .8rem;
  line-height: 1.7;
  opacity: .7;
  margin-top: .8rem;
  max-width: 680px;
}



/* ========== Shoplist Base ========== */
.ns-shoplist{
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 18px 60px;
}

.ns-shoplist__head{
  margin-bottom: 22px;
}

.ns-shoplist__title{
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: .04em;
  font-weight: 600;
  margin: 0 0 10px;
}

.ns-shoplist__lead{
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  opacity: .78;
}

/* ========== Region Accordion ========== */
.ns-region{
  border-top: 1px solid rgba(0,0,0,.10);
  padding: 12px 0;
}

.ns-region:last-child{
  border-bottom: 1px solid rgba(0,0,0,.10);
}

.ns-region__summary{
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 2px;
  user-select: none;
}

.ns-region__summary::-webkit-details-marker{ display:none; }

.ns-region__name{
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 600;
}

.ns-region__meta{
  font-size: 12px;
  opacity: .65;
  letter-spacing: .06em;
}

.ns-region__body{
  padding: 14px 0 6px;
}
.ns-region button{
  font-family: 'EB Garamond', serif;
  letter-spacing: .1em; 
}
/* ========== Shop Cards ========== */
.ns-shops{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.ns-shop{
  list-style: none;
}

.ns-shop__inner{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  padding: 18px 16px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(2px);
}

.ns-shop__name{
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: .04em;
  font-weight: 600;
}

.ns-shop__addr{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.8;
  opacity: .85;
}

.ns-shop__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* バッジ：ボタンなのに“ボタンっぽすぎない” */
.ns-badge{
  border: 1px solid rgba(0,0,0,.16);
  background: transparent;
  color: inherit;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.ns-badge:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.03);
  border-color: rgba(0,0,0,.22);
}

.ns-badge:focus-visible{
  outline: 2px solid rgba(0,0,0,.35);
  outline-offset: 2px;
}

.ns-shop__side{
  display: grid;
  gap: 12px;
  align-content: start;
}

.ns-shop__contact{
  display: grid;
  gap: 8px;
}

.ns-link{
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  letter-spacing: .04em;
  opacity: .90;
  border-bottom: 1px solid rgba(0,0,0,.18);
  width: fit-content;
}

.ns-link:hover{
  opacity: 1;
  border-bottom-color: rgba(0,0,0,.38);
}

.ns-shop__cta{
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 12px;
}

.ns-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.22);
  text-decoration: none;
  color: inherit;
  letter-spacing: .06em;
  font-size: 13px;
  transition: background .12s ease, transform .12s ease, border-color .12s ease;
}

.ns-cta:hover{
  background: rgba(0,0,0,.04);
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.30);
}

.ns-shop__note{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.7;
  opacity: .68;
}

/* ========== Popover (tooltip replacement) ========== */
.ns-pop{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 9999;
  background: rgba(0,0,0,.18);
}

.ns-pop.is-open{ display:flex; }

.ns-pop__panel{
  width: min(520px, 92vw);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(20,20,20,.92);
  color: #fff;
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.ns-pop__text{
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .04em;
  opacity: .95;
}

/* ========== Responsive ========== */
@media (max-width: 820px){
  .ns-shop__inner{
    grid-template-columns: 1fr;
  }
  .ns-shop__cta{
    border-top: none;
    padding-top: 0;
  }
}
/* 予約制バッジ：トーンは上品、でも意味は強い */
.ns-badge--reserve{
  pointer-events: none;            /* クリック不要なら無効化 */
  border-style: dashed;            /* “条件あり”感 */
  opacity: .95;
}

/* 右カラムの注意書き（小さく、でも見落としにくい） */
.ns-shop__notice{
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .04em;
  opacity: .80;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ns-dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  transform: translateY(-1px);
}
/* 共通ポップ（見た目はここだけ） */
.ns-tip{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}
.ns-tip__panel{
  position: absolute;
  max-width: min(420px, 86vw);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(20,20,20,.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .04em;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 26px rgba(0,0,0,.20);
  display: none;
}
.ns-tip.is-open .ns-tip__panel{ display:block; }

.ns-dividerNote{
  margin: 26px 0 18px;
  padding: 14px 0 0;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .04em;
  opacity: .82;
  border-top: 1px solid rgba(0,0,0,.10);
}

.ns-map{
  margin-top: 10px;
}

.ns-map-lead{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.8;
  opacity: .78;
}

.ns-map__frame{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,0,0,.02);

  /* ここが肝：高さ固定をやめて比率管理 */
  aspect-ratio: 16 / 9;
  max-height: 520px;
}

.ns-map__frame iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 820px){
  .ns-map__frame{
    aspect-ratio: 4 / 5;   /* スマホは縦のほうが操作しやすい */
    max-height: 560px;
  }
}

.ns-map__meta{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.ns-map__link{
  font-size: 12.5px;
  letter-spacing: .04em;
  text-decoration: none;
  color: inherit;
  opacity: .78;
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.ns-map__link:hover{
  opacity: .95;
  border-bottom-color: rgba(0,0,0,.35);
}


/* ===== MATERIAL: structure + readability ===== */
.ns-material{
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 18px 80px;
}

.ns-material__head{
  padding: 22px 0 22px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  margin-bottom: 18px;
}

.ns-material__title{
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: .06em;
  line-height: 1.25;
}

.ns-material__intro{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  opacity: .78;
  max-width: 72ch;
  border-bottom: 1px solid rgba(0,0,0,.10);
}

/* section spacing */
.ns-sec{
  padding: 30px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.ns-sec:last-child{ border-bottom: none; }

/* headings */
.ns-h2{
  margin: 0 0 12px;
  font-size: clamp(18px, 1.7vw, 24px);
  letter-spacing: .06em;
  line-height: 1.35;
}

.ns-h3{
  margin: 22px 0 10px;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.4;
  opacity: .92;
}

/* body text */
.ns-body, .ns-material p, .ns-material li{
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: .03em;
  color: rgba(0,0,0,.86);
}
.ns-material p{
  margin: 0 0 16px;
  max-width: 72ch;
}

/* bullets in main image */
.ns-bullets{
  margin: 10px 0 0 1.2em;
}
.ns-bullets li{ margin: 0 0 8px; font-size: 14px; line-height: 2.2; margin-bottom: 6px; }


@media (max-width: 680px){
.ns-bullets li{ margin: 0 0 8px; font-size: 12px; line-height: 1.2; margin-bottom: 6px; }
}

/* scroll-up readability insurance */
.ns-material .scroll-up{
  opacity: 1 !important;
  transform: none !important;
}

/* ===== Products (CV but quiet) ===== */
.ns-products{
  margin-top: 22px;
}

.ns-products__title{
  margin: 0 0 10px;
  letter-spacing: .06em;
}

.ns-bridge{
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .05em;
  opacity: .78;
}

/* grid override */
.ns-grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ns-grid li{ width: auto !important; margin: 0 !important; }

/* card */
.ns-card{
  display: grid;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.ns-card img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.ns-name{
  font-size: 14px !important;
  letter-spacing: .06em;
  opacity: .92;
}
.ns-miniLink{
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .65;
  border-bottom: 1px solid rgba(0,0,0,.16);
  width: fit-content;
}

@media (hover:hover){
  .ns-card:hover{
    transform: translateY(-2px);
    border-color: rgba(0,0,0,.22);
    background: rgba(0,0,0,.02);
  }
}

@media (max-width: 980px){
  .ns-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 680px){
  .ns-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ns-card{ padding: 10px; }
}
/* PC：6列 */
.ns-grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* タブレット：4列 */
@media (max-width: 980px){
  .ns-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* スマホ：3列 */
@media (max-width: 680px){
  .ns-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px; /* 3列なので少し詰める */
  }
  .ns-card{
    padding: 10px;
  }
  .ns-name{
    font-size: 13px !important; /* 3列はラベルを少しだけ締める */
  }
}


/* ===== WEBカタログpage frame ===== */
.ns-catalog{
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 18px 80px;
}
.ns-catalog__head{
  padding: 22px 0 22px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  margin-bottom: 18px;
}
.ns-catalog__title{
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: .06em;
  line-height: 1.25;
}
.ns-catalog__lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  opacity: .78;
  max-width: 72ch;
}

/* ===== section ===== */
.ns-sec{
  padding: 30px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.ns-sec:last-child{ border-bottom: none; }

.ns-h2{
  margin: 0 0 12px;
  font-size: clamp(18px, 1.7vw, 24px);
  letter-spacing: .06em;
  line-height: 1.35;
}

.ns-secLead{
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.9;
  opacity: .75;
}

/* ===== hero card (latest) ===== */
.ns-heroCard{
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.65);
}
.ns-heroCard__media{
  background: rgba(0,0,0,.02);
}
.ns-heroCard__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ns-heroCard__body{
  padding: 18px 18px;
  display: grid;
  gap: 10px;
  align-content: start;
}
.ns-heroCard__eyebrow{
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  opacity: .70;
}
.ns-heroCard__title{
  margin: 0;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.35;
}

.ns-meta{
  margin: 6px 0 0;
  padding-left: 1.1em;
  opacity: .86;
}
.ns-meta li{
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.8;
}

/* CTA */
.ns-ctaRow{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.ns-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.16);
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  letter-spacing: .06em;
  background: transparent;
  opacity: .92;
}
.ns-btn--primary{
  background: rgba(0,0,0,.90);
  color: #fff;
  border-color: rgba(0,0,0,.90);
}
.ns-btn--ghost{
  border-style: dashed;
  opacity: .86;
}
@media (hover:hover){
  .ns-btn:hover{ opacity: 1; border-color: rgba(0,0,0,.28); }
  .ns-btn--primary:hover{ border-color: rgba(0,0,0,.90); }
}

.ns-note{
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.8;
  opacity: .65;
}

/* ===== books grid ===== */
.ns-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ns-card{
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.65);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.ns-card__img{
  width: 100%;
  height: auto;
  display: block;
}
.ns-card__body{
  padding: 12px;
  display: grid;
  gap: 6px;
}
.ns-card__title{
  margin: 0;
  font-size: 15px;
  letter-spacing: .06em;
}
.ns-card__meta{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.8;
  opacity: .72;
}
.ns-miniLink{
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .65;
  border-bottom: 1px solid rgba(0,0,0,.16);
  width: fit-content;
}

@media (hover:hover){
  .ns-card:hover{
    transform: translateY(-2px);
    border-color: rgba(0,0,0,.22);
    background: rgba(0,0,0,.02);
  }
}


/* ===== archive grid ===== */
.ns-archiveGrid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* アイテム */
.ns-archiveItem{
  position: relative;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.6);
}

/* 表紙画像：少しだけ“過去感” */
.ns-archiveItem img{
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(15%) contrast(95%);
  opacity: .82;
}

/* 年号ラベル */
.ns-archiveLabel{
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  color: rgba(0,0,0,.75);
}

/* hoverしても反応させない（重要） */
.ns-archiveItem:hover{
  transform: none;
}

/* responsive */
@media (max-width: 980px){
  .ns-archiveGrid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 680px){
  .ns-archiveGrid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 420px){
  .ns-archiveGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ===== Hero Card: responsive layout ===== */

/* PC / Tablet：横並び（既定） */
.ns-heroCard{
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
}

/* Smartphone：上下2段 */
@media (max-width: 768px){
  .ns-heroCard{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* 画像は主役なので余白を少しだけ足す */
  .ns-heroCard__media{
    padding: 6px 6px 0;
  }

  /* 情報は“カードの本文”として見せる */
  .ns-heroCard__body{
    padding: 12px 14px 16px;
  }
}
@media (max-width: 768px){
  .ns-ctaRow{
    gap: 8px;
  }
  .ns-btn{
    flex: 1 1 auto;
    justify-content: center;
  }
}
/* 資料・BOOK：スマホは2列 */
@media (max-width: 680px){
  #books + .ns-secLead, /* 念のため */
  section[aria-labelledby="books"] .ns-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 680px){
  .ns-sec--books .ns-card__title{
    font-size: 14px;
  }
  .ns-sec--books .ns-card__meta{
    font-size: 12px;
  }
}
/* cardをコンテナ化 */
.ns-card{
  display: grid;
  grid-template-rows: auto 1fr auto;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.65);
}

/* メインリンクはカード上部?本文 */
.ns-card__main{
  display: block;
  color: inherit;
  text-decoration: none;
}

.ns-card{
  display: grid;
  grid-template-rows: auto 1fr auto;

  /* 背景は使わない */
  background: transparent;

  /* 境界は「線」だけ */
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;

  /* 影は完全に消す */
  box-shadow: none;

  overflow: hidden;
}
.ns-card{
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.10);
  border-radius: 0;
}
.ns-card__footer{
  padding: 10px 12px;
  border-top: 1px solid rgba(0,0,0,.08);
  background: transparent;    
  font-size:12.5px;
}
.ns-card{
  border: none;
  background: transparent;
  padding-bottom: 8px;
}

/* =========================
   ABOUT 
   ========================= */
.ns-about{
  --ink: rgba(10,10,10,.86);
  --muted: rgba(10,10,10,.58);
  --line: rgba(10,10,10,.10);

  --container: 1120px;
  --shadow: 0 24px 60px rgba(0,0,0,.08);
  --blur: saturate(110%) blur(10px);

  background: var(--bgc);
  color: var(--ink);
}

.ns-about .ns-container{
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.ns-about .ns-eyebrow{
  font-family: "Cormorant Garamond","Garamond",serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 18px;
}

.ns-about .ns-hero{
  padding: clamp(56px, 8vw, 110px) 0 clamp(32px, 6vw, 72px);
}
.ns-about .ns-hero__title{
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: .02em;
  margin: 0 0 14px;
  font-weight: 500;
}
.ns-about .ns-hero__lead{
  max-width: 56ch;
  line-height: 1.95;
  color: var(--muted);
  margin: 0;
}
.ns-about .ns-hero__links{
  margin-top: 22px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.ns-about .ns-link{
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}
.ns-about .ns-link:hover{
  border-bottom-color: rgba(10,10,10,.26);
}

.ns-about .ns-section{
  padding-top: clamp(120px, 14vw, 180px);
  padding-bottom: clamp(120px, 14vw, 180px);
}


/* =========================
   Split editorial block (独立コンポーネント)
   ========================= */
.ns-about .ns-split{
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(10,10,10,.06);
  border-radius: var(--radius);
  background: rgba(255,255,255,.55);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* 画像面（divに背景を入れるだけ） */
.ns-about .ns-split__media{
  min-height: clamp(320px, 42vw, 520px);
  border-radius: calc(var(--radius) - 6px);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(92%) contrast(98%);
}

/* テキスト面 */
.ns-about .ns-split__panel{
  background: rgba(255,255,255,.62);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  border-radius: calc(var(--radius) - 6px);
  padding: clamp(18px, 2.4vw, 28px);
}

.ns-about .ns-h2{
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: .02em;
  margin: 0 0 14px;
  font-weight: 500;
}
.ns-about .ns-body{
  font-size: 14px;
  line-height: 2.2;
  color: rgba(10,10,10,.70);
}
.ns-about .ns-caption{
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(10,10,10,.46);
}

/* 左右反転 */
.ns-about .ns-split--rev{
  grid-template-columns: 1fr 1.4fr;
}
.ns-about .ns-split--rev .ns-split__media{ order: 2; }
.ns-about .ns-split--rev .ns-split__panel{ order: 1; }

/* NOTE */
.ns-about .ns-sideNote{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: start;
  color: rgba(10,10,10,.58);
}
.ns-about .ns-sideNote__label{
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
}
.ns-about .ns-sideNote__text{
  margin: 0;
  line-height: 1.9;
  font-size: 13px;
}

/* =========================
   Photo grid
   ========================= */
.ns-about .ns-photoGrid{
  margin-top: clamp(18px, 3vw, 30px);
  display: grid;
  gap: 18px;
}
.ns-about .ns-photoGrid--two{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ns-about .ns-photoGrid--mosaic{
  grid-template-columns: 1.2fr .8fr;
  grid-auto-rows: 240px;
}

.ns-about .ns-figure{
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(10,10,10,.06);
  background: rgba(255,255,255,.6);
}
.ns-about .ns-figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(94%);
}
.ns-about .ns-figure figcaption{
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(10,10,10,.52);
  line-height: 1.7;
  border-top: 1px solid rgba(10,10,10,.06);
  background: rgba(255,255,255,.55);
}
.ns-about .ns-figure--tall{ grid-row: span 2; }

@media (max-width: 860px){

  .ns-about .ns-photoGrid--mosaic{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .ns-about .ns-proof__fig{
    flex: 0 0 70%;
  }

  .ns-about .ns-proof__fig img{
    border-radius: 6px;
  }

  .ns-about .ns-proof__fig figcaption{
    font-size: 11px;
  }
}

@media (max-width: 860px){

  .ns-about .ns-photoGrid--mosaic {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .ns-about .ns-figure {
    flex: 0 0 70%;
    padding: 14px;  
  }

  .ns-about .ns-figure  img{
    border-radius: 6px;
  }

  .ns-about .ns-figure figcaption{
    font-size: 11px;
  }
}


/* =========================
   CTA (静かな導線)
   ========================= */
.ns-cta-final{
  padding: clamp(100px, 12vw, 160px) 0;
  text-align: center;
}

.ns-cta-final__lead{
  font-size: clamp(16px, 1.6vw, 18px);
  letter-spacing: .08em;
  margin: 0 0 36px;
  color: rgba(10,10,10,.65);
}

.ns-cta-final__link{
  display: inline-block;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: .12em;
  text-decoration: none;
  color: rgba(10,10,10,.9);
  border-bottom: 1px solid rgba(10,10,10,.35);
  padding-bottom: 8px;
  transition: opacity .3s ease;
}

.ns-cta-final__link:hover{
  opacity: .55;
}
/* =========================
   SP: 画像→テキストを少し重ねて誌面感
   ========================= */
@media (max-width: 860px){
  .ns-about .ns-split{
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .ns-about .ns-split__media{
    min-height: 320px;
  }
  .ns-about .ns-split__panel{
    margin-top: -22px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
  }
  .ns-about .ns-split--rev .ns-split__media,
  .ns-about .ns-split--rev .ns-split__panel{
    order: initial;
  }

  .ns-about .ns-photoGrid--two{ grid-template-columns: 1fr; }
  .ns-about .ns-photoGrid--mosaic{
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .ns-about .ns-figure--tall{ grid-row: auto; }
  .ns-about .ns-figure img{ height: auto; aspect-ratio: 16 / 9; }
}
/* ========================
   OUR VISION
   ======================== */

.ns-vision{
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(60px, 8vw, 120px);
  text-align: center;
}

.ns-vision__head{
  max-width: 680px;
  margin: 0 auto 40px;
}

.ns-vision__title{
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: .04em;
  font-weight: 500;
  margin: 0;
}

.ns-vision__visual{
  margin: clamp(40px, 6vw, 80px) 0;
}

.ns-vision__visual img{
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  display: block;
  filter: saturate(92%) contrast(98%);
}

.ns-vision__body{
  max-width: 640px;
  font-size: 15px;
  line-height: 2.2;
  color: rgba(10,10,10,.68);
}
/* ========================
   暮らしへの橋
   ======================== */
.ns-silence{
  height: 12vh;
}

.ns-bridge{
  padding: clamp(80px, 10vw, 140px) 0;
  text-align: center;
}

.ns-bridge__inner{
  max-width: 720px;
  margin: 0 auto;
}

.ns-bridge__text{
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 2.4;
  letter-spacing: .04em;
  font-weight: 400;
  margin: 0 0 40px;
}

.ns-about .ns-closing{
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: clamp(24px, 3vw, 36px);

  /* 線は極薄。主張しない */
  border-top: 1px solid rgba(0,0,0,.06);

  max-width: 640px;
  margin-left: auto;
  margin-right: auto;

  font-size: 14px;
  line-height: 2.1;
  letter-spacing: .08em;

  text-align: center;
  color: rgba(0,0,0,.70);
}

/* SP微調整 */
@media (max-width: 860px){
  .ns-about .ns-closing{
    font-size: 13px;
    letter-spacing: .06em;
  }
}


.eventtitle {
padding-top: 0;
margin: 0;
margin-bottom: 0px;
font-size: 32px;
line-height: 100%;
letter-spacing: 2px;
margin-bottom: 2em;
}


.events {
    font-size: 24px;
    color: #ccc;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid ;
    height: auto;
    overflow: hidden;
    padding: 25px;
    letter-spacing: 0.5px;
}
.liday {
    font-size: 12px;
    color: #666;
    text-align: left;
    width: 20%;
    float: left;
    letter-spacing: 1px;
}

.litxt {
    font-size: 14px;
    font-family:"Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: 500;
    color: #000;
    text-align: left;
    width: 75%;
    float: right;
}


.eventlink {
    font-size: 14px;
    color: #666;
    position: relative;
    width: 5%;
    float: right;
    text-align: right;
}

.css_gen {
 width:100%;
 margin-bottom: 100px;
}


/* ========================================
  ////////////////////////////////////////
  for Smart phone
  (Less than 479px)
  ////////////////////////////////////////
======================================== */
@media(max-width:479px){

.litxt {
    font-size: 12px;
    font-family:"Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: 500;
    color: #000;
    text-align: left;
    width: 95%;
    float: right;
}

.liday {
    font-size: 11px;
    color: #666;
    text-align: left;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.eventtitle {
    font-family: times,serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 2px;
  　text-align: center;
}

.p-article01__excerpt { font-size: 11px; }

}
/* ========================================
  Smart phone styles end
======================================== */
.menu-mobile img{
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  transform-origin: 50% 50%;
}
.menu-mobile:hover,
.menu-mobile:active{
  opacity: 1 !important;
}
.menu-mobile:active img{
  transform: scale(.96);
}
.menu.is-open .menu-mobile img{
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce){
  .menu-mobile img{ transition: none; }
}

  .menu-mobile{
    display: inline-block;
    width: 64px;
    position: relative;
  }
  .menu-mobile__label{
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    color: #333;
    font-size: 8px;
    line-height: 1;
    pointer-events: none;
  }

body.force-sp .lead{
  font-size: 14px; 
  line-height: 1.9;
  letter-spacing: .04em;
  color: rgba(0,0,0,.65);
  max-width: 720px; 
  margin: 20px auto 50px;
}
@media (max-width: 767px){
body.force-sp .lead{
    font-size: 13px;
    line-height: 1.85;
  }
}
body.force-sp .pro-lead{
  font-size: 14px; 
  line-height: 1.9;
  letter-spacing: .04em;
  color: rgba(0,0,0,.65);
  max-width: 720px; 
  margin: 20px auto 50px;
  text-align:left;
}
@media (max-width: 767px){
body.force-sp .pro-lead{
    font-size: 13px;
    line-height: 1.85;
  }
}
/* =========================
   PRODUCT (Showcase) refined
   ========================= */

/* ページ全体の空気 */
.ns-product{
  letter-spacing: 0.02em;
}

/* --- 上部コピー --- */
.ns-product__lead{
  max-width: 760px;
  margin: 28px auto 42px;
  padding: 0 18px;
}

.ns-product__statement{
  margin: 48px 0 10px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.18em;
}
.ns-product__sub{
  margin: 0;
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.06em;
  opacity: 0.82;
}

/* --- グリッド --- */
.ns-product__grid{
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1120px;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 18px;
}

/* 既存の幅指定・余白を無効化して、gridで統一 */
.ns-product__grid > li{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* リンク */
.ns-product__grid a{
  color: inherit;
  text-decoration: none;
  display: block;
}

/* 画像 */
.ns-product__grid img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  transform: translateZ(0);
}

/* 品名 */
.ns-product__grid .p-content01__desc{
  margin: 11px 2px 0;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.10em;
  opacity: 0.86;
}

/* hover */
@media (hover: hover){
  .ns-product__grid a:hover img{
    filter: brightness(0.985);
  }
  .ns-product__grid a:hover .p-content01__desc{
    opacity: 1;
  }
}

/* --- 下部の一文 --- */
.ns-product__after{
  max-width: 760px;
  margin: 52px auto 0;
  padding: 0 18px;
  text-align: center;
}

.ns-product__scale{
  margin: 0;
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: 0.08em;
  opacity: 0.84;
}

/* SP：2列＋余白を整える */
@media (max-width: 767px){
  .ns-product__lead{
    margin: 18px auto 28px;
  }

  .ns-product__statement{
    font-size: 16px;
    line-height: 1.95;
  }

  .ns-product__sub{
    font-size: 12px;
    line-height: 2.1;
  }

  .ns-product__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .ns-product__after{
    margin-top: 38px;
    text-align: left;
  }
}
.ns-product__after{
  margin-top: 80px;
  margin-bottom: 60px;
}

.ns-product__scale{
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2.2;
  opacity: 0.85;
}

.ns-product__grid img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.ns-product__grid .p-content01__desc{
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

/* 画像と品名の距離 */
.ns-product__grid .p-content01__desc{
  margin-top: 18px !important; /* まず18px推奨。好みで16-22 */
}

/* row-gap を大きく */
.ns-product__grid{
  gap: 44px 20px !important;   /* 44=縦(行) / 20=横(列) */
}

/* 保険 */
.ns-product__grid > li{
  margin-bottom: 0 !important;
}

.ns-product__links{
  margin-top: 120px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align:center;
  opacity:0.75;
}

.ns-product__links a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.3);
  padding-bottom:2px;
}

.ns-product__links a:hover{
  opacity:1;
}

/* ===== SHOWROOM ===== */

.sr-info{
  margin-top: 28px;
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 18px;
  column-gap: 24px;
  font-size: 14px;
  line-height: 1.9;
}

.sr-info dt{
  font-weight: 600;
  letter-spacing: 0.08em;
}

.sr-info dd{
  margin: 0;
  opacity: 0.9;
}

/* SPは縦積み */
@media (max-width: 767px){
  .sr-info{
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .sr-info dt{
    margin-top: 14px;
  }
}

.sr-intro{
  margin-top: 18px;
  margin-bottom: 34px;

  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;

  max-width: 520px;   
  opacity: 0.85;
}
/* ===== SHOWROOM button ===== */
.ns-sr .p-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;
  height: 44px;
  padding: 0 18px;

  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
  color: #000;
  border-radius: 999px;

  color: #000 !important; 
  font-size: 12px;
  letter-spacing: 0.14em;
  text-decoration: none;

  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
  margin-top: 14px;
}
/* ==========================
   Breadcrumb (natsusobiku)
   ========================== */
.ns-breadcrumb{
  max-width: 1180px;
  margin: 22px auto 22px;
  padding: 0 24px;
}

.ns-breadcrumb__list{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;

  margin: 0;
  padding: 0;
  list-style: none;

  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.6;

  color: rgba(0,0,0,.45);  /* 薄くする */
}

.ns-breadcrumb__item + .ns-breadcrumb__item::before{
  content: "/";            /* 軽い印象に */
  margin-right: 10px;
  color: rgba(0,0,0,.25);
}

.ns-breadcrumb__current{
  color: rgba(0,0,0,.75);
}



.ns-breadcrumb__link{
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}

.ns-breadcrumb__link:hover{
  color: rgba(0,0,0,.78);
  border-bottom-color: rgba(0,0,0,.22);
}


/* キーボード操作も上質に */
.ns-breadcrumb__link:focus-visible{
  outline: none;
  border-bottom-color: rgba(0,0,0,.45);
}

/* SP：左右余白を控えめに */
@media (max-width: 767px){
  .ns-breadcrumb{
    padding: 0 16px;
    margin-top: 18px;
  }

  .ns-breadcrumb__list{
    font-size: 10.2px;
    letter-spacing: .06em;
  }
}
