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

body{
    background-color: #fff;
}


#section_top .cart_area li a.sold{ opacity: 1 !important; cursor: default !important;}
#section_top .cart_area li.size_f00 a{ background-image:url(../images/btn_cart_f00.png);}
#section_top .cart_area li.size_w01 a{ background-image:url(../images/btn_cart_w01.png);}
#section_top .cart_area li.size_w02 a{ background-image:url(../images/btn_cart_w02.png);}
#section_top .cart_area li.size_w03 a{ background-image:url(../images/btn_cart_w03.png);}
#section_top .cart_area li.size_m01 a{ background-image:url(../images/btn_cart_m01.png);}
#section_top .cart_area li.size_m02 a{ background-image:url(../images/btn_cart_m02.png);}
#section_top .cart_area li.size_m03 a{ background-image:url(../images/btn_cart_m03.png);}
#section_top .cart_area li.size_u00 a{ background-image:url(../images/btn_cart_u00.png);}
#section_top .cart_area li.size_u01 a{ background-image:url(../images/btn_cart_u01.png);}
#section_top .cart_area li.size_u02 a{ background-image:url(../images/btn_cart_u02.png);}
#section_top .cart_area li.size_u03 a{ background-image:url(../images/btn_cart_u03.png);}

#section_top .cart_area li a.sold{ background-image:url(../images/btn_cart-sold.png) !important;}


/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){

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

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

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

.bg_pic span{
    width: 100%;
    min-width: 980px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

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


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

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

#main_visual .img_slider{
    min-width: 980px;
    overflow: hidden;
}

.thumb{
    width: 100%;
    min-width: 980px;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0 !important;
    z-index: 2;
}

.thumb.fixed{
    top: inherit !important;
    bottom: 20px;
}

.thumb ul{
    width: 100%;
    opacity: 1 !important;
    overflow: hidden;
    transition: opacity .3s ease;
}

.thumb.min ul{
    opacity: .6 !important;
}

.thumb li{
    width: 150px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity .15s ease .0s, width .25s ease;
}

.thumb.min li{
    width: 110px;
}

.thumb li img{
    width: 100%;
    height: auto;
    transition: opacity .15s ease .0s;
}

.is_pc .thumb li:hover,
.is_sp .thumb li.touch{
    opacity: .7 !important;
    transition: opacity .15s ease .05s;
}

.thumb li.on img{
    opacity: .6;
}

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

.section_inner{
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

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

.section .col_left{ width: 50%; display: inline-block; letter-spacing: normal; vertical-align: top; box-sizing: border-box;}
.section .col_right{ width: 50%; display: inline-block; letter-spacing: normal; vertical-align: top; box-sizing: border-box;}
.section .col_left.center{ width: 100%; text-align: center;}

.section .col_right a{
    padding: 0 25px 0 0;
    position: relative;
    font-size: 15px;
    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_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 60px 0;
    text-align: center;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
}

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


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

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

#section_top .col_right{
    padding: 0 0 0 30px;
}

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

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

#section_top h2{
    margin: 0 0 10px 0;
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 40px;
    letter-spacing: .038em;
}

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

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

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

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

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

#section_top .cart_area{
    padding: 20px 0 25px 30px;
    background-color: #fff;
    position: relative;
}

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

#section_top .cart_area li{
    margin: 0 0 20px 0;
    position: relative;
}

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

#section_top .cart_area li img{
    line-height: 0;
}

#section_top .cart_area .ico_resale{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    width: 210px;
    padding: 0;
    height: 46px;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    letter-spacing: .05em;
    background-color: #00c5f1;
    display: table;
    vertical-align: middle;
    position: absolute;
    top: 61px;
    right: 15px;
}

#section_top .cart_area .ico_resale .vertical{
    height: 100%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#section_top .cart_area .ico_resale .sub{
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: block;
}

#section_top .cart_area li.cart a{
    width: 175px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: center;
    transition: opacity .15s ease 0s;
}

.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{
    font-size: 14px;
    color: #F73E28;
    position: absolute;
    top: 16px;
    left: 190px;
}

#section_top .cart_area li.cart .resale{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00c5f1;
    position: absolute;
    top: 16px;
    left: 190px;
}

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

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

#section_top .col_list p{
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: top;
}

#section_top .col_list p:last-child{ margin: 0;}

#section_top .ico_cachmere,
#section_top .ico_wada{ font-size: 13px; line-height: 1.7em;}
#section_top .ico_cachmere a,
#section_top .ico_wada a{ position: relative; top: 5px;}
#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 10px 0;
    font-size: 16px;
    letter-spacing: .1em;
}

#section_top .cart_col .pic{
    height: 100%;
    min-height: 100%;
    display: table;
    vertical-align: middle;
    top: 0;
    right: 25px;
    bottom: 0;
    position: absolute;
}

#section_top .cart_col .pic.p1{ top: -20px;}
#section_top .cart_col .pic.p2{ top: 0;}
#section_top .cart_col .pic.p3{ top: 30px;}
#section_top .cart_col .pic.p4{ top: 60px;}

.tshirts #section_top .cart_col{ height: 305px; margin: 0;}
.tshirts #section_top .cart_col .pic{ top: 0 !important;}


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

/* --------------------------------------------------
*
    #section_design
*
-------------------------------------------------- */
#section_design{ padding-bottom: 100px;}
#section_design .col_left .pic img{
    width: 100%;
}

#section_design .col_left.center .pic img{
    width: 540px;
    height: auto;
}

#section_design .col_right{
    padding: 0 0 0 30px;
}

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

#section_design .pic_list img{
    width: 325px;
    height: auto;
}

#section_design .pic_list li{ margin: 0 0 30px 0;}
#section_design .pic_list li:last-child{ margin: 0;}

#section_design .pic_list .caption{
    margin: 5px 0 0 0;
    font-size: 14px;
    display: block;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    #section_material
*
-------------------------------------------------- */
#section_material .col_left{ padding: 0 30px 0 0;}
#section_material .col_right{ padding: 0 0 0 30px;}

#section_material .col_left .pic img{
    width: 447px;
    height: auto;
}

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

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

#section_material .notes li{ margin: 0 0 16px 0; text-indent: -1em; padding-left: 1em;}
#section_material .notes li:last-child{ margin: 0;}



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

#section_size .col_right{
    padding: 0 0 0 60px;
}

#section_size .size_table{
    margin: 0 0 40px 0;
    position: relative;
    letter-spacing: .05em;
}

#section_size .size_table h5{
    font-size: 15px;
}

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

#section_size .size_table table{
    margin: 10px 0 0 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{
    padding: 15px 0;
    font-size: 13px;
    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: 30px;
    padding: 20px 0;
    font-size: 17px;
    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 20px 0;
    text-align: center;
}

#section_size .img_size.bg{
    padding: 20px 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 ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#section_size .wear_img li{
    width: 140px;
    margin: 0 15px 35px 0;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.69em;
}

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

#section_size .wear_img img{
    width: 140px;
    height: auto;
}



/* --------------------------------------------------
*
    #section_notice
*
-------------------------------------------------- */
#section_notice{ padding-bottom: 120px;}
#section_notice .col_left{ padding: 0 30px 0 0;}
#section_notice .col_right{ padding: 0 0 0 30px;}

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

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



/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{ padding-bottom: 70px;}
#section_spec .col_left{ padding-left: 90px; text-align: left;}
#section_spec .col_right{ padding-left: 120px; text-align: left;}
#section_spec p{
    line-height: 2em;
    letter-spacing: .1em;
}

#section_spec{
    text-align: center;
}

#section_spec .col_center{
    float: none;
    display: inline-block;
    text-align: left;
}


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