/**************************************************

BASE

****************************************************/
body {
    background: url(../../images/page/background.jpg) repeat;
    background-size: cover;
}

.hero-image {
    overflow: hidden;
    position: relative;
    /*margin-bottom:50px;*/
    background: white;
    padding-bottom: 200px;
}

.hero-image .wrap1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    top: calc(50% - 200px);
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.hero-image dl dt {
    font-size: 4.8rem;
    text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
}

.hero-image dl dd {
    font-size: 2rem;
    line-height: 2;
    text-shadow: #ffffff 1px 1px 3px, #ffffff -1px 1px 3px, #ffffff 1px -1px 4px, #ffffff -1px -3px 10px;
}

#topVisual {
    /*padding-bottom:50px;*/
    width: 71.875vw;
    float: right;
}

#topVisual .slick-dots {
    bottom: 25px;
    left: 30px;
    text-align: left;
}

#topVisual .slick-dots li,
#topVisual .slick-dots li button,
#topVisual .slick-dots li button:before {
    width: 50px;
    height: 10px;
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#topVisual .slick-dots li button:before {
    content: "";
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#topVisual .slick-dots li.slick-active button:before {
    background-color: #4CA24A;
}


#topVisual .wrap01,
#topVisual .wrap02,
#topVisual .wrap03 {
    overflow: hidden;
}

#topVisual .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*body .slick-dotted.slick-slider{
    margin-bottom:0;
}*/

#home #main .container .pure-g {
    padding-top: 60px;
}

#home #main .container h2.line {
    font-size: 2.6rem;
    position: relative;
    padding-left: 50px;
}

#home #main .container h2.line::before {
    content: "";
    display: block;
    width: 30px;
    border-top: solid 2px #4ca24a;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
}

#home #main .container {
    /*height: 500px;*/
}

#home #main .section1,
#home #main .section2,
#home #main .section3,
#home #main .section4 {
    /*margin-top: 115px;*/
    position: relative;
    min-height: calc(100vw * 0.4875 * 0.64);
}

#home #main .section2 {
    margin-bottom: 160px;
}

#home #main .section1>img,
#home #main .section2>img,
#home #main .section3>img,
#home #main .section4>img {
    position: absolute;
    display: inline-block;
    /*width: 40%;*/
    width: 48.75%;
}


#home #main .section1>img {
    top: -70px;
}

#home #main .section4>img {
    width: 46.875%;
}

#home #main .section2>img,
#home #main .section4>img {
    right: 0;
}

#home #main .section2>img {
    top: 20px;
}

#home #main .section2 .unit2 p {
    padding-bottom: 36px;
}

#home #main .section2 .unit2 h3,
#home #main .section2 .unit2 p,
#home #main .section2 .unit2 a.product {
    padding-left: 50px;
}

#home #main .unit2 p {
    padding-top: 30px;
}

#home #main .section2 .container .pure-g {
    padding-top: 0;
}

#home #main .section2 h3 {
    padding-top: 60px;
    font-size: 2.4rem;
    color: #15b934;
}

#home #main .section2 {
    position: relative;
}

#home #main .section2::before {
    content: "";
    display: block;
    background: #edf4f2;
    width: 62.5%;
    height: 28.75vw;
    position: absolute;
    width: 75%;
    height: 460px;
    top: 70px;
}

#home #main .section2 a.product {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
    width: 15%;
}

#home #main .section2 a.product::before {
    content: url(../../images/page/ico_min_right.png);
    padding-right: 10px;
}

#home #main .section2 a.product:hover {
    color: #15b934;
}

#home #main .section3 .container .pure-g {
    padding-top: 0;
}

#home #main .section4 {
    position: relative;
    margin-top: 140px;
    padding-bottom: 0;
    /*margin-bottom: 195px;*/
    /*overflow: hidden;*/
}

#home #main .section3>img {
    border-top: 50px solid #f7f7f7;
    border-bottom: 50px solid #f7f7f7;
    border-right: 185px solid #f7f7f7;
}

#home #main .section3 .container {
    padding-top: 50px;
}


#home #main .section4>img {
    border-top: 55px solid #edf4f2;
    border-bottom: 55px solid #edf4f2;
    border-left: 190px solid #edf4f2;
}

#home #main .section4::before {
    /*content: "";
    display: block;
    background: #edf4f2;
    width: 58.75%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;*/
    /*bottom: 50px;*/
}

#home #main .container .unit2 a.details,
#home #main .container .unit3 a.details {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    /*margin-left: 70%;*/
    float: right;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #737373;
    margin-top: 45px;
}


#home #main .container .unit3 a.details {
    margin-left: 33%;
}

#home #main .container .unit2 a.details img,
#home #main .container .unit3 a.details img {
    display: inline;
    padding-left: 20px;
    padding-right: 10px;
    top: 1em;
}

#home #main .unit3 {
    padding-left: 70px;
    border-left: 2px solid #15b934;
}

#home #main .unit3 ul li {
    margin-bottom: 18px;
}

#home #main .unit3 ul li a {
    font-size: 1.6rem;
    text-decoration: none;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
}


#home #main .aside1 {
    margin-top: 80px;
}

#home #main .aside1 .container .pure-g {
    padding-top: 0;
}


@media (max-width: 768px) {

    #topVisual{
        float: none;
        width: 100%;
    }

    .hero-image{
        padding-bottom: 35px;
    }

    .hero-image .wrap1{
        position: absolute;
        left: 0;
        top: 35px;
    }

    #home #main .section1{
        margin-bottom: 55px;
    }

    #home #main .section1>img,
    #home #main .section2>img,
    #home #main .section3>img,
    #home #main .section4>img {
        position: static;
        width: auto;
        max-width: 100%;
        border: none !important;
        height: auto;
        display: block;
        margin: 0 auto 35px;
    }
    #home #main .section2::before{
        display: none;
    }
    #home #main .section2 .unit2 h3, #home #main .section2 .unit2 p{
        padding-left: 0;
    }
    #home #main .section2 a.product{
        padding-left: 0!important;
        display: inline-block;
        width: 45%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    #home #main .section2 a.product + br {
        display: none;
    }

    #home #main .unit3 {
        padding-left: 0;
        border: none;
    }
    #home #main .unit3 ul li a{
        line-height: 2.5;
    }

    #home #main .section2 h3 {
        padding-top: 25px;
    }
}

p.mincho.products {
    margin-top: 20px;
}
