@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    costume_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/costume/pic_mv_btt_sp.jpg);}
#bg.coat .switch_sp:after{ background-image:url(../images/costume/pic_mv_coat_sp.jpg);}
#bg.tshirts .switch_sp:after{ background-image:url(../images/costume/pic_mv_tshirts_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;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

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


/* --------------------------------------------------
*
    #costume_list
*
-------------------------------------------------- */
#costume_list{
    margin: 0 auto;
    background-image:url(../images/parts_bg_w_op80.png);
    padding: 30px 0 0 0;
}

#costume_list .list_inner{
    margin: 0 auto;
    padding: 0 25px;
    overflow: hidden;
}

#costume_list ul{
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
    font-size: 0;
    position: relative;
}

#costume_list li{
    width: 100%;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#costume_list li.blank{ display: none;}

#costume_list li img{
    width: 100%;
    max-width: 450px;
    height: auto;
}

#costume_list li p{
    margin: 0 0 20px 0;
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.4em;
}

.btt #costume_list li p{
    letter-spacing: .1em;
}

#costume_list li .pic{
    margin: 0 0 5px 0;
    text-align: center;
}


 #costume_list li .pic.s{ text-align: center; }
 #costume_list li .pic.s img{ max-width: 195px;}

/* --------------------------------------------------
*
    #costume_contact
*
-------------------------------------------------- */
#costume_contact{
    background-image:url(../images/parts_bg_8d_op90.png);
    overflow: hidden;
    padding: 35px 25px 0 25px;
    text-align: center;
}

#costume_contact ul{
    width: 100%;
    max-width: 320px;
    display: inline-block;
    text-align: left;
}

#costume_contact li{
    clear: both;
    margin: 0 0 30px 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.7em;
    color: #fff;
    overflow: hidden;
}

#costume_contact li h3{
    margin: 0 0 10px 0;
    font-family: '見出ゴMB31';
    font-size: 15px;
}

#costume_contact li dt{
    width: 70%;
    margin: 0 0 10px 0;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    clear: both;
    float: left;
}

#costume_contact li dd{
    width: 30%;
    margin: 0 0 10px 0;
    float: left;
    text-align: right;
}



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