/******************************/
/* category */
/******************************/
.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: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  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: 30px;
}
@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;
}

/******************************/
/* custom group page */
/******************************/

/* -----------------------------
  特徴 共通
----------------------------- */
.featList {
  padding: 30px 0 40px;
  letter-spacing: 0.1em;
}

.accToggle {
	display: none;
}
.accTit {
	display: flex;
  align-items: center;
	color: #3c3a3a;
	background: #f2efe8;
  border-left: 10px solid #c50032;
  border-radius: 6px;
  padding: 1em;
  font-size: 20px;
  transition: all 0.6s ease 0s;
}
.accTit::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #3c3a3a;
	border-right: 2px solid #3c3a3a;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50%-4px);
	right: 20px;
	transform: rotate(135deg);
}
.accTit .titSub {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  color: #c50032;
}
.accTit .titNum {
  display: inline-block;
  margin-left: 5px;
  font-size: 30px;
}
.accTit,
.accBody {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accBody {
	height: 0;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}
.accToggle:checked + .accTit + .accBody {	/*開閉時*/
	height: auto;
  padding: 10px 0 40px;
	transition: all .3s;
}
.accToggle:checked + .accTit::before {
	transform: rotate(-45deg) !important;
}

@media screen and (min-width: 768px) {
  .accTit:hover {
    background: rgba(242,239,232,0.5);
    font-size: 22px;
  }
  .accTit:hover::before {
    border-color: #c50032;
  }
}


@media screen and (max-width: 767px) {
  .accTit {
    display: block;
    padding: 1em 40px 1em 0.5em;
    font-size: 16px;
  }
  .accTit .titSub {
  margin: 0 0 10px;
  }
  .accTit .titNum {
    font-size: 22px;
  }
}

/* 関連商品リンク */
.relaLinkSec {
  margin: 0;
  padding: 30px 0 0;
}
.relaLinkSec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.relaLinkSec li {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5;
}
.relaLinkSec li a {
  display: flex;
  align-items: center;
  border: 1px dotted #555;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
}

.relaLinkSec li a .linkImg {
  display: block;
  width: 60px;
  margin-right: 9px;
}
.relaLinkSec li a .linkImg img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.relaLinkSec li a .txt {
  display: block;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .relaLinkSec li {
    display: flex;
    width: 32%;
    font-size: 13px;
  }
  .relaLinkSec li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .relaLinkSec li {
    font-size: 12px;
  }
}

/**/
.featList .accBody .featSec:not(:first-child) {
 padding: 30px 0 0;
}

.featList .featRead p {
 line-height: 1.5;
}

.featList .featSubSec {
  padding: 20px 0 0;
}

/* 見出し */
.featTit {
  position: relative;
  color: #c50032;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  background: #f1e8ea;
  border-radius: 6px;
  margin: 10px 0 20px;
  padding: 10px 1em 10px 1.5em;
}
.featTit::before {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 6px;
  height: 60%;
  content: '';
  border-radius: 3px;
  background: #c50032;
}



@media screen and (max-width: 767px) {
  .featTit {
    font-size: 18px;
  }
}

/* 小見出し */
.featSubTit {
	position: relative;
	padding: 0 0 10px 10px;
	border-left: 2px solid #464e54;
	border-bottom: 2px solid #464e54;
  color: #464e54;
  font-size: 18px;
  line-height: 1.4;
}
.featSubTit::before, .featSubTit::after {
	position: absolute;
	content: '';
	left: 20px;
	width: 0;
	height: 0;
	border-width: 12px 8px 0;
	border-style: solid;
}
.featSubTit::before {	
	bottom: -14px;    
	border-color: #464e54 transparent transparent;
}
.featSubTit::after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
.featSubTit .fOp {
  display: block;
  font-size: 13px;
  margin: 0 0 3px;
  padding: 0 10px 0 0;
}
.featSubTit .titOp {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 3px;
  padding: 0 0 0 5px;
}

/* 強調テキスト */
.featList .fMsg {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .featList .fMsg {
    font-size: 20px;
  }
  .featSubTit .fOp {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .featSubTit .fOp::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #464e54;
    border-radius: 3px;
    transform: rotate(25deg);
  }
}

/* 注釈 */
.featList p.notesIndent {
  padding-left: 1em;
	text-indent: -1em;
  font-size: 0.9em;
  line-height: 1.5;
}

/* 
----------------------------- */
ul#holisColorImgList,
ul#holisDeskImgList,
ul#holisRerImgList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#holisColorImgList li,
ul#holisDeskImgList li,
ul#holisRerImgList li {
  width: 50%;
  margin: 0;
  padding: 20px 0 0;
}

ul#holisRerImgList li .imgCaption {
  border: 1px dotted #555;
  width: 90%;
  line-height: 1.4;
}

/**/
#holisFeatList .opFlex .txtBox {
  margin-bottom: 10px;
}
#holisFeatList .opFlex .imgBox {
  border: 1px solid #464e54;
  margin: 0 auto;
  padding: 0;
  width: 252px;
  box-sizing: border-box;
}
#holisFeatList .opFlex .imgBox.col2Img {
  width: 100%;
  max-width: 502px;
}
#holisFeatList .opFlex .imgBox.col2Img img {
 width: 50%;
 height: auto;
}

#holisFeatList .featList div.notesTxt {
  padding: 5px 0 0;
}

#holisFeatList #faet03 .featRead {
  padding-top: 20px;
}

#holisFeatList #workflow {
 padding: 20px 0 0;
}

.featCtt {
  background-color: #f1e8ea;
  border-radius: 6px;
  padding: 20px;
  line-height: 1.5;
}
.featCtt .cttBtnBox {
  text-align: center;
  padding: 15px 0 0;
}
.featCtt .cttBtnBox a {
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  #holisFeatList #factory {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  ul#holisDeskImgList li,
  ul#holisRerImgList li {
    width: 25%;
  }
  ul#holisDeskImgList li .imgCaption {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  ul#holisRerImgList li .imgCaption {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    height: 60px;
  }


  /**/
  #holisFeatList .opFlex {
    display: flex;
    align-items: flex-start;
  }
  #holisFeatList .opFlex .txtBox {
    flex: 1;
  }
  #holisFeatList .opFlex .txtBox p {
    margin-right: 20px;
  }
  #holisFeatList .opFlex .sp {
    margin-right: 125px;
  }
  .featList div.notesTxt {
    margin-right: 20px;
  }
  .featList div.notesTxt p {
    margin-right: 0;
  }

  /**/
  .featCtt {
    padding: 30px 20px;
  }
  .featCtt .cttBtnBox a:hover {
    text-decoration: none;
    opacity: 0.6;
  }

}


/* 表示調整
----------------------------- */
.featList .imgBox {
 padding: 20px 0 0; 
 text-align: center;
}
@media screen and (max-width: 767px) {
  .pcOn {display: none;}
}
@media screen and (min-width: 768px) {
  .mbOn {display: none;}
}

