@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    look_book_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    min-height: 100vh;
}

/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    width: 100%;
    height: 100vh;
    min-height: 480px;
    margin: auto !important;
    line-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#kv h1:after{
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 480px;
    background-image: url(../images/look_book_pajama/sp/pic_mv_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    z-index: 2;
}

.is_sp .haramaki #kv{
    min-height: calc(1134px / 2);
}

#kv h1{
    width: calc(100% + 4px);
    height: calc(100vh + 4px);
    min-height: 480px;
    background-image:url(../images/look_book_pajama/sp/pic_mv.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
}

.haramaki #kv h1{ background-image:url(../images/look_book_haramaki/sp/pic_mv.jpg);}

#kv h1 img{ display: none;}

#kv .title{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#kv .title img{
    width: calc(80 / 640 * 100vw);
    max-width: calc(80px * .7)
}

.haramaki #kv .title{
    width: 100% !important;
    top: 50%;
    left: 50%;
}

.haramaki #kv .title img{
    width: 100%;
    max-width: 420px;
    height: auto;
    max-height: inherit;
    min-height: inherit;
    transform: translateX(-50%) translateY(-50%);
}

#kv .desc{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}

#kv .desc img{
    width: calc(495 / 640 * 100vw);
    max-width: calc(495px * .7);
    transform: translateY(-50%);
}


/* --------------------------------------------------
*
    #look
*
-------------------------------------------------- */
#look{
    padding: 0 10px;
    margin-top: 100vh;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

#look .notes{
    padding: calc(25 / 640 * 100vw) 0 calc(55 / 640 * 100vw) 0;
}

#look .notes img{
    width: calc(580 / 640 * 100vw);
    max-width: calc(580px * .7);
}

#look li{
    margin: 0 0 calc(55 / 640 * 100vw) 0;
}

#look.haramaki li:last-child{ margin-bottom: calc(100 / 640 * 100vw) !important;}

#look li img{
    width: 100%;
}

.btn_detail{
    margin: calc(40 / 640 * 100vw) 0 calc(-10 / 640 * 100vw) 0;
}

.btn_detail img{
    width: calc(320 / 640 * 100vw) !important;
    max-width: 200px !important;
    transition: opacity .1s ease;
}

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

.btn_back{
    width: 240px;
    display: table;
    text-align: center;
    margin: calc(80 / 640 * 100vw) auto calc(60 / 640 * 100vw) auto;
}

.btn_back a{
    width: 240px;
    height: 38px;
    background-color: #e0e0e0;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 45px;
    box-sizing: border-box;
    transition: opacity .1s ease;
}

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


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