body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeebe6;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}


/*全部*/

.main {
    width: 100%;
    height: auto;
    position: relative;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.main1-txt {
    position: absolute;
    left: 15vw;
    bottom: 20.5vw;
    font-size: 3.6vw;
    font-weight: normal;
    letter-spacing: 2.3vw;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    -ms-writing-mode: tb-lr !important;
    -webkit-writing-mode: vertical-lr !important;
    -moz-writing-mode: vertical-lr !important;
    -ms-writing-mode: vertical-lr !important;
    writing-mode: vertical-lr !important;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: img-ani 6s linear;
    animation-fill-mode: forwards;
}

@keyframes img-ani {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.content {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.case-menu {
    width: 65vw;
    margin: 23vw auto 22vw auto;
    position: relative;
}

.case-menu::after {
    content: "";
    clear: both;
    display: block;
}

.case-menu-li {
    width: 100%;
    position: relative;
    margin: 0 0 19vw 0;
}

.year {
    color: #939393;
    font-size: 2.7vw;
    letter-spacing: 0.3vw;
    font-family: 'Noto Serif TC', serif;
    margin: 0 0 0.8vw 0;
}

.case-menu-img {
    width: 60%;
    height: 50.2vw;
    position: relative;
    margin: 0 auto 3vw auto;
    overflow: hidden;
}

.case-menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.coming-soon {
    position: absolute;
    right: 0.1vw;
    top: 0.5vw;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.1vw;
    font-family: 'Noto Serif TC', serif;
    color: #727171;
    -ms-writing-mode: tb-lr !important;
    -webkit-writing-mode: vertical-lr !important;
    -moz-writing-mode: vertical-lr !important;
    -ms-writing-mode: vertical-lr !important;
    writing-mode: vertical-lr !important;
    transform: scale(0.8);
}

.case-menu-title {
    width: 100%;
    height: auto;
    position: relative;
    margin: 2vw 0 0 0;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
}

.case-menu-title h1 {
    margin: 0 0 5.5vw 0;
    color: #929393;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0;
    transform: scale(0.7);
}

.case-menu-title h2 {
    margin: 0 0 0.9vw 0;
    color: #595757;
    font-size: 4.5vw;
    font-weight: normal;
    letter-spacing: 0.8vw;
}

.case-menu-title h4 {
    margin: 0;
    color: #929393;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.2vw;
}