.lp_contents {
  /* ========================================
  mv
  =========================================*/
  /* ========================================
  category_bg
  =========================================*/
  /* ========================================
  anchor
  =========================================*/
  /* ========================================
  category
  =========================================*/
}
.lp_contents .mv {
  height: 500px;
  background: #505b89 url(/cms/onlineshop/i/beautytopic/20201201/others/img/mv_bg.jpg) no-repeat center top;
  box-sizing: border-box;
}
.lp_contents .mv .inner {
  height: 100%;
  padding-top: 50px;
}
.lp_contents .mv .inner .mv_ttl_wrap {
  text-align: center;
  height: 113px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/others/img/decoration_ranking_ttl.png) no-repeat center top;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.lp_contents .mv .inner .mv_ttl_wrap .mv_ttl {
  font-size: 56px;
  letter-spacing: 0.16em;
  color: #fff;
}
.lp_contents .mv .inner .mv_ttl_wrap .mv_txt {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
}
.lp_contents .mv .inner .mv_img {
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .category_bg {
  background: #bac2db url(/cms/onlineshop/i/beautytopic/20201201/others/img/category_bg.jpg) repeat-y center top;
}
.lp_contents .anchor {
  padding: 70px 0 50px;
}
.lp_contents .anchor .inner {
  text-align: center;
}
.lp_contents .anchor .inner .anchor_list {
  margin-top: 55px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.lp_contents .anchor .inner .anchor_list li {
  background-color: #fff;
  padding: 3px 0;
  width: 296px;
  transform: skewX(-15deg);
  position: relative;
  margin-left: 15px;
}
.lp_contents .anchor .inner .anchor_list li::before, .lp_contents .anchor .inner .anchor_list li::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #596ba4;
  left: 0;
}
.lp_contents .anchor .inner .anchor_list li::before {
  top: 3px;
}
.lp_contents .anchor .inner .anchor_list li::after {
  bottom: 3px;
}
.lp_contents .anchor .inner .anchor_list li:nth-child(n + 5) {
  margin-top: 30px;
}
.lp_contents .anchor .inner .anchor_list li a {
  padding: 15px 0 32px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.12em;
  transform: skewX(15deg);
  position: relative;
  color: #333333;
}
.lp_contents .anchor .inner .anchor_list li a::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 13px;
}
.lp_contents .category {
  width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 6px;
}
.lp_contents .category + .category {
  margin-top: 100px;
}
.lp_contents .category::before, .lp_contents .category::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 67px 67px 0 0;
  border-color: transparent #dee1ed transparent transparent;
}
.lp_contents .category::before {
  bottom: 0;
  right: 0;
}
.lp_contents .category::after {
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}
.lp_contents .category .category_inner {
  height: 100%;
  position: relative;
  border: 1px solid #000;
  z-index: 2;
  padding: 0 0 90px;
  box-sizing: border-box;
}
.lp_contents .category .category_inner .category_head {
  background-color: #7685b4;
  text-align: center;
  padding: 30px 0 25px;
  margin-bottom: 75px;
}
.lp_contents .category .category_inner .category_head .category_head_inner {
  display: inline-block;
  position: relative;
}
.lp_contents .category .category_inner .category_head .category_head_inner::before, .lp_contents .category .category_inner .category_head .category_head_inner::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 60px;
  width: 1px;
  background-color: #fff;
  transform: translateY(-50%) skewX(-15deg);
}
.lp_contents .category .category_inner .category_head .category_head_inner::before {
  left: -60px;
}
.lp_contents .category .category_inner .category_head .category_head_inner::after {
  right: -60px;
}
.lp_contents .category .category_inner .category_head .category_head_inner .head_ttl {
  font-size: 32px;
  color: #fff;
}
.lp_contents .category .category_inner .category_head .category_head_inner .head_txt {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.16em;
  margin-top: 10px;
}
.lp_contents .category .category_inner .cmn_product .product .product_contents .product_sns .sns_catch {
  color: #405bad;
}
.lp_contents .category .category_inner .cmn_product .product.img_left, .lp_contents .category .category_inner .cmn_product .product.img_right {
  padding: 0 92px;
}
.lp_contents .category_select_anc_wrap {
  padding: 50px 0 120px;
}
