/* footer css  */
/* add page list
front page (24.09.05) */
.footer-items-v2,
.footer-bottom-items,
.footer-bottom-items > li > a,
.cpfooter {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
}

.footer-items-v2{
    display: flex;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.footer-items-v2 .ft-group{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 224px;
    width: 100%;
}
.footer-items-v2 .ft-group ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-direction: column;
    line-height: 0;
}
.footer-items-v2 .ft-group ul li{
    display: flex;
    gap: 4px;
}
.footer-items-v2 .ft-group ul li a{
    color: var(--black, #252729);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 4px;
    align-items: center;
}
.footer-items-v2 .ft-group ul li a:nth-child(2){
    display: flex;
    align-items: center;
}
.footer-items-v2 .ft-group ul .menu_title{

}
.footer-items-v2 .ft-group ul .menu_title span{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.footer-items-v2 .ft-group ul .menu_title a{
    font-size: 14px;
    font-weight: 700;
}
.footer-items-v2 .ft-group ul .menu_title a:hover,
.footer-items-v2 .ft-group ul li a:hover{
    color: var(--blue, #0974E8);
    transition: color fill .15s ease-in;
}
.footer-items-v2 .ft-group ul li a:hover svg path{
    fill: var(--blue, #0974E8);
    transition: color fill .15s ease-in;
}

.footer-bottom-items{
    margin: 0;
    line-height: initial;
}
.footer-bottom-items > li > a{
    font-size: 12px;
    font-weight: 400;
}
.footer-bottom-items-v2{
    margin-top: 32px;
    margin-bottom: 16px;
}
.footer-bottom-items-v2 li .blk_bold{
    color: var(--black, #252729);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.cpfooter{
    margin-top: 40px;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    .footer-items-v2 {
        gap: 15px;
    }
}
@media screen and (max-width: 1080px) {
    footer {
        margin: 120px 30px 96px;
        padding: 0;
        overflow-x: initial;
    }
}
@media screen and (max-width: 840px) {
    footer {
        margin: 64px 24px 96px;
        padding: 0;
        overflow-x: initial;
    }
    .footer-items-v2{
        flex-direction: column;
        gap: 32px;
    }
    .footer-bottom-items {
        margin: 0;
        line-height: initial;
    }
}
@media screen and (max-width: 767px) {
    .footer-bottom-items {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    footer {
        margin-bottom: 0;
    }
    .cpfooter {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 600px) {
    .header-logo.ft{
        width: 160px;
        min-width: 160px;
    }
}
