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

.apron #bg .b_body:before{background-image:url(../images/product/apron/pic_product_01.png);}
.apron #bg .bg01:before{background-image:url(../images/product/apron/pic_product_02.png);}
.apron #bg .bg02:before{background-image:url(../images/product/apron/pic_product_03.png);}

.atelier_coat #bg .b_body:before{background-image:url(../images/product/atelier_coat/pic_product_01.png);}
.atelier_coat #bg .bg01:before{background-image:url(../images/product/atelier_coat/pic_product_02.png);}
.atelier_coat #bg .bg02:before{background-image:url(../images/product/atelier_coat/pic_product_03.png);}

.coat_dress #bg .b_body:before{background-image:url(../images/product/coat_dress/pic_product_01.png);}
.coat_dress #bg .bg01:before{background-image:url(../images/product/coat_dress/pic_product_02.png);}
.coat_dress #bg .bg02:before{background-image:url(../images/product/coat_dress/pic_product_03.png);}

.ldk_socks #bg .b_body:before{background-image:url(../images/product/ldk_socks/pic_product_01.png);}
.ldk_socks #bg .bg01:before{background-image:url(../images/product/ldk_socks/pic_product_02.png);}

.longshirts_op #bg .b_body:before{background-image:url(../images/product/longshirts_op/pic_product_01.png);}
.longshirts_op #bg .bg01:before{background-image:url(../images/product/longshirts_op/pic_product_02.png);}
.longshirts_op #bg .bg02:before{background-image:url(../images/product/longshirts_op/pic_product_03.png);}

.pullover_shirts #bg .b_body:before{background-image:url(../images/product/pullover_shirts/pic_product_01.png);}
.pullover_shirts #bg .bg01:before{background-image:url(../images/product/pullover_shirts/pic_product_02.png);}
.pullover_shirts #bg .bg02:before{background-image:url(../images/product/pullover_shirts/pic_product_03.png);}

.smock_dress #bg .b_body:before{background-image:url(../images/product/smock_dress/pic_product_01.png);}
.smock_dress #bg .bg01:before{background-image:url(../images/product/smock_dress/pic_product_02.png);}
.smock_dress #bg .bg02:before{background-image:url(../images/product/smock_dress/pic_product_03.png);}

.smock_tshirts #bg .b_body:before{background-image:url(../images/product/smock_tshirts/pic_product_01.png);}
.smock_tshirts #bg .bg01:before{background-image:url(../images/product/smock_tshirts/pic_product_02.png);}
.smock_tshirts #bg .bg02:before{background-image:url(../images/product/smock_tshirts/pic_product_03.png);}

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

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

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

#bg{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 100%;
    box-sizing: border-box;
    opacity: 0;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    position: fixed;
    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%;
    min-width: 1000px;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    background-image:url(../images/product/parts_bg_grd.jpg);
    background-repeat: repeat-y;
    background-size: contain;
    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 top;
    background-size: auto 100%;
    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;
}

.only_tablet #bg,
.only_tablet #bg p,
.only_tablet #bg div{
    height: 100vh;
    min-height: 100vh;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    min-width: 1000px;
    margin: 50px 0 0 0;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    position: relative;
}

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

#main_visual .img_slider{
    background-color: #000;
}

#main_visual .btn_prev,
#main_visual .btn_next{
    width: 35px;
    height: 70px;
    margin: -35px 0 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    transition: left .15s ease .0s, right .15s ease .0s, opacity 1s ease .0s;
}

.onload #main_visual .btn_prev,
.onload #main_visual .btn_next{
    opacity: 1;
}

#main_visual .btn_prev img,
#main_visual .btn_next img{
    position: relative;
}

#main_visual .btn_prev.fixed img,
#main_visual .btn_next.fixed img{
    position: relative;
    top: 25px;
}

#main_visual .btn_prev:hover{
    left: -5px;
    transition: left .15s ease .05s;
}

#main_visual .btn_next{
    left: inherit;
    right: 0;
}

#main_visual .btn_next:hover{
    right: -5px;
    transition: right .15s ease .05s;
}





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

#section_title .name{
    padding: 40px 0 35px 0;
    display: inline-block;
    text-align: left;
    position: relative;
}

#section_title .name.coming:after{
    width: 246px;
    height: 36px;
    content: '';
    display: block;
    background-image:url(../images/parts_ico_sale_coming_s.png);
    background-size: 246px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50px;
    right: -375px;
}

.longshirts_op #section_title .name.coming:after{ right: -348px;}

#section_title h3{
    font-size: 27px;
}

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

#section_title .price span.small{
    font-size: 13px
}

#section_title .desc{
    padding: 80px 0;
}

#section_title p{
    font-size: 19px;
    line-height: 2.157em;
}


/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    text-align: center;
}

#section_product .section_inner{
    padding: 65px 0;
    overflow: hidden;
}

#section_product ul{
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: -.40em;
    position: relative;
    left: -10px;
}

#section_product li{
    width: 320px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: .05em;
}

#section_product li .item{
    height: 615px;
    box-sizing: border-box;
}

#section_product li img{
    width: 100%;
    height: auto;
}

#section_product li h3{
    margin: 0 0 25px 0;
    font-size: 27px;
    text-align: left;
}

#section_product li h3 span{
    margin: 0 0 0 10px;
    font-size: 19px;
    display: inline-block;
    position: relative;
    top: -3px;
}

#section_product li h4{
    margin: 15px 0;
    font-size: 16px;
}

#section_product li .cart{
    width: 200px;
    margin: 0 auto;
    position: relative;
}

#section_product li .cart a{
    margin: 0 auto;
    border-radius: 5px;
}

#section_product li .cart .stock{
    font-size: 14px;
    color: #FF0000;
    position: absolute;
    top: 10px;
    right: -43px;
}

#section_product li .cart .resale{
    margin: 10px 0 0 0;
    display: block;
    font-size: 14px;
    color: #1914B4;
    display: none;
}

#section_product li .cart.sold .resale{ display: block;}


/* --------------------------------------------------
*
    #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;
    padding: 0 0 0 20px;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

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

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

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



/* --------------------------------------------------
*
    #section_color
*
-------------------------------------------------- */
#section_color{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

#section_color .fixed_sec{
    width: 100%;
    position: absolute;
}

#section_color .fixed_sec.fixed{
    top: 50px;
    left: 0;
}

#section_color .section_inner{
    max-width: 1000px;
    box-sizing: border-box;
    padding: 60px 0 0 0;
    position: relative;
}

#section_color h3{
    margin: 0 0 40px 0;
    font-size: 25px;
}

#section_color .color_nav{
    position: absolute;
    top: 60px;
    right: 0;
}

#section_color .color_nav li{
    width: 75px;
    text-align: center;
    display: inline-block;
}

#section_color .color_nav li{
    font-size: 12px;
    color: #03111F;
    opacity: .3 !important;
    transition: opacity .15s ease .0s, color .15s ease .0s;
}

#section_color .color_nav li a{
    color: #03111F;
}

.is_pc #section_color .color_nav li:hover,
.is_sp #section_color .color_nav li.touch,
#section_color .color_nav li.current{
    opacity: 1 !important;
    transition: opacity .15s ease .05s, color .15s ease .05s;
}

#section_color .color_nav li span.color{
    width: 40px;
    height: 40px;
    margin: 10px auto 0 auto;
    display: block;
    vertical-align: middle;
}

#section_color li.c_ruli{ text-indent: -.1em;}
#section_color li.c_ruli span.color{ background-color: #00329b;}
#section_color li.c_shilo span.color{ background-color: #fff;}
#section_color li.c_sumikon span.color{ background-color: #03111F;}

.product_color{
    padding: 60px 0;
    color: #fff;
    letter-spacing: -.40em;
    position: relative;
    z-index: 2;
}

.product_color .col_left{
    width: 450px;
    box-sizing: border-box;
    padding: 0 0 0 0;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
    letter-spacing: .05em;
}

.product_color .col_right{
    width: 550px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

.product_color h3{
    font-size: 25px;
    letter-spacing: .05em;
}

.product_color h3 span{
    margin: 0 0 0 30px;
    display: inline-block;
}

.product_color .col_right p{
    font-size: 19px;
    line-height: 2.157em;
    white-space: nowrap;
}

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

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

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

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

#section_spec .col_right{
    width: 450px;
    margin: 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_size
*
-------------------------------------------------- */
#section_size{
    position: relative;
    z-index: 2;
}


#section_size .section_inner{
    padding: 60px 0 40px 0;
    letter-spacing: -.40em;
}

#section_size .col_left{
    width: 600px;
    margin: 0 80px 0 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

.ldk_socks #section_size .col_left{
    width: 50%;
    margin: 0;
}

#section_size .notes{
    margin: 5px -1em 0 0;
    text-align: right;
    font-size: 12px;
}

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

#section_size .col_right{
    width: 320px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: bottom;
}

.ldk_socks #section_size .col_right{
    width: 50%;
    padding: 65px 0 0 50px;
    vertical-align: top;
}

#section_size .col_right p{ margin: 0 !important;}
#section_size .col_right img{
    width: 100%;
    height: auto;
}

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

#section_size table{
    width: 100%;
    font-size: 13px;
}

#section_size table,
#section_size table tr,
#section_size table th,
#section_size table td{
    border: 1px solid #3C3736;
}

#section_size table .title{
    text-align: center;
}

#section_size table th.title{
    font-size: 15px;
}

#section_size table td,
#section_size table th{
    width: 75px;
    padding: 12px 0;
    text-align: center;
}



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

#section_attention .section_inner{
    padding: 60px 0 40px 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 40px 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;
}

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


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