@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* 網頁捲軸【寬度】 */
::-webkit-scrollbar {
    width: 10px;
}

/* 網頁捲軸【背景】顏色 */
::-webkit-scrollbar-track {
    background: #383838;
}

/* 網頁捲軸【把手】顏色 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f02c2b;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: url(../images/web.jpg) no-repeat;  
    background-size:  cover;
    font-family: "Noto Sans JP", sans-serif;
    user-select: none;
    word-wrap: break-word;
    z-index: -2 !important;
    color: #000;
}

a {
  text-decoration: none;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
}

.content{
    width: 100vw;
    overflow-x: hidden;
}

header {
display: flex;
justify-content: space-between;
align-items: center;
padding: .5vw 1vw;
z-index: 2;
}

.logo {
height: 4.5vw;
}


#navbar {
  width: 100vw;
  padding: 0 1vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  color: black;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0);
  opacity: 1; 
  gap: .3vw;
}

/* 滾動後變黑底 + 陰影 */
#navbar.scrolled {
  background-color: black;
  opacity: .7;
}

.navbarBg{
    gap: .3vw;
}

.nav-right {
display: flex;
align-items: center;
/* gap: 2vw; */
z-index: 2;
}

.navWebBtn{
    display: flex;
}

.nav-btn{
height: 3vw;
cursor: pointer;
transition: all 0.3s ease;
}

 .link-btn  {
height: 3vw;
cursor: pointer;
transition: all 0.3s ease;
}

.nav-btn:hover {
transform: scale(1.1);
}

.link-btn:hover {
transform: scale(1.1);
}

.navMbtn{
    display: none;
}

.popup{
    display: none;
}


.sectionTop {
    position: relative;
    width: 100vw;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
}

.sectionTop img{
    width: 100%;
}

.topBg{
   width: 86.5vw;
    height: 52vw;
    background: url(../images/topBg.png) no-repeat;
    background-size: 100% auto;
    margin-top: -5.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topC{
width: 18.5vw;
height: 21vw;
    background: url(../images/topC.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10.5vw;
    left: 46vw;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
    transform-origin: bottom center;
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    60% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.sectionTopLogo{
width: 43vw;
    height: 21vw;
    background: url(../images/topLogo.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 22vw;
    left: 29.5vw;
}



.sectionStory {
    position: relative;
    width: 100vw;
    height: 49vw;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.storyBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.storyLeft{
    width: 53.2vw;
    height: 41vw;
    background: url(../images/storyLeft.png) no-repeat;
    background-size: 100% auto;
}

.storyRight{
  width: 44vw;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    margin-top: -1.5vw;
}

.storyRight h1{
color: #ffba00;
font-weight: 900;
    font-size: 3vw;
    line-height: 7vw;
}

.storyRight p{
    color: #ffba00;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.2vw;
    margin: .5vw auto;
}


.sectionCharacter {
    position: relative;
    width: 100vw;
    height: 49vw;
    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 4vw;
}
.sectionTitle img {
            height: 5.5vw;
        }

.ani-delay-0 { animation-delay: 0s !important; }
.ani-delay-1 { animation-delay: 2s !important; }
.ani-delay-2 { animation-delay: 4s !important; }
.ani-delay-3 { animation-delay: 6s !important; }
.ani-delay-4 { animation-delay: 8s !important; }


        .swiper {
            width: 100%;
            overflow: inherit !important;
        }

        .swiper-wrapper {}

        .swiper-slide {
             display: flex !important;
             justify-content:flex-end !important;
        }

        .slide {
        display: flex;
    background: url(../images/characterBg.png) no-repeat;
    background-size: 100% auto;
    width: 92.4vw;
    height: 36.8vw;
    padding: 3vw 4vw;
    margin: 2vw 0 2vw 7vw;
    overflow: inherit;
        }


        .bgTitle, .bgTitleL, .bgTitleE {
transform: translateY(-50%) rotate(-90deg);
            color: #000;
            font-size: 11vw;
            font-weight: 900;
            pointer-events: none;
            overflow: hidden;
    clip: rect(0, 43.4vw, 11.5vw, 0);
        }


        .bgTitle {
            position: absolute;
            right: -12.6vw;
            top: 18vw;
            
        }

        .bgTitleL {
    position: absolute;
    right: -9.5vw;
    top: 17vw;
}

.bgTitleE {
    position: absolute;
    right: -8.5vw;
    top: 17vw;
}

.ani-hide {
  opacity: 0;
  visibility: hidden;
}

.animate__animated {
  visibility: visible;
}


        /* -------- 左側文字區 -------- */
        .slide-left {
            width: 55%;
            padding-right: 1vw;
        }

        .slide-leftL {
            width: 71%;
            padding-right: 1vw;
        }

        .slide-leftE {
            width: 63%;
            padding-right: 1vw;
        }

        .slide-left h1 {
            font-weight: 900;
            font-size: 5.5vw;
            /* line-height: 5vw; */
        }

        .slideTitleL {
            font-size: 4.5vw !important;
            font-weight: 900 !important;
            letter-spacing: -.3vw;
        }

        .slideTitleE {
            /* font-size: 4.5vw !important; */
            /* font-weight: 900 !important; */
            letter-spacing: -.3vw;
        }

        .titleLine {
            width: 37vw;
        }

        .titleLine img {
            width: 100%;
        }

        .slide-left p {
            font-weight: 400;
            font-size: 1vw;
            line-height: 1.2vw;
            margin: .5vw auto;
        }

        .slide-left h2 {
            font-weight: 900;
            font-size: 2.5vw;
            line-height: 3.2vw;
            margin: 0.5vw auto;
        }

        .talent-box {
            /* display: flex; */
            gap: 20px;
            overflow: hidden;
        }

        .skill-icon {
            height: 7vw;
            margin: 1vw 0;
            float: left;
        }

        .skill-icon img {
            width: 100%;
        }

        .talent-text {
            font-size: 16px;
            line-height: 1.6;
        }

        /* -------- 右側角色圖 -------- */
        .slide-right {
            width: 45%;
            position: relative;
        }

        .slide-rightE {
            width: 33%;
            position: relative;
        }

        .character-imgN {
            height: 43.5vw;
            position: absolute;
            top: -11vw;
            left: -2vw;
            overflow: hidden;
            clip: rect(0, 43.4vw, 43.1vw, 0);
        }

        .character-imgL {
            height: 35.5vw;
            position: absolute;
            top: -3.4vw;
            left: 3.5vw;
            /* overflow: hidden; */
            /* clip: rect(0, 43.7vw, 43.1vw, 0); */
        }

        .character-imgE {
            height: 34.5vw;
            position: absolute;
            top: -2.4vw;
            left: -14.7vw;
            overflow: hidden;
            clip: rect(0, 48.9vw, 43.1vw, 0);
        }

        .character-img img {
            width: 100%;
        }

        /* -------- 垂直語錄 -------- */
        .vertical-quotes {
            position: absolute;
            top: 0vw;
            writing-mode: vertical-rl;
            color: #fff;
            font-size: 1.6vw;
            font-weight: 800;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: .2vw;
        }

        .vertical-quotes span {
            background: #000;
            padding: 0.2vw .1vw;
        }

        /* --- 自訂 Pagination 底部右側 --- */
        .swiper-pagination {
            position: absolute;
    top: 38vw !important;
    left: 83vw !important;
    /* bottom: 20px; */
    width: 15vw !important;
    /* display: flex; */
    gap: 1vw;
    z-index: 20;
        } 
               


.sectionCampaign {
    position: relative;
    width: 100vw;
    /* height: 49vw; */
    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 4vw;

}

.sectionCampaign h1 {
    color: #ffba00;
    font-weight: 900;
    font-size: 3vw;
   line-height: 6vw;
}
.sectionCampaign a{
    position: relative;
    transition: all 0.3s ease; 
    top: 0;
}
       
.sectionCampaign a:hover{
    top:.2vw;
}

.campaignBox{
 background: url(../images/campaignBg.png) no-repeat;
    background-size: 100% auto;
    width: 68.2vw;
    height: 34.5vw;
    display: flex;
    justify-content: center;
    margin-top: 1vw;
}

.campaignLeft{
    display: flex;
    flex-direction: column;
}

.rp300{
     background: url(../images/rp300.png) no-repeat;
    background-size: 100% auto;
    width: 27.2vw;
    height: 40.5vw;
    margin-left: 1vw;
}

.rp1000{
     background: url(../images/rp1000.png) no-repeat;
    background-size: 100% auto;
    width: 36.2vw;
    height: 46.5vw;
    margin-top: -1vw;
}

.rp500{
     background: url(../images/rp500.png) no-repeat;
    background-size: 100% auto;
    width: 32.2vw;
    height: 28.5vw;
    margin-left: 3vw;
}

.campaignRight{
    display: flex;
    flex-direction: column;
}

.rpDefine{
        background: url(../images/rpDefine.png) no-repeat;
    background-size: 100% auto;
    width: 45.2vw;
    height: 32.2vw;
    margin-left: -14vw;
    margin-top: -2.1vw;
}

.storeIcon {
    display: flex;
}

.storeBtn{
width: 13vw;
    margin: 0 .5vw;
}

.storeBtn img{
    width: 100%;
}

.sectionVideo {
    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            margin-bottom: 4vw;
            height: 47vw;
}

.mask-image {
    width: 95vw;
    display: block;
    margin-top: -9vw;
    margin-left: -2.5vw;
    z-index: 1;
}

.Mmask-image {
    display: none;
}

.youtube-frame {
  position: absolute;
    right: 8.8vw;
    bottom: 0%;
    top: 8.5vw;
    width: 66vw;
    height: 37vw;
    /* padding-bottom: .5vw; */
    z-index: -1;
    filter: brightness(80%);
    aspect-ratio: 16 / 9;
}

.youtube-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.ytBtn {
    position: absolute;
    top: 7vw;
    left: 5vw;
    width: 9vw;
    height: 9vw;
    background: url(../images/ytBtn.png) no-repeat;
    background-size: 100% auto;
    animation: breathing .5s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    60% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }
}

footer{
     display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            /* margin-bottom: 4vw; */
}

footer img{
    height: 8vw;
}

footer p{
    color:#FFF;
    font-size: .8vw;
    font-weight: 200;
}