#page.top.in .top-mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#page.top.in .mv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#page.top.in .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: zoomInOut 35s ease-in-out infinite;
          animation: zoomInOut 35s ease-in-out infinite;
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#page.top.in .mv-img img.spv {
  display: none;
}
#page.top.in .mv-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: -1;
}
#page.top.in .mv-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  outline: none;
  border: none;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
@-webkit-keyframes zoomInOut {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomInOut {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#page.top.in .mv-inner {
  position: relative;
  padding: 95px 78px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.top.in .mv-logo {
  position: absolute;
  top: 95px;
  left: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.top.in .hanare-logo {
  width: 36px;
  margin-right: 34px;
}
#page.top.in .honkan-logo {
  width: 36px;
}
#page.top.in .mv-secer-text {
  font-size: 28px;
  letter-spacing: 0.23em;
  line-height: 1.7499124343;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
#page.top.in .mv-right-text {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #e6e6e6;
  width: 67px;
  height: 12px;
  position: absolute;
  right: 78px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.top.in .mv-scroll {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 10px;
  width: 7px;
  margin: auto;
  -webkit-animation: scroll 3.5s ease-in-out infinite;
          animation: scroll 3.5s ease-in-out infinite;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 15%;
  }
  100% {
    opacity: 1;
    bottom: 5%;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 15%;
  }
  100% {
    opacity: 1;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  #page.top.in .mv-img img.spv {
    display: inline-block;
  }
  #page.top.in .mv-img img.pcv {
    display: none;
  }
  #page.top.in .mv-inner {
    padding: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #page.top.in .mv-logo {
    left: 43px;
    top: 65px;
  }
  #page.top.in .honkan-logo {
    width: 28px;
  }
  #page.top.in .hanare-logo {
    width: 26px;
    margin-right: 21px;
  }
  #page.top.in .mv-secer-text {
    font-size: 34px;
    line-height: 1.75;
    margin-right: 15px;
  }
  #page.top.in .mv-right-text {
    bottom: 40px;
    top: inherit;
    right: 30px;
  }
}
#page.top.in .suigan-contens {
  padding: 115px 0 77px;
}
#page.top.in .top-wrap {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
#page.top.in .suigan-contens-title {
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 2.102;
  margin-bottom: 25px;
}
#page.top.in .suigan-contens-en-title {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
  margin-bottom: 80px;
}
#page.top.in .suigan-contens-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.125;
  margin-bottom: 40px;
}
#page.top.in .suigan-contens-en-text {
  color: #666666;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
}
@media screen and (max-width: 900px) {
  #page.top.in .top-wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #page.top.in .suigan-contens {
    padding: 60px 0 40px;
  }
  #page.top.in .suigan-contens-title {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 2.0909090909;
    margin-bottom: 32px;
  }
  #page.top.in .suigan-contens-text {
    line-height: 2;
  }
  #page.top.in .suigan-contens-en-title {
    color: #666;
    margin-bottom: 20px;
  }
}
#page.top.in .suigan-map {
  max-width: 728px;
  width: 100%;
  margin: 0 auto 77px;
}
@media screen and (max-width: 767px) {
  #page.top.in .suigan-map {
    margin-bottom: 40px;
  }
}
#page.top.in .suigan-choice-line {
  height: 92px;
  width: 1px;
  margin: 0 auto 70px;
  position: relative;
}
#page.top.in .suigan-choice-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #808080;
}
#page.top.in .suigan-choice-line.active::before {
  height: 100%;
  -webkit-animation: line 2.5s 1;
          animation: line 2.5s 1;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#page.top.in .suigan-choice-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 30px;
}
#page.top.in .suigan-choice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 8px;
}
#page.top.in .suigan-choice-box {
  width: calc(50% - 4px);
  background-image: url(../img/honkan.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top.in .suigan-choice-box:last-child {
  background-image: url(../img/hanare.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (hover: hover) {
  #page.top.in .suigan-choice-box:hover {
    opacity: 0.7;
  }
}
#page.top.in .suigan-choice-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 0.25em;
  color: #ffffff;
  margin-bottom: 30px;
}
#page.top.in .suigan-choice-box-title.hanare {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 32px;
}
#page.top.in .suigan-choice-box-title.hanare .arrow {
  margin-left: 85px;
}
#page.top.in .suigan-choice-box-title .honkan {
  font-size: 20px;
  margin-left: 12px;
  margin-right: 24px;
}
#page.top.in .suigan-choice-box-title .arrow {
  width: 32px;
  height: 32px;
}
#page.top.in .suigan-choice-box-title .hanare-text {
  margin-right: 20px;
}
#page.top.in .suigan-choice-box-text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.125;
}
@media screen and (max-width: 1385px) {
  #page.top.in .suigan-choice-box {
    padding: 60px 3.7%;
  }
}
@media screen and (max-width: 1300px) {
  #page.top.in .suigan-choice-box {
    padding: 60px 2.5%;
  }
}
@media screen and (max-width: 900px) {
  #page.top.in .suigan-choice-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  #page.top.in .suigan-choice-box {
    width: 100%;
    padding: 60px 5%;
  }
  #page.top.in .suigan-choice-box:last-child {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #page.top.in .suigan-choice-title {
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 15px;
  }
  #page.top.in .suigan-choice-box {
    padding: 37px 25px;
    height: 208px;
    background-image: url(../img/honkan_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #page.top.in .suigan-choice-box:last-child {
    background-image: url(../img/hanare_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #page.top.in .suigan-choice-box-title .arrow {
    width: 30px;
    height: 30px;
  }
  #page.top.in .suigan-choice-box-title.hanare .arrow {
    margin-left: 24px;
  }
  #page.top.in .suigan-choice-box-text {
    font-size: 15px;
    line-height: 2;
  }
}

footer .floating-bnr {
  display: none;
}
footer .faq-text {
  display: none;
}
footer .footer-site-link-ul {
  display: none;
}
footer .mv-flating {
  display: none;
}