@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
    display: block !important;
    position: relative;
    z-index: 3;
}

#wrap,
#header{
    transition: opacity .3s ease;
}

#header_inner h1{ margin-top: -45px !important; transition: margin .3s ease }
#header .gnav_ico{ margin-top: -45px !important; transition: margin .3s ease;}
.on #header_inner h1{ margin-top: 0 !important; transition: margin .6s ease;}
#header.on .gnav_ico{ margin-top: 0 !important; transition: margin .6s ease;}

.onload #wrap,
.onload #header{
    opacity: 1;
}

#mov{
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    letter-spacing: 0;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

#mov.on{
    opacity: 1 !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
}

.is_sp #mov{ display: none;}

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

#bg.end{
    opacity: 0;
}

#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 .b_btt{ background-image:url(../images/home/pic_steel_btt_sp.jpg);}
#bg .b01{ background-image:url(../images/home/pic_steel_audrey_sp.jpg);}
#bg .b_hide{ background-image:url(../images/home/pic_mv_btt_sp.jpg); top: 0;}
#bg .b02{ background-image:url(../images/home/pic_steel_cachemire_sp.jpg);}
#bg .b03{ background-image:url(../images/home/pic_steel_tshirts_sp.jpg);}

#bg p.top{ background-position: center top !important;}

.is_pc #bg .b_hide{ background: none;}
.is_pc #bg.mov_load .b_hide{ opacity: 0 !important; transition: opacity 4s ease;}


.info_off{
    width: 100%;
    text-align: center;
    line-height: 1.6em;
    font-size: 12px;
    letter-spacing: .025em;
    color: #b20610;
    position: absolute;
    bottom: 110px;
    left: 0;
    white-space: nowrap;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    width: 100%;
    height: 100%;
    position: relative;
}

#main_visual h1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 10;
}

#main_visual h1.top{
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    top: 25px !important;
}

#main_visual h1 img{
    width: 70%;
    max-width: 340px;
    height: auto;
    opacity: 0;
}

#main_visual .copy{
    width: 90% !important;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 5% !important;
    bottom: 100px;
}

#main_visual .copy img{
    width: 100%;
    height: auto;
    transform-origin: center;
    -webkit-transform-origin: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#main_visual .arrow{
    width: 100%;
    height: 20px;
    margin-left: 0;
    opacity: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#main_visual .arrow span{
    width: 15px;
    height: 100%;
    display: inline-block;
    position: relative;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 15px;
    cursor: pointer;
    transition: background .1s ease;
}

.is_sp #main_visual .arrow span.touch,
.is_pc #main_visual .arrow span:hover{
    background-position: center 3px;
}

#main_visual .badge{
    width: 100%;
    height: 80px;
    text-align: right;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    bottom: 105px;
    left: 0;
    z-index: 2;
}

#main_visual .badge img{
    width: 80px;
    height: auto;
    position: relative;
    right: 10px;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    color: #fff;
    background-image:url(../images/parts_bg_b_op80.png);
}

#section_yodogawa h2{
    margin: 0 0 20px 0;
    font-family: '見出ゴMB31';
    font-size: 18px;
    line-height: 1.75em;
    letter-spacing: .05em;
}

#section_yodogawa .section_inner{
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

#section_yodogawa p{
    font-size: 13.5px;
    line-height: 2.125em;
    white-space: nowrap;
    letter-spacing: .1em;
}



/* --------------------------------------------------
*
    .section_lineup
*
-------------------------------------------------- */
.section_lineup{
    clear: both;
    color: #fff;
    overflow: hidden;
}

.section_lineup .section_inner{
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
}

.section_lineup .section_inner.wh_fit{
    min-height: 480px;
    max-height: 640px;
}

.section_lineup .section_inner .vertical{
    vertical-align: bottom;
}

.section_lineup .section_inner .pos_right{
    box-sizing: border-box;
    position: relative;
}

.section_lineup .section_inner h2{
    width: 280px;
    margin: 0 auto 17px auto;
    box-sizing: border-box;
}

#section_btt .section_inner h2 img{ width: 296px; position: relative; left: -5px;}
#section_audrey .section_inner h2 img{ width: 279px;}
#section_cachemire .section_inner h2 img{ width: 278px;}
#section_tshirts .section_inner h2 img{ width: 245px;}

.section_lineup .section_inner p{
    width: 280px;
    margin: 0 auto 15px auto;
    box-sizing: border-box;
    font-size: 13.5px;
    line-height: 1.968em;
    letter-spacing: .1em;
}

.section_lineup .section_inner .detail{
    border-top: 1px solid #fff;
    font-size: 0;
}

.section_lineup .section_inner .detail p{
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px !important;
    font-size: 12px;
    line-height: 2.1333em;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
}

.section_lineup .section_inner .detail p:first-child{
    border-right: 1px solid #fff;
}

#section_btt.section_lineup .section_inner .detail p{
    width: 33.333%;
    border-right: 1px solid #fff;
}

#section_btt.section_lineup .section_inner .detail p:last-child{
    border-right: none;
}

.section_lineup .section_inner .detail a{
    height: 40px;
    display: block;
    position: relative;
    color: #fff;
    transition: background .15s ease 0s;
}

.is_sp .section_lineup .section_inner .detail a.touch,
.is_pc .section_lineup .section_inner .detail a:hover{
    background-color: rgba(255, 255, 255, .2);
    transition: background .15s ease 0s;
}


.section_lineup .list_lineup{
    padding: 30px 0 0 0;
    font-family: '見出ゴMB31';
    background-image:url(../images/parts_bg_w_op80.png);
    box-sizing: border-box;
    color: #000;
    overflow: hidden;
}

#section_btt.section_lineup .list_lineup{
    background: none;
    background-color: rgba(225, 225, 225, .8);
}

#section_tshirts .list_lineup{
    background-image:url(../images/parts_bg_d8_op80.png);
}

.section_lineup h3{
    text-align: center;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
}

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

.section_lineup .title_sub{
    margin: 15px 0 -10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section_lineup .title_sub.scye{
    margin: -20px 0 -20px 0;
}
.section_lineup .title_sub.hh img{ width: 196px;}
.section_lineup .title_sub.scye img{ width: 245px;}

.section_lineup ul{
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    overflow: hidden;
}

.section_lineup .list_lineup ul{
    letter-spacing: -.40em;
}

.section_lineup .list_lineup li{
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.section_lineup .list_lineup li img{
    width: 100%;
    height: auto;
    opacity: 1 !important;
}

.section_lineup .list_lineup li a{
    color: #000;
    transition: color .05s ease 0s;
}

.section_lineup .list_lineup li .pic{ position: relative;}
.section_lineup .list_lineup li.badge_resale .pic:after{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image:url(../images/parts_badge_resale.png);
    background-repeat: no-repeat;
    background-size: 80px;
    position: absolute;
    bottom: 40px;
    right: -10px;
}

.section_lineup .list_lineup li.badge_resale.on .pic:after{
    background-image:url(../images/parts_badge_resale_on.png);
}
/*
    btt
*/

.scye_off .section_lineup .list_lineup li.madeleine img{ margin: 0 0 50px 0;}
.scye_off .section_lineup .list_lineup li.madeleine .info_off{ bottom: 90px !important;}
.scye_off .section_lineup .list_lineup li.gerard img{ margin: 0 0 50px 0;}
.scye_off .section_lineup .list_lineup li.gerard .info_off{ bottom: 90px !important;}
.scye_off .section_lineup .list_lineup li.serge_de_nimes img{ margin: 0 0 65px 0; width: 68%;}
.scye_off .section_lineup .list_lineup li.serge_de_nimes .info_off{ bottom: 135px !important;}

.section_lineup .list_lineup li.cher_coming img{ margin: 0 0 29px 0; width: 86%;}

.scye_off .section_lineup .list_lineup li.madeleine.c02 .info_off{ bottom: 100px !important;}
.scye_off .section_lineup .list_lineup li.gerard.c02 .info_off{ bottom: 100px !important;}
.scye_off .section_lineup .list_lineup li.serge_de_nimes.c02 .info_off{ bottom: 145px !important;}


.section_lineup .list_lineup li .pic.fulton:before,
.section_lineup .list_lineup li .pic.special:before{
    content: '';
    width: 100%;
    height: 34px;
    margin: 40px 0 -30px 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 34px;
}

.section_lineup .list_lineup li .pic.fulton:before{
    background-image:url(../images/home/img_title_btt_fulton_sp.png);
}

.section_lineup .list_lineup li .pic.special:before{
    background-image:url(../images/home/img_title_btt_special_sp.png);
}

.section_lineup .list_lineup li .desc{
    width: 100%;
    position: relative;
    top: -10px;
}

#section_cachemire .list_lineup ul{ margin-bottom: 30px;}
#section_cachemire .list_lineup li{ margin-bottom: -60px;}
#section_cachemire .list_lineup li .desc{ top: -40px;}
#section_tshirts .list_lineup ul{ margin-bottom: 20px;}
#section_tshirts .list_lineup li{ margin-bottom: -40px;}
#section_tshirts .list_lineup li .desc{ top: -30px;}

.section_lineup .list_lineup li h4{
    padding: 0 0 5px 0;
    margin: -15px auto 10px auto;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: .075em;
    border-bottom: 2px solid #000;
    white-space: nowrap;
    transition: border .05s ease .0s;
}

.section_lineup .list_lineup li h4.row{
    margin-top: -16px;
}

.section_lineup .list_lineup li h4 .sub{
    margin: 2px 0 0 0;
    font-size: 14px;
    display: block;
}

.is_sp .section_lineup .list_lineup li.touch a,
.is_pc .section_lineup .list_lineup li:hover a{ color: #1dabcb; transition: color .05s ease .05s;}
.is_sp .section_lineup .list_lineup li.touch h4,
.is_pc .section_lineup .list_lineup li:hover h4{ border-color: #1dabcb; transition: border .05s ease .05s;}

.section_lineup .list_lineup li .name{
    margin: 0 0 5px 0;
    font-size: 14px;
    font-family: '見出ゴMB31';
    letter-spacing: .075em;
    line-height: 1.2em;
}

.section_lineup .list_lineup li .price{
    font-size: 15px;
    letter-spacing: .1em;
}

.section_lineup .list_lineup li .price span{
    margin: 0 0 0 3px;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .05em;
}

#section_btt .detail a{
    color: #00eeff;
}


/*
*
     .section_event
*
*/
.section_lineup .section_event{
    overflow: hidden;
    background-image:url(../images/parts_bg_b_op80.png);
}

.section_lineup .section_event.w{
    color: #000;
    background-color: #fff;
    background-image: none;
}

.section_lineup .section_event .section_inner{
    min-height: inherit;
    max-height: inherit;
    padding: 30px 20px 40px 20px !important;
    overflow: hidden;
}

.section_lineup .section_event h3{
    margin: 0 0 40px 0;
}

.section_lineup .section_event .title{
    margin: 0 0 40px 0;
    padding: 0;
}

.section_lineup .section_event .title img{
    width: 100%;
    max-width: 449px;
}

.section_lineup .section_event .ico_end{
    margin: -25px 0 25px 0;
}

.section_lineup .section_event .ico_end img{
    width: 100%;
    max-width: 449px;
    height: auto;
}

.section_lineup .section_event .col_right p{
    margin: 0;
    padding: 0;
    font-size: 13.5px;
    letter-spacing: .1em;
    line-height: 2.1em;
}

.section_lineup .section_event a{
    padding: 0 20px 0 0;
    font-family: '見出ゴMB31';
    font-size: 12px;
    background-image:url(../images/parts_ico_link_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    transition: all .15s ease 0s;
}

.is_sp .section_lineup .section_event a.touch,
.is_pc .section_lineup .section_event a:hover{
    padding: 0 25px 0 0;
    opacity: .7;
    transition: all .15s ease .05s;
}

.section_lineup .section_event .desc{
    margin: 0 0 40px 0;
}

.section_lineup .section_event .desc p{
    width: auto;
}

.section_lineup .section_event .access p{
    font-family: '見出ゴMB31';
    font-size: 15px;
    letter-spacing: .18em;
    line-height: 1.6em;
    white-space: nowrap;
}

.section_lineup .section_event .access a{
    margin: 0 0 0 10px;
}

.section_lineup .section_event .access p.date{
    margin: 0 0 8px 0;
}

.section_lineup .section_event .access p.address .time{
    display: block;
}

.section_lineup .section_event .access p .time .s{
    font-size: 13px;
}


.section_event p.title{
    width: 100%;
    margin: 0 0 0 0;
    font-family: 'Midashi Go MB31',sans-serif;
    font-size: 18px;
    line-height: 1.78em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.section_event p.date{
    margin: -30px 0 10px 0;
    font-family: 'Midashi Go MB31',sans-serif;
    font-size: 19px;
    line-height: 1.78em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.section_event p.date .s{
    margin: 0 5px;
    font-size: 65%;
}

.section_event p.date .arrow{
    width: 10px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    background-image:url(../images/parts_event_arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.section_event p.pic{
}

.section_event p.pic img{
    width: 100%;
    max-width: 380px;
    display: block;
    margin: 0 auto;
}

.section_event .desc p.special{
    margin: 15px 0 -20px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
}

.section_event .desc p.special .star{
    color: #f0df00;
}



/*
*
     .section_stockist
*
*/
.section_lineup .section_stockist.w{
    overflow: hidden;
    color: #000;
    background-color: #fff;
    background-image: none;
}

.section_lineup .section_stockist .section_inner{
    min-height: inherit;
    max-height: inherit;
    padding: 30px 20px 40px 20px !important;
    overflow: hidden;
}

.section_lineup .section_stockist h3{
    margin: 0 0 40px 0;
}

.section_lineup .section_stockist .title{
    margin: 0 0 40px 0;
    padding: 0;
}

.section_lineup .section_stockist a{
    padding: 0 10px 0 0;
    font-size: 12px;
    display: inline-block;
    background-image:url(../images/parts_ico_link_arrow_right_b02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    transition: all .15s ease 0s;
}

.is_sp .section_lineup .section_stockist a.touch,
.is_pc .section_lineup .section_stockist a:hover{
    padding: 0 25px 0 0;
    opacity: .7;
    transition: all .15s ease .05s;
}

.section_lineup .section_stockist .desc{
    margin: 0 0 40px 0;
}

.section_lineup .section_stockist .desc p{
    width: auto;
}

.section_lineup .section_stockist .access{
    margin: 0 0 40px 0;
}

.section_lineup .section_stockist .access:last-child{
    margin: 0;
}

.section_lineup .section_stockist .access .h{
    font-family: '見出ゴMB31' !important;
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.section_lineup .section_stockist .access p{
    width: auto;
    font-size: 14px;
    letter-spacing: .18em;
    line-height: 1.6em;
}

.section_lineup .section_stockist .access a{
    color: #248f9e;
    margin: 0 0 0 10px;
}

.section_lineup .section_stockist .access p.date{
    margin: 0 0 8px 0;
}

.section_lineup .section_stockist .access p.address .time{
    display: block;
}

.section_lineup .section_stockist .access p .time .s{
    font-size: 13px;
}


.section_stockist p.title{
    width: 100%;
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 1.78em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.section_stockist p.date{
    margin: -30px 0 10px 0;
    font-size: 19px;
    line-height: 1.78em;
    letter-spacing: .1em;
    white-space: nowrap;
}

.section_stockist p.date .s{
    margin: 0 5px;
    font-size: 65%;
}

.section_stockist p.date .arrow{
    width: 10px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    background-image:url(../images/parts_event_arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}


/* --------------------------------------------------
*
    #section_archive
*
-------------------------------------------------- */
#section_archive{
    background-image:url(../images/parts_bg_b_op80.png);
    padding: 30px 15px 0 15px;
}

#section_archive p{
    width: auto;
}

#section_archive .section_inner{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

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

#section_archive a{
    transition: opacity .15s ease .0s;
    color: #fff;
}

#section_archive a img{ opacity: 1 !important;}

.is_sp #section_archive a.touch,
.is_pc #section_archive a:hover{
    opacity: .7;
}

#section_archive .pic{
    margin: 0 0 10px 0;
}

#section_archive .pic img{
    width: 100% !important;
    height: auto;
}

#section_archive h4{
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .05em;
}

#section_archive .sub{
    margin: 0 0 25px 0;
    font-family: '見出ゴMB31';
    font-size: 15px;
    letter-spacing: .12em;
}

#section_archive p{
    font-size: 15px;
}



/* --------------------------------------------------
*
    #section_archive
*
-------------------------------------------------- */
#section_information{
    padding: 30px 0 10px 0;
    background-image:url(../images/parts_bg_w_op80.png);
    color: #000;
    text-align: center;
}

#section_information .section_inner p{
    width: auto;
}

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

#section_information .desc{
    line-height: 2.1em;
    font-size: 15px;
    letter-spacing: .075em;
}

#section_information ul{
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

#section_information li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13.5px;
}

#section_information li.no_indent{
    text-indent: inherit;
    padding-left: 0;
}

#section_information .desc a{
    transition: opacity .15s ease 0s;
}

.is_sp #section_information .desc a.touch,
.is_pc #section_information .desc a:hover{
    opacity: .5;
    transition: opacity .15s ease .05s;
}


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




@media screen and (max-width : 420px){ 


.section_lineup .list_lineup li.badge_resale .pic:after{
    width: 60px;
    height: 60px;
    background-size: 60px;
    bottom: 35px;
    right: -10px;
}


}