/* ローディングアニメーション */
/* ================================ */
body.no-scroll {
    overflow: hidden;
}

#shutter {
    position: fixed;
    top: 0;
    left: -10%;
    width: 200vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background-color: #000;

    /* transform: translateX(0vw); */
    transform: translateY(0vh);
    transition: all 2s cubic-bezier(.6,-0.01,1,.5);
}

.shutter__wrap {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
}

  .loader__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, -50%);
    z-index: 0;
    /* animation-name: blur; */
    /* animation-duration:2.5s; */
    color: #fff;
  }

  /* @keyframes blur {
    0% {
      filter: blur(10px);
    }
    100% {
      filter: blur(0);
    }
  } */

  #shutter.loading {
    /* transform: translateX(0vw); */
    transform: translateY(0vh);

    transition: all 2s cubic-bezier(.69,.17,.12,.36);
  }

  #shutter.loaded {
    /* transform: translateX(200vw); */
    transform: translateY(-100vh);
  }

/* 共通 */
/* ================================ */
body {
    -webkit-font-smoothing: antialiased;
}

section:not(.mv) {
    color: #333;
}

.main:not(.front-main) {
    margin-top: 120px;
}

main {
    position: relative;
    z-index: 0;
}

.pc_only {
    display: block;
}


.sp_only {
    display: none;
}

@media(max-width: 743px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .main:not(.front-main) {
        margin-top: 81px;
    }
}



/* header */
/* ================================ */
.lv1-heading {
    width: 260px;
}
.lv1-heading a {
    display: block;
    width: 100%;
    height: 40.59px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://kaja-design.com/resorthouse-yuni/wp-content/themes/kaja%20design/assets/img/logo-w.svg);
}

.lv1-heading.is-bg-w a {
    background-image: url(https://kaja-design.com/resorthouse-yuni/wp-content/themes/kaja%20design/assets/img/logo-b.svg);
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.header__inner {
    margin: 0 auto;
    padding: 2.8vw 3.5vw;
    opacity: 1;
}



body {
    -webkit-font-smoothing: antialiased;
    z-index: 0;
}

.neue-kabel {
    font-family: "neue-kabel", sans-serif;
    font-style: normal;
}

.main, body {
    font-family: "Noto Sans JP", sans-serif;
}

.div2014 {
    font-family: "din-2014", sans-serif;
}


@media(hover: hover) {
    a {
        opacity: 1;
        transition: .3s;
    }

    a:hover {
        opacity: .6;
    }
}

@media(max-width: 743px) {
    .lv1-heading {
        width: 130px;
    }
}


/* contact */
/* ================================ */
.contact {
    background-color: #fff;
    margin: -1px auto 0;
    padding-bottom: 11.85vw;
    position: relative;
}

.contact-btn {
    min-width: 298px;
    max-width: 350px;
    width: 20%;
    font-size: clamp(14px, 0.97vw, 28px);
    font-weight: 500;
    letter-spacing: .15em;
    margin: 0 auto;
    text-align: center;
}

.contact-btn a {
    background-color: #B5AA88;
    border: 1px solid #b5aa88;
    padding: 21px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media(max-width: 1440px) {
    .contact-btn {
        font-size: 14px;
    }
}

@media(hover: hover) {
    .contact-btn a:hover {
        background-color: #fff;
        padding: 21px;
        border: 1px solid #b5aa88;
        color: #b5aa88;
        opacity: 1;
    }
    
}

/* footer */
/* ================================ */
.footer {
    position: relative;
    background-color: #fff;
    margin-top: -1px;
    color: #333;
}

.footer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleY(0.25);
    width: 200px;
    height: 1px;
    background-color: #333;
}

.footer__inner {
    padding: 7.12vw 11.84vw 1.12vw;
    margin: 0 auto;
}

main:not(.front-main) + .footer {
    margin-top: 171px;
}

main:not(.front-main) + .footer .top-btn {
    top: -95px;
    bottom: initial;
}

.footer__logo {
    width: 17.85vw;
    max-width: 257px;
}

.footer__logo img {
    width: 100%;
}

.footer__txt {
    font-size: clamp(12px, 0.83vw, 24px);
    font-weight: 400;
    margin-top: 28.7px;
    letter-spacing: .28em;
}

.footer__list {
    display: flex;
    font-size: clamp(12px, 0.83vw, 24px);
    font-weight: 400;
    letter-spacing: .28em;
    align-items: center;
}

.footer__item + .footer__item {
    margin-left: 0.87vw;
    padding-left: 0.87vw;
    position: relative;
}
.footer__item + .footer__item:after {
    position: absolute;
    content: "";
    width: 0.5px;
    height: 100%;
    background-color: #333;
    border-radius: 90px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__item a {
    padding: 1.18vw 0;
}

.footer__nav {
    margin-top: 17px;
}

.footer__small {
    font-size: clamp(12px, 0.83vw, 24px);
    font-weight: 500;
    letter-spacing: .28em;
    display: block;
    margin: 40px auto 0;
    text-align: center;
}

.top-btn {
    text-align: right;
    margin-top: 0.63vw;
    width: 3.75vw;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 11.84vw;
    cursor: pointer;
}

.top-btn img {
    width: 100%;
}

@media(max-width: 1440px) {
    .footer__logo {
        width: 257px;
    }

    .footer__txt {
        font-size: 12px;
    }

    .footer__list {
        font-size: 12px;
    }

    .footer__small {
        font-size: 12px;
        margin: 2.8vw auto 0;
    }
}

@media(max-width: 1279px) {
    .footer__txt {
        font-size: clamp(9px, 0.937vw, 12px);
    }

    .footer__nav {
        font-size: clamp(12.73px, 1.32vw, 17px);
    }

    .footer__list {
        font-size: clamp(9px, 0.937vw, 12px);
    }

    .footer__small {
        font-size: clamp(9px, 0.937vw, 12px);
    }
}

@media(max-width: 743px) {
    .footer__inner {
        text-align: center;
    }

    .footer__logo {
        width: 175px;
        margin: 15vw auto 0;
    }

    .footer__txt {
        font-size: clamp(12px, 3.2vw, 24px);
        margin-top: 7vw;
        font-weight: 300;
    }

    .footer__nav {
        font-size: clamp(12px, 3.2vw, 24px);
        margin-top: 3vw;
        font-weight: 300;
    }

    .footer__list {
        justify-content: center;
        font-size: clamp(12px, 3.2vw, 24px);
        font-weight: 300;
    }

    .footer__item + .footer__item {
        margin-left: 3.3vw;
        padding-left: 3.3vw;
    }

    .footer__small {
        font-weight: 500;
        font-size: clamp(12px, 3.2vw, 24px);
        margin-top: 34vw;
        margin-bottom: 5vw;
    }

    .top-btn {
        width: 56.4px;
        bottom: 7vw;
    }

    main:not(.front-main) + .footer {
        margin-top: 100px;
        position: relative;
    }

    main:not(.front-main) + .footer .top-btn {
        top: -71px;
    }
}





.garally {
    position: relative;
}

.garally__col01-wrap {
    height: 400vh;
}

/* ギャラリースライダー */
.g-swiper .swiper-slide,
.g-swiper2 .swiper-slide  {
    /*fedeアニメーションは必要ないため透過を無しにする*/
    opacity: 1 !important;
    height: 100vh;
  }

  .g-swiper .swiper-slide .garally__img,
  .g-swiper .swiper-slide .garally__img img,
  .g-swiper2 .swiper-slide .garally__img,
  .g-swiper2 .swiper-slide .garally__img img {
    /*切り替わり中は前のスライドのアニメーションを遅らせる*/
    transition-delay: 2s;
  }
  
  .g-swiper .swiper-slide .garally__img,
  .g-swiper2 .swiper-slide .garally__img {
    transform: translateX(-100%);
    overflow: hidden;
  }
  
  .g-swiper .swiper-slide .garally__img img,
  .g-swiper2 .swiper-slide .garally__img img {
    transform: translateX(100%);
  }
  
  .g-swiper .swiper-slide-active,
  .g-swiper2 .swiper-slide-active {
    /*アクティブなスライドが一番上に来るように*/
    z-index: 2;
    transition : transform 5s ease-out 1s;
    animation-timing-function: ease-out;
  }
  
  .g-swiper .swiper-slide-active .garally__img,
  .g-swiper .swiper-slide-active .garally__img img,
  .g-swiper2 .swiper-slide-active .garally__img,
  .g-swiper2 .swiper-slide-active .garally__img img {
    transition-delay: 0s;
    transition-duration: 2s;
    transform: translateX(0%);
  }

.garally__img-txt {
    font-size: clamp(14px, 0.97vw, 28px);
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.28em;
    line-height: 1.4;
    margin-top: 1.7vw;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 3s;
    color: #fff;
}

.garally__img-txt a {
text-decoration: underline;
}

.swiper-slide-active .garally__img-txt {
    opacity: 1;
}

.g-swiper1 .garally__img-txt {
    padding-left: 11.82vw;
}

.g-swiper2 .garally__img-txt {
    padding-left: 2.85vw;
}

.garally-ttl {
    font-size: 12px;
    font-weight: 300;
    color: #333;
    margin-bottom: 18px;
}

.garally__col01 .garally-ttl {
    padding-left: 11.82vw;
}

.garally__col02 .garally-ttl {
    padding-left: 2.85vw;
}

.garally__col01 .swiper-slide,
.garally__col02 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.garally__col01 .swiper-slide .garally__img,
.garally__col02 .swiper-slide .garally__img,
.garally__col01 .swiper-slide .garally__txtwrap,
.garally__col02 .swiper-slide .garally__txtwrap {
    width: 50%;
}

.garally__col01 .swiper-slide .garally__txtwrap,
.garally__col02 .swiper-slide .garally__txtwrap {
    background-color: #000;
}

@media(max-width: 1279px) {
    .garally__img-txt {
        font-size: 12px;
    }
}

@media(max-width: 959px) {
    .garally__col01 .garally-ttl {
        padding-left: 30px;
    }

    .g-swiper1 .garally__img-txt {
        padding-left: 30px;
    }
}

@media(max-width: 743px) {
    .garally__col01 .garally-ttl {
        padding-left: 20px;
    }

    .g-swiper1 .garally__img-txt {
        padding-left: 20px;
    }

    .garally__col02 .garally-ttl {
        padding-left: 20px;
    }

    .g-swiper2 .garally__img-txt {
        padding-left: 20px;
    }

    .garally .lv3-heading {
        padding-left: 20px;
    }

    .garally__col01 {
        margin-top: 16vw;
    }
}