@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    staff_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.btt .switch_pc:after{ background-image:url(../images/staff/pic_mv_btt.jpg);}
#bg.coat .switch_pc:after{ background-image:url(../images/staff/pic_mv_coat.jpg);}
#bg.tshirts .switch_pc:after{ background-image:url(../images/staff/pic_mv_tshirts.jpg);}
#bg.cachmere .switch_pc:after{ background-image:url(../images/staff/pic_mv_cachmere.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: 50%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    font-family: '見出ゴMB31';
    font-size: 21px;
    color: #fff;
    text-align: left;
    letter-spacing: .15em;
    line-height: 1.6em;
    position: relative;
    left: 50%;
}

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


/* --------------------------------------------------
*
    #staff_list
*
-------------------------------------------------- */
#staff_list{
    background-image:url(../images/parts_bg_w_op80.png);
    overflow: hidden;
    padding: 100px 0 60px 0;
}

#staff_list h3{
    margin: 0 0 40px 0;
    text-align: center;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 30px;
    color: #737373;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
}

#staff_list h3 span.sub{
    font-family: '見出ゴMB31';
    margin: 8px 0 0 0;
    font-size: 15px;
    font-weight: normal;
    display: block;
}

#staff_list li{
    margin: 0 0 70px 0;
    clear: both;
    text-align: center;
    letter-spacing: .1em;
}

#staff_list li a{ transition: opacity .15s ease 0;}
.is_pc #staff_list li a:hover{ text-decoration: underline; opacity: .7; transition: opacity .15s ease .05s;}
.is_sp #staff_list li a:hover{ text-decoration: underline; opacity: .7; transition: opacity .15s ease .05s;}

#staff_list li h4{ margin: 0 0 25px 0;}
#staff_list li h4 .s{ margin: 0 0 10px 0; display: block; font-size: 85%;}
#staff_list li p{ margin: 0 0 40px 0; line-height: 1.6em;}

#staff_list dl{
    width: 100%;
    font-size: 17px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
}

#staff_list dl + dl{
    margin: 25px 0 0 0;
}

#staff_list dt{
    clear: both;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    line-height: 1.6em;
    float: left;
    margin: 0 0 10px 0;
    text-align: right;
}

#staff_list .single dt{
    width: 100%;
    text-align: center;
    line-height: 1.6em;
    float: none;
}

#staff_list dd{
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    line-height: 1.6em;
    padding: 0 0 0 15px;
    float: left;
    text-align: left;
}



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