body,
html {
    width: 100%;
    margin: 0;
    padding: 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-banner {
    width: 100vw;
    height: 133vw;
    position: relative;
    margin: 16vw 0 0 0;
    z-index: 1;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.top-banner>video {
    /* transform: scale(1.1);
    animation: top-banner-ani 7s ease;
    animation-fill-mode: forwards; */
}

.top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.top-banner .swiper-slide-active img {
    animation: top-banner-ani 7s ease;
    animation-fill-mode: forwards;
}

@keyframes top-banner-ani {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.fixed-banner {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2vw 0 4vw 0;
}

.fixed-banner::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/index/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sw-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5vw;
    height: 10vw;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-image: url(../../img/index/sw-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.sw-next {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 5vw;
    height: 10vw;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-image: url(../../img/index/sw-next.png);
    background-size: contain;
    background-position:right top;
    background-repeat: no-repeat;
}

.pic {
    width: 97vw;
    position: relative;
    margin: 0 auto;
}

.pic::after {
    content: "";
    clear: both;
    display: block;
}

.pic-li {
    width: 50%;
    float: left;
    margin: 0;
}

.pic1 {
    margin: 15% -8.5% 0 3%;
}

.pic2 {
    margin: -4% 0% 3% 6%;
}

.pic3 {
    margin: 0 0 0 0;
}

.pic4 {
    margin: -13% 0 0 -9%;
}

.main {
    width: 100vw;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 3vw 0 3vw 0;
    background-color: #fff;
}

.main-content {
    width: 90%;
    position: relative;
    margin: 4vw auto 1vw auto;
}

.banner {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.banner .swiper-button-prev {
    width: 3.5vw !important;
    height: 4.5vw!important;
    left: 31vw;
    top: 109vw;
    z-index: 998 !important;
    background-image: url(../img/02-1/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
    color: transparent;
    display: block;
    z-index: 99;
}

.banner .swiper-button-next {
    width: 3.5vw !important;
    height: 4.5vw !important;
    right: 31vw;
    top: 109vw;
    z-index: 998 !important;
    background-image: url(../img/02-1/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
    color: transparent;
    display: block;
    z-index: 99;
}

.banner .swiper-button-prev,
.banner .swiper-button-next:focus {
    outline: none;
}

.title {
    width: 100%;
    position: relative;
    margin: 0 0 10vw 0;
    font-family: 'Noto Sans JP', sans-serif;
    z-index: 1;
}

.title h2 {
    margin: 0;
    color: #000;
    font-size: 3.6vw;
    letter-spacing: 0.5vw;
    text-decoration: underline solid #f3b720 2px;
    text-underline-offset: 1.4vw;
    /* safari */
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #f3b720!important;
    text-decoration-thickness: 2px!important;
    line-height: 5.67vw;
}

.title h4 {
    margin: 0;
    color: #cccccc;
    font-size: 2.9vw;
    letter-spacing: 0.27vw;
    position: absolute;
    left: 18.1vw;
    top: 61%;
    line-height: 3vw;
    text-transform: uppercase;
    z-index: 1;
}

.title::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -6%;
    background-color: #e0e0e0;
    z-index: -1;
}

.main-content-li {
    display: block;
    position: relative;
}

.main-content-li-txt {
    width: 81%;
    height: auto;
    min-height: 12.4vw;
    font-size: 3.45vw;
    font-weight: normal;
    letter-spacing: 0.13vw;
    line-height: 6.2vw;
    margin: 19.3vw auto 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    padding: 0 0 23.5vw 0;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    display: none;
}

.banner .swiper-slide-active .main-content-li-txt {
    display: block;
}

.banner .swiper-container,
.banner .swiper-container .swiper-slide {
    overflow: visible;
}

.date {
    color: #000000;
    position: absolute;
    right: 0;
    bottom: 5.8vw;
    font-family: 'Noto Serif TC', serif;
}

.date h1 {
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.6vw;
    line-height: 5.7vw;
    margin: 0;
}

.date h2 {
    width: fit-content;
    margin: 0;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.29vw;
    line-height: 5.7vw;
}

.more {
    position: absolute;
    right: 0.6vw;
    bottom: 0.7vw;
    font-family: 'Noto Serif TC', serif;
    font-size: 2.6vw;
    letter-spacing: 0.1vw;
    color: #f3b720;
    transition: all 0.3s linear;
    display: block;
    font-weight: 600;
}

.more-line {
    width: 3.6vw;
    height: 1px;
    position: absolute;
    overflow: hidden;
    left: -4.5vw;
    top: 50%;
    transform: translateY(-50%);
}

.more-line-ani {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f3b720;
    transition: all 0.5s ease;
}

.main-content-l:hover .more-line-ani,
.main-content-li:hover .more-line-ani {
    animation: more-line-ani 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes more-line-ani {
    0% {
        right: 0;
    }
    50% {
        right: -100%;
    }
    51% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}

.main-content-li-img {
    width: 100%;
    height: 96vw;
    margin: 0 auto 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s linear;
    display: block;
}

.main-content-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.num {
    line-height: 42vw;
    position: absolute;
    right: -25.5vw;
    top: -33vw;
    font-family: "Roxborough";
    color: rgba(0, 0, 0, 0.1);
    font-size: 57vw;
}

.main-content-CLUB-NEWS .title {
    margin: 0 0 4vw 0;
}

.CLUB-NEWS-menu {
    width: 106%;
    height: auto;
    position: relative;
    margin: 0 0 5vw 0;
}

.CLUB-NEWS {
    width: 100%;
    height: auto;
    position: relative;
    margin: 2vw 0 0 0;
    display: block;
}

.CLUB-NEWS .banner {
    height: 178vw;
}

.CLUB-NEWS .banner-li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.opacity1 {
    opacity: 1!important;
    z-index: 9;
}

.CLUB-NEWS-menu::after {
    content: "";
    clear: both;
    display: block;
}

.CLUB-NEWS-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CLUB-NEWS-menu ul li {
    display: inline-block;
    width: fit-content;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.24vw;
    line-height: 5.4vw;
    padding: 0 3.5vw;
    border-radius: 2px;
    margin: 0 2.5vw 0 0;
    cursor: pointer;
    transition: all 0.5s linear;
}

.menu1 {
    color: #88c0b2;
    border: 1px solid #88c0b2;
}

.menu1.active {
    color: #fff;
    background-color: #88c0b2;
    border: 1px solid transparent;
}

.menu2 {
    color: #7f9fc0;
    border: 1px solid #7f9fc0;
}

.menu2.active {
    color: #fff;
    background-color: #7f9fc0;
    border: 1px solid transparent;
}

.menu3 {
    color: #d6b160;
    border: 1px solid #d6b160;
}

.menu3.active {
    color: #fff;
    background-color: #d6b160;
    border: 1px solid transparent;
}

.menu4 {
    color: #dc9696;
    border: 1px solid #dc9696;
}

.menu4.active {
    color: #fff;
    background-color: #dc9696;
    border: 1px solid transparent;
}


/* 
.swiper-slide-active .main-content-li-img {
    box-shadow: 0 0.4vw 2vw rgba(0, 0, 0, 0.1);
} */