.nav-item a{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    margin: 0 8px;
    font-weight: 500;
    /* font-size: var(--fs-18px); */
    transition: all 0.5s ease;
}

:root{
    --swiper-navigation-color: #fff;
}


@media (max-width: 575px) {
    .nav-item a{
        background-color: unset;
        font-weight: 400;
    }
    .menu-link ul{
        background-color: #00000075;
    }
    #menu-btn{
        color: #fff;
    }
    .buy-now{
        width: 35vw;
        bottom: 100px;
    }
    .logos>a {
        width: 32vw;
        padding-top: 2vw;
        padding-left: 2vw;
    }
}

.btn-go-home{
    position: fixed;
    z-index: 9;
    left: 30px;
    bottom: 50px;
    width: 140px;
    animation: go-home 2s infinite ease-in-out;
}
@keyframes go-home {
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.95);
    }
}
.nav-item a:hover{
background-color: rgba(255, 255, 255, 0.75);
color: #000;
font-weight: 600;
}

.swiper-outer {
position: relative;

}

.swiper.kvSwiper {
position: absolute;
width: 69vw;
height: 47.3vw;
right: 0vw;
top: 0.4vw;
padding-bottom: 0;
}


.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
/* border-radius: 18px; */
font-size: 22px;
font-weight: bold;
color: #fff;
}


.kv{
    width: 100%;
    height: 55vw;
    background-image: url(../images/kv-bg.jpg);
    background-size: contain;
}

@media (max-width: 575px) {
    .kv{
        height: 150vw;
        background: url(../images/kv-bg-m.jpg);
    }
    .swiper.kvSwiper {
    position: absolute;
    width: 100%;
    height: 90vw;
    left: 0vw;
    top: 4vw;
    padding-bottom: 0;
}

.btn-go-home{
    position: fixed;
    z-index: 9;
    left: 20px;
    bottom: 30px;
    width: 25vw;
    animation: go-home 2s infinite ease-in-out;
}
}


.swiper-button-next:after {
    padding-right: 20vw;
    padding-bottom: 4vw;
    /* opacity: 0; */
}
.swiper-button-prev:after {
    padding-left: 20vw;
    padding-bottom: 4vw;
    /* opacity: 0; */
}

/* 共用 */

.blog-content-p{
    font-size: var(--fs-18px);
    color: var(--color-font);
}

/* 輪播 */
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 1vw;
  }

  .swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    justify-content: center;
    align-items: center;
    text-align: justify;
    padding: unset;
  }

  .swiper-slide img:not(.btn-more) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



.title-img{
    display: block;
    margin: auto;
    width: 56.25%;
    height: auto;
    margin-bottom: 3vw;
}

/* table */
#table{
    background-image: url('../images/bg-table.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.img-table{
    width: 56vw;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 1vw;
}

.img-table-m{
    width: 80vw;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 3vw;
}

.table-map{
    width: 41.6vw;
}

.table-bus-info{
    width: 42vw;
    margin-bottom: 2vw;
}

.btn-table-bus{
    width: 9.8vw;
}

/* info */
#info>.section-block{
    background-size: contain;
    background-size: 100% auto;
}

.info-festival{
    background-image: url('../images/bg-info-01.jpg');
}

.info-festival::before{
    content: '';
    background-image: url('../images/bg-info-01-top.png');
    height: 16px;
    width: 100%;
    position: relative;
    display: block;
    top: calc(var(--rwd--75px) - 16px);
    left: 0;
    background-position: center;
    background-size: auto 16px;
}

.info-time-only{
    background-image: url('../images/bg-info-02.jpg');
}

.info-train{
    background-image: url('../images/bg-info-02.jpg');
}

.info-view{
    background-image: url('../images/bg-info-03.jpg');
}
.info-food{
    background-image: url('../images/bg-info-04.jpg');
}
.img-info-sub-title{
    width: 30vw;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 1.5vw;
}

.info-time-only .img-info-sub-title{
    margin-bottom: -1vw;
}

#info .swiper{
    padding-bottom: 1.5vw;
}

.swiper.swiper-info01{
    padding-top: 3vw;
    width: 100%;
}


.swiper.swiper-info-r2, .swiper.swiper-info-r3{
    width: 75%;
    margin: auto;
}


.swiper-info-r2 .swiper-button-next:after, .swiper-info-r3 .swiper-button-next:after, .mySwiper-blog .swiper-button-next:after {
    padding-right: 0vw;
    padding-bottom: unset;
    /* opacity: 0; */
}
.swiper-info-r2 .swiper-button-prev:after, .swiper-info-r3 .swiper-button-prev:after, .mySwiper-blog .swiper-button-prev:after {
    padding-left: 0vw;
    padding-bottom: unset;
    /* opacity: 0; */
}

/* .btn-more{
    height: 36px;
    width: auto;
} */
@media (max-width: 1440px) {
    .info-festival::before{
        height: 8px;
        top: calc(var(--rwd--60px) - 8px);
        background-size: auto 8px;
    }
}
@media (max-width: 575px) {
    .swiper.swiper-info-r2 img{
        width: 90%;
        height: auto;
    }
     .swiper.swiper-info-r3 img:not(.btn-more){
        width: 80%;
        height: auto;
    }
    .swiper.swiper-info-r2, .swiper.swiper-info-r3{
        width: 100%;
    }

    .swiper-info01 .swiper-button-next:after {
        padding-right: 0vw;
        padding-bottom: unset;
        /* opacity: 0; */
    }
    .swiper-info01 .swiper-button-prev:after {
        padding-left: 0vw;
        padding-bottom: unset;
        /* opacity: 0; */
    }
    /* .info-time-only .swiper.swiper-info-r2 .swiper-slide, */
    .info-train .swiper.swiper-info-r3 .swiper-slide,  .info-view .swiper.swiper-info-r3 .swiper-slide{
        padding-bottom: 10vw;
    }
    /* .btn-more{
        height: 7vw;
        width: auto;
    } */
    .title-img{
        width: 85%;
    }

    .img-info-sub-title{
        width: 70vw;
        margin-bottom: 0;
    }
    #info .swiper{
        padding-bottom: 5vw;
    }

    .table-map{
        width: 75vw;
        margin-right: 5vw;
    }

    .table-bus-info{
        width: 75vw;
        margin-bottom: 4vw;        
    }
    .btn-table-bus {
        width: 20vw;
        margin-bottom: 6vw;
    }
}

/* blog */

.blog{
    padding-top: 2vw;
    background-image: url('../images/bg-blog.jpg');
    background-size: cover;
}

.blog-post{
    padding-top: 5vw;
    padding-bottom: 1.8vw;
}

img.blog-avatar{
    width: 40% !important;
    height: auto !important;
     z-index: 3;
}

.blog-content-box{
    padding-bottom: 1.8vw;
    border-radius: 2vw;
    overflow: hidden;
    background-color: #c5dfef;
}

img.blog-content-title{
    margin: 1vw 1vw 0.5vw 1vw;
    height: 1.5vw !important; 
    width: auto !important; 
}

.blog-content-p{
    margin: 0 1vw;
}

img.blog-btn{
    height: 3vw !important;
    width: auto !important;
    transform-origin: center;
}

img.btn-more{
    height: 2.5vw !important;
    width: auto !important;
    transform-origin: center;
}

img.blog-btn:hover{
    height: 2.8vw !important;
}

img.btn-more:hover{
    height: 2.2vw !important;
}

/* .info-time-only .swiper.swiper-info-r2 .swiper-slide, */
.info-train .swiper.swiper-info-r3 .swiper-slide,  .info-view .swiper.swiper-info-r3 .swiper-slide{
    padding-bottom: 4vw;
}
.swiper.mySwiper-blog{
    padding-bottom: 5vw;
  }

.blog .multiple-items{
    width: 74vw;
    position: relative;
    left: 13vw;
    padding-bottom: 1vw;
}

@media (max-width: 1024px) {
    .blog-post{
        padding-top: 7vw;
        padding-bottom: 2vw;
    }
    img.blog-avatar{
        width: 33% !important;
    }
    img.blog-content-title{
        margin: 1vw 2vw 0.5vw 2vw;
        height: 1.8vw !important; 
        width: auto !important; 
    }
    .blog-content-p{
        margin: 0 2vw;
    }
    .blog-content-box{
        padding-bottom: 3vw;
    }
    /* .info-train .swiper.swiper-info-r3 .swiper-slide, .info-time-only .swiper.swiper-info-r2 .swiper-slide, .info-view .swiper.swiper-info-r3 .swiper-slide{
        padding-bottom: 6vw;
    } */
    img.blog-btn{
        height: 4vw !important;
    }
    img.blog-btn:hover{
        height: 3.7vw !important;
    }
    .blog .multiple-items{
        width: 86%;
        left: 7%;
    }
}

@media (max-width: 768px) {
    .multiple-items, .blog .multiple-items{
        width: 80%;
        left: 10%;
    }
    .blog-post{
        padding-top: 6vw;
        padding-bottom: 3.2vw;
    }
    img.blog-content-title{
        margin: 2.2vw 2vw 1.5vw 2vw;
        height: 2.5vw !important; 
        width: auto !important; 
    }
    .blog-content-p{
        margin: 0 2vw;
    }
    .blog-content-box{
        padding-bottom: 5vw;
    }
    /* , .info-time-only .swiper.swiper-info-r2 .swiper-slide */
    .info-train .swiper.swiper-info-r3 .swiper-slide, .info-view .swiper.swiper-info-r3 .swiper-slide{
        padding-bottom: 6vw;
    }
    img.btn-more{
        height: 4vw !important;
    }
    img.blog-btn{
        height: 6.4vw !important;
    }
    img.blog-btn:hover, img.btn-more:hover{
        height: 6vw !important;
    }
}

@media (max-width: 575px) {
    
    .multiple-items, .blog .multiple-items{
        width: 100%;
        position: relative;
        left: unset;
        padding-bottom: 5vw;
    }

    .swiper.mySwiper-blog{
        padding-bottom: 8vw;
      }
      .swiper.mySwiper-blog .swiper-slide{
        padding: 15vw 12.5% 5vw 12.5%;
      }
    .blog-post{
        padding-top: 15.4vw;
        padding-bottom: 4vw;
    }
    
    img.blog-avatar{
        width: 32% !important;
        height: auto !important;
         z-index: 3;
    }
    
    .blog-content-box{
        padding-bottom: 8vw;
        border-radius: 6vw;
        overflow: hidden;
    }
    
    img.blog-content-title{
        margin: 3vw 4vw 1.5vw 4vw;
        height: 4.5vw !important; 
        width: auto !important; 
    }
    
    .blog-content-p{
        margin: 0 4vw;
    }
    /* , .info-time-only .swiper.swiper-info-r2 .swiper-slide */
    .info-train .swiper.swiper-info-r3 .swiper-slide, .info-view .swiper.swiper-info-r3 .swiper-slide{
        padding-bottom: 14.5vw;
    }
    img.blog-btn, img.btn-more{
        height: 9vw !important;
        width: auto !important;
        transform-origin: center;
    }
    
    img.blog-btn:hover, img.btn-more:hover{
        height: 8.5vw !important;
    }

    .swiper-info01 .swiper-slide{
        padding: 0 5%;
    }

    .blog{
        padding-bottom: 15vw;
    }
}

/* wave2 */
.kv-wave2{
    overflow-x: hidden;
}

.mod-screen{
    mix-blend-mode: screen;
}

.kv-wave2-shining{
    z-index: 2;
    animation: shining 3s ease-in-out infinite;
}
  @keyframes shining {
    0%, 100%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
  }

  .could-block{
    z-index: 9;
    height: 20vw;
    width: 100%;
    bottom: 0;
  }
.could-block img{
    height: 20vw;
    width: auto;
    bottom: 0;
    animation: could-block-bottom 60s linear infinite;
  }
  @keyframes could-block-bottom {
      0%, 100%{
          left: -30%;
          opacity: 0.9;
      }
      10%, 30%, 70%, 90%{
          opacity: 0.5;
      }
      50%{
          left: 0%;
          opacity: 0.5;
      }
      20%, 40%, 60%, 80%{
          opacity: 0.9;
      }
  }

  .logos>a {
    width: 12vw;
}

#menu {
    padding: 0;
}

.kv-ab-m{
    top: 87vw;
    right: -4vw;
    z-index: 8;
    width: 48vw;
}

.kv-ab-m01{
    animation: shining-ad1 7s linear infinite;
}

.kv-ab-m02{
    animation: shining-ad2 7s linear infinite;
}

@keyframes shining-ad2 {
    0%, 45%, 100%{
        opacity: 0;
    }
    50%, 95%{
        opacity: 1;
    }
  }

  @keyframes shining-ad1 {
    0%, 45%, 100%{
        opacity: 1;
    }
    50%, 95%{
        opacity: 0;
    }
  }

@media (max-width: 575px) {
    .could-block{
        height: 40vw;
    }
    .could-block img{
        width: auto;
        height: 40vw;
        animation: could-block-bottom 60s linear infinite;
    }
    .logos>a {
        width: 30vw;
    }
    #menu>div {
        padding: 4px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
        /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 75%, rgba(255, 255, 255, 0 100%)) */
         /* rgba(255, 255, 255, 0.65); */
    }
    
}

.table-tab button{
    opacity: 0.5;
}

.btn-table-tab{
    top: 0;
    width: 14.5vw;
    height: 3.2vw;
}

.btn-table-tab-l{
    right: 50vw;
}

.btn-table-tab-r{
    left: 49.5vw;
}

.kv-plan{
    width: 15vw;
    height: auto;
    top: 11.5vw;
    left: 65vw;
    z-index: 9;
    animation: kv-plan 8s linear infinite;
}

@keyframes kv-plan {
    0%, 100%{
        opacity: 0;
    }
    10%, 90%{
        opacity: 1;
    }
    0%{
        transform: translateX(-5%) translateY(5%);
    }
    100%{
        transform: translateX(65%) translateY(-5%);
    }
}

@media (max-width: 575px) {
    .btn-table-tab{
        top: 0;
        width: 33vw;
        height: 7.5vw;
    }

    .kv-plan{
        width: 24vw;
    height: auto;
    top: 21vw;
    }
}