img {
  /*image-rendering: -webkit-optimize-contrast;*/
}
.sans {
  font-family: "Noto Sans JP";
}
.sp_inline {
  display: none;
}
.hideItem {
  display: none;
}
/* フォームパーツ
--------------------------*/
input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}
select {
  /*
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
*/
}
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  min-height: 150px;
  padding: 8px;
}
::placeholder {
  font-size: 84%;
}
:focus {
  outline: none;
}
.err {
  padding: 8px;
  font-size: 84%;
  background: #f9e9e9;
  border: 1px solid #c00;
  color: #c00;
  margin-bottom: 5px;
  border-radius: 4px;
}
.btn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /*font-family: "Noto Sans JP";*/
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
}
.btnRed {
  background: #cc0000;
  border-radius: 4px;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btnBlack {
  background: #212121;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btnBlack:hover {
  opacity: 0.9;
}
.btnMore {
  margin: 20px auto;
  width: 200px;
}
.btnLine01 {
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333 !important;
  text-decoration: none !important;
}
.keySearchWrap .btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.iphone .keySearchWrap .btn {
  right: -1px;
  top: -1px;
  width: 85px;
    height:47px; 
}
.android .keySearchWrap .btn {
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 85px;
  /*height:37px;*/
}

/* 見出し
--------------------------*/
h2.title01, p.title01 {
  font-size: 155%;
  font-weight: bold;
  margin: 0 0 5px 0;
}
p.title01 {
  display: none;
}
.h2Txt {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #666666;
}
/* パンくず
--------------------------*/
.branch {
  margin: 112px 0 40px 0;
}
.branch li {
  float: left;
  font-size: 82%;
  margin: 0px 0px 0px 5px;
}
.branch li:first-child {
  margin: 0px 0px 0px 0px;
}
.branch li::after {
  content: '  >';
}
.branch li:last-child::after {
  content: '';
}
/* リスト
--------------------------*/
.arrowList li a {
  background-color: #ffffff;
  background-image: url("../img/bg_listArrow.png");
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 8px 14px;
  border-bottom: 1px solid #dedede;
  color: #333333;
  padding: 10px;
  display: block;
}
/*カタログタイプアイコン*/
.icon-catType {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  padding: 1px 5px;
  vertical-align: top;
  margin: 5px 0 5px 0;
}
.icon-price {
	display: inline-block;
	border: 1px solid #feeed7;
	/*border: 1px solid #e8922d;*/
	color: #e8922d;
	background: #f6efd9;
	
	/*
	border: 1px solid #dddddd;
	color: #333;
	background: #dddddd;
	*/
	
	font-size: 10px;
	padding: 1px 4px;
	margin: 4px 0 5px 5px;
	vertical-align: top;
	font-weight: bold;
}
.pdf {
  background: #d43434;
}
.digital {
  background: #319892;
}
/*2020新着カタログ*/
.searchBar {
  background: #333333;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #666666;
  padding: 15px 0;
  position: fixed;
  top: 94px;
  width: 100%;
  z-index: 7777;
}
.searchBar select {
  border-radius: 6px;
  box-sizing: border-box;
  height: 45px;
  margin-right: 0.5%;
  padding: 8px;
  width: 20%;
}
.searchBar input[type="text"] {
  box-sizing: border-box;
  margin-right: 0.5%;
  width: 68%;
}
.searchBar .btn {
  box-sizing: border-box;
  display: inline-block;
  width: 10%;
}
#newCatalogVisual {
  background: url("../img/bg_newCatalogs.jpg");
  height: 450px;
  margin: 149px 0 0 0;
}
#newCatalogVisual .catch {
  padding: 60px 0 0 0;
  text-align: center;
}
#newCatalogVisual .btnWrap {
  color: #ffffff;
  margin: 50px 0 0 0;
  text-align: center;
}
#newCatalogVisual .btn {
  display: inline-block;
  margin: 5px;
  width: 200px;
}
.navBtns li a {
  background: url("../img/bg_listArrow_02.png");
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 5px 10px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333333;
  font-weight: bold;
  float: left;
  margin: 0 1% 1% 0;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 24%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navBtns li:last-child a {
  margin: 0 0 0 0;
}
.new-catalogs .branch {
  margin: 15px 0 60px 0;
}
/*人気ギャラリー*/
.galleryTag ul.galleryTitles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.galleryTag ul.galleryTitles li {
  width: 23.5%; /*18.9*/
  margin: 0 0 1.5% 0;
}
/*
.galleryTag ul.galleryTitles li {
  border-radius: 8px;
  float: left;
  margin: 0 1.333% 1% 0;
  width: 23.5%;/*18.9*/
/*}

.galleryTag ul.galleryTitles li:nth-child(5n) {
  float: right;
  margin: 0 0 1% 0;
  width: 23.5%;
}*/
.galleryTag ul.galleryTitles li a {
  border-radius: 8px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 1, 0.3);
  display: block;
  text-decoration: none;
}
.scaleWrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.galleryTag ul.galleryTitles li img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition-duration: 0.6s;
}
.galleryTag ul.galleryTitles li img:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transform: scale(1.1);
}
.galleryTxt {
  padding: 15px;
}
.galleryTxt h3 {
  color: #333333;
  font-size: 92%;
  font-weight: bold;
}
.galleryTxt p {
  color: #333333;
  font-size: 94%;
  min-height: 4em;
  padding: 8px 0 0 0;
  font-weight: 450;
}
.galleryTag ul.galleryTitles li a:hover {
  opacity: 0.9;
}
/*人気のタグ*/
.tagLists .tags li {
  float: left;
}
.tagLists .tags li a {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 80px;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 12px 0;
  padding: 10px 20px;
  text-decoration: none;
}
.tagsPickup {
  margin: 0 0 15px 0;
}
.tagsPickup li {
  border-radius: 8px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 0 1.25% 1% 0;
  overflow: hidden;
  width: 19%;
}
.tagsPickup li:nth-child(5n) {
  border-radius: 8px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
  float: right;
  margin: 0 0% 1% 0;
  overflow: hidden;
  width: 19%;
}
.tagsPickup li a {
  border-radius: 8px;
  display: block;
  position: relative;
}
.tagsPickup li a img {
  border-radius: 8px;
  filter: brightness(70%) blur(0.0px);
  transition-duration: 0.6s;
  /*height: calc(100% * (533 / 400));*/
  /*aspect-ratio: 3 / 4;*/
}
.tagsPickup li a img:hover {
  filter: brightness(80%) blur(0px);
  opacity: 0.8;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.tagsPickup li a .film {
  background: #000000;
  border-radius: 8px;
  display: none;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.tagsPickup li a span {
  color: #ffffff;
  display: block;
  font-weight: bold;
  position: absolute;
  text-align: center;
  font-size: 105%;
  top: 43%;
  width: 80%;
  border: 1px solid #ffffff;
  padding: 2%;
  left: 7.5%;
}
.pageInfoTxt {
  margin: 0 0 40px 0;
  font-size: 15px;
  letter-spacing: 0.015em;
  line-height: 1.7em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.branch {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.branch li {
  float: none;
  display: inline-block;
  white-space: nowrap;
}
/*動画関連*/
.videoThumb {
  position: relative !important;
}
.thumbLi li a img.videoIcon, .photoSearch ul li a img.videoIcon {
  position: absolute !important;
  top: calc(50% - 35px) !important;
  left: calc(50% - 35px) !important;
  z-index: 999;
  width: 70px !important;
  height: 70px !important;
  min-width: auto;
}
.film {
  background: #333333;
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 998;
}
/*スケルトン*/
.skeltonImg {
	position: relative;
	overflow: hidden;
	background-color: #eee;
	width: 100%;
	aspect-ratio: 68 / 95;
}	
.skeltonIcon {
	position: relative;
	background-color: #eee;
	height: 15px;
	width: 30px;
	margin: 7px 0 8px 0;
}
.skeltonTitle {
	position: relative;
	background-color: #eee;
	height: 19px;
	margin: 0 0 5px 0;
}
.skeltonCompany {
	position: relative;
	background-color: #eee;
	height: 15px;
}
.skeltonLi .cTitleWrap {
  height: auto;
}		
/* アニメーション定義 */
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}	
.skeltonImg::before,	
.skeltonIcon::before,
.skeltonTitle::before,
.skeltonCompany::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  content: "";
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255, 255, 255, 0.4),
    rgba(255,255,255,0)
  );
  animation: skeleton-animation 1.2s linear infinite;
}

@media screen and (max-width:1200px) {
  /*.galleryTag ul.galleryTitles li {
    border-radius: 8px;
    float: left;
    margin: 0 1.333% 1% 0;
    width: 32.4%;
  }
  .galleryTag ul.galleryTitles li:nth-child(3n) {
    float: right;
    margin: 0 0 1% 0;
    width: 32.4%;
  }
  .galleryTag ul.galleryTitles li:nth-child(5n) {
    float: left;
    margin: 0 1.333% 1% 0;
    width: 32.4%;
  }*/
  .galleryTxt h3 {
    font-size: 88%;
  }
  .galleryTxt p {
    font-size: 86%;
  }
  .galleryTxt {
    padding: 13px 13px;
  }
}
@media screen and (max-width:1024px) {
  .searchBar select {
    width: 24%;
  }
  .searchBar input[type="text"] {
    width: 60%;
  }
  .searchBar .btn {
    width: 13%;
  }
  #newCatalogVisual .catch {
    padding: 90px 0 0 0;
  }
  #newCatalogVisual .catch img {
    height: 150px;
  }
  .navBtns li a {
    font-size: 80%;
  }
  .tagLists .ofInner {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
  }
  .ofInner .tagsPickup li {
    display: inline-block;
    float: none !important;
    margin: 0 1% 0 0% !important;
    width: 40% !important;
    min-height: inherit;
  }
}
@media screen and (max-width:768px) {
  .sp_inline {
    display: inline;
  }
  h2.title01 {
    lletter-spacing: normal;
    font-size: 115%;
  }
  .h2Txt {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0px 5px 0px;
    color: #666666;
  }
  .branch {
    margin: 75px 0 15px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .branch li {
    float: none;
    display: inline-block;
    white-space: nowrap;
  }
  .branch ::-webkit-scrollbar {}
  .branch ::-webkit-scrollbar-track {
    background-color: #FFF;
  }
  .branch ::-webkit-scrollbar-thumb {
    background-color: rgba(238, 238, 238, 0.8);
  }
  .toggleList li a {
    background-color: #ffffff;
    background-image: url("../img/bg_toggleArrow_down.png");
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 10px 5px;
    border-bottom: 1px solid #dedede;
    color: #333333;
    padding: 10px;
    display: block;
  }
  /*2020新着カタログ*/
  .searchBar {
    background: #333333;
    /*height: 100%;*/
    padding: 20px 0;
    top: 114px;
    display: none;
  }
  .searchBar select, .searchBar input[type="text"], .searchBar .btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #newCatalogVisual {
    background: url("../img/bg_newCatalogBnr.jpg");
    background-position: 0 -20px;
    height: 140px;
    margin: 69px 0 0 0;
  }
  #newCatalogVisual .catch {
    padding: 30px 0 0 0;
    text-align: center;
  }
  #newCatalogVisual .catch img {
    height: 85px;
  }
  .newCatalogs {
    margin: 0 20px 120px 20px;
  }
  .new-catalogs .branch {
    margin: 15px 0 120px 0;
  }
  .newCatalogs h2.title01 {
    margin: 0 -20px 5px -20px;
  }
  #newCatalogVisual .btn {
    width: 45%;
    margin: 1%;
  }
  /* .navBtns li a {
      margin: 0 1% 2% 0;      
  }*/
  /*人気ギャラリー*/
  .galleryTag ul.galleryTitles li {
    border-radius: 8px;
    float: left;
    margin: 0 1% 15px 0;
    width: 48.5%;
  }
  /*
    .galleryTag ul.galleryTitles li:nth-child(4n) {
    float: left;
    margin: 0 1% 15px 0;
    width: 48.5%;
  }
  .galleryTag ul.galleryTitles li:nth-child(3n) {
    float: left;
    margin: 0 1% 15px 0;
    width: 48.5%;
  }
  .galleryTag ul.galleryTitles li:nth-child(5n) {
    float: left;
    margin: 0 1% 15px 0;
    width: 48.5%;
  }
  .galleryTag ul.galleryTitles li:nth-child(6n) {
    float: right;
    margin: 0 0 15px 0;
    width: 48.5%;
  }
  .galleryTag ul.galleryTitles li:nth-child(2n) {
    float: right;
    margin: 0 0 15px 0;
    width: 48.5%;
  }
    */
  .galleryTxt p {
    min-height: 4em;
  }
  .tagsPickup li a span {
    font-size: 88%;
  }
  .tagLists .tags li {
    float: left;
    width: 48%;
  }
  .tagLists .tags li:nth-child(2n) {
    float: right;
    width: 48%;
  }
  .tagLists .tags li a {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 80px;
    color: #333333;
    display: block;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
  }
}
@media screen and (max-width:640px) {
  .thumbLi li a img.videoIcon, .photoSearch ul li a img.videoIcon {
    position: absolute !important;
    top: calc(50% - 20px) !important;
    left: calc(50% - 20px) !important;
    z-index: 999;
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width:520px) {
  .ofInner .tagsPickup li {
    display: inline-block;
    float: none !important;
    margin: 0 1% 0 0% !important;
    width: 44% !important;
    min-height: inherit;
  }
}
@media screen and (max-width:480px) {
  #topSearchBox {
    min-width: 395px;
  }
  .tagsPickup li a span {
    font-size: 82%;
  }
  .tags li a {
    font-size: 74%;
  }
}
@media screen and (max-width:415px) {
  #topSearchBox {
    min-width: 360px;
  }
}
@media screen and (max-width:380px) {
  #topSearchBox {
    min-width: 340px;
  }
}
@media screen and (max-width:320px) {
  #topSearchBox {
    min-width: 300px;
  }
}