.s5-returnToTop {
    margin: 0;
}

.s5-breadcrumbs {
    color: #fff !important;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 2;
    padding-top: 10px;
    display: block;
    a {
        color: #fff;
        &:hover {
            color: #fff;
        }
    }
}
.s5-breadcrumbs__itemV2:before {
    background-image: none;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%236b6b7b'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
    mask-repeat: no-repeat;
    mask-size: 100%;
    background-color: #fff;
}
img.s5-iconInline {
    max-width: none;
    vertical-align: unset;
}

.c5-l-wrap {
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 14px;
    }
    img {
        max-width: 100%;
        vertical-align: bottom;
        height: auto;
    }
    p {
        margin-top: 0;
        &:last-child {
            margin-bottom: 0;
        }
    }
    &::before {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        bottom: 100%;
        background-color: #232323;
        @media screen and (max-width: 639px) {
            display: none;
        }
    }
    *:not(.c5-slidebox) {
        box-sizing: border-box;
    }
}

.c5-l-inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.c5-l-inner__s {
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
}

.c5-l-header {
    background-color: #232323;
    padding: 0 30px;
    color: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    @media screen and (max-width: 767px) {
        padding: 8px 20px;
    }
}

.c5-l-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media screen and (max-width: 767px) {
        display: block;
    }
}

.c5-l-nav__ttl {
    font-size: 24px;
    margin: 0;
    @media screen and (max-width: 1000px) {
        font-size: 18px;
    }
    @media screen and (max-width: 767px) {
        font-size: 16px;
        padding: 0 0 8px;
    }
    a {
        color: #fff;
        &:hover {
            text-decoration: none;
            color: #fff;
        }
    }
    span {
        font-size: 18px;
        @media screen and (max-width: 1000px) {
            font-size: 14px;
        }
    }
}

.c5-l-nav__list {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    @media screen and (max-width: 767px) {
        gap: 8px;
    }

    li:not(#form) {
        position: relative;
        &:focus-visible,
        &.focused {
            .c5-l-nav__sublist {
                visibility: visible;
                opacity: 1;
            }
        }
        @media (any-hover: hover) {
            &:hover {
                .c5-l-nav__sublist {
                    visibility: visible;
                    opacity: 1;
                }
            }
        }
        &:hover,
        &:focus-visible,
        &.focused {
            &::after {
                background-color: #f60;
            }
        }
        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            width: 100%;
        }
    }

    a:not(.c5-c-btn__radius) {
        color: #fff;
        text-decoration: none;
        padding: 24px 16px;
        position: relative;
        display: block;
        font-size: clamp(11px, 2.1111px + 1.1574vw, 16px);
        @media screen and (max-width: 767px) {
            font-size: clamp(10px, 5.7047px + 1.3423vw, 16px);
            padding: 8px 4px;
        }
    }
    .c5-c-btn__radius {
        margin-left: 20px;
        font-size: clamp(11px, 2.1111px + 1.1574vw, 16px);
        line-height: 1.2;
        min-width: clamp(120px, 48.8889px + 9.2593vw, 160px);;
        @media screen and (max-width: 767px) {
            min-width: 100%;
            margin-left: 0;
            font-size: clamp(10px, 5.7047px + 1.3423vw, 16px);
            padding: 4px 6px;
        }
    }
}
.c5-l-nav__sublist {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background-color: #232323;
    visibility: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: .5s ease;
    @media screen and (max-width: 767px) {
        width: 100px;
    }
    &.focused {
        visibility: visible;
        opacity: 1;
    }
    li {
        margin: 0;
        &::after {
            display: none;
        }
    }
    a {
        display: block;
        color: #fff;
        text-align: center;
        &:hover,
        &:focus {
            color: #f60;
        }
    }
}
.c5-current__top {
    #top {
        &::after {
            background-color: #f60;
        }
    }
}
.c5-current__lineup {
    #lineup {
        &::after {
            background-color: #f60;
        }
    }
}
.c5-current__plans {
    #plans {
        &::after {
            background-color: #f60;
        }
    }
}

.c5-l-main {
    padding: 60px 30px;
    @media screen and (max-width: 767px) {
        padding: 60px 20px;
    }
    > .c5-c-section__top:first-child {
        @media screen and (max-width: 767px) {
            padding-top: 0;
        }
    }
    > .c5-c-section__top:last-child {
        @media screen and (max-width: 767px) {
            padding-bottom: 0;
        }
    }
}

.c5-p-mv {
    background: url(../images/bg_main.jpg) no-repeat center;
    background-size: cover;
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    @media screen and (max-width: 767px) {
        height: 600px;
    }
    > div {
        position: relative;
        z-index: 2;
    }
    &::after {
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(0deg, #0d0d0d 0%, rgba(0, 0, 0, 0) 12%);
    }
}

.c5-p-mv__logo {
    margin-bottom: 150px;
    @media screen and (max-width: 767px) {
        margin-bottom: 130px;
    }

    img {
        max-width: 550px;
        @media screen and (max-width: 767px) {
            max-width: 280px;
        }
    }
}

.c5-p-mv__ttl {
    color: #fff;
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 0;
    @media screen and (max-width: 767px) {
        font-size: 22px;
    }
}

.c5-p-mv_lineup {
    padding: 20px;
    height: 454px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F6F6F6 0%, #9F9F9F 100%);
    @media screen and (max-width: 767px) {
        height: auto;
        padding: 50px 20px 20px;
    }
    .c5-l-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        padding: 0 60px;
        @media screen and (max-width: 767px) {
            flex-direction: column-reverse;
            padding: 0;
            gap: 32px;
        }
    }
}
.c5-p-mv_lineup__ttl {
    font-size: 28px;
    margin: 0;
    @media screen and (max-width: 767px) {
        font-size: 16px;
    }
}
.c5-p-mv_lineup__txt {
    flex: 1;
    font-size: 18px;
    @media screen and (max-width: 767px) {
        font-size: 14px;
    }
    p {
        margin-bottom: 8px;
    }
}
.c5-p-mv_lineup__img {
    flex: 0 1 48%;
    text-align: center;
    img {
        @media screen and (max-width: 767px) {
            max-width: 90%;
        }
    }
}

.c5-p-btn_bottom {
    text-align: center;
    margin-top: 60px;
}

.c5-c-section__top {
    padding: 60px 0;
    &.__nopdt {
        padding-top: 0;
    }
    @media screen and (max-width: 767px) {
        padding: 48px 0;
    }
}

.c5-c-ttl__sect {
    text-align: center;
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 16px;
    @media screen and (max-width: 767px) {
        font-size: 22px;
    }
    + .c5-c-box_feature {
        margin-top: 48px;
        @media screen and (max-width: 767px) {
            margin-top: 32px;
        }
    }
}
* + .c5-c-ttl__sectsub {
    margin-top: 64px;
    @media screen and (max-width: 767px) {
        margin-top: 48px;
    }
}
.c5-c-ttl__sectsub {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 32px;
    @media screen and (max-width: 767px) {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

.c5-c-card_tech {
    margin-top: 48px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, auto);
    @media screen and (max-width: 767px) {
        display: block;
        margin-top: 32px;
    }

    >div {
        border-radius: 16px;
        overflow: hidden;
        background-color: #181818;
        @media screen and (max-width: 767px) {
            margin-bottom: 30px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

.c5-c-card_tech__ttl {
    margin-bottom: 16px;

    span {
        font-size: 24px;
        @media screen and (max-width: 767px) {
            font-size: 20px;
        }
    }
}

.c5-c-card_tech__thumb {
    text-align: center;
    img {
        width: 100%;
    }
}

.c5-c-card_tech__body {
    padding: 24px;
    font-size: 14px;
    @media screen and (max-width: 767px) {
        padding: 20px;
    }
    p {
        margin-bottom: 32px;
        @media screen and (max-width: 767px) {
            margin-bottom: 20px;
        }
        &:last-child {
            margin-bottom: 0;
        }
    }
}
* + .c5-c-card_items {
    margin-top: 48px;
    @media screen and (max-width: 767px) {
        margin-top: 32px;
    }
}
.c5-c-card_items {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, auto);
    @media screen and (max-width: 767px) {
        display: block;
    }

    >div {
        border-radius: 16px;
        overflow: hidden;
        background-color: #181818;
        @media screen and (max-width: 767px) {
            margin-bottom: 30px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

.c5-c-card_items__ttl {
    margin-bottom: 24px;
    font-size: 18px;
    @media screen and (max-width: 767px) {
        font-size: 12px;
        margin-bottom: 16px;
    }

    span {
        font-size: 24px;
        @media screen and (max-width: 767px) {
            font-size: 20px;
        }
    }
}

.c5-c-card_items__thumb {
    background: linear-gradient(180deg, #F6F6F6 0%, #9F9F9F 100%);
    text-align: center;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    img {
        max-width: 70%;
    }
}

.c5-c-card_items__body {
    padding: 32px;
    @media screen and (max-width: 767px) {
        padding: 20px;
    }
}

.c5-c-card_items__btn {
    text-align: center;
    margin-top: 40px;
    @media screen and (max-width: 767px) {
        margin-top: 32px;
    }
}

.c5-c-flex_intro {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 100px;
    @media screen and (max-width: 767px) {
        display: block;
        margin-bottom: 40px;
    }
}

.c5-c-flex_intro__txt {
    flex: 1;
}

.c5-c-flex_intro__img {
    flex: 0 1 60%;
}

.c5-c-flex_intro__ttl {
    font-size: 40px;
    font-weight: bold;
    @media screen and (max-width: 767px) {
        font-size: 20px;
    }
}

.c5-c-box_feature {
    display: flex;
    border-radius: 16px;
    background-color: #181818;
    overflow: hidden;
    align-items: center;
    margin-bottom: 80px;
    @media screen and (max-width: 767px) {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
    &:last-child {
        margin-bottom: 0;
    }
}

.c5-c-box_feature__ttl {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 24px;
    @media screen and (max-width: 767px) {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

.c5-c-box_feature__txt {
    flex: 1;
    padding: 20px 64px;
    line-height: 2;
    @media screen and (max-width: 767px) {
        padding: 20px;
    }
}

.c5-c-box_feature__img {
    flex: 0 1 53.2%;
    &.__grad,
    &.__grad02 {
        padding: 20px;
        min-height: 400px;
        background: linear-gradient(180deg, #F6F6F6 0%, #9F9F9F 100%);
        @media screen and (max-width: 767px) {
            min-height: 200px;
        }
    }
    &.__grad02 {
        background: linear-gradient(180deg, #868686 0%, #2E2E2E 100%);
    }
    &.__flex {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
}

.c5-c-list_related {
    margin: 32px 0 0 0;
    padding: 0;
    display: flex;
    gap: 16px;
    @media screen and (max-width: 767px) {
        flex-wrap: wrap;
        font-size: 12px;
    }
    li {
        margin: 0;
        padding: 0;
        list-style: none;
        @media screen and (max-width: 767px) {
            flex: 0 1 calc(100% / 2 - 8px);
        }
    }
    a {
        display: block;
        text-align: center;
    }
}

.c5-c-list_related__thumb {
    padding: 8px 12px;
    border-radius: 16px;
    background-color: #fff;
    margin-bottom: 8px;
}

.c5-c-list_type {
    margin: 0;
    padding: 0;
    list-style: none;
    li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 16px;
        &::before {
            width: 8px;
            height: 1px;
            background-color: #f60;
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
        }
        &:last-child {
            margin-bottom: 0;
        }
    }
}
.c5-c-list_news {
    .s5-header2 {
        display: none;
    }
}

.c5-c-btn__radius {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    min-width: 160px;
    background-color: #1B4CEE;
    border: 1px solid #1B4CEE;
    transition: .3s ease;
    border-radius: 40px;
    padding: 8px;
    font-weight: bold;
    @media screen and (max-width: 767px) {
        font-size: 16px;
    }
    &:hover {
        text-decoration: none;
        background-color: #fff;
        color: #1B4CEE;
    }
    &.__orange {
        border: none;
        background-color: #f60;
        &:hover {
            text-decoration: none;
            background-color: #C64F00;
            color: #fff;
        }
    }
    &.__sizeL {
        min-width: 240px;
    }
}

.c5-u-bg__black {
    background-color: #0d0d0d;
    color: #fff;
}

.c5-u-bg__gray {
    background-color: #f2f2f2;
}

.c5-u-icon__genre {
    display: inline-block;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 20px;
    margin-right: 10px;
}

.c5-u-lead {
    font-size: 18px;
    line-height: 2;
    @media screen and (max-width: 767px) {
        font-size: unset;
    }
}
.c5-u-txt__c {
    text-align: center;
}
.c5-u-txt__l {
    text-align: left;
}
.c5-u-txt__spl {
    @media screen and (max-width: 767px) {
        text-align: left !important;
    }
}
.c5-u-pc {
    @media screen and (max-width: 767px) {
        display: none;
    }
}
.c5-u-sp {
    display: none;
    @media screen and (max-width: 767px) {
        display: block;
    }
}
.c5-u-sp_noevent {
    @media screen and (max-width: 767px) {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .c5-remaining {
        top: 82px;
    }
}

.s5-newsTable {
    border-bottom: none !important;
}