@charset "utf-8";

/*intro*/
.intro {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}

.not-scroll {
  overflow: hidden;
}

.intro-text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.intro h1 {
  width: 100%;
}

.intro h1 svg {
  max-width: 740px;
  margin: auto;
}

.st1 {
  fill: #1E89DF;
}

.st2 {
  fill: #272727;
}

.intro h3 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.875rem, 0.625rem + 1.5625vw, 2.5rem);
  font-family: 'Lora', serif;
  font-weight: 500;
  opacity: 0;
}

.is-loading {
  overflow: hidden;
}

/*section{ width: 100%; height: 100vh; background-color: #f5f5f5; min-width: 1280px; position: relative;}
section:nth-child(2n){ background-color: antiquewhite;}*/

section {
  width: 100%;
  position: relative;
  min-width: 1280px;
  background-color: #fff;
}

/*sec01*/
.sec01 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 6s all ease;
    transform: scale(1.05);
}

.img-scale.main-bg1 {
    background-image: url('/Images/img_main01.jpg');
}

.img-scale.main-bg2 {
    background-image: url('/Images/img_main02.jpg');
}

.img-scale.main-bg3 {
    background-image: url('/Images/img_main03.jpg');
}


.main-slide .swiper-slide-active .img-scale {
    animation: scale 6s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.slide-controller .swiper-pagination {
    font-family: var(--font-num);
    position: relative;
    text-align: left;
    display: flex;
    gap: 0 12px;
    width: 60px;
    align-items: center;
    top: auto;
    bottom: auto;
    justify-content: center;
    font-size: 12px;
}

.main-text {
  position: absolute;
  top: 50%;
  left: 14.48%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 10;
}

.main-text h3 {
  font-size: 40px;
  opacity: 0;
  font-weight: 500;
  line-height: 1.5em;
}

.main-text h4 {
  font-size: 18px;
  padding-top: 24px;
  opacity: 0;
  font-weight: 300;
  line-height: 1.3em;
}

.main-weather {
  position: absolute;
  bottom: 23px;
  left: 20px;
  color: #fff;
  font-weight: 100;
}

.main-weather h4 {
  font-size: 13px;
  padding-bottom: 5px;
}

.main-weather ul {
  display: flex;
  align-items: center;
}

.main-weather ul li {
  font-size: 25px;
}

.main-weather ul li span {
  font-size: 15px;
}

.main-weather ul li p {
  padding-left: 10px;
}

.fade-in {
  animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-btn-reser {
  width: 170px;
  height: 48px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.37);
  border-radius: 27px;
  padding: 5px 0;
  transition: 1s background-color cubic-bezier(0.17, 0.97, 0.38, 1);
  margin-top: 50px;
  opacity: 0;
}

.main-btn-reser a {
  display: flex;
  width: 150px;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}

.main-btn-reser .main-arw {
  background-color: #007862;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 27px;
  transition: 0.3s all ease-in-out
}

.main-btn-reser .main-arw span {
  background: url(/Images/ic_m_arw_w.svg) center center no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 33px;
  height: 33px;
  transition: 0.3s all ease-in-out;
}

.main-btn-reser:hover {
  border: 2px solid #007862;
  background-color: #007862;
}

.main-btn-reser:hover .main-arw {
  background-color: #fff;
}

.main-btn-reser:hover .main-arw span {
  background: url(/Images/ic_m_arw.svg) center center no-repeat;
  background-size: 18px 18px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px; 
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    transition: .5s all ease-in-out;
}
.swiper-pagination-bullet-active{
    width: 35px;
    height: 14px;
    border-radius: 10px;
    background-color: #fff;
}

/*popup*/
/*
.main-pop{ position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; width: 772px; display: none;}

.pop-wrap{ position: relative; width: 100%; height: 100%;}
.pop-slider{ padding: 9px 0px 9px 9px; background-color: #fff; border: solid 7px #292929; border-bottom: 0;}
.bn-main{ margin-right: 9px; width: 240px; height: 320px; background-color: #ccc;}
.bn-main::after{ content: ''; background: url(/Images/logo_footer.svg) center center no-repeat; background-size: 158px 59px; display: block; width: 240px; height: 320px;}
.main-pop .pop-close{ width: 100%; display: flex; justify-content: space-between; background-color: #292929; color: #fff; padding: 0 16px; line-height: 40px; margin-top:-1px; }
.main-pop .pop-close input[type=checkbox]{ width: 17px; height: 17px; vertical-align: middle; margin-top: -2px;}
.main-pop .pop-close a{ display: inline-block;}
*/


.popup-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 500px;
  width: 90%;
}

.popup-box img {
  display: block;
  width: 500px;
}

.popup-close {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: #fff;
  cursor: pointer;
  text-align: center;
}