<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* HEADER
------------------------------- */

.header_BG {
    width: 100%;
    height: 70px;
    background-color: #000000;

    position: relative;
    z-index: 100;
}

header a {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.main-nav a:hover {
    color: rgb(221, 169, 0);
}


.header_contents {
    display: flex;
    /*横並び*/
    align-items: center;
    /*上下中央に*/
    justify-content: space-between;
    /*左右端より*/
    margin: 0 auto;
    width: 95%;
}

.header_logo {
    width: 196px;
    margin-top: 14px;
}

.header_logo img {
    width: auto;
    text-align: left;
}

.main-nav {
    display: flex;
    /*横並び・*/
    font-size: 1.25rem;
    text-transform: uppercase;
    /*全て大文字*/
    list-style: none;
    /*箇条書きの・*/
    color: #fff;
    align-items: center;
}

.main-nav li {
    margin-left: 2vw;
}

.header_wallet {
    width: 24px;
    top: -1px; 
    margin-right: 0px;
    vertical-align: middle; 
    position: relative; 
    
}

.header_global {
    width: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

.header_login {
    vertical-align: middle;
    display: inline;
}



.header_center {
    vertical-align: middle;
    display: inline;
}



.state_image {
    position: relative;
}

.state_image:hover img:first-of-type {
    opacity: 0;
}

.state_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.state_image:hover img:last-of-type {
    opacity: 1;
}


/*======== list ログインステータス =========*/

.state_hide {
    display: none;
}

.state_show {
    display: list-item;
}


/*======================*/



.header_mobile {
    display: none;
}



/* footer
------------------------------- */

#footer {
    background-color: #000000;
    width: 100%;
    padding: 15px 0 10px 0;
    text-align: center;
    margin-top: auto;/*追加*/
}

footer a{
    color: #fff;
    font-size: clamp(10px, 1.5vw, 16px);
    font-weight: 500;
}

.footer_policy_box a:hover {
    color: rgb(221, 169, 0);
}

.footer_section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}



.footer_sns_section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer_sns_image {
    margin: 0 60px;
    width: 70px;
    position: relative;
}

.footer_sns_image:hover img:first-of-type {
    opacity: 0;
}

.footer_sns_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.footer_sns_image:hover img:last-of-type {
    opacity: 1;
}



.footer_policy_section {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.footer_policy_box {
    width: 25%;
}



.footer_copyright_section p{
    font-size: 14px;
    color: #fff;
}









/*********************************************************
 モバイル版 命令
 800px以下の場合の処理
 *********************************************************/
@media (max-width: 900px) {


    /* HEADER
    ------------------------------- */
    .header_logo {
        max-width: 150px;
        /* 最大幅 */
        min-width: 50px;
        /* 最小幅 */
        margin-top: 6px;

    }

    .header_BG {
        height: 50px;
    }

    .main-nav li {
        margin: 0 10px;
    }

    .main-nav {
        display: none;
    }

    .header_mobile {
        display: block;
    }

    #hamburger {
        cursor: pointer;
        position: relative;
        display: block;
        width: 30px;
        height: 25px;
    }

    /* -----ハンバーガー描画----- */

    #hamburger span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transform: translateY(-50%);
    }

    #hamburger::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    #hamburger::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    /* ------------------------------- */

    .sp-nav {
        z-index: 100;
        position: fixed;
        font-size: 1.25rem;
        color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        transition: all .2s ease-in-out;
        opacity: 0;
        transform: translateY(-100%);
        display: block;
    }

    .sp-nav ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding-left: 0;
    }

    .sp-nav li {
        margin: 0;
        padding: 0;
        list-style: none;

    }

    .sp-nav li span {
        font-size: 15px;
        color: #fff;
    }

    .sp-nav li a,
    .sp-nav li span {
        display: block;
        padding: 20px 0;
    }

    /*基準となるli要素*/
    .sp-nav .close {
        position: relative;
        padding-left: 20px;
    }

    .sp-nav a {
        color: rgb(255, 255, 255);
    }

    .sp-nav a:hover {
        color: rgb(221, 169, 0);
    }

    .sp-nav .wallet_icon {
        position: relative;
        padding-left: 40px; 
        display: flex;
        align-items: center;
    }

    .sp-nav .wallet_icon::before {
        content: "";
        position: absolute;
        left: 10px; 
        width: 20px; 
        height: 20px; 
        background-image: url('../images/walletIcon.png'); 
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    /*----------------バツ印描画------------------*/

    .sp-nav .close::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate(45deg);
    }

    .sp-nav .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate(-45deg);
    }

    /*-----------------------------------------*/

    .toggle {
        transform: translateY(0);
        opacity: 1;
    }


    .footer_sns_image {
        margin: 0 5%;
        min-width: 50px;
        position: relative;
    }





}</pre></body></html>