/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/

html,body{
width: 100%;
}
body {min-width:1300px;}

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;font-weight:normal;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
    background: #fff;
    color: #333;
    font-size: 15px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.4;
    text-align:center;
    position:relative;
    border-top:5px solid #000;
}
td,th{
    font-size:15px;
}
table{
    border-collapse:collapse;
}
pre{
    font-size: 15px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.4;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap,#makebanner{
    width:100%;
}
.container{
    width:94%;
    margin-left:auto;
    margin-right:auto;
    max-width:1300px;
}

a:link,a:visited,a:active {
    color:#333;
    text-decoration:none;
}
a:hover{
    color:#666;
    text-decoration:none;
}

.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img,.btn:hover,#M_basketClosedBox a:hover,.soldout:not(:hover){
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn{
    display:inline-block;
    margin:16px auto;   
    background:#000;
    color:#fff!important;
    padding:14px 32px;
    border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px; 
}
.btn-gray{
    background:#888;    
}

/*****************************************************

    ヘッダ #header

*****************************************************/

#header{
    position:relative;
}

.shop-logo {
    float:left;
    margin:0px 0;
}

.header-nav{
    position:absolute;
    right:0;
    top:3px;
}
.header-nav li,.header-nav li li:first-child{
    display:inline-block;
    vertical-align:middle;
    margin:0 6px;
}
.header-nav li:first-child{
    margin:0;
}
.header-nav li li{
    font-size:13px; 
}
.header-nav .M_headBasket{
    border:none;
    background:none;
    float:none;
    padding:0;
    margin:0;
    width:auto; 
}
.header-nav #M_headBasketSwitch{
    float:none;
    width:auto;
    height:auto;    
}
.header-nav #M_basketTemp1 #M_basketClosedBox{
    background:none;
    position:relative;
    text-indent:inherit;
    width:auto;
    height:auto;
}
.header-nav #M_basketTemp1 #M_basketClosedBox a{
    color:#fff; 
    text-align:center;
    text-decoration:none;
    height:auto;
    width:auto;
    padding:4px 20px;
    border-radius:20px; 
    -webkit-border-radius:20px;
    -moz-border-radius:20px; 
    background:#000;
}
.header-nav #M_headBasketIn{
    display:none;   
}
.header-nav #M_basketOpenedBox{
    top:31px;
    background:#ddd;
    border:none;
}
.header-nav .M_basketMarginBox{
    text-align:center;  
}
#MakeShopTopSearchInput{
    padding:3px 6px;
    border:1px solid #ccc;  
    width:100px;
}
#MakeShopTopSearchButton{
    margin:0 0 0 4px;
    background:#000 url("/images/original_design_default/samplesource/9/search-icon.png") no-repeat center center;
    text-indent:-9999em;
    width:28px;
    height:22px;    
    padding:0;
    text-align:inherit;
    border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    display:inline-block;
}

.global-nav{
    text-align:left;
    float:left;
    padding:30px 0 0 80px;
}
.global-nav li{
    display:inline-block;
    font-size:16px;
    margin-right:20px;  
    padding-bottom:3px;
}
.global-nav li:hover {
    background: #E5E5E5;
    border-radius: 4px;
}
.index-slider .bx-wrapper{
    margin-bottom:16px; 
}
.index-slider .bx-wrapper .bx-pager{
    bottom:30px;    
}

.global-nav #M_ctgList2{
    display:inline; 
}
.global-nav #M_ctgList2 li{
    margin:0;
    padding:0;  
    background:none;
}
.global-nav #M_ctgList2 a:hover{
    text-decoration:none;   
}
.global-nav #M_ctgList2{
    display:none;   
    position:absolute;
    left:0;
    top:30px;
    border:1px solid #ccc;
    background:#fff;
    z-index:100;
    width:220px;
    border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.global-nav .head-category{
    position:relative;  
}
.global-nav .head-category:hover #M_ctgList2,
.global-nav .head-category:hover #M_ctgList2 li{
    display:block;  
}
.global-nav .head-category:hover #M_ctgList2 li a{
    display:block;  
    font-size:15px;
    border-bottom:1px solid #ccc;
    padding:5px 10px;
}
.global-nav .head-category:hover #M_ctgList2 li:last-child a{
    border-bottom:none; 
}
.global-nav .head-category:hover #M_ctgList2 li a:hover{
    background:#eee;    
}
.global-nav #M_ctgList2 .M_layer2{
    display:none;   
}


/*****************************************************

    トップページ

*****************************************************/

#TopWrap{
      overflow: hidden;
      width:100%;
      max-width:1300px;
      min-width:1300px;

}



/*****************************************************

    common

*****************************************************/

.item-list .lims,
.item-list.itemBox,
.category-list-inner{
    padding:16px;
}
.item-list img{
    margin-bottom:16px;
    border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.item-list a{
    font-size:18px;
}

#makebanner td[width="150"],#makebanner td[width="10"]{
    display:none;   
}
#makebanner td[width="640"],#makebanner td[width="640"] table{
    width:100%; 
}
#makebanner img[src$="helptitle.gif"],#makebanner img[src$="companytitle.gif"],#makebanner img[src$="baskettitle.gif"]{
    display:none;   
}
.inner-contents{
    width:80%;
    margin:0 auto;
}

/*****************************************************

    index

*****************************************************/
.main-contents h2{
    text-align:center;
    margin:48px auto;   
    font-size:25px;
}
.section{
    overflow:hidden;    
}
.section table{
    width:100%; 
}

.index-news{
    text-align:left;  
}
.index-news table table td{
    padding:6px;    
}
.index-news table table td:first-child{
    text-align:right;
    width:25%;
}
.index-news table table td:last-child{
    text-align:left;
}

.index-recent #recent td.itemBox{
    width:25%;
}
.index-recent .line{
    display:none;   
}

.index-rank li{
    float:left;
    width:20%;
    padding:16px 0;
    position:relative;
}
.rank-number{
    position:absolute;
    left:30px;
    top:20px;
    background:#000;
    color:#fff;
    line-height:40px;
    width:40px;
    height:40px;
    border-radius:50%; 
    -webkit-border-radius:50%;
    -moz-border-radius:50%; 
    font-weight:bold;   
    z-index:1000;
    font-size:17px;
}
.rank-img img{
    max-width:180px;
    width:180px!important;
}


/*****************************************************

    category

*****************************************************/
.list-sort{
    text-align:center;  
    margin:8px 0 32px;
}
.list-sort li{
    display:inline;
    margin:0 4px;   
}

.category-list {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap:wrap;
-webkit-flex-wrap: wrap;
max-width:1200px;
}
.category-list li {
width: calc(100%/5);
width:-webkit-calc(100%/5);
text-align: center;
padding:0 10px;
box-sizing:border-box;
}

.sub-category table{
    margin-bottom:32px; 
    border-top:1px solid #000;
    border-bottom:1px solid #000;   
}
.sub-category table td{
    padding:8px 0;
}
.sub-category table table{
    border:none;
    margin-bottom:0;
}
.sub-category table td td{
    paddnig:0;
}
.sub-category .line,.item-list .line{
    display:none;   
}

.matomegai{
    display: inline-block;
    margin-top: 4px;
}

.matomegai a{ 
    border: 1px solid #54B3DE;
    padding: 2px 5px;
    font-size: 11px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #54B3DE;
}

.matomegai a:hover{
    background: #54B3DE;
    color: #fff;
}

/* pager */
#category ul.M_pager li a,
#category ul.M_pager li.active{
    display:inline-block;
    width:28px;
    height:28px;
    border-radius:50%; 
    -webkit-border-radius:50%;
    -moz-border-radius:50%; 
    padding:0;
    border:none;
    background:#D9D9D9;
    line-height:28px;
    color:#999;
    font-size:14px;
    margin:0 3px;
}
#category ul.M_pager li.active,
#category ul.M_pager li a:hover{
    background:#000;    
    color:#fff;
}
#category ul.M_pager li.prev a,
#category ul.M_pager li.next a{
    background:none;
    width:auto;
    height:auto;
    border-radius:0; 
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#333;
}
#category ul.M_pager li.prev a:hover,
#category ul.M_pager li.next a:hover{
    color:#888;
    text-decoration:none;   
}

/*****************************************************

    search

*****************************************************/
.search-result{
    margin-bottom:8px;  
    text-align:left;
}
.search-result font{
    color:#333;
    margin-right:8px;   
}
.item-search{
    border:1px solid #ccc;  
    background:#eee;
    border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:16px;
    margin-bottom:32px;
}
.item-search td{
    padding:8px;    
}
.item-search .btn-search{
    padding:4px 16px;   
}

/*****************************************************

    detail

*****************************************************/
#detail{
    margin-top:64px;
}   
#detail h2{
    text-align:left;
    margin-top:16px;    
}

#M_topicPathWrap{
    margin-bottom:16px; 
}

.item-wrap{
    margin-bottom:96px;
}

.item-img{
    float:left;
    width:50%;
    min-width:500px;    
    box-sizing: border-box;
    padding: 0 32px;
}

.M_imageMainWrap .bx-wrapper .bx-viewport{
    box-shadow: none;
}

.M_imageMainList{
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

/* IE11用ハック */
@media all and (-ms-high-contrast:none){
	.M_imageMainList{
		align-items: stretch;
	}
}

.M_imageMainList-item{
    height: auto;
	width: 100% !important;
}

.M_imageThumbnail{
    text-align: left;
}

.M_imageThumbnail-item{
    display: inline-block;
    padding: 2px;
}

.M_imageThumbnail-item a{
    display: block;
    border: 1px solid #fff;
}

.M_imageThumbnail-item .active{
    border: 1px solid #2996cc;
}

.M_imageThumbnail-item img{
    width: 50px;
    height: auto;
}

.item-detail{
    float:right;
    width:50%;      
}
.item-detail-text{
    text-align:left;
    font-size:10px;
    line-height:1.6;    
}
.item-detail-info{
    margin-top:24px;    
}

#M_usualValue td,.item-detail-info td{
    font-size:18px!important;   
    width:auto; 
}
#M_usualValue td{
    padding-bottom:8px; 
}
#M_usualValue font{
    color:#333; 
}
.m_price{
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;   
    font-size:18px!important;   
}
.item-detail-info table table td:first-child{
    width:3em;  
}
.item-detail-info font{
    color:#D42222;  
}
.item-detail-info select{
    margin:8px 0;
    padding:4px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    border:1px solid #ccc;
    font-size:16px; 
}
input[name="amount"],
input[name="brand_name_option_amount"]{
    padding:4px 6px;
    width:60px; 
    border:1px solid #ccc;
    font-size:18px;
}
img[src$="basket_up.gif"],img[src$="basket_down.gif"]{
    display:none;   
}

.M_inventory{
    margin-top:24px;
}
.M_inventory *{
    font-size:15px;   
}

.M_inventory table.stockList th, .M_inventory table.stockList td{
	padding: 6px !important;
}

.M_inventory span[class^="M_select-option"]{
	display: block;
	margin-top: 4px;
}

.M_inventory .M_select-option-soldout,
.M_inventory .M_select-option-smallstock{
	color: #D42222;
}

.M_inventory .M_select-option-soldout{
	margin-bottom: 4px;
}

.M_select-option-restock-btn:link,
.M_select-option-restock-btn:active,
.M_select-option-restock-btn:visited{
	display: inline-block;
	padding: 2px 24px;
	background: #333;
	color: #fff;
	border-radius: 3px;
}

.M_select-option-restock-btn:hover{
	background: #666;
}

.item-basket-btn{
    margin:24px 0 16px;
}
.item-basket-btn a{
    width:70%;
    font-size:18px; 
    padding:18px 0;
}
.item-basket-btn a:hover{
    background:#666;    
}
.soldout{   
    background:#ddd;
    color:#666!important;   
    width:70%;
    font-size:18px;
    padding:18px 0;
    margin:0 auto;
    cursor:default;
}


.item-sns li{
    display:inline; 
    vertical-align:middle;
}
.item-sns iframe{
    height:20px!important;  ;
}

.detail-recent h3{
    text-align:center;
    margin:16px auto 64px;  
    font-size:25px;
}


/*****************************************************

    basket

*****************************************************/
.basket-wrap{
    margin-bottom:160px;    
}
.basket{
    border-top:1px solid #ccc;  
    margin-bottom:8px;  
}
.basket th,.basket td{
    border-bottom:1px solid #ccc;   
    padding:8px;
    text-align:center;
}
.basket td table td{
    padding:0;
    border:none;    
}
.basket .basket-name{
    text-align: left;
}
.basket .basket-matomegai{
    margin-top: 4px;
    display: inline-block;
}
.basket .basket-matomegai a{
    border: 1px solid #54B3DE;
    padding: 2px 5px;
    font-size: 11px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #54B3DE;
}
.basket .basket-matomegai a:hover{
    background: #54B3DE;
    color: #fff;
}
.basket .basket-total{
    background:#ddd;
    text-align:right;   
    padding:12px 16px;
    font-size:18px;
}
.basket .basket-total a{
    color: #54b3de;
    text-decoration: underline;
    margin-left: 4px;
}
.basket .basket-total a:hover{
    text-decoration: none;
}
.basket .total-wrap{
    width: 40%;
    margin: 0 0 0 auto;
}
.basket .total-item{
    float: left;
    clear: left;
    width: 60%;
    text-align: right;
}
.basket .matomegai-wrap{
    font-size: 15px;
    margin-bottom: 8px;
}
.btn-small{
    background:#888;
    font-size:13px;
    padding:4px 8px;
    border-radius:3px; 
    -webkit-border-radius:3px;
    -moz-border-radius:3px;     
}
.basket-option{
    margin-top:4px; 
}
.quantity-wrap,.quantityWrap{
    display:table;
    margin:0 auto;
}
.basket-quantity{
    width:20px!important;   
    font-size:18px;
}   
.basket-quantity,.basket-amend,.quantityInput,.quantityAmend{
    display:table-cell; 
    vertical-align:middle;
    padding:0 2px;
}
.basket-empty{
    margin:24px 0;  
}
.btn-wrap-back{
    float:left; 
}
.btn-wrap-order{
    float:right;    
}
.btn-wrap-back .btn{
    background:#888;    
}
.basketQunantity{
    display:none;
}

/* Amazonボタン */
.amazonButton{
    width:230px;
    margin-left:8px;
}

/*****************************************************

    news

*****************************************************/
.news-head{
    font-size:18px;
    margin-bottom:32px;
    border-bottom:1px solid #ccc;
    padding-bottom:16px;    
}
.news-head .date{
    margin-right:8px;
    font-size:15px; 
}
.news-contents{
    border-bottom:1px solid #ccc;
    text-align:left;    
    padding-bottom:60px;
    line-height:1.7;
    margin-bottom:32px;
}
.news-list table tr:first-child{
    display:none;   
}
.news-list table .lims{
    padding:12px 8px;
    border-bottom:1px solid #ccc;   
}

/*****************************************************

    matomegai

*****************************************************/
#matomegai h2{
    text-align:center;
    margin:48px auto;
    font-size:25px;
}

#matomegai .pankuzu,
#matomegai .icon,
#matomegai .name img,
#matomegai .quantity,
#matomegai .else,
#matomegai .else + p,
#matomegai .content,
#matomegai .btnWrap,
#matomegai .wishlistBtn{
    display: none;
}

#matomegai .listSort{
    text-align:center;
    margin:8px 0 32px;
}
#matomegai .listSort li{
    display:inline;
    margin:0 4px;
}

#matomegai .innerList li{
    width:25%;
    float:left;
    text-align:center;
}

#matomegai .innerBox{
    padding:16px;
}
#matomegai .imgWrap img{
    margin-bottom:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#matomegai .innerBox a{
    font-size:18px;
}

/* pager */
#matomegai ul.M_pager li a,
#matomegai ul.M_pager li.active{
    display:inline-block;
    width:28px;
    height:28px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    padding:0;
    border:none;
    background:#D9D9D9;
    line-height:28px;
    color:#999;
    font-size:14px;
    margin:0 3px;
}
#matomegai ul.M_pager li.active,
#matomegai ul.M_pager li a:hover{
    background:#000;
    color:#fff;
}
#matomegai ul.M_pager li.prev a,
#matomegai ul.M_pager li.next a{
    background:none;
    width:auto;
    height:auto;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#333;
}
#matomegai ul.M_pager li.prev a:hover,
#matomegai ul.M_pager li.next a:hover{
    color:#888;
    text-decoration:none;
}


/*****************************************************

    contract

*****************************************************/
.contract{
    overflow:auto;
    box-sizing:border-box;
    border:1px solid #ccc;
    width:100%;
    height:280px;   
    margin-bottom:24px;
    padding:16px;
}
.contract pre{
    text-align:left;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;  
}

/*****************************************************

    ordercontract

*****************************************************/
.ordercontract-list th,.ordercontract-list td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;   
}
.ordercontract-list th{
    white-space: nowrap;
}

/*****************************************************

    lostpass

*****************************************************/
.lostpass-table{
    margin:32px auto 16px;  
    width:500px!important;
    border-top:1px solid #ccc;
}
.lostpass-table th,
.lostpass-table td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
    text-align:left;
}
.lostpass-table input{
    border: 1px solid #ccc;
    padding: 3px 6px;
    width: 250px;
}

/*****************************************************

    point

*****************************************************/
.point-data{
    text-align:center;
    font-size:17px; 
    margin-bottom:16px;
}
.point-data strong{
    font-size:28px;
    margin-left:8px;    
}
.point-data strong span{
    font-size:17px; 
    margin-left:4px;
}
.point-date{
    text-align:right;
    font-size:13px;
}
.point-history{
    margin-top:32px;
}
.point-history tr:first-child td{
    padding:4px 8px;    
}
.point-history td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
    text-align:center;
}

/*****************************************************

    footer

*****************************************************/

#footer{
    margin-top:160px;   
}
.footer-guide,.footer-nav{
    padding:24px 0; 
    text-align:left;
}
.footer-guide{
    border-top:1px solid #ccc;
    color:#666; 
    background:#eee;
}
.footer-guide-area,.footer-nav-area{
    float:left;
    width:50%;
    box-sizing: border-box;
    padding:16px;   
    font-size:13px;
}
.footer-guide-title{
    margin-bottom:24px;
    font-weight:bold;   
    font-size:15px;
}
.footer-guide-list li{
    margin-bottom:16px; 
}
.footer-guide-list h6{
    font-weight:bold;
    margin-bottom:8px;  
}
.page-top{
    position:absolute;
    left:50%;
    top:-26px;  
    display:block;
    width:50px;
    height:32px;
    background:#333 url("/images/original_design_default/samplesource/9/pagetop.png") no-repeat center center;
    text-indent:-9999em;
    margin-left:-16px;
}
.footer-nav{
    background:#333;
    color:#777; 
    font-size:13px;
    position:relative;
}
.footer-nav a{
    color:#777; 
}
.footer-nav a:hover{
    color:#eee; 
}
.footer-nav-area:first-child{
    width:40%;
}
.footer-nav-area:last-child{
    width:60%;
    padding-left:48px;
    text-align:right;
}

.footer-shop-name{
    font-weight:bold;
    margin-bottom:4px;
    font-size:16px;
}
.footer-nav-list{
    text-align:right;
}
.footer-nav-list li{
    display:inline; 
    padding:0 8px;
}
.copyright{
    border-top:1px solid #666;  
    padding-top:16px;
    margin-top:8px;
}
address{
    text-align:center;
    color:#eee; 
    font-size:11px;
}

/*****************************************************

    会員移管

*****************************************************/

#M_shopMove{
    width:60%;
}
#M_shopMove table{
    width:60% !important;   
}
#M_shopMove table th{
    font-size:14px !important;
    width:150px !important; 
}
form[action="idinfo.html"] font.woong{
    display:block;
    text-align:center;
}
form[action="idinfo.html"] textarea{
    width:60%;
    height:200px;
    margin:0 auto 48px; 
    font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
    font-size:13px;
    padding:16px 24px;
    box-sizing:border-box;
}

/*****************************************************

    デザイン

*****************************************************/

.sankaku{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.sankaku::before,
.sankaku::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.maru-sankaku::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #7a0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.maru-sankaku::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #7a0;
    border-right: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
		
.category-list img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.breadcrumbs {
   text-align: left;
   max-width: 1200px;
   margin: 20px 0 0;
}
.breadcrumbs font{
   color:#333;
}

.sub-category {
    max-width: 1200px;
}
.sub-category td img[width="10"],
.sub-category td[width="18"]{display:none;} /* 仕様で出力される要素を非表示に */
.sub-category td {width:auto;}

.lineup-list-inner{
    padding:16px;
}
.lineup-list {
display: flex;
display: -webkit-flex;
    display: -ms-flexbox;
flex-wrap:wrap;
-webkit-flex-wrap: wrap;
max-width:1200px;
}
.lineup-list li {
width: calc(100%/8);
width:-webkit-calc(100%/8);
text-align: center;
padding:0 10px;
box-sizing:border-box;
}
.lineup-list img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.lineupsorel-list-inner{
    padding:16px;
}
.lineupsorel-list {
display: flex;
display: -webkit-flex;
flex-wrap:wrap;
-webkit-flex-wrap: wrap;
}
.lineupsorel-list li {
width: calc(100%/3);
width:-webkit-calc(100%/3);
text-align: center;
padding:0 10px;
box-sizing:border-box;
}
.lineupsorel-list img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.midashi {
 padding: 10px;
 margin-bottom: 10px;
 border: 1px solid #000000;
 border-radius: 10px;
 background-color: #000000;
 color: #ffffff;
 text-align:left;
 font-size: 16px;
 font-weight: 600;
}
.lineup6-list {
display: flex;
display: -webkit-flex;
flex-wrap:wrap;
-webkit-flex-wrap: wrap;
}
.lineup6-list li {
width: calc(100%/6);
width:-webkit-calc(100%/6);
text-align: center;
padding:0 10px;
box-sizing:border-box;
}
.lineup6-list img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* お気に入りリスト */
#wishTable{
	width:100%;
}
#wishTable th,#wishTable td{
	text-align:center;
	border-bottom:1px solid #b2b2b2;
	padding:6px;
}
#wishTable th{
	border-top:2px solid #b2b2b2;
	border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
	text-align:left;
	width:240px;
}
#wishTable .wishQuantity input{
	margin-right:4px;
}


.brand-list {
display: flex;
display: -webkit-flex;
flex-wrap:wrap;
-webkit-flex-wrap: wrap;
}

.brand-list li {
width: calc(100%/7);
width:-webkit-calc(100%/7);
text-align:left;
font-size: 9px;
padding:0 0px;
padding-top:5px;
padding-bottom:5px;
margin: 0px;
box-sizing:border-box;
}


#r_group h3 {
	display:none;/*←非表示*/
}
#M_group a img{ 
	width:300px;/*←横幅の画像サイズ*/
	height:auto !important;
} 
#r_group #M_group .line img {
    display: none;/*←仕切り点線を非表示 */
}



/*****************************************************

    メニュー

*****************************************************/
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #3f3f3f;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 5px;
    background: #3f3f3f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
opacity: 0.6;
}

li.menu__mega:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    border: none;
    line-height: 15px;
    margin: 20px;

}
/*****************************************************

    メニューカテゴリー

*****************************************************/
.menucat {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.menucat > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}

.menucat > li a {
    display: block;
    color: #fff;
}

.menucat > li a:hover {
    color: #999;
}

ul.menucat__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menucat__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menucat__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menucat > li:hover {
    background: #3f3f3f;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menucat__second-level li {
    border-top: 1px solid #111;
}

.menucat__third-level li {
    border-top: 1px solid #111;
}

.menucat__second-level li a:hover {
    background: #111;
}

.menucat__third-level li a:hover {
    background: #2a1f1f;
}

.menucat__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menucat:before,
.menucat:after {
    content: " ";
    display: table;
}

.menucat:after {
    clear: both;
}

.menucat {
    *zoom: 1;
}

li.menucat__mega ul.menucat__second-level {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 5px;
    background: #efefef;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
opacity: 0.6;
}

li.menucat__mega:hover ul.menucat__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

li.menucat__mega ul.menucat__second-level > li {
    float: left;
    width: 20%;
    border: none;
    line-height: 15px;
    margin: 20px;

}

li.menu__mega ul.menu__second-level > li:nth-child(5n+4) {
    margin: 0 1%;
}
