/* =============================================================================================== */
/* フッター                                                                                        */
/* =============================================================================================== */
footer#footer {
    background: #000000;
}
/* =============================================================================================== */
/* フッター:ボタン(SNS,GOTO TOP)                                                                   */
/* =============================================================================================== */
footer#footer #footer_btns {
    margin-bottom: 13px;
    text-align: right;
    letter-spacing: -.40em;
}
footer#footer #footer_btns .item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
footer#footer #footer_btns .item.num00 {
    display: none;
}
@media screen and (max-width: 640px) {
    footer#footer #footer_btns {
        margin-bottom: 0;
        text-align: center;
        position: relative;
    }
    footer#footer #footer_btns .item {
        height: 11vw;
    }
    footer#footer #footer_btns .item.num00 {
        display: block;
        padding-top: 3vw;
    }
    footer#footer #footer_btns .item.num01,
    footer#footer #footer_btns .item.num02 {
        display: none;
    }
    footer#footer #footer_btns .item.num03 {
        position: absolute;
        top: 0;
        right: 0;
    }
    footer#footer #footer_btns .item.num03 img {
        width: 11vw;
    }
}
/* =============================================================================================== */
/* フッター:ボタン(メニュー)                                                                       */
/* =============================================================================================== */
footer#footer #footer_menu {
    width: 980px;
    margin: 0 auto;
    color: #ffffff;
    letter-spacing: -.40em;
}
footer#footer #footer_menu .item {
    box-sizing: border-box;
    display: inline-block;
    height: 140px;
    border-right: 1px solid #ffffff;
    vertical-align: top;
}
footer#footer #footer_menu .item:last-child {
    border-right: none;
}
footer#footer #footer_menu .item.type_logo {
    width: 120px;
    padding: 10px 0 12px;
}
footer#footer #footer_menu .item.type_local_link {
    width: 590px;
    padding-left: 30px;
}
footer#footer #footer_menu .item.type_global_link {
    width: 270px;
    padding-left: 35px;
}
footer#footer #footer_menu a:hover,
footer#footer #footer_menu a:hover span {
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    footer#footer #footer_menu {
        width: auto;
    }
    footer#footer #footer_menu .item {
        display: block;
        height: auto;
        border-right: none;
    }
    footer#footer #footer_menu .item:last-child {
        border-right: none;
    }
    footer#footer #footer_menu .item.type_logo {
        width: auto;
        padding: 3vw 0 6vw;
        text-align: center;
    }
    footer#footer #footer_menu .item.type_logo img {
        width: 30vw;
    }
    footer#footer #footer_menu .item.type_local_link {
        width: auto;
        padding-left: 0;
    }
    footer#footer #footer_menu .item.type_global_link {
        width: auto;
        padding-left: 0;
    }
    footer#footer #footer_menu a:hover,
    footer#footer #footer_menu a:hover span {
    }
}
/* =============================================================================================== */
/* フッター:ボタン(メニュー):Local Link                                                            */
/* =============================================================================================== */
footer#footer #footer_menu .item.type_local_link .sub_item {
    display: inline-block;
    line-height: 2.3;
    vertical-align: top;
}
footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(1) {
    width: 70px;
}
footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(2) {
    width: 365px;
}
footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(3) {
    width: 124px;
}
@media screen and (max-width: 640px) {
    footer#footer #footer_menu .item.type_local_link .sub_item {
        box-sizing: border-box;
        display: block;
        border-top: 1.5px solid #333333;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(1) {
        width: auto;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(2) {
        width: auto;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(3) {
        width: auto;
    }
}
/* =============================================================================================== */
/* フッター:ボタン(メニュー):Local Link:SUB_ITEM                                                   */
/* =============================================================================================== */
footer#footer #footer_menu .item.type_local_link .sub_item .mini_item {
    letter-spacing: normal;
    font-size: 14px;
}
footer#footer #footer_menu .item.type_local_link .sub_item .mini_item .nano_item {
    display: inline-block;
    vertical-align: top;
}
footer#footer #footer_menu .item.type_local_link .sub_item .mini_item .nano_item:first-child {
    width: 135px;
}
footer#footer #footer_menu .item.type_local_link .sub_item .mini_item .nano_item .pico_item {
    font-size: 12px;
}
@media screen and (max-width: 640px) {
    footer#footer #footer_menu .item.type_local_link .sub_item .mini_item {
        padding: 2vw 0 2vw 5vw;
        font-size: 4.5vw;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(2) .mini_item:nth-child(1) {
        padding-bottom: 0;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(2) .mini_item:nth-child(2) {
        padding-top: 0;
        line-height: 2.8;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item:nth-child(3) .mini_item {
        border-bottom: 1.5px solid #333333;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item .mini_item .nano_item {
    }
    footer#footer #footer_menu .item.type_local_link .sub_item .mini_item .nano_item:first-child {
        width: 32vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    footer#footer #footer_menu .item.type_local_link .sub_item .mini_item .nano_item .pico_item {
        font-size: 3.3vw;
    }
}
/* =============================================================================================== */
/* フッター:ボタン(メニュー):Global Link                                                           */
/* =============================================================================================== */
footer#footer #footer_menu .item.type_global_link {
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_site {
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_site .mini_item span {
    display: inline-block;
    letter-spacing: normal;
    font-size: 12px;
    line-height: 2.3;
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_site .mini_item span img {
    padding-left: 5px;
    vertical-align: middle;
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_app {
    margin-top: 15px;
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .title {
    font-size: 12px;
    letter-spacing: normal;
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download {
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download .download_btn {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download .download_btn:first-child {
    margin-right: 7px;
}
@media screen and (max-width: 640px) {
    footer#footer #footer_menu .item.type_global_link {
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_site {
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_site .mini_item {
        padding: 2vw 0 2vw 5vw;
        border-bottom: 1.5px solid #333333;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_site .mini_item span {
        font-size: 4vw;
        line-height: 2.5;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_site .mini_item span img {
        width: 3.5vw;
        padding-left: 2vw;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_app {
        margin-top: 6vw;
        text-align: center;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .title {
        margin-bottom: 1.5vw;
        font-size: 4.5vw;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download {
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download .download_btn {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download .download_btn:first-child {
        margin-right: 9vw;
    }
    footer#footer #footer_menu .item.type_global_link .sub_item.kind_app .download .download_btn img {
        width: 36vw;
    }
}
/* =============================================================================================== */
/* フッター:ボタン(Copyrights)                                                                     */
/* =============================================================================================== */
footer#footer #footer_copyrights {
    width: 980px;
    margin: 0 auto;
    padding: 42px 0px;
    letter-spacing: -.40em;
}
footer#footer #footer_copyrights .item {
    display: inline-block;
    width: 490px;
    vertical-align: middle;
}
footer#footer #footer_copyrights .item.num01 {
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
}
footer#footer #footer_copyrights .item.num02 {
    text-align: right;
    line-height: 1;
}
@media screen and (max-width: 640px) {
    footer#footer #footer_copyrights {
        width: auto;
        padding: 15vw 0 8vw;
        position: relative;
    }
    footer#footer #footer_copyrights .item {
        display: block;
        width: auto;
        text-align: center;
    }
    footer#footer #footer_copyrights .item.num01 {
        font-size: 2.5vw;
    }
    footer#footer #footer_copyrights .item.num02 {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 14.5vw;
    }
    footer#footer #footer_copyrights .item.num02 img {
        width: 26vw;
    }
}
