@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
/************************************
home
*************************************/
.main-box .menu-box {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 18%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: white;
  text-align: center;
  line-height: 300%;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0%;
  padding-right: 0%;
}
.main-box .menu-box a {
  text-decoration: none;
  color: white;
  width: 100%;
}
.main-box .menu-box a h2 {
  width: 100%;
  margin: 3%;
  font-size: 1.6vw;
}

.intro {
  text-align: center;
  margin-top: 6%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.intro h3 {
  font-size: 4vw;
  color: #0071B7;
}
.intro h4 {
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 170%;
}
.intro p {
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 170%;
  font-family: "Sawarabi Gothic", sans-serif !important;
}

.home-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin: 0% auto;
  padding: 2.5% 0;
  /*
  &:hover {
      transform: scale(1.03, 1.03);
  }*/
}
.home-img:last-of-type {
  margin-bottom: 10%;
}

.link-box {
  margin-top: 2%;
  padding: 5%;
  margin-bottom: 6%;
}

/************************************
video
*************************************/
.video-box::-webkit-scrollbar {
  display: none;
}

.video-box {
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.video-box .white {
  z-index: -20;
  position: relative;
  width: 100%;
  opacity: 0;
}
.video-box .video {
  position: fixed;
  top: 0%;
  margin-top: 4%;
  left: 0;
  z-index: -1;
}
.video-box .video-title {
  width: 40%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
.video-box .logo-box {
  padding-right: 5%;
}
.video-box .logo-box a {
  margin: 0 auto;
  pointer-events: none;
  width: 35%;
}
.video-box .logo-box a .logo-t {
  filter: brightness(0) invert(1);
}
.video-box .video-text {
  color: white;
  text-align: center;
  font-size: 2.8vw;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 800;
  margin: 8% auto 15% auto;
}
.video-box .video-btn {
  width: 35%;
  margin: 0 auto;
}
.video-box .v-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.intro-scroll {
  position: absolute;
  bottom: -110%;
  right: 3%;
  color: white !important;
  text-align: left !important;
  width: 50%;
  padding-bottom: 10%;
}
.intro-scroll h3 {
  font-size: 2.5vw;
  color: white !important;
}

.white-bg {
  background-color: white;
}

/************************************
tablet
*************************************/
@media (max-width: 850px) {
  .intro p {
    font-size: 10px;
  }
  .intro-scroll {
    bottom: -150%;
  }
}
/************************************
phone
*************************************/
@media (max-width: 700px) {
  .main-box .main-img {
    margin-top: 50px;
  }
  .address-box .address-p {
    font-size: 10px;
  }
  .main-box .menu-box {
    left: 3%;
    line-height: 100% !important;
  }
  .main-box .menu-box h2 {
    font-size: 10px;
    margin-top: 20% !important;
  }
  .intro h4 {
    font-size: 11px;
  }
  .intro p {
    font-size: 11px;
  }
  .intro h3 {
    font-size: 23px;
  }
  .link-box {
    padding: 7% 0;
  }
  .home-img {
    width: 100%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 6%;
  }
  /************************************
  video
  *************************************/
  .video-box {
    width: 100%;
    overflow-x: hidden;
  }
  .video-box .white {
    width: 200%;
  }
  .video-box .video {
    width: 200%;
    margin-left: -50%;
  }
  .video-box .video-title {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .video-box .video-title .logo-box a {
    display: flex;
    width: 35% !important;
  }
  .video-box .video-title .logo-box a .logo {
    width: 30%;
  }
  .video-box .video-text {
    font-size: 5.5vw;
    margin: 8% auto 20% auto;
  }
  .video-box .video-btn {
    width: 40%;
  }
  .intro-scroll {
    bottom: -100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    text-align: center !important;
    width: 100%;
  }
}
@media (max-width: 570px) {
  .intro-scroll {
    bottom: -130%;
  }
}
@media (max-width: 400px) {
  .intro-scroll {
    bottom: -150%;
  }
}
@media (max-width: 300px) {
  .intro-scroll {
    bottom: -230%;
  }
}/*# sourceMappingURL=home.css.map */