@charset "UTF-8";
/* 
margin: 0;
padding: 0;
vertical-align: baseline;
border: 0;
outline: 0;
background: transparent;
box-sizing: border-box;
font-weight: 300;
list-style: none outside; */
/* footer
----------------------------------------*/

.footer-sp {
    display: block;
}


.footer__inner {
    padding: 24px 16px 0 16px;
}

.footer-block01 {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #acadaf;
}

.footer-block01__col01 {
    flex-basis: calc(48.9% - 4px);
}

.footer-block01__col02 {
    flex-basis: calc(51.1% - 4px);
}

.footer-block01__col03 {
    margin-top: 16px;
}

.footer-block01__col03 ul li {
    padding: 0;
}

.footer-block01 li {
    padding: 8px 0;
}

.footer-block01 li:not(:first-of-type) {
    margin-top: 8px;
}

a.footer-btn01 {
    display: block;
    position: relative;
    max-width: 167px;
    height: 50px;
    padding: 16.5px 20px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}

.is-blank--bk::after {
    display: inline-block;
    position: relative;
    top: 2px;
    right: -3px;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon_arrow_up_right_bk.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}

.is-blank--wh::after {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 8px;
    background-image: url(../img/icon_arrow_up_right_wh.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
    content: "";
}

.is-blank--wh.tp50::after {
    position: relative;
    top: 50%;
    transform: translateY(-84%);
}

.footer-block02 {
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #acadaf;
}

.footer-block02 li {
    padding: 8px 0;
}

.footer-block02 li:not(:first-of-type) {
    margin-top: 8px;
}

.footer-block02__col01 {
    display: flex;
    margin-bottom: 8px;
}

.footer-block02__list01 {
    flex-basis: calc(48.9% - 4px);
}

.footer-block02__list02 {
    flex-basis: calc(51.1% - 4px);
}

.footer-block02__col02 {
    margin-bottom: 16px;
}



a.footer-btn02 {
    display: block;
    position: relative;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    padding: 16.5px 20px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}



.footer-block03 {
    padding-bottom: 16px;
}

.footer-block03__wrap {
    margin-bottom: 24px;
    border-bottom: 1px solid #acadaf;
}

.footer-block03__inner {
    max-width: 343px;
    margin: 0 auto;
    padding: 8px 0 24px;
}

.footer-block03__title__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 16px;
}

.footer-block03__title {
    font-size: 16px;
}

.footer-block03__link01 span::after {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../img/icon_arrow_wh01.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
    content: "";
}

.footer-block03__list01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.footer-sns-icon {
    width: 100%;
    max-width: 40px;
    height: 40px;
}

.footer-block03__link02 {
    display: block;
    max-width: 343px;
    margin: 0 auto;
    text-align: center;
}

.footer-block03__link02::before {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 24px;
    height: 15px;
    margin-right: 8px;
    background-image: url(../img/icon_mail.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
    content: "";
}

.footer-block03__link02::after {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../img/icon_arrow_wh01.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
    content: "";
}

.footer-block04 {
    padding: 16px 0 0 0;
}

.footer-block04__inner {
    max-width: 343px;
    margin: 0 auto;
    padding-bottom: 32px;
}

.footer-block04 h4 {
    text-align: center;
}

.footer-block04 h4 img {
    width: 100%;
    max-width: 166px;
    margin-bottom: 24px;
}

.footer-block04__bnr {
    position: relative;
    margin-bottom: 8px;
    padding-top: 56%;
    text-align: center;
}

.footer-block04__bnr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 343px;
    height: 100%;
    object-fit: cover;
}

.footer-block04__bnr__text {
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
}

.footer-totop {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: auto;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.footer-totop::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 7px;
    background-image: url(../img/icon_arrow_bk01.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: baseline;
    content: "";
}

.footer-block05 {
    background-color: #000000;
}

.footer-block05__inner {
    padding: 16px 16px 24px 16px;
}

.footer-block05__utility ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.footer-block05__utility ul li {
    padding: 2.5px 0;
}

.footer-block05__utility ul li:not(:last-of-type) {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #acadaf;
}

.footer-copy {
    max-width: 550px;
    margin: 0 auto;
}

@media screen and (min-width:769px) {
    .footer-sp {
        display: none;
    }
    .footer__inner {
        padding: 24px 16px 0 16px;
    }
    .footer-left {
        display: flex;
        justify-content: center;
        gap: 40px;
        border-bottom: 1px solid #acadaf;
    }
    .footer-block01 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: none;
    }
    .footer-block01__col01 {
        flex-basis: calc(48.9% - 4px);
    }
    .footer-block01__col02 {
        flex-basis: calc(51.1% - 4px);
    }
    .footer-block01__col03 {
        margin-top: 22px;
    }
    .footer-block01__col03 ul li {
        padding: 0;
    }
    .footer-block01 li {
        padding: 2px 0;
    }
    .footer-block01 li:not(:first-of-type) {
        margin-top: 4px;
    }
    a.footer-btn01 {
        display: block;
        position: relative;
        max-width: 167px;
        height: 50px;
        padding: 16.5px 20px;
        background-color: #ffffff;
        color: #000000;
        text-align: center;
    }
    .is-blank--bk::after {
        display: inline-block;
        position: relative;
        top: 2px;
        right: -3px;
        width: 14px;
        height: 14px;
        background-image: url(../img/icon_arrow_up_right_bk.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
    }
    .is-blank--wh::after {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-left: 8px;
        background-image: url(../img/icon_arrow_up_right_wh.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .is-blank--wh.tp50::after {
        content: none;
    }
    .footer-block02 {
        margin-bottom: 16px;
        padding-bottom: 24px;
        border-bottom: none;
    }
    .footer-block02 li {
        padding: 2px 0;
    }
    .footer-block02 li:not(:first-of-type) {
        margin-top: 8px;
    }
    .footer-block02__col01 {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .footer-block02__list01 {
        flex-basis: calc(48.9% - 4px);
    }
    .footer-block02__list02 {
        flex-basis: calc(51.1% - 4px);
        margin-top: 4px;
    }
    .footer-block02__col02 {
        margin-bottom: 16px;
    }
    .footer-block02__list03 {
        margin-top: 4px;
    }
    a.footer-btn02 {
        display: block;
        position: relative;
        max-width: 300px;
        height: 50px;
        margin: 0 auto;
        padding: 16.5px 20px;
        background-color: #ffffff;
        color: #000000;
        text-align: center;
    }
    .footer-block03 {
        padding-bottom: 16px;
    }
    .footer-block03__wrap {
        margin-bottom: 24px;
        border-bottom: 1px solid #acadaf;
    }
    .footer-block03__inner {
        max-width: 232px;
        margin: 0 auto;
        padding: 8px 0 24px;
    }
    .footer-block03__title__wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }
    .footer-block03__title {
        font-size: 16px;
    }
    .footer-block03__link01 span::after {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../img/icon_arrow_wh01.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block03__list01 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding: 0 8px;
    }
    .footer-sns-icon {
        width: 100%;
        max-width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .footer-block03__link02 {
        display: block;
        max-width: 343px;
        margin: 0 auto;
        text-align: center;
        white-space: nowrap;
    }
    .footer-block03__link02::before {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 24px;
        height: 15px;
        margin-right: 8px;
        background-image: url(../img/icon_mail.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block03__link02::after {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../img/icon_arrow_wh01.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block04 {
        padding: 16px 0 0 0;
    }
    .footer-block04__inner {
        max-width: 500px;
        margin: 0 auto;
        padding-bottom: 32px;
    }
    .footer-block04 h4 {
        text-align: center;
    }
    .footer-block04 h4 img {
        width: 100%;
        max-width: 166px;
        margin-bottom: 24px;
    }
    .footer-block04__bnr {
        position: relative;
        margin-bottom: 8px;
        padding-top: 56%;
        text-align: center;
    }
    .footer-block04__bnr img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 500px;
        height: 100%;
        object-fit: cover;
    }
    .footer-block04__bnr__text {
        display: inline-block;
        margin-bottom: 5px;
        text-align: left;
    }
    .footer-totop {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: auto;
        border: 1px solid #000000;
        background-color: #ffffff;
    }
    .footer-totop::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 7px;
        background-image: url(../img/icon_arrow_bk01.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block05 {
        background-color: #000000;
    }
    .footer-block05__inner {
        padding: 16px 16px 24px 16px;
    }
    .footer-block05__utility ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }
    .footer-block05__utility ul li {
        padding: 2.5px 0;
    }
    .footer-block05__utility ul li:not(:last-of-type) {
        margin-right: 16px;
        padding-right: 16px;
        border-right: 1px solid #acadaf;
    }
    .footer-copy {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .footer-sp {
        display: none;
    }
    .footer__inner {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        padding: 38px 20px 40px 60px;
    }
    .footer-left {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        border-bottom: none;
    }
    .footer-block01 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer-block01__col01 {
        flex-basis: calc(48.9% - 4px);
    }
    .footer-block01__col02 {
        flex-basis: calc(51.1% - 4px);
    }
    .footer-block01__col03 {
        margin-top: 22px;
    }
    .footer-block01__col03 ul li {
        padding: 0;
    }
    .footer-block01 li {
        padding: 2px 0;
    }
    .footer-block01 li:not(:first-of-type) {
        margin-top: 4px;
    }
    a.footer-btn01 {
        display: block;
        position: relative;
        max-width: 167px;
        height: 43px;
        padding: 8px 20px;
        background-color: #ffffff;
        color: #000000;
        line-height: 27.2px;
        text-align: center;
    }
    .is-blank--bk::after {
        display: inline-block;
        position: relative;
        top: 2px;
        right: -3px;
        width: 14px;
        height: 14px;
        background-image: url(../img/icon_arrow_up_right_bk.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
    }
    .is-blank--wh::after {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-left: 8px;
        background-image: url(../img/icon_arrow_up_right_wh.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .is-blank--wh.tp50::after {
        content: none;
    }
    .footer-block02 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer-block02 li {
        padding: 2px 0;
    }
    .footer-block02 li:not(:first-of-type) {
        margin-top: 8px;
    }
    .footer-block02__col01 {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .footer-block02__list01 {
        flex-basis: calc(48.9% - 4px);
    }
    .footer-block02__list02 {
        flex-basis: calc(51.1% - 4px);
        margin-top: 4px;
    }
    .footer-block02__col02 {
        margin-bottom: 16px;
    }
    .footer-block02__list03 {
        margin-top: 4px;
    }
    a.footer-btn02 {
        display: block;
        position: relative;
        max-width: 300px;
        height: 43px;
        margin: 0 auto;
        padding: 8px 20px;
        background-color: #ffffff;
        color: #000000;
        line-height: 27.2px;
        text-align: center;
    }
    .footer-block03 {
        padding-bottom: 0;
    }
    .footer-block03__wrap {
        margin-bottom: 24px;
        border-bottom: 1px solid #acadaf;
    }
    .footer-block03__inner {
        max-width: 232px;
        margin: 0 auto;
        padding: 0 0 24px;
    }
    .footer-block03__title__wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }
    .footer-block03__title {
        font-size: 16px;
    }
    .footer-block03__link01 span::after {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../img/icon_arrow_wh01.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block03__list01 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding: 0 8px;
    }
    .footer-sns-icon {
        width: 100%;
        max-width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .footer-block03__link02 {
        display: block;
        max-width: 343px;
        margin: 0 auto;
        text-align: center;
        white-space: nowrap;
    }
    .footer-block03__link02::before {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 24px;
        height: 15px;
        margin-right: 8px;
        background-image: url(../img/icon_mail.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block03__link02::after {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../img/icon_arrow_wh01.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-right {
        position: relative;
    }
    .footer-block04 {
        padding: 0 40px 0 0;
    }
    .footer-block04__inner {
        max-width: 220px;
        margin: 0 auto;
        padding-bottom: 32px;
    }
    .footer-block04 h4 {
        text-align: center;
    }
    .footer-block04 h4 img {
        width: 100%;
        max-width: 166px;
        margin-bottom: 24px;
    }
    .footer-block04__bnr {
        position: relative;
        margin-bottom: 8px;
        padding-top: 56%;
        text-align: center;
    }
    .footer-block04__bnr img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 220px;
        height: 100%;
        object-fit: cover;
    }
    .footer-block04__bnr__text {
        display: inline-block;
        margin-bottom: 0;
        padding: 8px;
        text-align: left;
    }
    .footer-totop {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: auto;
        border: 1px solid #000000;
        background-color: #ffffff;
    }
    .footer-totop__wrap {
        position: absolute;
        top: 0;
        right: 0;
    }
    .footer-totop::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 7px;
        background-image: url(../img/icon_arrow_bk01.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: baseline;
        content: "";
    }
    .footer-block05 {
        background-color: #000000;
    }
    .footer-block05__inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 20px 60px 20px 60px;
    }
    .footer-block05__utility ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .footer-block05__utility ul li {
        padding: 2.5px 0;
    }
    .footer-block05__utility ul li:not(:last-of-type) {
        margin-right: 16px;
        padding-right: 16px;
        border-right: 1px solid #acadaf;
    }
    .footer-copy {
        max-width: none;
        margin: 0;
    }
}

@media screen and (min-width:1200px) {
    .footer__inner {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        padding: 38px 40px 40px 120px;
    }
    .footer-block04 {
        padding: 0 80px 0 0;
    }
    .footer-block01 {
        width: 210px;
    }
    .footer-block02 {
        width: 210px;
    }
    a.footer-btn01 {
        max-width: 210px;
    }
    .footer-block04__inner {
        max-width: 390px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .footer-block04__bnr img {
        width: 100%;
        max-width: 390px;
    }
    .footer-block05__inner {
        padding: 20px 120px 20px 120px;
    }
}

@media screen and (min-width:1400px) {
    .footer-left {
        gap: 80px;
    }
    .footer-block04__inner {
        width: 100%;
        max-width: 390px;
    }
}

@media screen and (min-width:1540px) {
    .footer-block04__inner {
        width: 390px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .footer-block04__bnr img {
        width: 100%;
        max-width: 390px;
    }
}


/* スタイル変更で追記 */

.l-footer {
    position: relative;
    color: #ffffff;
    text-align: left;
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
}

.l-footer a:link, .l-footer a:visited, .l-footer a:hover {
    text-decoration: none;
    color: #fff;
}

.l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.l-footer-main {
    padding: 40px 6.4%;
    background: #35363b;
}

@media (min-width:769px) {
    .l-footer-main {
        padding: 64px 40px;
    }
}

.l-footer-inner001 {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 40px;
    -ms-flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
}

@media (min-width:769px) {
    .l-footer-inner001 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 64px;
    }
}
.l-footer-sns {
    padding-right: 85px;
}
@media (min-width:769px) {
    .l-footer-sns {
        max-width: 176px;
        padding-right: 0;
    }
}

@media (min-width:1440px) {
    .l-footer-sns {
        max-width: 176px;
    }
}

.l-footer-sns__title {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.l-footer-sns__list {
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 22px;
    list-style: none outside;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    font-weight: 300;
    vertical-align: baseline;
    outline: 0;
    -ms-flex-wrap: wrap;;
    float: none;
    width: auto;
}

@media (min-width:769px) {
    .l-footer-sns__list {
        gap: 16px;
    }
}

.l-footer-sns__list > li a {
    display: block;
}
.l-footer-sns__list > li a img {
    vertical-align: bottom;
}
@media (min-width:769px) {
    .l-footer-sns__list > li a img {
        width: 32px;
    }
}

.l-footer-sns__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;

    -ms-flex-align: center;;
}

@media (min-width:769px) {
    .l-footer-sns__link {
        /* gap: 8px */
    }
}

.l-footer-sns__link::after {
    line-height: 1;
    content: url(../img/icon_arrow01.svg);
}

.l-footer-navi {
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    gap: 32px;

    -ms-flex-direction: column;;
}

@media (min-width:769px) {
    .l-footer-navi {
        flex-grow: 1;
            flex-direction: row;
        gap: 40px;

        -ms-flex-positive: 1;
        -ms-flex-direction: row;;
    }
}

.l-footer-navi__list {
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 24px 16px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    font-weight: 300;
    vertical-align: baseline;
    outline: 0;
    -ms-flex-wrap: wrap;;
    float: none;
    width: auto;
}

@media (min-width:769px) {
    .l-footer-navi__list {
            flex-direction: column;

        -ms-flex-direction: column;;
    }
}

.l-footer-navi__list--border {
    margin-top: 8px;
    padding: 40px 0 16px;
    border-top: 1px solid #acadaf;
}

@media (min-width:769px) {
    .l-footer-navi__list--border {
        margin-top: 0;
        padding: 0 0 0 40px;
        border-top: none;
        border-left: 1px solid #acadaf;
    }
}

.l-footer-navi__list > li {
    width: calc((100% - 16px)/ 2);
    margin-left:0 !important;
    text-indent: 0 !important;
}

@media (min-width:769px) {
    .l-footer-navi__list > li {
        width: auto;
        margin-left:0 !important;
        text-indent: 0 !important;
    }
}

.l-footer-navi__list > li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
}

.l-footer-navi__list > li a[target="_blank"] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    -ms-flex-align: center;;
}

.l-footer-navi__list > li a[target="_blank"]::after, a.l-footer-stories__caption[target="_blank"]::after {
    content: url(../img/icon_blank01.svg);
}
a.l-footer-stories__caption[target="_blank"]::after {
    margin-left: 8px;
}
.l-footer-navi__list__lang {
    padding: 4px 8px;
    border: 1px solid #ffffff;
}
.l-footer-navi__list__lang::after {
    display: none !important;
}
.l-footer-stories {
    text-align: center;
}
@media (min-width:769px) {
    .l-footer-stories {
        padding-right: 30px;
        width: 260px;
        box-sizing: content-box;
    }
}
.l-footer-stories__title {
    margin-bottom: 16px;
}

.l-footer-stories__title img {
    width: 166px;
    max-width: 100%;
}

.l-footer-stories__article {
    display: block;
}

.l-footer-stories__thumbnail {
    margin-bottom: 8px;
    width: 100%;
}

.l-footer-stories__caption {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
}

.l-footer-bottom {
    padding: 24px 4%;
    background: #000000;
}

@media (min-width:769px) {
    .l-footer-bottom {
        padding: 24px 40px;
    }
    .l-footer-bottom__inner {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;

        -ms-flex-pack: justify;
        -ms-flex-align: center;;
    }
}

.l-footer-subnavi {
    margin:0 0 24px;
}

@media (min-width:769px) {
    .l-footer-subnavi {
        margin: 16px 0;
    }
}

.l-footer-subnavi__list {
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    font-weight: 300;
    vertical-align: baseline;
    outline: 0;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;;
    width: auto;
    float: none;
}
@media (max-width:768px) {
    .l-footer-subnavi__list {
        max-width: 370px;
        margin: 0 auto;
    }
}

.l-footer-subnavi__list > li:nth-child(odd) {
    position: relative;
    padding-right: 16px;
}
.l-footer-subnavi__list > li:nth-child(odd)::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #ffffff;
    content: "";
}
.l-footer-subnavi__list li {
    margin-left: 0 ;
    text-indent: 0;
}
@media (min-width:769px) {
    .l-footer-subnavi__list > li {
        position: relative;
        padding-right: 16px;
    }
    .l-footer-subnavi__list > li::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 16px;
        background: #ffffff;
        content: "";
    }
}

.l-footer-subnavi__list > li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.l-footer-subnavi__list > li:last-child::after {
    display: none;
}

.l-footer-subnavi__list > li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
}

.l-footer-copy {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
}

.l-footer-copy small {
    font-size: 12px;
    color: #fff;
}

.l-footer-pagetop {
    position: absolute;
    top: 40px;
    right: 6.4%;
}

@media (min-width:769px) {
    .l-footer-pagetop {
        top: 20px;
        right: 20px;
    }
}
.l-footer-stories-image {
    margin:0;
}
a.l-footer-sns__link, .l-footer-navi__list a, a.l-footer-stories__caption, .l-footer-subnavi__list a {
    transition: opacity 0.3s ease;
}

a.l-footer-sns__link:hover, .l-footer-navi__list a:hover, a.l-footer-stories__caption:hover, .l-footer-subnavi__list a:hover {
    text-decoration: underline;
    opacity: .5;
}