/* # _common
---------------------------------------------------------------------------- */
/* main {
    padding-top: 110px;
} */

/* # _content
---------------------------------------------------------------------------- */
.wrapper {
    padding: 50px 0;
}
#top {
    padding-top: 0;
}
.section-title--top {
    margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
    #top {
        padding-top: 110px;
    }
}

/* # breadcrumb
---------------------------------------------------------------------------- */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    background-color: #240f00;
    padding: 12px 24px;
    margin-bottom: 80px;
}
.breadcrumb::-webkit-scrollbar {
    display: none;
}
.breadcrumb li {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
    color: #f6f4ee;
    white-space: nowrap;
}
.breadcrumb li span {
    color: #f6f4ee;
}
.breadcrumb img {
    width: 6px;
    margin: 0 10px;
}
.breadcrumb img:last-of-type {
    display: none;
}
