@font-face {
    font-family: "Roboto";
    src: URL("./../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-bold";
    src: URL("./../fonts/Roboto-Bold.ttf");
}

*,
body {
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: Roboto;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.dp-pc {
    display: block;
}

.dp-mb {
    display: none;
}

/* Header */

header {
    box-shadow: 0px 1.138px 1.138px 0px rgba(0, 0, 0, 0.25);
    height: auto;
    margin: auto;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    background-color: #282828;
}

.header .logo {
    width: 320px;
    height: auto;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 60px;
}


/* End Header */

/* Main content */
.main {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.main video {
    min-width: auto;
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    object-fit: cover;
}

.layout-wp {
    position: fixed;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.main-body {
    position: relative;
    z-index: 9999;
}

.supporter .title {
    position: relative;
    padding-top: 50px;
}

.supporter .title h2 {
    color: #337C9D;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    left: auto;
    right: auto;
    font-family: "Roboto-bold";
}

.supporter .icon-title {
    background-image: url(./../images/icon-title.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 81px;
    margin-top: 50px;
}

.suport-list {
    display: flex;
    justify-content: center;
    max-width: 850px;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 30px;
    margin-top: 30px;
}

.suport-list li {
    width: 48%;
    transition: .3s;
}

.suport-list li a,
.suport-list li a img {
    width: 100%;
    height: auto;
}

.suport-list li:hover {
    color: #fff;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.supporter-v2 .title h2 {
    line-height: 1.2;
    margin-top: -20px;
}

.supporter-v2 .icon-title {
    margin-top: 70px;
}

/* supporter-promotion */

.supporter-promotion {
    background-image: url(./../images/bg-promotion.png);
    background-position: center;
    background-size: 100% 100%;
    min-height: 200px;
    background-repeat: no-repeat;
}

.wp-promotion {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    width: 90%;
    margin: auto;
}

.wp-promotion .list-btn-promotion {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.list-btn-promotion .btn-promotion {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

.list-btn-promotion .btn-promotion:hover {
    color: #fff;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.list-btn-promotion .btn-promotion img {
    height: auto;
    width: 100%;
}

.list-btn-promotion .btn-promotion span {
    font-size: 25px;
    margin-left: -15px;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Roboto-bold";
    color: #02227C;
}

.wp-promotion .ambassador {
    width: 60%;
}

.wp-promotion .ambassador img {
    width: 100%;
    height: auto;
}

/* supporter-promotion */

.supporter {
    position: relative;
    z-index: 999;
}

.supporter-promotion2 .wp-promotion {
    flex-direction: row-reverse;
}

.supporter-promotion2 .list-btn-promotion .btn-promotion {
    border-radius: 50px;
    width: 19%;
    gap: 20px;
}

.supporter-intro {
    min-height: 200px;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
}

@media screen and (max-width: 1600px) {
    .header .logo {
        width: 280px;
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .wp-header .logo-slogan {
        display: flex;
        justify-content: space-around;
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    .speed-item img {
        width: 97%;
    }

    .header .logo {
        width: 220px;
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .wp-promotion {
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
        width: 100%;
    }
}


@media screen and (max-width: 1024px) {
    .supporter .title h2 {
        font-size: 22px;
    }

    .supporter .icon-title {
        height: 50px;
    }

    .menu-header ul {
        display: flex;
        gap: 10px;
    }

    .logo-slogan span {
        font-size: 15px;
    }

    .wp-header .logo-slogan {
        max-width: 330px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .suport-list li {
        width: 47%;
    }

    .supporter .title h2 {
        font-size: 2.6vw;
    }

    .menu-header ul li .btn-inside {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {

    .dp-pc {
        display: none;
    }

    .dp-mb {
        display: block;
    }

    .header .logo {
        width: 190px;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .supporter .title h2 {
        color: #337C9D;
        background: linear-gradient(90deg, #CEF2FF 0%, #CEF2FF 59.23%, rgba(129, 222, 255, 0.00) 102.46%);
        padding: 5px;
        margin-bottom: 20px;
    }

    .supporter .icon-title {
        background-image: unset;
        height: 42px;
        margin-top: 25px;
    }

    .logo-slogan .thumb-nail {
        width: unset;
        height: unset;
    }

    .menu-header ul {
        width: 150px !important;
    }

    .menu-header ul li .btn-inside {
        padding: 7px 5px;
    }

    .wp-header .logo-slogan {
        width: 158px;
    }


    .logo-slogan .thumb-nail img {
        width: 158px;
    }

    .logo-slogan span {
        font-size: 10px;
    }

    .supporter .title {
        padding-top: 25px;
    }

    .wp-promotion .list-btn-promotion {
        gap: 15px;
    }

    .supporter-promotion2 .list-btn-promotion .btn-promotion {
        width: 100%;
    }

    .wp-promotion .ambassador,
    .wp-promotion .list-btn-promotion {
        width: 100%;
    }

    .list-btn-promotion .btn-promotion {
        width: 100%;
        height: 10vw;
    }

    .list-btn-promotion .btn-promotion span {
        font-size: 4vw;
    }

    .wp-promotion {
        display: flex;
        justify-content: space-around;
        padding-top: 40px;
        width: 98%;
        margin: auto;
        flex-direction: column-reverse;
    }

    .wp-promotion .list-btn-promotion {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        column-gap: 8px;
        max-width: 400px;
        margin: auto;
        row-gap: 10px;
        margin-top: 20px;
    }

    .list-btn-promotion .btn-promotion img {
        height: 50px;
        width: 61px;
    }

    .supporter-promotion2 .wp-promotion {
        flex-direction: column;
        display: flex;
    }

    .suport-list {
        margin-top: 15px;
        gap: 15px;
        row-gap: 15px;
    }

    .supporter .title h2 {
        font-size: 5vw;
    }

    .supporter-v2 .icon-title {
        margin-top: 45px;
    }

    .redirect-link {
        padding-top: 15px;
    }

    .wp-promotion {
        padding-top: 10px;
    }

    .list-btn-promotion .btn-promotion {
        max-width: 320px;
        width: 100%;
    }

    .list-btn-promotion .btn-promotion span {
        font-size: 16px;
    }

    .menu-header ul li .btn-inside {
        font-size: 10px;
    }

    .supporter-promotion2 .list-btn-promotion .btn-promotion img {
        margin-top: 0px;
        width: 100%;
        height: auto;
    }

    .supporter-v2 .title h2 {
        margin-top: -10px;
    }

    .icon-speedtest span {
        font-size: 14px;
    }

    .supporter-intro {
        padding: 15px;
        font-size: 4vw;
    }

    .icon-speedtest {
        gap: 10px;
    }

    .reload_btn {
        width: 244px;
        height: 35px;
        margin: 115 auto;
        cursor: pointer;
        display: flex;
        padding: 0 10px;
        border-radius: 10px;
        justify-content: space-between;
        align-items: center;
        margin-top: 18px;
        background: #FFF;
    }

    .supporter-promotion {
        background-image: unset;
    }

    .menu-fix-sp {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .menu-fix-sp.fixed {
        display: block;
    }

    .menu-fix-sp {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from: #7bbfd4;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(123 191 212 / 0));
        --tw-gradient-to: #2d7699;
    }

    .menu-fix-sp .list-menu {
        display: flex;
        align-items: stretch;
        justify-content: space-between;

    }

    .menu-fix-sp .list-menu .item-ft {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        border-right: 1px solid #ffffff;
        padding: 7px 0px 2px;
        text-decoration: none;
        justify-content: space-between;
    }

    .menu-fix-sp .list-menu .item-ft:last-child {
        border-right: none;
    }

    .menu-fix-sp .list-menu .item-ft.active,
    .menu-fix-sp .list-menu .item-ft:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(45 118 153 / var(--tw-bg-opacity));
    }

    .menu-fix-sp .list-menu .item-ft:nth-child(2) span {
        padding-top: 5px;
    }

    .menu-fix-sp .list-menu .item-ft img {
        max-width: auto;
        width: 24px;
        height: auto;
    }

    .menu-fix-sp .list-menu .item-ft img.ct {
        width: 30px;
        margin-top: 3px;
    }

    .menu-fix-sp .list-menu .item-ft img.ct2 {
        width: 21px;
    }

    .menu-fix-sp .list-menu .item-ft span {
        font-size: 10px;
        text-align: center;
        font-weight: 700;
    }

    .thumbnail-ft img {
        width: 100px;
    }
}

@media screen and (max-width: 425px) {
    .logo-slogan .thumb-nail img {
        width: 110px;
    }

    .logo-slogan span {
        font-size: 6px;
        text-align: center;
    }

    .menu-header ul {
        gap: 7px;
    }

    .menu-header ul li a img {
        width: 30px;
        height: 30px;
    }

    .menu-header ul li .btn-inside {
        font-size: 9px;
    }

    .supporter .icon-title {
        height: 30px;
    }

    .wp-promotion .list-btn-promotion {
        gap: 15px;
        max-width: 300px;
    }
}

@media screen and (max-width: 344px) {
    .logo-slogan .thumb-nail img {
        width: 95px;
    }

    .logo-slogan span {
        font-size: 5px;
        text-align: center;
    }

    .menu-header ul {
        gap: 4px;
    }

    .menu-header ul li .btn-inside {
        font-size: 8px;
    }

    .menu-fix-sp .list-menu .item-ft span {
        font-size: 9px;
    }
}