@charset "UTF-8";
/* CSS Document */
.top_slider li {
  max-width: 1200px;
}
/* ------------------------------
    スライド共通
------------------------------ */
.slick-dots li button{
  padding: 0!important;
  border: none!important;
  border-radius: 50%;
  outline: none;
  background: #D3D3D3!important;
}
.slick-dots li.slick-active button{
  background: #ED6917!important;
}
.slick-dots li button::before{
  content: none!important;
}
.slick-dots li{
  width: 8px !important;
  height: 8px !important;
  margin: 0 8px!important;
}
.slick-dots li button{
  width: 8px !important;
  height: 8px !important;
}

@media screen and (max-width: 1024px){
}
@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 * {
  color: #fff;
  text-align: center;
}
.top_slider li .slide_txt .name{
  margin-bottom: 0.2em;
  font-size: 65px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.top_slider li .slide_txt .lead{
  font-size: 17px;
  margin-bottom: 2em;
  letter-spacing: 0.06em;
}
.top_slider li .btn{
  width: 180px;
}
.top_slider li .btn a{
  height: 40px;
  font-size: 13px;
  border: 1px solid #fff;
  background: none;
}
.top_slider li .btn a::before{
  display: none;
}
.top_slider li .btn a:hover{
  color: #333;
  border: 1px solid #333;
  background: #fff;
}
.top_slider li .slide_txt{
  left: 0;
  right: 0;
  top: 60%;
  margin: auto;
}
.top_slider li .slide_btn{
  width: 220px;
}

@media screen and (max-width: 1024px){
  .top_slider li .slide_txt .name{
    font-size: 32px;
  }
  .top_slider li .slide_txt .lead{
    height: 2em;
    font-size: 12px;
    line-height: 1.5;
  }
  .top_slider li .slide_txt{
    top: 70%;
  }
}
@media screen and (max-width: 640px){
}

/* ------------------------------
    PICK UP
------------------------------ */
.sec_pickUp{
  padding: 110px 0 50px;
}
.sec_pickUp .catch{
  margin-bottom: 120px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.sec_pickUp .section_wrap{
  max-width: 1604px;
  width: 90%;
}
.sec_pickUp .cont_ttl{
  margin-bottom: 48px;
}
/*コラム機能使うので以下アタリ*/
.pickUp_list{
  display: flex;
  justify-content: space-between;
  
}
.fs-pt-column__description{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
.pickUp_list .fs-pt-column__item{
  max-width: 386px;
  margin-right: 20px;
  padding: 0;
}
.fs-pt-column__image {
  display: block;
  overflow: hidden;
}
.pickUp_list .fs-pt-column__item:nth-child(4n){
  margin-right: 0;
}

@media screen and (max-width: 1024px){
  .sec_pickUp{
    padding: 10% 0 5%;
  }
  .sec_pickUp .catch{
    margin-bottom: 10%;
    font-size: 17px;
  }
  .sec_pickUp .cont_ttl{
    margin-bottom: 5%;
  }
  .sec_pickUp .cont_ttl .en{
    margin-bottom: 0;
  }
  /*コラム機能使うので以下アタリ*/
  .pickUp_list{
    flex-wrap: wrap;
  }
  .fs-pt-column__description{
    font-size: 10px;
  }
  .pickUp_list .fs-pt-column__item{
    display: block;
    max-width: none;
    width: 49%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .pickUp_list .fs-pt-column__item:nth-child(2){
    order: 3;
  }
  .pickUp_list .fs-pt-column__item:nth-child(3){
    order: 2;
  }
  .pickUp_list .fs-pt-column__item:nth-child(4){
    order: 4;
  }
}
@media screen and (max-width: 640px){
}

/* ------------------------------
    sec_banner
------------------------------ */
.sec_banner{
  padding: 50px 0 80px;
}
.sec_banner .slick-slide{
  margin: 0 10px;
}

@media screen and (max-width: 1024px){
  .sec_banner{
    padding: 5% 0 10%;
  }
  .sec_banner .banner_slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_banner .banner_slider li{
    width: 49%;
    margin-bottom: 2%;
  }
}

/* ------------------------------
    ranking
------------------------------ */
.sec_ranking{
  padding: 43px 0 48px;
  background: #F8F8F8;
}
.first_panel .ranking_firstBtn_growp{
  justify-content: space-between;
  max-width: 720px;
  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: 31.9444%;
  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: 75px;
}
.second-tab-wrap .ranking_secondBtn_growp .second-tab-btn{
  color: #BEBEBE;
  margin: 0 25px;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: .3s;
  padding-bottom: 0.5em;
}
.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;
  border-bottom: 1px solid #333;
}
.rank_block .item_list .item{
  margin-bottom: 84px;
  counter-increment: ranking;
}
.flywheel-recommend__frame .fr3-item__rankContainer,
.rank_block .fr3-item::before,
.rank_block .item_list .item::before{
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.71rem;
  box-sizing: border-box;
  line-height: 45px;
  text-align: center;
  background-color: #F8F8F8;
  border-radius: 0 0 10px 0;
}
.flywheel-recommend__frame .fr3-item__rank {
  width: 45px;
  height: 45px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.71rem;
  box-sizing: border-box;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 500;
  line-height: 45px;
}
.rank_block .item_list .item::before{
  content: counter(ranking);
}
.rank_block .fr3-item::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  content: "";
}
.rank_block .fr3-item::after,
.rank_block .item_list .item::after{
  content: "NO.";
  font-size: 0.86rem;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0,-50%);
  z-index: 3;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.rank_block .fr3-item:nth-child(1)::after,
.flywheel-recommend__frame .fr3-item:nth-child(1) .fr3-item__rank,
.rank_block .item_list .item:nth-child(1)::before,
.rank_block .item_list .item:nth-child(1)::after{
  color: #B1982E;
}
.rank_block .fr3-item:nth-child(2)::after,
.flywheel-recommend__frame .fr3-item:nth-child(2) .fr3-item__rank,
.rank_block .item_list .item:nth-child(2)::before,
.rank_block .item_list .item:nth-child(2)::after{
  color: #858990;
}
.rank_block .fr3-item:nth-child(3)::after,
.flywheel-recommend__frame .fr3-item:nth-child(3) .fr3-item__rank,
.rank_block .item_list .item:nth-child(3)::before,
.rank_block .item_list .item:nth-child(3)::after{
  color: #B57D3B;
}
.flywheel-recommend__frame .fr3-item__rankContainer,
.rank_block .fr3-item::before,
.rank_block .item_list .item::before{
  padding: 0px 5px 0px 0px;
}
.first_panel .ranking_firstBtn_growp .tab-btn{
  font-size: 1.21rem;
}

.rank_block .fr3-item:nth-child(1)::before {
  background-image: url(/item/assets/image/index/rank_num1.svg);
}
.rank_block .fr3-item:nth-child(2)::before {
  background-image: url(/item/assets/image/index/rank_num2.svg);
}
.rank_block .fr3-item:nth-child(3)::before {
  background-image: url(/item/assets/image/index/rank_num3.svg);
}
.rank_block .fr3-item:nth-child(4)::before {
  background-image: url(/item/assets/image/index/rank_num4.svg);
}
.rank_block .fr3-item:nth-child(5)::before {
  background-image: url(/item/assets/image/index/rank_num5.svg);
}


@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;
    margin-bottom: 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{
    margin-bottom: 48px;
  }
  .second-tab-wrap .ranking_secondBtn_growp::-webkit-scrollbar{
    display: none;
  }
  .second-tab-wrap .ranking_secondBtn_growp .second-tab-btn{
    flex-shrink: 0;
    margin: 0 15px; 
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.75;
  }
  .second-tab-wrap .ranking_secondBtn_growp .second-tab-btn:nth-child(1){
    margin: 0 15px 0 0; 
  }
  .sec_ranking .rank_block{
    margin: 0 auto;
  }
  .flywheel-recommend__frame .fr3-item__rankContainer,
  .rank_block .fr3-item::before,
  .rank_block .item_list .item::before{
    width: 31px;
    height: 30px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  .flywheel-recommend__frame .fr3-item__rank {
    width: 31px;
    height: 30px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  .rank_block .fr3-item::after,
  .rank_block .item_list .item::after{
    left: 0;
    width: 31px;
    font-size: 7px;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (max-width: 640px){
  .rank_block .fr3-item::before {
    background-size: 10px auto;
  }
}

/* ------------------------------
    NEW ARRIVAL
------------------------------ */
.sec_newArrival{
  padding: 100px 0 43px;
  background: #F8F8F8;
}
.sec_newArrival .item_block{
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px){
  .sec_newArrival{
    padding: 10% 0 5%;
  }
  .sec_newArrival .item_block{
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px){
}
/* ------------------------------
    FEATURE/MEDIA
------------------------------ */
.sec_feature{
  padding: 140px 0 50px;
}
.sec_feature .feature_container{
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 44px;
}
.sec_feature .feature_container li{
  width: 48%;
  padding: 30px 0;
  background-image : linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);  /* 幅2の線を作る */
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x; 
}
.sec_feature .feature_container li a{
  display: flex;
  justify-content: space-between;
}
.sec_feature .feature_container li .thumb{
  width: 202px;
  margin-right: 30px;
  overflow: hidden;
}
.sec_feature .feature_container li .in{
  width: calc(100% - 232px);
}
.sec_feature .feature_container li .in .flex{
  align-items: center;
}
.sec_feature .feature_container li .in .category{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 27px;
  padding: 0 1em;
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #333;
}
.sec_feature .feature_container li .in .date{
  font-size: 13px;
}
.sec_feature .feature_container li .in .ttl{
  margin: 1em 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.73;
}
@media screen and (min-width: 1025px){
  .sec_feature .feature_container {
    justify-content: center;
    grid-gap: 15px;
  }
}
@media screen and (max-width: 1024px){
  .sec_feature{
    padding: 20% 0;
  }
  .sec_feature .feature_container{
    display: block;
    margin-bottom: 10%;
  }
  .sec_feature .feature_container li{
    width: 100%;
    padding: 5% 0;
  }
  .sec_feature .feature_container li .thumb{
    width: 120px;
    margin-right: 16px;
  }
  .sec_feature .feature_container li .in{
    width: calc(100% - 136px);
  }
  .sec_feature .feature_container li .in .category{
    height: 23px;
    margin-right: 1em;
    font-size: 10px;
  }
  .sec_feature .feature_container li .in .date{
    font-size: 12px;
  }
  .sec_feature .feature_container li .in .ttl{
    font-size: 12px;
  }
}

/* ------------------------------
    STAFF RECOMMEND
------------------------------ */
.sec_recommend{
  padding: 116px 0;
  background: #F8F8F8;
}
.stf_recommend_slider li.item{
  margin-bottom: 0 !important;
}
.stf_recommend_slider li.item a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item_list .item .stf_block{
  border-top: 1px solid #F4F4F4;
  padding-top: 23px;
  margin-top: 23px;
}
.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;
  border-radius: 50%;
}
.item_list .item .stf_block .stf_info .ico img{
  transform: scale(1)!important;
}
.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: 13px;
}
.item_list .item .stf_block .stf_info .name_box .store_name{
  color: #B5B5B5;
  font-size: 12px;
  margin-top: 0.8em;
}
.item_list .item .stf_block .comment{
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 0.02em;
}
.sec_recommend .stf_recommend{
  margin-right: -45px;
}

@media screen and (max-width: 1024px){
  .sec_recommend{
    padding: 10% 0;
  }
  .sec_recommend .stf_recommend{
    margin-right: -15px;
  }  
  .stf_recommend_slider .slick-slide{
    margin: 0 15px 0 0;
  }
  .item_list .item .stf_block{
    padding-top: 0;
    margin-top: 5%;
    border-top: none;
  }
  .item_list .item .stf_block .stf_info .name_box .name{
    font-size: 10px;
  }
  .item_list .item .stf_block .stf_info .name_box .store_name{
    margin-top: 0.5em;
    font-size: 10px;
  }
  .item_list .item .stf_block .comment{
    line-height: 1.6;
    font-size: 10px;
  }
}
@media screen and (max-width: 640px){
  .sec_recommend{
    padding: 80px 0 60px;
  }
  .sec_recommend .stf_recommend{
    margin-right: -7px;
  }
  .stf_recommend_slider .slick-list{
    margin-bottom: 20px;
  }
  
  .stf_recommend_slider .slick-slide{
    margin: 0 7px 0 0;
  }
  
  .item_list .item .stf_block{
    padding-top: 15px;
    margin-top: 18px;
  }
  .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;
  }
}
/* ------------------------------
    COLLECTION
------------------------------ */
.sec_collection{
  padding-bottom: 150px;
}
.sec_collection .section_wrap{
  max-width: 1530px;
  width: 90%;
}
.collection_slider{
  /*margin-right: -40px;*/
}
.collection_slider .slick-list{
  margin-bottom: 50px;
}
.collection_slider .slick-slide{
  margin: 0 22px;
}
.collection_slider .slick-dots{
  position: inherit;
  bottom: 0;
}

.collection_slider .collectin_item{
  display: grid!important;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
.collection_slider .collectin_item .collection_ban{
  position: relative;
}
.collection_slider .collectin_item .collection_ban img{
  width: 100%;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 640px){
  .sec_collection{
    padding-bottom: 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: 120px 0 100px;
}
.sec_brands .brands_list{
  flex-wrap: wrap;
}
.sec_brands .brands_list{
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sec_brands .brands_list .brand_item{
  width: calc(95.5% / 4);
  margin-bottom: 30px;
}
.sec_brands .brands_list .brand_item .name{
  margin-top: 1em;
  font-size: 13px;
  font-weight: bold;
}
.sec_brands .brands_list + .nav_ttl{
  margin-bottom: 32px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.sec_brands .brands_list2{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sec_brands .brands_list2 li{
  width: calc(98.5% / 4);
  margin-bottom: 8px;
}
.sec_brands .brands_list2 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 13px;
  background: #F8F8F8;
  border-radius: 4px;
}
.sec_brands .brands_list2 li a:hover{
  color: #F8F8F8;
  background: #333;
  opacity: 1;
}
.sec_brands .btn a{
  padding-top: 0;
}

@media screen and (min-width: 1025px){
  .sec_brands .brands_list2{
    justify-content: flex-start;
    grid-gap: 0 6px;
  }
}
@media screen and (max-width: 1024px){
  .sec_brands{
    padding: 15% 0;
  }
  .sec_brands .brands_list{
    margin-bottom: 8%;
  }
  .sec_brands .brands_list .brand_item{
    width: 49%;
    margin-bottom: 6%;
  }
  .sec_brands .brands_list .brand_item .name{
    font-size: 11px;
  }
  .sec_brands .brands_list + .nav_ttl{
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  .sec_brands .brands_list2{
    margin-bottom: 10%;
  }
  .sec_brands .brands_list2 li{
    width: 49%;
    margin-bottom: 2%;
  }
  .sec_brands .brands_list2 li a{
    height: 40px;
    font-size: 11px;
    border-radius: 0;
  }
  .sec_brands .btn a{
    color: #fff;
    background: #333;
  }
  .sec_brands .btn a::before{
    background: #fff;
  }
}
@media screen and (max-width: 640px){
}

/* ------------------------------
    NEWS
------------------------------ */
.sec_news{
  padding: 100px 0 85px;
}
.sec_news .wrap{
  justify-content: space-between;
}
.sec_news .news_info{
  width: 280px;
  margin-right: 124px;
}
.sec_news .tab-contents{
  width: calc(100% - 404px);
}
.sec_news .tab-contents li{
  padding: 30px 0;
  background-image : linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);  /* 幅2の線を作る */
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x; 
}
.sec_news .tab-contents li:first-child{
  padding: 0 0 30px;
}
.sec_news .tab-contents li:last-child{
  background-image: none;
}
.sec_news .tab-contents li .flex{
  align-items: center;
}
.sec_news .tab-contents li .news_category{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 27px;
  padding: 0 1em;
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #333;
}
.sec_news .tab-contents li .date{
  font-size: 13px;
}
.sec_news .tab-contents li .news_ttl{
  margin: 1em 0 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.73;
}
@media screen and (min-width: 1025px){
  .sec_news .news_info .news_secondBtn_growp{
    margin-bottom: 80px;
  }
  .sec_news .news_info .news_secondBtn_growp li{
    margin-bottom: 1.5em;
    font-size: 13px;
    color: #BEBEBE;
  }
  .sec_news .news_info .news_secondBtn_growp li.show{
    color: #333;
  }
  .sec_news .news_info .news_secondBtn_growp li.show:before{
    content: "・";
  }
}
@media screen and (max-width: 1024px){
  .sec_news{
    padding: 10% 0 15%;
  }
  .sec_news .wrap{
    display: block;
  }
  .sec_news .news_info{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .sec_news .news_info *{
    text-align: center;
  }
  /*第二階層*/
  .sec_news .news_info .news_secondBtn_growp{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 75px;
  }
  .sec_news .news_info .news_secondBtn_growp .tab-btn{
    color: #BEBEBE;
    margin: 0 25px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: .3s;
    padding-bottom: 0.5em;
  }
  .sec_news .news_info .news_secondBtn_growp .tab-btn:hover{
    opacity: 0.7;
  }
  .sec_news .news_info .news_secondBtn_growp .tab-btn.show{
    color: #1a1a1a;
    border-bottom: 1px solid #333;
  }
  .sec_news .news_info .news_secondBtn_growp{
    overflow-x: scroll;
    justify-content: flex-start;
    margin-bottom: 5%;
  }
  .sec_news .news_info .news_secondBtn_growp{
    margin-bottom: 48px;
  }
  .sec_news .news_info .news_secondBtn_growp::-webkit-scrollbar{
    display: none;
  }
  .sec_news .news_info .news_secondBtn_growp .tab-btn{
    flex-shrink: 0;
    margin: 0 15px; 
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.75;
  }
  .sec_news .news_info .news_secondBtn_growp .tab-btn:nth-child(1){
    margin: 0 15px 0 0; 
  }
  .sec_news .tab-contents{
    width: 100%;
    margin-bottom: 12%;
  }
  .sec_news .tab-contents li{
    padding: 5% 0;
  }
  .sec_news .tab-contents li:first-child{
    padding: 0 0 5%;
  }
  .sec_news .tab-contents li:last-child{
    background-image : linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);  /* 幅2の線を作る */
  }
  .sec_news .tab-contents li .news_category{
    height: 23px;
    margin-right: 1em;
    font-size: 10px;
  }
  .sec_news .tab-contents li .date{
    font-size: 12px;
  }
  .sec_news .tab-contents li .news_ttl{
    font-size: 12px;
  }
}
@media screen and (max-width: 640px){
}

/* ------------------------------
    SHOP LIST
------------------------------ */
.sec_shopList{
  padding: 100px 0;
  background: url(../image/common/bg_logo.svg) no-repeat 97% 26% #F8F8F8;
  background-size: 428px auto;
}
.sec_shopList .cont_ttl{
  margin-bottom: 150px;
}
.sec_shopList .shop_cantainer{
  position: relative;
  align-items: center;
  margin-bottom: 210px;
}
.sec_shopList .shop_image{
  position: absolute;
  right: 50%;
  max-width: 942px;
  width: 80%;
}
.sec_shopList .shop_image img{
  width: 100%;
}
.sec_shopList .shop_detail{
  margin-left: 55%;
}
.sec_shopList .shop_detail h3{
  margin-bottom: 30px;
}
.sec_shopList .shop_detail .desc{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
}
.sec_shopList .shop_detail .btn{
  margin: 0;
}
.sec_shopList .shopList_box{
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
.sec_shopList .shopList_box h3{
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.sec_shopList .shopList_box .shop_cantainer{
  margin-bottom: 0;
}
.sec_shopList .shopList_box .shop_cantainer .shop_link{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  row-gap: 60px;
  background: #fff;
}
.sec_shopList .shopList_box .shop_cantainer .shop_link:hover{
  opacity: 1;
}
.sec_shopList .shopList_box .shop_cantainer .shop_link:after{
  content: "";
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 35px;
  height: 9px;
  border-bottom: 2px solid #B5B5B5;
  border-right: 2px solid #B5B5B5;
  transform: skew(45deg);
  transition: all .3s;
}
.sec_shopList .shopList_box .shop_cantainer .shop_link:hover:after{
  right: 20px;
}
.sec_shopList .shopList_box .shop_image2,
.sec_shopList .shopList_box .shop_detail2{
  width: calc((100% - 60px) / 2);
}
.sec_shopList .shopList_box .shop_image2 {
  overflow: hidden;
}
.sec_shopList .shopList_box .shop_detail2 .shop_name{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
}
.sec_shopList .shopList_box .shop_detail2 .shop_name span{
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.sec_shopList .shopList_box .shop_detail2 .shop_name span.small{
  font-size: 12px;
}
.sec_shopList .shopList_box .shop_detail2 .shop_name span.slash + span{
  font-size: 12px;
  line-height: 1.58;
  font-weight: normal;
}
.sec_shopList .shopList_box .shop_detail2 .shop_name span.slash{
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin: 0 25px;
  background: #38446C;
  transform: rotate( -60deg );
}
.sec_shopList .shopList_box dl{
  display: flex;
  margin-bottom: 10px;
}
.sec_shopList .shopList_box dl dt{
  width: 4em;
  margin-right: 2em;
  font-size: 14px;
  line-height: 1.57;
}
.sec_shopList .shopList_box dl dd{
  font-size: 14px;
  line-height: 1.57;
}
.sec_shopList .shopList_box dl dd span{
  text-decoration: underline;
}
.sec_shopList .shopList_box dl dd a {
  display: inline-block;
}

@media screen and (max-width: 1024px){
  .sec_shopList{
    padding: 10% 0;
    background: url(../image/common/bg_logo.svg) no-repeat 80% 40% #F8F8F8;
    background-size: 50% auto;
  }
  .sec_shopList .cont_ttl{
    margin-bottom: 50px;
  }
  .sec_shopList .shop_cantainer{
    display: block;
    margin-bottom: 15%;
  }
  .sec_shopList .shop_image{
    position: relative;
    right: auto;
    max-width: none;
    width: 100%;
    margin-bottom: 5%;
  }
  .sec_shopList .shop_detail{
    margin-left: 0;
  }
  .sec_shopList .shop_detail h3{
    max-width: 153px;
    margin: 0 auto 5%;
    text-align: center;
  }
  .sec_shopList .shop_detail .desc{
    margin-bottom: 5%;
    font-size: 13px;
  }
  .sec_shopList .shop_detail .btn{
    margin: 0 auto;
  }
  .sec_shopList .shopList_box h3{
    margin-bottom: 25px;
    font-size: 20px;
  }
  .sec_shopList .shopList_box .shop_cantainer .shop_link{
    padding: 20px;
    gap: 20px 0;
  }
  .sec_shopList .shopList_box .shop_cantainer .shop_link:after{
    bottom: 24px;
    right: 22px;
    width: 28px;
    height: 7px;
  }
  .sec_shopList .shopList_box .shop_cantainer .shop_link:hover:after{
    right: 10px;
  }
  .sec_shopList .shopList_box .shop_image2,
  .sec_shopList .shopList_box .shop_detail2{
    width: 100%;
  }
  .sec_shopList .shopList_box .shop_detail2 .shop_name{
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 0.2em;
  }
  .sec_shopList .shopList_box .shop_detail2 .shop_name span{
    font-size: 16px;
  }
  .sec_shopList .shopList_box .shop_detail2 .shop_name span.small{
    display: inline-block;
    font-size: 10px;
  }
  .sec_shopList .shopList_box .shop_detail2 .shop_name span.slash + span{
    font-size: 10px;
    line-height: 1.9;
  }
  .sec_shopList .shopList_box .shop_detail2 .shop_name span.slash{
    display: none;
  }
  .sec_shopList .shopList_box dl dt{
    margin-right: 1em;
    font-size: 12px;
    line-height: 1.83;
  }
  .sec_shopList .shopList_box dl dd{
    font-size: 12px;
    line-height: 1.83;
  }
}
@media screen and (max-width: 640px){
}

/* ------------------------------
  sec_instagram
------------------------------ */
.sec_instagram{
  padding: 50px 0 140px;
}
.sec_instagram .cont_ttl{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sec_instagram .cont_ttl img{
  margin-right: 16px;
}
.sec_instagram .cont_ttl h2{
  margin-bottom: 0;
  font-size: 24px;
}
.sec_instagram .cont_ttl .ja{
  margin-left: 2em;
  font-size: 15px;
  font-weight: 400;
}
.sec_instagram .insta_container{
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.sec_instagram .insta_container li{
  max-width: 230px;
  width: calc(96% / 5);
  margin-right: 1%;
  margin-bottom: 14px;
}
.sec_instagram .insta_container li .like {
  display: none;
}
.sec_instagram .insta_container li:nth-child(5n){
  margin-right: 0;
}
.sec_instagram .insta_container li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.sec_instagram .insta_container li a img {
  transform: translate(-50%,-50%) !important;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 1024px){
  .sec_instagram{
    padding: 5% 0 15%;
  }
  .sec_instagram .cont_ttl{
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  .sec_instagram .cont_ttl img{
    width: 25px;
    margin-right: 12px;
  }
  .sec_instagram .cont_ttl h2{
    font-size: 20px;
  }
  .sec_instagram .cont_ttl .ja{
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
    font-size: 14px;
  }
  .sec_instagram .insta_container{
    margin-bottom: 10%;
  }
  .sec_instagram .insta_container li{
    max-width: none;
    width: calc(98% / 3);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .sec_instagram .insta_container li:nth-child(5n){
    margin-right: 1%;
  }
  .sec_instagram .insta_container li:nth-child(3n){
    margin-right: 0;
  }
  .sec_instagram .insta_container li:nth-child(10){
    display: none;
  }
}
@media screen and (max-width: 640px){
  
}

/* ------------------------------
  sec_history
------------------------------ */
.sec_history{
  padding: 75px 0 60px;
}

@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  
}


