
.topSection {
  padding: 70px 0 40px;
}

@media (max-width: 750px) {
  .topSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.topSection .topSection_inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.topSection .topSection_head {
  text-align: center;
}

.topSection .topSection_head .topSection_title {
  font-size: 36px;
  line-height: 1.0;
}

@media (max-width: 750px) {
  .topSection .topSection_head .topSection_title {
    font-size: 26px;
  }
}

@media (max-width: 374px) {
  .topSection .topSection_head .topSection_title {
    font-size: 24px;
  }
}

.topSection .topSection_head .topSection_title__sub {
  color: #ee3586;
  font-size: 11px;
  line-height: 1.0;
  margin-top: 1.0em;
}

.topSection .topSection_body {
  padding-top: 25px;
  text-align: left;
}

@media (max-width: 750px) {
  .topSection .topSection_body {
    padding-top: 15px;
  }
}

.topSection .topSection_foot {
  padding-top: 20px;
  text-align: center;
}

.topSection img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 750px) {
  .topSection img {
    width: 100%;
  }
}

.topSection .topSection_link ._link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.topSection .topSection_link ._link:hover {
  opacity: 0.7;
}

.topSection .topSection_link ._link ._image {
  display: block;
  line-height: 0;
}

.topSection .topSection_link ._link ._title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.topSection .topSection_link ._link ._text {
  display: block;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.3;
}

.topSection .topSection_link ._link ._sub {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.0;
}

.topSection .topSection_link ._link ._price {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.0;
}

.topSection .topSection_listLink {
  display: inline-block;
  padding: 15px 20px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.topSection .topSection_listLink:hover {
  opacity: 0.7;
}

.topSection .topSection_listLink ._text {
  display: block;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
}

.topSection .topSection_listLink ._text:after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.topSection .topSection_checked .topSection_checked_item {
  width: 18%;
  margin-left: 2.5%;
  float: left;
}

.topSection .topSection_checked .topSection_checked_item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_checked .topSection_checked_item {
    width: auto;
    float: none;
    overflow: hidden;
    margin-left: 0;
    margin-top: 10px;
  }
  .topSection .topSection_checked .topSection_checked_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_checked .topSection_checked_item ._image {
    width: 100px;
    float: left;
  }
  .topSection .topSection_checked .topSection_checked_item ._title,
  .topSection .topSection_checked .topSection_checked_item ._sub,
  .topSection .topSection_checked .topSection_checked_item ._price {
    display: block;
    padding-left: 110px;
  }
  .topSection .topSection_checked .topSection_checked_item ._title {
    padding-top: 10px;
  }
}


.slick-loading .slick-list {
  background: none;
}

.slick-list .draggable {
  overflow: hidden;
}

