
/**
 * 商品一覧
 */

p.resultLine {
    background: #ece4cd;
    padding: 20px;
}
.product_list{
    display: flex;
    margin-left: 0!important;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.product_list>li{
    list-style: none;
}
.product_list>li.item{
    width:180px;
    margin-right: 15px;
    /*min-height: 300px;*/
    margin-bottom:15px;
    border:1px solid #ddd;
}
.product_list>li.item:nth-of-type(4n){
    margin-right: 0;
}
.product_list li.item:hover{
    border:1px solid #000;
}
.product_list li.item>a{
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    color: #333333;
    text-decoration: none;
    height:100%;
}
.product_list li figure{
    width: 100%;
    height: 160px;
    max-width:160px;
    max-height:160px;
    padding:10px;
    margin: 0px auto;
    line-height: 160px;
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    overflow: hidden;
    /*width: auto;*/
    /*height: auto;*/
    background-color:#fff;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.product_list li p.item__maker{
    margin:0;
    padding:5px 7px;
    font-size:1.3rem;
    border-bottom:1px dotted #ccc;

}
.product_list li .item__information{
    border-top:1px dotted #ccc;
    flex:auto;
}
.product_list li p.item__alert{
    margin:10px auto 5px;
    padding:0 10px;
    font-size:12px;
    font-weight:700;
    color:#F00;
    text-align: center;
}

.product_list li dl dt{
    margin:5px 0 7px;
    padding:0 6px;
    color:#575fcd;
    font-weight: bold;
    font-size:1.35rem;
    line-height: 1.5;
}

.product_list li dl dd p{
    margin:0 0 3px;
    padding:0 6px;
    font-size:1.2rem;
    font-weight:500;
    line-height: 1.3;
}
.product_list li dl dd p.item__code{}
.product_list li dl dd p.item__size{
    word-break: break-all;
}

.product_list .item__price{
    margin: 5px 5px 0;
    padding:5px 0;
    text-align:center;
    background:#f6f6f6;
    font-size:1.3rem;
    margin-top:auto;
}

@media (max-width: 767px) {


    .product_list{
        justify-content: space-between;
    }
    .product_list>li.item{
        width:48%;
        margin-bottom:15px;
        margin-right: 0;
    }

    .product_list li.item:hover{}
    .product_list li.item>a{}
    .product_list li figure{}
    .product_list li figure img{}
    .product_list li p.item__maker{}
    .product_list li .item__information{}
    .product_list li p.item__alert{}
    .product_list li dl dt{}
    .product_list li dl dd p{}
    .product_list li dl dd p.item__code{}
    .product_list li dl dd p.item__size{}
    .product_list .item__price{}

}





/**
 * 商品詳細
 */

.page-detail .inner_content{
    max-width:1300px;
    width: auto;
}
.page-detail main.inner_content{
    margin:0 auto;
    width: auto;
    max-width:1300px;
}

@media (max-width: 1300px) {
    .page-detail main.inner_content{
        margin:0 40px;
        width: auto;

    }
}

.page-detail #header{
    height:60px;
    padding-top: 10px;
    background-color:#fff;
}
.page-detail #header #header_logo{
    width:auto;
    margin-right: 15px;
    height: 45px;
}
.page-detail #header #header_logo img{
    height: 45px;
    width: auto;
}
.page-detail #header ul{
    list-style: none;
}
.page-detail #header #header_link{
    padding-top: 5px;
    margin-left: auto;
}
.page-detail #header #header_link li{
    display: inline-block;
}
.page-detail #header #header_link li a{
    display: inline-block;
    color: #333333;
    border:1px solid #CCCCCC;
    min-width:120px;
    text-align: center;
    text-decoration: none;
    padding:2px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
}
.page-detail #header #header_link li a:hover{
    background-color: #F3F3F3;
}

#detail_area{
    padding-top: 10px;
    margin-bottom:20px;
}
#detail_area .item_spec{
    float:right;
    position: relative;
    right: 0;
    top: 0;
    max-width:440px;
    /*height:100%;*/
    z-index: 10;
    margin-left: 30px;
}
#detail_area .main{
    float: left;
    width: calc( 100% - 470px);
    /*padding-right: 460px;*/
    flex-wrap: nowrap;
}
@media (max-width: 1100px) {
    #detail_area .main{
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    #detail_area .main{
        float: none;
        width: 100%;
    }
}

#detail_area article{
    position: relative;
}

#detail_area .detail_mainimg_block{
    width: 430px;
    min-width: 430px;
}
.detail_mainimg_info p{
    font-size: 1.3rem;
    line-height: 1.4;
}
#detail_area .detail_mainimgs{
    text-align: left;
    margin-bottom: 20px;
    max-width:400px;
}
#detail_area .detail_mainimgs li{
    display: inline-block;
    margin-right:2px;
    text-align:center;
    border:1px solid #DADADA;
    line-height: 0;
    padding: 10px;
}

#detail_area .detail_mainimgs li img{}

#detail_area .item_subimg{
    width: auto;
    max-width:400px;
    min-width:100px;
    margin-left:0;
}
#detail_area .item_subimg a{
    display: block;
}
#detail_area .item_subimg img{
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    min-width: 70px;
    min-height: 70px;
}

#detail_area .col1 {
    float:left;
    width:32%;
}


#customize_result{
    opacity: 1;
}
#customize_result.js-overscrolled{
    top: 0px;
    right: 0px;
    width: 440px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}
#customize_result.js-overscrolled.js-visible{
    position: fixed;
    opacity: 1 !important;
    margin-bottom: 0 !important;
    box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    z-index: 9999;
    transition: opacity 0.3s;
}
@media (max-width: 767px) {
    #customize_result.js-overscrolled.js-visible{
        position: relative;
        opacity: 1 !important;
        margin-bottom: 0 !important;
        box-shadow: none;
        z-index: 9999;
        transition: opacity 0.3s;
    }
}

.price_table{
    background-color: #FFF;
}



/*----------------------------------------------------
    TABLE
----------------------------------------------------*/
#detail_area .normaltable{
    margin-bottom: 15px;
}
#detail_area .normaltable{
    min-width:400px;
}
#detail_area .normaltable td,
#detail_area .normaltable th{
    padding:6px 10px;
    border:#b9b9b9 solid 1px;
    background:#fff;
    font-size: 1.4rem;
    /*word-break:break-all;*/
}
#detail_area .normaltable th{
    background:#fafafa;
    font-weight:bold;
    text-align:center;
    width: 120px;
}
#detail_area .normaltable thead th{
    background:#666;
    color:#fff;
}
#detail_area .normaltable td{}


#detail_area .cart_box table {
    margin-bottom:0;
    border:10px solid #e7edf9;
}



/*---------------*/

#detail_area .normaltable02 td,
#detail_area .normaltable02 th{
    line-height:1.4;
    border:#b9b9b9 solid 1px;
    vertical-align:middle;
    /*word-break:break-all;*/
}

#detail_area .normaltable02{
    border-spacing: 0;
    margin-bottom: 15px;
}

#detail_area .normaltable02 th{
    font-weight:normal;
    text-align:center;
    padding:2px 4px;
}

#detail_area .normaltable02 td{
    padding:6px 4px;
}


#detail_area .normaltable02 tr:nth-child(odd){
    background:#efefef;
}


/*----------------------*/
#detail_area .normaltable td ol{

    margin-left:30px;
    margin-bottom:10px;
}

#detail_area .normaltable td ol li{
    margin-bottom:5px;
}


#detail_area table .c01 {background-color:#ccffff;}
#detail_area table .c02 {background-color:#99ccff;}
#detail_area table .c03 {background-color:#FFFF66;}
#detail_area table .c04 {background-color:#E6FFFF;}
#detail_area table .c05 {background-color:#E6FFFF;}
#detail_area table .c06 {background-color:#E2ECFF;}
#detail_area table .c07 {background-color:#F0E5FF;}

#detail_area .normaltable td,
#detail_area .normaltable th{
    line-height:1.5;
}

/*----------------------*/
#detail_area .layouttable{
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

#detail_area .layouttable th,
#detail_area .layouttable td{
    border:none;
    background:none;
    text-align:left
}

/*--価格------------*/

#detail_area section.main_siyo{
    clear:both;
    overflow:hidden;
    _height:1%;
}

/*--価格------------*/
#detail_area .item_spec,
#detail_area .cart_box{
    min-width:400px;
}
#detail_area .cart_box{
    margin-bottom: 20px;
}
#detail_area .item_spec table,
#detail_area .cart_box table{
    width: 100%;
}
#detail_area table.price_table{
    /*margin-bottom:5px;*/
}
#detail_area table.price_table+.price_table {
    border-top: none;
}

.price_table--select img{
    width:30px;
    position: absolute;
    left: 10px;
    top: 10px;
    margin-left: 0;
}
.price_table--select img~p{
    padding-left: 40px;
}
.price_table--select img~p.left{
    padding-left: 7px !important;
}
.price_table--select hr{
    margin-top: 20px;
}

#detail_area table.price_table th,
#detail_area table.price_table td{
    /*padding:10px 10px;*/
    text-align:center;
    padding: 5px;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 0;
}
#detail_area table.price_table th{
    /*background:#95aee0;*/
    /*background: #FD6C62;*/
    background:#2450A6;
    color:#fff;
    /*width:120px;*/
    border-top: 1px solid #FFFFFF;
    width: 100px;
}
#detail_area table.price_table td{}

#detail_area table.price_table p{
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 0;
}


#detail_area table.price_table td strong{
    font-size:2.8rem;
    font-family: Arial, Helvetica, sans-serif;
}
#detail_area table.price_table td input.suryo{
    width:120px;
}
#detail_area table.price_table.price_table--withamount{}
#detail_area table.price_table.price_table--withamount th{
    width: 12%;
    padding-left: 5px;
    padding-right: 5px;
    background:#95aee0;
}
#detail_area table.price_table.price_table--withamount td{
    width: 36%;
}
#detail_area table.price_table.price_table--withamount td input{
    padding: 5px;
    font-size: 1.8rem;
    width:80px;
    text-align: center;
}

#detail_area table.price_table.price_table--select{
    border:10px solid #E7EDF9;
}
#detail_area table.price_table.price_table--select th,
#detail_area table.price_table.price_table--select td{
    border: 1px solid #95AEE0;
    padding: 7px;
}
#detail_area table.price_table.price_table--select thead th,
#detail_area table.price_table.price_table--select thead td{
    background-color: #D6E4FF;
    color: #333333;
    font-size: 1.6rem;
    padding:5px;
}
#detail_area table.price_table.price_table--select caption{
    /*background-color: #2450A6;*/
    background-color: #FD6C62;
    color: #FFFFFF;
    font-size: 2.2rem;
    padding:10px;
    font-weight: bold;
    border:10px solid #E7EDF9;
    border-bottom: none;
}
#detail_area table.price_table.price_table--select caption small{
    padding-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
}
#detail_area table.price_table.price_table--select th .btn,
#detail_area table.price_table.price_table--select td .btn{
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    transition: all 0.3s;
}
#detail_area table.price_table.price_table--select th .btn:hover,
#detail_area table.price_table.price_table--select td .btn:hover{
    box-shadow: none;
}

#detail_area table.price_table.price_table--select td.cell_price{
    font-size: 1.6rem;
    line-height: 1.2;
}

#detail_area table.price_table.price_table--select td.cell_price strong {
    margin-left: 8px;
    font-size: 1.5rem;
    white-space: nowrap;
}
#detail_area table.price_table.price_table--select td.cell_price strong span{
    margin-right: 2px;
}
#detail_area table.price_table small{
    margin-left: 3px;
    white-space: nowrap;
}

#detail_area .cart_box .btns {
    display: flex;
    justify-content: center;
    background-color: #E7EDF9;
    padding: 10px;
    border-top: 1px solid #95AEE0;
}
#detail_area .cart_box .btns>*{
    min-width: 100px;
    text-align: center;
    padding: 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}
#detail_area .cart_box .btns .btn--info{
    background-color: #888888;
    letter-spacing: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    cursor: default;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
#detail_area .cart_box .btns .btn--submit{
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    transition: all 0.3s;
    min-width: 300px;

    -webkit-animation: attentionbtn 4s ease infinite;
    -moz-animation: attentionbtn 4s ease infinite;
    -ms-animation: attentionbtn 4s ease infinite;
    -o-animation: attentionbtn 4s ease infinite;
    animation: attentionbtn 4s ease infinite;
}
#detail_area .cart_box .btns .btn--submit:hover{
    box-shadow: none;
}

@-webkit-keyframes attentionbtn {
    0% { transform:scale(1); }
    25% { transform:scale(1); }
    50% { transform:scale(1.03); }
    75% { transform:scale(1); }
    100% { transform:scale(1); }
}
@-moz-keyframes attentionbtn {
    0% { transform:scale(1); }
    25% { transform:scale(1); }
    50% { transform:scale(1.03); }
    75% { transform:scale(1); }
    100% { transform:scale(1); }
}
@-o-keyframes attentionbtn {
    0% { transform:scale(1); }
    25% { transform:scale(1); }
    50% { transform:scale(1.03); }
    75% { transform:scale(1); }
    100% { transform:scale(1); }
}
@-ms-keyframes attentionbtn {
    0% { transform:scale(1); }
    25% { transform:scale(1); }
    50% { transform:scale(1.03); }
    75% { transform:scale(1); }
    100% { transform:scale(1); }
}
@keyframes attentionbtn {
    0% { transform:scale(1); }
    25% { transform:scale(1); }
    50% { transform:scale(1.03); }
    75% { transform:scale(1); }
    100% { transform:scale(1); }
}

/**
 * TAB
 * タブ部分
 */
/*--------------------*/
#detail_area ul.tab_nav{
    margin-bottom:20px;
    border-bottom: 3px solid #82755e;
    display: flex;
    list-style: none;
    padding-left: 5px;
}

#detail_area ul.tab_nav li{
    margin-right:5px;
    border:1px solid #cccccc;
    border-bottom:none;
    color:#443330;
}

#detail_area ul.tab_nav li a {
    display:block;
    width:200px;
    padding:10px 10px 10px;
    vertical-align:middle;
    text-align:center;
    background:#f9f7f2;
    color: #333333;
    font-size:16px;
    text-decoration: none;
    position: relative;
}

#detail_area ul.tab_nav li a.active,
#detail_area ul.tab_nav li a:hover{
    background:#82755e;
    color:#fff;
}
#detail_area ul.tab_nav li a.active:before{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border:6px solid #FFFFFF;
    border-color: #FFFFFF transparent transparent transparent ;
    border-width: 7px 5px;
    left: 10px;
    top: calc( 50% - 2px);
}


#detail_area ul.tab_nav.type02{
    border-bottom: 1px solid #cccccc;
}
#detail_area ul.tab_nav.type02 > li{
    border: none;
}
#detail_area ul.tab_nav.type02 > li a {
    display:block;
    background:#fff;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    font-size:1.3rem;
    padding: 5px 40px;
    width: auto;
}
#detail_area ul.tab_nav.type02 > li a.active,
#detail_area ul.tab_nav.type02 > li a:hover{
    background:#666;
    border-color:#666;
    color:#fff;
}



#detail_area ul.subtab_nav{
    margin-bottom:20px;
    border-bottom: 3px solid #443330;
    display: flex;
    list-style: none;
    padding-left: 5px;
}

#detail_area ul.subtab_nav li{
    margin-right:5px;
    border:1px solid #cccccc;
    border-bottom:none;
    display:inline-block;
    padding:7px 20px 7px;
    vertical-align:middle;
    text-align:center;
    background:#CBA;
    color: #333333;
    font-size:16px;
    text-decoration: none;
    cursor: pointer;
}

#detail_area ul.subtab_nav li.active,
#detail_area ul.subtab_nav li:hover{
    background:#443330;
    color:#fff;
}


/*--選択部分------------*/
#detail_area .selection_area a{
    text-decoration: none;
    color: #333333;
}
#detail_area .selection_area ul{
    list-style: none;
}

#detail_area .selection_area .rank{
    float:left;
    margin-bottom:10px;
    background:#f3f3f3;
    padding:10px 30px;
    font-weight:normal;
    font-size:18px;
}

#detail_area .productShiyoList {
    margin-right:-3px;
    display: flex;
    flex-wrap: wrap;
}
#detail_area .productShiyoList label{
    cursor: pointer;
}

#detail_area .productShiyoList > li{
    width:120px;
    padding: 3px;
    margin-right:3px;
    margin-bottom:10px;
    background:#efefef;
    cursor: pointer !important;
}
#detail_area .productShiyoList > li:hover{
    background:#d7e3ff;
}

#detail_area .harijiBox .productShiyoList > li figure{
    background-size: cover !important;
}
#detail_area .productShiyoList > li figure{
    padding: 2px;
    height: 130px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    line-height: 0;
    background: #FFFFFF;
    border-radius:5px;
}
#detail_area .productShiyoList > li figure img{
    border-radius:5px;
}

#detail_area .productListOp > li#select figure,
#detail_area .productShiyoList > li#select figure{
    text-align:center;
    vertical-align:top;
    display: table-cell;
    *float:left;
    border: 2px solid #FF0004;
}


/*
#detail_area .productShiyoList > li figure span{
    width: 122px;
    height: 102px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
    background:#fff;
}

#detail_area .productShiyoList > li figure span img{
    max-width: 120px;
    max-height: 100px;
    vertical-align:bottom;
}
*/
#detail_area .productShiyoList > li p{
    margin: 0;
    padding: 3px 5px;
    font-size:1.2rem;
}
#detail_area .productShiyoList > li p.name{
    margin:0;
    text-align: center;
    padding:5px 3px 5px;
    font-size:1.3rem;
}

#detail_area .productShiyoList li.item:hover figure{
    border-color:#d7e3ff;
}



/*--メーカーのみのページ----------*/

#detail_area .productShiyoList--Maker {}
#detail_area .productShiyoList.productShiyoList--Maker > li{
    width: 120px;

    margin-right:5px;
    margin-bottom: 5px;
    padding: 3px;
    background: #FFFFFF;
    border:1px solid #CCCCCC;
    border-radius: 0;
}

#detail_area .productShiyoList--Maker > li:hover{
    border:1px solid #666666;
    background: #FFFFFF;
}

#detail_area .productShiyoList--Maker > li .wrap{
    min-height:60px;
    padding: 7px 7px;
    color:#fff;
    background:url('../images/product/bg_syubetu.png') no-repeat center;
    background-size: cover;
}

#detail_area .productShiyoList--Maker > li.nuno .wrap{
    background-color:#dccf00;
}
#detail_area .productShiyoList--Maker > li.leather .wrap{
    background-color:#ea9612;
}
#detail_area .productShiyoList--Maker > li.active{
    border: 1px solid #e60012 !important;
}


#detail_area .productShiyoList--Maker > li.none{
    border: 1px solid #EFEFEF !important;
    cursor:default !important;
}
#detail_area .productShiyoList--Maker > li.none .wrap{
    background-color:#EAEAEA !important;
}
#detail_area .productShiyoList--Maker > li.none p{
    color:#DDDDDD;
}

#detail_area .productShiyoList--Maker > li.none p span.price.price--special{
    color:#DDDDDD !important;
}


#detail_area .productShiyoList--Maker > li p{
    margin:0;
    padding:3px;
    font-size:1.2rem;
}

#detail_area .productShiyoList--Maker > li .item__makername{
    text-align: center;
    font-size: 1.2rem;
}

#detail_area .productShiyoList--Maker > li span.syubestu{
    display:block;
    padding-bottom: 3px;
    border-bottom:2px dotted rgba(255,255,255,0.8);
    color:#fff;
    font-size: 1.2rem;
    text-align:center;
    font-weight:bold;
}

#detail_area .productShiyoList--Maker > li strong {
    display:block;
    padding:5px;
    text-align:center;
    line-height:1;
    font-size: 1.2rem;
}

#detail_area .productShiyoList--Maker > li strong span{
    font-size:2.8rem;
    margin-right: 3px;
}

#detail_area .productShiyoList--Maker > li .price{
    font-size:1.3rem;
    text-align:center;
}
/*
#detail_area .productShiyoList--Maker > li figure{
    text-align:center;
    vertical-align:top;
    display: table-cell;
    *float:left;
    border:1px solid #ccc;
}

#detail_area .productShiyoList--Maker > li figure span{
    width: 122px;
    height: 102px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}

#detail_area .productShiyoList--Maker > li figure span img{
    max-width: 120px;
    max-height: 100px;
    vertical-align:bottom;
}
*/


/*--WISM台輪用----------*/
#detail_area .productShiyoList--Maker2 > li{
    width:200px;
}
#detail_area .productShiyoList--Maker2 > li.select{
    border: 1px solid #e60012;
}
#detail_area .productShiyoList--Maker2 > li.none{
    border: 1px solid #f9f9f9;
    opacity: 0.2;
}
#detail_area .productShiyoList--Maker2 > li.none:hover{
    background:#EEEEEE;
}

#detail_area .productShiyoList--Maker2 > li .item__makername{
    text-align: center;
}
#detail_area .productShiyoList--Maker2 > li figure{
    /*min-height:66px;*/
}




/*--オプションのみのページ----------*/
/*
#detail_area .selection_area section.main_siyo.type02 figure{
    width: 344px;
}

#detail_area .selection_area section.main_siyo.type02 figure span{
    width: 340px;
    height: 340px;
}

#detail_area .selection_area section.main_siyo.type02 figure span img{
    max-width:340px;
}

#detail_area .selection_area section.main_siyo.type02 table {
    float:left;
    width:300px;
    margin-right:30px;
}

#detail_area .selection_area section.main_siyo.type02 .btns {
    float: left;
    width:420px;
    margin-top:2px;
    text-align: right;
}

#detail_area .selection_area section.main_siyo.type02 .modoru{
    width:150px;
}

#detail_area .selection_area section.main_siyo.type02 .texts .col01{
    float:none;
    width:400px;
}

#detail_area .selection_area section.main_siyo.type02 .texts .col02{
    width:100%;
}
*/

/*--張地の2階層め------------------------*/
/*
#detail_area .selection_area .productShiyoIframe{
    padding:0;
    width:100%;
    height:500px;
    border:1px solid #ccc;
}
*/

/*----------*/
#detail_area dl.harijiBox{
    padding: 20px 0;
    margin: 20px 0;
}
#detail_area dl.harijiBox dt{
    margin:0 0 5px;
    padding:6px 15px;
    background: #FAF7B0 !important;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
}
#detail_area dl.harijiBox dt small{
    display: inline-block;
    font-weight: normal;
}
#detail_area dl.harijiBox dd{
    margin-bottom: 10px;
}


/*--------------*/
table.sizetable-color th,
table.sizetable-color td{
    padding:1px 3px;
    line-height: 1.3;
}

/*--------------*/

.related_items{}

ul.related_items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    margin-right:-10px;
    margin-bottom:40px;
}
.related_items li{
    width:150px;
    margin-right:10px;
    margin-bottom:10px;
    border: 1px solid #CCCCCC;
    display: block;
}
.related_items li.nolink{
    color: #333333;
    padding: 5px;
}
.related_items li a{
    text-decoration: none;
    color: #333333;
    height:100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    /*border-radius: 3px;*/
}
.related_items li a:hover{
    opacity:0.8 !important;
}
.related_items li p{
    margin-bottom: 0;
}
.related_items li figure{}
.related_items li figure img{
    /*border-radius: 5px;*/
}
.related_items li .item__name{
    margin: 5px 0;
    text-align: left;
    line-height: 1.3;
    font-size: 1.3rem;
}
.related_items li .item__price{
    padding-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 1.3rem;
}
.related_items li .item__btn{
    margin-top: auto;
}

.related_items li .btn{
    display:block;
    margin:auto 5px 3px;
    padding:3px;
    font-size: 1.2rem;
    background:#700107;
    text-align:center;
    border-radius:100px;
    color:#fff;
}


/*--------------*/
.sizetable_outer{}

.sizetable_outer .size_info{
    padding-bottom: 20px;
}
.sizetable_outer .size_info ul,
.sizetable_outer .size_info ol{
    margin-left: 25px;
    padding-right: 25px;
}

.sizetable_outer .fieldset{
    position: relative;
    border: 1px solid #EFEFEF;
    padding: 20px 20px 30px;
    overflow-x: scroll;
    width:100%;
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}

.sizetable_legend{
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    background: #F3F3F3;
}
.sizetable_legend.sizetable_legend--horizontal{
    bottom: calc(100% + 3px);
    width: 100%;
    padding:3px 10px;
}
.sizetable_legend.sizetable_legend--vertical{
    right: calc(100% + 3px);
    height: 100%;
    padding:10px 3px;
    writing-mode: vertical-rl;
    /*text-orientation: upright;*/
}
.sizetable_outer table{
    position: relative;
    margin: 45px 0 0 40px;
    min-width:600px;
}
.sizetable_outer table th,
.sizetable_outer table td{
    border:1px solid #cccccc;
    font-size:1.4rem;
    padding: 0;
    vertical-align:middle;
    text-align:center;
    white-space: nowrap;
}
.sizetable_outer table th{
    font-weight: 500;
    padding: 5px;
    background:#f7f7f7;
}
.sizetable_outer table td{
    background:#fff;
}
.sizetable_outer table td a{
    color: #666666;
    display: block;
    padding: 5px 8px;
}
.sizetable_outer table td a:hover{
    color: #FFFFFF;
    background-color: #EE6D3D;
}
.sizetable_outer table tr:hover th,
.sizetable_outer table tr:hover td{
    background-color: #ECF3FF;
}


.sizetable_outer table td a:hover .price.price--special{
    color: #FFFFFF;
}
.price.price--special{
    color: #F31C1F;
    font-weight: bold;
}

/*

#detail_area .productTable01,
#detail_area .productTable02,
#detail_area .productTable03,
#detail_area .productTable05,
#detail_area .productTable06{
    min-width:600px;
}
#detail_area .productTable04{
    max-width:100%;
    min-width:600px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}


#detail_area .productTable05 td,
#detail_area .productTable05 th{
    border:1px solid #cccccc;
    font-size:13px;
    padding:25px 4px;
    background:#fff;
    vertical-align:middle;
    text-align:center;
    min-width:35px;
}

#detail_area .productTable06 td,
#detail_area .productTable06 th{
    line-height:1 !important;
    border:1px solid #cccccc;
    font-size:13px;
    padding:4px;
    background:#fff;
    vertical-align:middle;
    text-align:center;
    min-width:35px;
}

#detail_area .productTable04 th{
    line-height:1.4 !important;
    border:1px solid #cccccc;
    font-size:13px;
    padding:10px 4px;
    background:#fff;
    vertical-align:middle;
    text-align:center;
}


#detail_area .productTable01 td a,
#detail_area .productTable03 td a{
    display:block;
}

#detail_area .productTable05 td a{
    display:block;
    text-decoration: none;
}

#detail_area .productTable05 td a:hover{
    display:block;
    color:#fff;
    text-decoration: none;
}


*/



/**
 * Page: お客様の声
 */
.voices{}
dl.voice{
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
dl.voice dt{
    background-color: #333333;
    color: #FFFFFF;
    padding: 7px 15px;
    font-weight: bold;
}
dl.voice dd{
    padding: 10px 15px 0;
}

/**
 * Page: よくあるご質問
 */

.faqs{}
dl.faq{
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 15px;
}
dl.faq dt{
    position: relative;
    border-bottom: 1px dashed #CCCCCC;
    padding: 0px 5px 15px 50px;
    min-height: 50px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}
dl.faq dt i{
    display: inline-block;
    position: absolute;
    background-color: #462A2A;
    color: #FFFFFF;
    width:40px;
    height:40px;
    line-height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 100px;
    font-style: normal;

}
dl.faq dd{
    padding: 10px 5px 0;
}
dl.faq dd p{
    font-size: 1.4rem;
}
dl.faq dd p.txt--lg{
    font-size: 1.6rem;
}

/**
 * Page: 基本ページ
 */


#main_area ul,
#main_area ol{
    margin-left: 25px;
}
.company_message_intro{
    margin-bottom: 15px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.company_message_img{
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.company_message_copy {
    padding: 15px;

}
.company_message_copy p{
    font-size: 1.5rem;
    line-height: 1.8;
}
.company_message_body p{
    line-height: 2.2;
}


.page_area {
    margin-bottom: 30px;
    padding: 30px 35px;
    border: 1px solid #ccc;
}
.page_area > *:last-child{
    margin-bottom: 0;
}
.page_area h2{
    /*margin-top: 0;*/
}
.page_area ol,
.page_area ul{
    margin-left: 25px;
}
.page_area li{
    margin-bottom: 15px;
    line-height: 1.5;
}




@media (max-width: 767px)
{
    h1, h2, h3, h4, h5, h6, p{
        font-size: 1.3rem;
    }
    figure,
    ul,ol,li,
    dl,dt,dd{
        font-size: 1.3rem;
    }
}
@media (max-width: 767px){
    .btn {
        font-size: 1.3rem;
        letter-spacing: 0;
        text-indent: 0;
        padding: 6px 13px;
    }
    .btn--lg{
        font-size: 1.5rem;
        padding: 6px 30px;
    }
    .btn--sm{
        font-size: 1.3rem;
        padding: 3px 15px 2px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .btn--xs{
        font-size: 1.1rem;
        padding: 3px 10px 3px;
        letter-spacing: 0em;
        text-indent: 0em;
    }
}
@media (max-width: 767px){

    td input[type="text"],
    td input[type="password"],
    td textarea {
        width: 100%;
    }

    input.w50{
        width: 100% !important;
    }
}

@media (max-width: 767px)
{
    .flex{
        flex-direction: column;
    }
    .flex.btns{
        flex-direction: row;
        justify-content: center;
    }
}


@media (max-width: 767px)
{
    .inner_content{
        width: 100%;
        padding: 15px;
    }
    main.inner_content{
        padding-bottom: 0;

    }
    #main_area{
        float: none;
        width:100%;
    }
}




@media (max-width: 767px)
{
    p.h1txt{
        display: none;
    }
    #footer{
        clear:both;
        margin-top: 0;
        padding-bottom: 0;
        border-top: 3px solid #333333;
    }
    #footer .inner_content{
    }
    #footer #footer_logo{
        margin: 0px;
    }
    #footer #footer_logo img{
        width: 40px;
    }
    #footer #footer_nav{
        padding-bottom: 0;
    }
    #footer #footer_nav ul{
        display: flex;
        flex-wrap: wrap;
    }
    #footer #footer_nav li{
        width: 50%;
        border:none !important;
        padding: 0;
    }
    #footer #footer_nav li a{
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #footer #copyright{
        margin: 0px;
    }
    #glovalnavi{
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar{
        float: none;
        width:auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 40px;
        margin-bottom: 0;
        padding: 20px 15px;
        background: #FAFAFA;
        border-top: 3px solid #333333;
    }
    .sidebar iframe{
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    .sidebar .side_block{}
    .sidebar .side_block:last-of-type{
        margin-bottom: 0;
    }
    .sidebar h3.side_header{}

    .sidebar .side_block.side_block-category ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sidebar .side_block.side_block-category li{
        width: 48%;
    }
    .sidebar .side_block.side_block-category li a{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 67px;
        min-height: 57px;
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .sidebar .side_block.side_block-category a>img{
        left: 0;
        width: 60px;
    }

    .sidebar .side_block.side_block-maker ul {
        display: flex;
        flex-wrap: wrap;
        background: #FFFFFF;
    }
    .sidebar .side_block.side_block-maker ul li{
        width:50%;
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
    }
    .sidebar .side_block.side_block-maker ul li+li{
        border-top: none;
    }
    .sidebar .side_block.side_block-maker ul li:nth-of-type(2n-1){
        border-right: 1px solid #CCCCCC;
    }
    .sidebar .side_block.side_block-maker ul li:last-of-type{
        border-bottom: none;
    }
    .sidebar .side_block.side_block-maker ul li a{
        padding: 10px;
    }
    .sidebar .side_block.side_block-maker img {
        height: 45px;
    }
    .sidebar .side_block.side_block-banner>ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .sidebar .side_block.side_block-banner>ul>li{
        width: 48.5%;
    }
    .sidebar .side_block.side_block-banner>ul>li img{
        width: 100%;
    }
    .sidebar .side_block.side_block-banner>ul>li.w100{
        width: 100%;
    }


}

@media (max-width: 767px) {
    .hStyle01{
        font-size: 1.7rem;
    }
    .hStyle02{
        margin-top: 10px !important;
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .hStyle03{
        font-size: 1.3rem;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .hStyle06{
        font-size: 1.5rem;
        margin-bottom: 15px;
        padding: 7px 10px;
    }
    .hStyle08{
        padding: 7px 10px;
        font-size: 1.4rem;
    }
    .hStyle06 small {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
    }
}


@media (max-width: 767px) {
    .bodynavi {
        margin: 0 0 15px;
    }

    .bodynavi ul {
        flex-wrap: wrap;
    }

    .bodynavi ul li {
        width:50%;
        border-right: 1px solid #998888;
        border-bottom: 1px solid #998888;
    }

    .bodynavi ul li a {
        padding: 9px 13px;
    }

    .bodynavi ul li a:hover {
        /*background-color: #665550;*/
    }

    .bodynavi ul li a:before {
        top: 2px;
        left: -5px;
        margin-right: 3px;
    }
}

@media (max-width: 767px){
    .page_area {
        margin-bottom: 15px;
        padding: 10px;
    }
    .page_area li{
        margin-bottom: 5px;
    }
}

@media (max-width: 767px){
    .box{
        padding: 10px;
        margin-bottom: 20px;
    }
    .box--ctr{
        border-color: #F31C1F;
    }
    .box--ctr p{
        font-size: 1.6rem;
    }

    /*
        .box--bg{
            background: #F9F7F3;
        }
        .box--bgimportant{
            background: #FFECE4;
        }
        .box ul,
        .box ol{
            margin-left: 25px;
        }
        .box li{
            margin-bottom: 5px;
            line-height: 1.5;
        }
        .box--line{
            border: 1px solid #CCCCCC;
            padding:30px 40px;
        }

    */
}

@media (max-width: 767px){
    .company_message_intro{
        margin-bottom: 10px;
        padding: 10px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .company_message_img{}
    .company_message_copy {
        padding: 0 0 0 10px;
    }
    .company_message_copy p{
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .company_message_body p{
        line-height: 1.8;
    }
}

@media (max-width: 767px) {

    dl.faq dt{
        font-size: 1.4rem;
        padding: 0px 0px 5px 42px;
        min-height: 40px;
    }
    dl.faq dt br{
        display: none;
    }
    dl.faq dt i {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 1.4rem;
    }
    dl.faq dd,
    dl.faq dd p{
        font-size: 1.3rem;
    }
    dl.faq dd p.txt--lg {
        font-size: 1.3rem;
        font-weight: bold;
    }
}



/* 詳細ページ */

@media (max-width: 767px) {

    .page-detail #header{
        padding-top: 0;
        height: 50px;
    }
    .page-detail #header #header_logo {
        position: relative;
        width: 50vw;
        top: 9px;
    }
    .page-detail #header #header_logo img {
        height: 31px;
    }
    .page-detail #header ul{
        display: none;
    }
}

@media (max-width: 767px) {
    .page-detail h1{
    	margin-top:10px;
    	font-size:60%;
        display: block;
    }
    .page-detail #breadcrumb{
        margin-bottom: 0;
    }
    .page-detail main.inner_content{
        margin: 0;
    }
    #detail_area{
        padding-top: 0;
    }
    #detail_area .detail_mainimg_block{
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }
    #detail_area .detail_mainimgs li{
        display: block;
        width: 100%;
        padding:10px;
    }
    #detail_area .detail_mainimgs li img{
        max-height: 100vw;
    }
    #detail_area .item_subimg{
        width: 100%;

        margin: 0 0 20px;
        display: block;
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    #detail_area .item_subimg>*{
        /*width: 47%;*/
        width: 100%;
        padding: 10px;
        border: 1px solid #DADADA;
    }
    #detail_area .item_subimg img{
        max-width: 100%;
        width: 100%;
        max-height: 90vw;
    }
    #detail_area .normaltable{
        min-width: 0;
    }
    #detail_area .normaltable{}
    #detail_area .normaltable td,
    #detail_area .normaltable th{
        font-size: 1.2rem;
    }
    #detail_area .normaltable th{
        width: 100px;
    }
    #detail_area .normaltable thead th{}
    #detail_area .normaltable td{}

    #detail_area .item_spec{
        position: relative;
        /*position: sticky;*/
    }
    #detail_area .item_spec,
    #detail_area .cart_box{
        width: 100%;
        min-width: 0;
        margin: 0;
    }
    #detail_area .cart_box .btns > *{
        min-width: 0;
        padding: 8px 20px 6px;
    }

    #detail_area .cart_box .btns .btn--submit{
        min-width: 0;
    }

    .price_table--select img{
        left: 7px;
        top: 7px;
    }
    .price_table--select img+p{
        padding-left: 40px;
    }
    .price_table--select img{}

    #detail_area table.price_table th,
    #detail_area table.price_table td{
        font-size: 1.4rem;
    }
    #detail_area table.price_table td strong{
        font-size: 2.2rem;
    }
    #detail_area table.price_table.price_table--withamount th{
        font-size: 1.2rem;
    }

    #detail_area table.price_table.price_table--select{
        border-top: 0;
    }
    #detail_area table.price_table.price_table--select caption{
        font-size: 1.7rem;
        padding: 5px;
    }
    #detail_area table.price_table.price_table--select caption small {
        padding-left: 10px;
        font-size: 1.1rem;
        display: block;
    }
    #detail_area table.price_table.price_table--select p{
        margin-bottom: 0;
        padding-left: 40px;
        font-size: 1.2rem;
        line-height: 1.3;
    }
    #detail_area table.price_table.price_table--select th,
    #detail_area table.price_table.price_table--select td{
        padding: 5px;
    }
    #detail_area table.price_table.price_table--select th{
        width: 90px;
        font-size: 1.3rem;
        padding-bottom: 0;
    }
    #detail_area table.price_table.price_table--select thead th,
    #detail_area table.price_table.price_table--select thead td{
        font-size: 1.3rem;
    }

    #detail_area table.price_table.price_table--select td.cell_price{
        font-size: 1.5rem;
        line-height: 1;

    }
    #detail_area table.price_table.price_table--select td.cell_price strong{
        font-size: 1.2rem;
        margin-left: 0;
    }
    #detail_area table.price_table small{
        font-size: 1.1rem;
    }

    /*----------*/
    #detail_area ul.tab_nav{
        flex-wrap: wrap;
        margin-top: 20px;
        padding:5px 0 0 5px;
    }
    #detail_area ul.tab_nav li{
        width:31%;
        margin-bottom: 0px;
    }

    #detail_area ul.tab_nav.type02{
        border-bottom: none !important;
        background: #EFEFEF;
    }

    #detail_area ul.tab_nav.type02 li{
        width:31%;
        margin-bottom: 5px;
    }

    #detail_area ul.tab_nav li a{
        padding: 5px 5px;
        width: auto;
        font-size: 1.3rem;
    }
    #detail_area ul.tab_nav.type02 > li a{
        padding: 5px;
        border-bottom: 1px solid #CCCCCC;
    }
    #detail_area ul.subtab_nav li{
        font-size: 1.3rem;
    }

    /*----------*/
    #detail_area .productShiyoList > li{
        width:24%;
        margin-right: 0.8%;
        margin-bottom: 3px;
    }
    #detail_area .productShiyoList > li p{
        padding: 2px 3px;
        line-height: 1.3;
    }
    #detail_area .productShiyoList > li p input{
        margin: 3px 2px 0 0;
    }
    #detail_area .productShiyoList > li figure{
        border-radius: 2px;
        height: 60px;
    }
    #detail_area .productShiyoList > li figure img{
        border-radius: 2px;
    }
    #detail_area .frame_content > h3{}
    #detail_area .productShiyoList--Maker > li{
        padding: 2px;
        width:30%;
    }
    #detail_area .productShiyoList--Maker > li .wrap{
        padding: 6px;
        min-height: 55px;
    }
    #detail_area .productShiyoList--Maker > li p{
        padding: 0px;
    }
    #detail_area .productShiyoList--Maker > li span.syubestu{
        padding-bottom: 2px;
    }
    #detail_area .productShiyoList--Maker > li strong span{
        font-size: 2.0rem;
    }
    #detail_area .productShiyoList--Maker > li strong{
        font-size: 1.1rem;
        padding: 3px 0;
    }

    #detail_area .productShiyoList--Maker > li .price{
        font-size: 1.1rem;
    }

    /*----------*/
    #detail_area dl.harijiBox{
        padding: 10px;
        box-shadow: none;
        padding: 0;
        background: transparent;
        border: none;
    }
    #detail_area dl.harijiBox dt{
        margin:0 0 10px;
        padding: 4px 10px;
        font-size: 1.4rem;
        font-weight: bold;
    }
    #detail_area dl.harijiBox dt small{
        display: inline-block;
        font-weight: normal;
    }
    #detail_area dl.harijiBox dd{
        margin-bottom: 10px;
    }


    /*--------------*/

    .related_items{}

    ul.related_items {
        margin-right:-10px;
        margin-bottom:20px;
    }
    .related_items li{
        width:31%;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .related_items li.nolink{
        color: #333333;
        padding: 2px;
    }
    .related_items li a{
        padding: 2px;
        /*border-radius: 3px;*/
    }
    .related_items li a:hover{}
    .related_items li p{
    }
    .related_items li figure{}
    .related_items li figure img{}
    .related_items li .item__name{
        margin: 5px 5px;
        font-size: 1.2rem;
    }
    .related_items li .item__price{
        margin: 0 5px 5px;
        font-size: 1.2rem;
    }
    .related_items li .item__btn{
        margin-bottom: 2px;
    }

    .related_items li .btn{}

    /*--------------*/
    .sizetable_outer .size_info{}
    .sizetable_outer .size_info p br,
    .sizetable_outer .size_info li br{
        display: none;
    }
    .sizetable_outer .size_info ul,
    .sizetable_outer .size_info ol{
        margin-bottom: 10px;
    }

    /*--------------*/
    .sizetable_outer .fieldset{
        position: relative;
        padding: 10px 10px 0px;
        /*overflow-x: auto;*/
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    .fieldset::-webkit-scrollbar {
        height: 5px;
        width: 5px;
    }
    .fieldset::-webkit-scrollbar-track {
        margin: 0 1px;
        background: #ccc;
        border-radius: 5px;
    }
    .fieldset::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }

    .sizetable_outer .fieldset:after{
        position: sticky;
        content:"横にスクロールが可能です";
        left:-10px;
        bottom:0;
        font-size: 0.9rem;
        background: #000;
        color:#FFFFFF;
        margin-top: 20px;
        padding: 5px 10px;
    }
    .sizetable_legend{
        font-size: 1.3rem;
    }
    .sizetable_outer table{
        margin-bottom: 20px;
    }
    .sizetable_outer table th,
    .sizetable_outer table td{
        font-size: 1.2rem;
    }
    .sizetable_outer table th{
        padding: 3px;
    }
    .sizetable_outer table td a{
        padding: 3px 5px;
    }
}


@media (max-width: 767px) {
    #topcontrol img{
        width: 45vw;
    }
}


/**
 * CART
 */
.flex>li{
    list-style: none;
}

/**
 * サイトマップ
 */
#main_area .sitemap_nav ul{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.sitemap_nav ul>li{
    position: relative;
    margin: 0 0 5px;
    padding: 0;
}

.sitemap_nav ul>li a{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
}
.sitemap_nav ul>li a:hover{
    text-decoration: underline;
}
.sitemap_nav ul>li a:before{
    content:"";
    display: inline-block;
    position: absolute;
    width:7px;
    height:7px;
    left: 0;
    top: 8px;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    transform: rotateZ(45deg);
}



/**
 * サイズ検索
 */

#main_area ul.sizesearch_tab {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;

}
ul.sizesearch_tab li {
    cursor: pointer;
    width: 24%;
    font-size: 1.6rem;
}

ul.sizesearch_tab li span{
    display: block;
    padding: 10px;
    padding-left: 65px;
    border-radius:3px 3px 0 0;
    border:1px solid #a59972;
    background-color: #e1ddd5;
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #333;
    text-align: left;
}

ul.sizesearch_tab li.sizesearch_tab01 span {
    background-image:url(../images/product/tab01_off.png);
}

ul.sizesearch_tab li.sizesearch_tab02 span {
    background-image:url(../images/product/tab02_off.png);
}

ul.sizesearch_tab li.sizesearch_tab03 span {
    background-image:url(../images/product/tab03_off.png);
}

ul.sizesearch_tab li.sizesearch_tab04 span {
    background-image:url(../images/product/tab04_off.png);
}

ul.sizesearch_tab li.sizesearch_tab01.active span {
    background-image:url(../images/product/tab01_on.png);
}

ul.sizesearch_tab li.sizesearch_tab02.active span {
    background-image:url(../images/product/tab02_on.png);
}

ul.sizesearch_tab li.sizesearch_tab03.active span {
    background-image:url(../images/product/tab03_on.png);
}

ul.sizesearch_tab li.sizesearch_tab04.active span {
    background-image:url(../images/product/tab04_on.png);
}

ul.sizesearch_tab li:hover span,
ul.sizesearch_tab li.active span {
    background-color: #a69a74;
    color: #fff;
}
div.sizesearch_tabContent {
    background:#f5f4f1;
    border-top:4px solid #a69a74;
    padding: 20px;
    width: 100%;
    display: none;
}
div.active {
    display: block;
}
#main_area div.sizesearch_tabContent .searchBox ul.searchBoxGenre{
    list-style: none;
    margin: 0 -1% 0 0;
    border-bottom: 1px solid #e0d3c3;
    padding: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
}
div.sizesearch_tabContent .searchBox ul.searchBoxGenre li {
    width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 4px;
}

div.sizesearch_tabContent .searchBox ul.searchBoxGenre li label {
    position: relative;
    display: block;
    padding: 5px 3px 8px 23px;
    font-size:1.0rem;
    background: #fff;
    border: 1px solid #e0d3c3;
    border-radius: 3px;
    line-height: 1.5;
    height: 100%;
}
div.sizesearch_tabContent .searchBox ul.searchBoxGenre li input{
    position: absolute;
    left: 4px;
    top: 4px;
}
div.sizesearch_tabContent .searchBox table input[type=text] {
    border:1px solid #CCC;
    background-color: #F5F4F1;
    padding:5px 7px;
    border-radius: 3px;
    width: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
    /*border-radius:0;*/
}

div.sizesearch_tabContent table td strong {
    display: block;
    font-size:1.3rem;
    padding-bottom: 5px;
}
div.sizesearch_tabContent table td span {
    display: inline-block;
    font-size:1.3rem;
}

div.sizesearch_tabContent table {
    margin-top:20px;
    margin-bottom:20px;
}

div.sizesearch_tabContent table td{
    position: relative;
    padding: 5px 40px 5px 10px;
    width: 25%;

    z-index: 1;
}
div.sizesearch_tabContent table td+td:before {
    position: absolute;
    content:"×";
    display: inline-block;
    top: 30px;
    left: -40px;
    font-size: 20px;
    vertical-align:middle;
    font-weight:bold;
    text-align:center;
    padding:0 10px;
}
div.sizesearch_tabContent table td:after{
    content:"";
    display: block;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc( 100% - 40px);
    z-index: -1;
}
div.sizesearch_tabContent table td label{
    display: inline-block;
}
div.sizesearch_tabContent table td label.w50{
    width: 45% !important;
}
div.sizesearch_tabContent table td label input{
    display: inline-block;
}
div.sizesearch_tabContent table td hr{
    /*width: calc( 100% - 10px);*/
    height:1px;
    left:0;
    border: none;
    background-color: #DADADA;
    margin: 5px 10px 5px 0;
    padding: 0;
}

@media (max-width: 767px) {

    #main_area ul.sizesearch_tab {}
    ul.sizesearch_tab li {
        font-size: 1.3rem;
    }

    ul.sizesearch_tab li span{
        padding: 45px 5px 5px;
        background-position: calc( 50% - 0px ) calc(50% - 8px);
        text-align: center;
        /*background-size: 30px auto;*/
    }
    ul.sizesearch_tab li.sizesearch_tab01 span {}
    ul.sizesearch_tab li.sizesearch_tab02 span {}
    ul.sizesearch_tab li.sizesearch_tab03 span {}
    ul.sizesearch_tab li.sizesearch_tab04 span {}
    ul.sizesearch_tab li.sizesearch_tab01.active span {}
    ul.sizesearch_tab li.sizesearch_tab02.active span {}
    ul.sizesearch_tab li.sizesearch_tab03.active span {}
    ul.sizesearch_tab li.sizesearch_tab04.active span {}
    ul.sizesearch_tab li:hover span,
    ul.sizesearch_tab li.active span {}


    div.sizesearch_tabContent {
        border-top:2px solid #a69a74;
        padding: 10px;
    }
    div.active {
        display: block;
    }
    #main_area div.sizesearch_tabContent .searchBox ul.searchBoxGenre{
        list-style: none;
        margin: 0 -1% 0 0;
        padding: 0 0 10px;
    }
    div.sizesearch_tabContent .searchBox ul.searchBoxGenre li {
        width: 49%;
        margin-right: 0.5%;
        margin-bottom: 2px;
    }

    div.sizesearch_tabContent .searchBox ul.searchBoxGenre li label {}
    div.sizesearch_tabContent .searchBox ul.searchBoxGenre li input{}
    div.sizesearch_tabContent .searchBox table input[type=text] {
        width: 25%;
        margin-right: 5px;
        margin-bottom: 5px;
        /*border-radius:0;*/
    }

    div.sizesearch_tabContent table td strong {
        font-size:1.2rem;
    }
    div.sizesearch_tabContent table td span {
        font-size:1.3rem;
    }

    div.sizesearch_tabContent table {
        margin-top:10px;
        margin-bottom:10px;
        width: 100%;
    }
    div.sizesearch_tabContent table td{
        display: block;
        padding: 7px 0 5px 10px;
        width: 100%;
    }
    div.sizesearch_tabContent table td+td{
        margin-top: 30px;
    }
    div.sizesearch_tabContent table td+td:before {
        top: -30px;
        left: calc(50% - 20px);
    }
    div.sizesearch_tabContent table td:after{
        width: 100%;
    }
    div.sizesearch_tabContent table td span{
        padding-right: 10px;
    }
    div.sizesearch_tabContent table td div{
        display: inline-block;
        width: 30%;
    }
    div.sizesearch_tabContent table td label{
        display: inline-block;
        padding-right: 5px;
    }
    div.sizesearch_tabContent table td label.w50{
        width: auto !important;
    }
    div.sizesearch_tabContent table td label input{}
    div.sizesearch_tabContent table td hr{
        display: none;
    }

}



ul.optional_images{
    margin-top: 5px;
    margin-bottom: 30px;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
}
ul.optional_images li{
    width:70px;
    height:auto;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 30px;
}
ul.optional_images li img{
    width: 250px;
    height: auto;
    border: 1px solid #DADADA;
}


#detail_area .product_information{
    padding-right: 460px;
}


/**
 * Page: 天板サイズ適合表
 * /product/legSizeTable
 */
.search_input_box{
    background-color: #F9F7F5;
    padding: 20px;
    margin-bottom: 30px;
}
.search_input_box .flex>div{
    margin-right: 20px;
}
.search_input_box input{
    padding: 5px 10px !important;
    font-size: 1.4rem;
}
.search_input_box .search_box__list{
    list-style: none;
    display: inline-block;
}
.search_input_box .search_box__list li{
    display: inline-block;
    margin-right: 20px;
}
.search_input_box fieldset{
    border: 1px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 10px 20px;
    margin-right: 20px;
}
.search_box__heading{
    font-weight: bold;
}
.search_box__submit{
    display: inline-block;
    margin-top: 10px;
}
.legsearch_box{
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}
.legsearch_box>h2{
    padding-top: 0;
    width: 150px;
    border: none !important;
}
.legsearch_box>div{
    width: calc( 100% - 170px );
}
.legsearch_result{
    margin-top: 50px;
}
.legsizetable_cell a{
    font-size: 1.1rem;
    line-height: 1.15;
    color:#999999;
    text-decoration: none;
}


/*--タブ部分------------------*/
ul.search_filter_nav{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}

ul.search_filter_nav li{
    cursor: pointer;
    margin-right:3px;
    border:1px solid #cccccc;
    color:#333;
    font-size:16px;
    border:1px solid #cccccc;
    margin-bottom:3px;
    display:block;
    width:170px;
    padding: 5px;
    text-align:center;
    background:#fff;
}
ul.search_filter_nav li.active,
ul.search_filter_nav li:hover{
    background:#82755e;
    color:#fff;
}
@media (max-width: 767px) {

    .search_input_box{
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    .search_input_box .flex>div{
        margin-right: 0;
        width: 100%;
    }
    .search_input_box input{
        padding: 5px 10px !important;
        margin-right: 5px;
        font-size: 1.4rem;
        border: 1px solid #CCCCCC;
    }
    .search_input_box .search_box__list{}
    .search_input_box .search_box__list li{
        margin-right: 0px;
        margin-bottom: 5px;
        width: 100%;
    }
    .search_input_box fieldset{
        padding: 10px 15px;
        margin-right: 0px;
    }
    .search_box__heading{}
    .search_box__submit{
        margin-top: 10px;
    }

    .legsearch_box{
        padding-top: 0;
        display: block;
    }
    .legsearch_box>h2{
        width: auto;
    }
    .legsearch_box>div{
        width: 100%;
    }
    .legsearch_result{}
    .legsizetable_cell a{
        font-size: 0.9rem;
        line-height: 1;
    }

    /*--タブ部分------------------*/
    ul.search_filter_nav{
        margin-bottom:20px;
    }

    ul.search_filter_nav li{
        margin-right:1%;
        font-size:1.1rem;
        margin-bottom:3px;
        width:32%;
        padding: 5px 3px;
    }
    ul.search_filter_nav li.active,
    ul.search_filter_nav li:hover{}
}





.modal_step_content{
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: calc( 100vw - 80px);
    height: calc( 100vh - 80px);
    margin-left: 40px;
    margin-top: 40px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 20px rgba(0,0,0,.2);
    border-radius: 7px;

}
.modal_step_content_inner{
    position: relative;
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: scroll;
    /*border: 1px solid black;*/
}

.modal_step_content p.modal_step_content_close{
    position: absolute;
    display: block;
    height: 80px;
    line-height: 80px;
    background: #443331;
    color: #FFFFFF;
    width: 100%;
    bottom:0;
    left: 0;
    margin-bottom: 0;
    border-radius: 0 0 7px 7px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 0.3em;

}
.modal_step_content p.modal_step_content_close{
    position: absolute;
}
.modal_step_content h3{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.modal_step_content ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#detail_area .productShiyoList > li{
    width: 180px;
    margin-right: 10px;
    cursor: pointer;
}
.modal_step_content figure{
    width: 100%;
    height: 180px;
}
#detail_area .harijiBox .productShiyoList > li{
    width: 150px;
}
.modal_step_content .harijiBox .productShiyoList figure{
    /*background-size: cover;*/
}
.modal_step_content .productShiyoList li{
    margin-bottom: 4px;
}
.modal_step_content p{
    font-size: 1.1rem;
}
.modal_step_content p.selected_text{
    padding: 5px 0 0 0px;
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    text-align: center;
}
.modal_step_content p.selected_text+hr{
    display: none;
}


ul.modal_step_content_nav+.modal_step_content_inner{
    margin-top: 80px;
    height: calc(100% - 50px - 140px);
}
ul.modal_step_content_nav{
    position: absolute;
    display: flex;
    justify-content: center;
    list-style: none;
    width: calc(100vw - 160px);
    border-bottom: 2px solid #A29580;
}
ul.modal_step_content_nav li{
    position: relative;
    border: none;
    background-color: #A29580;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 1.6rem;
    width: 45%;
    margin: 0 5px;
    cursor: pointer;
}
ul.modal_step_content_nav li.disabled{
    cursor: default;
    background-color: #CCCCCC;
}
ul.modal_step_content_nav li.current{
    background: #827560;
}
ul.modal_step_content_nav li:before{}

ul.modal_step_content_nav li.current:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 20px;
    top: 18px;
    border: 8px solid transparent;
    border-top-color:  #FFFFFF;
}

@media (max-width: 767px) {

    .modal_step_content{
        /*background: #000;*/
        position: fixed;
        top: 0;
        z-index: 9999;
        left: 0;
        width: calc( 100vw - 30px);
        height: calc( 100vh - 50px);
        margin-left: 15px;
        margin-top: 25px;
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0 0 20px 20px rgba(0,0,0,.1);
        border-radius: 3px;

    }
    .modal_step_content_inner{
        position: relative;
        width: 100%;
        height: calc(100% - 50px);
        overflow-y: scroll;
        /*border: 1px solid black;*/
    }

    .modal_step_content p.modal_step_content_close{
        position: absolute;
        display: block;
        height: 40px;
        line-height: 40px;
        background: #443331;
        color: #FFFFFF;
        width: 80%;
        bottom:15px;
        left:10%;
        text-align: center;
        border-radius: 100px;
        font-size: 1.4rem;

    }
    .modal_step_content p.modal_step_content_close{
        position: absolute;
    }
    .modal_step_content h3{
        font-size: 1.5rem;
    }
    .modal_step_content ul{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }
    #detail_area .modal_step_content .productShiyoList > li{
        width: 32%;
        margin-right: 1.2%;
    }
    .modal_step_content figure{
        width: 100%;
        height: 25vw;
    }
    .modal_step_content .harijiBox .productShiyoList figure{
        /*background-size: cover;*/
    }
    .modal_step_content .productShiyoList li{
        margin-bottom: 4px;
    }
    .modal_step_content p{
        font-size: 1.1rem;
    }
    .modal_step_content p.selected_text{
        padding: 5px 0 0 20px;
        margin-top: -10px;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }


    ul.modal_step_content_nav+.modal_step_content_inner{
        /*margin-top: 50px;*/
        /*height: calc(100% - 50px - 50px);*/
        margin-top: 70px;
        height: calc(100% - 50px - 100px);
    }

    ul.modal_step_content_nav{
        position: absolute;
        display: flex;
        justify-content: center;
        list-style: none;
        width: 80vw;
        border-bottom: 2px solid #A29580;
    }
    ul.modal_step_content_nav li{
        position: relative;
        border: none;
        background-color: #A29580;
        color: #FFFFFF;
        text-align: center;
        padding: 5px;
        width: 45%;
        margin: 0 5px;
        cursor: pointer;
    }
    ul.modal_step_content_nav li.disabled{
        cursor: default;
        background-color: #CCCCCC;
    }
    ul.modal_step_content_nav li.current{
        background: #827560;
    }
    ul.modal_step_content_nav li:before{}

    ul.modal_step_content_nav li.current:before{
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 13px;
        top: 15px;
        border: 5px solid transparent;
        border-top-color:  #FFFFFF;
    }

}


.modal_step_content.v-enter-active, .modal_step_content.v-leave-active {
    transition: all .2s;
    transform: scale(1);
}

.modal_step_content.v-enter, .modal_step_content.v-leave-to {
    opacity: 0;
    transform: scale(1.1);
}

.page-detail #loading{
    background: #FAFAFA;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;

    color: #AAAAAA;
    line-height: 100vh;
    text-align: center;
    font-size: 1.2rem;
}


ul.productlist_tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin: 0 !important;
    padding: 0px 10px 50px;
}
ul.productlist_tags li{
    display: block;
    width: calc(50% - 2px);
    height: 100px;
    margin: 0 0 4px;
    padding: 0;
}
ul.productlist_tags a{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 15px 0px 165px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #F5F4F2;
    border: 1px solid #FFFFFF;
    transition: all 0.3s;
}
ul.productlist_tags a:hover{
    border: 1px solid #f3f3f3;
    border: 1px solid #333333;
    background-color: #FFFFFF;
}
ul.productlist_tags a em{
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    width: 150px;
    height: 98px;
    position:absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.productlist_tags a em img{
    /*position:abusolute; typo*/
    position: absolute;
    min-height:100%;
    min-width:100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

ul.productlist_tags2 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin: 0 !important;
    padding: 0px 10px 50px;
}
ul.productlist_tags2 li{
    display: block;
    position: relative;
    width: calc(25% - 5px);
    margin: 0 5px 5px 0;
    padding: 0;
}
ul.productlist_tags2 a{
    position:relative;
    width: 100%;
    height: 100%;
    padding: 150px 7px 7px;
    display: flex;
    /*align-items: center;*/
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #F5F4F2;
    border: 1px solid #FFFFFF;
    transition: all 0.3s;
}
ul.productlist_tags2 a:hover{
    border: 1px solid #f3f3f3;
    border: 1px solid #333333;
    background-color: #FFFFFF;
}
ul.productlist_tags2 a em{
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height:145px;
    position:absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
ul.productlist_tags2 a em img{
    /*position:abusolute; typo*/
    position: absolute;
    min-height:100%;
    min-width:100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
@media (max-width: 767px) {
    ul.productlist_tags {
        padding: 0 0 20px;
    }
    ul.productlist_tags li{
        width: 100%;
        height: 70px;
        margin: 0 0 4px;
    }
    ul.productlist_tags a{
        height: 100%;
        padding: 0 15px 0 125px;
        font-size: 1.4rem;
    }
    ul.productlist_tags a:hover{}
    ul.productlist_tags a em{
        width: 110px;
        height: 70px;
    }

    ul.productlist_tags2 {
        padding: 0 0 20px;
    }
    ul.productlist_tags2 li{
        display: block;
        width: calc(33% - 3px);
        margin: 0 4px 4px 0;
        padding: 0;
    }
    ul.productlist_tags2 a{
        padding: 110px 5px 5px 5px;
        font-size: 1.3rem;
    }
    ul.productlist_tags2 a:hover{}
    ul.productlist_tags2 a em{
        width: 100%;
        height:105px;
    }
}



.selection_area.hidden,
.harijiBox.hidden{
    display: none;
}

.sizetable_outer .fieldset{
    margin-bottom: 30px;
}