#mainImg{
    background-image: url(../img/item_mainimg01.jpg);
}

#pankuzu{
    margin-bottom: -46px;
}

#sec01{
    background: url(../img/item_bg01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: -1px;
}

#sec01 h2{
    position: relative;
}

#sec01 h2 span{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    line-height: 1;
    font-size: 22px;
    color: #623700;
}

#sec01 > div{
    margin-top: 30px;
}

#sec01 > div a{
    display: inline-block;
}


#sec02{
    width: 1145px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    position: relative;
}

#sec02 h3{
    color: #00a0de;
    font-size: 38px;
    line-height: 1;
    background: url(../img/item_bg02.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 64px;
}

#sec02 h3 span{
    color: #623700;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

#sec02 .taxBnr{
    position: absolute;
    top: 0px;
    right: 0px;
}

#sec02 ul{
    text-align: center;
    margin-top: 40px;
    font-size: 0px;
}

#sec02 ul li{
    display: inline-block;
    margin: 10px;
}

#sec02 ul li a{
    display: block;
}

#sec02 #recommend{
    margin-top: 20px;
    font-size: 0px;
}

#sec02 #recommend a{
    display: inline-block;
    width: 200px;
    margin-top: 20px;
    margin-right: 36px;
}

#sec02 #recommend a:last-child{
    margin-right: 0px;
}

#sec03{
    background: url(../img/item_bg03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 80px;
}

#sec03 h3{
    margin-bottom: 20px;
}

#sec03 h3,
#sec03 > p{
    text-align: center;
}

#sec03 > p{
    color:#000;
    font-size: 35px;
}

#sec03 ul{
    width: 1145px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

#sec03 li{
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 8px;
    width: 360px;
    vertical-align: top;
}

#sec03 li div{
    background: #fff;
    background: rgba(255,255,255,0.75);
    border-radius: 10px;
    height: 270px;
    line-height: 270px;
    overflow: hidden;
}

#sec03 li p{
    font-size: 23px;
    margin-top: 2px;
    color:#350f0a;
    line-height: 1.5;
    padding: 5px 0px;
}

#sec03 li a{
    display: block;
}

#sec03 li:nth-child(1) a:after{
    content: "";
    background: url(../img/item_icon01.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 91px;
    height: 59px;
}

#sec03 li:nth-child(2) a:after{
    content: "";
    background: url(../img/item_icon02.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 59px;
}

#sec03 li:nth-child(3) a:after{
    content: "";
    background: url(../img/item_icon03.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 59px;
}

#sec03 li:nth-child(4) a:after{
    content: "";
    background: url(../img/item_icon04.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 59px;
}

#sec03 li:nth-child(5) a:after{
    content: "";
    background: url(../img/item_icon05.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 59px;
}

#sec04{
    text-align: center;
    margin-top: 60px;
}

#sec04 a{
    display: inline-block;
    margin: 0px 15px;
}

@media screen and (max-width: 600px) {
    #mainImg{
        background-image: url(../img/item_mainimg01_sp.jpg);
    }

    #pankuzu{
        margin-bottom: -29px;
    }

    #sec01{
        padding-top: 50px;
        padding-bottom: 40px;
        background-image: url(../img/item_bg01_sp.png);
        background-size: cover;
    }
    
    #sec01 h2 span{
        font-size: 12px;
        bottom: 8px;
    }
    
    #sec01 > div{
        padding: 0px 10px;
        margin-top: 10px;
    }

    #sec02,
    #sec03 ul{
        width: 300px;
    }

    #sec02{
        margin-top: 25px;
        margin-bottom: 40px;
    }

    #sec02 h3{
        font-size: 22px;
        background-image: url(../img/item_bg02_sp.gif);
        background-size: 184px 33px;
        height: auto;
    }

    #sec02 h3 span{
        font-size: 10px;
    }

    #sec02 .taxBnr{
        position: static;
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    #sec02 ul{
        margin-top: 20px;
    }

    #sec02 ul li{
        width: 142px;
        margin: 5px 4px;
    }

    #sec02 #recommend{
        margin-top: 20px;
    }

    #sec02 #recommend a,
    #sec02 #recommend a:last-child{
        width: 46%;
        margin: 2%;
    }

    #sec03{
        width: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #sec03 h3 img{
        width: 181.5px;
    }

    #sec03 > p{
        font-size: 16px;
    }

    #sec03 li{
        margin: 5px 4px;
        width: 140px;
    }

    #sec03 li div{
        height: 105px;
        line-height: 105px;
        border-radius: 5px;
    }

    #sec03 li:nth-child(1) a:after{
        background-size: contain;
        width: 37px;
        height: 24px;
        left: 5px;
        top: 5px;
    }
    
    #sec03 li:nth-child(2) a:after,
    #sec03 li:nth-child(3) a:after,
    #sec03 li:nth-child(4) a:after,
    #sec03 li:nth-child(5) a:after{
        background-size: contain;
        width: 32.5px;
        height: 24px;
        left: 5px;
        top: 5px;
    }

    #sec03 li p{
        font-size: 12px;
        padding: 0px;
    }

    #sec04{
        width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }

    #sec04 a{
        display: block;
        margin: 0px;
        margin-top: 10px;
    }
}