@charset "utf-8";

@import "../../../files/css/layout.css";


/*-------------------------------------------------------------------------
    Contents
/*-----------------------------------------------------------------------*/
.contents h2,
.contents .txt,
.contents .youtube,
.contents .thumbs {
    position: relative;
    z-index: 2;
}

/*-------------------------------------------------------------------------
	sec01
/*-----------------------------------------------------------------------*/

#sec01 {
	height: 843px;
}
    #sec01 h2 {
        padding: 80px 0 0 20px;
    }
    #sec01 .txt {
        margin: -36px 0 0 -12px;
    }
    #sec01 .youtube {
        margin: -16px 0 0 24px;
    }
    #sec01 .chara {
    	position: absolute;
    	right: -20px;
    	bottom: -10px;
    }

/*-------------------------------------------------------------------------
    sec02
/*-----------------------------------------------------------------------*/

#sec02 {
    height: 744px;
}
    #sec02 h2 {
        padding: 30px 0 0 297px;
    }
    #sec02 .txt {
        margin: 16px 0 0 300px;
    }
    #sec02 .youtube {
        margin: 20px 0 0 300px;
    }
    #sec02 .chara01 {
        position: absolute;
        left: -140px;
        top: 0;
    }
    #sec02 .chara02 {
        position: absolute;
        right: -160px;
        bottom: 0;
    }

/*-------------------------------------------------------------------------
    sec03
/*-----------------------------------------------------------------------*/

#sec03 {
    height: 664px;
}
    #sec03 h2 {
        padding: 50px 0 0 20px;
    }
    #sec03 .txt {
        margin: 16px 0 0 20px;
    }
    #sec03 .thumbs {
        margin: 20px 0 0 20px;
    }
    #sec03 .chara {
        position: absolute;
        left: 557px;
        bottom: 0;
    }

/*-------------------------------------------------------------------------
    sec04
/*-----------------------------------------------------------------------*/

#sec04 {
    height: 628px;
}
    #sec04 h2 {
        padding: 40px 0 0 170px;
    }
    #sec04 .txt {
        margin: 16px 0 0 170px;
    }
    #sec04 .youtube {
        margin: 20px 0 0 284px;
    }
    #sec04 .chara01 {
        position: absolute;
        left: -46px;
        bottom: 0;
    }
    #sec04 .chara02 {
        position: absolute;
        right: -80px;
        bottom: 110px;
    }

/*-------------------------------------------------------------------------
    sec05
/*-----------------------------------------------------------------------*/

#sec05 {
    height: 348px;
}
    #sec05 h2 {
        padding: 40px 0 0 20px;
    }
    #sec05 .txt {
        width: 312px;
        float: left;
        margin: 16px 0 0 20px;
    }
    #sec05 .thumbs {
        width: 348px;
        float: left;
        margin: 18px 0 0 40px;
    }
