@charset "utf-8";
body.hidden {
  overflow: hidden;
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
/*.mv{
  padding-bottom: 50vh;
}*/
.mvInner {
  position: relative;
  background-image: url(../img/index/mvImg--sp.jpg);
  z-index: 110;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: 1px;
  margin-bottom: -28vh;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
  animation: arrowmove 1s ease-in-out infinite;
}
@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes arrowmove {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.scrolldown span {
  position: absolute;
  left: -20px;
  bottom: 10px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 1px;
  height: 12px;
  transform: skewX(-31deg);
}
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 57px;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
}
.loading .zoomLogo img {
  width: 12.35vw;
  height: 17.42vw;
}
.loading .nameLogo {
  margin-top: 3.9vw;
}
.loading .nameLogo img {
  width: auto;
  height: 5.16vw;
}
@media screen and (min-width: 768px) {
  .loading .zoomLogo img {
    width: 58px;
    height: 82px;
  }
  .loading .nameLogo {
    margin-top: 20px;
  }
  .loading .nameLogo img {
    height: 25px;
  }
  .scrolldown {
    margin-bottom: 0;
    bottom: 20px;
    left: 37px;
  }
  .scrolldown span {
    color: #000;
  }
  .scrolldown:before,
  .scrolldown:after {
    background-color: #000;
  }
  .scrolldown:before {
    right: -6px;
    height: 20px;
  }
  .scrolldown:after {
    height: 78px;
  }
}
.bgList {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bgList li {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.bgList li {
  opacity: 0;
}
.bgList .mvImg {
  background-image: url(../img/index/mvImg--sp.jpg);
  z-index: 10;
}
.bgList .areaImg01 {
  background-image: url(../img/index/areaImg01--sp.jpg);
  z-index: 20;
}
.bgList .areaImg02 {
  background-image: url(../img/index/areaImg02--sp.jpg);
  z-index: 30;
}
.bgList .areaImg03 {
  background-image: url(../img/index/areaImg03--sp.jpg);
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .bgList li {
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
  }
  .mvInner {
    background-image: url(../img/index/mvImg--pc.jpg);
  }
  .bgList .areaImg01 {
    background-image: url(../img/index/areaImg01--pc.jpg);
  }
  .bgList .areaImg02 {
    background-image: url(../img/index/areaImg02--pc.jpg);
  }
  .bgList .areaImg03 {
    background-image: url(../img/index/areaImg03--pc.jpg);
  }
}
.visual {
  padding-top: 85vh;
  margin-top: -20vh;
}
.visualInner {
  position: relative;
  overflow-y: hidden;
  padding: 300px 0;
}
.visual.room .visualInner {
  padding-bottom: 150px;
}
.visualCts {
  width: 100%;
  position: relative;
  z-index: 120;
}
.visualInner::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5018382352941176) 10%,
    rgba(0, 0, 0, 0.8015581232492998) 25%,
    rgba(0, 0, 0, 0.804359243697479) 75%,
    rgba(0, 0, 0, 0.5018382352941176) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}
.visual:last-child .visualInner::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.804359243697479) 75%,
    rgba(0, 0, 0, 0.5018382352941176) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}
.visualTitle {
  margin-left: 23%;
}
.visualText {
  width: 68%;
  margin-left: 23%;
  margin-top: 10vw;
}
.visualCts .baseBtn {
  width: 54.34vw;
  margin-top: 7vw;
  border: solid 1px #797978;
}
.textDeco {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 110;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  width: 6rem;
}
.textDeco > span {
  font-size: 6rem;
  letter-spacing: 0.1rem;
  text-orientation: sideways;
  opacity: 0.5;
}
.areaImg01.active,
.areaImg02.active,
.areaImg03.active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .visual {
    padding-top: 85vh;
    margin-top: -20vh;
  }
  .visualInner {
    padding: 500px 0;
  }
  .visual.room .visualInner {
    padding-bottom: 250px;
  }
  .visualTitle {
    margin-left: 0;
  }
  .visualText {
    width: 100%;
    margin: 60px auto 0;
    line-height: 2.3;
  }
  .visualCts .baseBtn {
    width: 250px;
    margin-top: 40px;
    background-color: transparent;
  }
  .textDeco {
    top: -200px;
    left: 8px;
    width: 12rem;
  }
  .textDeco > span {
    font-size: 12rem;
  }
}
.navigation {
  position: relative;
  z-index: 100;
}
.navigationList a {
  display: block;
}
.navigationList h3 {
  padding: 6.5vw 2.6vw 2.6vw;
}
.navigationList h3 .en {
  letter-spacing: 0.1rem;
}
.navigationList h3 .ruby {
  margin-left: 5.2vw;
}
.navigationImg {
  position: relative;
}
.navigationImg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.navigationImg .bgImg {
  padding-top: 39vw;
}
.navigationImg .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigationImg .more span {
  display: block;
  width: 100%;
  margin: 0 5.2vw;
  letter-spacing: 0.4rem;
}
.roomTypeTitle {
  width: 80%;
}
.GoodAwardImg {
  position: fixed;
  top: 65px;
  right: 10px;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .navigation {
    padding-top: 40px;
  }
  .navigation li {
    width: 50%;
  }
  .navigation a {
    opacity: 1;
  }
  .navigationList h3 {
    padding: 50px 20px 30px;
  }
  .navigationList h3 .ruby {
    margin-left: 30px;
  }
  .navigationImg::before {
    opacity: 0.4;
    transition: opacity 1.2s;
    z-index: 10;
  }
  .navigation a:hover .navigationImg::before {
    opacity: 0;
  }
  .navigationImg .bgImg {
    padding-top: 277px;
  }
  .navigationImg .more {
    z-index: 20;
  }
  .navigationImg .more span {
    letter-spacing: 0;
    -webkit-transition: letter-spacing 0.5s;
    transition: letter-spacing 0.5s;
  }
  .navigation a:hover .navigationImg .more span {
    letter-spacing: 0.4rem;
  }
  .navigationImg .more span {
    position: relative;
    margin: 0 60px;
    padding-right: 25px;
  }
  .navigationImg .more span::before {
    position: absolute;
    top: 3px;
    right: 0;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .roomTypeTitle {
    width: 40%;
  }
  .GoodAwardImg {
    position: fixed;
    top: 90px;
    right: 15px;
    width: 200px;
    height: auto;
  }
}
