@charset "UTF-8";
@import url('https://wbgame.tadagaming.com/All-In-One/production/css/font-awesome.min.css');

.landingbox {
    position: absolute;
    top: 22%;
    left: 15%;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
    text-align: left;
    color: white;
    max-width: 800px;
}

@media screen and (max-width: 480px) {
    .landingbox {
        top: 71%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        min-width: 100%;
    }
}

.landing {
    height: 100%;
}

@media screen and (max-width: 480px) {
    .landing {
        height: 100%;
    }
}

.title_1 {
    font-family: Poppins bold;
    width: 100%;
    font-size: 77px;
    font-weight: bold;
    color: #fe7e03;
    letter-spacing: 0em;
    line-height: 85px;
    text-align: left;
    text-decoration: none;
    margin-bottom: 20px;
}

.title_2 {
    font-family: Poppins;
    width: 100%;
    font-size: 40px;
    color: #686868;
    letter-spacing: 0em;
    line-height: 60px;
    text-align: left;
    text-decoration: none;
    margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
    .title_1 {
        font-family: Poppins bold;
        width: 100%;
        font-size: 42px;
        font-weight: bold;
        color: #fe7e03;
        letter-spacing: 0em;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .title_2 {
        font-family: Poppins;
        width: 100%;
        font-size: 22px;
        color: #686868;
        letter-spacing: 0em;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 3.5rem;
        margin-bottom: 1.8rem;
    }
}

.landingbox .button {
    margin-bottom: 8rem;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .landingbox .button {
        margin-bottom: 3.5rem;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.landingbox .com {
    margin-top: -1rem;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .landingbox .com {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.landingbox .lin {
    margin-top: 1rem;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .landingbox .lin {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
}

.landingbox .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    /* 24px */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

.landingbox .link img {
    height: 40px;
}

@media screen and (max-width: 768px) {
    .landingbox .link {
        gap: 0rem;
        /* 約 12px */
        margin-top: 1rem;
    }

    .landingbox .link img {
        height: 35px;
    }
}

.bg-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/landing/bg01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .bg-section {
        background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/landing/bg02.webp);
    }
}

.link .com {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .link .com {
        gap: 1.2rem;
    }
}

.landingbox .button a {
    font-family: Poppins;
    font-size: 22px;
    display: inline-block;
    padding: 18px 32px;
    font-size: 20px;
    border-radius: 999px;
    background: #FF7A00;
    color: white;
    text-decoration: none;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 3px solid #FF7A00;
}

.landingbox .button a:hover {
    background: #ffa63d;
    border: 3px solid #FF7A00;
}

@media screen and (max-width: 768px) {
    .landingbox .button a {
        font-family: Poppins;
        font-size: 18px;
        display: inline-block;
        padding: 12px 24px;
        font-size: 20px;
        border-radius: 999px;
        background: #FF7A00;
        color: white;
        text-decoration: none;
        border: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: 3px solid #FF7A00;
    }

    .landingbox .button a:hover {
        background: #ffa63d;
        border: 3px solid #FF7A00;
    }
}