/* Mobile-specific styles */
@media only screen and (max-width: 736px) {
  .main-visual {
    height: 75% !important;
  }

  video {
    bottom: -100%;
  }

  .maincopy {
    bottom: 25px !important;
  }

  .for-large {
    display: none;
  }

  .for-small {
    display: block;
  }

  .home-attraction>.image {
    padding-right: 0 !important;
  }

  .home-attraction>.head {
    margin-bottom: 25px;
    padding: 0 20px;
    text-align: left;
  }

  .headding-primary .en {
    font-size: 35px;
    letter-spacing: .026em;
  }

  .headding-primary .ja {
    font-size: 11px;
  }

  .headding-primary .en.ni {
    font-size: 38px;
  }

  .headding-primary .ja.nij {
    font-size: 20px;
  }

  new-information-list {
    text-align: center;
  }

  .vk_post_title {
    font-size: 20px;
  }

  .button-flat span {
    font-size: 13px;
  }

  .text-primary {
    font-size: 13px;
    text-align: justify;
    line-height: 2;
    letter-spacing: .08em;
  }

  .home-policy .content {
    width: 100%;
  }

  .toplogo {
    max-width: 20%;
  }

  .pconly {
    display: none !important;
  }

  .global-nav .inner .box>.wrap .list .child {
    display: block;
  }

  .global-nav>.wrapper {
    max-height: 100%;
    overflow-y: visible;
  }

  .button-flat {
    padding: 17px 0 16px;
    width: 100%;
  }

  .home-attraction>.image {
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    width: 100%;
  }

  .home-attraction>.image::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    content: '';
    height: 32px;
    width: 80%;
  }

  .home-attraction>.content {
    float: none;
    padding: 0 20px;
  }

  .headding-secondary {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* Hamburger menu visibility */
@media only screen and (min-width: 1080px) {
  .hamburger {
    display: none;
  }
} 