.catSection {
  padding: 70px 0;
}

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


.catSection.catSection__spOnly {
  display: none;
}

@media (max-width: 750px) {
  .catSection.catSection__spOnly {
    padding-top: 0;
    display: block;
  }
}

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

.catSection .catSection_head {
  text-align: center;
}

.catSection .catSection_head .catSection_title {
  font-size: 36px;
  line-height: 1.0;
}

@media (max-width: 750px) {
  .catSection .catSection_head .catSection_title {
    font-size: 26px;
  }
}

@media (max-width: 374px) {
  .catSection .catSection_head .catSection_title {
    font-size: 24px;
  }
}

.catSection .catSection_head .catSection_title ._sub {
  display: block;
  font-size: 20px;
  line-height: 1.0;
  padding-top: 10px;
}

@media (max-width: 750px) {
  .catSection .catSection_head .catSection_title ._sub {
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  .catSection .catSection_head .catSection_title ._sub {
    font-size: 16px;
  }
}

.catSection .catSection_head .catSection_title__icon {
  line-height: 0;
  margin-bottom: 10px;
}

.catSection .catSection_head .catSection_title__icon img {
  width: 30px;
  height: auto;
}

.catSection .catSection_head .catSection_title__sub {
  color: #ee3586;
  font-size: 11px;
  line-height: 1.0;
  margin-top: 1.0em;
}

.catSection .catSection_body {
  padding-top: 25px;
  text-align: left;
}

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

.catSection .catSection_foot {
  padding-top: 20px;
  text-align: center;
}

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

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

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

.catSection .catSection_link ._link:hover {
  opacity: 0.7;
}

.catSection .catSection_link ._link ._image {
  display: block;
  line-height: 0;
}

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

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

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

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

.catSection .catSection_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;
}

.catSection .catSection_listLink:hover {
  opacity: 0.7;
}

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

.catSection .catSection_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;
}



.catSection .catSection_checked .catSection_checked_item {
  width: 18%;
  margin-left: 2.5%;
  float: left;
}

.catSection .catSection_checked .catSection_checked_item:first-child {
  margin-left: 0;
}

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

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

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