@charset "UTF-8";

/* ==========================================================================
   Main Visual
   ========================================================================== */
.prouse-top-mv {
  z-index: 0;
  position: relative;
  margin-bottom: 1.2rem;
  padding: 3.5rem 4rem;
  overflow: hidden;
  background-color: #f6f6ee;
}

.prouse-top-mv::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 28.5rem;
  height: 28.5rem;
  background-color: #e60012;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.prouse-top-mv::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28.5rem;
  height: 28.5rem;
  background-color: #e60012;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.prouse-top-mv .prouse-top-mv_wrap {
  gap: 3.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 142rem;
}

.prouse-top-mv .prouse-top-mv_inner {
  position: relative;
  padding-bottom: 1.2rem;
}

.prouse-top-mv .prouse-top-mv_inner .prouse-top-mv_list {
  width: 100%;
  max-width: 108.5rem;
}

.prouse-top-mv .prouse-top-mv_main {
  overflow: hidden;
  border-radius: 1.5rem;
}

.prouse-top-mv .prouse-top-mv_item {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.prouse-top-mv .prouse-top-mv_item-img {
  width: 100%;
  max-width: none;
}

.prouse-top-mv .swiper-slide {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  height: 100%;
}

.prouse-top-mv .prouse-top-mv_catalog {
  display: block;
  width: 30rem;
  padding: 2.5rem 3.2rem 3.2rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
}

.prouse-top-mv .prouse-top-mv_catalog-thumb {
  overflow: hidden;
}

.prouse-top-mv .prouse-top-mv_catalog-thumb img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.prouse-top-mv .prouse-top-mv_catalog-title {
  margin-top: 2.6rem;
  color: #f00000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.prouse-top-mv .prouse-top-mv_catalog-btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  margin-inline: auto;
  display: block;
  position: relative;
  width: 100%;
  max-width: 18.6rem;
  margin-top: 1.3rem;
  padding: 0.3rem 3.6rem 0.4rem;
  border: 1px solid #f00000;
  border-radius: 4.5rem;
  background-color: #f00000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.prouse-top-mv .prouse-top-mv_catalog-btn::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 1.2rem;
  height: 1.1rem;
  transform: translateY(-50%);
  background: url(/products/prouse/common/images/common_icon_window_white.png);
  background-size: cover;
  content: "";
}

.prouse-top-mv .prouse-top-mv_catalog-btn_icon {
  display: inline-block;
  width: 1.2rem;
  margin-left: 1.2rem;
  vertical-align: baseline;
}

.prouse-top-mv .prouse-top-mv_btn-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 108.5rem;
  height: 100%;
  margin-top: 0;
  padding: 0 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev,
.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next {
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  top: 50%;
  width: 4.6rem;
  height: 4.6rem;
  transform: translateY(-50%);
  border: 1px solid #e60012;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0;
  pointer-events: auto;
  transition: background-color 0.3s, opacity 0.3s;
}

.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev::after,
.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next::after {
  position: absolute;
  top: 50%;
  border-width: 0.7rem 0 0.7rem 1rem;
  border-style: solid;
  border-color: transparent transparent transparent #f00000;
  content: "";
}

.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev {
  left: 2rem;
}

.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev::after {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  right: 50%;
  transform: translate(50%, -50%) rotate(180deg);
}

.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next {
  right: 2rem;
}

.prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  left: 55%;
  transform: translate(-50%, -50%) rotate(0);
}

.prouse-top-mv .prouse-top-mv_pagination {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateX(-50%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 33vw;
  top: 100%;
  bottom: auto;
  left: 50%;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  transform: translateX(-50%);
  pointer-events: auto;
}

.prouse-top-mv .prouse-top-mv_pagination span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}

.prouse-top-mv .prouse-top-mv_pagination span.is-active {
  background: #e60012;
}

/* ==========================================================================
   業種別おすすめ情報
   ========================================================================== */
.prouse-top-business {
  padding: 8.5rem 4rem 9rem;
  background-color: #f7f6f0;
}

.prouse-top-business_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 134rem;
  margin-top: 5rem;
}

.prouse-top-business_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 0.8rem 0.8rem 0;
  border-radius: 2rem;
}

.prouse-top-business_item:nth-of-type(1) {
  background-color: #ff984a;
}

.prouse-top-business_item:nth-of-type(1) .prouse-top-business_icon::after {
  border-color: transparent transparent transparent #ff984a;
}

.prouse-top-business_item:nth-of-type(2) {
  background-color: #50d487;
}

.prouse-top-business_item:nth-of-type(2) .prouse-top-business_icon::after {
  border-color: transparent transparent transparent #50d487;
}

.prouse-top-business_item:nth-of-type(3) {
  background-color: #ffe74d;
}

.prouse-top-business_item:nth-of-type(3) .prouse-top-business_icon::after {
  border-color: transparent transparent transparent #ffe74d;
}

.prouse-top-business_img-wrap {
  aspect-ratio: 419/271;
  width: 100%;
  max-width: 41.9rem;
  overflow: hidden;
  border-radius: 2rem;
}

.prouse-top-business_img {
  -webkit-transition: -webkit-transform 0.3s;
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.prouse-top-business_body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 2.6rem 0 2.8rem;
  text-align: center;
}

.prouse-top-business_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #000000;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: normal;
}

.prouse-top-business_desc {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 1.2rem;
  overflow: hidden;
  color: #000000;
}

.prouse-top-business_icon {
  -webkit-transition: all 0.3s;
  position: absolute;
  right: 0.4rem;
  bottom: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s;
}

.prouse-top-business_icon::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-style: solid;
  content: "";
}

/* ==========================================================================
   業務用商品情報
   ========================================================================== */
.prouse-top-product {
  padding: 8.5rem 4rem 14.5rem;
  background-color: #ffffff;
  background-image: radial-gradient(#ffdfe5 0%, transparent 20%);
  background-position: top left;
  background-repeat: repeat;
  background-size: 2rem 2rem;
}

.prouse-top-product_inner {
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
}

.prouse-top-product_content {
  margin-top: 5rem;
}

.prouse-top-product_list {
  -ms-flex-wrap: wrap;
  gap: 10.8rem 2rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.prouse-top-product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 32rem;
  height: auto;
  max-height: 26.4rem;
  background: #f1f0e7;
  text-align: center;
}

.prouse-top-product_item:nth-child(n+5) {
  max-height: 23.2rem;
}

.prouse-top-product_item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #02893a), color-stop(0%, #e60012));
  background: linear-gradient(90deg, #02893a 10%, #e60012 0%);
  content: "";
}

.prouse-top-product_link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.prouse-top-product_label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 21.4rem;
  margin: 3.5rem auto;
  padding: 0.8rem;
  border: 1px solid #e60012;
  border-radius: 4rem;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  transition: all 0.3s;
}

.prouse-top-product_label.link-btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
  content: "";
}

.prouse-top-product_label.catalog-btn::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 1.2rem;
  height: 1.1rem;
  transform: translateY(-50%);
  background: url(/products/prouse/common/images/common_icon_window.png);
  background-size: cover;
  content: "";
}

.prouse-top-product_img-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  max-height: 21.8rem;
  margin: 0 auto;
}

.prouse-top-product_img-wrap.prouse-top-product_img-wrap--small {
  max-height: 18.8rem;
}

.prouse-top-product_img-wrap img {
  -webkit-filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.1));
  -webkit-transition: -webkit-transform 0.3s;
  -o-object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.1));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ==========================================================================
   ブランドサイト
   ========================================================================== */
.prouse-top-brand {
  padding: 8.5rem 4rem 9rem;
  background-image: url(/products/prouse/images/top/prouse_top_bs_bg.jpg);
  background-size: cover;
}

.prouse-top-brand_list {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100.2rem;
  margin: 5rem auto 0;
  column-gap: 4rem;
}

.prouse-top-brand_link {
  display: block;
}

.prouse-top-brand_item {
  padding-block: 3.6rem 2.4rem;
  width: 100%;
  max-width: 48rem;
  border-radius: 2rem;
  background-color: #ffffff;
}

.prouse-top-brand_img-wrap {
  width: 100%;
  max-width: 21.9rem;
  margin: 0 auto;
  overflow: hidden;
}

.prouse-top-brand_img {
  -webkit-transition: -webkit-transform 0.3s;
  width: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.prouse-top-brand_name {
  color: #000000;
  font-size: 1.4rem;
  text-align: center;
}

.prouse-top-brand_name::after {
  -webkit-transform: translateY(-70%);
  display: inline-block;
  width: 1rem;
  height: 0.9rem;
  margin-left: 1.4rem;
  transform: translateY(-70%);
  background: url(/products/prouse/common/images/common_icon_window.png);
  background-size: cover;
  vertical-align: -webkit-baseline-middle;
  content: "";
}

/* ==========================================================================
   メールマガジン, よくあるご質問
   ========================================================================== */
.prouse-top-support {
  padding: 9rem 4rem;
}

.prouse-top-support_inner {
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
}

.prouse-top-support_list {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  column-gap: 4rem;
  text-align: center;
}

.prouse-top-support_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 65rem;
  padding: 6rem 3rem 6.3rem;
  border: 1px solid #f00000;
  border-radius: 2rem;
}

.prouse-top-support_icon-top {
  position: absolute;
  top: 2.2rem;
  left: 2.9rem;
  width: 7rem;
  height: 7rem;
}

.prouse-top-support_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.prouse-top-support_btn {
  -webkit-transition: all 0.3s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 40.8rem;
  margin: 4.9rem auto 0;
  padding: 1.5rem 0;
  border: 1px solid #f00000;
  border-radius: 5rem;
  background-color: #f00000;
  color: #ffffff;
  font-size: 2.8rem;
  transition: all 0.3s;
}

.prouse-top-support_btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translateY(-50%);
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

.prouse-top-support_badge {
  display: inline-block;
  margin-left: 1.4rem;
  padding: 0 0.6rem 0.1rem 0.7rem;
  border-radius: 0.4rem;
  background-color: #ffffff;
  color: #000000;
  font-size: 2rem;
  line-height: 1.4;
  vertical-align: middle;
}

@media only screen and (max-width: 1204px) {
  /*1200pxより上*/
  .prouse-top-mv {
    padding: 3.5rem 1.6rem;
  }
  .prouse-top-mv .swiper-slide {
    width: 100% !important;
  }
  .prouse-top-mv .prouse-top-mv_catalog {
    padding: 2.3rem 1.6rem;
  }
  .prouse-top-mv .prouse-top-mv_catalog-title {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn {
    padding: 0.3rem 2.6rem 0.4rem 2.2rem;
    font-size: 1.4rem;
  }
  .prouse-top-business {
    padding: 8.5rem 1.6rem 9rem;
  }
  .prouse-top-business_body {
    padding: 3rem 0 4rem;
  }
  .prouse-top-product {
    padding: 8.5rem 1.6rem 14.5rem;
  }
  .prouse-top-brand {
    padding: 8.5rem 1.6rem 9rem;
  }
  .prouse-top-support {
    padding: 9rem 1.6rem;
  }
}

@media only screen and (max-width: 867px) {
  /*960px以下*/
  .prouse-top-mv {
    padding: 3rem 1.5rem;
  }
  .prouse-top-mv::before {
    width: 20rem;
    height: 20rem;
  }
  .prouse-top-mv::after {
    width: 20rem;
    height: 20rem;
  }
  .prouse-top-mv .prouse-top-mv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .prouse-top-mv .prouse-top-mv_inner .prouse-top-mv_list {
    max-width: 60rem;
  }
  .prouse-top-mv .prouse-top-mv_item-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prouse-top-mv .prouse-top-mv_main {
    border-radius: 1.5rem;
  }
  .prouse-top-mv .prouse-top-mv_catalog-textarea {
    width: 100%;
    max-width: 170px;
  }
  .prouse-top-mv .prouse-top-mv_catalog {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 60rem;
    padding: 2rem !important;
    column-gap: 2rem;
  }
  .prouse-top-mv .prouse-top-mv_catalog-thumb {
    max-width: 11rem;
  }
  .prouse-top-mv .prouse-top-mv_catalog-title {
    margin-top: 0;
    font-size: 1.8rem !important;
    text-align: left;
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn {
    margin-inline: 0;
    max-width: 17rem;
    margin-top: 1.8rem;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: none;
    -webkit-transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    margin-top: 3.3rem;
    padding: 0 40px;
    column-gap: 2.5rem;
    transform: none;
    transform: translateY(0);
    pointer-events: auto;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev,
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next {
    -ms-flex-negative: 0;
    -webkit-transform: none;
    position: static;
    position: relative;
    flex-shrink: 0;
    width: 4.4rem;
    height: 4.4rem;
    transform: none;
    opacity: 1;
  }
  .prouse-top-mv .prouse-top-mv_pagination {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    -webkit-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    column-gap: 2.5rem;
    transform: none;
  }
  .prouse-top-business {
    padding: 4.5rem 1.6rem 5rem;
  }
  .prouse-top-business_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 3.5rem;
  }
  .prouse-top-business_item {
    width: 100%;
    max-width: 34.5rem;
    padding: 0.7rem 0.8rem 0;
  }
  .prouse-top-business_body {
    padding: 1.4rem 0 2.4rem;
  }
  .prouse-top-business_title {
    font-size: 2.4rem;
  }
  .prouse-top-business_desc {
    margin-top: 0.9rem;
    font-size: 1.4rem;
  }
  .prouse-top-business_icon {
    width: 2.2rem;
    height: 2.2rem;
  }
  .prouse-top-product {
    padding: 4.5rem 1.6rem 10.6rem;
  }
  .prouse-top-product_content {
    margin-top: 3.5rem;
  }
  .prouse-top-product_list {
    gap: 6.5rem 0.9rem;
    max-width: none;
    margin: 0 auto;
  }
  .prouse-top-product_item {
    padding-inline: 0.6rem;
    width: calc((100% - 0.9rem) / 2);
    max-width: none;
    max-height: 17.4rem !important;
  }
  .prouse-top-product_label {
    margin: 2rem auto 1.8rem;
    padding: 0.6rem 1.9rem 0.7rem 1.5rem;
    font-size: 1.2rem;
  }
  .prouse-top-product_label.link-btn::after {
    top: 45%;
    right: 0.8rem;
    border-width: 0.4rem 0 0.4rem 0.6rem;
  }
  .prouse-top-product_img-wrap {
    max-height: 14.7rem !important;
  }
  .prouse-top-product_img-wrap.prouse-top-product_img-wrap--small {
    max-height: 14.7rem;
  }
  .prouse-top-brand {
    margin-bottom: 57px;
    padding: 4.5rem 1.6rem 0;
    background-image: url(/products/prouse/images/top/prouse_top_bs_bg_sp.jpg);
  }
  .prouse-top-brand_list {
    -webkit-column-gap: 0.9rem;
    -moz-column-gap: 0.9rem;
    margin: 3.5rem auto 0;
    column-gap: 0.9rem;
  }
  .prouse-top-brand_item {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: -57px;
    padding: 1.8rem 0.4rem 1.6rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  }
  .prouse-top-brand_img-wrap {
    max-width: 11rem;
  }
  .prouse-top-brand_name::after {
    margin-left: 1rem;
  }
  .prouse-top-support {
    padding: 5rem 1.5rem;
  }
  .prouse-top-support_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  .prouse-top-support_item {
    padding: 4rem 2.5rem;
  }
  .prouse-top-support_icon-top {
    top: 1.5rem;
    left: 1.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .prouse-top-support_text {
    margin-top: 3rem;
  }
  .prouse-top-support_btn {
    max-width: 29.5rem;
    margin: 3.5rem auto 0;
    font-size: 2rem;
    line-height: 1.2;
  }
  .prouse-top-support_badge {
    margin-left: 0.6rem;
    padding: 0.3rem 0.7rem;
    font-size: 1.6rem;
    line-height: inherit;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 425px) {
  /*360px以下*/
  .prouse-top-support_text {
    text-align: left;
  }
}

@media only screen and (min-width: 1204px) {
  .prouse-top-mv {
    padding: 2.33333vw ww(16);
  }
  .prouse-top-mv::before {
    width: 19vw;
    height: 19vw;
  }
  .prouse-top-mv::after {
    width: 19vw;
    height: 19vw;
  }
  .prouse-top-mv .prouse-top-mv_wrap {
    gap: 2.3333333333vw;
    max-width: 94.6666666667vw;
  }
  .prouse-top-mv .prouse-top-mv_inner {
    border-radius: 2.6666666667vw;
  }
  .prouse-top-mv .prouse-top-mv_inner .prouse-top-mv_list {
    max-width: 72.3333333333vw;
  }
  .prouse-top-mv .prouse-top-mv_main {
    border-radius: 2rem;
  }
  .prouse-top-mv .prouse-top-mv_catalog {
    width: 20vw;
    padding: 1.6666666667vw 2.1333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
  .prouse-top-mv .prouse-top-mv_catalog-title {
    margin-top: 1.7333333333vw;
    font-size: 1.2vw;
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn {
    max-width: 12.4vw;
    margin-top: 0.8666666667vw;
    padding: 0.2vw 2.4vw 0.2666666667vw;
    border-radius: 3vw;
    font-size: 1.0666666667vw;
    white-space: nowrap;
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn::after {
    right: 0.8666666667vw;
    width: 0.8vw;
    height: 0.7333333333vw;
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn_icon {
    width: 0.8vw;
    margin-left: 0.8vw;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap {
    max-width: 72.3333333333vw;
    padding: 0 1.3333333333vw;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev,
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev::after,
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next::after {
    border-width: 0.4666666667vw 0 0.4666666667vw 0.6666666667vw;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev {
    left: 1.3333333333vw;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next {
    right: 1.3333333333vw;
  }
  .prouse-top-mv .prouse-top-mv_pagination {
    -webkit-column-gap: 2vw;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
  }
  .prouse-top-mv .prouse-top-mv_pagination span {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}

@media (hover: hover) {
  .prouse-top-mv .prouse-top-mv_inner:hover .prouse-top-mv_prev,
  .prouse-top-mv .prouse-top-mv_inner:hover .prouse-top-mv_next {
    opacity: 1;
  }
  .prouse-top-mv .prouse-top-mv_item.swiper-slide-active:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .prouse-top-mv .prouse-top-mv_catalog:hover .prouse-top-mv_catalog-btn {
    background-color: #ffe0e3;
    color: #f00000;
  }
  .prouse-top-mv .prouse-top-mv_catalog:hover .prouse-top-mv_catalog-btn::after {
    background: url(/products/prouse/common/images/common_icon_window.png);
    background-size: cover;
  }
  .prouse-top-mv .prouse-top-mv_catalog:hover .prouse-top-mv_catalog-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn:hover {
    background-color: #ffe0e3;
    color: #f00000;
  }
  .prouse-top-mv .prouse-top-mv_catalog-btn:hover::after {
    background: url(/products/prouse/common/images/common_icon_window.png);
    background-size: cover;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev:hover,
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next:hover {
    background-color: #e60012;
  }
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_prev:hover::after,
  .prouse-top-mv .prouse-top-mv_btn-wrap .prouse-top-mv_next:hover::after {
    border-color: transparent transparent transparent #ffffff;
  }
  .prouse-top-business_item:hover .prouse-top-business_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .prouse-top-business_item:hover .prouse-top-business_icon {
    border: 1px solid #ffffff;
    background: transparent;
  }
  .prouse-top-business_item:hover .prouse-top-business_icon::after {
    border-left-color: #ffffff;
  }
  .prouse-top-product_link:hover .prouse-top-product_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .prouse-top-product_link:hover .prouse-top-product_label {
    background: #e60012;
    color: #ffffff;
  }
  .prouse-top-product_link:hover .prouse-top-product_label::after {
    border-left-color: #ffffff;
  }
  .prouse-top-product_link:hover .prouse-top-product_label.catalog-btn::after {
    background: url(/products/prouse/common/images/common_icon_window_white.png);
    background-size: cover;
  }
  .prouse-top-brand_link:hover .prouse-top-brand_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .prouse-top-brand_link:hover .prouse-top-brand_name {
    color: #f00000;
  }
  .prouse-top-support_btn:hover {
    border: 1px solid #f00000;
    background-color: #ffe0e3;
    color: #f00000;
  }
  .prouse-top-support_btn:hover::after {
    border-color: transparent transparent transparent #f00000;
  }
}

@media only screen and (hover: hover) and (max-width: 867px) {
  .prouse-top-mv .prouse-top-mv_catalog:hover .prouse-top-mv_catalog-thumb img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
  }
}

@media only screen and (max-width: 1434px) {
  .prouse-top-product_item {
    max-height: 23.2rem;
  }
  .prouse-top-product_img-wrap {
    max-height: 18.8rem;
  }
}
