@charset 'UTF-8';

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    padding: 30px;
}

header ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    align-content: center;
}

header ul li {
    padding-left: 6px;
}

header ul li span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 32px;
    padding-right: 10px;
    letter-spacing: .08em;
    color: #fff;
    text-shadow: 0 0 8px #000;
}

header ul li img {
    width: 31px;
    height: 32px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer {
    padding: 100px 0 0;
    background-color: rgba(0, 0, 0, .5);
}

footer h2 {
    font-size: 3.1rem;
    font-weight: 700;
    margin-bottom: 146px;
    color: #fff;
}

footer .l-img {
    line-height: 0;
}

footer .l-img img {
    width: 100%;
    pointer-events: none;
}

footer .l-footer {
    padding: 100px 0 30px;
    background: #fff;
}

footer .l-share h3 {
    font-size: 3.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: .06em;
    color: #000;
}

footer .l-share ul {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 102px;
    -webkit-justify-content: center;
    justify-content: center;
}

footer .l-share ul li {
    width: 50px;
    margin: 0 12px;
}

footer .l-share ul li img {
    width: 100%;
}

footer p small {
    font-size: 1.2rem;
    color: #a0a0a0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 768px) {
    header {
        padding: 18px;
    }

    header ul li span {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
    }

    footer {
        padding: 45px 0 0;
    }

    footer h2 {
        font-size: 2.6rem;
        line-height: 2;
        margin-bottom: 70px;
    }

    footer .l-footer {
        padding: 60px 0 25px;
    }
}
