html {
  overscroll-behavior: none;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: sans-serif;
  overflow: auto;
}
@media print, screen and (min-width: 1025px) {
  body {
    aspect-ratio: 16/9;
    overscroll-behavior: none;
  }
}
@media screen and (max-width: 1024px) {
  body {
    min-height: auto;
  }
}
body.fixed {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.v-enter-to,
.v-leave-from {
  opacity: 1;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s;
}

#app {
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  #app {
    min-height: 100vh;
    min-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  #app {
    height: 100svh;
    overflow-y: hidden;
    overscroll-behavior: none;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    position: absolute;
    top: 0;
    bottom: 152px;
    width: 100%;
    height: calc(100vh - 152px);
    height: calc(100svh - 152px);
    max-height: 100vh;
    max-height: 100dvh;
    overflow-x: scroll;
    overscroll-behavior: none;
  }
}

.contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .contents {
    min-width: 100%;
  }
}
.contents .contents_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  .contents .contents_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .contents .contents_inner img {
    opacity: 1;
  }
}
.contents .base_img {
  height: 100%;
}
.contents .base_img img {
  pointer-events: none;
}
.contents img.bg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .contents img.bg {
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
}
.contents img.hover_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  z-index: 0;
}
@media print, screen and (min-width: 1025px) {
  .contents .frame {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contents .frame {
    width: auto;
    height: 100%;
  }
}

.logo {
  position: fixed;
  top: 5%;
  left: 3.2%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .logo {
    top: 10px;
    left: 11px;
  }
}
.logo .logo_main {
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .logo .logo_main {
    width: 103px;
  }
}
.logo .logo_main img {
  display: block;
  width: 100%;
}
.logo .logo-title {
  margin: 0;
  display: table;
  max-width: 200px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .logo .logo-title {
    width: 103px;
  }
}
.logo .logo-title.premises4 {
  max-width: 388px;
}
@media screen and (max-width: 1024px) {
  .logo .logo-title.premises4 {
    width: 200px;
  }
}
.logo .logo-title img {
  display: block;
  width: 100%;
}

#menu_button {
  position: fixed;
  top: 40px;
  right: 37px;
  width: 50px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #menu_button {
    top: 20px;
    right: 20px;
    width: auto;
  }
}
#menu_button img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #menu_button img {
    width: 32px;
  }
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 80px;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #0058a5;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 15px;
  padding: 0;
  width: 1500px;
  max-width: 90%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #menu {
    left: 0;
    bottom: 0;
    width: auto;
    background-color: #e5eef6;
    border: none;
    border-radius: 0;
    z-index: 3;
    max-width: 100%;
  }
  #menu.menu-active {
    z-index: 2;
  }
}
#menu .close {
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #menu .close {
    top: 17px;
    right: 20px;
  }
}
#menu .close img {
  width: 32px;
}
@media screen and (max-width: 1024px) {
  #menu .close img {
    width: 30px;
  }
}
#menu .menu-logo {
  position: absolute;
  top: 3%;
  left: 3%;
}
@media screen and (max-width: 1024px) {
  #menu .menu-logo {
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#menu .menu-logo img {
  width: 259px;
}
#menu .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
  padding: 80px 30px 30px;
  gap: 0 0;
}
@media screen and (max-width: 1024px) {
  #menu .links {
    height: calc(100% - 70px);
    padding: 50px 0 0;
    justify-content: center;
    gap: 0 5px;
  }
}
#menu .links > span {
  cursor: pointer;
  flex: 0 0 25%;
}
@media screen and (max-width: 1024px) {
  #menu .links > span {
    flex-basis: 32%;
  }
}
#menu .links .menu_icon {
  display: block;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  #menu .links .menu_icon {
    margin-bottom: 3px;
  }
}
#menu .links .menu_icon img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  height: calc(20vh - 84px);
}
@media print, screen and (max-width: 1280px) {
  #menu .links .menu_icon img {
    height: calc(20vh - 95px);
  }
}
@media print, screen and (max-width: 1080px) {
  #menu .links .menu_icon img {
    height: calc(20vh - 105px);
  }
}
@media screen and (max-width: 1024px) {
  #menu .links .menu_icon img {
    height: calc((100vh - 320px) / 9);
  }
}
#menu .links .label {
  display: block;
  text-align: center;
  color: #0058a5;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 1280px) {
  #menu .links .label {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #menu .links .label {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #menu .links .chosuiso .label,
  #menu .links .kinkyu .label {
    line-height: 26px;
  }
}
@media print, screen and (min-width: 1025px) {
  #menu .links .pump .label,
  #menu .links .netsukoukanki .label,
  #menu .links .chisso .label {
    line-height: 38px;
  }
}

@media print, screen and (min-width: 1025px) {
  #sp_menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #sp_menu {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }
}
#sp_menu .close + .back {
  display: none;
}
#sp_menu .back,
#sp_menu .close {
  position: absolute;
  max-width: 45px;
}
#sp_menu .back img,
#sp_menu .close img {
  width: 100%;
  max-width: 100%;
}
#sp_menu .sp-back {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 45px;
}
#sp_menu .sp-back img {
  width: 100%;
  max-width: 100%;
}

.sp_scroll_icon {
  display: none;
}
@keyframes animation-scroll-icon {
  0% {
    left: 7px;
  }
  50% {
    left: 40px;
  }
  100% {
    left: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_scroll_icon {
    position: fixed;
    bottom: 163px;
    display: block;
    margin: 0 auto;
    width: 100%;
    pointer-events: none;
  }
}
.sp_scroll_icon .sp_scroll_icon_body {
  position: relative;
  margin: 0 auto;
  width: 60px;
}
.sp_scroll_icon .sp_scroll_icon_body::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  display: block;
  border-radius: 4px;
  width: 12px;
  height: 6px;
  background-color: #fff;
  animation-name: animation-scroll-icon;
  animation-duration: 4.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.sp_scroll_icon .sp_scroll_icon_body img {
  display: block;
  width: 100%;
}

#home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#home .pc_menu {
  position: fixed;
  bottom: 5.3%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 1%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1660px;
}
@media screen and (max-width: 1024px) {
  #home .pc_menu {
    display: none;
  }
}
#home .pc_menu img {
  display: block;
  width: 100%;
}
#home .pc_menu a,
#home .pc_menu span {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#home .pc_menu .pc_menu_item_l {
  flex: 0 0 17.5%;
}
#home .pc_menu .pc_menu_item {
  flex: 0 0 17.5%;
}
#home .pc_menu > .pc_menu_item_s {
  flex: 0 0 10%;
}
#home .pc_menu .item_column {
  flex: 0 0 13.587%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
}
#home .pc_menu .pc_menu_item_s {
  display: block;
  width: 100%;
}
#home .pc_menu .pc_menu_item_s img {
  display: block;
  width: 100%;
}
#home .pc_menu img {
  height: 100%;
}
#home .picture-caution {
  position: fixed;
  bottom: 10px;
  z-index: 2;
  right: 10px;
  font-size: 22px;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #home .picture-caution {
    bottom: 210px;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0;
  }
}

.sp_menu_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}
.sp_menu_inner .sp_menu_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 12px;
}
.sp_menu_inner span {
  flex: 0 0 20%;
  cursor: pointer;
}
.sp_menu_inner span img {
  max-height: 50px;
  max-width: 100%;
  width: 100%;
}
.sp_menu_inner span.l {
  flex: 0 0 43.5%;
}
@keyframes cssAnimation {
  to {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-view {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  height: 100vh;
  animation-name: loading;
  animation-duration: 2s;
  width: 100% vw;
  background: #fff;
  overscroll-behavior: none;
}
.loading-view .loading_masseage {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .intro {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overscroll-behavior: none;
    width: 100vw;
    height: 100svh;
  }
}

#intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  aspect-ratio: 16/9;
  object-fit: cover;
  overscroll-behavior: none;
}
@media screen and (max-width: 1024px) {
  #intro {
    bottom: 153px;
    height: 100%;
    width: auto;
    overflow: hidden;
    aspect-ratio: inherit;
    bottom: 153px;
    height: calc(100svh - 153px);
    position: fixed;
  }
  #intro img {
    pointer-events: none;
  }
}
#intro img.intro1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overscroll-behavior: none;
}
#intro img.intro1.v-enter-active, #intro img.intro1.v-leave-active {
  transition-duration: 2s;
}
#intro img.intro2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#intro video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  #intro video {
    width: auto;
    height: 100%;
    aspect-ratio: 16/9;
    bottom: 153px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#intro .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
#intro .logo .logo_img {
  display: table;
  margin: 2.5% auto 0;
  max-width: 23.5%;
  max-width: 214px;
}
#intro .logo img {
  width: 574px;
  width: 100%;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  #intro .logo img {
    width: 359px;
    margin-bottom: 2px;
  }
}

.intro_logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .intro_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 152px;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    aspect-ratio: 16/9;
  }
  .intro_logo .intro_logo_main {
    display: table;
    margin: 0 auto;
  }
  .intro_logo img {
    width: 259px;
  }
}

@media screen and (max-width: 1024px) {
  #sp_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 152px;
  }
  #sp_menu .intro_logo {
    margin: 0 auto;
    text-align: center;
  }
  #sp_menu .intro_logo img {
    width: 259px;
  }
}

/*# sourceMappingURL=vt_common.css.map */
