@charset "UTF-8";

/*-------------------------TOP------------------------*/
/*TOPページスライド*/
@media screen and (min-width: 768px) {
  .swiper-container {
    height: 620px;
  }
  .swiper-container .swiper-slide {
    width: auto;
  }
  .swiper-slide img {
    width: auto;
    height: 600px;
  }
  .lululun_topv3--main .kv .swiper-slide a {
    padding-top: 0.6%;
    transform: scale(0.85);
    transition: 0.8s;
  }
  .lululun_topv3--main .kv .swiper-slide.swiper-slide-active a {
    padding-top:0;
    transform: scale(1);
  }
  .top_banner {
    padding: 30px 15px;
    font-size: 0;
  }
  .top_banner a {
    display: block;
    max-width: 660px;
    margin: 0 auto;
  }
  .header .members img {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 14px;
    margin-right: 8px;
  }
  .header_info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    padding: 10px 55px 10px 65px;
    font-weight: 700;
    line-height: 1.4;
  }
}

.kv .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.kv .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #cac9c8;
  opacity: 1;
}
.kv .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f07087;
}
.topv3_sct {
  padding: 70px 40px;
}
.topv3_sct .inner {
  max-width: 1440px;
  margin: 0 auto;
}
.topv3_sct section:not(:last-of-type){
  margin-bottom: 80px;
}
.v3_sct--title {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #333;
}
.v3_sct--titleSub {
  padding: 0 20px;
  margin-bottom: 60px;
  font-size: 20px;
  color: #929292;
  font-weight: 600;
}
.lineUp_list,
.ranking_list,
.category--list {
  display: flex;
  padding: 0 60px 14px 20px;
  width: calc(100% + 40px);
  overflow-y: hidden;
  overflow-x: auto;
}
.lineUp_list li {
  width: 120px;
  min-width: 120px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
.lineUp_list li:nth-child(1){
  margin-right: 15px;
}
.lineUp_list li:nth-child(2){
  margin-right: 20px;
}
.lineUp_list li:nth-child(3),
.lineUp_list li:nth-child(4){
  margin-right: 30px;
}
.lineUp_list li:nth-child(5){
  margin-right: 20px;
}
.lineUp_list li:nth-child(6){
  margin-right: 30px;
}
.lineUp_list li:nth-child(7){
  margin-right: 40px;
}
.lineUp_list li:last-child {
  margin-right: 0;
}
.ranking_list li,
.category--list li {
  width: 314px;
  min-width: 314px;
  margin-right: 10px;
}
.ranking_list li:last-child,
.category--list li:last-child {
  margin-right: 0;
}
.lineUp_list::-webkit-scrollbar,
.ranking_list::-webkit-scrollbar,
.category--list::-webkit-scrollbar{
   height: 4px;
}
.lineUp_list::-webkit-scrollbar-track,
.ranking_list::-webkit-scrollbar-track,
.category--list::-webkit-scrollbar-track{
   background-color: #dcdcdc;
}
.lineUp_list::-webkit-scrollbar-thumb,
.ranking_list::-webkit-scrollbar-thumb,
.category--list::-webkit-scrollbar-thumb{
   background-color: #929292;
}
.category .v3_sct--title {
  font-size: 35px;
}
.category .v3_sct--titleSub {
  font-size: 18px;
}
.single-box {
  position: relative;
  display: flex;
  padding: 15px 20px 40px;
  height: 100%;
  color: #333;
  border: 1px solid #666;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
}
.box-top {
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #8e8e8e;
  justify-content: space-between;
  line-height: 1.1;
}
.box-product {
  width: 100%;
  margin-top: 25px;
  font-size: 0;
}
.single-box::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 28px;
  height: 18px;
  background: #ddd;
  z-index: 1;
  pointer-events: none;
}
.category_mask{
  margin-bottom: 80px;
}
.category_mask .category--list li:nth-child(1) .box-product{
  margin-bottom: 25px;
}
.category_mask .category--list li:nth-child(2) .box-product{
  margin-bottom: 30px;
}
.category_mask .category--list li:nth-child(5) .box-product{
  margin-bottom: 15px;
}
.category_mask .category--list li:nth-child(6) .box-product{
  margin-bottom: 30px;
}
.product_box {
  display: block;
  padding: 20px 40px;
  border: 0.5px solid #989898;
  border-radius: 24px;
  margin-bottom:20px;
}
.product_series {
  position: relative;
  display: flex;
  padding-right: 60px;
  align-items: center;
  cursor: pointer;
}
.product_series::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ddd;
  transform: translateY(-50%);
  pointer-events: none;
}
.product_series--img {
  width: 108px;
  min-width: 108px;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.product_series--info {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.product_series--info h4 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}
.product_series--info h4 span {
  display: block;
  font-size: 16px;
}
.product_series--detail {
  display: none;
}
.box-product {
  text-align: center;
}
.category_cleansing .box-product {
  margin-bottom: 10px;
}
.product_series--img img {
  display: block;
  margin: 0 auto 10px;
}
.product_series--img img:last-child {
  margin-bottom: 0;
}
.product_series::after {
  background: url(../images/icon_02.svg) 50% 50% / contain no-repeat;
}
.single-box::before {
  content: "詳しくはこちらをクリック →";
  display: block;
  width: 100%;
  left: 0;
  bottom: 16px;
  margin-top: 20px;
  font-size: 14px;
  color: #f07087;
  background: transparent;
  font-weight: 400;
  text-align: center;
}
.swiper-inner-link {
  display: block;
  font-size: 0;
}
.container > .row > .col-md-12 {
  padding: 0 !important;
}
.topics-img {
  display: block;
  font-size: 0;
  margin-bottom: 20px;
}
.topics-info {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0;
}
.topics-name {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.category_n2 .single-box {
  padding: 40px 40px 80px;
  border-color: #999;
}
.category_n2 .single-box::before {
  content: "詳しく見る";
}
.category_n2 .box-top {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.category_n2 .box-top p {
  display: block;
  width: 100%;
}
.category_n2 .box-top .category {
  display: inline-block;
  padding: 4px 8px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  background: #fa7091;
  width: auto;
}
.category_n2 .category_mask .category--list li .box-product {
  margin: 0;
}
.box-info {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  color: #333;
  line-height: 1.7;
}
.v3_sct--support_content {
  display: flex;
  max-width: 950px;
  margin: 56px auto 0;
  justify-content: space-between;
}
.v3_sct--support_card {
  display: block;
  width: 48.5%;
  font-size: 13px;
  text-align: center;
  color: #555;
  font-weight: 400;
  line-height: 1.6;
  border: 0.5px solid #989898;
  border-radius: 24px;
  overflow: hidden;
}
.v3_sct--support_img {
  position: relative;
  overflow: hidden;
}
.v3_sct--support_info h3 {
  margin: 14px 0 20px;
  font-size: 24px;
  font-weight: 600;
}
.v3_sct--support_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.3%;
}
.v3_sct--support_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v3_sct--support_card:first-child .v3_sct--support_img {
  background: #fff3f5;
}
.v3_sct--support_card:first-child .v3_sct--support_img img {
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 180px;
  height: auto;
  transform: translate(-50%, -50%);
}
.v3_sct--support_info {
  padding-bottom: 24px;
}

.topv3_sct.allNews {
  background: #fff3f5;
}
.v3_news--list {
  max-width: 950px;
  margin: 51px auto 0;
}
.v3_news--list li {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
}
.v3_news--list li a {
  display: block;
  padding: 20px 40px;
  color: #555;
  background: #FFF;
}
.v3_news--more {
  max-width: 220px;
  margin: 40px auto 0;
  text-align: right;
}
.v3_news--more a {
  display: flex;
  height: 48px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  background: #FFF;
  align-items: center;
  justify-content: center;
}
.topics-new-list {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.topics {
  background: #f7f8f8;
}
.topics-new-list li {
  width: 24%;
  max-width: 304px;
  padding: 30px 20px;
  background: #FFF;
  border-radius: 20px;
}
.topics-new-list li .pp2 {
  margin-bottom: 10px;
}
.topics-new-list li .pp2 span {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  border-radius: 20px;
}
.topics-new-list li .pp2 span.pink {
  background: #e2678b;
}
.topics-new-list li .topics-name {
  font-size: 16px;
  letter-spacing: 1px;
}
.topics-new-list li .topics-img {
  width: 90%;
  margin: 0 auto 12px;
}
.topics-new-list li .topics-proinfo {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  justify-content: center;
}
.topics-new-list li .topics-btn {
  display: flex;
  width: 100%;
  height: 34px;
  margin-top: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #e57c9d;
  background: #fff;
  border: 1px solid #e57c9d;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.topics-new-list li .topics-btn:hover {
  color: #FFF;
  background: #e57c9d;
  opacity: 1;
}
.v3_news--list {
  padding: 32px 54px;
  color: #333;
  background: #FFF;
}
.v3_news--category {
  display: block;
  padding: 0 10px 12px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  border-bottom: 2px solid #e38394;
}
.v3_news--inner {
  padding: 0 10px;
}
.v3_news--list li .v3_news--link {
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.v3_news--list li .v3_sct--news-item {
  position: relative;
  display: inline-flex;
  padding: 0;
  margin-bottom: 21px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
  transition: 0.3s ease-in-out;
}
.v3_news--list li .v3_sct--news-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #555;
  transition: 0.3s ease-in-out;
}
.v3_news--list li .v3_sct--news-item .date {
  display: block;
  margin-right: 20px;
  white-space: nowrap;
}
.v3_news--list li .v3_sct--news-item p:not(.date) {
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.v3_news--list li .v3_news--more {
  display: flex;
  max-width: 100%;
  margin: 20px 0;
  justify-content: flex-end;
}
.v3_news--list li .v3_news--more a {
  display: block;
  height: auto;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}
.top_recommend {
  padding: 40px 40px 80px;
  text-align: center;
}
.topics_scltype .topics-new-list li .topics-info {
  min-height: 5.5em;
  line-height: 1.5;
}
.topics_scltype .topics-new-list li .topics-info p small {
  margin-top: 2px;
  margin-bottom: 0;
}
.topics_scltype .topics-new-list li .pp2 {
  margin-bottom: 5px;
}
.topics_scltype .topics-new-list li .topics-img {
  margin: 4px auto 10px;
}
.topics_scltype .topics-new-list li .topics-name {
  display: flex;
  min-height: 2.5em;
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
}
.topics_scltype .topics-new-list li .topics-btn {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .header_bunner a {
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #eee;
  }
  .header_bunner a:after {
    content: "→";
    font-weight: bold;
    background-color: #DC4404;
    color: #fff;
    border-radius: 50%;
  }
  .header_bunner a:hover {
    opacity: .7;
  }
  .header_logo {
    margin: 6px 0 0 50px !important;
  }
  .header_search_wrap {
    display: flex;
    align-items: center;
  }
  .header_list .btn_search {
    margin-top: 4px;
  }

  .header .nav_list > li a.aco_title::after {
    content: none;
  }
  .header .nav_list > li a.aco_title::before {
    content: ">";
    height: auto;
    background: transparent;
  }

  .nav_list .search_nav_slide ul li a {
    padding-left: 20px;
  }

  .header_logo svg {
    width: 100%;
  }
  .header_list {
    padding-top: 10px;
  }
  .header_list .btn_search img {
    margin-top: -5px;
    width: 18px;
  }
  .header_list .members img {
    width: 14px;
  }
  .header_list .cart {
    width: 18px;
  }
  .menu {
    width: 30px;
  }
  .menu_line {
    width: 30px;
  }
  .menu_line_top {
    top: 3px;
  }
  .menu_line_bottom {
    bottom: 3px;
  }
  .header_list .cart img {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .topv3_sct {
    padding: 30px 20px;
    overflow: hidden;
  }
  .v3_sct--title {
    padding: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .topv3_sct section:not(:last-of-type){
    margin-bottom: 56px;
  }
  .lineUp_list li {
    width: 105px;
    min-width: 105px;
    font-size: 14px;
    font-weight: 500;
  }
  .lineUp_list li:nth-child(1){
    margin-right: 5px;
  }
  .lineUp_list li:nth-child(2){
    margin-right: 10px;
  }
  .lineUp_list li:nth-child(3),
  .lineUp_list li:nth-child(4){
    margin-right: 20px;
  }
  .lineUp_list li:nth-child(5){
    margin-right: 10px;
  }
  .lineUp_list li:nth-child(6){
    margin-right: 20px;
  }
  .lineUp_list li:nth-child(7){
    margin-right: 30px;
  }
  .customer_support_area h2.v3_sct--title{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    box-sizing: border-box;
    background: #f7f5f6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    color: #222;
    letter-spacing: 0;
  }
  .footer a:link,
  .footer a:visited,
  .footer a:hover,
  .footer a:active {
    color: initial;
  }

  .footer * {
    box-sizing: border-box;
  }
  .footer_inner {
    width: 100%;
    padding: 65px 0 30px;
  }

  .footer_wrap {
    max-width: 310px;
    margin: 0 auto 64px;
    padding: 0 15px;
  }
  .footer .service_box {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .service_box > dt {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0 5px 8px;
    border-bottom: solid 1px #222;
    font-weight: 700;
    text-align: center;
  }
  .footer .service_box > dd {
    margin: 8px 0;
  }
  .footer_btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    background: #fff;
    border: solid 1px #dedede;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .footer_btn img {
    margin-right: 8px;
  }
  .footer_btn .icon_line {
    width: 18px;
  }
  .footer_btn .icon_mail {
    width: 16px;
  }

  .footer_nav {
    margin-bottom: 32px;
  }
  .footer_nav_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: solid 1px #dedede;
    font-size: 12px;
    font-weight: 700;
  }
  .footer_nav_list > li {
    width: 50%;
    border-bottom: solid 1px #dedede;
    text-align: center;
  }
  .footer_nav_list > li:nth-child(odd) {
    border-right: solid 1px #dedede;
  }
  .footer_nav_list > li a {
    display: block;
    padding: 14px 10px;
  }

  .footer .sns_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
    margin-left: -25px;
  }
  .footer .sns_list > li {
    margin-left: 25px;
  }
  .footer .sns_list > li img {
    width: auto;
    height: 28px;
  }
  .footer .copyright {
    margin-bottom: 13px;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
  }
  .footer_other_nav {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
  }
  .footer_other_nav > li {
    position: relative;
    padding: 0.3em 0.5em;
  }
  .footer_other_nav > li:not(:first-child) {
    border-left: solid 1px #b2b2b2;
  }
}
@media screen and (max-width: 767px) {
  .product_box {
    margin: 0 0 20px;
  }
  .box-top{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .box-top .pin{
    margin-top: 0;
  }
  .single-box h3{
    font-size: 22px;
  }
  .category_n2 .category--list li {
    width: 240px;
    min-width: 240px;
  }
  .category_n2 .single-box {
    padding: 24px 10px 56px;
  }
  .category_n2 .box-top {
    margin-bottom: 0;
  }
  .box-info {
    margin-top: 0;
  }
  .v3_sct--titleSub {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .lineUp_list,
  .ranking_list,
  .category--list {
    width: calc(100% + 20px);
    padding-left: 0;
    padding-right: 20px;
  }
  .category .v3_sct--title{
    font-size: 24px;
  }
  .category .v3_sct--titleSub {
    font-size: 14px;
    line-height: 1.4;
  }
  .single-box {
    padding: 16px 16px 44px;
    border-radius: 22px;
  }
  .single-box::before {
    content: "詳しくはこちらをクリック →";
    display: block;
    width: 100%;
    left: 0;
    bottom: 16px;
    margin-top: 20px;
    font-size: 16px;
    color: #f07087;
    background: transparent;
    font-weight: 400;
    text-align: center;
  }
  .category_mask {
    margin-bottom: 56px;
  }

  .allProducts .v3_sct--title {
    text-align: center;
  }
  .allProducts .v3_sct--titleSub {
    margin-bottom: 35px;
    text-align: center;
  }
  .product--list .v3_sct--title {
    padding: 0;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .product--list .v3_sct--titleSub {
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .product--list.list_series,
  .product--list.list_cleansing,
  .customer_support_area .product--list.list_tabi{
    margin-bottom: 45px;
  }
  .product_box {
    padding: 20px 15px;
    border-radius: 22px;
  }
  .product_series--img {
    width: 70px;
    min-width: 70px;
    margin-right: 12px;
    font-size: 11px;
  }
  .product_series--info h4 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .product_series--info h4 span {
    font-size: 12px;
  }
  .product_series--txt {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }
  .product_series--products {
    padding: 30px 0 0;
    flex-wrap: wrap;
  }
  .product_series--product {
    display: block;
    width: 100%;
  }
  .product_series--product {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .product_series--product:last-child {
    padding: 0;
    margin: 0;
  }
  .product_series--product::after {
    top: auto;
    bottom: 0;
    left: 10px;
    right: 10px;
    width: auto;
    height: 1px;
    background: transparent;
    border-bottom: 1px dashed #eaecea;
  }
  .product_series {
    padding-right: 20px;
  }
  .product_series::after{
    width: 20px;
    height: 20px;
  }
  .product--img {
    width: 48%;
    min-width: 48%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .product--inner {
    width: 100%;
    text-align: left;
  }
  .product--name {
    font-size: 14px;
  }
  .product_series--product .note {
    min-height: auto;
    margin-bottom: 10px;
  }
  .product--price {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .allProducts .v3_sct--title {
    font-size: 31px;
    text-align: left;
  }
  .allProducts .v3_sct--titleSub {
    font-size: 16px;
    text-align: left;
  }
  .commitment_list {
    display: block;
    width: 100%;
    padding: 0;
  }
  .commitment_list li {
    width: 100%;
    min-width: 100%;
    padding: 20px 0;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    line-height: 1.5;
  }
  .commitment_list li a {
    margin-top: 15px;
    font-size: 16px;
  }
  .commitment_list li:last-child {
    margin-bottom: 0;
  }
  .product_series--img.s1 img {
    transform: scale(1.2);
  }
  .v3_sct--support_content {
    display: block;
    margin-top: 32px;
  }
  .v3_sct--support_card {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 22px;
  }
  .v3_sct--support_card:first-child .v3_sct--support_img img {
    max-width: 35%;
  }
  .v3_sct--support_info {
    padding-bottom: 16px;
  }
  .v3_sct--support_info h3 {
    margin: 14px 0 12px;
    font-size: 18px;
  }

  .v3_news--list {
    margin-top: 32px;
  }
  .v3_news--list .txt_box {
    display: block;
    font-size: 13px;
  }
  .v3_news--list .txt_box .date {
    margin: 0 0 8px;
  }
  .v3_news--list li a {
    display: block;
    padding: 17px 20px;
    line-height: 1.6;
  }
  .v3_news--more {
    margin-top: 40px;
  }
  .v3_news--more a {
    font-size: 13px;
  }
  .v3_sct--concept_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .v3_sct--concept_img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }
  .v3_sct--concept_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    object-fit: cover;
  }
  .v3_sct--concept_info {
    width: 100%;
    max-width: 233px;
    padding: 0 0 32px 8px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
  }
  .v3_sct--concept_info h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .v3_sct--concept_info h3 small {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .v3_sct--concept_card {
    display: block;
    width: 90%;
    margin-top: 34px;
  }
  .topics .v3_sct--title {
    margin-bottom: 34px;
  }
  .topics-new-list {
    padding: 0;
  }
  .topics-new-list li {
    width: auto;
    max-width: none;
    padding: 24px 18px;
    border-radius: 14px;
    overflow: hidden;
  }
  .topics-new-list li .pp2 span {
    padding: 6px 12px 7px;
    margin-right: 4px;
    border-radius: 7px;
  }
  .topics-new-list li .topics-info {
    font-weight: 500;
    white-space: nowrap;
  }
  .topics-new-list li .topics-btn {
    margin-top: 24px;
  }
  .topics-new-list li.swiper-slide {
    height: auto;
  }
  .topics-new-list li.swiper-slide .topics-card {
    height: 100%;
  }
  .v3_news--list {
    padding: 24px 14px;
  }
  .v3_news--category {
    padding: 0 0 10px;
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    border-width: 1px;
  }
  .v3_news--inner {
    padding: 0;
  }
  .v3_news--list li .v3_sct--news-item {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
  }
  .v3_news--list li .v3_news--link .date {
    margin: 0 0 4px;
    font-size: 11px;
  }
  .v3_news--list li .v3_news--more a {
    font-size: 11px;
  }
  .top_recommend {
    padding: 20px 0 48px;
  }
  .topics_scltype {
    padding: 60px 0 60px 20px;
  }
  .topics_scltype .topics-new-list {
    display: flex;
    width: 100%;
    padding: 0 20px 14px 0;
    overflow-x: auto;
  }
  .topics_scltype .topics-new-list .swiper-slide {
    width: 270px;
    margin-right: 10px;
  }
  .topics_scltype .topics-new-list li .topics-btn {
    height: 48px;
  }

  .topics-img {
    text-align: center;
  }
  .swiper-slide .topics-img img {
    width: 100%;
  }

  .topics-new-list li .topics-img {
    font-size: 0;
  }
  .topics-new-list li .topics-img a {
    display: block;
  }
  .topics-new-list li .topics-img a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .search_nav_slide {
    padding: 10px;
    background: #FFF;
  }
  .search_nav_slide ul li {
    margin-bottom: 10px;
  }
  .search_nav_slide ul li:last-child {
    margin-bottom: 0;
  }
  .search_nav_slide {
    padding: 0;
  }
  .search_nav_slide ul li {
    margin: 0;
  }
  .search_nav_slide ul li a {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .search_nav_slide ul li:last-child a {
    border-bottom: 0;
  }
  .search_nav_slide ul li a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 10px;
    color: #ffc7d3;
    transform: translateY(-50%)scale(1,1.5);
  }

  .top_banner {
    padding: 20px;
    font-size: 0;
  }
  .top_banner a {
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }
  .top_banner picture {
    display: block;
  }
  .top_banner img {
    width: 100%;
    height: auto;
  }

  .lululun_topv3--main .kv .swiper-container {
    display: flex;
    align-items: normal;
  }
  .lululun_topv3--main .kv .swiper-wrapper {
    height: auto;
  }
  .lululun_topv3--main .kv .swiper-slide a {
    height: 100%;
    transform: scale(1);
  }
  .lululun_topv3--main .kv .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}