@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;
    letter-spacing: .4rem;
}
.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: #873a3b !important; /* red */}
.col01{ color: #55a933 !important; /* green */}

@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;
    padding-right: 3%;
    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: 5px;
    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: 15px;
    font-feature-settings: "palt";
}
.sec01 .mainBtm .flex .txt .catch .small{ font-size: 1.4rem;}

.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: 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;
        padding-right: 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: .2rem;
    }
    .sec01 .mainBtm .flex .txt h2 .small{ font-size: 3.6vw;}

    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5.8vw;
        line-height: 2;
        margin-bottom: 5%;
        text-align: left;
        letter-spacing: -0.04rem;
    }
    .sec01 .mainBtm .flex .txt .catch .small{ font-size: 3.4vw;}
    .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,
.sec03 .sec_ttl,
.sec04 .sec_ttl{ margin-bottom: 20px; letter-spacing: .2rem;}
.sec02 .sub,
.sec03 .sub,
.sec04 .sub{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
}
.sec02 .sub{ margin-bottom: 112px;}

.sec02 .box_wrap{
    display: flex;
    justify-content: space-between;

}
.sec02 .box_wrap .box{
    position: relative;
    width: 33%;
    max-width: 380px;
    background: url("../img/product/style/woodstyle/bg_box_pc.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 60px 27px 90px 35px;
    box-sizing: border-box;
}
.sec02 .box_wrap .box:after{
    position: absolute;
    right: 45px;
    bottom: 35px;
    display: block;
    content: '';
    background: url("../img/product/style/woodstyle/btn_arrow.png") no-repeat center center;
    background-size: 100% auto;
    width: 72px;
    height: 54px;
}

.sec02 .box_wrap .box .num{
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    font-size: 13.4rem;
    line-height: 1;
    color: rgba(100,100,100,.2);
    text-align: center;
}
.sec02 .box_wrap .box h3{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.1;
    text-align: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
}
.sec02 .box_wrap .box h3 span{
    position: relative;
}
.sec02 .box_wrap .box .img{
    margin-bottom: 15px;
}
.sec02 .box_wrap .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}


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

    .sec02 .sec_ttl,
    .sec03 .sec_ttl,
    .sec04 .sec_ttl{  margin-bottom: 5%; font-size: 7.4vw;}
    .sec02 .sub,
    .sec03 .sub,
    .sec04 .sub{
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .sec02 .sub{ margin-bottom: 20%;}
    .sec02 .box_wrap{
        display: block;
    }
    .sec02 .box_wrap.wrap{ width: 86%;}
    .sec02 .box_wrap .box{
        position: relative;
        width: 100%;
        max-width: 820px;
        background: url("../img/product/style/woodstyle/bg_box_sp.png") no-repeat center top;
        background-size: 100% 100%;
        padding: 15% 9% 27% 10%;
        box-sizing: border-box;
    }
    .sec02 .box_wrap .box+.box{margin-top: 26%;}
    .sec02 .box_wrap .box:after{
        right: 11vw;
        bottom: 8vw;
        width: 15vw;
        max-width: 72px;
        height: 12vw;
        max-height: 54px;
    }

    .sec02 .box_wrap .box .num{
        top: -16vw;
        font-size: 30vw;
    }
    .sec02 .box_wrap .box h3{
        font-size: 5.4vw;
        line-height: 2;
        margin-bottom: 5%;
    }

    .sec02 .box_wrap .box .img{
        margin: 0 auto 4% auto;
    }
    .sec02 .box_wrap .box p{
        font-size: 3.6vw;
        line-height: 2;
    }

}

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

.sec03 .lead{
    font-size: 1.4rem;
    line-height: 2.14;
    margin-bottom: 40px;
}

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

.sec03 .box p{
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
    line-height: 2.14;
}
.sec03 .box p span{
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

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


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

    .sec03 .lead{
        width: 86%;
        margin: 0 auto 8% auto;
        font-size: 3.6vw;
        font-weight: 500;
        text-align: left;
        line-height: 2;
        font-feature-settings: "palt";
    }

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

    .sec03 .box p{
        font-size: 3.6vw;
    }
    .sec03 .box p span{
        font-size: 4.4vw;
    }
}


/*  sec04 -------------------------------------------*/
.sec04{
    position: relative;
    padding:0 0 50px 0;
    box-sizing: border-box;
}
.sec04 .wrap{width: 98%; margin: 0;}
.style_box{
    position: relative;
    width: 100%;
    padding-left: 170px;
    box-sizing: border-box;
}
.style_box.reverse{
    padding-left: 0;
    padding-right: 170px;
}

.style_box+.style_box{ margin-top: 70px;}

.style_box .boxIn.wrap{
    position: relative;
    background: #f1f1f1;
    padding: 35px 30px;
    margin: 0 auto 0 0;
    min-height: 720px;
    box-sizing: border-box;
}
.style_box.reverse .boxIn.wrap{ margin: 0 0 0 auto;}

.style_box .boxIn .inner{
    position: relative;
    width: 100%;
    max-width: inherit;
    padding-left: 28%;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.style_box.reverse .boxIn .inner{
    margin: 0 auto 0 0;
    padding-right: 28%;;
    padding-left: 0;
}
.style_box .main-img{
    position: absolute;
    left: 0;
    top: 35px;
    bottom: auto;
    margin: auto 0;
    display: block;
    align-items: center;
    width: 36%;
    max-width: 485px;
    z-index: 2;
}
.style_box .main-img img{
    display: block;
    width: 100%;
    max-width: inherit;
}
.style_box.reverse .main-img{
    left: auto;
    right: 0;
}

.style_box .ttl_type{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 25px;
}
.style_box .ttl_type h2{
    font-size: 1.4rem;
    font-weight: 700;
}
.style_box .ttl_type h2 span{
    display: block;
    font-size: 3.0rem;
    margin-bottom: 15px;
}

.style_box .ttl_type dl{
    margin-left: 85px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.style_box .ttl_type dt{
    font-weight: 700;
    padding-right: 18px;
    box-sizing: border-box;
    
}
.style_box .ttl_type dd{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    border-left: 1px solid #646464;
    padding-left: 18px;
    box-sizing: border-box;
}
.style_box .ttl_type dd .small{
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
}
.style_box .text{
    font-size: 1.4rem;
    line-height: 2.14;
}
.style_box .flex_box{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.style_box .flex_box .img{
    width: 42%;
    max-width: 331px;
}
.style_box .flex_box .txt{
    width: 58%;
    padding-left: 4%;
    box-sizing: border-box;
}
.style_box .flex_box p{
    font-size: 1.4rem;
}
.style_box .flex_box .border_box{
    display: inline-block;
    border-bottom: 1px solid #646464;
    margin-bottom: 5px;
    padding: 0 10px 5px;
    box-sizing: border-box;
}
.style_box .flex_box .border_box p{text-align: left;}
.style_box .price_box{
    width: 100%;
    max-width: 185px;
    margin: 25px 0 0 auto;
}
.style_box .price_box dl{
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
.style_box .price_box dt,
.style_box .price_box dd{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #646464;
    box-sizing: border-box;
}
.style_box .price_box dt{
    font-size: 1.4rem;
    font-weight: 500;
}
.style_box .price_box dd{
    font-size: 1.6rem;
    font-weight: 800;
}

.style_box .price_box p{
    font-size: 1.4rem;
    line-height: 2.14;
    text-align: center;
}

.style_box .img_list{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.style_box .img_list .img{
    width: 20%;
    max-width: 124px;

}
.style_box .img_list .img p{
    font-size: 1.4rem;
    font-weight: 500;
}


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

@media screen and (min-width: 1710px) {
    .style_box .main-img{
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .sec04{
        padding:0 0 10% 0;
    }
    .style_box+.style_box{ margin-top: 10%;}

    .sec04 .wrap{width: 98%; margin: 0;}
    .style_box{
        position: relative;
        width: 100%;
        padding: 12% 7% 8% 7%;
        background: #f1f1f1;
        box-sizing: border-box;
    }
    .style_box.reverse{
        padding: 12% 7% 8% 7%;
    }
    .style_box .boxIn.wrap{
        padding: 0;
        margin: 0 auto;
        min-height: inherit;
    }
    .style_box.reverse .boxIn.wrap{ margin: 0 auto;}

    .style_box .boxIn .inner{
        position: relative;
        width: 100%;
        max-width: inherit;
        padding-left: 0;
        margin: 0;
    }
    .style_box.reverse .boxIn .inner{
        margin: 0;
        padding-right: 0;
    }
    .style_box .main-img{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        max-width: inherit;
    }

    .style_box.reverse .main-img{
        left: auto;
        right: 0;
    }

    .style_box .ttl_type{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .style_box h2{
        text-align: center;
        font-size: 3.6vw;
        font-weight: 700;
        margin-bottom: 6%;
    }
    .style_box h2 span{
        display: block;
        font-size: 5.8vw;
        margin-bottom: 15px;
    }

    .style_box .ttl_type dl{
        margin-left: 0;
        margin-top: 5%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }
    .style_box .ttl_type dt{
        padding-right: 0;
        font-size: 4.0vw;


    }
    .style_box .ttl_type dd{
        font-size: 4.0vw;
        padding-left: 4%;
        margin-left: 4%;

    }
    .style_box .ttl_type dd .small{
        font-size: 3.4vw;
    }
    .style_box .text{
        font-size:3.4vw;
        line-height: 2;
    }
    .style_box .flex_box{
        margin-top: 5%;
        display: block;
    }
    .style_box .flex_box .img{
        width: 86%;
        margin: 0 auto;
    }
    .style_box .flex_box .txt{
        width: 100%;
        margin-top: 4%;
        text-align: center;
        padding-left: 0;
    }
    .style_box .flex_box p{
        font-size: 3.6vw;
        text-align: center;
    }

    .style_box .price_box{
        width: 100%;
        max-width: inherit;
        margin: 5% auto 0 auto;
    }
    .style_box .price_box dl{
        width: 100%;
        max-width: 40vw;
        margin: 0 auto 5px auto;
    }
    .style_box .price_box dt{
        font-size: 3.6vw;
    }
    .style_box .price_box dd{
        font-size: 4vw;
    }

    .style_box .price_box p{
        font-size: 3.6vw;
        line-height: 2;
        text-align: center;
    }

    .style_box .img_list{
        margin-top: 3%;
        flex-wrap: wrap;
    }
    .style_box .img_list .img{
        width: 32%;
        margin-bottom: 3%;
        max-width: inherit;
    }
    .style_box .img_list .img img{
        display: block;
        width: 100%;
        max-width: inherit;
    }
    .style_box .img_list .img p{
        font-size: 3.4vw;
    }

    .last.btn_wrap{
        width: 86%;
        margin: 14% 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;
    }
}



