.sort--sub-layer {
  height:auto !important;
}
.product-list__freespace-top+.sort__section {
  position:static;
  float: right;
  margin-bottom: 20px;
}
.product-list {
  clear:both;
}
.product-list__freespace-top *{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
#cat-info{
  margin-top: -3px;
  font-size: 16px;
  line-height: 1.8;
}
#cat-info h3{
  font-size: 32px;
  line-height: 1.33;
  color: #867753;
  font-weight: bold;
  text-align: center;
  margin: 0 0 .8em;
  padding: 0;
}
#cat-info .main{
  margin-bottom: 50px;
}
#cat-info .catch{
  text-align: center;
  margin-bottom: 50px;
}
#cat-info .frame1{
  background:url("https://file003.shop-pro.jp/PA01074/686/img/category/about-bg.png") repeat;
  border-radius:20px;
  box-shadow:0 4px 4px rgba(0,0,0,.25);
  position: relative;
}
#cat-info .frame1:before{
  content:"";
  display: inline-block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 13px;
  border:dotted 1px #867753;
  position: absolute;
  top: 6px;
  left: 6px;
}
#cat-info .about{
  display: grid;
  grid-template-columns: 560px 1fr;
  grid-template-rows: 150px 1fr;
  margin: 0 0 70px;
}
#cat-info .about .photo{ grid-area: 1 / 1 / 3 / 2; }
#cat-info .about .photo img{ border-radius: 20px 0 0 20px; }
#cat-info .about h3{ grid-area: 1 / 2 / 2 / 3;
  margin: auto 40px 20px;
  padding-bottom: 15px;
  border-bottom: solid 2px #867753;
  font-size: 26px;
}
#cat-info .about .txt{ grid-area: 2 / 2 / 3 / 3;
  padding: 0 40px; }
#cat-info .lineup{
  text-align: center;
  margin-bottom: 70px;
}
#cat-info .lineup ul{
  display:grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}
#cat-info .lineup ul li{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cat-info .lineup ul li:before{
  content:"";
  display: inline-block;
  background: #fff;
  width: 200px;
  height:200px;
  border-radius: 100px;
  position: absolute;
  left: calc(50% - 100px);
  top:0;
  z-index: -1;
}
#cat-info .lineup ul li img{
  width: 180px;
  height: auto;
  margin-top: 10px;
}
#cat-info .lineup ul h4{
  background-color: #867753;
  color: #fff;
  line-height: 28px;
  border-radius: 14px;
  width: 135px;
  margin-top: 0;
}
#cat-info .lineup-detail{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin-bottom: 40px;
}
#cat-info .lineup-detail .topic{
  width: calc(50% - 10px);
}
#cat-info .lineup-detail h4{
  background-color: #877854;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
#cat-info .lineup-detail dl{
  display: flex;
  align-items: center;
  margin: 0;
  border-left:1px solid #877854;
  border-bottom:1px solid #877854;
  border-right:1px solid #877854;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
#cat-info .lineup-detail dl dt{
  width: 265px;
  height: 230px;
  overflow: hidden;
  border-radius: 0 0 0 10px;
}
#cat-info .lineup-detail dl dd{
  flex:1;
  padding: 0 25px;
}
#cat-info .lineup-detail dl dd h5{
  font-size: 20px;
  margin: 0 0 .5em;
  font-weight: bold;
  text-align: center;
}
#cat-info .lineup-detail dl dd p{
  line-height: 1.33 !important;
}
#cat-info .btn1 a{
  border:solid 1px #867753;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #867753;
  margin-bottom: 70px;
  display: block;
}
#cat-info .conbi{
  padding: 50px 40px;
  text-align: center;
  margin-bottom: 60px;
}
#cat-info .conbi .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.33;
  gap: 15px;
  margin-bottom: 40px;
}
#cat-info .conbi .ttl:before,
#cat-info .conbi .ttl:after{
  content:"";
  background:url("https://file003.shop-pro.jp/PA01074/686/img/category/ttl-fukidashi-lt.svg");
  width: 25px;
  height: 58px;
  display: inline-block;
}
#cat-info .conbi .ttl:after{
  background:url("https://file003.shop-pro.jp/PA01074/686/img/category/ttl-fukidashi-rt.svg");
}
#cat-info .conbi h3 span{
  font-size: 20px;
}
#cat-info .message{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap:0 15px;
  margin-bottom: 20px;
}
#cat-info .message dt{
  width: 158px;
}
#cat-info .message dd{
  width: 544px;
  border:solid 2px #C7939E;
  background: #fff;
  padding: 15px 20px;
  border-radius:10px;
  position: relative;
  text-align: left;
}
#cat-info .message dd:after{
  content:url("https://file003.shop-pro.jp/PA01074/686/img/category/ccg-fukidashi.png");
  position: absolute;
  right: -15px;
  top: 70%;
}
#cat-info .message dd p+p{
  margin-top: 1em;
}
.sign{
  text-align: right;
}
#cat-info .conbi h4{
  color: #909A4E;
  font-size: 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:15px;
  white-space:nowrap;
  margin-bottom: 15px;
}
#cat-info .conbi h4:before,
#cat-info .conbi h4:after{
  width: 100%;
  height: 2px;
  background: #909A4E;
  display: inline-block;
  content:"";
}
#cat-info .conbi>ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 320px 535px 1fr;
  gap:20px;
  margin-top: 40px;
}
#cat-info .conbi>ul img{ width: 100%; }
#cat-info .conbi>ul .img1{ grid-area: 1 / 1 / 2 / 2; }
#cat-info .conbi>ul .img2{ grid-area: 1 / 2 / 2 / 3; }
#cat-info .conbi>ul .img3{ grid-area: 1 / 3 / 2 / 4; }
#cat-info .conbi>ul .img4{ grid-area: 2 / 1 / 3 / 4; }
#cat-info .conbi>ul .txt1{ position: absolute;background: #fff;width: 315px;right: 40px;bottom: 150px;z-index: 2;display: flex;justify-content: center;align-items: center;text-align: left;padding: 10px 20px;box-sizing:content-box;}
#cat-info .conbi>ul .txt2{ grid-area: 3 / 1 / 4 / 4; }
#cat-info .voice{
  background: #F4EDD9;
  padding: 40px 110px 60px;
}
#cat-info .voice h3:before{
  content:"";
  background:url("https://file003.shop-pro.jp/PA01074/686/img/category/voice-icon.svg");
  width: 41px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#cat-info .voice h3{
  color: #534741;
  font-weight: normal;
}
#cat-info .voice dl{
  background: #fff;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap:20px;
}
#cat-info .voice dl+dl{
  margin-top: 20px;
}
#cat-info .voice dl dt{
  width: 126px;
}
#cat-info .voice dl dd{
  flex:1;
}
