@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tac {
    text-align: center;
}

.mt-s {
    margin-top: 20px;
}


/* Banner */
.recline_comfort-banner {
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    background: #5e6469;
    height: calc(43.23vw);
    min-height: 590px;
}

.recline_comfort-banner .btn-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    height: 100%;
    object-fit: cover;
}


.recline_comfort-banner .btn-area {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all 1.2s ease 1s;
    transition: all 1.2s ease 1s
}

.recline_comfort-banner.is-show .btn-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.recline_comfort-banner.is-show .btn-area {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}


.recline_comfort-banner .btn-area>h2 {
    position: relative;
    text-align: center;
    padding-top: 100px;
}




.recline_comfort-banner .btn-area>h2 .ttl-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.25));
    vertical-align: top;
}

.recline_comfort-banner .btn-area>h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    font-size: 44px;
    font-weight: 600;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
    line-height: 66px;
    text-align: center;
}


.recline_comfort-banner .area-txt {
    margin-top: 12px;
    text-align: center;
}


.recline_comfort-banner .area-txt h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
    font-weight: 600;
}


.recline_comfort-banner .award {
    width: 10%;
    position: absolute;
    bottom: 4%;
    right: 2%;
}



/* Content */

/* Introduce */


.recline_comfort-box-wh {
    background: #fff;
    padding: 65px 0 120px;
}



.recline_comfort-introduce {
    padding-top: 65px;
}


.recline_comfort-color {
    margin-bottom: 120px;
}


.recline_comfort-box-wh>*:first-child {
    margin-top: 0;
}

.recline_comfort-lead {
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}


.recline_comfort-img-slide {
    width: 85%;
    margin: 45px auto 0;
    text-align: center;
}


.recline_comfort-img-slide img {
    width: 100%;
}


.view-pc {
    display: block;
}

.view-mb {
    display: none !important;
}



/* Compare */
.recline_comfort-half {
    width: 85%;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.recline_comfort-variation {
    width: 85%;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}


.recline_comfort-half .half-box img {
    max-width: 100%;
}


.recline_comfort-half .half-box {
    width: calc(50% - 30px);
    /* margin-right: 60px; */
}

.recline_comfort-half .half-box:nth-child(even) {
    margin-right: 0;
}


.recline_comfort-subts {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #222;

}

.recline_comfort-subts.has-icon {
    padding-left: 70px;
    position: relative;
}

.recline_comfort-subts.has-icon .ttl-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    left: 0;
}


.recline_comfort-txt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #222;
    margin-top: 24px;
}


/* Color */
.recline_comfort-subts.tac {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 25px;
    margin-top: 80px;
}


/* Bathtub */


.recline_comfort-category_title.tac {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 24px;
    margin-top: 50px;
    font-weight: 600;
}


.recline_comfort-half.mt-s {
    margin-top: 20px;
}


.recline_comfort-caption {
    /* margin-top: 10px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 28px;
    color: #222;
}















@media only screen and (min-width: 1900px) {

    .recline_comfort-banner .btn-area>h2 {
        padding-top: 120px;
    }

    .recline_comfort-banner .btn-area>h2 .ttl-icon {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .recline_comfort-banner .btn-area>h2 span {
        font-size: 54px;
    }


    .recline_comfort-banner .btn-area>h2 span {
        font-size: 54px;
        line-height: 82px;
    }
}


/* Tablet & Mobile */

@media (max-width: 991px) {

    .recline_comfort-banner .btn-area>h2 span {
        display: block;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.05em;
        font-size: 64px;
        font-weight: 600;
        text-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
        line-height: 95px;
        text-align: center;
    }


    .recline_comfort-banner .area-txt h3 {
        font-size: 36px;
        line-height: 54px;
    }


    .recline_comfort-lead {
        font-size: 18px;
        line-height: 36px;
    }

    .recline_comfort-introduce {
        padding-top: 40px;
    }

    .recline_comfort-subts {
        font-size: 36px;
        line-height: 45px;
    }

    .recline_comfort-txt {
        font-size: 18px;
        line-height: 32px;
    }


    .recline_comfort-subts.tac {
        font-size: 36px;
        line-height: 45px;
    }

    .recline_comfort-category_title.tac {
        font-size: 32px;
        line-height: 42px;
        margin-top: 90px;
    }


    .recline_comfort-caption {
        font-size: 16px;
        line-height: 24px;
    }


    .recline_comfort-color {
        padding-bottom: 60px;
    }


}

/* Tablet & Mobile */
@media (max-width: 576px) {


    .recline_comfort-banner {
        padding: 45px 0 20px;
        height: calc(118.4vw);
        min-height: 380px;
    }

    .recline_comfort-banner .btn-area {
        width: calc(100vw - 40px);
    }

    .recline_comfort-banner .btn-area>h2 .ttl-icon {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }

    .recline_comfort-banner .btn-area>h2 span {
        font-size: 13px;
        text-shadow: 0 0 9px rgba(0, 0, 0, .25);
        line-height: 20px;
    }

    .recline_comfort-banner .btn-area>h2 {
        padding-top: 52px;
    }

    .recline_comfort-banner .area-txt {
        margin-top: 15px;
    }

    .recline_comfort-banner .area-txt h3 {
        font-size: 9px;
        line-height: 14px;
    }

    .recline_comfort-banner img.award {
        width: 18%;
    }


    /* Content */


    .container {
        padding: 0px 20px;
    }

    .recline_comfort-lead {
        width: auto;
        font-size: 9px;
        line-height: 18px;
    }

    .recline_comfort-img-slide {
        width: auto;
        margin: 20px auto 0px;
    }

    .view-mb {
        display: block !important;
    }


    .view-pc {
        display: none !important;
    }


    .recline_comfort-half {
        display: block;
        margin-top: 25px;
        width: 95%;
    }


    .recline_comfort-half .half-box {
        width: auto;
        margin-top: 20px;
        margin-right: 0px;
    }

    .recline_comfort-subts.has-icon .ttl-icon {
        width: 30px;
        height: 30px;
    }

    .recline_comfort-subts.has-icon {
        padding-left: 40px;
    }

    .recline_comfort-subts {
        font-size: 12px;
        line-height: 14px;
    }

    .recline_comfort-txt {
        font-size: 9px;
        line-height: 18px;
        margin-top: 15px;
    }


    .recline_comfort-subts.tac {
        width: auto;
        font-size: 12px;
        line-height: 14px;
        margin: 40px 20px 0px;
    }

    .recline_comfort-lead {
        margin-top: 20px;
    }


    .recline_comfort-category_title.tac {
        font-size: 18px;
        line-height: 24px;
        margin-top: 50px;
    }

    .recline_comfort-caption {
        font-size: 7px;
        line-height: 24px;
    }


    .recline_comfort-variation {
        flex-flow: column;
        gap: 20px;
        width: 95%;
    }
}