@charset "UTF-8";

:root {
  --bb-orange: #ff5a24;
  --bb-cream: #f4f3ed;
  --bb-black: #080604;
  --bb-gold: #c3a142;
  --bb-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --bb-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.beachiban-page { margin: 0; background: var(--bb-cream); color: var(--bb-black); }
.bb-lp {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  overflow: hidden;
  font-family: var(--bb-serif);
  line-height: 1.8;
}
.bb-lp img { display: block; max-width: 100%; }
.bb-container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.bb-section { position: relative; }
.bb-sp { display: none; }

.bb-hero { display: block; background: var(--bb-orange); }
.bb-hero__pc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  aspect-ratio: 1452 / 817;
  overflow: hidden;
}
.bb-hero__pc-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.bb-hero__pc-panel img {
  width: 200%;
  max-width: none;
  height: 100%;
  object-fit: fill;
}
.bb-hero__pc-panel--right img {
  transform: translateX(-50%);
}
.bb-hero__photo { display: none; }
.bb-hero__photo { min-width: 0; }
.bb-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.bb-hero__sp { display: none; }

.bb-sticky-cta { position: fixed; right: 22px; bottom: 86px; z-index: 20; filter: drop-shadow(0 8px 10px #0004); }
.bb-sticky-cta a, .bb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 12px 28px; border: 1px solid #fff; background: var(--bb-orange); color: #fff; font-family: var(--bb-sans); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.bb-sticky-cta a:hover, .bb-button:hover { background: #d83e0c; transform: translateY(-2px); }
.bb-sticky-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }

.bb-award { background: var(--bb-black); color: #fff; }
.bb-award__sp-heading { display: none; }
.bb-award__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 790px;
}
.bb-award__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 7%;
  text-align: center;
}
.bb-award__shop {
  width: 100%;
  max-width: 550px;
  margin: 0 0 8px;
  font-size: clamp(27px, 2.7vw, 42px);
  line-height: 1.4;
  /* text-align: left; */
}
.bb-award__shop strong { font-weight: 700; }
.bb-eyebrow { margin: 0 0 15px; color: var(--bb-orange); font: 700 18px/1.5 var(--bb-sans); letter-spacing: .14em; }
.bb-award h2 {
  width: 100%;
  max-width: 550px;
  margin: 0;
  font-size: clamp(27px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1.62;
  /* text-align: left; */
}
.bb-award .bb-lead {
  margin: 52px 0 38px;
  font-size: clamp(18px, 1.65vw, 27px);
  line-height: 1.5;
  letter-spacing: .02em;
}
.bb-award__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 535px;
  min-height: 104px;
  padding: 18px 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 29px);
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.bb-award__button:hover { background: #fff; color: #000; }
.bb-award__visual { min-width: 0; }
.bb-award__visual img { width: 100%; height: 100%; object-fit: cover; }

.bb-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 790px;
  background: #fff;
}
.bb-about__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 8%;
  background: #fff;
}
.bb-about__visual img { width: min(100%, 620px); height: auto; }
.bb-about__content {
  display: flex;
  align-items: center;
  padding: 52px 6.5%;
  background: var(--bb-orange);
  color: #fff;
}
.bb-about__inner { width: 100%; max-width: 590px; margin-inline: auto; }
.bb-about h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 3.35vw, 53px);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.bb-about h2 span { font-size: .72em; }
.bb-about__list {
  display: grid;
  gap: 30px;
  margin: 0;
  padding-left: 1.35em;
  list-style: disc;
}
.bb-about__list li {
  padding-left: 5px;
  font-size: clamp(17px, 1.55vw, 25px);
  font-weight: 600;
  line-height: 1.55;
}
.bb-about__list strong {
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: .15em;
}

.bb-voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 790px;
  background: #fff;
}
.bb-voices__copy {
  display: flex;
  align-items: center;
  padding: 64px 7%;
  background: #050505;
  color: #fff;
}
.bb-voices__copy-inner { width: 100%; max-width: 560px; margin-inline: auto; }
.bb-voices__heading { margin-bottom: 28px; text-align: center; }
.bb-voices h2 {
  margin: 0 0 20px;
  font-size: clamp(39px, 3.6vw, 58px);
  line-height: 1.2;
}
.bb-voices__heading p {
  margin: 0;
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 600;
  line-height: 1.35;
}
.bb-voices__grid { display: grid; gap: 20px; }
.bb-voices blockquote {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 24px 42px;
  border-radius: 34px;
  background: #fff;
  color: #000;
  font-size: clamp(16px, 1.45vw, 23px);
  line-height: 1.35;
}
.bb-voices blockquote:nth-child(2) { width: 82%; margin-left: 12%; }
.bb-voices blockquote::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -25px;
  border-width: 14px 0 14px 26px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.bb-voices blockquote:nth-child(2)::after {
  right: auto;
  left: -25px;
  border-width: 14px 26px 14px 0;
  border-color: transparent #fff transparent transparent;
}
.bb-voices__screens {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 55px 5%;
  background: #fff;
}
.bb-phones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 610px;
}
.bb-phone {
  position: relative;
  width: 100%;
  height: clamp(490px, 40vw, 570px);
  margin: 0;
  padding: 5px;
  overflow: visible;
  border: 6px solid #080808;
  border-radius: 42px;
  background: #080808;
  box-shadow: 0 2px 0 #333, 0 5px 10px #0002;
}
.bb-phone::before {
  content: "";
  position: absolute;
  top: 19%;
  right: -12px;
  width: 7px;
  height: 62px;
  border-radius: 0 5px 5px 0;
  background: #080808;
}
.bb-phone::after {
  content: "";
  position: absolute;
  top: 15%;
  left: -11px;
  width: 6px;
  height: 34px;
  border-radius: 5px 0 0 5px;
  background: #080808;
  box-shadow: 0 48px 0 #080808;
}
.bb-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 31px;
  image-rendering: auto;
}
.bb-rating {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--bb-orange);
  font-family: var(--bb-sans);
  white-space: nowrap;
}
.bb-stars { font-size: clamp(31px, 3.4vw, 52px); letter-spacing: -.08em; }
.bb-rating strong { font-size: clamp(24px, 2.3vw, 36px); }
.bb-rating small { font-size: clamp(18px, 1.9vw, 30px); font-weight: 700; }
.bb-phone__social {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 65%));
}
.bb-phone__social svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bb-phone__social svg:first-child.is-beating {
  transform-box: fill-box;
  transform-origin: center;
  animation: bb-heart-beat 1.25s ease-in-out;
}
@keyframes bb-heart-beat {
  0%,
  100% {
    fill: transparent;
    stroke: #fff;
    transform: scale(1);
  }
  12% {
    fill: var(--bb-orange);
    stroke: var(--bb-orange);
    transform: scale(1.28);
  }
  25% {
    fill: var(--bb-orange);
    stroke: var(--bb-orange);
    transform: scale(.96);
  }
  38% {
    fill: var(--bb-orange);
    stroke: var(--bb-orange);
    transform: scale(1.22);
  }
  56% {
    fill: var(--bb-orange);
    stroke: var(--bb-orange);
    transform: scale(1);
  }
  82% {
    fill: var(--bb-orange);
    stroke: var(--bb-orange);
    transform: scale(1);
  }
}

.bb-quality {
  padding: 30px 0 56px;
  background: #000;
  color: #fff;
}
.bb-quality .bb-container { width: min(1132px, calc(100% - 90px)); }
.bb-quality h2 {
  margin: 0 0 78px;
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
}
.bb-quality__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}
.bb-quality__item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 36px;
  min-width: 0;
  text-align: center;
}
.bb-quality__photo {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}
.bb-quality__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 16%);
}
.bb-quality__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-quality__item:nth-child(1) .bb-quality__photo img { object-position: center 58%; }
.bb-quality__item:nth-child(2) .bb-quality__photo img { object-position: center 42%; }
.bb-quality__item:nth-child(3) .bb-quality__photo img {
  object-position: center 40%;
  filter: brightness(.72) saturate(1.08);
}
.bb-quality__photo figcaption {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.55vw, 34px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .03em;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 8px rgb(0 0 0 / 58%);
  white-space: nowrap;
}
.bb-quality__item p {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: .04em;
}
.bb-menu {
  background: #fff;
  color: #fff;
}
.bb-menu__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 810px;
}
.bb-menu__left {
  display: grid;
  grid-template-rows: 270px 1fr;
  min-width: 0;
}
.bb-menu__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 7%;
  background: var(--bb-orange);
  text-align: center;
}
.bb-menu h2 {
  margin: 0;
  font-size: clamp(41px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .08em;
}
.bb-menu__heading p {
  margin: 14px 0 0;
  font-size: clamp(33px, 3.3vw, 48px);
  line-height: 1.22;
  letter-spacing: .06em;
}
.bb-menu__heading p span { font-size: .82em; }
.bb-menu__photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.bb-menu__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-menu__photo--left img { object-position: 44% 53%; }
.bb-menu__photo--right img { object-position: 52% 48%; }

.bb-karaage {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  min-height: 810px;
  background: #000;
  color: #fff;
}
.bb-karaage__right {
  display: grid;
  grid-template-rows: 260px 1fr;
  min-width: 0;
}
.bb-karaage__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 7%;
  background: #000;
  text-align: center;
}
.bb-karaage__heading p {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .08em;
}
.bb-karaage h2 {
  margin: 0;
  font-size: clamp(40px, 4.2vw, 59px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .05em;
}
.bb-karaage__photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.bb-karaage__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-karaage__photo--plate img { object-position: 48% 50%; }
.bb-karaage__photo--frying img { object-position: 56% 50%; }

.bb-shirako {
  display: grid;
  grid-template-columns: .78fr 1fr;
  min-height: 790px;
  background: var(--bb-orange);
  color: #fff;
}
.bb-shirako__left {
  display: grid;
  grid-template-rows: 1fr 275px;
  min-width: 0;
}
.bb-shirako__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 7%;
  background: var(--bb-orange);
  text-align: center;
}
.bb-shirako__heading p {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .05em;
}
.bb-shirako h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 59px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .06em;
}
.bb-shirako__photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.bb-shirako__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-shirako__photo--hotpot img { object-position: 50% 50%; }
.bb-shirako__photo--grilled img { object-position: 51% 50%; }

.bb-store-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 78px 40px 72px;
  background: #000;
  color: #fff;
  text-align: center;
}
.bb-store-guide__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.bb-store-guide h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
}
.bb-store-guide p {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .06em;
}
.bb-store-guide__actions {
  display: grid;
  justify-content: center;
  gap: 58px;
  margin-top: 126px;
}
.bb-store-guide__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(535px, calc(100vw - 56px));
  min-height: 104px;
  padding: 18px 32px;
  font-size: clamp(25px, 2.3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
  text-decoration: none;
  transition: transform .2s, background .2s, color .2s;
}
.bb-store-guide__button:hover { transform: translateY(-2px); }
.bb-store-guide__button--outline {
  border: 2px solid #fff;
  background: #000;
  color: #fff;
}
.bb-store-guide__button--outline:hover {
  background: #fff;
  color: #000;
}
.bb-store-guide__button--white {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}
.bb-store-guide__button--white:hover {
  background: #eee;
}

.bb-appointment {
  padding: 78px 48px 96px;
  background: radial-gradient(circle at 50% 0, rgb(255 90 36 / 18%), transparent 34%), #070504;
  color: #fff;
}
.bb-appointment .subInner { width: min(1120px, 100%); margin-inline: auto; }
.bb-appointment h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
}
.bb-appointment .topText {
  margin: 0 0 42px;
  color: #f8f2e8;
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .04em;
  text-align: center;
}
.bb-appointment .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 54px;
}
.bb-appointment .select01,
.bb-appointment .select02 {
  padding: 30px;
  border: 1px solid rgb(255 255 255 / 42%);
  background: rgb(255 255 255 / 6%);
}
.bb-appointment .select01 p,
.bb-appointment .select02 p {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}
.bb-appointment select {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: 700 17px/1.4 var(--bb-sans);
}
.bb-appointment select:disabled { opacity: .56; }
.bb-appointment .listBox h3 {
  margin: 0 0 24px;
  color: var(--bb-orange);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}
.bb-appointment .btmBox ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bb-appointment .btmBox li {
  display: none;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 8%);
}
.bb-appointment .btmBox li.is-visible { display: grid; }
.bb-appointment .btmBox li p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .02em;
}
.bb-appointment .btmBox .txt01 {
  display: inline-block;
  margin-right: .35em;
  font-weight: 700;
}
.bb-appointment .btmBox .txt02 {
  display: inline-block;
  margin-right: .7em;
  color: #fff;
  font-size: 1.18em;
  font-weight: 700;
}
.bb-appointment .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.bb-appointment .contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-family: var(--bb-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.bb-appointment .contact .link a {
  border-color: var(--bb-orange);
  background: var(--bb-orange);
}
.bb-appointment .contact .tel a { background: #000; }
.bb-appointment .contact a:hover { filter: brightness(1.12); }
.bb-appointment .fair-end-txt {
  display: block;
  color: #ffd5c5;
  font-size: .8em;
}

.bb-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.bb-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 767px) {
  .bb-container { width: min(100% - 36px, 520px); }
  .bb-sp { display: block; }
  .bb-hero__pc { display: none; }
  .bb-hero {
    min-height: auto;
    background: var(--bb-orange);
  }
  .bb-hero__photo { display: none; }
  .bb-hero__sp {
    display: block;
    background: var(--bb-orange);
  }
  .bb-hero__sp-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 340px;
    padding: 0 24px;
    color: #000;
    text-align: center;
  }
  .bb-hero__sp-brand img {
    width: min(44vw, 214px);
    margin: 0 auto 18px;
  }
  .bb-hero__sp-brand p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: .12em;
  }
  .bb-hero__sp-brand strong {
    display: block;
    margin-top: 4px;
    font-family: var(--bb-sans);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .05em;
  }
  .bb-hero__sp-photo {
    height: auto;
    overflow: hidden;
    background: #000;
  }
  .bb-hero__sp-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .bb-sticky-cta { right: 12px; bottom: 72px; left: 12px; }
  .bb-sticky-cta a { width: 100%; min-height: 54px; }

  .bb-quality { padding: 76px 0; }
  .bb-award__grid { display: flex; flex-direction: column; min-height: 0; }
  .bb-award__copy { padding: 34px 18px 36px; }
  .bb-award__sp-heading {
    display: block;
    width: 100%;
    max-width: 368px;
    margin: 0 auto 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .02em;
    text-align: center;
  }
  .bb-award__sp-heading p { margin: 0; }
  .bb-award__shop,
  .bb-award h2 { display: none; }
  .bb-award .bb-lead {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .01em;
  }
  .bb-award__button {
    min-height: 40px;
    max-width: 238px;
    padding: 7px 14px;
    border-width: 1px;
    font-size: 13px;
  }
  .bb-award__visual {
    position: relative;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 480 / 356;
    overflow: hidden;
  }
  .bb-award__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .bb-award__visual::after {
    content: "玄品 浅草";
    position: absolute;
    right: 9px;
    bottom: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-shadow: 0 1px 4px #000, 0 0 2px #000;
  }

  .bb-about { display: flex; flex-direction: column; min-height: 0; }
  .bb-about__visual {
    min-height: 0;
    height: 278px;
    padding: 0 32px;
    background: #fff;
  }
  .bb-about__visual img { width: min(45vw, 218px); }
  .bb-about__content {
    padding: 31px 36px 35px;
    background: var(--bb-orange);
  }
  .bb-about__inner { max-width: 365px; }
  .bb-about h2 {
    margin: 0 0 18px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
  }
  .bb-about h2 br { display: none; }
  .bb-about h2 span { font-size: 1em; }
  .bb-about__list {
    gap: 19px;
    padding-left: 1em;
  }
  .bb-about__list li {
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .01em;
  }

  .bb-voices { display: flex; flex-direction: column; min-height: 0; }
  .bb-voices__copy { padding: 43px 22px 37px; }
  .bb-voices__copy-inner { max-width: 312px; }
  .bb-voices__heading { margin-bottom: 18px; }
  .bb-voices h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .04em;
  }
  .bb-voices__heading p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
  }
  .bb-voices__grid { gap: 9px; }
  .bb-voices blockquote,
  .bb-voices blockquote:nth-child(2) {
    width: 252px;
    margin-inline: auto;
    padding: 9px 16px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.22;
  }
  .bb-voices blockquote::after {
    top: 15px;
    right: -15px;
    border-width: 8px 0 8px 16px;
  }
  .bb-voices blockquote:nth-child(2)::after {
    left: -15px;
    border-width: 8px 16px 8px 0;
  }
  .bb-voices__screens { padding: 19px 20px 9px; }
  .bb-phones {
    grid-template-columns: repeat(2, 114px);
    justify-content: center;
    gap: 60px;
    max-width: 100%;
  }
  .bb-phone {
    height: 222px;
    padding: 3px;
    border-width: 4px;
    border-radius: 16px;
  }
  .bb-phone::before { right: -7px; width: 4px; height: 29px; border-radius: 0 4px 4px 0; }
  .bb-phone::after { left: -6px; width: 3px; height: 19px; box-shadow: 0 27px 0 #080808; }
  .bb-phone img { border-radius: 11px; }
  .bb-rating { gap: 7px; margin-top: 7px; }
  .bb-stars { font-size: 29px; letter-spacing: -.11em; }
  .bb-rating strong { font-size: 14px; }
  .bb-rating small { font-size: 14px; }
  .bb-phone__social { right: 5px; bottom: 5px; gap: 4px; }
  .bb-phone__social svg { width: 12px; height: 12px; stroke-width: 2; }

  .bb-quality {
    padding: 36px 0 45px;
  }
  .bb-quality .bb-container { width: min(100% - 92px, 390px); }
  .bb-quality h2 {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .02em;
    text-align: left;
    white-space: nowrap;
  }
  .bb-menu__layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .bb-menu__left { grid-template-rows: auto auto; }
  .bb-menu__heading {
    min-height: 114px;
    padding: 22px 18px 20px;
  }
  .bb-menu h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .bb-menu h2 br { display: none; }
  .bb-menu__heading p {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
  }
  .bb-menu__heading p span { font-size: 1em; }
  .bb-menu__photo--left { height: 62vw; min-height: 300px; max-height: 306px; }
  .bb-menu__photo--left img { object-position: 44% 50%; }
  .bb-menu__photo--right { height: 51.5vw; min-height: 250px; max-height: 254px; }
  .bb-menu__photo--right img { object-position: 50% 52%; }
  .bb-quality__grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .bb-quality__item {
    grid-template-columns: 145px 1fr;
    grid-template-rows: none;
    align-items: center;
    gap: 27px;
    text-align: center;
  }
  .bb-quality__photo {
    width: 145px;
    margin: 0;
  }
  .bb-quality__item:nth-child(2) .bb-quality__photo {
    border-inline: 1px solid rgb(255 255 255 / 22%);
  }
  .bb-quality__item:nth-child(2) .bb-quality__photo img {
    filter: brightness(.32) saturate(.9);
  }
  .bb-quality__photo figcaption { font-size: 16px; }
  .bb-quality__item p {
    font-size: 16px;
    line-height: 1.18;
    letter-spacing: .01em;
  }

  .bb-karaage {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .bb-karaage__photo--plate {
    order: 2;
    height: 58.8vw;
    min-height: 285px;
    max-height: 288px;
  }
  .bb-karaage__photo--plate img { object-position: 50% 52%; }
  .bb-karaage__right {
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .bb-karaage__heading {
    min-height: 88px;
    flex-direction: row;
    gap: 14px;
    padding: 24px 20px 21px;
  }
  .bb-karaage__heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: .03em;
    white-space: nowrap;
  }
  .bb-karaage h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .03em;
    white-space: nowrap;
  }
  .bb-karaage__photo--frying {
    height: 62vw;
    min-height: 300px;
    max-height: 303px;
  }
  .bb-karaage__photo--frying img { object-position: 52% 50%; }
  .bb-shirako {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .bb-shirako__left {
    display: flex;
    flex-direction: column;
  }
  .bb-shirako__photo--hotpot {
    order: 2;
    height: 61vw;
    min-height: 296px;
    max-height: 299px;
  }
  .bb-shirako__photo--hotpot img { object-position: 55% 50%; }
  .bb-shirako__heading {
    order: 1;
    min-height: 91px;
    flex-direction: row;
    justify-content: center;
    gap: 72px;
    padding: 24px 22px 22px;
  }
  .bb-shirako__heading p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .bb-shirako h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .bb-shirako__photo--grilled {
    height: 58vw;
    min-height: 281px;
    max-height: 284px;
  }
  .bb-shirako__photo--grilled img { object-position: 51% 50%; }
  .bb-store-guide {
    min-height: 0;
    padding: 54px 22px 48px;
  }
  .bb-store-guide h2 {
    margin-bottom: 22px;
    font-size: 32px;
    letter-spacing: .04em;
  }
  .bb-store-guide p {
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
  }
  .bb-store-guide__actions {
    gap: 26px;
    margin-top: 64px;
  }
  .bb-store-guide__button {
    width: 100%;
    min-height: 72px;
    font-size: 19px;
  }
  .bb-appointment {
    padding: 54px 18px 70px;
  }
  .bb-appointment h2 {
    margin-bottom: 18px;
    font-size: 28px;
    letter-spacing: .04em;
  }
  .bb-appointment .topText {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  .bb-appointment .inner {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }
  .bb-appointment .select01,
  .bb-appointment .select02 {
    padding: 20px 18px;
  }
  .bb-appointment .select01 p,
  .bb-appointment .select02 p {
    font-size: 15px;
  }
  .bb-appointment select {
    min-height: 52px;
    font-size: 15px;
  }
  .bb-appointment .listBox h3 {
    margin-bottom: 18px;
    font-size: 17px;
  }
  .bb-appointment .btmBox ul { gap: 14px; }
  .bb-appointment .btmBox li,
  .bb-appointment .btmBox li.is-visible {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px;
  }
  .bb-appointment .btmBox li:not(.is-visible) {
    display: none;
  }
  .bb-appointment .btmBox li p {
    font-size: 14px;
  }
  .bb-appointment .btmBox .txt02 {
    display: block;
    margin: 2px 0 4px;
    font-size: 1.25em;
  }
  .bb-appointment .contact {
    justify-content: stretch;
  }
  .bb-appointment .contact .link,
  .bb-appointment .contact .tel {
    flex: 1 1 150px;
  }
  .bb-appointment .contact a {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    font-size: 13px;
  }
  .bb-button { width: 100%; max-width: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bb-reveal { opacity: 1; transform: none; transition: none; }
  .bb-phone__social svg:first-child.is-beating {
    animation: none;
    fill: var(--bb-orange);
    stroke: var(--bb-orange);
  }
}
