@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    staff_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.btt .switch_sp:after{ background-image:url(../images/staff/pic_mv_btt_sp.jpg);}
#bg.coat .switch_sp:after{ background-image:url(../images/staff/pic_mv_coat_sp.jpg);}
#bg.tshirts .switch_sp:after{ background-image:url(../images/staff/pic_mv_tshirts_sp.jpg);}
#bg.cachmere .switch_sp:after{ background-image:url(../images/staff/pic_mv_cachmere_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%;
    font-family: '見出ゴMB31';
    font-size: 16px;
    color: #fff;
    text-align: left;
    letter-spacing: .15em;
    line-height: 1.6em;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

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


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


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

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

#staff_list li{
    margin: 0 0 30px 0;
    padding: 0 30px;
    clear: both;
    text-align: center;
    letter-spacing: .1em;
    white-space: nowrap;
}

#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 25px 0; line-height: 1.4em;}
#staff_list li p:last-child{ margin: 0 0 45px 0; line-height: 1.4em;}

#staff_list dl{
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}

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

#staff_list dt{
    clear: both;
    box-sizing: border-box;
    line-height: 1.4em;
    margin: 0 0 5px 0;
}

#staff_list .single dt:last-child{
    width: 100%;
    margin-bottom: 25px;
}

#staff_list dd{
    box-sizing: border-box;
    line-height: 1.6em;
    margin: 0 0 20px 0;
}




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