body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}


/*全部*/

.all {
    overflow: hidden;
}

.hidden {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.top {
    width: 6vw;
    position: fixed;
    right: 3.5vw;
    bottom: 21.5vw;
    z-index: 1001;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 1s linear;
}

.top-ani {
    animation: top-ani 1s linear;
    animation-fill-mode: forwards;
}

@keyframes top-ani {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.top:hover {
    opacity: 0.7;
}

.main {
    width: 92vw;
    height: auto;
    position: relative;
    margin: 83vw auto 0 auto;
    background-color: #fff;
}

.main::after {
    content: "";
    clear: both;
    display: block;
}

.area-menu {
    width: 100%;
    position: relative;
    margin: 0;
    cursor: pointer;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    color: #000;
}

.area-li {
    width: 100%;
    height: 85vw;
    line-height: 3.8vw;
    position: relative;
    margin: -45vw 0 0 0;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0vw -1.6vw 2.5vw rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 5vw 6vw 0 6vw;
}

.area-content {
    width: auto;
    height: 18.6vw;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
}

/* .area1.area-li::after {
    content: "";
    width: 81%;
    height: 1px;
    position: absolute;
    left: 7%;
    top: 20vw;
    background-color: #436c92;
}

.area1.area-li::before {
    content: "";
    width: 38.2%;
    height: 1px;
    position: absolute;
    left: 7%;
    top: 29.8vw;
    background-color: #436c92;
}

.area2.area-li::after {
    content: "";
    width: 81%;
    height: 1px;
    position: absolute;
    left: 7%;
    top: 20vw;
    background-color: #ebb643;
}

.area2.area-li::before {
    content: "";
    width: 59.7%;
    height: 1px;
    position: absolute;
    left: 7%;
    top: 29.8vw;
    background-color: #ebb643;
}

.area3.area-li::after {
    content: "";
    width: 81%;
    height: 1px;
    position: absolute;
    left: 7%;
    top: 20vw;
    background-color: #dc9696;
}

.area3.area-li::before {
    content: "";
    width: 16%;
    height: 1px;
    position: absolute;
    left: 7%;
    top: 29.8vw;
    background-color: #dc9696;
}

.area1 .area-active::before {
    content: "";
    width: 78%;
    height: 1.2vw;
    position: absolute;
    left: 0;
    bottom: -0.3vw;
    background-color: #436c92;
}

.area2 .area-active::before {
    content: "";
    width: 78%;
    height: 1.2vw;
    position: absolute;
    left: 0;
    bottom: -0.3vw;
    background-color: #ebb643;
}

.area3 .area-active::before {
    content: "";
    width: 78%;
    height: 1.2vw;
    position: absolute;
    left: 0;
    bottom: -0.3vw;
    background-color: #dc9696;
} */

.area1 .area-content-li::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom:0vw;
    background-color: #436c92;
}

.area2 .area-content-li::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom:0vw;
    background-color: #ebb643;
}

.area3 .area-content-li::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom:0vw;
    background-color: #dc9696;
}


.area-li::after,
.area-content::after {
    content: "";
    clear: both;
    display: block;
}

.area-title {
    width: 100%;
    font-size: 4.6vw;
    letter-spacing: 0.02vw;
    line-height: 7.8vw;
    font-weight: bold;
    margin: 0 0 0 0;
}

.area1 .area-title {
    color: #436c92;
}

.area2 .area-title {
    color: #ebb643;
}

.area3 .area-title {
    color: #dc9696;
}

.area .area-content {
    float: left;
}

.area-content-li {
    width: 25%;
    float: left;
    font-size: 3.65vw;
    letter-spacing: 0.2vw;
    line-height: 7.8vw;
    margin: 0 0 2vw 0;
    cursor: pointer;
    transition: all 0.2s linear;
    position: relative;
}

.area-content-li:nth-child(4n),
.area-content-li:last-child {
    width: auto;
}

.area-content-li:last-child {
    margin: 0;
}

.area1-4,
.area2-4,
.area3-4 {
    margin: 0 0 2vw 0!important;
}

.area1-5,
.area1-6,
.area2-5,
.area2-6,
.area2-7,
.area3-5 {
    margin: 0 0 0 0!important;
}

.area3 {
    height: 44vw;
}

.top-content {
    width: 91%;
    position: relative;
    margin: 0 auto 0 auto;
}

.title {
    width: 105%;
    position: relative;
    margin: 0 0 11vw 0;
    font-family: 'Noto Sans JP', sans-serif;
    z-index: 1;
}

.title h2 {
    margin: 0;
    color: #000;
    font-size: 4vw;
    letter-spacing: 0.5vw;
    text-decoration: underline solid #f3b720 2px;
    text-underline-offset: 2.6vw;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #f3b720 !important;
    text-decoration-thickness: 2.5px !important;
    line-height: 8.2vw;
    text-align: left;
}

.title::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8.4vw;
    background-color: #e0e0e0;
    z-index: -1;
}

.pic {
    width: 102.261%;
    position: relative;
    margin: 0 auto 0 auto;
}

.pic::after {
    content: "";
    clear: both;
    display: block;
}

.pic-li {
    width: 50%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 0 5.7%;
    text-align: center;
}

.img {
    position: relative;
    width: 100%;
    height: 33.8vw;
    box-shadow: 0 0.4vw 3vw rgba(0, 0, 0, 0.2);
}

.img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic-li h2 {
    margin: 2.8vw 0 0.8vw 0;
    color: #f3b720;
    font-size: 3.7vw;
    letter-spacing: 0.5vw;
    position: relative;
}

.pic-li h4 {
    margin: 0;
    color: #020202;
    font-size: 3vw;
    letter-spacing: 0.35vw;
    position: relative;
    font-weight: normal;
    line-height: 4vw;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4vw auto 0 0;
}

.banner-li {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.shadow-l {
    width: 14.5vw;
    position: absolute;
    left: 7.5%;
    top: 54%;
    transform: translateY(-50%);
    z-index: 2;
}

.shadow-r {
    width: 14.5vw;
    position: absolute;
    right: 7.5%;
    top: 54%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner .swiper-container {
    width: 91%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
}

.banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner .swiper-container .swiper-slide {
    height: 74.5vw;
    box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
}

.banner .title {
    opacity: 0;
    transition: all 0.5s linear;
}

.banner .swiper-container .swiper-slide.swiper-slide-active .title {
    opacity: 1;
}

.banner .pic {
    width: 100%;
    margin: 0 0 0 0;
    opacity: 0;
    transition: all 0.5s linear;
}

.banner .swiper-container .swiper-slide.swiper-slide-active .pic {
    opacity: 1;
}

.banner .pic-li {
    padding: 0 5.7%;
}

.banner .swiper-button-prev {
    width: 2.5vw;
    left: 1vw;
    height: auto;
    top: 34.5vw;
    z-index: 9999 !important;
    margin-top: 0 !important;
    position: absolute;
    background-image: none;
    transition: all 0.2s linear;
}

.banner .swiper-button-prev img {
    width: 2.5vw;
    transition: all 0.2s linear;
}

.banner .swiper-button-next {
    width: 2vw;
    height: auto;
    top: 34.5vw;
    right: 1vw;
    z-index: 999 !important;
    margin-top: 0 !important;
    background-image: none;
    transition: all 0.2s linear;
}

.banner .swiper-button-next img {
    width: 2.5vw;
    float: right;
    transition: all 0.2s linear;
}


/* 滾動條的設定 */


/*chrome 和Safari*/

.content::-webkit-scrollbar {
    width: 0 !important;
}


/*IE 10+*/

.content {
    -ms-overflow-style: none;
}


/*Firefox*/

.content {
    overflow: -moz-scrollbars-none;
}

.content {
    width: 94vw;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    left: 3vw;
    top: 25vw;
    z-index: 1009;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 7vw 0 0 0;
    box-shadow: 0 -0.6vw 4vw rgba(0, 0, 0, 0.15);
    animation: pic 1s ease;
    animation-fill-mode: forwards;
    animation-delay: 0.2vw;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-in {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 60vw 0;
}

@keyframes pic {
    0% {
        top: 100vh;
    }
    100% {
        top: 35vw;
    }
}

.close {
    width: 13vw;
    margin: 0 auto;
}

.pic-close {
    animation: pic-close 1s ease;
    animation-fill-mode: forwards;
    animation-delay: 0;
}

@keyframes pic-close {
    0% {
        top: 19vw;
    }
    100% {
        top: 100vh;
    }
}

.menu-bg {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
}

.year-menu {
    width: 77vw;
    height: auto;
    position: relative;
    margin: 20vw auto 4vw auto;
    font-family: "Futura-Std-Book";
    color: #535353;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0.4vw;
}

    .year-menu .swiper-container {
        width: 100%;
        height: auto;
    }

    .year-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .year-menu .swiper-container .swiper-slide {
        width: 20%;
        height: 7vw;
        line-height: 7vw;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        margin: 0;
        box-sizing: border-box;
    }

        .year-menu .swiper-container .swiper-slide::after {
            content: "";
            width: 2px;
            height: 2.2vw;
            position: absolute;
            right: -0.8vw;
            top: 50%;
            transform: translateY(-50%);
            background-color: #f3b720;
        }

        .year-menu .swiper-slide.swiper-slide-prev::after,
        .year-menu .swiper-container .swiper-slide:last-child::after {
            background-color: transparent;
        }

    .year-menu .swiper-button-prev {
        width: 1.5vw !important;
        height: auto;
        top: 29%;
        left: -3%;
        z-index: 9999 !important;
        margin-top: 0 !important;
        position: absolute;
        background-image: none;
    }

    .year-menu .swiper-button-next {
        width: 1.5vw !important;
        height: auto;
        top: 29%;
        right: -3%;
        z-index: 999 !important;
        margin-top: 0 !important;
        background-image: none;
    }

.year-active {
    color: #f3b720;
    font-family: "Futura-Std-Heavy";
}