@media (min-width: 701px) and (max-width: 1180px) and (orientation: portrait),
  (min-width: 701px) and (max-width: 899.98px) and (orientation: landscape) {
  .fc-client-path-overlay,
  .fc-art-smart-academy-overlay {
    align-items: center;
    justify-content: center;
  }

  .fc-client-path-popup,
  .fc-art-smart-academy-popup {
    width: min(
      calc(100vw - 48px),
      clamp(620px, calc(38.9vw + 301px), 760px)
    );
    height: auto;
    max-height: calc(100vh - 112px);
    max-height: calc(100dvh - 112px);
    aspect-ratio: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .fc-client-path-popup::-webkit-scrollbar,
  .fc-art-smart-academy-popup::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .fc-client-path-close,
  .fc-art-smart-academy-close {
    position: sticky;
    top: 14px;
    right: auto;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin-left: auto;
    margin-right: 16px;
  }

  .fc-client-path-background-frame,
  .fc-art-smart-academy-background-frame,
  .fc-client-path-content-bubble,
  .fc-client-path-visual,
  .fc-art-smart-academy-content-bubble,
  .fc-art-smart-academy-visual,
  .fc-client-path-top-links,
  .fc-client-path-top-tooltip,
  .fc-client-path-detail-cloud,
  .fc-art-smart-academy-top-links,
  .fc-art-smart-academy-top-tooltip,
  .fc-art-smart-academy-detail-cloud {
    display: none;
  }

  .fc-client-path-stage,
  .fc-art-smart-academy-stage {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .fc-client-path-left-panel,
  .fc-art-smart-academy-left-panel {
    --fc-popup-tablet-upper-shell-height: clamp(456px, calc(23.5vw + 291px), 512px);
    position: relative;
    left: auto;
    top: auto;
    width: 86%;
    height: var(--fc-popup-tablet-upper-shell-height);
    isolation: isolate;
    box-sizing: border-box;
    padding: clamp(44px, 7vw, 58px) clamp(54px, 9vw, 72px);
    padding-left: calc(clamp(54px, 9vw, 72px) + 12px);
    margin-inline: auto;
    aspect-ratio: auto;
  }

  .fc-client-path-left-panel::before,
  .fc-art-smart-academy-left-panel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% - 20px);
    height: 100%;
    aspect-ratio: auto;
    transform: translateX(-50%) scale(1.16);
    transform-origin: center center;
    background: url("../../../img/popup/fc-glass-atelier-shell.png") center top / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .fc-client-path-left-label,
  .fc-client-path-left-title,
  .fc-client-path-nav,
  .fc-art-smart-academy-left-label,
  .fc-art-smart-academy-left-title,
  .fc-art-smart-academy-nav {
    position: relative;
    z-index: 1;
  }

  .fc-client-path-left-label,
  .fc-art-smart-academy-left-label {
    font-size: clamp(10px, 1.5vw, 12px);
  }

  .fc-client-path-left-title,
  .fc-art-smart-academy-left-title {
    font-size: clamp(24px, 4.2vw, 32px);
  }

  .fc-client-path-nav,
  .fc-art-smart-academy-nav {
    width: 100%;
    margin-top: clamp(30px, 5.5vw, 46px);
    gap: clamp(16px, 3vw, 24px);
  }

  .fc-client-path-nav-item,
  .fc-art-smart-academy-nav-item {
    width: 100%;
    min-height: 44px;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: clamp(18px, 3vw, 26px);
  }

  .fc-client-path-nav-icon,
  .fc-art-smart-academy-nav-icon {
    width: 38px;
    height: 38px;
  }

  .fc-client-path-nav-text,
  .fc-art-smart-academy-nav-text {
    font-size: clamp(13px, 1.9vw, 16px);
    line-height: 1.18;
  }

  .fc-client-path-right,
  .fc-art-smart-academy-right {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: clamp(26px, 5vw, 38px);
    box-sizing: border-box;
  }

  .fc-client-path-content-layer,
  .fc-art-smart-academy-content-layer {
    position: relative;
    inset: auto;
    box-sizing: border-box;
    width: 100%;
  }

  .fc-client-path-scroll-area,
  .fc-art-smart-academy-scroll-area {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    padding-left: clamp(44px, 7vw, 64px);
    padding-right: clamp(44px, 7vw, 64px);
    box-sizing: border-box;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .fc-client-path-title,
  .fc-art-smart-academy-title {
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.08;
  }

  .fc-client-path-subtitle,
  .fc-art-smart-academy-subtitle,
  .fc-client-path-intro,
  .fc-art-smart-academy-intro,
  .fc-client-path-item-text,
  .fc-art-smart-academy-item-text {
    font-size: clamp(15px, 2.1vw, 18px);
    line-height: 1.52;
  }

  .fc-client-path-bottom-message,
  .fc-art-smart-academy-bottom-message {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: clamp(24px, 4.6vw, 34px);
    padding: 0 clamp(44px, 7vw, 64px) 46px;
  }

  .fc-client-path-detail-title-text {
    color: #958b73;
  }

  .fc-art-smart-academy-detail-title-text {
    color: #887b60;
  }
}

@media (min-width: 701px) and (max-width: 899.98px) and (orientation: landscape) {
  .fc-client-path-popup,
  .fc-art-smart-academy-popup {
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
  }
}

@media (min-width: 835px) and (max-width: 1180px) and (orientation: portrait) {
  .fc-client-path-popup,
  .fc-art-smart-academy-popup {
    width: min(
      calc(100vw - 48px),
      clamp(626px, calc(65.7vw + 77px), 760px)
    );
  }
}

@media (min-width: 900px) and (max-width: 1180px) and (orientation: landscape) {
  .fc-client-path-popup,
  .fc-art-smart-academy-popup {
    width: min(
      calc(100vw - 28px),
      clamp(680px, 95vw, 1110px)
    );
  }

  .fc-client-path-close,
  .fc-art-smart-academy-close {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    top: calc(10.8% - 12px);
    right: 4.2%;
    z-index: 10;
  }

  .fc-client-path-top-links,
  .fc-art-smart-academy-top-links {
    top: calc(13.5% - 8px);
  }

  .fc-client-path-left-panel,
  .fc-art-smart-academy-left-panel {
    left: 10%;
    top: 16.5%;
    width: 27%;
    height: 70%;
  }

  .fc-client-path-nav,
  .fc-art-smart-academy-nav {
    margin-top: clamp(18px, 3.2vw, 34px);
    gap: clamp(12px, 1.9vw, 20px);
  }

  .fc-client-path-nav-text,
  .fc-art-smart-academy-nav-text {
    width: min(100%, clamp(168px, 24vw, 248px));
  }

  .fc-client-path-right,
  .fc-art-smart-academy-right {
    left: calc(37% + clamp(16px, 1.95vw, 24px));
    top: 12.8%;
    width: 59%;
    height: 80%;
  }

  .fc-client-path-content-bubble,
  .fc-art-smart-academy-content-bubble {
    transform: scaleX(0.982);
    transform-origin: right center;
  }

  .fc-client-path-scroll-area,
  .fc-art-smart-academy-scroll-area {
    left: 6.8%;
    top: 13%;
    width: 64%;
    height: 66%;
    padding-right: clamp(12px, 1.4vw, 18px);
  }

  .fc-client-path-visual,
  .fc-art-smart-academy-visual {
    transform: translateX(4%) scale(0.94);
    transform-origin: center center;
  }
}

@media (min-width: 900px) and (max-width: 1180px) and (orientation: landscape) and (max-height: 620px) {
  .fc-client-path-popup,
  .fc-art-smart-academy-popup {
    width: min(
      calc(100vw - 28px),
      clamp(680px, 95vw, 1110px),
      calc((100dvh - 144px) * 2.071)
    );
  }

  .fc-client-path-nav,
  .fc-art-smart-academy-nav {
    margin-top: clamp(14px, 2.8vw, 24px);
    gap: clamp(10px, 1.6vw, 16px);
  }

  .fc-client-path-scroll-area,
  .fc-art-smart-academy-scroll-area {
    height: 68%;
  }
}

@media (min-width: 701px) and (max-width: 899.98px) and (orientation: landscape) {
  .fc-client-path-left-panel,
  .fc-art-smart-academy-left-panel {
    --fc-popup-tablet-upper-shell-height:
      clamp(390px, calc(20vw + 248px), 428px);

    width: 83%;

    padding:
      clamp(34px, 5.4vw, 44px)
      clamp(42px, 6.4vw, 56px);

    padding-left:
      calc(clamp(42px, 6.4vw, 56px) + 10px);
  }

  .fc-client-path-left-label,
  .fc-art-smart-academy-left-label {
    font-size: clamp(10px, 1.25vw, 11px);
  }

  .fc-client-path-left-title,
  .fc-art-smart-academy-left-title {
    font-size: clamp(24px, 3.15vw, 28px);
    line-height: 1.05;
  }

  .fc-client-path-nav,
  .fc-art-smart-academy-nav {
    margin-top: clamp(20px, 3.4vw, 30px);
    gap: clamp(12px, 2vw, 18px);
  }

  .fc-client-path-nav-item,
  .fc-art-smart-academy-nav-item {
    min-height: 42px;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: clamp(14px, 2.2vw, 20px);
  }

  .fc-client-path-nav-icon,
  .fc-art-smart-academy-nav-icon {
    width: clamp(28px, 3.6vw, 32px);
    height: clamp(28px, 3.6vw, 32px);
  }

  .fc-client-path-nav-text,
  .fc-art-smart-academy-nav-text {
    min-height: 30px;
    font-size: clamp(13px, 1.55vw, 14px);
    line-height: 1.15;
  }

  .fc-client-path-right,
  .fc-art-smart-academy-right {
    margin-top: clamp(18px, 3.2vw, 28px);
  }

  .fc-client-path-scroll-area,
  .fc-art-smart-academy-scroll-area {
    padding-left: clamp(34px, 5.4vw, 48px);
    padding-right: clamp(34px, 5.4vw, 48px);
  }

  .fc-client-path-title,
  .fc-art-smart-academy-title {
    font-size: clamp(30px, 4vw, 36px);
    line-height: 1.08;
  }

  .fc-client-path-subtitle,
  .fc-art-smart-academy-subtitle,
  .fc-client-path-intro,
  .fc-art-smart-academy-intro,
  .fc-client-path-item-text,
  .fc-art-smart-academy-item-text {
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.5;
  }
}

@media (min-width: 701px) and (max-width: 1180px) and (orientation: landscape) {
  .fc-client-path-close span::before,
  .fc-client-path-close span::after,
  .fc-art-smart-academy-close span::before,
  .fc-art-smart-academy-close span::after {
    width: 18px;
    height: 1.25px;
  }
}

@media (min-width: 701px) and (max-width: 1180px) {
  .fc-access-overlay {
    z-index: 10125;
  }

  .fc-access-backdrop {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(2, 5, 10, 0.72);
  }

  .fc-access-close {
    width: 50px;
    height: 50px;
    opacity: 0.72;
  }

  .fc-access-close.fc-access-close--preparing {
    visibility: hidden;
    pointer-events: none;
  }

  .fc-access-close.fc-access-close--overlay-owned {
    position: fixed;
    top: var(--fc-access-close-fixed-top);
    left: var(--fc-access-close-fixed-left);
    right: auto;
    bottom: auto;
    width: 44px;
    height: 44px;
    margin: 0;
    z-index: 4;
  }

  .fc-access-close::before,
  .fc-access-close::after {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 1.25px;
    background: rgba(242, 244, 247, 0.92);
    transform-origin: center;
  }

  .fc-access-close.fc-access-close--overlay-owned::before,
  .fc-access-close.fc-access-close--overlay-owned::after {
    width: 17.6px;
    height: 1.1px;
  }

  .fc-access-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .fc-access-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .fc-access-close:hover,
  .fc-access-close:focus-visible {
    opacity: 0.78;
    transform: none;
  }

  #fcAccessEmail,
  #fcAccessPassword {
    font-size: 16px;
  }
}

@media (min-width: 701px) and (max-width: 1180px) and (max-height: 768px) {
  .fc-access-overlay {
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: clamp(18px, 4vh, 28px);
    padding-bottom: clamp(24px, 5vh, 36px);
    box-sizing: border-box;
  }

  .fc-access-overlay::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .fc-access-close {
    position: sticky;
    top: clamp(-44px, calc(54px - 14vh), -30px);
    right: auto;
    left: calc(89.2% - 50px);
    margin-bottom: -50px;
    z-index: 4;
  }

  .fc-access-popup {
    flex: 0 0 auto;
  }
}

@media
  (min-width: 820px)
  and (max-width: 850px)
  and (min-height: 750px)
  and (max-height: 790px)
  and (orientation: landscape) {
  .fc-access-overlay.is-open .fc-access-popup {
    transform: translateY(-34px) scale(var(--fc-access-popup-scale));
  }
}

@media (min-width: 1000px) and (max-width: 1050px) and (min-height: 761px) and (max-height: 779px) and (orientation: landscape) {
  .fc-access-overlay.is-open .fc-access-popup {
    transform: translateY(-34px) scale(var(--fc-access-popup-scale));
  }
}
