@charset "UTF-8";
/*　フル幅　*/
.of--max-w1240 {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

/* メインビジュアル　キャッチ共通
--------------------------------------- */
/* なし */


/* 色反転パターン
--------------------------------------- */
/* なし */


/* 特定のhoverアニメーション処理
--------------------------------------- */
/* なし */


/* メインビジュアル
--------------------------------------- */
.of--biz-trend+.str-outer .js-filter {
  margin-top: 20px;
}
.of--biz-trend .mod--mv-block.of--grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner {
  display: block;
  padding: 0;
  -ms-grid-column: 1;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner:first-child {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(n+2) {
  margin: 15px;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(2) {
  -ms-grid-row: 2;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(3) {
  -ms-grid-row: 3;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(4) {
  -ms-grid-row: 4;
}
.of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(5) {
  -ms-grid-row: 5;
}

.of--biz-trend .mod--mv-block .mv--conts-block {
  background-color: #fff;
  padding: 15px;
}
.of--biz-trend .mod--mv-block .recommend {
  background: #fff;
  border-radius: 4px;
  border: 2px solid;
  color: #91bb47;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 2px 10px;
  z-index: 1;
}
.of--biz-trend .mod--mv-block .mv--img-block {
  max-height: none;
  overflow: hidden;
}
.of--biz-trend .mod--mv-block .title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 1.5;
}
.of--biz-trend .mod--mv-block .description {
  font-size: 1.4rem;
  color: #4D4D4D;
}
.of--biz-trend .mod--mv-block .image {
  max-width: 100%;
  transition: .3s transform ease-in-out;
  width: 100%;
}
.of--biz-trend .mod--mv-block .mv--inner:hover .image {
  transform: scale(1.05);
}
.of--biz-trend .mod--mv-block .mv--button .anker,
.of--biz-trend .mod--mv-block .mv--button .anker-none {
  background-color: #000;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 1;
  min-width: 136px;
  padding: 10px 6px;
  text-align: center;
}
/* .of--biz-trend .mod-box-productItems>.inner>.item .box .body>.image>.item img {
  width: auto;
} */
.of--biz-trend .mod-box-productItems>.inner>.item .box .body>.summary {
  color: #4D4D4D;
}
.of--biz-trend .mod--mv-block .mv--button {
  margin-bottom: 2px;
  margin-top: 20px;
}
.mod-box-productItems>.inner>.item .box .footer>.relation a {
  margin-top: 10px;
}

@media screen and (min-width: 768px),
print {
  .of--biz-trend+.str-outer,
  .js-filter+.str-outer {
    margin-top: 80px;
  }
  .of--biz-trend .mod--mv-block.of--grid {
    grid-template-columns: calc(100%/2) auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner {
    background-color: #fff;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:first-child {
    grid-column: 1;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(n+2) {
    margin: 0 0 0 2px;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .of--biz-trend .mod--mv-block.of--grid .mv--inner:first-child .mv--conts-block {
    padding: 40px;
  }
  .of--biz-trend .mod--mv-block .mv--conts-block {
    padding: 20px;
  }
  .of--biz-trend .mod--mv-block .mv--conts-block::after {
    content: "";
    display: block;
    padding-bottom: 62px;
  }
  .of--biz-trend .mod--mv-block .description {
    font-size: 1.5rem;
  }
  .of--biz-trend .mod--mv-block .mv--inner:first-child .title {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
  .of--biz-trend .mod--mv-block .title {
    margin-bottom: 0;
  }
  .of--biz-trend .mod--mv-block .mv--button {
    bottom: 0;
    margin-bottom: 22px;
    position: absolute;
  }
}


/* キャッチ
--------------------------------------- */
/* なし */


/* グローバルナビゲーション（SPのみ）
--------------------------------------- */
/* なし */


/* パネルデザイン
--------------------------------------- */
/* なし */