#fvContainer {
  width: 100vw;
  padding-top: 56.25%;
  margin-top: 70px;
  position: relative;
}

.fvMovie {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 70px;
  z-index: -1;
}

.fvMovie video {
  width: 100%;
  height: calc(100dvh - 94px);
  object-fit: cover;

}

#fvContainer .fvSlide {
  display: none;
}

.fvLogo {
  width: 236.682px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px;
}

.scrollBar {
  width: 2px;
  height: 70px;
  display: block;
  background: #666;
  overflow: hidden;
  position: relative;
}

.scrollBar::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: -1px;
  animation: scroll 4s infinite;
}

@keyframes scroll {
  0% {transform: translateY(-100%);}
  40% {transform: translateY(0%)}
  80% {transform: translateY(100%)}
  100% {transform: translateY(100%)}
}






#aboutBackContainer {
  width: 100%;
  padding-top: 80px;
  background: #fff;
}

.aboutContainner {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
  background: #fff;
}

.aboutLogo {
  width: 265px;
  margin: 0 auto;
}

.slick02 {
  width: 309px;
  margin: 40px auto 0;
}

.aboutText {
  margin: 20px auto 0;
  text-align: center;
}

.aboutText dt {
  width: 362px;
  margin: 50px auto 0;
}

.aboutText dd {
  margin-top: 20px;
  font-weight: bold;
  line-height: 2;
}






#facilityListBackContainer {
  width: 100%;
  padding-top: 100px;
  background: #fff;
}

.facilityListContainer {
  width: 90%;
  max-width: 871px;
  margin: 0 auto;
}

.facilityListContents {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 7%;
}

.facilityList {
  flex: 0 1 46.5%;
}

.facilityList a .facilityImg img {
  transition: 0.3s;
}

.facilityList a[href]:hover .facilityImg img {
  opacity: 0.7;
}

.facilityText dt {
  margin-top: 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.facilityText dd {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

.facilityLink {
  width: 164px;
  height: 40px;
  margin: 30px auto 0;
  border-radius: 5px;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15.6px;
  font-weight: bold;
}







#bannerContainer {
  width: 100%;
  padding: 120px 0 140px;
  background: #fff;
}

.banner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}





.movieSpace {
  width: 100%;
  /* height: 800px; */
}

.movieSpace video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}








@media (max-width: 1024px) {
#fvContainer {
  /* width: 100vw; */
  padding-top: 0;
  /* margin-top: 70px;
  position: relative; */
}

.fvMovie {
  width: 100%;
  height: calc(100dvh - 70px);
  margin-top: 70px;
  position: static;
  /* top: 70px;
  z-index: -1; */
}

.fvMovie img {
  width: 100%;
  height: calc(100dvh - 70px);
  object-fit: cover;
  object-position:center left;
  animation: fvSp 20s both;
}

@keyframes fvSp {
  0% {object-position:center left;}
  100% {object-position:center right;}
}

#fvContainer .fvSlide {
  display: none;
}

.fvLogo {
  width: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll {
  /* font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: absolute; */
  right: 25px;
  bottom: 30px;
  /* display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px; */
}

/* .scrollBar {
  width: 2px;
  height: 70px;
  display: block;
  background: #666;
  overflow: hidden;
  position: relative;
}

.scrollBar::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: -1px;
  animation: scroll 4s infinite;
}

@keyframes scroll {
  0% {transform: translateY(-100%);}
  40% {transform: translateY(0%)}
  80% {transform: translateY(100%)}
  100% {transform: translateY(100%)}
} */







/* about */
/* #aboutBackContainer {
  width: 100%;
  padding-top: 80px;
  background: #fff;
}

.aboutContainner {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
  background: #fff;
} */

.aboutLogo {
  width: 220px;
  /* margin: 0 auto; */
}

.slick02 {
  width: 290px;
  /* margin: 40px auto 0; */
}

/* .aboutText {
  margin: 20px auto 0;
  text-align: center;
} */

.aboutText dt {
  width: 320px;
  margin: 40px auto 0;
}

.aboutText dd {
  margin-top: 15px;
  font-size: 16px;
  /* font-weight: bold;
  line-height: 2; */
}





#facilityListBackContainer {
  width: 100%;
  padding-top: 70px;
  background: #fff;
}

.facilityListContainer {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

.facilityListContents {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 80px;
  justify-content: center;
}

.facilityList {
  flex: 0 1 520px;
}

.facilityText dt {
  margin-top: 14px;
  font-size: 24px;
  text-align: center;
}

.facilityText dd {
  margin-top: 10px;
  font-size: 15px;
}

.facilityLink {
  width: 190px;
  height: 45px;
  margin: 30px auto 0;
  border-radius: 8px;
  border: 2px solid #000;
}

.facilityLink a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}






#bannerContainer {
  width: 100%;
  padding: 100px 0 100px;
  background: #fff;
}

.banner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}





.movieSpace {
  width: 100%;
  height: auto;
}

}









@media (max-width: 560px) {
#fvContainer {
  /* width: 100vw; */
  padding-top: 0;
  margin-top: 40px;
  /* position: relative; */
}

.fvMovie {
  /* width: 100%; */
  height: calc(100dvh - 40px);
  margin-top: 40px;
  /* position: static; */
  /* top: 70px;
  z-index: -1; */
}

.fvMovie img {
  /* width: 100%; */
  height: calc(100dvh - 40px);
  /* object-fit: cover;
  object-position:center left;
  animation: fvSp 20s both; */
}

/* @keyframes fvSp {
  0% {object-position:center left;}
  100% {object-position:center right;}
} */

.fvLogo {
  width: 120px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.scroll {
  /* font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: absolute; */
  right: 15px;
  bottom: 20px;
  /* display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px; */
}

.scrollBar {
  /* width: 2px; */
  height: 50px;
  /* display: block;
  background: #666;
  overflow: hidden;
  position: relative; */
}

/* .scrollBar::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: -1px;
  animation: scroll 4s infinite;
}

@keyframes scroll {
  0% {transform: translateY(-100%);}
  40% {transform: translateY(0%)}
  80% {transform: translateY(100%)}
  100% {transform: translateY(100%)}
} */







/* about */
#aboutBackContainer {
  /* width: 100%; */
  padding-top: 60px;
  /* background: #fff; */
}

/* .aboutContainner {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
  background: #fff;
} */

.aboutLogo {
  width: 186px;
  /* margin: 0 auto; */
}

.slick02 {
  width: 180px;
  margin: 30px auto 0;
}

.aboutText {
  width: 90%;
  /* margin: 20px auto 0;
  text-align: center; */
}

.aboutText dt {
  width: 253px;
  margin: 30px auto 0;
}

.aboutText dd {
  margin-top: 10px;
  font-size: 14px;
  /* font-weight: bold;
  line-height: 2; */
}





#facilityListBackContainer {
  /* width: 100%; */
  padding-top: 50px;
  /* background: #fff; */
}

/* .facilityListContainer {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
} */

.facilityListContents {
  /* display: flex;
  flex-wrap: wrap; */
  gap: 50px 80px;
  /* justify-content: center; */
}

.facilityList {
  flex: 0 1 80%;
}

.facilityText dt {
  margin-top: 16px;
  font-size: 16px;
  /* text-align: center; */
}

.facilityText dd {
  margin-top: 10px;
  font-size: 13px;
}

.facilityLink {
  width: 130px;
  height: 35px;
  margin: 20px auto 0;
  border-radius: 5px;
  /* border: 2px solid #000; */
  font-size: 12px;
}

.facilityLink a {
  /* height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; */
}






#bannerContainer {
  /* width: 100%; */
  padding: 60px 0 50px;
  /* background: #fff; */
}

/* .banner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
} */





/* .movieSpace {
  width: 100%;
  height: auto;
} */
}