@charset "utf-8";

#top_slide .owl-carousel .owl-nav{
    margin-top: 0;
}

#top_slide .owl-theme .owl-nav [class*='owl-']:hover{
    background: none;
}

#top_slide .owl-theme .owl-nav{
    width: 300px;
}

#top_slide .owl-carousel .owl-item::after {
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

#top_slide .owl-carousel .owl-item.center::after{
    opacity: 0;
}

#top_slide .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 16.1%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2.176%;
}

#top_slide .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 16.1%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2.176%;
}

#top_content .dl_flex{
    justify-content: space-between;
}

#top_content{
    padding-top: 70px;
    padding-bottom: 70px;
}

#top_content .img{
    width: 50%;
}

#top_content .text{
    width: 45%;
}

#top_content .text .title_style01{
    margin-bottom: 17px;
}

#top_products{
    background-image: url(../../common/img/page_bg01.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

#top_products .title_style02{
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    color: #603813;
    text-align: center;
}

#top_products .title_style02 span{
    font-size: 14px;
    font-weight: 400;
    color: #603813;
    line-height: 100%;
    display: block;
    margin-top: 5px;
}

#top_products ul{
    justify-content: center;
    margin-top: 30px;
}

#top_products ul li{
    list-style: none;
    margin-right: 5%;
    width: 47.5%;
    margin-bottom: 40px;
}

#top_products ul li a:hover{
    opacity: 0.8;
}

#top_products ul li:nth-child(2n){
    margin-right: 0%;
}

@media screen and (max-width:767px) {
    #top_products{
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #top_products ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    #top_content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #top_content .img{
        order: 2;
        margin-top: 32px;
        text-align: center;
    }
    #top_content .img, #top_content .text {
        width: 100%;
    }
}

