@charset "UTF-8";

@media screen and (max-width: 1279px) {
  .site-shell--static-v2 .site-mobile-nav-v2 {
    height: 60px;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }

  .site-shell--static-v2 .site-mobile-nav-v2__inner {
    box-sizing: border-box;
    height: 60px;
    min-height: 60px;
    padding: 0;
    align-items: flex-start;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__brand {
    box-sizing: border-box;
    width: 199px;
    height: 40px;
    padding: 5px 0 0 10px;
    align-items: flex-start;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__brand img {
    width: 189px;
    max-width: none;
    height: auto;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__actions {
    width: 120px;
    height: 60px;
    gap: 0;
    align-items: stretch;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__map,
  .site-shell--static-v2 .site-mobile-nav-v2__button {
    box-sizing: border-box;
    display: block;
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button {
    position: absolute;
    left: 63px;
    top: 5px;
    z-index: 1;
    overflow: visible;
    box-sizing: content-box;
    width: 22px;
    min-width: 0;
    height: 22px;
    padding: 14px 15px;
    background: transparent;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -5px;
    z-index: 0;
    width: 60px;
    height: 60px;
    background: url("../img/sp/btn-menu.png") center / 60px 60px no-repeat;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 52px;
    height: 50px;
    background: #69553c;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__map {
    background: transparent;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__map img {
    display: block;
    width: 60px;
    height: 60px;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button img {
    display: none;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button span {
    position: absolute;
    left: 15px;
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
    opacity: 1;
    transform: none;
    z-index: 2;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button span:nth-child(2) {
    top: 14px;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button span:nth-child(3) {
    top: 23px;
  }

  .site-shell--static-v2 .site-mobile-nav-v2__button span:nth-child(4) {
    top: 32px;
  }

  .site-shell--static-v2 .site-mobile-nav-v2.navOpen .site-mobile-nav-v2__button span:nth-child(2) {
    top: 23px;
    transform: rotate(45deg);
  }

  .site-shell--static-v2 .site-mobile-nav-v2.navOpen .site-mobile-nav-v2__button span:nth-child(3) {
    opacity: 0;
  }

  .site-shell--static-v2 .site-mobile-nav-v2.navOpen .site-mobile-nav-v2__button span:nth-child(4) {
    top: 23px;
    transform: rotate(-45deg);
  }

  .site-shell--static-v2 .site-mobile-nav-v2 #spNavBody {
    padding-top: 88px;
  }

  .site-mobile-nav-v2__menu {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
  }

  .site-mobile-nav-v2__menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-mobile-nav-v2__menu li:last-child {
    border-bottom: 0;
  }

  .site-mobile-nav-v2__menu a {
    display: flex !important;
    align-items: baseline;
    gap: 12px;
    padding: 18px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: background 0.15s ease;
  }

  .site-mobile-nav-v2__menu a:hover,
  .site-mobile-nav-v2__menu a:active {
    background: rgba(255, 255, 255, 0.06) !important;
  }

  .site-mobile-nav-v2__menu-label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #fff;
    order: 1;
  }

  .site-mobile-nav-v2__menu-en {
    order: 2;
    margin-left: auto;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    align-self: center;
  }

  .site-mobile-nav-v2__menu a::after {
    content: "";
    order: 4;
  }

  .site-mobile-nav-v2__menu-line {
    order: 3;
    display: block;
    width: 20px;
    height: 1px;
    margin-left: 8px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
    align-self: center;
  }

}
