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

@media screen and (max-width : 640px){
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
.apron #bg .b_body:before{ background-size: 150% auto !important;}
.apron #bg .bg01:before{ background-size: 150% auto !important;}
.apron #bg .bg02:before{ background-size: 150% auto !important;}

.atelier_coat #bg .b_body:before{ background-size: 150% auto !important;}
.atelier_coat #bg .bg01:before{ background-size: 150% auto !important;}
.atelier_coat #bg .bg02:before{ background-size: 150% auto !important;}

.coat_dress #bg .b_body:before{ background-size: 140% auto !important;}
.coat_dress #bg .bg01:before{ background-size: 140% auto !important;}
.coat_dress #bg .bg02:before{ background-size: 140% auto !important;}

.ldk_socks #bg .b_body:before{ background-size: 165% auto !important;}
.ldk_socks #bg .bg01:before{ background-size: 165% auto !important;}

.longshirts_op #bg .b_body:before{ background-size: 150% auto !important;}
.longshirts_op #bg .bg01:before{ background-size: 150% auto !important;}
.longshirts_op #bg .bg02:before{ background-size: 150% auto !important;}

.pullover_shirts #bg .b_body:before{ background-size: 100% auto !important;}
.pullover_shirts #bg .bg01:before{ background-size: 100% auto !important;}
.pullover_shirts #bg .bg02:before{ background-size: 100% auto !important;}

.smock_dress #bg .b_body:before{ background-size: 130% auto !important;}
.smock_dress #bg .bg01:before{ background-size: 130% auto !important;}
.smock_dress #bg .bg02:before{ background-size: 130% auto !important;}

.smock_tshirts #bg .b_body:before{ background-size: 100% auto !important;}
.smock_tshirts #bg .bg01:before{ background-size: 100% auto !important;}
.smock_tshirts #bg .bg02:before{ background-size: 100% auto !important;}



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

.gnav #bg{
    top: 45px;
}

#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-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;
    background-size: 100% auto;
    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{
    margin: 45px 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{
    display: none
}



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

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

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

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

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

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

#section_title .desc{
    padding: 30px 15px 35px 15px;
}

#section_title .desc.coming{
    padding-top: 60px;
}

#section_title p{
    font-size: 14px;
    line-height: 2.157em;
    text-align: left;
}


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

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

#section_product ul{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#section_product li{
    max-width: 480px;
    padding: 0 10px 45px 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: -.40em;
    overflow: visible;
}

#section_product li .item{
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
    overflow: visible;
}

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

#section_product li h3{
    margin: 0 0 20px 5px;
    font-size: 27px;
    letter-spacing: .05em;
    text-align: left;
}

#section_product li.single h3{
    text-align: center;
}

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

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

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

#section_product li .cart .stock{
    margin: 10px 0 0 0;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #FF0000;
}

#section_product li .cart .resale{
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    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;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

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

#section_color .section_inner{
    box-sizing: border-box;
    padding: 20px 0 0 15px;
    position: relative;
}

#section_color h3{
    font-size: 16px;
}

#section_color .color_nav{
    width: 100%;
    position: absolute;
    text-align: right;
    top: 8px;
    right: 10px;
}

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

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

#section_color .color_nav li a .name{ display: none !important;}

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

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

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

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

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

.product_color h3 span{
    font-size: 16px;
    margin: 0 0 0 15px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.product_color .col_right p{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
}


/* --------------------------------------------------
*
    #section_size
*
-------------------------------------------------- */
#section_size{
    position: relative;
    z-index: 2;
}


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

#section_size .notes{
    margin: 0 0 0 0;
    display: block;
    text-align: right;
    font-size: 12px;
    position: relative;
    right: -5px;
}

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

#section_size .col_right p{ margin: 0 !important;}
#section_size .col_right .img{ text-align: center;}
#section_size .col_right img{
    width: 100%;
    max-width: 360px;
    height: auto;
}

#section_size .col_left p,
.ldk_socks #section_size .col_right p{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
}

#section_size .col_right{
    letter-spacing: .05em;
}

#section_size .size_table{
    margin: 40px 15px 0 15px;
}

#section_size .table_inner{
    padding: 0 0 10px 0;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#section_size table{
    width: 100%;
    font-size: 13px;
    letter-spacing: .05em;
}

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

#section_size p.title{
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    text-align: left;
}

#section_size table td,
#section_size table th{
    min-width: 46px;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

#section_size .size_table .table_inner::-webkit-scrollbar{ width: 6px; background:#fff; border-radius: 6px;}
#section_size .size_table .table_inner::-webkit-scrollbar:horizontal{ height: 6px; border-radius: 6px;}
#section_size .size_table .table_inner::-webkit-scrollbar-button{ width: 6px; height: 6px; background: #666; border-radius: 6px;}
#section_size .size_table .table_inner::-webkit-scrollbar-piece{ background:#fff; border-radius: 6px;}
#section_size .size_table .table_inner::-webkit-scrollbar-piece:start{ background:#fff; border-radius: 6px;}
#section_size .size_table .table_inner::-webkit-scrollbar-thumb{ background:#000; border-radius: 6px;}
#section_size .size_table .table_inner::-webkit-scrollbar-corner{ background:#000; border-radius: 6px;}


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


}