/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/**
 * SP用
 */
@media ( max-width: 768px ) {
    header-seowriter {
/*
        position: fixed;
        top: 0;
        left: 0;
*/
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        height: 68px;
        background: #fff;
        z-index: 9;
    }
    header-seowriter .header-wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 1366px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header-seowriter .header-logo {
        margin: 0;
        width: 40%;
        height: auto;
        aspect-ratio: 200 / 48;
    }
    header-seowriter .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    header-seowriter .header-menu {
        display: none;
    }

    footer-seowriter {
        margin: 0 auto;
        padding: 4.0vw;
        width: 100%;
    }
    footer-seowriter .footer-wrap {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer-seowriter .footer-logo {
        margin: 0;
        width: 50%;
        height: auto;
        aspect-ratio: 200 / 48;
    }
    footer-seowriter .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    footer-seowriter .footer-menu {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 0;
        list-style: none;
    }
    footer-seowriter .footer-menu li {
        margin: 0;
        list-style: none;
        font-size: 3.2vw;
        font-weight: 500;
    }
    footer-seowriter .footer-menu li a {
        color: #222;
        text-decoration: none;
    }
    footer-seowriter .footer-copyright {
        margin: 4.0vw auto 0;
        width: 100%;
        font-size: 3.2vw;
        font-weight: 400;
        text-align: right;
    }

}


/**
 * PC用
 */
@media ( min-width: 768.01px ) {
    header-seowriter {
/*
        position: fixed;
        top: 0;
        left: 0;
*/
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        height: 68px;
        background: #fff;
        z-index: 9;
    }
    header-seowriter .header-wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 1366px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header-seowriter .header-logo {
        margin: 0;
        width: 200px;
        height: 48px;
    }
    header-seowriter .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    header-seowriter .header-logo {
        margin: 0;
        width: 200px;
        height: 48px;
    }
    header-seowriter .header-menu {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0 min( 2.0vw, 40px );
        list-style: none;
    }
    header-seowriter .header-menu li {
        margin: 0;
        list-style: none;
        font-size: 14px;
        font-weight: 500;
    }
    header-seowriter .header-menu li a {
        color: #222;
        text-decoration: none;
    }

    footer-seowriter {
        margin: 0 auto;
        padding: 20px 20px;
        width: 100%;
    }
    footer-seowriter .footer-wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 1366px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer-seowriter .footer-logo {
        margin: 0;
        width: 200px;
        height: 48px;
    }
    footer-seowriter .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    footer-seowriter .footer-logo {
        margin: 0;
        width: 200px;
        height: 48px;
    }
    footer-seowriter .footer-menu {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0 min( 2.0vw, 40px );
        list-style: none;
    }
    footer-seowriter .footer-menu li {
        margin: 0;
        list-style: none;
        font-size: 14px;
        font-weight: 500;
    }
    footer-seowriter .footer-menu li a {
        color: #222;
        text-decoration: none;
    }
    footer-seowriter .footer-copyright {
        margin: 0 auto;
        width: 100%;
        max-width: 1366px;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
    }

}
