@charset "euc-jp";
/*body{background:url(../images/test.jpg) no-repeat center top;}*/

/* -------------------------------------
 *  font
 * ------------------------------------- */
 body,
.price .soldout,
input,
#contents .bogBox .price .tilde,
#contents .middleBox .price .tilde,
#contents .smallBox .price .tilde,
#contents #history .bogBox .price .tilde,
#contents #history .middleBox .price .tilde,
#contents #history .smallBox .price .tilde,
#contents #backnumber .bogBox .price .tilde,
#contents #backnumber .middleBox .price .tilde,
#contents #backnumber .smallBox .price .tilde,
#contents section.freepage .featureProdBox .price .tilde {
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, "Þâ¥´¥·¥Ã¥¯", YuGothic, "Noto Sans Japanese", Meiryo, sans-serif;
}
#contents #backnumber > header h1,
#contents #history > header h1,
#productEntry .column span,
#sideCart .cartarea .price,
#productDetail .cartarea .price,
#sideCart .cartarea .discount,
#productDetail .cartarea .discount,
#itemHeader .item_total,
#contents .bogBox .price,
#contents .middleBox .price,
#contents .smallBox .price,
#contents .bogBox .discount,
#contents .middleBox .discount,
#contents .smallBox .discount,
#contents section.freepage .featureProdBox .price,
#contents section.freepage .featureProdBox .discount,
#headerRightNav li#headerRightNav-CartTooltip div{
  font-family:"¥Ò¥é¥®¥ÎÌÀÄ« ProN W6","Hiragino Mincho ProN","ÞâÌÀÄ«","HGÌÀÄ«E","MS PMincho","MS ÌÀÄ«",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sideCart .cartarea .price .pricenum,
#productDetail .cartarea .price .pricenum,
#contents .bogBox .price .pricenum,
#contents .middleBox .price .pricenum,
#contents .smallBox .price .pricenum,
#sideCart .cartarea .discount .pricenum,
#productDetail .cartarea .discount .pricenum,
#contents .bogBox .discount .pricenum,
#contents .middleBox .discount .pricenum,
#contents .smallBox .discount .pricenum,
#contents .featureProdBox .pricenum,
.discountvalue {
  font-family:'Times New Roman', Garamond, serif;
}


/* -------------------------------------
 *  header
 * ------------------------------------- */
#header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}
#header > h1 {
  padding:20px 0 0 0;
  width:400px;
  float:left;
}

#headerRightNav {
  width: 464px;
  height: 60px;
  float:right;
  position: relative;
}
#headerRightNav li#headerRightNav-About{
  position: absolute;
  display: none;
  top: 0;
  left: 130px;
}
#headerRightNav li#headerRightNav-Account{
  position: absolute;
  display: none;
  top: 0;
  left: 150px;
}
#headerRightNav li#headerRightNav-Search .searchButton{
  position: absolute;
  display: block;
  float: left;
  top: 20px;
  right: 72px;
  cursor:pointer;
  }
#headerRightNav li#headerRightNav-Search .searchText{
  position: absolute;
  display: block;
  height: 24px;
  width:0;
  overflow:hidden;
  top: 28px;
  right: 115px;
  overflow:hidden;
  }
#headerRightNav li#headerRightNav-Search .searchText div{
  width: 280px;
}
#headerRightNav li#headerRightNav-Search .searchText div span{
  font-weight: 700;
}
#headerRightNav li#headerRightNav-Search input#keyword {
  font-size: 1.2rem;
  width: 200px;
  height: 22px;
  background: transparent;
  border: 1px solid #dbdbdb;
  margin-left:20px;
}
#headerRightNav li#headerRightNav-Search input#keyword:focus {
  outline: none;
}
#headerRightNav li#headerRightNav-Search #searchSubmit{
  margin-right:6px;
}
#headerRightNav li#headerRightNav-Cart{
  display: block;
  position:absolute;
  top:20px;
  right:10px;
}
#headerRightNav li#headerRightNav-CartTooltip{
  position: absolute;
  display: block;
  top: 12px;
  right: 0px;
  border-radius:14px;
  overflow: hidden;
  width: 30px;
  height: 20px;
  background:#cc0000;
  text-align:center;
  line-height:20px;
}
#headerRightNav li#headerRightNav-CartTooltip div{
  color: #FFF;
  font-size: 1.2rem;
  font-style: italic;
  padding-right:0.2em;
}

/* -------------------------------------
 *  pagenation
 * ------------------------------------- */
.pagenation{
  padding:20px 0 30px;
}
.pagenation > .pagerWrap > .pager {
  border-top:solid #dbdbdb 1px;
  border-bottom:solid #dbdbdb 1px;
  height:43px;
  text-align:center;
}
.pagenation > .pagerWrap > .pager li {
  line-height:42px;
  font-size: 12px;
  display: inline-block;
}
.pagenation > .pagerWrap > .pager li span {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px 5px 1px 5px;
}
.pagenation > .pagerWrap > .pager li:before{
  content:" | ";
}
.pagenation > .pagerWrap > .pager li.prev:before{
  content:"";
}
.pagenation > .pagerWrap > .pager li a {
  padding: 5px 5px 1px 5px;
}
.pagenation > .pagerWrap > .pager li a.current {
  font-weight: bold;
  border-bottom: 2px solid #bdbdbd;
}
.pagenation > .pagerWrap > .pager li:after:not(last-child) {
  content: "|";
  color: #808080;
  vertical-align: middle;
}
.pagenation > .pagerWrap > .pager li:first-child span,
.pagenation > .pagerWrap > .pager li:last-child span {
  color:#999;
  font-weight: normal;
  text-decoration: none;
}

/* -------------------------------------
 *  footer
 * ------------------------------------- */
#footer {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
  padding-top:60px;
}
#footer #bread{
  border-top:solid 1px #dbdbdb;
  line-height:38px;
  height:39px;
}
#footer #bread img{
  vertical-align:middle;
}
#footer #bread a{
  border-bottom:solid 2px #cacaca;
  font-weight: 700;
}

#globalFooterNavWrap {
  height: 69px;
  border-top: 3px solid #000;
}

#globalFooterNav {
  position: relative;
  float: left;
  height: 68px;
  overflow: hidden;
}
#globalFooterNav li {
  position: relative;
  display: block;
  float: left;
  height: 68px;
  margin: 28px 20px 0px 0px;
  line-height:1;
}
#globalFooterNav li a {
  display: block;
  width: 100%;
  height: 44px;
  font-weight:bold;
}
#footer .pagetop {
  float: right;
  text-align:left;
  width: 105px;
  height: 69px;
  line-height:70px;
  background:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/footer/footer-arrow.png) no-repeat right 26px center;
  font-weight: 400;
}

#footer .copyright {
  clear: both;
  line-height:1;
  display: block;
  font-size:10px;
  color:#686868;
  padding:20px 0 30px;
  border-top:solid 1px #dcdcdc;
}



 /* -------------------------------------
 *  SIDE
 * ------------------------------------- */
#side{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width:250px;
  float:right;
  font-size:12px;
  padding-top:16px;
  border-top:solid 1px #dedede;
}
#side a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.6;
}
#side .section{
  margin-bottom:40px;
}
#side .bnr_box{
  margin-bottom:7px;
}
#side #sideNaviWrap{
  margin-bottom:0px;
}
#side #sideNaviWrap li{
  padding:11px 0;
  line-height:1;
}
#side #sideNaviWrap .new li{
  padding: 0 0 11px;
  line-height:1.8;
}
#side #sideNaviWrap .menu_box{
  border-top:solid 1px #dbdbdb;
  overflow:hidden;
  padding:10px 0;
}
#side #sideNaviWrap #sideNavi.tableware .tableware.active .categoryList,
#side #sideNaviWrap #sideNavi.kitchen .kitchen.active .categoryList,
#side #sideNaviWrap #sideNavi.interior .interior.active .categoryList,
#side #sideNaviWrap #sideNavi.fabric .fabric.active .categoryList,
#side #sideNaviWrap #sideNavi.furniture .furniture.active .categoryList,
#side #sideNaviWrap #sideNavi.fashion .fashion.active .categoryList,
#side #sideNaviWrap #sideNavi.babykids .babykids.active .categoryList{
  display:block;
}

#side #sideNaviWrap #sideNavi li strong a{
  cursor:pointer;
  display:block;
  background:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/side-arrow.png) no-repeat right top ;
}
#side #sideNaviWrap #sideNavi li.active strong a{
  color:#999999;
  background:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/side-arrow-active.png) no-repeat right top ;
}
#side #sideNaviWrap #sideNavi li strong a.noChild,
#side #sideNaviWrap #sideNavi li.active strong a.noChild{
  background: none;
}
#side #sideNaviWrap ul li strong{
  display:block;
  font-weight: 700;
  font-size:13px;
}
#side #sideNaviWrap ul li strong span{
  color:#b4b4b4;
  margin-left:10px;
  font-weight:normal;
  font-size:12px;
}
#side #sideNaviWrap .menu_box .categoryList{
  overflow:hidden;
  display:none;
}
#side #sideNaviWrap .menu_box .categoryList ul{
  padding:10px 0;
}
#side #sideNaviWrap .menu_box .categoryList li{
  padding:7px 10px;
}
#side #sideNaviWrap .menu_box .categoryList li a{
  display:block;
  color:#000;
  background:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/side-arrow-menu.jpg) no-repeat left center ;
  text-indent:10px;
}
/*
#side #sideNaviWrap .menu_box .categoryList li a:before{
  content: ">";
  margin-right:5px;
}
*/
#side #sideNaviWrap .menu_box .categoryList li a:hover{
  color:#999999;
  background:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/side-arrow-menu-hover.jpg) no-repeat left center ;
}
#side #sideNaviWrap .menu_box .categoryList li.active a{
  color:#999;
}


#side #sideBnrWrap .options{
  margin-bottom:20px;
}
#side #sideBnrWrap .options:first-child{
  margin-bottom:30px;
}
#side #sideBnrWrap .options .bnr_box{
  font-size:11px;
}
#side #sideBnrWrap .options .bnr_box div{
  padding:15px;
  background-color:#f2f2f2;
  display:block;
  overflow:hidden;
}
#side #sideBnrWrap .options .bnr_box .sns{
  text-align:center;
  padding-top:0;
}
#side #sideBnrWrap .options .bnr_box .sns a{
  margin-left:10px;
}
#side #sideBnrWrap .options .bnr_box.mailmagazine p{
  padding:10px 0;
}
#side #sideBnrWrap .options .bnr_box.mailmagazine form{
  padding-top:6px;
}
#side #sideBnrWrap .options .bnr_box.mailmagazine input{
  border:solid 1px #c4c4c4;
  line-height:30px;
  width:168px;
}
#side #sideBnrWrap .options .bnr_box.mailmagazine input[type=submit]{
  background:url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/side-bg-submit.jpg') no-repeat;
  width:44px;
}

#side #sideFeatureWrap header{
  overflow:hidden;
  margin-bottom:10px;
}
#side #sideFeatureWrap h1{
  font-size:14px;
  font-weight:normal;
  float:left;
  width:50%;
}
#side #sideFeatureWrap a{
  float:right;
  font-size:12px;
  font-weight: 700;
}
#side #sideFeatureWrap a img{
  vertical-align:middle;
}
#side #sideFeature .feature_box{
  margin-bottom:1px;
  overflow:hidden;
}
#side #sideFeature .feature_box a{
  padding:20px 20px 15px;
  background:#eeeeee;
  display:block;
}
#side #sideFeature .feature_box p{
  font-size:12px;
}
#side #sideFeature .feature_box img{
  width:210px;
  margin-bottom:10px;
}
#side #sideGroupBnrWrap{
  width:250px;
  height: auto;
  overflow: hidden;
}
#side #sideGroupBnrWrap .bnr_box{
  width:100%;
  margin-bottom: 10px;
}
#side #sideGroupBnrWrap .bnr_box a{
  display: block;
  width:100%;
  overflow: hidden;
}
#side #sideGroupBnrWrap .bnr_box img{
  width:100%;
}

#side #sideGroupBnrWrap .bnr_box:last-child{
  margin-bottom:0;
}



 /* -------------------------------------
 *  CONTENTS AREA
 * ------------------------------------- */
#contents {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  display: inline;
  float: left;
  width: 690px;
  padding-top:16px;
  border-top:solid 1px #dedede;
}
.top #contents { padding-top:0; border-top:none; }
#contents > section > div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contents .bigBox {
  margin-bottom:18px;
}
#contents .bigBox,
#contents .middleBox,
#contents .smallBox {
  clear:both;
}
#contents .bigBox  article,
#contents .middleBox article,
#contents .smallBox article {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float:left;
  margin-bottom:18px;
  margin-right:30px;
}
#contents .bigBox  article{
  width: 330px;
}
#contents .middleBox article {
  width: 210px;
}
#contents .smallBox article {
  width: 122px;
  margin-right:20px;
}
#contents .bigBox article:nth-child(even),
#contents .middleBox article:nth-child(3n),
#contents .smallBox article:nth-child(5n){
  margin-right:0;
}
/* ----- SHOP LIST layout adjust */
.free11 #contents .middleBox {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/* ----- */

#contents .bigBox article > a,
#contents .middleBox article > a,
#contents .smallBox article > a {
  display: block;
  color: #000;
  overflow: hidden;
}
#contents .bigBox article a:hover,
#contents .middleBox article a:hover,
#contents .smallBox article a:hover {
  opacity:0.8;
}
#contents .bigBox img{
  width:330px;
}
#contents .middleBox img{
  width:210px;
}
#contents .smallBox img{
  width:120px;
}
#contents article header {
  margin-top: 10px;
}
#contents article header h1 {
  font-size: 14px;
}
.top #contents .bigBox p.image,
#contents .middleBox p.image,
#contents .smallBox p.image {
  position: relative;
}
.top #contents .bigBox p.image:before,
#contents .middleBox p.image:before,
#contents .smallBox p.image:before {
  border:solid 1px #bcc0c1;
  border: solid 1px rgba(0,0,0,0.06);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.top #contents .bigBox p.image:before {
  width: 328px;
  height: 328px;
}
#contents .middleBox p.image:before {
  width: 208px;
  height: 208px;
}
#contents .smallBox p.image:before {
  width: 118px;
  height: 118px;
}
#contents #backnumber .smallBox p.image:before {
  width: 118px;
  height: 78px;
}
#contents article header p.group {
  font-size:10px;
  color:#666;
}
#contents article .caption{
  min-height:3em;
}
#contents #history{
  padding-top:60px;
  overflow:hidden;
}
#contents #history header h1{
  font-size:12px;
}
#contents #history > header h1{
  margin-bottom:18px;
  line-height:1;
  font-size:14px;
  font-style:italic;
  padding-top:10px;
}
#contents #history header span{
  color:#666666;
  font-size:10px;
  display:block;
  margin-bottom:4px;
}
#contents #backnumber{
  margin-top:15px;
  overflow:hidden;
}
#contents #backnumber header h1{
  font-size:12px;
}
#contents #backnumber > header h1{
  margin-bottom:18px;
  line-height:1;
  font-size:14px;
  font-style:italic;
  padding-top:10px;
}
#contents #backnumber header span{
  color:#666666;
  font-size:10px;
  display:block;
  margin-bottom:4px;
}
#contents .bogBox .price,
#contents .middleBox .price,
#contents .smallBox .price,
#contents .bogBox .discount,
#contents .middleBox .discount,
#contents .smallBox .discount{
  font-style:italic;
  color:#666666;
  text-align:right;
  font-size:11px;
  padding-right:1em;
}
#contents .bogBox .price .pricenum,
#contents .middleBox .price .pricenum,
#contents .smallBox .price .pricenum,
#contents .bogBox .price .discount,
#contents .middleBox .price .discount,
#contents .smallBox .price .discount{
  font-size:12px;
}
#contents #history .bogBox .price,
#contents #history .middleBox .price,
#contents #history .smallBox .price{
  font-size:10px;
}
#contents #history .bogBox .price .pricenum,
#contents #history .middleBox .price .pricenum,
#contents #history .smallBox .price .pricenum{
  font-size:11px;
}
#contents .bogBox .price .soldout,
#contents .middleBox .price .soldout,
#contents .smallBox .price .soldout{
  color:#cc0000;
  font-style:normal;
}
#contents .bogBox .price .tilde,
#contents .middleBox .price .tilde,
#contents .smallBox .price .tilde,
#contents #history .bogBox .price .tilde,
#contents #history .middleBox .price .tilde,
#contents #history .smallBox .price .tilde{
  color:#959595;
}
#contents .bogBox .discount,
#contents .middleBox .discount,
#contents .smallBox .discount{
  font-style:italic;
  color:#666666;
  text-align:right;
  font-size:11px;
  padding-right:1em;
}
#contents .bogBox .discountprice,
#contents .middleBox .discountprice,
#contents .smallBox .discountprice{
  color: #c00;
}

#topNews{
  border-top:solid 1px #dedede;
  padding: 15px 0;
}
 /* -------------------------------------
 *  TOP SLIDE
 * ------------------------------------- */
#slides {
  clear: both;
  position: relative;
}

#slides .slidesjs-navigation{
  position:absolute;
  z-index:100;
  top:50%;
  width:49px;
  height:49px;
  overflow:hidden;
  margin-top:-44px;
  display:block;
  text-indent:-99999999px;
  display:none;
}
#slides .flickity-prev-next-button svg{
  display:none;
}
#slides .flickity-prev-next-button.previous{
  left:20px;
  background:url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/home/home-mv-prev.png') no-repeat;
}
#slides .flickity-prev-next-button.next{
  right:20px;
  background:url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/home/home-mv-next.png') no-repeat;
}
#slides .flickity-page-dots{
  overflow:hidden;
  height:40px;
  text-align:center;
  position:static;
}
#slides .flickity-page-dots li{
  display:inline-block;
  line-height:44px;
  width:29px;
  height:40px;
  margin:0;
  overflow:hidden;
  text-indent:-99999999px;
  background:url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/home/home-mv-dot-current.png') no-repeat;
}


 /* -------------------------------------
 *  PRODUCT LIST
 * ------------------------------------- */
#itemHeader{
  height:76px;
  overflow:visible !important;
}
  .group #itemHeader{
    height:auto;
    overflow: hidden !important;
    }
#itemHeader h1{
  font-size:20px;
  line-height: 1;
  margin-bottom: 10px;
  color:#000;
  font-weight:bold;
}
#itemHeader h1 span{
  font-size:16px;
  font-weight:normal;
  color:#000;
}
#itemHeader h1 span:before{
  content:"/";
  margin-left:14px;
  padding-right:11px;
}
#itemHeader .item_total{
  width:200px;
  float:left;
  font-style:italic;
  color:#666666;
  font-size:12px;
}
#itemHeader .sort{
  clear:both;
  text-align:right;
  margin-bottom:20px;
  width:200px;
  float:right;
}
#itemHeader .sort li{
  display:inline-block;
  margin-left: 5px;
}
#itemHeader .sort li span{
  font-weight: bold;
  border-bottom: 2px solid #bdbdbd;
}


.product_srh #itemHeader p{
  margin-bottom:30px;
}
 /* -------------------------------------
 *  PRODUCT LIST BY GROUP
 * ------------------------------------- */
#container.group #contents{
  border:none;
  padding-top:0;
}
#itemHeader #groupHeader h1{
  font-size:15px;
  font-weight:bold;
  height:42px;
  line-height:55px;
}
#itemHeader #groupHeader p{
  font-size:12px;
  color:#666666;
  margin-bottom:10px;
}
 /* -------------------------------------
 *  NO ITEMS
 * ------------------------------------- */
#container .noitems{
  background:#f2f2f2;
  padding:99px 0;
  text-align:center;
  font-size:13px;
  color:#000;
}
/* -------------------------------------
*  FEATURE
* ------------------------------------- */
#contents .features h1{
  line-height: 1;
  margin-bottom: 16px;
}

/* -------------------------------------
*  PRODUCT
* ------------------------------------- */
#container.product #contents{
  border:none;
  padding-top:0;
}
#entryHeader,
#productEntry .entry,
#productDetail,
#productHeader,
#productMeta{
  width:630px;
  margin:auto;
 }

#productLargeImage{
  height:420px;
  overflow:hidden;
  text-align:center;
 }
#productLargeImage img{
  width:630px;
}
#container.product #contents #productThumbnail{
  text-align:right;
  padding-top:1px;
}
#productThumbnail .thumbnail{
  display:inline-block;
  height:34px;
  margin-left:1px;
  margin-right:-4px;
  vertical-align: top;
}
#productThumbnail .thumbnail:nth-child(12n),
#productThumbnail .thumbnail:last-child{
  margin-right:0px;
}

#productThumbnail img{
  width:51px;
  height:33px;
  cursor:pointer;
}
#productThumbnail .thumbnail:nth-child(odd) img {
  width:52px;
}

#productMeta #productTitle{
  font-size:20px;
  font-weight:bold;
  width:370px;
  float:left;
  padding:18px 0 20px;
}
#productMeta #productTitle .product_group{
  line-height:1.4;
  font-size:15px;
  min-height:20px;
}
/* -------------------------------------
*  PRODUCT DETAIL
* ------------------------------------- */
#productDetail {
  width:230px;
  float:right;
}
#sideCart {
  padding:15px;
  border:solid 1px #e9e9e9;
  border-radius:1px;
  overflow:hidden;
  width:210px;
}
#sideCart .product_header{
  overflow:hidden;
  margin-bottom:10px;
}
#sideCart .product_thumb{
  width:60px;
  height:60px;
  float:left;
}
#sideCart .product_name{
  font-size:14px;
  font-weight:bold;
  width:129px;
  float:right;
}
#sideCart .product_name p{
  position: relative;
/*  height: 60px;*/
  min-height: 60px;
  z-index: 1;
}
/*
#sideCart .product_name p:after{
  position: absolute;
  display: block;
  content: '...';
  width: 15px;
  height: 15px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 2;
}
*/
#productDetail .cartarea{
  padding:23px 0 20px;
  overflow:hidden;
  }
  #productDetail.group .cartarea { padding-top:43px !important; }
select {
  cursor:pointer;
}
.customSelect {
  border:solid #cdcdcd 1px;
  background:#fff url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon-arrow-down.png) no-repeat right center;
  padding:4px 10px;
  margin-bottom:10px;
}
#sideCart .customSelect {
  width:190px;
  overflow: hidden;
}
#productDetail .customSelect {
  width:208px;
  overflow: hidden;
}
.customSelect.customSelectHover {
  border:solid #000 1px;
}
.customSelect.customSelectOpen {
}
.customSelect.customSelectFocus {
}
.customSelectInner {
    width: 190px !important;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#sideCart .cartarea .price,
#productDetail .cartarea .price{
  min-height:27px;
  text-align:right;
  font-size:14px;
  font-style:italic;
  font-weight:bold;
  line-height: 1;
  margin-bottom:8px;
  padding-top:0px;
  overflow:hidden;
}

#sideCart .cartarea .price p,
#productDetail .cartarea .price p{
  display:inline-block;
  float:right;
}
#sideCart .cartarea .price span.pricenum {
  font-size:20px;
  font-weight: normal;
}
#productDetail .cartarea .price span.pricenum {
  font-size:23px;
  font-weight: normal;
}
#sideCart .cartarea .price .soldout,
#productDetail .cartarea .price .soldout{
  float:left;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  padding-top:8px;
  color:#cc0000;
}
#sideCart .cartarea .price span.tax,
#productDetail .cartarea .price span.tax{
  font-size:12px;
  color:#959595;
  padding-right:1em;
}
#sideCart .cartarea .price span.tilde,
#productDetail .cartarea .price span.tilde{
  font-family: "Hiragino Kaku Gothic ProN", "???????????¡­ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, "???¡­??????", YuGothic, "Noto Sans Japanese", Meiryo, sans-serif;
  color:#959595;
  vertical-align:3px;
  font-size:12px;
}
#sideCart .cartarea .price p.discount,
#productDetail .cartarea .price p.discount{
  display:block;
  float:none;
  padding-right: 1em;
}
#sideCart .cartarea .price p.discountprice,
#productDetail .cartarea .price p.discountprice{
  color: #c00;
}
#sideCart .cartarea .price p.discountprice span.tax,
#productDetail .cartarea .price p.discountprice span.tax {
  padding-right: 0;
  color: #c00;
}

#sideCart .cartarea .purchase_num,
#productDetail .cartarea .purchase_num{
  display:inline-block;
  margin-right:14px;
}
#sideCart .cartarea .purchase_num{
  margin-right:12px;
}
#sideCart .cartarea input,
#productDetail .cartarea input{
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:12px;
  padding-right:5px;
}
#sideCart .cartarea .purchase_num input[type=text],
#productDetail .cartarea .purchase_num input[type=text]{
  border:solid 1px #cdcdcd;
  width:20px;
  text-align:right;
}
#sideCart .cartarea .purchase_num input[type=text]{
  width:15px;
}
#sideCart .cartarea .cartbtn,
#productDetail .cartarea .cartbtn{
  float:right;
}
#sideCart .cartarea .cartbtn .button,
#productDetail .cartarea .cartbtn .button{
  display:inline-block;
}
#sideCart .cartarea .cartbtn .button input,
#productDetail .cartarea .cartbtn .button input{
  display: inline-block;
  height: 0;
  border:none;
  overflow: hidden;
  padding-top:32px;
  line-height: 32px;
  background:#cc0000 url("//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/cart_btn.png") no-repeat center top;
  cursor:pointer;
  *padding-top:0;
  *line-height:0;
  *height:32px;
  text-indent: -9999px;
}
#sideCart .cartarea .cartbtn .button input{
  width:132px;
}
#productDetail .cartarea .cartbtn .button input{
  width:140px;
}
#sideCart .cartarea .cartbtn .button.soldout,
#productDetail .cartarea .cartbtn .button.soldout{
  display:block;
  padding:8px 5px 5px;
  background:#ebebeb url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/cart_bg_soldout.jpg) no-repeat left 10px center;
  font-weight:bold;
  font-size:12px;
  line-height:1;
  text-indent: 23px;
  text-align: center;
}
#sideCart .cartarea .cartbtn .button.soldout{
  width:200px;
  font-weight:normal;
}
#productDetail .cartarea .cartbtn .button.soldout{
  width:220px;
  font-weight:normal;
}

#productDetail .cartarea .nogift,
#sideCart .cartarea .nogift{
  clear: both;
  width: 100%;
  padding-top: 1em;
  color: #c00;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}
/* -------------------------------------
*  FREEPAGE/ENTRY
* ------------------------------------- */
#contents section.freepage {
  overflow:hidden;
  clear:both;
}
#contents section.top_photo {
  margin-top:-17px;
}

#contents section.freepage h1,
#productEntry .entry h1{
  margin-bottom:17px;
}
#contents section.freepage h1.border,
#productEntry .entry h1.border{
  border-bottom:solid 1px #dedede;
  padding-bottom:17px;
}
#contents section.freepage > h1,
#productEntry .entry > h1{
  line-height:1;
}
#contents section.features > h1 span,
#contents section.freepage > h1 span,
#productEntry .entry > h1 span{
  font-weight:normal;
  color:#000;
}
#contents section.features > h1 span,
#contents section.freepage > h1 span{
  font-size:16px;
}
#contents section.features > h1 span:before,
#contents section.freepage > h1 span:before,
#productEntry .entry > h1 span:before{
  content:"/";
  margin-left:14px;
  padding-right:11px;
}
#contents section.freepage .border_bottom,
#productEntry .entry .border_bottom{
  padding-bottom:30px;
  border-bottom:solid 1px #dedede;
  margin-bottom:30px;
}
#contents section.freepage .border_bottom{
  font-size:14px;
}
#contents section.freepage .border_bottom.noborder,
#productEntry .entry .border_bottom.noborder{
  padding-bottom:0px;
  border-bottom:none;
}
#contents section.freepage .border_top,
#productEntry .entry .border_top{
  padding-top:30px;
  border-top:solid 1px #dedede;
  margin-top:30px;
}
#contents section.freepage .border_top{
  font-size:14px;
}

#contents section.freepage .mb0,
#productEntry .entry .mb0{
  margin-bottom:0px;
}
#contents section.freepage .mb10,
#productEntry .entry .mb10{
  margin-bottom:10px;
}
#contents section.freepage .mb20,
#productEntry .entry .mb20{
  margin-bottom:20px;
}
#contents section.freepage .mb30
,#productEntry .entry .mb30{
  margin-bottom:30px;
}
#contents section.freepage .fs18,
#productEntry .entry .fs18{
  font-weight:bold;
  font-size:18px;
}
#contents section.freepage .fs15,
#productEntry .entry .fs15{
  font-weight:bold;
  font-size:15px;
}
#contents section.freepage .fs14,
#productEntry .entry .fs14{
  font-weight:bold;
  font-size:14px;
}
#contents section.freepage p{
  font-size:14px;
}
#contents section.freepage a,
#productEntry .entry a{
  color:#cc0000;
  text-decoration:underline;
}
#contents section.freepage a:hover,
#productEntry .entry a:hover{
  color:#e50000;
  text-decoration:none;
}

#contents section.freepage a.externallink:after ,
#productEntry .entry a.externallink:after {
  content:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon-blank.jpg);
  vertical-align:-2px;
  margin-left:5px;
}
#contents section.freepage ul li,
#contents section.freepage ol li,
#productEntry .entry ul li,
#productEntry .entry ol li{
  padding-left: 1.5em;
  text-indent: -1em;
  margin-bottom:30px;
}
#contents section.freepage ul li,
#contents section.freepage ol li{
  font-size:14px;
}
#contents section.freepage ul li,
#productEntry .entry ul li{
  list-style:disc inside;
}
#contents section.freepage ol li,
#productEntry .entry ol li{
  list-style:decimal inside;
}
#contents section.freepage .nomb li,
#productEntry .entry .nomb li{
  margin-bottom:0;
}
#contents section.freepage .caution,
#productEntry .entry .caution{
  color:#666666;
  display:block;
}
#contents section.freepage .caution{
  font-size:12px;
}
#contents section.freepage .bg_gray,
#productEntry .entry .bg_gray{
  background:#f2f2f2;
  padding:10px;
  line-height:1;
  display:inline-block;
  margin-bottom:10px;
}
#contents section.freepage .imgbox,
#productEntry .entry .imgbox,
#contents section.freepage .imgbox2,
#productEntry .entry .imgbox2{
  margin-bottom:30px;
  overflow:hidden;
}
#contents section.freepage .imgbox:last-child,
#productEntry .entry .imgbox:last-child,
#contents section.freepage .imgbox2:last-child,
#productEntry .entry .imgbox2:last-child{
  margin-bottom:0;
}
#contents section.freepage .imgbox.left img,
#productEntry .entry .imgbox.left img,
#contents section.freepage .imgbox2.left img,
#productEntry .entry .imgbox2.left img{
  float:left;
  margin-right:30px;
  width:330px;
}
#contents section.freepage .imgbox.right img,
#productEntry .entry .imgbox.right img,
#contents section.freepage .imgbox2.right img,
#productEntry .entry .imgbox2.right img{
  float:right;
  margin-left:30px;
  width:330px;
}
#contents section.freepage .imgbox.left .text,
#productEntry .entry .imgbox.left .text,
#contents section.freepage .imgbox2.left .text,
#productEntry .entry .imgbox2.left .text{
  float:right;
}
#contents section.freepage .imgbox.right .text,
#productEntry .entry .imgbox.right .text,
#contents section.freepage .imgbox2.right .text,
#productEntry .entry .imgbox2.right .text{
  float:left;
}
#contents section.freepage .imgbox .text,
#productEntry .entry .imgbox .text,
#contents section.freepage .imgbox2 .text,
#productEntry .entry .imgbox2 .text{
  width:330px;
}

#contents section.freepage table,
#productEntry .entry table{
  max-width:100%;
}
#contents section.freepage table,
#contents section.freepage table th,
#contents section.freepage table td,
#productEntry .entry table,
#productEntry .entry table th,
#productEntry .entry table td{
  border-collapse: collapse;
  border:1px solid #dedede;
}
#contents section.freepage table th,
#contents section.freepage table td,
#productEntry .entry table th,
#productEntry .entry table td{
  padding:10px;
  text-align:left;
  font-size:14px;
}
#contents section.freepage table th,
#productEntry .entry table th{
  font-weight:bold;
}
#contents section.freepage table,
#contents section.freepage table th,
#contents section.freepage table td,
#productEntry .entry table,
#productEntry .entry table th,
#productEntry .entry table td{
  border-left:0;
  border-right:0;
}
#contents section.freepage table.w337,
#productEntry .entry table.w337{
  width:337px;
}
#contents section.freepage table.w_full,
#productEntry .entry table.w_full{
  width:100%;
}
#contents section.freepage table.w_full,
#productEntry .entry table.w_full{
  width:100%;
}
#contents section.freepage table.noborder_top,
#contents section.freepage table.noborder_top tr:first-child th,
#contents section.freepage table.noborder_top tr:first-child td,
#productEntry .entry table.noborder_top,
#productEntry .entry table.noborder_top tr:first-child th,
#productEntry .entry table.noborder_top tr:first-child td{
  border-top:0;
  padding-top: 0;
}
#contents section.freepage table.noborder_bottom,
#contents section.freepage table.noborder_bottom tr:last-child th,
#contents section.freepage table.noborder_bottom tr:last-child td,
#productEntry .entry table.noborder_bottom,
#productEntry .entry table.noborder_bottom tr:last-child th,
#productEntry .entry table.noborder_bottom tr:last-child td{
  border-bottom:0;
}
#contents section.freepage .itemList .middleBox article a,
#productEntry .entry .itemList .middleBox article a{
  color: #000;
  text-decoration: none;
}
#contents section.group article a {
    display: block;
    width: 328px;
    height: 98px;
    background-color: #d0d0d0;
    text-align: center;
    line-height: 98px;
    color: #fff;
    text-decoration: none;
}
#contents section.group article a:hover {
    color: #fff;
}
#contents section.freepage .bnr_box div {
    padding: 22px 15px 0;
    background-color: #f2f2f2;
    display: block;
    overflow: hidden;
}
#contents section.freepage .bnr_box div p {
    font-size: 11px;
    padding: 0 0 15px;
    margin: 0 0;
}
#contents section.freepage .mailmagazine div form {
    margin-left: 181px;
    margin-top: -36px;
    padding-bottom: 10px;
}

#contents section.freepage .bnr_box.mailmagazine input{
  border:solid 1px #c4c4c4;
  line-height:30px;
  width:168px;
}
#contents section.freepage .bnr_box.mailmagazine input[type=submit]{
  background:url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/side-bg-submit.jpg') no-repeat;
  width:44px;
}
#contents section.freepage img.responsive_img {
  width: 50%;
  height: 50%;
}

#contents section.freepage .featureProdBox {
  clear:both;
}
#contents section.freepage .featureProdBox article {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float:left;
  margin-bottom:18px;
  margin-right:30px;
  width: 330px;
}
#contents section.freepage .featureProdBox article:nth-child(even){
  margin-right:0;
}
#contents section.freepage .featureProdBox article > a {
  display: block;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
#contents section.freepage .featureProdBox article a:hover p.image,
#contents section.freepage .featureProdBox article a:hover header,
#contents section.freepage .featureProdBox article a:hover p.price {
  opacity:0.8;
}
#contents section.freepage .featureProdBox p.image{
  width:150px;
  float: left;
  position: relative;
}
#contents section.freepage .featureProdBox p.image:before {
  border:solid 1px #bcc0c1;
  border: solid 1px rgba(0,0,0,0.06);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
}
#contents section.freepage .featureProdBox img{
  width:130px;
}
#contents section.freepage .featureProdBox article header {
  width: 180px;
  margin-top: 0;
  float: right;
}
#contents section.freepage .featureProdBox article header h1 {
  margin-bottom: 0;
}
#contents section.freepage .featureProdBox .price{
  width: 170px;
  font-style:italic;
  color:#666666;
  text-align:right;
  font-size:11px;
  padding-right:10px;
  float: right;
}
#contents section.freepage .featureProdBox .price .pricenum{
  font-size:12px;
}
#contents section.freepage .featureProdBox .price .soldout{
  color:#cc0000;
  font-style:normal;
}
#contents section.freepage .featureProdBox .price .tilde{
  color:#959595;
}
#contents section.freepage .featureProdBox p.linktxt{
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  width: 180px;
  margin-top: 6px;
  float: right;
  overflow: hidden;
}
#contents section.freepage .featureProdBox p.linktxt span{
  color: #fff;
  display: inline-block;
  padding: 8px;
  background: #cc0000;
}
#contents section.freepage .featureProdBox a:hover p.linktxt span{
  background: #e50000;
}

/* -------------------------------------
*  PRODUCT DETAIL CONTENTS
* ------------------------------------- */
#productEntry{
  clear:both;
}
#productEntry p{
  text-align:justify;
}
#productEntry strong{
  display:block;
  margin-bottom:30px;
  line-height:1;
}
#productEntry .entrymeta{
  clear:both;
}
#productEntry .entrymeta strong{
  display:inline;
  margin-bottom:none;
  font-size: 14px;
  font-weight:normal;
  line-height:1.6;
}
#productEntry .entrymeta p{
  font-size:11px;
  margin-top:1em;
  margin-bottom:30px;
}
#productEntry .lead{
  font-size:14px;
  margin:30px 0 40px;
}
#productEntry .column{
  border:solid 1px #e1e1e1;
  padding:30px;
  margin:30px 0 40px;
}
#productEntry .column:before{
  content:"COLUMN";
  font-size:9px;
  margin-bottom:10px;
  display:block;
}
#productEntry .column p{
  margin-bottom:16px;
}
#productEntry .column span{
  text-align:right;
  font-size:12px;
  font-style:italic;
  display:block;
}
#productEntry .chara{
  overflow:hidden;
  margin:40px 0 60px;
}
#productEntry .chara img{
  float:left;
  margin-right:20px;
}
#productEntry .chara strong{
  margin-bottom:20px;
}
#productEntry .chara strong:before{
  content:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon-chara.png);
  vertical-align:-3px;
  margin-right:6px;
}
#productEntry .group{
  background:#f2f2f2;
  padding:20px;
  overflow:hidden;
  font-size:12px;
}
#productEntry .group img{
  width:250px;
}
#productEntry .group strong{
  margin-bottom:5px;
}
#productEntry .group div{
  float:left;
  width:380px;
  margin-right:20px;
}

#productEntry .group div p{
  min-height: 70px;
}
#productEntry .group .right{
  float:right;
  width:250px;
  text-align:right;
  line-height:1;
  margin:0;
}
#productEntry .group .right img{
  margin-bottom:10px;
}
#productEntry .group .right a:before{
  content:url(//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon-arrow-right.png);
  margin-right:5px;
}

#contents section.freepage blockquote.cp_claskashop,
#productEntry .entry blockquote.cp_claskashop {
  width: 100%;
  color: #999;
  font-size: 11px;
  text-align: right;
}
#contents section.freepage blockquote.cp_claskashop img,
#productEntry .entry blockquote.cp_claskashop img {
  width: 100%;
  margin-bottom: 8px;
}
#contents section.freepage blockquote.cp_claskashop p {
  width: 100%;
  color: #999;
  font-size: 11px;
  text-align: right;
  padding-bottom:30px;
}
#contents section.freepage blockquote.cp_claskashop p a,
#productEntry .entry blockquote.cp_claskashop a {
  color: #999;
}
#contents section.freepage blockquote.cp_claskashop p a:hover,
#productEntry .entry blockquote.cp_claskashop a:hover {
  color: #ccc;
  text-decoration: none;
}


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8000;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 9000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon_circle.png');
  -webkit-background-size: 9px 9px;
  -moz-background-size: 9px 9px;
  -o-background-size: 9px 9px;
  background-size: 9px 9px;
  width: 9px;
  height: 9px;
  background-position: 5px 5px;
  height: 9px;
  padding: 5px;
  margin: 0 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon_arrow02_left.png');
  -webkit-background-size: 5px 9px;
  -moz-background-size: 5px 9px;
  -o-background-size: 5px 9px;
  background-size: 5px 9px;
  padding: 5px;
}

.bx-wrapper .bx-next {
  right: 50%;
  margin-right: -100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/shared/icon_arrow01_right.png');
  -webkit-background-size: 5px 9px;
  -moz-background-size: 5px 9px;
  -o-background-size: 5px 9px;
  background-size: 5px 9px;
  padding: 5px;
}

.bx-wrapper .bx-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.bx-wrapper .bx-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: 8px;
  outline: 0;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  z-index: 9001;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#side > .recommendation {
/*
  margin-top: 35px;
*/
}

#side > .recommendation > header {
  width: 300px;
  background: none;
  margin-bottom: 20px;
}
#side > .recommendation > header .title {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('//file001.shop-pro.jp/PA01324/402/pc/assets/images/side/sidebar_recommendation_title.png');
  -webkit-background-size: 300px 30px;
  -moz-background-size: 300px 30px;
  -o-background-size: 300px 30px;
  background-size: 300px 30px;
  width: 300px;
  height: 30px;
}
#side > .recommendation > p,#side > .information > p {
  margin-bottom: 10px;
}
#side > .recommendation > p img,#side > .information > p img {
  width: 300px;
}
#side > .recommendation a,#side > .information a  {
  display: block;
}