@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    min-height: 740px;
    background-image:url(../images/home/img_main_ss.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 93%;
    display: table;
    background-color: #023e21;
    position: relative;
    z-index: 2;
}

#mv .mv_inner{
    height: 100%;
    padding: 60px 20px 0 20px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

#mv h1{
    margin: 0 0 0 0;
}

#mv .arrow{
    width: 47px;
    height: 35px;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-size: 47px;
    position: absolute;
    left: calc(50% - 29px);
    bottom: 20px;
    cursor: pointer;
    z-index: 3;
}

#mv .arrow.fix{
    position: fixed;
    bottom: 20px !important;
}

#mv .badge{
    width: 1080px;
    text-align: right;
    position: absolute;
    top: 570px;
    left: calc(50% - 540px);
}

#mv .badge img{
    width: 200px;
    margin: 0 240px 0 0;
}

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    position: relative;
}

#content_body .section_inner h2{
    margin: 0 0 30px 0;
}

#content_body .section_inner p{
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 2em;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}


} /* ----- min-width : 641px ----- */
