@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    material_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    padding-top: 20px;
}

#bg .switch_sp{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 45px;
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: -1;
}

#bg .switch_sp:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#bg.solo .switch_sp:after{ background-image:url(../images/material/solo/pic_mv_sp.jpg);}
#bg.mauri .switch_sp:after{ background-image:url(../images/material/mauri/pic_mv_sp.jpg);}
#bg.wada_lite .switch_sp:after{ background-image:url(../images/material/wada_lite/pic_mv_sp.jpg);}

.is_sp #bg .switch_sp,
.is_sp #bg .switch_sp:after{
    height: 100vh;
}

#contents_area{
    width: 100%;
    height: 100%;
    padding: 45px 0 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


/* --------------------------------------------------
*
    #section_title
*
-------------------------------------------------- */
#section_title .section_inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

#section_title h2{
    width: 100%;
    text-align: center;
    font-family: '見出ゴMB31';
    font-size: 16px;
    color: #fff;
    letter-spacing: .15em;
    line-height: 1.6em;
}

#section_title h2 img{
    width: 185px;
    height: auto;
}

#section_title.fit_img h2{ margin: -20px 0 0 0; font-size: 0;}
#section_title.fit_img h2 img{ width: 100%; height: auto; line-height: 0;}


#section_title h2 span.sub{
    margin: 10px 0 0 0;
    font-size: 15px;
    display: block;
}



/* --------------------------------------------------
*
    #material_contents
*
-------------------------------------------------- */
#material_contents{
    background-image:url(../images/parts_bg_w_op90.png);
    overflow: hidden;
    padding: 35px 0 0 0;
}

#material_contents .section_inner{
    padding: 0 30px;
    margin: auto;
}

#material_contents .logo{
    margin: 0 0 30px 0;
}

#material_contents .logo img{
    width: 200px;
    height: auto;
}

#material_contents h3{
    font-family: '見出ゴMB31';
    margin: 0 0 20px 0;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.916em;
}

#material_contents ul{
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

#material_contents li{
    box-sizing: border-box;
    margin: 0 0 40px 0;
}

#material_contents p{
    margin: 0 0 20px 0;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.968em
}

#material_contents .section_pic{
    position: relative;
    text-align: center;
}

#material_contents .section_pic ul{
    font-size: 0;
    letter-spacing: -.40em;
}

#material_contents .section_pic li{
    margin: 0 0 20px 0;
    letter-spacing: normal;
}

#material_contents .section_pic li p{
    margin: 0;
    line-height: 1em;
}

#material_contents .section_pic li .caption{
    margin: 5px 0 0 0;
    font-size: 12px;
    padding: 0 5px;
    letter-spacing: .05em;
}

#material_contents .section_pic img{
    width: 100%;
    max-width: 420px;
    height: auto;
}


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