@charset "shift_jis";

/* main-inner */

#main #main-inner {
    border: none;
    background: url('../img/bg.png') no-repeat center top;
    margin-top: -35px;
    height:1364px;
    position: relative;
    width: 864px;
}
#main #main-title,
#main #cont-wrap #sec01,
#main #cont-wrap #sec02{
    position:relative;
}
#main #main-title h2,
#main #main-title .lead, 
#sec01 h2,
#sec01 p,
#sec02 h2
{
    position: absolute;
    right: 0;
    left:0;
    margin:0 auto;
    padding: 0;
    text-align: center;
}
#main #main-title .chara,
#main #main-title .fukuwarai,
#main #sec02 p.lead,
#main #sec02 p.lead2,
#main #sec02 p.fukuwarai,
#main #sec02 p.chara{
    position:absolute;
}

/* main-title */
#main #main-title{
    height: 550px;
}
#main #title-area {
    z-index: 10;
    height: 35px;
}
#main #title-area h1 {
    position: absolute;
    top: 12px;
    left: 20px;
}
#main #main-title h2 {
    top: 48px;
    z-index: 4;
    right: 100px;
}
#main #main-title .lead {
    top: 445px;
    z-index: 4;
}
#main #main-title .chara {
    top: 164px;
    left: -28px;
    z-index: 3;
}

#main #main-title .fukuwarai {
    top: 62px;
    right: -50px;
    z-index: 3;
}


/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
#main #cont-wrap #sec01{
    height: 500px;
}
#sec01 h2{
    top: 26px;
    z-index: 4;
}
#sec01 p.lead{
    z-index: 3;
}
#sec01 p.btn{
    top:324px;
    z-index: 3;
}
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
#main #cont-wrap #sec02 {
    height: 290px;
}
#sec02 h2{
    z-index: 3;
}
#sec02 p.lead,
#sec02 p.lead2{
    top:0;
    right:56px;
    z-index: 4;
}
#sec02 p.lead{
    top:80px;
}
#sec02 p.lead2{
    top:190px;
}
#sec02 p.fukuwarai{
    top: -16px;
    left: 38px;
    z-index: 4;
}
#sec02 p.chara{
    top: 112px;
    left: -30px;
    z-index: 4;
}
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* main-footer */

.main-footer {
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 32px;
}

.f-border {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
    position: absolute;
    top: 0;
    right: 0;
}

.f-border .f-hard {
    top: 20px;
}

.f-wrap {
    margin: 36px 0 0;
}

.main-footer .f-logo {
    float: left;
    width: 320px;
    text-align: center;
}

.main-footer .f-contents {
    float: right;
    width: 514px;
}

.main-footer .f-icon {
    float: left;
}

.main-footer .f-name {
    position: relative;
    float: right;
    width: 443px;
    height: 55px;
}

.main-footer .f-soft-ttl {
    position: absolute;
    top: 10px;
}

.main-footer .f-copyright {
    position: absolute;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 9px;
}

.main-footer .f-note01 {
    margin: 5px 0 15px;
    color: #FFFFFF;
    font-size: 9px;
}

.main-footer .f-btn {
    margin: 15px 0 0;
}


/* clearfix */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


