@charset "utf-8";

.main-group {
  overflow: hidden;
}

.content {
  margin: 2em auto;
}

.wrap-home-terms {
  overflow: hidden;
}

.home-terms {
  width: calc(100% + 1%);
}

.home-term-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 1%);
  margin: 1% 1% 1% 0;
  box-sizing: border-box;
  background-color: var(--base-color, #f6f6f6);
}

.home-term-item>a {
  display: table;
  width: 100%;
  overflow: hidden;
}

.home-term-item .term-images {
  width: 120px;
  height: 120px;
  display: table-cell;
  vertical-align: top;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e3e3e3),
      to(#818b8f));
  background-image: linear-gradient(180deg, #e3e3e3, #818b8f);
  position: relative;
}

/*** 近日公開予定のスタイル（START） ***/
/*
.home-term-item[data-home-term="washbasins"] .term-images::before,
.home-term-item[data-home-term="accessories"] .term-images::before {
  content: " ";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.home-term-item[data-home-term="washbasins"] .term-images::after,
.home-term-item[data-home-term="accessories"] .term-images::after {
  content: "近日公開予定";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  font-size: 0.8em;
}
.home-term-item[data-home-term="accessories"] .term-images > a,
.home-term-item[data-home-term="washbasins"] .term-images > a {
  pointer-events: none;
}
*/
/*** 近日公開予定のスタイル（END） ***/

.home-term-item .term-images>span>img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-term-item .term-text_more-wrap {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  display: table-cell;
  vertical-align: middle;
  padding-right: 6%;
  text-align: center;
}

.home-term-item .term-text_more-wrap>span {
  display: inline-block;
  vertical-align: top;
}

/*** 近日公開予定のスタイル（START） ***/
/*
.home-term-item[data-home-term="washbasins"] .term-text_more-wrap::before,
.home-term-item[data-home-term="accessories"] .term-text_more-wrap::before {
  content: " ";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.home-term-item[data-home-term="washbasins"] .term-text_more-wrap > a,
.home-term-item[data-home-term="accessories"] .term-text_more-wrap > a {
  pointer-events: none;
}
*/
/*** 近日公開予定のスタイル（END） ***/

.home-term-item .term-text {
  font-size: 2.0em;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.home-term-item .term-more {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  padding-right: 1em;
  position: relative;
}

.home-term-item .term-more::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 6px;
  margin-right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}

.title-section {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2em;
}

.title-section .text-en,
.title-section .text-jp {
  display: block;
  margin: 0 auto;
}

.title-section .text-en {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
}

.title-section .text-en::before,
.title-section .text-en::after {
  content: "";
  height: 2px;
  width: 1em;
  background: #aaa;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title-section .text-en::before {
  margin-left: -1.5em;
}

.title-section .text-en::after {
  margin-right: -1.5em;
}

.content-browsing_history .title-section .text-en::before,
.content-browsing_history .title-section .text-en::after {
  display: none;
}

.content-post_news .content-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 5px solid var(--base-color, #f6f6f6);
}

.aside-related {
  max-width: 1500px;
}

.post_related {
  width: calc(25% - 1%);
}

.title-post_related {
  font-size: 0;
}

.title-post_related::before {
  content: "Pick Up";
  font-size: 16px;
  font-weight: 500;
}

.content-post_topics .list-archive-wrap {
  width: calc(100% + 1%);
  font-size: 0;
}

.content-post_topics .list-archive {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 1%);
  margin: 1% 1% 1% 0;
}

.content-post_topics .one-archive {
  display: block;
  padding: 0;
}

.content-post_topics .img-archive-post {
  width: auto;
}

.content-post_topics .txt-archive-post .excerpt {
  margin-bottom: 0.5em;
  font-size: 14px;
}

.content-post_topics .link-color {
  color: inherit;
}

.img-archive-post>a {
  display: block;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e3e3e3),
      to(#818b8f));
  background-image: linear-gradient(180deg, #e3e3e3, #818b8f);
}

.img-post-thumbnail {
  position: relative;
}

.video-post-thumbnail {
  background: #111;
}

.video-post-thumbnail>iframe,
.video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.title-section,
.txt-archive-post .time,
.content .list-archive-all,
.count-post_related {
  display: none;
}

.title-post_related {
  text-align: center;
  margin-bottom: 20px;
}

.content-browsing_history .title-section {
  display: block;
}

.content-post_news .post_type-taxonomy_terms {
  display: inline-block;
  vertical-align: top;
}

.tag-post_type {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.tag-post_type::before {
  content: " ";
  background: #666;
  padding: 0.5em 0.75em;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}

.list-archive[data-post_type="references_1"] .tag-post_type::before {
  content: "納入事例";
}

.list-archive[data-post_type="post"] .tag-post_type::before {
  content: "新着情報";
}

.list-archive[data-post_type="page"] .tag-post_type::before {
  content: "トピックス";
}

.list-archive[data-post_type="series_1"] .tag-post_type::before,
.list-archive[data-post_type="series_2"] .tag-post_type::before,
.list-archive[data-post_type="series_3"] .tag-post_type::before,
.list-archive[data-post_type="series_4"] .tag-post_type::before,
.list-archive[data-post_type="sku"] .tag-post_type::before {
  content: "取り扱い製品";
}

.txt-archive-post .term-list {
  position: relative;
  margin-left: 0.25em;
}

.txt-archive-post .term {
  background: none;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  font-size: 0.8em;
  border-radius: 0;
}

.txt-archive-post .term::before {
  content: "#";
}

.txt-archive-post .term+.term {
  margin-left: 0.25em;
}

/* PC
----------------------------------------------------------*/

@media only screen and (max-width: 1240px) {
  .home-term-item .term-text_more-wrap {
    padding-right: 0;
  }


  .home-term-item .term-images {
    width: 110px;
    height: 110px;
  }

  .home-term-item .term-text {
    font-size: 1.8em;
  }

}

/* PC
----------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

  .home-term-item .term-images {
    width: 95px;
    height: 95px;
  }

  .home-term-item .term-text {
    font-size: 1.6em;
  }

}

/* PC
----------------------------------------------------------*/

@media only screen and (max-width: 920px) {

  .home-terms,
  .content-post_topics .list-archive-wrap {
    width: calc(100% + 1.5%);
  }

  .home-term-item,
  .content-post_topics .list-archive {
    width: calc(50% - 1.5%);
    margin: 1.5% 1.5% 1.5% 0;
  }

  .home-term-item .term-text {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .home-term-item .term-more::after {
    height: 8px;
    width: 8px;
  }
}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 750px) {
  #js-top-slider .top-slider-img {
    padding-bottom: 68.75%;
  }

  .content {
    margin: 1em auto;
  }

  .content-post_news {
    margin-top: 0;
  }

  .post_related {
    width: 100%;
  }

  .home-term-item .term-images {
    width: 80px;
    height: 80px;
  }

  .home-term-item .term-text {
    font-size: 1.45em;
  }

  .home-term-item .term-more {
    font-size: 0.85em;
  }
}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 540px) {

  .home-terms,
  .content-post_topics .list-archive-wrap {
    width: calc(100% + 2%);
  }

  .home-term-item,
  .content-post_topics .list-archive {
    width: calc(50% - 2%);
    margin: 2% 2% 2% 0;
  }

  .home-term-item .term-images {
    width: 60px;
    height: 60px;
  }

  .home-term-item .term-text_more-wrap>span {
    line-height: 1;
  }

  .home-term-item .term-text {
    font-size: 1.1em;
  }

  .home-term-item .term-more {
    font-size: 0.75em;
    line-height: 1.8;
  }

  .home-term-item .term-more::after {
    height: 6px;
    width: 6px;
  }

}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 440px) {

  .home-term-item .term-more {
    font-size: 0.75em;
  }

  .content-post_topics .list-archive {
    width: 100%;
    margin: 0.75em 0;
  }

  .home-term-item .term-images {
    width: 45px;
    height: 45px;
  }

  .home-term-item .term-text {
    font-size: 1.0em;
  }

  .home-term-item .term-more {
    font-size: 0.7em;

  }
}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 370px) {
  .home-term-item .term-images {
    width: 40px;
    height: 40px;
  }

  .home-term-item .term-text {
    font-size: 0.95em;
    line-height: 1.2;
  }

  .home-term-item .term-more {
    font-size: 0.7em;
  }
}

/****** WordPress アドミンバー（#wpadminbar）START ******/

/* PC
----------------------------------------------------------*/

@media only screen and (min-width: 783px) {
  body[data-logged_in="true"]>.header-group {
    /* top: 32px; */
  }

  body[data-logged_in="true"] #js-top-slider .hi-vh {
    /* height: calc( 100vh - 32px ); */
  }
}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 782px) {
  body[data-logged_in="true"]>.header-group {
    /* top: 46px; */
  }

  body[data-logged_in="true"] #js-top-slider .hi-vh {
    /* height: calc( 100vh - 46px ); */
  }
}

@media only screen and (max-width: 600px) {
  body[data-logged_in="true"] #wpadminbar {
    /* top: -46px; */
  }

  body[data-logged_in="true"]>.header-group.hg-fixed,
  body[data-logged_in="true"]>.header-group.hg-opened,
  body[data-logged_in="true"]>.header-group.sf-opened {
    /* top: 0; */
  }
}

/****** WordPress アドミンバー（#wpadminbar）END ******/