@charset "UTF-8";

/*
maincolor: #005bac;
subcolor: #;
*/

footer{
    
}

.footer_inner_wrap {
    position: relative;
}
.footer_inner_wrap .footer_to-top {
    position: absolute;
    cursor: pointer;
    width: 80px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: -65px;
    color: #FFF;
}
    .footer_to-top_icon_sp{
        max-width: 100%;
    }
    .footer_to-top_icon_pc{
        display: none;
    }
    .footer_to-top_text{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        color: #FFF;
        margin-top: 10px;
    }
.footer_inner_wrap .footer_contents_wrap {
    width: 100%;
    background: #005bac;
    height: 475px;
    color: #FFF;
}
    .footer_inner_wrap .footer_contents_wrap .footer_contents_inner {
        padding: 115px 0 0;
        width: 100%;
        display: flex;
    }
        .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_main_logo_pc {
            display: none;
        }
            .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_main_logo_pc a{

            }
                .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_main_logo_pc img{
                
                }
        .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_contents_container {
            width: 100%;
        }
        .footer_contents_container_inner{
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0 25%;
        }
            .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_contents_container .footer_sns_btn {
                
            }
                .footer_sns_btn_text{
                    text-align: center;
                    margin-bottom: 10px;
                    font-size: 18px;
                }
                .footer_sns_wrap{
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    width: 100%;
                }
                    .sns_btn_inner{
                        width: 36px;
                        height: 36px;
                        position: relative;
                        -webkit-transition: all .3s;
                        transition: all .3s;
                        border: 1px solid #FFF;
                        border-radius: 100%;
                    }
                    .sns_btn_inner:hover{
                        opacity: .8;
                    }
                        .sns_btn_inner a{
                            
                        }
                            .sns_btn_inner a img{
                                width: 100%;
                            }
            .footer_menu_nav_wrap{
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                margin-top: 30px;
            }
                .footer_menu_nav_list{
                    list-style: none;
                }
                .footer_menu_nav_list:not(:first-of-type){
                    margin-top: 15px;
                }
                    .footer_menu_nav_list a{
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -webkit-justify-content: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        color: #FFF;
                        text-decoration: none;
                    }
                        .footer_menu_nav_list a .footer_menu_nav_heading{
                            font-size: 18px;
                            margin-right: 10px;
                        }
                        .footer_menu_nav_list a .footer_menu_nav_icon_wrap{
                            position: relative;
                            width: 35px;
                            height: 35px;
                        }
                            .footer_menu_nav_list a .footer_menu_nav_icon_wrap img{
                                position: absolute;
                                top: 0;
                                left: 0;
                                opacity: 1;
                                -webkit-transition: all .3s;
                                transition: all .3s;
                            }
                            .footer_menu_nav_list a .footer_menu_nav_icon_wrap img.footer_menu_nav_icon_img_w{

                            }
                            .footer_menu_nav_list a .footer_menu_nav_icon_wrap img.footer_menu_nav_icon_img_c{
                                opacity: 0;
                                -webkit-transition: all .3s;
                                transition: all .3s;
                            }
                            .footer_menu_nav_list a .footer_menu_nav_icon_wrap img.footer_menu_nav_icon_img_c:hover{
                                opacity: 1;
                            }
            .footer_sitemap{
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-top: 10px;
            }
                .footer_sitemap a{
                    color: #FFF;
                    font-size: 18px;
                    text-decoration: none;
                    display: block;
                    text-align: center;
                }
            .footer_sitemap_sp {
                display: block;
            }
            .footer_sitemap_pc {
                display: none;
            }
.footer_inner_wrap .footer_bottom_wrap {
    width: 100%;
    background: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
}
    .footer_inner_wrap .footer_bottom_wrap .footer_bottom_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
        .footer_inner_wrap .footer_bottom_wrap .footer_bottom_inner .footer_copy {
            color: #005bac;
            letter-spacing: -0.1px;
        }
        .footer_inner_wrap .footer_bottom_wrap .footer_bottom_inner .footer_bottom_logo_pc {
            display: none;
        }



/**/
@media screen and (min-width: 768px) {
	
    

}

/**/
@media screen and (min-width: 960px) {

    .footer_inner_wrap .footer_to-top{
        top: -80px;
        right: -20px;
        width: 95px;
        left: auto;
    }
        .footer_to-top_icon_sp {
           display: none;
        }

        .footer_to-top_icon_pc {
            max-width: 100%;
            display: block;
        }

    .footer_inner_wrap .footer_contents_wrap {
        height: 410px;
        padding: 0 30px;
    }
        .footer_inner_wrap .footer_contents_wrap .footer_contents_inner{
            padding-top: 0;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
            .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_main_logo_pc {
                cursor: pointer;
                opacity: .9;
                display: block;
            }
            .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_contents_container{
                margin-left: 35px;
            }
                .footer_contents_container_inner{
                    margin-top: 40px;
                    padding: 0;
                    flex-direction: row;
                }
                .footer_sitemap {}

                .footer_sitemap_sp {
                    display: none;
                }

                .footer_sitemap_pc {
                    width: 600px;
                    margin-top: 50px;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: flex-start;
                    -ms-flex-pack: justify;
                    justify-content: flex-start;
                }
                    .footer_sitemap_pc_left{
                        width: 220px;
                    }
                    .footer_sitemap_pc_right{
                        width: 260px;
                        margin-left: 60px;
                    }
                        .footer_sitemap_pc_list_wrap{

                        }
                            .footer_sitemap_pc_list{
                                list-style: none;
                            }
                                .footer_sitemap_pc_list a{
                                    text-align: left;
                                }
                    .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_contents_container .footer_sns_btn{
                        width: 25%;
                        max-width: 190px;
                    }
                    .footer_menu_nav_wrap{
                        margin-top: 0;
                        margin-left: 30px;
                        justify-content: space-between;
                        flex-direction: row;
                        align-items: flex-start;
                    }
                        .footer_menu_nav_list {
                            
                        }
                        .footer_menu_nav_list:not(:first-of-type) {
                            margin-top: 0;
                            margin-left: 20px;
                        }
                            .footer_menu_nav_list a{
                                flex-direction: column;
                            }
                                .footer_menu_nav_list a .footer_menu_nav_heading {
                                    font-size: 20px;
                                    margin-bottom: 10px;
                                }

                                .footer_menu_nav_list a .footer_menu_nav_icon_wrap {
                                    
                                }
    .footer_inner_wrap .footer_bottom_wrap{
        height: 134px;
        padding: 0 100px 0 75px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px;
    }
        .footer_inner_wrap .footer_bottom_wrap .footer_bottom_inner{
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
            .footer_inner_wrap .footer_bottom_wrap .footer_bottom_inner .footer_copy {
                
            }
            .footer_inner_wrap .footer_bottom_wrap .footer_bottom_inner .footer_bottom_logo_pc {
                width: 250px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }
                .footer_bottom_logo_wrap{

                }
                .footer_bottom_logo_wrap_ice-park{
                    width: 96px;
                }
                .footer_bottom_logo_wrap_hug3do{
                    width: 110px;
                }
                    .footer_bottom_logo_wrap a{

                    }
                        .footer_bottom_logo_wrap a img{

                        }
}

@media screen and (min-width: 1150px) {

    .footer_inner_wrap .footer_to-top {
        top: -80px;
        right: 20px;
        width: 106px;
        left: auto;
    }

    .footer_inner_wrap .footer_contents_wrap {
        padding: 0 100px 0 75px;
    }

        .footer_inner_wrap .footer_contents_wrap .footer_contents_inner .footer_contents_container{
            margin-left: 60px;
        }

        .footer_menu_nav_wrap{
            margin-left: 60px;
        }

}

/**/
@media screen and (min-width: 1280px) {
	
    .footer_inner_wrap .footer_to-top {
        top: -80px;
        right: 100px;
        width: 106px;
        left: auto;
    }

}











