:root {
  --titleRatio: 7;
  --buttonRatio: 2.3;
  --navRatio: 2;
  --menuTabRatio: 1.6;
  --titleMainRatio: 3.8;
  --floorPlanRatio: 5.5;
}

@viewport {
  orientation: landscape;
}

* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

html,
body {
  width: 100svw;
  height: 100svh;
  overflow: hidden;
  background-color: #98989a;
  padding: 0;
  margin: 0;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.container-1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.panel {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  background-color: rgba(20, 17, 17, 0.61);
  transform: scale(0);
}

.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.image-button {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  cursor: pointer !important;
}

.shield-panel {
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
}

section {
  font-size: 1px;
}

.zoom {
  background-color: #ddd;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.zoom .media {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 768px) {
  :root {
    --navRatio: 2.1;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --titleMainRatio: 4.2;
    --buttonRatio: 3.3;
    --navRatio: 2.3;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  :root {
    --buttonRatio: 3.1;
    --navRatio: 2.3;
  }
}

@media (min-width: 1201px) and (max-width: 1366px) {
  :root {
    --buttonRatio: 3.1;
    --navRatio: 2.3;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  :root {
    --buttonRatio: 3.1;
    --navRatio: 2.2;
  }
}

@media (min-width: 1441px) and (max-width: 2160px) {
  :root {
    --navRatio: 2.1;
  }
}

@media (max-width: 991px) and (max-height: 568px) {
  :root {
    --titleMainRatio: 4.2;
    --buttonRatio: 4;
    --navRatio: 3.5;
    --menuTabRatio: 2.7;
    --floorPlanRatio: 9;
  }

  html,
  body {
    font-size: 10px;
    touch-action: pan-x pan-y;
    -webkit-text-size-adjust: none;
  }
}

/* @media screen and (orientation: portrait){
    html {
        -webkit-transform: translateY(-100%) rotate(90deg);    
        transform: translateY(-100%) rotate(90deg);
        -webkit-transform-origin: left bottom;    
        transform-origin: left bottom;    
    }
} */

#iframe-gg {
  z-index: 100000;
  zoom: unset;
}
