@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
#wrap{
    margin: 0 auto;
    display: block !important;
    position: relative;
    z-index: 1;
}

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

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

#header{ top: -85px !important; transition: top .2s ease 0s;}
#header.on{ top: 0 !important; transition: top .25s ease-out 0s;}
#gnav .gnav_lineup,
#gnav .gnav_story,
#gnav .gnav_prologue,
#gnav .gnav_cm_song{ display: none !important;}

#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 .6s ease;
    -webkit-transition: all .6s ease;
}

#mov video{
    position: relative;
}


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

#bg.on{

}

#bg.end{
    opacity: 0;
}

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

#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.jpg);}
#bg .b01{ background-image:url(../images/home/pic_steel_audrey.jpg);}
#bg .b02{ background-image:url(../images/home/pic_steel_cachemire.jpg);}
#bg .b03{ background-image:url(../images/home/pic_steel_tshirts.jpg);}

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

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

.info_off{
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    font-size: 13px;
    color: #b20610;
    position: absolute;
    bottom: 115px;
    left: 0;
}

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

#main_visual .img_slider,
#main_visual .img_slider div{
    width: 100%;
    height: 100%;
    min-height: 680px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

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

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

#main_visual h1 img{
    opacity: 0;
}

#main_visual .copy{
    width: 100%;
    min-width: 980px;
    height: 52px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 110px;
}

#main_visual .copy img{
    width: 960px;
    margin-left: -480px;
    transform-origin: center;
    -webkit-transform-origin: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
}

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

#main_visual .arrow span{
    width: 28px;
    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: 28px;
    cursor: pointer;
    transition: background .1s ease;
}

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

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

#main_visual .badge img{
    width: 144px;
    height: auto;
    position: relative;
    right: -440px;
}


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

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

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

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



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

.section_lineup .section_inner{
    padding: 60px 10px;
    box-sizing: border-box;
}

.section_lineup .section_inner .pos_right{
    width: 50%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    position: relative;
    left: 50%;
}

.section_lineup .section_inner h2{
    margin: 0 0 50px 0;
}

#section_audrey .section_inner h2{
    margin-left: -5px;
}

.section_lineup .section_inner p{
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.968em;
    letter-spacing: .1em;
}

.section_lineup .section_inner .detail p{
    margin: 0;
    font-size: 15px;
    line-height: 2.1333em;
}

.section_lineup .section_inner .detail a{
    padding: 0 30px 0 0;
    position: relative;
    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_inner .detail a.touch,
.is_pc .section_lineup .section_inner .detail a:hover{
    padding: 0 35px 0 0;
    opacity: .7;
    transition: all .15s ease .05s;
}

.section_lineup .list_lineup{
    padding: 80px 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 .list_lineup + .list_lineup{
    padding: 50px 0 0 0;
}

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

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

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

.section_lineup .title_sub.scye{
    margin: -10px 0 -40px 0;
}
.section_lineup .title_sub.hh img{ width: 245px;}
.section_lineup .title_sub.scye img{ width: 307px;}

.section_lineup ul{
    width: 960px;
    margin: 0 auto;
    padding: 0 0 95px 0;
    overflow: hidden;
    letter-spacing: -.40em;
}

.section_lineup .list_lineup h3{
    margin: 0 0 -40px 0;
}

.section_lineup .list_lineup li{
    width: 50%;
    margin: 0 0 -20px 0;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
}

.section_lineup .list_lineup li img{
    opacity: 1 !important;
}

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

.section_lineup .list_lineup li .pic{
    margin: 0 0 -85px 0;
    position: relative;
}

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

.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 70px 0;}
.scye_off .section_lineup .list_lineup li.gerard img{ margin: 0 0 70px 0;}
.scye_off .section_lineup .list_lineup li.serge_de_nimes img{ margin: 0 0 82px 0; width: 66%;}


.section_lineup .list_lineup li .pic:before{
    content: '';
    width: 100%;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 48px;
    position: absolute;
    top: 85px;
    left: 0;
}

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

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


#section_cachemire .list_lineup li .pic{ margin-bottom: -120px;}
#section_tshirts .list_lineup li .pic{ margin-bottom: -140px;}

.section_lineup .list_lineup li h4{
    width: 275px;
    padding: 0 0 10px 0;
    margin: 0 auto 10px auto;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .075em;
    border-bottom: 3px solid #000;
    white-space: nowrap;
    transition: border .05s ease .0s;
}

.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 10px 0;
    font-size: 16px;
    font-family: '見出ゴMB31';
    letter-spacing: .075em;
}

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

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

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

#section_btt .detail a{
    background-image:url(../images/parts_ico_link_arrow_right_b.png);
}


/*
*
     .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{
    padding: 80px 0;
    overflow: hidden;
}

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

.section_lineup .section_event .col_left{
    width: 50%;
    float: left;
}

.section_lineup .section_event .col_right{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    position: relative;
    top: -10px;
}

.section_lineup .section_event .col_right p{
    margin: 0;
    letter-spacing: .1em;
    line-height: 2.1em;
}

.section_lineup .section_event .ico_end{
    margin: 20px 0 0 0;
}

.section_lineup .section_event .ico_end img{
    width: 455px;
    height: auto;
}

.section_lineup .section_event a{
    padding: 0 20px 0 0;
    font-family: '見出ゴMB31';
    font-size: 15px;
    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 .access p{
    font-family: '見出ゴMB31';
    font-size: 17px;
    letter-spacing: .18em;
    line-height: 1.6em;
}

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

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

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

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


.section_event p.title{
    margin: -15px 0 50px 0;
    font-family: 'Midashi Go MB31',sans-serif;
    font-size: 28px;
    line-height: 1.78em;
    letter-spacing: .15em;
}

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

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

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

.section_event p.pic{
}

.section_event p.pic img{
    width: 330px;
}

.section_event .desc p.special{
    margin: 30px 0;
    padding-left: 1em;
    text-indent: -1em;
}

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



/*
*
     .section_stockist
*
*/
.section_lineup .section_stockist{
    overflow: hidden;
}

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

.section_lineup .section_stockist .section_inner{
    padding: 80px 0;
    overflow: hidden;
}

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

.section_lineup .section_stockist .col_left{
    width: 50%;
    float: left;
}

.section_lineup .section_stockist .col_right{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    position: relative;
    top: -10px;
}

.section_lineup .section_stockist .desc{
    margin: 0 0 60px 0;
    text-align: center;
}

.section_lineup .section_stockist .desc p{
    margin: 0;
    letter-spacing: .1em;
    line-height: 2.1em;
}

.section_lineup .section_stockist a{
    padding: 0 20px 0 0;
    font-size: 15px;
    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 .access_list{
    width: calc(100% + 40px);
    letter-spacing: -.40em;
}

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

.section_lineup .section_stockist .access{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;
}

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

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

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

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

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


.section_stockist p.title{
    margin: -15px 0 50px 0;
    font-size: 28px;
    line-height: 1.78em;
    letter-spacing: .15em;
}

.section_stockist p.date{
    margin: -10px 0 140px 0;
    font-size: 28px;
    line-height: 1.78em;
    letter-spacing: .1em;
}

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



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

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

#section_archive .col_left{
    width: 50%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    float: left;
}

#section_archive .col_right{
    width: 50%;
    padding: 3px 0 0 0;
    float: left;
    box-sizing: border-box;
}

#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{
    text-align: right;
}

#section_archive .pic img{
    width: 343px;
    height: auto;
}

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

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

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



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

#section_information .section_inner{
    padding: 55px 0 20px 0;
}

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

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

#section_information ul{
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: .1em;
    text-align: left;
}

#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;
}


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