@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

/*!
page > equipment > common
------------------------------
*/
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeInOut {
    0% { opacity: 0; }
    30% { opacity: 1; }
    60% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeInBottom {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
}

.delay-00-2 { animation-delay: 0.2s !important; }
.delay-00-4 { animation-delay: 0.4s !important; }
.delay-00-5 { animation-delay: 0.5s !important; }
.delay-00-6 { animation-delay: 0.6s !important; }
.delay-00-8 { animation-delay: 0.8s !important; }
.delay-01 { animation-delay: 1s !important; }
.delay-01-5 { animation-delay: 1.5s !important; }
.delay-02 { animation-delay: 2s !important; }
.delay-02-5 { animation-delay: 2.5s !important; }
.delay-03 { animation-delay: 3s !important; }
.delay-03-5 { animation-delay: 3.5s !important; }
.delay-04 { animation-delay: 3s !important; }


.page-container {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .c-title-lv2 {
        font-size: 27px;
        padding: 25px 50px 10px 35px;
    }
}

@media screen and (max-width: 480px) {
    .c-title-lv2 {
        font-size: 8vw;
        padding: 6.66vw 13.33vw 2.66vw 7.33vw;
    }
}

.pc { display: inherit; }
.sp { display: none; }
@media screen and (max-width: 767px) {
    .pc { display: none; }
    .sp { display: inherit; }
}


/*!
page > equipment > about
------------------------------
*/
.equipment-about {
    padding-bottom: clamp(0px, 8.3vw, 100px);
}

.about {
    position: relative;
}

.about-txt {
    font-size: clamp(0px, 2vw, 20px);
    font-weight: 500;
    line-height: 2.2em;
    letter-spacing: 0.09em;
    position: absolute;
    top: 1.5em;
    left: 0;
}

.about-img-1 {
    width: 100%;
    margin-bottom: clamp(0px, 4.2vw, 50px);
}

@media screen and (max-width: 767px) {
    .equipment-about {
        padding-bottom: 35px;
    }

    .about-txt {
        font-size: 16px;
        line-height: 1.7em;
        letter-spacing: 0.07em;
        position: relative;
        top: 0;
        margin-bottom: 1.3em;
    }

    .about-img-1,
    .about-img-2 {
        margin: 0 auto;
    }
}


/*!
page > equipment > standard
------------------------------
*/
.equipment-standard {
    padding-bottom: clamp(0px, 10vw, 120px);
}

.standard-ttl {
    width: 100%;
    height: clamp(0px, 6.7vw, 80px);
    font-size: clamp(0px, 3vw, 30px);
    font-weight: bold;
    color: var(--color-red-base);
    border-top: 3px solid var(--color-red-base);
    border-bottom: 3px solid var(--color-red-base);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(0px, 5vw, 60px);
}

.standard-list {
    width: 1000px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(0px, 4.2vw, 50px) 0;
}

.standard-list li {
    width: 46.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.standard-list li .img-area {
    width: 100%;
    text-align: center;
    margin-bottom: clamp(0px, 1.9vw, 23px);
}

.standard-list li .item-ttl {
    width: 100%;
    font-size: clamp(0px, 2.4vw, 24px);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--color-red-base);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}

.standard-list li .item-ttl span {
    font-size: 0.8em;
}

.standard-list li .item-ttl::after {
    content: "";
    width: 76%;
    height: 1px;
    background-color: var(--color-red-base);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.standard-list li .item-sub-ttl {
    font-size: clamp(0px, 1.8vw, 18px);
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 1em;
    white-space: nowrap;
}

.standard-list li .item-sub-ttl span {
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-top: 0.3em;
}

.standard-list li .item-txt {
    width: 100%;
    font-size: clamp(0px, 1.6vw, 16px);
    line-height: 1.7em;
}

@media screen and (max-width: 767px) {
    .equipment-standard {
        padding-bottom: 35px;
    }

    .standard-ttl {
        height: clamp(0px, 21.3vw, 80px);
        font-size: clamp(0px, 6.75vw, 25px);
        margin-bottom: 20px;
    }

    .standard-list {
        gap: 50px 0;
    }

    .standard-list li {
        width: 100%;
    }

    .standard-list li .img-area {
        margin-bottom: 15px;
    }

    .standard-list li .item-ttl {
        font-size: 20px;
    }

    .standard-list li .item-ttl::after {
        width: 100%;
    }

    .standard-list li .item-sub-ttl {
        font-size: 17px;
        margin-bottom: 0.5em;
        white-space: normal;
    }

    .standard-list li .item-txt {
        font-size: 15px;
        line-height: 1.7em;
    }
}


/*!
page > equipment > house
------------------------------
*/
.equipment-house {
    padding-bottom: clamp(0px, 9.2vw, 110px);
}

.house-ttl {
    width: 100%;
    height: clamp(0px, 7.1vw, 85px);
    font-size: clamp(0px, 3vw, 30px);
    font-weight: bold;
    color: #fff;
    background-color: var(--color-red-base);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(0px, 6.7vw, 80px);
}

.house-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 5vw, 60px);
}

.house-item {
    width: 100%;
    position: relative;
    display: flex;
}

.house-item .img-area {
    width: 46.5%;
    margin-bottom: clamp(0px, 2.5vw, 30px);
    position: relative;
    z-index: 2;
}

.house-item:nth-of-type(even) .img-area {
    margin-left: auto;
}

.house-item .txt-area {
    width: 37.5%;
    background-color: #fff;
    padding: clamp(0px, 4.6vw, 55px) clamp(0px, 3.8vw, 45px) clamp(0px, 4.6vw, 55px) clamp(0px, 5.8vw, 70px);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.house-item:nth-of-type(odd) .txt-area {
    left: 42.5%;
}

.house-item:nth-of-type(even) .txt-area {
    right: 42.5%;
    padding: clamp(0px, 4.6vw, 55px) clamp(0px, 5.8vw, 70px) clamp(0px, 4.6vw, 55px) clamp(0px, 3.8vw, 45px);
}

.house-item .item-ttl {
    font-size: clamp(0px, 2vw, 20px);
    font-weight: bold;
    color: var(--color-red-base);
    line-height: 1;
    margin-bottom: 0.8em;
}

.house-item .item-ttl span {
    font-size: 0.8em;
}

.house-item .item-txt {
    font-size: clamp(0px, 1.5vw, 15px);
    line-height: 1.7em;
    letter-spacing: 0.03em;
}

.house-item .img-note {
    font-size: clamp(0px, 1.3vw, 13px);
    margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
    .equipment-house {
        padding-bottom: 35px;
    }

    .house-ttl {
        height: clamp(0px, 21.3vw, 80px);
        font-size: clamp(0px, 6.75vw, 25px);
        margin-bottom: 20px;
    }

    .house-list {
        gap: 15px;
    }
    
    .house-item {
        flex-direction: column;
    }

    .house-item .img-area {
        width: 100%;
        margin-bottom: 0;
    }

    .house-item:nth-of-type(even) .img-area {
        margin-left: 0;
    }

    .house-item .txt-area {
        width: 100%;
        padding: 20px 15px 30px;
        position: relative;
    }

    .house-item:nth-of-type(odd) .txt-area {
        left: 0;
    }

    .house-item:nth-of-type(even) .txt-area {
        right: 0;
        padding: 20px 15px 30px;
    }

    .house-item .item-ttl {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0.5em;
    }

    .house-item .item-txt {
        font-size: 15px;
    }

    .house-item .img-note {
        font-size: 12px;
        position: absolute;
        bottom: 0.5em;
        right: 0.5em;
    }
}


/*!
page > equipment > info
------------------------------
*/
.equipment-info {
    background-color: var(--color-red-base);
    padding: 100px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-feature-settings: "palt";
    color: #fff;
}

.info-ttl {
    font-size: clamp(0px, 2.6vw, 26px);
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 1em;
}

.info-txt {
    font-size: clamp(0px, 1.6vw, 16px);
    line-height: 2em;
    letter-spacing: 0.09em;
    margin-bottom: 3em;
}

.link-btn {
    width: 420px;
    max-width: 100%;
    aspect-ratio: 420 / 80;
    font-size: clamp(0px, 2.2vw, 22px);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.09em;
    margin: 0 auto;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-red-base);
    background-color: #fff;
    position: relative;
}
.link-btn::after {
    content: "";
    width: 7.6%;
    height: 100%;
    background: url("../img/equipment/btn-arrow.svg") no-repeat center center / contain;
    position: absolute;
    top: 0;
    right: 5%;
}

@media screen and (max-width: 767px) {
    .equipment-info {
        padding: 30px 5%;
    }

    .info-ttl {
        font-size: clamp(0px, 5.9vw, 22px);
        line-height: 1.5em;
    }

    .info-txt {
        font-size: clamp(0px, 4vw, 15px);
        line-height: 1.8em;
        margin-bottom: 1.8em;
    }

    .link-btn {
        font-size: clamp(0px,5vw, 17px);
    }
}
