@charset "UTF-8";
/*--------------------------------------------------------------
>>> 製品検索関連のスタイルシート
----------------------------------------------------------------*/
:target {
  scroll-margin-top: 60px;
}

.products-list__wrappers.is-hidden {
  display: none;
}

.u-postcount {
  background-color: #3d3d3d;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 20px;
  padding: 0 0.375rem;
  color: #fff;
}

.u-mb150 {
  margin-bottom: 9.375rem;
}

.u-mt50 {
  margin-top: 3.125rem;
}
.u-mt50.m-main-heading {
  margin-top: 3.125rem !important;
}

.u-mb50.m-main-heading {
  margin-bottom: 3.125rem !important;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.search__wid {
  max-width: 896px;
  margin: auto;
  width: 90%;
}
@media (max-width: 480px) {
  .search__wid {
    width: 100%;
  }
}

p.search-sectitle {
  margin-bottom: 1.675rem;
}
p.search-sectitle .-large {
  font-size: 1.375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  p.search-sectitle {
    margin-bottom: 1em;
  }
  p.search-sectitle .-large {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  p.search-sectitle {
    font-size: 0.75rem;
  }
  p.search-sectitle .-large {
    font-size: 1rem;
  }
}

.search-industry {
  background-color: #f4f6f8;
  padding: 1.375rem;
  margin-bottom: 1.25rem;
}
.search-industry-list__item {
  display: inline-block;
  font-size: 0.933rem;
  margin-right: 1.536em;
  margin-bottom: 0.75em;
}
.search-industry-list__item a {
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .search-industry-list__item {
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 0.836em;
    margin-bottom: 1em;
  }
}

.search-products {
  background-color: #e4e8eb;
  padding: 1.375rem;
  margin-bottom: 3.125rem;
}
.search-products form select,
.search-products form input {
  font-size: 0.933rem;
}
.search-products-form__wrapper {
  display: flex;
  justify-content: space-between;
}
.search-products-form__wrapper input,
.search-products-form__wrapper .select__wrapper {
  width: 49%;
  max-width: 440px;
}
.search-products-form__wrapper input,
.search-products-form__wrapper select {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #c2c9cf;
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1.5em;
}
.search-products-form__wrapper select {
  background-color: #fff;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.search-products-form__wrapper select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.search-products-form__wrapper select:hover {
  cursor: pointer;
}
.search-products-form__wrapper .select__wrapper {
  position: relative;
}
.search-products-form__wrapper .select__wrapper::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0.75rem;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #dc000c;
  border-right: 1px solid #dc000c;
  transform: rotate(135deg) skew(-10deg, -10deg);
  transform-origin: 0 0;
  transition: all 0.15s ease-out;
}
.search-products #search-button,
.search-products input[type="submit"] {
  background-color: #3d3d3d;
  max-width: 135px;
  color: #fff;
  height: 35px;
}
@media (max-width: 767px) {
  .search-products-form__wrapper {
    flex-wrap: wrap;
  }
  .search-products-form__wrapper input,
  .search-products-form__wrapper .select__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .search-products {
    margin-bottom: 1.25rem;
    padding: 1.375rem 1.375rem 2rem;
  }
  .search-products form select,
  .search-products form input {
    font-size: 0.75rem;
  }
  .search-products-form__wrapper input,
  .search-products-form__wrapper select {
    padding: 0.75em 2.25em 0.75em 1.5em;
  }
  .search-products-form__wrapper .select__wrapper::after {
    right: 0;
  }
  .search-products input[type="submit"] {
    margin-top: 0.875rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .search-result-heading {
    margin-top: 3.125rem;
  }
}

.search-results .products-list__wrapper {
  margin-bottom: 3.125rem;
}

.products-list__wrapper {
  background-color: #f4f6f8;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
.products-list__wrapper.is-hidden {
  display: none;
}
.products-list__wrapper .u-postcount {
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .products-list__wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .products-list__wrapper {
    padding-top: 1.25rem;
  }
  .products-list__wrapper .u-postcount {
    margin-left: 5%;
    margin-bottom: 0.5rem;
  }
}

.products-list {
  max-width: 916px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products-list.-noresult {
  padding-top: 2.5rem;
}
.products-list__item {
  flex-basis: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 767px) {
  .products-list__item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }
}
.products-list__img {
  border: 1px solid #363738;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.products-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.products-list__name {
  font-size: 0.867rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-top: 0.375rem;
  line-height: 1.46;
}
.products-list__name.-icon {
  position: relative;
  padding-left: 2em;
}
.products-list__name.-icon::before {
  position: absolute;
  content: url(../img/icon-product.svg);
  left: 0;
  top: 0;
}
.products-list__name.-icon.-icon__selection-classification::before,
.products-list__name.-icon.-icon__emulsion-variance::before,
.products-list__name.-icon.-icon__mixer::before {
  content: url(../img/icon-product.svg);
}
.products-list__name.-icon.-icon__sending-pressure::before,
.products-list__name.-icon.-icon__pump::before {
  content: url(../img/m-top-product__icon1.svg);
  transform: scale(0.85);
  transform-origin: top;
}
@media (max-width: 480px) {
  .products-list {
    width: 95%;
  }
  .products-list__name {
    font-size: 0.75rem;
  }
  .products-list__name.-icon::before {
    transform: scale(0.8);
  }
}

.u-arrow_right.-searchProducts {
  text-align: center;
}

.in-sosiety__inner {
  max-width: 1206px;
  margin: auto;
  margin-bottom: 3.125rem;
}
.in-sosiety__inner .m-main-heading {
  margin-bottom: 1.5rem !important;
}
.in-sosiety__desc {
  text-align: center;
  margin-bottom: 3.125rem;
}
.in-sosietyMap__desc.-icon {
  text-align: center;
  margin-top: 1em;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1rem;
}
.in-sosietyMap__desc.-icon::before {
  content: "";
  background-color: #4e69d9;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.25em;
  position: relative;
  top: 2px;
}
@media (max-width: 480px) {
  .in-sosiety__inner {
    margin-bottom: 3.75rem;
  }
  .in-sosiety__desc {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
}

/* CSS */
.m-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.6);
  animation-name: modalopen;
  animation-duration: 0.3s;
}
.m-modalContent {
  background-color: #f4f6f8;
  padding: 3.125rem 2rem;
  position: relative;
  top: calc(50% + 2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1046px;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.m-modalContent::after {
  content: "採石場で活躍する大平洋機工の製品";
  font-size: 1.375rem;
  position: absolute;
  left: 5rem;
  top: -20px;
  background-color: #3d3d3d;
  color: #fff;
  padding: 0.25rem 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-modalContent {
    gap: 0.5em;
    padding: 2rem 1rem;
  }
  .m-modalContent::after {
    font-size: 0.8rem;
    padding: 0.5em;
    left: 1rem;
  }
}
.m-modalContent .m-product {
  position: relative;
  background-color: #fff;
  width: 48%;
  max-width: 300px;
  padding-bottom: 1.5rem;
  border: 1px solid #c2c9cf;
}
.m-modalContent .m-product::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  width: 1.5rem;
  background-color: #dc000c;
}
.m-modalContent .m-product__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 300/260;
  width: 100%;
  -o-object-position: 20% 50%;
  object-position: 20% 50%;
}
.m-modalContent .m-product__name {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .m-modalContent .m-product {
    padding-bottom: 1rem;
  }
  .m-modalContent .m-product__name {
    font-size: 0.6875rem;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#modalContent2 .m-modalContent::after {
  content: "製鉄所で活躍する大平洋機工の製品";
}

#modalContent3 .m-modalContent::after {
  content: "火力発電所で活躍する大平洋機工の製品";
}

#modalContent4 .m-modalContent::after {
  content: "下水処理場で活躍する大平洋機工の製品";
}

#modalContent5 .m-modalContent::after {
  content: "化学工場で活躍する大平洋機工の製品";
}

#modalContent6 .m-modalContent::after {
  content: "食品工場で活躍する大平洋機工の製品";
}

#modalContent7 .m-modalContent::after {
  content: "セメント工場で活躍する大平洋機工の製品";
}

.search-result__wrapper{
    position: relative;
}
.products-list__wrapper.--all{
    margin-top: -100px;
}
.js-loading{
    opacity: 0.5;
    pointer-events: none;
}
#search-result-container{
    min-height: 100px;
}
.cv-spinner {
    height: 100%;
    top: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    display: inline-block;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
