/******************************/
/* フローティングバナー*/
/******************************/
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 80px; /* バナーの上下の位置 */
    right: 10px; /* バナーの左右の位置 */
}
.pc {
    width: 200px; /* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 767px) { /* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
        bottom: 0; /* 画面の最下部にぴったりくっつくように指定 */
    }
}

/******************************/
/* category */
/******************************/
/*********あとで足しこんだ　ここから*********************/
.c-item-list__price {
		margin-top: 5px;
		font-weight: bold;
		color: #C78081;
	}

@media screen and (max-width: 767px) {
.c-item-list__img {
    position: relative;
    margin-bottom: 10px;
}
}
@media screen and (min-width: 768px) {
	.c-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
}
}
@media screen and (min-width: 768px) {
	.c-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 25px;
      padding-left: 0px;
    padding-right: 2%;
    width: 32%;
    transition: opacity 0.2s;
    word-break: break-all;
}
	

@media screen and (max-width: 767px) {
	.c-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -30px;
}
}

@media screen and (max-width: 767px) {
	.c-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 25px;
      padding-left: 0px;
    padding-right: 2%;
    width: 47%;
    transition: opacity 0.2s;
    word-break: break-all;
}
	}

  /*********レフトバナー*********************/	
	@media screen and (min-width: 768px) {
.l-contents-side .l-catbnr{
	  margin-bottom: 20px;
		}	
		.l-contents-side .l-catbnr div{
	  margin-bottom: 10px;
		}		
	}
	
	@media screen and (max-width: 767px) {
.l-contents-side .l-catbnr{
    display: flex;
    width: 100%;
    justify-content: space-between;
		  margin-bottom: 20px;
}}
/*********あとで足しこんだ　ここまで*********************/

.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
	    display: flex;
  flex-wrap: wrap;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
.p-category-list__item {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 30%;
    font-size: 16px;
    text-align: center;
    border: solid 1px;
    margin-right: 10px;
}
}
@media screen and (max-width: 767px) {
	.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%;
  font-size: 16px;
  text-align: center;
}
	}

@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    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 {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.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;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 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;
}
