@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 4.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec_ttl .en{
    position: relative;
    font-size: 4.0rem;
}
.sec_ttl .jp{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700 !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.sec_ttl:after{
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    width: 200px;
    height: 5px;
    background: #646464;
}

.lead{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.col01{ color: #c13e12 !important; /* red */}

@media screen and (max-width: 767px) {
    .sec_ttl{
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 12%;
    }
    .sec_ttl .en{
        font-size: 7.8vw;
    }
    .sec_ttl .jp{
        top: -6vw;
        font-size: 3.8vw;
    }
    .sec_ttl:after{
        margin: 10px auto 0 auto;
        width: 45vw;
    }

    .lead{
        font-size: 5vw;
        margin-bottom: 8%;
    }
}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01 .main{
    width: 100%;
}
.sec01 .main img{
    display: block;
    width: 100%;
    max-width: inherit;
}
.sec01 .mainBtm{
    position: relative;
    background: #eeeeee;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    max-width: 1180px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .img{
    position: relative;
    margin-bottom: -25px;
    width: 43%;
    max-width: 501px;
}
.sec01 .mainBtm .flex .txt{
    width: 57%;
    padding-left: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .txt p{
    color: #646464;
    font-size: 1.4rem;
    line-height: 2.1;
}
.sec01 .mainBtm .flex .txt .subttl{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.sec01 .mainBtm .flex .txt h2{
    color: #646464;
    font-size: 4.0rem;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    letter-spacing: .5rem;
}
.sec01 .mainBtm .flex .txt h2 .en{ font-size: 4.0rem;}
.sec01 .mainBtm .flex .txt h2 .small{
    font-size: 2.0rem;
}
.sec01 .mainBtm .flex .txt .catch{
    font-size: 2.0rem;
    line-height: 2.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec01 .box{
    margin-top: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec01 .under_border{
    border-bottom: 1px solid #646464;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.ie .sec01 .under_border{
    padding-bottom: 2px;
}

@media screen and (max-width: 1180px) {
    .sec01 .box .tab{ display: block;}
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 0;
    }

    .sec01 .mainBtm .flex{
        display: block;
        max-width: inherit;
        padding: 12% 0 8% 0;
    }
    .sec01 .mainBtm .flex.wrap{ width: 86%;}
    .sec01 .mainBtm .flex .img{
        margin: 0 auto 5% auto;
        bottom: 0;
        width: 100%;
        max-width: 501px;
    }
    .sec01 .mainBtm .flex .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .sec01 .mainBtm .flex .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec01 .mainBtm .flex .txt .subttl{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec01 .mainBtm .flex .txt h2{
        position: relative;
        text-align: center;
        font-size: 7.4vw;
        margin-bottom: 7%;
        letter-spacing: .5rem;
    }

    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5.8vw;
        line-height: 2;
        margin-bottom: 5%;
        text-align: left;
    }
    .sec01 .box{
        margin-top: 8%;
        padding-left: 0;
    }
    .sec01 .box.wrap{
        width: 86%;
    }
    .sec01 .box p{
        font-size: 3.6vw;
        line-height: 2;
        margin-top: 4%;
    }
    .sec01 .under_border{
        border-bottom: none;
        font-feature-settings: "palt";
    }


}

/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding:130px 0 90px 0;
    box-sizing: border-box;
}
.sec02 .sec_ttl{ margin-bottom: 20px; letter-spacing: .2rem;}
.sec02 .sub{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
}
.sec02 .lead{
    font-size: 1.4rem;
    line-height: 2.14;
    margin-bottom: 40px;
}

.sec02 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec02 .box{
    position: relative;
    width: 24%;
    max-width: 281px;
    margin-bottom: 45px;
}
.sec02 .box .img{
    position: relative;
    margin-bottom: 15px;
	padding-bottom: 15px;
}

.sec02 .box .txt h3{
    font-size: 2.2rem;
    margin-bottom: 5px;
    text-align: center;
}
.sec02 .box .txt p{
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.sec02 .box a:hover{ text-decoration: none;}


@media screen and (max-width: 767px) {
    .sec02{
        padding:10% 0 12% 0;
    }
    .sec02 .wrap{ width: 86%;}
    .sec02 .sec_ttl{ margin-bottom: 5%; font-size: 7.4vw;}
    .sec02 .sub{
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .sec02 .lead{
        width: 86%;
        margin: 0 auto 8% auto;
        font-size: 5vw;
        text-align: left;
        line-height: 2;
    }

    .sec02 .box_wrap{
        display: block;
    }
    .sec02 .box{
        text-align: center;
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .sec02 .box+.box{ margin-top: 10%;}

    .sec02 .box .txt h3{
        font-size: 6.8vw;
        margin-bottom: 8px;
    }
    .sec02 .box .txt p{
        font-size: 3.6vw;
    }


}


/*  sec03 -------------------------------------------*/
.sec03{
    position: relative;
    padding:0 0 50px 0;
    box-sizing: border-box;
}

.style_box{
    position: relative;
    box-sizing: border-box;
}
.style_box+.style_box{ margin-top: 90px;}

.style_box .box_ttl{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    background-size: cover !important;
    margin-bottom: 38px;
}

.style_box .box_ttl:before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: 1s;
	z-index: 2;
}
.style_box .box_ttl.is-active:before{ width: 0;}


.style_box .box_ttl h2{
    text-align: center;
}
.style_box#homaselect01 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type01.png") no-repeat center center;}
.style_box#homaselect02 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type02.png") no-repeat center center;}
.style_box#homaselect03 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type03.png") no-repeat center center;}
.style_box#homaselect04 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type04.png") no-repeat center center;}

.style_box .boxIn.wrap{ max-width: 1096px;}
.style_box .boxIn .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.style_box .txt{
    width: 40%;
    padding-top: 35px;
    box-sizing: border-box;
}
.style_box h3{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 20px;
}

.style_box p{
    font-size: 1.4rem;
    line-height: 2.14;
    font-feature-settings: "palt 1";
}
.style_box .img{
    width: 58%;
    max-width:601px;
}

.style_box .img_box{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.style_box .img_box .img{
    width: 48%;
    max-width: 521px;
}
.style_box .img_box .img img{
    max-width: inherit;
    width: 100%;
}

.last.btn_wrap{ margin-top: 80px;}
.last.btn_wrap .btn a{
    margin: 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}


@media screen and (max-width: 767px) {
    .sec03{
        padding:0 0 10% 0;
    }

    .style_box+.style_box{ margin-top: 14%;}
    .style_box:after,
    .style_box.reverse:after{ display: none;}

    .style_box .boxIn.wrap{
        width: 86%;
        max-width: inherit;
    }

    .style_box .box_ttl{
        height: 29vw;
        margin-bottom: 7%;
    }
    .style_box#homaselect04 .box_ttl{
        height: 40vw;
    }
    .style_box .box_ttl h2{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .style_box#homaselect01 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type01_sp.png") no-repeat center center;}
    .style_box#homaselect02 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type02_sp.png") no-repeat center center;}
    .style_box#homaselect03 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type03_sp.png") no-repeat center center;}
    .style_box#homaselect04 .box_ttl{ background: url("../img/product/style/homaselect/bg_ttl_type04_sp.png") no-repeat center center;}

    .style_box .boxIn{
        display: block;
    }
    .style_box .boxIn .flex_box{
        display: block;
    }

    .style_box h3{
        font-size: 4.9vw;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 4%;
    }
    .style_box p{
        font-size: 3.6vw;
        line-height: 2;
    }
    .style_box .txt{
        width: 100%;
        padding-top: 0;
        margin: 7% auto 0 auto;
    }

    .style_box .img{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .style_box .img_box{
        margin-top: 7%;
    }
    .style_box .img_box .img{
        width: 49%;
        max-width: 521px;
    }
    .style_box .img_box .img img{
        max-width: inherit;
        width: 100%;
    }

    .last.btn_wrap{
        margin: 10% auto 0 auto;
    }

    .last.btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .last.btn_wrap .btn a:after{
        position: absolute;
        right: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -2vw;
    }

}




