@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    material_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
#bg .switch_pc{
    width: 100%;
    min-width: 980px;
    height: 100%;
    position: fixed;
    top: 85px;
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: -1;
}

#bg .switch_pc: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_pc:after{ background-image:url(../images/material/solo/pic_mv.jpg);}
#bg.mauri .switch_pc:after{ background-image:url(../images/material/mauri/pic_mv.jpg);}
#bg.wada_lite .switch_pc:after{ background-image:url(../images/material/wada_lite/pic_mv.jpg);}

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

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


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

#section_title h2{
    width: 100%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    font-family: '見出ゴMB31';
    font-size: 21px;
    color: #fff;
    letter-spacing: .15em;
    line-height: 1.6em;
    position: relative;
}

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

#section_title.fit_img h2{ min-width: 980px; font-size: 0; padding: 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: 19px;
    display: block;
}


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

#material_contents .section_inner{
    width: 600px;
    margin: auto;
}

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

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

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

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

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

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

#material_contents .section_pic{
    position: relative;
    left: -180px;
}

#material_contents .section_pic ul{
    width: 960px;
    overflow: hidden;
    font-size: 0;
    letter-spacing: -.40em;
}

#material_contents .section_pic li{
    width: 420px;
    margin: 0;
    display: inline-block;
    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: 16px;
    padding: 0 5px;
    letter-spacing: .05em;
}

#material_contents .section_pic img{
    width: 100%;
    height: auto;
}

#material_contents .section_pic.horizonal{ left: -40px !important;}
#material_contents .section_pic.horizonal li{ width: 480px !important; margin: 0 0 40px 0 !important; display: block;}
#material_contents .section_pic.horizonal li:last-child{ margin: 0 !important;}
#material_contents .section_pic.horizonal li img{ width: 100% !important;}

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