@charset "UTF-8";
.sliderArea {
  background: #fff;
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
}
.sliderWide .slick-arrow {
  opacity: 1;
  transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
  opacity: 1;
}
.slider {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
  opacity: .5;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-dots {
  bottom: -33px;
}
/*-----------���\��----------*/
.slick-next {
  right: 1 !important;
}
.slick-prev {
  left: 1 !important;
}
.slick-arrow {
  z-index: 2 !important;
}
.slick-arrow:before {
  content: "" !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  background: url(../../assets/images/top/arrow_r.png) !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url(../../assets/images/top/arrow_l.png) !important;
  background-size: contain !important;
}
.slick-prev, .slick-next {
  width: 50px !important;
  height: 50px !important;
}
/*------------------------------*/
#main {
  overflow: hidden;
  padding-bottom: 0;
}
.home-prod {
  overflow: hidden;
  padding: 46px 0 60px;
  background-image: url(../../assets/images/top/bg_product.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  ;
  background-size: cover;
}
.home-prod-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.home-prod-titleimg {
  margin-bottom: 10px;
}
.home-prod-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.5px;
}
.categcards-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  -ms-grid-columns: 50% 1fr 1fr;
  grid-template-columns: 50% 1fr 1fr;
  -ms-grid-rows: 150px 150px;
  grid-template-rows: 180px 180px;
}
.categcards-item {
  margin: 2px;
  background: #fff;
}
.categcards-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}
.categcards-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #048082;
}
.categcards-item > a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 24%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dbf3f3), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #dbf3f3 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.categcards-item > a span {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
.categcards-item > a span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #048082;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.categcards-list > .categcards-item:nth-child(1) > a::after {
  background-image: url(../../assets/images/top/img_be.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}
.categcards-item > a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.categcards-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 2;
}
.categcards-list > .categcards-item:nth-child(2) > a::after {
  background-image: url(../../assets/images/top/img_mbe.png);
  background-repeat: no-repeat;
  background-position: right -2px bottom 8px;
}
.categcards-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 2;
}
.categcards-item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.categcards-list > .categcards-item:nth-child(3) > a::after {
  background-image: url(../../assets/images/top/img_zeroposi.png);
  background-repeat: no-repeat;
  background-position: right -3px bottom -5px;
}
.categcards-item:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 2 / 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 2/4;
}
.categcards-list > .categcards-item:nth-child(4) > a::after {
  background-image: url(../../assets/images/top/img_pet.png);
  background-repeat: no-repeat;
  background-position: right 12px bottom 2px;
}
.home-news {
  margin-top: 60px;
  padding-bottom: 65px;
}
.home-news-titleimg {
  margin-bottom: 10px;
}
.home-news-title {
  margin-bottom: 30px;
  color: #048082;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.5px;
}
.info {
  max-width: 1000px;
  margin: 0 auto;
}
.news_category01 {
  float: left;
  font-size: 16px;
  background: #ff1800;
  color: #fff;
  padding: 2px 30px;
  border-radius: 35px;
  margin: 30px 20px 0 0;
  font-weight: bold;
}
.news_category02 {
  float: left;
  font-size: 16px;
  background: #00a9ac;
  color: #fff;
  padding: 2px 30px;
  border-radius: 35px;
  margin: 30px 20px 0 0;
  font-weight: bold;
}
.news_category03 {
  float: left;
  font-size: 16px;
  background: #0066cc;
  color: #fff;
  padding: 2px 30px;
  border-radius: 35px;
  margin: 30px 20px 0 0;
  font-weight: bold;
}
dt {
  padding-top: 10px;
}
dd {
  border-bottom: dashed 1px;
  padding-bottom: 10px;
  font-size: 16px;
}
dd a {
  color: #048082;
  font-size: 16px;
}
.news_listlink {
  text-align: right;
  padding-top: 30px;
}
.news_listlink a {
  color: #048082;
  font-size: 16px;
}
.kakonews {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
  .info {
    max-width: 100%;
    margin: 0 20px;
  }
  .news_category01, .news_category02, .news_category03 {
    float: none;
    width: 20%;
    text-align: center;
  }
  .home-prod-categ {
    margin: 0px 20px;
  }
  .categcards-item > a span {
    font-size: 14px;
  }
  .categcards-list > .categcards-item:nth-child(1) > a::after {
    background-position: left 10px bottom 0px;
    background-size: contain;
  }
}
@media screen and (max-width:767px) {
  .news_category01, .news_category02, .news_category03 {
    width: 37%;
  }
}
@media screen and (max-width: 480px) {
  .slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
  }
  .news_category01, .news_category02, .news_category03 {
    width: 50%;
  }
  .home-prod {
    padding: 30px 0 20px;
    background-image: url(../../assets/images/top/bg_spproduct.png);
  }
  .home-prod-titleimg img, .home-prod-titleimg img {
    width: 25%;
  }
  .home-prod-title, .home-news-title {
    font-size: 20px;
  }
  .home-news {
    padding-bottom: 0px;
    margin-top: 30px;
  }
  .home-prod-categ {
    margin: 0px 10px;
  }
  .categcards-list {
    grid-template-rows: 250px 180px;
  }
  .categcards-item:nth-child(1) {
    grid-row: 1/1;
    grid-column: 1/4
  }
  .categcards-item:nth-child(2) {
    grid-row: 2/2;
    grid-column: 1/2;
  }
  .categcards-item:nth-child(3) {
    grid-row: 2/2;
    grid-column: 2/4;
  }
  .categcards-item:nth-child(4) {
    grid-row: 3/3;
    grid-column: 1/4;
    height: 180px;
  }
  .categcards-list > .categcards-item:nth-child(1) > a::after {
    background-position: right 10px bottom 0px;
    background-size: 70%;
  }
  .categcards-list > .categcards-item:nth-child(3) > a::after {
    background-position: right -50px bottom -5px;
  }
}
@media screen and (max-width: 380px) {
  .categcards-list > .categcards-item:nth-child(1) > a::after {
    background-size: 80%;
  }
}
@media screen and (max-width: 320px) {
  .categcards-list > .categcards-item:nth-child(1) > a::after {
    background-size: 90%;
  }
}