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

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

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

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

#bg{
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    opacity: 0;
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 45px;
    z-index: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity 1s ease 1s;
}

#bg.onload{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1 !important;
}

/*
#bg.end{
    opacity: 0;
}
*/

#bg div,
#bg p{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity .6s ease .2s, transform 1s ease .2s;
    -webkit-transition: opacity .6s ease .2s,transform 1s ease .2s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#bg div:before,
#bg p:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

#bg div{
    opacity: 1;
    z-index: -1 !important;
}

#bg p.on{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .6s ease, transform 1s ease;
    -webkit-transition: opacity .6s ease,transform 1s ease;
}

.is_sp #bg,
.is_sp #bg p,
.is_sp #bg div{
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    text-align: center;
    background-color: rgba(3, 10, 20, .4);
    position: relative;
}

#main_visual .pic{
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

#main_visual .pic img{
    width: 100%;
    height: auto;
}

#main_visual .ico_buy{
    width: 53px;
    height: 53px;
    font-size: 11px;
    color: #FFFF00;
    line-height: 53px;
    letter-spacing: 0;
    background-color: #03111F;
    border-radius: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
}


/* --------------------------------------------------
*
    #section_title
*
-------------------------------------------------- */
#section_title{
    box-sizing: border-box;
    position: relative;
}

#section_title .section_inner{
    padding: 20px 15px;
    position: relative;
    text-align: center;
}

#section_title .col_left{
    margin: 0 0 25px 0;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: .05em;
    text-align: left;
}

.not_buy #section_title .col_left{
    margin: 0 0 10px 0;
}

#section_title .col_left h2{
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 1.4em;
    letter-spacing: .05em;
    display: inline-block;
    text-align: left;
}
#section_title .col_left h2 .small{ font-size: 13px; position: relative; top: -2px; display: block !important;}

#section_title .col_left .price{
    font-size: 16px;
}

#section_title .col_left .price .small{ font-size: 12px;}

#section_title .multi .col_left h2{ margin: 0 0 20px 0;}
#section_title .multi .price .size{margin: 0 0 8px 0; font-size: 14px; display: block; letter-spacing: .025em;}
#section_title .multi .price{ margin: 0 0 25px 0;}
#section_title .multi .price:last-child{ margin: 0;}



#section_title .col_left p{
    font-size: 21px;
}

#section_title .col_right .btn a{
    margin: 12px auto 0 auto;
}

#section_title .ico_coming,
#section_title .cart{
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
}

#section_title .cart{
    letter-spacing: .05em;
}

#section_title .cart .stock{
    font-size: 13px;
    color: #FF0000;
    display: block;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

#section_title .ico_coming img{
    max-width: 320px;
    width: 100%;
    height: auto;
}

#section_title .cart .cart_btn{
    width: 200px;
    height: 38px;
    margin: 0 auto;
    display: inline-block;
    background-color:#000;
    background-image:url(../images/btn_cart_large.png);
    background-repeat: no-repeat;
    background-size: 200px;
    border-radius: 5px;
    background-position: center;
    transition: opacity .15s ease .0s;
}

.is_sp #section_title .cart .cart_btn.touch,
.is_pc #section_title .cart .cart_btn:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_title .multi .cart_area{
    margin: 20px 0 0 0;
}
#section_title .multi .cart{
    margin: 0 0 30px 0;
    position: relative;
    top: 0;
    left: 0;
}

#section_title .multi .cart .size{ margin: 0 0 5px 0; font-size: 14px; display: block; vertical-align: middle;}
#section_title .multi .cart .cart_btn{ display: inline-block; vertical-align: middle;}

/* --------------------------------------------------
*
    #section_comment
*
-------------------------------------------------- */
#section_comment{
    text-align: center;
    color: #fff;
}

#section_comment .section_inner{
    padding: 40px 15px 30px 15px;
}

#section_comment h3{
    margin: 0 0 35px 0;
    font-size: 19px;
}

#section_comment p{
    font-size: 14px;
    line-height: 2.157em;
    display: inline-block;
    text-align: left;
}


/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_info{
    clear: both;
    box-sizing: border-box;
    position: relative;
}

#section_info .section_inner{
    padding: 35px 15px 15px 15px;
}

#section_info h3{
    margin: 0 0 30px 0;
    font-size: 19px;
    letter-spacing: .05em;
    text-align: center;
}

#section_info p{
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 2em;
    letter-spacing: .05em;
}


/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{
    clear: both;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#section_spec .section_inner{
    padding: 25px 15px;
    letter-spacing: -.40em;
}

#section_spec h3{
    margin: 0 0 20px 0;
    padding: 15px 0;
    border-bottom: 2px solid #005AFF;
    font-size: 19px;
    letter-spacing: .05em;
}

#section_spec p{
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 2em;
    letter-spacing: .05em;
}



/* --------------------------------------------------
*
    #section_attention
*
-------------------------------------------------- */
#section_attention{
    clear: both;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#section_attention .section_inner{
    padding: 40px 15px 15px 15px;
}

#section_attention h3{
    margin: 0 0 30px 0;
    font-size: 17px;
    text-align: center;
    letter-spacing: .05em;
    white-space: nowrap;
}

#section_attention p{
    margin: 0 0 20px 0;
}

#section_attention li{
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 2em;
    position: relative;
}

#section_attention li:before{
    content: '▶';
    font-size: 12px;
    color: #1914b4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


#section_attention .notes{
    text-align: left !important;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
}


}