@charset "UTF-8";

/* =============================================
footer
=============================================== */

footer {
    position: relative;
    width: 100%;
    margin-top: 110px;
    /*padding: 110px 0 100px;*/
    font-size: 1.30769rem;
    background: #f5f5f5;
}

/*footer::before {*/
/*    position: absolute;*/
/*    top: -84px;*/
/*    width: 100%;*/
/*    content: url("../../../img/img_foot.png");*/
/*    text-align: center;*/
/*}*/


footer #pankuzu {
    height: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer #pankuzu ul {
    width: 1130px;
    max-width: 100%;
    background: none;
}

footer #pankuzu ul li {
    font-size: 1rem;
    color: #fff;
}

footer #pankuzu ul li a {
    display: inline-block;
    color: #fff;
}

footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1130px;
    margin: 0 auto;
    color: #fff;
}

footer .inner a {
    color: #fff;
}

footer .inner .foot-l {
    width: 50%;
}

footer .inner .foot-l h1 {
    width: 120px;
}

footer .inner .foot-l .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 130px;
    margin: 20px 0;
}

footer .inner .foot-l .sns p {
    width: 28%;
}

footer .inner .foot-l .shoplist {
    margin-bottom: 20px;
}


footer .inner .foot-l .shoplist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
}

footer .inner .foot-r {
    width: 50%;
}

footer .inner .foot-r .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .inner .foot-r .menu li {
    width: 33%;
    padding: 3px 0;
}

footer .inner .foot-r .menu li span {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

footer .inner .foot-r .menu .long {
    width: 66%;
}

footer .inner .foot-r .submenu {
    margin-top: 40px;
}

footer .inner .foot-r .submenu li {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    padding: 3px 0;
    font-size: 1rem;
}

footer .inner .foot-r .submenu li:nth-child(3n) {
    margin-right: 0;
}

footer .inner .foot-r .submenu .privacy,
footer .inner .foot-r .submenu .sitemap {
    margin-top: 20px;
}

footer .inner .copyright {
    width: 100%;
    font-size: 1.23077rem;
    text-align: right;
}

.f_area {
    position: relative;
    /*display: flex;
    justify-content: flex-start;
    max-width: 1370px;
    padding: 50px 20px;*/
    max-width: 1480px;
    padding: 50px 20px;
    margin: auto;
}

.f_menu {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;
    /*padding-left: 100px;
    padding-top: 50px;
    width: 80%;*/
}

ul:not(.browser-default) {
    padding-left: 0;
}

.f_menu_list {
    /*width: 33%;*/
    width: 100%;
    box-sizing: border-box;
    /*margin-left: 12px;*/
    list-style: none;
}

/*.f_menu_list a {
    margin-bottom: 13px;
}*/
.f_menu_list .f_menu_link{
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 700;
}

.f_menu_item:not(:last-of-type){
    margin-bottom: 24px;
}

.f_menu_sub{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap:5px 16px;
}





.f_sns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.f_sns_list {
    display: flex;
    /*justify-content: flex-end;
    align-items: flex-start;*/
    list-style: none;
}

.f_sns_link{
    display: flex;
}

.f_sns_title {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.68px;
    white-space: nowrap;
    margin-right: 27px;
}

.f_sns_item:not(:first-child) {
    margin-left: 10px;
}


#footer {
    background: #f5f5f5;
    margin: 0;
    box-sizing: border-box;
}

#footer .f_contents {
    display: flex;
    box-sizing: border-box;
    margin: auto;
    padding: 0 20px;
    max-width: 1370px;
}

#footer .f_area {
    position: relative;
    padding: 50px 20px;
    display: flex;
    justify-content: flex-start;
    width: 100%;

}


#footer .f_menu_list {
    /*width: 45%;*/
}

#footer .f_menu_item .ex-link span {
    background: url("../../images/window_icon.svg") no-repeat center right/cover;
    background-size: 24px;
    padding-right: 25px;
}


#footer .f_menu_item a {
    font-size: 15px;
    padding: 9px 0 10px;
    color: #222;
}

#f_submenu {
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0 20px;*/
    background-color: #003072;
}

.f_submenu_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 25px 0 30px;*/
    padding: 4px 0;
    border-top: 1px solid #dfdfdf;
}

.copy_text {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 2.4em;
}


.f_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 24px;
}

.f_top h1{
    display: flex;
}

.f_area .font-xl img {
    width: 227px;
    display: block;
}

#copyright {
    font-size: 13px;
    color: #fff;
}
@media screen and (max-width: 1030px) {
    /*==========footer==========*/
    .f_area .font-xl img {
        /*width: 350px;*/
        width: 227px;
    }

}

@media only screen and (max-width: 959px) {
    footer {
        margin-top: 60px;
        padding: 50px 0 0;
    }

    footer::before {
        top: -40px;
        height: 50px;
        content: "";
        /*background: url("../../img/img_foot.png") center center no-repeat;*/
        background-size: 100% auto;
    }

    footer .inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    footer .inner .foot-l {
        position: relative;
        width: 100%;
    }

    footer .inner .foot-l h1 {
        width: 90px;
    }

    footer .inner .foot-l .sns {
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    footer .inner .foot-l .shoplist {
        margin: 20px auto;
        border-top: 1px solid #fff;
    }

    footer .inner .foot-l .shoplist ul {
        width: 100%;
    }

    footer .inner .foot-r {
        width: 100%;
        margin: 20px auto;
        border-top: 1px solid #fff;
    }

    footer .inner .foot-r .menu {
        margin: 20px auto;
    }

    footer .inner .foot-r .submenu {
        margin: 20px auto;
        padding: 20px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    footer .inner .foot-r .submenu .privacy,
    footer .inner .foot-r .submenu .sitemap {
        width: 49%;
        margin-top: 20px;
    }

    footer .inner .copyright {
        width: 100%;
        font-size: 1.23077rem;
        text-align: right;
    }

    /*.f_top{
        flex-direction: column;
        align-items: flex-start;
    }*/
}


/* common-tablet
------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1030px) {
    .logo {
        /*max-width: 250px;*/
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    nav {
        /*margin-top: 120px;*/
    }

    #content_wrap .container.sp_container {
        /*margin-top: 0;*/
    }

    .other-image-check {
        /*width: 100%;*/
    }

    .other-image-check li {
        /*text-align: left;*/
    }

    .f_menu {
        /*width: 100%;
        padding-left: 50px;
        padding-top: 0;*/
    }
}

@media screen and (max-width: 767px) {
    .re_search {
        /*display: none;*/
    }

    .re_search.top_search {
        /*display: block;*/
    }

    .re_serach.open {
        /*display: block;*/
    }

    .close {
        /*transform: rotate(90deg);*/
    }


    /*===============footer================   */
    .f_menu_item {
        position: relative;
        font-size: 16px;
        margin-bottom: 24px !important;
        box-sizing: border-box;
    }

    .f_area {
        display: block;
        padding: 0 20px;
    }

    footer h1 {
        position: relative;
        padding: 0 0 16px 0;
    }

    .f_menu {
        display: block;
        padding: 0 0 25px;
        width: 100%;
    }

    .f_menu_sub {
        flex-direction: column;
        gap: 16px;
    }
    .f_menu_sub li {
        margin-bottom: 0 !important;
    }
    .f_menu_sub img {
        height: 28px;
        width: auto;
    }
    .f_sns {
        margin: 0;
        justify-content: flex-start;
        align-items: center;
    }

    .f_sns_title {
        font-size: 16px;
        font-weight: 700;
        color: #222;
    }

    .f_submenu_wrap {
        padding: 0;
        flex-flow: wrap-reverse;
    }

    .f_menu_list .f_menu_link{
        margin-bottom: 16px;
    }

    .f_top{
        flex-direction: column;
        align-items: flex-start;
    }
}


@media screen and (min-width: 375px) and (max-width: 576px) {

    /*==========header footer==========*/
    #header {
        /*padding-bottom: 0 !important;*/
    }

    .global-navi {
        /*display: none;*/
    }

    .header-inner {
        /*align-items: center;*/
    }

    nav {
        /*padding: 20px;*/
    }


    #copyright {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {


    /*===========common==========*/

    /*----------footer----------*/
    #footer {
        padding: 50px 20px;
    }

    #footer .f_contents {
        display: block;
    }

    #footer .f_area {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        gap: 10px;
    }


    #copyright {
        width: 100%;
        text-align: center;
    }
}


