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

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */

#wrap{
    margin: 0 auto;
    display: block !important;
}

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

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

.bg_pic span{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.is_sp .bg_pic span{
    height: 100vh;
}

.coming{
    margin: -20px 0 20px 0;
    text-align: left;
}

.coming img{ width: 100%; max-width: 320px;}

.txt_off{
    margin: -20px 0 20px 0;
    line-height: 2em;
    letter-spacing: .05em;
    text-align: left;
    font-size: 12px;
    color: #b20610;
    white-space: nowrap;
}

.cart_off{
    display: inline-block;
    margin: 0 auto 30px auto;
    line-height: 1.8em;
    font-size: 12px;
    color: #b20610;
    white-space: inherit;
    text-align: left;
    letter-spacing: normal;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 45px 0 0 0;
    position: relative;
    z-index: 1;
}

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

#main_visual .img_slider{
    overflow: hidden;
}

.thumb{
    display: none;
}


/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section{
    padding: 35px 0;
    clear: both;
    overflow: hidden;
    letter-spacing: -.40em;
}

.section_inner{
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.section .desc p{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .025em;
}

.section .col_left{ }
.section .col_right{ }

.section .col_right a{
    padding: 0 25px 0 0;
    position: relative;
    font-size: 14px;
    letter-spacing: .1em;
    background-image:url(../images/parts_ico_link_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    transition: all .15s ease 0s;
}

.is_pc .section .col_right a:hover,
.is_sp .section .col_right a.touch{ opacity: .6; padding: 0 30px 0 0;}

.section.b_w{ color: #000; background-image:url(../images/parts_bg_w_op90.png);}
.section.b_w9{ color: #000; background-color: rgba(255, 255, 255, .95); }
.section.b_b{ color: #fff; background-image:url(../images/parts_bg_8d_op90.png);}
.section.b_w4{ color: #000; background-image:url(../images/parts_bg_f4_op90.png);}

.section h3{
    margin: 0 0 20px 0;
    text-align: center;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
}

.section h3 span{
    font-family: '見出ゴMB31';
    margin: 6px 0 0 0;
    font-size: 12px;
    font-weight: normal;
    display: block;
}


/* --------------------------------------------------
*
    #section_top
*
-------------------------------------------------- */
#section_top{
    padding-top: 25px;
}

#section_top .col_left{
    font-family: '見出ゴMB31';
}

#section_top .col_right{
}

#section_top .name{
    margin: 0 0 7px 0;
    font-size: 16px;
    letter-spacing: .1em;
}

#section_top .name.din{
    font-family: 'din-2014';
    font-weight: 600;
    letter-spacing: .025em;
}

#section_top h2{
    margin: 0 0 6px 0;
    font-family: 'din-2014';
    font-size: 27px;
    letter-spacing: .038em;
    line-height: 1.1em;
    font-weight: 600;
}

#section_top h2 .small{
    margin: 0 0 0 13px;
    font-size: 20px;
}

#section_top .sub{
    margin: 0 0 18px 0;
    font-size: 14px;
    letter-spacing: .1em;
}

#section_top .price{
    margin: 0 0 20px 0;
    font-size: 20px;
    letter-spacing: .1em;
}

#section_top .price span{
    margin: 0 0 0 5px;
    font-size: 12px;
    letter-spacing: .025em;
}

#section_top .badge{
    margin: 0 0 10px 0;
    text-align: center;
}

#section_top .badge img{
    width: 100%;
    max-width: 430px;
    height: auto;
    position: relative;
}

#section_top .cart_area{
    padding: 15px 0 5px 0;
    margin: 0 0 15px 0;
    background-color: #fff;
    text-align: center;
}

.product_btt #section_top .cart_area{
    background-color: inherit;
}

#section_top .cart_area .title{
    margin: 0 0 10px 0;
}

#section_top .cart_area .title img{
    width: 130px;
    height: auto;
}

#section_top .cart_area li{
    position: relative;
}

#section_top .cart_area li.cart a{
    width: 150px;
    margin: 0 auto;
    height: 41px;
    display: block;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    transition: opacity .15s ease 0s;
    position: relative;
    z-index: 2;
}

.is_pc #section_top .cart_area li.cart a:hover,
.is_pc #section_top .cart_area li.cart a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_top .cart_area li.cart .stock{
    width: 100%;
    padding-left: 200px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #F73E28;
    letter-spacing: .1em;
    position: relative;
    top: -30px;
}

#section_top .cart_area li.cart .resale{
    padding: 0;
    margin: -8px 0 15px 0;
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #00c5f1;
    letter-spacing: .1em;
    position: relative;
}

#section_top .desc{
    margin: 0 0 20px 0;
}

#section_top .desc p{
    margin: 0 0 20px 0;
}

#section_top .ico_cachmere,
#section_top .ico_wada{ font-size: 12px; line-height: 2em;}
#section_top .ico_cachmere br,
#section_top .ico_wada br{ display: block;}
#section_top .ico_cachmere img{ width: 87px; height: auto;}
#section_top .ico_wada img{ width: 89px; height: auto;}


#section_top .link_list li{
    margin: 0 0 15px 0;
    letter-spacing: .025em;
}

#section_top .link_list li:last-child{ margin: 0;}


#section_top .cart_col{
    margin: 0 0 50px 0;
    position: relative;
}

#section_top .cart_col:last-child{ margin: 0 0 20px 0;}

#section_top .cart_col h4{
    margin: 0 0 5px 0;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .025em;
}

#section_top .cart_col .sub{
    font-family: '見出ゴMB31';
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: .1em;
}

#section_top .cart_col .pic{
    margin: 20px 0 10px 0;
}

#section_top .cart_col .pic img{
    width: 158px;
    height: auto;
}



/*
*
*
    product _btt
*
*
*/
.product_btt #section_top .btt_logo{
    margin: 0 0 0 0;
}

.product_btt #section_top .btt_logo img{
    width: auto;
   height: 38px;
}

.product_btt #section_top .cart_area > ul > li{
    margin: 0 0 20px 0;
    overflow: hidden;
}

.product_btt #section_top .cart_area .title{
    margin: 0 0 20px 0;
    text-align: left;
}

.product_btt #section_top .cart_area li img{
    width: 100%;
    max-width: 200px;
}

.product_btt #section_top .cart_area li .color{
    margin: 5px 0 20px 0;
    font-family: '見出ゴMB31';
    font-size: 13px;
    letter-spacing: .05em;
}


.cherbourg.product_btt #section_top .cart_area li{ margin-bottom: 5px;}
.fulton_birdcase.product_btt #section_top .cart_area li{ margin-bottom: 5px;}
.petit_carre.product_btt #section_top .cart_area li{ margin-bottom: 5px;}
.charlotte.product_btt #section_top .cart_area li{ margin-bottom: 0;}
.pablo.product_btt #section_top .cart_area li{ margin-bottom: 0;}

.cherbourg.product_btt #section_top .cart_area li .color{ margin-top: -15px;}
.fulton_birdcase.product_btt #section_top .cart_area li .color{ margin-top: -15px;}
.petit_carre.product_btt #section_top .cart_area li .color{ margin-top: -10px;}
.charlotte.product_btt #section_top .cart_area li .color{ margin-top: -20px;}
.pablo.product_btt #section_top .cart_area li .color{ margin-top: -20px;}

.product_btt #section_top .col_right h3{
    margin: -10px 0 15px 0;
    font-family: 'A1明朝', serif !important;
    text-align: left;
    font-size: 17px;
    line-height: 1.72em;
    letter-spacing: .075em;
    white-space: nowrap;
}

.product_btt #section_top .col_right h3 span{
    font-size: 17px;
    display: inline-block;
    margin: 0 0 0 -.5em;
}

.product_btt #section_top .col_right h3 .small{
    font-family: 'A1明朝', serif !important;
    font-size: 16px;
    letter-spacing: .05em;
    white-space: nowrap;
    font-weight: bold;
}



/* --------------------------------------------------
*
    #section_design
*
-------------------------------------------------- */
#section_design{ padding-bottom: 45px;}
#section_design .col_left .pic{ margin: 0 0 5px 0; text-align: center;}
#section_design .col_left .pic img{
    width: 100%;
    max-width: 420px;
}

#section_design .desc p{
    margin: 0 0 20px 0;
}

#section_design .pic_list{
    text-align: center;
}

#section_design .pic_list img{
    width: 100%;
    max-width: 420px;
    height: auto;
}

#section_design .pic_list li{ max-width: 420px; margin: 0 auto 20px auto; text-align: left;}
#section_design .pic_list li:last-child{ margin: 0 auto;}

#section_design .pic_list .caption{
    margin: 5px 0 0 0;
    font-size: 13px;
    display: block;
    letter-spacing: .05em;
    white-space: nowrap;
}




/*
*
*
    product _btt
*
*
*/
.product_btt #section_design{
    color: #fff;
}

.product_btt #section_design h3{
    margin: 0 0 40px 0;
}

.product_btt #section_design .col_left{
    margin: 0 0 30px 0;
    text-align: center;
}

.product_btt #section_design .col_left{
    padding: 0 10px;
}

.product_btt #section_design .col_left img{
    width: 95%;
}

.product_btt #section_design .col_right h4{
    margin: 0 0 10px 0;
    font-family: '見出ゴMB31';
    font-size: 17px;
    line-height: 1.59em;
    letter-spacing: .1em;
}

.product_btt #section_design .col_right li{
    max-width: 420px;
    width: 100%;
    margin: 0 auto 25px auto;
}

.product_btt #section_design .col_right li:last-child{
    margin: 0 auto;
}

.product_btt #section_design .col_right img{
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.product_btt #section_design .col_right .caption{
    margin: 5px 0 0 0;
    line-height: 1.714em;
    white-space: inherit;
}

.product_btt #section_design .col_right .notes{
    margin-top: -15px;
    font-size: 85%;
    padding-left: 1em;
    text-indent: -1em;
}

.product_btt #section_design .switch_design{
    display: none;
}

.product_btt #section_design .switch_design.on{
    display: block;
}

.product_btt #section_design .switch_nav{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
}

.product_btt #section_design .switch_nav ul{
    width: calc(100% + 20px);
    position: relative;
    letter-spacing: -.40em;
    left: -10px;
}

.product_btt #section_design .switch_nav li{
    width: calc(50% - 20px);
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 35px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: .1em;
    background-color: #909090;
    color: #fff;
    transition: background .1s ease .0s, color .1s ease .0s;
    cursor: pointer;
    white-space: nowrap;
}

.is_pc.product_btt #section_design .switch_nav li:hover,
.is_sp.product_btt #section_design .switch_nav li.touch,
.product_btt #section_design .switch_nav li.on{
    background-color: #fff;
    color: #5b5b5b;
    transition: background .15s ease .05s, color .15s ease .05s;
}

/* --------------------------------------------------
*
    #section_material
*
-------------------------------------------------- */
#section_material{ padding-bottom: 40px;}
#section_material .col_left .pic{
    margin: 30px 0 10px 0;
    text-align: center;
}

#section_material .col_left .pic img{
    width: 100%;
    max-width: 420px;
}

#section_material .desc p{
    margin: 0 0 15px 0;
}

#section_material .notes{
    margin: -5px 0 20px 0;
    padding: 15px 0;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
}

#section_material .notes li{ font-size: 14px; margin: 0 0 13px 0; text-indent: -1em; padding-left: 1em; letter-spacing: .05em; line-height: 1.6em;}
#section_material .notes li:last-child{ margin: 0;}



/*
*
*
    product _btt
*
*
*/
.product_btt #section_material .col_left{
    margin: 0 0 30px 0;
}

.product_btt #section_material .col_left .pic{
    margin: 0 0 10px 0;
}

.product_btt #section_material .col_right h4{
    margin: 0 0 10px 0;
    font-family: '見出ゴMB31';
    font-size: 17px;
    line-height: 1.59em;
    letter-spacing: .1em;
}

.product_btt #section_material .col_right p:last-child{
    margin: 0;
}

.product_btt #section_material .col_right .caution{
    font-size: 85%;
    padding-left: 1em;
    text-indent: -1em;
}


/* --------------------------------------------------
*
    #section_size
*
-------------------------------------------------- */
#section_size .col_left .desc{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .1em;
}

#section_size .size_table{
    position: relative;
    letter-spacing: .05em;
}

#section_size .size_table h5{
    font-size: 13px;
    letter-spacing: .015em;
}

#section_size .size_table .unit{
    font-size: 10px;
    letter-spacing: 0;
    position: absolute;
    top: -10px;
    right: 0;
}

#section_size .size_table .unit.b{
    top: inherit;
    bottom: 20px;
}

#section_size .size_table{
    margin: 0 0 20px 0;
    position: relative;
}

#section_size .size_table .table_inner{
    width: 100%;
    margin: 0 0 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

#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_size .size_table table{
    margin: 10px 0 25px 0;
    width: 100%;
    border-bottom: 2px dotted #fff;
    text-align: center;
}

#section_size .size_table tr{
    border-top: 2px dotted #fff;
}

#section_size .size_table th{
    min-width: 60px;
    padding: 7px 0;
    font-size: 11px;
    border-right: 2px dotted #fff;
    white-space: nowrap;
    vertical-align: middle;
}
#section_size .size_table th:last-child{ border: none;}

#section_size .size_table td{
    min-width: 58px;
    padding: 15px 0;
    font-size: 14px;
    border-right: 2px dotted #fff;
    white-space: nowrap;
    vertical-align: middle;
}
#section_size .size_table td:last-child{ border: none;}

#section_size .img_size{
    margin: 0 0 15px 0;
    text-align: center;
}

#section_size .img_size.bg{
    padding: 10px 0;
    background-color: #b4b4b5;
}

#section_size .img_size img{
    width: 240px;
    height: auto;
}

#section_size .caution{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.692em;
}

#section_size .wear_img{
    margin: 0 0 40px 0;
}

#section_size .wear_img ul{
    margin: 0 0 -20px 0;
    letter-spacing: -.40em;
    font-size: 0;
    text-align: center;
}

#section_size .wear_img li{
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 0 5px;
    max-width: 180px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#section_size .wear_img li.none{ display: none;}

#section_size .wear_img img{
    width: 100%;
    height: auto;
}


/*
*
*
    product _btt
*
*
*/

.product_btt #section_size .col_left p{
    margin: 0 0 10px 0;
}

.product_btt #section_size .col_left .desc{
    margin: 0 0 10px 0;
}

.product_btt #section_size .col_left p:last-child{
    margin: 0 0 -15px 0;
}

.product_btt #section_size .col_left h4{
    margin: 30px 0 10px 0;
    font-family: '見出ゴMB31';
    font-size: 17px;
    line-height: 1.59em;
    letter-spacing: .1em;
}

.product_btt #section_size .caution{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.692em;
}

#section_size .size_table .notes{
    font-size: 12px;
    letter-spacing: 0;
}

.product_btt #section_size .col_right img{
    width: 100%;
    max-width: 360px;
}

/* --------------------------------------------------
*
    #section_notice
*
-------------------------------------------------- */
#section_notice{ padding-bottom: 40px;}

#section_notice ul{
    margin: 30px 0 0 0;
}

#section_notice li{
    font-size: 13px;
    margin: 0 0 20px 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.718em;
    letter-spacing: .035em;
}

#section_notice li:last-child{ margin: 0;}


#section_notice li .img{
    margin: 15px 0;
    padding: 0 1em 0 0;
    line-height: 0;
}

#section_notice li img{
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
}

/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{ padding-bottom: 20px; text-align: left;}
#section_spec p{
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .1em;
    display: inline-block;
    text-align: left;
}


/*
*
*
    product _btt
*
*
*/
.product_btt #section_spec dl{
    width: 100%;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: .05em;
    display: inline-block;
    text-align: left;
}

.product_btt #section_spec dt{
    width: 25%;
    max-width: 5em;
    margin: 0 0 8px 0;
    clear: both;
    float: left;
}

.product_btt #section_spec dd{
    width: 75%;
    margin: 0 0 8px 0;
    float: left;
}

.product_btt #section_spec dd dl{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.product_btt #section_spec dl dl dt{
    width: auto !important;
    max-width: 2em;
    display: block;
    float: none !important;
    white-space: nowrap;
}

.product_btt #section_spec dl dl dd{
    width: 100% !important;
    display: block;
    float: none !important;
    margin: -8px 0 10px 0;
    padding: 0 5px;
}

.product_btt #section_spec dl dl dd:last-child{
    margin-botom: 0;
}

.product_btt #section_spec dl dt{
    min-width: 5em;
}



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