@charset "UTF-8";

/* リード */

@media screen and (min-width: 1980px) {
  .container {
    padding-left: 119px;
    padding-right: 119px;
  }
}

@media screen and (min-width: 960px) {
  .container {
    max-width: 1980px;
  }
}

/* 条件 */

.slplist-cond__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.slplist-cond__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: end;
  line-height: 1;
}
.slplist-cond__name {
  position: relative;
}
.slplist-cond__name-ttile {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 20px 1px 10px;
}
.slplist-cond__name-ttile::before {
  display: inline-block;
	content: "";
	position: absolute;
	background: #A2A2A2;
	width: 4px;
	height: 18px;
  bottom: 2px;
  left: 0;
}
.slplist-cond__num-big {
  font-size: 2.8rem;
  font-weight: 700;
}
.slplist-cond__num-small {
  font-size: 1.3rem;
  margin-bottom: 3px;
}
.slplist-fav__all-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  vertical-align: middle;
  white-space: nowrap;
  color: #dba24c;
}
.slplist-fav__all-link::before,
.slplist-fav__all-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slplist-fav__all-link::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
}
.slplist-fav__all-link::after {
  left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 4px solid #b2b2b2;
}
.slplist-fav__all-link {
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .slplist-main .container {
    padding: 0;
  }
  .slplist-fav__all-link {
    font-weight:700;
  }
  .slplist-fav__all-link:hover::before {
    background: #dba24c;
    border: 1px solid #dba24c;
  }
}

@media screen and (max-width: 549px) {
  .slplist-cond__name-ttile {
    font-size: 1.6rem;
  }
  .slplist-cond__name-ttile::before {
    height: 16px;
    bottom: 1px;
  }
  .slplist-cond__num-big {
    font-size: 2rem;
  }
  .slplist-cond__num-small {
    margin-bottom: 2px;
  }
}

/* 商品リスト */

.slplist-list {
  margin-bottom: 100px;
}
.slplist-listall__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 60px;
}
.m-list-room-item-fav {
  width: calc(25% - 4.5px);
	position: relative;
}
.m-list-room-detail-size-fav {
  padding: 0 0 10px 10px;
}
.m-list-room-detail-fab {
  letter-spacing: 0;
}
.m-list-room-detail-fab-fav {
  padding: 0 0 0 10px;
}

@media screen and (min-width:960px) {
	.m-list-room-item-fav a:hover .m-list-room-img img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05)
	}
}

@media screen and (max-width: 959px) {
  .slplist-list .container {
    padding: 0;
  }
  .slplist-listall__content {
    row-gap: 30px;
  }
  .m-list-room-item-fav {
    width: calc(33.333% - 4px);
  }
  .m-list-room-detail-ttl {
    padding: 16px 0 5px 15px;
  }
  .m-list-room-detail-size {
    padding: 0 0 5px 15px;
  }
  .m-list-room-detail-fab {
    padding: 0 0 20px 15px;
  }
  .m-list-room-other-cmt {
    padding: 0 0 0 15px;
  }
  .m-list-room-detail-size-fav {
    padding: 0 0 10px 15px;
  }
  .m-list-room-detail-fab-fav {
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 549px) {
  .slplist-list {
    margin-bottom: 80px;
  }
  .m-list-room-item-fav {
    width: calc(50% - 3px);
  }
  .m-list-room-detail-ttl {
    padding: 16px 0 5px 12px;
  }
  .m-list-room-detail-size {
    padding: 0 0 5px 12px;
  }
  .m-list-room-detail-fab {
    padding: 0 0 10px 12px;
  }
  .m-list-room-other-cmt {
    padding: 0 0 0 12px;
  }
  .m-list-room-detail-size-fav {
    padding: 0 0 10px 12px;
  }
  .m-list-room-detail-fab-fav {
    padding: 0 0 0 12px;
  }
}

/* マイリスト */

.slplist-lead-fav__heading1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slplist-lead-fav__heading1-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  line-height: 1;
  padding-bottom: 20px;
}
.slplist-lead-fav__heading1-title-en {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
}
.slplist-lead-fav__heading1-title-ja {
  font-size: 1.1rem;
  font-weight: 700;
  color: #939393;
  margin-right: 20px;
}
.slplist-lead-fav__heading1-title-ja::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background-image: url(/assets/img/shop/sofalist/sofalist-favorite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.slplist-lead-fav__heading1-line {
  border-bottom: 2px solid #ccc;
  margin: 0 0 0 -6vw;
}
.slplist-fav {
  line-height: 1;
  padding: 60px 0;
}
.slplist-fav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.slplist-fav__back-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  vertical-align: middle;
  white-space: nowrap;
  color: #dba24c;
}
.slplist-fav__back-link::before,
.slplist-fav__back-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slplist-fav__back-link::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
}
.slplist-fav__back-link::after {
  left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 4px solid #b2b2b2;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slplist-fav__back-link {
  font-size: 1.3rem;
}
.slplist-fav-cond {
  background-color: #fff;
  padding: 0 0 20px 0;
}
.js-fav-no-item-message {
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .slplist-fav {
    padding: 50px 0;
  }
  .slplist-fav .container {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    justify-items: center;
  }
  .slplist-lead-fav__heading1-title {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    justify-items: center;
    padding-bottom: 0;
  }
  .slplist-lead-fav__heading1-title-en {
    margin: 0 0 5px 0;
  }
  .slplist-lead-fav__heading1-title-ja {
    margin-right: 0;
  }
  .slplist-lead-fav__heading1-title-ja::before {
    content: none;
  }
  .slplist-lead-fav__heading1-line {
    display: none;
  }
  .slplist-fav__back {
    position: absolute;
    right: 6vw;
    top: 140px;
  }
  .slplist-fav-cond {
    padding: 0 6vw 20px 6vw;
  }
  .js-fav-no-item-message,
  .js-fav-no-item-message-slp {
    padding: 0 6vw;
  }
}

@media screen and (max-width: 549px) {
  .slplist-fav {
    padding: 40px 0;
  }
  .slplist-fav__back {
    right: 5vw;
    top: 130px;
  }
  .slplist-fav-cond {
    padding: 0 5vw 20px 5vw;
  }
}

/* ホバー */

@media (hover: hover) {
  .slplist-fav__back-link::before,
  .slplist-fav__back-link::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slplist-fav__back-link:hover::before {
    background: #dba24c;
    border: 1px solid #dba24c;
  }
  .slplist-fav__back-link:hover::after {
    border-left: 4px solid #fff;
  }
  .slplist-fav__all-link::before,
  .slplist-fav__all-link::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slplist-fav__all-link:hover::before {
    background: #dba24c;
    border: 1px solid #dba24c;
  }
  .slplist-fav__all-link:hover::after {
    border-left: 4px solid #fff;
  }
}

/*2025.2.18 マイリストリンク 変更*/

@media screen and (min-width: 960px) {
  .slplist-fav__back_pc {
    margin: 0 auto 100px;
    width: 300px;
    height: 60px;
    position: relative;
  }
  .slplist-fav__back_pc .general-button{
    border-radius: 0;
    border: 1px solid #DBA24C;
	  background-color: #DBA24C;
    color: #FFFFFF;
	  width: 100%;
	  height:100%;
    font-weight: bold;
    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;
	  cursor: pointer;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .slplist-fav__back_pc .general-button:hover {
	  color: #DBA24C;
	  background-color: #FFFFFF;
	  border-color: #DBA24C;
  }
	.slplist-fav__back_pc .general-button	p {
	  font-weight: 700;
	  margin: 0;
    letter-spacing: 0.07em;
	  line-height: 1.5;
	  font-size: 1.5rem;
	}
	.slplist-fav__back-link {
		display:none;
	}
}
@media screen and (max-width: 959px) {
  .slplist-fav__back_pc {
	  display:none;
	}
	.slplist-fav__back-link {
		font-weight:700;
	}
  .slplist-fav__back-link::after {
	  left: 6px;
    border-right: 4px solid #b2b2b2;
	  border-left:none;
	}
  .slplist-fav__back-link:hover::before {
    background: #dba24c;
    border: 1px solid #dba24c;
  }
  .slplist-fav__back-link:hover::after {
    left: 6px;
    border-right: 4px solid #ffffff;
    border-left:none;
  }
}
@media screen and (max-width: 549px) {
	.slplist-fav__back {
    position: absolute;
    right: 5vw;
    top: 117px;
	}
}

/* スライダー */

.slplist-list .container {
  position: relative;
}
.swiper-mylistroom {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block;
}
.swiper-mylistroom .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
}
.swiper-button-room-prev,
.swiper-button-room-next {
  top: calc(50% - 75px);
}

/* スライダー共通 */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  color: #3c3c3c;
  margin: 0;
  width: 40px;
  height: 60px;
  left: auto;
}
.swiper-button-prev {
  left: calc(6vw - 55px);
  right: auto;
}
.swiper-button-next  {
  right: calc(6vw - 55px);
  left: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -12px;
}
.swiper-button-next::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
}

@media screen and (min-width: 1990px) {
  .swiper-button-prev {
    left: 65px;
  }
  .swiper-button-next  {
    right: 65px;
  }
}

@media screen and (max-width: 959px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}