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

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
body{
    background-image: url(../images/home/bg_stripe.png);
    background-repeat: repeat;
    background-position: center top;
    background-color: #e1e6e6;
}

#contents{
    max-width: 1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    min-width: 1000px;
    height: 668px;
    line-height: 0;
    position: relative;
}

#kv:before,
#kv:after{
    content: '';
    width: 50px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
}

#kv:before{ left: -50px;}
#kv:after{ right: -50px;}

#kv h1{
    width: 1000px;
    height: 668px;
    position: relative;
}

#kv h1 img{
    position: relative;
    z-index: 2;
}

#kv h1:before{
    content: '';
    display: block;
    width: 1000px;
    height: 100vh;
    background-color: #e1e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    z-index: 1;
}

#kv h1:after{
    content: '';
    display: block;
    width: 1000px;
    max-width: calc(100vw - 100px);
    height: 100vh;
    background-image: url(../images/home/pic_mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    z-index: 1;
}

#kv .coming{
    position: absolute;
    bottom: 26px;
    left: 58px;
    z-index: 3;
}

#kv .coming img{
    width: 244px;
}

/* --------------------------------------------------
*
    #look_book
*
-------------------------------------------------- */
.lineup{
    width: 1000px;
    z-index: 2;
    position: relative;
}

.lineup:last-child{ margin: 0 !important;}

.lineup:before,
.lineup:after{
    content: '';
    width: 50px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
}

.lineup:before{ left: -50px;}
.lineup:after{ right: -50px;}

#look_book ul{
    display: flex;
    justify-content: space-between;
}

#look_book li{ width: 495px; overflow: hidden;}
#look_book img{ width: 495px; transition: transform .35s ease;}

#look_book li a{
    display: block;
    position: relative;
}

.is_pc #look_book li a:hover img,
.is_sp #look_book li a.touch img{
    transition: transform .85s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.05);
}

#look_book li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .15s ease;
}

#look_book li.pajama a:after{ background-image:url(../images/home/img_title_look_book.png); background-size: calc(702px / 2);}
#look_book li.haramaki a:after{ background-image:url(../images/home/img_title_haramaki_winter_2018.png); background-size: calc(814px / 2);}

.is_pc #look_book li a:hover:after,
.is_sp #look_book li a.touch:after{
    opacity: .8;
    transition: opacity .25s ease;
}


/* --------------------------------------------------
*
    .lineup
*
-------------------------------------------------- */
.t_coming{
    margin: 0 0 25px 0;
    font-size: 13px;
    letter-spacing: .1em;
    background-color: #eee;
    padding: 8px 13px;
    display: inline-block;
    position: relative;
    top: -30px;
}

.lineup{
    background-color: #fff;
    margin: 0 0 150px 0;
    text-align: center;
}

.lineup.haramaki{ padding-top: 100px; margin-bottom: 50px;}

.lineup h2{
    padding: 40px 0 50px 0;
    text-align: left;
}

.lineup h2 img{ width: calc(630px / 2);}

.lineup > ul{
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: -20px;
}

.lineup > ul > li{
    width: 25%;
    margin: 0 0 70px 0;
}

.lineup > ul > li.nightcap,
.lineup > ul > li.nightcap_m{
    padding-top: 100px;
}

.lineup li img{
    width: calc(452px / 2);
    transition: transform .25s ease;
}

.is_pc .lineup.pajama li a:hover img,
.is_sp .lineup.pajama li a.touch img{
    transition: transform .85s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.03);
}

.lineup li .pic{ position: relative;}
.lineup li .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(450px / 2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .25s ease;
}

.lineup li.island_y .pic:after{ background-image:url(../images/home/parts_badge_island_y.png);}
.lineup li.island_o .pic:after{ background-image:url(../images/home/parts_badge_island_o.png);}
.lineup li.island_g .pic:after{ background-image:url(../images/home/parts_badge_island_g.png);}
.lineup li.island_b .pic:after{ background-image:url(../images/home/parts_badge_island_b.png);}
.lineup li.shhh_y .pic:after{ background-image:url(../images/home/parts_badge_shhh_y.png);}
.lineup li.shhh_o .pic:after{ background-image:url(../images/home/parts_badge_shhh_o.png);}
.lineup li.shhh_g .pic:after{ background-image:url(../images/home/parts_badge_shhh_g.png);}
.lineup li.shhh_b .pic:after{ background-image:url(../images/home/parts_badge_shhh_b.png);}
.lineup li.any_y .pic:after{ background-image:url(../images/home/parts_badge_any_y.png);}
.lineup li.any_g .pic:after{ background-image:url(../images/home/parts_badge_any_g.png);}
.lineup li.nightcap_y .pic:after{ background-image:url(../images/home/parts_badge_cap_y.png);}
.lineup li.nightcap_o .pic:after{ background-image:url(../images/home/parts_badge_cap_o.png);}
.lineup li.nightcap_g .pic:after{ background-image:url(../images/home/parts_badge_cap_g.png);}
.lineup li.nightcap_b .pic:after{ background-image:url(../images/home/parts_badge_cap_b.png);}


.is_pc .lineup li .pic:hover:after,
.is_sp .lineup li .pic.touch:after{
    opacity: .7;
    transition: opacity .15s ease;
}

.lineup .pic{
    margin: 0 0 10px 0;
}

.lineup h3{
    margin: 0 0 20px 0;
    font-size: 19px;
    letter-spacing: .075em;
    font-family: '秀英丸ゴシック B';
}

.lineup.haramaki h3{
    font-size: 15px;
    line-height: 1.666em;
}

.lineup.haramaki .h h3{
    min-height: 65px;
    margin: 0;
}

.lineup h3 .c{
    margin: 8px 0 0 0;
    display: block;
    font-size: 15px;
    font-family: '秀英丸ゴシック L' !important;
}

.lineup .s_price{
    margin: 0 0 35px 0;
    font-size: 17px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .075em;
}

.lineup .s_price .s{
    margin: 8px 0 0 0;
    font-size: 12px;
    display: block;
    font-family: '秀英丸ゴシック L' !important;
}

.lineup .cart_list h4{
    margin: 0 0 8px 0;
    font-size: 13px;
    letter-spacing: .1em;
    font-family: '秀英丸ゴシック L' !important;
}

.lineup .cart_list h4 .s{
    font-size: 15px;
    font-family: '秀英丸ゴシック B';
}

.lineup .cart_list{
    text-align: center;
}

.lineup .cart_list li{
    margin: 0 0 15px 0;
}

.lineup .cart_btn{
    width: 163px;
    height: 33px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-family: '秀英丸ゴシック B' !important;
    background-image:url(../images/parts_btn_cart.png);
    background-size: calc(56px / 2);
    background-position: 15px 6px;
    background-repeat: no-repeat;
    background-color: #b4c8ff;
    display: block;
    line-height: 31px;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 33px;
    box-sizing: border-box;
    transition: opacity .1s ease;
}

.is_pc .lineup .cart_btn:hover,
.is_sp .lineup .cart_btn.touch{
    opacity: .7;
    transition: opacity .15s ease;
}

.lineup .sold .cart_btn,
.lineup .cart_btn.sold{
    opacity: 1 !important;
    background-color: #bfbfbf;
    cursor: default;
}

.lineup .cart_list .stock{
    margin: 5px 0 0 0;
    display: block;
    font-size: 14px;
    color: #ff0000;
    letter-spacing: .1em;
}


.btn_detail{
    width: 163px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.btn_detail a{
    width: 163px;
    height: 33px;
    background-color: rgba(255, 80, 220, .35);
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 31px;
    border: 1px solid #000;
    border-radius: 40px;
    box-sizing: border-box;
    transition: opacity .1s ease;
}

.is_pc .btn_detail a:hover,
.is_sp .btn_detail a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}

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