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

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

.scrollAnm{
    opacity: 0;
}

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

#sec01 h3{
    margin-bottom: 10px;
}

#sec01 h3 + p{
    font-size: 22px;
    color: #623700;
}

#sec01 > div{
    width: 1145px;
    margin: 0 auto;
    margin-top: 50px;
}

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

#sec01 > div ul li{
    float: left;
}

#sec01 > div ul li:nth-child(2){
    margin: 0px 30px;
}

#sec01 > div ul li h4{
    color: #00a0de;
    font-size: 26px;
}

#sec01 > div p{
    font-size: 14px;
    color: #623700;
    margin-top: 10px;
    text-align: right;
}

#sec02{
    padding-top: 55px;
    padding-bottom: 120px;
    text-align: center;
    background: #00a0de;
}

#sec02 > p{
    font-size: 22px;
    color: #fff;

}

#sec02 #profile{
    color: #623700;
    position: relative;
    width: 1163px;
    margin: 0 auto;
}

#sec02 #profile h4{
    font-size: 24px;
}

#sec02 #profile #profile01,
#sec02 #profile #profile02,
#sec02 #profile #profile03,
#sec02 #profile #profile04,
#sec02 #profile #profile05{
    position: absolute;
    text-align: left;
    line-height: 1.5;
}

#sec02 #profile #profile01 p,
#sec02 #profile #profile02 p{
    margin-top: 8px;
}

#sec02 #profile #profile03 h4,
#sec02 #profile #profile04 h4{
    margin-left: 34px;
}

#sec02 #profile #profile03 p,
#sec02 #profile #profile04 p{
    margin-top: 5px;
}

#sec02 #profile #profile01{
    top: 70px;
    left: 755px;
    width: 370px;
}

#sec02 #profile #profile02{
    top: 233px;
    left: 755px;
    width: 370px;
}

#sec02 #profile #profile03{
    top: 237px;
    left: 68px;
    width: 330px;
}

#sec02 #profile #profile04{
    top: 340px;
    left: 68px;
    width: 415px;
}

#sec02 #profile #profile05{
    font-size: 19px;
    color: #00a0de;
    top: 352px;
    left: 755px;
    width: 370px;
}

#sec02 #profile #balloon01{
    position: absolute;
    top: 75px;
    left: 300px;
}

#sec03{
    width: 1145px;
    margin: 0 auto;
    margin-top: 60px;
}

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

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

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

#sec03 ul li{
    background: #d9f1fa;
    border-radius: 10px;
    padding: 15px;
    margin-top: 35px;
    margin-right: 29px;
    width: 264px;
    height: 332px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    float: left;
}

#sec03 ul li#step03 + .chara,
#sec03 ul li#step06,
#sec03 ul li#step09{
    margin-right: 0px;
}

#sec03 ul li .step{
    position: absolute;
    left: 15px;
    top: -8px;
}

#sec03 ul li h4{
    background: url(../img/make_bg03.png);
    background-repeat: no-repeat;
    background-position: center;
    line-height: 52px;
    font-size: 22px;
    color: #00a0de;
    margin-bottom: 15px;
}

#sec03 ul li h4 span span{
    font-size: 16px;
}

#sec03 ul li p{
    margin-top: 10px;
    line-height: 1.5;
    color: #623700;
}

#sec03 ul li .time{
    position: absolute;
    left: 6px;
    top: 207px;
}

#sec03 ul li.chara{
    padding: 0;
    background: none;
}

#sec03 ul li.chara img{
    max-width: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#sec03 ul li#step05 p,
#sec03 ul li#step06 p{
    text-align: left;
}

#sec03 ul li#step05 img.subImg{
    position: absolute;
    right: 0px;
    bottom: -15px;
}

#sec03 ul li#step06 img.subImg{
    position: absolute;
    right: 15px;
    bottom: -11px;
}

#sec03 > p{
    font-size: 14px;
    color: #623700;
    margin-top: 25px;
    text-align: right;
}

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

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

    #sec01{
        padding-top: 50px;
        padding-bottom: 40px;
        background-image: url(../img/make_bg01_sp.png);
    }

    #sec01 > div{
        width: auto;
        margin-top: 20px;
    }

    #sec01 h3{
        margin-bottom: 5px;
    }

    #sec01 h3 + p{
        font-size: 16px;
    }

    #sec01 > div ul li,
    #sec01 > div ul li:nth-child(2){
        float: none;
        margin: 0px;
        margin-bottom: 20px;
    }

    #sec01 > div ul li h4{
        font-size: 18px;
        padding: 5px 0px;
    }

    #sec01 > div p{
        text-align: center;
        margin-top: 0px;
    }

    #sec02{
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #sec02 > p{
        font-size: 16px;
        width: 300px;
        margin: 0 auto;
    }

    #sec02 #profile{
        margin-top: 20px;
        width: 280px;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
        padding: 10px;
    }

    #sec02 #profile #profile01,
    #sec02 #profile #profile02,
    #sec02 #profile #profile03,
    #sec02 #profile #profile04,
    #sec02 #profile #profile05{
        position: static;
        width: auto;
    }

    #sec02 #profile #balloon01{
        position: absolute;
        top: 41px;
        left: 240px;
    }

    #sec02 #profile h4{
        font-size: 14px;
        margin-top: 10px;
    }

    #sec02 #profile p{
        font-size: 12px;
    }

    #sec02 #profile #profile01 h4,
    #sec02 #profile #profile02 h4{
        background: url(../img/make_bg04_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        padding-bottom: 3px;
    }

    #sec02 #profile #profile01 p,
    #sec02 #profile #profile02 p{
        margin-top: 5px;
    }

    #sec02 #profile #profile03 h4,
    #sec02 #profile #profile04 h4{
        background: url(../img/make_bg05_sp.gif);
        background-repeat: no-repeat;
        background-size: 11.5px 11px;
        background-position: left center;
        margin-left: 0px;
        padding-left: 15px;
    }

    #sec02 #profile #profile03 p,
    #sec02 #profile #profile04 p{
        margin-top: 0px;
    }

    #sec02 #profile #profile05{
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #sec03{
        width: 248px;
        margin-top: 20px;
    }

    #sec03 h3{
        font-size: 22px;
        background-image: url(../img/make_bg02_sp.png);
        background-size: 184px 33px;
        height: auto;
    }

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

    #sec03 ul li{
        margin-right: 0px;
        margin-top: 15px;
        width: 248px;
        height: 312px;
    }

    #sec03 ul li.chara{
        text-align: center;
        height: auto;
    }

    #sec03 ul li.chara img{
        position: static;
    }

    #sec03 ul li h4{
        font-size: 20px;
        background-image: url(../img/make_bg03_sp.png);
        line-height: 49px;
        background-size: 177.5px 49px;
    }

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

    #sec03 ul li .time{
        top: 194px;
    }

    #sec03 #step05,
    #sec03 #step06{
        margin-bottom: 20px;
    }

    #sec03 > p{
        font-size: 12px;
        text-align: center;
        margin-top: 20px;
    }
}