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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#mv:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
}

#mv img{
    width: 100%;
    min-height: 180px;
    visibility: hidden;
}

#mv .section_wrap{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#mv .section_wrap .section_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#mv h1{
    margin: 0 0 25px 0;
    font-size: 20px;
    letter-spacing: .2em;
}

#mv .desc{
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2em;
}


#post_body{
    padding: 25px 15px 5px 15px;
    margin: 0 auto;
}

#post_body p{
    max-width: 380px;
    margin: 0 auto 25px auto;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
}



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