/*------------------------------------------------------
	footer
------------------------------------------------------*/

/* フッター全体・リンク設定 */
footer {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    width: 100%;
    font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
}

footer * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff !important;
	text-decoration:none;
}

footer a:hover {
	opacity:0.7;
    text-decoration:none !important;
}

footer ul{
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;

}

footer .link_blank::after {
    content: "";
    margin-left: 5px;
    margin-bottom: -3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/content/dam/kenwood/webmaterial/icon-blank02.svg);
    background-repeat: no-repeat;
}


.footerInner {
    padding: 30px 0 0px;
    border-bottom:1px solid #ccc;
}

.footerInner .footerLink,
.footerInner .footersocial,
.footerInner .footercorporation{
    max-width: 1250px;
    margin: 0 auto 30px;
}


/* カテゴリータイトル設定 */
.footerLink .footer-navi__body > h2{
	font-size:20px;
    margin:0;
}

.footerLink .footer-navi__body > h2,
.footerLink .footer-navi__body li span,
.footerInner .footercorporation span {
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.footerInner .footercorporation span {
    line-height: 1.5;
}

.footerLink .footer-navi__body > ul > li span::before,
.footerInner .footercorporation span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    transform-origin: center center;
    position: absolute;
    left: -1.2em;
    top: 6px;
}


/* 各カテゴリー項目設定 */
.footerLink .footer-navi__body > ul {
	display:flex;
    flex-flow: row wrap;
}

.footerLink .footer-navi__body > ul > li {
    flex-basis:25%;
    line-height: 1.6;
    padding-left: 16px;
    list-style-type: none;
}

.footerLink .footer-navi__body .footer-navi__second > li {
    list-style-type: none;
    margin-left: 12px;
    line-height: 1.5;
    position: relative;
}
.footerLink .footer-navi__body .footer-navi__second > li:before {
    position: absolute;
	content: '';
    width: 3px;
    height: 3px;
    border-radius:5px;
    background: #ccc;
    left: -0.8em;
    top: 9px;
}

footer ul.footer-navi__second li a {
    font-size: 13.5px;
    line-height: 1.2;
    display: block;
    margin-bottom: 1px;
    padding: 3px 0;
}


/* SNS掲載欄 */
.footerInner .footersocial,
.footerInner .footercorporation{
    display: flex;
    justify-content: flex-end;
}

.footerInner .footersocial a {
    display: block;
    margin-left: 1.8em;
}

.footerInner .footersocial a > * {
    vertical-align: middle;
}

.footerInner .footersocial img {
    height: 25px;
}


/* 権利表記欄 */
.footerNavi {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 2%;
    font-size: small;
}
.footerNavi * {
    font-size: small;
    line-height:1.2;
    margin:0;
}
.footerNavi small{
    width: 340px;
}

.footerNavi > p > a {
    display: inline-block;
    margin-left: 1.5em;
    color:#fff;
}


/* Page to Top */
#page-top {
    display: block;
    position: fixed;
    top: auto;
    right: 2%;
    bottom: 30px;
    overflow-y: auto;
    height: 50px;
    width: 50px;
    padding: 8px 5px 5px 5px;
    background: rgba(50,50,50,0.5);
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

#page-top:hover {
    opacity: 0.6;
}

#page-top i {
    display: block;
    color: #fff;
    margin: 8px 0 0 1px;
}




@media (min-width: 769px) {
    .footerInner .footerLink,
    .footerInner .footersocial{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerInner .footersocial,
    .footerInner .footercorporation {
        max-width: 1220px;
        padding: 0 4%;
    }
    footer .footerInner .collapse {
        display: block;
        height: 100% !important;
    }

    .footerLink .footer-navi__body > ul > li:nth-of-type(n+5) {
        margin-top:1em;
    } 

	.footerLink .footer-navi__body li span{
    	pointer-events: none;
	}
}




@media (min-width: 769px) and (max-width: 1199px) {
    .footerInner .footersocial {
        max-width: 100%;
    }

    .footerLink .footer-navi__body > ul > li {
        margin-top: 1em;
    	flex-basis:50%;
    }
}




@media (max-width: 768px) {
    footer {
    	background-color:#45464b;
    }

    .footerInner {
        padding: 0px 0 0px;
        border: none;
    }

    .footerInner .footerLink,
    .footerInner .footersocial {
        margin-bottom: 0;
    }

    .footerLink .footer-navi__body > h2 {
        font-size: 16px;
        font-weight: normal;
        background-color: #000;
        color: #fff;
        padding: 10px 35px;
    }

    .footerLink .footer-navi__body > ul,
    .footerInner .footercorporation{
		display:block;
    }

    .footerLink .footer-navi__body > ul > li span::before,
	.footerInner .footercorporation span::before{
        border: none;
    }
    footer ul.footer-navi__second li a {
        font-size: 14px;
        padding: 8px 0;
    }
    
    .footerLink .footer-navi__body > ul > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footerLink .footer-navi__body > ul > li,
    .footerLink .footer-navi__body .footer-navi__second > li,
	.footerInner .footercorporation{
        list-style-type: none;
        font-weight: bold;
        margin-left: 0px;
        border-bottom: 1px solid #888;
        padding: 12px 35px;
    }

    .footerLink .footer-navi__body > ul > li {
        padding: 5px 35px;
        cursor: pointer;
        position: relative;
    }

    .footerLink .footer-navi__body > ul > li span {
        display: block;
        width: 100%;
    }

    .footerLink .footer-navi__body > ul > li > span::before,
    .footerLink .footer-navi__body > ul > li > span::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #ccc;
    }

    .footerLink .footer-navi__body > ul > li > span::before {
        transform: rotate(0deg);
    }

    .footerLink .footer-navi__body > ul > li > span::after {
        transform: rotate(90deg);
    }

    .footerLink .footer-navi__body > ul > li > .open::after {
        display: none;
    }

    .footerLink .footer-navi__body .footer-navi__second > li {
        border-bottom: none;
        font-weight: normal;
        padding: 5px 0;
        cursor: pointer;
        width: 100%;
        margin: 0;
    }
    .footerLink .footer-navi__body .footer-navi__second > li:before {
        content: none;
    }

    .footerInner .footersocial {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
        background: transparent;
    }

    .footerInner .footersocial a {
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding: 5px 1.8%;
    }

    .footerInner .footersocial img {
        opacity:0.8;
    }

    .footerNavi {
        flex-direction: column-reverse;
        text-align: center;
        padding: 15px 0;
    }

    .footerNavi > p {
        margin-bottom: 1em;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
    }

    .footerNavi > p > a {
        margin: 0;
        width: 50%;
        font-size: 11.5px;
        letter-spacing: 0;
        padding: 8px 0;
    }
    
    .footerNavi small{
        width: auto;
    }
    
    footer .link_blank::after {
        content: "";
        margin-bottom: -2px;
        width: 15px;
        height: 10px;
    }

}
