.top-kv {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}
.top-kv-item {
  float: left;
  position: relative;
}
.top-kv-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 66.5%, rgba(0, 0, 0, 0.39) 100%);
}
.top-kv-btn {
  position: absolute;
  right: 50px;
  bottom: 80px;
}
.top-kv-btn a {
  display: block;
  padding: 15px 20px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.top-kv-btn a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .3);
}
.top-kv-btn dl {
  margin: 0 0 10px;
}
.top-kv-btn dd {
  margin: 0;
}
.top-kv-btn dt {
  line-height: 1.5;
  font-size: 34px;
  font-weight: normal;
}
.top-kv-btn p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid #fff;
}
.top-kv-btn p:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -1000vw;
  background: rgba(255, 255, 255, .5);
}
.slick-dots .slick-active button {
  background: #fff;
}
.top-catchcopy {
  margin: 0 20px 40px;
  color: #363636;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.top-pickup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1266px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
.top-pickup-img {
  width: 57.89889415481833%;
  margin: 0;
}
.top-pickup-data {
  width: 37.99368088467615%;
}
.top-pickup-ttl {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.top-pickup-ttl span {
  font-size: 22px;
}
.top-pickup-price {
  line-height: 1.5;
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.top-pickup-price span {
  font-size: 14px;
  font-weight: 500;
}
.top-pickup-txt {
  margin: 0 0 40px;
  color: #414141;
}
.top-pickup-btn {
  margin: 0;
}
.top-pickup-btn a {
  display: block;
  padding: 15px;
  border: 1px solid #1F2F40;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  background: #1F2F40;
}
.top-pickup-btn a:hover {
  color: #1F2F40;
  text-decoration: none;
  background: #fff;
}
.top-products {
  margin: 0 0 70px;
  padding: 0 20px;
}
.top-products-ttl {
  margin: 0 0 35px;
  font-size: 32px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1266px;
  margin: 0 auto;
}
.products-list::after {
  content: "";
  display: block;
  width: 22.27488151658768%;
}
.products-list-item {
  margin: 0 0 60px;
}
.products-list-item:nth-of-type(n+10) {
/*  display: none;*/
}
.products-list-item.col-3 {
  width: 30.88467614533965%;
}
.products-list-item.col-4 {
  width: 22.27488151658768%;
}
.products-list-item a {
  display: block;
  color: #414141;
}
.products-list-item a:hover {
  text-decoration: none;
}
.products-list-img {
  overflow: hidden;
  margin: 0 0 25px;
}
.products-list-img img {
  transition: .3s;
}
.products-list-item a:hover .products-list-img img {
  transform: scale(1.07);
}
.products-list-ttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.top-news {
  display: flex;
  max-width: 1012px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.top-news-ttl {
  line-height: 1;
  margin: 0 100px 0 0;
  font-size: 32px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.top-news-list {
  height: 280px;
  overflow-y: auto;
  flex: 1;
  margin: 0;
  color: #414141;
  list-style: none;
}
/*.news-list-item {
    border-bottom: solid 1px #717D86;*/
}
.news-list-item:last-child {
    border-bottom: none;
}
.news-list-item a {
    color: #1F2F40;
  	text-decoration: none;
}
.news-list-item a:hover {
	opacity: .7;
}
.news-list-item__dl {
    display: flex;
    font-size: 14px;
    margin: 16px 0;
}
.news-list-item:first-child .news-list-item__dl {
    margin-top: 0;
}
.news-list-dd {
    margin: 0 0 0 16px;
}
@media only screen and (max-width: 768px) {
    .news {
        font-size: 1.2rem;
        max-width: 100%;
        margin-bottom: 70px;
    }
    .news-list-dd {
        margin: 0 0 0 16px;
    }
}
.top-news-list dt {
  float: left;
}
.top-about {
  position: relative;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  background: url(https://file003.shop-pro.jp/PA01482/945/assets/img/top/about-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
  opacity: 0.4;
}
.top-about-ttl {
  position: relative;
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.top-about-txt {
  position: relative;
  margin: 0 0 50px;
}
.top-about-btn a {
  position: relative;
  display: block;
  max-width: 274px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.top-about-btn a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .3);
}

@media only screen and (max-width: 767px) {
  .top-kv {
    margin: 0 0 20px;
  }
  .top-kv-btn {
    right: 20px;
    bottom: 40px;
    left: 20px;
  }
  .top-kv-btn dt {
    font-size: 30px;
  }
  .slick-dots {
    bottom: 15px;
  }
  .top-catchcopy {
    margin: 0 20px 25px;
  }
  .top-pickup {
    display: block;
    margin: 0 auto 80px;
  }
  .top-pickup-img {
    width: auto;
    margin: 0 0 30px;
  }
  .top-pickup-data {
    width: auto;
  }
  .top-pickup-txt {
    margin: 0 0 25px;
  }
  .top-pickup-btn a {
    padding: 10px;
    font-size: 18px;
  }
  .top-products {
    margin: 0 0 30px;
  }
  .top-products-ttl {
    margin: 0 0 25px;
  }
  .products-list-item {
    width: 47.76119402985075% !important;
    margin: 0 0 40px;
  }
  .products-list-img {
    margin: 0 0 10px;
  }
  .products-list-ttl {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .top-news {
    display: block;
    margin: 0 20px 50px;
    padding: 30px 20px;
    background: #fff;
  }
  .top-news-ttl {
    margin: 0 0 30px;
    font-size: 24px;
    text-align: center;
  }
  .top-about {
    padding: 100px 20px;
  }
  .top-about-txt {
    margin: 0 0 40px;
  }
  .top-about-btn a {
    max-width: inherit;
    font-size: 16px;
  }
}