@charset "UTF-8";
 
 /* TOP PAGE
 ----------------------------------------------- */

/*スライダー*/
.mainimg {
  overflow: hidden;
  /*border-bottom: solid 1px #d7d7d7;*/
  background: #FFFBEC;
}

.mainimg .main-slide {
    height: 460px;
    margin-bottom: 0;
}
 .mainimg .main-slide .slick-slide {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.mainimg .main-slide .slick-slide a {
  display: block;
  width: 1000px;
  height: 470px;
  /*position: relative;*/
  line-height: 0;
  text-align: center;
  overflow: hidden;
  margin-left: -20px;
}
.mainimg .main-slide .slick-slide a img {
  position: absolute;
  top: 46%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
.mainimg .main-slide .slick-slide.slick-active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mainimg .main-slide .slick-prev {
  left: 50%;
  margin-left: -480px;
}
.mainimg .main-slide .slick-next {
  right: 50%;
  margin-right: -500px;
}
.mainimg .main-slide-nav {
    padding: 0px 0 13px 0;
    width: 325px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}
 .mainimg .main-slide-nav:after {
  clear: both;
  display: block;
  content: '';
}
.mainimg .main-slide-nav .slick-list {
  overflow: visible;
}
.mainimg .main-slide-nav li {
  margin-right: 8px;
  margin-top: 8px;
  cursor: pointer;
  float: left;
}
.mainimg .main-slide-nav li span,  #contents.top .mainimg .main-slide-nav li a {
  display: block;
  width: 100px;
  height: 30px;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.main-slide-nav li span img,  #contents.top .mainimg .main-slide-nav li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
.mainimg .main-slide-nav li:last-child {
  margin-right: 0;
}
 .mainimg .main-slide-nav li.active {
  position: relative;
  z-index: 0; 
}

.mainimg .main-slide-nav li.active span:before, 
.mainimg .main-slide-nav li.active a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ea001b;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*商品一覧*/


#main .products {
     width: 100%;
     overflow: hidden;
     *zoom: 1;
	 margin-bottom: 50px;
 }
#main .products .column3 li {
     float: left;
     width: 230px;
     height: 330px;
	margin: 0 30px 40px 0;
 }
#main .products .column3 li:nth-child(3n) {
     margin-right:0;
 }

#main .products .column2 li {
     float: left;
     width: 230px;
	margin: 0 30px 40px 0;
 }
#main .products .column2 li:nth-child(3n) {
     margin-right:0;
 }

#main .products li h1 {
     font-size: 14px !important;
     /*margin: 10px 0;*/
 }
#main .products li a:hover{
       text-decoration: none !important;
       color: #aaaaaa !important; 
	   transition: color 0.3s ease 0s;
	   opacity: 1;
} 
#main .products li img {
     vertical-align: bottom;
 }
#main .products li p.price {
	font-size: 20px;
	color: #EA001B;
	padding-bottom: 10px;
	/*border-top: 1px solid #ccc;*/
	text-align: left;
 }
 #main .products li p.price .taxin{
	 font-size: 10px;
 }
 #main .products li a .btn{
	display: inline-block;
    color: #ff9000;
    font-size: 16px;
    font-weight: bold;
    /*background-color: #ff9000;*/
    border: 3px solid #ff9000;
    padding: 8px 10px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
 }
 #main .products li a .btn:hover{
    background-color: #ff9000;
    border: 3px solid #ff9000;
	color: #ffffff;
 }
 #main .products .column4 li {
     float: left;
     width: 170px;
     padding:0 10px 0 0;
 }
 #main .products .column4 li:nth-child(4n) {
     padding:0 0 0 0px;
 }
 
 #main .products .column4 li:nth-child(4n+1){ 
 clear:both;}
 

/*ショップからのお知らせ*/
#main .news {
/*width:728px;*/
overflow: scroll;
padding: 0 10px 0 0;
height: 130px;
overflow-x: hidden;
margin-top: 20px;
}

 #main .news dl {
     padding: 0;
     margin:0 0 10px 0;
     border-bottom: 1px dotted #ccc;
 }
#main .news dl:after{
	content: "";
	display: block;
	clear: both;
}
#main .news dt{
	color: #fa667e;
	font-size: 12px;
	padding: 0 10px;
	float: left ;
}
 #main .news dd {
     line-height: 145%;
     padding-bottom:10px;
	 float: left ; 
 }


  /*---------------------------------------------
     categoryList
   ---------------------------------------------*/

 #categoryList{
	 width:730px;
     padding: 0;
     margin: 20px;}
 #categoryList:after{
	clear: both;
    content: "";
    display: block;
}
 #categoryList li{
	 float:left;
	 margin-bottom:10px;
	}
 #categoryList li a{
	background: rgba(0, 0, 0, 0) url("../image/base/arrw.png") no-repeat scroll left center;
    color: #626262;
    line-height: 130%;
    padding: 5px 30px 5px 15px;
    text-decoration: none;}
 #categoryList li a:hover{
	 font-weight:bold;
	 text-decoration:underline;
	 color: #f79f1a;
	}	

/*カテゴリページ検索条件*/

#main .search-result:after{
clear: both;
display: block;
content: '';
}

#main .search-result .head-area p{
	display: inline-block;
}
#main .search-result .head-area{}
#main .search-result .head-area select{
	width: 150px;
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
	margin-right: 10px;
}

 /*---------------------------------------------
     itemDetail/itemList
   ---------------------------------------------*/
 /* itemList
 ----------------------------------------------- */
 #itemList_wrap {
     margin: 0 20px 0 0;
 }
 
  #itemList_wrap .mainTitle{
     padding: 0 0 10px;
     margin: 20px;
	 color:#f79f1a;
	 font-weight:bold;
	 font-size:110%;
	 border-bottom: 1px dashed #ccc;
}
 #itemList {
     width:730px;
     padding: 0;
     margin: 20px 20px 60px 20px;
     background: url(../image/mainttl_bg.gif) repeat-x top left;
 }
#itemList .brandName a,
#main .newItem .brandName a,
#main .pickup .brandName a,
#main .ranking .brandName a,
#main .recommend .brandName a{
	 margin:5px 0;
	 color:#f79f1a;
	 display:block;
	 font-weight:bold;}
#itemList .brandName a:hover,
#main .newItem .brandName a:hover,
#main .pickup .brandName a:hover,
#main .ranking .brandName a:hover,
#main .recommend .brandName a:hover{
	 text-decoration:underline;
}	 
 .column4 h2 {
     font-size: 70%;
     line-height: 130%;
     margin-bottom: 3px;
     background: none;
     font-weight: normal;
     padding: 0;
     border: none;
 }
 #itemList2 {margin:15px 0 0 0;position:relative;}
 #itemList2 .column4 {float:none;width:100%;height:auto !important;overflow:hidden;*zoom:1;}
 #itemList2 .column4 .itemThumb-wrap {float:left;padding-right:15px;}
 #itemList2 .column4 .inner-catch {
     line-height:160%;
     margin-top:3px;
 }
 #itemList_wrap #pager-top {
     padding: 5px 0 0 20px;
     overflow: hidden;
     line-height: 100%;
 }
 #itemList_wrap #pager-bm {
     padding: 5px 0 0 20px;
     margin: 0 0 20px 0;
     overflow: hidden;
     line-height: 100%;
 }
 #itemList_wrap #pager-top .quantity {
     float: left;
     font-size:80%;
     line-height:100%;
 }
 #itemList_wrap #pager-bm .quantity {
     float: left;
     font-size:80%;
     line-height:100%;
     margin: 1px 30px 0 0;
 }
 #itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox {
     font-size: 70%;
 }
 #itemList_wrap #pager-top .selectbox {margin-bottom:10px;}
 #itemList_wrap #pager-top .selectbox .select01 {margin-right:10px;}
 #itemList_wrap #pager-top .pagerlist, #itemList_wrap #pager-bm .pagerlist {
     float: right;
 }
 #itemList_wrap #pager-top ul, #itemList_wrap #pager-bm ul {
     margin: 0;
     padding: 0;
     overflow: hidden;
     *zoom: 1;
 }
 #itemList_wrap #pager-top ul li, #itemList_wrap #pager-bm ul li {
     float: left;
     *float: none;
     *display: inline;
     padding: 0 4px;
     margin: 0;
     line-height: 120%;
     *zoom: 1;
     font-size: 80%;
 }
 #itemList_wrap #pager-top ul li.pagericon, #itemList_wrap #pager-bm ul li.pagericon  {
     float: left;
     *float: none;
     *display: inline;
     padding: 0;
     margin: 0;
     line-height: 120%;
     *zoom: 1;
 }
 #pager-top ul li.selected, #pager-bm ul li.selected {
     font-weight: bold;
     color: #333;
     text-decoration: none;
 }


 /* 商品ページ
 ----------------------------------- */
 #itemDetail-cont {
     overflow: hidden;
 }

#itemDetail-cont .cartArea input{
	width: 370px;
}

 #itemDetail-cont .itemThumb-wrap {
     float: left;
     width: 350px;
     margin: 0 30px 0 0;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb-main {
     text-align:center;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb-main img {
     height: auto;
     margin: 0 0 5px 0;
	 max-height: 350px;
	 /*border: 1px solid #ccc;*/
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul {
     overflow: hidden;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
     float: left;
     padding: 0;
     width: 350px;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
     height: 66px;
     width: 66px;
     margin: 0 5px 0 0;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
     margin: 0;
 }
 #itemDetail-cont .itemOutline {
     float: right;
     width: 370px;
 }
 #itemDetail-cont .itemOutline h1 {
     color: #333333;/* テキストリンク */
 }
 #itemDetail-cont .itemOutline .icons {
     margin: 0 0 15px 0;
 }
 #itemDetail-cont .itemOutline ul.ico_salesMethod {
     overflow: hidden;
     margin: 0 0 10px 0;
 }
 #itemDetail-cont .itemOutline ul.ico_salesMethod li {
     float: left;
     width: 61px;
     height: 25px;
 }
 #itemDetail-cont .itemOutline ul.ico_itemType {
     overflow: hidden;
 }
 #itemDetail-cont .itemOutline ul.ico_itemType li {
     float: left;
     width: 26px;
     height: 36px;
     text-align:center;
 }
article#Detail #main h1 {
    background: none;
    margin-bottom: 10px;
    margin-left: 0px !important;
    font-size: 140%;
    font-weight: normal;
    padding: 0;
    border-bottom: none;
    height: 6em;
    overflow: hidden;
}
.maker h1 {
	text-align: center;
 }

 section#itemDetail-wrap table.spec {
     margin: 15px 0;
 }
 section#itemDetail-wrap table.spec td {
     padding: 10px 0;
 }
 section#itemDetail-wrap table.spec th {
 }
 section#itemDetail-wrap .price {
     margin: 0 0 10px;
 }
section#itemDetail-wrap .price table td{
	padding: 3px 0px;
}
 section#itemDetail-wrap .price span.taxin{
	 font-size:80%;
}
 section#itemDetail-wrap .price span.selling_price{
	 font-size:275%;
	 line-height:1.2;
	 color:#EB0003; 
	 font-weight: bold;
}

 
 #itemDetail-wrap #spsVarpriceBox:after {
    clear: both;
    content: "";
    display: block;
}


 #itemDetail-wrap #spsVarpriceBox .border-radius{
	 background:#f79f1a none repeat scroll 0 0;
	 text-align:center;
	 border-radius:25px;
	 margin-bottom:20px;
	 line-height:25px;}
 #itemDetail-wrap #spsVarpriceBox .border-radius a{
	 color:#fff;
	 display:block;
	 font-size:100%;
	 font-weight:bold;
	 line-height:2.0;
}
 #itemDetail-wrap #spsVarpriceBox .border-radius a:hover{
	 background:#999 none repeat scroll 0 0;
	 display:block;
	 border-radius:25px;}
#itemDetail-wrap #spsVarpriceBox > div.selectbox{
	  padding:0;
	  border-radius:0;	
      margin: 20px 0;	   
}
 section#itemDetail-wrap div.selectbox tr{
	 background-color: #efefef;
}
 section#itemDetail-wrap div.selectbox th{
	 width:20%;
	 padding:15px;
	 border-bottom: #fff solid 1px;
}	 
section#itemDetail-wrap div.selectbox td{
	padding:15px;
	border-bottom: #fff solid 1px;	
}
 section#itemDetail-wrap div.selectbox th.ttl{
	 background:#f79f1a none repeat scroll 0 0;
	 color:#fff;
	 font-weight:bold;
	 font-size:110%;
	 padding: 15px 10px;
	 }
 section#itemDetail-wrap div.selectbox td select{
	 width:260px;}	 
 section#itemDetail-wrap .cartArea {
     margin-bottom: 20px;
 }
 section#itemDetail-wrap .cartArea img {
     width: 350px;
     height: 30px;
 }
 section#itemDetail-wrap .cartArea img.nostock {
     width: auto;
     height: auto;
 }
 section#itemDetail-wrap .cartArea table.variation {
     width: 100%;
     word-break:break-all;
 }
 section#itemDetail-wrap .cartArea tr.t-variation {
     background-image: url(../image/valiation_bk.gif);
     background-repeat: x-repeat;
     background-position: left top;
 }
 section#itemDetail-wrap .cartArea table.variation th {
     font-size: 60%;
     background:#eeeeee;
     padding: 3px 5px;
     text-align: center;
     line-height: 150%;
     border: solid 1px #CCCCCC;
 }
 section#itemDetail-wrap .cartArea table.variation tr {
     border-bottom: 1px dotted #CCCCCC;
 }
 section#itemDetail-wrap .cartArea table.variation tr.t-variation {
     border: none;
 }
 section#itemDetail-wrap .cartArea table.variation td {
     font-size: 60%;
     padding: 5px;
     text-align: center;
     line-height: 150%;
     border: solid 1px #CCCCCC;
 }
 section#itemDetail-wrap .cartArea table.variation td img {
     vertical-align: middle;
     width: 110px;
     height: 20px;
 }
 section#itemDetail-wrap .cartArea table.variation span.nostock {
     color: #F00;
 }

section#itemDetail-wrap li{
	margin: 10px 0;
}

 section#itemDetail-wrap li.shipping {
     height: 20px;
     padding-left: 30px;
     background:url(../image/base/ico_shipping.png) left top / 20px auto no-repeat;
 }
 section#itemDetail-wrap li.cancel {
     height: 20px;
     padding-left: 30px;
     background:url(../image/base/ico_return.png) left top / 20px auto no-repeat;
 }


 section#itemDetail-wrap .description {
     margin: 20px 0;
     padding: 0;
 }
section#itemDetail-wrap .description h3{
	border-bottom:1px #ccc dashed;
	margin-bottom:10px;
	padding-bottom:5px;
	color: #EB0003;
	font-size: 120%;
}

section#itemDetail-wrap .description p {
     font-size: 90%;
     line-height: 1.8;
 }

section#itemDetail-wrap .set{
	 text-align:center;
	 margin: 20px 0;
	 border: 1px solid #ccc;
	 padding: 20px 30px;
	 } 
section #itemDetail-wrap .set:after {
    clear: both;
    content: "";
    display: block;
}
section #itemDetail-wrap .set li{
	 text-align:center;
	 margin-right:20px;
	display: inline-block;
	}
section #itemDetail-wrap .set li:nth-child(4n){
	margin-right: 0;
}
section #itemDetail-wrap .set li a{
	 font-size:120%;
	 font-weight:bold;
	 line-height:2.0;
	 display:block;
	 padding:10px 30px;
	 border-radius:3px;	 
	color: #fff;
}

.itme-detail{
  padding:0;
  border:0;
}

.itme-detail tr > th{
  padding:0 0 0 10px;
  width:90px;
  height:30px;
}
.itme-detail tr > td{
  width:75%;
}

.itme-bg{
 background-color: #efefef;
}

.cartbtnOrderStop{
  width:400px;
  height:60px;
  background:gray;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
  font-size:large;
}

.btn_cart_stop_order {
    height: 60px; 
    background: #ccc; 
    color: white; 
    width: 400px; 
    text-align: center; 
    line-height: 60px; 
    border-radius: 2px; 
    font-size: 16px;
}