body.-unscrollable {
    height: 100%;
    overflow: hidden
}

footer p {
    font-size: 16px
}

footer p,
footer a {
    line-height: 1.5em
}

footer a {
    text-decoration: none
}

footer a:hover {
    text-decoration: underline
}

.simpleFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 30px 0 60px;
    background-color: #333
}

@media screen and (min-width: 561px) {
    .simpleFooter {
        padding: 50px 0 100px
    }
}

.footer {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 20;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #ededed;
    font-family: "Noto Sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", "Droid Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif
}

@media screen and (min-width: 769px) {
    .footer {
        border-top: 0
    }
}

@media screen and (min-width: 769px) {
    .footer_component {
        padding: 40px 3.125%
    }
}

.footer_component.-breadcrumbs {
    display: none
}

@media screen and (min-width: 769px) {
    .footer_component.-breadcrumbs {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc
    }
}

@media screen and (min-width: 769px) {
    .footer_component.-nav {
        border-bottom: 1px solid #ccc
    }
}

.footer_component.-bnr {
    padding-top: 40px;
    padding-bottom: 40px
}

.footer_component.-corpInfo {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #333
}

@media screen and (min-width: 769px) {
    .footer_component.-corpInfo {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .footer_componentInner {
        max-width: 1600px;
        margin: 0 auto
    }
}

.breadcrumbs {
    display: flex;
    align-items: center
}

.breadcrumbs_element {
    position: relative;
    padding-right: 15px;
    font-size: 12px
}

.breadcrumbs_element+.breadcrumbs_element {
    padding-left: 15px
}

.breadcrumbs_element::before {
    position: absolute;
    top: 50%;
    right: calc(5px * 1.414 / 2 / 2 * -1);
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: ""
}

.breadcrumbs_element.-current {
    font-weight: 700;
    line-height: 1.5em
}

.breadcrumbs_element.-current::before {
    content: none
}

.breadcrumbs_link {
    color: #4c4c4c
}

.breadcrumbs_link:hover {
    color: #000
}

.footerNav {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 769px) {
    .footerNav {
        flex-direction: row;
        justify-content: space-between
    }
}

.footerNav_col {
    display: flex;
    flex-direction: column
}

.footerNav_item {
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc
}

@media screen and (min-width: 769px) {
    .footerNav_item {
        width: auto;
        border-bottom: 0
    }
}

.footerNav_item::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin: auto;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    content: ""
}

@media screen and (min-width: 769px) {
    .footerNav_item::after {
        content: none
    }
}

@media screen and (min-width: 769px) {
    .footerNav_item.-mobileOnly {
        display: none
    }
}

.footerNav_item.-pcOnly {
    display: none
}

@media screen and (min-width: 769px) {
    .footerNav_item.-pcOnly {
        display: block
    }
}

@media screen and (min-width: 769px) {
    .footerNav_item+.footerNav_item {
        margin-top: 20px
    }
}

@media screen and (min-width: 769px) {
    .footerNav_item.-hasChild+.footerNav_item {
        margin-top: 40px
    }
}

.footerNav_link {
    display: block;
    padding: 10px 20px;
    color: #4c4c4c;
    font-size: 14px
}

@media screen and (min-width: 769px) {
    .footerNav_link {
        padding: 0;
        font-weight: bold;
        font-size: 14px
    }
}

.footerNav_link:hover {
    text-decoration: none
}

@media screen and (min-width: 769px) {
    .footerNav_link:hover {
        color: #000;
        text-decoration: underline
    }
}

@media screen and (min-width: 769px) {
    .footerChildNav {
        margin-top: 20px
    }
}

.footerChildNav_item {
    font-size: 13px
}

.footerChildNav_item+.footerChildNav_item {
    margin-top: 13px
}

.footerChildNav_item.-pcOnly {
    display: none
}

@media screen and (min-width: 769px) {
    .footerChildNav_item.-pcOnly {
        display: block
    }
}

.footerChildNav_link {
    color: #4c4c4c;
    white-space: nowrap
}

.footerChildNav_link:hover {
    color: #000
}

.footerBnrs {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (width: 768px) {
    .footerBnrs {
        padding: 0 45px
    }
}

@media screen and (min-width: 768px) {
    .footerBnrs {
        flex-direction: row
    }
}

@media screen and (min-width: 769px) {
    .footerBnrs {
        margin-top: 0
    }
}

.footerBnrs_bnr+.footerBnrs_bnr {
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .footerBnrs_bnr+.footerBnrs_bnr {
        margin-top: 0;
        margin-left: 10px
    }
}

@media screen and (min-width: 1024px) {
    .footerBnrs_bnr+.footerBnrs_bnr {
        margin-left: 20px
    }
}

.footerBnrs_bnrWithTxt {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .footerBnrs_bnrWithTxt {
        margin-top: 0;
        margin-left: auto
    }
}

.bnrWithTxt {
    display: flex;
    align-items: center
}

.bnrWithTxt_img {
    width: 51px
}

.bnrWithTxt_txt {
    margin-left: 10px;
    color: #4c4c4c;
    font-size: 14px;
    text-decoration: inherit
}

@media screen and (min-width: 769px) {
    .bnrWithTxt_txt {
        margin-left: 15px;
        font-size: 13px
    }
}

.bnrWithTxt_txt:hover {
    color: #000
}

.bnr {
    width: 220px;
    height: 56px
}

@media screen and (min-width: 1024px) {
    .bnr {
        width: 300px;
        height: 77px
    }
}

.bnr:hover {
    opacity: 0.8
}

.bnr_img {
    width: 100%
}

.footerCorpInfos {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 769px) {
    .footerCorpInfos {
        flex-direction: row;
        margin-top: 0
    }
}

.sns {
    display: flex;
    align-items: center
}

.sns_twitter {
    margin-left: 20px
}

.icoLink {
    width: 36px;
    height: 36px
}

.icoLink:hover {
    opacity: 0.8
}

.icoLink_img {
    width: 100%
}

.sns_txtLink {
    margin-left: 30px;
    color: #e6e6e6;
    font-size: 14px
}

.sns_txtLink:hover {
    color: #fff
}

.credit {
    color: #fff;
    text-align: center
}

@media screen and (min-width: 769px) {
    .credit {
        margin-left: auto;
        text-align: right
    }
}

.sns+.credit {
    margin-top: 40px
}

@media screen and (min-width: 769px) {
    .sns+.credit {
        margin-top: 0px
    }
}

.credit_home {
    display: inline-block;
    color: #e6e6e6;
    font-weight: bold;
    font-size: 20px;
    text-decoration: inherit
}

.credit_home:hover {
    color: #fff
}

.copyright {
    margin: 0;
    color: #e6e6e6;
    font-size: 13px
}

.credit_link+.credit_copyright {
    margin-top: 10px
}

@media screen and (min-width: 769px) {
    .brMd {
        display: none
    }
}