/* Responsive layout
-----------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

.menu-toggle,
.mobile-nav-extras {
  display: none;
}

.footer-logo-sp,
.footer-contact-text-sp {
  display: none;
}

.nav-label-break {
  display: none;
}

@media (max-width: 1100px) {
  .site-footer .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer .footer-col:not(:last-child) {
    border-right: 0;
  }

  .page_floor_map .floor-control {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page_floor_map .floor-selector {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .single_shop_guide_main > .inner {
    flex-direction: column;
  }

  .single_shop_guide_main .col_l,
  .single_shop_guide_main .col_r {
    width: 100%;
  }

  .single_shop_guide_main .col_r {
    padding: 48px 0 0;
  }
}

@media (max-width: 767px) {
  :root {
    --mobile-gutter: 16px;
  }

  .inner {
    padding-right: var(--mobile-gutter);
    padding-left: var(--mobile-gutter);
  }

  body {
    font-size: var(--fs-base-sp);
    line-height: var(--fl-base-sp);
  }

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

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #ececec;
  }

  .topbar {
    min-height: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    padding-left: 20px;
    gap: 12px;
  }

  .brand {
    width: 155px;
  }

  .topbar-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    width: 40px;
    height: 38px;
    margin-left: auto;
    color: #777;
    cursor: pointer;
  }

  .menu-toggle__lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    color: var(--color-mint);
  }

  .menu-toggle__lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform .25s ease, opacity .2s ease;
  }

  .menu-toggle__label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }

  .is-nav-open .menu-toggle__lines span:nth-child(1) {
    transform: translateY(7px) rotate(30deg);
  }

  .is-nav-open .menu-toggle__lines span:nth-child(2) {
    opacity: 0;
  }

  .is-nav-open .menu-toggle__lines span:nth-child(3) {
    transform: translateY(-7px) rotate(-30deg);
  }

  .global-nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .08);
    transition: max-height .35s ease, opacity .25s ease, visibility .25s ease;
  }

  .is-nav-open .global-nav {
    max-height: none;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
  }

  .nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin: 0 auto;
    padding: 35px 20px 30px;
  }

  .nav-item {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 12px 5px 10px;
    border: 2px solid var(--color-mint);
    border-radius: 6px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }

  .nav-item:first-child {
    border-left: 2px solid var(--color-mint);
  }

  .nav-item.active {
    color: #333;
  }

  .nav-item:hover {
    color: #333;
    opacity: .75;
  }

  .nav-item img {
    width: 36px;
    height: 32px;
    object-fit: contain;
  }

  .nav-item > span {
    white-space: nowrap;
  }

  .nav-label-break {
    display: block;
  }

  .nav-item:nth-child(1) img { content: url(./images/menu/home.svg); }
  .nav-item:nth-child(2) img { content: url(./images/menu/event.svg); }
  .nav-item:nth-child(3) img { content: url(./images/menu/info.svg); }
  .nav-item:nth-child(4) img { content: url(./images/menu/shop-news.svg); }
  .nav-item:nth-child(5) img { content: url(./images/menu/floor-map.svg); }
  .nav-item:nth-child(6) img { content: url(./images/menu/shop-guide.svg); }
  .nav-item:nth-child(7) img { content: url(./images/menu/access.svg); }

  .mobile-nav-extras {
    display: block;
    padding: 0 20px 56px;
    background: #fff;
  }

  .mobile-tenant-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 69px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    color: #333;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .mobile-tenant-link__arrow {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f8f4;
    color: var(--color-mint);
    font-size: 1.6rem;
  }

  .mobile-contact-area {
    padding-top: 28px;
    text-align: center;
  }

  .mobile-phone {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #333;
  }

  .mobile-phone__number {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-en);
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .04em;
  }

  .mobile-phone__number img {
    width: 16px;
    height: 21px;
  }

  .mobile-phone__hours {
    margin-top: 11px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }

  .mobile-line-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 240px;
    height: 50px;
    margin: 27px auto 0;
    border: 1px solid var(--color-mint);
    border-radius: 25px;
    color: var(--color-mint);
    font-size: 1.4rem;
    font-weight: 500;
  }

  .mobile-line-link > span {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid var(--color-mint);
  }

  .mobile-instagram-link {
    display: block;
    width: 32px;
    height: 32px;
    margin: 31px auto 0;
  }

  .mobile-instagram-link img {
    width: 100%;
    height: 100%;
  }

  .site-footer {
    min-height: 1034px;
    padding: 60px 0 38px;
    background: #333;
  }

  .site-footer .footer-brand,
  .site-footer .footer-links,
  .site-footer .footer-copy {
    width: min(270px, calc(100% - 32px));
    padding-right: 0;
    padding-left: 0;
  }

  .site-footer .footer-brand {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
  }

  .site-footer .footer-brand > a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .site-footer .footer-logo-pc {
    display: none;
  }

  .site-footer .footer-logo-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer .footer-logo-sp > img {
    width: 90px;
    height: 57px;
    object-fit: contain;
  }

  .site-footer .footer-logo-sp__ja {
    margin-top: 18px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
  }

  .site-footer .footer-logo-sp__en {
    margin-top: 10px;
    font-family: var(--font-en);
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em;
  }

  .site-footer .footer-links {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .site-footer .footer-col {
    min-height: 0;
    padding: 0;
    gap: 0;
    border: 0;
  }

  .site-footer .footer-col > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin: 0;
    padding-left: 45px;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .site-footer .footer-col > a::before {
    width: 28px;
    height: 28px;
  }

  .site-footer .footer-contact {
    align-items: center;
    padding: 30px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
  }

  .site-footer .footer-contact .wrap_tel {
    width: 100%;
    margin: 0;
  }

  .site-footer .footer-contact .wrap_tel > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .site-footer .footer-contact .wrap_tel .icn {
    display: inline-flex;
    width: 15px;
    height: 20px;
    margin-right: 6px;
  }

  .site-footer .footer-contact .wrap_tel .icn img {
    width: 100%;
    height: 100%;
  }

  .site-footer .footer-contact .wrap_tel .txt {
    position: static;
    font-family: var(--font-en);
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .04em;
  }

  .site-footer .footer-contact .wrap_tel .cap {
    flex-basis: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
  }

  .site-footer .footer-col > a.footer-contact-btn {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 9px;
    width: 260px;
    min-width: 0;
    min-height: 40px;
    margin-top: 19px;
    padding: 0 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
  }

  .site-footer .footer-col > a.footer-contact-btn::before {
    content: "";
    position: static;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
    background: none;
  }

  .site-footer .footer-contact-text-pc {
    display: none;
  }

  .site-footer .footer-contact-text-sp {
    display: inline;
  }

  .site-footer .footer-insta {
    display: block;
    width: 50px;
    min-height: 50px;
    margin-top: 19px;
    padding: 0;
  }

  .site-footer .footer-insta img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }

  .site-footer .footer-col:nth-child(2) {
    padding-top: 20px;
  }

  .site-footer .footer-col:nth-child(3) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
  }

  .site-footer .footer-col:nth-child(4) {
    align-items: center;
    padding-top: 20px;
  }

  .site-footer .footer-col:nth-child(4) > a.icn2 {
    min-height: 48px;
    padding-left: 28px;
    font-size: 1.6rem;
  }

  .site-footer .footer-col:nth-child(4) > a.icn2::before {
    width: 16px;
    height: 1px;
    top: 0;
  }

  .site-footer .footer-privacy-link {
    display: none !important;
  }

  .site-footer .footer-copy {
    margin-top: 70px;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: .08em;
  }

  .page_header .wrap {
    min-height: 178px;
  }

  .ttl_page_title {
    padding-top: 54px;
  }

  .ttl_page_title .en {
    max-width: 78%;
    font-size: clamp(3.2rem, 11vw, 4.2rem);
    line-height: 1.08;
  }

  .ttl_page_title .jn {
    margin: 9px 0 0 2px;
    font-size: 1.3rem;
  }

  .ttl_page_title .img {
    top: 32px;
    right: -31px;
    width: 190px;
    opacity: .6;
  }

  .breadcrumbs {
    padding-top: 14px;
    padding-bottom: 14px;
    overflow-x: auto;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .breadcrumbs ol {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .breadcrumbs strong {
    font-size: 1.2rem;
  }

  .main_front .section-head {
    padding-top: 54px;
  }

  .main_front .section-head-split {
    align-items: stretch;
    gap: 20px;
  }

  .main_front .section-title,
  .main_front .info-aside .section-title {
    font-size: clamp(3.6rem, 11vw, 4.4rem);
  }

  .main_front .section-subtitle {
    margin-top: 7px;
    font-size: 1.3rem;
  }

  .main_front .more-btn {
    align-self: flex-start;
    min-width: 170px;
  }

  .main_front .event-section {
    padding-bottom: 56px;
  }

  .main_front .event-grid {
    gap: 36px;
    padding-top: 34px;
  }

  .main_front .news-card h3 {
    font-size: 1.6rem;
    line-height: 1.65;
  }

  .main_front .info-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .main_front .info-layout {
    gap: 34px;
  }

  .main_front .info-row {
    grid-template-columns: 78px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 18px 0 12px;
  }

  .main_front .info-row time,
  .main_front .info-row p {
    font-size: 1.3rem;
  }

  .main_front .info-row img {
    width: 18px;
    height: 18px;
  }

  .main_front .shop-section {
    padding-bottom: 64px;
  }

  .main_front .wrap_shop_news_sliders {
    margin-top: 34px;
    clip-path: inset(-100px -100vw -100px 0);
  }

  .main_front .shop_news_slider {
    --slide-gap: 16px;
  }

  .main_front .map-guide-section {
    padding-bottom: 88px;
  }

  .main_front .map-guide-layout {
    gap: 30px;
    margin-top: 26px;
  }

  .main_front .map-guide-art {
    min-height: 0;
    padding: 18px 0;
  }

  .main_front .map-guide-backdrop {
    inset: -15px -16px -15px 42px;
    width: auto;
  }

  .main_front .map-guide-actions {
    width: 100%;
    max-width: none;
  }

  .main_front .map-cta {
    width: 100%;
    min-height: 72px;
    padding: 14px 14px;
  }

  .main_front .map-cta span {
    font-size: 1.6rem;
  }

  .main_front .map-cta .icn01,
  .main_front .map-cta .icn02 {
    width: 50px;
    height: 52px;
    flex: 0 0 50px;
  }

  .main_front .map-cta .icn01::before,
  .main_front .map-cta .icn02::before {
    left: 12px;
    width: 50px;
    height: 52px;
  }

  .main_front .cta-arrow {
    width: 42px;
    height: 42px;
  }

  .main_front .access-section {
    padding-bottom: 64px;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }

  .main_front .access-section .section-head {
    top: -18px;
  }

  .main_front .access-panel {
    margin-top: 8px;
    padding: 30px 20px;
    border-radius: 24px;
  }

  .main_front .access-intro {
    font-size: 1.4rem;
    line-height: 1.85;
  }

  .main_front .access-links {
    gap: 18px;
    margin-top: 26px;
  }

  .main_front .access-links a {
    font-size: 1.6rem;
  }

  .main_front .access-details {
    gap: 24px;
    margin-top: 30px;
  }

  .main_front .access-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .main_front .access-row dt,
  .main_front .access-row dd {
    font-size: 1.3rem;
  }

  .archive_grid_card {
    padding-bottom: 64px;
  }

  .archive_grid_card .event-grid {
    gap: 38px;
  }

  .card_archives.news-card .ttl_guide {
    font-size: 2rem;
  }

  .inner._home {
    width: 100%;
  }

  .main_front._home {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .page_main {
    padding-top: 22px;
  }

  .wrap_forms {
    margin-bottom: 60px;
    padding: 34px 16px;
  }

  .wrap_forms .wrap {
    min-height: 0;
  }

  .wrap_forms .wrap .ttl_form {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0;
  }

  .wrap_forms .wrap .input {
    width: 100%;
    margin-bottom: 26px;
  }

  .wrap_forms .wrap .input input,
  .wrap_forms .wrap .input select,
  .wrap_forms .wrap .input textarea {
    font-size: 1.6rem;
  }

  .wrap_forms .wrap .submit01 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .wrap_forms .wrap .confirm_btns .submit01 {
    width: 70%;
    margin-top: 0;
  }
    .wrap_forms .wrap .confirm_btns .submit02 {
      margin-top: 0;
    }


  .wrap_forms .submit01 .wpcf7-spinner {
    width: 0;
    height: 0;
    margin: 0!important;
}

  .wrap_forms .wrap .submit01 input {
    width: min(100%, 280px);
  }

  .page_contact .wrap_contant {
    flex-direction: column;
    gap: 40px;
  }

  .page_contact .wrap_contant > .col_l,
  .page_contact .wrap_contant > .col_r {
    width: 100%;
  }

  .page_main .list02 dd {
    padding: 18px 12px;
  }

  #train,
  #cars {
    scroll-margin-top: 80px;
  }

  #train .ttl_map,
  #cars .ttl_map {
    margin: 32px auto 20px;
    font-size: 2rem;
  }

  #train .ifram_video iframe,
  #cars .ifram_video iframe {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #train ul li,
  #cars ul li {
    font-size: 1.5rem;
  }

  .single_shop_news_main .inner {
    padding-bottom: 28px;
  }

  .single_shop_news_main .head_single {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .single_shop_news_main .head_single .thumb {
    margin-bottom: 28px;
  }

  .single_shop_news_main .head_single .ttl {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.45;
  }

  .single_shop_news_main p {
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.9;
  }

  .single_shop_news_main h2,
  .single_shop_news_main h3 {
    font-size: 2rem;
  }

  .single_shop_news_main h4,
  .single_shop_news_main h5 {
    font-size: 1.8rem;
  }

  .single_shop_news_main ul {
    padding-left: 2.2rem;
  }

  .single_shop_news_main .box01 {
    flex-direction: column;
  }

  .single_shop_news_main .box01 .img,
  .single_shop_news_main .box01 .col {
    width: 100%;
  }

  .single_shop_news_main .box01 .col {
    padding: 24px 0 0;
  }

  .single_shop_news_main p.data_single,
  .cat_single_shop_news a {
    font-size: 1.5rem;
  }

  .post-nav {
    padding: 12px 0 54px;
  }

  .post-nav > .inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
  }

  .post-nav__back {
    grid-column: 2;
    grid-row: 1;
    width: 160px;
    height: 48px;
    line-height: 48px;
  }

  .post-nav__next {
    text-align: right;
  }

  .post-nav__next a,
  .post-nav__prev a {
    height: 48px;
    line-height: 48px;
    font-size: 1.3rem;
  }

  .post-nav__next a {
    padding-right: 40px;
  }

  .post-nav__prev a {
    padding-left: 40px;
  }

  .post-nav__next a::before,
  .post-nav__prev a::before {
    width: 32px;
    height: 32px;
  }

  .single_shop_guide_main {
    padding-top: 16px;
    padding-bottom: 80px;
  }

  .single_shop_guide_main .col_r {
    padding-top: 36px;
  }

  .single_shop_guide_main .col_l .shop_gallery_thumb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .single_shop_guide_main .col_l .shop_gallery_main_item img,
  .single_shop_guide_main .col_l .shop_gallery_thumb_item img {
    border-radius: 14px;
  }

  .single_shop_guide_main .col_r .shop-kana {
    font-size: 1.4rem;
  }

  .single_shop_guide_main .col_r .shop-info h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .single_shop_guide_main .col_r .tag {
    padding: 0 10px;
    font-size: 1.3rem;
  }

  .single_shop_guide_main .col_r .lead,
  .single_shop_guide_main .col_r .info-block {
    margin-top: 32px;
  }

  .single_shop_guide_main .col_r .block-title,
  .single_shop_guide_main .col_r .block-body {
    padding-left: 8px;
  }

  .single_shop_guide_main .col_r .schedule-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 7px 0;
    font-size: 1.4rem;
  }

  .single_shop_guide_main .col_r .map-btn {
    width: 100%;
    min-width: 0;
    margin-top: 34px;
    font-size: 1.6rem;
  }

  .page_floor_map .mini-map-row {
    min-height: 0;
    margin-bottom: 26px;
  }

  .page_floor_map .mini-map-row img {
    width: 100%;
    max-width: 100%;
  }

  .page_floor_map .floor-control {
    gap: 22px;
  }

  .page_floor_map .floor-label {
    justify-content: center;
    gap: 10px;
    padding-left: 0;
  }

  .page_floor_map .floor-building,
  .page_floor_map .floor-level {
    font-size: 3.8rem;
  }

  .page_floor_map .floor-selector {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page_floor_map .tower {
    min-height: 136px;
    padding: 0 4px;
  }

  .page_floor_map .tower h2 {
    font-size: 1.4rem;
  }

  .page_floor_map .tower-line {
    width: 70%;
  }

  .page_floor_map .tower a {
    width: min(50px, 88%);
    font-size: 1.3rem;
  }

  .page_floor_map .floor-map-wrap {
    height: auto;
    min-height: 120px;
    margin: 34px 0;
  }

  .page_floor_map .store-list {
    padding-bottom: 65px;
  }

  .page_floor_map .store-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page_floor_map .store-row {
    grid-template-columns: 30px minmax(0, 1fr) auto 24px;
    gap: 8px;
    padding: 10px 0;
  }

  .page_floor_map .store-row h3 {
    grid-column: 2;
    grid-row: 1;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    font-size: 1.6rem;
  }

  .page_floor_map .store-tags {
    grid-column: 3;
    grid-row: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .page_floor_map .store-row img {
    grid-column: 4;
    grid-row: 1;
  }

  .page_floor_map .pill {
    min-width: 54px;
    height: 24px;
    padding: 0 9px;
    font-size: 1.2rem;
  }

  .p_nation {
    margin-top: 40px;
  }

  .p_nation .wp-pagenavi {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p_nation .wp-pagenavi span,
  .p_nation .wp-pagenavi a {
    width: 36px;
    height: 36px;
  }

  .p_nation .wp-pagenavi a.previouspostslink,
  .p_nation .wp-pagenavi a.nextpostslink {
    padding: 0 8px;
    font-size: 2.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-nav,
  .menu-toggle__lines span {
    transition: none;
  }
}

@media (max-width: 340px) {
  .nav-grid {
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-item {
    font-size: 1.2rem;
  }

  .nav-item img {
    width: 32px;
    height: 29px;
  }

  .mobile-nav-extras {
    padding-right: 12px;
    padding-left: 12px;
  }
}
