@charset "utf-8";
.hit {
  display: inline-block;
  font-size: 74%;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0 0 0 0;
  margin: 40px 0 0 0;
}
.catalogLists .inner div h2.title01 {
  float: left;
}
.catalogLists .inner .title01 {
  margin: 0 0 30px 0 !important;
}
.moreCategory_sp {
  background: #e6e6e6;
  border-bottom: 2px solid #cccccc;
  border-radius: 6px;
  float: right;
  margin-top: -3px;
}
.moreCategory_sp a {
  background: url(../img/bg_listArrow_02.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  color: #333333 !important;
  display: block;
  font-size: 90%;
  font-weight: 600;
  padding: 10px 25px 10px 15px;
  text-decoration: none;
}
/*2020新着カタログ*/
.pages-newCatalogs .branch {
  margin: 180px 0 40px 0;
}
.searchBar .tabCatNavi {
  display: none;
}
.tabCatNavi {
  margin: 20px 0;
}
.tabCatNavi ul li {
  float: left;
  width: 19%;
  margin: 0 1.25% 1% 0;
}
.tabCatNavi ul li a {
  display: block;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  padding: 10px;
  font-size: 84%;
  color: #333333;
  background: #f9f9f9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabCatNavi ul li.active a {
  display: block;
  border-bottom: 1px solid #666666;
  text-align: center;
  padding: 10px;
  font-size: 84%;
  color: #ffffff;
  background: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.tabCatNavi ul li:nth-child(5n) {
  float: right;
  width: 19%;
  margin: 0 0 1% 0;
}
.tabCatNavi ul li a:hover {
  text-decoration: none;
}
.recommend {
  background: #f4f4f4;
  margin: 0;
  padding: 40px 0 20px 0;
}
/* カタログ左上タグアイコン */
.tagIcon {
  display: inline-block;
}
.tagIcon a {
  display: inline-block;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 3px 6px;
  margin: 0 0 5px 0;
  font-size: 11px;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 絞り込みボタン */
.moreSearchBtn {
  background: #000000;
  border-radius: 200px;
  color: #ffffff;
  font-size: 10px;
  position: fixed;
  bottom: 80px;
  right: 12px;
  z-index: 99999;
  display: none;
  cursor: pointer;
}
/* サイドバーありレイアウト */
.detailsWrap {
  padding: 96px 0 0 0;
}
.detailsWrap .inner {
  display: flex;
  width: 1400px;
}
.catSearch .inner {
  display: block;
  width: auto;
}
.detailsWrap .sideBar {
  /*border-right: 1px solid #eeeeee;*/
  height: calc(100vh - 96px);
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  width: 280px;
  padding: 20px 0 0 0;
}
.detailsWrap .sideBar .scrollInner {
  padding: 20px 20px 20px 0;
  height: calc(100vh - 96px);
}
.sideTitle {
  font-weight: bold;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #666666;
  padding: 0 0 10px 0;
  font-size: 15px;
}
.sideKeywords input {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 70%;
}
.sideSearchBtn {
  background: #333333;
  border: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 11px 0;
  text-align: center;
  vertical-align: bottom;
  width: 30%;
}
.iphone .sideSearchBtn {
  padding: 8px 0 11px 0;
  margin: 1px 0 0 0;
}
.android .sideSearchBtn {
  padding: 5px 0 11px 0;
  margin: 1px 0 0 0;
}
.scrollCategory {
  overflow-y: auto;
}
#scrollCategory .scrollInner .catSearch .inner {
  /*padding: 0 0 0 10px;*/
}
.detailsContents {
  /*overflow: hidden;*/
  padding: 20px 20px 20px 40px;
  width: calc(100% - 301px);
  min-height: calc(100vh - 0px);
}
.detailsWrap .branch {
  margin: 0 0 40px 0;
}
.detailsWrap .branch .inner {
  width: auto;
}
.detailsContents .title01 {
  margin: 0 0 20px 0;
}
.sideKeywords {
  padding: 15px 0px 40px 0;
}
.sideMaker {
  margin: 0 0 40px 0;
}
.sideMaker .sideTitle {
  margin: 0;
}
.sideMaker .sideTitle a {
  background: url(/webcatalog/img/arrow_gray@2x.png) no-repeat right 97%;
  background-size: 6px 10px;
  background-position: 99% 4px;
  /*border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;*/
  color: #333333;
  display: block;
  padding: 0px 20px 0px 0;
}
.detailsWrap .sideBar .sideCategory .scrollInner {
  padding: 10px 0px 20px 0;
}
.catSearch {
  margin: 0;
  padding: 0 0 0 0.5em;
}
.catIndexLi {
  display: none;
  margin: 0 0 20px 0;
}
.catIndexLi li {
  font-size: 94%;
}
.catIndexLi li a {
  color: #333333;
  display: block;
  padding: 8px 8px 8px 8px;
}
.catIndexLi li a:hover {
  background: #f4f4f4;
  color: #333333;
  text-decoration: none;
}
.sTitle {
  background: url(/webcatalog/img/arrow_gray_b@2x.png) no-repeat right 97%;
  background-position: 100% 7px;
  background-size: 10px 6px;
  color: #000000;
  cursor: pointer;
  font-size: 94%;
  font-weight: normal;
  margin: 10px 0 5px 0;
  overflow: hidden;
  padding: 0 18px 15px 0;
  text-overflow: inherit;
  white-space: inherit;
}
.sTitle.active {
  background: url(/webcatalog/img/arrow_gray_u@2x.png) no-repeat right 97%;
  background-position: 100% 7px;
  background-size: 10px 6px;
  color: #da2d31;
  cursor: pointer;
  font-size: 94%;
  font-weight: bold;
  margin: 10px 0 10px 0;
  overflow: hidden;
  padding: 0 18px 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#scrollCategory .scrollInner .sTitle, #scrollCategory .scrollInner h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}
.submitBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #333333;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 20px 0;
  padding: 11px 0;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}
.backBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  padding: 11px 0;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #333333 !important;
  background-color: #f9f9f9;
  background-image: url(../img/arrow_gray_l_2@2x.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  display: block;
  text-decoration: none;
}
.backBtn:hover {
  text-decoration: none;
}
.scrollLi {
  /*padding: 0 0 0 0.5em;*/
}
.scrollLi li label {
  display: block;
  font-size: 92%;
  margin: 0.5rem 0;
  overflow: hidden;
  padding: 4px 0;
  /*padding-left: 1em;
  text-indent: -1.6em;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.posterList01-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.posterList01-flex li {
  box-sizing: border-box;
  margin: 0 2% 40px 0;
  width: 15%;
}
.posterList01-flex li:nth-child(6n) {
  margin: 0 0 40px 0;
  width: 15%;
}
.posterList01-flex li img {
  border: 1px solid #cccccc;
  width: 100%;
}
.posterList01-flex li a {
  color: #333333;
  display: block;
}
.detailsContents .posterList01-flex li a img {
  width: 100%;
  height: calc(100% * (950 / 680));
  aspect-ratio: 68 / 95;
}
/* 絞り込みスマホモーダル */
.subSearch {
  background: #ffffff;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: inherit;
  padding: 0;
  z-index: 99999;
  overflow-y: scroll;
}
.subSearch h2 {
  background: #f4f4f4;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 44px;
  line-height: 44px;
  position: relative;
}
.closeBtn {
  position: absolute;
  top: 7px;
  right: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
/* ギャラリー正方形表示 */
.thumbLi {
  display: flex;
  flex-wrap: wrap;
}
.thumbLi li {
  /*border: solid 5px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 0 10px 10px 0px !important;
  padding-bottom: 24% !important;
  position: relative !important;
  width: calc(25.2% - 10px) !important;
}
.thumbLi li:nth-child(4n) {
  /*border: solid 5px #FFF !important;*/
  box-sizing: border-box !important;
  /*margin: 0 !important;*/
  margin: 0 0 10px 0px !important;
  padding-bottom: 24% !important;
  position: relative !important;
  width: calc(25.2% - 10px) !important;
}
.thumbLi li a img {
  height: 100% !important;
  left: 0 !important;
  object-fit: cover;
  position: inherit !important;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 100% !important;
}
.thumbLi li a .sTitle {
  background: #000000;
  bottom: 0;
  color: #ffffff;
  display: none;
  margin: 0;
  opacity: .7;
  position: absolute;
  padding: 5px;
  width: 100%;
}
.thumbLi li a .sCompany {
  display: none;
}
.tabs {
  margin: 10px 0;
}
.detailsContents .branch li {
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.detailsContents .branch {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px 40px -20px;
  padding: 0 20px;
}
.detailsContents .branch .inner {
  padding: 0;
}
.modal .sideKeywords {
  padding: 15px 20px;
}
.modal .sideKeywords input {
  width: calc(100% - 80px);
}
.modal .sideSearchBtn {
  width: 80px;
}
.modal .sideMaker .sideTitle a {
  padding: 15px 0 0 0;
  background-position: 99% 19px;
}
.modal .selectMaker {
  padding: 15px 20px;
}
.modal .sideCategory {
  padding: 10px 20px;
}
.modal .sideMaker {
  padding: 10px 20px;
}
.modal .scrollLi {
  padding: 0;
}
.modal .sideTitle {
  margin: 0 0 20px 0;
}
.modal .sideMaker {
  margin: 0 0 20px 0;
}
.sideMaker select, .sideCategory select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url(img/bg_select_arrow.png);
  background-position: 98% 18px;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  border: 1px solid #333333;
  border-radius: 6px;
  box-sizing: border-box;
  height: 44px;
  padding: 8px 35px 8px 8px;
}
.modal select {
  width: 100% !important;
}
.modal .scrollLi li label {
  border-top: 1px dotted #cccccc;
  padding: 8px;
}
.openCatToggle, .openmakerToggle, .openMakerToggle {
  cursor: pointer;
  background-image: url(../img/bg_openBtn.png);
  background-position: 98% 0px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
.allCatList, .sideMakerLists {
  display: none;
}
.allCatList .sTitle {
  font-size: 13px;
  font-weight: 500;
}
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  border-radius: 3px;
  background-color: #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: .3s;
  border: 1px solid #a4a4a4;
}
input[type=checkbox]:checked {
  background: #333333;
}
input[type=checkbox]:checked::before {
  position: absolute;
  padding: 4px;
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  content: '\f00c';
}
.sideCategory .sideTitle {
  margin: 0 0 0 0;
}
.modal .sideCategory .sideTitle {
  margin: 0 0 20px 0;
}
.s_catTags, .s_makerTags, .s_colorTags {
  background: #eeeeee;
  color: #333333;
  padding: 4px 7px 4px 12px;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
.s_catTagsWrap {
  margin: 0 0 40px 0;
}
.catDel {
  background: #e12d2d;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 40px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  margin-left: 5px;
  opacity: .9;
}
.modal .catSearch {
  margin: 0;
}
.modal .catSearch .inner {
  padding: 0;
}

.sideMakerLists ul li a {
	padding: 10px;
	display: block;
  color: #333333;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sideMakerLists ul li a:hover {
	background: #f4f4f4;
	color: #333333;
	text-decoration: none;
}


@media screen and (max-width:1400px) {
  .detailsWrap .inner {
    width: auto;
  }
}
@media screen and (max-width:1280px) {
  .posterList01-flex li {
    margin: 0 2% 40px 0;
    width: 18.3% !important;
  }
  .posterList01-flex li:nth-child(6n) {
    margin: 0 2% 40px 0;
    width: 18.3% !important;
  }
  .posterList01-flex li:nth-child(5n) {
    margin: 0 0 40px 0;
    width: 18.3% !important;
  }
  .detailsContents {
    float: right;
    padding: 20px 0 20px 20px;
    width: calc(100% - 301px);
  }
}
@media screen and (max-width:1024px) {
  .posterList01-flex li {
    margin: 0 2% 40px 0;
    width: 23.4% !important;
  }
  .posterList01-flex li:nth-child(6n) {
    margin: 0 2% 40px 0;
    width: 23.4% !important;
  }
  .posterList01-flex li:nth-child(5n) {
    margin: 0 2% 40px 0;
    width: 23.4% !important;
  }
  .posterList01-flex li:nth-child(4n) {
    margin: 0 0 40px 0;
    width: 23.4% !important;
  }
}
@media screen and (max-width:960px) {
  .lists h2 {
    width: 100%;
    display: block;
  }
  .catalogLists .inner .title01 {
    margin: 0 0 15px 0 !important;
  }
  .moreCategory_sp {
    background: #f5f5f5;
    border-bottom: none;
    display: inline-block;
    float: none;
    margin: 10px 10px 0 0;
  }
  /* サイドバーありレイアウト */
  .posterList01-flex li {
    margin: 0 2% 40px 0;
    width: 31.9% !important;
  }
  .posterList01-flex li:nth-child(6n) {
    margin: 0 0 40px 0;
    width: 31.9% !important;
  }
  .posterList01-flex li:nth-child(5n) {
    margin: 0 2% 40px 0;
    width: 31.9% !important;
  }
  .posterList01-flex li:nth-child(4n) {
    margin: 0 2% 40px 0;
    width: 31.9% !important;
  }
  .posterList01-flex li:nth-child(3n) {
    margin: 0 0 40px 0;
    width: 31.9%;
  }
  /* ギャラリー正方形表示 */
  /*.thumbLi li {
    border: solid 5px #FFF !important;
    box-sizing: border-box !important;
    padding-bottom: 31.5% !important;
    width: 33.3% !important;
  }
 */
  .thumbLi li {
    /*border: solid 5px #FFF !important;*/
    box-sizing: border-box !important;
    /*margin: 0 !important;*/
    margin: 0 10px 10px 0px !important;
    padding-bottom: 31.5% !important;
    position: relative !important;
    width: calc(33.8% - 10px) !important;
  }
  .thumbLi li:nth-child(4n) {
    /*border: solid 5px #FFF !important;*/
    box-sizing: border-box !important;
    /*margin: 0 !important;*/
    margin: 0 10px 10px 0px !important;
    padding-bottom: 31.5% !important;
    position: relative !important;
    width: calc(33.8% - 10px) !important;
  }
  .thumbLi li:nth-child(3n) {
    /*border: solid 5px #FFF !important;*/
    box-sizing: border-box !important;
    /*margin: 0 !important;*/
    margin: 0 0 10px 0px !important;
    padding-bottom: 31.5% !important;
    position: relative !important;
    width: calc(33.8% - 10px) !important;
  }
}
@media screen and (max-width:768px) {
  #scrollCategory .scrollInner .sTitle, #scrollCategory .scrollInner h4, .allCatList .sTitle {
    font-size: 94%;
  }
  .s_catTagsWrap {
    margin: 0 0 20px 0;
  }
  .hit {
    margin: 20px 0 0 0;
  }
  .scrollLi {
    padding: 0;
  }
  .scrollLi li label {
    margin: 0;
    padding-left: 0;
    text-indent: 0;
  }
  .tabs {
    width: 216px;
    margin: 10px auto;
  }
  .catalogLists .inner .title01 {
    display: inline-block;
    float: none;
    margin: 0 12px 15px 0 !important;
  }
  .moreCategory_sp {
    background: #f5f5f5;
    border-bottom: none;
    display: inline-block;
    float: none;
  }
  .moreCategory_sp a {
    background-size: 4px 7px;
    border-bottom: none;
    display: block;
    font-size: 74%;
    padding: 8px 20px 8px 10px;
  }
  .moreCategory_sp {
    float: none;
    margin-bottom: 15px;
  }
  /*2020新着カタログ*/
  .pages-newCatalogs .branch {
    margin: 120px 0 40px 0;
  }
  .searchBar .tabCatNavi {
    display: block;
    margin: 10px 0 auto 0;
  }
  .searchBar .tabCatNavi ul li {
    width: 49%;
    margin: 0 1.25% 1% 0;
  }
  .searchBar .tabCatNavi ul li:nth-child(5n) {
    float: left;
    width: 49%;
    margin: 0 1.25% 1% 0;
  }
  .searchBar .tabCatNavi ul li:nth-child(2n) {
    float: right;
    width: 49%;
    margin: 0 0 1% 0;
  }
  .searchBar .inner {
    overflow-y: scroll;
  }
  .tabCatNavi {
    display: none;
  }
  /* 絞り込みボタン */
  .moreSearchBtn {
    display: block;
  }
  /* サイドバーありレイアウト */
  .sideBar {
    display: none;
  }
  .detailsContents {
    float: none;
    overflow-y: inherit;
    padding: 20px 0 20px 0;
    width: 100%;
  }
  .detailsWrap {
    padding: 75px 0 0 0;
  }
  .detailsContents {
    padding: 0 0 20px 0;
  }
  .detailsContents .title01 {
    margin: 0 0 20px 0;
  }
  .modal .scrollLi li label {
    border-top: 1px dotted #cccccc;
    padding: 10px;
  }
  .thumbLi {
    margin: 0 -20px;
  }
  .thumbLi li {
    /*border: solid 5px #FFF !important;*/
    box-sizing: border-box !important;
    /*margin: 0 !important;*/
    margin: 1px 1px 0px 0px !important;
    padding-bottom: 33.3333% !important;
    position: relative !important;
    width: calc(33.3333% - 1px) !important;
  }
  .thumbLi li:nth-child(4n) {
    /*border: solid 5px #FFF !important;*/
    box-sizing: border-box !important;
    /*margin: 0 !important;*/
    margin: 1px 1px 0px 0px !important;
    padding-bottom: 33.3333% !important;
    position: relative !important;
    width: calc(33.3333% - 1px) !important;
  }
  .thumbLi li:nth-child(3n) {
    /*border: solid 5px #FFF !important;*/
    box-sizing: border-box !important;
    /*margin: 0 !important;*/
    margin: 1px 0 0px 0px !important;
    padding-bottom: 33.3333% !important;
    position: relative !important;
    width: calc(33.3333% - 1px) !important;
  }
  .modal .scrollCategory {
    overflow-y: inherit !important;
  }
}
@media screen and (max-width:480px) {
  /* サイドバーありレイアウト */
  .posterList01-flex li {
    margin: 0 5% 40px 0;
    width: 47.5% !important;
  }
  .posterList01-flex li:nth-child(6n) {
    margin: 0 0 40px 0;
    width: 47.5% !important;
  }
  .posterList01-flex li:nth-child(5n) {
    margin: 0 5% 40px 0;
    width: 47.5% !important;
  }
  .posterList01-flex li:nth-child(4n) {
    margin: 0 0% 40px 0;
    width: 47.5% !important;
  }
  .posterList01-flex li:nth-child(3n) {
    margin: 0 5% 40px 0;
    width: 47.5%;
  }
  .posterList01-flex li:nth-child(2n) {
    margin: 0 0 40px 0;
    width: 47.5%;
  }
}