#footer {
    width: 100%;
    background-color: var(--color-accent-yellow);
    color: var(--color-white);
    clear: both;
    overflow: hidden;
    margin-top: auto; /* CSS sticky footer：.wrap の flex 余白を吸収し下端へ（旧 footerFixed.js） */
}
#footer p {
    font-family: 'Kosugi Maru', sans-serif;
    padding: var(--space-30) 0;
    font-size: 25px;
    letter-spacing: 1px;
}
#footer #add li img {
    height: 25px;
    width: auto;
    margin-right: var(--space-10);
}
#footer #add li {
    display: inline-block;
    line-height: 25px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: var(--space-30);
    letter-spacing: 1px;
}
#footer #add li:nth-child(2) {
    margin: 0 var(--space-15);
}
#footer #add li span {
    font-size: var(--fs-13);
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
}
#footer #menu {
    border-top: 1px solid var(--color-white);
}
#footer #menu ul {
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
    width: 1000px;
    display: table;
}
#footer #bottom li {
	padding: 0 1em;
}
#footer #menu ul li, #footer #bottom li {
    text-align: center;
    position: relative;
    font-size: var(--fs-12);
    line-height: 20px;
    display: table-cell;
    padding-top: var(--space-15);
}
#footer #menu ul li:after, #footer #bottom li:after {
    width: 1px;
    height: 20px;
    background-color: var(--color-white);
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
}
#footer #menu ul li:first-child {
    padding: 0 1em;
    letter-spacing: 1px;
}
#footer #menu ul li:first-child:before, #footer #bottom li:first-child:before {
    width: 1px;
    height: 20px;
    background-color: var(--color-white);
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
}
#footer ul li a {
    color: var(--color-white);
    display: block;
    font-family: 'Kosugi Maru', sans-serif;
}
#footer ul li a:hover {
    color: #A88B16;
}
#footer ul li a:hover span {
    border-bottom: 1px solid #A88B16;
}
#footer #bottom {
    display: block;
    height: 50px;
    letter-spacing: 1px;
    clear: both;
    font-size: 10px;
    background-color: var(--color-olive);
    line-height: 50px;
}
#footer #addSp {
    display: none;
}
#footer small {
	position: absolute;
    top: 15px;
    right: 0px;
	letter-spacing: 2px;
}