@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

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

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    height: 50px;
    padding: 0 0 0 15px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

#head h1 img{ width: 200px;}
#head h1{
    margin: 9px 0 0 0;
}

#head .logo{
    margin: 0 0 5px 0;
    display: none;
}

#head .season img{
  width: 150px;
  padding-top: 5px;
  margin-left: -2px;

}


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

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

#mv img{
    width: 100%;
}

#mv .btn_prev,
#mv .btn_next{
    display: inline-block;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -24px;
    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 30px 20px 30px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #BC1C24;
    position: relative;
}

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

#sec_product .col_left{
    margin: 0 0 40px 0;
}

#sec_product .col_right{

}

#sec_product .col_left h2{
    margin: 0 0 8px 0;
    font-size: 18px;
    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 20px 0;
    font-size: 14px;
    line-height: 1.8em;
}

#sec_product .col_left .price{
    margin: 0 0 30px 0;
    font-size: 18px;
}

#sec_product .col_left .price span:not(.ignore){
    font-size: 11px;
}
#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: 30px;
    padding-bottom: 0;
}

#sec_product #cart{
    margin: 0 0 10px 0;
    text-align: center;
}

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

#sec_product #cart li .stock{
    margin: 5px 0 -5px 0;
    font-size: 12px;
    color: #888;
    text-align: right;
    display: block;
}

#sec_product .sale{
    margin: -15px 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{
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: block;
    font-family: '中ゴシックBBB';
    text-align: center;
    line-height: 40px;
    background-color: #c45a24;
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    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 25px 0;
    font-size: 14px;
    line-height: 2em;
}

#sec_product .col_right li{
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 10px 0;
    font-size: 14px;
    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{
    padding: 20px 30px 0 30px;
    clear: both;
    color: #666;
}

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

#sec_information .col_left{
    margin: 0 0 30px 0;
}

#sec_information .col_left div{
    margin: 0 0 30px 0;
}

#sec_information .col_right{
    padding: 30px 0 0 0;
    border-top: 1px dashed #aaa;
}

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

#sec_information p,
#sec_information li{
    font-size: 13px;
    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_lineup
*
-------------------------------------------------- */
#sec_lineup{

}

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

#sec_lineup .title{
    text-align: center;
}

#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{
    margin: 0 0 20px 0;
    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{
}

#sec_lineup .product_list h3{
    display: none;
}

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

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

#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: 30px 0;
}

#sec_size_table h2{
    font-size: 23px;
    margin: 0 0 40px 0;
    text-align: center;
}

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

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

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

#sec_size_table .size_inner{
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

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

#sec_size_table h3{
    font-size: 14px;
    margin: 0 15px 20px 15px;
    padding-left: 1.3em;
    text-indent: -1.3em;
    display: inline-block;
    line-height: 1.6em;
}

#sec_size_table h3 .ti{
    margin: 0 0 0 -.5em;
}

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

#sec_size_table table{
    width: 640px;
    text-align: center;
    position: relative;
    left: -15px;
}

#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: 12px;
    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: 100px;
}

#sec_size_table table td{
    padding: 10px 5px;
    border: 1px solid #000;
    font-size: 13px;
    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{
    min-width: 640px;
    font-size: 12px;
    padding: 10px 15px 0 0;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    text-align: right;
}

#sec_size_table .caution{
    min-width: 640px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 20px;
}

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

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

#sec_notice .section_inner{
    background-color: #f0f0f0;
    padding: 30px 0;
    margin: 0 15px;
}

#sec_notice h3{
    margin: 0 0 30px 0;
    padding: 0 15px;
    font-size: 13px;
    line-height: 2em;
}

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

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

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

#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_information {
    margin: 40px 0;
    padding: 40px 30px 40px 30px;
    clear: both;
    color: #fff;
    background-color: #9D9D93;
}

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

.sec_information .col_left {
    margin: 0 0 30px 0;
}

.sec_information .col_right{
    letter-spacing: normal;
    vertical-align: top;
}

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

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

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

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

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

.sec_information .col_left div{
    margin: 0 0 20px 0;
    line-height: 1.857em;
}

.sec_information .col_left p{
    font-size: 15px;
    margin: 20px 0 0 0;
}

#gnav_lineup h2 img {
    width: 200px;
    height: inherit;
}
#gnav_lineup h2 {
    margin: 30px 0;
}

br:not(.sp) {
    display: none;
}
br.sp-only {
    display: none;
}

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