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

#bg .b_body{background-image:url(../images/my_ldkware/detail/pic_bg.jpg); background-position: center; background-size: cover; background-color: #c6c9cc;}

span.br{ display: block; margin: 0 0 20px 0;}
span.indent{ display: block; text-indent: -1em; padding-left: 1em;}

.onload #wrap, #contents_area{ opacity: 1 !important;}
#contents_inner{ opacity: 0; transition: opacity .6s ease;}
.wf-active #contents_inner{ opacity: 1;}


.s85{ font-size: 85%;}
a.underline{ text-decoration: none;}
.is_sp a.underline.touch,
.is_pc a.underline:hover{ text-decoration: underline;}

/*------------------------------------------------------------------------------------------
*
*
    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;
}

#bg{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    top: 50px;
    z-index: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .6s ease-in .05s;
}

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

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

#bg div,
#bg p{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    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.03);
    -webkit-transform: scale(1.03);
}

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

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

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

#main_visual .pic{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 0;
    position: relative;
}

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

#main_visual .ico_buy{
    width: 70px;
    height: 70px;
    font-size: 15px;
    color: #FFFF00;
    line-height: 70px;
    letter-spacing: .05em;
    background-color: #03111F;
    border-radius: 35px;
    position: absolute;
    top: 70px;
    right: 45px;
}


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

#section_title .section_inner{
    padding: 25px 0 30px 0;
    letter-spacing: -.40em;
    position: relative;
}

#section_title .col_left{
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
    letter-spacing: .05em;
}

#section_title .col_left h2{
    margin: 0 0 13px 0;
    font-size: 27px;
    letter-spacing: .05em;
    white-space: nowrap;
}
#section_title .col_left h2 .small{ font-size: 19px; position: relative; top: -2px;}

#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{
    width: 50%;
    padding: 0 0 0 45px;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

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

#section_title .ico_coming{
    position: absolute;
    top: 38px;
    right: 0;
}

#section_title .ico_coming img{
    width: 340px;
    height: auto;
}

#section_title .cart{
    position: absolute;
    top: 36px;
    right: 0;
}

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

#section_title .cart .cart_btn{
    width: 200px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    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 .col_right{ text-align: right;}
#section_title .multi .cart_area{
    display: inline-block;
    position: relative;
    top: 18px;
    right: 0;
}

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

#section_title .multi .cart .stock{
    position: absolute;
    top: 40px !important;
    right: 0;
}

#section_title .multi .cart .size{ margin: 0 10px 0 0; font-size: 14px; display: inline-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: 75px 0 70px 0;
}

#section_comment h3{
    margin: 0 0 70px 0;
    font-size: 27px;
}

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


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

#section_info .section_inner{
    padding: 50px 0 25px 0;
    letter-spacing: -.40em;
}

#section_info .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_info h3{
    margin: 0 0 50px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_info .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_info p{
    margin: 0 0 30px 0;
    line-height: 2em;
}


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

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

#section_spec .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_spec h3{
    margin: 0 0 45px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_spec .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_spec p{
    margin: 0 0 30px 0;
    line-height: 2em;
}


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

#section_attention .section_inner{
    padding: 50px 0 25px 0;
    letter-spacing: -.40em;
}

#section_attention .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_attention h3{
    margin: 0 0 45px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_attention .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    text-align: left;
}

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

#section_attention li{
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    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;
    line-height: 2em;
    letter-spacing: .05em;
}



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