

  :root {
    --section-y: 96px;
    --wrap-pad:  40px;
    --wrap-max:  1120px;
    --header-h:  92px;
    --fs-body:   16px;
    --ts-btn-w:  300px;
    --ts-btn-h:  60px;

    --ts-bleed:  max(0px, (100vw - var(--wrap-max)) / 2 + var(--wrap-pad));
  }

  .site-header--overlay {
    align-items: flex-start;
    padding: 22px 30px 0;
    min-height: 92px;
  }
  .site-header--overlay .logo-name { font-size: 30px; }
  .site-header--overlay .logo-sub  { font-size: 11px; }
  .site-header--overlay .nav { display: none; }
  .site-header--overlay .hamburger { display: inline-flex; }
  .site-header--overlay .header-fix {
    align-items: flex-start;
    gap: 1.4rem;
  }
  .site-header--overlay .header-fix .btn {
    padding: 0 1.8em;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }

  .ts-vnav {
    top: 74px;
    right: 30px;
    gap: 20px;
  }
  .ts-vnav a {
    width: 1.1em;
    font-size: 14px;
  }

  @media (max-width: 1023px) {
    .ts-vnav { display: none; }
    .site-header--overlay .hamburger { display: inline-flex; }
    .site-header--overlay { align-items: center; padding-top: 0; }
    .site-header--overlay .header-fix { align-items: center; }
  }

  .hero { min-height: 88svh; }
  .hero-body {
    align-self: flex-end;
    padding-bottom: 26px;
    text-align: right;
  }
  .hero-ttl  { font-size: 15px; font-weight: 400; }
  .hero-note { margin-top: .4em; font-size: 12px; }

  .ts-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto 1.6rem;
  }
  .ts-news-head .sec-ttl-sub { font-size: 30px; letter-spacing: .15em; }
  .ts-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 780px;
    margin-inline: auto;
  }
  .ts-news img { height: 148px; }
  .ts-news time { font-size: 13px; }
  .ts-news h3   { font-size: 15px; }

  .ts-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: start;
  }
  .ts-intro-photo {
    position: relative;
    min-height: 560px;
  }
  .ts-intro-photo .ts-p1 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + max(0px, (100vw - var(--wrap-max)) / 2));
    height: 330px;
  }
  .ts-intro-photo .ts-p2 {
    position: absolute;
    top: 262px;
    left: -36px;
    width: 340px;
    height: 270px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .3);
  }
  .ts-intro .ts-btn { margin-top: 2.4rem; }

  .ts-say-sec {
    padding-block: 150px;
    text-align: center;
  }
  .ts-say { font-size: 30px; }

  .ts-dish2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px 30px;
    align-items: start;
  }
  .ts-dish2 > div:first-child { margin-top: 0; }
  .ts-dish2 > div:last-child  { margin-top: 90px; }
  .ts-dish2 figure { margin: 0 0 1.6rem; }
  .ts-dish2 img { height: 330px; }

  .ts-dish2 .ts-bleed-l {
    width: calc(100% + var(--ts-bleed));
    margin-left: calc(var(--ts-bleed) * -1);
  }
  .ts-dish2 .ts-bleed-r { width: calc(100% + var(--ts-bleed)); }
  .ts-overlap-ttl { font-size: 36px; line-height: 1.4; }
  .ts-dish2 .ts-btn { margin-top: 2rem; }

  .ts-lattice { width: 130px; }
  .ts-lattice--tr { top: 40px; right: 30px; }
  .ts-lattice--bl { bottom: 40px; left: 30px; transform: rotate(180deg); }

  .ts-stone-sec { position: relative; }
  .ts-stone-sec .ts-stone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 28%;
  }
  .ts-stone-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 86px;
  }
  .ts-pick { position: relative; z-index: 1; }
  .ts-pick-photos { position: relative; min-height: 620px; }
  .ts-pick-photos .ts-p1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 76%;
    height: 400px;
  }
  .ts-pick-photos .ts-p2 {
    position: absolute;
    top: 290px;
    left: 46%;

    width: min(420px, 54%);
    height: 300px;
  }
  .ts-pick-txt {
    position: relative;
    z-index: 1;
    margin-top: 20px;
  }
  .ts-pick-txt .lead { max-width: 30em; }
  .ts-pick-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 2rem 0 0;
  }
  .ts-pick-btns .ts-btn:nth-child(2) { margin-left: 56px; }
  .ts-vt { font-size: 34px; }
  .ts-vt-rule { height: 80px; }

  .ts-onphoto { min-height: 520px; }
  .ts-crest { width: 40px; height: 40px; }
  .ts-onphoto .sec-ttl-sub  { font-size: 13px; }
  .ts-onphoto .sec-ttl-main { font-size: 30px; }

  .ts-plan { max-width: 420px; margin-inline: auto; }
  .ts-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    align-items: start;
  }
  .ts-mosaic .ts-m1 { grid-column: 4 / 13; }
  .ts-mosaic .ts-m1 img { height: 360px; }
  .ts-mosaic .ts-m2 { grid-column: 1 / 5; margin-top: -120px; }
  .ts-mosaic .ts-m2 img { height: 440px; }
  .ts-mosaic .ts-m3 { grid-column: 5 / 12; margin-top: 40px; }
  .ts-mosaic .ts-m3 img { height: 300px; }
  .ts-mosaic-txt { grid-column: 4 / 13; }

  .sec-ttl-sub  { font-size: 13px; }
  .sec-ttl-main { font-size: 30px; }

  .ts-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 50px;
  }
  .ts-menu figure { margin: 0 0 1.2rem; }
  .ts-menu img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  .ts-rows > dl { padding-block: 15px; font-size: 15px; }
  .ts-rows dt { --ts-rows-dt: 6em; }

  .page-hero { min-height: 44svh; }
  .page-hero-ttl  { font-size: 32px; }
  .page-hero-note { margin-top: 1.1em; font-size: 12px; }

  .map-frame { aspect-ratio: 16 / 7; }

  :root {
    --wrap-max:  1200px;
    --wrap-pad:  32px;
    --section-y: 110px;
    --header-h:  92px;
    --fs-body:   16px;
  }

  .site-header--overlay {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 56px 96px 0 56px;
    min-height: 0;
  }
  .site-header--overlay .logo { display: none; }
  .site-header--overlay .hamburger { display: inline-flex; }
  .site-header--overlay .head-nav {
    display: flex;
    align-items: flex-start;
    gap: 28px;
  }
  .site-header--overlay .nav {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-size: 18px;
  }
  .site-header--overlay .nav a {
    display: block;
    padding-block: 6px;
    font-size: 18px;
    letter-spacing: .16em;
    line-height: 20px;
  }
  body[data-lang="ja"] .site-header--overlay .nav a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 20px;
    white-space: nowrap;
  }
  .site-header--overlay .sns { display: flex; gap: .4rem; }

  .site-header--overlay .header-fix {
    position: fixed;
    top: 195px;
    right: 26px;
    left: auto;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    width: 44px;
  }
  .site-header--overlay .header-fix .btn {
    writing-mode: vertical-rl;
    text-orientation: upright;
    box-sizing: border-box;
    width: 44px;
    min-height: 122px;
    padding: 1em 0;
    font-size: 16px;
    letter-spacing: .14em;
    white-space: nowrap;
  }

  .hero {
    min-height: 100svh;
    padding-block: 0;
  }
  .hero-ttl {
    position: absolute;
    top: 248px;
    left: 56px;
    z-index: 3;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .hero .ts-say { font-size: 44px; }
  .hero-sub { margin-top: 2.2rem; font-size: 12px; }

  .sec-ttl { margin-bottom: 56px; align-items: center; }
  .sec-ttl-main { font-size: 30px; line-height: 66px; }
  .sec-ttl-sub  { font-size: 16px; }
  #about .sec-ttl { margin-bottom: 93px; }
  #about .lead {
    max-width: 37em;
    margin-inline: auto;
    text-align: center;
  }
  #about { padding-block: 10px 191px; }
  #gallery { padding-block: 0 231px; }

  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 1118px;
    margin-inline: auto;
  }
  .gallery-grid img { width: calc((100% - 36px) / 4); }

  .band { min-height: 700px; }
  .band + .band { margin-top: 8px; }
  .band-body { padding-inline: 0; }
  .band-body .wrap {
    max-width: 1280px;
    padding-inline: 100px;
  }
  .band-body .sec-ttl { margin-bottom: 44px; align-items: flex-start; }
  .band-body .sec-ttl-main { font-size: 26px; line-height: 1.25; }
  .band-body .sec-ttl-sub  { font-size: 13px; margin-bottom: .8em; }
  .band-body .lead { max-width: 373px; }
  .band-body .btn { margin-top: 2rem; }

  #access .split {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 456px);
    justify-content: center;
    gap: 64px;
    align-items: start;
  }
  #access .split figure { margin: 0; }
  #access .split figure img { display: block; width: 100%; height: 560px; object-fit: cover; }
  #access .info-list { max-width: 100%; }
  #access .info-list dl { grid-template-columns: 7em 1fr; gap: 1.2rem; }
  #access .txt-center { margin-top: 2.5rem; }
  #access { padding-block: 122px 86px; }
  #map { padding-block: 68px 120px; }
  #sns { padding-block: 0 120px; }

  #map .map-frame { aspect-ratio: 16 / 10; max-width: 900px; margin-inline: auto; }

  #sns .btn-pair { display: flex; justify-content: center; gap: 20px; margin-top: 2.5rem; }
  #sns .btn-pair .btn {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 250px;
    min-height: 60px;
    padding-block: 0;
  }

  .page-hero { min-height: 52svh; }
  .page-hero-ttl  { font-size: 34px; }
  .page-hero-note { margin-top: 1.1em; font-size: 13px; }
  .collage { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .collage-item { margin: 0; }
  .collage-item img { display: block; width: 100%; height: 360px; object-fit: cover; }

  body.menu-open .site-header--overlay .head-nav { visibility: hidden; }

  .hero-body {
    align-self: center;
    padding-bottom: 0;
    text-align: center;
  }
  .hero .ts-crest { margin-top: 2.2rem; }

  .site-header--overlay .sns {
    position: fixed;
    top: 445px;
    right: 26px;
    left: auto;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    width: 44px;
  }
  .sec-ttl-sub::before { height: 26px; }

  .site-header--overlay { position: absolute; }

  .band .lead { text-wrap: balance; }

  .video-frame {
    width: 420px;
    margin-inline: auto;
    aspect-ratio: 3 / 4;
  }

  .video-toggle {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .video-frame + .txt-center { margin-top: 3.5rem; }
