@charset "UTF-8";
@font-face {
  font-family: "Shuei Mincho";
  src: url("../fonts/syueimincho_l.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shuei Mincho";
  src: url("../fonts/syueimincho_r.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shuei Mincho";
  src: url("../fonts/syueimincho_b.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shuei Mincho Tate";
  src: url("../fonts/syueimincho_b-tate.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-main: 'Shuei Mincho', serif;
  --font-main-tate: 'Shuei Mincho Tate', serif;
}

html[lang^=zh] {
  --font-main: 'Noto Serif SC', 'Shuei Mincho', serif;
  --font-main-tate: 'Noto Serif SC', serif;
}

html[lang^=ko] {
  --font-main: 'Noto Serif KR', 'Shuei Mincho', serif;
  --font-main-tate: 'Noto Serif KR', serif;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main), serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  color: #141210;
  background-color: #ffffff;
  background-image: url("../images/textures/bg-pattern-tile.webp");
  background-repeat: repeat;
  background-size: 50px 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #141210;
  color: #fff;
}

a {
  color: #141210;
  transition: color 0.1s linear;
}
a:hover {
  color: rgba(0, 0, 0, 0.54);
}

a img,
img {
  transition: opacity 0.2s linear;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.57;
}

:focus-visible {
  outline: 2px solid #e54a4a;
  outline-offset: 3px;
}

.sp-only {
  display: block;
}

.md-only,
.lg-only,
.pc-only {
  display: none;
}

@media screen and (min-width: 820px) {
  .sp-only {
    display: none;
  }
  .md-only,
  .pc-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .md-only {
    display: none;
  }
  .lg-only {
    display: block;
  }
}
.br-sp {
  display: inline;
}

.br-pc {
  display: none;
}

@media screen and (min-width: 820px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.l-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .l-container {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-inline: 64px;
  }
}
.l-container.-narrow {
  max-width: 960px;
}
.l-container.-no-padding {
  padding-inline: 0;
}
.l-container.-full {
  max-width: none;
}

.l-main {
  width: 100%;
}
@media screen and (min-width: 820px) {
  .l-main {
    margin-left: 10vw;
    width: calc(100% - 10vw);
  }
}

.l-section {
  padding-block: 88px 80px;
}
@media screen and (min-width: 1024px) {
  .l-section {
    padding-block: 168px 160px;
  }
}
.l-section.-large {
  padding-block: 240px;
}
.l-section.-no-padding {
  padding-block: 0;
}
.l-section.-tight {
  padding-block: 80px;
}
@media screen and (min-width: 1024px) {
  .l-section.-tight {
    padding-block: 160px;
  }
}

.l-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 80vw;
  max-width: 320px;
  height: 100vh;
  height: 100dvh;
  background-color: #ffffff;
  z-index: 2500;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 1.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.l-sidebar.is-open {
  transform: translateX(0);
}
.l-sidebar.is-fit-scaled {
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .l-sidebar {
    width: 10vw;
    min-width: 140px;
    max-width: none;
    transform: none;
    transition: none;
    z-index: 900;
    border-right: 1px solid rgba(20, 18, 16, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-sidebar__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
  transform-origin: top center;
  padding: 80px 16px 32px;
}
@media screen and (min-width: 820px) {
  .l-sidebar__inner {
    align-items: center;
    justify-content: center;
    min-height: 0;
    flex-shrink: 0;
    gap: clamp(24px, 4.5vw, 96px);
    transform-origin: center center;
    padding: clamp(10px, 1.2vw, 28px) 12px;
  }
}
.l-sidebar__logo {
  width: 120px;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 820px) {
  .l-sidebar__logo {
    width: clamp(96px, 9vw, 160px);
  }
}
.l-sidebar__logo img,
.l-sidebar__logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.l-sidebar__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 24px;
}
@media screen and (min-width: 820px) {
  .l-sidebar__nav {
    justify-content: center;
    padding-left: 0;
  }
}
.l-sidebar__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 820px) {
  .l-sidebar__menu {
    align-items: center;
    gap: clamp(16px, 2.4vw, 48px);
  }
}
.l-sidebar__menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 820px) {
  .l-sidebar__menu li {
    flex-direction: column;
    gap: clamp(6px, 0.8vw, 16px);
  }
}
.l-sidebar__menu li::before {
  content: "";
  display: block;
  background-color: #141210;
  width: 30px;
  height: 1px;
}
@media screen and (min-width: 820px) {
  .l-sidebar__menu li::before {
    width: 1px;
    height: clamp(16px, 1.6vw, 30px);
  }
}
.l-sidebar__menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #141210;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1.44px;
  line-height: 1;
  text-align: center;
  transition: color 0.1s linear;
}
@media screen and (min-width: 820px) {
  .l-sidebar__menu a {
    writing-mode: vertical-rl;
    font-size: clamp(12px, 0.9vw, 16px);
  }
}
.l-sidebar__menu a.-latin {
  text-orientation: upright;
  letter-spacing: 0.04em;
}
.l-sidebar__menu a:hover {
  color: rgba(20, 18, 16, 0.6);
}
.l-sidebar__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.5vh, 12px);
  width: 100%;
  padding-left: 24px;
  flex-shrink: 0;
}
@media screen and (min-width: 820px) {
  .l-sidebar__actions {
    align-items: center;
    padding-left: 0;
  }
}
.l-sidebar__lang {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 819px) {
  .l-sidebar__lang {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .l-sidebar__lang {
    gap: 6px;
  }
}
.l-sidebar__lang li {
  display: inline-flex;
}
.l-sidebar__lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.45;
  text-decoration: none;
  transition: opacity 0.1s linear;
}
.l-sidebar__lang a .l-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(20, 18, 16, 0.12);
}
.l-sidebar__lang a:hover {
  opacity: 0.8;
}
.l-sidebar__lang a.is-current {
  opacity: 1;
}
.l-sidebar__lang a.is-current .l-flag {
  box-shadow: 0 0 0 1.5px #141210;
}
.l-sidebar__awa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(36px, 5vh, 44px);
  padding-inline: 16px;
  background-color: #11141c;
  flex-shrink: 0;
  transition: opacity 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
@media screen and (min-width: 820px) {
  .l-sidebar__awa {
    height: clamp(36px, 2.4vw, 44px);
  }
}
.l-sidebar__awa picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-sidebar__awa img {
  display: block;
  width: auto;
  height: 56%;
  max-width: 100%;
}
.l-sidebar__awa:hover {
  opacity: 0.85;
}
.l-sidebar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(36px, 5vh, 44px);
  background-color: #231815;
  color: #ffffff;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1.44px;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
@media screen and (min-width: 820px) {
  .l-sidebar__cta {
    height: clamp(36px, 2.4vw, 44px);
    font-size: clamp(13px, 0.9vw, 16px);
  }
}
.l-sidebar__cta:hover {
  color: #ffffff;
  opacity: 0.85;
}

.l-sidebar-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2499;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.l-sidebar-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 820px) {
  .l-sidebar-overlay {
    display: none;
  }
}

.l-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  display: flex;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 820px) {
  .l-cta-bar {
    display: none;
  }
}
.l-cta-bar__btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding-inline: 12px;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.l-cta-bar__btn:hover {
  opacity: 0.88;
}
.l-cta-bar__btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.l-cta-bar__btn.-awa {
  background-color: #11141c;
}
.l-cta-bar__btn.-awa picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-cta-bar__btn.-awa img {
  display: block;
  width: auto;
  height: 44%;
  max-width: 100%;
}
.l-cta-bar__btn.-cta {
  background-color: #231815;
  color: #ffffff;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.44px;
}

@media (max-width: 819.98px) {
  body {
    padding-bottom: 56px;
  }
}
.l-lang-sp {
  position: fixed;
  right: 16px;
  bottom: 68px;
  z-index: 1400;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 8px 16px;
  list-style: none;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(2px);
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 820px) {
  .l-lang-sp {
    display: none;
  }
}
.l-lang-sp li {
  display: inline-flex;
}
.l-lang-sp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 0.1s linear;
}
.l-lang-sp a .l-flag {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(20, 18, 16, 0.12);
}
.l-lang-sp a.is-current {
  opacity: 1;
}
.l-lang-sp a.is-current .l-flag {
  box-shadow: 0 0 0 1.5px #141210;
}

.l-burger {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 3100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 80px;
  height: 56px;
  padding: 12px 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  .l-burger {
    display: none;
  }
}
.l-burger__line {
  display: block;
  height: 2px;
  background-color: #141210;
  transition: all 0.4s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.l-burger__line:first-of-type {
  width: 64px;
}
.l-burger__line:nth-of-type(2) {
  width: 32px;
}
.l-burger__line:nth-of-type(3) {
  width: 16px;
}
.l-burger.is-open .l-burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  margin: 0;
}
.l-burger.is-open .l-burger__line:first-of-type {
  transform: translateY(-50%) rotate(16deg);
}
.l-burger.is-open .l-burger__line:nth-of-type(2) {
  opacity: 0;
}
.l-burger.is-open .l-burger__line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-16deg);
}

body.is-menu-open {
  overflow: hidden;
}

.l-footer {
  background-color: #ffffff;
  padding-block: 80px;
}
@media screen and (min-width: 820px) {
  .l-footer {
    padding-block: 160px;
    margin-left: 10vw;
    width: calc(100% - 10vw);
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .l-footer__inner {
    gap: 60px;
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding-inline: 64px;
  }
}
.l-footer__logo {
  display: block;
  width: 320px;
  max-width: 90%;
}
@media screen and (min-width: 820px) {
  .l-footer__logo {
    width: 600px;
  }
}
.l-footer__logo img,
.l-footer__logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 820px) {
  .l-footer__links {
    gap: 80px;
  }
}
.l-footer__link {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s linear;
}
.l-footer__link:hover {
  opacity: 0.7;
}
.l-footer__link img {
  display: block;
  height: auto;
}

.c-lead {
  position: relative;
  display: inline-flex;
  padding-right: 24px;
  padding-block: 16px;
}
@media screen and (min-width: 820px) {
  .c-lead {
    padding-right: 0;
    padding-block: 24px;
  }
}
.c-lead__decor {
  position: absolute;
  top: -120px;
  right: -200px;
  width: 660px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 820px) {
  .c-lead__decor {
    top: -160px;
    right: -280px;
    width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .c-lead__decor {
    right: -360px;
    width: 1200px;
  }
}
.c-lead__text {
  position: relative;
  z-index: 1;
  font-family: var(--font-main-tate);
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  letter-spacing: 2.97px;
  color: #141210;
  writing-mode: vertical-rl;
  font-feature-settings: "vert";
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 820px) {
  .c-lead__text {
    font-size: clamp(40px, 37.0873786408px + 0.7766990291vw, 52px);
    letter-spacing: 0.09em;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-lead__text {
    gap: 56px;
  }
}
.c-lead__line {
  display: block;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes slide-move {
  0% {
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.a-switch {
  transition: all 1.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transform: translateY(8px);
  opacity: 0;
}
@media screen and (min-width: 820px) {
  .a-switch {
    transform: translateY(16px);
  }
}
.a-switch.is-on {
  transform: translateY(0);
  opacity: 1;
}

.a-clip {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.a-clip.is-show {
  clip-path: inset(0);
}

@media (prefers-reduced-motion: reduce) {
  .a-switch {
    transition: none !important;
    transform: none;
    opacity: 1;
  }
  .a-clip {
    clip-path: inset(0);
    transition: none !important;
  }
}
.p-top__hero {
  position: relative;
  width: 100%;
  height: calc(147vw + 60px);
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .p-top__hero {
    height: calc(147vw + 100px);
  }
}
@media screen and (min-width: 1024px) {
  .p-top__hero {
    height: 95vh;
  }
}
.p-top__hero__logo {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 31vw;
  height: auto;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-top__hero__logo {
    min-width: 166px;
    width: 13%;
    top: 6%;
    right: 9%;
  }
}
.p-top__hero__decor {
  position: absolute;
  right: 4%;
  top: 5%;
  width: 30%;
  height: auto;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 820px) {
  .p-top__hero__decor {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__hero__decor {
    right: 9%;
    width: 18%;
  }
}
.p-top__hero__slider {
  position: relative;
  top: 75vw;
  width: 100%;
  height: 85vw;
  overflow: hidden;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-top__hero__slider {
    top: 25vh;
    height: 70vh;
    width: 66%;
  }
}
.p-top__hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 120% !important;
  height: 100%;
  transform: translate3d(-10%, 0, 0);
  opacity: 0;
  transition: all 0.6s linear;
}
.p-top__hero__slide.is-active-slide {
  animation: slide-move 7000ms linear;
  opacity: 1;
  z-index: 9;
}
.p-top__hero__slide.is-prev-slide {
  animation: slide-move 7000ms linear;
  opacity: 1;
}
.p-top__hero__slide picture,
.p-top__hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top__concept {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .p-top__concept {
    padding: 160px 0;
  }
}
.p-top__concept__upper {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "photo lead" "txt   txt";
  column-gap: 16px;
  row-gap: 40px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 820px) {
  .p-top__concept__upper {
    grid-template-columns: 1fr 1fr 0.5fr;
    grid-template-areas: "txt photo lead";
    column-gap: 48px;
    padding-inline: 64px;
    margin-bottom: 80px;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__concept__upper {
    margin-bottom: 120px;
  }
}
.p-top__concept__txt {
  grid-area: txt;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 1.26px;
  color: #000;
  padding-inline: 24px;
}
.p-top__concept__txt p + p {
  margin-top: 1.55em;
}
@media screen and (min-width: 820px) {
  .p-top__concept__txt {
    font-size: 16px;
    letter-spacing: 1.44px;
    padding-inline: 0;
    padding-top: 32px;
  }
}
.p-top__concept__photo {
  grid-area: photo;
  width: 100%;
  overflow: hidden;
}
.p-top__concept__photo picture,
.p-top__concept__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 820px) {
  .p-top__concept__photo {
    aspect-ratio: 532/741;
  }
}
.p-top__concept__lead {
  grid-area: lead;
  justify-self: end;
}
.p-top__concept__gallery {
  display: flex;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  animation: concept-marquee 24s linear infinite;
}
.p-top__concept__gallery li {
  flex: 0 0 240px;
  overflow: hidden;
}
.p-top__concept__gallery li picture,
.p-top__concept__gallery li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 663/437;
}
@media screen and (min-width: 820px) {
  .p-top__concept__gallery {
    gap: 24px;
    animation-duration: 30s;
  }
  .p-top__concept__gallery li {
    flex: 0 0 360px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__concept__gallery li {
    flex: 0 0 420px;
  }
}

@keyframes concept-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-768px);
  }
}
@media screen and (min-width: 820px) {
  @keyframes concept-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1152px);
    }
  }
}
@media screen and (min-width: 1024px) {
  @keyframes concept-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1332px);
    }
  }
}
.p-top__menu {
  position: relative;
  padding: 80px 0 0;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__menu {
    padding: 160px 0 0;
  }
}
.p-top__menu__top {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.p-top__menu__lead-box {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 16px 24px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .p-top__menu__lead-box {
    padding: 160px 0 64px;
  }
}
.p-top__menu__lead-box .c-lead__decor {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 160px;
  max-width: none;
}
@media screen and (min-width: 820px) {
  .p-top__menu__lead-box .c-lead__decor {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__menu__lead-box .c-lead__decor {
    width: 300px;
  }
}
.p-top__menu__hero {
  flex: 0 0 50%;
  overflow: hidden;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  .p-top__menu__hero {
    flex: 0 0 calc(100% - 55vw);
    margin-left: auto;
    margin-top: 0;
  }
}
.p-top__menu__hero picture,
.p-top__menu__hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 820px) {
  .p-top__menu__hero picture,
  .p-top__menu__hero img {
    aspect-ratio: 4/3;
  }
}
.p-top__menu__main {
  position: relative;
  top: -124px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15vh 4% 5vh 4%;
  margin: 10vh 0 0 16px;
  z-index: 0;
}
@media screen and (min-width: 820px) {
  .p-top__menu__main {
    top: -7vw;
    padding: 15vh 4% 5vh 4%;
    margin: 8vh 0 0 64px;
  }
}
.p-top__menu__courses {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 96px;
}
@media screen and (min-width: 820px) {
  .p-top__menu__courses {
    gap: 96px;
    margin-bottom: 160px;
  }
}
.p-top__menu__course {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 820px) {
  .p-top__menu__course {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__menu__course {
    gap: 100px;
  }
}
.p-top__menu__course__photo {
  width: 100%;
  overflow: hidden;
}
.p-top__menu__course__photo picture,
.p-top__menu__course__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.p-top__menu__course__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-top__menu__course__name {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #141210;
  margin: 0;
}
@media screen and (min-width: 820px) {
  .p-top__menu__course__name {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
}
.p-top__menu__course__desc {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.09rem;
  color: #141210;
  margin: 0;
}
.p-top__menu__course__items {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.04rem;
  color: #737373;
  margin: 0;
}
@media screen and (min-width: 820px) {
  .p-top__menu__course__items {
    font-size: 13px;
  }
}
.p-top__menu__course__note {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.04rem;
  color: #e54a4a;
  margin: 0;
}
@media screen and (min-width: 820px) {
  .p-top__menu__course__note {
    font-size: 11px;
  }
}
.p-top__menu__course__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  padding-inline: 24px;
  border: 1px solid #141210;
  background-color: transparent;
  color: #141210;
  font-family: var(--font-main);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-decoration: none;
  align-self: flex-start;
  margin: 8px 0;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.p-top__menu__course__cta:hover {
  background-color: #141210;
  color: #fff;
}
.p-top__menu__course__cta[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.p-top__menu__a-la-carte {
  max-width: 480px;
  margin-inline: auto;
  text-align: center;
  padding-inline: 24px;
  margin-bottom: 80px;
}
@media screen and (min-width: 820px) {
  .p-top__menu__a-la-carte {
    margin-bottom: 120px;
  }
}
.p-top__menu__a-la-carte__title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #141210;
  margin: 0 0 24px;
}
@media screen and (min-width: 820px) {
  .p-top__menu__a-la-carte__title {
    font-size: 28px;
  }
}
.p-top__menu__a-la-carte__lead {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.09rem;
  color: #141210;
  margin: 0 0 32px;
}
.p-top__menu__a-la-carte__list {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
}
.p-top__menu__a-la-carte__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 18, 16, 0.12);
}
.p-top__menu__a-la-carte__list li:first-child {
  border-top: 1px solid rgba(20, 18, 16, 0.12);
}
.p-top__menu__a-la-carte__name {
  font-family: var(--font-main);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #141210;
}
.p-top__menu__a-la-carte__price {
  font-family: var(--font-main);
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #141210;
  white-space: nowrap;
}
.p-top__menu__alacarte {
  max-width: 340px;
  margin: 0 auto 16px;
}
.p-top__menu__alacarte-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(20, 18, 16, 0.12);
  background: #fff;
  cursor: zoom-in;
  appearance: none;
  transition: opacity 0.2s linear;
}
.p-top__menu__alacarte-btn:hover {
  opacity: 0.85;
}
.p-top__menu__alacarte-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__menu__alacarte-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
}
.p-top__menu__alacarte-zoom::before, .p-top__menu__alacarte-zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.p-top__menu__alacarte-zoom::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.p-top__menu__alacarte-zoom::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.p-top__menu__alacarte-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  max-width: min(94vw, 820px);
  max-height: 94vh;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.p-top__menu__alacarte-modal::backdrop {
  background: rgba(0, 0, 0, 0.82);
}
.p-top__menu__alacarte-modal img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 94vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}
.p-top__menu__alacarte-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.p-top__menu__alacarte-close::before, .p-top__menu__alacarte-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #222;
}
.p-top__menu__alacarte-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-top__menu__alacarte-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 820px) {
  .p-top__menu__alacarte-close {
    top: 8px;
    right: 8px;
  }
}
.p-top__menu__note {
  font-size: 11px;
  color: #e54a4a;
  letter-spacing: 0.04rem;
  text-align: center;
  margin: 0;
}
.p-top__menu__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0;
}
@media screen and (min-width: 820px) {
  .p-top__menu__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
.p-top__menu__gallery li {
  width: 100%;
  overflow: hidden;
}
.p-top__menu__gallery li picture,
.p-top__menu__gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}

.p-top__chef {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__chef {
    padding: 160px 0;
  }
}
.p-top__chef .c-lead__decor {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: none;
}
@media screen and (min-width: 820px) {
  .p-top__chef .c-lead__decor {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__chef .c-lead__decor {
    width: 340px;
  }
}
.p-top__chef__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "photo lead" "txt   txt";
  column-gap: 16px;
  row-gap: 40px;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__chef__inner {
    grid-template-columns: 1.2fr 1fr 0.3fr;
    grid-template-areas: "txt photo lead";
    column-gap: 48px;
    padding-inline: 64px;
    align-items: flex-start;
  }
}
.p-top__chef__txt {
  grid-area: txt;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.09rem;
  color: #141210;
}
.p-top__chef__txt p + p {
  margin-top: 1.9em;
}
@media screen and (min-width: 820px) {
  .p-top__chef__txt {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.p-top__chef__photo {
  grid-area: photo;
  width: 100%;
  overflow: hidden;
}
.p-top__chef__photo picture,
.p-top__chef__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.p-top__chef__lead {
  grid-area: lead;
  justify-self: end;
  align-self: start;
}

.p-top__houzenji {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__houzenji {
    padding: 160px 0;
  }
}
.p-top__houzenji__inner {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__houzenji__inner {
    padding-inline: 64px;
  }
}
.p-top__houzenji__head {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-areas: "hero lead";
  column-gap: 16px;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 820px) {
  .p-top__houzenji__head {
    grid-template-columns: 2fr 1fr;
    column-gap: 48px;
    margin-bottom: 72px;
  }
}
.p-top__houzenji__hero {
  grid-area: hero;
  margin: 0;
  overflow: hidden;
}
.p-top__houzenji__hero picture {
  display: block;
}
.p-top__houzenji__hero img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 960/1338;
  object-fit: cover;
}
@media screen and (min-width: 820px) {
  .p-top__houzenji__hero img {
    aspect-ratio: 1920/1273;
  }
}
.p-top__houzenji__lead {
  grid-area: lead;
  display: flex;
  justify-content: center;
}
.p-top__houzenji__lead .c-lead {
  padding-right: 0;
}
.p-top__houzenji__lead .c-lead__decor {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: none;
}
@media screen and (min-width: 820px) {
  .p-top__houzenji__lead .c-lead__decor {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__houzenji__lead .c-lead__decor {
    width: 340px;
  }
}
.p-top__houzenji__body {
  max-width: 820px;
  margin-inline: auto;
}
.p-top__houzenji__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09rem;
  color: #141210;
}
@media screen and (min-width: 820px) {
  .p-top__houzenji__text {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 0.1rem;
  }
}
.p-top__houzenji__text p + p {
  margin-top: 1.8em;
}
.p-top__houzenji__figure {
  margin: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .p-top__houzenji__figure {
    margin: 64px 0;
  }
}
.p-top__houzenji__figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1920/1273;
  object-fit: cover;
}

.p-top__awa {
  position: relative;
  background-color: #11141c;
  color: #fff;
  font-family: var(--font-main);
  padding: 64px 0 80px;
}
@media screen and (min-width: 820px) {
  .p-top__awa {
    padding: 120px 0 160px;
  }
}
.p-top__awa__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__inner {
    padding-inline: 64px;
  }
}
.p-top__awa__logo {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__logo {
    margin-bottom: 72px;
  }
}
.p-top__awa__logo picture {
  display: block;
}
.p-top__awa__logo img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 820px) {
  .p-top__awa__logo img {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__awa__logo img {
    width: 420px;
  }
}
.p-top__awa__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media screen and (min-width: 820px) {
  .p-top__awa__body {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.p-top__awa__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1273;
  overflow: hidden;
}
.p-top__awa__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s linear;
}
.p-top__awa__slide.is-active-slide {
  opacity: 1;
}
.p-top__awa__slide picture,
.p-top__awa__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-top__awa__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__info {
    gap: 32px;
  }
}
.p-top__awa__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09rem;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .p-top__awa__text {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.p-top__awa__text p {
  margin: 0;
}
.p-top__awa__note {
  margin: -14px 0 0;
  color: #ff6b6b;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.09rem;
}
@media screen and (min-width: 820px) {
  .p-top__awa__note {
    margin-top: -18px;
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
.p-top__awa__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 820px) {
  .p-top__awa__links {
    gap: 24px;
  }
}
.p-top__awa__links li {
  display: flex;
}
.p-top__awa__btn {
  --chamfer: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding-inline: 18px;
  background-color: #fff;
  text-decoration: none;
  color: #141210;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  clip-path: polygon(var(--chamfer) 0, 100% 0, 100% 100%, 0 100%, 0 var(--chamfer));
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 820px) {
  .p-top__awa__btn {
    --chamfer: 12px;
    height: 48px;
    padding-inline: 22px;
  }
}
.p-top__awa__btn:hover {
  opacity: 0.85;
}
.p-top__awa__btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.p-top__awa__btn img {
  display: block;
}
.p-top__awa__btn.-tabelog img {
  height: 22px;
  width: auto;
}
@media screen and (min-width: 820px) {
  .p-top__awa__btn.-tabelog img {
    height: 24px;
  }
}
.p-top__awa__btn.-instagram img {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__btn.-instagram img {
    width: 24px;
    height: 24px;
  }
}
.p-top__awa__meta {
  margin: 0;
}
.p-top__awa__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  letter-spacing: 0.09rem;
}
.p-top__awa__meta-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.p-top__awa__meta-row dt {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 500;
}
.p-top__awa__meta-row dd {
  margin: 0;
  color: #fff;
}
.p-top__awa__meta-row dd a {
  color: #fff;
  text-decoration: none;
  transition: color 0.1s linear;
}
.p-top__awa__meta-row dd a:hover {
  color: #fff;
}
.p-top__awa__meta-row.-pay {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-top__awa__pay {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin: 0;
}
.p-top__awa__pay-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-top__awa__pay-cat {
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: #fff;
}
.p-top__awa__pay-img {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 7px;
  background: #fff;
  border-radius: 5px;
}
.p-top__awa__pay-img img {
  display: block;
  width: auto;
  max-width: 240px;
  height: auto;
}
.p-top__awa__sake {
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .p-top__awa__sake {
    margin-top: 80px;
  }
}
.p-top__awa__sake-title {
  margin: 0 0 16px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 820px) {
  .p-top__awa__sake-title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.p-top__awa__sake-text {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09rem;
}
@media screen and (min-width: 820px) {
  .p-top__awa__sake-text {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.p-top__awa__sake-photo {
  max-width: 860px;
  margin: 32px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .p-top__awa__sake-photo {
    margin-top: 48px;
  }
}
.p-top__awa__sake-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1920/1273;
  object-fit: cover;
}
.p-top__awa__reviews {
  margin-top: 56px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__reviews {
    margin-top: 80px;
  }
}
.p-top__awa__reviews-title {
  margin: 0 0 16px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 820px) {
  .p-top__awa__reviews-title {
    font-size: 22px;
  }
}
.p-top__awa__reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  margin-bottom: 28px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__reviews-summary {
    margin-bottom: 36px;
  }
}
.p-top__awa__reviews-stars {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}
.p-top__awa__reviews-stars-base {
  color: rgba(255, 255, 255, 0.24);
}
.p-top__awa__reviews-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rate, 0%);
  overflow: hidden;
  color: #e0a23c;
}
.p-top__awa__reviews-avg {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.p-top__awa__reviews-count {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.p-top__awa__reviews-source {
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  transition: color 0.1s linear;
}
.p-top__awa__reviews-source:hover {
  color: #fff;
}
.p-top__awa__reviews-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 820px) {
  .p-top__awa__reviews-grid {
    gap: 24px;
  }
}
.p-top__awa__reviews-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  flex: 0 1 100%;
}
@media screen and (min-width: 820px) {
  .p-top__awa__reviews-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-top__awa__reviews-card {
    flex-basis: calc((100% - 48px) / 3);
  }
}
.p-top__awa__reviews-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-top__awa__reviews-avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.p-top__awa__reviews-avatar.-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 16px;
}
.p-top__awa__reviews-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.p-top__awa__reviews-author {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.p-top__awa__reviews-author[href]:hover {
  text-decoration: underline;
}
.p-top__awa__reviews-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.p-top__awa__reviews-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.09rem;
  color: rgba(255, 255, 255, 0.92);
}
.p-top__awa__map {
  margin-top: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__awa__map {
    margin-top: 28px;
  }
}
.p-top__awa__map iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}
@media screen and (min-width: 820px) {
  .p-top__awa__map iframe {
    height: 280px;
  }
}

.p-top__news {
  padding: 80px 0;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__news {
    padding: 160px 0;
  }
}
.p-top__news__inner {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 820px) {
  .p-top__news__inner {
    grid-template-columns: auto 1fr;
    column-gap: 64px;
    align-items: center;
    padding-inline: 64px;
  }
}
.p-top__news__lead {
  position: static;
  justify-self: center;
}
.p-top__news__lead .c-lead {
  position: static;
  padding-right: 0;
}
.p-top__news__lead .c-lead__decor {
  top: 0;
  right: 0;
  left: auto;
  transform: none;
  width: 180px;
  max-width: none;
}
@media screen and (min-width: 820px) {
  .p-top__news__lead .c-lead {
    position: relative;
  }
  .p-top__news__lead .c-lead__decor {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__news__lead .c-lead__decor {
    width: 340px;
  }
}
.p-top__news__list {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.55);
  padding-inline: 24px;
  border-top: 1px solid rgba(20, 18, 16, 0.12);
}
@media screen and (min-width: 820px) {
  .p-top__news__list {
    padding-inline: 40px;
  }
}
.p-top__news__row {
  border-bottom: 1px solid rgba(20, 18, 16, 0.12);
}
.p-top__news__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 8px;
  width: 100%;
  padding-block: 22px;
  margin: 0;
  background: none;
  border: 0;
  font: inherit;
  text-align: left;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  .p-top__news__link {
    flex-wrap: nowrap;
    column-gap: 32px;
    padding-block: 24px;
  }
}
.p-top__news__link[href]:hover .p-top__news__title, .p-top__news__link.-modal:hover .p-top__news__title {
  color: #e54a4a;
}
.p-top__news__link.-static {
  cursor: default;
}
.p-top__news__date {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.09rem;
  color: #737373;
  white-space: nowrap;
}
@media screen and (min-width: 820px) {
  .p-top__news__date {
    font-size: 16px;
  }
}
.p-top__news__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 4px 14px;
  background-color: #f4f4f4;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.09rem;
  color: #737373;
  white-space: nowrap;
}
@media screen and (min-width: 820px) {
  .p-top__news__chip {
    min-width: 72px;
    font-size: 14px;
  }
}
.p-top__news__title {
  flex: 1 1 100%;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.09rem;
  color: #141210;
  transition: color 0.1s linear;
}
@media screen and (min-width: 820px) {
  .p-top__news__title {
    flex: 1 1 auto;
    font-size: 16px;
  }
}

.p-top__news-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(640px, 100% - 48px);
  max-height: 85vh;
  height: fit-content;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background-color: #fff;
  color: #141210;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  font-family: var(--font-main);
}
.p-top__news-modal[open] {
  display: flex;
}
.p-top__news-modal::backdrop {
  background-color: rgba(11, 13, 18, 0.6);
}
.p-top__news-modal__inner {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 48px 24px 40px;
}
@media screen and (min-width: 820px) {
  .p-top__news-modal__inner {
    padding: 56px 56px 48px;
  }
}
.p-top__news-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.p-top__news-modal__close::before, .p-top__news-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background-color: #141210;
  transition: background-color 0.1s linear;
}
.p-top__news-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-top__news-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-top__news-modal__close:hover::before, .p-top__news-modal__close:hover::after {
  background-color: #e54a4a;
}
.p-top__news-modal__thumb {
  margin-bottom: 24px;
}
.p-top__news-modal__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-top__news-modal__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.p-top__news-modal__date {
  font-size: 14px;
  letter-spacing: 0.09rem;
  color: #737373;
}
.p-top__news-modal__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  background-color: #f4f4f4;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: #737373;
  white-space: nowrap;
}
.p-top__news-modal__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: clamp(20px, 18.5436893204px + 0.3883495146vw, 26px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #141210;
}
.p-top__news-modal__body {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.09rem;
  color: #141210;
}
.p-top__news-modal__body p {
  margin: 0;
}
.p-top__news-modal__body p + p {
  margin-top: 1.5em;
}
.p-top__news-modal__body a {
  color: #e54a4a;
  text-decoration: underline;
}
.p-top__news-modal__body img {
  max-width: 100%;
  height: auto;
}
.p-top__news-modal__body h2, .p-top__news-modal__body h3, .p-top__news-modal__body h4 {
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.p-top__news-modal__body ul, .p-top__news-modal__body ol {
  margin: 0;
  padding-left: 1.5em;
}
.p-top__news-modal__body iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin: 1.5em 0;
  border: 0;
}
.p-top__news-modal__body video {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.5em 0;
}
.p-top__news-modal__body .wp-block-embed,
.p-top__news-modal__body .wp-block-embed__wrapper,
.p-top__news-modal__body .wp-video,
.p-top__news-modal__body .mejs-container {
  max-width: 100% !important;
  width: 100% !important;
}
.p-top__news-modal__body .wp-block-embed__wrapper iframe {
  width: 100%;
}
@media screen and (min-width: 820px) {
  .p-top__news-modal__body {
    font-size: 16px;
  }
}

html:has(.p-top__news-modal[open]) {
  overflow: hidden;
}

.p-top__access {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__access {
    padding: 160px 0;
  }
}
.p-top__access .c-lead__decor {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: none;
}
@media screen and (min-width: 820px) {
  .p-top__access .c-lead__decor {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__access .c-lead__decor {
    width: 340px;
  }
}
.p-top__access__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-areas: "photo lead" "meta  meta";
  column-gap: 16px;
  row-gap: 40px;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__access__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.3fr);
    grid-template-areas: "meta photo lead";
    column-gap: 48px;
    padding-inline: 64px;
    align-items: start;
  }
}
.p-top__access__info {
  grid-area: meta;
  min-width: 0;
}
.p-top__access__meta {
  margin: 0;
}
.p-top__access__meta-row {
  padding-block: 20px;
  border-bottom: 1px solid rgba(20, 18, 16, 0.12);
}
.p-top__access__meta-row:first-child {
  border-top: 1px solid rgba(20, 18, 16, 0.12);
}
@media screen and (min-width: 820px) {
  .p-top__access__meta-row {
    padding-block: 24px;
  }
}
.p-top__access__meta dt {
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: #737373;
}
@media screen and (min-width: 820px) {
  .p-top__access__meta dt {
    font-size: 14px;
  }
}
.p-top__access__meta dd {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.09rem;
  color: #141210;
}
@media screen and (min-width: 820px) {
  .p-top__access__meta dd {
    font-size: 16px;
  }
}
.p-top__access__meta dd a {
  color: #141210;
  text-decoration: none;
  transition: color 0.1s linear;
}
.p-top__access__meta dd a:hover {
  color: #e54a4a;
}
.p-top__access__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 820px) {
  .p-top__access__links {
    gap: 24px;
    margin-top: 28px;
  }
}
.p-top__access__links li {
  display: flex;
}
.p-top__access__btn {
  --chamfer: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding-inline: 18px;
  background-color: #fff;
  text-decoration: none;
  color: #141210;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  clip-path: polygon(var(--chamfer) 0, 100% 0, 100% 100%, 0 100%, 0 var(--chamfer));
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.18));
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 820px) {
  .p-top__access__btn {
    --chamfer: 12px;
    height: 48px;
    padding-inline: 22px;
  }
}
.p-top__access__btn:hover {
  opacity: 0.85;
}
.p-top__access__btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.p-top__access__btn img {
  display: block;
}
.p-top__access__btn.-tabelog img {
  height: 22px;
  width: auto;
}
@media screen and (min-width: 820px) {
  .p-top__access__btn.-tabelog img {
    height: 24px;
  }
}
.p-top__access__btn.-instagram img {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 820px) {
  .p-top__access__btn.-instagram img {
    width: 24px;
    height: 24px;
  }
}
.p-top__access__pay-row {
  display: block;
}
.p-top__access__pay-row + .p-top__access__pay-row {
  margin-top: 14px;
}
.p-top__access__pay-cat {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: #141210;
}
.p-top__access__pay-img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}
.p-top__access__map {
  margin-top: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__access__map {
    margin-top: 28px;
  }
}
.p-top__access__map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}
@media screen and (min-width: 820px) {
  .p-top__access__map iframe {
    height: 320px;
  }
}
.p-top__access__photo {
  grid-area: photo;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.p-top__access__photo picture,
.p-top__access__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-top__access__lead {
  grid-area: lead;
  min-width: 0;
  justify-self: end;
  align-self: start;
}

.p-top__faq {
  padding: 80px 0;
  font-family: var(--font-main);
  interpolate-size: allow-keywords;
}
@media screen and (min-width: 820px) {
  .p-top__faq {
    padding: 160px 0;
  }
}
.p-top__faq__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__faq__inner {
    padding-inline: 0;
  }
}
.p-top__faq__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(28px, 24.1165048544px + 1.0355987055vw, 44px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #141210;
  margin-bottom: 40px;
}
@media screen and (min-width: 820px) {
  .p-top__faq__title {
    margin-bottom: 64px;
  }
}
.p-top__faq__item {
  border-bottom: 1px solid rgba(20, 18, 16, 0.12);
}
.p-top__faq__item:first-child {
  border-top: 1px solid rgba(20, 18, 16, 0.12);
}
.p-top__faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.p-top__faq__q::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 820px) {
  .p-top__faq__q {
    gap: 20px;
    padding-block: 26px;
  }
}
.p-top__faq__q-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 820px) {
  .p-top__faq__q-icon {
    width: 40px;
    height: 40px;
  }
}
.p-top__faq__q-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.09rem;
  color: #141210;
}
@media screen and (min-width: 820px) {
  .p-top__faq__q-text {
    font-size: 17px;
  }
}
.p-top__faq__q-mark {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-top: -4px;
  border-right: 1.5px solid #737373;
  border-bottom: 1.5px solid #737373;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.p-top__faq__item[open] .p-top__faq__q-mark {
  transform: rotate(-135deg);
}
.p-top__faq__a {
  padding: 0 0 24px;
  color: #737373;
}
@media screen and (min-width: 820px) {
  .p-top__faq__a {
    padding-left: 60px;
  }
}
.p-top__faq__a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.09rem;
}
@media screen and (min-width: 820px) {
  .p-top__faq__a p {
    font-size: 15px;
  }
}
.p-top__faq__a-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: #141210;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.1s linear;
}
.p-top__faq__a-link::after {
  content: "→";
  margin-left: 6px;
}
.p-top__faq__a-link:hover {
  color: #e54a4a;
}
@media screen and (min-width: 820px) {
  .p-top__faq__a-link {
    font-size: 14px;
  }
}
.p-top__faq__item::details-content {
  block-size: 0;
  overflow: hidden;
  transition: block-size 0.4s cubic-bezier(0.57, 0.06, 0.05, 0.95), content-visibility 0.4s allow-discrete;
}
.p-top__faq__item[open]::details-content {
  block-size: auto;
}

.p-top__reservation {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  color: #fff;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__reservation {
    padding: 120px 0;
  }
}
.p-top__reservation__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top__reservation__bg picture,
.p-top__reservation__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__reservation__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(11, 13, 18, 0.62);
}
.p-top__reservation__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__reservation__inner {
    flex-direction: row;
    justify-content: center;
    gap: 112px;
    padding-inline: 80px;
  }
}
.p-top__reservation__lead {
  position: relative;
}
.p-top__reservation__lead .c-lead {
  padding-right: 0;
}
.p-top__reservation__lead .c-lead__text {
  color: #fff;
}
.p-top__reservation__lead .c-lead__decor {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 200px;
  max-width: none;
  filter: brightness(0) invert(1);
  opacity: 0.12;
}
@media screen and (min-width: 820px) {
  .p-top__reservation__lead .c-lead__decor {
    width: 240px;
  }
}
.p-top__reservation__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 480px;
}
@media screen and (min-width: 820px) {
  .p-top__reservation__body {
    gap: 48px;
    width: auto;
    max-width: none;
  }
}
.p-top__reservation__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.09rem;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .p-top__reservation__text {
    font-size: 16px;
  }
}
.p-top__reservation__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 440px;
}
@media screen and (min-width: 820px) {
  .p-top__reservation__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 48px;
    max-width: 720px;
  }
}
.p-top__reservation__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s linear;
}
.p-top__reservation__btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.p-top__reservation__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.p-top__reservation__btn-label {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 820px) {
  .p-top__reservation__btn-label {
    font-size: 16px;
  }
}
.p-top__reservation__btn-line {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 48px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 820px) {
  .p-top__reservation__btn-line {
    display: block;
  }
}

.p-top__reviews {
  padding: 80px 0;
  font-family: var(--font-main);
}
@media screen and (min-width: 820px) {
  .p-top__reviews {
    padding: 160px 0;
  }
}
.p-top__reviews__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 820px) {
  .p-top__reviews__inner {
    padding-inline: 64px;
  }
}
.p-top__reviews__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 820px) {
  .p-top__reviews__head {
    margin-bottom: 64px;
  }
}
.p-top__reviews__title {
  font-weight: 700;
  font-size: clamp(28px, 24.1165048544px + 1.0355987055vw, 44px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #141210;
}
.p-top__reviews__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  margin-top: 16px;
}
.p-top__reviews__stars {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}
.p-top__reviews__stars-base {
  color: rgba(20, 18, 16, 0.18);
}
.p-top__reviews__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rate, 0%);
  overflow: hidden;
  color: #e0a23c;
}
.p-top__reviews__avg {
  font-weight: 700;
  font-size: 16px;
  color: #141210;
}
.p-top__reviews__count {
  font-size: 14px;
  color: #737373;
}
.p-top__reviews__source {
  font-size: 13px;
  letter-spacing: 0.09rem;
  color: #737373;
  text-decoration: underline;
  transition: color 0.1s linear;
}
.p-top__reviews__source:hover {
  color: #e54a4a;
}
.p-top__reviews__source.-plain {
  text-decoration: none;
}
.p-top__reviews__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 820px) {
  .p-top__reviews__grid {
    gap: 24px;
  }
}
.p-top__reviews__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  flex: 0 1 100%;
}
@media screen and (min-width: 820px) {
  .p-top__reviews__card {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-top__reviews__card {
    flex-basis: calc((100% - 48px) / 3);
  }
}
.p-top__reviews__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-top__reviews__avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.p-top__reviews__avatar.-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #737373;
  font-size: 16px;
}
.p-top__reviews__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.p-top__reviews__author {
  font-size: 15px;
  color: #141210;
  text-decoration: none;
}
.p-top__reviews__author[href]:hover {
  text-decoration: underline;
}
.p-top__reviews__time {
  font-size: 12px;
  color: #737373;
}
.p-top__reviews__text {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.09rem;
  color: #141210;
}
