@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 60px;
        background-image: url(../images/common/bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-bottom: 1px solid #d3adaf;
    }
}

/* pageWrap */
.pageWrap{
    background-image: url(../images/smartlife/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.pageWrap_inner{
    position: relative;
}
.fadeIn{
    opacity: 0;
    transition: opacity 1s ease-out,transform 1s ease-out;
}
.fadeIn.show{
    opacity: 1;
}

/* equipmentBtn */
.equipmentBtn{
    background-color: #b46c62;
    padding: 30px 0;
}
.equipmentBtn.pageBottom{
    margin-bottom: 80px;
}
.equipmentBtn ul{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.equipmentBtn ul li{
    width: 18%;
    margin-bottom: 10px;
}
.equipmentBtn ul li:nth-child(6),
.equipmentBtn ul li:nth-child(7),
.equipmentBtn ul li:nth-child(8),
.equipmentBtn ul li:nth-child(9),
.equipmentBtn ul li:nth-child(10){
    margin-bottom: 0px;
}
.equipmentBtn ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: "EB Garamond", serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
}
.equipmentBtn ul li a:hover,
.equipmentBtn ul li a:active,
.equipmentBtn ul li a.current{
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.3);
    transition: 0.5s all;
}
@media (max-width:1024px){
    .equipmentBtn ul{
        width: 90%;
    }
}
@media (max-width:768px){
    .equipmentBtn ul li{
        width: 48%;
    }
    .equipmentBtn ul li:nth-child(6),
    .equipmentBtn ul li:nth-child(7),
    .equipmentBtn ul li:nth-child(8){
        margin-bottom: 10px;
    }
    .equipmentBtn ul li a{
        font-size: 1.15em;
    }
}
@media (max-width:500px){
    .equipmentBtn ul li a{
        font-size: 1.05em;
    }
}

/* pageTtl */
.pageTtl{
    padding: 80px 0 0 0;
}
.pageTtl h2{
    text-align: center;
    background-color: #c38e92;
    margin-bottom: 50px;               
}
.pageTtl h2 span{
    font-family: "EB Garamond", serif;
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    animation: txtAnime 1s forwards;             
}
.pageTtl h2 span:nth-child(1){
    animation-delay: 0.2s;           
}
.pageTtl h2 span:nth-child(2){
    animation-delay: 0.4s;           
}
.pageTtl h2 span:nth-child(3){
    animation-delay: 0.6s;           
}
.pageTtl h2 span:nth-child(4){
    animation-delay: 0.8s;           
}
.pageTtl h2 span:nth-child(5){
    animation-delay: 1s;           
}
.pageTtl h2 span:nth-child(6){
    animation-delay: 1.2s;           
}
.pageTtl h2 span:nth-child(7){
    animation-delay: 1.4s;           
}
.pageTtl h2 span:nth-child(8){
    animation-delay: 1.6s;           
}
.pageTtl h2 span:nth-child(9){
    animation-delay: 1.8s;           
}
@keyframes txtAnime{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.mainTxt{
    text-align: center;
}
.mainTxt h3{
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 0.25em;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.imgNotice{
    font-size: 0.75em;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
.imgNotice.white{
    color: #fff;
}
.multiply{
    mix-blend-mode: multiply;
}
.under1024,
.under500{
    display: none;
}
@media (max-width:1500px){
    .pageTtl h2 span{
        font-size: 2.25em;
    }
}
@media (max-width:1024px){
    .under1024{
        display: block;
    }
}
@media (max-width:768px){
    .pageTtl h2 span{
        font-size: 2.5em;
    }
}
@media (max-width:500px){
    .pageTtl h2 span{
        font-size: 2.25em;
    }
    .under500{
        display: block;
    }
}

/* page_innerBtn */
.contentBox{
    max-width: 1320px;
    width:80%;
    margin: 0 auto;
    padding-top: 130px;
    margin-bottom: 50px;
}
.contentBox>.subTxt_box{
    text-align: center;
    margin-bottom: 50px;
}
.contentBox>.subTxt_box>.txtBox>h4{
    font-size: 1.5em;
    font-weight: 400;
    color: #c38e92;
    margin-bottom: 20px;
}
.under1200,
.under500{
    display: none;
}
@media (max-width:1200px){
    .under1200{
        display: block;
    }
}
@media (max-width:1024px){
    .contentBox{
        width:90%;
        padding-top: 70px;
    }                
}
@media (max-width:768px){
    .content_innerBox>.imgBox.js-scrollable>img{
        width: 200%;
    }
}
@media (max-width:500px){
    .under500{
        display: block;
    }
}

/* mainBox */
.contentRow01>ul{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contentRow01>ul>li{
    width: 31%;
    margin-bottom: 50px;                
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #b46c62;             
}
.contentRow01>ul>li:nth-child(4){
    width: 65.5%;            
}
.contentRow01>ul>li:nth-child(9){
    width: 100%;            
}
.contentRow01>ul>li>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
    padding: 10px 20px;
    box-sizing: border-box;         
}
.contentRow01>ul>li>.txtBox>p>span{
    display: block;
    font-size: 0.75em;
    margin-top: 10px;       
}
.contentRow01>ul>li>.txtBox>h4{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    background-color: #b46c62;
    text-align: center;
    padding: 0.25em 0;             
}
.contentRow01>ul>li>.txtBox>h4>span{
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: 500;
    margin-right: 0.5em;            
}
.contentRow01>ul>li>.imgBox{
    padding: 0 20px;
    box-sizing: border-box;      
}
.contentRow01>ul>li>.imgRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.contentRow01>ul>li>.imgRow>p{
    width: 30%;
}
.contentRow01>ul>li>.imgRow>table{
    width: 65%;
}
.contentRow01>ul>li>.imgBox>table{
    border-collapse: collapse;
    border-top: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contentRow01>ul>li>.imgRow>table{
    border-collapse: collapse;
    border-top: 1px solid #000;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr>th,
.contentRow01>ul>li>.imgBox>table>tbody>tr>td,
.contentRow01>ul>li>.imgRow>table>tbody>tr>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr>td{
    font-family: "Poppins", sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    border-bottom: 1px solid #000;
}
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(1)>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(1)>td{
    background-color: #e9e5e2;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr:nth-child(1)>th,
.contentRow01>ul>li>.imgBox>table>tbody>tr:nth-child(1)>td,
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(6)>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(6)>td{
    background-color: #c7161d;
    color: #fff;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr>th{
    text-align: center;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 0.1em 1em;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr>td,
.contentRow01>ul>li>.imgRow>table>tbody>tr>td{
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 0.1em 1em;
}
.contentRow01>ul>li>.imgBox>ul{
    margin-bottom: 20px;
}
.contentRow01>ul>li>.imgBox>ul>li>p{
    font-size: 0.9em;
    line-height: 1.6;
    padding: 0 20px;
    box-sizing: border-box;     
}
.contentRow01>ul>li>p.noticeTxt{
    font-size: 0.75em;
    line-height: 1.4;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
@media (max-width:1024px){
    .contentRow01>ul>li,
    .contentRow01>ul>li:nth-child(4){
        width: 47%;             
    }
    .over1024{
        display: none;
    }
}
@media (max-width:768px){
    .contentRow01>ul{
        max-width: 500px;
        width: 80%;
    }
    .contentRow01>ul>li,
    .contentRow01>ul>li:nth-child(4){
        width: 100%;             
    }
    .contentRow01>ul>li>.imgBox{
        padding: 0;
        max-width: 250px;
        width: 80%;
        margin: 0 auto;     
    }
    .contentRow01>ul>li>.imgRow{
        flex-direction: column;
    }    
    .contentRow01>ul>li>.imgRow>p{
        width: 50%;
    }
    .contentRow01>ul>li>.imgRow>table{
        width: 100%;
    }
}
@media (max-width:500px){
    .contentRow01>ul{
        width: 90%;
    }
}