@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 h2{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec01 .mainBtm .flex .txt h2 .en{ font-size: 7vw;}
    .sec01 .mainBtm .flex .txt h2 .small{
        position: absolute;
        top: -8vw;
        left: 28vw;
        font-size: 3.8vw;
    }
    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5vw;
        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 -------------------------------------------*/
figure{
    margin: 0;
    padding: 0;
}
.fit_ttl{
    position: relative;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 100px;
}
.fit_ttl span{
    display: block;
    font-size: 4.0rem;
    margin-bottom: 25px;
}
.fit_ttl:before{
    display: block;
    content: '';
    margin: 0 auto 80px auto;
    background: url("../img/product/style/fit/arrow.png") no-repeat center center;
    background-size: 100% auto;
    width: 85px;
    height: 52px;
}
.fit_ttl:after{
    display: block;
    content: '';
    margin: 30px auto 0 auto;
    width: 200px;
    height: 5px;
    background: #646464;
}

.fit_lead{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 45px;
}

.aCen{ text-align: center;}
.txt{
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.14;
}
.txt+.txt{ margin-top: 30px;}

.mb70{ margin-bottom: 70px;}

.sec02{
    position: relative;
    padding:80px 0 0 0;
    box-sizing: border-box;
}

.sec02 .fit_ttl{ font-size: 3.0rem;}


@media screen and (max-width: 767px) {
    .fit_ttl{
        font-size: 4vw;
        margin-bottom: 12%;
    }
    .fit_ttl span{
        font-size: 9vw;
        margin-bottom: 7%;
    }
    .fit_ttl:before{
        margin: 0 auto 14% auto;
        width: 14vw;
        max-width: 85px;
        height: 11vw;
        max-height: 52px;
    }
    .fit_ttl:after{
        margin: 7% auto 0 auto;
        width: 38vw;
    }

    .fit_lead{
        font-size: 4.9vw;
        margin-bottom: 8%;
        line-height: 1.5;
    }

    .aCen{ text-align: center;}
    .txt{
        width: 86%;
        margin: 0 auto;
        text-align: left;
        font-size: 3.6vw;
        line-height: 2;
    }
    .txt+.txt{ margin-top: 5%;}

    .mb70{ margin-bottom: 10%;}

    .sec02{
        padding:10% 0 12% 0;
    }
    .sec02 .fit_ttl{ font-size: 4.9vw;}

}


/*  sec03 -------------------------------------------*/
.sec03{
    position: relative;
    padding:60px 0;
    box-sizing: border-box;
}
.sec03 .bg_gray{
    margin-top: 58px;
    background: #eeeeee;
    padding:65px 0;
    box-sizing: border-box;
}

.sec03 .bg_gray .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}
.sec03 .bg_gray .box{
    width: 48%;
    max-width: 480px;
}
.sec03 .bg_gray .box h3{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 45px;
    padding-bottom: 20px;
    border-bottom: 2px solid #221815;
    box-sizing: border-box;
}


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

    .sec03 .bg_gray{
        margin-top: 10%;
        padding:8% 0;
    }

    .sec03 .bg_gray .flex{
        display: block;
        width: 86%;
        margin: 0 auto;
    }
    .sec03 .bg_gray .box{
        width: 100%;
        max-width: inherit;
    }
    .sec03 .bg_gray .box+.box{ margin-top: 10%;}
    .sec03 .bg_gray .box img{
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .sec03 .bg_gray .box h3{
        font-size: 3.8vw;
        margin-bottom: 7%;
        padding-bottom: 4%;
    }

}

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

.sec04 .fit_ttl{
    margin-bottom: 65px;
}
.sec04 .img_wrap01,
.sec04 .img_wrap02,
.sec04 .img_wrap03{ position: relative;}

.sec04 .img_wrap01,
.sec04 .img_wrap02{ margin-bottom: 100px;}

.sec04 .img_wrap01:before,
.sec04 .img_wrap02:before,
.sec04 .img_wrap03:before{
    position: absolute;
    left: 0;
    bottom: -45px;
    margin: 0 auto;
    display: block;
    content: '';
    background: #f5f5f5;
    width: 0;
    height: 145px;
    z-index: -1;
	transition: 1s;
}
.sec04 .img_wrap01.is-active:before,
.sec04 .img_wrap02.is-active:before,
.sec04 .img_wrap03.is-active:before{
    width: 1250px;
}

.sec04 .imgList{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sec04 .imgList .img{
    width: 33%;
    max-width: 360px;
    margin-right: 0;
    margin-bottom: 0;
}

.sec04 .imgList .img:nth-of-type(3n){ margin-right: 0;}

.last.btn_wrap{ margin-top: 125px;}
.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) {
    .sec04{
        padding:0 0 10% 0;
    }

    .sec04 .fit_ttl{
        margin-bottom: 12%;
    }

    .sec04 .img_wrap01,
    .sec04 .img_wrap02{ margin-bottom: 15%;}

	.sec04 .img_wrap01:before,
	.sec04 .img_wrap02:before,
	.sec04 .img_wrap03:before{
		display: none;
	}

    .sec04 .imgList{
        display: block;
        width: 86%;
        margin: 0 auto;
    }
    .sec04 .imgList .img{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto 15% auto;
        text-align: center;
    }

    .sec04 .imgList .img img{
        width: 100%;
        max-width: 360px;
    }
    .sec04 .imgList .img:after{
        position: absolute;
        left:-8%;
        bottom: -5vw;
        margin: 0 auto;
        display: block;
        content: '';
        background: #f5f5f5;
        width: 0;
        height: 30vw;
        z-index: -1;
		transition: .4s;
    }
	.sec04 .is-active .img:after{ width: 60%;}

    .sec04 .imgList .img:nth-of-type(3n){ margin-right: auto; margin-bottom: 0;}


    .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;
    }

}









