.brand .l-main--brand {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  position: fixed;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(40%, #EFEFEF));
  background: linear-gradient(to bottom, #F7F7F7 0%, #EFEFEF 40%);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .brand .l-main--brand {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.brand .l-main--brand .l-container {
  background: url(/assets/images/brand/bg_top.png) no-repeat center top;
  background-size: 100%;
  padding: 125px 0 0;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
@media screen and (max-width:767px) {
  .brand .l-main--brand .l-container {
    background: url(/assets/images/brand/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 16vw 0 0;
  }
}

.block-about .l-inner {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 812px;
  padding-right: 12px;
}
@media screen and (max-width: 1599px) {
  .block-about .l-inner {
    min-height: 50.75vw;
    padding-right: 0.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-about .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18.6666666667vw 0 0;
  }
}
.block-about__info {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .block-about__info {
    width: 100%;
  }
}
.block-about__wrap {
  position: relative;
  top: -60px;
  left: 30px;
}
@media screen and (max-width: 1599px) {
  .block-about__wrap {
    top: -3.75vw;
    left: 1.875vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__wrap {
    top: 0;
    left: 0;
  }
}
.block-about__img {
  width: 49.25vw;
  margin-top: -25px;
  max-width: 788px;
  height: 50.75vw;
  max-height: 812px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .block-about__img {
    margin-top: -1.5625vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__img {
    width: 100%;
    padding: 0 3.2vw;
    height: 106.6666666667vw;
  }
}
.block-about__pic {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width:767px) {
  .block-about__pic {
    border-radius: 0.6666666667vw;
  }
}
.block-about__pic img,
.block-about__pic picture {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.block-about__pic--01 {
  width: 20vw;
  height: 12.5vw;
  max-width: 320px;
  max-height: 200px;
  top: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .block-about__pic--01 {
    width: 44.9333333333vw;
    height: 26.6666666667vw;
    max-width: 44.9333333333vw;
    max-height: 26.6666666667vw;
    left: 3.2vw;
  }
}
.block-about__pic--02 {
  width: 28.5vw;
  height: 27.5vw;
  max-width: 456px;
  max-height: 440px;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 1599px) {
  .block-about__pic--02 {
    top: 2.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__pic--02 {
    width: 46vw;
    height: 61.3333333333vw;
    max-width: 46vw;
    max-height: 61.3333333333vw;
    top: 5.3333333333vw;
    right: 3.2vw;
  }
}
.block-about__pic--03 {
  width: 20vw;
  height: 33.75vw;
  max-width: 320px;
  max-height: 540px;
  bottom: 60px;
  left: 0;
}
@media screen and (max-width: 1599px) {
  .block-about__pic--03 {
    bottom: 3.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__pic--03 {
    width: 44.9333333333vw;
    height: 66.6666666667vw;
    max-width: 44.9333333333vw;
    max-height: 66.6666666667vw;
    bottom: 10.6666666667vw;
    left: 3.2vw;
  }
}
.block-about__pic--04 {
  width: 28.5vw;
  height: 20vw;
  max-width: 456px;
  max-height: 320px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .block-about__pic--04 {
    width: 46vw;
    height: 37.3333333333vw;
    max-width: 46vw;
    max-height: 37.3333333333vw;
    right: 3.2vw;
  }
}
.block-about__logo {
  width: 24.125vw;
  max-width: 386px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 1599px) {
  .block-about__logo {
    margin-bottom: 5.3125vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__logo {
    width: 100%;
    max-width: 69.0666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.block-about__lead {
  width: 21.625vw;
  max-width: 346px;
  padding-bottom: 65px;
  margin: 0 auto 55px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .block-about__lead {
    padding-bottom: 4.0625vw;
    margin: 0 auto 3.4375vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__lead {
    width: 100%;
    max-width: 69.0666666667vw;
    padding-bottom: 12vw;
    margin: 0 auto 10vw;
  }
}
.block-about__lead:after {
  content: "";
  width: 64px;
  height: 1px;
  background: #B2B2B2;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .block-about__lead:after {
    width: 11.4666666667vw;
  }
}
.block-about__txt {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .block-about__txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-about__txt {
    font-size: 1.4375vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 16vw;
    letter-spacing: 0.03em;
  }
}

.block-brand {
  background: url(/assets/images/brand/about_bg.png) no-repeat center top;
  background-size: 100%;
  padding-bottom: 500px;
}
@media screen and (max-width: 1599px) {
  .block-brand {
    padding-bottom: 31.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-brand {
    background: url(/assets/images/brand/about_bg_sp.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 66.6666666667vw;
    margin-top: -23.3333333333vw;
    padding-top: 21.7333333333vw;
  }
}
.block-brand .l-inner {
  max-width: 1600px;
  position: relative;
  padding: 330px 0 0;
  z-index: 4;
}
@media screen and (max-width: 1599px) {
  .block-brand .l-inner {
    padding-top: 20.625vw;
  }
}
.block-brand__title {
  text-align: center;
  font-size: 6.2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .block-brand__title {
    font-size: 3.875vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-brand__title {
    font-size: 9.6vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1.35;
  }
}
.block-brand__lead {
  width: 336px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1599px) {
  .block-brand__lead {
    width: 21vw;
    margin: 0 auto 9.375vw;
  }
}
@media screen and (max-width:767px) {
  .block-brand__lead {
    width: 51.2vw;
    margin: 0 auto 24vw;
  }
}
.block-brand__deco {
  position: absolute;
}
.block-brand__deco--01 {
  top: 83px;
  left: 40px;
  width: 20.5vw;
  max-width: 328px;
}
@media screen and (max-width: 1599px) {
  .block-brand__deco--01 {
    top: 5.1875vw;
    left: 2.5vw;
  }
}
.block-brand__deco--02 {
  top: 525px;
  right: 0;
  width: 20vw;
  max-width: 320px;
  height: 12.5vw;
  max-height: 200px;
  -webkit-box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.block-brand__deco--02 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media screen and (max-width: 1599px) {
  .block-brand__deco--02 {
    top: 32.8125vw;
  }
}
.block-brand__deco--03 {
  top: -24px;
  left: 333px;
  width: 9.25vw;
  max-width: 148px;
  height: 13.75vw;
  max-height: 220px;
  z-index: 10;
  -webkit-box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.block-brand__deco--03 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media screen and (max-width: 1599px) {
  .block-brand__deco--03 {
    top: -1.5vw;
    left: 20.8125vw;
  }
}

.brand-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .brand-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brand-detail__deco {
  width: 24.375vw;
  max-width: 390px;
  height: 26.875vw;
  max-height: 430px;
  position: absolute;
  bottom: 0;
  left: -25px;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1599px) {
  .brand-detail__deco {
    left: -1.5625vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__deco {
    width: 52vw;
    max-width: 52vw;
    height: 46.6666666667vw;
    max-height: 46.6666666667vw;
    left: 3.0666666667vw;
    bottom: -4vw;
  }
}
.brand-detail__deco--02 {
  width: 21.875vw;
  max-width: 350px;
  height: 26.3125vw;
  max-height: 421px;
  bottom: 0;
  right: -5px;
  left: initial;
}
@media screen and (max-width: 1599px) {
  .brand-detail__deco--02 {
    right: -0.3125vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__deco--02 {
    bottom: initial;
    left: -0.9333333333vw;
    top: 0.2666666667vw;
    width: 46.6666666667vw;
    max-width: 46.6666666667vw;
    height: 46.6666666667vw;
    max-height: 46.6666666667vw;
  }
}
.brand-detail__deco--03 {
  width: 30.625vw;
  max-width: 490px;
  height: 25.625vw;
  max-height: 410px;
  bottom: 20px;
  right: -10px;
  left: initial;
}
@media screen and (max-width: 1599px) {
  .brand-detail__deco--03 {
    bottom: 1.25vw;
    right: -0.625vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__deco--03 {
    bottom: -4vw;
    right: -6.2666666667vw;
    width: 52vw;
    max-width: 52vw;
    height: 46.6666666667vw;
    max-height: 46.6666666667vw;
  }
}
.brand-detail__pic {
  width: 45vw;
  max-width: 720px;
  height: 42.5vw;
  max-height: 680px;
  -webkit-box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 205px;
}
@media screen and (max-width: 1599px) {
  .brand-detail__pic {
    margin-bottom: 12.8125vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__pic {
    width: 93.6vw;
    max-width: 93.6vw;
    border-radius: 0;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    margin-bottom: 23.3333333333vw;
  }
}
.brand-detail__pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.brand-detail__img {
  width: 45vw;
  max-width: 720px;
  position: relative;
}
@media screen and (max-width:767px) {
  .brand-detail__img {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.brand-detail__wrap {
  max-width: 480px;
}
@media screen and (max-width: 1599px) {
  .brand-detail__wrap {
    max-width: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .brand-detail__wrap {
    max-width: 80%;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__wrap {
    width: 100%;
    max-width: 100%;
  }
}
.brand-detail__info {
  width: 855px;
  max-width: 53.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 62px 0 0 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1599px) {
  .brand-detail__info {
    padding: 3.875vw 0 0 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .brand-detail__info {
    padding: 2.5vw 0 0 5vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__info {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.brand-detail__title {
  font-size: 3.6rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 55px;
  padding-bottom: 40px;
  position: relative;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1599px) {
  .brand-detail__title {
    margin-bottom: 3.4375vw;
    padding-bottom: 2.5vw;
    font-size: 2.25vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__title {
    font-size: 6.9333333333vw;
    margin-bottom: 9.6vw;
    padding-bottom: 6vw;
    text-align: center;
  }
}
.brand-detail__title:after {
  content: "";
  width: 64px;
  height: 1px;
  background: #B2B2B2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .brand-detail__title:after {
    width: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.brand-detail__jp {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  width: 100%;
}
@media screen and (max-width:767px) {
  .brand-detail__jp {
    font-size: 3.7333333333vw;
  }
}
.brand-detail__txt {
  font-size: 1.5rem;
  line-height: 1.85;
  margin-bottom: 17px;
}
@media screen and (max-width: 1599px) {
  .brand-detail__txt {
    font-size: 0.9375vw;
    margin-bottom: 1.0625vw;
  }
}
@media screen and (max-width: 1024px) {
  .brand-detail__txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__txt {
    font-size: 3.7333333333vw;
    padding: 0 6.4vw;
    margin-bottom: 5.6vw;
  }
}
.brand-detail__link {
  color: #4F89FF;
  position: relative;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1599px) {
  .brand-detail__link {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .brand-detail__link {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail__link {
    font-size: 3.7333333333vw;
    display: inline-block;
    margin-left: 6.4vw;
  }
}
@media print, screen and (min-width:768px) {
  .brand-detail__link:hover {
    opacity: 0.7;
  }
}
.brand-detail__link:after {
  content: "";
  height: 1px;
  background: #4F89FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.brand-detail--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.brand-detail--reverse .brand-detail__img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.brand-detail--reverse .brand-detail__pic {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1.3333333333vw;
  border-bottom-right-radius: 1.3333333333vw;
}
.brand-detail--reverse .brand-detail__info {
  padding: 70px 160px 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1599px) {
  .brand-detail--reverse .brand-detail__info {
    padding: 4.375vw 10vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .brand-detail--reverse .brand-detail__info {
    padding: 2.5vw 5vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--reverse .brand-detail__info {
    padding: 0;
  }
}
.brand-detail--design .brand-detail__img {
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .brand-detail--design .brand-detail__img {
    margin: 0 0 10vw;
  }
}
.brand-detail--design .brand-detail__pic {
  margin-bottom: 177px;
}
@media screen and (max-width: 1599px) {
  .brand-detail--design .brand-detail__pic {
    margin-bottom: 11.0625vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--design .brand-detail__pic {
    margin: 17.3333333333vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--design .brand-detail__title {
    margin-bottom: 2.6666666667vw;
  }
}
.brand-detail--process {
  margin-top: -35px;
}
@media screen and (max-width: 1599px) {
  .brand-detail--process {
    margin-top: -2.1875vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--process {
    margin-top: 16.6666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .brand-detail--process .brand-detail__img {
    width: 68.3125vw;
    max-width: 875px;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--process .brand-detail__pic {
    margin-bottom: 18vw;
  }
}
@media print, screen and (min-width:768px) {
  .brand-detail--process .brand-detail__info {
    width: 840px;
    max-width: 52.5vw;
    padding: 88px 0 0 5px;
  }
}
@media screen and (max-width: 1599px) {
  .brand-detail--process .brand-detail__info {
    padding: 5.5vw 0 0 0.3125vw;
  }
}
@media screen and (max-width: 1024px) {
  .brand-detail--process .brand-detail__info {
    padding: 2.5vw 0 0 3.5vw;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--process .brand-detail__info {
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .brand-detail--process .brand-detail__title {
    padding-bottom: 5.0666666667vw;
  }
}

.block-design {
  background: url(/assets/images/brand/showroom_bg.png) no-repeat center top;
  background-size: 100%;
  padding-bottom: 77px;
  margin-top: -730px;
  position: relative;
  padding-top: 167px;
}
@media screen and (max-width: 1599px) {
  .block-design {
    padding-bottom: 4.8125vw;
    margin-top: -45.625vw;
    padding-top: 14.375vw;
  }
}
@media screen and (max-width:767px) {
  .block-design {
    background: url(/assets/images/brand/showroom_bg_sp.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 12vw;
    margin-top: -63.6vw;
    padding-top: 15.7333333333vw;
  }
}
.block-design:after {
  content: "";
  background: url(/assets/images/brand/bg_bottom.png) no-repeat center bottom;
  background-size: 100%;
  width: 100%;
  height: 35.8044164038vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .block-design:after {
    display: none;
  }
}
.block-design .l-inner {
  max-width: 1600px;
  position: relative;
  padding: 0;
  z-index: 2;
}
.block-design__deco {
  position: absolute;
  width: 8.75vw;
  max-width: 140px;
  left: 0;
  top: 290px;
}
@media screen and (max-width: 1599px) {
  .block-design__deco {
    top: 18.125vw;
  }
}
@media screen and (max-width:767px) {
  .block-design__deco {
    display: none;
  }
}

.block-showroom {
  background: #EAEAEA;
}
.block-showroom .l-inner {
  max-width: 1600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 105px 0 90px;
  z-index: 5;
  min-height: 728px;
}
@media screen and (max-width: 1599px) {
  .block-showroom .l-inner {
    padding: 6.5625vw 0 5.625vw;
    min-height: 45.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom .l-inner {
    padding: 16vw 3.2vw 13.3333333333vw;
  }
}
.block-showroom__deco {
  position: absolute;
}
.block-showroom__deco--01 {
  width: 34.375vw;
  max-width: 550px;
  right: -86px;
  top: -138px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__deco--01 {
    top: -8.625vw;
    right: -5.375vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__deco--01 {
    position: relative;
    top: initial;
    right: initial;
    width: 93.6vw;
    max-width: 93.6vw;
    margin-bottom: 7.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.3333333333vw;
    overflow: hidden;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__deco--01 picture:nth-of-type(1) {
    width: 33.3333333333vw;
  }
}
.block-showroom__deco--01 picture:nth-of-type(2) {
  display: none;
}
@media screen and (max-width:767px) {
  .block-showroom__deco--01 picture:nth-of-type(2) {
    width: 33.6vw;
    display: inline-block;
  }
}
.block-showroom__deco--02 {
  width: 30.3125vw;
  max-width: 485px;
  left: 0;
  top: 40px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__deco--02 {
    top: 2.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__deco--02 {
    display: none;
  }
}
.block-showroom__pic {
  width: 15vw;
  max-width: 240px;
  height: 15vw;
  max-height: 240px;
  -webkit-box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 325px;
  bottom: -65px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__pic {
    right: 20.3125vw;
    bottom: -4.0625vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__pic {
    width: 26.6666666667vw;
    max-width: 26.6666666667vw;
    height: 26.6666666667vw;
    max-height: 26.6666666667vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    position: relative;
    right: initial;
    bottom: initial;
  }
}
.block-showroom__pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.block-showroom__title {
  margin-bottom: 103px;
  font-size: 6.2rem;
}
@media screen and (max-width: 1599px) {
  .block-showroom__title {
    margin-bottom: 6.4375vw;
    font-size: 3.875vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__title {
    margin-bottom: 12vw;
    font-size: 9.6vw;
  }
}
.block-showroom__lead {
  position: relative;
  padding-right: 60px;
  margin-bottom: 35px;
  max-width: 405px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__lead {
    padding-right: 3.75vw;
    margin-bottom: 2.1875vw;
    max-width: 25.3125vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__lead {
    padding-right: 10.6666666667vw;
    margin-bottom: 6.4vw;
    max-width: 58.6666666667vw;
  }
}
.block-showroom__lead img {
  width: 286px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__lead img {
    width: 17.875vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__lead img {
    width: 40vw;
  }
}
.block-showroom__lead .block-showroom__logo {
  width: 60px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__lead .block-showroom__logo {
    width: 3.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__lead .block-showroom__logo {
    width: 10vw;
  }
}
.block-showroom__logo {
  width: 60px;
  position: absolute;
  right: 10px;
  bottom: 7px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__logo {
    width: 3.75vw;
    bottom: 0.4375vw;
    right: 0.625vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__logo {
    width: 10vw;
    right: 0;
    bottom: 1.3333333333vw;
  }
}
.block-showroom__txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 1599px) {
  .block-showroom__txt {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-showroom__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 4.4vw;
    letter-spacing: 0.03em;
  }
}
.block-showroom__txt + .block-showroom__txt {
  margin-bottom: 45px;
  line-height: 2.2;
}
@media screen and (max-width: 1599px) {
  .block-showroom__txt + .block-showroom__txt {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width:767px) {
  .block-showroom__txt + .block-showroom__txt {
    line-height: 2;
    margin-bottom: 9.3333333333vw;
  }
}