:root {
      --navy: #0b2742;
      --white: #fff;
      --overlay: rgba(7, 15, 22, 0.28);
      --paper: #f7f4ee;
      --mist: #eef1f2;
      --ink: #1b252d;
      --muted: #69737b;
      --line: rgba(11, 39, 66, 0.16);
      --stamp: #b13a32;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      color: var(--white);
      background: var(--paper);
    }

    .fv {
      position: relative;
      width: 100vw;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
    }

    .slides {
      position: absolute;
      inset: 0;
      z-index: -2;
    }

    .slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      overflow: hidden;
      animation: fvSlideVisibility 14s infinite;
    }

    .slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      filter: blur(4px);
      transform: scale(1.08);
      transform-origin: center center;
      animation: fvSlideImage 14s infinite;
      will-change: filter, transform;
    }

    .slide-owner::before {
      background-image: url("../images/design/fv-owner-hero-v1.jpg");
    }

    .slide-ramen {
      animation-delay: 7s;
    }

    .slide-ramen::before {
      background-image: url("../images/design/fv-ramen-slide-v2.jpg");
      animation-delay: 7s;
    }

    .fv::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(180deg, rgba(2, 9, 16, 0.56) 0%, rgba(2, 9, 16, 0.20) 42%, rgba(2, 9, 16, 0.54) 100%),
        linear-gradient(90deg, rgba(2, 9, 16, 0.52) 0%, rgba(2, 9, 16, 0.14) 42%, rgba(2, 9, 16, 0.46) 100%);
      pointer-events: none;
    }

    .side-brand {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 204px;
      display: flex;
      justify-content: flex-start;
      padding-top: 92px;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0));
      z-index: 2;
    }

    .side-brand::after {
      content: "";
      position: absolute;
      top: 92px;
      right: 0;
      bottom: 92px;
      width: 3px;
      background: rgba(255, 255, 255, 0.34);
    }

    .brand {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px;
      width: 100%;
      text-decoration: none;
    }

    .brand-mark {
      width: 118px;
      height: auto;
      display: block;
      filter: brightness(0) invert(1) drop-shadow(0 3px 10px rgba(0, 0, 0, 0.28));
    }

    .vertical-logo {
      display: block;
      width: 54px;
      height: auto;
      filter: brightness(0) invert(1) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.42));
    }

    .ai-stamp {
      position: absolute;
      top: 362px;
      right: 54px;
      width: 15px;
      height: auto;
      display: block;
      filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.30));
    }

    .mobile-main-logo {
      display: none;
    }

    .scroll-cue {
      position: absolute;
      left: 50%;
      bottom: 84px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      transform: translateX(-50%);
      color: rgba(255, 255, 255, 0.86);
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      z-index: 3;
    }

    .scroll-cue span {
      writing-mode: vertical-rl;
      text-orientation: upright;
    }

    .scroll-cue i {
      position: relative;
      width: 1px;
      height: 76px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.12));
    }

    .scroll-cue i::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 7px;
      height: 7px;
      border-right: 1px solid rgba(255, 255, 255, 0.92);
      border-bottom: 1px solid rgba(255, 255, 255, 0.92);
      transform: translateX(-50%) rotate(45deg);
      animation: scrollCue 1.8s ease-in-out infinite;
    }

    .nav {
      position: absolute;
      top: 88px;
      right: 88px;
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      gap: 18px;
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: 0;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
      z-index: 2;
    }

    .nav a {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      min-height: 6.6em;
      padding: 0 18px 0 0;
      text-align: center;
      color: inherit;
      text-decoration: none;
      transition: color 0.35s ease, transform 0.35s ease;
    }

    .nav a b {
      display: block;
      width: 1em;
      height: 1.12em;
      font: inherit;
      font-style: normal;
      line-height: 1.12;
      text-align: center;
      flex: 0 0 1.12em;
    }

    .nav a::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 72px;
      background: rgba(255, 255, 255, 0.72);
      transform-origin: top center;
      transition: height 0.35s ease, background-color 0.35s ease;
    }

    .nav a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 0;
      background: #fff;
      transition: height 0.35s ease;
    }

    .nav a:hover,
    .nav a:focus-visible {
      color: #fff;
      transform: translateY(4px);
    }

    .nav a:hover::before,
    .nav a:focus-visible::before {
      background: rgba(255, 255, 255, 0.28);
    }

    .nav a:hover::after,
    .nav a:focus-visible::after {
      height: 92px;
    }

    .hamburger-button,
    .mobile-menu {
      display: none;
    }

    .message-asset {
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: min(91vw, 1530px);
      height: auto;
      transform: translateX(-50%);
      display: none;
      filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.36));
    }

    .catch-copy-visual {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      display: block;
      width: min(58vw, 920px);
      pointer-events: none;
    }

    .catch-copy-visual img {
      display: block;
      width: 100%;
      height: auto;
    }

    .slide-pager {
      position: absolute;
      right: 90px;
      bottom: 72px;
      display: flex;
      align-items: center;
      gap: 34px;
      z-index: 2;
      color: rgba(255, 255, 255, 0.58);
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: 13px;
      letter-spacing: 0;
    }

    .slide-pager span {
      position: relative;
      min-width: 20px;
      text-align: center;
      padding-bottom: 16px;
    }

    .slide-pager span::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
      transform: translateX(-50%) scale(0);
      transform-origin: center;
    }

    .slide-pager span:nth-child(1) {
      animation: pagerColor1 14s infinite;
    }

    .slide-pager span:nth-child(1)::before {
      animation: pagerLine1 14s infinite;
    }

    .slide-pager span:nth-child(2) {
      animation: pagerColor2 14s infinite;
    }

    .slide-pager span:nth-child(2)::before {
      animation: pagerLine2 14s infinite;
    }

    .intro {
      position: relative;
      overflow: hidden;
      min-height: 980px;
      padding: 142px clamp(24px, 5vw, 76px) 116px;
      color: var(--ink);
      background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.40)),
        var(--paper);
      isolation: isolate;
    }

    .intro-inner {
      width: min(1210px, 100%);
      margin: 0 auto;
    }

    .intro-layout {
      display: grid;
      grid-template-columns: minmax(390px, 0.78fr) minmax(650px, 1.22fr);
      gap: clamp(54px, 6.6vw, 108px);
      align-items: start;
    }

    .intro-label {
      display: block;
      position: relative;
      margin: 6px 0 60px;
      color: var(--navy);
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0.14em;
    }

    .intro-label::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -24px;
      width: 52px;
      height: 2px;
      background: currentColor;
    }

    .intro-title {
      position: relative;
      z-index: 0;
      margin: 0;
      color: #061842;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: clamp(52px, 5.4vw, 78px);
      font-weight: 800;
      line-height: 1.22;
      letter-spacing: 0;
      isolation: isolate;
    }

    .intro-title::before {
      content: "";
      position: absolute;
      left: -250px;
      top: 53%;
      z-index: -1;
      width: clamp(700px, 52vw, 775px);
      aspect-ratio: 1 / 1;
      background: url("../images/design/intro-brush-circle-v6.png") center / contain no-repeat;
      opacity: 0.70;
      transform: translateY(-50%) rotate(-3deg);
      pointer-events: none;
    }

    .intro-title span {
      display: block;
      white-space: nowrap;
    }

    .intro-copy {
      max-width: 480px;
      margin: 54px 0 0;
      color: #162334;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: 17px;
      font-weight: 600;
      line-height: 2.12;
      letter-spacing: 0.045em;
    }

    .intro-copy span {
      display: block;
    }

    .intro-note {
      display: block;
      margin: 58px 0 0;
      width: min(500px, 100%);
      height: 1px;
      background: rgba(11, 39, 66, 0.20);
      font-size: 0;
    }

    .intro-photos {
      position: relative;
      min-height: 650px;
      margin-top: 6px;
    }

    .intro-photo {
      position: absolute;
      display: block;
      overflow: visible;
      margin: 0;
      border: 0 solid #fff;
      border-radius: 0;
      background: #d8d8d8;
      box-shadow: 0 18px 42px rgba(27, 37, 45, 0.12);
    }

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

    .intro-photo-main::after,
    .intro-photo-sub::after {
      content: "";
      position: absolute;
      z-index: -2;
      background: url("../images/design/intro-photo-pattern.jpg") repeat center;
      pointer-events: none;
    }

    .intro-photo-main::after {
      top: -85px;
      left: 500px;
      width: 235px;
      height: 140px;
    }

    .intro-photo-sub::after {
      bottom: -50px;
      left: -50px;
      width: 85px;
      height: 85px;
    }

    .intro-photo-main {
      top: 0;
      right: 86px;
      z-index: 1;
      width: min(640px, calc(100% - 86px));
      aspect-ratio: 4 / 3;
    }

    .intro-photo-sub {
      left: 38px;
      top: 418px;
      z-index: 2;
      width: 330px;
      aspect-ratio: 4 / 3;
    }

    .intro-photo-small {
      right: 0;
      top: 300px;
      z-index: 3;
      width: 430px;
      aspect-ratio: 4 / 3;
      box-shadow: 0 16px 36px rgba(27, 37, 45, 0.14);
    }

    .intro-keywords {
      display: inline-flex;
      align-items: center;
      gap: 0;
      margin: 34px 0 0;
      color: var(--navy);
    }

    .intro-keyword {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: auto;
      padding: 0 30px;
      border-right: 1px solid rgba(11, 39, 66, 0.22);
      background: transparent;
      color: var(--navy);
      text-decoration: none;
    }

    .intro-keyword:first-child {
      padding-left: 0;
    }

    .intro-keyword:last-child {
      border-right: 0;
    }

    .intro-keyword small {
      display: block;
      margin: 0;
      color: var(--navy);
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.10em;
    }

    .intro-keyword b {
      display: none;
    }

    .intro-keyword i {
      position: relative;
      display: block;
      width: 28px;
      height: 22px;
      border: 1px solid currentColor;
      border-top: 0;
      border-radius: 0 0 10px 10px;
      opacity: 0.94;
      transform: none;
    }

    .intro-keyword i::before {
      content: "";
      position: absolute;
      left: 5px;
      top: -7px;
      width: 18px;
      height: 1px;
      background: currentColor;
      box-shadow: 0 4px 0 currentColor, 0 8px 0 currentColor;
    }

    .intro-keyword:nth-child(2) i {
      width: 30px;
      height: 8px;
      border: 0;
      border-radius: 0;
      background: currentColor;
      transform: rotate(-32deg);
    }

    .intro-keyword:nth-child(2) i::before {
      left: 2px;
      top: -6px;
      width: 26px;
      height: 1px;
      box-shadow: 0 12px 0 currentColor;
    }

    .intro-keyword:nth-child(3) i {
      width: 30px;
      height: 20px;
      border: 1px solid currentColor;
      border-radius: 2px 2px 9px 9px;
    }

    .intro-keyword:nth-child(3) i::before {
      left: 7px;
      top: -5px;
      width: 16px;
      height: 1px;
      box-shadow: none;
    }

    .intro-bottom-copy {
      margin: 116px 0 0;
      color: var(--navy);
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.12em;
      text-align: center;
    }

    .stores {
      position: relative;
      overflow: hidden;
      padding: 148px clamp(24px, 5vw, 76px) 154px;
      color: var(--ink);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34)),
        url("../images/design/background-assets/store-paper-texture-v1.webp") center top / 900px auto repeat,
        radial-gradient(circle at 9% 7%, rgba(11, 39, 66, 0.045), transparent 260px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 238, 0.88) 46%, rgba(255, 255, 255, 0.94));
      isolation: isolate;
    }

    .stores::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        url("../images/design/background-assets/store-unkai-cloud-right-v3.png") right -275px top -105px / 1050px auto no-repeat,
        url("../images/design/background-assets/store-unkai-cloud-left-v3.png") left -365px bottom 6% / 1180px auto no-repeat;
      opacity: 0.16;
      mix-blend-mode: multiply;
    }

    .stores-inner {
      position: relative;
      z-index: 1;
      width: min(1210px, 100%);
      margin: 0 auto;
    }

    .stores-heading {
      text-align: center;
    }

    .stores-mark {
      display: block;
      width: 46px;
      height: auto;
      margin: 0 auto 18px;
      opacity: 0.92;
    }

    .stores-title {
      margin: 0;
      color: var(--navy);
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: clamp(34px, 3.5vw, 52px);
      font-weight: 700;
      line-height: 1.25;
      letter-spacing: 0.16em;
    }

    .stores-subtitle {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0 0;
      color: #1d2f40;
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .stores-lead {
      width: min(760px, 100%);
      margin: 34px auto 0;
      color: #334252;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.045em;
      text-align: center;
    }

    .store-list {
      display: grid;
      gap: 72px;
      margin: 86px 0 0;
    }

    .store-card {
      display: grid;
      grid-template-columns: minmax(420px, 0.88fr) minmax(510px, 1fr);
      min-width: 0;
      padding-bottom: 72px;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(11, 39, 66, 0.16);
      box-shadow: none;
    }

    .store-card:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .store-photo {
      position: relative;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      margin: 0;
      background: #d7d2c8;
      box-shadow: 0 18px 44px rgba(17, 29, 40, 0.07);
    }

    .store-photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.01);
    }

    .store-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(4, 14, 24, 0.18), rgba(4, 14, 24, 0.02) 42%, rgba(4, 14, 24, 0));
      pointer-events: none;
    }

    .store-area {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 82px;
      height: auto;
      padding: 31px 0;
      background: var(--navy);
      color: #fff;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    }

    .store-area b {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 33px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.12em;
    }

    .store-area small {
      display: block;
      order: 3;
      margin-top: 14px;
      color: rgba(255, 255, 255, 0.72);
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-orientation: mixed;
      writing-mode: vertical-rl;
    }

    .store-area i {
      display: block;
      order: 2;
      width: 28px;
      height: 1px;
      margin-top: 18px;
      background: rgba(255, 255, 255, 0.52);
    }

    .store-info {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-width: 0;
      padding: 0 0 0 clamp(44px, 5vw, 82px);
    }

    .store-heading {
      display: grid;
      grid-template-columns: 96px 1fr;
      gap: 20px;
      align-items: start;
    }

    .store-heading.is-single-line {
      align-items: center;
    }

    .store-name-pc-break {
      display: block;
    }

    .store-name-sp-break {
      display: none;
    }

    .store-name-sp-break.is-visible-desktop {
      display: block;
    }

    .store-name-suffix.is-inline-desktop {
      margin-left: 0.35em;
    }

    .store-heading > div {
      min-width: 0;
    }

    .store-logo {
      display: grid;
      place-items: center;
      width: 96px;
      height: 96px;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow: visible;
    }

    .store-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    .store-name {
      margin: 0;
      color: var(--navy);
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: clamp(26px, 2.4vw, 38px);
      font-weight: 700;
      line-height: 1.38;
      letter-spacing: 0.045em;
      overflow-wrap: anywhere;
    }

    .store-specialties span {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 3px 12px;
      border: 1px solid rgba(11, 39, 66, 0.18);
      border-radius: 3px;
      background: #fff;
      color: #334252;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      white-space: nowrap;
    }

    .store-copy {
      margin: 28px 0 0;
      color: #263747;
      font-size: 15px;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.035em;
    }

    .store-specialties {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin: 26px 0 0;
    }

    .store-recommend {
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 18px;
      align-items: start;
      margin: 30px 0 0;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(11, 39, 66, 0.15);
    }

    .store-recommend dt {
      margin: 0;
      color: var(--navy);
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    .store-recommend dd {
      margin: 0;
    }

    .store-details {
      display: grid;
      gap: 11px;
      margin: 24px 0 0;
    }

    .store-detail {
      display: grid;
      grid-template-columns: 92px 1fr;
      gap: 18px;
      align-items: baseline;
      color: #1f2e3c;
      font-size: 15px;
      line-height: 1.7;
    }

    .store-detail dt {
      margin: 0;
      color: #405264;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .store-detail dd {
      margin: 0;
      font-weight: 600;
    }

    .store-actions {
      display: grid;
      grid-template-columns: 1.1fr 1fr 1fr;
      gap: 12px;
      margin: 30px 0 0;
    }

    .store-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 16px;
      border: 1px solid var(--navy);
      background: #fff;
      color: var(--navy);
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-decoration: none;
      white-space: nowrap;
    }

    .store-button::after {
      content: "";
      display: block;
      flex: 0 0 auto;
      width: 8px;
      height: 12px;
      margin-left: 12px;
      background: url("../images/icons/arrow-icon-navy.svg") center / contain no-repeat;
    }

    .store-button-primary {
      background: var(--navy);
      color: #fff;
    }

    .store-button-primary::after {
      background-image: url("../images/icons/arrow-icon-white.svg");
    }

    .stores-note {
      margin: 48px 0 0;
      color: #52606d;
      font-size: 12px;
      letter-spacing: 0.04em;
      text-align: center;
    }

    .recruit-cta {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 380px;
      overflow: hidden;
      padding: 86px clamp(24px, 5vw, 76px);
      color: #fff;
      background:
        linear-gradient(90deg, rgba(4, 20, 38, 0.86), rgba(4, 20, 38, 0.70) 46%, rgba(4, 20, 38, 0.52)),
        url("../images/photo/kashii-atmosphere-1.jpg") center 48% / cover fixed;
      isolation: isolate;
    }

    .recruit-cta::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: rgba(2, 10, 18, 0.18);
      pointer-events: none;
    }

    .recruit-cta-inner {
      width: min(1210px, 100%);
      margin: 0 auto;
    }

    .recruit-label {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      margin: 0 0 22px;
      color: rgba(255, 255, 255, 0.78);
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.20em;
      text-transform: uppercase;
    }

    .recruit-label::before {
      content: "";
      display: block;
      width: 48px;
      height: 2px;
      background: rgba(255, 255, 255, 0.74);
    }

    .recruit-title {
      margin: 0;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: clamp(38px, 4.2vw, 62px);
      font-weight: 800;
      line-height: 1.28;
      letter-spacing: 0.08em;
      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
    }

    .recruit-title span {
      display: inline;
    }

    .recruit-copy {
      margin: 22px 0 0;
      font-size: clamp(16px, 1.5vw, 20px);
      font-weight: 700;
      line-height: 1.9;
      letter-spacing: 0.08em;
      text-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
    }

    .recruit-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      min-height: 54px;
      margin: 34px 0 0;
      padding: 0 28px;
      border: 1px solid rgba(255, 255, 255, 0.86);
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-decoration: none;
      transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
    }

    .recruit-button::after {
      content: "";
      display: block;
      flex: 0 0 auto;
      width: 8px;
      height: 12px;
      margin-left: 14px;
      background: url("../images/icons/arrow-icon-white.svg") center / contain no-repeat;
    }

    .recruit-button:hover {
      background: #fff;
      color: var(--navy);
      transform: translateY(-2px);
    }

    .recruit-button:hover::after {
      background-image: url("../images/icons/arrow-icon-navy.svg");
    }

    .news {
      position: relative;
      overflow: hidden;
      padding: 132px clamp(24px, 5vw, 76px) 142px;
      color: var(--ink);
      background: linear-gradient(180deg, rgba(247, 244, 238, 0.86), rgba(255, 255, 255, 0.96));
      isolation: isolate;
    }

    .news::after {
      content: "";
      position: absolute;
      right: clamp(-36px, -2.6vw, -18px);
      bottom: -36px;
      z-index: -1;
      width: min(420px, 32vw);
      aspect-ratio: 1 / 1;
      background: url("../images/design/news-suzuran-ink-bg.png") center / contain no-repeat;
      opacity: 0.78;
      pointer-events: none;
    }

    .news-inner {
      display: grid;
      grid-template-columns: minmax(250px, 0.36fr) minmax(640px, 1fr);
      gap: clamp(58px, 7vw, 116px);
      width: min(1210px, 100%);
      max-width: 100%;
      margin: 0 auto;
      align-items: start;
    }

    .news-heading {
      position: static;
    }

    .news-mark {
      display: block;
      width: 38px;
      height: auto;
      margin: 0 0 22px;
      opacity: 0.92;
    }

    .news-title {
      margin: 0;
      color: var(--navy);
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
      font-size: clamp(34px, 3.4vw, 50px);
      font-weight: 700;
      line-height: 1.25;
      letter-spacing: 0.14em;
    }

    .news-subtitle {
      display: block;
      position: relative;
      margin: 16px 0 0;
      padding-top: 20px;
      color: #24384d;
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.20em;
      text-transform: uppercase;
    }

    .news-subtitle::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 52px;
      height: 2px;
      background: currentColor;
    }

    .news-lead {
      margin: 34px 0 0;
      color: #405264;
      font-size: 14px;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.04em;
      overflow-wrap: anywhere;
      word-break: break-all;
    }

    .news-lead span,
    .news-item-title span {
      display: inline;
    }

    .news-list {
      margin: 0;
      border-top: 1px solid rgba(11, 39, 66, 0.18);
    }

    .news-content {
      min-width: 0;
    }

    .news-item {
      display: grid;
      grid-template-columns: 132px 112px 1fr 32px;
      gap: 22px;
      align-items: center;
      width: 100%;
      max-width: 100%;
      min-height: 96px;
      padding: 0 10px;
      border-bottom: 1px solid rgba(11, 39, 66, 0.18);
      color: var(--navy);
      text-decoration: none;
      transition: color 0.26s ease, background-color 0.26s ease;
    }

    .news-date {
      color: #52606d;
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    .news-category {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      padding: 0 12px;
      border: 1px solid rgba(11, 39, 66, 0.22);
      color: #334252;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.06em;
      white-space: nowrap;
    }

    .news-item-title {
      margin: 0;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.8;
      letter-spacing: 0.045em;
      min-width: 0;
      overflow-wrap: anywhere;
      word-break: break-all;
    }

    .news-arrow {
      display: block;
      justify-self: end;
      width: 8px;
      height: 12px;
      background: url("../images/icons/arrow-icon-navy.svg") center / contain no-repeat;
      transition: transform 0.26s ease;
    }

    .news-item:hover {
      color: #061842;
      background: rgba(255, 255, 255, 0.58);
    }

    .news-item:hover .news-arrow {
      transform: translateX(5px);
    }

    .news-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 214px;
      min-height: 52px;
      margin: 42px 0 0;
      padding: 0 24px;
      border: 1px solid var(--navy);
      background: var(--navy);
      color: #fff;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-decoration: none;
      transition: background-color 0.26s ease, color 0.26s ease;
    }

    .news-more::after {
      content: "";
      display: block;
      flex: 0 0 auto;
      width: 8px;
      height: 12px;
      margin-left: 14px;
      background: url("../images/icons/arrow-icon-white.svg") center / contain no-repeat;
    }

    .news-more:hover {
      background: transparent;
      color: var(--navy);
    }

    .news-more:hover::after {
      background-image: url("../images/icons/arrow-icon-navy.svg");
    }

    .site-footer {
      padding: 86px clamp(24px, 5vw, 76px) 34px;
      background: var(--navy);
      color: #fff;
    }

    .site-footer-inner {
      width: min(1210px, 100%);
      margin: 0 auto;
    }

    .footer-brand {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 18px;
    }

    .footer-mark {
      display: block;
      width: 54px;
      height: auto;
      filter: brightness(0) invert(1);
      opacity: 0.94;
    }

    .footer-logo {
      display: block;
      width: min(210px, 52vw);
      height: auto;
      filter: brightness(0) invert(1);
    }

    .footer-logo-wrap {
      position: relative;
      display: block;
      line-height: 0;
    }

    .footer-stamp {
      position: absolute;
      right: -20px;
      bottom: -4px;
      display: block;
      width: 17px;
      height: auto;
      filter: none;
    }

    .footer-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 18px 34px;
      margin: 58px 0 0;
      padding: 0;
      list-style: none;
    }

    .footer-nav a {
      color: rgba(255, 255, 255, 0.88);
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-decoration: none;
      transition: color 0.24s ease;
    }

    .footer-nav a:hover {
      color: #fff;
    }

    .footer-bottom {
      margin: 58px 0 0;
      padding-top: 26px;
      border-top: 1px solid rgba(255, 255, 255, 0.20);
      text-align: center;
    }

    .footer-copy {
      margin: 0;
      color: rgba(255, 255, 255, 0.62);
      font-family: "Noto Sans JP", "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .page-top {
      position: fixed;
      right: 28px;
      bottom: 28px;
      z-index: 20;
      display: grid;
      place-items: center;
      width: 54px;
      height: 54px;
      border: 1px solid rgba(255, 255, 255, 0.48);
      border-radius: 50%;
      background: rgba(11, 39, 66, 0.92);
      color: #fff;
      text-decoration: none;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      box-shadow: 0 12px 30px rgba(5, 18, 30, 0.22);
      transform: translateY(10px);
      transition: opacity 0.36s ease, visibility 0.36s ease, background-color 0.24s ease, transform 0.24s ease;
    }

    .page-top::before {
      content: "";
      width: 11px;
      height: 11px;
      border-top: 2px solid currentColor;
      border-left: 2px solid currentColor;
      transform: translateY(3px) rotate(45deg);
    }

    .page-top:hover {
      background: #061842;
      transform: translateY(-3px);
    }

    .page-top.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .page-top.is-visible:hover {
      transform: translateY(-3px);
    }

    @keyframes fvSlideVisibility {
      0% {
        opacity: 0;
      }

      6%,
      46% {
        opacity: 1;
      }

      54%,
      100% {
        opacity: 0;
      }
    }

    @keyframes fvSlideImage {
      0% {
        filter: blur(4px);
        transform: scale(1.08);
      }

      12% {
        filter: blur(0);
      }

      46% {
        filter: blur(0);
        transform: scale(1.015);
      }

      54%,
      100% {
        filter: blur(0);
        transform: scale(1);
      }
    }

    @keyframes pagerColor1 {
      0%,
      50% {
        color: #fff;
      }

      54%,
      100% {
        color: rgba(255, 255, 255, 0.52);
      }
    }

    @keyframes pagerColor2 {
      0%,
      50% {
        color: rgba(255, 255, 255, 0.52);
      }

      54%,
      100% {
        color: #fff;
      }
    }

    @keyframes pagerLine1 {
      0%,
      50% {
        transform: translateX(-50%) scale(1);
      }

      54%,
      100% {
        transform: translateX(-50%) scale(0);
      }
    }

    @keyframes pagerLine2 {
      0%,
      50% {
        transform: translateX(-50%) scale(0);
      }

      54%,
      100% {
        transform: translateX(-50%) scale(1);
      }
    }

    @keyframes scrollCue {
      0% {
        opacity: 0;
        transform: translate(-50%, -8px) rotate(45deg);
      }

      35%,
      70% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        transform: translate(-50%, 58px) rotate(45deg);
      }
    }

    @media (max-width: 760px) {
      .side-brand {
        top: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 96px;
        padding: 20px 15px 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0));
        z-index: 5;
      }

      .side-brand::after {
        display: none;
      }

      .brand {
        width: auto;
        position: relative;
        flex-direction: row;
        gap: 0;
        align-items: center;
      }

      .vertical-logo {
        display: none;
      }

      .brand-mark {
        display: block;
        width: 62px;
        height: auto;
        margin-right: 10px;
      }

      .ai-stamp {
        display: block;
        top: 44px;
        left: 225px;
        right: auto;
        width: 12px;
        height: auto;
        z-index: 2;
      }

      .mobile-main-logo {
        position: relative;
        z-index: 1;
        display: block;
        width: 146px;
        height: auto;
        filter: brightness(0) invert(1) drop-shadow(0 3px 10px rgba(0, 0, 0, 0.34));
      }

      .nav {
        display: none;
      }

      .catch-copy-visual {
        top: 52%;
        left: 50%;
        width: min(320px, calc(100vw - 44px));
        transform: translate(-50%, -50%);
      }

      .scroll-cue {
        position: fixed;
        left: 50%;
        bottom: 24px;
        flex-direction: column;
        gap: 9px;
        transform: translateX(-50%);
        font-size: 16px;
        letter-spacing: 0.08em;
        z-index: 4;
      }

      .scroll-cue span {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
      }

      .scroll-cue i {
        height: 42px;
      }

      .hamburger-button {
        position: fixed !important;
        top: 28px;
        right: 15px;
        left: auto;
        z-index: 10001;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
        cursor: pointer;
        transition: background-color 0.4s ease, transform 0.4s ease;
      }

      .hamburger-button span {
        position: relative;
        display: block;
        width: 32px;
        height: 18px;
      }

      .hamburger-button i {
        position: absolute;
        right: 0;
        display: block;
        height: 2px;
        background: #111;
        border-radius: 999px;
        transition: transform 0.34s ease, top 0.34s ease, width 0.34s ease, background-color 0.34s ease;
      }

      .hamburger-button i:first-child {
        top: 2px;
        left: 0;
        width: 32px;
      }

      .hamburger-button i:last-child {
        top: 12px;
        width: 23px;
      }

      .fv.is-menu-open .hamburger-button {
        background: transparent;
        box-shadow: none;
      }

      body.is-menu-open > .hamburger-button {
        background: transparent;
        box-shadow: none;
      }

      .fv.is-menu-open .hamburger-button i {
        background: #fff;
      }

      body.is-menu-open > .hamburger-button i {
        background: #fff;
      }

      .fv.is-menu-open .hamburger-button i:first-child {
        top: 8px;
        transform: rotate(-45deg);
      }

      body.is-menu-open > .hamburger-button i:first-child {
        top: 8px;
        transform: rotate(-45deg);
      }

      .fv.is-menu-open .hamburger-button i:last-child {
        top: 8px;
        width: 32px;
        transform: rotate(45deg);
      }

      body.is-menu-open > .hamburger-button i:last-child {
        top: 8px;
        width: 32px;
        transform: rotate(45deg);
      }

      .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(5, 29, 44, 0.92);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-14px);
        transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
      }

      .fv.is-menu-open .mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }

      body.is-menu-open > .mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }

      .mobile-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .mobile-menu a {
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-decoration: none;
        text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
      }

      .slide-pager {
        right: 24px;
        bottom: 28px;
        gap: 24px;
      }

      .message-asset {
        bottom: 18px;
        width: 118vw;
        max-width: none;
      }

      .fv.is-scrolled-past-fv .scroll-cue {
        opacity: 0;
        pointer-events: none;
      }

      .intro {
        min-height: auto;
        padding: 90px 22px 92px;
      }

      .intro-layout {
        display: flex;
        flex-direction: column;
        gap: 72px;
        align-items: stretch;
      }

      .intro-label {
        margin: 0 0 52px;
        font-size: 13px;
      }

      .intro-label::after {
        bottom: -20px;
        width: 48px;
      }

      .intro-title {
        font-size: clamp(43px, 12vw, 58px);
        line-height: 1.3;
      }

      .intro-title::before {
        left: -138px;
        top: 53%;
        width: min(560px, 144vw);
        opacity: 0.64;
      }

      .intro-copy {
        margin-top: 34px;
        font-size: 15px;
        line-height: 2.02;
      }

      .intro-note {
        margin-top: 38px;
      }

      .intro-photos {
        min-height: 500px;
        margin-top: 0;
      }

      .intro-photo-main {
        top: 0;
        right: 35px;
        width: 100%;
        max-width: calc(100% - 35px);
        aspect-ratio: 4 / 3;
      }

      .intro-photo-sub {
        top: 300px;
        left: 0;
        width: 52%;
        aspect-ratio: 4 / 3;
      }

      .intro-photo-main::after {
        top: -35px;
        left: 110px;
        width: 235px;
        height: 140px;
      }

      .intro-photo-sub::after {
        bottom: -45px;
        left: 135px;
        width: 85px;
        height: 85px;
      }

      .intro-photo-small {
        top: 200px;
        right: 0;
        width: 64%;
        aspect-ratio: 4 / 3;
        border-width: 0;
      }

      .intro-keywords {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px 0;
        margin-top: 28px;
      }

      .intro-keyword {
        padding: 0 18px;
      }

      .intro-keyword:first-child {
        padding-left: 0;
      }

      .intro-keyword small {
        font-size: 11px;
      }

      .intro-keyword i {
        width: 24px;
        height: 19px;
      }

      .intro-bottom-copy {
        margin-top: 66px;
        font-size: 14px;
        line-height: 1.8;
      }

      .stores {
        padding: 92px 20px 108px;
      }

      .stores::before {
        background:
          url("../images/design/background-assets/store-unkai-cloud-right-v3.png") right -270px top -34px / 620px auto no-repeat,
          url("../images/design/background-assets/store-unkai-cloud-left-v3.png") left -300px bottom 4% / 700px auto no-repeat;
        opacity: 0.13;
      }

      .stores-title {
        font-size: clamp(31px, 9vw, 40px);
      }

      .stores-lead {
        margin-top: 24px;
        font-size: 14px;
        line-height: 2;
        text-align: left;
      }

      .store-list {
        gap: 62px;
        margin-top: 58px;
      }

      .store-card {
        display: block;
        min-height: 0;
        width: 100%;
        overflow: hidden;
        padding: 0 0 56px;
      }

      .store-photo {
        min-height: 0;
        aspect-ratio: 1 / 1;
      }

      .store-area {
        width: 66px;
        height: auto;
        padding: 25px 0;
      }

      .store-area b {
        font-size: 27px;
      }

      .store-area small {
        margin-top: 15px;
        font-size: 9px;
      }

      .store-area i {
        width: 24px;
        margin-top: 16px;
      }

      .store-info {
        padding: 32px 22px 28px;
      }

      .store-heading {
        display: grid;
        grid-template-columns: 72px 1fr;
        align-items: center;
      }

      .store-logo {
        width: 72px;
        height: 72px;
        margin-bottom: 0;
      }

      .store-name {
        font-size: 23px;
        line-height: 1.5;
        white-space: nowrap;
        word-break: keep-all;
        line-break: auto;
      }

      .store-name-pc-break {
        display: none;
      }

      .store-name-sp-break {
        display: block;
      }

      .store-name-suffix,
      .store-name-suffix.is-inline-desktop {
        margin-left: 0.35em;
      }

      .store-copy {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.9;
        overflow-wrap: anywhere;
        word-break: break-all;
      }

      .store-recommend {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
        padding-bottom: 22px;
      }

      .store-detail {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        font-size: 14px;
      }

      .store-detail dt,
      .store-detail dd {
        font-size: 14px;
        line-height: 1.7;
      }

      .store-detail dd {
        overflow-wrap: anywhere;
        word-break: normal;
      }

      .store-actions {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .store-button {
        font-size: 15px;
      }

      .stores-note {
        margin-top: 38px;
        line-height: 1.8;
      }

      .recruit-cta {
        min-height: 330px;
        padding: 66px 22px;
        background:
          linear-gradient(90deg, rgba(4, 20, 38, 0.88), rgba(4, 20, 38, 0.72)),
          url("../images/photo/kashii-atmosphere-1.jpg") center center / cover no-repeat;
      }

      .recruit-label {
        margin-bottom: 18px;
        font-size: 12px;
      }

      .recruit-label::before {
        width: 34px;
      }

      .recruit-title {
        font-size: clamp(29px, 8vw, 34px);
        line-height: 1.42;
        letter-spacing: 0.03em;
      }

      .recruit-title span {
        display: block;
      }

      .recruit-copy {
        margin-top: 16px;
        font-size: 15px;
      }

      .recruit-button {
        min-width: 190px;
        min-height: 50px;
        margin-top: 28px;
        font-size: 14px;
      }

      .news {
        padding: 86px 22px 96px;
      }

      .news::after {
        right: -245px;
        bottom: -138px;
        width: 620px;
        opacity: 0.42;
      }

      .news-inner {
        display: block;
        width: 100%;
        max-width: 100%;
      }

      .news-heading {
        position: static;
        width: 100%;
        max-width: 100%;
      }

      .news-mark {
        width: 34px;
        margin-bottom: 18px;
      }

      .news-title {
        font-size: clamp(31px, 9vw, 40px);
      }

      .news-lead {
        margin-top: 24px;
        font-size: 14px;
      }

      .news-lead span,
      .news-item-title span {
        display: block;
      }

      .news-list {
        width: 100%;
        max-width: 100%;
        margin-top: 46px;
      }

      .news-item {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px 16px;
        min-height: 0;
        padding: 24px 10px;
      }

      .news-date {
        font-size: 13px;
      }

      .news-category {
        justify-self: start;
        grid-column: 1 / 2;
        grid-row: 2;
        min-height: 27px;
        padding: 0 10px;
        font-size: 11px;
      }

      .news-item-title {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.75;
        word-break: break-all;
      }

      .news-arrow {
        display: none;
      }

      .news-more {
        width: 100%;
        margin-top: 34px;
      }

      .site-footer {
        padding: 66px 22px 28px;
      }

      .footer-brand {
        flex-direction: row;
        gap: 10px;
      }

      .footer-mark {
        width: 42px;
      }

      .footer-logo {
        width: min(150px, 55vw);
      }

      .footer-stamp {
        right: -21px;
        bottom: 0px;
        width: 12px;
      }

      .footer-nav {
        display: none;
      }

      .footer-nav a {
        display: block;
        font-size: 14px;
        text-align: center;
      }

      .footer-bottom {
        margin-top: 46px;
        padding-top: 22px;
      }

      .page-top {
        right: 20px;
        bottom: 10px;
        width: 48px;
        height: 48px;
      }
    }
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
