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

#bg{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -1;
    transition: all 1.5s ease;
}

#bg p{
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 45px;
    left: 0;
    transition: opacity 1s ease, transform 1s ease;
    -webkit-transition: opacity 1s ease, transform 1s ease;
    transform: scale(1.03) translate3d(0, 0, 0);
    -webkit-transform: scale(1.03) translate3d(0, 0, 0);
}

#bg p.on{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.only_tablet #bg,
.only_tablet #bg p{
    height: 100vh;
    min-height: 100vh;
    background-size: cover !important;
}

#bg.btt .b01{ background-image:url(../images/product/2017_btt/img_bg.png);}

#bg.coat .b01{ background-image:url(../images/story/coat/pic_bg_01_sp.jpg);}
#bg.coat .b02{ background-image:url(../images/story/coat/pic_bg_02_sp.jpg);}
#bg.coat .b03{ background-image:url(../images/story/coat/pic_bg_03_sp.jpg);}
#bg.coat .b04{ background-image:url(../images/story/coat/pic_bg_04_sp.jpg);}

#bg.tshirts .b01{ background-image:url(../images/story/tshirts/pic_bg_01_sp.jpg);}
#bg.tshirts .b02{ background-image:url(../images/story/tshirts/pic_bg_02_sp.jpg);}
#bg.tshirts .b03{ background-image:url(../images/story/tshirts/pic_bg_03_sp.jpg);}
#bg.tshirts .b04{ background-image:url(../images/story/tshirts/pic_bg_04_sp.jpg);}

#bg.cachmere .b01{ background-image:url(../images/story/cachmere/pic_bg_01_sp.jpg);}
#bg.cachmere .b02{ background-image:url(../images/story/cachmere/pic_bg_02_sp.jpg);}
#bg.cachmere .b03{ background-image:url(../images/story/cachmere/pic_bg_03_sp.jpg);}
#bg.cachmere .b04{ background-image:url(../images/story/cachmere/pic_bg_04_sp.jpg);}

/* --------------------------------------------------
*
    #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;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

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

.btt #section_story h2{
    margin: 0 0 20px 0;
    font-family: '見出ゴMB31';
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: .1em;
    position: relative;
    white-space: nowrap;
}

/* --------------------------------------------------
*
    #section_mov
*
-------------------------------------------------- */

#section_mov{
    background-color: #000;
    position: relative;
    z-index: 10;
}

#story_title{
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
}

#story_title p{
    margin: 25px 0 0 0;
    font-family: '見出ゴMB31';
    font-size: 16px;
    letter-spacing: .25em;
    line-height: 1.6em;
}

#story_title img{
    width: 236px;
    height: auto;
}

.btt #story_title{
    padding-left: 15px;
    padding-right: 15px;
}

.btt #story_title img{
    width: 100%;
    max-width: 460px;
}


#section_story{
    box-sizing: border-box;
    padding: 50px 25px 30px 25px;
    margin: 0 auto;
    background-image:url(../images/parts_bg_b_op30.png);
}
.btt #section_story{ background: none; background-color: rgba(255, 255, 255, .9); line-break: strict;}

#section_story #outline{
    margin: 0 0 110px 0;
}

.btt #section_story #outline{
    margin: 0 0 0 0;
}

#section_story #outline.large{ margin: 0 0 40px 0;}
#section_story #outline.large p{ font-size: 18px; letter-spacing: .05em;}

#section_story #outline h3 img{ width: 73px; height: auto;}
#section_story #desc h3 img{ width: 44px; height: auto;}

#section_story h3{
    margin: 0 0 30px 0;
}

#section_story p{
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 2.35em;
    color: #fff;
    letter-spacing: .05em;
    word-break: break-all;
    line-break: strict;
}

.btt #section_story p{
    font-size: 14px;
    color: #000;
}

#section_story p.indent{
    text-indent: -1em;
    padding-left: 1em;
}

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