@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    width: 900px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#contents_area{
    width: 900px;
    margin: 0 auto;
    display: block !important;
    position: relative;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    min-width: 900px;
    margin: 30px 0 0 0;
    padding: 0 0 26px 0;
    text-align: center;
    position: relative;
}

#head .head_inner{
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#head h1 {
    text-align: left;
}

#head h1 img{ width: 396px;}

#head .logo{
    position: absolute;
    top: 12px;
    left: 0;
}

#head .logo img{ width: 230px;}

#head .season{
    position: absolute;
    top: 12px;
    right: 0;
}

#head .season img{ width: 238px;}


/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0;
    z-index: 2;
    display: none;
}

#header_inner{
    width: 1000px;
    padding: 16px 0 5px 0;
    margin: 0 auto;
}

#header.fixed{
    width: 100%;
    top: 0;
    left: 0;
}

#gnav{
    height: inherit !important;
    display: block !important;
}

#header li ul{
    overflow: hidden;
    text-align: center;
}

#header li{
    margin: 0 35px;
    display: inline-block;
    line-height: 0;
    position: relative;
}

#header li.gnav_notice{ top: -2px;}
#header li.gnav_cart{ top: -2px;}
#header li.gnav_change{ top: -2px;}

#header li.gnav_unisex img{ width: 69px;}
#header li.gnav_womens img{ width: 87px;}
#header li.gnav_mens img{ width: 58px;}
#header li.gnav_notice img{ width: 109px;}
#header li.gnav_cart img{ width: 111px;}
#header li.gnav_change img{ width: 108px;}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    height: 600px;
    margin: 0 0 85px 0;
    display: block !important;
}

#mv img.sp{ display: none !important;}

#mv .btn_prev,
#mv .btn_next{
    display: inline-block;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -26px;
    color: #666;
    transition: opacity .15s ease .0s;
    cursor: pointer;
    z-index: 10;
}

.is_pc #mv .btn_prev:hover,
.is_sp #mv .btn_prev.touch,
.is_pc #mv .btn_next:hover,
.is_sp #mv .btn_next.touch{
    opacity: .5;
    transition: opacity .15s ease .05s;
}

#mv .btn_prev{ left: 50%;}
#mv .btn_next{ right: 50%;}

/* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
#sec_product{
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px dotted #BC1C24;
    position: relative;
}

#sec_product:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#sec_product .col_left{
    width: 50%;
    float: left;
}

#sec_product .col_right{
    width: 50%;
    float: left;
}

#sec_product .col_left h2{
    margin: 0 0 5px 0;
    font-size: 24px;
    line-height: 1.666em;
}

#sec_product .col_left .brand_logo{
    margin: 0 0 15px 0;
}

#sec_product .col_left .img_brand_logo_hitoyoshi img{
    width: 42px;
}

#sec_product .col_left .sub{
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8em;
}

#sec_product .col_left .price{
    margin: 0 0 40px 0;
    font-size: 20px;
}

#sec_product .col_left .price span:not(.ignore){
    font-size: 12px;
}

#sec_product #cart{
    margin: 0 0 20px 0;
}

#sec_product #cart li{
    display: inline-block;
    margin: 0 0 20px 0;
    position: relative;
}

#sec_product #cart li .stock{
    font-size: 13px;
    color: #888;
    position: absolute;
    top: 13px;
    right: -40px;
}

#sec_product .sale{
    margin: -25px 0 30px 0;
    color: #c45a24;
    font-size: 14px;
    line-height: 1.6em;
}
#sec_product .red{
    font-size: 13px;
    color: #f50c15;
}

#sec_product #cart .cart_btn{
    height: 40px;
    min-width: 320px;
    padding: 0 12px;
    display: block;
    font-family: '中ゴシックBBB';
    text-align: center;
    line-height: 40px;
    background-color: #c45a24;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    transition: background .15s ease 0s;
}

#sec_product #cart .cart_btn.sold{
    color: #fff !important;
    background-color: #959595 !important;
    cursor: default !important;
}

.is_pc #sec_product #cart .cart_btn:hover,
.is_sp #sec_product #cart .cart_btn.touch{
    background-color: #a84d1f;
    transition: background .15s ease .05s;
}


#sec_product .col_right p{
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 2em;
    white-space: nowrap;
}

#sec_product .col_right li{
    margin: 0 0 5px 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.8em;
}

.is_pc #sec_product .col_right li a:hover,
.is_sp #sec_product .col_right li a.touch{
    text-decoration: underline;
}

#sec_product .col_left .size a{
    text-decoration: underline;
}

.is_pc #sec_product .col_left .size a:hover,
.is_sp #sec_product .col_left .size a.touch{
    text-decoration: none;
}

/* --------------------------------------------------
*
    #sec_information
*
-------------------------------------------------- */
#sec_information{
    clear: both;
    color: #666;
}

#sec_information:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#sec_information .col_left{
    width: 400px;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    float: left;
}

#sec_information .col_left div,
#sec_information .col_right div{
    margin: 0 0 35px 0;
}
#sec_information .col_left div.cleaning {
    margin-bottom: 0;
}

#sec_information .col_right{
    width: 500px;
    float: left;
}

#sec_information h4{
    font-size: 14px;
    margin: 0 0 10px 0;
}

#sec_information p,
#sec_information li{
    font-size: 14px;
    line-height: 1.857em;
}

#sec_information .col_left li{
    margin: 0 0 15px 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
}

#sec_information .col_right li{
    line-height: 1.857em;
}

#sec_information p{
    margin: 0 0 25px 0;
}

#sec_information p .s{
    margin: 0 0 0 5px;
    font-size: 80%;
    letter-spacing: 0;
    position: relative;
    top: -5px;
}

#sec_information a{
    color: #666;
    text-decoration: underline;
}

.is_pc #sec_information a:hover,
.is_sp #sec_information a.touch{
    text-decoration: none;
}

.sec_information {
    padding: 60px 0;
    margin: 65px 0 0;
    overflow: hidden;
    letter-spacing: -.40em;
    color: #fff;
    background-color: #9D9D93;
}
.sec_information_inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.sec_information h3{
    margin: 0 0 30px 0;
    font-size: 14px;
    letter-spacing: .075em;
}

.sec_information .col_left{
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

.sec_information .col_right{
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

.sec_information h4{
    font-size: 19px;
    line-height: 1.68em;
    margin: 0 0 20px 0;
    color: #142350;
}

.sec_information h4.ti{
    text-indent: -.5em;
}

.sec_information .section{
    margin: 0 0 70px 0;
    letter-spacing: .075em;
}

.sec_information .section:last-child{
    margin: 0;
}

.sec_information .section p{
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.857em;
}

.sec_information .section p .ti{
    margin-left: -.5em;
}

.sec_information .col_left li{
    margin: 0 0 15px 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
}
.sec_information .col_left div {
    font-size: 14px;
    line-height: 1.857em;
}

/* --------------------------------------------------
*
    #sec_lineup
*
-------------------------------------------------- */
#sec_lineup{

}

#sec_lineup .section{
    padding: 30px 0;
    border-top: 1px solid #868686;
    position: relative;
}

#sec_lineup .title{
    width: 25%;
    position: absolute;
    top: 55px;
    left: 0;
}

#sec_lineup h2{
    margin: 0 0 10px 0;
    line-height: 0;
}

#sec_lineup h2 img{ width: auto; height: 19px;}

#sec_lineup .physical h2 img{ height: 22px;}

#sec_lineup .unisex_mens h2 img{ height: 20px;}

#sec_lineup .sub{
    padding: 0 15px;
    font-size: 11px;
    display: inline-block;
    position: relative;
}

#sec_lineup .sub.ti{
    padding-right: 10px;
}

#sec_lineup .sub:before{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

#sec_lineup .sub:after{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

#sec_lineup .product_list{
    width: 75%;
    padding: 0 0 0 25%;
}

#sec_lineup .product_list h3{
    display: none;
}

#sec_lineup .product_list ul{
    margin: 0 0 -30px 0;
    letter-spacing: -.40em;
    text-align: left;
}

#sec_lineup li{
    width: 16.666%;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

#sec_lineup li a{
    display: block;
    transition: opacity .15s ease 0s;
}

#sec_lineup li a:hover,
#sec_lineup li a.touch {
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#sec_lineup li img{
    width: 75%;
    opacity: 1;
}



/* --------------------------------------------------
*
    #sec_size_table
*
-------------------------------------------------- */
#sec_size_table{
    padding: 60px 0;
}

#sec_size_table h2{
    font-size: 28px;
    margin: 0 0 40px 0;
}

#sec_size_table .img{
    margin: 0 0 60px -40px;
    text-align: center;
}

#sec_size_table .img img{
    width: 480px;
    height: auto;
}

#sec_size_table li{
    margin: 0 0 20px 0;
    position: relative;
}

#sec_size_table h4{
    font-size: 18px;
    margin: 60px 0 30px 0;
    padding: 15px 0;
    text-align: center;
    background-color: #333;
    color: #fff;
}

#sec_size_table h3{
    font-size: 18px;
    margin: 0 0 30px 0;
    display: inline-block;
}

#sec_size_table h3:before{
    content: '▶︎';
    margin: 0 5px 0 0;
    font-size: 13px;
    position: relative;
    top: -1px;
}

#sec_size_table .size_table{
    padding: 0 30px;
}

#sec_size_table .size_inner{
    padding: 0 30px;
    overflow: hidden;
    position: relative;
}

#sec_size_table table{
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 0 auto 10px auto;
}

#sec_size_table table th{ background-color: #eee;}
#sec_size_table table .g{ background-color: #eee;}
#sec_size_table table .womens{ background-color: #ffe6f7;}
#sec_size_table table .mens{ background-color:#dcecf9;}

#sec_size_table table th{
    padding: 10px 0;
    border: 1px solid #000;
    font-size: 13px;
    vertical-align: middle;
}

#sec_size_table table th .s{
    margin: 0 -.5em;
    font-size: 80%;
}

#sec_size_table table th .s.br{
    margin-top: 5px;
    display: block;
    white-space: nowrap;
}

#sec_size_table table th, td{
    width: 120px;
}

#sec_size_table table td{
    padding: 15px 5px;
    border: 1px solid #000;
    font-size: 14px;
    vertical-align: middle;
}

#sec_size_table .unisex table td{
    width: inherit !important;
    vertical-align: middle;
}

#sec_size_table table td .cap{
    margin: 5px 0 0 0;
    display: block;
    font-size: 80%;
    white-space: nowrap;
}

#sec_size_table .notes{
    width: 780px;
    font-size: 12px;
    margin: 0 auto 40px auto;
    text-align: right;
}

#sec_size_table .caution{
    width: 780px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.resale_txt {
    border: 1px solid #ccc;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 30px;
}

/* --------------------------------------------------
*
    #sec_notice
*
-------------------------------------------------- */
#sec_notice{
    margin: 40px 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #878787;
    position: relative;
}

#sec_notice .section_inner{
    background-color: #f0f0f0;
    padding: 45px 0;
}

#sec_notice h3{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
}

#sec_notice p{
    margin: 0 0 20px 0;
    padding: 0 200px;
    font-size: 14px;
    line-height: 2em;
}

#sec_notice p:last-child{
    margin: 0;
}

#sec_notice p.date{
    text-align: right;
    font-size: 13px;
}

#sec_notice p a{
    text-decoration: underline;
}

.is_pc #sec_notice p a:hover,
.is_sp #sec_notice p a.touch{
    text-decoration: none;
}

#sec_product .col_left .price.price--row2 {
    line-height: 1.5;
    margin: 0;
    padding-bottom: 10px;
}
#sec_product .col_left .price.price--row2:last-of-type {
    margin-bottom: 40px;
    padding-bottom: 0;
}

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

/*add*/
#footer {
    margin: 0;
    border-top: none;
}
#foot_staff {
    max-width: 1000px;
    margin: auto;
    color: #727171;
    background-color: #fff;
    border-top: 1px dotted #BC1C24;
}
.foot_container {
    max-width: 960px;
}
.footer__links-store {
    padding-top: 0;
    text-align: left;
}
.footer__links-store li a {
    color: #727171;
}
#foot_staff h4 {
    padding-bottom: 10px;
}
.img_slider .order {
    display: none;
}
br,
br.sp {
    display: block;
}
br.sp-only {
    display: none;
}
.inline-b {
    display: inline-block;
}
.sunpou {
    display: block;
    margin: auto;
    max-width: 100%;
}