@charset "UTF-8";
/*
 * コンテナ
 */
.sofaitem-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 549px;
  min-width: 320px;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 550px), print {
  .sofaitem-container {
    width: 100%;
    max-width: 959px;
    min-width: 550px;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-container {
    width: 100%;
    max-width: 100vw;
    min-width: 960px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-container {
    width: 100%;
    max-width: 100vw;
    min-width: 960px;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.sofaitem-container.is-max-xlarge {
  max-width: calc(1500px + 5vw * 2);
}

@media screen and (min-width: 550px), print {
  .sofaitem-container.is-max-xlarge {
    max-width: calc(1500px + 6vw * 2);
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-container.is-max-xlarge {
    max-width: calc(1500px + 8vw * 2);
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-container.is-max-xlarge {
    max-width: calc(1500px + 6vw * 2);
  }
}

.sofaitem-container.is-max-large {
  max-width: calc(1200px + 5vw * 2);
}

@media screen and (min-width: 550px), print {
  .sofaitem-container.is-max-large {
    max-width: calc(1200px + 6vw * 2);
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-container.is-max-large {
    max-width: calc(1200px + 8vw * 2);
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-container.is-max-large {
    max-width: calc(1200px + 6vw * 2);
  }
}

/*
 * コンテナ（レスポンシブ対応）
 */
@media screen and (max-width: 549px) {
  .sofaitem-container-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%;
    max-width: 549px;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-container-to-tablet {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-container-to-tablet {
    max-width: 549px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-container-to-tablet {
    max-width: 959px;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-container-is-widescreen {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-container-is-widescreen.is-max-xlarge {
    max-width: calc(1500px + 6vw * 2);
  }
}

/*
 * ソファコンテンツ
 */
.sofaitem-content p:not(:first-child) {
  margin-top: 20px;
}

.sofaitem-content p:not(:last-child) {
  margin-bottom: 20px;
}

/*
 * ソファ見出し
 */
.sofaitem-heading-2 {
  padding: 13px 0;
  background-color: #5A5A5A;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 549px) {
  .sofaitem-heading-2 {
    width: 100%;
  }
}

@media screen and (min-width: 550px), print {
  .sofaitem-heading-2 {
    display: inline-block;
    min-width: 150px;
    padding: 9px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-heading-2 {
    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;
  }
}

.sofaitem-heading-3 {
  font-size: 2.7rem;
  line-height: 1.3;
  letter-spacing: .1em;
}

@media screen and (min-width: 960px), print {
  .sofaitem-heading-3 {
    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: 4.3rem;
    font-weight: 100;
    line-height: 1.3;
  }
}

.sofaitem-heading-4 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

@media screen and (min-width: 960px), print {
  .sofaitem-heading-4 {
    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: 3.3rem;
    font-weight: 100;
    line-height: 1.3;
  }
}

.page-sofaitem .footer {
  margin-top: 0;
}

.lazyload,
.lazyvideo,
.swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  will-change: opacity;
}

.lazyload.loaded,
.lazyload.error,
.lazyvideo.loaded,
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

/*
 * ソファセクション
 */
.sofaitem-section {
  position: relative;
  padding-top: 1px;
}

.sofaitem-section .sofaitem-heading-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
}

@media screen and (min-width: 960px), print {
  .sofaitem-section {
    margin: 200px 0;
  }
}

.sofaitem-structure {
  position: relative;
  border-top: 1px solid transparent;
}

.sofaitem-structure .sofaitem-heading-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
}

/*
 * 注意喚起
 */
.sofaitem-attention:not(:last-child) {
  margin-bottom: 12px;
}

.sofaitem-attention__inner {
  color: #FFFFFF;
  background-color: #700600;
  display: block;
  padding: 20px;
}

.sofaitem-attention__title, .sofaitem-attention__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.sofaitem-attention__body {
  margin-top: 10px;
}

@media screen and (min-width: 960px), print {
  .sofaitem-attention__inner {
    padding: 40px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  html.has-hover .sofaitem-attention__inner:hover,
  html.has-hover a:hover .sofaitem-attention__inner,
  html.has-hover .bl-hover .sofaitem-attention__inner {
    background-color: #8F0900;
  }
  .sofaitem-attention__title {
    display: block;
    font-size: 2.9rem;
    font-weight: 500;
  }
  .sofaitem-attention__subtitle {
    display: block;
    font-size: 2rem;
    font-weight: 500;
  }
  .sofaitem-attention__body {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-attention__body {
    margin-top: 0px;
  }
  .sofaitem-attention__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-attention__head {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 44.2%;
  }
  .sofaitem-attention__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 32px;
    width: 50%;
  }
}

/*
 * 購入サイズの確認
 */
.sofaitem-buy-size {
  background-color: #FFF;
}

@media screen and (max-width: 549px), print {
  .sofaitem-buy-size__head {
    padding: 0 0 30px 0;
  }
}

.sofaitem-buy-size__title {
  padding: 20px;
  background-color: #3C3C3C;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 960px), print {
  .sofaitem-buy-size__title {
    padding: 22px;
    font-size: 2.4rem;
  }
}

.sofaitem-buy-size-view-wrapper { grid-area: a; }
.sofaitem-buy-size-nav-wrapper { grid-area: b; }
.sofaitem-buy-block { grid-area: c; }

.sofaitem-buy-size__body {
  display: grid;
  grid-template-columns: calc(50% - 45px) calc(50% - 45px);
  grid-template-areas:
    "a b"
    "a c";
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  row-gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(1500px + 6vw * 2);
  margin: 0 auto;
  padding: 100px 6vw;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-buy-size__body {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    padding: 100px 8vw;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-size__body {
    grid-template-columns: 100%;
    grid-template-areas:
      "b"
      "a"
      "c";
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-size__body {
    padding: 30px 6vw 80px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size__body {
    row-gap: 20px;
    padding: 0 5vw 50px;
  }
}

.sofaitem-buy-size__body > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sofaitem-buy-size-view-wrapper {
  background-color: #F8F8F8;
  position: relative;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-buy-size-view-wrapper {
    position: sticky;
    top: 6vw;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-size-view-wrapper {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-view-wrapper {
    background-color: #FFF;
  }
}

.sofaitem-buy-size-view {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-size-view {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 30px 0;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-view {
    padding: 0;
  }
}

.sofaitem-buy-size-view__related-link {
  margin-bottom: 26px;
  text-align: center;
}

.sofaitem-buy-size-view__photo {
  margin-bottom: 18px;
}

@media screen and (min-width: 550px), print {
  .sofaitem-buy-size-view__photo {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-buy-size-view__photo {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 549px), print {
  .sofaitem-buy-size-view__photo {
    margin-bottom: 10px;
  }
}

.sofaitem-buy-size-view-photo-container {
  margin-left: auto;
  margin-right: auto;
}

.sofaitem-buy-size-view-photo-slide {
  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;
}
.sofaitem-buy-size-view-photo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.sofaitem-buy-size-view-photo picture {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 35.9375%;
}

.sofaitem-buy-size-view-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  vertical-align: bottom;
}

.sofaitem-buy-size-view-thumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sofaitem-buy-size-view-thumb {
  position: relative;
  width: 80px;
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.sofaitem-buy-size-view-thumb img {
  vertical-align: bottom;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-view-thumb {
    width: 70px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .sofaitem-buy-size-view-thumb img {
    display: none;
  }
}

.sofaitem-buy-size-view-thumb figcaption {
  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: 500;
  letter-spacing: .1em;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-view-thumb figcaption {
    font-size: 1.2rem;
    background-color:#FFF;
    border: 1px solid #C4C4C4;
    border-radius: 30px;
    line-height: 1.7;
  }
  .sofaitem-buy-size-view-thumb.is-active figcaption {
    background-color:#3C3C3C;
    border: 1px solid #3C3C3C;
    color: #FFF;
  }
}

@media screen and (min-width: 960px), print {
  html.has-hover .sofaitem-buy-size-view-thumb:hover,
  html.has-hover a:hover .sofaitem-buy-size-view-thumb,
  html.has-hover .bl-hover .sofaitem-buy-size-view-thumb {
    color: #dba24c;
  }
}

.sofaitem-buy-size-view-thumb.is-active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #666666 transparent;
  z-index: 10;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-view-thumb.is-active:before {
    display: none;
  }
}

.sofaitem-buy-size-nav-wrapper {
  position: relative;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-nav-wrapper {
    min-width: calc(320px - 10vw);
  }
}

.sofaitem-buy-size-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
   justify-content: left;
}

.sofaitem-buy-size-nav {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
}

@media screen and (min-width: 1616px) {
  .sofaitem-buy-size-nav {
    max-width: 666px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1615px) {
  .sofaitem-buy-size-nav {
    max-width: 571px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .sofaitem-buy-size-nav {
    max-width: 476px;
  }
}
@media screen and (min-width: 1015px) and (max-width: 1199px) {
  .sofaitem-buy-size-nav {
    max-width: 381px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1014px) {
  .sofaitem-buy-size-nav {
    max-width: 286px;
  }
}

@media screen and (min-width: 865px) and (max-width: 959px) {
  .sofaitem-buy-size-nav {
    max-width: 761px;
  }
}
@media screen and (min-width: 757px) and (max-width: 864px) {
  .sofaitem-buy-size-nav {
    max-width: 666px;
  }
}
@media screen and (min-width: 649px) and (max-width: 756px) {
  .sofaitem-buy-size-nav {
    max-width: 571px;
  }
}
@media screen and (min-width: 550px) and (max-width: 648px) {
  .sofaitem-buy-size-nav {
    max-width: 476px;
  }
}

@media screen and (min-width: 513px) and (max-width: 549px) {
  .sofaitem-buy-size-nav {
    max-width: 461px;
  }
}
@media screen and (min-width: 410px) and (max-width: 512px) {
  .sofaitem-buy-size-nav {
    max-width: 369px;
  }

}

.sofaitem-buy-size-nav-item {
  padding: 5px;
  width: 95px;
  height: auto;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-nav-item {
    padding: 4px;
    width: 92px;
    max-width: calc((90vw - 1px) / 4);
    min-width: calc((320px - 10vw - 1px) / 4);
  }
}

.sofaitem-buy-size-nav-item:has(.is-active) {
  padding: 4px;
  width: 96px;
  border: 2px solid #000;
  margin-left: -1px;
  margin-top: -1px;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-size-nav-item:has(.is-active) {
    padding: 3px;
    width: 93px;
  }
}

@media screen and (max-width: 415px) {
  .sofaitem-buy-size-nav-item:has(.is-active) {
    max-width: calc((90vw + 2px) / 4);
    min-width: calc((320px - 10vw + 3px) / 4);
  }
}

.sofaitem-buy-size-nav-item__link {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 100%;
}

.sofaitem-buy-size-nav-item__link.is-active {
  background-color: #E6E6E6;
}

.sofaitem-buy-size-nav-item__image img {
  vertical-align: bottom;
}

.sofaitem-buy-size-nav-item__text {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (min-width: 411px) {
  .sofaitem-buy-size-nav-item__text {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 960px) {
  .sofaitem-buy-size-nav-item__text {
    font-size: 1.2rem;
  }
  html.has-hover .sofaitem-buy-size-nav-item__text:hover,
  html.has-hover a:hover .sofaitem-buy-size-nav-item__text,
  html.has-hover .bl-hover .sofaitem-buy-size-nav-item__text {
    color: #dba24c;
  }
}

/*
 * 購入
 */
 .sofaitem-buy-area-box.sofaitem-buy-size {
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 1;
}

.sofaitem-buy__buy {
  width: 100%;
}

.sofaitem-buy-title__product-name {
  font-size: 2.2rem;
  font-weight: 600;
  color: #AAA29B;
  white-space: nowrap;
  margin-bottom: 20px;
}

.sofaitem-buy-title__product-name br {
  display: none;
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-title__product-name {
    margin: 10px 0 15px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-title__product-name {
    text-align: center;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-title__product-name {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 400px) {
  .sofaitem-buy-title__product-name br {
    display: block;
  }
}

.sofaitem-buy-title__product-size {
  display: inline-block;
  margin-left: 15px;
  color: #3C3C3C;
}

@media screen and (max-width: 400px) {
  .sofaitem-buy-title__product-size {
    margin-left: 0;
    margin-top: 10px;
  }
}

.sofaitem-buy-title__size {
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #9D9D9D;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-title__size {
    text-align: center;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-title__size {
    margin-bottom: 20px;
  }
}


.sofaitem-buy-title__price {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-title__price {
    text-align: center;
  }
}

.sofaitem-buy-title__tax {
  font-size: 1.3rem;
  font-weight: 400;
}

.sofaitem-buy-link {
  margin-bottom: 30px;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-link {
    text-align: center;
  }
}

.sofaitem-buy-schedule {
  width: fit-content;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #FAFAFA;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-schedule {
    margin: 0 auto 30px;
  }
}

.sofaitem-buy-schedule__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.sofaitem-buy-schedule__item:first-child {
  margin-bottom: 10px;
}

.sofaitem-buy-schedule__item-title {
  margin-right: 20px;
  font-weight: 600;
}

.sofaitem-buy-schedule__item-date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #990000;
}

.sofaitem-buy-schedule__item-date span {
  font-size: 1.2rem;
}

.sofaitem-buy-buy {
  display: -webkit-box;
  display: flex;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-buy-buy {
    display: grid;
    gap: 5px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-buy {
    -webkit-box-pack: center;
            justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-buy {
    display: grid;
    gap: 5px;
    margin-bottom: 30px;
  }
}

.sofaitem-buy-buy__btn {
  width: calc(60% - 5px);
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-buy-buy__btn {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-buy__btn {
    width: auto;
  }
}

.sofaitem-buy-buy__button {
  display: block;
  background-color: #DBA24C;
  width: 100%;
  height: 70px;
  padding: 25px 10px;
  color: #FFFFFF;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-buy__button {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-buy__button {
    padding: 30px 20px;
    height: 80px;
  }
}

@media screen and (min-width: 960px), print {
  html.has-hover .sofaitem-buy-buy__button:hover,
  html.has-hover a:hover .sofaitem-buy-buy__button,
  html.has-hover .bl-hover .sofaitem-buy-buy__button {
    background-color: #B37E2E;
  }
}

.sofaitem-buy-fav {
  width: calc(40% - 5px);
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-buy-fav {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-fav {
    width: auto;
  }
}

.sofaitem-buy-fav__btn {
  cursor: pointer;
  border: 1px solid #D2D2D2;
  background: transparent;
  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;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  height: 70px;
  padding: 0 10px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-buy-fav__btn {
    height: 60px;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-buy-fav__btn {
    padding: 0 20px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-fav__btn {
    height: 60px;
  }
}

.sofaitem-buy-fav__btn svg {
  margin-right: 10px;
}

.sofaitem-buy-price-delivery p {
  margin-bottom: 10px;
}

.sofaitem-buy-price-delivery strong {
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-price-delivery .link {
    font-weight: 600;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-price-delivery {
    text-align: center;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-buy-price-delivery strong {
    font-size: 1.6rem;
  }
  .sofaitem-buy-price-delivery .link {
    display: inline-block;
  }
}

.sofaitem-buy-price-fabric .table {
  width: 100%;
}

.sofaitem-buy-price-fabric .table th, .sofaitem-buy-price-fabric .table td {
  width: 50%;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-price-fabric {
    margin-bottom: 46px;
  }
  .sofaitem-buy-price-fabric .table thead th,
  .sofaitem-buy-price-fabric .table tbody td {
    font-size: 1.5rem;
  }
  .sofaitem-buy-price-fabric .table th, .sofaitem-buy-price-fabric .table td {
    padding: .6em .6em;
  }
  .sofaitem-buy-price-fabric__table2 .table.is-bordered {
    border-top: none;
  }
  .sofaitem-buy-price-fabric__table2 thead {
    display: none;
  }
}

@media screen and (min-width: 550px), print {
  .sofaitem-buy-price-fabric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -6px;
    margin-right: -6px;
  }
  .sofaitem-buy-price-fabric > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 6px);
    margin-left: 6px;
    margin-right: 6px;
  }
  .sofaitem-buy-price-fabric .table {
    font-size: 1.3rem;
  }
  .sofaitem-buy-price-fabric .table th, .sofaitem-buy-price-fabric .table td {
    padding: 6px 8px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-fabric-graph__body {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-buy-fabric-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-buy-fabric-graph__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 40% !important;
  }
  .sofaitem-buy-fabric-graph__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 25px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-buy-fabric-graph__body {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-buy-fabric-graph__body {
    margin-bottom: 10px;
  }
}

/*
 * 購入エリア
 */
.sofaitem-buy-area {
  padding: 80px 0 80px;
  background-color: #F3F2ED;
}

@media screen and (max-width: 549px) {
  .sofaitem-buy-area {
    min-width: 320px;
  }
}

.sofaitem-buy-area .checked-items {
  margin-top: 55px;
}

@media screen and (min-width: 960px) {
  .sofaitem-buy-area {
    padding: 150px 0 100px;
  }
}

.sofaitem-buy-area-inner {
  padding: 20px;
}

@media screen and (min-width: 960px), print {
  .sofaitem-buy-area-inner {
    padding: 30px;
  }
}

.sofaitem-buy-area-heading {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}

@media screen and (min-width: 960px), print {
  .sofaitem-buy-area-heading {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 550px), print {
  .has-text-center-from-tablet {
    text-align: center !important;
  }
}

/*
 * 硬さ
 */
.sofaitem-hardness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sofaitem-hardness__spec1, .sofaitem-hardness__spec2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.sofaitem-hardness__spec2, .sofaitem-hardness__copy {
  margin-left: 20px;
}

@media screen and (max-width: 549px) {
  .sofaitem-hardness__spec1 img, .sofaitem-hardness__spec2 img {
    width: 30px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-hardness__spec1 img, .sofaitem-hardness__spec2 img {
    width: 38px;
  }
  .sofaitem-hardness__spec2, .sofaitem-hardness__copy {
    margin-left: 30px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-hardness {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-hardness__copy {
    margin-left: 34px;
  }
}

.sofaitem-hardness-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sofaitem-hardness-2__spec {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.sofaitem-hardness-2__spec:not(:first-child) {
  margin-left: 27px;
}

/*
 * ヒーロー
 */
@media screen and (min-width: 960px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none), screen and (min-width: 960px) and (-ms-high-contrast: active), print and (-ms-high-contrast: active) {
  .sofaitem-hero-1__image figure {
    height: 100vh;
  }
}

/*
 * ページ内リンク
 */
@media screen and (max-width: 959px) {
  .sofaitem-inpage-nav {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-inpage-nav {
    position: fixed;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 700;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .sofaitem-inpage-nav__link {
    position: relative;
    display: block;
    padding: 6px 0 6px 25px;
    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.3rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }
  .sofaitem-inpage-nav__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 15px;
    background-color: #B1ADAD;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .sofaitem-inpage-nav__link > span {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .sofaitem-inpage-nav__link.is-active:before {
    width: 20px;
    background-color: #3C3C3C;
  }
  .sofaitem-inpage-nav__link.is-active > span {
    color: #3C3C3C;
    opacity: 1;
  }
  html.has-hover .sofaitem-inpage-nav__link:hover:before,
  html.has-hover a:hover .sofaitem-inpage-nav__link:before,
  html.has-hover .bl-hover .sofaitem-inpage-nav__link:before {
    width: 20px;
    background-color: #3C3C3C;
  }
  html.has-hover .sofaitem-inpage-nav__link:hover > span,
  html.has-hover a:hover .sofaitem-inpage-nav__link > span,
  html.has-hover .bl-hover .sofaitem-inpage-nav__link > span {
    color: #3C3C3C;
    opacity: 1;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-inpage-nav.is-active {
    opacity: 1;
  }
}

/*
 * バナー
 */
.sofaitem-leather {
  background-color: #FFF;
}

.sofaitem-leather:not(:last-child) {
  margin-bottom: 12px;
}

.sofaitem-leather__image figure {
  margin: 0 auto;
}

.sofaitem-leather__main {
  padding: 20px;
}

.sofaitem-leather__title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}

@media screen and (min-width: 550px), print {
  .sofaitem-leather__title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-leather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sofaitem-leather__head {
    margin-bottom: 14px;
  }
  .sofaitem-leather .sofaitem-leather__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-leather .sofaitem-leather__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-leather__image {
    width: 46%;
    margin-bottom: 17px;
  }
  .sofaitem-leather__head {
    width: 54%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-leather__body {
    width: 100%;
    clear: both;
  }
  .sofaitem-leather__main {
    padding: 0 20px 20px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-leather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-leather__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 38.7%;
  }
  .sofaitem-leather__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 61.3%;
    padding: 46px 30px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-leather__head {
    height: auto !important;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-leather.is-image-left .sofaitem-leather__image {
    float: left;
  }
  .sofaitem-leather.is-image-left .sofaitem-leather__head {
    float: left;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-leather.is-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sofaitem-leather.is-image-left .sofaitem-leather__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-leather.is-image-left .sofaitem-leather__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-leather.is-image-right .sofaitem-leather__image {
    float: right;
  }
  .sofaitem-leather.is-image-right .sofaitem-leather__head {
    float: right;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-leather.is-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sofaitem-leather.is-image-right .sofaitem-leather__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-leather.is-image-right .sofaitem-leather__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*
 * ソファのある住まい
 */
.sofaitem-live__main {
  color: #FFFFFF;
}

.sofaitem-live__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sofaitem-live__content > .sofaitem-live__head {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.sofaitem-live__content > .sofaitem-live__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sofaitem-live__head {
  margin-right: 14px;
}

.sofaitem-live__head img {
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .sofaitem-live__main {
    background-color: #3C3C3C;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-live__main {
    padding: 34px 5vw;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-live__main {
    padding: 48px 6vw 32px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-live {
    position: relative;
  }
  .sofaitem-live__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 56.4%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
  }
  .sofaitem-live__content {
    padding-left: 9%;
    width: calc(100% - 8vw);
  }
  .sofaitem-live__head {
    margin-right: 20px;
  }
  .sofaitem-live__image {
    overflow: hidden;
  }
  .sofaitem-live__image > figure img {
    -webkit-transition: opacity .6s ease, -webkit-transform .5s ease-out;
    transition: opacity .6s ease, -webkit-transform .5s ease-out;
    transition: opacity .6s ease, transform .5s ease-out;
    transition: opacity .6s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
    will-change: opacity, transform;
  }
  html.has-hover .sofaitem-live:hover .sofaitem-live__image > figure img,
  html.has-hover a:hover .sofaitem-live .sofaitem-live__image > figure img,
  html.has-hover .bl-hover .sofaitem-live .sofaitem-live__image > figure img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-live__content {
    width: calc(100% - 6vw);
    max-width: calc(16.4% + 750px);
  }
  .sofaitem-live__head {
    margin-right: 30px;
  }
}

/*
 * 職人の想い
 */
.sofaitem-mind {
  background-color: black;
}

.sofaitem-mind__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 90px 0;
  color: #FFFFFF;
}

.sofaitem-mind__main > .sofaitem-container {
  position: relative;
  z-index: 100;
}

.sofaitem-mind__head {
  margin-bottom: 36px;
}

.sofaitem-mind__link {
  margin-top: 40px;
}

.sofaitem-mind__image > figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sofaitem-mind__image > figure img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 549px) {
  .sofaitem-mind__main-wrapper {
    position: relative;
  }
}

@media screen and (min-width: 550px), print {
  .sofaitem-mind {
    position: relative;
  }
  .sofaitem-mind__main {
    padding: 153px 0;
  }
  .sofaitem-mind .sofaitem-heading-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-mind__main {
    padding: 90px 0 80px;
  }
  .sofaitem-mind__head {
    margin-bottom: 45px;
  }
  .sofaitem-mind .sofaitem-container {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-mind .sofaitem-container {
    max-width: calc(1500px + 12vw * 2);
    padding-left: 12vw;
    padding-right: 12vw;
  }
}

/*
 * フォトギャラリー
 */
.sofaitem-photo-gallery:not(.has-bg-color) {
  margin: 100px 0 100px;
}

.sofaitem-photo-gallery.has-bg-color {
  padding: 100px 0;
}

.sofaitem-photo-gallery__main {
  margin-bottom: 26px;
}

.sofaitem-photo-gallery__head {
  text-align: center;
}

.sofaitem-photo-gallery__head:not(:last-child) {
  margin-bottom: 17px;
}

.sofaitem-photo-gallery__slider-container {
  overflow: visible;
}

.sofaitem-photo-gallery__slider-container:not(:last-child) {
  margin-bottom: 26px;
}

.sofaitem-photo-gallery__slider-wrapper {
  overflow: hidden;
}

.sofaitem-photo-gallery__thumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.7%;
  margin-right: -1.7%;
}

.sofaitem-photo-gallery__thumb-container > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.6%;
  margin-left: 1.7%;
  margin-right: 1.7%;
}

.sofaitem-photo-gallery__thumb-container > * img {
  width: 100%;
}

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

@media screen and (min-width: 960px), print {
  .sofaitem-photo-gallery:not(.has-bg-color) {
    margin: 150px 0 200px;
  }
  .sofaitem-photo-gallery.has-bg-color {
    padding: 145px 0 200px;
  }
  .sofaitem-photo-gallery__main {
    margin-bottom: 60px;
  }
  .sofaitem-photo-gallery__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-photo-gallery__body {
    text-align: center;
  }
  .sofaitem-photo-gallery__thumb-container {
    margin-left: -1.4%;
    margin-right: -1.4%;
  }
  .sofaitem-photo-gallery__thumb-container > * {
    width: 17.2%;
    margin-left: 1.4%;
    margin-right: 1.4%;
  }
  .sofaitem-photo-gallery .swiper-button-normal-prev,
  .sofaitem-photo-gallery .swiper-button-normal-next {
    width: 40px;
    height: 80px;
  }
  .sofaitem-photo-gallery .swiper-button-normal-prev:before, .sofaitem-photo-gallery .swiper-button-normal-prev:after,
  .sofaitem-photo-gallery .swiper-button-normal-next:before,
  .sofaitem-photo-gallery .swiper-button-normal-next:after {
    width: 57px;
  }
  .sofaitem-photo-gallery .swiper-button-normal-prev {
    left: -50px;
  }
  .sofaitem-photo-gallery .swiper-button-normal-next {
    right: -50px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-photo-gallery .sofaitem-container {
    max-width: 1700px;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .sofaitem-photo-gallery .swiper-button-normal-prev {
    left: -6%;
  }
  .sofaitem-photo-gallery .swiper-button-normal-next {
    right: -6%;
  }
}

.sofaitem-photo-gallery-photo__image:not(:last-child) {
  margin-bottom: 25px;
}

.sofaitem-photo-gallery-photo__image img {
  width: 100%;
}

@media screen and (min-width: 960px), print {
  .sofaitem-photo-gallery-photo figcaption {
    text-align: center;
  }
}

.sofaitem-photo-gallery-thumb img {
  outline: 2px solid transparent;
  outline-offset: -2px;
  -webkit-transition: outline-color .5s ease;
  transition: outline-color .5s ease;
}

@media screen and (min-width: 960px), print {
  .sofaitem-photo-gallery-thumb img {
    outline-width: 1px;
    outline-offset: -1px;
  }
  html.has-hover .sofaitem-photo-gallery-thumb:hover img,
  html.has-hover a:hover .sofaitem-photo-gallery-thumb img,
  html.has-hover .bl-hover .sofaitem-photo-gallery-thumb img {
    outline-color: #DBA24C;
  }
}

.sofaitem-photo-gallery-thumb.is-active img {
  outline-color: #3C3C3C;
}

/*
 * プラスチック脚
 */
.sofaitem-plastic-legs {
  background-color: #FFF;
}

.sofaitem-plastic-legs:not(:last-child) {
  margin-bottom: 12px;
}

.sofaitem-plastic-legs__image figure {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .sofaitem-plastic-legs__image {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-plastic-legs__head {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-plastic-legs__image {
    float: left;
    width: 21.8%;
    margin-bottom: 13px;
  }
  .sofaitem-plastic-legs__head {
    float: left;
    width: 78.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
  }
  .sofaitem-plastic-legs__body {
    width: 100%;
    clear: both;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-plastic-legs > .sofaitem-buy-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-plastic-legs__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 50px;
  }
  .sofaitem-plastic-legs__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-plastic-legs__head {
    height: auto !important;
    margin-bottom: 14px;
  }
}

/*
 * 生地について
 */
.sofaitem-select-fabric {
  background-color: #FFF;
}

.sofaitem-select-fabric:not(:last-child) {
  margin-bottom: 150px;
}

.sofaitem-select-fabric__image figure {
  margin: 0 auto;
}

.sofaitem-select-fabric__head .sofaitem-buy-area-heading strong {
  font-size: 1.35em;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sofaitem-select-fabric:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-select-fabric:not(:last-child) {
    margin-bottom: 80px;
  }
  .sofaitem-select-fabric__image {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-select-fabric__head {
    margin-bottom: 14px;
  }
  .sofaitem-select-fabric__head .sofaitem-buy-area-heading {
    text-align: center;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-select-fabric__image {
    float: left;
    width: 21.8%;
    margin-bottom: 13px;
  }
  .sofaitem-select-fabric__head {
    float: left;
    width: 78.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
  }
  .sofaitem-select-fabric__head .sofaitem-buy-area-heading strong {
    margin-left: .5em;
    display: inline-block;
  }
  .sofaitem-select-fabric__body {
    width: 100%;
    clear: both;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-select-fabric > .sofaitem-buy-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-select-fabric__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 50px;
  }
  .sofaitem-select-fabric__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-select-fabric__head {
    height: auto !important;
    margin-right: 50px;
    white-space: nowrap;
  }
}

/*
 * 選べるタイプ
 */
.sofaitem-select-type {
  background-color: #FFF;
}

.sofaitem-select-type:not(:last-child) {
  margin-bottom: 12px;
}

.sofaitem-select-type__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sofaitem-select-type__image > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 50%;
}

.sofaitem-select-type__head {
  margin-bottom: 14px;
}

@media screen and (max-width: 959px) {
  .sofaitem-select-type__image {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-select-type > .sofaitem-buy-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-select-type__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 50px;
  }
  .sofaitem-select-type__image > *, .sofaitem-select-type__image > * figure {
    max-width: none;
  }
}

.sofaitem-select-type-image__caption {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 960px), print {
  .sofaitem-select-type-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sofaitem-select-type-image__caption {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-select-type-image__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*
 * ショールーム
 */
.sofaitem-showroom-display {
  background-color: #FFF;
}

.sofaitem-showroom-display:not(:last-child) {
  margin-bottom: 12px;
}

.sofaitem-showroom-display__image figure {
  margin: 0 auto;
}

.sofaitem-showroom-display__links .link {
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .sofaitem-showroom-display__image {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-showroom-display__head {
    margin-bottom: 14px;
  }
  .sofaitem-showroom-display__links {
    margin-right: -2%;
  }
  .sofaitem-showroom-display__links .link {
    margin-right: 2%;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-showroom-display__image {
    float: left;
    width: 21.8%;
    margin-bottom: 13px;
  }
  .sofaitem-showroom-display__head {
    float: left;
    width: 78.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
  }
  .sofaitem-showroom-display__body {
    width: 100%;
    clear: both;
  }
}

@media screen and (min-width: 550px), print {
  .sofaitem-showroom-display__links .link:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-showroom-display > .sofaitem-buy-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-showroom-display__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 50px;
  }
  .sofaitem-showroom-display__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-showroom-display__head {
    height: auto !important;
    margin-bottom: 14px;
  }
}

/*
 * ソファサイズナビ
 */
.sofaitem-size-nav-block {
  margin-top: 30px;
  margin-bottom: 95px;
}

@media screen and (min-width: 960px), print {
  .sofaitem-size-nav-block {
    margin-top: 40px;
    margin-bottom: 190px;
  }
}

.sofaitem-size-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 960px), print {
  .sofaitem-size-nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sofaitem-size-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: auto auto;
}

@media screen and (max-width: 959px) {
  .sofaitem-size-nav {
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-size-nav {
    max-width: 373px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-size-nav {
    max-width: 486px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-size-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -20px;
  }
}

.sofaitem-size-nav-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.sofaitem-size-nav-item__link {
  display: block;
  padding-bottom: 10px;
}

.sofaitem-size-nav-item__link.is-active {
  background-color: #E6E6E6;
}

.sofaitem-size-nav-item__image img {
  vertical-align: bottom;
}

.sofaitem-size-nav-item__text {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 411px) {
  .sofaitem-size-nav-item__text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-size-nav-item {
    padding: 4px 3px 3px 4px;
  }
  .sofaitem-size-nav-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: calc(100% + 1px);
    height: 0;
    border-top: 1px solid #D2D2D2;
    margin-top: -4px;
  }
  .sofaitem-size-nav-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #D2D2D2;
    margin-left: -4px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-size-nav-item {
    width: 93px;
    max-width: calc((90vw - 1px) / 4);
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-size-nav-item {
    width: 97px;
    max-width: calc((88vw - 1px) / 5);
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-size-nav-item {
    position: relative;
    width: 111px;
    margin-bottom: 20px;
    padding: 5px 5px 5px 5px;
    border-right: 1px solid #D2D2D2;
  }
  .sofaitem-size-nav-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    border-left: 1px solid #D2D2D2;
  }
  .sofaitem-size-nav-item__text {
    font-size: 1.2rem;
  }
  html.has-hover .sofaitem-size-nav-item:hover,
  html.has-hover a:hover .sofaitem-size-nav-item,
  html.has-hover .bl-hover .sofaitem-size-nav-item {
    color: #DBA24C;
  }
}

.sofaitem-size-nav-fabric {
  margin-top: 38px;
  text-align: center;
}

.sofaitem-size-nav-fabric__head {
  display: inline-block;
  margin: 0 10px;
}

.sofaitem-size-nav-fabric__link {
  display: inline-block;
  color: #DBA24C;
  font-weight: 700;
  margin: 0 10px;
}

@media screen and (min-width: 550px), print {
  .sofaitem-size-nav-fabric {
    margin-top: 25px;
  }
}

@media screen and (min-width: 960px), print {
  html.has-hover .sofaitem-size-nav-fabric__link:hover,
  html.has-hover a:hover .sofaitem-size-nav-fabric__link,
  html.has-hover .bl-hover .sofaitem-size-nav-fabric__link {
    text-decoration: underline;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-size-nav-fabric.is-multi .sofaitem-size-nav-fabric__head {
    display: block;
    margin-right: 0;
  }
  .sofaitem-size-nav-fabric.is-multi .sofaitem-size-nav-fabric__link {
    display: block;
  }
}

.sofaitem-size-nav-dimension {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.sofaitem-size-nav-dimension__head {
  display: inline-block;
  margin: 0 10px;
}

.sofaitem-size-nav-dimension__body {
  display: inline-block;
  margin: 0 10px;
}

.sofaitem-size-nav-delivery-date {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.sofaitem-size-nav-delivery-date__head {
  display: inline-block;
  margin: 0 10px;
}

.sofaitem-size-nav-delivery-date__body {
  display: inline-block;
  margin: 0 10px;
}

.sofaitem-size-nav-price {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.sofaitem-size-nav-price__head {
  display: inline-block;
  margin: 0 10px;
}

.sofaitem-size-nav-price__link {
  display: inline-block;
  margin: 0 10px;
  font-weight: 700;
}

.sofaitem-size-nav-price__link.has-icon-after .icon {
  vertical-align: sub;
}

.sofaitem-size-nav-price__link .svg-icon {
  font-size: 10px;
}

/*
 * ソファライフフォト
 */
.sofaitem-slp {
  padding: 60px 0;
}

.sofaitem-slp__head {
  margin-bottom: 40px;
}

.sofaitem-slp__icon {
  margin-bottom: 10px;
}

.sofaitem-slp__title {
  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.7rem;
  font-weight: 700;
  line-height: 1.12593;
  letter-spacing: .1em;
}

@media screen and (max-width: 959px) {
  .sofaitem-slp__main {
    margin-bottom: 24px;
  }
  .sofaitem-slp__icon {
    text-align: center;
  }
  .sofaitem-slp__icon .icon-camera-2 {
    font-size: 22px;
  }
  .sofaitem-slp__title {
    text-align: center;
  }
  .sofaitem-slp__copy {
    text-align: center;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-slp__item-container > .sofaitem-slp-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-slp__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2%;
    margin-right: -2%;
  }
  .sofaitem-slp__item-container > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 29.33333%;
    margin: 0 2%;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-slp {
    padding: 100px 0;
  }
  .sofaitem-slp > .sofaitem-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sofaitem-slp__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 330px;
  }
  .sofaitem-slp__icon {
    line-height: 1;
    margin-bottom: 20px;
  }
  .sofaitem-slp__icon .icon-camera-2 {
    font-size: 34px;
  }
  .sofaitem-slp__title {
    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: 3.3rem;
    font-weight: 300;
  }
  .sofaitem-slp__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 59%;
  }
  .sofaitem-slp__item-container > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 30%;
  }
  .sofaitem-slp__item-container > *:not(:first-child) {
    margin-left: 5%;
  }
}

.sofaitem-live + .sofaitem-slp {
  border-top: 1px solid #FFF;
}

.sofaitem-slp-item__image img {
  width: 100%;
}

.sofaitem-slp-item__data {
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 1;
}

.sofaitem-slp-item__title {
  font-weight: 700;
}

@media screen and (max-width: 549px) {
  .sofaitem-slp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-slp-item > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-slp-item__content {
    padding-left: 20px;
  }
}

@media screen and (min-width: 550px), print {
  .sofaitem-slp-item__image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-slp-item {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
  }
  html.has-hover .sofaitem-slp-item:hover,
  html.has-hover a:hover .sofaitem-slp-item,
  html.has-hover .bl-hover .sofaitem-slp-item {
    color: #dba24c;
  }
}

/*
 * 構造（基本）
 */
.sofaitem-structure-basic {
  margin: 100px 0 90px;
}

.sofaitem-structure-basic__title {
  text-align: center;
  margin-bottom: 30px;
}

.sofaitem-structure-basic__head {
  letter-spacing: .1em;
}

@media screen and (max-width: 959px) {
  .sofaitem-structure-basic__head {
    font-size: 1.9rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-structure-basic__image {
    margin-bottom: 16px;
  }
  .sofaitem-structure-basic__image figure {
    width: 80%;
    margin: 0 auto;
  }
  .sofaitem-structure-basic__head {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-structure-basic {
    margin: 120px 0 90px;
  }
  .sofaitem-structure-basic__title {
    margin-bottom: 60px;
  }
  .sofaitem-structure-basic__image {
    width: 50%;
    margin-bottom: 26px;
    float: left;
  }
  .sofaitem-structure-basic__head {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 6vw;
  }
  .sofaitem-structure-basic__body {
    width: 100%;
    margin-top: 17px;
    clear: both;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-structure-basic {
    margin: 150px 0 100px;
  }
  .sofaitem-structure-basic__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-structure-basic__title {
    margin-bottom: 75px;
  }
  .sofaitem-structure-basic__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 6.6%;
  }
  .sofaitem-structure-basic__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    max-width: 750px;
    padding-left: 1.7%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-structure-basic__head {
    height: auto !important;
    margin-bottom: 47px;
    font-size: 2.6rem;
    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-weight: 300;
    letter-spacing: .1em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-structure-basic__image {
    padding-right: 100px;
  }
  .sofaitem-structure-basic__main {
    padding-left: 25px;
  }
}

/*
 * 構造（詳細）
 */
.sofaitem-structure-detail {
  margin: 67px 0 84px;
}

@media screen and (max-width: 959px) {
  .sofaitem-structure-detail__item-container {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-structure-detail {
    margin: 90px 0 84px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-structure-detail {
    margin: 100px 0 105px;
  }
  .sofaitem-structure-detail__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .sofaitem-structure-detail__item-wrapper > .sofaitem-structure-detail-item-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(33.33333% - 30px);
    margin: 50px 15px 95px;
  }
  .sofaitem-structure-detail__item-wrapper > .sofaitem-structure-detail-item-2 {
    width: calc(100% - 30px);
    margin: 50px 15px 95px;
  }
  .sofaitem-structure-detail .swiper-button-normal-prev,
  .sofaitem-structure-detail .swiper-button-normal-next {
    display: none;
  }
}

.sofaitem-structure-detail-item-1__title,
.sofaitem-structure-detail-item-2__title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .sofaitem-structure-detail-item-1__head,
  .sofaitem-structure-detail-item-2__head {
    height: auto !important;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-structure-detail-item-1,
  .sofaitem-structure-detail-item-2 {
    padding: 0 30px;
  }
  .sofaitem-structure-detail-item-1__head,
  .sofaitem-structure-detail-item-2__head {
    margin-bottom: 24px;
  }
  .sofaitem-structure-detail-item-1__image,
  .sofaitem-structure-detail-item-2__image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-structure-detail-item-1,
  .sofaitem-structure-detail-item-2 {
    padding: 0 40px;
  }
  .sofaitem-structure-detail-item-1__head,
  .sofaitem-structure-detail-item-2__head {
    margin-bottom: 24px;
  }
  .sofaitem-structure-detail-item-1__image,
  .sofaitem-structure-detail-item-2__image {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-structure-detail-item-1__title,
  .sofaitem-structure-detail-item-2__title {
    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: 2.6rem;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-structure-detail-item-1__head {
    margin-bottom: 40px;
  }
  .sofaitem-structure-detail-item-1__image {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-structure-detail-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-structure-detail-item-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-structure-detail-item-2__main {
    padding-right: 6.6%;
  }
  .sofaitem-structure-detail-item-2__head {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-structure-detail-item-2__main {
    padding-right: 3vw;
  }
}

/*
 * 搬入サイズ
 */
.sofaitem-take-in-size {
  background-color: #FFF;
}

.sofaitem-take-in-size:not(:last-child) {
  margin-bottom: 12px;
}

.sofaitem-take-in-size__image figure {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .sofaitem-take-in-size__image {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-take-in-size__head {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-take-in-size__image {
    float: left;
    width: 21.8%;
    margin-bottom: 13px;
  }
  .sofaitem-take-in-size__head {
    float: left;
    width: 78.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
  }
  .sofaitem-take-in-size__head:not(:last-child) {
    margin-bottom: 0;
  }
  .sofaitem-take-in-size__body {
    width: 100%;
    clear: both;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-take-in-size > .sofaitem-buy-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-take-in-size__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 50px;
  }
  .sofaitem-take-in-size__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-take-in-size__head {
    height: auto !important;
    margin-bottom: 14px;
  }
}

/*
 * ソファタイトル
 */
.sofaitem-title-block {
  margin-top: 76px;
}

@media screen and (min-width: 960px), print {
  .sofaitem-title-block {
    margin-top: 102px;
  }
}

.sofaitem-title {
  text-align: center;
}

.sofaitem-title__product-name {
  display: block;
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.11111;
  text-indent: .1em;
}

.sofaitem-title__product-name-2 {
  display: block;
  margin-bottom: 26px;
  color: #A3A3A3;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.7;
  text-indent: .1em;
}

.sofaitem-title__price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sofaitem-title__price {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.sofaitem-title__tax {
  font-size: 1.2rem;
}

.sofaitem-title__tobuy {
  display: none;
}

.sofaitem-title__fav {
  margin-top: 20px;
}

.sofaitem-title__fav-ico {
  cursor: pointer;
  border: 1px solid #D2D2D2;
  background: transparent;
  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;
  font-size: 1.2rem;
  line-height: 1;
  min-height: 26px;
  min-width: 170px;
}

.sofaitem-title__fav-ico .fvt-delete,
.sofaitem-buy-fav__btn .fvt-delete {
  display: none;
}

.sofaitem-title__fav-ico.is-added .fvt-add,
.sofaitem-buy-fav__btn.is-added .fvt-add {
  display: none;
}

.sofaitem-title__fav-ico.is-added .fvt-delete,
.sofaitem-buy-fav__btn.is-added .fvt-delete {
  display: inline;
}

.sofaitem-title__fav-ico svg {
  margin-right: 5px;
}

.sofaitem-title__fav-ico svg,
.sofaitem-buy-fav__btn svg {
  color: #3C3C3C;
  fill: #3C3C3C;
}

.sofaitem-title__fav-ico.is-added,
.sofaitem-buy-fav__btn.is-added {
	border: 1px solid #707070;
	background-color: #F9F9F9;
}

@media screen and (min-width: 550px), print {
  .sofaitem-title__product-name {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .sofaitem-title__tobuy {
    display: inline-block;
    background-color: #DBA24C;
    margin-left: 16px;
    padding: 6px 9px;
    color: #FFFFFF;
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1;
    text-indent: .1em;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
  }
  html.has-hover .sofaitem-title__tobuy:hover,
  html.has-hover a:hover .sofaitem-title__tobuy,
  html.has-hover .bl-hover .sofaitem-title__tobuy {
    background-color: #B37E2E;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-title__fav-ico svg,
  .sofaitem-title__fav-ico .fvt-add,
  .sofaitem-title__fav-ico .fvt-delete,
  .sofaitem-buy-fav__btn svg,
  .sofaitem-buy-fav__btn .fvt-add,
  .sofaitem-buy-fav__btn .fvt-delete {
	  -webkit-transition: all 0.3s ease-out;
	          transition: all 0.3s ease-out;
  }
  .sofaitem-title__fav-ico:hover svg,
  .sofaitem-buy-fav__btn:hover svg {
    color: #DBA24C;
    fill: #DBA24C;
  }
  .sofaitem-title__fav-ico:hover .fvt-add,
  .sofaitem-title__fav-ico:hover .fvt-delete,
  .sofaitem-buy-fav__btn:hover .fvt-add,
  .sofaitem-buy-fav__btn:hover .fvt-delete {
	  color: #dba24c;
  }
}

/*
 * コーナーセット
 */
.sofaitem-banner-1__main {
  color: #FFFFFF;
}

.sofaitem-banner-1__title {
  font-weight: 700;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 959px) {
  .sofaitem-banner-1__main {
    padding: 27px 5vw 32px;
    background-color: #3C3C3C;
  }
  .sofaitem-banner-1__title {
    font-size: 2.7rem;
    letter-spacing: .1em;
    line-height: 1.6;
  }
  .sofaitem-banner-1__copy {
    font-weight: 700;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-banner-1__head:not(:last-child) {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-banner-1__main {
    padding: 40px 6vw;
  }
  .sofaitem-banner-1__head {
    padding-right: 35px;
  }
  .sofaitem-banner-1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-banner-1__content > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-banner-1 {
    position: relative;
  }
  .sofaitem-banner-1__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(60, 60, 60, 0.6);
    background-blend-mode: multiply;
    z-index: 100;
  }
  .sofaitem-banner-1__content {
    padding-right: 8vw;
    width: calc(100% - 8vw);
  }
  .sofaitem-banner-1__head {
    margin-bottom: 30px;
  }
  .sofaitem-banner-1__title {
    font-size: 4.3rem;
    line-height: 1.3;
    letter-spacing: .2em;
  }
  .sofaitem-banner-1__copy {
    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: 2.6rem;
    font-weight: 300;
    line-height: 1.40385;
  }
  .sofaitem-banner-1__image {
    overflow: hidden;
  }
  .sofaitem-banner-1__image > figure img {
    -webkit-transition: opacity .6s ease, -webkit-transform .3s ease-out;
    transition: opacity .6s ease, -webkit-transform .3s ease-out;
    transition: opacity .6s ease, transform .3s ease-out;
    transition: opacity .6s ease, transform .3s ease-out, -webkit-transform .3s ease-out;
    will-change: opacity, transform;
  }
  html.has-hover .sofaitem-banner-1:hover .sofaitem-banner-1__image > figure img,
  html.has-hover a:hover .sofaitem-banner-1 .sofaitem-banner-1__image > figure img,
  html.has-hover .bl-hover .sofaitem-banner-1 .sofaitem-banner-1__image > figure img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-banner-1__content {
    padding-right: 6vw;
    width: calc(100% - 6vw);
    max-width: 750px;
  }
}

/*
 * 画像背景ブロック
 */
.sofaitem-bg-image-1 {
  position: relative;
}

@media screen and (max-width: 959px) {
  .sofaitem-bg-image-1 {
    margin-bottom: 5px;
  }
  .sofaitem-bg-image-1__main {
    padding-top: 30px;
  }
  .sofaitem-bg-image-1__main:not(.has-bg-color-to-tablet) {
    margin-bottom: 50px;
  }
  .sofaitem-bg-image-1__main.has-bg-color-to-tablet {
    padding-bottom: 50px;
  }
  .sofaitem-bg-image-1__main .sofaitem-heading-3 {
    text-align: center;
  }
  .sofaitem-bg-image-1__head:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sofaitem-bg-image-1__main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .sofaitem-bg-image-1__head:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-half .sofaitem-bg-image-1__content {
    width: 50%;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-left > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-right > div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-center > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-top > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sofaitem-bg-image-1__main.is-top .sofaitem-bg-image-1__content {
    margin-top: 130px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-v-center > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-image-1__main.is-bottom > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sofaitem-bg-image-1__main.is-bottom .sofaitem-bg-image-1__content {
    margin-bottom: 130px;
  }
}

/*
 * 画像スライダー背景ブロック
 */
.sofaitem-bg-slider-1 {
  position: relative;
}

.sofaitem-bg-slider-1__slider {
  position: relative;
}

.sofaitem-bg-slider-1 .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 959px) {
  .sofaitem-bg-slider-1 .swiper-pagination {
    bottom: 5px;
  }
  .sofaitem-bg-slider-1 {
    margin-bottom: 5px;
  }
  .sofaitem-bg-slider-1__main {
    padding-top: 30px;
  }
  .sofaitem-bg-slider-1__main:not(.has-bg-color-to-tablet) {
    margin-bottom: 50px;
  }
  .sofaitem-bg-slider-1__main.has-bg-color-to-tablet {
    padding-bottom: 50px;
  }
  .sofaitem-bg-slider-1__main .sofaitem-heading-3 {
    text-align: center;
  }
  .sofaitem-bg-slider-1__head:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-slider-1__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
  }
  .sofaitem-bg-slider-1__main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .sofaitem-bg-slider-1__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-bg-slider-1 .swiper-button-normal-prev-from-desktop,
  .sofaitem-bg-slider-1 .swiper-button-normal-next-from-desktop {
    width: 40px;
    height: 80px;
  }
  .sofaitem-bg-slider-1 .swiper-button-normal-prev-from-desktop:before, .sofaitem-bg-slider-1 .swiper-button-normal-prev-from-desktop:after,
  .sofaitem-bg-slider-1 .swiper-button-normal-next-from-desktop:before,
  .sofaitem-bg-slider-1 .swiper-button-normal-next-from-desktop:after {
    width: 57px;
  }
  .sofaitem-bg-slider-1 .swiper-button-normal-prev-from-desktop {
    left: 50px;
  }
  .sofaitem-bg-slider-1 .swiper-button-normal-next-from-desktop {
    right: 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px), print {
  .sofaitem-bg-slider-1__main > div {
    padding: 0 8vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-slider-1__main.is-left {
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-bg-slider-1__main.is-left > div {
    padding: 0 100px 0 8vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-bg-slider-1__main.is-right {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-bg-slider-1__main.is-right > div {
    padding: 0 8vw 0 100px;
  }
}

/*
 * 画像横幅100%ブロック
 */
.sofaitem-full-image-1:not(.has-bg-color) {
  margin: 100px 0 100px;
}

.sofaitem-full-image-1.has-bg-color {
  padding: 100px 0 100px;
}

.sofaitem-full-image-1__head {
  text-align: center;
}

.sofaitem-full-image-1__head:not(:last-child) {
  margin-bottom: 17px;
}

.sofaitem-full-image-1__body {
  margin-bottom: 30px;
}

.sofaitem-full-image-1__image-inner figcaption {
  margin-top: 12px;
  padding: 0 10px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.86667;
}

@media screen and (min-width: 960px), print {
  .sofaitem-full-image-1:not(.has-bg-color) {
    margin: 150px 0 200px;
  }
  .sofaitem-full-image-1.has-bg-color {
    padding: 150px 0 200px;
  }
  .sofaitem-full-image-1 .sofaitem-container {
    max-width: calc(1500px + 8vw * 2);
  }
  .sofaitem-full-image-1__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-full-image-1__body {
    text-align: center;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-full-image-1 .sofaitem-container {
    max-width: calc(1500px + 6vw * 2);
  }
}

.sofaitem-full-image-1.has-bg-color + .has-bg-color {
  padding-top: 0;
}

.sofaitem-full-image-1__image.is-columns .sofaitem-full-image-1__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
}

.sofaitem-full-image-1__image.is-columns .sofaitem-full-image-1__image-inner > figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 1px;
}

.sofaitem-full-image-1__image.is-columns .sofaitem-full-image-1__image-inner > figure img {
  width: 100%;
}

.sofaitem-full-image-1__image.is-multiline .sofaitem-full-image-1__image-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sofaitem-full-image-1__image.is-multiline .sofaitem-full-image-1__image-inner > figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 1px;
}

.sofaitem-full-image-1__image.is-columns-2 .sofaitem-full-image-1__image-inner > figure {
  width: 50%;
}

.sofaitem-full-image-1__image.is-3images-a .sofaitem-full-image-1__image-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sofaitem-full-image-1__image.is-3images-a .sofaitem-full-image-1__image-inner > figure:nth-child(1) {
  width: 100%;
  margin-bottom: 1px;
}

.sofaitem-full-image-1__image.is-3images-a .sofaitem-full-image-1__image-inner > figure:nth-child(2) {
  margin-right: 1px;
}

.sofaitem-full-image-1__image.is-3images-a .sofaitem-full-image-1__image-inner > figure:nth-child(2),
.sofaitem-full-image-1__image.is-3images-a .sofaitem-full-image-1__image-inner > figure:nth-child(3) {
  float: left;
  width: calc(50% - 0.5px);
}

.sofaitem-full-image-1__image.has-margin .sofaitem-full-image-1__image-inner {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}

.sofaitem-full-image-1__image.has-margin .sofaitem-full-image-1__image-inner > figure {
  width: 50%;
  margin-left: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

@media screen and (max-width: 549px) {
  .sofaitem-full-image-1__image.is-stack-mobile .sofaitem-full-image-1__image-inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .sofaitem-full-image-1__image.is-stack-mobile .sofaitem-full-image-1__image-inner > figure {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sofaitem-full-image-1__image.is-stack-mobile .sofaitem-full-image-1__image-inner > figure:not(:first-child) {
    margin-top: 24px;
  }
}

/*
 * 画像横幅50%ブロック1
 */
.sofaitem-half-image-1 {
  margin: 100px 0;
}

.sofaitem-half-image-1__head:not(:last-child) {
  margin-bottom: 17px;
}

@media screen and (max-width: 959px) {
  .sofaitem-half-image-1__body {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-half-image-1 {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-1 {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 150px 0;
  }
  .sofaitem-half-image-1__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 8vw);
    max-width: 750px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-half-image-1__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-half-image-1__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-1.is-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sofaitem-half-image-1.is-image-left .sofaitem-half-image-1__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 70px;
  }
  .sofaitem-half-image-1.is-image-left .sofaitem-half-image-1__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-1.is-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sofaitem-half-image-1.is-image-right .sofaitem-half-image-1__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 70px;
  }
  .sofaitem-half-image-1.is-image-right .sofaitem-half-image-1__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*
 * 画像50%ブロック2
 */
.sofaitem-half-image-2 {
  margin: 100px 0;
}

@media screen and (max-width: 959px) {
  .sofaitem-half-image-2__image {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-half-image-2 {
    padding: 0 5vw;
  }
  .sofaitem-half-image-2__head {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-2__image {
    width: 50%;
  }
  .sofaitem-half-image-2__head {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6vw;
  }
  .sofaitem-half-image-2__body {
    width: 100%;
    clear: both;
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 150px 0;
  }
  .sofaitem-half-image-2__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-half-image-2__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 8vw);
    max-width: 750px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-half-image-2__head {
    height: auto !important;
  }
  .sofaitem-half-image-2__head:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-2.is-image-left .sofaitem-half-image-2__image {
    float: left;
  }
  .sofaitem-half-image-2.is-image-left .sofaitem-half-image-2__head {
    float: left;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-2.is-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sofaitem-half-image-2.is-image-left .sofaitem-half-image-2__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-half-image-2.is-image-left .sofaitem-half-image-2__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 70px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-2.is-image-right .sofaitem-half-image-2__image {
    float: right;
  }
  .sofaitem-half-image-2.is-image-right .sofaitem-half-image-2__head {
    float: right;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-2.is-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sofaitem-half-image-2.is-image-right .sofaitem-half-image-2__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-half-image-2.is-image-right .sofaitem-half-image-2__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 70px;
  }
}

.sofaitem-half-image-2__image.is-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sofaitem-half-image-2__image.is-columns > figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.sofaitem-half-image-2__image.is-columns > figure img {
  width: 100%;
}

/*
 * 画像50%ブロック3
 */
.sofaitem-half-image-3 {
  margin: 100px 0;
}

.sofaitem-half-image-3__head:not(:last-child) {
  margin-bottom: 17px;
}

.sofaitem-half-image-3__body {
  margin-bottom: 26px;
}

.sofaitem-half-image-3__diagram img {
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .sofaitem-half-image-3:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .sofaitem-half-image-3__diagram {
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-half-image-3__image {
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-half-image-3__main {
    padding: 0 5vw;
  }
  .sofaitem-half-image-3__diagram {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-3__main {
    padding: 0 6vw;
  }
  .sofaitem-half-image-3__diagram {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 150px 0;
  }
  .sofaitem-half-image-3__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 8vw);
    max-width: 750px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-half-image-3__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-half-image-3__body {
    margin-bottom: 56px;
  }
  .sofaitem-half-image-3__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-3__main {
    width: calc(50% - 6vw);
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-half-image-3.is-image-left .sofaitem-half-image-3__diagram {
    float: right;
  }
  .sofaitem-half-image-3.is-image-left .sofaitem-half-image-3__image {
    float: left;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-3.is-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sofaitem-half-image-3.is-image-left .sofaitem-half-image-3__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-half-image-3.is-image-left .sofaitem-half-image-3__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-3.is-image-left .sofaitem-half-image-3__main {
    padding-left: 100px;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-half-image-3.is-image-right .sofaitem-half-image-3__diagram {
    float: left;
  }
  .sofaitem-half-image-3.is-image-right .sofaitem-half-image-3__image {
    float: right;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-3.is-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sofaitem-half-image-3.is-image-right .sofaitem-half-image-3__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-half-image-3.is-image-right .sofaitem-half-image-3__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-3.is-image-right .sofaitem-half-image-3__main {
    padding-right: 100px;
  }
}

/*
 * 画像50%ブロック4
 */
.sofaitem-half-image-4 {
  margin: 100px 0;
}

.sofaitem-half-image-4__image {
  margin-bottom: 26px;
}

@media screen and (max-width: 549px) {
  .sofaitem-half-image-4 {
    padding: 0 5vw;
  }
  .sofaitem-half-image-4__head {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 550px) and (max-width: 1199px), print {
  .sofaitem-half-image-4__image {
    width: 50%;
  }
  .sofaitem-half-image-4__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
  .sofaitem-half-image-4__body {
    width: 100%;
    clear: both;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-4__head {
    padding: 0 6vw;
  }
  .sofaitem-half-image-4__body {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px), print {
  .sofaitem-half-image-4__head {
    padding: 0 8vw;
  }
  .sofaitem-half-image-4__body {
    padding: 0 8vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-4 {
    margin: 150px 0;
  }
  .sofaitem-half-image-4__image {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-half-image-4__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 8vw);
    max-width: 750px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-half-image-4__head {
    height: auto !important;
  }
  .sofaitem-half-image-4__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-half-image-4__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 550px) and (max-width: 1199px), print {
  .sofaitem-half-image-4.is-image-left .sofaitem-half-image-4__image {
    float: left;
  }
  .sofaitem-half-image-4.is-image-left .sofaitem-half-image-4__head {
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-4.is-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sofaitem-half-image-4.is-image-left .sofaitem-half-image-4__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-half-image-4.is-image-left .sofaitem-half-image-4__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 100px;
  }
}

@media screen and (min-width: 550px) and (max-width: 1199px), print {
  .sofaitem-half-image-4.is-image-right .sofaitem-half-image-4__image {
    float: right;
  }
  .sofaitem-half-image-4.is-image-right .sofaitem-half-image-4__head {
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-4.is-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sofaitem-half-image-4.is-image-right .sofaitem-half-image-4__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .sofaitem-half-image-4.is-image-right .sofaitem-half-image-4__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 100px;
  }
}

.sofaitem-half-image-4__image.is-4images-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sofaitem-half-image-4__image.is-4images-a > figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  height: auto;
}

.sofaitem-half-image-4__image.is-4images-a > figure img {
  width: 100%;
}

/*
 * 画像50%ブロック4-3（説明文カラム落ち）
 */
.sofaitem-half-image-4-3 {
  margin: 100px 0;
}

.sofaitem-half-image-4-3__image {
  margin-bottom: 26px;
}

.sofaitem-half-image-4-3__image.is-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sofaitem-half-image-4-3__image.is-columns > figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.sofaitem-half-image-4-3__image.is-columns > figure img {
  width: 100%;
}

@media screen and (max-width: 549px) {
  .sofaitem-half-image-4-3 {
    padding: 0 5vw;
  }
  .sofaitem-half-image-4-3__head {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 550px) and (max-width: 1199px), print {
  .sofaitem-half-image-4-3__image {
    width: 50%;
  }
  .sofaitem-half-image-4-3__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
  .sofaitem-half-image-4-3__body {
    width: 100%;
    clear: both;
  }
}
	  
@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-half-image-4-3__head {
    padding: 0 6vw;
  }
  .sofaitem-half-image-4-3__body {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px), print {
  .sofaitem-half-image-4-3__head {
    padding: 0 8vw;
  }
  .sofaitem-half-image-4-3__body {
    padding: 0 8vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-4-3 {
    margin: 150px 0;
  }
  .sofaitem-half-image-4-3__image {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-4-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-half-image-4-3__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 8vw);
    max-width: 750px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sofaitem-half-image-4-3__head {
    height: auto !important;
  }
  .sofaitem-half-image-4-3__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-half-image-4-3__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 550px) and (max-width: 1199px), print {
  .sofaitem-half-image-4-3.is-image-left .sofaitem-half-image-4-3__image {
    float: left;
  }
  .sofaitem-half-image-4-3.is-image-left .sofaitem-half-image-4-3__head {
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-4-3.is-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sofaitem-half-image-4-3.is-image-left .sofaitem-half-image-4-3__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-half-image-4-3.is-image-left .sofaitem-half-image-4-3__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 100px;
  }
}

@media screen and (min-width: 550px) and (max-width: 1199px), print {
  .sofaitem-half-image-4-3.is-image-right .sofaitem-half-image-4-3__image {
    float: right;
  }
  .sofaitem-half-image-4-3.is-image-right .sofaitem-half-image-4-3__head {
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-4-3.is-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sofaitem-half-image-4-3.is-image-right .sofaitem-half-image-4-3__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .sofaitem-half-image-4-3.is-image-right .sofaitem-half-image-4-3__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 100px;
  }
}

/*
 * 画像50%ブロック5
 */
@media screen and (max-width: 959px) {
  .sofaitem-half-image-5 {
    margin-bottom: 5px;
  }
  .sofaitem-half-image-5__main {
    padding-top: 30px;
  }
  .sofaitem-half-image-5__main:not(.has-bg-color-to-tablet) {
    margin-bottom: 50px;
  }
  .sofaitem-half-image-5__main.has-bg-color-to-tablet {
    padding-bottom: 50px;
  }
  .sofaitem-half-image-5__main .sofaitem-heading-3 {
    text-align: center;
  }
  .sofaitem-half-image-5__head:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-half-image-5__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .sofaitem-half-image-5__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-half-image-5__main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
	padding: 0 8vw 0 100px;
  }
  .sofaitem-half-image-5__head:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px), print {
  .sofaitem-half-image-5__main > div {
    padding: 0 8vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-5.is-image-left .sofaitem-half-image-5__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-half-image-5.is-image-left .sofaitem-half-image-5__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-5.is-image-left .sofaitem-half-slider-1__main > div {
    padding: 0 8vw 0 100px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-5.is-image-right .sofaitem-half-image-5__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-half-image-5.is-image-right .sofaitem-half-image-5__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-5.is-image-right .sofaitem-half-image-5__main > div {
    padding: 0 100px 0 8vw;
  }
}

/*
 * 画像50%ブロック6
 */
.sofaitem-half-image-6 {
  margin: 100px 0 100px;
}

.sofaitem-half-image-6__image figure img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .sofaitem-half-image-6__main {
    margin-bottom: 37px;
  }
  .sofaitem-half-image-6__main .sofaitem-heading-3 {
    text-align: center;
  }
  .sofaitem-half-image-6__head:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-image-6 {
    margin: 150px 0;
  }
  .sofaitem-half-image-6__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-half-image-6__main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .sofaitem-half-image-6__head:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px), print {
  .sofaitem-half-image-6__main > div {
    padding: 0 70px;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-image-6__main > div {
    padding: 0 100px;
  }
}

/*
 * 画像スライダー50%ブロック1
 */
.sofaitem-half-slider-1 {
  margin: 100px 0 100px;
}

.sofaitem-half-slider-1__slider {
  position: relative;
}

.sofaitem-half-slider-1 .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 959px) {
  .sofaitem-half-slider-1 .swiper-pagination {
    bottom: 5px;
  }
  .sofaitem-half-slider-1__main {
    margin-bottom: 37px;
  }
  .sofaitem-half-slider-1__main .sofaitem-heading-3 {
    text-align: center;
  }
  .sofaitem-half-slider-1__head:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-slider-1 {
    margin: 150px 0 200px;
  }
  .sofaitem-half-slider-1 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-half-slider-1__slider {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-half-slider-1__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-half-slider-1__main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .sofaitem-half-slider-1__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-half-slider-1 .swiper-button-normal-prev-from-desktop,
  .sofaitem-half-slider-1 .swiper-button-normal-next-from-desktop {
    width: 40px;
    height: 80px;
  }
  .sofaitem-half-slider-1 .swiper-button-normal-prev-from-desktop:before, .sofaitem-half-slider-1 .swiper-button-normal-prev-from-desktop:after,
  .sofaitem-half-slider-1 .swiper-button-normal-next-from-desktop:before,
  .sofaitem-half-slider-1 .swiper-button-normal-next-from-desktop:after {
    width: 57px;
  }
  .sofaitem-half-slider-1 .swiper-button-normal-prev-from-desktop {
    left: 30px;
  }
  .sofaitem-half-slider-1 .swiper-button-normal-next-from-desktop {
    right: 30px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px), print {
  .sofaitem-half-slider-1__main > div {
    padding: 0 8vw;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-slider-1.is-image-left .sofaitem-half-slider-1__slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sofaitem-half-slider-1.is-image-left .sofaitem-half-slider-1__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-slider-1.is-image-left .sofaitem-half-slider-1__main > div {
    padding: 0 100px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-half-slider-1.is-image-right .sofaitem-half-slider-1__slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-half-slider-1.is-image-right .sofaitem-half-slider-1__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-half-slider-1.is-image-right .sofaitem-half-slider-1__main > div {
    padding: 0 100px;
  }
}

/*
 * 商品リスト（2列、画像自動切り替わり）
 */
.sofaitem-item-list-1 {
  margin: 100px 0;
}

.sofaitem-item-list-1 > .sofaitem-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sofaitem-item-list-1 > .sofaitem-container > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

@media screen and (min-width: 960px), print {
  .sofaitem-item-list-1 > .sofaitem-container > * {
    width: calc(50% - 3vw/2);
  }
  .sofaitem-item-list-1 > .sofaitem-container > *:nth-child(even) {
    margin-left: 3vw;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-item-list-1 > .sofaitem-container > * {
    width: calc(50% - 46px/2);
  }
  .sofaitem-item-list-1 > .sofaitem-container > *:nth-child(even) {
    margin-left: 23px;
  }
}

.sofaitem-item-list-1-item__image-container {
  position: relative;
}

.sofaitem-item-list-1-item__image {
  position: relative;
}

.sofaitem-item-list-1-item__image-note {
  display: block;
  color: #3C3C3C;
  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.5rem;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .sofaitem-item-list-1-item__image-note {
    margin-top: 6px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-item-list-1-item__image-note {
    position: absolute;
    left: 15px;
    bottom: 10px;
  }
}

.sofaitem-item-list-1-item.is-crossfade-2image__image {
  -webkit-animation: crossfade-2image 4s linear infinite;
  animation: crossfade-2image 4s linear infinite;
}

.sofaitem-item-list-1-item.is-crossfade-2image__image:first-child {
  position: relative;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 200;
}

.sofaitem-item-list-1-item.is-crossfade-2image__image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.sofaitem-item-list-1-item.is-crossfade-2image__image:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  z-index: 190;
}

/*
 * 商品リスト（2列、画像自動切り替わり）
 */
.sofaitem-item-list-2 {
  margin: 100px 0;
}

@media screen and (max-width: 959px) {
  .sofaitem-item-list-2 > .sofaitem-container > *:not(:first-child) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-item-list-2 > .sofaitem-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-item-list-2 > .sofaitem-container > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 3vw/2);
  }
  .sofaitem-item-list-2 > .sofaitem-container > *:nth-child(even) {
    margin-left: 3vw;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-item-list-2 > .sofaitem-container > * {
    width: calc(50% - 46px/2);
  }
  .sofaitem-item-list-2 > .sofaitem-container > *:nth-child(even) {
    margin-left: 23px;
  }
}

.sofaitem-item-list-2-item__image-container {
  position: relative;
}

.sofaitem-item-list-2-item__image {
  position: relative;
}

.sofaitem-item-list-2-item__head {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
}

.sofaitem-item-list-2-item__image-note {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #3C3C3C;
  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: 300;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .sofaitem-item-list-2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sofaitem-item-list-2-item:nth-child(even) .sofaitem-item-list-item__image-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-item-list-2-item:nth-child(even) .sofaitem-item-list-item__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 6.4%;
  }
  .sofaitem-item-list-2-item:nth-child(odd) .sofaitem-item-list-item__main {
    padding-left: 6.4%;
  }
  .sofaitem-item-list-2-item__head {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .sofaitem-item-list-2-item__image-container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .sofaitem-item-list-2-item__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-item-list-2-item__head {
    margin-bottom: 16px;
    font-size: 2.1rem;
    text-align: center;
  }
  .sofaitem-item-list-2-item__image {
    margin-bottom: 28px;
  }
  .sofaitem-item-list-2-item__head {
    margin-bottom: 22px;
  }
  .sofaitem-item-list-2-item__image-note {
    left: 15px;
    bottom: 10px;
    font-size: 1.5rem;
  }
}

.sofaitem-item-list-2-item.is-crossfade-2image__image {
  -webkit-animation: crossfade-2image 4s linear infinite;
  animation: crossfade-2image 4s linear infinite;
}

.sofaitem-item-list-2-item.is-crossfade-2image__image:first-child {
  position: relative;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 200;
}

.sofaitem-item-list-2-item.is-crossfade-2image__image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.sofaitem-item-list-2-item.is-crossfade-2image__image:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  z-index: 190;
}

/*
 * オプションリスト
 */
.sofaitem-option-list-2:not(.has-bg-color) {
  margin: 100px 0;
}

.sofaitem-option-list-2.has-bg-color {
  padding: 100px 0;
}

.sofaitem-option-list-2__head {
  text-align: center;
}

.sofaitem-option-list-2__head:not(:last-child) {
  margin-bottom: 40px;
}

.sofaitem-option-list-2__body {
  margin-bottom: 26px;
}

@media screen and (max-width: 959px) {
  .sofaitem-option-list-2__head:not(:last-child) {
    margin-bottom: 30px;
  }
  .sofaitem-option-list-2__items {
    margin-top: 100px;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-option-list-2:not(.has-bg-color) {
    margin: 150px 0;
  }
  .sofaitem-option-list-2.has-bg-color {
    padding: 150px 0;
  }
  .sofaitem-option-list-2__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-option-list-2__body {
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 150px;
  }
}

.sofaitem-option-list-2-item__head {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: .1em;
  line-height: 1.3;
}

.sofaitem-option-list-2-item__image-left-caption, .sofaitem-option-list-2-item__image-right-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(60, 60, 60, 0.7);
  color: #FFFFFF;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.1875;
  text-align: center;
}

.sofaitem-option-list-2-item__image figure {
  position: relative;
}

.sofaitem-option-list-2-item__image img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .sofaitem-option-list-2-item:not(:first-child) {
    margin-top: 100px;
  }
  .sofaitem-option-list-2-item__head {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .sofaitem-option-list-2-item__body {
    margin-bottom: 30px;
  }
  .sofaitem-option-list-2-item__image-title {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #3C3C3C;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-option-list-2-item {
    position: relative;
  }
  .sofaitem-option-list-2-item:not(:first-child) {
    margin-top: 20px;
  }
  .sofaitem-option-list-2-item__image-image-container, .sofaitem-option-list-2-item__image-slider-container {
    height: 100%;
  }
  .sofaitem-option-list-2-item__image-left-caption, .sofaitem-option-list-2-item__image-right-caption {
    position: absolute;
    bottom: 0;
    width: 36.4107%;
    height: 57px;
    background-color: rgba(60, 60, 60, 0.7);
    font-size: 2.2rem;
    z-index: 100;
  }
  .sofaitem-option-list-2-item__image-left-caption {
    left: 0;
  }
  .sofaitem-option-list-2-item__image-right-caption {
    right: 0;
  }
  .sofaitem-option-list-2-item__image-title {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1.4rem;
    z-index: 100;
  }
  .sofaitem-option-list-2-item__image-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .sofaitem-option-list-2-item__image-left, .sofaitem-option-list-2-item__image-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 36.4107%;
  }
  .sofaitem-option-list-2-item__image-left figure,
  .sofaitem-option-list-2-item__image-left figure > div, .sofaitem-option-list-2-item__image-right figure,
  .sofaitem-option-list-2-item__image-right figure > div {
    height: 100%;
  }
  .sofaitem-option-list-2-item__image-left picture, .sofaitem-option-list-2-item__image-right picture {
    min-height: 100%;
  }
  .sofaitem-option-list-2-item__image-left img, .sofaitem-option-list-2-item__image-right img {
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    font-family: 'object-fit: cover;' !important;
  }
  .sofaitem-option-list-2-item__main {
    position: absolute;
    left: 0;
    right: 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 27.1786%;
    margin: auto;
    padding: 40px 30px;
    color: #FFFFFF;
    background-color: #3C3C3C;
    z-index: 120;
  }
  .sofaitem-option-list-2-item__head {
    margin-bottom: 40px;
    font-size: 3.3rem;
    text-align: center;
  }
  .sofaitem-option-list-2-item__body {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-option-list-2-item__image-left-caption, .sofaitem-option-list-2-item__image-right-caption {
    width: 35.2%;
    height: 70px;
    font-size: 2.3rem;
  }
  .sofaitem-option-list-2-item__main {
    width: 29.73333%;
  }
  .sofaitem-option-list-2-item__image-left, .sofaitem-option-list-2-item__image-right {
    width: 35.2%;
  }
  .sofaitem-option-list-2-item__image-title {
    top: 22px;
    left: 22px;
  }
}

@media screen and (max-width: 549px) {
  .sofaitem-option-list-2-item__images.is-type-a .sofaitem-option-list-2-item__image-right {
    margin-top: 10px;
  }
}

@media screen and (min-width: 550px) and (max-width: 959px) {
  .sofaitem-option-list-2-item__images.is-type-a .sofaitem-option-list-2-item__image-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .sofaitem-option-list-2-item__images.is-type-a .sofaitem-option-list-2-item__image-left,
  .sofaitem-option-list-2-item__images.is-type-a .sofaitem-option-list-2-item__image-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}

@media screen and (max-width: 959px) {
  .sofaitem-option-list-2-item__images.is-type-b .sofaitem-option-list-2-item__image-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
  }
  .sofaitem-option-list-2-item__images.is-type-b .sofaitem-option-list-2-item__image-left,
  .sofaitem-option-list-2-item__images.is-type-b .sofaitem-option-list-2-item__image-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 1px;
  }
  .sofaitem-option-list-2-item__images.is-type-b .sofaitem-option-list-2-item__image-left-caption,
  .sofaitem-option-list-2-item__images.is-type-b .sofaitem-option-list-2-item__image-right-caption {
    position: static;
    background-color: #3C3C3C;
  }
  .sofaitem-option-list-2-item__images.is-type-b .swiper-pagination {
    position: static;
    margin-top: 10px;
  }
}

/*
 * オプションリスト
 */
.sofaitem-option-list:not(.has-bg-color) {
  margin: 100px 0;
}

.sofaitem-option-list.has-bg-color {
  padding: 100px 0;
}

.sofaitem-option-list__head {
  text-align: center;
}

.sofaitem-option-list__head:not(:last-child) {
  margin-bottom: 17px;
}

.sofaitem-option-list__body {
  margin-bottom: 26px;
}

@media screen and (max-width: 959px) {
  .sofaitem-option-list__item-pagination {
    position: static;
    margin-top: 24px;
    line-height: 1;
    font-size: 0;
  }
  .sofaitem-option-list__item-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #D2D2D2;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-option-list:not(.has-bg-color) {
    margin: 150px 0 200px;
  }
  .sofaitem-option-list.has-bg-color {
    padding: 150px 0 200px;
  }
  .sofaitem-option-list__head:not(:last-child) {
    margin-bottom: 60px;
  }
  .sofaitem-option-list__body {
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 60px;
  }
  .sofaitem-option-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sofaitem-option-list__item-wrapper > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 3vw/2);
  }
  .sofaitem-option-list__item-wrapper > *:nth-child(even) {
    margin-left: 3vw;
  }
  .sofaitem-option-list .swiper-button-square-prev,
  .sofaitem-option-list .swiper-button-square-next {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .sofaitem-option-list__item-wrapper > * {
    width: calc(50% - 46px/2);
  }
  .sofaitem-option-list__item-wrapper > *:nth-child(even) {
    margin-left: 23px;
  }
}

.sofaitem-option-list-item__head {
  margin: 28px 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.sofaitem-option-list-item__body {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sofaitem-option-list-item__image:not(:last-child) {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sofaitem-option-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #BBBBBB;
  }
  .sofaitem-option-list-item__head {
    margin: 50px 0 42px;
    font-size: 2.1rem;
    letter-spacing: .2em;
  }
  .sofaitem-option-list-item__body {
    letter-spacing: .1em;
  }
  .sofaitem-option-list-item__image-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sofaitem-option-list-item__image:not(:first-child) {
    margin-top: 5px;
  }
  .sofaitem-option-list-item__image:not(:last-child) {
    margin-bottom: 5px;
  }
  .sofaitem-option-list-item__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 45px;
  }
}

/*
 * 動画モーダル再生
 */
.sofaitem-video-play {
  margin: 100px 0;
}

.sofaitem-video-play__image {
  position: relative;
  display: block;
}

.sofaitem-video-play__image .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
  font-size: 100px;
  z-index: 100;
}

html.has-hover .sofaitem-video-play__image:hover .icon-video-play .video-play__circle,
html.has-hover a:hover .sofaitem-video-play__image .icon-video-play .video-play__circle,
html.has-hover .bl-hover .sofaitem-video-play__image .icon-video-play .video-play__circle {
  fill: #637F9C;
  stroke: #FFF;
  opacity: .8;
}

html.has-hover .sofaitem-video-play__image:hover .icon-video-play .video-play__arrow,
html.has-hover a:hover .sofaitem-video-play__image .icon-video-play .video-play__arrow,
html.has-hover .bl-hover .sofaitem-video-play__image .icon-video-play .video-play__arrow {
  fill: #FFF;
}

@media screen and (min-width: 960px), print {
  .sofaitem-video-play {
    margin: 150px 0;
  }
}

.sofaitem-video-modal iframe {
  width: 100%;
  height: 100%;
}

.sofaitem-video-modal .modal-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.sofaitem-video-modal .modal-container {
  width: 80%;
  height: 80%;
  max-width: 1400px;
  max-height: 800px;
  background-color: transparent;
}

.sofaitem-video-modal .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

.sofaitem-video-modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 38px;
  background: url(/assets/img/common/video-modal-close.png) top center/25px 76px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1;
  cursor: pointer;
  z-index: 810;
}

html.has-hover .sofaitem-video-modal .modal-close:hover,
html.has-hover a:hover .sofaitem-video-modal .modal-close,
html.has-hover .bl-hover .sofaitem-video-modal .modal-close {
  background-position: 0 -38px;
}

.sofaitem-video-modal.is-video-fadein {
  display: none;
}

.sofaitem-video-modal.is-video-fadein[aria-hidden="false"] .modal-overlay {
  -webkit-animation: modal-fadein 1s;
  animation: modal-fadein 1s;
}

.sofaitem-video-modal.is-video-fadein[aria-hidden="false"] .modal-container {
  -webkit-animation: modal-fadein 1s;
  animation: modal-fadein 1s;
}

.sofaitem-video-modal.is-video-fadein[aria-hidden="true"] .modal-overlay {
  -webkit-animation: modal-fadeout 1s;
  animation: modal-fadeout 1s;
}

.sofaitem-video-modal.is-video-fadein[aria-hidden="true"] .modal-container {
  -webkit-animation: modal-fadeout 1s;
  animation: modal-fadeout 1s;
}

.sofaitem-video-modal.is-video-fadein.is-open {
  display: block;
}
