@charset "UTF-8";
/* CSS Document */


/* ------------------------------
    スライド共通
------------------------------ */
.slick-dots li button{
  padding: 0!important;
  border: none!important;
  border-radius: 50%;
  outline: none;
  background: #F8F8F8!important;
}
.slick-dots li.slick-active button{
  background: #1A1A1A!important;
}
.slick-dots li button::before{
  content: none!important;
}
@media screen and (min-width: 1025px){
  .slick-dots li{
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px!important;
  }
  .slick-dots li button{
    width: 8px !important;
    height: 8px !important;
  }
}
@media screen and (max-width: 1024px){
  .slick-dots li{
    width: 6px !important;
    height: 6px !important;
    margin: 0 4px!important;
  }
  .slick-dots li button{
    width: 6px !important;
    height: 6px !important;
  }
}
@media screen and (max-width: 640px){
  
}

/* ------------------------------
    FV
------------------------------ */
#main_v{
  position: relative;
}
.top_slider li{
  position: relative;
}
.top_slider li > img{
  width: 100%;
}
.top_slider li .slide_txt{
  position: absolute;
}
.top_slider li .slide_txt .name{
  margin-bottom: 35px;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}
.top_slider li .slide_txt .lead{
  font-size: 1.36rem;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.top_slider li .slide_txt .catch{
  font-size: 4.86rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: .5em;
}
.top_slider li .slide_btn{
  border: 1px solid #1a1a1a;
}
.top_slider li .slide_btn span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: 0.93rem;
  letter-spacing: 0.1em;
  transition-duration: .3s;
}
.top_slider li .slide_btn span:hover {
  color: #ccc;
  background-color: #fff;
}
#arrowBox{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
}
#arrowBox .slick-arrow{
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
#arrowBox .slick-arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%)rotate(-135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  z-index: 5;
}
#arrowBox .slick-arrow::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
  border-radius: 50%;
  z-index: 1;
}
#arrowBox .slick-prev::before{
  left: 46%;
}
#arrowBox .slick-next::before{
  transform: translate(0,-50%)rotate(45deg);
  right: 46%;
}
.slick-counter{
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 20px;
  min-width: 32px;
  color: #fff;
  text-align: center;
}
#arrowBox .slick-arrow::before{
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}
.top_slider li .slide_txt p,
.top_slider li .slide_txt .catch,
.top_slider li .slide_btn span {
  color: #fff;
}
.top_slider li .slide_btn {
  border-color: #fff;
}

@media screen and (min-width: 1025px){
  .top_slider li .slide_txt{
    left: 11.5104vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_slider li .slide_txt .catch{
    margin-bottom: 50px;
  }
  .top_slider li .slide_btn {
    width: 220px;
  }
  #arrowBox{
    left: 11.5104vw;
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px){
  /*
  .top_slider li::before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 55.1174%;
    width: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
  }
  .top_slider li > img{
    height: calc(80vh - 97px);
    object-fit: cover;
  }
  _::-webkit-full-page-media, _:future, :root .top_slider li > img{
    height: calc(80svh - 97px);
  }
  */
  .top_slider li .slide_txt{
    left: 5%;
    bottom: 15%;
  }
  .top_slider li .slide_txt .lead{
    letter-spacing: 0.1em;
  }
  .top_slider li .slide_btn{
    width: 250px;
  }
  #arrowBox{
    left: 5%;
    bottom: 25px;
  }
  #arrowBox .slick-prev::before{
    /* left: 1px; */
  }
}
@media screen and (min-width: 641px){
  #wplist-staff {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px){
  /*
  .top_slider li > img{
    height: calc(80vh - 90px);
    object-fit: cover;
  }
  */
  .top_slider li .slide_txt .name{
    font-size: 0.8rem;
    margin-bottom: 25px;
  }
  .top_slider li .slide_txt .lead{
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .top_slider li .slide_txt .catch{
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .top_slider li .slide_btn {
    width: 160px;
  }
  .top_slider li .slide_btn span {
    font-size: 0.71rem;
    height: 40px;
  }
  #arrowBox .slick-arrow::before{
    width: 4px;
    height: 4px;
  }
  .slick-counter{
    font-size: 0.71rem;
    margin: 0 15px;
  }
}

/* ------------------------------
    PICK UP
------------------------------ */
.sec_pickUp{
  padding: 100px 0;
}
.sec_pickUp .section_wrap{
  max-width: 1180px;
  width: 90%;
}
/*コラム機能使うので以下アタリ*/
.pickUp_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  
}
.pickUp_list .fs-pt-column__item{
  padding: 0;
}
.pickUp_list .fs-pt-column__item .fs-pt-column__image{
  margin-bottom: 14px;
}
.pickUp_list .fs-pt-column__item .fs-pt-column__heading{
  font-size: 12px;
  line-height: 1.86;
  transition-duration: .3s;
  font-weight: 400;
}
.pickUp_list .fs-pt-column__item:hover .fs-pt-column__heading{
  opacity: 0.7;
}

.fs-pt-column__description{
  font-size: 0.93rem;
  line-height: 1.86;
  margin-top: 1em;
}
@media screen and (min-width: 1025px){
  .pickUp_list .fs-pt-column__item{
    width: 22.9607%;
    margin-right: 2.719%;
  }
  .pickUp_list .fs-pt-column__item:nth-child(4n){
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px){
  .pickUp_list{
    flex-wrap: wrap;
  }
  .pickUp_list .fs-pt-column__item{
    width: 48%;
    margin-right: 4%;
  }
  .pickUp_list .fs-pt-column__item:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width: 640px){
  .sec_pickUp{
    padding: 50px 0;
  }
  .pickUp_list{
    flex-direction: column;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .pickUp_list .fs-pt-column__item{
    width: 100%;
    margin-right: 0;
  }
  .pickUp_list .fs-pt-column__item + .fs-pt-column__item{
    margin-top: 25px;
  }
  .pickUp_list .fs-pt-column__item .fs-pt-column__image{
    margin-bottom: 10px;
  }
  .pickUp_list .fs-pt-column__item .fs-pt-column__image img {
    margin-left: auto;
    margin-right: auto;
  }
  .pickUp_list .fs-pt-column__item .fs-pt-column__heading{
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .fs-pt-column__description{
    font-size: 0.7rem;
    line-height: 1.6;
  }
}

/* ------------------------------
    ranking
------------------------------ */
.sec_ranking{
  padding: 0 0 65px;
}
.sec_ranking .section_wrap{
  max-width: 1180px;
  width: 90%;
}
.first_panel .ranking_firstBtn_growp{
  justify-content: space-between;
  max-width: 480px;
  width: 90%;
  margin: 0 auto 45px;
}
.first_panel .ranking_firstBtn_growp .tab-btn{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 45px;
  letter-spacing: 0.1em;
  transition: .3s all;
}
.first_panel .ranking_firstBtn_growp .tab-btn:hover{
  opacity: 0.7;
}
.first_panel .ranking_firstBtn_growp .tab-btn.show{
  background-color: #F8F8F8;
}
/*第二階層*/
.second-tab-wrap .ranking_secondBtn_growp{
  justify-content: center;
  margin-bottom: 55px;
}
.second-tab-wrap .ranking_secondBtn_growp .second-tab-btn{
  color: #B5B5B5;
  margin: 0 25px;
  font-size: 1.07rem;
  letter-spacing: 0.1em;
  transition: .3s;
}
.second-tab-wrap .ranking_secondBtn_growp .second-tab-btn:hover{
  opacity: 0.7;
}
.second-tab-wrap .ranking_secondBtn_growp .second-tab-btn.show{
  color: #1a1a1a;
}
.rank_block .item_list .item{
  margin-bottom: 40px;
  counter-increment: ranking;
}
.rank_block .item_list .item::before{
  content: counter(ranking);
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
}
.rank_block .item_list .item::after{
  content: "NO.";
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  left: 8px;
  transform: translate(0,-50%);
  z-index: 3;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.rank_block .item_list .item:nth-child(1)::before,
.rank_block .item_list .item:nth-child(1)::after{
  color: #B1982E;
}
.rank_block .item_list .item:nth-child(2)::before,
.rank_block .item_list .item:nth-child(2)::after{
  color: #858990;
}
.rank_block .item_list .item:nth-child(3)::before,
.rank_block .item_list .item:nth-child(3)::after{
  color: #B57D3B;
}
@media screen and (min-width: 1025px){
  .rank_block .item_list .item::before{
    padding: 0px 5px 0px 0px;
  }
  .first_panel .ranking_firstBtn_growp .tab-btn{
    font-size: 14px;
    width: 230px;
  }
  .second-tab-wrap .ranking_secondBtn_growp .second-tab-btn{
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px){
  .sec_ranking .section_wrap{
    width: 100%;
  }
  /*第二階層*/
  .second-tab-wrap .ranking_secondBtn_growp{
    overflow-x: scroll;
    justify-content: flex-start;
    padding-left: 5%;
  }
  .second-tab-wrap .scroll_bar::-webkit-scrollbar{
    width: 90%;
    margin: 0 auto;
    height: 2px;
  }
  .second-tab-wrap .scroll_bar::-webkit-scrollbar-track{
    background-color: #F4F4F4;
  }
  .second-tab-wrap .scroll_bar::-webkit-scrollbar-thumb{
    background-color: #B5B5B5;
    width: 80px;
  }
  .second-tab-wrap .ranking_secondBtn_growp .second-tab-btn{
    flex-shrink: 0;
    padding-bottom: 10px;
    line-height: 1.75;
  }
  .sec_ranking .rank_block{
    width: 90%;
    margin: 0 auto;
  }
  .rank_block .item_list .item::before{
    text-align: center;
  }
}
@media screen and (max-width: 640px){
  .sec_ranking{
    padding: 0 0 25px;
  }
  .first_panel .ranking_firstBtn_growp{
    margin-bottom: 30px;
  }
  .second-tab-wrap .ranking_secondBtn_growp{
    margin-bottom: 35px;
  }
  .second-tab-wrap .ranking_secondBtn_growp.ranking_secondBtn_growp-brand {
    justify-content: center;
    padding-left: 0;
  }
  .first_panel .ranking_firstBtn_growp .tab-btn{
    font-size: 1.0rem;
    height: 35px;
  }
  
  .rank_block .item_list .item{
    margin-bottom: 30px;
  }
  .second-tab-wrap .ranking_secondBtn_growp .second-tab-btn{
    margin: 0 17px;
    font-size: 0.8rem;
  }
  .rank_block .item_list .item::before{
    font-size: 1.2rem;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .rank_block .item_list .item::after{
    letter-spacing: 0.1em;
    font-size: 0.7rem;
  }
}

/* ------------------------------
    NEW ARRIVAL
------------------------------ */
.sec_newArrival{
  padding:0 0 60px;
}
.sec_newArrival .section_wrap{
  max-width: 1180px;
  width: 90%;
}
.sec_newArrival .item_block{
  margin-bottom: 40px;
}
@media screen and (min-width: 769px){
  .sec_newArrival .item_block .item_list .item:nth-child(6){
    display: none!important;
  }
}
@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  .sec_newArrival .item_block .item_list .item:nth-last-child(-n+2){
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px){
  .sec_newArrival{
    padding-bottom: 30px;
  }
  .sec_newArrival .item_block{
    margin-bottom: 30px;
  }
}
/* ------------------------------
    FEATURE/MEDIA
------------------------------ */
.sec_slide_cont{
  position: relative;
  z-index: 1;
}
.sec_slide_cont::before{
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: 92.4479vw;
  background-color: #F8F8F8;
  z-index: -1;
}
.sec_slide_cont .section_wrap{
  max-width: 1545px;
  margin: 0 0 0 auto;
  width: 85%;
  padding: 60px 0;
}
.feature_slider .slick-list,
.media_slider .slick-list{
  padding-left: 0!important;
}
.sec_slide_cont .category span{
  position: relative;
  font-size: 0.93rem;
  letter-spacing: 0.08em;
  padding-left: 12px;
}
.sec_slide_cont .category span::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_slide_cont .ttl{
  font-size: 12px;
  line-height: 1.86;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec_slide_cont .date{
  color: #B5B5B5;
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.arw_btn{
  align-items: center;
  margin-top: 40px;
}
.arw_common{
  margin-right: 35px;
}
.arw_common .slide-arrow{
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid #7E7E7E;
  border-radius: 50%;
  cursor: pointer;
  transition-duration: .3s;
}
.arw_common .slide-arrow:hover{
  border: 1px solid #1a1a1a;
}
.arw_common .slide-arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 6px;
  height: 11px;  
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: .3s;
}
.arw_common .prev-arrow {
  margin-right: 8px;
}
.arw_common .prev-arrow::before{
  background-image: url( "../image/common/arw_prev.svg");
}
.arw_common .next-arrow::before{
  background-image: url( "../image/common/arw_next.svg");
}
.arw_common .prev-arrow:hover::before{
  background-image: url( "../image/common/arw_prev_black.svg");
}
.arw_common .next-arrow:hover::before{
  background-image: url( "../image/common/arw_next_black.svg");
}
@media screen and (min-width: 641px){
  .sec_slide_cont .category{
    margin-bottom: 13px;  
  }
}
@media screen and (min-width: 1025px){
  .arw_btn{
    justify-content: flex-end;
    padding-right: 22.2222%;
  }
}
@media screen and (max-width: 1024px){
  .sec_slide_cont .cont_ttl *{
    text-align: left;
  }
  .arw_btn{
    justify-content: flex-start;
  }  
}
@media screen and (max-width: 640px){
  .sec_slide_cont .section_wrap{
    padding: 30px 0;
  }
  .sec_slide_cont .category{
    margin-bottom: 10px;
  }
  .sec_slide_cont .category span{
    font-size: 0.7rem;
  }
  .sec_slide_cont .category span::before{
    width: 4px;
    height: 4px;
  }
  .sec_slide_cont .ttl{
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .sec_slide_cont .date{
    font-size: 0.7rem;
  }
  .arw_btn{
    margin-top: 20px;
  }
  .arw_common .slide-arrow{
    width: 45px;
    height: 45px;
    border: 1px solid #7E7E7E;
  }
  .arw_common .slide-arrow::before{
    width: 5px;
    height: 9px;
  }
  
}
/* ------------------------------
    FEATURE
------------------------------ */
.feature_slider .slick-slide{
  margin: 0 30px 0 0;
}
.feature_slider li .thumb{
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.feature_slider li .thumb::before{
  content: "";
  display: block;
  padding-bottom: 63.1579%;
}
.feature_slider li .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: inherit;
}
.feature_slider li p:not(.thumb){
  transition-duration: .3s;
}
.feature_slider li a:hover p:not(.thumb){
  opacity: 0.7;
}
@media screen and (min-width: 641px){
  .feature_slider li .ttl{
    margin-bottom: 10px;
  }
  
}
@media screen and (min-width: 1025px){
  .feature_slider .slick-list{
    padding-right: 15.625vw!important;
  }  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  .feature_slider .slick-list{
    padding-right: 76px!important;
  }
  .feature_slider .slick-slide{
    margin: 0 7px 0 0;
  }
  .feature_slider li .thumb{
    margin-bottom: 15px;
  }
}
/* ------------------------------
    STAFF RECOMMEND
------------------------------ */
.sec_recommend{
  padding: 60px 0;
}
.staff_recommend_slider .slick-list,
.stf_recommend_slider .slick-list{
  margin-bottom: 50px;
}
.staff_recommend_slider .slick-slide,
.stf_recommend_slider .slick-slide{
  margin: 0 45px 0 0;
}
.staff_recommend_slider .slick-dots,
.stf_recommend_slider .slick-dots{
  position: inherit;
  bottom: 0;
}
.staff_recommend_slider li.item,
.stf_recommend_slider li.item{
  margin-bottom: 0 !important;
}
.item_list .item .stf_block{
  border-top: 1px solid #F4F4F4;
  padding-top: 23px;
  margin-top: 18px;
}
.item_list .item .stf_block .stf_info{
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 18px;
}
.item_list .item .stf_block .stf_info .ico{
  position: relative;
  width: 50px;
}
.item_list .item .stf_block .stf_info .ico::before{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.item_list .item .stf_block .stf_info .ico img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 50%;
  transition-duration: .3s;
}
.item_list .item a:hover .stf_block .stf_info .ico img{
  opacity: 0.7;
}
.item_list .item .stf_block .stf_info .name_box{
  margin-left: 1.0rem;
  flex: 1;
}
.item_list .item .stf_block .stf_info .name_box span{
  display: block;
  letter-spacing: 0.02em;
  transition-duration: .3s;
}
.item_list .item a:hover .stf_block .stf_info .name_box span{
  opacity: 0.7;
}
.item_list .item .stf_block .stf_info .name_box .name{
  font-size: 14px;
}
.item_list .item .stf_block .stf_info .name_box .store_name{
  color: #B5B5B5;
  font-size: 11px;
  margin-top: 0.8em;
}
.item_list .item .stf_block .comment{
  font-size: 12px;
  line-height: 1.77;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px){
  .sec_recommend .stf_recommend{
  }
}
@media screen and (max-width: 1024px){
  .sec_recommend .stf_recommend{
    margin-right: -15px;
  }  
  .staff_recommend_slider .slick-slide,
  .stf_recommend_slider .slick-slide{
    margin: 0 15px 0 0;
  }

}
@media screen and (max-width: 640px){
  .sec_recommend{
    padding: 50px 0 30px;
  }
  .sec_recommend .stf_recommend{
    margin-right: -7px;
  }
  .staff_recommend_slider .slick-list,
  .stf_recommend_slider .slick-list{
    margin-bottom: 20px;
  }
  
  .sec_recommend-slider .wrap {
    width: 100%;
  }
  .sec_recommend-slider .stf_recommend {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_recommend-slider .staff_recommend_slider .slick-list {
    padding-left: 0 !important;
  }

  .staff_recommend_slider .slick-slide,
  .stf_recommend_slider .slick-slide{
    margin: 0 7px 0 0;
  }
  .item_list .item .prd_block {
    min-height: 60px;
  }
  .item_list .item .stf_block{
    padding-top: 15px;
    margin-top: 15px;
  }
  .item_list .item .stf_block .stf_info{
    margin-bottom: 12px;
  }
  .item_list .item .stf_block .stf_info .ico{
    width: 40px;
  }
  .item_list .item .stf_block .stf_info .name_box{
    margin-left: 10px;
  }
  .item_list .item .stf_block .stf_info .name_box .name{
    font-size: 0.8rem;
  }
  .item_list .item .stf_block .stf_info .name_box .store_name{
    margin-top: 0.5em;
    font-size: 0.71rem;
  }
  .item_list .item .stf_block .comment{
    line-height: 1.6;
    font-size: 0.71rem;
  }
}
/* ------------------------------
    COLLECTION
------------------------------ */
.sec_collection{
  padding-top: 60px;
}
.sec_collection .section_wrap{
  max-width: 1180px;
  width: 90%;
}
.collection_slider{
  /*margin-right: -40px;*/
}
.collection_slider .slick-list{
  margin-bottom: 35px;
}
.collection_slider .slick-slide{
  margin: 0 17px;
}
.collection_slider .slick-dots{
  position: inherit;
  bottom: 0;
}

.collection_slider .collectin_item{
  display: grid!important;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
.collection_slider .collectin_item .collection_ban{
  position: relative;
}
.collection_slider .collectin_item .collection_ban img{
  width: 100%;
}
@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 640px){
  .sec_collection{
    padding-top: 50px;
  }
  .sec_collection .section_wrap{
    width: 95%;
    margin: 0 0 0 auto;
  }
  .collection_slider .slick-list{
    padding-left: 0!important;
    margin-bottom: 20px;
  }
  
  .collection_slider .slick-slide{
    margin: 0 3px;
  }

  .collection_slider .collectin_item{
    grid-gap: 6px;
  }
  
}

/* ------------------------------
    BRANDS
------------------------------ */
.sec_brands{
  padding: 60px 0;
}
.sec_brands .brands_list{
  flex-wrap: wrap;
}
.sec_brands .section_wrap .ban{
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.sec_brands .section_wrap .ban > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.brands_list .ban:hover > img{
  transform: scale(1.05);
}
.brands_list .ban a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;  
  background: transparent;
  transition: .6s;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  box-sizing: border-box;
}
.brands_list .ban a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
.brands_list .ban .inner{
  position: relative;
  padding: 0 0 25px 25px;
}
.brands_list .ban .inner p{
  color: #fff;
}
.brands_list .ban .inner .name{
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.brands_list .ban .inner .name p{
  margin-top: 12px;
}
.brands_list .ban .inner .desc{
  font-size: 12px;
  line-height: 1.77;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px){
  .sec_brands .section_wrap{
    max-width: 1180px;
    width: 90%;
  }
  .sec_brands .section_wrap .ban{
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  .sec_brands .section_wrap .ban:nth-child(2n){
    margin-right: 0;
  }
  .brands_list .ban.ban_puretre .inner .name{
    width: 185px;
  }
  .brands_list .ban.ban_muk .inner .name{
    width: 252px;
  }
  .brands_list .ban.ban_prepoint .inner .name{
    width: 213px;
  }
  .brands_list .ban.ban_juno .inner .name{
    width: 158px;
  }
  .brands_list .ban.ban_cucia .inner .name{
    width: 157px;
  }
  
}
@media screen and (max-width: 1024px){
  .sec_brands .section_wrap{
    width: 100%;
  }
  .sec_brands .brands_list{
    flex-direction: column;
  }
  .sec_brands .section_wrap .ban{
    width: 100%;
  }
  .brands_list .ban .inner{
    padding: 0 0 5% 5%;
  }
}
@media screen and (max-width: 640px){
  .sec_brands{
    padding: 30px 0 0;
  }
  .brands_list .ban .inner .name{
    margin-bottom: 15px;
  }
  .brands_list .ban.ban_puretre .inner .name{
    width: 120px;
  }
  .brands_list .ban.ban_muk .inner .name{
    width: 150px;
  }
  .brands_list .ban.ban_muk .inner .name img {
    width: 84px;
    height: auto;
  }
  .brands_list .ban.ban_prepoint .inner .name{
    width: 130px;
  }
  .brands_list .ban.ban_juno .inner .name{
    width: 90px;
  }
  .brands_list .ban.ban_cucia .inner .name{
    width: 95px;
  }
  .brands_list .ban .inner .name p{
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .brands_list .ban .inner .desc{
    font-size: 0.71rem;
  }
}

/* ------------------------------
    NEWS
------------------------------ */
.sec_news{
  padding: 100px 0;
}
.sec_news .news_category .cat{
  font-size: 12px;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 12px;
}
.sec_news .news_category .cat + .cat {
  margin-left: 1em;
}
.sec_news .news_category .cat::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.category_list .news_category a{
  line-height: 40px;
  display: inline-block;
  border-radius: 20px;
  padding: 0 20px;  
}
.category_list .news_category a:hover{
  background-color: #F8F8F8;
}
.sec_news .section_wrap{
  max-width: 1180px;
  width: 90%;
}
.news_list{
  border-top: 1px solid #F4F4F4;
}
.news_list .news_item{
  border-bottom: 1px solid #F4F4F4;
}
.news_list .news_item a{
  padding: 25px 20px;
  -ms-align-items: center;
  align-items: center;
}
.sec_news .news_list .news_item .thumb{
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.sec_news .news_list .news_item .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}
.sec_news .news_list .news_item .news_detail{
  margin-left: 30px;
}
.sec_news .news_list .news_item .news_detail .news_category{
  margin-bottom: 14px;
  font-weight: 700;
}
.sec_news .news_list .news_item .news_detail .news_ttl{
  margin-bottom: 23px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.sec_news .news_list .news_item .news_detail .date{
  color: #B5B5B5;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 11px;
}
.news_list .news_item a .news_detail p{
  transition-duration: .3s;
}
.news_list .news_item a:hover .news_detail p{
  opacity: 0.7;
}

@media screen and (min-width: 1025px){
  .sec_news .section_wrap .news_info{
    max-width: 20.3571%;
    flex: 0 0 20.3571%;
  }
  .sec_news .section_wrap .news_info .cont_ttl{
    margin-bottom: 80px;
  }
  .sec_news .section_wrap .news_info .category_list{
    margin-bottom: 80px;
    margin-left: -20px;
  }
  .sec_news .section_wrap .news_info .category_list li + li{
    margin-top: 10px;
  }
  .sec_news .section_wrap .news_list{
    width: calc(100% - 20.3571%);
  }
  .sec_news .news_list .news_item .thumb{
    max-width: 150px;
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 1024px){
  .sec_news .section_wrap{
    flex-direction: column;
  }
  .sec_news .category_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 40px;
  }
  .sec_news .category_list li + li{
    margin-left: 1.5rem;
  }
  .sec_news .news_list{
    margin-bottom: 40px;
  }
  .sec_news .news_list .news_item .news_detail{
    flex: 1;
  }
  .sec_news .news_list .news_item .thumb{
    width: 42%;
    padding-bottom: 26%;
  }
  .sec_news .news_list .news_item .news_detail .news_ttl{
    line-height: 1.6;
  }
  .sec_news .more_link{
    text-align: right;
  }
}
@media screen and (max-width: 640px){
  .sec_news{
    padding: 50px 0;
  }
  .sec_news .news_list{
    margin-bottom: 30px;
  }
  .sec_news .category_list{
    margin-bottom: 10px;
  }
  .sec_news .news_category .cat{
    font-size: 0.8rem;
  }
  .sec_news .news_category .cat::before{
    width: 4px;
    height: 4px;
  }
  .category_list .news_category a {
    font-size: .8rem;
    padding: 0;
  }
  .sec_news .news_list .news_item .news_category .cat{
    font-size: 0.75rem;
  }
  .news_list .news_item a{
    padding: 15px 5px;
  }
  .sec_news .news_list .news_item .news_detail{
    margin-left: 15px;
  }
  .sec_news .news_list .news_item .news_detail .news_category{
    margin-bottom: 9px;
  }
  .sec_news .news_list .news_item .news_detail .news_ttl{
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
  .sec_news .news_list .news_item .news_detail .date{
    font-size: 0.71rem;
  }
}

/* ------------------------------
    MEDIA
------------------------------ */
.media_slider .slick-slide{
  margin: 0 30px 0 0;
}
.media_slider li .thumb{
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.media_slider li .thumb::before{
  content: "";
  display: block;
  padding-bottom: 128.75%;
}
.media_slider li .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: inherit;
}
.media_slider li p:not(.thumb){
  transition-duration: .3s;
}
.media_slider li a:hover p:not(.thumb){
  opacity: 0.7;
}
@media screen and (min-width: 641px){
  .media_slider li .ttl{
    margin-bottom: 15px;
  }
  
}
@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  .media_slider .slick-list{
    /* padding-right: 140px!important; */
  }
  .media_slider .slick-slide{
    margin: 0 7px 0 0;
  }
  .media_slider li .ttl{
    margin-bottom: 10px;
  }
  .media_slider li .thumb{
    margin-bottom: 15px;
  }
  
}

/* ------------------------------
    SHOP LIST
------------------------------ */
.sec_shopList{
  padding: 60px 0 100px;
}
.shop_cantainer .shop_image img{
  width: 100%;
}
.shop_cantainer .shop_detail .shop_name{
  margin-bottom: 25px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.shop_cantainer .shop_detail .desc{
  line-height: 1.86;
  margin-bottom: 60px;
}
.shop_cantainer .shop_detail .site_btn a{
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px){
  .shop_cantainer{
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  .shop_cantainer .shop_image{
    width: 48.8294%;
  }
  .shop_cantainer .shop_detail{
    width: 44.4816%;
  }
  .shop_cantainer .shop_detail .site_btn{
    margin: 0 0 auto 0;
  }
}
@media screen and (max-width: 1024px){
  .shop_cantainer{
    flex-direction: column;
  }
  .shop_cantainer .shop_image{
    width: 100%;
    margin-bottom: 30px;
  }
  .shop_cantainer .shop_detail .shop_name{
    text-align: center;
  }
  .shop_cantainer .shop_detail .desc{
    text-align: center;
  }
}
@media screen and (max-width: 640px){
  .sec_shopList{
    padding: 50px 0;
  }
  .shop_cantainer .shop_image{
    margin-bottom: 35px;
  }
  .shop_cantainer .shop_detail .shop_name{
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .shop_cantainer .shop_detail .desc{
    font-size: 0.8rem;
    margin-bottom: 25px;
  }
}

/* ------------------------------
    
------------------------------ */
@media screen and (min-width: 1025px){
  .sec_attachArea{
    width: 100%;
    z-index: 2;
    height: 23.1771vw;
    pointer-events: none;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../image/index/fixed_bg.jpg");
  }
  
}
@media screen and (max-width: 1024px){
  #main_v,
  .sec_pickUp,
  .sec_ranking,
  .sec_newArrival,
  .sec_slide_cont,
  .sec_recommend,
  .sec_collection,
  .sec_news,
  .sec_shopList,
  .sec_instagram,
  footer {
    background-color: #fff;
  }
}

@media screen and (max-width: 640px){
  .sec_instagram .sec_instagram {
    margin-bottom: 30px;
  }
}

.group_bottom_wrap {
  padding: 45px 15px;
}
.group_bottom_text {
  max-width: 1180px;
  margin: 0 auto;
}
.group_bottom_wrap p {
  color: #7e7e7e;
  font-size: 12px;
  line-height: 1.8;
  margin: 15px 0;
}
.group_bottom_wrap p.bold {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 640px){
  .group_bottom_wrap {
    padding: 25px 15px;
  }
  .group_bottom_wrap p {
    font-size: 10px;
    margin: 10px 0;
  }
  .group_bottom_wrap p.bold {
    font-size: 12px;
  }
}

/* ------------------------------
    
------------------------------ */

@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  
}

/* ------------------------------
    
------------------------------ */

@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  
}


