@charset "UTF-8";
/*-----------------------------------

category-top-sp.css
カテゴリートップ　2023リニューアル CSS
sp

-----------------------------------*/

/****************************
ページ共通
****************************/
#top-wrap{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  scroll-behavior: smooth;
  padding-bottom: 30px;
}
#top-wrap div::after {
  content: none;
}
#top-wrap .ct-list .ct-item a:hover span {
  display: inline-block;
}
#top-wrap a:hover {
  text-decoration: none;
}
#top-wrap .section{
  margin:50px auto;
}

/*　装飾見出し　*/
.heading-image {
  display: block;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.heading-xsmall-image {
  display: block;
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
.heading-small-image {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
  text-align: center;
}
.heading-small-image img {
  width: 100%;
}
.heading-large-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/*　共通レイアウト　*/
.layout {
  padding: 10px 0;
}
/*　共通インナー　*/
.inner {
  margin: 0 10px;
}
/*　注意事項　*/
.txt_attention {
  color: #d93600;   
}

/*****************
固定ヘッダー
*****************/
#top-wrap .category-top_header {
  margin: 10px 0 30px;
}
#top-wrap .category-top_header .image {
  margin: 0 0 20px;
}
#top-wrap .category-top_header .image img {
  width: 100%;
}
#top-wrap .category-top_header .text {
  font-size: 110%;
  line-height: 1.4;
}

/*****************
 見出し 
*****************/
#top-wrap .ct-h1 {
  margin: 30px 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.0;
}
#top-wrap .ct-h1 span {
  font-size: 14px;
}
#top-wrap .ct-h1 span.and {
  margin: 0 10px;
  font-size: 25px;
}

#top-wrap .ct-h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #64514b;
  line-height: 1.2;
}
#top-wrap.fashion .ct-h2 {
  color: #333333;
}
#top-wrap .ct-h2 span {
  font-size: 16px;
}

#top-wrap .ct-h3 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #D58F52;
}
#top-wrap .ct-h3:before,
#top-wrap .ct-h3:after {
  border-top: 2px solid #D58F52;
  content: "";
  width: 30px; /* 線の長さ */
}
#top-wrap .ct-h3:before {
  margin-right: 1em; /* 文字の右隣 */
}
#top-wrap .ct-h3:after {
  margin-left: 1em; /* 文字の左隣 */
}

/* バイヤーおすすめでのみ */
#top-wrap .ct-h4 {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#top-wrap .ct-h4::before {
  content: "";
  width: 10px;
  height: 13px;
  background: url("https://www.tokyu-dept.co.jp/ec/images/food_drink/com-left.png") no-repeat top left/contain;
  padding-right: 33px;
}
#top-wrap .ct-h4::after {
  content: "";
  width: 10px;
  height: 13px;
  background: url("https://www.tokyu-dept.co.jp/ec/images/food_drink/com-right.png") no-repeat top right/contain;
  padding-left: 33px;
}


/*****************
 ボタン
*****************/
/* もっと見る */
#top-wrap .more-btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50px;
  margin: 0 auto 130px;
  padding: 5px 16px;
  border-radius: 5px;
  background: #64514b;
}
#top-wrap .more-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg);
}
#top-wrap .more-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
  visibility: visible;
}
#top-wrap .more-btn .text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#top-wrap .more-content {
  display: none;
}
#top-wrap .more-btn.is-open::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#top-wrap .more-btn.is-open::after {
  background-color: transparent;
}

/* 遷移ボタン */
#top-wrap .ct-btn {
  margin: 50px auto 0;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 80%;
  border-radius: 100vh;
  background: #64514b;
}
  #top-wrap .calumlayout .ct-btn{
  width: calc((100% - 20px) / 2);
  margin: 0;
}
#top-wrap .calumlayout .ct-btn .textbtn {
    font-size: 13px;
}
#top-wrap .ct-btn:hover {
  opacity: 0.6;
  transition: 0.6s;
}
#top-wrap .ct-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: .3s;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  z-index: 200;
} 
#top-wrap .ct-btn:hover::before {
  top: 50%;
  right: 8%;
} 
#top-wrap .ct-btn .textbtn {
  display: block;
  width: 100%;
  padding: 15px 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* フード＆ドリンクTOP遷移 */
.ct-2021-wrap {
  position: relative;
}
.ct-2021-top {
  z-index: 10;
  position: fixed;
  bottom: 140px;
  right: 10px;
  width: 80px;
  height: 80px;
  margin-left: 522px;
}
.ct-2021-top:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.ct-2021-top img {
  width: 100%;
}
#page_top {
  position: fixed;
  right: 20px;
  left: auto !important;
  bottom: 55px;
  margin-left: 524px;
}

/*****************
ページ内リンク
*****************/
#top-wrap .category-top_page-link {
    position: sticky;
    top: 100px;
    z-index: 1000;
}
#top-wrap .category-top_page-link .wrap {
  display: flex;
  padding: 0;
  gap: 5px;
  margin:0 auto;
  background: #fff;
}
#top-wrap .category-top_page-link .wrap:after{
  display:none
}
#top-wrap .category-top_page-link .wrap .ct-item {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
  border-bottom: 2px solid #64514b;
}
#top-wrap .category-top_page-link .wrap .ct-item:last-child {
  border-right: none;
}
#top-wrap .category-top_page-link .wrap .ct-item a {
    display: block;
    width: 100%;
    padding: 6px 0 11px;
    text-align: center;
    color: #64514b;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    line-height: 1.3;
}
#top-wrap .category-top_page-link .wrap .ct-item a::before {
  display: block;
  position: absolute;
  bottom: 9%;
  right: 50%;
  width: 5px;
  height: 5px;
  border-top: solid 2px #64514b;
  border-right: solid 2px #64514b;
  transition: .3s;
  transform: translateX(50%) rotate(135deg);
  content: "";
  z-index: 200;
} 




/*****************
トップスライダー
*****************/
#top-wrap .top ul {
  padding: 0;
}
#top-wrap .top .ct-list .ct-item{
  margin: 0;
  padding: 0;
  height: auto;
}
#top-wrap .top .image img{
  width: 100%;
  max-width: 100%;
}
#top-wrap .top .slider_box{
  width: 88%;
  margin: 11px auto;
  position: relative;
}
#top-wrap .top .slick-slide img {
  width: 100%;
}
#top-wrap .top button{
  position: absolute;
  bottom: 5%;
  left: 0;
  font-size: 0;
  border: 2px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.7);
  z-index: 10;
  color: #64514b;
}
#top-wrap.fashion .top button{
  color: #616161;
}
#top-wrap .top button::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 31%;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: none;
  background: transparent;
  border-left: 2px solid;
  border-bottom: 2px solid;
}
#top-wrap .top button.slick-prev::after{
  transform: rotate(45deg) translateY(-50%);
}
#top-wrap .top button.slick-next{
  left: 45px;
}
#top-wrap .top button.slick-next::after{
  left: 29%;
  transform: rotate(-135deg) translateY(50%);
}
#top-wrap .top .slider-text{
  margin-left: 32%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #64514b;
}
#top-wrap .top .slider-text a{
  color: #fff;
}
#top-wrap .top .slider-text .item-brandname{
  margin-bottom: 5px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#top-wrap .top .slider-text .item-name{
  font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/****************************
キーワード
****************************/
#top-wrap .category-top_keyword {
    background: #fff5ec;
    margin: 30px 10px 20px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 30px;
}
#top-wrap.fashion .category-top_keyword {
  background: #f1f1f1;
}
.category-top_keyword::after {
  content: none;
}
.category-top_keyword .ct-key {
  display: flex;
  overflow-x: scroll;
  position:relative
}
.category-top_keyword .ct-key::after {
    content: "";
    display: block;
    position: sticky;
    right: 0;
    flex-shrink: 0;
    width: 25px;
    height: 50px;
    visibility: visible;
    background: linear-gradient(to left, #fff5ec, rgba(0, 0, 0, 0)));
}
.category-top_keyword .ct-key .ct-word{
  white-space: nowrap;
  flex-shrink: 0;
}
.category-top_keyword .ct-key .ct-word a {
  display: inline-block;
  margin-right: 10px;
  color: #A66D2D;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  font-weight: 600;
  border:2px solid;
  border-radius:100vh
}
#top-wrap.fashion .category-top_keyword .ct-key .ct-word a {
  color: #616161;
}
.category-top_keyword .ct-key .ct-word a .text::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  background: #A66D2D;
}
.category-top_keyword .ct-key .ct-word a:hover .text::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.category-top_keyword .ct-key .ct-word a:hover {
  font-weight: bold;
  opacity: .6;
}


/****************************
おすすめ商品
****************************/
.category-top_recommend{
  margin-top: 60px;
}
ul.reccomend-list {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    vertical-align: top;
}
li.reccomend_item {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    width: 40%;
    white-space: normal;
    vertical-align: top;
}
li.reccomend_item:first-child {
  margin-left: 20px;
}
.reccomend-list li a {
  display: block;
  height: auto;
  border: none;
}
.reccomend-list li a:after {
  background: none;
}
.reccomend-list .reccomend_item .reccomendimage {
  margin-bottom: 20px;
}
.reccomend-list .reccomend_item .reccomendimage img {
  width: 100%;
  border:1px solid #dbcec8;
}
#top-wrap.fashion .reccomend-list .reccomend_item .reccomendimage img {
  border: 1px solid #eeeeee;
  width:100%;
}
.reccomend-list .reccomend_item .brand {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  border-bottom:1px dashed;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.reccomend-list .reccomend_item .name {
  margin-bottom: 5px;
  font-size: 13px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.reccomend-list .reccomend_item .price {
  font-size: 13px;
  font-weight: bold;
}
.reccomend-list .reccomend_item .price span {
  font-size: 12px;
}

.reccomend-list .reccomend_item .reccomendimage{
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  vertical-align: middle;
}
.reccomend-list .reccomend_item .reccomendimage .mask {
  margin-top:2px;
  padding: 10px 10px 0;
  position: relative;
  border-bottom: 1px solid #64514b;
  width:calc(100% - 20px);
  white-space:normal;
  color: #64514b;
  min-height: 115px;
}
#top-wrap.fashion .reccomend-list .reccomend_item .reccomendimage .mask {
    border: 1px solid #eeeeee;
    color: #616161;
}



/*****************
特集
*****************/
#category-top_topics div::after {
  content: none;
}
#category-top_topics {
  margin: 50px 0;
}
#category-top_topics .wrap {
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
gap:10px;
}
#category-top_topics .ct-item {
  width: calc((100%  - 15px) / 2);
}
#category-top_topics .ct-item:hover {
  opacity: 0.6;
  transition: 0.6s;
}
#category-top_topics .ct-item img {
  width: 100%;
}


/*****************
 おすすめブランド
*****************/
#category-top_osusume{
  margin: 0 0 100px;
}
/* スライダー */
#category-top_osusume .md23-title02 {
  margin-bottom: 50px;
}
#category-top_osusume .slick-wrap{
  padding: 0 13px;
}
#category-top_osusume .slick-item{
  margin: 0 5px;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 2%;
}
#category-top_osusume .slick-item img{
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -50%;
  transition: 0.3s;
}
#category-top_osusume .slick-item:hover img{
  transform: scale(0.9);
}
#category-top_osusume .slick-item .slider-title-brandname{
  padding: 10px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #64514b;
  writing-mode: vertical-rl;
  background:rgba(255,255,255,0.8);
}
#top-wrap .slick-dots{
  font-size: 0;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
#top-wrap .slick-dots > li{
  background: #fff;
  border: 1px solid #64514b;
  border-radius: 100vh;
  width: 20px;
  height: 5px;
  margin: 0 7px!important;
}
#top-wrap button{
  background: transparent;
  border: none;
}
#top-wrap .slick-dots .slick-active{
  background: #64514b;
}


/*****************
カテゴリ
*****************/

/*カテゴリーから選ぶ*/
.category-top_select-category {
  padding: 0 5px;
}
.category-top_select-category .wrap {
  display: flex;
  flex-wrap: wrap;
}
.category-top_select-category .ct-item {
  box-sizing: border-box;
  position: relative;
  width: calc((100%  - 10px) / 2);
  height: 72px;
  margin-right: 10px;
  margin-top: 5px!important;
  overflow: hidden;
}
#top-wrap .category-top_select-category .ct-item:nth-of-type(2n) {
  margin-right: 0;
}
#top-wrap .category-top_select-category .ct-item:nth-of-type(n+4) {
  margin-top: 5px!important;
}
.category-top_select-category .ct-item a{
  background: rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.category-top_select-category .name {
  z-index: 10;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.category-top_select-category .image {
  background: #000;
  width: 100%;
  display: block;
}
.category-top_select-category .image .pic {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
  overflow: hidden;
  position: relative;
}
.category-top_select-category .ct-item a img{
  transition: 1s all;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.category-top_select-category .ct-item a:hover img{
  transform: scale(1.2, 1.2);
  transition: 1s all;
}


/*カテゴリーごと商品紹介*/
#category-top_category{
  padding: 0 15px 0;
}
#category-top_category > section:nth-of-type(n+2){
  margin-top: 50px;
}
#category-top_select-category div::after {
  content: none;
}
#category-top_category .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#category-top_category .ct-item {
  width: calc((100%  - 20px)/ 2);
}
#category-top_category .ct-item:nth-of-type(2n){
  margin-left: 20px;
}
#category-top_category .ct-item:nth-of-type(n+3){
  margin-top: 25px;
}
#category-top_category .ct-item:hover {
  opacity: 0.6;
  transition: 0.6s;
}
#category-top_category .ct-item a {
  color: #333;
}
#category-top_category .image {
  width: 100%;
  margin-bottom: 5px;
}
#category-top_category .brand {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
#category-top_category .name {
  margin-bottom: 3px;
  font-size: 13px;
}
#category-top_category .price {
  font-size: 14px;
  font-weight: 600;
}
#category-top_category .price span {
  font-size: 11px;
}


/*****************
バイヤーおすすめ
*****************/

#category-top_buyer {
  padding: 50px 0;
  background: #ebddd7;
}
#category-top_buyer .ct-list .ct-item {
  margin: 0 30px;
}
#top-wrap #category-top_buyer .slick-slide{
  border-radius: 20px;
  height: auto;
}
#top-wrap #category-top_buyer .image img {
      width: 84%;
    margin: 0 auto 10px;
}
#top-wrap #category-top_buyer .ct-btn{
  width: 90%;
  margin: 20px auto 0;
}
#top-wrap #category-top_buyer .ct-btn .textbtn{
  font-size: 14px;
}
#top-wrap #category-top_buyer .slick-dots{
  font-size: 0;
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
}
#category-top_buyer .ct-comment{
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
#category-top_buyer button{
  position: absolute;
  bottom: 50%;
  font-size: 0;
  border: 2px solid #64514b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.5);
  z-index: 100;
  transform: translateY(-50%);
}
#category-top_buyer button::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: none;
  background: transparent;
  border-left: 2px solid #64514b;
  border-bottom: 2px solid #64514b; 
}
#category-top_buyer button.slick-prev::after{
  transform: rotate(45deg) translateY(-50%);
  left: 34%;
  right: 0;
}
#category-top_buyer button.slick-prev{
  left: 10px;
}
#category-top_buyer button.slick-next{
  right: 10px;
}
#category-top_buyer button.slick-next::after{
  transform: rotate(-135deg) translateY(50%);
}
#totonoebiiti .ct-btn {
  margin: 10px auto 20px;
}

/****************************
ロングバナー
****************************/
.category-top_longbanner {
  margin: 0 0 40px;
}
.category-top_longbanner .longbanner-item {
  width: 90%;
  margin: 0 auto 15px;
}
.category-top_longbanner .longbanner-item img {
  width: 100%;
}
.category-top_longbanner .longbanner-item:last-child {
  margin-bottom: 0;
}
.category-top_longbanner .longbanner-item a:hover {
  opacity: .6;
}
.category-top_longbanner .longbanner-item .text {
  margin: 15px 0 0;
  line-height: 1.4;
}

/* ボタン */
.fashion-bt {
  margin: 0 auto 0;
  width: 90%;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.fashion-bt span {
  margin: 0 3px;
  font-size: 15px;
}
.fashion-bt a {
  position: relative;
  display: inline-block;
  background: #8f8f8f;
  width: 100%;
  height: auto;
  transition: 0.3s;
  border-radius: 100vh;
  padding: 17px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
}
.fashion-bt a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 7%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 20;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.fashion-bt a:hover::after {
  right: 5.5%;
}

/*****************
スワイプ
*****************/
ul.pickup-list {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
li.pickup-item {
    margin-right: 20px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 40%;
}
li.pickup-item:first-child {
  margin-left: 20px;
}
.pickup-inner-text {
    margin-top: 10px;
    white-space: normal;
    color: #333;
}
.pickup-list .pickup-item .pickup-brand {
  margin-bottom: 5px;
  color: #64514b;
  font-size: 14px;
  font-weight: bold;
}
.pickup-list .pickup-item .pickup-name {
  margin-bottom: 5px;
  font-size: 14px;
}
.pickup-list .pickup-item .pickup-price {
  font-size: 14px;
  font-weight: bold;
}
.pickup-list .pickup-item .pickup-price span {
  font-size: 12px;
}  
.pickup-list .pickup-item .image-wrap img {
  max-width: 168px;
  width: 100%;
}


/*****************
カラムレイアウト
*****************/
.calumlayout{
  margin: 15px 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
flex-wrap:wrap;
gap:20px;
}
.calumlayout img {
    width: 100%;
}
/*<!--2カラム-->*/
.calumlayout .cl-2item{
  width: calc((100% - 20px) / 2);
}

/*<!--3カラム-->*/
.calumlayout .cl-3item{
  width: calc((100% - 40px) / 3);
}


/*****************
カテゴリボタン
*****************/
#category-bt .nav-menu {
  margin:0 10px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 30;
  font-size: 14px;
 gap:10px;
}
/* ナビゲーションリスト 第1階層 */
#category-bt .nav-menu .nav-item {
  box-sizing: border-box;
  width: calc((100% - 10px)/2);
  height: 70px;
  transition: 0.1s;
  border: 2px solid #64514b;
  background: #fff;
  color: #64514b;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-wrap.fashion #category-bt .nav-menu .nav-item {
  border: 2px solid #666;
  color: #666;
}
#category-bt .nav-menu .nav-item > a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64514b;
  text-decoration: none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
#top-wrap.fashion #category-bt .nav-menu .nav-item > a{
  color: #666;
}
#top-wrap.fashion #category-bt .nav-menu .nav-item.sale{
  color: #fff;
}
#top-wrap.fashion #category-bt .nav-menu .nav-item.sale > a{
  color: #fff;
  background:#bf4848
}
#category-bt .nav-menu .nav-item .twoline{
  line-height: 1.2;
}
#category-bt .nav-menu .nav-item::after {
  display: block;
  position: absolute;
  top: 38%;
  right: 10px;
  width: 5px;
  height: 5px;
  transition: .3s;
  transform: translateY(50%) rotate(45deg);
  border-top: solid 2px;
  border-right: solid 2px;
  content: "";
  z-index: 1000;
}
 #category-bt .nav-menu .nav-item > a > img{
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#category-bt  .nav-menu .nav-item .nav-title{
  margin: 0 22px 0 38px;
  display: block;
  text-align: left;
}

/*****************
スペシャルサイト
*****************/
.columnArea#special-site .columnlist{
display: flex;
flex-wrap: wrap;
gap: 40px 10px;
margin: 0 20px;
}
.columnArea .columnlist .columnlist_item{
width: calc((100% - 10px) / 2);
}
.columnArea .columnlist .columnlist_item a{
  display: block;
  color: #7c5223;
}
.columnArea .columnlist .columnlist_item img{
  width: 100%;
}
.columnArea .columnlist .columnlist_item a .sp-site-text{
    margin-bottom: 10px;
    padding: 5px 7px;
    border: 2px solid #7c5223;
    border-radius: 100vh;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    position: relative;
    line-height: 1.3;
}
.columnArea .columnlist .columnlist_item a .sp-site-text::before{
  content: '';
  position: absolute;
  bottom: -4px;
  left: 30%;
  display: block;
  width: 21px;
  height: 17px;
  border-right: 2px solid #7c5223;
  transform: translateX(-50%) rotate(135deg);
}


/*****************
特集
*****************/
#category-top_topics {
  margin: 50px 0;
  padding: 50px 0;
  background: #fcf6ed;

}
.topics-wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#top-wrap #category-top_topics .ct-h3 {
  margin:0 15px 0;
  font-size: 17px;
  color: #f09c26;
  justify-content: space-between;
  letter-spacing: 0.3em;
}
#top-wrap #category-top_topics .ct-h3 span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.0;
}
#top-wrap #category-top_topics .ct-h3 span span{
    font-size: 20px;
    border: solid 2px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    letter-spacing: 0;
    line-height: 1.8;
}
#top-wrap #category-top_topics .ct-h3 span span:nth-of-type(2){
  margin-right:5px;
}
#top-wrap #category-top_topics .ct-h3.short:before, #top-wrap #category-top_topics .ct-h3.short:after {
    width: 21%;
}
#top-wrap #category-top_topics .ct-h3:before, #top-wrap #category-top_topics .ct-h3:after {
    border-top: 4px dotted;
    content: "";
    width: 16%;
    margin: 0;
}
#category-top_topics summary {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  height: 30px;
  width: 100%;
  border: none;
  color: #cc8520;
}
#category-top_topics details summary::-webkit-details-marker{
  display:none
}
#category-top_topics details[open] summary{
  padding-bottom: 15px;
}
#category-top_topics details summary::before{
  content: "もっと見る";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border:none;
}
#category-top_topics details[open] summary::before{
  content: "閉じる";
}
#category-top_topics summary::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transition: .3s;
  transform: translateX(50%) rotate(135deg);
  content: "";
  z-index: 200;
}
#category-top_topics details[open] summary::after {
  transform: translateX(50%) rotate(-45deg);
}

/*****************
お店で選ぶ
*****************/
#top-wrap .section#store{
    margin: 50px 20px;
  }
#store ul.calumlayout{
    gap: 20px;
    align-items: flex-start;
  }
#store ul.calumlayout li a{
    display: flex;
    flex-direction: column;
    
  }
#store ul.calumlayout li .logo-img {
    margin-bottom: 7px;
    aspect-ratio: 5/3;
    height: 90px;
  }

#store ul.calumlayout li .logo-img img {
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
  }
#store ul.calumlayout li:hover img{
    transform: scale(0.95);
  }
#store ul.calumlayout li .cl-title {
    color: #333;
    text-align: center;
    border-top: 1px solid;
    padding-top: 5px;
  }

/*ブランド終了お知らせカルセル上部分*/
.notice {
  margin: auto;
  text-align: left;
}
.notice p {
  margin: auto;
  font-size: 13px;
  font-weight: 600;
}
.notice .notice-link {
  text-align: center;
  font-size: 13px;
  margin-top: -15px;
  margin-bottom: 20px;
}
.notice .notice-link a {
  text-decoration: none;
  color: #006CD8;
}