header{
    padding-top: 70px;
}
header img.web_kv{
    width: 100%;
}
header img.tt{
    position: absolute;
    top: 11em;
    right: 9.5em;
    width:28%;
}
header img.mobile{
    display: none;
}
#section1{
    margin-top: -1px;
    width: 100%;
    background: url(../images/index_bg.png) no-repeat bottom;
    background-size:cover;
    overflow: hidden;
    padding-bottom: 80px;
}
#section1 p.txtbox{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.64;
    text-align: center;
    color: #43454e;
    padding:60px 0 0;
}
#section1 .tit h2{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-bottom: 50px;
    padding-top: 80px;
}
#section1 .tit h2::before,#section1 .tit h2::after{
    content: '';
    display: block;
    width: 64px;
    height: 18px;
    background: url(../images/index_tit_bg.svg) center no-repeat;
    margin-top: 11px;
    padding: 0 30px;
}
#section1 .article-box{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 60px auto;
}
#section1 .article-box:last-child{
    flex-direction: row-reverse;
}

#section1 .article-box .article-img{
    width: 56%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 100;
}
#section1 .article-box .article-img img{
    width: 100%;
    transition: all .7s;
    transform: scale(1.02);
}
#section1 .article-box .article-img img:hover{
    transform: scale(1.1);
}
#section1 .article-box .article-content{
    width: 44%;  
    position: relative;
}
#section1 .article-box .article-content .txtbox{
    box-shadow: 5px 10px 30px 0 #ec90bc;
    background-color: #fff;
    padding: 40px 25px 30px 50px;
    height: 320px;
}
#section1 .article-box:first-child .article-content .txtbox{
    margin-left: -15px;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 50px;
}

#section1 .article-box:last-child .article-content .txtbox{
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 100px;
    margin-right: -15px;
    box-shadow: -5px 10px 38px 0 #9d91c2;
    padding-right: 50px;
    padding-left: 35px;
}
#section1 .article-box .article-content .txtbox h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ddb768;
    padding: 3px 10px;
    border: solid 1px #ddb768;
    display: inline;
}
#section1 .article-box .article-content .txtbox h5{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height:36px;
    color: #f7386d;
    margin-bottom: 15px;
}
#section1 .article-box .article-content .txtbox h4{
    font-size: 50px;
    font-weight: 400;
    letter-spacing:5px;
    color: #c0bfbe;
    text-align: center;
    margin-top: 70px;
}
#section1 .article-box .article-content .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #807c7c;
    text-align: justify;
}
#section1 .article-box .article-content a{
    width: 142px;
    height: 40px;
    background-color: #f7386d;
    font-size: 18px;
    font-weight: 400;
    line-height:40px;
    color: #fff;
    text-decoration: none;
    margin-top: -20px;
    transition: all .5s;
    position: absolute;
    text-align: center;
}
#section1 .article-box .article-content a:hover{
    background-color: #D42052;
}
#section1 .article-box:first-child .article-content a{    
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;   
}
#section1 .article-box:last-child .article-content a{    
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0;
}


#section02{
    width: 100%;
    background: url(../images/index_bg2.png) no-repeat;
    background-size:100% 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
#section02 .tit h2{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #d42052;
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-bottom:18px;
}
#section02 .tit h2::before,#section02 .tit h2::after{
    content: '';
    display: block;
    width: 64px;
    height: 18px;
    background: url(../images/index_tit_bg2.svg) top no-repeat;
    margin-top: 11px;
    padding: 0 30px;
}
#section02 .tit p{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #686868;
    margin-bottom: 16px;
}
#section02 .product{
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-bottom: 30px;
}

#section02 .pad{
    display: flex;
    flex-direction: row;
    margin-left: 58px;
    align-items:center;
}
#section02 .pad img:first-child{
    margin-right: 20px;
}
#section02 .pad img{
    width:360px;
    height: 328px;
}
#section02 .pad img.mbt{
    display: none;
}
#section02 a{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #d42052;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
    position: absolute;
    transition: all .5s;
    padding:0 44px;
    margin-top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
#section02 a:hover{
    background-color: #f7386d;
}

@media screen and (max-width: 1280px){
    header img.tt {
    top: 8em;
    right: 6em;
    width:28%;
    }
    #section1 .article-box{
        margin: 30px auto;
    }
    #section1 .article-box .article-img{
        width:48%;
        height: 18em;
        position: relative;
    }
    #section1 .article-box .article-img img{
        width:auto;
        height: 110%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #section1 .article-box .article-img img:hover{
        transform: scale(1);
    }
    #section1 .article-box .article-content{
        width: 52%;  
    }
    #section1 .article-box .article-content .txtbox{
        height:15.5em;
        padding:30px 15px 0px 40px;
    }
    #section1 .article-box .article-content .txtbox h6{
        font-size: 1em;
    }
    #section1 .article-box .article-content .txtbox h5{
        margin-top: 0.6em;
        font-size: 1.2em;
        font-weight: 500;
        line-height:1.4em;
        margin-bottom: 10px;
    }
    #section1 .article-box .article-content .txtbox h4{
        font-size: 3em;
        margin-top: 1em;
    }
    #section1 .article-box .article-content .txtbox p{
        font-size:0.9em;
        font-weight: 400;
        line-height: 1.5em;
        color: #807c7c;
    }
    #section02 .product .prd_pic{
        width: 30%;
    }
    #section02 .product .prd_pic img{
        width: 90%;
    }
    #section02 .product .pad{
        margin-left:3%;
    }
    #section02 .product .pad img{
        width: auto;
    }
    #section02 a{
        margin-top: 0px;
    }
}
@media screen and (max-width: 1000px){
header img.tt {
    right:4em;
 }
 #section1{
    padding-bottom: 10px;
 }
#section1 p.txtbox {
    font-size: 1em;
    line-height:1.6em;
    padding:35px 25px 0;
}

#section1 .article-box{
    flex-direction:column;
}
#section1 .article-box:last-child{
    flex-direction: column;
}
#section1 .article-box .article-img{
    width:100%;
    height: auto;
}
#section1 .article-box .article-img img{
    width:100%;
    height:auto;
    position: relative;
    left: 0;
    transform: translateX(0);
}
#section1 .article-box .article-content{
    width: 94%;  
    position: relative;
    margin: 0 auto;
    margin-top: -25px;
}
#section1 .article-box .article-content .txtbox{
    width: 100%;
    margin: 0 ;
    padding: 20px;
    height: auto;
    padding-bottom: 40px;
}
#section1 .article-box:last-child .article-content .txtbox{
    padding-left: 20px;
    padding-right: 20px;
}
#section1 .article-box:first-child .article-content .txtbox{
    margin-left: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#section1 .article-box:last-child .article-content .txtbox{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: -5px 10px 25px 0 #9d91c2;
}
#section1 .article-box .article-content .txtbox h6{
    font-size: 0.94em;
    letter-spacing: 0px;
    padding:0 5px;
    display: table;
    text-align: center;
    margin: 30px auto 0 auto;
}
#section1 .article-box .article-content .txtbox h5{
    margin-top:15px;
    font-size:1.3em;
    font-weight:500;
    line-height:1.4em;
}
#section1 .article-box .article-content .txtbox h4{
    font-size: 3em;
    margin-top: 20px;
    margin-bottom: 10px;
}
#section1 .article-box .article-content a{
    left: 50%;
    transform: translateX(-50%);    
}

#section1 .article-box:first-child .article-content a{    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#section1 .article-box:last-child .article-content a{    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#section02{
    padding-bottom:80px;
    padding-top:74px;
}

#section02 .product{
    flex-direction: column;
}
#section02 .product .prd_pic {
    width: 40%;
    margin: 0 auto;
}
#section02 .product .pad{
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
}
#section02 .pad img:first-child{
    margin-right:0px;
}
#section02 .product .pad img {
    width: 50%;
    height: auto;
}

#section02 a:hover{
    background-color: #f7386d;
}
}
@media screen and (max-width: 700px){
    header img.web_kv{
        width: 100%;
        display: none;
    }
    header img.tt{
        display: none;
    }
    header img.mobile{
        display: block;
        width: 100%;
    }
    #section02 .product .prd_pic {
        width:60%;
    }
    #section02 .pad{
        flex-direction: column;
    }
    #section02 .pad img.webt{
        display: none;
    }
 
    #section02 .pad img.mbt{
        display: block;
        width: 90%;
    }
 
    #section1 .tit h2{
        font-size: 1.5em;
        padding-top: 70px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    #section1 .tit h2::before,#section1 .tit h2::after{
        width: 30px;
        padding: 0 ;
        margin:5px 11px;
    }
    #section02 .tit h2{
        font-size: 1.5em;
        padding-top: 0px;
        margin-bottom:10px;
        font-weight: 600;
    }
    #section02 .tit h2::before,#section02 .tit h2::after{
        width: 30px;
        padding: 0;
        margin: 5px 11px;
    }
    #section02 .tit p{
        font-size: 1em;
        line-height:1.3em;
        margin-bottom:20px;
    }

}
@media screen and (max-width: 374px){
    #section1 .tit h2{
        font-size: 1.3em;
    }
}