@charset "UTF-8";
.page-container {
  padding-top: 118px;
}

.sofaitem-heading-3 {
  font-size: 2.7rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .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-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) {
  .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;
  }
}

.teaser-header__title-2 {
  text-align: center;
  font-size: 1.5rem;
}
.teaser-header__title-2 span {
  font-size: 1.3rem;
  color: #aaa29b;
}

.teaser-header__title-3 {
  text-align: center;
  padding-top: 15px;
}
.teaser-header__title-3 span {
  letter-spacing: 0.5rem;
}

.teaser-lead {
  padding-top: 40px;
}

.teaser-header__lead:nth-of-type(1) {
  padding-bottom: 20px;
}
.teaser-header__lead:nth-of-type(2) {
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .teaser-header__lead {
    padding-top: 60px;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .teaser-header__link {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 170px;
  }
}

.teaser__img-1 {
  padding-top: 30px;
}
.teaser__img-1 img {
  height: 100%;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .teaser__img-1 {
    height: 560px;
  }
  .teaser__img-1 img {
    object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  .teaser__img-1 {
    height: 700px;
  }
  .teaser__img-1 img {
    object-fit: cover;
  }
}

.teaser__img-wrapper {
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 550px), print {
  .teaser__img-wrapper {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 960px) {
  .teaser__img-wrapper {
    justify-content: center;
  }
}

.teaser__img-4 img {
  height: 100%;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .teaser__img-4 {
    height: 560px;
  }
  .teaser__img-4 img {
    object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  .teaser__img-4 {
    height: 700px;
  }
  .teaser__img-4 img {
    object-fit: cover;
  }
}

.teaser_message {
  padding-top: 60px;
  padding-bottom: 50px;
  background: url(/assets/img/shop/page/tisia/teaser/tisia-teaser_5_max959_2x.png) no-repeat center center/cover;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .teaser_message {
    padding-top: 160px;
    padding-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 960px) {
  .teaser_message__inner {
    max-width: calc(1000px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.teaser_message_name {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: end;
  gap: 8px;
  padding-top: 30px;
}
.teaser_message_name::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #c6c6c6;
}
@media screen and (min-width: 960px) {
  .teaser_message_name {
    justify-content: start;
  }
}

.teaser_message_en {
  font-weight: 600;
}

.teaser_message_ja {
  font-size: 1.3rem;
  color: #aaa29b;
  font-weight: 400;
}

.teaser_product {
  padding-top: 50px;
}

.teaser_under + .teaser_under {
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  .teaser_under {
    max-width: calc(1000px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.teaser_under-header {
  padding-bottom: 12px;
  padding-right: 5vw;
  padding-left: 5vw;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 960px) {
  .teaser_under-header {
    padding-left: 0;
  }
}

.teaser_product-header {
  display: flex;
  gap: 15px;
  align-items: end;
}

.teaser_under-title {
  font-weight: 800;
  color: #aaa29b;
  font-size: 1.7rem;
}
@media screen and (min-width: 960px) {
  .teaser_under-title {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}

.teaser_product-body {
  padding-top: 40px;
}

.teaser_product-body__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .teaser_product-body__inner {
    flex-direction: row;
    gap: 110px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.teaser_product-body_items img {
  width: 100px;
  height: 36px;
}
.teaser_product-body_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 960px) {
  .teaser_product-body_items {
    gap: 20px;
  }
}

.teaser_product-body_item {
  display: flex;
  flex-direction: column;
}
.teaser_product-body_item span {
  display: inline-block;
}

.teaser_product-body_size {
  font-weight: 600;
}

.teaser_product-body_space {
  font-size: 1.3rem;
}

.teaser_contact-body {
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .teaser_contact-body {
    padding-top: 30px;
  }
}

.teaser_contact-body__inner {
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .teaser_contact-body__inner {
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: row;
    gap: 10vw;
  }
}

.teaser_contact-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 550px) and (max-width: 959px) {
  .teaser_contact-content {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .teaser_contact-content {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    width: 388px;
  }
}

.teaser_contact-text {
  margin-bottom: 10px;
}

.teaser_contact-link {
  display: block;
  height: 50px;
  background-color: #d3a35b;
  color: #ffffff;
  position: relative;
  font-weight: 600;
  display: grid;
  place-items: center;
  margin-top: auto;
  transition: background-color 0.3s ease;
}
.teaser_contact-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.teaser_contact-link:hover {
  background-color: #b37e2e;
}