@charset "UTF-8";

main h1{
    background: url(../images/product/h1_bg.jpg) no-repeat center 0 / cover;
    height: 240px;
    font-size: 3.6rem;
    text-align: center;
    font-family: "Noto Sans JP";
    line-height: 1.6;
    padding-top: 75px;
    color: #3d3d3d;
}
main h1 span{
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
}
#sec01{
    padding: 40px 0 0;
}
#sec01 .inner p{
    font-family: "Noto Sans JP";
    text-align: center;
    letter-spacing: 1px;
}
#sec01 .inner p:after{
    border-bottom:1px solid #666;
    content: "";
    width: 200px;
    height: 1px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
}
#sec02{
    padding-top: 60px;
    margin-bottom: 70px;
}
#sec02 .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#sec02 .inner h2{
    font-family: "M PLUS Rounded 1c";
    color: #591725;
    font-size: 3rem;
    margin-bottom: 30px;
}
#sec02 .inner .product_list{
    flex-wrap: wrap;
    margin: 50px 0;
}
#sec02 .inner .product_list li{
    width: 50%;
    padding: 0 35px 0 0;
    margin-bottom: 30px;
    line-height: 1.4;
}
#sec02 .inner .product_list li:nth-child(2n){
    padding: 0 0 0 35px;
}
#sec02 .inner .product_list li span{
    display: block;
    font-family: "M PLUS Rounded 1c";
    color: #591725;
    font-size: 2rem;
    border-left: 2px solid #591725;
    line-height: 1;
    padding-left: 5px;
    margin-top: 10px;
    font-weight: bold;
}
#sec02 .inner .product_list li a:hover{
    text-decoration: none;
}
#sec03{
    padding-top: 60px;
    margin-bottom: 70px;
}
#sec03 .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#sec03 .inner h2{
    font-family: "M PLUS Rounded 1c";
    color: #367541;
    font-size: 3rem;
    margin-bottom: 30px;
}
#sec03 .inner p{
    letter-spacing: 1px;
}
#sec03 .inner .product_list{
    flex-wrap: wrap;
    margin: 50px 0;
}
#sec03 .inner .product_list li{
    width: 50%;
    padding: 0 35px 0 0;
    margin-bottom: 30px;
    line-height: 1.4;
}
#sec03 .inner .product_list li:nth-child(2n){
    padding: 0 0 0 35px;
}
#sec03 .inner .product_list li span{
    display: block;
    font-family: "M PLUS Rounded 1c";
    color: #175930;
    font-size: 2rem;
    border-left: 2px solid #175930;
    line-height: 1;
    padding-left: 5px;
    margin-top: 10px;
    font-weight: bold;
}
#sec03 .inner .product_list li a:hover{
    text-decoration: none;
}
#sec04{
    padding-top: 60px;
    margin-bottom: 200px;
}
#sec04 .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#sec04 .inner .txt{
    padding: 0 15px 0 0;
}
#sec04 .inner .txt h2{
    font-family: "M PLUS Rounded 1c";
    color: #e55303;
    font-size: 3rem;
    margin-bottom: 20px;
}
#sec04 .inner .txt p{
    margin-bottom: 40px;
    line-height: 1.6;
    letter-spacing: 1px;
}
#sec04 .inner .product_list li{
    line-height: 1.4;
}
#sec04 .inner .product_list li span{
    display: block;
    font-family: "M PLUS Rounded 1c";
    color: #e55303;
    font-size: 2rem;
    border-left: 2px solid #e55303;
    line-height: 1;
    padding-left: 5px;
    margin-top: 10px;
    font-weight: bold;
}
#sec04 .inner .product_list li a:hover{
    text-decoration: none;
}
#sec04 .inner .txt:last-child{
    padding: 0 0 0 15px;
}
#sec04 .inner .txt:last-child h2{
    color: #774b27;
}
#sec04 .inner .txt:last-child p{
    margin-bottom: 20px;
}
#sec04 .inner .txt:last-child .product_list li span{
    color: #774b27;
    border-left: 2px solid #774b27;
}

@media only screen and (max-width: 768px) {
    main h1{
        background: url(../images/product/h1_bg_sp.jpg) no-repeat 0 0 / cover;
        height: 46vw;
        font-size: 3rem;
        font-family: "Noto Sans JP";
        padding-top: 15%;
        border-top: 1px solid #eee;
    }
    main h1 span{
        font-size: 2rem;
    }
    #sec01{
        padding-top: 10%;
    }
    #sec01 .inner p{
        font-size: 1.4rem;
    }
    #sec01 .inner p:after{
        width: 30%;
        margin-top: 3%;
    }
    #sec02{
        padding-top: 10%;
        margin-bottom: 0;
    }
    #sec02 .inner{
        width: 90%;
        margin: 0 auto;
    }
    #sec02 .inner h2{
        font-size: 2rem;
        margin-bottom: 3%;
    }
    #sec02 .inner p{
        font-size: 1.2rem;
    }
    #sec02 .inner .product_list{
        margin: 5% 0;
    }
    #sec02 .inner .product_list li{
        padding-right: 5%;
        margin-bottom: 5%;
    }
    #sec02 .inner .product_list li span{
        font-size: 1.2rem;
    }
    #sec02 .inner .product_list li:nth-child(2n){
        padding-left: 5%;
    }
    #sec03{
        padding-top: 5%;
        margin-bottom: 0;
    }
    #sec03 .inner{
        width: 90%;
        margin: 0 auto;
    }
    #sec03 .inner h2{
        font-size: 2rem;
        margin-bottom: 3%;
    }
    #sec03 .inner p{
        font-size: 1.2rem;
    }
    #sec03 .inner .product_list{
        margin: 5% 0;
    }
    #sec03 .inner .product_list li{
        padding-right: 5%;
        margin-bottom: 5%;
    }
    #sec03 .inner .product_list li span{
        font-size: 1.2rem;
    }
    #sec03 .inner .product_list li:nth-child(2n){
        padding-left: 5%;
    }
    #sec04{
        padding-top: 5%;
        margin-bottom: 0;
    }
    #sec04 .inner{
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    #sec04 .inner .txt{
        width: 100%;
        padding: 0;
        margin-bottom: 10%;
    }
    #sec04 .inner .txt h2{
        font-size: 2rem;
        margin-bottom: 3%;
    }
    #sec04 .inner .txt p{
        font-size: 1.2rem;
        margin-bottom: 10%;
    }
    #sec04 .inner .product_list{
        margin: 5% 0;
    }
    #sec04 .inner .product_list li{
        margin-bottom: 5%;
    }
    #sec04 .inner .product_list li span{
        font-size: 1.2rem;
    }
    #sec04 .inner .product_list li:nth-child(2n){
        padding-left: 5%;
    }
    #sec04 .inner .txt:last-child{
        padding: 0;
        margin-bottom: 15%;
    }
}
