@charset "euc-jp";
.container > .cInner{
  width:100%;
}
.slider {
  position: relative;
  background: #f9f8f4;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
  padding-top: 60px;
  margin-top: -60px;
  background: #f9f8f4;
}
#slider div {
  width: 100% !important;
  position: relative;
}

.slider{
  position: relative;
}

.eyecatch{
  position: relative;
}

.eyecatch_absolute_area{
  position: absolute;
  width:1200px;
  height:520px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10000000;
}

.eyecatch_absolute_area .eyecatch_copy{
  position: absolute;
  width:455px;
  height:513px;
  top:-60px;
  left: 5px;
}


.eyecatch_absolute_area .eyecatch_btn_area{
  position: absolute;
  bottom: 40px;
  right: 25px;
  width:96px;
}
.eyecatch_absolute_area .eyecatch_btn_area .eyecatch_btn_01{
  margin-bottom:15px;
}


/* #slider div:first-child:before,#slider div:last-child:before{
  content: "";
  position: absolute;
  display: block;
  background: url(https://img21.shop-pro.jp/PA01420/192/etc/toptext.png)no-repeat center;
  background-size: contain;
  width: 455px;
  height: 513px;

} */
/* #side{
  display: none;
}
#main{
  width:100%;
} */

.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

/*お知らせ*/
.bgSection {
    padding: 60px 0;
    width: 100%;
    overflow-x: hidden;
    background: #f2f2f2;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 15px 5px 40px;
}
.info__inner{
  height:260px;
  overflow: auto;
  padding:10px 15px;
  border-left:solid 5px #626262;
}
.info__inner dt,.info__inner dd{
  margin-bottom:10px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

/* メインスライダー*/
.bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: right!important;
}
.bx-wrapper {
  margin-bottom: 50px;
  margin-top: -60px!important;
  position: relative;
  z-index: 10000;
}
.bx-wrapper{
 overflow:hidden;
 width:100%;
 height:614px;
}
.bx-viewport{
overflow:visible!important;
width: 1210px!important;
height:580px!important;
margin: 0 auto;
}
#slider div{
width:1210px!important;
padding: 0 5px;
background: #f9f8f4;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  border-radius: 0!important;
  color: transparent;
}


/* カスタム */

.mainTitle{
  margin-bottom: 0;
}
.sub_title{
  margin-bottom: 44px;
}

.itemList__unit .itemList__name{
  font-size: 16px;
  text-align: left;
}
.itemList__unit .itemList__name a{
  /* font-weight: bold; */
}
.itemList__unit .itemList__price{
  font-size: 18px;
  text-align: left;
  color: #c1272d;
}

.recommend_area{
  margin-top: 8px;
}
.recommend_area .sub_title{
  margin-bottom: 34px;
}
.recommend_area .itemList__unit{
  max-width: 271px;
}
.recommend_area .itemList__unit:not(:first-child){
  margin-left:23.5px;
}
.recommend_area .itemList__unit{
  position: relative;
  padding-top: 24px;
}
.recommend_area .itemList__unit:before{
  position: absolute;
  content: "";
  display: block;
  background: url(https://img21.shop-pro.jp/PA01420/192/etc/icon_osusume.png)no-repeat center;
  background-size: contain;
  width: 66px;
  height: 70px;
  z-index: 2;
  pointer-events: none;
  left: 5px;
  top: 0;
}

.info_area .info_imge{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info_area .row{
  margin: 0;
}
.info_area .col{
  background: #fff;
  padding: 0;
}
.info_area .col-7{
  width: 670px!important;
  max-width: none;
  flex: none;
  padding: 36px 16px;
}
.info_area .col-5{
  width: 176px!important;
  margin-left: 14px;
  max-width: none;
  flex: none;
  padding: 22px;
}
.info_area .col-7 .info{
  background: #e9e0d6;
  padding: 15px 20px;
  width: 465px;
  border-radius: 10px;
  position: relative;
  margin-left: 42px;
}
.info_area .col-7 .info:before{
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 18px 34px;
  border-color: transparent transparent #e9e0d6 transparent;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
}
.info_area .col-7 .info__inner{
  border: none;
  padding: 0;
  height: 98px;
}

.info_area .col-7 .info__inner ul li{
  font-size: 13px;
  line-height: 1.8;
}
.info_area .col-5 h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}
.info_area .col-5 li{
  margin: 8px 0;
}
.info_area .col-5 li a{
  border: 1px solid #000;
  padding: 1px 6px;
}


.bnr_area{
  margin-bottom: 68px;
}
.bnr_area .row{
  margin: 0;
}
.bnr_area .col-6{
  width: 48.837209%;
  padding: 0;
  flex: 0 0 48.837209%;
  max-width: 48.837209%;
  margin-bottom: 44px;
}
.bnr_area .col-6:nth-child(2n){
  margin-left: 2.325581%;
}
.bnr_area .col-6:nth-child(n+4){
  margin-bottom: 0;
}

.bnr_area .category_box{
  position: relative;
}
.bnr_area .category_box a:hover .button{
  text-decoration: none;
  background: #fff;
  color: #24264a;
  transition: 0.3s;
}
.bnr_area .category_box .category_content{
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
}
.bnr_area .category_box .mainTitle{
  font-weight: bold;
}
.bnr_area .category_box .button{
  margin-top: 10px;
}

.long_seller_area .section--inner{
  padding-bottom: 24px;
}
.long_seller_area .itemList__itemImg{
  border-radius: 50%;
}
.long_seller_area .itemList__imgBox img{
  border-radius: 50%;
  -webkit-transition: border-radius 150ms ease-out;
  -o-transition: border-radius 150ms ease-out;
  transition: border-radius 150ms ease-out;
}
.long_seller_area .itemList__imgBox img:hover{
  border-radius: 0;
}

.gift_area .section--inner{
  padding-bottom: 120px;
}
.gift_area .button{
  margin-top: 10px;
}

.concept_area .sub_title{
  margin-bottom: 98px;
}

.shop_area{
  margin-bottom: 120px;
}
.shop_area .row{
  margin: 0;
}
.shop_area .col-3{
  padding: 0;
  width: 201px;
  flex: none;
  max-width: none;
  background: #42210b;
  padding: 10px;
  position: relative;
}

.shop_area .col-3:nth-child(n+2){
    margin-left: 18.6666667px;
}
.shop_area .col-3:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
.shop_area .col-3:nth-child(n+5){
  margin-top:25px;
}
.shop_area .col-3 .block_link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.shop_area .col-3 .link-tel{
  z-index: 100;
  position: relative;
}
.shop_area .shop_box{
  padding-bottom: 24px;
}
.shop_area .shop_box img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.shop_area .shop_box h3{
  color: #fff;
  font-size: 17px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
  font-weight: normal;
  margin-bottom: 6px;
  font-family: 'Noto Serif', serif;
}
.shop_area .shop_box h3 span{
  font-size: 11px;
}
.shop_area .shop_box p{
  color: #fff;
  font-size: 10px;
  letter-spacing: -.4px;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.5;
}
.shop_area .shop_box p.tel{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  width: 100%;
  z-index: 100;
}
.shop_area .shop_box p.tel a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.mainTitle{
  margin-bottom:0;
  font-size:28px;
  font-weight: bold;
  text-align:center;
  font-family: 'Noto Serif', serif;
  position: relative;
}
.mainTitle span{
  position: relative;
  display: block;
  font-weight: bold;
}
.mainTitle span:before{
  content: "";
  position: absolute;
  display: block;
  background: url(https://img21.shop-pro.jp/PA01420/192/etc/categoryicon_.png)no-repeat center;
  background-size: contain;
  width: 14px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  left: 280px;
  z-index: 2;
}
.mainTitle span:after{
  content: "";
  position: absolute;
  display: block;
  background: url(https://img21.shop-pro.jp/PA01420/192/etc/categoryicon_.png)no-repeat center;
  background-size: contain;
  width: 14px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 280px;
  z-index: 2;
}
.mainTitle:before{
  content: "";
  position: absolute;
  display: block;
  background: #000;
  width: 290px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mainTitle:after{
  content: "";
  position: absolute;
  display: block;
  background: #000;
  width: 290px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
