body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    /* background-color: #eeebe6; */
}


/*頁面*/

.main {
    width: 100%;
    min-height: 49vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    animation: img-ani 7s ease;
    animation-fill-mode: forwards;
}

@keyframes img-ani {
    0% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.title {
    position: absolute;
    left: 10vw;
    top: 16vw;
    color: #fff;
}

.title h2 {
    font-size: 1.2vw;
    font-weight: normal;
    letter-spacing: 0.25vw;
    line-height: 1.6vw;
    margin: 0 0 0.5vw 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.title h4 {
    font-size: 2.8vw;
    letter-spacing: 0.3vw;
    margin: 0 0 1.4vw 0;
    font-weight: normal;
    font-family: "GARNET-CAPITALS-BOLD";
}

.title-pic {
    width: 9vw;
    position: absolute;
    left: -4vw;
    top: -3vw;
}

.banner {
    width: 53vw;
    height: auto;
    position: absolute;
    right: 7vw;
    top: 10vw;
    z-index: 9;
}

.banner .swiper-container {
    overflow: visible;
}

.banner .swiper-button-prev {
    width: 2.6vw !important;
    height: 2.6vw;
    left: -1.5vw;
    top: 61%!important;
    transform: translateY(-50%);
    margin: 0;
    z-index: 998 !important;
    background-image: url(../img/03/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.banner .swiper-button-next {
    width: 2.6vw !important;
    height: 2.6vw;
    right: -1.5vw;
    top: 61%!important;
    transform: translateY(-50%);
    margin: 0;
    z-index: 998 !important;
    background-image: url(../img/03/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.click-img {
    width: 100%;
    height: 26vw;
    position: relative;
    overflow: hidden;
    display: block;
}

.click-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-txt {
    width: 24vw;
    position: absolute;
    left: -30vw;
    bottom: 0;
    color: #fff;
    border-bottom: 0.5px solid #fff;
    padding: 0 0 0.2vw 0;
}

.banner-txt h1 {
    font-size: 1.01vw;
    font-weight: normal;
    letter-spacing: 0.18vw;
    line-height: 1.6vw;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.banner-txt h2 {
    font-size: 2.1vw;
    font-weight: normal;
    letter-spacing: 0.2vw;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ead1a9;
}

.banner-txt h3 {
    font-size: 1.7vw;
    font-weight: normal;
    letter-spacing: 0.25vw;
    margin: 0 0 0.5vw 0;
    font-family: "Futura-Std-Heavy";
}

.banner-txt h4 {
    font-size: 1.01vw;
    font-weight: normal;
    letter-spacing: 0.18vw;
    line-height: 1.6vw;
    margin: 0 0 0 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.level {
    display: inline-block;
}

.house {
    display: inline-block;
}

.li-font {
    font-size: 1.05vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.fb {
    width: 0.7vw;
    position: absolute;
    right: 0;
    bottom: 0.5vw;
    cursor: pointer;
}

.web {
    width: 1.06vw;
    position: absolute;
    right: 1.9vw;
    bottom: 0.6vw;
}

.more {
    position: absolute;
    left: 4.2vw;
    bottom: -2.5vw;
    font-family: "Core Sans D 55 Bold W01 Regular";
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    color: #fff;
    transition: all 0.3s linear;
    display: block;
    cursor: pointer;
}

.more::after {
    content: "";
    position: absolute;
    width: 3.5vw;
    height: 1px;
    background-color: #fff;
    left: -4.2vw;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.more:hover.more::after {
    width: 0;
}

.more:hover {
    opacity: 0.5;
}


/*輪播選單*/

.menu-open {
    width: 53vw;
    height: 6vw;
    position: absolute;
    right: 7vw;
    top: 36.4vw;
    z-index: 9;
}

.open-img {
    width: 98.5%;
    margin: 0 auto;
    height: 6vw;
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.open-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-open .swiper-container .swiper-slide {
    width: 14.285714285714286% !important;
    height: 6vw;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.menu-open .swiper-container .swiper-slide:hover .mask {
    opacity: 0;
    visibility: hidden;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s linear;
    opacity: 1;
    visibility: visible;
}

.menu-open-active .open-img .mask {
    opacity: 0;
    visibility: hidden;
}

.menu-open .swiper-container {
    height: 6vw;
}

.img-ani {
    animation: img-ani 3s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes img-ani {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.all-btn {
    width: 3.5vw;
    position: absolute;
    top: 19vw;
    left: 24.5vw;
    cursor: pointer;
}

.menu-banner {
    width: 23vw;
    height: auto;
    position: absolute;
    top: 21.5vw;
    left: 9.2vw;
    font-family: "Futura-Std-Book";
    color: #fff;
    text-align: center;
    font-size: 1vw;
    letter-spacing: 0.1vw;
}

.menu-banner .swiper-container {
    width: 100%;
    height: auto;
}

.menu-banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-banner .swiper-container .swiper-slide {
    width: 20%;
    height: 2vw;
    line-height: 2vw;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin: 0;
    box-sizing: border-box;
}

.menu-banner .swiper-container .swiper-slide::after {
    content: "";
    width: 1px;
    height: 0.9vw;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.menu-banner .swiper-slide.swiper-slide-prev::after,
.menu-banner .swiper-container .swiper-slide:last-child::after {
    background-color: transparent;
}

.menu-banner .swiper-button-prev {
    width: 0.4vw !important;
    height: auto;
    top: 27%;
    left: -1%;
    z-index: 9999 !important;
    margin-top: 0 !important;
    position: absolute;
    background-image: none;
}

.menu-banner .swiper-button-next {
    width: 0.4vw !important;
    height: auto;
    top: 27%;
    right: -1%;
    z-index: 999 !important;
    margin-top: 0 !important;
    background-image: none;
}

.menu-active {
    color: #e7cea8;
    font-family: "Futura-Std-Heavy";
}