@charset "UTF-8";
/*
 * ボタン（ショップトップ）
 */
.shop-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: calc(.5em - 1px) 1em;
  background-color: #fff;
  border: 1px solid #707070;
  color: #3c3c3c;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html.has-hover .shop-button:hover,
html.has-hover a:hover .shop-button,
html.has-hover .bl-hover .shop-button {
  color: #FFFFFF;
  background-color: #3C3C3C;
  border-color: #707070;
}

.shop-button.is-transparent {
  background-color: transparent;
}

html.has-hover .shop-button.is-transparent:hover,
html.has-hover a:hover .shop-button.is-transparent,
html.has-hover .bl-hover .shop-button.is-transparent {
  color: #FFFFFF;
  background-color: #3C3C3C;
  border-color: #707070;
}

.shop-button.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

html.has-hover .shop-button.is-inverted.is-outlined:hover,
html.has-hover a:hover .shop-button.is-inverted.is-outlined,
html.has-hover .bl-hover .shop-button.is-inverted.is-outlined {
  color: #FFFFFF;
  background-color: #3C3C3C;
  border-color: #707070;
}

.shop-button.is-large {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 16px;
  letter-spacing: .2em;
  line-height: 1.66667;
}

@media screen and (min-width: 960px), print {
  .shop-button.is-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.shop-button.is-long {
  width: 100%;
}

@media screen and (min-width: 550px), print {
  .shop-button.is-long {
    max-width: 484px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-button.is-long {
    max-width: 420px;
  }
}

/*
 * カタログと生地見本 セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.shop-catalog-fabric-section:not(:last-child) {
    margin-bottom: 100px;
  }
  .shop-section.shop-catalog-fabric-section .shop-heading-3:not(:first-child) {
    margin-top: 53px;
  }
  .shop-section.shop-catalog-fabric-section .shop-heading-3:not(:last-child) {
    margin-bottom: 53px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.shop-catalog-fabric-section:not(:first-child) {
    margin-top: 150px;
  }
  .shop-section.shop-catalog-fabric-section:not(:last-child) {
    margin-bottom: 160px;
  }
  .shop-section.shop-catalog-fabric-section .shop-heading-3:not(:last-child) {
    margin-bottom: 56px;
  }
  .shop-section.shop-catalog-fabric-section .shop-heading-3__en {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 549px) {
  .shop-catalog-fabrics .container > .shop-catalog-fabric:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 550px), print {
  .shop-catalog-fabrics .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-catalog-fabrics .container > .shop-catalog-fabric:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-catalog-fabrics .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: calc(1000px + 6vw * 2);
  }
  .shop-catalog-fabrics .container > .shop-catalog-fabric:not(:last-child) {
    margin-right: 40px;
  }
}

.shop-catalog-fabric {
  display: block;
  width: 100%;
}

.shop-catalog-fabric__content {
  color: #FFFFFF;
  padding: 40px 0 28px;
}

.shop-catalog-fabric__title {
  margin-bottom: 16px;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.21053;
  letter-spacing: 0.12em;
}

.shop-catalog-fabric__lead {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.66667;
  text-align: center;
  letter-spacing: 0.12em;
}

.shop-catalog-fabric__image .image {
  overflow: hidden;
  padding-top: 64.84848%;
}

.shop-catalog-fabric__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

html.has-hover .shop-catalog-fabric__image img:hover,
html.has-hover a:hover .shop-catalog-fabric__image img,
html.has-hover .bl-hover .shop-catalog-fabric__image img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

@media screen and (min-width: 550px), print {
  .shop-catalog-fabric {
    width: 50%;
  }
  .shop-catalog-fabric__image .image {
    padding-top: 60.43689%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-catalog-fabric {
    max-width: 480px;
  }
  .shop-catalog-fabric__content {
    padding: 52px 0 52px;
  }
  .shop-catalog-fabric__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.59091;
  }
  .shop-catalog-fabric__lead {
    font-size: 1.8rem;
    line-height: 1.38889;
  }
  .shop-catalog-fabric__image .image {
    padding-top: 64.375%;
  }
}

.shop-catalog-fabric.is-catalog .shop-catalog-fabric__content {
 /* background-color: #716052;*/
/*vol20  background-color: #6b513c;*/ 
/*vol21*/	background-color: #4E4947;	
}

.shop-catalog-fabric.is-fabric .shop-catalog-fabric__content {
  background-color: #2B323A;
}

/*
 * 見出し（ショップトップ）
 */
.shop-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.57895;
  letter-spacing: .1em;
  text-align: center;
}

.shop-heading-2:not(:first-child) {
  margin-top: 40px;
}

.shop-heading-2:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px), print {
  .shop-heading-2 {
    font-size: 2.6rem;
    font-weight: 300;
  }
}

.shop-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-heading-3:not(:first-child) {
  margin-top: 40px;
}

.shop-heading-3:not(:last-child) {
  margin-bottom: 40px;
}

.shop-heading-3__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #C7C7C7;
  margin-bottom: 10px;
}

.shop-heading-3__icon .svg-icon:not(:last-child) {
  margin-right: 18px;
}

.shop-heading-3__en {
  margin-bottom: 2px;
  color: #C7C7C7;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.36842;
  letter-spacing: .1em;
  text-align: center;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.shop-heading-3__ja {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.57895;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width: 960px), print {
  .shop-heading-3__icon {
    color: #B1ADAD;
  }
  .shop-heading-3__en {
    color: #B1ADAD;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1.36364;
  }
  .shop-heading-3__ja {
    font-size: 2.6rem;
    font-weight: 400;
  }
}

/*
 * ヒーロー（ショップトップ）
 */
.shop-hero {
  position: relative;
}

.shop-hero__pagination.swiper-pagination {
  position: absolute;
  left: auto;
  right: 5vw;
  bottom: 10px;
  width: auto;
}

@media screen and (max-width: 549px), print {
  .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
	margin: 0 8px;
  }
}

@media screen and (min-width: 550px), print {
  .shop-hero__pagination.swiper-pagination {
    right: 6vw;
  }
	
  .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 17px;
    height: 17px;
    margin: 0 12px;
  }
	
  .shop-hero__pagination.swiper-pagination {
    bottom: 20px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero__pagination.swiper-pagination {
    right: 43vw;
  }
}

.shop-hero-item {
  position: relative;
  display: block;
  height: calc(100vw * 1.16029);
  overflow: hidden;
}

.shop-hero-item__image {
  display: block;
  height: 100%;
}

.shop-hero-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

@media screen and (min-width: 960px), print {
  .shop-hero-item {
    height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
.shop-hero-item .shop-hero-item__content{
  position: absolute;
}
.shop-hero-item .shop-hero-item__eyebrow{
	font-family: "Nanum Myeongjo", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 1.3rem;
	letter-spacing: .21em;
	line-height: 1;
	margin-top: 20px;
}
.shop-hero-item .shop-hero-item__name{
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  margin-right: -.2em;
}
.shop-hero-item .shop-hero-item__catch{
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: 1.3;
}
@media screen and (min-width: 550px), print {
	.shop-hero-itemo .shop-hero-item__eyebrow{
		font-size: 1.65rem;
	}
	.shop-hero-item .shop-hero-item__name{
    	font-size: 6.5rem;
	}
	.shop-hero-item .shop-hero-item__catch{
		font-size: 2rem;
		line-height: 1.3;
	}
}
@media screen and (min-width: 960px), print {
	.shop-hero-item .shop-hero-item__eyebrow{
		font-family: 'Nanum Myeongjo', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-size: 1.7rem;
		font-weight: 400;
		letter-spacing: .2em;
	}
	.shop-hero-item .shop-hero-item__name{
    	font-size: 6.7rem;
	}
}

.shop-hero-item.is-pivo-coming-soon .shop-hero-item__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-hero-item.is-pivo-coming-soon .shop-hero-item__eyebrow {
  color: #FFFFFF;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .21em;
  line-height: 1;
  text-indent: .21em;
}

.shop-hero-item.is-pivo-coming-soon .shop-hero-item__name {
  margin-bottom: 28px;
  color: #FFFFFF;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  text-indent: .2em;
}

.shop-hero-item.is-pivo-coming-soon .shop-hero-item__catch {
  color: #FFFFFF;
  font-family: Cormorant Garamond, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.9rem;
  letter-spacing: .3em;
  line-height: 1;
  text-indent: .3em;
}

@media screen and (min-width: 550px), print {
  .shop-hero-item.is-pivo-coming-soon .shop-hero-item__eyebrow {
    margin-bottom: 3px;
    font-size: 1.8rem;
  }
  .shop-hero-item.is-pivo-coming-soon .shop-hero-item__name {
    margin-bottom: 44px;
    font-size: 6.5rem;
  }
  .shop-hero-item.is-pivo-coming-soon .shop-hero-item__catch {
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero-item.is-pivo-coming-soon .shop-hero-item__eyebrow {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .shop-hero-item.is-pivo-coming-soon .shop-hero-item__name {
    margin-bottom: 45px;
    font-size: 6.7rem;
  }
  .shop-hero-item.is-pivo-coming-soon .shop-hero-item__catch {
    font-size: 2.9rem;
  }
}

.shop-hero-item.is-pivo {
  background-color: #ccc;
}

.shop-hero-item.is-pivo .shop-hero-item__content {
  top: 15%;
  left: 0;
  right: 0;
  text-align: right;
  width: 90%;
text-shadow: 0px 0px 6px #d4c5b5;
}

.shop-hero-item.is-pivo .shop-hero-item__eyebrow {
	margin-right: 0.15em;
}

.shop-hero-item.is-pivo .shop-hero-item__name {
  margin-bottom: 35px;
}

.shop-hero-item.is-pivo .shop-hero-item__catch {
  text-indent: .18em;
  margin-bottom: 20px;
}
@media screen and (max-width: 549px), print {
  .shop-hero-item.is-pivo .shop-hero-item__name {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 550px), print {
  .shop-hero-item.is-pivo .shop-hero-item__content {
    top: 20%;
    width: 94%;
  }
  .shop-hero-item.is-pivo .shop-hero-item__eyebrow {
    margin-bottom: 3px;
  }
  .shop-hero-item.is-pivo .shop-hero-item__name {
    margin-bottom: 10px;
  }
  .shop-hero-item.is-pivo .shop-hero-item__catch {
    text-indent: .24em;
  }
}

@media screen and (min-width: 960px), print {
  /*.shop-hero-item.is-pivo .shop-hero-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 20%;
    width: 90%;
  }*/
  .shop-hero-item.is-pivo .shop-hero-item__eyebrow {
    margin-bottom: 0;
  }
  .shop-hero-item.is-pivo .shop-hero-item__name {
    margin-bottom: 12px;
  }
  .shop-hero-item.is-pivo .shop-hero-item__catch {
    margin-bottom: 28px;
  }
}

.shop-hero-item.is-recta .shop-hero-item__content {
  position: absolute;
  top: 15%;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #3C3C3C;
}

.shop-hero-item.is-recta .shop-hero-item__catch {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: .18em;
  line-height: 1.5;
  text-align: right;
}

.shop-hero-item.is-recta .shop-hero-item__name-1 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.shop-hero-item.is-recta .shop-hero-item__name-2 {
  margin-top: 6px;
  padding-right: .5em;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

@media screen and (min-width: 550px), print {
  .shop-hero-item.is-recta .shop-hero-item__catch {
    font-size: 2rem;
    letter-spacing: .24em;
  }
  .shop-hero-item.is-recta .shop-hero-item__name-1 {
    font-size: 4.5rem;
    letter-spacing: .18em;
  }
  .shop-hero-item.is-recta .shop-hero-item__name-2 {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero-item.is-recta .shop-hero-item__content {
    top: 25%;
    right: 15%;
  }
}

.shop-hero-item.is-siesta-couch .shop-hero-item__content {
  position: absolute;
  top: 15%;
  right: 10%;
  text-align: right;
}

.shop-hero-item.is-siesta-couch .shop-hero-item__catch {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: .18em;
  line-height: 1.3;
}

.shop-hero-item.is-siesta-couch .shop-hero-item__name {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}

.shop-hero-item.is-siesta-couch .shop-hero-item__new-release {
  font-family: "Nanum Myeongjo", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.1rem;
  letter-spacing: .144em;
  line-height: 1.3;
}

@media screen and (min-width: 550px), print {
  .shop-hero-item.is-siesta-couch .shop-hero-item__catch {
    margin-bottom: 4px;
    font-size: 2rem;
    letter-spacing: .24em;
    line-height: 1.5;
  }
  .shop-hero-item.is-siesta-couch .shop-hero-item__name {
    margin-bottom: 34px;
    font-size: 4rem;
    letter-spacing: .16em;
    line-height: 1.3;
  }
  .shop-hero-item.is-siesta-couch .shop-hero-item__new-release {
  	font-family: "Nanum Myeongjo", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .216em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero-item.is-siesta-couch .shop-hero-item__content {
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.shop-hero-item.is-lenis .shop-hero-item__name {
  margin-bottom: 20px;

}

/* ▼▼▼ 中央配置 NEW LINEUP ▼▼▼ */
/*.shop-hero-item.is-lenis .shop-hero-item__content {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    text-align: center;
	color: #fff;
}

.shop-hero-item.is-lenis .shop-hero-item__catch {
  margin-bottom: 12px;
}

.shop-hero-item.is-lenis .shop-hero-item__name {
  margin-bottom: 30px;

}

.shop-hero-item.is-lenis .shop-hero-item__new-release {
  font-family: "Nanum Myeongjo", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.1rem;
  letter-spacing: .144em;
  line-height: 1.3;
}

@media screen and (min-width: 550px), print {

  .shop-hero-item.is-lenis .shop-hero-item__new-release {
  	font-family: "Nanum Myeongjo", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .216em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero-item.is-lenis .shop-hero-item__content {
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
  }
}*/
/* ▲▲▲ 中央配置 NEW LINEUP ▲▲▲ */


/*.shop-hero-item.is-folke .shop-hero-item__content {
  position: absolute;
  top: 13%;
  left: 10%;
  color: #3C3C3C;
}

.shop-hero-item.is-folke .shop-hero-item__catch {
  margin-bottom: 8px;
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2;
}

.shop-hero-item.is-folke .shop-hero-item__name {
  font-family: "Cormorant Garamond", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: .215em;
  line-height: 1.64516;
}

@media screen and (min-width: 550px), print {
  .shop-hero-item.is-folke .shop-hero-item__content {
    top: auto;
    bottom: 10%;
    left: 10%;
    color: #FFFFFF;
  }
  .shop-hero-item.is-folke .shop-hero-item__catch {
    margin-bottom: 10px;
    font-size: 2rem;
    letter-spacing: .24em;
    line-height: 1.5;
  }
  .shop-hero-item.is-folke .shop-hero-item__name {
    font-size: 4.5rem;
    letter-spacing: .18em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero-item.is-folke .shop-hero-item__content {
    top: auto;
    bottom: 6%;
    left: 6%;
  }
  .shop-hero-item.is-folke .shop-hero-item__name {
    text-align: right;
  }
}*/
.shop-hero-item.is-rug .shop-hero-item__image{
	height: 50%;
}
.shop-hero-item.is-rug img{
	object-fit: inherit;
}

@media screen and (min-width: 960px), print {
.shop-hero-item.is-rug{
	display: flex;
	}
	.shop-hero-item.is-rug .shop-hero-item__image{
		height: 100%;
	}
	.shop-hero-item.is-rug img{
		object-fit: cover;
	}
	.shop-hero-item.is-rug .plants img{
		object-position: right bottom;
	}
	.shop-hero-item.is-rug .scelta img{
		object-position: left bottom;
	}
}
@media screen and (min-width: 1200px), print {
	.shop-hero-item.is-rug .scelta,
	.shop-hero-item.is-rug .plants{
		width: 50%;
	}
}

.shop-hero-item.is-place .shop-hero-item__content {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}

.shop-hero-item.is-place .shop-hero-item__catch {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: .18em;
  line-height: 1.5;
}

.shop-hero-item.is-place .shop-hero-item__name {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.3;
}

@media screen and (min-width: 550px), print {
  .shop-hero-item.is-place .shop-hero-item__catch {
    margin-bottom: 12px;
    font-size: 2rem;
    letter-spacing: .24em;
    line-height: 1.5;
  }
  .shop-hero-item.is-place .shop-hero-item__name {
    font-size: 4.5rem;
    letter-spacing: .18em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 960px), print {
  .shop-hero-item.is-place .shop-hero-item__content {
    top: 25%;
  }
}

.shop-hero-item.is-vesel .shop-hero-item__content {
	left: 10%;
	top: 13%;
	text-align: left;
	text-shadow: none;
	color: #fff;
}
.shop-hero-item.is-vesel .shop-hero-item__catch{
	margin-bottom: 12px;
}

@media screen and (min-width: 960px), print {
	.shop-hero-item.is-vesel .shop-hero-item__content {
		top: auto;
		bottom: 10%;
	}
	.shop-hero-item.is-vesel .shop-hero-item__catch{
		margin-bottom: 15px;
	}
}
.shop-hero-item.is-brick .shop-hero-item__content {
    left: 5%;
    bottom: 4%;
	text-align: left;
	/*text-shadow: 0px 0px 3px #fff;*/
	/*color: #3c3c3c;*/
	color: #fff;
}
.shop-hero-item.is-brick .shop-hero-item__catch{
	margin-bottom: 12px;
	text-indent: 0.1em;
}

@media screen and (min-width: 960px), print {
	.shop-hero-item.is-brick .shop-hero-item__content {
		left: 10%;
    	bottom: 10%;
	}
	.shop-hero-item.is-brick .shop-hero-item__catch{
		margin-bottom: 15px;
	}
}

/*
 * ピックアップ セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.is-divided.shop-pickups-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.is-divided.shop-pickups-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .shop-section.is-divided.shop-pickups-section .shop-heading-3:not(:first-child) {
    margin-top: 43px;
  }
  .shop-section.is-divided.shop-pickups-section .shop-heading-3:not(:last-child) {
    margin-bottom: 43px;
  }
}

.shop-pickups-section__button {
  margin-top: 28px;
  text-align: center;
}

@media screen and (min-width: 960px), print {
  .shop-pickups-section__button {
    margin-top: 86px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-items-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56.25% 6px 1fr;
    grid-template-columns: 56.25% 1fr;
    -ms-grid-rows: auto 6px auto 6px auto 6px auto;
    grid-template-rows: auto auto auto auto;
    grid-gap: 6px 6px;
    grid-template-areas: "siesta quatt" "siesta pivo" "brick pivo" "brick strand";
  }
  .shop-pickup-items-top > .shop-pickup-item.is-siesta {
    grid-area: siesta;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-brick {
    grid-area: brick;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-strand {
    grid-area: strand;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-pivo {
    grid-area: pivo;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-quatt {
    grid-area: quatt;
  }
}

@media screen and (min-width: 960px), print{
  .shop-pickup-items-top > .shop-pickup-item.is-pivo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-brick {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-strand {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-uk {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .shop-pickup-items-top > .shop-pickup-item.is-quatt {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}

.shop-pickup-items-bottom:not(:first-child) {
  margin-top: 20px;
}

.shop-pickup-items-bottom:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px), print {
  .shop-pickup-items-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
  }
  .shop-pickup-items-bottom:not(:first-child) {
    margin-top: 0;
  }
  .shop-pickup-items-bottom:not(:last-child) {
    margin-bottom: 0;
  }
  .shop-pickup-items-bottom > .shop-pickup-item {
    margin-top: 6px !important;
    margin-left: 3px;
    margin-right: 3px;
    width: calc(50% - 6px);
  }
}

.shop-pickup-item {
  display: block;
  position: relative;
}

.shop-pickup-item:not(:first-child) {
  margin-top: 18px;
}

.shop-pickup-item:not(:last-child) {
  margin-bottom: 18px;
}

.shop-pickup-item img {
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-transition: outline-color .5s ease;
  transition: outline-color .5s ease;
}

html.has-hover .shop-pickup-item:hover img,
html.has-hover a:hover .shop-pickup-item img,
html.has-hover .bl-hover .shop-pickup-item img {
  outline-color: #DBA24C;
}

.shop-pickup-item__image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.shop-pickup-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.shop-pickup-item__content {
  position: absolute;
  padding: 16px 0 4px 11px;
}

.shop-pickup-item__catch {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 1.66667;
}

.shop-pickup-item__name {
  margin-bottom: 1px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1;
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item:not(:first-child) {
    margin-top: 0;
  }
  .shop-pickup-item:not(:last-child) {
    margin-bottom: 0;
  }
  .shop-pickup-item__content {
    padding: 0;
  }
  .shop-pickup-item__catch {
    font-size: 1.5rem;
    letter-spacing: .25em;
    line-height: 1.66667;
  }
  .shop-pickup-item__name {
    margin-bottom: 11px;
    font-size: 3.5rem;
    letter-spacing: .2em;
  }
}

.shop-pickup-item.is-top-left .shop-pickup-item__content {
  top: 0;
  left: 0;
}

.shop-pickup-item.is-bottom-left .shop-pickup-item__content {
  bottom: 0;
  left: 0;
}

.shop-pickup-item.is-pivo .shop-pickup-item__image,
.shop-pickup-item.is-siesta .shop-pickup-item__image{
  padding-top: 80.60606%;
}

.shop-pickup-item.is-pivo .shop-pickup-item__content{
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
}
.shop-pickup-item.is-siesta .shop-pickup-item__content{
	  top: 20%;
	  width: 100%;
	  text-align: center;
	color: #3c3c3c;
}
.shop-pickup-item.is-pivo .shop-pickup-item__name,
.shop-pickup-item.is-siesta .shop-pickup-item__name{
  margin-bottom: 14px;
}

.shop-pickup-item.is-pivo .shop-pickup-item__catch{
  letter-spacing: .1em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-pivo .shop-pickup-item__image,
	.shop-pickup-item.is-siesta .shop-pickup-item__image{
    padding-top: 56.22776%;
  }

}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-pivo .shop-pickup-item__image,
	.shop-pickup-item.is-siesta .shop-pickup-item__image{
    padding-top: 96.89349%;
  }
  .shop-pickup-item.is-pivo .shop-pickup-item__name,
	.shop-pickup-item.is-siesta .shop-pickup-item__name{
    margin-bottom: 20px;
    font-size: 4.5rem;
    letter-spacing: 0.45em;
    line-height: 1;
	text-indent: 0.3em;
  }
	.shop-pickup-item.is-siesta .shop-pickup-item__name{
    margin-bottom: 30px;
	letter-spacing: 0.2em;
  }
  .shop-pickup-item.is-pivo .shop-pickup-item__catch,
	.shop-pickup-item.is-siesta .shop-pickup-item__catch{
    font-size: 2rem;
    letter-spacing: 0.25em;
    line-height: 1.5;
  }
	.shop-pickup-item.is-siesta .shop-pickup-item__content{
		top: 25%;
	}	
}

.shop-pickup-item.is-brick .shop-pickup-item__image {
  padding-top: 80.60606%;
}

.shop-pickup-item.is-brick .shop-pickup-item__content {
  top: 0;
  left: 0;
  color: #3C3C3C;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-brick .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-brick .shop-pickup-item__image {
    padding-top: 91.42012%;
  }
  .shop-pickup-item.is-brick .shop-pickup-item__content {
	top: 50px;
	left: 50px;
  }
  .shop-pickup-item.is-brick .shop-pickup-item__name {
    font-size: 4.5rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .shop-pickup-item.is-brick .shop-pickup-item__catch {
    font-size: 2rem;
    letter-spacing: 0.25em;
    line-height: 1.5;
  }
}

.shop-pickup-item.is-strand .shop-pickup-item__image {
  /*padding-top: 80.60606%;*/
	padding-top: 61.81818%;
}

.shop-pickup-item.is-strand .shop-pickup-item__content {
  bottom: 0;
  left: 0;
  color: #3C3C3C;
}

.shop-pickup-item.is-strand .shop-pickup-item__name {
  letter-spacing: .2em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-strand .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-strand .shop-pickup-item__image {
    padding-top: 61.96911%;
  }
  .shop-pickup-item.is-strand .shop-pickup-item__content {
    bottom: 13px;
    left: 11px;
  }
}

.shop-pickup-item.is-uk .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-uk .shop-pickup-item__content {
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
}

.shop-pickup-item.is-uk .shop-pickup-item__name {
  margin-bottom: 3px;
  font-size: 5.7rem;
  letter-spacing: .2em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-uk .shop-pickup-item__image {
    padding-top: 49.11032%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-uk .shop-pickup-item__image {
    padding-top: 113.12741%;
  }
  .shop-pickup-item.is-uk .shop-pickup-item__name {
    margin-bottom: 35px;
    font-size: 8rem;
    letter-spacing: .17em;
  }
  .shop-pickup-item.is-uk .shop-pickup-item__catch {
    font-size: 2rem;
  }
}

.shop-pickup-item.is-quatt .shop-pickup-item__image {
  padding-top: 80.60606%;
}

.shop-pickup-item.is-quatt .shop-pickup-item__content {
  top: 0;
  left: 0;
  color: #FFFFFF;
}

.shop-pickup-item.is-quatt .shop-pickup-item__name {
  letter-spacing: .2em;
}

.shop-pickup-item.is-quatt .shop-pickup-item__catch {
  letter-spacing: .1em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-quatt .shop-pickup-item__image {
    padding-top: 49.11032%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-quatt .shop-pickup-item__image {
    padding-top: 69.49807%;
  }
  .shop-pickup-item.is-quatt .shop-pickup-item__content {
	top: 13px;
	left: 11px;
  }
  .shop-pickup-item.is-quatt .shop-pickup-item__catch {
    letter-spacing: .25em;
  }
}

.shop-pickup-item.is-penta .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-penta .shop-pickup-item__content {
  bottom: 0;
  left: 0;
  color: #3C3C3C;
}

.shop-pickup-item.is-penta .shop-pickup-item__name {
  font-size: 2rem;
  letter-spacing: .1em;
}

.shop-pickup-item.is-penta .shop-pickup-item__catch {
  letter-spacing: .1em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-penta .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-penta .shop-pickup-item__image {
    padding-top: 50.25126%;
  }
  .shop-pickup-item.is-penta .shop-pickup-item__content {
    top: 27px;
    bottom: auto;
    left: 34px;
  }
  .shop-pickup-item.is-penta .shop-pickup-item__name {
    font-size: 2.5rem;
    letter-spacing: .1em;
  }
  .shop-pickup-item.is-penta .shop-pickup-item__catch {
    letter-spacing: .25em;
  }
}
.shop-pickup-item.is-tisia .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-tisia .shop-pickup-item__content {
  bottom: 0;
  left: 0;
  color: #fff;
}

.shop-pickup-item.is-tisia .shop-pickup-item__catch {
  letter-spacing: .1em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-tisia .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-tisia .shop-pickup-item__image {
    padding-top: 50.25126%;
  }
  .shop-pickup-item.is-tisia .shop-pickup-item__content {
    top: 27px;
    bottom: auto;
    left: 34px;
    color: #3c3c3c;
  }
  .shop-pickup-item.is-tisia .shop-pickup-item__name {
    font-size: 2.5rem;
    letter-spacing: .23em;
  }
  .shop-pickup-item.is-tisia .shop-pickup-item__catch {
    letter-spacing: .25em;
  }
      
}

.shop-pickup-item.is-maroon .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-maroon .shop-pickup-item__content {
  top: 0;
  left: 0;
  color: #3C3C3C;
}

.shop-pickup-item.is-maroon .shop-pickup-item__name {
  font-size: 2rem;
  letter-spacing: .23em;
  margin-bottom: 14px;
}

.shop-pickup-item.is-maroon .shop-pickup-item__catch {
  letter-spacing: .25em;
  line-height: 1.4;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-maroon .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-maroon .shop-pickup-item__image {
    padding-top: 50.25126%;
  }
  .shop-pickup-item.is-maroon .shop-pickup-item__content {
    top: 27px;
    bottom: auto;
    left: 34px;
  }
  .shop-pickup-item.is-maroon .shop-pickup-item__name {
    font-size: 2.5rem;
    letter-spacing: .23em;
  }
  .shop-pickup-item.is-maroon .shop-pickup-item__catch {
    letter-spacing: .25em;
    line-height: 1.66667;
  }
}
.shop-pickup-item.is-sarah .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-sarah .shop-pickup-item__content {
  bottom: 0;
  left: 0;
  color: #fff;
}

.shop-pickup-item.is-sarah .shop-pickup-item__catch {
  letter-spacing: .1em;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-sarah .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-sarah .shop-pickup-item__image {
    padding-top: 50.25126%;
  }
  .shop-pickup-item.is-sarah .shop-pickup-item__content {
    top: 27px;
    bottom: auto;
    left: 34px;
    color: #3c3c3c;
  }
  .shop-pickup-item.is-sarah .shop-pickup-item__name {
    font-size: 2.5rem;
    letter-spacing: .23em;
  }
  .shop-pickup-item.is-sarah .shop-pickup-item__catch {
    letter-spacing: .25em;
  }
      
}

.shop-pickup-item.is-linto .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-linto .shop-pickup-item__content {
  top: 0;
  left: 0;
  color: #3C3C3C;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-linto .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-linto .shop-pickup-item__image {
    padding-top: 50.25126%;
  }
  .shop-pickup-item.is-linto .shop-pickup-item__content {
    top: 27px;
    bottom: auto;
    left: 34px;
  }
  .shop-pickup-item.is-linto .shop-pickup-item__name {
    font-size: 2.5rem;
    letter-spacing: .23em;
  }
  .shop-pickup-item.is-linto .shop-pickup-item__catch {
    letter-spacing: .25em;
    line-height: 1.66667;
  }
}

.shop-pickup-item.is-brick2 .shop-pickup-item__image {
  padding-top: 61.81818%;
}

.shop-pickup-item.is-brick2 .shop-pickup-item__content {
  bottom: 0;
  left: 0;
  color: #fff;
}

@media screen and (min-width: 550px), print {
  .shop-pickup-item.is-brick2 .shop-pickup-item__image {
    padding-top: 56.22776%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-pickup-item.is-brick2 .shop-pickup-item__image {
    padding-top: 50.25126%;
  }
  .shop-pickup-item.is-brick2 .shop-pickup-item__content {
	top: auto;
	bottom: 13px;
    left: 34px;
  }
  .shop-pickup-item.is-brick2 .shop-pickup-item__name {
    font-size: 2.5rem;
    letter-spacing: .23em;
  }
  .shop-pickup-item.is-brick2 .shop-pickup-item__catch {
    letter-spacing: .25em;
    line-height: 1.66667;
  }
}

/*
 * セクション（ショップトップ）
 */
.shop-section:not(:first-child) {
  margin-top: 85px;
}

.shop-section:not(:last-child) {
  margin-bottom: 85px;
}

.shop-section .shop-heading-3:not(:last-child) {
  margin-bottom: 23px;
}

@media screen and (min-width: 960px), print {
  .shop-section .shop-heading-3:not(:last-child) {
    margin-bottom: 65px;
  }
}

.shop-section.is-divided {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-section.is-divided:not(:first-child) {
  margin-top: 0;
}

.shop-section.is-divided:not(:last-child) {
  margin-bottom: 0;
}

/*
 * サイドテーブル セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.is-divided.shop-sidetables-section .shop-heading-3:not(:first-child) {
    margin-top: 42px;
  }
  .shop-section.is-divided.shop-sidetables-section .shop-heading-3:not(:last-child) {
    margin-bottom: 42px;
  }
  .shop-section.is-divided.shop-sidetables-section .shop-heading-3__ja {
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.is-divided.shop-sidetables-section {
    padding-top: 94px;
    padding-bottom: 78px;
  }
  .shop-section.is-divided.shop-sidetables-section .shop-heading-3:not(:last-child) {
    margin-bottom: 78px;
  }
  .shop-section.is-divided.shop-sidetables-section .shop-heading-3__en {
    margin-bottom: 8px;
  }
}

.shop-sidetables-section__button {
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetables-section__button {
    margin-top: 78px;
  }
}

.shop-sidetables-container {
  margin-bottom: 53px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetables-container {
    max-width: calc(1000px + 6vw * 2);
  }
}

.shop-sidetables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 0 -5vw 0 -5%;
}

.shop-sidetables > .shop-sidetable {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 5%;
}

@media screen and (min-width: 550px), print {
  .shop-sidetables {
    margin: 0 -6vw 0 -5%;
  }
}

@media (min-width: 730px) {
  .shop-sidetables {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
    margin: 0 -4%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sidetables {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0;
    overflow: visible;
  }
  .shop-sidetables > .shop-sidetable {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0;
  }
}

.shop-sidetable {
  display: block;
}

.shop-sidetable__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
  height: 118px;
}

.shop-sidetable__image img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.shop-sidetable__name {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69231;
  letter-spacing: .12em;
  text-align: center;
}

.shop-sidetable__name,
.shop-sidetable__name .svg-icon {
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

html.has-hover .shop-sidetable__name:hover,
html.has-hover a:hover .shop-sidetable__name,
html.has-hover .bl-hover .shop-sidetable__name {
  color: #DBA24C;
}

html.has-hover .shop-sidetable__name:hover .icon-new-window,
html.has-hover a:hover .shop-sidetable__name .icon-new-window,
html.has-hover .bl-hover .shop-sidetable__name .icon-new-window {
  color: #DBA24C;
}

@media screen and (min-width: 960px), print {
  .shop-sidetable__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    height: 158px;
  }
  html.has-hover .shop-sidetable__image img:hover,
  html.has-hover a:hover .shop-sidetable__image img,
  html.has-hover .bl-hover .shop-sidetable__image img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .shop-sidetable__name {
    font-size: 1.5rem;
    line-height: 2.33333;
  }
}

.shop-sidetable.is-book-multi img {
  width: 99px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetable.is-book-multi img {
    width: 132px;
  }
}

.shop-sidetable.is-stool-table img {
  width: 95px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetable.is-stool-table img {
    width: 129px;
  }
}

.shop-sidetable.is-gracieux img {
  width: 79px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetable.is-gracieux img {
    width: 107px;
  }
}

.shop-sidetable.is-wk30 img {
  width: 66px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetable.is-wk30 img {
    width: 89px;
  }
}

.shop-sidetable.is-girare img {
  width: 82px;
}

@media screen and (min-width: 960px), print {
  .shop-sidetable.is-girare img {
    width: 110px;
  }
}

/*
 * ソファライフフォト セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.shop-slp-section .shop-heading-3:not(:first-child) {
    margin-top: 33px;
  }
  .shop-section.shop-slp-section .shop-heading-3:not(:last-child) {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.shop-slp-section:not(:last-child) {
    margin-bottom: 150px;
  }
  .shop-section.shop-slp-section .shop-heading-3:not(:last-child) {
    margin-bottom: 60px;
  }
  .shop-section.shop-slp-section .shop-heading-3__en {
    margin-bottom: 16px;
  }
}

.shop-slps {
  padding-left: 5vw;
  padding-bottom: 38px;
  background: linear-gradient(180deg, transparent 0%, transparent 70px, #AFA6A1 70px, #AFA6A1 100%);
}

.shop-slps > .shop-slps-container {
  padding-right: 20px;
}

@media screen and (min-width: 960px), print {
  .shop-slps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding-bottom: 43px;
    background: linear-gradient(180deg, transparent 0%, transparent 90px, #AFA6A1 90px, #AFA6A1 100%);
  }
  .shop-slps > .shop-slps-container {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 40px;
  }
  .shop-slps > .shop-slps-nav {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .shop-slps {
    padding-left: calc((100vw - 1200px) / 2);
  }
	.shop-hero-item.is-pivo .shop-hero-item__content{
		width: 83%;
	}
}

.shop-slp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 276px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-transition: outline-color .5s ease;
  transition: outline-color .5s ease;
}

html.has-hover .shop-slp:hover,
html.has-hover a:hover .shop-slp,
html.has-hover .bl-hover .shop-slp {
  outline-color: #DBA24C;
}

html.has-hover .shop-slp:hover > *,
html.has-hover a:hover .shop-slp > *,
html.has-hover .bl-hover .shop-slp > * {
  z-index: -1;
}

html.has-hover .shop-slp:hover > *,
html.has-hover a:hover .shop-slp > *,
html.has-hover .bl-hover .shop-slp > * {
  position: relative;
}

.shop-slp__content {
  padding: 10px 15px 12px;
  background-color: #FFFFFF;
}

.shop-slp__data {
  font-size: 1.3rem;
  line-height: 1.69231;
  letter-spacing: 0.04em;
  margin-bottom: 7px;
}

.shop-slp__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46667;
  letter-spacing: .05em;
}

.shop-slp__title,
.shop-slp__title .svg-icon {
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

html.has-hover .shop-slp__title:hover,
html.has-hover a:hover .shop-slp__title,
html.has-hover .bl-hover .shop-slp__title {
  color: #DBA24C;
}

html.has-hover .shop-slp__title:hover .icon-new-window,
html.has-hover a:hover .shop-slp__title .icon-new-window,
html.has-hover .bl-hover .shop-slp__title .icon-new-window {
  color: #DBA24C;
}

@media screen and (min-width: 960px), print {
  .shop-slp {
    width: 300px;
  }
  .shop-slp__content {
    padding: 11px 16px 25px;
  }
  .shop-slp__data {
    font-size: 1.5rem;
    line-height: 1.66667;
    margin-bottom: 12px;
  }
  .shop-slp__title {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
}

.shop-slps-nav {
  padding-right: 5vw;
}

.shop-slps-nav__button {
  margin-top: 40px;
  text-align: center;
}

.shop-slps-nav__button .shop-button {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 960px), print {
  .shop-slps-nav {
    padding-right: 50px;
  }
  .shop-slps-nav__button {
    margin-top: 35px;
  }
  .shop-slps-nav__button .shop-button {
    width: 306px;
  }
}

.shop-slps-prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shop-slps-prevnext__next, .shop-slps-prevnext__prev {
  display: none;
}

@media screen and (min-width: 960px), print {
  .shop-slps-prevnext__next, .shop-slps-prevnext__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px #00000008;
    box-shadow: 0px 1px 4px #00000008;
    border: 1px solid #E5E5E5;
    border-radius: 65px;
    color: #3C3C3C;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .shop-slps-prevnext__next .svg-icon, .shop-slps-prevnext__prev .svg-icon {
    display: block;
    width: 10px;
    height: 16px;
    margin-top: 1px;
    color: #707070;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  html.has-hover .shop-slps-prevnext__next:hover .svg-icon,
  html.has-hover a:hover .shop-slps-prevnext__next .svg-icon,
  html.has-hover .bl-hover .shop-slps-prevnext__next .svg-icon {
    color: #DBA24C;
  }
  html.has-hover .shop-slps-prevnext__prev:hover .svg-icon,
  html.has-hover a:hover .shop-slps-prevnext__prev .svg-icon,
  html.has-hover .bl-hover .shop-slps-prevnext__prev .svg-icon {
    color: #DBA24C;
  }
  .shop-slps-prevnext__prev {
    margin-right: 24px;
  }
  .shop-slps-prevnext__prev .svg-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .shop-slps-prevnext__next .svg-icon {
    margin-left: 2px;
  }
  .shop-slps-prevnext__prev.swiper-button-disabled, .shop-slps-prevnext__next.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    pointer-events: none;
  }
  .shop-slps-prevnext__prev.swiper-button-disabled .svg-icon, .shop-slps-prevnext__next.swiper-button-disabled .svg-icon {
    color: #888;
  }
}

/*
 * メンテナンス セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.is-divided.shop-sofa-mainte-section {
    padding-top: 70px;
  }
  .shop-section.is-divided.shop-sofa-mainte-section .shop-heading-3 {
    margin-bottom: 38px;
  }
  .shop-section.is-divided.shop-sofa-mainte-section .shop-heading-3__en {
    color: #A4AEB4;
    font-weight: 900;
  }
  .shop-section.is-divided.shop-sofa-mainte-section .shop-heading-3__ja {
    font-weight: 700;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.is-divided.shop-sofa-mainte-section .shop-heading-3 {
    margin-bottom: 73px !important;
  }
  .shop-section.is-divided.shop-sofa-mainte-section .shop-heading-3__en {
    text-align: left;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 9px;
  }
  .shop-section.is-divided.shop-sofa-mainte-section .shop-heading-3__ja {
    text-align: left;
    font-weight: 700;
  }
}

.shop-sofa-mainte-section {
  background-color: #1D3645;
  color: #FFFFFF;
}

.shop-sofa-mainte-section__image {
  position: relative;
}

.shop-sofa-mainte-section__image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop-sofa-mainte-section__image picture.is-hover {
  opacity: 1;
}

.shop-sofa-mainte-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
}

@media screen and (max-width: 959px) {
  .shop-sofa-mainte-section {
    padding-bottom: 0 !important;
  }
  .shop-sofa-mainte-section picture:first-child {
    opacity: 1 !important;
  }
  .shop-sofa-mainte-section picture:nth-child(n+2) {
    opacity: 0 !important;
  }
  .shop-sofa-mainte-section__menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 549px) {
  .shop-sofa-mainte-section__image {
    padding-top: 62.4%;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-sofa-mainte-section__image {
    padding-top: 37.43483%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-mainte-section {
    position: relative;
    padding-top: 93px !important;
    padding-bottom: 90px !important;
  }
  .shop-sofa-mainte-section__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 43.05556%;
    height: 100%;
    padding-top: 0;
  }
}

.shop-sofa-mainte-menu {
  position: relative;
  display: block;
}

.shop-sofa-mainte-menu > a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}

.shop-sofa-mainte-menu > a,
.shop-sofa-mainte-menu > a .svg-icon {
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

html.has-hover .shop-sofa-mainte-menu > a:hover,
html.has-hover a:hover .shop-sofa-mainte-menu > a,
html.has-hover .bl-hover .shop-sofa-mainte-menu > a {
  color: #DBA24C;
}

html.has-hover .shop-sofa-mainte-menu > a:hover .icon-new-window,
html.has-hover a:hover .shop-sofa-mainte-menu > a .icon-new-window,
html.has-hover .bl-hover .shop-sofa-mainte-menu > a .icon-new-window {
  color: #DBA24C;
}

@media screen and (max-width: 959px) {
  .shop-sofa-mainte-menu:not(:first-child) {
    border-top: 1px solid #77868F;
  }
  .shop-sofa-mainte-menu:before, .shop-sofa-mainte-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    background-color: currentColor;
    height: 1px;
    width: 4px;
    opacity: .5;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .shop-sofa-mainte-menu:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .shop-sofa-mainte-menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  .shop-sofa-mainte-menu > a {
    display: block;
    padding: 19px 5vw 19px calc(5vw + 17px);
    color: #FFFFFF;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-mainte-menu {
    max-width: 56.94444%;
  }
  .shop-sofa-mainte-menu:not(:last-child) {
    margin-bottom: 30px;
  }
  .shop-sofa-mainte-menu > a {
    padding: 0 0 0 67px;
    font-size: 1.8rem;
  }
  .shop-sofa-mainte-menu > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: .6em;
    left: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    width: 50px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  html.has-hover .shop-sofa-mainte-menu > a:hover:before,
  html.has-hover a:hover .shop-sofa-mainte-menu > a:before,
  html.has-hover .bl-hover .shop-sofa-mainte-menu > a:before {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}

/*
 * アウトレット セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.shop-outlet-section:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.shop-outlet-section:not(:first-child) {
    margin-top: 140px;
  }
  .shop-section.shop-outlet-section:not(:last-child) {
    margin-bottom: 150px;
  }
  .shop-section.shop-outlet-section .shop-heading-3:not(:last-child) {
    margin-bottom: 65px;
  }
  .shop-section.shop-outlet-section .shop-heading-3__en {
    margin-bottom: 7px;
  }
	.shop-section.shop-outlet-section.sold .shop-heading-3 {
		margin-bottom: 56px;
	}
	.shop-section.shop-outlet-section.sold .shop-outlet-section__button {
		margin-top: 0!important;
	}
}

.shop-outlet-section__button {
  margin-top: 28px;
  text-align: center;
}

@media screen and (min-width: 960px), print {
  .shop-outlet-section__button {
    margin-top: 70px;
  }
  .shop-outlet-section .container {
    max-width: calc(1000px + 6vw * 2);
  }
}

.shop-outlets > .shop-outlet:not(:first-child) {
  margin-top: 28px;
}

@media screen and (min-width: 550px), print {
  .shop-outlets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .shop-outlets > .shop-outlet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding: 0 15px;
  }
  .shop-outlets > .shop-outlet:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px), print {
  .shop-outlets > .shop-outlet {
    width: 33.33333%;
  }
  .shop-outlets > .shop-outlet:nth-child(-n+3) {
    margin-top: 0;
  }
}

.shop-outlet {
  display: block;
}

.shop-outlet__image {
  position: relative;
  margin-bottom: 3px;
  padding-top: 66.46884%;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-transition: outline-color .5s ease;
  transition: outline-color .5s ease;
}

html.has-hover .shop-outlet__image:hover,
html.has-hover a:hover .shop-outlet__image,
html.has-hover .bl-hover .shop-outlet__image {
  outline-color: #DBA24C;
}

html.has-hover .shop-outlet__image:hover > *,
html.has-hover a:hover .shop-outlet__image > *,
html.has-hover .bl-hover .shop-outlet__image > * {
  z-index: -1;
}

html.has-hover .shop-outlet__image:hover > *:not(picture),
html.has-hover a:hover .shop-outlet__image > *:not(picture),
html.has-hover .bl-hover .shop-outlet__image > *:not(picture) {
  position: relative;
}

.shop-outlet__image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.shop-outlet__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
}

.shop-outlet__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-outlet__discount {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 71px;
  min-height: 71px;
  background-color: #990000;
  color: #FFFFFF;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.05263;
  letter-spacing: 0.12em;
  text-align: center;
}

.shop-outlet__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 5px 15px 16px;
  background-color: #E6E6E6;
}

.shop-outlet__name {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 7px;
}

.shop-outlet__name,
.shop-outlet__name .svg-icon {
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

html.has-hover .shop-outlet__name:hover,
html.has-hover a:hover .shop-outlet__name,
html.has-hover .bl-hover .shop-outlet__name {
  color: #DBA24C;
}

html.has-hover .shop-outlet__name:hover .icon-new-window,
html.has-hover a:hover .shop-outlet__name .icon-new-window,
html.has-hover .bl-hover .shop-outlet__name .icon-new-window {
  color: #DBA24C;
}

.shop-outlet__price {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.shop-outlet__price em {
  font-style: normal;
  color: #990000;
}

@media screen and (min-width: 550px), print {
  .shop-outlet__image {
    padding-top: 56.31068%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-outlet__image {
    padding-top: 64.64968%;
    margin-bottom: 5px;
  }
  .shop-outlet__name {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .shop-outlet__discount {
    width: 79px;
    min-height: 79px;
    font-size: 2.8rem;
  }
}

/*
 * ソファタイプ セクション
 */
@media screen and (max-width: 959px) {
  .shop-section.is-divided.shop-sofa-type-section .container {
    min-width: 0;
  }
  .shop-section.is-divided.shop-sofa-type-section .shop-heading-3:not(:first-child) {
    margin-top: 55px;
  }
  .shop-section.is-divided.shop-sofa-type-section .shop-heading-3:not(:last-child) {
    margin-bottom: 55px;
  }
  .shop-section.is-divided.shop-sofa-type-section .shop-heading-3__en {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 960px), print {
  .shop-section.is-divided.shop-sofa-type-section {
    padding-top: 73px;
    padding-bottom: 57px;
  }
  .shop-section.is-divided.shop-sofa-type-section .container {
    min-width: 0;
    max-width: calc(900px + 6vw * 2);
  }
  .shop-section.is-divided.shop-sofa-type-section .shop-heading-3:not(:last-child) {
    margin-bottom: 82px;
  }
  .shop-section.is-divided.shop-sofa-type-section .shop-heading-3__en {
    margin-bottom: 7px;
  }
}

.shop-sofa-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  /*margin: 0 -5vw 0 -17px;*//*220131修正*/
	justify-content: center;/*220131修正*/
}

.shop-sofa-types > .shop-sofa-type {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-sofa-types {
    margin: 0 -1.81818vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-types {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop-sofa-types > .shop-sofa-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.shop-sofa-type {
  display: block;
/*  width: 142px;
  padding: 0 17px;*//*220131修正*/
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
    width: 31%;/*220131修正*/
    padding: 0 1%;/*220131修正*/
}

.shop-sofa-type__head {
  margin-bottom: 13px;
  color: #808080;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 4px solid #808080;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: .1em;
}

.shop-sofa-type__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  height: 51px;
}

.shop-sofa-type__image img {
  vertical-align: bottom;
}

.shop-sofa-type__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.53333;
  letter-spacing: .06em;
  text-align: center;
}

html.has-hover .shop-sofa-type:hover .shop-sofa-type__head,
html.has-hover a:hover .shop-sofa-type .shop-sofa-type__head,
html.has-hover .bl-hover .shop-sofa-type .shop-sofa-type__head {
  color: #DBA24C;
  border-bottom-color: #DBA24C;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-sofa-type {
    width: calc(33.33333% - 3.63636vw);
    max-width: 244px;
    padding: 0 1.81818vw;
  }
  .shop-sofa-type__head {
    padding-bottom: 10px;
    margin-bottom: 26px;
  }
  .shop-sofa-type__image {
    height: 10.18182vw;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-type {
    width: 250px;
    padding: 0;
  }
  .shop-sofa-type__head {
    font-size: 1.4rem;
    padding-bottom: 8px;
    margin-bottom: 26px;
  }
  .shop-sofa-type__image {
    height: 96px;
  }
  .shop-sofa-type__lead {
    line-height: 2.33333;
    letter-spacing: .11em;
  }
}

.shop-sofa-type.is-low .shop-sofa-type__image img {
  width: 107px;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-sofa-type.is-low .shop-sofa-type__image img {
    width: 22vw;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-type.is-low .shop-sofa-type__image img {
    width: 206px;
  }
}

.shop-sofa-type.is-standard .shop-sofa-type__image img {
  width: 95px;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-sofa-type.is-standard .shop-sofa-type__image img {
    width: 19.63636vw;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-type.is-standard .shop-sofa-type__image img {
    width: 181px;
  }
}

.shop-sofa-type.is-high-back .shop-sofa-type__image img {
  width: 110px;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-sofa-type.is-high-back .shop-sofa-type__image img {
    width: 21.81818vw;
  }
}

@media screen and (min-width: 960px), print {
  .shop-sofa-type.is-high-back .shop-sofa-type__image img {
    width: 206px;
  }
}

/*
 * ペットとソファのある暮らし セクション
 */
@media screen and (min-width: 960px), print {
  .shop-section.shop-with-pet-section:not(:first-child) {
    margin-top: 132px;
  }
  .shop-section.shop-with-pet-section:not(:last-child) {
    margin-bottom: 160px;
  }
  .shop-section.shop-with-pet-section .shop-heading-3 {
    margin-bottom: 50px;
  }
  .shop-section.shop-with-pet-section .shop-heading-3__en {
    margin-bottom: 16px;
  }
}

.shop-with-pets {
  overflow: hidden;
}

.shop-with-pets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4.5px;
  margin-right: -4.5px;
}

.shop-with-pets__list > .shop-with-pet {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 9px;
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.shop-with-pets__list > .shop-with-pet:first-child {
  margin-top: 0;
  width: 100%;
}

.shop-with-pets__list > .shop-with-pet:nth-child(n+2) {
  width: 50%;
}

@media screen and (min-width: 960px), print {
  .shop-with-pets {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
  .shop-with-pets__list {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .shop-with-pets__list > .shop-with-pet {
    padding-left: 5px;
    padding-right: 5px;
  }
  .shop-with-pets__list > .shop-with-pet:first-child {
    width: 33.33333%;
  }
  .shop-with-pets__list > .shop-with-pet:nth-child(n+2) {
    margin-top: 0;
    width: 33.33333%;
  }
}

.shop-with-pet {
  position: relative;
  display: block;
}

.shop-with-pet__image {
  position: relative;
}

.shop-with-pet__image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.shop-with-pet__image img {
  width: 100%;
}

.shop-with-pet__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  mix-blend-mode: multiply;
}

.shop-with-pet__content {
  position: absolute;
  top: 50%;
  width: calc(100% - 6px);
  color: #FFFFFF;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.31579;
  letter-spacing: .12em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 960px), print {
  .shop-with-pet__image:after {
    background-color: rgba(60, 60, 60, 0.4);
  }
  html.has-hover .shop-with-pet__image:hover:after,
  html.has-hover a:hover .shop-with-pet__image:after,
  html.has-hover .bl-hover .shop-with-pet__image:after {
    background-color: rgba(60, 60, 60, 0.2);
  }
  .shop-with-pet__content {
    font-size: 2.2rem;
    line-height: 1.59091;
  }
}

.shop-with-pet:first-child .shop-with-pet__image {
  padding-top: 62.42424%;
}

.shop-with-pet:first-child .shop-with-pet__content {
  color: #3C3C3C;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-with-pet:first-child .shop-with-pet__image {
    padding-top: 49.82206%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-with-pet:first-child .shop-with-pet__image {
    padding-top: 68.18182%;
  }
  .shop-with-pet:first-child .shop-with-pet__content {
    color: #FFFFFF;
  }
}

.shop-with-pet:nth-child(n+2) .shop-with-pet__image {
  padding-top: 80.32787%;
}

.shop-with-pet:nth-child(n+2) .shop-with-pet__content {
  letter-spacing: 0;
  line-height: 1.57895;
}
@media screen and (min-width: 550px), print {
  .shop-with-pet:nth-child(n+2) .shop-with-pet__content {
	   letter-spacing: .12em;
	}
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .shop-with-pet:nth-child(n+2) .shop-with-pet__image {
    padding-top: 63.96181%;
  }
}

@media screen and (min-width: 960px), print {
  .shop-with-pet:nth-child(n+2) .shop-with-pet__image {
    padding-top: 68.18182%;
  }
}

/*/////ヒーロー スライダーページャー位置調整 24.7.11 森/////*/
@media screen and (min-width: 960px), print {
 	body#page-top div.shop-hero div.shop-hero__wrapper.swiper-wrapper div.shop-hero__pagination.swiper-pagination {
	    display:flex;
		width:100%;
		justify-content: center;
		right:auto;
  }
}
/*/////サイドテーブルセールアイコン追加 25.4.7 森/////*/
    .museum-sale {
		position:relative;
}
    .museum-sale .shop-sidetable__image picture::after {
        content: '特別価格';
        position: absolute;
        top: -30px;
        left: -10px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #900;
        color: #fff;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.3px;
        line-height: 1.4;
        white-space: pre;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
@media screen and (max-width: 959px) {
	.shop-sidetables{
		position:relative;
		padding-top:20px;
		margin-top:-20px;
	}
    .museum-sale .shop-sidetable__image picture::after {
        content: "特別\A価格";
        white-space: pre;
        position: absolute;
        top: -20px;
        left: 22px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #900;
        color: #fff;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.3px;
		line-height: 1.1em;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}
@media screen and (max-width: 550px) {
    .museum-sale .shop-sidetable__image picture::after {
        left: 10px;
	}}