main {
  overflow: hidden;
}
.mainvisual_container {
  margin: 0 auto;
  max-width: 900px;
}
.slick-slide img {
  height: 100%;
  width: 100%;
}
.slick-slide video {
  height: 100%;
  width: 100%;
}
.slick-list {
  overflow: visible;
}
.slick-dots {
  bottom: -47px;
}
.slick-prev, .slick-next {
  height: 70px;
  width: 70px;
  z-index: 4;
}
.slick-prev {
  left: -10px;
  margin-top: -30px;
}
.slick-next {
  margin-top: -30px;
  right: -10px;
}
.slick-slide {
  position: relative;
}
.slick-slide:not(.slick-current)::before {
  background-color: black;
  content: '';
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-dots li {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.slick-dots li button {
  border: none;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.slick-dots li button:before {
  background: #e0e0e0;
  border: none;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #888;
}
.slick-dots li.slick-active button:before {
  background-color: #888;
}
.slick-prev:before, .slick-next:before {
  opacity: .5;
}
.slick-prev:before {
  background: url(../img/top/left.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 70px;
  width: 70px;
}
.slick-next:before {
  background: url(../img/top/right.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 70px;
  width: 70px;
}
.top_discount {
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 66px;
  margin-top: 82px;
  max-width: 968px;
}

.top_discount.top_discount_archive {
  max-width: 100%;
}

.top_discount ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.top_discount ul li {
  width: calc(50% - 14px);
}

.top_discount.top_discount_archive ul li {
  width: calc(50% - 40px);
}

.top_discount ul li a {
  display: block;
}

.top_discount ul li a img {
  height: 100%;
  width: 100%;
}

.top_discount ul li:nth-child(2n) {
  margin-left: 28px;
}

.top_discount ul li:nth-child(n + 3) {
  margin-top: 28px;
}

.top_discount.top_discount_archive ul li:nth-child(2n) {
  margin-left: 80px;
}

.top_discount.top_discount_archive ul li:nth-child(n + 3) {
  margin-top: 80px;
}

.top_btn {
  border: 1px solid #888;
  display: block;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 198px;
  padding: 11.5px 0;
  text-align: center;
}

.top_title {
  font-size: 2.4rem;
  font-weight: 600;
  /* line-height: 1.5; */
  text-align: center;
}

.top_product {
  margin-bottom: 70px;
}

.top_product ul {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

.top_product ul li {
  padding-left: 47px;
  width: calc(25% - 36px);
}

.top_product ul li a {
  display: block;
}

.top_product ul li a h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: underline;
}

.top_product ul li a h3.title_bold {
  font-weight: bold;
}

.top_product ul li a p {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.top_product ul li a p.new {
  color: #7d0f44;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.top_product ul li:first-child {
  padding-left: 0;
}

.top_product_img {
  margin-bottom: 11px;
}

.top_product_img img {
  height: 100%;
  width: 100%;
}

.top_news {
  margin-bottom: 70px;
}

.top_news ul {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

.top_news ul li {
  padding-left: 47px;
  width: calc(25% - 36px);
}

.top_news ul li a {
  display: block;
}

.top_news ul li a p {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 3px;
  text-align: center;
}

.top_news ul li a h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}

.top_news ul li:first-child {
  padding-left: 0;
}

.top_news_img {
  margin-bottom: 12px;
}

.top_news_img img {
  height: 100%;
  width: 100%;
}

/* ranking */
.top_news ul.ranking {
  counter-reset: number 0;
}

.top_news ul.ranking li {
  position: relative;
}

.top_news ul.ranking li::before {
  align-items: center;
  background-color: #333;
  color: #fff;
  content: counter(number);
  counter-increment: number 1;
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 1;
}

.top_news ul.ranking li:nth-child(1)::before {
  background-color: #dbb400;
}

.top_news ul.ranking li:nth-child(2)::before {
  background-color: #9fa0a0;
}

.top_news ul.ranking li:nth-child(3)::before {
  background-color: #c47022;
}

@media only screen and (max-width: 768px) {
  .slick-dots li {
    height: 10px;
    width: 10px;
  }
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
  .banner .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
  .slick-dots {
    bottom: -41px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-prev {
    height: 50px;
    left: 0;
    margin-top: -20px;
    width: 50px;
  }
  .slick-next {
    height: 50px;
    margin-top: -20px;
    right: 0;
    width: 50px;
  }
  .slick-prev::before, .slick-next::before {
    height: 50px;
    width: 50px;
  }
  .top_discount {
    margin-bottom: 50px;
    margin-top: 69px;
  }
  .top_discount ul {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 21px;
  }
  .top_discount ul li {
    margin-top: 20px;
    width: 100%;
  }
  .top_discount.top_discount_archive ul li {
    margin-top: 40px;
    width: auto;
  }
  .top_discount ul li:first-child {
    margin-top: 0;
  }
  .top_discount ul li:nth-child(2n) {
    margin-left: 0;
  }
  .top_discount.top_discount_archive ul li:nth-child(2n) {
    margin-left: 0;
  }
  .top_discount ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .top_discount.top_discount_archive ul li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .top_title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .top_product {
    margin-bottom: 50px;
  }
  .top_product ul {
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .top_product ul li {
    margin-bottom: 21px;
    padding-left: 0;
    width: calc(50% - 5px);
  }
  .top_product ul li a h3 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .top_product ul li a p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top_product ul li a p.new {
    margin-bottom: 5px;
  }
  .top_product ul li:nth-child(2n) {
    padding-left: 10px;
  }
  .top_product_img {
    margin-bottom: 6px;
  }
  /* .top_product_img img {
    left: 50%;
    transform: translateX(-50%);
  } */
  .top_news {
    margin-bottom: 50px;
  }
  .top_news ul {
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .top_news ul li {
    padding-left: 0;
    width: calc(50% - 5px);
  }
  .top_news ul li a p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .top_news ul li a h3 {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .top_news ul li:nth-child(2n) {
    padding-left: 10px;
  }
  .top_news ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .top_news_img {
    margin-bottom: 9px;
  }
  /* .top_news_img img {
    left: 50%;
    transform: translateX(-50%);
  } */
  .top_discount ul li.has_mb_sp {
    margin-bottom: 20px;
  }
  .top_product ul li a p.new {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=top.css.map */



