@charset "euc-jp";
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

.itemList--ranking{
  padding-top:10px;
}
.itemList--ranking .itemList__unit{
  position:relative;
}
.itemList__rank{
  width:40px;
  line-height:40px;
  background:#ccc;
  border-radius: 50%;
  text-align:center;
  position:absolute;
  left:15px;
  top:-20px;
  font-size:16px;
  z-index:1;
}



.bnrList--column .bnrList__unit{
  position:relative;
}
.bnrList--column .bnrList__unit:before{
  content:"";
  display: inline-block;
  padding:5px 10px;
  position:absolute;
  left:0px;
  top:0px;
  background:#333;
  color:white;
  z-index:1;
  pointer-events: none;
  background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_38.png) no-repeat top left;
	width:45px;
	height: 45px;
}
.bnrList--column .bnrList__unit img {
    width: 100%;
    height: auto;
}
.bnrList__cate{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  margin-bottom:0px;
}

.aboutTable {
    width: 1000px;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    
}
.aboutTable + .aboutTable{
  margin-top:30px;
}
.aboutTable__cell{
  display: table-cell;
  vertical-align: middle;
  width:50%;
}
.aboutTable__cell--detail {
    text-align: left;
    padding-left: 2%;
    width: 48%;
}
.aboutTable__cell--img{
  text-align:left;
}
.aboutTable__cell--detail{
  text-align:left;
}
.aboutTable__title {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
.aboutTable__text {
    margin: 0;
    font-size: 12px;
}
.aboutTable__text span {
	font-size: 14px;
	font-weight: bold;
}
.aboutTable__btnArea{
  text-align:right;
}
.aboutTable__btn {
    background: #fff;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border: 1px solid #000;
    font-size: 14px;
}
a.aboutTable__btn:hover{
  opacity: 0.8;
  text-decoration: none;
}
.aboutBottom{
  margin-top:30px;
}
.aboutBottom__topText{
  font-size:16px;
}
.aboutBottom__mainText {
    font-size: 18px;
    padding: 0;
    background: none;
    margin-top: 10px;
    text-align: center;
}

/* recommend */
.recommend {
	margin-bottom:85px;
}

/* ranking */
.ranking {
	margin-bottom:80px;
}
/*.itemList--ranking .itemList__unit:first-child .itemList__detail {
    background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_34.jpg) no-repeat center left;
    padding-left: 30px;
}
.itemList--ranking .itemList__unit:nth-child(2) .itemList__detail {
    background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_35.jpg) no-repeat center left;
    padding-left: 30px;
}
.itemList--ranking .itemList__unit:nth-child(3) .itemList__detail {
    background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_36.jpg) no-repeat center left;
    padding-left: 30px;
}
.itemList--ranking .itemList__unit:nth-child(4) .itemList__detail {
    background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_37.jpg) no-repeat center left;
    padding-left: 30px;
}*/
.itemList--ranking .itemList__unit:first-child .itemList__imgBox,
.itemList--ranking .itemList__unit:nth-child(2) .itemList__imgBox,
.itemList--ranking .itemList__unit:nth-child(3) .itemList__imgBox,
.itemList--ranking .itemList__unit:nth-child(4) .itemList__imgBox,
.itemList--ranking .itemList__unit:nth-child(5) .itemList__imgBox,
.itemList--ranking .itemList__unit:nth-child(6) .itemList__imgBox{
    position: relative;
}
.itemList--ranking .itemList__unit:first-child .itemList__imgBox:before,
.itemList--ranking .itemList__unit:nth-child(2) .itemList__imgBox:before,
.itemList--ranking .itemList__unit:nth-child(3) .itemList__imgBox:before,
.itemList--ranking .itemList__unit:nth-child(4) .itemList__imgBox:before,
.itemList--ranking .itemList__unit:nth-child(5) .itemList__imgBox:before,
.itemList--ranking .itemList__unit:nth-child(6) .itemList__imgBox:before{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    position: absolute;
    top: -22.5px;
    left: 0;
    color: #fff;
    font-size: 20px;
}
.itemList--ranking .itemList__unit:first-child .itemList__imgBox:before{
    content: '1';
    background: #d1c277;
}
.itemList--ranking .itemList__unit:nth-child(2) .itemList__imgBox:before{
    content: '2';
    background: #c1c1c1;
}
.itemList--ranking .itemList__unit:nth-child(3) .itemList__imgBox:before{
    content: '3';
    background: #bc966e;
}
.itemList--ranking .itemList__unit:nth-child(4) .itemList__imgBox:before{
    content: '4';
    background: #d9c6c8;
}
.itemList--ranking .itemList__unit:nth-child(5) .itemList__imgBox:before{
    content: '5';
    background: #d9c6c8;
}
.itemList--ranking .itemList__unit:nth-child(6) .itemList__imgBox:before{
    content: '6';
    background: #d9c6c8;
}



/* new-items */
.new-items .itemList__unit {
    position: relative;
}
.newIcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
}

/* SELECT */
.useBoxList__unit{
  width:32%;
  float:left;
}
.useBoxList__unit:nth-child(n+2){
  margin-left:2%;
}
.useBoxList__unit:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
.useBoxList__unit:nth-child(n+4){
  margin-top:40px;
}
.useBox{
  border:solid 1px #000;
}
.useBox__title {
    width: 60px;
    text-align: center;
    float: left;
    padding-top: 20px;
}
.useLinkList {
    padding: 20px 15px 0 0;
    min-height: 350px;
    width: 180px;
    float: right;
}
.useLinkList2 {
    min-height: 450px;
}
li.useLinkList__unit {
    margin-bottom: 15px;
}
.useLinkList__unit:nth-child(n+2){
  margin-top:5px;
}
a.useLinkList__link{
  text-decoration:none;
}
li.useBoxList__unit h3 {
    padding-left: 16px;
    padding-bottom: 3px;
}
/*
a.useLinkList__link:before{
  content:">";
  display: inline-block;
  margin-right:5px;
}
*/
a.useLinkList__link:hover{
  text-decoration:none;
}


/* Effect Button
 *************************************** */
.useBoxWrap div {
  display: inline-block;
  color: #61ab56;
  text-decoration: none;
}
.useBoxWrap .useBox {
  border: 1px solid #ccc;
  position: relative;
}
/* 擬似要素の共通スタイル */
.useBoxWrap .change-border01::after,
.useBoxWrap .change-border01::before,
.useBoxWrap .change-border01__inner::after,
.useBoxWrap .change-border01__inner::before {
  background-color: #61ab56;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
/* 左上へ配置 */
.useBoxWrap .change-border01::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.useBoxWrap .change-border01::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.useBoxWrap .change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.useBoxWrap .change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.useBoxWrap .change-border01:hover::after,
.useBoxWrap .change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.useBoxWrap .change-border01:hover .change-border01__inner::after,
.useBoxWrap .change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

#shop{
  margin-top:-100px;
padding-top:100px;
}



/********20190311追記*************/
#top___style img.itemList__itemImg{ width: 100%!important;}
.section--main{
    width: 1100px;
    margin: 0px auto;
}
.top__special__bg{
        width: 100%; 
        background: url(https://img20.shop-pro.jp/PA01194/637/etc/special__bg.gif?cmsp_timestamp=20190312011918);
        padding: 20px;
        margin: 40px 0;
    }

/***********セレクト部分***********/
.selectArea_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.selectArea_flex2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.useBoxList2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 720px;
}
.useBoxList2 li.w49{
width: 340px;
    height: 310px;
    margin-bottom: 10px;
}
.useBoxList2 li.w100{
width: 100%;
height: 170px;
}


.useBoxList3{
width: 340px;
    display: flex;
    justify-content: space-between;
}
.useBoxList3 li{
    width: 100%;
}
.useBoxList4{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.useBoxList4 li.w340{
    width: 340px
}
.useBoxList4 li.w720{
    width: 720px;
}


.useBoxWrap2 .useBox,.useBoxWrap2 .useBox2,.useBoxWrap2 .useBox3,
.useBoxWrap2 .useBox4,.useBoxWrap2 .useBox5 {
padding: 20px;
box-sizing: border-box;
border: 1px solid #ccc;
position: relative;
}
.useBoxWrap2 .useBox {
height: 305px;
}
.useBoxWrap2 .useBox2 {
height: 490px;
}
.useBoxWrap2 .useBox3 {
height: 170px;
}
.useBoxWrap2 .useBox4,.useBoxWrap2 .useBox5 {
height: 350px;
}
 

/* 擬似要素の共通スタイル */
.useBoxWrap2 .change-border01::after,
.useBoxWrap2 .change-border01::before,
.useBoxWrap2 .change-border01__inner::after,
.useBoxWrap2 .change-border01__inner::before {
  background-color: #61ab56;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
    
}
/* 左上へ配置 */
.useBoxWrap2 .change-border01::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.useBoxWrap2 .change-border01::before {
  bottom: -1px;
  height: 1px;

  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.useBoxWrap2 .change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.useBoxWrap2 .change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.useBoxWrap2 .change-border01:hover::after,
.useBoxWrap2 .change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.useBoxWrap2 .change-border01:hover .change-border01__inner::after,
.useBoxWrap2 .change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}
h3.select_icon__01,h3.select_icon__02,h3.select_icon__03,
h3.select_icon__04,h3.select_icon__05,h3.select_icon__06{
    font-size: 16px;
    position: relative;
    padding-left: 2.3em;
    margin-bottom: 15px;
}
h3.select_icon__01:before,h3.select_icon__02:before,h3.select_icon__03:before,
h3.select_icon__04:before,h3.select_icon__05:before,h3.select_icon__06:before{
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top:90%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}
h3.select_icon__01:before{ background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_39.jpg) no-repeat;}
h3.select_icon__02:before{ background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_41.jpg) no-repeat;}
h3.select_icon__03:before{ background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_45.jpg) no-repeat;}
h3.select_icon__04:before{ background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_43.jpg) no-repeat;}
h3.select_icon__05:before{ background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_47.jpg) no-repeat;}
h3.select_icon__06:before{ background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_49.jpg) no-repeat;}

.useLinkList__unit a{color: #333; font-size: 14px;}
.useLinkList__unit a:hover{color: #61ab56;}
   
.select__banner__area{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 20px auto  60px;
    padding: 0;
}
.select__banner__area div{
    padding: 0;
}
.useLinkList2{
    min-height: 100px;
}


.aboutTable__text {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.7;
}
.aboutTable__text span {
	font-size: 18px;
	font-weight: bold;
    font-family:  'Century Gothic','Avenir-Book', sans-serif;
}
.itemList__name,.itemList__price{
    font-size: 14px!important;
}

.bnrList--column .bnrList__unit{
  position:relative;
}
.bnrList--column .bnrList__unit:before{
  content:"";
  display: inline-block;
  padding:5px 10px;
  position:absolute;
  left:0px;
  top:0px;
  background:#333;
  color:white;
  z-index:1;
  pointer-events: none;
  background: url(https://img20.shop-pro.jp/PA01194/637/etc/st_38.png) no-repeat top left;
	width:45px;
	height: 45px;
}
.bnrList--column .bnrList__unit img {
    width: 100%;
    height: auto;
}
.bnrList__cate{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  margin-bottom:0px;
}

.recomend {
   padding-bottom:30px;

}