@charset "UTF-8";
@font-face {
  font-family: "Futura Cond";
  src: url("../fonts/FuturaStd-Condensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cond";
  src: url("../fonts/FuturaStd-CondensedBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amithen";
  src: url("../fonts/Amithen.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DIN1451";
  src: url("../fonts/din1451alt.ttf") format("truetype");
  font-display: swap;
}
:root {
  --fx-magenta: #c0399f;
  --fx-magenta-d: #a12b86;
  --fx-purple: #7d54aa;
  --fx-purple-l: #c787de;
  --fx-pink: #f7e3f1;
  --fx-pink-soft: #fbeef7;
  --fx-green: #34b34a;
  --fx-ink: black;
  --fx-nav-h: .66rem;
  --fx-header-h: .71rem;
  --fx-header-h-sp: .6rem;
  --fx-logo-ink: var(--fx-purple);
  --fx-font-heading: "azo-sans-web", sans-serif;
  --fx-font-body: "NotoSansCJKjp", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --fx-font-button-azo: var(--fx-font-heading);
  --fx-font-button-futura: "Futura Cond", "Arial Narrow", sans-serif;
  --fx-font-button-azo-weight: 900;
  --fx-font-button-futura-weight: 700;
  --font-heading: var(--fx-font-heading);
  --font-basic: var(--fx-font-body);
  --fx-font-base:.18rem;
  --fx-type-body:1em;
  --fx-type-heading-lg:2.2em;
  --fx-type-page-title:3.85em;
  --fx-type-heading-md:1.4em;
  --fx-type-button:1.2em;
  --fx-type-caption:.85em;
  --fx-type-small:.9em;
}
@media (max-width: 767px) {
  :root {
    --fx-font-base:.28rem;
    --fx-type-body:1em;
    --fx-type-heading-lg:1.8em;
    --fx-type-page-title:2.2em;
    --fx-type-heading-md:1em;
    --fx-type-button:1em;
    --fx-type-caption:.85em;
    --fx-type-small:.72em;
  }
}

.focus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.6em 1.6em;
  border-radius: 999px;
  font-size: var(--fx-type-caption);
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.focus-btn--solid {
  background: var(--fx-magenta);
  color: #fff;
  box-shadow: 0 0.04rem 0.14rem rgba(192, 57, 159, 0.35);
}

.focus-btn--solid:hover {
  background: var(--fx-magenta-d);
  transform: translateY(-1px);
}

.focus-btn--ghost {
  background: transparent;
  color: #fff;
  border: 0.015rem solid rgba(255, 255, 255, 0.85);
}

.focus-btn--ghost:hover {
  background: #fff;
  color: var(--fx-magenta);
}

.focus-header {
  position: relative;
  top: 0;
  z-index: 40;
  padding: 0;
  background: #fff;
  box-shadow: none;
}
.focus-header__inner {
  max-width: 12rem;
  margin: 0 auto;
  height: 0.95rem;
  padding: 0 0.3rem 0 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  position: relative;
}
.focus-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}
.focus-header__logoimg {
  display: block;
  width: 2.52rem;
  height: 0.74rem;
  background-color: var(--fx-purple-l);
  -webkit-mask: url(../images/svg/logo/logo.svg) left center/contain no-repeat;
  mask: url(../images/svg/logo/logo.svg) left center/contain no-repeat;
}
.focus-header__tagline {
  flex: 1 1 auto;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
}
.focus-header__actions {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  align-self: stretch;
  position: relative;
}
.focus-header__area {
  display: none;
}
.focus-header .focus-btn {
  align-self: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--fx-font-heading);
}
.focus-header .focus-btn--ghost {
  width: 1.66rem;
  height: 0.53rem;
  padding: 0;
  border-radius: 0.27rem;
  background: var(--fx-purple-l);
  color: #fff;
  border: 0;
  box-shadow: none;
  font-size: var(--fx-type-body);
}
.focus-header .focus-btn--ghost:hover {
  background: var(--fx-purple);
  color: #fff;
}
.focus-header .focus-btn--solid {
  position: relative;
  align-self: flex-start;
  width: 1rem;
  height: 1.21rem;
  margin-top: 0;
  margin-bottom: -0.602em;
  padding: 2.315em 0.926em 0.741em;
  border-radius: 0 0 0.5rem 0.5rem;
  background: var(--fx-purple);
  color: #fff;
  box-shadow: none;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: normal;
  overflow: hidden;
}
.focus-header .focus-btn--solid::before {
  content: "✓";
  position: absolute;
  top: 0.12rem;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  color: #fff200;
  font-size: var(--fx-type-heading-lg);
  line-height: 1;
  z-index: 1;
}
.focus-header .focus-btn--solid:hover {
  background: var(--fx-purple);
}

.site-header.focus-header {
  margin: 0;
}
@media (max-width: 767px) {
  .site-header.focus-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 0;
  }
}

.focus-globalnav {
  position: static;
  top: 0;
  z-index: 60;
  padding: 0.1rem 0;
}
.focus-globalnav.is-fixed {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(0.12rem);
  backdrop-filter: blur(0.12rem);
  box-shadow: 0 0.04rem 0.12rem rgba(125, 84, 170, 0.09);
}
.focus-globalnav.is-fixed .focus-globalnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
  max-width: 12rem;
  margin: 0 auto;
  height: 0.72rem;
  padding: 0 0.4rem;
}
.focus-globalnav.is-fixed .focus-globalnav__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 0.06rem;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.focus-globalnav.is-fixed .focus-globalnav__logo img {
  display: block;
  width: auto;
  height: 0.46rem;
}
.focus-globalnav.is-fixed ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
  min-width: 0;
}
.focus-globalnav.is-fixed li {
  flex: 0 1 auto;
  min-width: 0;
}
.focus-globalnav.is-fixed a {
  height: 0.54rem;
  padding: 0 0.846em;
  border-right: 0.01rem solid rgba(199, 135, 222, 0.5);
  background: transparent;
  color: var(--fx-purple);
  font-size: var(--fx-type-small);
  letter-spacing: 0.03em;
}
.focus-globalnav.is-fixed li:first-child > a {
  border-left: 0.01rem solid rgba(199, 135, 222, 0.5);
}
.focus-globalnav.is-fixed a:hover,
.focus-globalnav.is-fixed a[aria-current=page],
.focus-globalnav.is-fixed .current-menu-item > a,
.focus-globalnav.is-fixed .current_page_item > a,
.focus-globalnav.is-fixed .current-menu-parent > a,
.focus-globalnav.is-fixed .current-menu-ancestor > a {
  background: var(--fx-purple);
  color: #fff;
  border-color: var(--fx-purple);
}
.focus-globalnav.is-fixed .focus-globalnav__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 0.18rem;
  gap: 0.16rem;
}
.focus-globalnav.is-fixed .focus-globalnav__contact {
  min-width: 1.34rem;
  height: 0.42rem;
  padding: 0 1.5em;
  border: 0;
  border-radius: 999em;
  background: var(--fx-purple-l);
  color: #fff;
  font-size: var(--fx-type-small);
  letter-spacing: 0.05em;
}
.focus-globalnav.is-fixed .focus-globalnav__book {
  position: relative;
  width: 0.9rem;
  height: 0.98rem;
  margin-bottom: -1.444em;
  padding: 1.889em 0.389em 0.722em;
  border: 0;
  border-radius: 0 0 50% 50%;
  background: var(--fx-purple);
  color: #fff;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.focus-globalnav.is-fixed .focus-globalnav__book::before {
  content: "✓";
  position: absolute;
  top: 0.07rem;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  color: #fff200;
  font-size: var(--fx-type-heading-lg);
  line-height: 1;
}
.focus-globalnav__spacer {
  display: none;
  height: 0.86rem;
}
.focus-globalnav.is-fixed + .focus-globalnav__spacer {
  display: block;
}
.focus-globalnav__inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.focus-globalnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.04rem;
}
.focus-globalnav li {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}
.focus-globalnav a {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--fx-nav-h);
  padding: 0 0.12rem;
  background: var(--fx-purple-l);
  color: #fff;
  text-decoration: none;
  font-family: var(--fx-font-heading);
  font-weight: 900;
  font-size: var(--fx-type-caption);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.focus-globalnav a:hover, .focus-globalnav a[aria-current=page] {
  background: var(--fx-purple);
}
.focus-globalnav .current-menu-item > a,
.focus-globalnav .current_page_item > a,
.focus-globalnav .current-menu-parent > a,
.focus-globalnav .current-menu-ancestor > a {
  background: var(--fx-purple);
}
.focus-globalnav__actions {
  display: none;
}
.focus-globalnav .focus-globalnav__logo {
  display: none;
}
@media (max-width: 767px) {
  .focus-globalnav {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp_headwrap {
    position: relative;
    width: 100%;
  }
  .sp_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    height: 1.18rem;
    padding: 0 0.19rem 0 0.36rem;
    transition: height 0.25s ease;
  }
  .sp_header__brand {
    position: absolute;
    left: calc((100% - 1.8rem) / 2);
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.62rem;
    min-width: 0;
  }
  .sp_header__tagline {
    display: none;
    color: var(--fx-purple);
    font-family: var(--fx-font-heading);
    font-weight: 700;
    font-size: 1.04em;
    line-height: 1.08;
    letter-spacing: 0.01em;
  }
  .sp_header__logo {
    display: block;
    width: 2.62rem;
    max-width: 100%;
    aspect-ratio: 381.65/93.86;
    margin-top: 0;
    background-color: var(--fx-purple-l);
    -webkit-mask: url(../images/svg/logo/logo.svg) left center/contain no-repeat;
    mask: url(../images/svg/logo/logo.svg) left center/contain no-repeat;
  }
  .sp_header__book {
    position: absolute;
    top: 0;
    right: 0.19rem;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 1.61rem;
    height: 1.88rem;
    border-radius: 0 0 0.8rem 0.8rem;
    background: var(--fx-purple);
    color: #fff;
    box-shadow: 0 0.14rem 0.24rem rgba(58, 24, 82, 0.42);
    font-family: var(--fx-font-heading);
    font-weight: 900;
    font-size: 1.3em;
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 1.1em;
  }
  .sp_header__book::before {
    content: "✓";
    position: absolute;
    top: 0.2rem;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    color: #fff200;
    font-size: 1.4em;
    line-height: 1;
  }
  .hamburger {
    transform: none;
  }
  .hamburger_label {
    font-size: 0.9em;
  }
  .site-header.focus-header.is-compact .sp_header {
    position: relative;
    z-index: 5;
    align-items: center;
    height: 0.72rem;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(0.12rem);
    backdrop-filter: blur(0.12rem);
  }
  .site-header.focus-header.is-compact .sp_header__tagline {
    display: none;
  }
  .site-header.focus-header.is-compact .sp_header__brand {
    display: flex;
    left: 0.24rem;
    top: 50%;
    transform: translateY(-50%);
    align-items: flex-start;
    width: 1.82rem;
  }
  .site-header.focus-header.is-compact .sp_header__logo {
    display: block;
    width: 1.82rem;
    background-color: var(--fx-purple);
  }
  .site-header.focus-header.is-compact .sp_header__book {
    z-index: 10;
    right: 0.19rem;
    width: 1.61rem;
    height: 1.88rem;
    border-radius: 0 0 0.8rem 0.8rem;
    font-size: 1.3em;
    line-height: 0.95;
    padding-bottom: 1.1em;
  }
  .site-header.focus-header.is-compact .sp_header__book::before {
    top: 0.2rem;
    font-size: 1.4em;
  }
  .site-header.focus-header.is-compact .hbmenu_full_fade {
    display: none;
  }
  .focus-spnav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.72rem;
    z-index: 3;
    height: 0.86rem;
    background: rgba(24, 18, 28, 0.26);
    -webkit-backdrop-filter: blur(24px) saturate(1.14);
    backdrop-filter: blur(24px) saturate(1.14);
    transition: height 0.18s ease;
    overflow: visible;
  }
  .site-header.focus-header.is-compact .focus-spnav {
    display: block;
  }
  .focus-spnav:has(#focus-spnav-mega-companion:not([hidden])) {
    height: 2.58rem;
  }
  .focus-spnav:has(#focus-spnav-mega-service:not([hidden])) {
    height: 3.44rem;
  }
  .focus-spnav ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: 0.86rem;
    margin: 0;
    padding: 0 1.74rem 0 0;
    list-style: none;
    background: transparent;
  }
  .focus-spnav li {
    display: flex;
    min-width: 0;
  }
  .focus-spnav li + li {
    border-left: 0.01rem solid rgba(255, 255, 255, 0.42);
  }
  .focus-spnav .focus-spnav__trigger,
  .focus-spnav .focus-spnav__link,
  .focus-spnav .focus-spnav__mega a {
    display: flex;
    align-items: center;
    min-height: 0.86rem;
    padding: 0 0.36rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-family: "Futura Cond", "Arial Narrow", var(--fx-font-heading);
    font-weight: 700;
    font-size: 1.13em;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-decoration: none;
    text-shadow: 0 0.018rem 0.08rem rgba(0, 0, 0, 0.62);
  }
  .focus-spnav .focus-spnav__trigger,
  .focus-spnav .focus-spnav__link {
    justify-content: center;
    height: 100%;
    min-width: 1.18rem;
    padding-inline: 0.68em;
  }
  .focus-spnav .focus-spnav__trigger {
    cursor: pointer;
  }
  .focus-spnav .focus-spnav__trigger::after {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.08rem;
    border-right: 0.025rem solid currentColor;
    border-bottom: 0.025rem solid currentColor;
    transform: translateY(-0.03rem) rotate(45deg);
  }
  .focus-spnav .focus-spnav__trigger[aria-expanded=true]::after {
    transform: translateY(0.03rem) rotate(-135deg);
  }
  .focus-spnav .focus-spnav__mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.86rem;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 1.74rem 0 0;
    background: transparent;
  }
  .focus-spnav .focus-spnav__mega[hidden] {
    display: none;
  }
  .focus-spnav .focus-spnav__mega a {
    justify-content: flex-start;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    font-family: var(--fx-font-heading);
    font-size: var(--fx-type-button);
    letter-spacing: 0.04em;
  }
  .hamburger_label {
    position: absolute;
    z-index: 2;
    top: 0.52rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.72rem;
    color: var(--fx-purple);
    font-family: var(--fx-font-heading);
    font-weight: 900;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .hbmenu_full_fade {
    position: absolute;
    z-index: 3;
    flex: 0 0 auto;
    left: 0.55rem;
    top: 0.23rem;
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0;
  }
  .hbmenu_full_fade .toggle {
    position: absolute;
    z-index: 3;
    top: -0.25rem;
    left: -0.18rem;
    width: 1.08rem;
    height: 1.08rem;
    cursor: pointer;
    opacity: 0;
  }
  .hbmenu_full_fade .toggle:checked + .hamburger > span {
    transform: rotate(135deg);
  }
  .hbmenu_full_fade .toggle:checked + .hamburger > span:before, .hbmenu_full_fade .toggle:checked + .hamburger > span:after {
    top: 0;
    transform: rotate(90deg);
  }
  .hbmenu_full_fade .toggle:checked + .hamburger > span:after {
    opacity: 0;
  }
  .hbmenu_full_fade .toggle:checked:hover + .hamburger > span {
    transform: rotate(225deg);
  }
  .hbmenu_full_fade .toggle:checked ~ .menu {
    visibility: visible;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .hbmenu_full_fade .toggle:checked ~ .menu > div {
    transition-duration: 0.75s;
    transform: scale(1);
  }
  .hbmenu_full_fade .toggle:checked ~ .menu > div > ul {
    opacity: 1;
  }
  .hbmenu_full_fade .toggle:checked ~ .menu > div > ul li {
    transition-delay: 0.4s;
  }
  .hbmenu_full_fade .hamburger {
    position: absolute;
    z-index: 2;
    top: 0.08rem;
    left: 0;
    display: block;
    width: 0.72rem;
    height: 0.42rem;
    padding: 0;
    cursor: pointer;
    backface-visibility: hidden;
  }
  .hbmenu_full_fade .hamburger > span {
    position: absolute;
    top: 0.18rem;
    left: 0;
    display: block;
    width: 0.72rem;
    height: 0.045rem;
    transition: all 0.4s ease;
    background: var(--fx-purple);
  }
  .hbmenu_full_fade .hamburger > span:before, .hbmenu_full_fade .hamburger > span:after {
    position: absolute;
    z-index: 3;
    top: -0.18rem;
    left: 0;
    display: block;
    width: 0.72rem;
    height: 0.045rem;
    content: "";
    transition: all 0.4s ease;
    background: inherit;
  }
  .hbmenu_full_fade .hamburger > span:after {
    top: 0.18rem;
  }
  .hbmenu_full_fade .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100dvh;
    padding-block: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(70% 45% at 0% 8%, rgba(206, 228, 240, 0.6), transparent 70%), radial-gradient(65% 40% at 100% 22%, rgba(244, 214, 228, 0.6), transparent 70%), radial-gradient(70% 45% at 0% 88%, rgba(220, 238, 206, 0.55), transparent 70%), radial-gradient(65% 45% at 100% 96%, rgba(210, 230, 244, 0.55), transparent 70%), #fff;
    overflow-y: auto;
  }
  .hbmenu_full_fade .menu > ul {
    display: block;
    width: 80vw;
    max-height: 100vh;
    margin: 0;
    padding-block: 0.6em;
    list-style: none;
    transition: opacity 0.4s ease;
    text-align: center;
  }
  .hbmenu_full_fade .menu .menu-item,
  .hbmenu_full_fade .menu > ul > li {
    display: block;
    position: relative;
    padding: 0.28rem 0;
    border-bottom: 1px solid var(--fx-pink, #f7e3f1);
  }
  .hbmenu_full_fade .menu .menu-item a,
  .hbmenu_full_fade .menu > ul > li a {
    position: relative;
    display: block;
    cursor: pointer;
    transition: color 0.4s ease;
    color: var(--fx-purple);
    font-size: 0.44rem;
    font-weight: 700;
    font-family: var(--fx-font-heading);
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-decoration: none;
  }
  .hbmenu_full_fade .menu .mirai-app-icons {
    display: flex;
    justify-content: center;
    gap: 0.15rem;
  }
  .hbmenu_full_fade .menu .mirai-app-icons__item {
    width: 0.6rem;
    max-width: 22vw;
  }
  .hbmenu_full_fade .menu .mirai-app-icons__thumb {
    max-width: none;
  }
  .hbmenu_full_fade .menu_social-links {
    width: 100%;
    margin-top: 0.35rem;
  }
  .hbmenu_full_fade .menu_social-list {
    display: flex;
    justify-content: center;
    gap: 0.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hbmenu_full_fade .menu_social-list li {
    width: 0.6rem;
    max-width: 22vw;
  }
  .hbmenu_full_fade .menu_social-list img {
    display: block;
    width: 100%;
    height: auto;
  }
  .hbmenu_full_fade .menu_cta {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
  .hbmenu_full_fade .menu_cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 90%;
    max-width: 5.8rem;
    min-height: 0.9rem;
    padding: 0.3rem 0.3rem;
    border-radius: 999px;
    font-family: var(--fx-font-heading);
    font-weight: 700;
    font-size: 0.42rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-decoration: none;
  }
  .hbmenu_full_fade .menu_cta__btn--tel {
    background: #fff;
    color: var(--fx-purple);
    border: 0.03rem solid var(--fx-purple-l);
  }
  .hbmenu_full_fade .menu_cta__btn--book {
    background: var(--fx-purple);
    color: #fff;
  }
  .hbm_logo {
    display: block;
    width: 3.4rem;
    max-width: 62vw;
    aspect-ratio: 381.65/93.86;
    margin-bottom: 0.4rem;
    background-color: var(--fx-purple-l);
    -webkit-mask: url(../images/svg/logo/logo.svg) center/contain no-repeat;
    mask: url(../images/svg/logo/logo.svg) center/contain no-repeat;
  }
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .menu {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .menu.is-active {
    pointer-events: auto;
    opacity: 1;
  }
}
.fx-btn {
  --btn-font: var(--fx-font-button-azo);
  --btn-weight: var(--fx-font-button-azo-weight);
  --btn-size-base: calc(var(--fx-font-base) * 1.35);
  --btn-font-scale: 1;
  --btn-size: calc(var(--btn-size-base) * var(--btn-font-scale));
  --btn-pad-y: 1.54em;
  --btn-pad-x: 1.8em;
  --btn-min-w: 2.2rem;
  --btn-radius: 999em;
  --btn-tracking: .01em;
  --btn-bg: var(--fx-purple-l);
  --btn-bg-hover: var(--fx-purple);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--btn-min-w);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border: 0;
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--btn-font);
  font-weight: var(--btn-weight);
  font-size: var(--btn-size);
  letter-spacing: var(--btn-tracking);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 0.15s, background 0.2s;
}
.fx-btn:hover {
  background: var(--btn-bg-hover);
  color: var(--btn-fg);
}
.fx-btn[data-font=futura] {
  --btn-font: var(--fx-font-button-futura);
  --btn-weight: var(--fx-font-button-futura-weight);
  --btn-font-scale: .945;
}
.fx-btn[data-size=sm] {
  --btn-size-base: calc(var(--fx-font-base) * 1.09);
  --btn-pad-y: 1.11em;
  --btn-pad-x: 2em;
  --btn-min-w: 0;
}
.fx-btn[data-size=lg] {
  --btn-size-base: calc(var(--fx-font-base) * 2);
  --btn-pad-y: 1.07em;
  --btn-pad-x: 1.7em;
  --btn-min-w: 2.7rem;
}
.fx-btn[data-size=xl] {
  --btn-size-base: calc(var(--fx-font-base) * 2.4);
  --btn-pad-y: 1em;
  --btn-pad-x: 2.3em;
  --btn-min-w: 3.7rem;
}
.fx-btn[data-lines="2"] {
  --btn-pad-y:.9em;
  white-space: normal;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .fx-btn[data-lines="2"] {
    --btn-size-base:calc(var(--fx-font-base) * 1.1);
    --btn-pad-y:.55em;
  }
}
.fx-btn[data-tone=light] {
  --btn-bg: #fff;
  --btn-bg-hover: #fff;
  --btn-fg: var(--fx-purple-l);
}
.fx-btn[data-tone=gradient] {
  --btn-bg: linear-gradient(90deg, var(--fx-purple), var(--fx-magenta));
  --btn-bg-hover: linear-gradient(90deg, var(--fx-purple), var(--fx-magenta));
}
@media (max-width: 767px) {
  .fx-btn[data-block=sp] {
    --btn-min-w:0;
    width: 100%;
  }
}

.fx-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  margin: 0.24rem 0 0.08rem;
}
@media (max-width: 767px) {
  .fx-ctas {
    flex-direction: column;
  }
}

.fx-ctas--center {
  justify-content: center;
}

.fx-ctas--start {
  justify-content: flex-start;
}

.fx-card {
  --rank-c:var(--fx-purple);
  position: relative;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0.02rem;
  background: #fff;
  border-top: 0.075rem solid var(--rank-c);
  border-bottom: 0.075rem solid var(--rank-c);
  box-shadow: 0 0.06rem 0.16rem rgba(122, 63, 157, 0.16);
  font-size: var(--fx-type-caption);
}
@media (max-width: 767px) {
  .fx-card {
    font-size: var(--fx-type-button);
  }
}

.fx-card--premium {
  --rank-c:#c49a3f;
}

.fx-card--luxury {
  --rank-c:#e7788f;
}

.fx-card--secret {
  --rank-c:#8f078f;
}

.fx-card--ask {
  --rank-c:#3e3e3e;
}

.fx-card__link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.fx-card__photo {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--fx-pink-soft);
}

.fx-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx-card__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.11rem;
  display: block;
  min-height: 1.22rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fx-card__foot {
    min-height: 1.4rem;
  }
}

.fx-card__pill {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  min-height: 1.18rem;
  padding: 0.17rem 0.58rem 0.16rem 0.2rem;
}
@media (max-width: 767px) {
  .fx-card__pill {
    width: 62%;
    min-height: 1.35rem;
    padding: 0.2rem 0.5rem 0.18rem 0.21rem;
  }
}
.fx-card__pill {
  background: #fff;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.08);
}

.fx-card__name {
  color: var(--fx-purple);
  font-family: "Futura Cond", "Arial Narrow", sans-serif;
  font-size: 1.52em;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 0.29em;
}
@media (max-width: 767px) {
  .fx-card__name {
    font-size: var(--fx-type-body);
    margin-bottom: 0.2em;
  }
}

.fx-card__spec,
.fx-card__time {
  color: #555;
  font-family: "Futura Cond", "Arial Narrow", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.005em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fx-card__spec,
  .fx-card__time {
    font-size: var(--fx-type-caption);
    transform: scaleX(0.8);
    transform-origin: left center;
  }
}

.fx-card__badge {
  position: absolute;
  right: 0.16rem;
  bottom: 0.04rem;
  z-index: 2;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 0.02rem 0.05rem rgba(0, 0, 0, 0.24));
}
@media (max-width: 767px) {
  .fx-card__badge {
    width: 1.24rem;
    height: 1.24rem;
  }
}

.fx-card:hover {
  transform: translateY(-0.02rem);
  transition: transform 0.2s ease;
}

.fx-card__media {
  position: relative;
  display: block;
}

.fx-card__cta {
  display: none;
  padding: 0.909em 0.505em 0.404em;
  background: var(--rank-c);
  color: #fff;
  font-family: "Futura Cond", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.fx-card__media--printing .fx-card__photo {
  background: var(--rank-c);
}

.fx-card__media--printing .fx-card__photo img {
  display: none;
}

.fx-card__printing {
  position: absolute;
  top: 0.14rem;
  left: 0.16rem;
  z-index: 2;
  color: #fff;
  font-family: "Futura Cond", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}

.post_latest,
.link_hereafter {
  box-sizing: border-box;
}

.post_latest {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: 0.04rem solid var(--fx-pink-d, #c83a9b);
  background: #fff;
}
@media (max-width: 767px) {
  .post_latest {
    flex-direction: column;
  }
}

.thmb_latest {
  flex: 0 0 48%;
  align-self: stretch;
  background: #d8d8d8;
}
@media (max-width: 767px) {
  .thmb_latest {
    flex-basis: auto;
    aspect-ratio: 4/3;
  }
}

.thmb_latest img,
.thmb_hereafter img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_latest,
.content_hereafter {
  box-sizing: border-box;
  background: #fff;
}

.content_latest {
  position: relative;
  flex: 1 1 auto;
  padding: 0.22rem 0.24rem 0.2rem;
}
@media (max-width: 767px) {
  .content_latest {
    padding: 0.16rem;
  }
}

.post_hereafter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link_hereafter {
  background: #fff;
  border: 0.01rem solid #d8b1dc;
  padding: 0.12rem;
}
@media (max-width: 767px) {
  .link_hereafter {
    padding: 0.1rem;
  }
}

.thmb_hereafter {
  display: block;
  aspect-ratio: 4/3;
  background: #cfcfcf;
}

.content_hereafter {
  padding: 0.1rem 0 0;
}

.content_latest span,
.content_hereafter span {
  display: inline-block;
  margin: 0 0.517em 0.517em 0;
  padding: 0.24em 0.72em;
  border-radius: 999em;
  background: #efd8ee;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.content_latest time,
.content_hereafter time {
  display: inline-block;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-body);
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1;
}

.content_latest h2,
.content_latest h3,
.content_hereafter h2,
.content_hereafter h3 {
  margin: 0.28em 0 0.34em;
  font-family: var(--fx-font-heading);
  font-size: 1.18em;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.content_latest h2 a,
.content_latest h3 a,
.content_hereafter h2 a,
.content_hereafter h3 a {
  color: black;
  text-decoration: none;
}

.content_latest .content_txt,
.content_hereafter .content_txt {
  margin: 0;
  color: black;
  font-family: var(--fx-font-body);
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content_latest .bottom,
.content_hereafter .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  margin-top: 0.14rem;
}

.content_latest .auther,
.content_hereafter .auther {
  display: flex;
  align-items: center;
  gap: 0.271em;
  margin: 0;
  color: #999;
  font-size: 0.82em;
  line-height: 1.2;
}

.content_latest .auther img,
.content_hereafter .auther img {
  width: 1.2em;
  height: 1.2em;
  object-fit: contain;
}

.content_latest .readmore,
.content_hereafter .readmore {
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.content_latest .readmore::after,
.content_hereafter .readmore::after {
  content: ">";
  margin-left: 0.3em;
}

.post-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.12rem 0.32rem;
  max-width: 10.3rem;
  margin: 0.34rem auto 0.42rem;
}
@media (max-width: 767px) {
  .post-filters {
    gap: 0.08rem;
  }
}

.post-filters a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.33rem;
  min-height: 0.55rem;
  padding: 0.5em 1em;
  border-radius: 999em;
  background: #fff;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .post-filters a {
    flex: 1 1 calc(50% - 0.08rem);
    min-width: 0;
  }
}

.post-filters a.active,
.post-filters a:hover {
  background: var(--fx-purple-l);
  color: #fff;
}

#footer {
  background: var(--fx-purple);
  color: #fff;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  font-size: var(--fx-type-body);
}
#footer .container_foot {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  padding: 0.3rem 0.72rem 0.74rem;
}
@media (max-width: 767px) {
  #footer .container_foot {
    padding: 0.5rem 0.45rem 0.6rem;
  }
}
#footer .foot_wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0.7rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  #footer .foot_wrap {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    column-gap: 1rem;
    row-gap: 0.4rem;
    align-items: start;
  }
}
#footer .foot_left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #footer .foot_left {
    display: contents;
  }
}
#footer .foot_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  margin: 0 0 0.22rem;
}
@media (max-width: 767px) {
  #footer .foot_logo {
    grid-column: 1/-1;
    grid-row: 1;
    align-items: center;
    margin: 0;
  }
}
#footer .foot_logo img {
  width: 4.25rem;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  #footer .foot_logo img {
    width: 5.92rem;
  }
}
#footer .foot_left p[itemprop=description] {
  margin: 0 0 2.176em;
  color: #fff;
  font-size: var(--fx-type-caption);
  line-height: 1.65;
}
@media (max-width: 767px) {
  #footer .foot_left p[itemprop=description] {
    grid-column: 1/-1;
    grid-row: 2;
    margin: 0;
    line-height: 1.7;
    text-align: center;
  }
}
#footer .foot_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  margin-top: 0.28rem;
}
@media (max-width: 767px) {
  #footer .foot_bottom {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.28rem;
  }
}
#footer #copyright {
  margin: 0;
  color: #fff;
  font-size: var(--fx-type-caption);
  line-height: 1.6;
}
@media (max-width: 767px) {
  #footer #copyright {
    grid-column: 1/-1;
    grid-row: 6;
    margin: 0.481em 0 0;
    font-size: clamp(8px, 2.35cqw, 9px);
    line-height: 1.45;
    text-align: center;
    white-space: normal;
  }
}
#footer #copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer #copyright a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  #footer #copyright br.sp {
    display: none;
  }
}
#footer .foot_right {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0.62rem;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  #footer .foot_right {
    display: contents;
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  #footer .foot_quick {
    grid-column: 1;
    grid-row: 3/span 2;
  }
}
#footer .nav h2,
#footer .foot_info h2 {
  margin: 0 0 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 0.015rem solid rgba(255, 255, 255, 0.7);
  color: #fff;
  text-align: left;
  font-family: var(--fx-font-button-futura);
  font-size: var(--fx-type-heading-md);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #footer .nav h2,
  #footer .foot_info h2 {
    font-size: var(--fx-type-button);
    line-height: 1.15;
    text-align: left;
    justify-self: start;
    width: 100%;
    white-space: nowrap;
  }
}
#footer .nav ul,
#footer .sns_icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .nav li {
  margin: 0;
}
#footer .nav a,
#footer .foot_info p {
  color: #fff;
  font-family: var(--fx-font-button-futura);
  font-size: var(--fx-type-body);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #footer .nav a,
  #footer .foot_info p {
    font-size: var(--fx-type-body);
    line-height: 1.36;
  }
}
#footer .foot_info {
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
  height: 100%;
}
@media (max-width: 767px) {
  #footer .foot_info {
    display: contents;
  }
}
#footer .foot_info p {
  margin: 0;
}
@media (max-width: 767px) {
  #footer .foot_info p {
    white-space: normal;
    overflow-wrap: break-word;
  }
}
@media (max-width: 767px) {
  #footer .foot_info > div:first-child {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (max-width: 767px) {
  #footer .foot_info > div:last-of-type {
    grid-column: 2;
    grid-row: 4;
  }
}
#footer .sns_icon {
  display: flex;
  justify-content: flex-end;
  gap: 0.12rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .sns_icon {
    grid-column: 1/-1;
    grid-row: 5;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.15rem 0 0;
    padding-top: 0;
  }
}
#footer .sns_icon svg {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
}
@media (max-width: 767px) {
  #footer .sns_icon svg {
    width: 0.97rem;
    height: 0.97rem;
  }
}
#footer .sns_icon svg .cls-2 {
  fill: #fff;
}
#footer .sns_icon svg .cls-1 {
  fill: var(--fx-purple);
}

.member-login-float {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.03rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--gold, #c19b5b);
  color: #fff;
  border-radius: 0.14rem;
  text-decoration: none;
  box-shadow: 0 0.04rem 0.14rem rgba(193, 155, 91, 0.5);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .member-login-float {
    display: none;
  }
}
.member-login-float:hover {
  background: #a9863f;
  color: #fff;
  transform: translateY(-0.03rem);
  box-shadow: 0 0.08rem 0.2rem rgba(193, 155, 91, 0.6);
}
.member-login-float .material-icons {
  font-size: var(--fx-type-heading-lg);
  line-height: 1;
}

.member-login-float__label {
  font-size: var(--fx-type-small);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.005rem;
  text-align: center;
}

@media (min-width: 768px) {
  .back-to-top {
    bottom: 1.12rem;
  }
}
.booking-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .booking-overlay {
    padding: 0.12rem;
    background: rgba(45, 20, 62, 0.28);
    -webkit-backdrop-filter: blur(0.16rem) saturate(1.08);
    backdrop-filter: blur(0.16rem) saturate(1.08);
  }
}

.booking-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

body.overlay-open {
  overflow: hidden;
}

.booking-overlay__panel {
  position: relative;
  width: min(92vw, 5.5rem);
  max-height: calc(100vh - 0.6rem);
  overflow-y: auto;
  padding: 0.55rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .booking-overlay__panel {
    width: 100%;
    max-width: 6.2rem;
    max-height: calc(100vh - 0.44rem);
    overflow: visible;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}

.booking-overlay__panel--list {
  max-width: 5.5rem;
}
@media (max-width: 767px) {
  .booking-overlay__panel--list {
    max-width: 6.2rem;
  }
}

.booking-overlay__close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.booking-overlay__close::before, .booking-overlay__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.02rem;
  background: var(--fx-purple);
}
.booking-overlay__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.booking-overlay__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .booking-overlay__close {
    top: calc(0.3rem + env(safe-area-inset-top, 0));
    right: 0.35rem;
  }
}

.booking-overlay__panel--list .booking-overlay__title,
.booking-overlay__panel--list .booking-overlay__subtitle {
  display: none;
}

.booking-overlay__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.booking-overlay__contact-card {
  position: relative;
  width: min(100%, 6rem);
  margin: 0.35rem auto 0;
  padding: 0.42rem 0.28rem 0.34rem;
  background-color: rgba(236, 250, 226, 0.96);
  background-image: radial-gradient(circle, rgba(52, 179, 74, 0.18) 0 0.018rem, transparent 0.021rem);
  background-size: 0.13rem 0.13rem;
  background-position: center top;
  border-radius: 0.12rem;
  box-shadow: 0 0.18rem 0.4rem rgba(40, 20, 52, 0.24);
}
@media (max-width: 767px) {
  .booking-overlay__contact-card {
    width: 100%;
    max-width: 5.85rem;
  }
}

.booking-overlay__contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.22rem;
  padding: 0.12rem 0.34rem;
  border-radius: 999px;
  background: #00bd48;
  color: #fff;
  font-family: var(--fx-font-heading, "azo-sans-web", sans-serif);
  font-weight: 900;
  font-size: var(--fx-type-heading-md);
  line-height: 1;
  text-align: center;
}

.booking-overlay__app-cards {
  list-style: none;
  margin: 0.12rem 0 0.18rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.16rem;
}

.booking-overlay__app-cards li {
  margin: 0;
}

.booking-overlay__app-cards a,
.booking-overlay__app-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 1.08rem;
  gap: 0.28rem;
  padding: 0.2rem 0.3rem;
  background: rgba(255, 255, 255, 0.96);
  border: 0.02rem solid rgba(0, 189, 72, 0.24);
  border-radius: 0.12rem;
  box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.1);
  color: #111;
  font-family: var(--fx-font-heading, "azo-sans-web", sans-serif);
  font-weight: 900;
  font-size: var(--fx-type-heading-md);
  text-align: left;
  text-decoration: none;
}

.booking-overlay__app-cards img {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.booking-overlay__contact-note {
  margin: 0.08rem 0 0.18rem;
  color: #000;
  font-family: var(--fx-font-heading, "azo-sans-web", sans-serif);
  font-weight: 900;
  font-size: var(--fx-type-button);
  line-height: 1.08;
  text-align: center;
}

.booking-overlay__reserve-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.4rem;
  margin: 0.08rem auto 0;
  padding: 0 0.26rem;
  border-radius: 999px;
  background: rgba(122, 63, 157, 0.16);
  color: var(--fx-purple);
  font-family: var(--fx-font-heading, "azo-sans-web", sans-serif);
  font-weight: 700;
  font-size: var(--fx-type-small);
  text-decoration: none;
}

.booking-overlay__contact-trust,
.booking-overlay__cta,
.booking-overlay__list {
  display: none;
}

.mirai-app-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mirai-app-icons__item {
  margin: 0;
}

.mirai-app-icons__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .mirai-app-icons__card {
    gap: 0.889em;
  }
}

.mirai-app-icons__thumb {
  width: 100%;
  max-width: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mirai-app-icons__thumb {
    max-width: 1.6rem;
  }
}

.mirai-app-icons__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.mirai-app-icons__meta {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.mirai-app-icons__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.44em;
  text-decoration: none;
  color: inherit;
}

.mirai-app-icons__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.14rem;
  width: 100%;
}

.mirai-app-icons__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.8em;
  border-radius: 999px;
  border: 1px solid var(--fx-purple);
  background-color: transparent;
  color: var(--fx-purple);
  font-size: var(--fx-type-button);
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-family: inherit;
}
@media (max-width: 767px) {
  .mirai-app-icons__action {
    min-width: 12.222em;
    font-size: var(--fx-type-body);
    padding: 0.667em 1.667em;
  }
}

.mirai-app-icons__action--copy {
  background-color: var(--fx-purple);
  color: #fff;
}
.mirai-app-icons__action--copy:hover, .mirai-app-icons__action--copy:focus {
  background-color: var(--fx-purple);
  border-color: var(--fx-purple);
  color: #fff;
}

.mirai-app-icons__action--open:hover, .mirai-app-icons__action--open:focus {
  background-color: var(--fx-purple);
  color: #fff;
}

.mirai-app-icons__action:focus-visible {
  outline: 0.02rem solid var(--fx-purple);
  outline-offset: 0.02rem;
}

.mirai-app-icons__actions .mirai-app-icons__action {
  min-width: 2.6rem;
}

.mirai-app-icons__link img {
  display: block;
  width: 100%;
  height: auto;
}

.mirai-app-icons__label,
.mirai-app-icons__id {
  display: block;
  font-size: var(--fx-type-button);
  line-height: 1.3;
  text-align: center;
}

.mirai-app-icons__id {
  font-weight: 600;
  word-break: break-word;
}

.mirai-copy-toast {
  position: fixed;
  left: 50%;
  top: 1.4rem;
  transform: translate(-50%, -160%);
  padding: 0.9em 2.1em;
  border-radius: 1.6em;
  background-color: var(--fx-purple);
  color: #fff;
  font-size: var(--fx-type-button);
  line-height: 1.4;
  letter-spacing: 0.01rem;
  z-index: 13000;
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.mirai-copy-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.mirai-copy-toast.is-error {
  background-color: rgba(162, 25, 25, 0.92);
  color: #fff;
  border-color: transparent;
}
.mirai-copy-toast.is-success {
  background-color: var(--fx-purple);
  color: #fff;
}
@media (max-width: 767px) {
  .mirai-copy-toast {
    top: 0.9rem;
    font-size: var(--fx-type-button);
    width: calc(100% - 0.6rem);
    max-width: 5.4rem;
  }
}

body.mirai-copy-modal-open {
  overflow: hidden;
}

.mirai-copy-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.32rem;
  z-index: 12000;
}
@media (max-width: 767px) {
  .mirai-copy-modal {
    padding: 0.72em;
  }
}

.mirai-copy-modal.is-active {
  display: flex;
}

.mirai-copy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.mirai-copy-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0.24rem;
  width: 100%;
  max-width: 4.8rem;
  padding: 0.42rem 0.38rem 0.46rem;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.25);
  outline: none;
}
@media (max-width: 767px) {
  .mirai-copy-modal__dialog {
    padding: 1.36em 1.12em 1.6em;
  }
}

.mirai-copy-modal__close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.34rem;
  height: 0.34rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.mirai-copy-modal__close::before, .mirai-copy-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.02rem;
  background: var(--fx-ink);
  transform-origin: center;
}
.mirai-copy-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mirai-copy-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mirai-copy-modal__body {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  text-align: center;
}

.mirai-copy-modal__title {
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.025em;
  margin: 0;
  color: var(--fx-purple);
}
@media (max-width: 767px) {
  .mirai-copy-modal__title {
    font-size: var(--fx-type-heading-md);
  }
}

.mirai-copy-modal__message {
  margin: 0;
  font-size: var(--fx-type-button);
  line-height: 1.46;
}
@media (max-width: 767px) {
  .mirai-copy-modal__message {
    font-size: var(--fx-type-button);
  }
}

.mirai-copy-modal__id {
  margin: 0;
  font-size: var(--fx-type-heading-md);
  font-weight: 600;
  letter-spacing: 0.08em;
  word-break: break-word;
}

.mirai-copy-modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9em;
}

.mirai-copy-modal__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.9em;
  border-radius: 999px;
  border: 1px solid var(--fx-purple);
  background-color: transparent;
  color: var(--fx-purple);
  font-size: var(--fx-type-button);
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .mirai-copy-modal__action {
    padding: 0.48em 1.2em;
    font-size: var(--fx-type-button);
    min-width: 9.6em;
  }
}

.mirai-copy-modal__action--copy {
  background-color: var(--fx-purple);
  color: #fff;
}
.mirai-copy-modal__action--copy:hover, .mirai-copy-modal__action--copy:focus {
  background-color: var(--fx-purple);
  border-color: var(--fx-purple);
  color: #fff;
}

.mirai-copy-modal__action--open:hover, .mirai-copy-modal__action--open:focus {
  background-color: var(--fx-purple);
  color: #fff;
}

.mirai-copy-modal__action:focus-visible {
  outline: 0.02rem solid var(--fx-purple);
  outline-offset: 0.02rem;
}

.whatsapp-floating-btn {
  position: fixed;
  bottom: 0.3rem;
  right: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #25D366;
  border-radius: 50%;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.04rem 0.12rem rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}
.whatsapp-floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0.06rem 0.2rem rgba(37, 211, 102, 0.6);
}
.whatsapp-floating-btn img {
  width: 0.36rem;
  height: 0.36rem;
  object-fit: contain;
}

.whatsapp-floating-tooltip {
  position: absolute;
  right: 5.385em;
  background: black;
  color: #fff;
  padding: 0.615em 0.923em;
  border-radius: 0.06rem;
  font-size: var(--fx-type-small);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.whatsapp-floating-tooltip::after {
  content: "";
  position: absolute;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.06rem solid transparent;
  border-left-color: black;
}

.whatsapp-floating-btn:hover .whatsapp-floating-tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .whatsapp-floating-btn {
    display: none;
  }
}

.trust-badges--enter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
  margin: 0.25rem 0 0.2rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .trust-badges--enter {
    gap: 0.08rem 0.15rem;
    margin: 0.2rem 0 0.15rem;
  }
}

.trust-badges--enter .trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.333em;
  font-size: var(--fx-type-caption);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .trust-badges--enter .trust-badge {
    font-size: var(--fx-type-body);
    color: rgba(0, 0, 0, 0.75);
  }
}

.trust-badges--enter .trust-badge__icon {
  color: #4CAF50;
  font-weight: bold;
}

body.mirai-booking-modal-open {
  overflow: hidden;
}

.mirai-booking-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.32rem;
  z-index: 12000;
}
@media (max-width: 767px) {
  .mirai-booking-modal {
    padding: 0.64em;
  }
}

.mirai-booking-modal.is-active {
  display: flex;
}

.mirai-booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.mirai-booking-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0.24rem;
  width: 100%;
  max-width: 6rem;
  max-height: 90vh;
  overflow-y: auto;
  padding: 0.5rem 0.42rem 0.5rem;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.25);
  outline: none;
}
@media (max-width: 767px) {
  .mirai-booking-modal__dialog {
    padding: 1.68em 1.12em;
    max-height: 92vh;
  }
}

.mirai-booking-modal__close {
  position: absolute;
  top: 0.18rem;
  right: 0.22rem;
  width: 0.42rem;
  height: 0.42rem;
  border: none;
  background: transparent;
  font-size: var(--fx-type-heading-lg);
  line-height: 1;
  cursor: pointer;
  color: var(--fx-ink);
}

.mirai-booking-modal__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mirai-booking-modal__title {
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading, "azo-sans-web", sans-serif);
}
@media (max-width: 767px) {
  .mirai-booking-modal__title {
    font-size: var(--fx-type-heading-md);
  }
}

.mirai-booking-modal__subtitle {
  margin: 0;
  font-size: var(--fx-type-button);
  line-height: 1.5;
  text-align: center;
  color: rgba(58, 35, 64, 0.65);
}
@media (max-width: 767px) {
  .mirai-booking-modal__subtitle {
    font-size: var(--fx-type-button);
  }
}

.mirai-booking-modal__section {
  border-top: 1px solid rgba(122, 63, 157, 0.18);
  padding-top: 0.26rem;
}

.mirai-booking-modal__section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.mirai-booking-modal__section-title {
  font-size: var(--fx-type-button);
  margin: 0 0 0.9em;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--fx-purple);
}
@media (max-width: 767px) {
  .mirai-booking-modal__section-title {
    font-size: var(--fx-type-button);
  }
}

.mirai-booking-modal__hint {
  margin: 0 0 0.667em;
  font-size: var(--fx-type-body);
  color: rgba(58, 35, 64, 0.55);
  text-align: center;
}

.mirai-booking-modal__copy-textarea {
  width: 100%;
  min-height: 13.333em;
  padding: 0.889em;
  border: 1px solid rgba(122, 63, 157, 0.3);
  border-radius: 0.12rem;
  font-size: var(--fx-type-body);
  line-height: 1.5;
  font-family: inherit;
  resize: vertical;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mirai-booking-modal__copy-textarea {
    font-size: var(--fx-type-button);
    min-height: 2.6rem;
  }
}

.mirai-booking-modal__copy-textarea:focus {
  outline: none;
  border-color: var(--fx-purple);
}

.mirai-booking-modal__copy-btn {
  display: block;
  margin: 0.75em auto 0;
  padding: 0.7em 2.1em;
  border: 1px solid var(--fx-purple);
  border-radius: 999px;
  background-color: var(--fx-purple);
  color: #fff;
  font-size: var(--fx-type-button);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.mirai-booking-modal__copy-btn:hover, .mirai-booking-modal__copy-btn:focus {
  background-color: var(--fx-purple);
  border-color: var(--fx-purple);
  color: #fff;
}

.mirai-booking-modal__section--reserve-link {
  text-align: center;
}

.mirai-booking-modal__reserve-link {
  display: inline-block;
  padding: 0.7em 2.1em;
  border: 1px solid var(--fx-purple);
  border-radius: 999px;
  background-color: var(--fx-purple);
  color: #fff;
  font-size: var(--fx-type-button);
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.mirai-booking-modal__reserve-link:hover, .mirai-booking-modal__reserve-link:focus {
  background-color: var(--fx-purple);
  border-color: var(--fx-purple);
  color: #fff;
}

.mirai-booking-modal__icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.24rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .mirai-booking-modal__icons {
    gap: 0.18rem;
  }
}

.mirai-booking-modal__icons .mirai-app-icons__item {
  flex: 0 0 auto;
}

.mirai-booking-modal__icons .booking-overlay__icon-link,
.mirai-booking-modal__icons .mirai-app-icons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.72rem;
  max-width: 0.72rem;
  height: auto;
}
@media (max-width: 767px) {
  .mirai-booking-modal__icons .booking-overlay__icon-link,
  .mirai-booking-modal__icons .mirai-app-icons__link {
    width: 0.6rem;
    max-width: 0.6rem;
  }
}

.mirai-booking-modal__icons img {
  width: 100%;
  height: auto;
  display: block;
}

.booking-cta-btn,
.schedule-book-btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.booking-cta-btn img,
.schedule-book-btn img {
  display: block;
}

.back-to-top {
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--fx-purple);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 500;
  font-size: var(--fx-type-button);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--fx-purple);
  transform: scale(1.1);
}

body.focus-page-contact,
body.focus-page-reserve,
body.focus-page-howtouse,
body.focus-page-blog,
body.focus-page-schedule,
body.focus-page-companion,
body.focus-page-pricing,
body.focus-page-service {
  background-color: #fbf7f2;
  background-image: radial-gradient(60% 45% at 0% 12%, rgba(206, 228, 240, 0.55), transparent 70%), radial-gradient(55% 40% at 0% 42%, rgba(246, 240, 196, 0.5), transparent 70%), radial-gradient(55% 45% at 0% 74%, rgba(220, 238, 206, 0.5), transparent 70%), radial-gradient(60% 45% at 100% 8%, rgba(220, 238, 200, 0.5), transparent 70%), radial-gradient(55% 40% at 100% 40%, rgba(244, 214, 228, 0.5), transparent 70%), radial-gradient(55% 45% at 100% 76%, rgba(210, 230, 244, 0.5), transparent 70%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.focus-page-contact .fx-page,
body.focus-page-reserve .fx-page,
body.focus-page-howtouse .fx-page,
body.focus-page-blog .fx-page,
body.focus-page-schedule .fx-page,
body.focus-page-companion .fx-page,
body.focus-page-pricing .fx-page,
body.focus-page-service .fx-page {
  container-type: inline-size;
  background: #fff;
  width: min(100%, 12rem);
  margin-inline: auto;
}
body.focus-page-contact .focus-header,
body.focus-page-contact #mv,
body.focus-page-reserve .focus-header,
body.focus-page-reserve #mv,
body.focus-page-howtouse .focus-header,
body.focus-page-howtouse #mv,
body.focus-page-blog .focus-header,
body.focus-page-blog #mv,
body.focus-page-schedule .focus-header,
body.focus-page-schedule #mv,
body.focus-page-companion .focus-header,
body.focus-page-companion #mv,
body.focus-page-pricing .focus-header,
body.focus-page-pricing #mv,
body.focus-page-service .focus-header,
body.focus-page-service #mv {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
body.focus-page-contact .fx-hero,
body.focus-page-reserve .fx-hero,
body.focus-page-howtouse .fx-hero,
body.focus-page-blog .fx-hero,
body.focus-page-schedule .fx-hero,
body.focus-page-companion .fx-hero,
body.focus-page-pricing .fx-hero,
body.focus-page-service .fx-hero {
  position: relative;
  overflow: hidden;
}
body.focus-page-contact .fx-hero__pic,
body.focus-page-reserve .fx-hero__pic,
body.focus-page-howtouse .fx-hero__pic,
body.focus-page-blog .fx-hero__pic,
body.focus-page-schedule .fx-hero__pic,
body.focus-page-companion .fx-hero__pic,
body.focus-page-pricing .fx-hero__pic,
body.focus-page-service .fx-hero__pic {
  display: block;
}
body.focus-page-contact .fx-hero__bg,
body.focus-page-reserve .fx-hero__bg,
body.focus-page-howtouse .fx-hero__bg,
body.focus-page-blog .fx-hero__bg,
body.focus-page-schedule .fx-hero__bg,
body.focus-page-companion .fx-hero__bg,
body.focus-page-pricing .fx-hero__bg,
body.focus-page-service .fx-hero__bg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 2.6rem;
  object-fit: cover;
  object-position: center right;
}
@media (max-width: 767px) {
  body.focus-page-contact .fx-hero__bg,
  body.focus-page-reserve .fx-hero__bg,
  body.focus-page-howtouse .fx-hero__bg,
  body.focus-page-blog .fx-hero__bg,
  body.focus-page-schedule .fx-hero__bg,
  body.focus-page-companion .fx-hero__bg,
  body.focus-page-pricing .fx-hero__bg,
  body.focus-page-service .fx-hero__bg {
    min-height: 6rem;
    object-position: center;
  }
}
body.focus-page-contact .fx-hero__cap,
body.focus-page-reserve .fx-hero__cap,
body.focus-page-howtouse .fx-hero__cap,
body.focus-page-blog .fx-hero__cap,
body.focus-page-schedule .fx-hero__cap,
body.focus-page-companion .fx-hero__cap,
body.focus-page-pricing .fx-hero__cap,
body.focus-page-service .fx-hero__cap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  max-width: 12rem;
  margin: 0 auto;
  padding: 0 0.64rem;
}
@media (max-width: 767px) {
  body.focus-page-contact .fx-hero__cap,
  body.focus-page-reserve .fx-hero__cap,
  body.focus-page-howtouse .fx-hero__cap,
  body.focus-page-blog .fx-hero__cap,
  body.focus-page-schedule .fx-hero__cap,
  body.focus-page-companion .fx-hero__cap,
  body.focus-page-pricing .fx-hero__cap,
  body.focus-page-service .fx-hero__cap {
    padding: 0 0.45rem;
  }
}
body.focus-page-contact #mv,
body.focus-page-reserve #mv,
body.focus-page-howtouse #mv,
body.focus-page-blog #mv,
body.focus-page-schedule #mv,
body.focus-page-companion #mv,
body.focus-page-pricing #mv,
body.focus-page-service #mv {
  margin-block: 0;
  padding: 0;
}
body.focus-page-contact .fx-hero__ttl,
body.focus-page-reserve .fx-hero__ttl,
body.focus-page-howtouse .fx-hero__ttl,
body.focus-page-blog .fx-hero__ttl,
body.focus-page-schedule .fx-hero__ttl,
body.focus-page-companion .fx-hero__ttl,
body.focus-page-pricing .fx-hero__ttl,
body.focus-page-service .fx-hero__ttl {
  margin: 0;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: var(--fx-type-heading-lg);
  line-height: 1.1;
  text-shadow: 0 0.02rem 0.14rem rgba(90, 50, 120, 0.22);
}
@media (max-width: 767px) {
  body.focus-page-contact .fx-hero__ttl,
  body.focus-page-reserve .fx-hero__ttl,
  body.focus-page-howtouse .fx-hero__ttl,
  body.focus-page-blog .fx-hero__ttl,
  body.focus-page-schedule .fx-hero__ttl,
  body.focus-page-companion .fx-hero__ttl,
  body.focus-page-pricing .fx-hero__ttl,
  body.focus-page-service .fx-hero__ttl {
    max-width: 3.9rem;
    font-size: var(--fx-type-heading-lg);
    line-height: 1.19;
  }
}

@media (max-width: 767px) {
  body.focus-page-companion .fx-hero__ttl {
    max-width: 5.7rem;
  }
}
body.focus-page-companion .fx-hero {
  background: #cf6db4;
}

@media (max-width: 767px) {
  body.focus-page-pricing .fx-hero__ttl {
    max-width: 4.6rem;
  }
}
body.focus-page-pricing .fx-hero {
  background: #cfa3d8;
}
@media (min-width: 768px) {
  body.focus-page-pricing .fx-hero__bg {
    aspect-ratio: 1600/420;
    min-height: 0;
    object-position: 72% 20%;
  }
}

@media (max-width: 767px) {
  body.focus-page-service .fx-hero__ttl {
    max-width: 6.7rem;
  }
}
body.focus-page-service .fx-hero {
  background: #f2d3d6;
}
@media (min-width: 768px) {
  body.focus-page-service .fx-hero__bg {
    aspect-ratio: 1600/420;
    min-height: 0;
    object-position: 72% 6%;
  }
}

@media (max-width: 767px) {
  body.focus-page-howtouse .fx-hero__ttl {
    max-width: 5.4rem;
  }
}

@media (max-width: 767px) {
  body.focus-page-reserve .fx-hero__ttl {
    max-width: 4.9rem;
  }
}

@media (max-width: 767px) {
  body.focus-page-blog .fx-hero__ttl {
    max-width: 4.6rem;
  }
}

@media (max-width: 767px) {
  body.focus-page-schedule .fx-hero__ttl {
    max-width: 4.2rem;
  }
}
body.focus-page-schedule .fx-hero {
  background: #f19fbf;
}

.subpage_subttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  margin: 0 auto 0.06rem;
  line-height: 1;
}

.subpage_subttl img {
  display: none;
}

.subpage_subttl::after {
  content: "";
  display: inline-block;
  width: 4.68rem;
  height: 1.17rem;
}
@media (max-width: 767px) {
  .subpage_subttl::after {
    width: 3.9rem;
    height: 0.98rem;
  }
}
.subpage_subttl::after {
  background-color: var(--fx-logo-ink, var(--fx-purple));
  -webkit-mask: url("../images/svg/logo/logo.svg") center/contain no-repeat;
  mask: url("../images/svg/logo/logo.svg") center/contain no-repeat;
}

.subpage_subttl_txt {
  margin: 0.2em 0 0.1em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 900;
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.02em;
  text-align: center;
}

.subpage_subttl_txt::after {
  display: none;
  content: none;
}

@media (max-width: 767px) {
  body:not(.home)[class*=focus-page-] #main .container_small {
    width: 100%;
    max-width: 100%;
    padding-inline: 0.45rem;
  }
}
.fx-intro .subpage_subttl_txt {
  font-size: var(--fx-type-page-title);
  line-height: 1.1;
}
@media (max-width: 767px) {
  .fx-intro .subpage_subttl_txt {
    font-size: var(--fx-type-page-title);
    line-height: 1.1;
  }
}

.lead_txt {
  max-width: 8.6rem;
  margin: 0.778em auto 0;
  color: var(--fx-ink);
  font-size: var(--fx-type-body);
  line-height: 2.22;
  text-align: center;
}
@media (max-width: 767px) {
  .lead_txt {
    max-width: none;
    margin-top: 0.416em;
    font-size: var(--fx-type-body);
    line-height: 1.83;
  }
}

body.focus-page-service #terms_of_service .subpage_subttl_txt,
body.focus-page-pricing #transporation_fee .subpage_subttl_txt {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0.8em 0 1.44em;
  padding: 0.72em 1.2em;
  background: var(--fx-purple);
  color: #fff;
  text-align: center;
  font-family: var(--fx-font-heading);
  font-weight: 900;
  font-size: var(--fx-type-heading-md);
  letter-spacing: 0.06em;
  line-height: 1.1;
  border-radius: 0.03rem;
}

.fx-intro {
  padding-top: 0.5rem;
}

#main.stack_M > .fx-intro + * {
  margin-top: 0;
}

body.focus-page-reserve #reservations,
body.focus-page-reserve #confirmation_email,
body.focus-page-pricing #pricing_dtl,
body.focus-page-pricing #transporation_fee {
  padding-block: 0.5rem;
}

.frame_decoration_area:before, .frame_decoration_area:after,
.frame_decoration_inner:before, .frame_decoration_inner:after {
  display: none;
  content: none;
  background: none;
}

.frame_goldline {
  border-color: var(--fx-pink);
  box-shadow: none;
}

.ttl_gold {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
}

.list_gold li::before {
  color: var(--fx-magenta);
  border-color: var(--fx-magenta);
}

.fx-why {
  font-size: var(--fx-type-caption);
  background: #efe6f7;
  padding: 4.267em clamp(1.333em, 4vw, 3.333em);
}
@media (max-width: 767px) {
  .fx-why {
    font-size: var(--fx-type-body);
    padding: 2.5em 2.25em 2.75em;
  }
}

.fx-why--plain {
  background: #fff;
}

.fx-why__inner {
  max-width: 10.3rem;
  margin: 0 auto;
  text-align: center;
}

.fx-why__ttl.subpage_subttl_txt,
.fx-why__ttl {
  flex-direction: column;
  gap: 0.4em;
  --fx-logo-ink:var(--fx-purple-l);
  color: var(--fx-purple);
  letter-spacing: 0.06em;
  font-size: var(--fx-type-heading-md);
  margin: 0 0 0.16em;
}
@media (max-width: 767px) {
  .fx-why__ttl.subpage_subttl_txt,
  .fx-why__ttl {
    font-size: var(--fx-type-heading-lg);
  }
}

.fx-why__intro {
  max-width: 7.2rem;
  margin: 1.058em auto 2.116em;
  color: var(--fx-ink);
  font-size: 1.05em;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 767px) {
  .fx-why__intro {
    max-width: none;
    margin: 1.2em auto 1.7em;
    font-size: var(--fx-type-body);
    line-height: 1.7;
  }
}

.fx-why__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0.28rem;
}
@media (max-width: 767px) {
  .fx-why__grid {
    grid-template-columns: 1fr;
    gap: 1.35em;
  }
}

.fx-why__card {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem 0.34rem;
  text-align: left;
  box-shadow: none;
}
@media (max-width: 767px) {
  .fx-why__card {
    padding: 1.5em 1.5em 1.6em;
    border-radius: 0.7em;
  }
}

.fx-why--plain .fx-why__card {
  border: 0.015rem solid var(--fx-purple);
}

.fx-why__card h4 {
  position: relative;
  margin: 0 0 0.12em;
  padding-left: 1.9em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: 1.35em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fx-why__card h4 {
    font-size: var(--fx-type-heading-md);
  }
}

.fx-why__card h4::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.05em;
  color: #e7788f;
  font-size: var(--fx-type-heading-md);
  font-weight: 900;
}

.fx-why__card p {
  margin: 0;
  color: #6a5a72;
  font-family: var(--fx-font-body);
  font-size: 1.02em;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .fx-why__card p {
    font-size: var(--fx-type-body);
    line-height: 1.55;
  }
}

.fx-cta {
  font-size: var(--fx-type-caption);
  text-align: center;
  max-width: 8.4rem;
  margin: 3.333em auto 0;
}

.fx-cta__check {
  display: block;
  width: 0.42em;
  height: 0.78em;
  margin: 0 auto 0.12em;
  border: solid #f4cf16;
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(42deg);
  font-size: var(--fx-type-heading-lg);
}

.fx-cta__ttl {
  margin: 0 0 0.16em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  letter-spacing: 0.01em;
}

.fx-cta__lead {
  margin: 0 auto 1.515em;
  max-width: 6.6rem;
  color: var(--fx-ink);
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.9;
  text-align: center;
}

.fx-cta__btns {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fx-cta__btns {
    flex-direction: column;
    align-items: center;
  }
}

.fx-cta__btn {
  --btn-min-w:2.4rem;
}
@media (max-width: 767px) {
  .fx-cta__btn {
    --btn-min-w:0;
    width: 100%;
    max-width: 4.6rem;
  }
}

.creditcard_banner {
  width: 12rem;
  max-width: none;
  margin-inline: calc(50% - 6rem);
  transform: none;
  /* SPは中央列を突き抜けない（PC用の12rem/負マージンを打ち消す） */
}
@media (max-width: 767px) {
  .creditcard_banner {
    width: 100%;
    margin-inline: 0;
  }
}
.creditcard_banner {
  /* 帯のビジュアルは images/top/credit-card.webp が1枚で持っている
     （斜めの背景模様＋南京錠が焼き込み済み・1200x227）。
     **背景画像として敷くだけ**でよい。
     以前は別の背景SVGを敷いたうえに同じ画像を <img> で小さく重ねていたため
     模様が二重になり、さらに img が loading="lazy" のせいで
     読み込み前は帯の高さが 0 に潰れていた。 */
}
.creditcard_banner a {
  position: relative;
  display: block;
  aspect-ratio: 1200/227;
  background: url("../images/top/credit-card.webp") center/100% 100% no-repeat;
  text-decoration: none;
  /* SPは帯の比率が違う（660x270）ので PC用の帯画像は使えない
     （cover だと南京錠が中央に寄って文字と重なる）。
     SP専用の背景SVG＋南京錠（credit-card.webp から切り出した透過PNG）を重ねる。
     SP版PDF実測：南京錠は左60・高さ200／帯 660x270。 */
  /* SPは PC の帯画像をそのまま使えない（比率 660x270 が違い、cover だと
     南京錠が中央に寄って文字と重なる）。SP専用の背景SVG＋南京錠を重ねる。
     高さは **中身に追従**させる。aspect-ratio で固定すると、テーマの書体は
     PDFより横に広く行数が増えるぶんボタンが帯の下からはみ出す。 */
}
@media (max-width: 767px) {
  .creditcard_banner a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%; /* flexコンテナは指定しないと中身なりに広がる */
    aspect-ratio: auto; /* PCの 1200/227 が残ると高さが固定され中身がはみ出す */
    min-height: 2.7rem;
    /* 左は南京錠ぶん（PDF：文字の左端240／帯660＝36%）。
       テーマの書体はPDFより横に広いので、サブが1行に収まる32%まで詰める。 */
    padding: 0.3rem 0.2rem 0.3rem 32%;
    /* SP版PDF実測（帯 734x289）：南京錠 176x185・左44・上22。
       → 高さ 185/289＝64%、位置 44/(734-176)＝8% / 22/(289-185)＝21%。
       南京錠PNGは credit-card.webp の x226..440 を、四辺からの flood fill で
       背景（白＋薄紫の斜め模様）を抜いて作成。以前は抜け残りがあり、
       模様の上に**明るい四角**が乗って見えていた。 */
    background: url("../images/top/credit-card-lock.png") 8% 21%/auto 64% no-repeat, url("../images/svg/deco/payment-banner-back-sp.svg") center/100% 100% no-repeat;
  }
}
.creditcard_banner {
  /* PC版PDF実測（帯 1200x227 基準）：見出しは左455/上30 → 37.9% / 13% */
}
.creditcard_banner__body {
  position: absolute;
  left: 37.9%;
  top: 13%;
  z-index: 1;
  text-align: left;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  /* SP版PDF実測（帯 660x270 基準）：文字は左240/上60 → 36% / 22% */
  /* SPは通常フロー（帯の padding で位置が決まる） */
}
@media (max-width: 767px) {
  .creditcard_banner__body {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.creditcard_banner {
  /* PC版PDF実測：見出しキャップ30 → font 39 / サブはキャップ20 → font 26 */
}
.creditcard_banner__title {
  display: block;
  font-weight: 700;
  font-size: 0.39rem;
  line-height: 1;
  letter-spacing: 0.005em;
  /* SP版PDF実測：キャップ32・行送り48 → font 42 / line-height 1.14 */
}
@media (max-width: 767px) {
  .creditcard_banner__title {
    font-size: 0.42rem;
    line-height: 1.14;
  }
}
.creditcard_banner__text {
  display: block;
  margin-top: 0.42em;
  color: black;
  font-family: var(--fx-font-body);
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 1.35;
  /* テーマの書体はPDFより横に広いので、1行に収まる .24rem にする */
}
@media (max-width: 767px) {
  .creditcard_banner__text {
    font-size: 0.24rem;
    margin-top: 0.24em;
    white-space: nowrap;
  }
}
.creditcard_banner {
  /* 形・色・タイポは共通スキン（modules/_buttons.scss）。ここは配置だけ。
     PC版PDF実測：ボタンは左760/上140 → 63.3% / 62% */
}
.creditcard_banner__button {
  --btn-min-w:2.22rem;
  position: absolute;
  left: 63.3%;
  top: 62%;
  z-index: 1;
  /* SP版PDF実測：ボタンは左240/上185 → 36% / 68% */
}
@media (max-width: 767px) {
  .creditcard_banner__button {
    --btn-min-w:2.4rem;
    position: static;
    left: auto;
    top: auto;
    margin-top: 0.22rem;
  }
}

.fx-resv {
  font-size: var(--fx-type-caption);
  padding: 3.667em 0 4em;
  color: var(--fx-ink);
}
@media (max-width: 767px) {
  .fx-resv {
    font-size: var(--fx-type-button);
    padding: 2em 0 2.5em;
  }
}

#foot_contact.fx-resv {
  margin-top: 0.15rem;
}

.fx-resv__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fx-resv__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
}

.fx-resv__text {
  flex: 1 1 5.2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .fx-resv__text {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }
}

.fx-resv__check {
  display: block;
  width: 0.94rem;
  height: 1.24rem;
  margin: 0 0 0.12rem;
  background: #f4cf16;
  -webkit-mask: url("../images/svg/deco/check.svg") left center/contain no-repeat;
  mask: url("../images/svg/deco/check.svg") left center/contain no-repeat;
}
@media (max-width: 767px) {
  .fx-resv__check {
    width: 0.94rem;
    height: 1.25rem;
    margin: 0 auto 0.5em;
    -webkit-mask-position: center;
    mask-position: center;
  }
}

.fx-resv__ttl {
  margin: 0 0 0.22em;
  max-width: none;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 900;
  font-size: 0.72rem;
  line-height: 1.18;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .fx-resv__ttl {
    max-width: none;
    font-size: 0.58rem;
    line-height: 1.15;
    margin-bottom: 0.3em;
    white-space: nowrap;
  }
}

.fx-resv__lead {
  margin: 0;
  color: var(--fx-ink);
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.85;
}
@media (max-width: 767px) {
  .fx-resv__lead {
    font-size: 0.31rem;
    line-height: 1.55;
  }
}

.fx-resv__btns {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 767px) {
  .fx-resv__btns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
    margin-top: 1.4em;
  }
}

.fx-resv__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.18rem;
  box-sizing: border-box;
  width: 3.42rem;
  min-width: 0;
  min-height: 0.95rem;
  padding: 0.12rem 0.3rem;
  background: var(--fx-purple-l);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s;
}
@media (max-width: 767px) {
  .fx-resv__btn {
    width: 3.15rem;
    min-width: 0;
    min-height: 1rem;
    gap: 0.16rem;
    padding: 0.1rem 0.24rem;
  }
  .fx-resv__btn:last-child {
    width: 3.7rem;
  }
}
.fx-resv__btn:hover {
  transform: translateY(-0.02rem);
  background: var(--fx-purple);
}

.fx-resv__btn-ic {
  flex: 0 0 auto;
  display: inline-flex;
}
.fx-resv__btn-ic svg {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
}
@media (max-width: 767px) {
  .fx-resv__btn-ic svg {
    width: 0.55rem;
    height: 0.55rem;
  }
}
.fx-resv__btn-ic .cls-2 {
  fill: #fff;
}
.fx-resv__btn-ic .cls-1 {
  fill: var(--fx-purple-l);
}

.fx-resv__btn:hover .fx-resv__btn-ic .cls-1 {
  fill: var(--fx-purple);
}

.fx-resv__btn-txt {
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 767px) {
  .fx-resv__btn-txt {
    font-size: 0.3rem;
    line-height: 1.25;
  }
}

.fx-resv__hours {
  margin: 0.1em 0 0;
  color: var(--fx-ink);
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.85;
}
@media (max-width: 767px) {
  .fx-resv__hours {
    margin: 1.5em 0 0;
    padding: 0.5em 0;
    border-top: 0.02rem solid var(--fx-purple-l);
    border-bottom: 0.02rem solid var(--fx-purple-l);
    font-size: 0.31rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
  }
}

#trust_security {
  background: var(--fx-purple);
  color: black;
  margin: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: var(--fx-sec-pad-y, 0.56rem) clamp(0.2rem, 4vw, 0.6rem);
  font-size: var(--fx-type-body);
  overflow: hidden;
}
@media (max-width: 767px) {
  #trust_security {
    font-size: var(--fx-type-button);
    padding-inline: 0.3rem;
  }
}
#trust_security .container_big {
  width: 100%;
  max-width: 11rem;
  margin: 0 auto;
  padding: 0.4rem 0.44rem 0.44rem;
  background: #ece3f5;
  border-radius: 0.18rem;
}
@media (max-width: 767px) {
  #trust_security .container_big {
    padding: 0.35rem 0.27rem 0.4rem;
    border-radius: 0.2rem;
  }
}
#trust_security h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42em;
  margin: 0 0 0.28em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  #trust_security h2 {
    gap: 0.3em;
    margin-bottom: 0.3em;
    font-size: var(--fx-type-heading-lg);
    letter-spacing: 0.02em;
  }
}
#trust_security h2::before, #trust_security h2::after {
  content: "";
  width: 0.86em;
  height: 0.86em;
  background: var(--fx-purple);
  -webkit-mask: url("../images/svg/icon/icon-trust.svg") center/contain no-repeat;
  mask: url("../images/svg/icon/icon-trust.svg") center/contain no-repeat;
}
#trust_security .container_big > p {
  margin: 0 auto 1.5em;
  color: black;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  max-width: none;
}
@media (max-width: 767px) {
  #trust_security .container_big > p {
    margin-bottom: 1.2em;
    font-size: var(--fx-type-body);
    line-height: 1.4;
  }
}
#trust_security .trust_security_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.24rem 0.32rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  #trust_security .trust_security_wrap {
    grid-template-columns: 1fr;
    gap: 0.27rem;
    grid-auto-rows: auto;
  }
}
#trust_security .trust_security_wrap li {
  display: block;
  width: auto;
  min-height: 1.16rem;
  margin: 0;
  padding: 0.24rem 0.3rem 0.24rem 0.32rem;
  background: #fff;
  border-left: 0.1rem solid var(--fx-purple-l);
  text-align: left;
}
@media (max-width: 767px) {
  #trust_security .trust_security_wrap li {
    min-height: 0;
    padding: 0.29rem 0.3rem 0.29rem 0.26rem;
    border-left: 0.16rem solid var(--fx-purple-l);
  }
}
#trust_security .trust_security_wrap li img {
  display: none;
}
#trust_security .trust_security_wrap li h3 {
  margin: 0 0 0.18em;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-button-futura);
  font-size: var(--fx-type-button);
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 767px) {
  #trust_security .trust_security_wrap li h3 {
    margin-bottom: 0.15em;
    font-size: 0.39rem;
  }
}
#trust_security .trust_security_wrap li p {
  margin: 0;
  color: black;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-caption);
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  #trust_security .trust_security_wrap li p {
    font-size: 0.3rem;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=common.css.map */
