@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

/*-------------------- 共用樣式 --------------------*/

:root {
    --basic-txt: #000;
    --subtitle-color: #ebc0a8;
    --light-pl: #582369;
    --main-pl: #3b0d67;
    --light-gd: #805e09;
    --main-gd: #542d15;
    --b-round: 1rem;
    --content-p: calc(3vw + 42px);
    --col-p: clamp(8px, 1vw + 2px, 15px);
    --transition-com: all 0.25s ease;
}

/* 手機板才會折行 */
.br-s {
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .br-s {
        display: none;
    }
}
.display-3 {
    font-size: calc(3rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
   /* margin-top: 80px;*/
}
/*animation: scroll-left 40s linear infinite;*/
@keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
/*-- 按鈕 --*/

.btn {
    position: relative;
    font-size: max(1rem, 16px);
    line-height: 1.1;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
    border-radius: 500px;
    z-index: 999;
    box-shadow: 3px 4px 0 black;
    transition: var(--transition-com);
    z-index: 100;
}

.btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: 150%;
    height: 120%;
    background-color: black;
    transform-origin: 120% bottom;
    transform: rotate(-45deg);
    transition: var(--transition-com);
}

.btn:hover::before {
    transform: rotate(0deg);
}

.go-btn,
.go-btn:link,
.go-btn:visited,
.go-btn:hover,
.go-btn:active {
    color: #fff;
    background-color: var(--main-red);
    border: 2px solid black;
}

.go-btn:hover {
    box-shadow: 0 0 0 black;
}

.btn > span {
    position: relative;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    z-index: 100;
}

.btn > span::after {
    content: "\eaaa";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    font-weight: 400;
    margin-left: 0.3rem;
    vertical-align: sub;
    margin-right: 0;
    transition: var(--transition-com);
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}
.btn:hover > span::after {
    margin-left: 0.8rem;
}

.btn .small::after {
    display: none;
}

.btn-lg {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.8rem 1.85rem;
    box-shadow: 4px 6px 0 black;
}

.btn-sec {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    text-align: center;
}
.pc{display: block;}
.mobile{display: none;}

@media screen and (max-width: 767px) {
    .display-3 {
        /*margin-top: 50px;*/
    }

}

/*-------------------- 共用樣式 END --------------------*/

/*-------------------- 全頁 --------------------*/

#wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
}

#wrapper > section {
    /*padding: var(--content-p) var(--col-p);*/
}

#wrapper > section::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--content-p) + 150px);
   /* background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}

/*-- 標題字級 --*/

h1 {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 1000 !important;
    white-space: normal;
    /*letter-spacing: 0.6rem;*/
    text-align: center;
    margin-bottom: 2rem;
    z-index: 100;
    /*border-bottom: 1px solid #000;*/
    padding-bottom: 0.6rem;
    margin-bottom: 0.15rem;
}
/*
h1::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #fff;
    right: 0;
    bottom: 0;
    transform: translateY(55%);
}
*/
h1 + h3 {
    position: relative;
    color: #000;
    font-weight: 400;
    /*letter-spacing: 0.6rem;*/
    margin-bottom: 2rem;
    z-index: 100;
    /*margin-bottom: 80px;*/
}

#mayday-concert h1{ letter-spacing: 0;}
#mayday-concert h1 + h3{letter-spacing: 0.2rem; font-weight: 500;}

/*-------------------- 全頁 END --------------------*/

/*-------------------- 主視覺 --------------------*/
/*-------------------- 達人輪播 .swiper --------------------*/

 .carousel_swiper {
     position: relative;
     max-width: 1920px;
 }
 
 .swiper {
     display: flex;
     width: 100%;
 }
 
 .swiper-slide>a {
     display: block;
     text-align: center;
 }
 
 .swiper-slide>img {
     width: auto;
     height: 100%;
     max-height: 1000px;
     margin: 0 auto;
     height: auto;
 }

#main_top > h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: calc(408 / 1920 * 100%);
    position: relative;
    background: url(https://event.cdn-gunnarworks.com/events/mayday/kv-1920x408-20250218.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    h1 + h3 {
        font: 1em sans-serif;
    }
    #main_top {
        padding-bottom: calc(1380 / 839 * 100%);
        background: url(https://event.cdn-gunnarworks.com/events/mayday/kv-m20250218.jpg) no-repeat center;
        background-size: cover;
    }
}

/*-------------------- 主視覺 END --------------------*/



@media screen and (max-width: 767px) {
    .swiper-slide>img {
        max-height: 300px;
    }
    .pc{display: none;}
    .mobile{display: block;}
    .nav_bar {
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(11, 24, 92, 1) 35%,
            rgba(11, 24, 92, 1) 65%,
            rgba(0, 0, 0, 1) 100%
        );
    }
    .nav_bar ul.rowline > li {
        display: block;
        width: 100%;
    }
}

/*-------------------- NAV END --------------------*/

/*-------------------- 輪播風景圖 --------------------*/

#Carousel_landscape {
    background: url() no-repeat center top / 100%;)
}

/*-------------------- 人生行萬里路 --------------------*/
#people_onroad{
    background: url(https://event.cdn-gunnarworks.com/events/senior_players/senior_players_sec03_bg.png) repeat top;)
}
.p_pic_01{
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    background: url(https://event.cdn-gunnarworks.com/events/senior_players/P_01.jpg) no-repeat top/cover;)
}
.p_pic_02{
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    background: url(https://event.cdn-gunnarworks.com/events/senior_players/P_02.jpg) no-repeat top/cover;)
}
.p_pic_03{
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    background: url(https://event.cdn-gunnarworks.com/events/senior_players/P_03.jpg) no-repeat center/cover;)
}
.p_p01{
    position: absolute;
    right: 0;
    transform: translate(-20%, -50%);
    bottom: 0;
}
.p_p02{
    position: absolute;
    left: 0;
    transform: translate(20%, -50%);
    bottom: 0;
}
.p_txt_title_R{
    color: #fff;
    font-size: 5rem;
    font-weight: 800;
    text-shadow: 0.05em 0.1em #4b4b4b;
    text-align: right;
    border-bottom: 1px solid #fff;
}
.p_txt_title_R::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #ffffff;
    border-radius: 50px;
    transform: translateY(55%);
    left: 0;
    bottom: 77px;
}
.p_txt_R{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-shadow: 0.05em 0.1em #4b4b4b;
    text-align: right;
}
.p_txt_title_L{
    color: #fff;
    font-size: 5rem;
    font-weight: 800;
    text-shadow: 0.05em 0.1em #4b4b4b;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.p_txt_title_L::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #ffffff;
    border-radius: 50px;
    transform: translateY(55%);
    right: 0;
    bottom: 77px;
}

.p_txt_L{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-shadow: 0.05em 0.05em #000000;
    text-align: left;
}

#Traveler_Needs{
    background: url(https://event.cdn-gunnarworks.com/events/senior_players/senior_players_plan_bg.png) no-repeat top/cover;)
}
.TN_txt{
    background: #ffffff;
    border-radius: 65px;
    display: block;
    position: relative;
    color: #000;
    margin: 10px 0;
}

.TN_icon{
    width: 29%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    transform: translate(0%, 19%);
    padding-left: 35px;
}
.MT_8{
    margin: 0 auto;
    margin-top: 10px;}

/*-------------------- 星宇航空-機票+演唱會門票 #mayday-airticket --------------------*/

#mayday-airticket {
    background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-jx-airplane.png) no-repeat center 35% / min(90%, 945px);
}

#mayday-airticket .airticket-sec {
    padding-top: min(calc(480 / 945 * 100vw), 260px);
}

@media screen and (max-width: 767px) {
    .p_pic_01{
        position: relative;
        display: block;
        width: 100%;
        height: 560px;
        background: url(https://event.cdn-gunnarworks.com/events/senior_players/P_01_m.jpg) no-repeat top/cover;)
    }
    .p_pic_02{
        position: relative;
        display: block;
        width: 100%;
        height: 560px;
        background: url(https://event.cdn-gunnarworks.com/events/senior_players/P_02_m.jpg) no-repeat top/cover;)
    }
    .p_pic_03{
        position: relative;
        display: block;
        width: 100%;
        height: 560px;
        background: url(https://event.cdn-gunnarworks.com/events/senior_players/P_03_m.jpg) no-repeat center/cover;)
    }
    .p_txt_L{
        font-size: 1.3rem;
        text-align: center;
        background: #208976;
    }
    .p_txt_R{
        font-size: 1.3rem;
        text-align: center;
        background: #208976;
    }
    .p_txt_title_L{
        text-align: center;
        border-bottom:0px solid #fff;
    }
    .p_txt_title_L::before{
        display: none;
        bottom: 58px;
    }
    .p_txt_title_R{
        text-align: center;
        border-bottom:0px solid #fff;
    }
    .p_txt_title_R::before{
        display: none;
        bottom: 58px;
    }
    .p_p01{
        transform: translate(0%, 0%);
    }
    .p_p02{
        transform: translate(0%, 0%);
    }
    #mayday-airticket {
        background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-jx-airplane.png) no-repeat center 12% / 100%;
    }
    #mayday-airticket .airticket-sec {
        padding-top: min(calc(480 / 1500 * 100vw), 260px);
    }
}






.concert-sec {
    padding:calc(var(--content-p) / 2);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}

.concert-sec img{max-width: 100%; width: 100%;}
.concert-sec img[src*='pic-seat']{max-width: 900px; }
.concert-sec img + figcaption{font-weight: 200; margin-bottom: 1rem;}

.concert-sec .vip-info-sec{max-width: 1100px; margin:calc(var(--content-p) / 2) auto 0; padding-top: calc(var(--content-p)/2); border-top: 1px solid var(--light-gd);}
.concert-sec h3{
    color: #000;
    font-size: 2rem;
    font-weight: 800;
    text-shadow: 0.05em 0.1em #d9d9d9;
}
.concert-sec .vip-info-sec>.vip-info-txt{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.p_01{
    width: 100%;
}


#btn_app {
    position: fixed;
    right: 5px;
    bottom: calc(60px + 95px + 5px);
    z-index: 999;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    #note .contentbox > ul {
        width: 95%;
    }

    #btn_top,
    #btn_app {
        right: 0;
    }
}
