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

.sofaitem-banner-1{
	width: 90%;
    margin: 20px auto 0;
}
.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;
}
.sofaitem-banner-1__copy{
	display: inline;
    border-bottom: 1px solid;
}

@media screen and (max-width: 959px) {
  .sofaitem-banner-1__main {
    padding: 20px 5vw 20px;
    background-color: #3C3C3C;
  }
  .sofaitem-banner-1__title {
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.6;
  }
  .sofaitem-banner-1__copy {
    /* font-weight: 500; */
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    margin-top: -5px;
    line-height: 1.3;
  }
}

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

@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;
    max-width: calc(1000px + 6vw * 2);
    margin:100px auto 50px;
  }
  .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: 100%;
    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);
    text-align: center;
  }
  .sofaitem-banner-1__head {
    margin-bottom: 30px;
  }
  .sofaitem-banner-1__title {
	line-height: 1.3;
    letter-spacing: .2em;
    font-size: 2.2rem;
  }
  .sofaitem-banner-1__copy {
    font-size: 3.7rem;
    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);
    transform: scale(1.025);
  }
}

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