@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    staff_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
#wrap{ padding-top: 85px; background-image:url(../images/parts_bg_b_op30.png);}
.btt #wrap{ background: none; background-color: transparent;}

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

#bg.coat:after{
    content: '';
    width: 960px;
    height: 253px;
    display: block;
    background-image:url(../images/story/coat/img_bg_title.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 5;
}

#bg.on{

}

#bg p{
    width: 100%;
    min-width: 980px;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 85px;
    left: 0;
    transition: opacity 1.5s ease-out, transform 8s linear;
    -webkit-transition: opacity 1.5s ease-out,transform 8s linear;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    z-index: -1;
}

#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.jpg);}
#bg.coat .b02{ background-image:url(../images/story/coat/pic_bg_02.jpg);}
#bg.coat .b03{ background-image:url(../images/story/coat/pic_bg_03.jpg);}
#bg.coat .b04{ background-image:url(../images/story/coat/pic_bg_04.jpg);}

#bg.tshirts .b01{ background-image:url(../images/story/tshirts/pic_bg_01.jpg);}
#bg.tshirts .b02{ background-image:url(../images/story/tshirts/pic_bg_02.jpg);}
#bg.tshirts .b03{ background-image:url(../images/story/tshirts/pic_bg_03.jpg);}
#bg.tshirts .b04{ background-image:url(../images/story/tshirts/pic_bg_04.jpg);}

#bg.cachmere .b01{ background-image:url(../images/story/cachmere/pic_bg_01.jpg);}
#bg.cachmere .b02{ background-image:url(../images/story/cachmere/pic_bg_02.jpg);}
#bg.cachmere .b03{ background-image:url(../images/story/cachmere/pic_bg_03.jpg);}
#bg.cachmere .b04{ background-image:url(../images/story/cachmere/pic_bg_04.jpg);}

/* --------------------------------------------------
*
    #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;
    position: relative;
    left: 50%;
}

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

.btt #section_story h2{
    margin: 0 0 40px 0;
    font-family: '見出ゴMB31';
    font-size: 28px;
    text-align: center;
    letter-spacing: .15em;
    position: relative;
}


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

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

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

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

#section_story{
    width: 980px;
    box-sizing: border-box;
    padding: 120px 60px 110px 60px;
    margin: 0 auto;
}


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

.btt #section_story{ background-color: rgba(255, 255, 255, .93); }
.btt #section_story #outline{
    margin: 0 0 0 0;
}

#section_story #outline.large{ margin: 0 0 80px 0;}
#section_story #outline.large p{ font-size: 24px;}

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

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

.btt #section_story{
    text-align: center;
}

.btt #section_story p{
    font-size: 16px;
    display: inline-block;
    text-align: left;
}

.btt #section_story p{
    color: #000;
}

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


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