@charset "UTF-8";
/* Scss Document */
/* 設定インポート */
/* Scss Document */
/* 色設定 */
/* $light-green: #7fba68; */
/* メディアクエリー */
/*
SPを先に設定PCで上書き
*/
/* *** *** *** *** *** *** ***
　カテゴリートップ用
*** *** *** *** *** *** *** */
/*
header {
    background: rgba(255, 255, 255, 0.6);
    animation-name: headerBg;
    animation-duration: 10s;
    animation-iteration-count: 1;
}
@keyframes headerBg {
    0% {
        background: rgba(255, 255, 255, 1.0);
    }
    50% {
        background: rgba(255, 255, 255, 1.0);
    }
    100% {
        background: rgba(255, 255, 255, 0.6);
    }
}*/
/* カテゴリートップ */
.category-top {
  /*@media all and (-ms-high-contrast:none){
      *::-ms-backdrop, #kv-movie-wrap {

      }
  }*/
  /* *** *** *** *** *** *** ***
   Parts
  *** *** *** *** *** *** *** */
  /* カテゴリートップ最新情報 */
  /* 取扱商品 ページ内リンク */
  /* 各取扱商品 リンク */
  /* 商品リスト調整 SPモード */
  /* *** *** *** *** *** *** ***
   Layout 各セクション
  *** *** *** *** *** *** *** */
  /* バナー */
  /* 最新情報 */
  /* 養鶏システム取扱商品ページ内リンク */
  /* 取扱商品 */
  /* 国内ネットワーク */
  /* 国内ネットワーク リード文 */
  /* 養鶏システム 海外取引先 */
  /* 海外取引先、国内営業所 アニメーション */
  /* 共通 */
  /* アニメーション */
  /* 養鶏システム 海外パートナー 位置とタイミング */
  /* 養鶏システム 国内営業所 位置とタイミング */
  /* 食肉プラント 国内営業所 位置とタイミング */
}
.category-top.foods .key-visual .kv-movie-wrap {
  background: url("/assets/images/foods/img_foods_poster_sp.jpg") center/cover !important;
}
.category-top.machine .key-visual .kv-movie-wrap {
  background: url("/assets/images/machine/img_machine_poster_sp.jpg") center/cover !important;
}
.category-top.meat .key-visual .kv-movie-wrap {
  background: url("/assets/images/meat/img_meat_poster_sp.jpg") center/cover !important;
}
.category-top .key-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.0;
  position: relative;
}
.category-top .key-visual .kv-movie-wrap {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.0;
  position: relative;
  overflow: hidden;
}
.category-top .key-visual .kv-movie-wrap video {
  width: 100%;
  height: 100%;
}
.category-top .key-visual .kv-movie-wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  line-height: 1.0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 50%);
  background-size: 4px 4px;
}
.category-top .key-visual .key-visual-title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.category-top .key-visual .key-visual-title_wrap .key-visual-title {
  margin-top: 23px;
  text-align: center;
}
.category-top .key-visual .key-visual-title_wrap .key-visual-title h1 {
  margin-bottom: 15px;
  font-size: 2.75rem;
  color: #fff;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6));
}
.category-top .key-visual .key-visual-title_wrap .key-visual-title p {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6));
}
.category-top .key-visual .key-visual-title_wrap .key-visual-title _:-ms-lang(x)::-ms-backdrop,
.category-top .key-visual .key-visual-title_wrap .key-visual-title h1 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.category-top .key-visual .key-visual-title_wrap .key-visual-title _:-ms-lang(x)::-ms-backdrop,
.category-top .key-visual .key-visual-title_wrap .key-visual-title p {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .category-top .key-visual {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .category-top .key-visual .kv-movie-wrap video {
    width: 100%;
    height: 100%;
  }
  .category-top .key-visual .key-visual-title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .category-top .key-visual .key-visual-title_wrap .key-visual-title {
    margin-top: 23px;
    text-align: center;
  }
  .category-top .key-visual .key-visual-title_wrap .key-visual-title h1 {
    margin-bottom: 15px;
    font-size: 2.75rem;
    color: #fff;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6));
  }
  .category-top .key-visual .key-visual-title_wrap .key-visual-title p {
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #fff;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6));
  }
  .category-top .key-visual .key-visual-title_wrap .key-visual-title _:-ms-lang(x)::-ms-backdrop,
  .category-top .key-visual .key-visual-title_wrap .key-visual-title h1 {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
  .category-top .key-visual .key-visual-title_wrap .key-visual-title _:-ms-lang(x)::-ms-backdrop,
  .category-top .key-visual .key-visual-title_wrap .key-visual-title p {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .category-top.foods .key-visual #video-player {
    background: url("/assets/images/foods/img_foods_poster.jpg") center/cover !important;
  }
  .category-top.machine .key-visual #video-player {
    background: url("/assets/images/machine/img_machine_poster.jpg") center/cover !important;
  }
  .category-top.meat .key-visual #video-player {
    background: url("/assets/images/meat/img_meat_poster.jpg") center/cover !important;
  }
}
.category-top .list-news-category {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #ddd;
}
.category-top .list-news-category li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.category-top .list-news-category li a {
  display: block;
  color: #333;
  position: relative;
}
.category-top .list-news-category li a .news-category {
  margin-right: 15px;
  margin-bottom: 10px;
}
.category-top .list-news-category li a .news-date {
  display: block;
  padding: 2px 0;
  margin: 0 0 5px;
  font-size: 0.75rem;
}
.category-top .list-news-category li a .news-description {
  display: block;
  padding-right: 50px;
  font-size: 0.875rem;
}
.category-top .list-news-category li a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .category-top .list-news-category {
    margin: 0 0 30px;
    padding: 0;
    border-top: 1px solid #ddd;
  }
  .category-top .list-news-category li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
  }
  .category-top .list-news-category li a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
  }
  .category-top .list-news-category li a:hover .news-date-description {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  .category-top .list-news-category li a .news-category {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
    flex-basis: 30%;
  }
  .category-top .list-news-category li a .news-date-description {
    flex-basis: 70%;
  }
  .category-top .list-news-category li a .news-date {
    display: block;
    margin: 0 0 5px;
    padding-top: 0;
    font-size: 0.875rem;
    min-width: 74px;
  }
  .category-top .list-news-category li a .news-description {
    display: inline-block;
    font-size: 1rem;
  }
}
.category-top .btn-page-link {
  padding-top: 5px;
  color: #333;
  text-align: center;
  position: relative;
}
.category-top .btn-page-link span {
  margin-left: -20px;
  position: relative;
}
.category-top .btn-page-link span::after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  right: -20px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #175300;
  border-right: 2px solid #175300;
  transform: rotate(135deg);
}
.category-top .btn-page-link:hover {
  text-decoration: none;
}
.category-top .btn-detail-page {
  padding-top: 5px;
  color: #333;
  font-size: 0.75rem;
  position: relative;
}
.category-top .btn-detail-page span {
  display: inline-block;
  margin-left: 14px;
  position: relative;
  line-height: 1.4;
}
.category-top .btn-detail-page span::after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: -18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #175300;
  border-right: 2px solid #175300;
  transform: rotate(45deg);
}
.category-top .btn-detail-page:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .category-top .btn-detail-page span {
    font-size: 1rem;
  }
  .category-top .btn-detail-page span::after {
    top: 6px;
    left: -16px;
  }
}
.category-top .list-item .row .col-6:nth-child(odd) {
  padding-right: 7.5px;
}
.category-top .list-item .row .col-6:nth-child(even) {
  padding-left: 7.5px;
}
@media screen and (min-width: 768px) {
  .category-top .list-item a {
    display: block;
  }
  .category-top .list-item .img-zoom {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  .category-top .list-item .row .col-6:nth-child(odd) {
    padding-right: 15px;
  }
  .category-top .list-item .row .col-6:nth-child(even) {
    padding-left: 15px;
  }
  .category-top .list-item.meat-list, .category-top .list-item.foods-list {
    max-width: 980px;
  }
}
.category-top .content_wrap {
  background: #fff;
}
.category-top .bnr-area {
  padding: 50px 0 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .category-top .bnr-area {
    padding: 80px 0 20px;
  }
  .category-top .bnr-area a img:hover {
    opacity: .7;
    transition: all .3s ease;
  }
}
.category-top .section-news {
  padding-bottom: 30px;
  border-bottom: 15px solid #f7f7f7;
}
@media screen and (min-width: 768px) {
  .category-top .section-news {
    padding-bottom: 80px;
  }
}
.category-top .section-products-nav {
  padding: 0 0 50px;
}
.category-top .section-products-nav .img-zoom {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.category-top .section-products {
  padding: 0 0 50px;
}
.category-top .section-domestic-network {
  padding-bottom: 80px;
}
.category-top .text-domestic_network {
  margin-bottom: 30px;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .category-top .text-domestic_network {
    margin-bottom: 80px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.8;
  }
}
.category-top .list-map-domestic h3 {
  margin-bottom: 0.875rem;
  padding-left: 0.5rem;
  color: #175300;
  font-size: 1.25rem;
  font-weight: 500;
  border-left: 3px solid #175300;
}
@media screen and (min-width: 768px) {
  .category-top .list-map-domestic {
    display: none;
  }
}
.category-top .list-map-overseas {
  /*background-image: url("/assets/images/machine/img-map_sp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
}
.category-top .list-map-overseas h3 {
  margin-bottom: 0.875rem;
  padding-left: 0.5rem;
  color: #175300;
  font-size: 1.25rem;
  font-weight: 500;
  border-left: 3px solid #175300;
}
.category-top .list-map-overseas ul {
  margin-bottom: 2rem;
  padding-left: 1.0rem;
  list-style-type: none;
}
.category-top .list-map-overseas ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
}
.category-top .list-map-overseas ul li::before {
  content: "・";
  position: absolute;
  left: -1.0rem;
}
@media screen and (min-width: 768px) {
  .category-top .list-map-overseas {
    display: none;
  }
}
.category-top .map_wrap {
  display: block;
  position: relative;
}
.category-top .piont_partner {
  display: block;
  width: 20px;
  height: 20px;
  background: #175300;
  /*background: #f00;
  opacity: 0.5;*/
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
.category-top .piont_partner span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.category-top .piont_partner span .partner_c {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #175300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.category-top .piont_branch {
  display: block;
  width: 16px;
  height: 16px;
  background: #175300;
  /*background: #f00;
  opacity: 0.5;*/
  transform: rotate(45deg);
  position: absolute;
  z-index: 10;
}
.category-top .piont_branch span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.category-top .piont_branch span .branch_c {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #175300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.category-top .anime1 {
  animation: branchExpansion 3.5s ease 0s infinite alternate;
}
.category-top .anime2 {
  animation: branchExpansion 3.5s ease 1.0s infinite alternate;
}
.category-top .anime3 {
  animation: branchExpansion 3.5s ease 2.0s infinite alternate;
}
.category-top .anime4 {
  animation: branchExpansion 3.5s ease 2.5s infinite alternate;
}
@keyframes branchExpansion {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.4);
    opacity: 0.06;
  }
}
@-webkit-keyframes brancheExpansion {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.4);
    opacity: 0.06;
  }
}
.category-top .partner1 {
  top: 60.6%;
  left: 9.0%;
}
.category-top .partner2 {
  top: 58.5%;
  left: 40%;
}
.category-top .partner3 {
  top: 67.2%;
  left: 50.4%;
}
.category-top .partner4 {
  top: 59.2%;
  left: 74.1%;
}
.category-top .branch11 {
  top: 41.7%;
  left: 61.5%;
}
.category-top .branch12 {
  top: 59.5%;
  left: 58.8%;
}
.category-top .branch13 {
  top: 64.7%;
  left: 56.2%;
}
.category-top .branch14 {
  top: 68.2%;
  left: 50.8%;
}
.category-top .branch15 {
  top: 71.3%;
  left: 38%;
}
.category-top .branch16 {
  top: 82.1%;
  left: 31.8%;
}
.category-top .branch31 {
  top: 9.8%;
  left: 77.5%;
}
.category-top .branch32 {
  top: 64.5%;
  left: 61%;
}
.category-top .branch33 {
  top: 82.2%;
  left: 18.0%;
}/*# sourceMappingURL=category-top.css.map */
