/*
Theme Name: Yamaniのリフォーム
Author: 
Version: 1.0
*/

@charset "utf-8";
 :root {
    --header-height: 0px;
    --pc-child-list-height: 0px;
    --splide-main-height: 0px;
    --noto-font: "Noto Sans JP", sans-serif;
    --en-font: 'Manrope', sans-serif;
    --black-color: #333333;
    --orange-color: #FF6B00;
    --orange-color-02: #F67531;
    --orange-color-deep: #C55748;
    --error-color: #f21717;
    --text-font: clamp(0.875rem, 0.406rem + 0.83vw, 1rem);
    --move: all 0.3s ease;
}

html,
body {
    font-family: var(--noto-font);
    scroll-behavior: smooth;
    font-size: 16px;
    letter-spacing: normal;
}

.en {
    font-family: var(--en-font);
}

a {
    opacity: 1;
    transition: var(--move);
}

button {
    color: var(--black-color) !important;
}

@media screen and (min-width: 1024px) {
    a:hover {
        opacity: .7;
    }
}

.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    /* overflow: hidden; */
}

.l-inner,
.cms-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.pc-only {
    display: block !important;
}

.tab-only {
    display: none !important;
}

.sp-only {
    display: none !important;
}

.pc-only-flex {
    display: flex !important;
}

.sp-only-flex {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pc-only {
        display: none !important;
    }
    .pc-only-flex {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
    .sp-only-flex {
        display: flex !important;
    }
    .l-inner {
        max-width: 700px;
    }
}

@media screen and (max-width: 600px) {
    .sp-only {
        display: block !important;
    }
    .l-inner {
        max-width: 420px;
    }
}

body {
    color: var(--black-color);
    background-color: #F9F9F9;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    &.active {
        overflow: hidden !important;
    }
}

.page-btn {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5rem;
    background-color: var(--orange-color-02);
    svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
        width: 40px;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 5rem;
        border: 1px solid #fff;
        padding: 12px;
    }
}

.benefits-area {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
    .benefits-link {
        margin-top: 25px;
    }
    .notes {
        font-size: 16px;
        margin-top: 16px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .page-btn {
        height: 44px;
        font-size: 16px;
        svg {
            right: 8px;
            width: 32px;
            padding: 10px;
        }
    }
    .benefits-area {
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 0;
        .benefits-link {
            margin-top: 25px;
        }
        .notes {
            font-size: 16px;
            margin-top: 16px;
            text-align: center;
        }
    }
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    .header-top {
        background-color: #F9F9F9;
        position: relative;
        z-index: 3;
        padding: 0 0 0 40px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        .ht-left {
            width: 49%;
            height: auto;
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 6px 0 10px 0;
            .logo-link {
                width: 255px;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 7px;
                p {
                    font-size: 11px;
                    line-height: 1;
                    letter-spacing: -0.03rem;
                }
                .header-logo {
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }
            .keni {
                width: 170px;
                height: auto;
                object-fit: contain;
            }
        }
        .ht-right {
            width: 49%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: end;
            .tel-area {
                width: 370px;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
                p {
                    font-size: var(--text-font);
                    line-height: 1;
                    font-weight: 700;
                }
                .tel-link {
                    width: 100%;
                    height: auto;
                    display: flex;
                    justify-content: center;
                    gap: 5px;
                    font-size: clamp(2.375rem, 1.625rem + 2vw, 2.875rem);
                    font-weight: 700;
                    line-height: 1;
                    .tel-icon {
                        width: 28px;
                        height: auto;
                        object-fit: contain;
                    }
                }
                span {
                    display: inline-block;
                    font-size: var(--text-font);
                    font-weight: 500;
                }
            }
            .tenpo-btn {
                width: 170px;
                height: 105%;
                border-radius: 0 0 6px 6px;
                background-color: #fff;
                box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
                .tenpo-link {
                    width: 100%;
                    height: 100%;
                    padding: 7px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    gap: 6px;
                    .tenpo-img {
                        width: 100%;
                        height: auto;
                        aspect-ratio: 1.5 / 0.7;
                        object-fit: cover;
                        border-radius: 5px;
                    }
                    p {
                        width: 100%;
                        height: auto;
                        padding: 5px;
                        text-align: center;
                        font-size: 14px;
                        border-radius: 5px;
                        font-weight: 700;
                        color: #fff;
                        background-color: var(--orange-color);
                    }
                }
            }
        }
    }
    .header-bottom {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        padding: 0 40px;
        background: #F6F3F2;
        border-top: 1px solid #D4D4D4;
        border-bottom: 2px solid #F67531;
        .nav-inner {
            max-width: 1250px;
            width: 100%;
            margin: auto;
            .header-list {
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;
                .header-item {
                    position: relative;
                    width: auto;
                    height: auto;
                    .header-link {
                        position: relative;
                        padding: 15px 2.8vw 20px 2.8vw;
                        font-size: clamp(0.938rem, 0.656rem + 0.75vw, 1.125rem);
                        white-space: nowrap;
                        font-weight: 700;
                        line-height: normal;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        &::before {
                            content: '';
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                            right: 0;
                            width: 1px;
                            height: 50%;
                            background-color: #000;
                        }
                    }
                    &:nth-last-of-type(1) .header-link::before {
                        display: none;
                    }
                }
            }
        }
    }
    .menu-btn {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    header {
        .header-bottom {
            .nav-inner {
                .header-list {
                    .header-item.pc-add-child {
                        .pc-child-area {
                            position: absolute;
                            bottom: 2px;
                            left: 50%;
                            transform: translate(-50%, 100.5%);
                            background-color: var(--orange-color-02);
                            border-radius: 0 0 10px 10px;
                            transition: all .3s ease;
                            opacity: 0;
                            pointer-events: none;
                            overflow: hidden;
                            max-width: 200px;
                            width: 100%;
                            height: auto;
                            .pc-child-list {
                                display: flex;
                                flex-direction: column;
                                padding: 10px 25px;
                                color: #fff;
                                .pc-child-item {
                                    border-bottom: 1px solid #fff;
                                    a {
                                        display: block;
                                        padding: 20px 5px;
                                    }
                                    &:nth-last-of-type(1) {
                                        border-bottom: 0;
                                    }
                                }
                            }
                        }
                        &:hover .pc-child-area {
                            opacity: 1;
                            pointer-events: all;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    header {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        .header-top {
            position: relative;
            z-index: 99999;
            /* display: contents; */
            padding: 0 15px;
            align-items: center;
            .ht-left {
                width: auto;
                gap: 10px;
                padding: 6px 0 10px 0;
                .logo-link {
                    width: 180px;
                    gap: 7px;
                    p {
                        font-size: 8px;
                    }
                    .header-logo {
                        width: 100%;
                    }
                }
                .keni {
                    max-width: 130px;
                    width: 30%;
                }
            }
            .ht-right {
                display: none;
            }
        }
        .header-bottom {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            position: absolute;
            z-index: 9999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            padding: 0 20px;
            transition: all .3s ease;
            overflow: scroll;
            &.active {
                opacity: 1;
                visibility: visible;
                pointer-events: all;
            }
            .nav-inner {
                padding-top: calc((var(--header-height)) + 30px);
                padding-bottom: calc((var(--header-height)) + 60px);
                width: 100%;
                height: auto;
                max-width: 420px;
                margin: auto;
                .sp-menu-content {
                    width: 100%;
                    height: auto;
                    .tel-area {
                        position: relative;
                        width: 100%;
                        height: auto;
                        display: block;
                        .tel-img {
                            width: 100%;
                            height: auto;
                            object-fit: contain;
                        }
                        .tel-human {
                            position: absolute;
                            bottom: -25px;
                            right: -20px;
                            width: 32%;
                        }
                    }
                    .banner-list {
                        margin-top: 20px;
                        width: 100%;
                        height: auto;
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                        .banner-link {
                            width: 100%;
                            height: auto;
                            display: block;
                            .banner {
                                width: 100%;
                                height: auto;
                                object-fit: contain;
                            }
                        }
                    }
                }
                .header-list {
                    width: 100%;
                    height: 100%;
                    flex-direction: column;
                    align-items: start;
                    gap: 0;
                    .header-item {
                        width: 100%;
                        .header-link {
                            text-align: left;
                            width: 100%;
                            padding: 20px 10px;
                            display: block;
                            background-color: #fff;
                            &::before {
                                top: auto;
                                bottom: 0;
                                transform: translateX(50%);
                                right: 50%;
                                width: 100%;
                                height: 1px;
                                background-color: #000;
                            }
                            &::after {
                                content: '';
                                position: absolute;
                                top: 50%;
                                transform: translateY(-50%) rotate(45deg);
                                right: 16px;
                                width: 11px;
                                height: auto;
                                aspect-ratio: 1 / 1;
                                border-top: 2px solid #333;
                                border-right: 2px solid #333;
                            }
                            &.parent-link::after {
                                border-top: 0;
                                border-bottom: 2px solid #333;
                            }
                        }
                        .parent-link:has(+ .open)::after {
                            transform: translateY(-50%) rotate(45deg) scale(-1);
                        }
                        &:nth-last-of-type(1) .header-link::before {
                            display: none;
                        }
                        .pc-child-area {
                            display: block;
                            height: auto;
                            overflow: hidden;
                            max-height: 0;
                            transition: max-height 0.4s ease;
                            position: relative;
                            transform: translate(0, 0);
                            opacity: 1;
                            pointer-events: all;
                            .pc-child-list {
                                width: 100%;
                                height: auto;
                                display: flex;
                                flex-direction: column;
                                padding-left: 15px;
                                .pc-child-item {
                                    width: 100%;
                                    height: auto;
                                    .pc-child-link {
                                        display: flex;
                                        align-items: center;
                                        width: 100%;
                                        height: auto;
                                        padding: 12px 0;
                                        border-bottom: 1px solid #333333c2;
                                        font-size: 16px;
                                        font-weight: 700;
                                        gap: 10px;
                                        .pcc-icon {
                                            width: 50px;
                                            height: auto;
                                            aspect-ratio: 1 / 1;
                                            border-radius: 5rem;
                                            padding: 10px;
                                            background: #fff;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .menu-btn {
            display: block;
            z-index: 9999;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 26px;
            height: 18px;
            cursor: pointer;
            transition: all .3s ease;
            span {
                position: absolute;
                display: block;
                width: 100%;
                height: 2px;
                background-color: #2F2F2F;
                border-radius: 5rem;
                transition: all .3s ease;
                &:nth-of-type(1) {
                    top: 0;
                    left: 50%;
                    transform: translate(-50%, 0);
                }
                &:nth-of-type(2) {
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
                &:nth-of-type(3) {
                    bottom: 0;
                    left: 50%;
                    transform: translate(-50%, 0);
                }
            }
            &.active {
                position: relative;
                /* transform: translate(-30px, 30px); */
                span {
                    z-index: 2;
                    &:nth-of-type(1) {
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%) rotate(45deg);
                    }
                    &:nth-of-type(2) {
                        opacity: 0;
                    }
                    &:nth-of-type(3) {
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }
                }
            }
        }
    }
}


/* top-mv */

.mv {
    margin-top: var(--header-height);
    padding: 2rem 0;
    width: 100%;
    height: auto;
    .mv-inner {
        overflow: hidden;
        .mv-splide {
            .splide__track {
                max-width: 1000px !important;
                width: 80%;
                height: auto;
                margin: auto;
                overflow: visible;
            }
            .splide__slide {
                transition: transform 0.3s ease;
                opacity: 0.5;
                /* transform: scale(0.9); */
                &.is-active {
                    opacity: 1;
                    .mv-link {
                        transform: scale(1);
                    }
                }
                .mv-link {
                    transform: scale(0.9);
                    display: block;
                    width: 100%;
                    height: auto;
                    aspect-ratio: 10 / 6.31;
                    .mv-img {
                        width: 100%;
                        height: 100%;
                        display: block;
                        object-fit: cover;
                    }
                }
                &.top {
                    .mv-link {
                        width: 100%;
                        height: 100%;
                        display: block;
                        background: url("./img/mv1.webp") no-repeat right / cover;
                        position: relative;
                        padding: 23px;
                    }
                    .s-back {
                        z-index: 0;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(239deg, rgba(242, 238, 234, 0.20) 5.19%, #F2EEEA 56.74%, #F2EEEA 68.08%);
                    }
                    .s-products {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                        height: auto;
                        display: flex;
                        justify-content: space-between;
                        .sp-item {
                            background-color: #fff;
                            width: 32%;
                            height: auto;
                            border-radius: 4px;
                            overflow: hidden;
                            .sp-link {
                                width: 100%;
                                height: auto;
                                padding: 16px 22px 22px 22px;
                                display: flex;
                                align-items: center;
                                flex-direction: column;
                                gap: 20px;
                                h2 {
                                    font-size: clamp(1.75rem, 0.708rem + 1.67vw, 2.063rem);
                                    line-height: 1;
                                    font-weight: 700;
                                }
                                img {
                                    width: 100%;
                                    height: auto;
                                    aspect-ratio: 16 / 9;
                                    object-fit: cover;
                                    border-radius: 8px;
                                }
                                .price {
                                    display: flex;
                                    align-items: end;
                                    width: max-content;
                                    height: auto;
                                    font-size: clamp(4.375rem, 1.042rem + 5.33vw, 5.375rem);
                                    line-height: .8;
                                    font-weight: 700;
                                    caret-color: var(--orange-color-02);
                                    span {
                                        position: relative;
                                        font-size: 0.39em;
                                        display: inline-block;
                                        &::before {
                                            content: '工事費コミコミ';
                                            position: absolute;
                                            top: 0;
                                            left: 5px;
                                            transform: translateY(-140%);
                                            width: 100%;
                                            height: auto;
                                            padding: 6px 9px 6px 11px;
                                            border-radius: 5rem;
                                            background-color: var(--orange-color-02);
                                            text-align: center;
                                            font-size: clamp(0.625rem, -0.208rem + 1.33vw, 0.875rem);
                                            line-height: 1;
                                            color: #fff;
                                            font-weight: 700;
                                            white-space: nowrap;
                                        }
                                    }
                                }
                                .detailmore {
                                    font-size: clamp(0.875rem, 0.5rem + 1vw, 1.125rem);
                                    line-height: 1;
                                    font-weight: 700;
                                    display: flex;
                                    align-items: center;
                                    gap: 8px;
                                    svg {
                                        width: 28px;
                                        height: auto;
                                        aspect-ratio: 1 / 1;
                                        border-radius: 5rem;
                                        background-color: var(--orange-color-02);
                                        padding: 8px;
                                    }
                                }
                            }
                        }
                    }
                    .desc {
                        position: relative;
                        z-index: 2;
                        margin-top: 12px;
                        width: 100%;
                        height: auto;
                        text-align: center;
                        font-size: clamp(1.375rem, -0.708rem + 3.33vw, 2rem);
                        font-weight: 700;
                        line-height: 1.6;
                    }
                    .check-list {
                        position: relative;
                        z-index: 2;
                        max-width: 846px;
                        width: 100%;
                        height: auto;
                        margin: 35px auto 0 auto;
                        padding: 10px 30px;
                        border-radius: 4.888px;
                        background: linear-gradient(90deg, #FF7F2E 4.61%, #EC5C00 92.8%);
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        li {
                            width: 48%;
                            height: auto;
                            display: flex;
                            align-items: center;
                            gap: 12px;
                            color: #fff;
                            font-size: clamp(1rem, -0.875rem + 3vw, 1.563rem);
                            font-weight: 500;
                            line-height: 1.6;
                            svg {
                                width: 20px;
                                height: auto;
                                object-fit: contain;
                            }
                        }
                    }
                }
            }
        }
        .splide__pagination {
            margin-top: 1rem;
            display: flex;
            justify-content: center;
            gap: 5px;
            li {
                button {
                    width: 25px;
                    height: 3px;
                    background: #ccc;
                    border: none;
                    &.is-active {
                        background: var(--orange-color);
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .s-products .sp-item:nth-last-of-type(1) {
        display: none;
    }
    .sp-item {
        width: 49% !important;
    }
}

@media screen and (max-width: 600px) {
    .mv {
        margin-top: var(--header-height);
        padding: 0 0 30px 0;
        .mv-inner {
            .mv-splide {
                max-height: 100svh;
                padding: 0 !important;
                .splide__track {
                    max-width: 500px !important;
                    width: 100%;
                }
                .splide__slide {
                    .mv-link {
                        transform: scale(0.95);
                        width: 100%;
                        height: 100%;
                        aspect-ratio: unset;
                        .mv-img {
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                    &.top {
                        .mv-link {
                            padding: 15px;
                        }
                        .s-products {
                            flex-direction: column;
                            gap: 10px;
                            .sp-item {
                                width: 100%;
                                .sp-link {
                                    padding: 10px;
                                    display: grid;
                                    grid-template-columns: repeat(2, 1fr);
                                    grid-template-rows: repeat(2, 1fr);
                                    grid-column-gap: 0px;
                                    grid-row-gap: 0px;
                                    gap: 10px;
                                    h2 {
                                        grid-area: 1 / 2 / 2 / 3;
                                        font-size: 18px;
                                    }
                                    img {
                                        grid-area: 1 / 1 / 3 / 2;
                                        width: 100%;
                                        aspect-ratio: 16 / 9;
                                        object-fit: cover;
                                        border-radius: 4px;
                                    }
                                    .price {
                                        grid-area: 2 / 2 / 3 / 3;
                                        font-size: 50px;
                                        span {
                                            position: relative;
                                            font-size: 0.5em;
                                            display: inline-block;
                                            &::before {
                                                width: 100%;
                                                height: auto;
                                                padding: 3px 4px 2px 4px;
                                                font-size: 10px;
                                            }
                                        }
                                    }
                                    .detailmore {
                                        display: none;
                                    }
                                }
                            }
                        }
                        .desc {
                            margin-top: 10px;
                            font-size: 16px;
                        }
                        .check-list {
                            margin: 20px auto 0 auto;
                            border-radius: 4px;
                            flex-wrap: wrap;
                            align-items: center;
                            justify-content: center;
                            gap: 6px;
                            padding: 10px;
                            li {
                                width: 100%;
                                gap: 6px;
                                font-size: 16px;
                                justify-content: center;
                                svg {
                                    width: 15px;
                                    height: auto;
                                    object-fit: contain;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


/* top-banner */

.top-banner {
    padding-bottom: 60px;
    overflow: hidden;
    .l-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
        .top-cta {
            width: 49%;
            height: auto;
            img {
                width: 100%;
                height: auto;
                object-fit: contain;
            }
            &:nth-last-of-type(2) {
                margin-right: -23px;
                margin-top: -10px;
                width: calc(49% + 25px);
                height: auto;
            }
            &:nth-last-of-type(1) {
                width: 100%;
                height: auto;
            }
        }
        .notes {
            width: 100%;
            height: auto;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
        }
    }
}

@media screen and (max-width: 600px) {
    .top-banner {
        padding-bottom: 30px;
        .l-inner {
            gap: 15px 0;
            .top-cta {
                width: 49%;
                &:nth-last-of-type(2) {
                    margin-right: 0;
                    margin-top: 0;
                    width: 49%;
                }
                &:nth-last-of-type(1) {
                    width: 100%;
                    height: auto;
                }
            }
            .notes {
                font-size: 13px;
            }
        }
    }
}


/* top-storength */

.top-storength {
    padding-top: 30px;
    padding-bottom: 60px;
    .ts-heading-area {
        position: relative;
        .txtarea {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            gap: 20px;
        }
        .ts-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .ts-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
            text-shadow: 0px 4px 25px #F9F9F9;
        }
        .ts-img {
            z-index: -1;
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            width: clamp(11.875rem, 7.188rem + 12.5vw, 15.625rem);
            height: auto;
            &.left {
                left: 0;
            }
            &.right {
                right: 0;
            }
        }
    }
    .ts-content {
        width: 100%;
        height: auto;
        padding: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 60px;
        border-radius: 20px;
        background: #F9F7F1 url("./img/grid.svg") repeat;
        .tsc-heading {
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            line-height: 1.6;
            font-weight: 700;
            span {
                color: var(--orange-color-02);
            }
        }
        .tsc-desc {
            margin-top: 20px;
            max-width: 710px;
            width: 100%;
            height: auto;
            font-size: var(--text-font);
            line-height: 2;
            font-weight: 500;
        }
        .tsc-btn {
            margin-top: 30px;
        }
    }
}

@media screen and (max-width: 600px) {
    .top-storength {
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
        .ts-heading-area {
            .txtarea {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column-reverse;
                align-items: center;
                gap: 10px;
            }
            .ts-sub {
                font-size: 16px;
                gap: 8px;
                &::before,
                &::after {
                    width: 20px;
                }
            }
            .ts-title {
                font-size: 21px;
            }
            .ts-img {
                top: 55%;
                transform: translateY(-50%);
                width: 110px;
                &.left {
                    left: -10%;
                }
                &.right {
                    right: -10%;
                }
            }
        }
        .ts-content {
            padding: 25px 20px;
            margin-top: 30px;
            border-radius: 10px;
            .tsc-heading {
                font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            }
            .tsc-desc {
                margin-top: 15px;
                text-align: left;
            }
            .tsc-btn {
                margin-top: 25px;
            }
        }
    }
}


/* top-event */

.top-event {
    padding-top: 60px;
    padding-bottom: 60px;
    .te-heading-area {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        .te-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .te-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
        }
    }
    .te-content {
        margin-top: 45px;
        width: 100%;
        height: auto;
        .te-link {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            padding: 2% 3% 2% 2%;
            border-radius: 20px;
            background-color: #fff;
        }
        .te-image-container {
            width: 47%;
            height: fit-content;
            aspect-ratio: 4.2 / 2.8;
            overflow: hidden;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 16px;
            }
        }
        .te-text-content {
            width: 49%;
            height: auto;
            .te-heading {
                display: flex;
                flex-direction: column;
                gap: 24px;
                h3 {
                    font-size: clamp(1.25rem, 0.875rem + 1vw, 1.5rem);
                    line-height: 1.6;
                    font-weight: 700;
                    color: var(--orange-color-02);
                }
                .badge-list {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 12px;
                    .badge {
                        font-size: 13px;
                        line-height: 1.6;
                        font-weight: 500;
                        color: #fff;
                        padding: 6px 24px;
                        border: 1px solid var(--orange-color-02);
                        background-color: var(--orange-color-02);
                        border-radius: 8px;
                    }
                }
            }
            .te-information {
                margin-top: 32px;
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                h4 {
                    position: relative;
                    font-size: 14px;
                    line-height: 2;
                    width: 100%;
                    height: auto;
                    &::after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                        width: 87%;
                        height: 1px;
                        background-color: #cacaca;
                    }
                }
                .tei-content {
                    margin-top: 12px;
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    .tei-box {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        gap: 16px;
                        width: 100%;
                        height: auto;
                        font-size: 13px;
                        font-weight: 500;
                        line-height: 1.6;
                    }
                }
                .more-btn-area {
                    .more-btn {
                        font-size: var(--text-font);
                        font-weight: 500;
                        line-height: 2;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        gap: 12px;
                    }
                    svg {
                        width: 45px;
                        height: auto;
                        aspect-ratio: 1 / 1;
                        border-radius: 5rem;
                        border: 1px solid var(--black-color);
                        padding: 12px;
                    }
                }
            }
        }
    }
    .te-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .top-event {
        padding-top: 30px;
        padding-bottom: 30px;
        .te-heading-area {
            gap: 10px;
            .te-sub {
                font-size: 16px;
                &::before,
                &::after {
                    width: 20px;
                }
            }
            .te-title {
                font-size: 21px;
            }
        }
        .te-content {
            margin-top: 25px;
            .te-link {
                padding: 15px;
                border-radius: 10px;
                flex-direction: column;
                gap: 10px;
            }
            .te-image-container {
                width: 100%;
                aspect-ratio: 4.2 / 2.8;
                img {
                    border-radius: 8px;
                }
            }
            .te-text-content {
                width: 100%;
                .te-heading {
                    gap: 15px;
                    h3 {
                        font-size: 18px;
                    }
                    .badge-list {
                        gap: 6px;
                        .badge {
                            font-size: 13px;
                            padding: 4px 15px;
                            border-radius: 4px;
                        }
                    }
                }
                .te-information {
                    margin-top: 20px;
                    h4 {
                        font-size: 14px;
                        &::after {
                            width: 80%;
                        }
                    }
                    .more-btn-area {
                        svg {
                            width: 30px;
                            padding: 8px;
                        }
                    }
                }
            }
        }
        .te-btn {
            margin-top: 20px;
        }
    }
}


/* top-case */

.top-case {
    padding-top: 60px;
    padding-bottom: 60px;
    .tc-heading-area {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        .tc-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .tc-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
        }
    }
    .tc-category {
        margin-top: 40px;
        width: 100%;
        height: auto;
        padding: 30px;
        border-radius: 5px;
        border: 1.5px solid var(--black-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        .tcc-heading {
            font-size: clamp(1.125rem, 0.656rem + 1.25vw, 1.438rem);
            line-height: 1;
            font-weight: 700;
            text-align: center;
        }
        .tcc-list {
            /* max-width: 890px; */
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 30px 2%;
            .tcc-item {
                width: calc(94% / 4);
                height: auto;
                .tcc-link {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid var(--black-color);
                    font-size: clamp(1.125rem, 0.938rem + 0.5vw, 1.25rem);
                    line-height: 1;
                    font-weight: 700;
                    .tcc-icon {
                        width: 50px;
                        height: auto;
                        object-fit: contain;
                    }
                }
            }
        }
    }
    .tc-content-list {
        margin-top: 40px;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 30px 0;
        .tc-content-item {
            width: 49%;
            height: auto;
            .tc-content-link {
                display: block;
                width: 100%;
                height: auto;
                padding: 5px;
                border-radius: 5px;
                border: 1px solid var(--black-color);
                .tc-content-thumbnail {
                    width: 100%;
                    height: auto;
                    aspect-ratio: 16 / 9;
                    object-fit: cover;
                }
                .tc-content-txtarea {
                    margin-top: 18px;
                    padding: 0 15px 15px 15px;
                    .tcct-heading-area {
                        display: flex;
                        flex-direction: column-reverse;
                        gap: 15px;
                        h3 {
                            font-size: clamp(1.25rem, 0.875rem + 1vw, 1.5rem);
                            line-height: 1.6;
                            font-weight: 700;
                        }
                        .area {
                            font-size: clamp(0.875rem, 0.688rem + 0.5vw, 1rem);
                            line-height: 1;
                            font-weight: 700;
                        }
                    }
                    .tcct-detail {
                        margin-top: 20px;
                        width: 100%;
                        height: auto;
                        display: flex;
                        justify-content: space-between;
                        align-items: end;
                        .tccd-price {
                            display: flex;
                            flex-direction: column;
                            gap: 10px;
                            dt {
                                font-size: 14px;
                                font-weight: 500;
                            }
                            dd {
                                font-size: clamp(1.125rem, 0.938rem + 0.5vw, 1.25rem);
                                line-height: 1;
                                font-weight: 700;
                            }
                        }
                        .more-btn-area {
                            .more-btn {
                                font-size: var(--text-font);
                                font-weight: 500;
                                line-height: 2;
                                display: flex;
                                flex-direction: row;
                                align-items: center;
                                gap: 12px;
                            }
                            svg {
                                width: 45px;
                                height: auto;
                                aspect-ratio: 1 / 1;
                                border-radius: 5rem;
                                border: 1px solid var(--black-color);
                                padding: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
    .tc-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .top-case {
        padding-top: 30px;
        padding-bottom: 30px;
        .tc-heading-area {
            gap: 10px;
            .tc-sub {
                font-size: 16px;
                &::before,
                &::after {
                    width: 20px;
                }
            }
            .tc-title {
                font-size: 21px;
            }
        }
        .tc-category {
            margin-top: 20px;
            padding: 15px;
            gap: 25px;
            .tcc-heading {
                font-size: 18px;
            }
            .tcc-list {
                gap: 20px 15px;
                .tcc-item {
                    width: auto;
                    .tcc-link {
                        gap: 6px;
                        padding-bottom: 7px;
                        font-size: 16px;
                        .tcc-icon {
                            width: 30px;
                        }
                    }
                }
            }
        }
        .tc-content-list {
            margin-top: 20px;
            gap: 20px 0;
            .tc-content-item {
                width: 100%;
                .tc-content-link {
                    width: 100%;
                }
            }
        }
        .tc-btn {
            margin-top: 25px;
        }
    }
}


/* top-lineup */

.top-lineup {
    padding-top: 60px;
    padding-bottom: 60px;
    .tl-heading-area {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        .tl-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .tl-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
        }
    }
    .tl-list {
        margin-top: 40px;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 30px 4%;
        .tl-item {
            width: calc(92% / 3);
            height: auto;
            .tl-link {
                position: relative;
                display: block;
                width: 100%;
                height: auto;
                .label {
                    padding: 8px 30px 10px 30px;
                    background-color: #fff;
                    border-radius: 5rem;
                    font-size: clamp(1.25rem, 0.781rem + 1.25vw, 1.563rem);
                    white-space: nowrap;
                    font-weight: 700;
                    line-height: 1;
                    position: absolute;
                    top: 15px;
                    left: 50%;
                    transform: translateX(-50%);
                }
                .tl-thumbnail {
                    width: 100%;
                    height: auto;
                    aspect-ratio: 1 / .8;
                    object-fit: cover;
                }
                .tl-txtarea {
                    position: relative;
                    bottom: 0;
                    left: 0;
                    padding: 10px;
                    background-color: #fff;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 5px;
                    width: 100%;
                    height: auto;
                    .back-orange {
                        padding: 5px;
                        background-color: var(--orange-color-02);
                        color: #fff;
                        text-align: center;
                        font-size: clamp(1.25rem, 0.875rem + 1vw, 1.5rem);
                        font-weight: 700;
                    }
                    .price {
                        font-size: clamp(1.25rem, 0.875rem + 1vw, 1.5rem);
                        font-weight: 700;
                        display: flex;
                        align-items: end;
                        span {
                            font-size: clamp(3.125rem, 2.578rem + 1.46vw, 3.563rem);
                            color: var(--orange-color-02);
                            line-height: 0.8;
                            letter-spacing: 0.08rem;
                        }
                    }
                }
            }
        }
    }
    .shuri-banner {
        display: block;
        margin-top: 30px;
        img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }
    }
}

@media screen and (max-width: 600px) {
    .top-lineup {
        padding-top: 30px;
        padding-bottom: 30px;
        .tl-heading-area {
            gap: 10px;
            .tl-sub {
                font-size: 16px;
                &::before,
                &::after {
                    width: 20px;
                }
            }
            .tl-title {
                font-size: 21px;
            }
        }
        .tl-list {
            margin-top: 20px;
            gap: 20px 0;
            justify-content: space-between;
            .tl-item {
                width: 49%;
                .tl-link {
                    .label {
                        padding: 6px 20px 7px 20px;
                        font-size: 18px;
                        position: absolute;
                        top: 15px;
                        left: 50%;
                        transform: translateX(-50%);
                    }
                    .tl-thumbnail {
                        aspect-ratio: 9 / 12;
                    }
                    .tl-txtarea {
                        padding: 5px;
                        flex-direction: column;
                        gap: 5px;
                        .back-orange {
                            padding: 5px;
                            font-size: 16px;
                        }
                        .price {
                            font-size: 22px;
                            font-weight: 700;
                            justify-content: center;
                            align-items: end;
                            span {
                                font-size: 40px;
                            }
                        }
                    }
                }
            }
        }
        .shuri-banner {
            margin-top: 20px;
        }
    }
}


/* top-showroom */

.top-showroom {
    padding-top: 60px;
    padding-bottom: 120px;
    .tshow-heading-area {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        .tshow-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .tshow-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
        }
    }
    .tshow-content {
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        .tshow-box {
            width: 49%;
            height: auto;
            .tshow-img {
                width: 100%;
                height: auto;
                aspect-ratio: 16 / 9;
                object-fit: cover;
                border-radius: 12px;
            }
            .tshow-detail {
                margin-top: 13px;
                display: flex;
                flex-direction: column;
                font-weight: 500;
                font-size: var(--text-font);
                line-height: 1.6;
                .shop-name {
                    order: 2;
                    font-size: clamp(1.25rem, 0.688rem + 1.5vw, 1.625rem);
                    line-height: 1.6;
                    font-weight: 700;
                }
                .label {
                    order: 1;
                }
                .address {
                    order: 3;
                }
                .access-link {
                    order: 4;
                    font-size: clamp(1.125rem, 0.938rem + 0.5vw, 1.25rem);
                    text-decoration: underline;
                    color: #907769;
                }
                .access-info {
                    order: 5;
                    margin-top: 10px;
                }
                .shop-tel {
                    order: 6;
                }
            }
            .tshow-btn {
                max-width: 325px;
                margin-top: 40px;
                margin-left: 0;
            }
        }
    }
}

@media screen and (max-width: 600px) {
    .top-showroom {
        padding-top: 30px;
        padding-bottom: 60px;
        .tshow-heading-area {
            gap: 10px;
            .tshow-sub {
                font-size: 16px;
                &::before,
                &::after {
                    width: 20px;
                }
            }
            .tshow-title {
                font-size: 21px;
            }
        }
        .tshow-content {
            margin-top: 25px;
            flex-direction: column;
            gap: 30px;
            .tshow-box {
                width: 100%;
                .tshow-img {
                    border-radius: 10px;
                }
                .tshow-btn {
                    margin-top: 20px;
                }
            }
        }
    }
}

.top-guide {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F9F7F1;
    .yg-icon {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 55px;
        height: auto;
        object-fit: contain;
    }
    .tg-heading-area {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        .tg-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .tg-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
            span {
                position: relative;
                display: inline-block;
                &::before {
                    content: '';
                    position: absolute;
                    top: -15px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 7px;
                    height: 7px;
                    border-radius: 5rem;
                    background-color: var(--black-color);
                }
            }
        }
    }
    .tg-content {
        margin-top: 45px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        padding: 2% 3% 2% 2%;
        border-radius: 20px;
        background-color: #fff;
        .tg-img {
            width: 47%;
            height: fit-content;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            object-fit: cover;
            border-radius: 16px;
        }
        .tg-content-detail {
            width: 49%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            gap: 30px;
            .hukidashi {
                position: relative;
                padding: 14px 12px 15px 12px;
                color: #fff;
                line-height: 1;
                font-size: clamp(1rem, 0.813rem + 0.5vw, 1.125rem);
                font-weight: 700;
                border-radius: 7px;
                &:nth-of-type(2n-1) {
                    background-color: var(--orange-color);
                    margin-right: auto;
                }
                &:nth-of-type(2n) {
                    background-color: var(--orange-color-02);
                    margin-left: auto;
                }
                svg {
                    position: absolute;
                    bottom: 6.5px;
                    left: 5px;
                    transform: translateY(100%);
                }
            }
        }
    }
    .tshow-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .top-guide {
        padding-top: 40px;
        padding-bottom: 30px;
        .yg-icon {
            width: 30px;
        }
        .tg-heading-area {
            gap: 10px;
            .tg-sub {
                font-size: 16px;
                &::before,
                &::after {
                    width: 20px;
                }
            }
            .tg-title {
                font-size: 21px;
                span {
                    &::before {
                        top: -10px;
                        width: 5px;
                        height: 5px;
                    }
                }
            }
        }
        .tg-content {
            margin-top: 30px;
            flex-direction: column;
            gap: 20px;
            padding: 2% 3% 10% 2%;
            border-radius: 10px;
            .tg-img {
                width: 100%;
                aspect-ratio: 16 / 9;
                border-radius: 12px;
            }
            .tg-content-detail {
                width: 100%;
                gap: 30px;
                .hukidashi {
                    padding: 14px 12px 15px 12px;
                    &:nth-of-type(2n-1) {
                        margin-left: 10px;
                    }
                    &:nth-of-type(2n) {
                        margin-right: 10px;
                    }
                    svg {
                        bottom: 9.5px;
                        width: 30px;
                    }
                }
            }
        }
        .tshow-btn {
            margin-top: 25px;
        }
    }
}


/* footer cta */

.top-contact {
    padding-top: 90px;
    padding-bottom: 90px;
    .tcon-heading-area {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        .tcon-sub {
            position: relative;
            font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before,
            &::after {
                content: '';
                display: block;
                width: 25px;
                height: 1px;
                background-color: var(--black-color);
            }
        }
        .tcon-title {
            font-size: clamp(2.5rem, 2.031rem + 1.25vw, 2.813rem);
            font-weight: 700;
            text-align: center;
        }
    }
    .tcon-btn-area {
        position: relative;
        margin-top: 35px;
        width: 100%;
        height: auto;
        padding: 25px 40px 25px 25px;
        background-color: var(--orange-color-02);
        color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 3%;
        &::before {
            z-index: -1;
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--orange-color-deep);
            border-radius: 10px;
        }
        .tconb-img {
            width: 48%;
            height: auto;
            border-radius: 5px;
            aspect-ratio: 16 / 9;
            object-fit: cover;
        }
        .tconb-detail {
            max-width: 485px;
            width: 48%;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            .tconb-heading {
                font-size: clamp(1.5rem, 1.031rem + 1.25vw, 1.813rem);
                line-height: 1.6;
                font-weight: 700;
            }
            .tconb-link {
                position: relative;
                margin-top: 10px;
                width: 100%;
                height: 80px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #fff;
                font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
                font-weight: 700;
                color: var(--orange-color-02);
                border-radius: 5rem;
                .logo-texture {
                    position: absolute;
                    top: 50%;
                    left: 14px;
                    transform: translateY(-50%);
                    width: auto;
                    height: 80%;
                }
                .direction-area {
                    position: absolute;
                    top: 50%;
                    right: 14px;
                    transform: translateY(-50%);
                    width: 53px;
                    height: auto;
                    aspect-ratio: 1 / 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid var(--orange-color-02);
                    border-radius: 5rem;
                    svg {
                        width: 30%;
                        height: auto;
                    }
                }
            }
            .tconb-tel {
                margin-top: 13px;
                width: 100%;
                height: auto;
                display: flex;
                align-items: baseline;
                gap: 5px;
                justify-content: center;
                font-size: clamp(3.125rem, 2.188rem + 2.5vw, 3.75rem);
                font-weight: 700;
                line-height: 1;
                .tel-icon {
                    width: 36px;
                    height: auto;
                    object-fit: contain;
                }
            }
            .tconb-notes {
                margin-top: 8px;
                margin-left: auto;
                margin-right: auto;
                max-width: 440px;
                width: 100%;
                height: auto;
                padding: 5px 10px;
                background-color: #fff;
                text-align: center;
                font-size: clamp(1rem, 0.813rem + 0.5vw, 1.125rem);
                color: var(--black-color);
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    .top-contact {
        padding-top: 30px;
        padding-bottom: 30px;
        .tcon-btn-area {
            margin-top: 0;
            padding: 20px;
            border-radius: 10px;
            flex-direction: column;
            gap: 15px;
            &::before {
                top: 7px;
            }
            .tconb-img {
                width: 100%;
            }
            .tconb-detail {
                max-width: 100%;
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                .tconb-heading {
                    font-size: 22px;
                }
                .tconb-link {
                    height: 60px;
                    font-size: 18px;
                    .logo-texture {
                        height: 60%;
                    }
                    .direction-area {
                        width: 40px;
                        svg {
                            width: 30%;
                            height: auto;
                        }
                    }
                }
                .tconb-tel {
                    margin-top: 13px;
                    gap: 5px;
                    justify-content: center;
                    font-size: 30px;
                    .tel-icon {
                        width: 28px;
                    }
                }
                .tconb-notes {
                    margin-top: 8px;
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 440px;
                    width: 100%;
                    height: auto;
                    padding: 5px 10px;
                    background-color: #fff;
                    text-align: center;
                    font-size: clamp(1rem, 0.813rem + 0.5vw, 1.125rem);
                    color: var(--black-color);
                }
            }
        }
    }
}

.footer-area {
    padding-top: 35px;
    padding-bottom: 65px;
    /* background-color: #F9F7F1; */
    .l-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }
    .afa-heading {
        width: max-content;
        text-align: center;
        font-size: clamp(1.125rem, 0.75rem + 1vw, 1.375rem);
        font-weight: 700;
        line-height: 1;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--black-color);
    }
    .afa-list {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
        .fa-item {
            width: calc(90% / 5);
            border-bottom: 1px solid var(--black-color);
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(1.25rem, 0.875rem + 1vw, 1.5rem);
            font-weight: 400;
            &::before {
                display: none;
            }
        }
    }
}

@media screen and (max-width: 600px) {
    .footer-area {
        padding-top: 30px;
        padding-bottom: 30px;
        .l-inner {
            gap: 25px;
        }
        .afa-list {
            justify-content: center;
            gap: 20px 10px;
            .fa-item {
                width: calc(90% / 3);
                padding: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: clamp(1.25rem, 0.875rem + 1vw, 1.5rem);
                font-weight: 400;
            }
        }
    }
}

footer {
    background-color: #EFEFEF;
    padding-top: 70px;
    padding-bottom: 50px;
    .footer-top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
        gap: 60px;
        .ft-left {
            /* max-width: 310px; */
            width: 48%;
            width: 100%;
            height: auto;
            .footer-logo {
                max-width: 250px;
                width: 78%;
                height: auto;
                object-fit: contain;
            }
            .company-info {
                margin-top: 30px;
                width: 100%;
                height: auto;
                display: flex;
                /* flex-direction: column; */
                gap: 25px;
                li {
                    font-size: var(--text-font);
                    line-height: 1.8;
                    font-weight: 500;
                }
            }
        }
        .ft-right {
            /* max-width: 500px; */
            width: 55%;
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            .footer-menu {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 30px 20px;
            }
            .footer-keiei {
                max-width: 250px;
                width: 100%;
                height: auto;
                object-fit: contain;
                margin-top: 2rem;
            }
            /* .footer-menu {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(6, 1fr);
                grid-column-gap: 0px;
                grid-row-gap: 0px;
                gap: 30px;
            }
            .--01 {
                grid-area: 1 / 1 / 2 / 2;
            }
            .--02 {
                grid-area: 1 / 2 / 7 / 3;
            }
            .--03 {
                grid-area: 2 / 1 / 3 / 2;
            }
            .--04 {
                grid-area: 3 / 1 / 4 / 2;
            }
            .--05 {
                grid-area: 4 / 1 / 5 / 2;
            }
            .--06 {
                grid-area: 5 / 1 / 6 / 2;
            }
            .--07 {
                grid-area: 6 / 1 / 7 / 2;
            } */
            .fm-item {
                font-size: clamp(1rem, 0.625rem + 1vw, 1.25rem);
                font-weight: 700;
                .fm-child-list {
                    width: 100%;
                    margin-top: 25px;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    grid-auto-flow: 20px;
                    padding-left: 20px;
                    gap: 20px;
                    border-left: 1px solid var(--black-color);
                    .fmc-item {
                        font-size: var(--text-font);
                        font-weight: 500;
                    }
                }
            }
        }
    }
    .footer-bottom {
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid var(--black-color);
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
        .fb-left-list {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
            .fbl-item {
                font-size: var(--text-font);
                font-weight: 500;
                white-space: nowrap;
            }
        }
        .fb-right small {
            font-size: 15px;
        }
    }
}

@media screen and (max-width: 600px) {
    footer {
        padding-top: 60px;
        padding-bottom: 30px;
        .footer-top {
            gap: 40px;
            .ft-left {
                width: 100%;
                .footer-logo {
                    max-width: 200px;
                }
                .company-info {
                    margin-top: 30px;
                    flex-direction: column;
                    gap: 15px;
                }
            }
            .ft-right {
                .footer-menu {
                    gap: 20px 15px;
                }
                .fm-item {
                    .fm-child-list {
                        gap: 20px 15px;
                        border-left: 1px solid var(--black-color);
                        .fmc-item {
                            font-size: var(--text-font);
                            font-weight: 500;
                        }
                    }
                }
            }
        }
        .footer-bottom {
            margin-top: 40px;
            padding-top: 20px;
            flex-direction: column;
            gap: 15px;
            .fb-left-list {
                gap: 20px;
            }
        }
    }
}


/* page-guide */

.rf-lead {
    margin-top: var(--header-height);
    padding-top: 60px;
    padding-bottom: 60px;
    .rfl-content {
        margin-top: 40px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 60px;
        .rfl-box {
            width: 100%;
            height: auto;
            .rfl-heading {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 40px;
                font-size: clamp(1.625rem, 1.063rem + 1.5vw, 2rem);
                font-weight: 700;
                border-bottom: 3px solid var(--orange-color);
                span {
                    display: block;
                    padding: 7px 50px 8px 40px;
                    color: #fff;
                    background: linear-gradient(142deg, #FF8343 40.47%, #FF6817 47.06%);
                    clip-path: polygon(0 0, calc(100% - 25px) 0%, 100% 100%, 0% 100%);
                }
            }
            .rfl-detail {
                margin-top: 30px;
                width: 100%;
                height: auto;
                display: flex;
                justify-content: space-between;
                align-items: start;
                .rfl-img {
                    width: 40%;
                    height: auto;
                }
                .rfl-desc {
                    width: 56%;
                    height: auto;
                    font-size: var(--text-font);
                    font-weight: 400;
                    line-height: 1.8;
                }
            }
            &:nth-of-type(2) {
                .rfl-detail {
                    flex-direction: row-reverse;
                }
            }
        }
    }
}

@media screen and (max-width: 600px) {
    .rf-lead {
        margin-top: var(--header-height);
        padding-top: 30px;
        padding-bottom: 30px;
        .rfl-content {
            margin-top: 25px;
            gap: 30px;
            .rfl-box {
                .rfl-heading {
                    flex-direction: column;
                    align-items: start;
                    /* align-items: end; */
                    gap: 10px;
                    font-size: 18px;
                    border-bottom: 3px solid var(--orange-color);
                    padding-bottom: 10px;
                    span {
                        padding: 7px 30px 8px 10px;
                        white-space: nowrap;
                    }
                }
                .rfl-detail {
                    margin-top: 25px;
                    flex-direction: column;
                    .rfl-img {
                        width: 100%;
                    }
                    .rfl-desc {
                        margin-top: 10px;
                        width: 100%;
                    }
                }
                &:nth-of-type(2) {
                    .rfl-detail {
                        flex-direction: column;
                    }
                }
            }
        }
    }
}

.rg-flow {
    padding-top: 60px;
    padding-bottom: 120px;
    display: flow-root;
    background-color: #F9F7F1;
    .rgf-list {
        padding: 0 34px;
        max-width: 910px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 90px;
        .rgf-item {
            width: 100%;
            height: auto;
            background-color: #fff;
            position: relative;
            padding: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            .number {
                position: absolute;
                top: 0;
                left: 0;
                transform: translate(-30%, -30%);
                font-size: clamp(4.375rem, 3.438rem + 2.5vw, 5rem);
                font-weight: 700;
                line-height: 0.8;
                color: var(--orange-color-02);
            }
            .rgf-text-area {
                width: 57%;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 25px;
                .rgf-heading {
                    font-size: clamp(1.5rem, 0.938rem + 1.5vw, 1.875rem);
                    font-weight: 700;
                    line-height: 1.6;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 20px;
                    span {
                        display: block;
                        padding: 4px 20px 6px 20px;
                        background-color: var(--orange-color-02);
                        color: #fff;
                        font-size: clamp(1.125rem, 0.656rem + 1.25vw, 1.438rem);
                        font-weight: 700;
                        line-height: 1;
                        min-width: 76px;
                    }
                }
                .rgf-desc {
                    font-size: var(--text-font);
                    font-weight: 500;
                    line-height: 1.8;
                }
            }
            .rgf-img {
                width: 40%;
                height: auto;
                object-fit: cover;
            }
        }
    }
}

@media screen and (max-width: 600px) {
    .rg-flow {
        padding-top: 30px;
        padding-bottom: 30px;
        .rgf-list {
            padding: 0;
            margin-top: 25px;
            gap: 30px;
            .rgf-item {
                padding: 20px;
                flex-direction: column;
                align-items: start;
                gap: 10px;
                .number {
                    order: 1;
                    position: relative;
                    top: auto;
                    left: auto;
                    transform: translate(0, 0);
                    font-size: 50px;
                }
                .rgf-text-area {
                    display: contents;
                    width: 100%;
                    .rgf-heading {
                        order: 2;
                        font-size: 21px;
                        gap: 10px;
                        span {
                            position: absolute;
                            top: 20px;
                            right: 20px;
                            padding: 3px 10px 4px 10px;
                            font-size: 21px;
                        }
                    }
                    .rgf-desc {
                        order: 4;
                    }
                }
                .rgf-img {
                    order: 3;
                    width: 100%;
                    height: auto;
                    aspect-ratio: 16 / 9;
                    object-fit: cover;
                }
            }
        }
    }
}

.staff-area {
    @media screen and (min-width: 1200px) {
        .staff-back {
            margin-left: calc(50% - 50vw);
        }
    }
}

.ti-widget {
    width: max-content !important;
}

.quo-area .notes {
    font-size: 13px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
    color: #fff;
}

.faq-heading-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .faq-heading-img {
        height: 185px;
    }
}

.arrow {
    display: block;
    width: 12px;
    height: auto;
    aspect-ratio: 3 / 4;
    background-color: currentColor;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}