@charset "UTF-8";

footer.basic_footer {
    background: #646464;
    position: relative;
    margin-top: 2px;
    color: #fff !important;
    min-width: 1064px;
}
.footer-contents-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}
.footer-nav {
    width: 1064px;
}
.footer-nav > dl dt {
    font-weight: bold;
    font-size: 14px;
}
.footer-nav > dl.pc-width1 {
    float: left;
    margin-right: 64px;
}
.footer-nav > dl.pc-width2 {
    float: left;
    margin-right: 64px;
}
.footer-nav > dl.pc-width3 {
    float: left;
}
.footer-nav > dl.pc-width4 {
    width: 188px;
    float: left;
}
.footer-nav > dl.pc-width5 {
    width: 220px;
    float: left;
}
.footer-nav > dl dd {
    font-size: 14px;
    margin-left: 0px;
}
.footer-nav > dl dt,
.footer-nav > dl dd {
    padding-left: 16px;
    padding-bottom: 12px;
    position: relative;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
}
.footer-nav a.n-icon {
    position: relative;
}
.footer-nav a.n-icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    border-radius: 4px;
    background: #646464;
}
.footer-nav a.n-icon::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: -21px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}




.footer-nav a[target="_blank"]:after,
.footer-nav a[target="_Winpop"]:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/content/dam/smcc/jp/ja/hojin/magazine/responsive/img/icon_link_blank04.svg) no-repeat;
    margin-left: 0.5em;
    content: "";   
    background-size: contain;
}
.footer-nav a:hover {
    opacity: .7;
    text-decoration: underline;
}
.boder-left-green {
    border-left: 4px solid #65AE07;
}
.boder-left-white {
    border-left: 4px solid #F8F5E9;
}
.sogo-top-wrap {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 1064px;
}
.sogo-top-block {
    width: 220px;
    margin-right: 0px;
    margin-left: auto;
}
.sogo-top-button {
    margin-left: 16px;
    border: 1px solid #fff;
    border-radius: 500px;
    padding: 9px 20px;
    width: 227px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.sogo-top-button:before {
    content: "";
    position: absolute;
    border-radius: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    background: #fff;
}

.pc-block {
    display: block;
}
.sp-block {
    display: none;
}
/* コピーライト */
.copyright {
    text-align: center;
    border-top:1px solid #fff;
    padding: 8px 0px;
    word-break: break-all;
    color: #fff;
    height: 32px;
}
#copyArea {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
}
/* ページトップボタン */
.footer__page-top {
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-align: right;
    width: 66px;
    height: 54px;
}
.footer__page-top:hover {
    opacity: 0.6;
}

.footer__page-top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 6px;
    height: 100%;
    padding: 12px 23px 10px 20px;
    font-size: 10px;
    font-weight: 700;
    color: #00473E;
    text-decoration: none;
    transition: ease all 0.4s;
    width: 66px;
    height: 54px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
}
.footer__page-top a:hover {
    opacity: 0.6;
}

.footer__page-top a .icon {
    position: relative;
}
.footer__page-top a .icon.-arrowUp::before {
    content: "";
    display: block;
    position: relative;
    width: 14px;
    height: 15px;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/content/dam/smcc/jp/ja/hojin/magazine/responsive/img/icon_arrowUp.svg) no-repeat;
    background-size: contain;
    background-position: center;
}




@media print, screen and (min-width: 641px) {
    .footer__page-top {
        top: auto;
        right: 355px;
        bottom: 75px;
        opacity: 0;
    }
    .footer__page-top.fixed{
        position: fixed;
        top: auto;
        right: 355px;
        bottom: 75px;
        opacity: 1;
    }
    .footer__page-top.fixed.no_floatbnrWrap{
        right: 20px;
    }
}

@media (max-width: 640px) {
    footer.basic_footer {
        background: #646464;
        margin-top: 0px;
        color: #fff !important;
        width: 100%;
        margin-left: 0;
        min-width: 0px;
    }
    .footer-contents-wrap {
        width: 100%;
        padding-top: 0px !important;
    }
    .footer-nav > dl {
        width: 100%;
        float: none;
    }
    .footer-nav > dl.pc-width1 {
        width: 100%;
        float: none;
    }
    .footer-nav > dl.pc-width2 {
        width: 100%;
        float: none;
    }
    .footer-nav > dl.pc-width3 {
        width: 100%;
        float: none;
    }
    .footer-nav > dl.pc-width4 {
        width: 100%;
        float: none;
    }
    .footer-nav > dl.pc-width5 {
        width: 100%;
        float: none;
    }
    .footer-nav > dl dt,
    .footer-nav > dl dd {
        padding-left: 40px;
        padding-top: 24px;
        padding-bottom: 24px;
        position: relative;
    }
    .footer-nav > dl dt{
        padding-left: 24px;
    }
    .footer-nav > dl dd {
        background-color: #707070;
    }

    .footer-nav > dl.accordion dt:before {
        content: "";
        width: 2px;
        height: 14px;
        display: block;
        background: #fff;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -6px;
    }
    .footer-nav > dl.accordion dt:after {
        content: "";
        width: 14px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: 0px;
    }
    .footer-nav {
        float: none;
        width: 100%;
    }
    .footer-nav > dl {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .boder-left-green {
        border-left: 4px solid #65AE07;
    }
    .footer-nav dd {
        background: #646464;
        display: none;
    }
    dl:has(.footer-nav__list-item--open) div{
        display: block;
    }
    .footer-nav > dl dt.footer-nav__list-item--open:before {
        content: none;
    }
    .pc-block {
        display: none;
    }
    .sp-block {
        display: block;
    }
    .footer-nav dt a,
    .footer-nav dd a {
        display: block;
    }
    .footer-nav a[target="_blank"]:after,
    .footer-nav a[target="_Winpop"]:after {
        display: inline-block;
        height: 1em;
        width: 1em;
        margin-left: 0.5em;
        content: "";
        position: absolute;
        top: 36%;
        right: 24px;
        margin-right: 2px;
    }
    /* ページトップボタン */
    .footer__page-top {
        top: -80px;
        right: 20px;
        opacity: 0;
        display: none;
    }
    .footer__page-top.fixed{
        position: fixed;
        top: auto;
        right: 20px;
        bottom: 31vw;
        opacity: 1;
    }
    .footer__page-top:hover {
        opacity: 0;
    }
    .footer__page-top.fixed:hover {
        opacity: 0.7;
    }


    .boder-left-white {
        border-left: none;
    }

    .footer-nav a.n-icon::after {
    right: 30px;
    }
}
