@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    min-height: 480px;
    max-height: 560px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #023e21;
    position: relative;
    z-index: 2;
}

#mv:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image:url(../images/home/img_main_ss_sp.png);
    background-repeat: no-repeat;
    background-size: 320px;
    background-position: center calc(100% + 20px);
    position: absolute;
    bottom: 0;
    left: 0;
}

#mv h1{
    padding: 20px 0 0 0;
    box-sizing: border-box;
    text-align: center;
}

#mv h1 img{
    width: 250px;
}

#mv .arrow{
    display: none;
}

#mv .badge{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

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

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    position: relative;
    padding: 30px 15px 20px 15px;
}

#content_body .section_inner h2{
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.6em;
}

#content_body .section_inner p{
    margin: 0 0 25px 0;
    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;
}


} /* ----- max-width: 640px ----- */
