@charset "UTF-8";

/* ===== Base reset (minimum) ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

/* ===== Global ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem; /* 72px */
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 3.5rem; /* 56px */
  }
}

body.is-teaser {
  /* background: #FBFBFA; */
  color: #3D3836;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

:root {
  --teaser-max: 1440px;
  --teaser-pad-x: clamp(16px, 4vw, 142px);
  --teaser-gap-lg: clamp(24px, 6vw, 130px);
}

body.is-teaser main {
  /* background: url("../images/teaser/bg2.webp") lightgray 50% / cover no-repeat; */
  background-position: center top;
  overflow-x: hidden;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.is-teaser {
    padding-bottom: 0;
  }
}

/* ===== Utilities ===== */
.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

/* ===== Header (Figma node: HEADER) ===== */
.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 56px;
  }
}

.p-header {
  background-color: transparent;
  transform: translateY(0);
  transition: background-color 0.3s ease;
}

.p-header.is-scrolled {
  background-color: #FBFBFB;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 16px 32px;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 0 0 16px;
  }
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  width: 278px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 160px;
  }
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  height: 40px;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link img {
    height: 40px;
  }
}

.p-header__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  flex: 0 0 auto;
}

.p-header__cta {
  align-items: center;
  display: flex;
  gap: 16px;
}

.p-header__cta-link {
  align-items: center;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  gap: 16px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 2.2;
  padding: 14px 24px;
  width: 160px;
}

.p-header__cta-link--web {
  background: linear-gradient(135deg, #BF8150 0%, #F3C27E 28%, #C59454 100%);
}

.p-header__cta-icon {
  flex: 0 0 auto;
  height: auto;
  width: auto;
}

.p-header__cta-icon--web {
  height: 16px;
  width: 16px;
}

.p-header__cta-icon--line {
  height: 22px;
  width: 23px;
}

.p-header__line-link {
  align-items: center;
  background-color: #6CB463;
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.p-header__line-icon {
  height: 18px;
  width: 18.9px;
}

/* teaserではドロワーを使わないので非表示 */
.p-header__menu-button {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: none;
  outline: none;
  padding: 0;
}

.p-header__menu-button:focus,
.p-header__menu-button:focus-visible {
  outline: none;
}

/* ===== TEASER ===== */
.p-teaser-hero {
  background: url("../images/teaser/bg_top.webp") center/cover no-repeat;
  height: clamp(560px, 63.3vw, 911px);
  overflow: hidden;
  position: relative;
}

.p-teaser-hero__overlay {
  background: url("../images/teaser/hero-bg.webp") center/cover no-repeat;
  height: clamp(280px, 49.5vw, 753px);
  left: 0;
  position: absolute;
  top: clamp(200px, 13.7vw, 198px);
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .p-teaser-hero__overlay {
    background-position: center top;
  }
}

.p-teaser-hero__logo {
  left: 50%;
  position: absolute;
  top: clamp(72px, 9vw, 130px);
  transform: translateX(-50%);
  width: min(866px, 60.2vw);
}

.p-teaser-hero__catch {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 300;
  left: 50%;
  letter-spacing: 0.3em;
  line-height: 2.1;
  position: absolute;
  text-align: center;
  top: clamp(220px, 24vw, 346px);
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-teaser-hero {
    height: 560px;
  }

  .p-teaser-hero__overlay {
    top: 140px;
  }

  .p-teaser-hero__logo {
    top: 84px;
    width: min(86vw, 540px);
  }

  .p-teaser-hero__catch {
    font-size: 16px;
    letter-spacing: 0.14em;
    top: 232px;
    white-space: normal;
    width: calc(100% - 48px);
  }
}

.p-teaser-about {
  background: url("../images/teaser/bg2.webp") lightgray 50% / cover no-repeat;
  background-position: center top;
  /* background-size: 1691px auto; */
}

.p-teaser-about__inner {
  align-items: center;
  display: flex;
  gap: 120px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 120px 142px;
}

.p-teaser-about__image-wrap {
  flex: 0 0 auto;
  height: 562px;
  width: 506px;
}

.p-teaser-about__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-teaser-about__content {
  color: #3D3836;
  display: flex;
  flex-direction: column;
  gap: 72px;
  width: 100%;
}

.p-teaser-about__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.13em;
  line-height: 2.1;
}

.p-teaser-about__text-group {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-teaser-about__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-teaser-about {
    background-size: 2270px auto;
  }

  /* .p-teaser-about__inner {
    flex-direction: column;
    gap: 40px;
    padding: 64px 24px;
  } */

  .p-teaser-about__image-wrap {
    height: auto;
    max-width: 506px;
    width: 100%;
  }

  .p-teaser-about__content {
    gap: 32px;
    width: 100%;
  }

  .p-teaser-about__lead {
    font-size: 24px;
    line-height: 1.8;
  }

  .p-teaser-about__text-group {
    gap: 24px;
  }

  .p-teaser-about__text {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-teaser-about__inner {
    flex-direction: column;
    gap: 56px;
    padding: 80px 60px;
  }

  .p-teaser-about__content {
    gap: 56px;
    order: 1;
    width: 100%;
  }

  .p-teaser-about__image-wrap {
    height: auto;
    max-width: 100%;
    order: 2;
    width: 43.00056rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .p-teaser-about__inner {
    gap: 56px;
    padding: 96px 56px;
  }

  .p-teaser-about__image-wrap {
    width: min(460px, 38vw);
  }

  .p-teaser-about__content {
    flex: 1 1 auto;
    width: auto;
  }
}

.p-teaser-about2 {
  background-color: #FBFBFB;
}

.p-teaser-marquee {
  align-items: center;
  display: flex;
  line-height: 0;
  overflow: hidden;
  padding: 0 24px;
}

.p-teaser-marquee__track {
  align-items: flex-end;
  animation: teaser-marquee-left 36s linear infinite;
  display: flex;
  gap: 48px;
  width: max-content;
  will-change: transform;
  position: relative;
  top: 20px;
}

.p-teaser-marquee__text {
  color: #FBFBFB;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(52px, 6.7vw, 96px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .p-teaser-marquee__track {
    animation: none;
  }
}

@keyframes teaser-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 24px));
  }
}

.p-teaser-about2__inner {
  align-items: center;
  display: flex;
  gap: 59px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 88px 308px;
}

.p-teaser-about2__content {
  display: flex;
  flex: 0 1 388px;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.p-teaser-about2__title {
  color: #3D3836;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.13em;
  line-height: 2.1;
}

.p-teaser-about2__text {
  color: #3D3836;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.2;
}

.p-teaser-about2__visual {
  flex: 0 0 auto;
  width: 377px;
}

.p-teaser-about2__visual img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .p-teaser-about2__inner {
    gap: 40px;
    padding: 88px 80px;
  }

  .p-teaser-about2__content {
    flex: 1 1 420px;
  }
}

@media screen and (max-width: 1024px) {
  .p-teaser-about2__inner {
    gap: 40px;
    padding: 72px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-teaser-about2__inner {
    flex-direction: column;
    gap: 32px;
    padding: 64px 24px;
  }

  .p-teaser-about2__content {
    flex-basis: auto;
    width: 100%;
  }

  .p-teaser-about2__title {
    font-size: 24px;
    line-height: 1.8;
  }

  .p-teaser-about2__text {
    font-size: 14px;
    line-height: 2;
  }

  .p-teaser-about2__visual {
    width: min(377px, 100%);
  }
}

.p-teaser-menu {
  background: url("../images/teaser/menu_bg.webp") lightgray 50% / cover no-repeat;
  background-position: center bottom;
  /* position: relative;
  width: 100%; */
}

.p-teaser-menu__inner {
  align-items: center;
  display: flex;
  gap: 96px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 7.5rem 96px;
  position: relative;
  z-index: 2;
}

.p-teaser-menu__left {
  display: flex;
  flex: 0 0 622px;
  flex-direction: column;
  gap: 144px;
}

.p-teaser-menu__title {
  background: linear-gradient(135deg, #BF8950 0%, #DEAC6F 23%, #FFCC91 35%, #D9AE69 49%, #F2C082 77%, #C59254 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Nanum Myeongjo", serif;
  font-size: 72px;
  font-weight: 100;
  line-height: 1;
}

.p-teaser-menu__list {
  border-top: 0.5px solid #3D3836;
}

.p-teaser-menu__item {
  border-bottom: 0.5px solid #3D3836;
}

.p-teaser-menu__link {
  align-items: center;
  color: #3D3836;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  height: 80px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 24px;
}

.p-teaser-menu__visual {
  flex: 0 0 auto;
  width: 530px;
}

.p-teaser-menu__visual img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-teaser-menu__inner {
    gap: 48px;
    padding: 96px 40px;
  }

  .p-teaser-menu::after {
    height: 140px;
  }

  .p-teaser-menu__left {
    flex: 1 1 auto;
    min-width: 0;
  }

  .p-teaser-menu__title {
    font-size: 56px;
  }

  .p-teaser-menu__visual {
    width: min(530px, 42vw);
  }
}

@media screen and (max-width: 767px) {
  .p-teaser-menu {
    padding-bottom: 0;
  }

  .p-teaser-menu__inner {
    flex-direction: column;
    gap: 40px;
    padding: 64px 24px;
  }

  .p-teaser-menu::after {
    height: 96px;
  }

  .p-teaser-menu__left {
    gap: 40px;
    width: 100%;
  }

  .p-teaser-menu__title {
    font-size: 42px;
  }

  .p-teaser-menu__link {
    font-size: 18px;
    height: 64px;
    padding: 0 12px;
  }

  .p-teaser-menu__visual {
    width: min(530px, 100%);
  }

}

.p-teaser-reservation-top {
  display: flex;
  justify-content: center;
  margin-bottom: -200px;
  /* margin-top: -320px; */
  padding: 0 24px;
  position: relative;
  z-index: 3;
}

.p-teaser-reservation-top__inner {
  align-items: center;
  background: url("../images/teaser/reservation_bg.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1036px;
  padding: 64px 56px;
  width: 100%;
}

.p-teaser-reservation-top__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-teaser-reservation-top__jp {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.p-teaser-reservation-top__en {
  color: #FFFFFF;
  font-family: "Noto Serif JP", "Nanum Myeongjo", serif;
  font-size: 72px;
  letter-spacing: 0.03em;
  font-weight: 100;
  line-height: 1;
}

.p-teaser-reservation-top__buttons {
  align-items: center;
  display: flex;
  gap: 32px;
}

.p-teaser-reservation-top__button {
  align-items: center;
  background-color: #FBFBFB;
  border-radius: 48px;
  color: #C0935A;
  display: inline-flex;
  gap: 16px;
  height: 72px;
  justify-content: center;
  padding: 16px 32px;
  width: 290px;
}

.p-teaser-reservation-top__button span {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-teaser-reservation-top__button img {
  display: block;
  flex: 0 0 auto;
  height: 23px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .p-teaser-reservation-top__inner {
    gap: 40px;
    padding: 56px 32px;
  }

  .p-teaser-reservation-top__en {
    font-size: 56px;
  }

  .p-teaser-reservation-top__buttons {
    flex-direction: column;
    width: 100%;
  }

  .p-teaser-reservation-top__button {
    max-width: 420px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-teaser-reservation-top {
    margin-bottom: -32px;
    margin-top: -32px;
    padding: 0 16px;
  }

  .p-teaser-reservation-top__inner {
    gap: 32px;
    padding: 48px 20px;
  }

  .p-teaser-reservation-top__jp {
    font-size: 16px;
  }

  .p-teaser-reservation-top__en {
    font-size: 40px;
  }

  .p-teaser-reservation-top__button {
    height: 64px;
    padding: 14px 24px;
  }

  .p-teaser-reservation-top__button span {
    font-size: 18px;
  }
}

.p-teaser-footer-v2 {
  background: url("../images/teaser/footer-bg.jpg") center top/cover no-repeat;
  display: flex;
  flex-direction: column;
  gap: 76px;
  margin: 0 auto;
  padding: 0 96px 0 96px;
}

.p-teaser-footer-v2__top {
  align-items: flex-start;
  display: flex;
  gap: 168px;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1227px;
  padding-top: 20rem;
  width: 100%;
}

.p-teaser-footer-v2__logo {
  flex: 0 0 auto;
  height: 125px;
  width: 235px;
}

.p-teaser-footer-v2__logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-teaser-footer-v2__content {
  display: flex;
  flex: 0 0 824px;
  gap: 24px;
}

.p-teaser-footer-v2__info {
  border-top: 0.5px solid #3D3836;
  width: 400px;
}

.p-teaser-footer-v2__row {
  align-items: flex-start;
  border-bottom: 0.5px solid #3D3836;
  display: flex;
  gap: 24px;
  padding: 16px;
}

.p-teaser-footer-v2__label {
  color: #3D3836;
  flex: 0 0 56px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-teaser-footer-v2__value {
  color: #3D3836;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-teaser-footer-v2__visual {
  /* background-color: #D9D9D9; */
  min-height: 18.125rem;
  width: 25rem;
  
}

.p-teaser-footer-v2__copy {
  color: #3D3836;
  font-family: "Nanum Myeongjo", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .p-teaser-footer-v2 {
    padding: 80px clamp(16px, 4vw, 40px) 24px;
  }

  .p-teaser-footer-v2__top {
    flex-direction: column;
    gap: 48px;
  }

  .p-teaser-footer-v2__content {
    flex: 1 1 auto;
    width: 100%;
  }

  .p-teaser-footer-v2__info,
  .p-teaser-footer-v2__visual {
    width: calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-teaser-footer-v2 {
    gap: 32px;
    padding: 56px 24px 24px;
  }

  .p-teaser-footer-v2__top {
    padding-top: 5rem;
  }

  .p-teaser-footer-v2__logo {
    margin: 0 auto;
  }

  .p-teaser-footer-v2__content {
    flex-direction: column;
    gap: 24px;
  }

  .p-teaser-footer-v2__info,
  .p-teaser-footer-v2__visual {
    width: 100%;
  }
}

.p-teaser-section-row {
  align-items: center;
  display: flex;
  gap: var(--teaser-gap-lg);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--teaser-max);
  padding: 24px var(--teaser-pad-x);
}

@media screen and (min-width: 1025px) {
  .p-teaser-section-row {
    /* PC: 縦余白は各セクション要素側で管理する */
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-teaser-section-row--border {
  border-top: 0.5px solid #333333;
}

@media screen and (max-width: 767px) {
  .p-teaser-section-row {
    flex-direction: column;
    gap: 32px;
    padding: 24px 24px;
  }
}

.p-teaser-section-title {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 256px;
  justify-content: space-between;
  width: 212px;
}

.p-teaser-section-title--about {
  height: 467px;
  padding: 96px 0;
}

.p-teaser-section-title--doctor {
  height: 683px;
  padding: 48px 0;
}

.p-teaser-section-title__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-teaser-section-title__en {
  color: #333;
  font-family: "Castoro Titling", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.p-teaser-section-title__jp {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 178.571% */
  letter-spacing: 0.02625rem;
  text-align: left;
}

.p-teaser-section-title__line {
  flex: 0 0 auto;
  height: auto;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .p-teaser-section-title {
    gap: 24px;
    height: auto;
    padding: 24px 0 0;
    width: 100%;
  }
  .p-teaser-section-title__line {
    display: none;
  }
}

.p-teaser-section-content {
  max-width: 684px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-teaser-section-row {
    align-items: flex-start;
    gap: 32px;
  }
}

/* ===== Tablet / mid-size (768px - 1024px) ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-teaser-hero {
    /* 中間幅でもFVが余白にならないよう、画面高に追従 */
    height: clamp(640px, calc(100svh - 72px), 720px);
  }
  .p-teaser-hero__inner {
    bottom: 56px;
    left: 40px;
  }
  .p-teaser-hero__headline {
    font-size: 34px;
  }
  .p-teaser-hero__open {
    font-size: 26px;
    margin-top: 28px;
  }

  .p-teaser-section-title {
    gap: 160px;
    width: 180px;
  }
  .p-teaser-section-title--about {
    height: auto;
    padding: 72px 0;
  }
  .p-teaser-section-title--doctor {
    height: auto;
    padding: 40px 0;
  }

  .p-teaser-section-row {
    justify-content: flex-start;
  }
  .p-teaser-section-content {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    width: auto;
  }

  .p-teaser-doctor-info {
    flex-direction: column;
  }

  .p-teaser-about .p-teaser-section-content {
    gap: 40px;
    padding: 64px 0;
  }
  .p-teaser-doctor .p-teaser-section-content {
    gap: 40px;
    padding: 40px 0;
  }
}

.p-teaser-about .p-teaser-section-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 96px 0;
}

.p-teaser-doctor .p-teaser-section-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px 0;
}

@media screen and (max-width: 767px) {
  .p-teaser-about .p-teaser-section-content,
  .p-teaser-doctor .p-teaser-section-content {
    padding: 0 0 24px;
  }
}

.p-teaser-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}

.p-teaser-lead__nowrap {
  white-space: normal;
}

@media screen and (min-width: 1025px) {
  .p-teaser-lead__nowrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-teaser-lead__nowrap-sp {
    display: inline-block;
    white-space: nowrap;
  }
}

.p-teaser-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6;
}

@media screen and (max-width: 767px) {
  .p-teaser-lead {
    font-size: 18px;
    text-align: center;
    padding: 3rem 0rem;;
  }
}

.p-teaser-section-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 24px 0 48px;
}

.p-teaser-section-image img {
  height: auto;
  width: 100%;
}

/* ===== ABOUT image tiles (about.png as 4 tiles) ===== */
.p-teaser-about-marquee {
  overflow: visible;
}

.p-teaser-about-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
}

.p-teaser-about-tiles__item {
  aspect-ratio: 360 / 312; /* about.png (1440x312) を4分割 */
  background-image: url("../images/teaser/about.png");
  background-repeat: no-repeat;
  background-size: 400% 100%;
}

.p-teaser-about-tiles__item--1 { background-position: 0% 0; }
.p-teaser-about-tiles__item--2 { background-position: 33.333% 0; }
.p-teaser-about-tiles__item--3 { background-position: 66.666% 0; }
.p-teaser-about-tiles__item--4 { background-position: 100% 0; }

/* PC/Tablet: 4枚だけ表示（SPはマルキー用に8枚使う） */
.p-teaser-about-tiles__item:nth-child(n + 5) {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-teaser-about-marquee {
    overflow: hidden;
    padding: 0 16px;
  }
  .p-teaser-about-tiles {
    display: flex;
    gap: 16px;
    width: max-content;
    will-change: transform;
    animation: teaser-about-marquee 24s linear infinite;
  }
  .p-teaser-about-tiles__item {
    flex: 0 0 clamp(260px, 80vw, 320px);
  }
  .p-teaser-about-tiles__item:nth-child(n + 5) {
    display: block;
  }

  @media (prefers-reduced-motion: reduce) {
    .p-teaser-about-tiles {
      animation: none;
      transform: none;
    }
  }
}

@keyframes teaser-about-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.p-teaser-doctor-card {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-teaser-doctor-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .p-teaser-doctor-card__photo-wrap {
    flex: 0 0 auto;
    width: clamp(240px, 34vw, 330px);
  }
}

.p-teaser-doctor-card__photo-wrap {
  flex: 0 0 auto;
  width: clamp(240px, 34vw, 330px);
  aspect-ratio: 330 / 400;
  background-color: #D9D9D9;
  overflow: hidden;
}

.p-teaser-doctor-card__photo {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.p-teaser-doctor-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 400px;
  width: clamp(260px, 38vw, 330px);
}

.p-teaser-doctor-card__meta {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.p-teaser-doctor-card__meta-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-teaser-doctor-card__names {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .p-teaser-doctor-card__body {
    min-height: 0;
    width: 100%;
  }
}

.p-teaser-doctor-card__role {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-teaser-doctor-card__name {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}

.p-teaser-doctor-card__name-en {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}

.p-teaser-doctor-card__sns-row {
  align-items: center;
  display: flex;
  gap: 12px;
  height: 40px;
}

.p-teaser-doctor-card__sns-row--pc {
  display: flex;
}

.p-teaser-doctor-card__sns-row--sp {
  display: none;
}

.p-teaser-doctor-card__sns {
  height: 40px;
  width: 40px;
}

.p-teaser-doctor-card__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-top: auto;
}

.p-teaser-doctor-info {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.p-teaser-doctor-info__col {
  display: flex;
  flex-direction: column;
  flex: 1 1 330px;
  min-width: 260px;
}

.p-teaser-doctor-info__col--right {
  gap: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-teaser-doctor-info {
    flex-direction: column;
  }
  .p-teaser-doctor-info__col {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-teaser-doctor-info {
    flex-direction: column;
  }
  .p-teaser-doctor-info__col {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
}

.p-teaser-doctor-info__item-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-teaser-doctor-info__item-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-teaser-doctor-info__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.p-teaser-doctor-info__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
}

.p-teaser-doctor-info__item-left .p-teaser-doctor-info__value {
  line-height: 2;
}

.p-teaser-reservation {
  background-color: #EFEEEE;
  color: #333333;
  padding: 3.5rem 1.5rem;
}

.p-teaser-reservation__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

@media screen and (min-width: 768px) {
  .p-teaser-reservation__inner {
    gap: 48px;
  }
}

.p-teaser-reservation__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-teaser-reservation__en {
  font-family: "Castoro Titling", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}

.p-teaser-reservation__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}

.p-teaser-reservation__tel {
  background-color: #FFFFFF;
  padding: 24px 32px;
  width: 100%;
}

.p-teaser-reservation__tel-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-teaser-reservation__tel-title {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.p-teaser-reservation__tel-number {
  align-items: center;
  color: #333333;
  display: inline-flex;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-decoration: none;
}

.p-teaser-reservation__tel-number img {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.p-teaser-reservation__tel-note {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.p-teaser-reservation__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-teaser-reservation__buttons {
    flex-direction: column;
  }
}

.p-teaser-reservation__button {
  align-items: center;
  background-color: #333333;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  width: 100%;
}

.p-teaser-reservation__button > img {
  flex: 0 0 auto;
  height: 28px;
  margin-left: auto;
  width: 28px;
}

@media screen and (max-width: 767px) {
  .p-teaser-reservation__button {
    width: 100%;
  }
}

.p-teaser-reservation__button-text {
  display: flex;
  flex-direction: column;
}

.p-teaser-reservation__button-main {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-teaser-reservation__button-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 180%; /* 1.35rem */
  letter-spacing: 0.0225rem;
  color: #FFF;
  font-style: normal;
}

.p-teaser-footer {
  background-color: #8A8A88;
  color: #FFFFFF;
}

.p-teaser-footer__logo {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 72px 0;
}

.p-teaser-footer__logo img {
  height: 155px;
  max-width: 220px;
  object-fit: contain;
  width: 220px;
}

.p-teaser-footer__main {
  align-items: stretch;
  border-top: 0.5px solid #FBFBFA;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 24px var(--teaser-pad-x);
}
@media screen and (min-width: 1025px) {
  .p-teaser-footer__main {
    flex-wrap: nowrap;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-teaser-footer__main {
    align-items: stretch;
    flex-direction: column;
    border: none;
  }

  /* SP: ロゴ直下に予約 → その下に情報 */
  .p-teaser-footer .p-teaser-reservation {
    order: 1;
  }
  .p-teaser-footer__info {
    order: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Tabletでもフッター内予約をSPと同じ見え方に */
  .p-teaser-footer__main {
    align-items: stretch;
    flex-direction: column;
    border: none;
  }
  .p-teaser-footer__divider {
    display: none;
  }
  .p-teaser-footer .p-teaser-reservation {
    order: 1;
    padding: 48px 16px;
    width: 100%;
  }
  .p-teaser-footer .p-teaser-reservation__inner {
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0;
  }
  .p-teaser-footer__info {
    order: 2;
  }
}

.p-teaser-footer__info {
  display: flex;
  gap: 32px;
  flex: 1 1 auto;
  justify-content: flex-start;
  padding: 24px 0 0 0;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-teaser-footer__info {
    flex-direction: column;
  }
}

.p-teaser-footer__divider {
  align-self: stretch;
  border-left: 0.5px solid #FFFFFF;
  width: 0;
}
@media screen and (max-width: 767px) {
  .p-teaser-footer__divider {
    display: none;
  }
}

.p-teaser-footer__cols {
  display: flex;
  gap: 20px;
  padding: 0 22px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-teaser-footer__cols {
    flex-direction: column;
    padding: 0;
  }

  /* SP: footer cols typography */
  .p-teaser-footer__cols .p-teaser-footer__item dt {
    font-size: 15px;
    flex: 0 0 95px;
  }
  .p-teaser-footer__cols .p-teaser-footer__item dd {
    font-size: 15px;
  }
  .p-teaser-footer__cols .p-teaser-footer__nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.p-teaser-footer__schedule {
  border-bottom: 0.7px solid #FFFFFF;
  border-top: 0.7px solid #FFFFFF;
  margin-top: 24px;
}

.p-teaser-footer__schedule-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  --schedule-th-padding: 20px 17px;
  --schedule-th-first-padding: 20px 27px;
  --schedule-td-padding: 17px 18px;
  --schedule-td-first-padding: 1rem;
}

.p-teaser-footer__schedule-caption {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.p-teaser-footer__schedule-table thead tr {
  border-bottom: 0.7px solid #FFFFFF;
}

.p-teaser-footer__schedule-table th,
.p-teaser-footer__schedule-table td {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}

.p-teaser-footer__schedule-table th {
  padding: var(--schedule-th-padding);
}

.p-teaser-footer__schedule-table th:first-child {
  padding: var(--schedule-th-first-padding);
  white-space: nowrap;
}

.p-teaser-footer__schedule-table td {
  padding: var(--schedule-td-padding);
}

.p-teaser-footer__schedule-table td:first-child {
  padding: var(--schedule-td-first-padding);
  white-space: nowrap;
  font-size: 12px;
}

.p-teaser-footer__schedule-table td img {
  display: block;
  height: 48px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  width: 44px;
}

.p-teaser-footer__schedule-col--time {
  width: 94px;
}

.p-teaser-footer__map {
  background-color: #EFEEEE;
  height: 12.5rem;
  overflow: hidden;
  padding-bottom: 0;
  /* width: 100%; */
}

.p-teaser-footer__map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

/* footer内で右カラムとして置くための調整 */
.p-teaser-footer .p-teaser-reservation {
  flex: 0 0 auto;
  padding: 56px 24px;
  /* width: min(393px, 100%); */
}
@media screen and (max-width: 767px) {
  .p-teaser-footer .p-teaser-reservation {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .p-teaser-footer__info {
    flex: 1 1 0;
    width: auto;
  }

  .p-teaser-footer .p-teaser-reservation {
    flex: 1 1 0;
    width: auto;
  }

  .p-teaser-footer .p-teaser-reservation__inner {
    align-items: stretch;
    width: 100%;
  }

  .p-teaser-footer .p-teaser-reservation__buttons {
    align-items: stretch;
    width: 100%;
  }

  .p-teaser-footer .p-teaser-reservation__button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-teaser-footer .p-teaser-reservation__inner {
    gap: 48px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 0;
  }
  .p-teaser-footer .p-teaser-reservation__buttons {
    align-items: center;
    /* width: 345px; */
  }
  .p-teaser-footer .p-teaser-reservation__button {
    gap: 10px;
    /* width: 345px; */
  }
  .p-teaser-footer .p-teaser-reservation__button-text {
    flex: 0 0 163px;
    min-width: 0;
  }
}

.p-teaser-footer__col {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 8px;
  min-width: 0;
}

@media screen and (min-width: 768px) {
  /* PC: 2カラムの幅比率（例: 3:2） */
  .p-teaser-footer__col--left {
    flex: 3 1 0;
  }
  .p-teaser-footer__col--right {
    flex: 2 1 0;
  }
}

@media screen and (min-width: 1025px) {
  /* PC: 左カラムを少し広げる */
  .p-teaser-footer__col--left {
    flex: 4 1 0;
  }
  .p-teaser-footer__col--right {
    flex: 3 1 0;
  }
}

.p-teaser-footer__item {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  margin: 0;
}

.p-teaser-footer__item dt {
  flex: 0 0 52px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 2;
}

.p-teaser-footer__item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 2;
  margin: 0;
}

.p-teaser-footer__item--address {
  gap: 16px;
}

.p-teaser-footer__item--address dt {
  flex-basis: 48px;
}

.p-teaser-footer__item--address dd {
  flex: 1 1 auto;
  min-width: 0;
}

.p-teaser-footer__item address {
  font-style: normal;
}

.p-teaser-footer__address-note {
  display: inline-block;
  font-size: 11px;
  line-height: 1.8;
}

.p-teaser-footer__nowrap {
  white-space: nowrap;
}

.p-teaser-footer__copyright {
  padding: 16px 0;
  text-align: center;
  color: #FFF;
  font-family: "Nanum Myeongjo";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.0375rem;
}

.p-teaser-footer__copyright small {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* ===== SP overrides (Figma: SP / TEASER 390w) ===== */
@media screen and (max-width: 767px) {
  .p-header__right {
    display: none;
  }

  .p-teaser-doctor-info__item-left {
    gap: 0;
  }
  .p-teaser-doctor-info__item-right {
    gap: 0;
  }
  .p-teaser-doctor-card__meta-left {
    gap: 0;
  }
  .p-teaser-section-image {
    padding: 0;
  }

  /* schedule table (SP padding tuning) */
  .p-teaser-footer__schedule-table {
    --schedule-th-padding: 6px 8px;
    --schedule-th-first-padding: 6px 10px;
    --schedule-td-padding: 6px 0;
    --schedule-td-first-padding: 6px 0;
  }

  /* SPでABOUT画像をDOCTORの後ろに回す */
  main#top {
    display: flex;
    flex-direction: column;
  }
  .p-teaser-doctor {
    order: 2;
  }
  .p-teaser-about-image {
    order: 3;
  }

  .p-teaser-footer {
    padding-top: 48px;
  }

  /* header */
  .p-header__menu-button {
    display: none;
  }
  .p-header__menu-button span {
    display: none;
  }

  /* hero */
  .p-teaser-hero {
    /* header(56px) と固定CTA(64px) を避けて表示領域を確保 */
    background-position: center bottom;
    height: clamp(500px, calc(100svh - 56px - 64px), 560px);
  }

  /* 360px前後では cover の横トリミングで画像内テキストが欠けるため、比率固定で欠けを防止 */
  @media screen and (max-width: 389px) {
    .p-teaser-hero {
      aspect-ratio: 780 / 1000; /* fv-sp.png */
      height: auto;
    }
  }

  .p-teaser-hero__inner {
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .p-teaser-hero__headline {
    font-size: 26px;
    line-height: 1.4;
  }
  .p-teaser-hero__open {
    font-size: 21px;
    line-height: 2;
    margin-top: 24px;
  }

  /* sections */
  .p-teaser-section-row {
    align-items: stretch;
    gap: 40px;
    justify-content: center;
    padding: 48px 16px;
  }
  .p-teaser-section-title {
    align-items: left;
    gap: 16px;
    padding: 0 0 24px;
  }
  .p-teaser-section-title__text {
    align-items: left;
    gap: 0;
    border-bottom: 0.5px solid var(--Mono-950, #333);
  }
  .p-teaser-section-title__en {
    font-size: 28px;
    text-align: left;
  }
  .p-teaser-section-title__jp {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: left;
    padding-bottom: 24px;
  }
  .p-teaser-doctor-card__photo-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .p-teaser-doctor-card__body {
    gap: 48px;
  }
  .p-teaser-doctor-card__meta {
    align-items: flex-start;
  }
  .p-teaser-doctor-card__role {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .p-teaser-doctor-card__names {
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
  .p-teaser-doctor-card__sns-row--pc {
    display: none;
  }
  .p-teaser-doctor-card__sns-row--sp {
    display: flex;
  }
  .p-teaser-doctor-card__name {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .p-teaser-doctor-card__name-en {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .p-teaser-doctor-card__message {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 2;
    margin-top: 0;
  }
  .p-teaser-lead {
    font-size: 18px;
    line-height: 1.8;
  }
  .p-teaser-text {
    line-height: 2;
    display: none;
  }

  /* reservation (inside footer too) */
  .p-teaser-reservation {
    padding: 48px 16px;
  }

  /* footer */
  .p-teaser-footer__logo {
    padding: 0;
  }
  .p-teaser-footer__main {
    gap: 48px;
    padding: 48px 16px 0;
  }
}

/* ===== Page top button (Figma node: TOP) ===== */
.c-page-top {
  bottom: 40px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  z-index: 900;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.c-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .c-page-top {
    bottom: 96px;
  }

  .p-teaser-footer__sns {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    padding: 0 16px;
  }
  
  .p-teaser-footer__sns img {
    height: 40px;
    max-width: 390px;
    width: 100%;
  }

  .p-teaser-footer-cta {
    background: #333333;
    bottom: 0;
    display: flex;
    height: 64px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 950;
  }
  
  .p-teaser-footer-cta__item {
    align-items: center;
    color: #FBFBFA;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
  }
  
  .p-teaser-footer-cta__divider {
    align-self: stretch;
    border-left: 1px solid #8A8A88;
    width: 0;
  }
  
  .p-teaser-footer-cta__icon {
    display: block;
  }
  
  .p-teaser-footer-cta__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}

.c-page-top__btn {
  align-items: center;
  background: rgba(251, 251, 250, 0.5);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.c-page-top__btn::before {
  background: url("../images/teaser/top-arrow.svg") center/contain no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 12px;
}

.c-page-top__btn::after {
  color: #333333;
  content: "TOP";
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.36;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-page-top__btn {
    border-radius: 9999px;
  }
  .c-page-top__btn::after {
    content: none;
    display: none;
  }
}

/* ===== Footer CTA (SP) ===== */

.p-teaser-sp-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  body.is-teaser {
    padding-bottom: 36px;
  }

  .l-header {
    height: 56px;
  }

  .p-header__inner {
    padding: 0 8px 0 16px;
  }

  .p-header__logo {
    width: 209px;
  }

  .p-header__logo-link img {
    height: 30px;
    max-width: none;
    width: auto;
  }

  .p-header__actions {
    display: none;
  }

  .p-teaser-hero {
    height: 600px;
  }

  .p-teaser-hero__overlay {
    background-image: url("../images/teaser/hero-bg2.webp");
    height: clamp(180px, 28.9375rem, 663px);
    top: 140px;
  }

  .p-teaser-hero__logo {
    top: 62px;
    width: min(335px, 86vw);
  }

  .p-teaser-hero__catch {
    font-size: 18px;
    letter-spacing: 0.3em;
    line-height: 1.8;
    top: 206px;
    width: 100%;
    text-align: center;
  }

  .p-teaser-about__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 72px;
    max-width: none;
    padding: 80px 16px;
    width: 100%;
  }

  .p-teaser-about__content {
    gap: 72px;
    order: 1;
  }

  .p-teaser-about__image-wrap {
    height: auto;
    margin: 0 auto;
    max-width: 358px;
    order: 2;
    width: 100%;
  }

  .p-teaser-marquee {
    justify-content: center;
    padding: 0 16px;
  }

  .p-teaser-marquee__text {
    font-size: 96px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }

  .p-teaser-about2__inner {
    gap: 48px;
    padding: 64px 16px;
  }

  .p-teaser-about2__content {
    gap: 32px;
  }

  .p-teaser-about2__visual {
    width: min(358px, 100%);
  }

  .p-teaser-menu__inner {
    gap: 48px;
    padding: 80px 16px;
  }

  .p-teaser-menu__left {
    gap: 48px;
  }

  .p-teaser-menu__title {
    font-size: 45px;
  }

  .p-teaser-menu__link {
    font-size: 20px;
    height: 64px;
    padding: 0 16px;
  }

  .p-teaser-menu__visual {
    width: min(358px, 100%);
  }

  .p-teaser-reservation-top {
    margin-bottom: -32px;
    margin-top: -96px;
    padding: 0 16px;
  }

  .p-teaser-reservation-top__inner {
    gap: 48px;
    margin-top: 5rem;
    max-width: 358px;
    padding: 64px 56px;
  }

  .p-teaser-reservation-top__jp {
    font-size: 18px;
  }

  .p-teaser-reservation-top__en {
    font-size: 45px;
  }

  .p-teaser-reservation-top__buttons {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .p-teaser-reservation-top__button {
    width: 100%;
  }

  .p-teaser-footer-v2 {
    gap: 48px;
    padding: 64px 16px 24px;
  }

  .p-teaser-footer-v2__top {
    gap: 64px;
  }

  .p-teaser-footer-v2__logo {
    height: 125px;
    margin: 0 auto;
    width: 212.67px;
  }

  .p-teaser-footer-v2__content {
    flex-direction: column;
    gap: 24px;
  }

  .p-teaser-footer-v2__info,
  .p-teaser-footer-v2__visual {
    width: 100%;
  }

  .p-teaser-footer-v2__row {
    gap: 8px;
    padding: 16px 8px;
  }

  .p-teaser-footer-v2__visual {
    min-height: 220px;
  }

  .p-teaser-sp-cta {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1200;
  }

  .p-teaser-sp-cta__item {
    align-items: center;
    background: linear-gradient(135deg, #BF8150 0%, #F3C27E 28%, #C59454 100%);
    color: #FBFBFA;
    display: inline-flex;
    flex: 1 1 0;
    gap: 10px;
    height: 56px;
    justify-content: center;
    padding: 8px 16px;
  }

  .p-teaser-sp-cta__item span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2.2;
    text-align: center;
  }

  .p-teaser-sp-cta__item img {
    display: block;
    flex: 0 0 auto;
    width: auto;
  }

  .p-teaser-sp-cta__item:first-child img {
    height: 16px;
    width: 15.8px;
  }

  .p-teaser-sp-cta__item:last-child img {
    height: 16px;
    width: 16.8px;
  }

  .p-teaser-sp-cta__divider {
    background-color: #FFFFFF;
    height: 56px;
    width: 1px;
  }

  .c-page-top {
    bottom: 84px;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-teaser-hero__overlay {
    bottom: 0;
    height: auto;
    top: 120px;
  }
}

@media screen and (min-width: 389px) and (max-width: 770px) {
  .p-teaser-hero__overlay {
    background-image: url("../images/teaser/hero-bg.webp");
  }
} */

