#main-top .wrapContent {
  width: 100% !important;
  padding-top: 60px;
}

#main-top img {
  width: 100%;
  max-width: auto;
}

.brand_list img {
  width: 80%;
  max-width: auto;
  background: #fff;
  text-align: center;
  margin: 10px auto;
}

#main-top a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#main-top a:hover {
  opacity: 0.7;
}
#main-top .top-title {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapContent #main-top .top-btn a{
  border-radius: 30px;
}
#main-top .itemblock-wrap li:nth-of-type(5n) {
  margin-right: 0;
}
#main-top .itemblock-wrap li:nth-of-type(n+6) {
  margin-top: 20px;
}
#main-top .itemblock-wrap li a {
  display: block;
  position: relative;
}
#main-top .itemblock-wrap li .itemblock-img {
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
#main-top .itemblock-wrap li .itemblock-text {
  padding: 0 5px;
}
#main-top .itemblock-wrap li .itemblock-brand {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}
#main-top .itemblock-wrap li .itemblock-name {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main-top .itemblock-wrap li .itemblock-price {
  font-size: 14px;
  line-height: 1.5;
}
#main-top .itemblock-wrap li .itemblock-price.discount {
  color: #BE7454;
}
#main-top .itemblock-wrap .itemblock-ranking {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #DDD;
  font-size: 11px;
  line-height: 2em;
}
#main-top .itemblock-wrap .itemblock-ranking span {
  display: block;
  font-weight: bold;
}
#main-top .itemblock-wrap .itemblock-ranking.rank1 {
  background: #B39E69;
  border-color: #B39E69;
  color: #fff;
}
#main-top .itemblock-wrap .itemblock-ranking.rank2 {
  background: #9B9C9B;
  border-color: #9B9C9B;
  color: #fff;
}
#main-top .itemblock-wrap .itemblock-ranking.rank3 {
  background: #997A5C;
  border-color: #997A5C;
  color: #fff;
}
#main-top .top-feature .top-btn {
  margin: 40px auto 100px;
}

#main-top .ranking-sort {
  width: 985px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  line-height: 1.5;
}
#main-top .ranking-sort .ranking-sort__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
}
#main-top .ranking-sort .ranking-sort__option li:nth-of-type(n+2) {
  margin-left: 5px;
}
#main-top .ranking-sort .ranking-sort__option label {
  display: block;
  padding: 10px 15px;
  background: #F3F3F3;
  border-radius: 3px;
  cursor: pointer;
}
#main-top .ranking-sort .ranking-sort__option input[type=radio] {
  display: none;
}
#main-top .ranking-sort .ranking-sort__option input[type=radio]:checked + label {
  background: #040404;
  color: #fff;
}
#main-top .ranking-sort .ranking-sort__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
}
#main-top .ranking-sort .ranking-sort__gender li {
  display: block;
  width: 52px;
  padding: 10px 0;
  background: #F3F3F3;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
#main-top .ranking-sort .ranking-sort__gender li:nth-of-type(n+2) {
  margin-left: 6px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
#main-top .ranking-sort .ranking-sort__gender li.-isOn {
  background: #040404;
  color: #fff;
}
#main-top .ranking-sort .ranking-sort__gender input[type=radio] {
  display: none;
}
#main-top .ranking-sort .ranking-sort__gender .mainTabItem {
  position: relative;
}
#main-top .ranking-sort .ranking-sort__gender .mainTabItem.women:after {
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  background: url(//media.aws.locondo.jp/descentestatic/common/img/top/icon_women.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main-top .ranking-sort .ranking-sort__gender .mainTabItem.men:after {
  content: "";
  display: block;
  width: 9px;
  height: 19px;
  background: url(//media.aws.locondo.jp/descentestatic/common/img/top/icon_men.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main-top .ranking-sort .ranking-sort__gender .mainTabItem.kids:after {
  content: "";
  display: block;
  width: 8px;
  height: 19px;
  background: url(//media.aws.locondo.jp/descentestatic/common/img/top/icon_kids.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main-top .ranking-sort .ranking-sort__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-top .ranking-sort .ranking-sort__category li {
  padding: 10px 15px;
  background: #F3F3F3;
  border-radius: 100px;
  cursor: pointer;
}
#main-top .ranking-sort .ranking-sort__category li:nth-of-type(n+2) {
  margin-left: 6px;
}
#main-top .ranking-sort .ranking-sort__category li.-isOn {
  background: #040404;
  color: #fff;
}
#main-top .top-hero {
  width: 1280px;
  margin: 0 auto 60px;
}
#main-top .top-hero .swiper-container {
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#main-top .top-hero .swiper-container.swiper-initialized {
  opacity: 1;
}
#main-top .top-hero .swiper-container li {
  width: 413px;
}
#main-top .top-hero .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
#main-top .top-hero .swiper-pagination-bullet {
  margin: 0 7px;
  background: #ccc;
  opacity: 1;
}

#main-top .top-history {
  margin-bottom: 60px;
}
#main-top .top-newitem {
  margin-bottom: 60px;
}
#main-top .top-newitem .newitem_list {
  margin-bottom: 20px;
}
#main-top .top-ranking {
  margin-bottom: 60px;
}
#main-top .top-ranking .ranking-sort__wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#main-top .top-ranking .itemblock-wrap {
  margin-bottom: 20px;
}
#main-top .top-ranking .ranking-btn {
  width: 340px;
  margin: 0 auto 20px;
  position: relative;
}
#main-top .top-ranking .ranking-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #040404;
  border-right: 1px solid #040404;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  pointer-events: none;
}
#main-top .top-ranking .ranking-btn select {
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #CCC;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

#main-top .top-hotword .hotword-wrap {
  width: 1024px;
  margin: 0 auto;
}
#main-top .top-hotword .hotword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
#main-top .top-hotword .hotword-list li {
  display: inline-block;
  margin: 0 5px 10px;
}
#main-top .top-hotword .hotword-list li a {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 100px;
  white-space: nowrap;
}
#main-top .top-feature {
  margin-bottom: 60px;
}

#main-top .top-feature .feature-list li {
  width: 19.14%;
  margin-right: 1.075%;
}
#main-top .top-feature .feature-list li:nth-of-type(5n) {
  margin-right: 0;
}
#main-top .top-info .info-list {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-top .top-info .info-list li {
  width: calc(100%/4);
  padding: 0 20px;
}
#main-top .top-info .info-list li:nth-of-type(5n) {
  margin-right: 0;
}
#main-top .top-info .info-list li:nth-of-type(n+6) {
  margin-top: 1.075%;
}
#main-top .top-info .info-list li a {
  display: block;
}
#main-top .top-info .info-list li .info-list__img {
  display: block;
}
#main-top .top-info .info-list li .info-list__date {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.5;
  color: #999;
}
#main-top .top-info .info-list li .info-list__text {
  font-size: 12px;
  line-height: 1.5;
}





/* 全体 */

.wrapContent {
  width: 100%!important;
  padding: 0;
}



/* TCB */

.swiper-slide {
  width: 100% !important;
}



#main-top .top-hero {
  width: 1280px;
  margin: 0 auto 60px;
}
#main-top .top-hero .swiper-container {
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#main-top .top-hero .swiper-container.swiper-initialized {
  opacity: 1;
}
#main-top .top-hero .swiper-container li {
  width: 413px;
}
#main-top .top-hero .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
#main-top .top-hero .swiper-pagination-bullet {
  margin: 0 7px;
  background: #ccc;
  opacity: 1;
}
#main-top .top-hero .swiper-pagination-bullet-active {
  background: #064738;
}

/* TOPICS */
.subtitle_wrap {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  top: -35px;
}
.feature-list p {
  border: 1px solid #eee;
  padding: 20px;
  background-color: #fff;
}
.feature-list p span{
  height: 97px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 56px;
}
.subtitle_wrap:before{
  position: absolute;
  right: 21px;
  bottom: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: #000;
  display: block;
}
.subtitle_wrap:after{
  position: absolute;
  content: "";
  color: #fff;
  right: 32px;
  bottom: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 5px;
  height: 5px;
}
.feature-list li {
  transition: opacity 0.5s;
  width: 33.33333333%!important;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 40px;
  margin-right: 0!important;
}

/* ranking */
#main-top .itemblock-wrap {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-top .itemblock-wrap li {
  width: 19.14%;
  margin-right: 1.075%;
}
#main-top .itemblock-wrap li:nth-of-type(5n) {
  margin-right: 0;
}
#main-top .itemblock-wrap li:nth-of-type(n+6) {
  margin-top: 20px;
}
#main-top .itemblock-wrap li a {
  display: block;
  position: relative;
}
#main-top .itemblock-wrap li .itemblock-img {
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
#main-top .itemblock-wrap li .itemblock-text {
  padding: 0 5px;
}
#main-top .itemblock-wrap li .itemblock-brand {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}
#main-top .itemblock-wrap li .itemblock-name {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main-top .itemblock-wrap li .itemblock-price {
  font-size: 14px;
  line-height: 1.5;
}
#main-top .itemblock-wrap li .itemblock-price.discount {
  color: #BE7454;
}
.boemTop .ranking_section #tab_ranking {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 0 20px;
}

#main-top .itemblock-wrap .itemblock-ranking span {
  display: block;
  font-weight: bold;
}
#main-top .itemblock-wrap .itemblock-ranking.rank1 {
  background: #B39E69;
  border-color: #B39E69;
  color: #fff;
}
#main-top .itemblock-wrap .itemblock-ranking.rank2 {
  background: #9B9C9B;
  border-color: #9B9C9B;
  color: #fff;
}
#main-top .itemblock-wrap .itemblock-ranking.rank3 {
  background: #997A5C;
  border-color: #997A5C;
  color: #fff;
}
#tab_ranking {
  display: flex;
  font-size: 16px;
  margin: 30px 0 50px;
  justify-content: space-around;
  padding: 0 130px;
}
#tab_ranking li:last-child {
  border: none;
}
#tab_ranking li h3 {
  text-align: center;
}
.ranking_section #tab_ranking li.select {
  background: #064738;
  padding: 8px 0;
  border: 1px solid #064738;
  color: #fff;
  cursor: pointer;
  width: 20%;
}
.ranking_section #tab_ranking li {
  background: #fff;
  padding: 8px 0;
  border: 1px solid #ddd;
  border-radius: 24px;
  cursor: pointer;
  width: 20%;
}
.ranking_section h2 {
  position: absolute;
  left: 50%;
  top: -19px;
  transform: translate(-50%, 0);
}
.ranking_section {
  padding: 60px 15px 30px 15px;
  margin-top: 110px;
  background: #f2f2f2;
  position: relative;
  margin: 0 auto;
  width: 1025px;
}
.ranking .catalog-list {
  width: 1300px;
}
#top_rank_all.ranking.-col-5,#top_rank_ladies_bags.ranking.-col-5,#top_rank_wallet_ladies.ranking.-col-5,#top_rank_accessory.ranking.-col-5 {
  width: 1300px;
  margin: 0 -150px;
}
.ranking .catalog-imgContainer{
  aspect-ratio: 5 / 6;
}
.ranking .catalog-imgContainer:before{
  aspect-ratio: 5 / 6;
}
.ranking .catalog-imgContainer img{
  max-width: calc(100%*(6 / 5));
  width: calc(100%*(6 / 5))!important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* TOPICS */
#main-top .top-feature {
  margin-bottom: 60px;
}
#main-top .top-feature .feature-list {
  width: 1024px;
  margin: 0 auto -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-top .top-feature .feature-list li {
  width: 19.14%;
  margin-right: 1.075%;
}
#main-top .top-feature .feature-list li:nth-of-type(5n) {
  margin-right: 0;
}
#main-top .top-feature .feature-list li a {
  display: block;
}

/* HOT WORD */
#main-top .top-hotword {
  margin-bottom: 60px;
  padding: 60px 0;
}
#main-top .top-hotword .hotword-wrap {
  width: 1024px;
  margin: 0 auto;
}
#main-top .top-hotword .hotword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
#main-top .top-hotword .hotword-list li {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 24px;
}

#main-top .top-hotword .hotword-list li:hover {
  background: #064738;
  color: #fff;
}

#main-top .top-hotword .hotword-list li a:hover {
  color: #fff;
}

/* 最近見たアイテム */
#history2 {
  width: 80%;
  margin: 0 auto;
}
#history2 ul{
  justify-content: center;
}
#history2 li .lc-item__image{
  aspect-ratio: 5 / 6;
}
#history2 li {
  margin: 0 5px;
}
#history2 img{
  max-width: calc(100%*(6 / 5));
  width: calc(100%*(6 / 5)) !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* NEWS */
.txt_box {
  padding: 10px;
}

/* anna sui */
#hero_image ul{
  width: 1280px;
  margin: 0 auto 60px;
}
#hero_image {
  padding-top: 35px;
}
.slick-dots {
  bottom: -100px;
}
#brand_explanation {
  text-align: center;
  letter-spacing: 1px; 
  line-height: 2;
}
.brand_category_list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 100px;
  width: 840px;
}
.brand_category_list li a{
  display: block;
}
.boemTop.top_annasui .top-hero .slick-dots li.slick-active button:before .swiper-pagination-bullet-active {
  background: #8e79b7;
}

/* BrandTop -ANNA SUI */
.boemTop.top_annasui .slick-dots li.slick-active button:before{
  color: #9078b6;
}
.slick-dots li button:before {
  font-size: 10px;
}
.boemTop.top_annasui h2 .title-caption{
  color: #8e79b7
}
.boemTop.top_annasui .ranking_section #tab_ranking li.select{
  background: #9078b6;
  border: 1px solid #9078b6;
  color: #fff;
}
.boemTop.top_annasui .section__btn {
  background: #9078b6;
}
.boemTop.top_annasui .section__btn a {
  color: #9078b6;
}
#main_content.boemTop.top_annasui .history_section h2{
  margin: 0 0 50px;
}
.boemTop.top_annasui .history_section{
  background:#f5f2fb;
  padding: 70px 0 30px 0;
  margin-top: 40px;
}
.boemTop.top_annasui .ranking_section{
  background:#f5f2fb;
}
.boemTop ul.brand_category_list li{
  background: #9078b6;
  padding: 10px;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  width: 18%;
}
.boemTop ul.brand_category_list li.sale{
  color: #fff158;
}
.boemTop #brand_explanation h1 {
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 2.5px;
  font-weight: 400;
  text-align: center;
}
#main_content h2 {
  line-height:1;
  color: #444;
  font-weight:normal;
  width:100%;
  box-sizing:border-box;
  text-align: center;
  font-family: 'classico-urw', 'Classico URW', sans-serif;
  margin: 40px 0 50px 0;
  letter-spacing: .03em;
  line-height: 1.5;
}
#arc-feature{
  margin-top: 70px;
}
#history_section {
  margin-top: 70px;
}
.ranking_section {
  margin-top: 70px;
}
#arc-news {
  margin-top: 70px;
}

.brand_contents {
  margin: 0 auto;
}

.brand_contents .top-btn {
  width: 340px;
  margin: 10px auto 50px;
}
.brand_contents .top-btn a {
  display: block;
  padding: 15px 0;
  background: #9078b6;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 25px;
  position: relative;

}
.brand_contents .top-btn a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}
#new-item{ 
  margin: 0 auto;
  width: 1024px;
}
#new-item img{
  border: 1px solid #ddd;
}
#history2{
  width: 1024px;
  margin: 0 auto;
}
.banner-contents{
  width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.banner-contents li {
  width: 33.33333333% !important;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 20px;
  margin-right: 0 !important;
}
#new-item_contents .top-btn,
#arc-feature .top-btn{
  margin: 0 auto 80px;
}

/* anasui ranking */
.catalog-item {
  width: calc((100% - 40px) / 5);
}

/* clathas */

.boemTop.top_clathas .slick-dots li.slick-active button:before{
  color: #db7093;
}
.slick-dots li button:before {
  font-size: 10px;
}
.boemTop.top_clathas ul.brand_category_list li{
  background: #db7093;
}
.boemTop.top_clathas h2 .title-caption {
  color: #db7093;
}
.boemTop.top_clathas .history_section {
  background: #fff6f9;
  padding: 30px 0;
}
.boemTop.top_clathas .top-btn a {
  background: #db7093;
}
.boemTop.top_clathas .ranking_section {
  background: #fff6f9;
}
.boemTop.top_clathas .ranking_section #tab_ranking li.select {
  background: #db7093;
  border: 1px solid #db7093;
}

/* ieyes */
.boemTop.top_ieyes .slick-dots li.slick-active button:before{
  color: #ffa270;
}
.slick-dots li button:before {
  font-size: 10px;
}
.boemTop.top_ieyes ul.brand_category_list li {
  background: #ffa270;
}
.boemTop.top_ieyes h2 .title-caption {
  color: #ffa270;
}
.boemTop.top_ieyes .top-btn a {
  background: #ffa270;
}
.boemTop.top_ieyes .history_section {
  background: #fffbf8;
  padding: 30px 0;
}
.boemTop.top_ieyes .ranking_section {
  background: #fffbf8;
}
.boemTop.top_ieyes .ranking_section #tab_ranking li.select {
  background: #ffa270;
  border: 1px solid #ffa270;
}

/* lanvinonblue */
.boemTop.top_lanvinonblue .slick-dots li.slick-active button:before{
  color: #067fc4;
}
.slick-dots li button:before {
  font-size: 10px;
}
.boemTop.top_lanvinonblue ul.brand_category_list li {
  background: #067fc4;
}
.boemTop.top_lanvinonblue h2 .title-caption {
  color: #067fc4;
}
.boemTop.top_lanvinonblue .history_section {
  background: #edf8ff;
  padding: 30px 0;
}
.boemTop.top_lanvinonblue .top-btn a {
  background: #067fc4;
}
.boemTop.top_lanvinonblue .ranking_section {
  background: #edf8ff;
}
.boemTop.top_lanvinonblue .ranking_section #tab_ranking li.select {
  background: #067fc4;
  border: 1px solid #067fc4;
}

/* pierrecardin */
.boemTop.top_pierrecardin .slick-dots li.slick-active button:before{
  color: #333;
}
.slick-dots li button:before {
  font-size: 10px;
}

.boemTop.top_pierrecardin ul.brand_category_list li {
  background: #333;
}
.boemTop.top_pierrecardin h2 .title-caption {
  color: #333;
}
.boemTop.top_pierrecardin .history_section {
  background: #f8f8f8;
  padding: 30px 0;
}
.boemTop.top_pierrecardin .top-btn a {
  background: #333;
}
.boemTop.top_pierrecardin .ranking_section {
  background: #f8f8f8;
}
.boemTop.top_pierrecardin .ranking_section #tab_ranking li.select {
  background: #333;
}
.boemTop h2 .title-eng {
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
}
#boem-top-info {
  width: 70%;
  margin: 0 auto;
}
.boemTop .info-list{
  display: flex;
  padding-bottom: 30px;
}
#boem-top-info .info-list li {
  padding: 0 20px 0 30px;
}