@charset "utf-8";

/*  Foundation
*/

.site-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
}

/*  Modules Logo
*/

.site-header .site-branding {
    margin: 0 2%;
}

.site-header .site-title {
    margin: 0;
}

/*  Modules SNS Icon
*/

.site-sns-link {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0.2em;
}

.site-sns-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 44px;
    max-height: 44px;
    margin: auto;

    transition: all 0.3s;
}

.site-sns-link:hover .site-sns-icon.deactive {
    opacity: 0;
}

.site-sns-sp-menu {
    visibility: hidden;
    height: 0;
}

/*  Modules footer
*/

.site-footer {
    background-color: #8cbe1e;
    text-align: center;
    color: #fff;
    padding: 2em 0;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer .site-branding,
.site-footer .site-home-link {
    width: 100%;
}

.site-footer .site-branding,
.site-footer .footer-navigation {
    margin-bottom: 1rem;
}

.site-footer .site-footer-logo {
    width: 100%;
    max-width: 278px;
    height: fit-content;
    object-fit: contain;
}

.site-footer .site-title {
    margin: 0;
}

.site-footer .footer-navigation,
.site-footer .policies-navigation {
    width: 100%;
}

.site-footer .site-sns {
    margin-right: 1%;
}

.site-footer .site-info {
    margin-left: 1%;
    font-size: 1.2em;
}

.site-footer .site-sns-link {
    border: 1px transparent solid;
    border-radius: 50%;
}

.site-footer .site-sns-link:hover {
    border: 1px #fff solid;
}

.site-footer .policies-navigation {
    width: 100%;
    margin: 0.5rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.site-footer .policies-navigation a {
    color: #fff;
    font-size: 0.8em;
}

/**
 * Modules jump page top
 */

.jump_page_top_button {
    opacity: 1;
    position: fixed;
    z-index: 50;
    right: 2%;
    bottom: 2%;
    width: 153px;
    height: 153px;
    background: url(../images/common/jump_top.png) center center no-repeat
        transparent;
    background-size: contain;
    object-fit: contain;
}

.scroll-top .jump_page_top_button {
    opacity: 0;
}

/*  pc small : pc middle  ((1366 + 1600) / 2)
*/

@media screen and (max-width: 1483px) {
}

/*  pc x-small : pc small ((1280 + 1366) / 2)
*/

@media screen and (max-width: 1323px) {
    .site-footer {
        padding-bottom: 7em;
    }
}

/*  pc xx-small : pc small ((1024 + 1366) / 2)
*/

@media screen and (max-width: 1195px) {
    .site-header {
        display: block;
    }

    .site-header::after {
        content: "";
        clear: both;
    }

    .site-header .site-branding {
        float: left;
        margin: 0 0 0 1%;
    }

    .site-header .site-sns {
        text-align: right;
        padding-right: 2%;
    }

    .jump_page_top_button {
        width: 120px;
        height: 120px;
    }
}

/*  pc xx-small : pc small ((1024 + 1280) / 2)
*/

@media screen and (max-width: 1152px) {
    .site-footer {
        padding-bottom: 7em;
    }
}

/*  new iPad portrate : pc xx-small ((810px + 1024px) / 2)
*/

@media screen and (max-width: 917px) {
    .site-header .site-branding {
        margin-left: 2%;
    }

    .site-footer {
        padding-bottom: 7em;
    }

    .jump_page_top_button {
        bottom: 80px;
    }

    .scroll-bottom .jump_page_top_button {
        bottom: 5px;
    }

    /*  header
    */
    .site-header {
        margin-top: 0;
    }

    .site-header .site-branding {
        visibility: hidden;
        height: 0;
    }

    .site-header .site-sns {
        visibility: hidden;
        height: 0;
    }

    .main-navigation .site-sns-sp-menu {
        visibility: visible;
        text-align: center;
        height: initial;
    }

    .main-navigation .site-sns-sp-menu .site-sns-link {
        visibility: visible;
        text-align: center;
    }

    .site-sns-sp-menu .site-sns-link {
        margin: 0;
        padding: 1em;
    }

    .site-sns-sp-menu .site-sns-icon {
        z-index: 65536;
    }

    /*  footer
    */
    .site-footer {
        flex-direction: column;
        padding: 3em 0 calc(1em + 80px);
    }

    .site-footer .footer-navigation {
        margin: 1em auto 0;
    }

    .site-footer .site-sns {
        margin: 1em auto;
    }

    .footer-navigation .menu {
        flex-wrap: wrap;
    }

    .footer-navigation .menu-item {
        width: 100%;
    }

    .site-footer .policies-navigation {
        margin-top: 3rem;
        flex-direction: column;
        gap: 1rem;
    }

    .site-footer .site-info {
        margin-top: 1em;
    }

    .jump_page_top_button {
        width: 80px;
        height: 80px;
    }

    .scroll-bottom .jump_page_top_button {
        bottom: 150px;
    }
}
