/**********************/
/*contents*/
/**********************/
/*.l-contents-wrap {
    display: flex;
    justify-content: space-between;
}
.l-contents-main {
    width: 720px;
}
.l-contents-side__child {
    order: -1;
    width: auto;
    background: #fff;
    padding: 3px 10px;
    position: sticky;
}
*/
/*@media screen and (min-width: 1030px) {
  .l-contents-side{
    display: none;
  }
}
@media screen and (min-width: 1030px) {
  .l-contents-main{
    width: 100%;
  }
}*/

/******************************/
/* category */
/******************************/
.p-category__ttl {
    margin: 10px 0;
    line-height: 1.4;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
/***** カテゴリ一覧 *****/
.category-bnr-parent{
  flex-wrap: nowrap!important;
}
/******************************/
/* カテゴリーから探す*/
/******************************/
.p-category__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-category__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.category-bnr-parent{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.category-bnr{
  display: block;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .category-bnr{
    width: 33%;
    text-align: center;
  }
  .line{
    display: none;
  }
}
.category-bnr img{
  width: 72px;
}
@media screen and (max-width: 767px) {
  .category-bnr img{
    width: 77px;
  }
}
.category-bnr p{
  text-align: center;
  font-size: 0.8em;
  padding-top: 1em;
  line-height: 1.5em;
}
.category-bnr p:hover{
  background: #e4e4ec; 
}
.category-bnr:hover{
  background: #e4e4ec;
}
.line {
  margin: 2.0rem 1.5rem;
  width: 1px;
  background-color: #999;
}
.p-category {
  background: #f2f2f2;
  margin: 10px;
  padding: 20px 10px;
}
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 14px;*/
  margin-bottom: 14px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .p-category-list {
/*    display: block;*/
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  	position: relative;
    box-sizing: border-box;
    margin: 2px;
  	padding: 8px;
    width: 18%;
    font-size: 0.8em;
/*    text-align: center;*/
    /*border: solid 1px;
    border-radius: 20px;
    background: #fff;*/
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 5px;
    padding: 2px;
    width: 23%;
/*    text-align: left;*/
    text-align: center;
  }
}
.p-category-list__link {
    top: 7px;
    right: 0;
    left: 0;
    bottom: 0;
  	width: 100%;
    height: 100%;
    display: block;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    /*margin-left: 15px;*/
  }
}
.p-category-list__item:hover {
  	background: #f9a5aa;
  	transition: all 0.2s ease 0s;
}
.p-category-list__item:hover a {
    text-decoration: none;
}
/*@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}*/
.p-category-list__img img {
  display: block;
/*  margin-bottom: 18px;*/
  margin: 9px auto;
  border-radius: 50%;
  background: #fff;
}
/*@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 50px;
  }
}*/
.p-category-list__name{
    text-align: center;
    display: block;
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
/*@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
    font-size: 0.8rem;
  }
}*/

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 14px 0 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
/******************************/
/* TOP RANKING */
/******************************/
h2.c-ttl-main.ranking {
    background: #f7f7ff;
}
.u-overflow-slide {
    overflow-x: scroll;
}
.p-ranking-list{
  display: flex;
  flex-wrap: nowrap;
  margin-right: -920px;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list{
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-ranking-list__item {
    position: relative;
    padding: 0.3em;
    transition: opacity 0.2s;
    margin: 0.3em;
    border-radius: 10px;
    background: #fff;
  	position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
  	width: 19%;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 3px;
    margin-left: 3px;
    width: 28%;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__img {
    width: auto;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-size: 45px;
  background-position-x: -5px;
  background-position-y: -5px; 
}
.p-ranking-list__num.is-1{
  background-image: url(https://img21.shop-pro.jp/PA01481/647/etc/icon_ranking_1.png?cmsp_timestamp=20220304122152);
  font-size: 0px;
}
.p-ranking-list__num.is-2{
  background-image: url(https://img21.shop-pro.jp/PA01481/647/etc/icon_ranking_2.png?cmsp_timestamp=20220304124021);
  font-size: 0px;
}
.p-ranking-list__num.is-3{
  background-image: url(https://img21.shop-pro.jp/PA01481/647/etc/icon_ranking_3.png?cmsp_timestamp=20220304124045); 
  font-size: 0px;
}
.p-ranking-list__ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  	font-size: 0.8rem;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price .price-teika{
  font-size: 0.7rem;
  white-space: normal;
}
.p-ranking-list__price {
    color: #000;
    margin: 10px 10px 0;
    text-align: right;
  margin-top: 15px;
  font-size: 14px;
  white-space: normal;
}
.p-ranking-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


/******************************/
/* カテゴリページランキング　*/
/******************************/

.cate_message{
}

.cate-intro p{
  text-align: justify;
  width: 80%;
  padding: 10px 0;
}
.cate_ranking{
  margin: 10px 0;
}
.cate_ranking__allitem {
    text-align: right;
    padding: 5px 15px;
}
.ranking_box_parent{
  display: flex;
  justify-content: center;
}

.ranking_box{
  width: calc(33.3% - 10px);
  margin: 8px;
}

ranking_box img{
  text-align:center;
  padding: 5px 0;
}
  
.cate_ranking:after{
  content: "";
  display: block;
  clear: both; 
}

.p-ranking-list__ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  	font-size: 0.9rem;
}
/******************************/
/****フリースペース カテゴリページこだわりポイント　*/
/******************************/
.cate_point{
  margin: 20px 0;
}

.point_message_parent{
  display: flex;
  flex-wrap: wrap;
/*  width: calc( 50% - 10px );*/
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point_message_parent{
    display: block;
  }
}
  
.point_message{
  width: 48%;
  margin: 5px;
  display: flex;
  justify-content:center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point_message{
  width: 90%;
  }
}
    
.point_message img{
  padding-right: 8px;
  width: calc( 50% - 10px );
  margin: 5px;
}

point_message h3{
  margin-bottom: 10px;
}

point_message p{
  text-align: justify;

}

.cate_point:after{
  content: "";
  display: block;
  clear: both; 
}



/*********ランキングボックス********/
.num{
  width: 45px;
  position: absolute;
}
.product_price{
  font-size: 0.9rem;
}
.p-ranking-allitem{
  display: block;
  text-decoration: underline;
  text-align: right;
  padding-top: 10px;
}
/**************************/
/*お気に入りに追加*/
/**************************/

.product-list__fav-items {
/*  margin-top: 10px;*/
  width: 30px;
}

.product-list__fav-items button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  /*text-align: center;*/
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color:　#ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin: 0 6px;
}
/*ページ下部*/
.catepage{
  background: #dacde5;
  line-height: 2em;
}