@charset "utf-8";

/* 
#suntorySubCommonFt
======================================================================== */
#suntorySubCommonFooter {
    color:#333;
    text-align: left;
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    -webkit-text-size-adjust: 100%;
}
#suntorySubCommonFooter * {
    box-sizing: border-box;
}
#suntorySubCommonFooter a {
    text-decoration: none;
}
#suntorySubCommonFooter a:hover {
    color: #011A5D;
    text-decoration: underline;
    text-underline-offset: 0.1em;
}
#suntorySubCommonFooter button:hover {cursor: pointer;}

#suntorySubCommonFooter {
    border-top: 9px solid #040001;
    position: relative;
}
#suntorySubCommonFooter::before {
    content: '';
    display: inline-block;
    width: 703px;
    height: 41px;
    background: url(/softdrink/jihanki/common/img/bg_footer.png) top center no-repeat;
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
}
#suntorySubCommonFt {
    border-top: 84px solid #011761;
    background: #CEEEF7;
    font-size: 0;
}
.suntorySubCommonFt_buttons {
    padding: 48px 0;
    background-color: #087CC6;
}
.suntorySubCommonFt_buttons .column_2col {
    justify-content: center;
}
.suntorySubCommonFt_buttons .contents_button a {
    width: min(564px, 100%);
    padding: 32px 20px;
    font-size: 30px;
}
#suntorySubCommonFt_in {
    display: flex;
    gap: 3.426%;
    max-width: 1204px;
    margin: 0 auto;
    padding: 38px 20px 50px;
}
#suntorySubCommonFt_in a {
    color:#333;
}
.suntorySubCommonFt_links {
    min-width: 22.43%;
}
.suntorySubCommonFt_links_title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.suntorySubCommonFt_links_wrap {
    margin-top: 15px;
    margin-left: 0;
}
.suntorySubCommonFt_links_list {
    padding-left: 0;
}
.suntorySubCommonFt_links_list_item + .suntorySubCommonFt_links_list_item {
    margin-top: 10px;
}
.suntorySubCommonFt_links_list_item a {
    font-size: 14px;
    line-height: 1.5;
}
.suntorySubCommonFt_links_list_item .sub {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
}

/* 
breadcrumbs
======================================================================== */
#breadcrumbs {
    background-color: #F2F2F2;
    position: relative;
    z-index: 1;
}
.breadcrumbs_list {
    display: flex;
    max-width: 1204px;
    margin: 0 auto;
    padding: 6px 20px;
    overflow-x: scroll;
}
.breadcrumbs_list::-webkit-scrollbar {
    display: none;
}
.breadcrumbs_list_item + .breadcrumbs_list_item {
    margin-left: 16px;
    padding-left: 21px;
    position: relative;
}
.breadcrumbs_list_item + .breadcrumbs_list_item::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(/softdrink/jihanki/common/img/ico_arrow_navy_02.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.breadcrumbs_list_item a {
    display: block;
    padding-top: 1px;
    color: #011A5D;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
}
.breadcrumbs_list_item a:not([class]):visited {
    color: #011A5D;
}


@media screen and (max-width: 767px) {
    /* 
    #suntorySubCommonFt
    ======================================================================== */
    #suntorySubCommonFooter {
        border-top-width: 3px;
    }
    #suntorySubCommonFooter::before {
        width: 292px;
        height: 17px;
        background-size: contain;
        top: -20px;
    }
    #suntorySubCommonFt {
        border-top-width: 28px;
    }
    .suntorySubCommonFt_buttons {
        padding: 32px 5.333vw 30px;
    }
    .suntorySubCommonFt_buttons .contents_button a {
        padding: 17px;
        font-size: 17px;
    }
    #suntorySubCommonFt_in {
        display: block;
        padding: 32px 5.333vw;
    }
    .suntorySubCommonFt_links {
        min-width:auto;
    }
    .suntorySubCommonFt_links + .suntorySubCommonFt_links {
        margin-top: 23px;
    }
    .suntorySubCommonFt_links_wrap {
        padding-left: 5.333vw;
    }
    .suntorySubCommonFt_links_list_item + .suntorySubCommonFt_links_list_item {
        margin-top: 13px;
    }

    /* 
    breadcrumbs
    ======================================================================== */
    .breadcrumbs_list {
        padding: 4px 5.333vw;
    }
    .breadcrumbs_list_item + .breadcrumbs_list_item {
        margin-left: 8px;
        padding-left: 13px;
        position: relative;
    }
    .breadcrumbs_list_item + .breadcrumbs_list_item::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 10px;
        background: url(/softdrink/jihanki/common/img/ico_arrow_navy_02.svg) no-repeat center / contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .breadcrumbs_list_item a {
        padding-top: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
    }

}
