.catch_wrap {
    padding: 0;
    margin-bottom: 0;
    &::before, &::after {
        display: none;
    }
}
.owners_support {
    padding-bottom: 176px;
    .inner {
        max-width: unset;
    }
    .anchor-area{
        position: relative;
        background-color: #fff;
        margin: auto;
        .wrap{
            padding: 64px 1em 111px;
        }
        .flex {
            justify-content: center;
            gap: 24px;
            a {
                border: none;
                border-radius: 0;
                margin: 0;
                padding: 0;
                color: #222;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                aspect-ratio: 325/72;
                width: 325px;
                background-color: #F5F1EB;
                &::before, &::after {
                    display: none;
                }
                .icon {
                    display: block;
                    aspect-ratio: 40/33;
                    width: 40px;
                    flex-shrink: 0;
                    position: relative;
                    &::before, &::after {
                        content: "";
                        position: absolute;
                        inset: 0;
                        background-repeat: no-repeat;
                        background-size: contain;
                        transition: opacity 0.5s;
                    }
                    &::after {
                        opacity: 0;
                    }
                }
                .label {
                    flex: 1;
                    display: flex;
                    justify-content: center;
                    gap: 16px;
                    align-items: center;
                    font-weight: bold;
                    font-size: 16px;
                    letter-spacing: 0.1em;
                    transition: color 0.3s;
                }
                .arrow {
                    aspect-ratio: 1/1;
                    width: 32px;
                    position: relative;
                    margin-right: 24px;
                    &::before, &::after {
                        content: '';
                        background-size: contain;
                        background-repeat: no-repeat;
                        position: absolute;
                        inset: 0;
                        transition: opacity 0.5s;
                        rotate: 90deg;
                    }
                    &::before {
                        background-image: url(../img/top/link-icon-c.svg);
                    }
                    &::after {
                        background-image: url(../img/top/mv-link-icon-w.svg);
                        opacity: 0;
                    }
                }
                &:hover {
                    background-color: #BBA378;
                    .label {
                        color: #fff;
                    }
                    .icon, .arrow {
                        &::before {
                        opacity: 0;
                        }
                        &::after {
                        opacity: 1;
                        }
                    }
                }
                &:nth-of-type(1) {
                .icon::before {
                    background-image: url(../img/performance/num1_s.png);
                }
                .icon::after {
                    background-image: url(../img/performance/num1_sa.png);
                }
                }
                &:nth-of-type(2) {
                .icon::before {
                    background-image: url(../img/performance/num2_s.png);
                }
                .icon::after {
                    background-image: url(../img/performance/num2_sa.png);
                }
                }
            }
        }
    }
    .wrapper {
        background-color: #F9F7F1;
        padding-top: 128px;
    }
    .afterbox {
        max-width: 1100px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
    .sechead {
        display: flex;
        align-items: end;
        gap: 32px;
        margin-bottom: 66px;
        .icon {
            width: 100px;
            img {
                max-width: 100%;
            }
        }
        .sec-title {
            color: #222;
            font-weight: bold;
            font-size: 32px;
            letter-spacing: 0.03em;
            line-height: 36px;
            margin-bottom: 14px;
        }
    }
    .sec-subtitle {
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 0.03em;
        line-height: 36px;
        margin-bottom: 24px;
        &::before {
            content: '';
            aspect-ratio: 1/1;
            height: auto;
            width: 18px;
            border-radius: 9999px;
            background: #E7DFD0;
        }
    }
    .afterbox_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 48px;
    }
    .afterbox_title {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.02em;
        line-height: 36px;
        color: #222;
        margin-bottom: 32px;
    }
    .afterbox_text {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 28px;
    }
    .afterbox_img {
        width: 493px;
        flex-shrink: 0;
        img {
            max-width: 100%;
        }
    }
    .afterbox_movie {
        margin-top: 64px;
        margin-bottom: 0;
    }
    .after02 {
        position: static;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
    }
    .after03 {
        padding-bottom: 0;
        .after03-content {
            margin-bottom: 104px;
        }
        .after03_body {
            width: 500px;
        }
        .afterbox_img {
            width: 452px;
        }
    }
    .after04 {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        &::before, &::after {
            display: none;
        }
        .afterbox__inner {
            background-color: #fff;
            padding-top: 40px;
            padding-left: 53px;
            padding-right: 53px;
            padding-bottom: 60px;
        }
        .sec-subtitle {
            justify-content: center;
            margin-bottom: 40px;
            &::before {
                display: none;
            }
        }
        .afterbox_thumb04 {
            margin: 0;
            max-width: 100%;
            img {
                width: 100%;
            }
        }
    }
    .support-contents {
        background-color: #fff;
        max-width: 1200px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
        .sechead {
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }
    }
    .support_wrap {
        margin-top: 0;
        padding-top: 70px;
        display: flex;
        justify-content: space-between;
        &:nth-of-type(even) {
            flex-direction: row-reverse;
            .desc {
                &::after {
                    left: unset;
                    right: 100%;
                }
            }
            .support_btn_wrap {
                margin-right: 0;
            }
        }
    }
    .desc {
        width: 588px;
        height: 334px;
        background-color: #F9F7F1;
        padding: 50px;
        position: relative;
        .desc__num {
            position: absolute;
            left: 50px;
            bottom: 100%;
            img {
                height: 70px;
            }
        }
        &::after {
            content: '';
            position: absolute;
            z-index: 0;
            left: 100%;
            top: 0;
            bottom: 0;
            width: 104px;
            background-color: #F9F7F1;
        }
    }
    .support_content_ttl {
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 0.03em;
        line-height: 36px;
        margin-bottom: 31px;
    }
    .support_wrap {
        .support_btn_wrap {
            margin: 0;
            margin-top: 40px;
            display: flex;
            flex-direction: row;
            gap: 72px;
            justify-content: center;
            align-items: center;
        }
    }
    .support__img {
        position: relative;
        z-index: 1;
        width: 512px;
        flex-shrink: 0;
        padding-top: 61px;
        img {
            max-width: 100%;
        }
    }
    #other_support {
        margin-top: 166px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        border-radius: 0;
        h4 {
            position: absolute;
            top: -20px;
            left: 0;
            right: 0;
            font-weight: bold;
            font-size: 26px;
            letter-spacing: 0.03em;
            text-align: center;
            color: #cc7b4a;
        }
        .other_supports {
            margin: 0;
            display: flex;
            justify-content: center;
            gap: 35px;
        }
        .supports__item {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 260px;
            height: 125px;
            background:
                linear-gradient(#CC7B4A, #CC7B4A) left top,
                linear-gradient(#CC7B4A, #CC7B4A) left top,
                linear-gradient(#CC7B4A, #CC7B4A) right top,
                linear-gradient(#CC7B4A, #CC7B4A) right top,
                linear-gradient(#CC7B4A, #CC7B4A) left bottom,
                linear-gradient(#CC7B4A, #CC7B4A) left bottom,
                linear-gradient(#CC7B4A, #CC7B4A) right bottom,
                linear-gradient(#CC7B4A, #CC7B4A) right bottom;
            background-size:
                10px 2px,  /* 左上 横 */
                2px 10px,  /* 左上 縦 */
                10px 2px,  /* 右上 横 */
                2px 10px,  /* 右上 縦 */
                10px 2px,  /* 左下 横 */
                2px 10px,  /* 左下 縦 */
                10px 2px,  /* 右下 横 */
                2px 10px;  /* 右下 縦 */
            background-repeat: no-repeat;
            background-color: #F6E5DC;
            p {
                font-weight: bold;
                font-size: 18px;
                letter-spacing: 0.03em;
                line-height: 28px;
                text-align: center;
            }
        }
    }
}
#emergency_contact {
    .emergency_contact_contents_wrap {
        background-color: #F9F7F1;
        padding-top: 96px;
        padding-bottom: 104px;
    }
    .ecc_ttl {
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 0.03em;
        text-align: center;
        margin-bottom: 52px;
    }
    .ecc_tel_wrap {
        border: none;
        margin: 0;
        padding: 0;
        &::before, &::after {
            display: none;
        }
    }
    .ecc_tel {
        text-align: center;
        margin-bottom: 62px;
        img {
            width: 493px;
        }
    }
}

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

.owners_support {
    padding-bottom: 57px;
    .low_mainh1 {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.02em;
        margin-bottom: 48px;
        span {
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 0.3em;
        }
    }
    .catch_wrap {
        margin-top: 0;
    }
    .sideframe {
        gap: 8px;
        .label, .label span {
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 0.02em;
            line-height: 26px;
        }
    }
    .inner {
        padding-left: 0;
        padding-right: 0;
    }
    .anchor-area {
        .wrap {
            padding-top: 55px;
            padding-bottom: 55px;
            padding-left: 35px;
            padding-right: 35px;
            .flex {
                gap: 22px;
                a {
                    aspect-ratio: 305/64;
                    width: 100%;
                    .label {
                        padding-left: 21px;
                        justify-content: start;
                        gap: 15px;
                        font-weight: bold;
                        font-size: 14px;
                        letter-spacing: 0.1em;
                        .icon {
                            width: 43px;
                        }
                    }
                    .arrow {
                        margin-right: 16px;
                    }
                }
            }
        }
    }
    .wrapper {
        padding-top: 64px;
        .afterbox {
            padding-left: 23px;
            padding-right: 23px;
            padding-bottom: 72px;
            &.after03 {
                padding-top: 0;
                padding-bottom: 0;
                .after03-content {
                    margin-bottom: 32px;
                }
            }
            &.after04 {
                padding-left: 0;
                padding-right: 0;
                padding-top: 0;
                .afterbox__inner {
                    padding-left: 0;
                    padding-right: 0;
                    img {
                        max-width: unset;
                        width: auto;
                        height: 420px;
                        margin-left: 23px;
                        margin-right: 22px;
                    }
                }
            }
            &.after05 {
                padding-left: 0;
                padding-right: 0;
                .after05-body {
                    padding-left: 23px;
                    padding-right: 23px;
                }
                .afterbox_thumb05  {
                    margin-bottom: 40px;
                    img {
                        max-width: unset;
                        width: auto;
                        height: 230px;
                        margin-left: 23px;
                        margin-right: 22px;
                    }
                }
            }
            .afterbox_movie05 {
                padding-left: 23px;
                padding-right: 23px;
            }
        }
        .draggable {
            overflow: auto;
            position: relative;
            &::before {
                content: "";
                position: absolute;
                inset: 0;
                display: inline-block;
                margin: auto;
                aspect-ratio: 1 / 1;
                background-image: url(../img/performance/hand.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                transition: opacity 0.2s;
                width: 60px;
            }
            &.scrolled::before {
                opacity: 0;
            }
        }
        .sechead {
            align-items: end;
            flex-direction: row;
            gap: 12px;
            margin-bottom: 48px;
            .icon {
                flex-shrink: 0;
                width: 56px;
                padding: 0;
            }
            .txt {
                .sec-title {
                    margin: 0;
                    padding: 0;
                    min-height: 2em;
                    font-weight: bold;
                    font-size: 18px;
                    letter-spacing: 0.02em;
                    text-align: left;
                }
            }
        }
        .sec-subtitle {
            gap: 8px;
            font-weight: bold;
            font-size: 18px;
            letter-spacing: 0.03em;
            margin-bottom: 23px;
            flex-wrap: wrap;
            span {
                font-weight: bold;
                font-size: 18px;
                letter-spacing: 0.03em;
                .small {
                    font-size: 12px;
                }
            }
            &::before {
                width: 14px;
            }
        }

        .secbody {
            gap: 32px;
        }
        .afterbox_wrap {
            flex-direction: column;
            gap: 0;
        }
        .afterbox_title {
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 0.02em;
            line-height: 26px;
            margin-bottom: 24px;
        }
        .afterbox_text {
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 24px;
            margin-bottom: 32px;
        }
        .afterbox_img {
            margin-bottom: 40px;
            width: 100%;
        }
        .afterbox_movie {
            margin-top: 0;
        }
    }
    .support-contents {
        padding-top: 56px;
        padding-left: 0;
        padding-right: 0;
        .sechead {
            margin-bottom: 6px;
            padding-left: 23px;
        }
        .support_wrap {
            display: flex;
            flex-direction: column;
            padding-top: 63px;
            & + .support_wrap {
                margin-top: 66px;
                padding-top: 49px;
            }
            .desc {
                width: 100%;
                height: auto;
                padding-top: 40px;
                padding-right: 35px;
                padding-left: 35px;
                padding-bottom: 0;
                background: linear-gradient(to top, transparent 0%, transparent 115px, #F9F7F1 115px, #F9F7F1 100%);
                .desc__num {
                    left: 37px;
                    img {
                        height: 49px;
                    }
                }
                .support_content_ttl {
                    font-weight: bold;
                    font-size: 18px;
                    letter-spacing: 0.03em;
                    margin-bottom: 23px;
                }
                p {
                    font-weight: 500;
                    font-size: 14px;
                    letter-spacing: 0.02em;
                    line-height: 24px;
                }
                .support__img {
                    position: static;
                    width: 100%;
                    padding-top: 32px;
                }
                .support_btn_wrap {
                    padding-right: 23px;
                }
            }
            &:nth-child(odd) {
                margin-left: 23px;
                .support_btn_wrap  {
                    justify-content: center;
                    gap: 24px;
                    margin-top: 32px;
                    padding-right: 23px;
                }
            }
            &:nth-child(even) {
                margin-right: 23px;
                .support_btn_wrap  {
                    justify-content: center;
                    gap: 24px;
                    margin-top: 32px;
                    padding-right: 23px;
                }
            }
        }
    }
    #other_support {
        max-width: calc(100% - 23px - 23px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 72px;
        padding-top: 40px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 48px;
        .content_inner {
            .dot_box_ttl {
                position: static;
                font-weight: bold;
                font-size: 18px;
                letter-spacing: 0.03em;
                line-height: 28px;
                margin-bottom: 42px;
            }
        }
        .other_supports {
            flex-direction: column;
            gap: 32px;
            .supports__item {
                width: 100%;
                height: 116px;
                p {
                    font-weight: bold;
                    font-size: 16px;
                    letter-spacing: 0.03em;
                    line-height: 26px;
                    text-align: center;
                }
            }
        }
    }
}
#emergency_contact {
    .emergency_contact_contents_wrap {
        padding-bottom: 80px;
        padding-top: 64px;
        .ecc_ttl {
            font-weight: bold;
            font-size: 18px;
            letter-spacing: 0.03em;
            margin-bottom: 32px;
        }
        .ecc_tel_wrap {
            max-width: unset;
            .ecc_tel {
                margin-bottom: 48px;
                img {
                    width: 305px;
                }
            }
        }
    }
}

}
