/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/

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{
    color:#4D4D4D;
    font-size:15px;
    font-family:'Rubik', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.6;
    text-align:center;
    position:relative;
    word-break: break-all;
}
td,th{
    font-size:15px;
}
table{
    border-collapse:collapse;
}
pre{
    font-size:15px;
    font-family:'Rubik', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.4;
}
input,select,textarea{
    font-family:'Rubik', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.pc_on{
display:block;
}
.sp_on{
display:none;
}
/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/

#wrap{
	position:relative;
}
#wrap,#makebanner{
    width:100%;
}
.container{
    margin-left:auto;
    margin-right:auto;
    max-width:1200px;
}
a:link,a:visited,a:active{
    color:#4D4D4D;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
.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,.icon-mypage a:hover,.soldout:not(:hover){
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
	text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
.btn{
    display:inline-block;
    margin:16px auto;   
    background:#b38d1b;
    color:#fff!important;
    padding:14px 32px;
	text-align:center;
}
.btn-gray{
    background:#888;    
}
a.btm{
background: #111;
color: #fff;
padding: 10px 30px 10px 10px;
text-align: center;
width: 120px;
display: block;
text-align: left;
margin: 5% 0;
position: relative;
transition-duration: .3s;
}
a.btm:after,
a.btm::before{
content:'';
 position: absolute;
top:32%;
right: 8px;
}
a.btm::before{
    box-sizing: border-box;
    width:15px;
    height: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
a.btm::after{
right: 8px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
top: 45%;
right: 14px;
}
a.btm:hover{
color:#111;
background: #f0eee6;
text-decoration: none;
}
a.btm:hover::before{
    border: 1px solid #111;
}
a.btm:hover::after{
    border-top: 1px solid #111;
    border-right: 1px solid #111;
}


/*****************************************************

    ヘッダ #header

*****************************************************/

#header{
	height:100px;
	width:100%;
	z-index:9999;
}
.header-in{
	position:relative;
	height:100%;
	max-width: 1200px;
	display:flex;
	align-items:center;
}
.header-nav  .header-nav-cart #M_basketClosedBox #M_basket .M_basketMarginBox{
	display:none;
}
.M_basketMarginBox .M_headBasket table{
    margin:3px 10px;
    width:190px;
}
.M_headBasket .M_basketMarginBox td.M_headImg{
    width: 60px;
}
.M_headBasket .M_basketMarginBox td.M_headImg img{
    width: 100%;
}
.header-nav  .header-nav-cart #M_basketClosedBox #M_basket,
.header-nav .header-nav-login .icon-mypage a{
	text-align:center;
	display:block;
}
.header-nav  .header-nav-cart #M_basketClosedBox #M_basket:before{
    content:url(/images/original_design_default/samplesource/11/icon-basket.png);
}
.header-nav .header-nav-login .icon-mypage a:before{
    content:url(/images/original_design_default/samplesource/11/icon-user.png);
top: -7px;
}
.header-nav .header-nav-login .icon-logout a:before{
    content:url(/images/original_design_default/samplesource/11/icon-logout.png);
}
.header-nav .header-nav-login .icon-mypage a:after{
content: 'マイページ';
position: absolute;
bottom: -12px;
margin: 0 auto;
left: -24px;
right: 0;
width: 70px;
font-size: 11px;
}
.header-nav .header-nav-cart #M_basketClosedBox #M_basket:before,
.header-nav .header-nav-login .icon-mypage a:before,
.header-nav .header-nav-login .icon-mypage a{
	position:relative;
}

.header-nav li,.header-nav li li:first-child{
    vertical-align:middle;
	margin-right:24px;
}
.header-nav li:first-child{
    margin: 0 40px 0 0;
}
.header-nav li li{
    font-size:13px; 
	display: inline-block;
}
.header-nav li li,
.header-nav li li a{
	color: #333;
	vertical-align: middle;
}
.header-nav li li a{
	display: block;
}
.header-nav li li:first-child {
    max-width: 110px;
}
/*========
header ログインなど
========*/
#header .header-nav{
font-size: 11px;
}
.header-nav-cart span{
position: relative;
top: -13px;
}
.header-nav-login span{
position: relative;
top: 2px;
left: -7px;
}
.header-nav .M_headBasket{
    border:none;
    float:none;
    padding:0;
    margin:0;
    width:auto;
	background:none;
}
.header-nav .M_headBasket table{
	margin:10px;
    width:190px;
}
.header-nav .M_headBasket tr#last-child td{
    color:#4D4D4D;
}
.header-nav #M_headBasketSwitch{
    float:none;
    width:auto;
    height:auto; 
z-index: 1!important;   
}
.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-decoration:none;
    height:auto;
    width:auto;
	margin-top:15px;
	padding-bottom:15px;
}
.header-nav #M_headBasketIn{
    display:none;   
}
.header-nav #M_basketOpenedBox{
	background:none;
	border:none;
	top:30px;
	right:0;
	width:230px;
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,0.95);
	box-shadow:3px 3px 10px rgba(0,0,0,0.1);
}
.header-nav .M_basketMarginBox{
    background:#FFF;
    border:none;
}
.header-nav #M_basketOpenedBox .M_headItem{
	text-align:left;
	max-width: 90px;
	padding-right:  8px;
	padding-left:  8px;
}
.header-nav .M_basketMarginBox{
    text-align:center;
	padding:10px;
}
.header-nav .M_basketMarginBox .M_headNum{
	color:#4D4D4D;
}
.header-nav #MakeShopTopSearchInput{
	font-size:16px;
    padding-left:15px;
    border:0px solid #4D4D4D;  
    width:150px;
	height:35px;
	background-color:#eee;
	color:#4D4D4D;
border-radius: 100px;
    padding:0 35px 0 15px;
}
.header-nav .header-nav-search{
	position:relative;
	margin-right:0;
}
.header-nav .header-nav-search #MakeShopTopSearchButton{
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
}
#MakeShopTopSearchButton{
    background:url("/images/original_design_default/samplesource/11/icon-search.png") no-repeat center left 10px;
    text-indent:-9999em;
    padding:10px;
	width:30px;
    display:inline-block;
	box-sizing:border-box;
}
/*==============
グローバルナビ
==============*/
.gl_nav .M_layer1{
display: flex;
justify-content: center;
background: #111;
}
.gl_nav #M_ctgList2 .M_layer1 a{
padding: 15px 10px;
display: block;
color: #fff;
font-size: 14px;
transition-duration: .3s;
text-decoration: none;

}
.gl_nav #M_ctgList2 .M_layer1 a:hover{
    background: #f0eee6;
    color: #111;
text-decoration: none;

}
.gl_nav #M_ctgList2 li{
background: none!important;
}
.global-nav li #M_ctgList2{
	display:none;
    position:absolute;
	left:-62px;
    top:20px;
}
.global-nav li #M_ctgList2 .M_layer1,
.global-nav li #M_ctgList2 .M_layer2{
	width:200px;
    background:#fff;
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,0.1);
	box-shadow:3px 3px 10px rgba(0,0,0,0.1);
}
#header .global-nav li #M_ctgList2{
    left:-50px;
    top:30px;
    padding-top:10px;
}
/* .global-nav */
#header .global-nav{
	margin:0 auto;
}
#header.scrolled .global-nav{
	bottom:25px;
    left:0;
    right:0;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#header .global-nav li a{
	font-size:18px;
	font-weight:bold;
	padding:8px;
}
#header .shop-logo img.M_ShopLogo{
    height: auto;
    max-width: 300px;
}
#header .shop-logo{
    display:block;
	text-align:left;
	margin-right:auto;
}
#header .header-nav{
    display:flex;
    align-items:center;
}
/*スマホ用*/
.sp_nav{
display: none;
}
/*========
スライダー
========*/
#M_slider{
  left: 15vw; /* (100vw - SlideWidth) / 2 */ 
  overflow: visible !important;
}
.bx-viewport{
position: relative;
}
.bx-viewport:before,
.bx-viewport:after{
content: "";
position: absolute;
top: 0;
width: 15vw;
height: 100%;
background: rgba(0,0,0,.3);
}
.bx-viewport:before{
left: 0;
z-index:1;
}
.bx-viewport:after{
right: 0;
}
/*===Windows (全バージョン)のみ===*/
.win .bx-viewport:after{
right: -1.25%;
}

/*===End===*/
#M_slider li{
  width: 70vw !important;
}
.index-slider{
	width:100%;
}
.index-slider img.topImage{
	width:100%;
}
.index-slider .bx-wrapper img{
	min-width:100%;
}
.index-slider .bx-wrapper{
    margin-bottom:16px; 
} 
.index-slider .bx-wrapper .bx-pager{
    bottom:-30px;    
}
.index-slider .topImage{
	width:100%;
}


/*****************************************************

    common

*****************************************************/

.item-list img,
.category-list img{
width: 200px;
height: 100%;
object-fit: cover;
}
.item-list a,
.category-list a{
	font-size:18px;
	display:block;
	width:200px;
	margin:0 auto;
	overflow:hidden;
}
.item-list .category-list-img .soldout,
.category-list .category-list-img .soldout,
.category-list .innerBox .imgWrap .soldout{
	position: absolute;
	top: 10px;
	left: 30px;
	display: block;
	font-size: 13px;
	color: #fff;
	background-color: #999;
	opacity: 1;
	padding: 4px 8px;
    border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.item-list .category-list-img,
.category-list .category-list-img,
.category-list .innerBox .imgWrap{
	position: relative;
}
.item-list .category-list-img a,
.category-list .category-list-img a{
	margin:0 auto;
}
.category-list .name,
#recent .name{
	margin-top:16px;
}
.index-rank.item-list a,
.index-rank.category-list a{
	max-width:180px;
	overflow:hidden;
}
#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;
}
.main-contents{
	max-width:958px ;
    margin-top:50px;
}
.main-contents h2{
    font-size:30px;
	/*font-weight:bold;*/
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
.main-contents#guide{
    margin-bottom:80px;
}
.item-list .lims a img:hover,
.item-list .category-list-img img:hover,
.item-list .rank-img a img:hover{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
.item-list .lims table tr:nth-child(2) td a,
.item-list .rank-list .rank-name a,
.item-list .category-list-detail .name a,
#recent .itemBox .name a,
#search #r_searchList .name a{
    color:#777;
    font-size:16px;
    width:90%;
    display:inline-block;
}
.item-list .lims table tr.woong:last-child td,
.item-list .rank-list .rank-price,
.item-list .category-list-detail .price,
#recent .itemBox .price,
#search #r_searchList .price,
.index-recommend .lims table tr:nth-child(3) td{
    color:#999;
    font-size:15px;
	padding-top:0;
}
 #makebanner tr:first-child td[width="150"]{
	display:block;
	margin:55px 30px 0 0;
	width:212px;
}
.container-index .global-nav{
	display:block;
}
.container-index #makebanner tr:first-child td[width="150"]{
	display:none;
}
.side-nav{
	width:100%;
	background-color:#FFF;
	z-index:999;
}
.side-nav #M_ctgList2 ul li{
	padding-left:0;
	background-image:none;
}
.side-nav #M_ctgList2 ul li a{
	color:#777;
	padding:16px 20px;
	display:block;
}
.side-nav #M_ctgList2 ul li a:hover{
	text-decoration:none;
}
.side-nav #M_ctgList2 ul li a:hover{
	background-color:#EEE;
	color:#111;
    -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;
}
.side-nav #M_ctgList2 ul.M_layer1 li{
	position:relative;
}
.side-nav #M_ctgList2 ul.M_layer1 li ul.M_layer2{
	display:none;
    -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;
}
.side-nav #M_ctgList2 ul li .M_layer2{
	width:212px;
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,0.1);
	box-shadow:3px 3px 10px rgba(0,0,0,0.1);
}
.side-nav #M_ctgList2 a:link.M_currentAnchor,
.side-nav #M_ctgList2 a:visited.M_currentAnchor,
.side-nav #M_ctgList2 a:active.M_currentAnchor{
    font-weight:normal;
    text-decoration:none;
}
.side-nav #M_ctgList2 ul.M_layer1 li:hover ul.M_layer2,
.side-nav #M_ctgList2 ul li .M_layer2:hover{
	display:block;
	position:absolute;
	top:0;
	left:212px;
	width:212px;
	z-index:999;
	background-color:#FFF;
    -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;
}
.side-social {
    margin-top:16px;
}
.side-social .side-social-list{
	display:flex;
	align-items:center;
}
.side-social .side-social-list li{
    background-color:#4D4D4D;
	height:38px;
	width:38px;
	margin-right:8px;
    border-radius:30px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
}
.side-social .side-social-list li a{
	display:flex;
    align-items: center;
    justify-content: center;
	margin:0 auto;
	height:38px;
	width:38px;
}

/*****************************************************

    index

*****************************************************/
.container-index #makebanner {
width: 100%;
}
.container-index #makebanner tbody tr{
display: revert;
}

.main-contents#index{
width: 90%;
}
.section{
    overflow:hidden;    
}
.section table{
    width:100%; 
}
.index-news h2,
.index-new h2,
.index-recommend h2,
.index-rank h2{
	margin-bottom:30px;
}
.index-news{
    text-align:center; 
	margin-bottom:80px;
}
#index .line,
.index-news .line{
	display:none;
}
.index-news table table td{
    padding:6px;
}
.index-news table table td a{
	font-size:16px;
	color:#777;
}
.index-news table table td:first-child{
	font-size:16px;
    text-align:right;
    width:35%;
	color:#777;
}
.index-news table table td:last-child{
    text-align:left;
	padding-right:25%;
}
.news-wrap{
	width: 90%;
}
.item-recent table#recent td.itemImg img {
	max-width: 200px;
    height: auto;
}
.index-recent .line{
    display:none;   
}
.index-rank ul{
	display:flex;
	justify-content:space-between;
width: 958px;
}
.index-rank li{
    width:20%;
    padding:20px;
    position:relative;
	box-sizing:border-box;
}
.index-rank li:nth-child(n + 6){
	display:none;
}
#index .item-list{
	margin-bottom:80px;
}
.rank-number{
    position:absolute;
    left:10px;
    top:10px;
    background:#EFAC5E;
    color:#fff;
    line-height:40px;
    width:40px;
    height:40px;
    border-radius:50%; 
    -webkit-border-radius:50%;
    -moz-border-radius:50%; 
    font-weight:bold;   
    font-size:17px;
	z-index:1;
}
/*==========
 おすすめ・ランキング・新着商品
==========*/
.index-recommend{
	width:100%;
}
.index-recommend td.lims,
.index-new td.lims{
width: 23%;
}
.index-recommend td.lims table tr:first-child,
.index-new td.lims table tr:first-child{
margin: 0 0 16px;
}

.index-recommend td.lims table td,
.index-new table td.lims table td{
height: 100%;
margin: 0 auto;
overflow: hidden;
}
.index-recommend table tbody tr a,
.index-new table tbody tr a,
index-check table tbody tr a{
 height: 160px;
width: 100%;
}
.index-recommend table tbody tr.woong a,
.index-new table tbody tr.woong  a,
.index-check table tbody tr.woong  a{
 height: auto;
}
.item-list .lims table tr:nth-child(2).woong td a{
	width:100%;
}
.index-recommend.item-list .woong img,
.index-new.item-list .woong img,
.index-check.item-list .woong img{
display: none;
}
/*ランキング*/
.section.index-rank{
padding: 50px 0;
	margin:55px calc(50% - 50vw) 0;
	background: url(https://gigaplus.makeshop.jp/nanyatobu3/img/top-bk.jpg);
	background-repeat: repeat;
}
.index-rank .rank-list a{
	width: 100%;
height: 150px;
}
.rank-img img{
width: 150px;
height: 150px;
}
.rank-name{
padding: 5px 0 0;
}
.index-rank .rank-list .rank-name a{
padding: 0 0 5px;
height: auto;
}
.rank-list li:first-child .rank-number{
background: #999933;
}
.rank-list li:nth-child(2) .rank-number{
background: #A3A3A3;
}
.rank-list li:nth-child(3) .rank-number{
background: #CD853F;
}
.rank-list li .rank-number{
background: #111;
}
.rank-list .rank-img{
margin: 0 0 10px;
}
/*最近チェックした商品*/
#recent td.itemBox tr{
	display: revert !important;
}
.index-check .itemBox tr{
display: block;
}
.index-check .itemImg a{
	width: 100%;
height: 150px;
}

/*お知らせ*/
.col2{
display: flex;
justify-content: space-between;
}
.col2 >div:first-child{
width:30%;
}
.col2 >div:last-child{
width:65%;
}
.col2 table td.woong:first-child{
width: 110px;
}
.col2 table td{
padding: 10px 0;
}
.col2 table table tr{
border-bottom: solid 1px #ddd;
justify-content: initial !important;
}
.col2 table a{
margin: 0;
display:block;
font-size: 16px;
}
.col2 .btm{
margin: 5% 0 ;
font-size: 16px;
}
#makebanner  .item-list .infoarea a{
width: 100%;
}
#makebanner  .item-list .infoarea a.btm{
width: 200px;
}

.M_bannerList li{
border: solid 1px #ddd;
}
.item-list .M_bannerList li a{
    width: 100%;
}
.col2.item-list .M_bannerList li a img{
    width: 100%;
}
/*========
 採用
========*/
.infoarea h3{
padding: 10px 0;
margin: 10px 0;
text-align: center;
font-weight: bold;
font-size: 20px;
background: #f0eee6;
}
.infoarea dt{
padding: 10px 0;
  float: left;
font-weight: bold;
width: 100px;
}
.infoarea dd{
width: calc(100% - 100px);
border-bottom: solid 1px #ddd;
padding: 10px 0 10px 80px;
text-align: left;
}
.infoarea p{
margin: 20px 10px 0;
text-align: left;
}
/*インスタ*/
.insta{
margin: 0 0 30px;
position: relative;
width: 100%;
padding: 100% 0 0;
}
.insta iframe{
height:100% !important;
   width: 100% !important;
position: absolute;
top: 0;
left: 0;
}

/*****************************************************

    category

*****************************************************/
#makebanner tbody:nth-of-type(1) tr:nth-of-type(1){
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

/*サイド*/
.side-nav{
margin: 0 0 5%;

}
.side-nav h2{
font-size: 17px;
text-align: center;
margin: 0 0 5%;
border-bottom: solid 1px #aaa;
padding: 0 0 10px;
}

#category.main-contents{
margin-bottom: 15%;
}
.main-contents#category h2{
	color:#4D4D4D;
    font-size:28px;
}
.list-sort{
    text-align:center;  
    margin:8px 0 32px;
}
.list-sort li{
    display:inline;
    margin:0 4px;   
}
.category-list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.category-list li{
    width:23%;
    text-align:center;
	margin-bottom:32px;
}
#category .category-list-img,
#category .category-list-img a{
height: 200px;
}
.category-list li a{
width: 100%;
}
#r_searchList .category-list:after,
.category-list.item-list:after {
    content: "";
    display:block;
    width:23%; 
}
#r_searchList .category-list:before,
.category-list.item-list:before { 
    content: ""; 
    display:block; 
    width:23%; 
    order: 1; /* アイテムの並び順 */
}

.sub-category{
	display:none;
}
.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,
#search ul.M_pager{
	display:flex;
	justify-content:center;
	margin:24px 0 80px;
}
#category ul.M_pager li,
#search ul.M_pager li{
	margin-right:8px;
	display:inline-block;
}
#category ul.M_pager li a,
#category ul.M_pager li.active,
#search ul.M_pager li a,
#search ul.M_pager li.active{
    display:block;
    width:40px;
    height:40px;
    border-radius:50%; 
    -webkit-border-radius:50%;
    -moz-border-radius:50%; 
    padding:8px 0;
    border:none;
    background:#FFF;
    color:#EFAC5E;
    font-size:15px;
	box-sizing:border-box;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
#category ul.M_pager li.active,
#category ul.M_pager li a:hover,
#search ul.M_pager li.active,
#search ul.M_pager li a:hover{
    background:#b38d1b;    
    color:#fff;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
#category ul.M_pager li.prev a,
#category ul.M_pager li.next a,
#search ul.M_pager li.prev a,
#search ul.M_pager li.next a{
    background:none;
    width:auto;
    height:auto;
    border-radius:0; 
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#4D4D4D;
}
#category ul.M_pager li.prev a:hover,
#category ul.M_pager li.next a:hover,
#search ul.M_pager li.prev a:hover,
#search ul.M_pager li.next a:hover{
    color:#888;
    text-decoration:none;   
}
#category ul.M_pager li.next,
#search ul.M_pager li.next{
	display:none;
}

/*****************************************************

    search

*****************************************************/

.main-contents#search h2{
	color:#4D4D4D;
    font-size:28px;
}
.search-result{
    margin-bottom:8px;  
    text-align:center;
}
.search-result font{
    color:#4D4D4D;
}
.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;   
}
#r_searchList{
	margin-top:48px;
}

#r_searchList .category-list li .imgWrap a{
height: 200px;
}

/*****************************************************

    detail

*****************************************************/
/*詳細*/
#makebanner td[width="640"]{
    width: calc(100% - 250px);
}
.main-contents#detail{
	background-color:#FFF;
	max-width:880px;
	padding:40px;
}
.main-contents#detail h2.item-name{
    text-align:left;
	font-size:20px;
	font-weight:bold;
	margin:0 0 16px 0;

}
.main-contents#detail h3{
	text-align:center;
	font-size:24px;
	margin-bottom:16px;
	color:#4D4D4D;
}
.main-contents#detail h3.item-recent-title{
	margin-bottom:48px;
}
#detail .saleBox .sale{
	font-size:14px;
	padding:10px;
	background-color:#EEE;
	text-align:center;
	margin-bottom:32px;
}
#detail .saleBox .sale .sale-dcday{
    font-weight:bold;
}
#M_topicPathWrap{
    margin:0 0 48px 16px; 
}
.item-wrap{
    margin-bottom:64px;
	overflow:initial;
}
.item-img{
	max-width:600px;
width:100%;
    box-sizing:border-box;
	margin:0 auto;
}
.item-img img{
	max-height:600px; 
}
.item-img a img{
	width:100%;
}
.M_imageMainWrap .bx-wrapper .bx-viewport{
    box-shadow:none;
}
.bx-wrapper .bx-viewport{
-moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
}
#detail .M_imageMainWrap .bx-wrapper{
	margin:0 auto 16px;
}
/* IE11用ハック */
@media all and (-ms-high-contrast:none){
	.M_imageMainList{
		align-items:stretch;
	}
}
.M_imageMainList{
    height:100%;
    display:flex;
}
.M_imageMainList-item{
    height:auto;
	width:600px !important;
	overflow:hidden;
	display:none;
}
.M_imageThumbnail{
    text-align:left;
}
.M_imageThumbnail-item{
    display:inline-block;
	margin-bottom:12px;
}
.M_imageThumbnail-item:not(:nth-child(6n)){
	margin-right:12px;
}
.M_imageThumbnail-item a{
    display:block;
    border:3px solid #fff;
}
.M_imageThumbnail-item .active{
    border:3px solid #EFAC5E;
}
.item-img .M_imageThumbnail-item img{
    width:80px;
    height:auto;
}
.item-img .M_imageCatalog img,
.item-img .M_imageThumbnail-item img{
    max-width:80px;
    max-height:80px;
}
.item-detail{
	text-align:left;
	margin:0 auto;
	box-sizing:border-box;
	display:flex;
}
.item-detail h2{
	margin-bottom:24px;
	color:#4D4D4D;
}
.item-detail-text,
.item-detail-addtext{
	position:relative;
    text-align:left;
}
.item-detail-point{
	color:#4D4D4D;
	font-weight:normal;
	font-size:16px;
}
.item-detail-addtext{
	margin:64px 0 0;
}
.item-detail-addtext div{
	position:relative;
}
.item-detail-addtext:before{
	content:"";
	position:absolute;
	width:60px;
	height:6px;
    background-color:#EFAC5E;
	border-radius:5px;
    top:-35px;
}
#M_usualValue td,.item-detail-info td{
    font-size:18px !important;   
    width:auto; 
}
#M_usualValue td{
    padding-bottom:8px; 
}
#M_usualValue font{
    color:#4D4D4D; 
}
.item-detail-bottom{
	display:flex;
}
.item-detail-bottom-info {
    width:50%;
}
.item-detail-bottom-action {
    width:50%;
    padding:0 60px;
    box-sizing:border-box;
    text-align:left;
}
.item-detail .price .saleRate{
    border:solid 1px #EF596F;
    color:#EF596F;
    font-weight:bold;
    margin-left:8px;
    padding:4px;
}
.item-detail .item-detail-price,
.item-detail .item-detail-price #M_price1,
.item-detail .item-detail-price #M_price2,
.item-detail .icon-yen,
.item-detail .member-price #M_member_price{
    font-family:'Rubik', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size:28px;   
	color:#EFAC5E;
	font-weight:bold;
	text-align:left;
}
.item-detail-mprice{
	margin-top:15px;
}
.item-detail-mprice #M_memberValue .M_member_price_in, #M_memberValue .M_member_price_ex{
	font-size:28px;
	font-weight:bold;
	color: #EFAC5E;
	text-align:left;
}
.item-detail-mprice .member-price span,
.item-detail-mprice .member-price input{
	vertical-align:middle;
	line-height:1.3;
}
.item-detail-mprice .member-price .member-price-title{
    background-color: #EFAC5E;
    padding:5px;
    color:#FFF;
    font-weight:bold;
    font-size:14px;
    margin-right:10px;
}
.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 8px;
    width:20px; 
    border:1px solid #ccc;
    font-size:18px;
}
img[src$="basket_up.gif"],img[src$="basket_down.gif"]{
    display:none;   
}
.item-detail-option .M_inventory{
	margin-top:24px;
}
.item-detail-option .M_option-group{
    padding-top:32px;
}
.item-detail-option .M_inventory p.stockTitle span.hosoku{
	font-size:16px;
    color:#666;
}
.M_inventory *{
    font-size:12px;
}
.M_inventory .M_select-option-soldout, .M_inventory .M_select-option-smallstock{
    line-height:16px;
}
.M_inventory p.stockTitle{
    display:block;
    line-height:2.5;
    font-size:16px;
    font-weight:bold;
    color:#999;    
}
.item-detail-option .M_inventory table.stockList th{
	color:#4D4D4D;
	font-size:12px;
}
.M_inventory table.stockList th, .M_inventory table.stockList td{
	padding:5px !important;
	min-width: 5em;
}
.M_inventory table.stockList td{
	background-color:#FFF;
}
.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:0px 8px;
	background:#999;
	color:#fff;
	border-radius:3px;
}
.M_select-option-restock-btn:hover{
	background:#666;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
	text-decoration:none;
}
.item-basket-btn{
    margin:40px 0 0 0;
width: calc(100% - 185px);
}
.item-basket-btn a{
	width:100%;
    font-size:18px; 
    padding:18px 0;
	margin:0;
	text-align:center;
	font-weight:bold;
}
.item-basket-btn a:hover{
    background:#666;
	text-decoration:none;
}
.item-basket-btn .soldout{   
    background:#ddd;
    color:#666!important;   
    width:100%;
    font-size:18px;
    padding:18px 0;
	min-width:200px;
    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;
}
.item-addimg{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-bottom: 64px;
}
.item-addimg .addimg-content{
	width:260px;
	margin:0 auto 24px;
}
.item-addimg .addimg-content img{
	width:100%;
}
.item-addimg .addimg-content .addimg-caption{
	margin-top:16px;
	text-align:left;
}
.item-detail-option{
	display:block;
	margin:16px 0;
}
.item-detail-quantity{
	display:block;
	margin:16px 0;
}
.item-detail-quantity .quantity-amount{
    margin-bottom:8px;
    display:inline-block;
}
.item-detail-quantity .M_item-stock-smallstock{
    font-size:13px;
    color:#EF596F;
    margin-left:8px;
}
.item-detail-quantity .quantity-label{
	display:block;
	margin-bottom:8px;
    font-size:16px;
    font-weight:bold;
    color:#999;
}
.item-detail-quantity .quantity-amount{
	position:relative;
	display:inline-block;
	width: 155px;
}
.item-detail-quantity .quantity-amount .amount-upcount,
.item-detail-quantity .quantity-amount .amount-downcount{
    position:absolute;
    display:flex;
	align-items:center;
    justify-content:center;
}
.item-detail-quantity .quantity-amount .amount-upcount img,
.item-detail-quantity .quantity-amount .amount-downcount img{
	width:17px;
}
.item-detail-quantity .quantity-amount .amount-upcount{
	top:0px;
    right:0px;
    border:solid 1px #CCC;
	height:100%;
	width:50px;
	box-sizing:border-box;	
}
.item-detail-quantity .quantity-amount .amount-downcount{
	top:0px;
    left:0px;
    border:solid 1px #CCC;
	height:100%;
	width:50px;
	box-sizing:border-box;	
}
.item-detail-option select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	background:url(/images/original_design_default/samplesource/11/icon-down.png) right 15px bottom 50% no-repeat;
	background-size:17px, 100%;
}
.item-detail-option label{
	display:inline-block;
    line-height:2.5;
    font-size:16px;
    font-weight:bold;
	width:100%;
    color:#999;
}
.item-detail-option select{
	display:block;
}
.item-detail-option select{
	font-size:16px;
	padding:8px;
	width:100%;
	height:50px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.item-detail-option ::-ms-expand {		/* select要素のデザインを無効にする（IE用） */
	display:none;
}
.item-detail-quantity input{
	padding:12px;
	font-size:18px;
	width:100%;
	height:50px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.item-detail-quantity a{
	text-decoration:underline;
}
.item-detail-quantity a:hover{
	text-decoration:none;
}
.item-wrap-top{
	display:flex;
	justify-content:space-around;
}
.item-wrap-middle{
	margin-top:40px;
}
.item-wrap-bottom{
	margin-top:64px;
}
.item-detail-info{
	width:50%;
	padding:40px;
	box-sizing:border-box;
}
.item-detail-data {
	width:50%;
	border-left:solid 1px #CCC;
	padding:40px;
	box-sizing:border-box;
}
.item-review{
	margin-bottom:64px;
}
.item-review #M_review{
	margin-top:40px;
	padding:0 40px;
}
.item-review #M_review textarea{
	width:100%;
	height:80px;
	padding:8px;
	box-sizing:border-box;
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}
.item-review #M_review input[name="review_name"]{
	width:90%;
	padding:8px;
	margin:16px 0;
	box-sizing:border-box;
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}
.item-review #M_review .ic1 li span,
.item-review #M_reviewView .ic1 span{
	background:url(/images/original_design_default/samplesource/11/icon-star.png) center -2px no-repeat;
	height:14px;
	padding-right:2px;
}
.item-review .M_btnStyle{
	width:20%;
	font-size:16px;
	padding:10px 0;
	margin:24px 0;
	text-align:center;
	font-weight:bold;
}
.item-review .M_btnStyle:hover {
    background:#666;
    text-decoration:none;
}
#M_reviewView td {
	border:solid #FFF 4px;
	font-size:14px;
}
#M_reviewView td a{
	display:block;
	padding:8px;
}
#M_reviewView td a:hover{
	text-decoration:none;
	background-color:#F5F5F5;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
#M_reviewView tr:first-child {
	text-align:center;
	color:#777;
}
#M_reviewView tr:nth-child(3) {
	background-color:#F5F5F5;
}
#M_reviewView tr:nth-child(3) td {
	text-align:center;
	padding:8px;
}
#M_reviewView .line{
	display:none;
}
.item-recent td.line{
	display:none;
}

/*****************************************************

    basket

*****************************************************/

#basket h2{
	color:#4D4D4D;
    font-size:28px;
}
.basket-wrap{
    margin-bottom:160px;    
}
.basket{
    border-top:1px solid #ccc;  
    margin-bottom:8px;  
}
.basket tr{
    border-bottom:1px solid #ccc;  
}
.basket tr:nth-last-child(-n+2){
    border-bottom:none;  
}
.basket tr:first-child{
    border-bottom:1px solid #ccc;  
}
.basket td.basket-price{
    min-width: 75px;
}
.basket td.basket-point {
    min-width: 60px;
}
.basket th,.basket td{
    padding:8px;
    text-align:center;
}
.basket td table td{
    padding:0;
    border:none;    
}
.basket .basket-img{
	padding:24px 0;
}
.basket .basket-img img{
    width: auto;
    max-width: 120px;
}
.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{
    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 .basket-total em{
	font-weight:bold;
	font-size:24px;
	line-height:1.0;
}
.basket .total-wrap{
    width:60%;
    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:6px 8px;
}
.basket-option{
    margin-top:8px; 
}
.basket_option_mulopt_box{
	margin-left: 0 !important;
}
.basket-option select {
    max-width: 140px;
    margin-right: 16px;
    border: none;
    padding: 8px;
    font-size: 14px;
}
.basket-option select:last-child {
    margin-right: 0;
}
.quantity-wrap,.quantityWrap{
    display:table;
    margin:0 auto;
}
.basket-quantity{
    width:20px!important;   
    font-size:18px;
}  
.basket-quantity input[name="amount"]{
	font-size:14px;
    height:24px;
	border-radius:3px;
	text-align:left;
}
.basket-quantity,.basket-amend{
	min-width: 42px;
}
.basket-quantity,.basket-amend,.quantityInput,.quantityAmend{
    display:table-cell; 
    vertical-align:middle;
    padding:0 2px;
}
.basket-empty{
    margin:56px 0;  
}
.btn-wrap{
	margin-top:24px;
}
.btn-wrap-back{
    float:left; 
}
.btn-wrap-order{
    float:right;    
}
.btn-wrap-back .btn{
    background:#888;    
}
.btn-wrap-back .btn:not(:last-child){
	margin-right:8px;
}
.basket-btn a{
    border-radius:50%;
    padding:8px;
    box-sizing:border-box;
    background-color:#CCC;
}
.basketQunantity{
    display:none;
}
.basket-haisou .carriageWrap{
	text-align: right;
}
/* Amazonボタン */
.amazonButton{
    width:230px;
    margin-left:8px;
}

/*****************************************************

    news

*****************************************************/
.section.news-wrap {
overflow: inherit;
}
#news h2{
	color:#4D4D4D;
    font-size:28px;
}
.main-contents#news h2{
	margin:0 auto 48px;	
}
.main-contents#news .news-list tr{
	background:  none;
}
.main-contents#news .news-list tr:not(:first-child){
display: flex;
flex-direction: row-reverse;
height: 40px;
align-items: center;
border-bottom: solid 1px #ddd;
}
.main-contents#news .news-list tr{
}
.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{
}

/*****************************************************

    about

*****************************************************/

#about h2{
	color:#4D4D4D;
    font-size:28px;
}

/*****************************************************

    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:#4D4D4D;
}
#matomegai ul.M_pager li.prev a:hover,
#matomegai ul.M_pager li.next a:hover{
    color:#888;
    text-decoration:none;
}

/*****************************************************

    guide

*****************************************************/

.main-contents#guide .M_guideContent{
    margin:0 auto;
}
.main-contents#guide h2{
	color:#4D4D4D;
    font-size:28px;
}
.main-contents#guide .M_txtTitle{
	margin:0 auto 64px;
	padding-top:86px;
}
.main-contents#guide .M_txtTitle::before{
	top:140px;	
}
.main-contents#guide .M_txtTitle::after{
	top:144px;	
}
.main-contents#guide .M_guideNav{
	margin-top:64px;
	margin-bottom:0;
}
.main-contents#guide .M_guideNav li a{
	color:#FFF;
	background-color:#EFAC5E;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
.main-contents#guide .M_guideNav li a:hover{
	background:#666;
	text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}

/*****************************************************

    footer

*****************************************************/


/*#footer{
    margin-top:80px;  
	color:#4D4D4D;
max-width: 960px;
}
.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{
    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:#4D4D4D url(/images/original_design_default/samplesource/11/pagetop.png) no-repeat center center;
    text-indent:-9999em;
    margin-left:-16px;
}
.footer-nav{
    color:#777; 
    font-size:13px;
    position:relative;
}
.footer-nav a{
    color:#999; 
}
.footer-nav a:hover{
    color:#4D4D4D; 
	text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
.footer-shop-name{
    font-weight:bold;
    margin-bottom:4px;
    font-size:16px;
}
.footer-nav-list{
    text-align:center;
}
.footer-nav-list li{
    display:inline; 
    padding:0 16px;
}
.footer-nav-list li:not(:last-child){
	border-right:solid 1px #AAA;
}
.footer-social {
    margin-top:16px;
}
.footer-social .footer-social-list{
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer-social .footer-social-list li{
    display:flex;
    align-items:center;
    background-color:#4D4D4D;
	height:38px;
	width:38px;
    border-radius:30px;
    box-sizing:border-box;
}
.footer-social .footer-social-list li:not(:last-child){
	margin-right:24px;
}
.footer-social .footer-social-list li a{
	display:flex;
    align-items: center;
    justify-content: center;
	margin:0 auto;
	height:38px;
	width:38px;
}
.footer-social .footer-social-list li a img{
	line-height: 12px;
}
address{
    text-align:center;
    color:#4D4D4D; 
    font-size:13px;
	margin:8px 0 24px;
}*/
.pageTop{
    text-align:right;
    height:60px;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
background: #111;
font-size: 11px;
   position: relative;
}
.pageTop a{
display: block;
position: absolute;
right: 0;
top: 3px;
left: 0;
color: #fff;
}
.pageTop a:hover{
text-decoration: none;
}
#footerWrap{
    width:100%;
background: #f0eee6;
    margin-top:auto;
position: relative;
border-top: solid 1px #ccc;
}
#footer,
.footer_contact_inner{
    max-width:960px;
    margin:50px auto;
line-height: 2;
display: flex;
justify-content: space-between;
}
.footer_contact{
border-top: solid 1px #ccc;
}
.footer_contact_inner{
justify-content: start;
align-items: center;
}
.footer_contact_inner p{
margin: 0 10px;
}
.footer_contact_inner p:first-child{
padding-right: 20px;
border-right: solid 1px #ccc;
}
.f_mail,
.f_tel{
position: relative;
padding-left: 60px;
}
.f_mail:before,
.f_tel:before{
content: '';
position: absolute;
top:-8px;
left:10px;
width: 40px;
height:40px;
background-color: #b38d1b;
border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
.f_mail:before{
background-image:url(https://gigaplus.makeshop.jp/nanyatobu3/img/mail.svg) ;
}
.f_tel:before{
top:0;
background-image:url(https://gigaplus.makeshop.jp/nanyatobu3/img/tel.svg);
}
.f_mail a,
.f_tel a{
color: #333;
}
.f_tel a{
font-size: 20px;
font-weight: bold;
}

.footer_bar{
background: #111;
color: #fff;
padding: 30px 50px;
}
.footer_bar_inner{
max-width: 960px;
display: flex;
font-size: 11px;
justify-content: space-between;
}

ul#f_nav{
/*margin: 0 0 20px;*/
  }
#f_nav{
  overflow:hidden;
    _zoom:1;
}
#f_nav li{
    display:inline;
    padding:0 1em 0 8px;
    /*background:url(/images/original_design_default/samplesource/3/footerDot.png) no-repeat left;*/
border-right: solid 1px;
}
#f_nav li:last-child{
border-right: none;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
    text-decoration:none;
    color:#fff;
}
#f_nav li a:hover{
    text-decoration:underline;
    color:#fff;
}
#f_info{
width: 50%;
text-align: left;
}
.f_info_name{
    font-size: 16px;
    font-weight: bold;
}
#f_info a,
#f_menu a{
    color:#666;
}
#f_menu{
display: flex;
justify-content: flex-end;
width: 50%;
align-items: end;
}
#f_menu li{
margin: 0 10px;
}
/*========
 このショップについて
========*/
#makebanner tbody tr .table.table-bordered  tbody tr{
display: revert;
}
.main-contents.aboutus table tr{
border-bottom: solid 1px #ddd;
}
.main-contents.aboutus table th{
padding: 10px;
text-align: left;
width: 220px;
}
.main-contents.aboutus table td{
padding: 10px 0;
}
/*========
特定商取引に関する法律に基づく表示
========*/
#M_ordercontract tbody tr  {
display: revert!important;
}
#M_ordercontract td.center table td{
width: 100%;
}
.main-contents.tokutei .M_ordercontractWrap{
border-bottom: solid 1px #ddd;
margin-bottom: 30px;
}
.main-contents.tokutei .M_ordercontractDescription{
padding: 0 0 20px;
}
/*==========================================
 tb［481px-1000px以下］
===========================================*/
@media screen and (max-width: 1000px) {
/*========
 header
========*/
#header .shop-logo img.M_ShopLogo {
    max-width: 200px;
}
/*========
 ランキング・お気に入り
========*/
.item-list img{
width: 160px;
}
.index-recommend table tbody tr a, .index-new table tbody tr a, index-check table tbody tr a {
    height: 160px;
    width: 100%!important;
}
.index-rank ul{
width: 90%;
flex-wrap: wrap;
justify-content: space-around;
}
.index-rank li{
width: 50%;
}
.index-rank .rank-list a {
    height: 120px;
}
/*最近チェック*/
#recent tr{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#index #recent td.itemBox{
width: 48%!important;
}
#recent tr .itemBox tr{
display: block;
}
#recent td.itemImg{
width: 100%!important;
}
#recent .name{
width:100%;
}
.index-check .item-list img{
width: 100%;
}
/*========
 お知らせ
========*/
.col2 h2{
margin-bottom: 0;
}

/*========
 バナー
========*/
.M_bannerList li{
width: 100%;
}
.item-list .M_bannerList li a{
width: 100%;
}
/*****************************************************

      detail

*****************************************************/

.item-basket-btn{
width: 80%;
}
/*****************************************************

    category

*****************************************************/
#makebanner td[width="640"] {
    width: calc(100% - 300px);
}
#makebanner tbody tr{
justify-content: space-around;
}
.category-list li{
width: 48%;
}
#category .category-list.clear::after {
content: none;
}

/*========
 footer
========*/
#footer{
margin: 30px auto;
padding: 0 5%;
flex-direction: column;
}
#f_info,
#f_menu{
width: 100%;
}
#f_menu{
justify-content: flex-start;
}
#f_menu li {
    margin: 0 10px 0 0;
}
.footer_contact_inner{
margin: 30px auto;
padding: 0 5%;
align-items: baseline;
flex-direction: column;
}
.footer_contact_inner p:first-child{
padding-right: 0;
border-right: none;
margin: 0 0 10px;
font-weight: bold;
}
.footer_contact_inner p {
    margin: 10px 0;
}
.footer_bar_inner{
flex-direction: column;
}
#f_nav{
margin: 0 0 10px;
}

}
/*==========================================
 sp［480px以下］
===========================================*/
@media screen and (max-width: 480px) {
.pc_on{
display:none;
}
.sp_on{
display:block;
}
/*========
 header
========*/
#header{
padding: 5px 0;
}
.header-in{
flex-wrap: wrap;
}
#header .shop-logo img.M_ShopLogo{
max-width: 200px;
}
.gl_nav{
display: none;
}
/*========
スマホメニュー
========*/
.sp_nav{
display: block;
}

.gnavi__sp-style {
  display: none;
}
.gnavi__sp-style {
  display: block;
}

/*メニューボタン　展開前*/
.menu-btn {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 10px;
  width : 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
background: #fff;
border-radius: 50%;
}
.menu-btn:after {
content: "menu";
font-size: 11px;
position: absolute;
bottom: 1px;
width: 100%;
left: 1px;
}
.menu-btn span {
  display : block;
  position: absolute;
width: 20px;
height: 2px;
left: 13px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.menu-btn span:nth-of-type(1) {
  top: 10px;
}
.menu-btn span:nth-of-type(2) {
  top: 15px;
}
.menu-btn span:nth-of-type(3) {
  top: 20px;
}
  
/*メニューボタン　展開後*/
.menu-btn.active span:nth-child(1) {
  top : 15px;
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


/*スマホ用のメニュー*/
.gnavi__sp-style {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
color: #111;
background-color: rgba(255,255,255,0.9);
  text-align: center;
  width: 100%;
	height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	display: flex;
	align-items: center;
pointer-events: none;
}
.gnavi__sp-style.active{
pointer-events: auto;
}
.gnavi__sp-style ul{
  margin: 0 auto;
  width: 100%;
position: absolute;
overflow-y: scroll;
top: 60px;
height: 90vh;
    display: flex;
    flex-wrap: wrap;
box-sizing: border-box;
border-top: solid 1px #ddd;
}
.gnavi__sp-style ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
width: 50%;
border-bottom: solid 1px #ddd;
box-sizing: border-box;
position: relative;
}
.gnavi__sp-style ul li :after{
content: '>';
position: absolute;
top: 30%;
right: 5px;
color: #aaa;
}
.gnavi__sp-style ul li:nth-child(odd) {
border-right: solid 1px #ddd;
}
.gnavi__sp-style ul li:last-of-type {
  padding-bottom: 0;
}
.gnavi__sp-style ul li:hover{
  background :#ddd;
}
.gnavi__sp-style ul li a {
  display: block;
  color: #111;
  padding: 1em 0;
  text-decoration :none;
}
.gnavi__sp-style.active {
  opacity: 1;
}
/*中身のデザイン*/
.nav_ttl{
font-weight: bold;
}
.sp_nav .M_helloMsg{
padding:10px 0 0;
}
.gnavi__sp-style ul li.nav_cat ul.M_layer1{
border-top: none;
width: 95%;
margin: 0 auto!important;
}
.gnavi__sp-style ul li.nav_cat,
.gnavi__sp-style ul li.nav_contact{
position: relative;
width: 100%;
border: none;
}
.gnavi__sp-style ul li.nav_cat :after{
content:none;
}
.nav_cat .M_layer1{
overflow-y: unset;
position: static;
height: auto;
}
.nav_cat .M_layer1 li{
width: 100%;
position: relative;
}
.gnavi__sp-style ul li.nav_cat .M_layer1 li :after{
content: '>';
position: absolute;
top: 30%;
right: 5px;
color: #aaa;
}
.nav_cat .M_layer1 li:nth-child(odd) {
border-right: none!important;
}
.nav_cat #M_ctgList2 li{
background: none;
}
.gnavi__sp-style ul li.cantact {
width: 100%;
padding: 0 0 10%;
border: none;
overflow: hidden;
}
.gnavi__sp-style ul li.cantact ::after {
content: none;
}
.gnavi__sp-style ul li.cantact a,
.gnavi__sp-style ul li.cantact .f_tel{
text-align: justify;
}
.gnavi__sp-style ul li.cantact .f_tel a{
padding: 0;
display: inline;
}
.gnavi__sp-style ul li.cantact .f_mail{
margin: 0 0 5%;
}
.gnavi__sp-style .f_mail,.gnavi__sp-style .f_tel {
    padding-left: 70px;
}
.gnavi__sp-style .f_mail::before, .gnavi__sp-style .f_tel::before {
    left: 10px;
}

.gnavi__sp-style ul li.cantact .f_mail::before{
top: 12px;
}
/*Endスマホメニュー*/
#header .header-nav{
position: relative;
width: 100%;
}
.header-nav-login{
position: absolute;
top: -46px;
right: 80px;
}
.header-nav-cart{
position: absolute;
top: -69px;
right: 40px;
}
.header-nav #M_basketTemp1 #M_basketClosedBox a{
margin-top: 20px;
}
.header-nav .header-nav-cart #M_basketClosedBox #M_basket::before {
content: '';
margin: 0 auto;
background-image: url(/images/original_design_default/samplesource/11/icon-basket.png);
width: 20px;
height: 20px;
display: block;
background-size: contain;
background-repeat: no-repeat;
}
.icon-mypage a{
margin: 5px 0 0;
}
.header-nav .header-nav-login .icon-mypage a::before {
content: '';
margin: 0 auto;
background-image: url(/images/original_design_default/samplesource/11/icon-user.png);
width: 20px;
height: 20px;
display: block;
background-size: contain;
background-repeat: no-repeat;
}
.header-nav .header-nav-login .icon-mypage a::after {
width: 60px;
}
/*ログイン後*/
.header-nav li li:nth-last-of-type(3),
.header-nav li .icon-logout{
display: none;
}
/*検索*/
.header-nav-search{
margin:0 auto!important;
width: 100%;
}
.header-nav .header-nav-search #MakeShopTopSearchButton{
right: 30px;
}
.header-nav #MakeShopTopSearchInput{
width: 80%;
}
/*========
スライダー
========*/
#M_slider{
  left: 0;
}
.bx-viewport{
position: relative;
}
.bx-viewport:before,
.bx-viewport:after{
content: none;
}
#M_slider li{
  width: 100vw !important;
}
/*==========
 TOP コンテナ
==========*/
.container-index #makebanner td[width="640"]{
width: 100%;
}
/*==========
 TOP おすすめ・ランキング・新着商品
==========*/
#index .item-list{
margin-bottom: 40px;
}
.index-news h2, .index-new h2, .index-recommend h2, .index-rank h2{
margin-bottom: 20px;
}

.container-index #makebanner tbody tr .index-recommend table tr,
.container-index #makebanner tbody tr .index-new table tr{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
}
.index-recommend table tr td.lims{
width: 20%;
}
.index-recommend table tr td.lims,
.index-new table tr td.lims{
width: 47%;
margin: 0 0 5%;
}
.index-recommend table tr td.lims tr,
.index-new table tr td.lims tr{
	display: block;
}
.index-recommend table tbody tr a, .index-new table tbody tr a, index-check table tbody tr a{
width: 100%;
text-align: justify;
}
/*ランキング*/
.index-rank ul {
    width: 100%;
}
.index-rank ul:after{
content:'';
disp;ay:block;
width: 50%;
}
.index-rank .rank-list a {
    height: 150px;
}
.rank-name,
.rank-price{
text-align: left;
}

/*最近チェックした商品*/
.container-index #makebanner tbody tr #recent tr{
display: flex;
flex-direction: row;
}
.container-index #makebanner tbody tr #recent tr .itemBox tr {
    display: block;
}
#recent td.itemBox{
margin: 0 0 5%;
width: 47% !important;
}
.index-check .itemImg a {
    width: 100%;
}
#recent .name,
#recent .price{
text-align: left;
}
/*========
お知らせ
========*/
.col2 {
    flex-direction: column-reverse;
}
.col2 > div:first-child {
margin: 0 0 15%;
    width: 100%;
}
.col2 > div:first-child h2{
margin: 0 0 30px;
}
.col2 > div:last-child {
margin: 0 0 10%;
    width: 100%;
}
#makebanner tbody tr .col2 tr{
flex-direction: row;!important;
}

/*========
バナー
========*/
.M_bannerList{
flex-wrap: wrap;
margin: 0 0 80px;
}
.M_bannerList li {
margin: 0 0 5%;
    width: 100%;
}
/*========
フッター
========*/
.footer_contact{
overflow: hidden;
}
.f_info_name{
margin: 0 0 5%;
}
#f_info{
margin: 0 0 5%;
}
#f_menu{
justify-content: space-between;
}
.f_mail, .f_tel {
width:100%;
text-align: justify;
    padding-left: 50px;
}
.f_mail::before, .f_tel::before {
left: 0;
}
.footer_bar{
padding: 30px 5%;
}
#f_nav li{
padding: 0 0 10px;
border-right: none;
display: block;
}
/*****************************************************

      detail

*****************************************************/

.item-basket-btn{
width: 90%;
margin: 20px 0 40px;
}

/*****************************************************

    category

*****************************************************/
#makebanner tbody tr{
flex-direction: column-reverse;
}
#makebanner tr:first-child td[width="150"]{
width: 90%;
margin: 0 auto 15%;
}
#makebanner td[width="640"] {
    margin: 0 auto;
    width: 90%;
}
#r_searchList .category-list li .imgWrap a{
height: 160px;
}
/*****************************************************

    basket

*****************************************************/
.basket .basket-img img{
    width: 100%;
}

/*========
特定商取引に関する法律に基づく表示
========*/
#makebanner tbody #M_ordercontract  tr {
display: block;
}
/*****************************************************

    news

*****************************************************/
.news-list{
margin: 0 0 5%;
}
#news .pager{
margin: 0 0 15%;
}
#news.main-contents {
margin-top: 0;
}
.news-wrap{
width: 100%;
}
.news-list table .lims {
    width: 100% !important;
text-align: left;
}
.main-contents#news .news-list tr:not(:first-child){
flex-wrap: wrap;
height: 60px;
flex-direction: column-reverse;
}


}