.bg-gray {

    background-color: #F7F7F7;
}

.section {
    padding-block: 120px;
    /* max-width: 1130px;
    width: 100%; */
    /* margin-inline: auto;
    padding-inline: 15px; */
}

.main-contents {}

.main__ttl-wrap {
    margin-bottom: 80px;

}

.mb80 {
    margin-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .main__ttl-wrap {
        margin-bottom: 40px;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .section {
        padding-block: 80px 80px;
        max-width: 1130px;
        width: 100%;
        margin-inline: auto;
        /* padding-inline: 24px; */
    }

}

.main__eng-ttl {
    color: #B3A47C;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 12px;
    font-family: 'Baskerville', serif;
    text-transform: uppercase;
}

.main__jp-ttl {
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
    letter-spacing: 0.09em;
    font-family: 'Noto Serif JP', serif;
}

.main__jp-ttl::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #CAD3C5;
}

@media (max-width:767px) {
    .main__eng-ttl {
        color: #B3A47C;
        font-size: 3.2rem;
        letter-spacing: 0.022em;
        font-weight: 400;
        line-height: 46px;
    }

    .main__jp-ttl {
        font-size: 1.4rem;
        letter-spacing: 0.09em;
        line-height: 20px;
        padding-bottom: 15px;
    }
}

.kitchen {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: flex-start;
    gap: 40px;
}

.kitchen__box {
    width: calc(100% / 3 - 26.66px);
}

/* .kitchen__box.mt35 {
    margin-top: -35px;
} */

.kitchen__box-ttl {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 36px;
    font-family: "Shippori Mincho", serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    display: flex;
    min-height: 81px;
    align-items: flex-end;

}

.kitchen__box-des {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 31px;
    font-family: "Shippori Mincho", serif;
}

.kitchen__box-note {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
}

@media (max-width:767px) {
    .kitchen {
        flex-direction: column;
    }

    .kitchen__box {
        width: 100%;
    }

    .kitchen__box-ttl {
        font-size: 1.6rem;
        line-height: 24px;
        padding-bottom: 8px;
        margin-bottom: 16px;
        min-height: 25px;
    }

    .kitchen__box-des {
        font-size: 1.4rem;
        line-height: 22.5px;
        letter-spacing: 0.022em;
    }

    .kitchen__box-note {
        font-size: 1rem;
        padding-top: 10px;
    }

    .kitchen__box.mt35 {
        margin-top: 0px;
    }
}

.comfort {
    background-color: #F7F7F7;
}

.comfort-box-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.comfort-box-wrap.gp {
    gap: 30px;
}

.comfort__box {
    width: calc(100% / 2 - 20px);
    /* line-height: 0; */
}

.comfort__box.gp {
    width: calc(100% / 2 - 15px);

}


.comfort__box.wth {
    max-width: 550px;
    width: 100%;

    @media (max-width:767px) {
        max-width: 100%;
    }
}

.comfort__box.wth560 {
    max-width: 560px;
    width: 100%;

    @media (max-width:767px) {
        max-width: 100%;
    }
}

.comfort__box-ttl {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 30px;
    font-family: "Shippori Mincho", serif;
}

.comfort__box-des {
    font-size: 1.8rem;
    font-weight: 400;
    padding-block: 0 10px;
    line-height: 33px;
    font-family: "Shippori Mincho", serif;

}



.comfort__box-des.pb30 {
    padding-bottom: 30px;
}

.comfort__box-des.pb {
    padding-bottom: 23px;
}


.comfort__box-des.pb-10 {
    padding-bottom: 10px;
}

.comfort__box-note {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;

}

.comfort__box-img {
    margin-top: 30px;
}

.comfort__content {
    width: 100%;
}

.comfort__flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.comfort__flex.gp {
    gap: 10px;
}

.comfort__flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.comfort__box-left {
    width: 50%;
}


.comfort__box-des .sm {
    font-size: 1.4rem;
}

.comfort__img-wrap {
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
    margin-top: 16px;
}

.comfort__free-img {
    margin-top: 30px;
    text-align: center;
}


.comfort__free-img.pl50 {
    padding-left: 50px;
}

.comfort__free-img.mr28 {
    margin-right: 28px;
}

.comfort__free-img.mt16-sp {
    @media (max-width:767px) {
        margin-top: 16px !important;
    }
}

.span-img-txt {
    font-size: 1.2rem;
    color: #231815;
    line-height: 16px;
    font-weight: 400;
    display: block;
    text-align: end;
    padding-top: 5px;
}

.comfort__table {
    padding: 8px 23px 30px;
    border: 1px solid #000;
}

.comfort__table:first-of-type {
    margin-bottom: 12px;
}

.comfort__table-ttl {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 21px;
    padding-bottom: 12px;
    border-bottom: 0.5px solid #000;
    font-family: Zen Kaku Gothic New;
    margin-bottom: 12px;
}

.comfort__table li {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: Zen Kaku Gothic New;
}

.comfort__table li:last-of-type {
    margin-bottom: 3.4px;
}

.comfort__table-note {
    font-size: 1.2rem;
    font-family: Zen Kaku Gothic New;

}

.comfort__content.mt-100 {
    margin-top: 100px;
}

.comfort__box-note.mt30 {
    margin-top: 30px;
}

.comfort-box-wrap.mt74 {
    margin-top: 74px;
}

.comfort__content.mt27 {
    margin-top: 27px;
}

.comfort-wrap {
    margin-top: 30px;
}

.comfort__box-right {
    margin-right: 8.2%;
    max-width: 347px;
}

@media (max-width:991px) {
    .comfort__box-right {
        margin-right: 3.2%;
    }
}

@media (max-width:767px) {
    .comfort-box-wrap {
        flex-direction: column;
    }

    .comfort__box {
        width: 100%;
    }

    .comfort__box-ttl {
        font-size: 1.6rem;
        line-height: 24px;
        padding-bottom: 8px;
        margin-bottom: 16px;

    }

    .comfort__box-des {
        font-size: 1.4rem;
        line-height: 23px;
        padding-block: 0px 16px;
    }

    .comfort__box-des.pb {
        padding-bottom: 16px;
    }

    .comort__box-note {
        font-size: 1rem;
    }

    .comfort__flex {
        flex-direction: column;
        align-items: center;
    }

    .comfort__flex-wrap {
        flex-direction: column;
    }

    .comfort__box-note {
        font-size: 1rem;
    }

    .comfort__content.mt-100 {
        margin-top: 16px;
    }

    .comfort.mt74 {
        margin-top: 40px;
    }

    .comfort__box-left {
        width: 100%;
        margin-bottom: 16px;
    }

    .comfort__box-right {
        margin-bottom: 0px;
        width: 100%;
        margin-right: 0;
        max-width: unset;
    }

    .comfort__box-des .sm {
        font-size: 1rem;
    }

    .comfort__img-wrap {
        margin-top: 16px;
    }

    .comfort__table {
        padding: 11px 22px 18px;
    }

    .comfort__box-des.pb30 {
        padding-bottom: 16px;
    }

    .comfort__box.gp {
        width: 100%;

    }

    .comfort__free-img.pl50 {
        padding-left: 0;
    }

    .comfort__free-img.mr28 {
        margin-right: 0;
    }
}

.multimedia__img-wrap {
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
    margin-top: 23px;



    @media (max-width:767px) {
        margin-top: 16px;
    }
}

.health {
    background-color: #F7F7F7;
}

.kitchen.health {
    justify-content: flex-start;
    align-items: flex-start;
}


.comfort__box img {
    margin-inline: auto;
}

.main-contents img {
    @media (max-width:767px) {
        margin-inline: auto;
        width: 100%;
    }
}

.main-contents .pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

@media (max-width:767px) {
    .kitchen .comfort__box-img {
        margin-top: 16px;
    }
}


#equipment .ch-container.top {
    padding: 0;
    margin-top: 80px;
}

@media (max-width:639px) {
    #equipment .ch-container.top {
        margin-top: 50px;
    }
    #equipment .ch-container .caption {
        margin:0 auto;
    }
    #equipment .ch-container.top ul.caption {
        font-size: 1.0rem;
        line-height: 1.75;
    }
}

#equipment .section.health {
    padding-bottom: 80px;
}
@media (max-width:639px) {
    #equipment .section.health {
        padding-bottom: 50px;
    }
}

/* Back to Top Button */
.back-to-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background-color: #33411D;
    color: #fff;
    /*border-radius: 50%;*/
    cursor: pointer;
    z-index: 990;
    text-align: center;
    line-height: 48px;
    font-size: 2rem;
    opacity: 0.85;
    transition: opacity 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.back-to-top:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .back-to-top {
        right: 12px;
        bottom: calc(20vw + 12px);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.6rem;
    }
}

.low-e-glass {
    max-width: 378px;
    @media screen and (max-width: 767px) {
        max-width: 100%;
    }
}