/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin-bottom: 20px;
  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;
  padding-top: 30px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #CCCCCC;
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
.p-category-list__link {
  position: relative;
  transition: ease 0.3s;
  text-decoration: none;
}
.p-category-list__link:hover .p-category-list__img{
  opacity:0.5; 
  transition: ease 0.3s;
}
.p-category-list__img {
  display: block;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .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 {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
.p-item-list-num {
  font-size: 16px;
}
.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-list-head {
    padding: 30px 0;
  }
  .p-item-list-num {
    font-size: 14px;
  }
  .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;
}
/***** kerastase *****/
.lcl-kera-main{
  margin-bottom: 15px;
}
.lcl-kera-memo {
  margin-bottom: 30px;
}
.lcl-kera-lead{
  text-align: center;
  padding: 30px 0 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.lcl-kera-lead__ttl{
  font-size: 24px;
  line-height: 170%;
  margin-bottom: 10px;
}

.lcl-kera-lead__txt{
  letter-spacing: 0.2em;
}
.lcl-kera-concept{
  font-size: 16px;
  line-height: 260%;
  text-align: center;
  margin-bottom: 50px;
}
.lcl-kera-list{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 50px;
}
.lcl-kera-list__item{
  width: 165px;
}
.lcl-kera-list__txt{
  font-size: 12px;
  line-height: 170%;
}
.lcl-shop__ttl{
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
  border-bottom:1px solid #CCCCCC;
  padding-bottom: 20px;
}
.lcl-shop-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lcl-shop-item:not(:last-child){
  margin-bottom: 15px;
}
.lcl-shop-item__img{
  width: 200px;
}
.lcl-shop-item__detail {
  width: calc(100% - 230px);
}
.lcl-shop-item__ttl{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.lcl-shop-item__txt{
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lcl-kera-lead{
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  .lcl-kera-lead__ttl{
    font-size: 22px;
  }
  .lcl-kera-concept{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 220%;
  }
  .lcl-kera-list{
    flex-wrap: wrap;
  }
  .lcl-lera-list__item{
    width: 45%;
  }
  .lcl-shop__ttl{
    margin-bottom: 15px;
    font-size: 25px;
    padding-bottom: 15px;
    text-align: center;
  }
  .lcl-shop-item{
    display: block;
  }
  .lcl-shop-item:not(:last-child){
    margin-bottom: 25px;
  }
  .lcl-shop-item__img{
    text-align: center;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .lcl-shop-item__detail {
    text-align: center;
    width: 100%;
  }
  .lcl-shop-item__ttl{
    margin-bottom: 10px;
    font-size: 20px;
  }
}