*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scrollbar-gutter: stable;
}

.list-box {
    border: 1px solid #c1c1c2;
    padding: 1em 1em;
    max-width: 60%;
    margin: 0 auto;
}

.mt1 {
    margin-top: 1em;
}

.mtb1h {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.mtb2h {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.mtb3h {
    margin-top: 3em;
    margin-bottom: 0.5em;
}

.mb1h {
    margin: 2em auto !important;
}

.capture-box {
    text-align: center;
    max-width: 60%;
    margin: 20px auto 0;
    border: 1px solid #c1c1c2;
}

.capture-box img {
    max-width: 100%;
    height: auto;
}

.badge-box {
    text-align: center;
    max-width: 60%;
    margin: 20px auto 0;
}

.badge-box img {
    max-width: 100%;
    height: auto;
}

.txt-strong-01 {
    color: #00999b;
    font-weight: bold;
    margin: 0 auto;
}

.video-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 2em auto;
}

.video-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.txt-left {
    text-align: left;
}

.img-size-01 {
    max-width: 80%;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.title-category-type01_label {
    width: 18em;
    padding: 0.35em 0;
    border-radius: 9999px;
}

.txt-red {
    color: #e60012;
    font-weight: bold;
}

.page-top-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: rgba(52, 52, 58, 0.9);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.page-top-btn:hover {
    background: rgba(32, 32, 38, 0.96);
}

.page-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.page-top-btn__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    line-height: 1;
    color: #fff;
}

.page-top-btn__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
}


@media screen and (max-width: 900px) {

    .badge-box,
    .capture-box {
        max-width: 350px;
    }
}




@media screen and (max-width: 768px) {
    .list-box {
        max-width: 60%;
    }

    .badge-box,
    .capture-box {
        max-width: 300px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .title-category-type01_label {
        font-size: 11px;
    }

    .page-top-btn {
        right: 16px;
        bottom: 18px;
        width: 46px;
        height: 46px;
    }

    .page-top-btn__arrow {
        width: 18px;
        height: 18px;
    }

    .box-type05-02_inner {
        padding-left: 0 !important;
    }

    .popup-title {
        margin: 0;
        font-size: 20px !important;
        font-weight: 700;
    }

    .title-lv5 {
        font-size: 18px;
    }

}