html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px;
}

.CategoryNav__Main:not(.-isFixed) {
    margin-top: 55px;
    @media screen and (max-width: 639px) {
        margin-top: 0;
    }
}
.s5-breadcrumbs {
    display: none;
}
.c5-contentsWrap {
    margin-top: 60px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 2;
    @media screen and (max-width: 639px) {
        padding: 0;
    }
    img:not(.s5-iconInline) {
        max-width: 100%;
        vertical-align: bottom;
    }
    p {
        margin: 0 0 1.5em 0;
        &:last-child {
            margin-bottom: 0;
        }
    }
}
.c5-section {
    margin-bottom: 70px;
    @media screen and (max-width: 639px) {
        margin-bottom: 55px;
    }
}
.c5-section-inner {
    max-width: 700px;
    margin: 70px auto 0 auto;
    @media screen and (max-width: 639px) {
        margin-top: 55px;
    }
}
.c5-ttl-main {
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
}
.c5-ttl-index {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 16px 0;
}
.c5-ttl-section {
    text-align: center;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 34px;
    @media screen and (max-width: 639px) {
        text-align: left;
        margin-bottom: 28px;
    }
}
p.c5-ttl-q {
    margin: 0 0 10px;
    font-weight: bold;
    display: flex;
    gap: 8px;
    &::before {
        margin-top: 1em;
        content: '';
        width: 16px;
        height: 1px;
        background-color: #ddd;
    }
}
* + p.c5-ttl-q {
    margin-top: 30px;
}
.c5-header {
    margin-bottom: 28px;
}
.c5-header-col {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    @media screen and (max-width: 639px) {
        display: block;
    }
}
.c5-header-col__name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    @media screen and (max-width: 639px) {
        margin-bottom: 20px;
    }
}
.c5-header-col__btn {
    text-align: right;
}
.c5-sub_header {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 34px;
    padding: 12px 0;
    align-items: center;
}
.c5-sub_header__ttl {
    font-weight: bold;
    font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    line-height: 1.4;
}
.c5-sub_header__date {
    color: #515861;
}
.c5-sub_header__writer {
    font-size: 10px;
    padding-left: 10px;
}
.c5-sub_header__sns {
    margin-left: auto;
    display: flex;
    gap: 13px;
    line-height: 1;
    img {
        height: 22px;
        @media screen and (max-width: 639px) {
            height: 18px;
        }
    }
}
.c5-mv {
    margin-bottom: 40px;
    text-align: center;
}
.c5-index {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
    padding: 12px 0;
    @media screen and (max-width: 639px) {
        margin-bottom: 55px;
    }
}
.c5-list-index {
    list-style: disc;
    margin: 0 0 0 25px;
    padding: 0;
    li {
        margin-bottom: 4px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    a {
        color: #666;
        text-decoration: underline;
    }
}
.c5-banner {
    text-align: center;
    margin-top: 28px;
}
.c5-profile {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 28px;
    margin-top: 50px;
    @media screen and (max-width: 639px) {
        padding: 26px 20px;
    }
}
.c5-profile-img {
    max-width: 260px;
    float: left;
    margin: 0 20px 0 0;
    @media screen and (max-width: 639px) {
        max-width: 160px;
        margin: 0 16px 0 0;
    }
}
.c5-img-wide {
    text-align: center;
    margin-bottom: 40px;
}
.c5-movie {
    iframe {
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }
}
.c5-caption {
    color: #777;
    font-size: 12px;
    margin-top: 10px !important;
}
.c5-box-info {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid #ddd;
}
.c5-pc {
    @media screen and (max-width: 639px) {
        display: none;
    }
}
.c5-sp {
    display: none;
    @media screen and (max-width: 639px) {
        display: block;
    }
}