.showroom .l-main--showroom {
  -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) {
  .showroom .l-main--showroom {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.showroom .l-main--showroom .l-container {
  background: url(/assets/images/showroom/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) {
  .showroom .l-main--showroom .l-container {
    background: url(/assets/images/showroom/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 16vw 0 0;
  }
}

.block-mv {
  position: relative;
}
.block-mv .l-inner {
  max-width: 1600px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .block-mv .l-inner {
    min-height: auto;
  }
}
@media screen and (max-width:767px) {
  .block-mv .l-inner {
    min-height: auto;
  }
}
.block-mv__img {
  background: url(/assets/images/showroom/mv_img.jpg) no-repeat center top;
  background-size: cover;
  width: 800px;
  height: 480px;
  position: absolute;
  right: 0;
  top: -8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .block-mv__img {
    width: 58.8709677419vw;
    height: 38.7096774194vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__img {
    background: url(/assets/images/showroom/mv_img_sp.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    margin-bottom: 10.6666666667vw;
    width: 93.6vw;
    height: 58.6666666667vw;
    right: -6.4vw;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
}
.block-mv__info {
  padding-top: 165px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .block-mv__info {
    padding: 10.1612903226vw 20px 0;
  }
}
@media screen and (max-width:767px) {
  .block-mv__info {
    padding: 20vw 0 0 3.2vw;
  }
}
.block-mv__title {
  font-size: 7.2rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media screen and (max-width: 1240px) {
  .block-mv__title {
    font-size: 5vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__title {
    font-size: 11.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.block-mv__txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 266px;
  display: block;
  position: relative;
  z-index: 2;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 1240px) {
  .block-mv__txt {
    margin-bottom: 21.4516129032vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 12vw;
    letter-spacing: 0.02em;
  }
}
.block-mv__deco {
  position: absolute;
  width: 16.25vw;
  max-width: 260px;
  height: 13.75vw;
  max-height: 220px;
  left: 0;
  bottom: -320px;
  -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;
}
@media screen and (max-width: 1599px) {
  .block-mv__deco {
    bottom: -20vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width:767px) {
  .block-mv__deco {
    display: none;
  }
}
.block-mv__deco img,
.block-mv__deco 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-intro .l-inner {
  max-width: 900px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 110px 0 0;
}
@media screen and (max-width: 1599px) {
  .block-intro .l-inner {
    padding: 6.875vw 0 0;
    max-width: 56.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-intro .l-inner {
    max-width: 62.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-intro .l-inner {
    -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;
    max-width: 100%;
  }
}
.block-intro__logo {
  width: 160px;
}
@media screen and (max-width: 1599px) {
  .block-intro__logo {
    width: 10vw;
  }
}
@media screen and (max-width:767px) {
  .block-intro__logo {
    width: 21.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.block-intro__title {
  font-size: 2.2rem;
  margin-bottom: 42px;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 1599px) {
  .block-intro__title {
    font-size: 1.375vw;
    margin-bottom: 2.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-intro__title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-intro__title {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 8.6666666667vw;
    line-height: 2;
  }
}
.block-intro__txt {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 1599px) {
  .block-intro__txt {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-intro__txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-intro__txt {
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 2;
  }
}

.block-movie {
  background: url(/assets/images/showroom/movie_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 110px 0 800px;
}
@media screen and (max-width: 1599px) {
  .block-movie {
    padding: 6.875vw 0 50vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie {
    background: url(/assets/images/showroom/movie_bg_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 20vw 0 53.3333333333vw;
  }
}
.block-movie .l-inner {
  max-width: 1600px;
}
.block-movie__title {
  font-size: 4rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 40px;
  padding-bottom: 22px;
  position: relative;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .block-movie__title {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
    padding-bottom: 1.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-movie__title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__title {
    font-size: 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 4.4vw;
  }
}
.block-movie__title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #B2B2B2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .block-movie__title:after {
    width: 10.6666666667vw;
  }
}
.block-movie__sub {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 36px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1599px) {
  .block-movie__sub {
    font-size: 1.125vw;
    margin-top: 2.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-movie__sub {
    font-size: 1.625vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__sub {
    font-size: 4vw;
    margin-top: 6.4vw;
  }
}
.block-movie__wrap {
  max-width: 1052px;
  height: 582px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .block-movie__wrap {
    max-width: 65.75vw;
    height: 36.375vw;
    margin: 0 auto 6.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__wrap {
    margin: 0 3.2vw;
    height: 100%;
    max-width: 100%;
  }
}
.block-movie__wrap .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 1599px) {
  .block-movie__wrap .slick-dots {
    bottom: -2.5vw;
  }
}
@media screen and (max-width: 1240px) {
  .block-movie__wrap .slick-dots {
    bottom: -3.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__wrap .slick-dots {
    bottom: initial;
    position: relative;
    max-width: 80%;
    margin: 2.6666666667vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-movie__wrap .slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 1599px) {
  .block-movie__wrap .slick-dots li {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__wrap .slick-dots li {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.block-movie__wrap .slick-dots li button {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1599px) {
  .block-movie__wrap .slick-dots li button {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__wrap .slick-dots li button {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.block-movie__wrap .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background: #505050;
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 1599px) {
  .block-movie__wrap .slick-dots li button:before {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__wrap .slick-dots li button:before {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.block-movie__wrap .slick-dots li.slick-active button:before {
  opacity: 1;
}
.block-movie__btn {
  margin: 0 auto 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .block-movie__btn {
    margin: 0 auto 13.125vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__btn {
    width: 87.2vw;
    margin: 0 auto 24vw;
    height: 18.6666666667vw;
    background: #959595;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 1599px) {
  .block-movie__btn .c-link__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-movie__btn .c-link__txt {
    font-size: 1.625vw;
  }
}
@media screen and (max-width:767px) {
  .block-movie__btn .c-link__txt {
    line-height: 1.55;
    text-align: center;
    margin-left: 20.6666666667vw;
    margin-right: 10vw;
    font-size: 3.7333333333vw;
    color: #fff;
  }
}
@media screen and (max-width:767px) {
  .block-movie__btn .c-link__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.579' height='48' viewBox='0 0 47.579 48'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M486.851,3476.851a24.007,24.007,0,0,1-23.578-19.5h1.017a23.014,23.014,0,1,0,0-9h-1.017a24.014,24.014,0,1,1,23.578,28.5Z' transform='translate(-463.273 -3428.851)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
  }
  .block-movie__btn .c-link__icon:after {
    background: #fff;
  }
  .block-movie__btn .c-link__icon:before {
    background: #fff;
  }
}

.block-point {
  text-align: center;
  position: relative;
  margin-bottom: 127px;
}
@media screen and (max-width: 1599px) {
  .block-point {
    margin-bottom: 7.9375vw;
  }
}
.block-point__title {
  font-size: 6.2rem;
  margin-bottom: 72px;
}
@media screen and (max-width: 1599px) {
  .block-point__title {
    font-size: 3.875vw;
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__title {
    font-size: 9.6vw;
    margin-bottom: 8vw;
    line-height: 1.34;
  }
}
.block-point__lead {
  font-size: 2rem;
  margin-bottom: 42px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1599px) {
  .block-point__lead {
    font-size: 1.25vw;
    margin-bottom: 2.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-point__lead {
    font-size: 1.875vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__lead {
    font-size: 4.5333333333vw;
    margin-bottom: 7.3333333333vw;
    letter-spacing: 0.075em;
  }
}
.block-point__txt {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1599px) {
  .block-point__txt {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-point__txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 9.7333333333vw;
    line-height: 2;
  }
}
.block-point__img {
  margin: 60px auto 0;
  max-width: 1430px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1599px) {
  .block-point__img {
    margin: 3.75vw auto 0;
    max-width: 89.375vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__img {
    margin: 0 -3.2vw;
    width: calc(100% + 6.4vw);
    max-width: calc(100% + 6.4vw);
  }
}
.block-point__main {
  width: 60vw;
  max-width: 960px;
}
@media screen and (max-width: 1200px) {
  .block-point__main {
    width: 75vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__main {
    width: 100%;
  }
}
.block-point__pic {
  -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;
}
@media screen and (max-width:767px) {
  .block-point__pic {
    border-radius: 0;
    border-top-left-radius: 0.6666666667vw;
    border-bottom-left-radius: 0.6666666667vw;
  }
}
.block-point__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-point__pic--01 {
  width: 17.0625vw;
  max-width: 273px;
  height: 12.5vw;
  max-height: 200px;
  bottom: -40px;
  left: 75px;
}
@media screen and (max-width: 1599px) {
  .block-point__pic--01 {
    bottom: -2.5vw;
    left: 4.6875vw;
  }
}
@media screen and (max-width: 1200px) {
  .block-point__pic--01 {
    left: -1.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__pic--01 {
    display: none;
  }
}
.block-point__pic--02 {
  width: 13.125vw;
  max-width: 210px;
  height: 18.75vw;
  max-height: 300px;
  top: -135px;
  right: 75px;
}
@media screen and (max-width: 1599px) {
  .block-point__pic--02 {
    top: -8.4375vw;
    right: 4.6875vw;
  }
}
@media screen and (max-width: 1200px) {
  .block-point__pic--02 {
    right: -1.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__pic--02 {
    width: 43.2vw;
    max-width: 43.2vw;
    height: 29.3333333333vw;
    max-height: 29.3333333333vw;
    right: 0;
    top: initial;
    bottom: 24.6666666667vw;
  }
}
.block-point__deco {
  width: 22.5vw;
  max-width: 360px;
  position: absolute;
  left: 10px;
  top: 125px;
}
@media screen and (max-width: 1599px) {
  .block-point__deco {
    left: 0.625vw;
    top: 7.8125vw;
  }
}
@media screen and (max-width: 1200px) {
  .block-point__deco {
    left: -0.8333333333vw;
  }
}
@media screen and (max-width:767px) {
  .block-point__deco {
    display: none;
  }
}

.block-facilities {
  background: url(/assets/images/showroom/facilities_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 115px 0 140px;
  margin-top: -1277px;
  padding-top: 470px;
}
@media screen and (max-width: 1599px) {
  .block-facilities {
    padding: 7.1875vw 0 8.75vw;
    margin-top: -79.8125vw;
    padding-top: 29.375vw;
  }
}
@media screen and (max-width:767px) {
  .block-facilities {
    background: url(/assets/images/showroom/facilities_bg_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 15.3333333333vw 0 18vw;
    margin-top: -118vw;
    padding-top: 54.6666666667vw;
  }
}
.block-facilities__lead {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 64px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1599px) {
  .block-facilities__lead {
    font-size: 1.125vw;
    padding-bottom: 1.3125vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-facilities__lead {
    font-size: 1.625vw;
  }
}
@media screen and (max-width:767px) {
  .block-facilities__lead {
    font-size: 4vw;
    text-align: center;
    padding-bottom: 3.3333333333vw;
    margin-bottom: 10.6666666667vw;
    line-height: 1.95;
  }
}
.block-facilities__lead:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #B2B2B2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .block-facilities__lead:after {
    width: 10.6666666667vw;
  }
}
.block-facilities__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .block-facilities__center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-facilities__btn {
  width: 400px;
  height: 60px;
  background: #0A0A0A;
  color: #fff;
  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;
  position: relative;
  border-radius: 5px;
  -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);
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .block-facilities__btn {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-facilities__btn {
    font-size: 1.625vw;
  }
}
@media screen and (max-width:767px) {
  .block-facilities__btn {
    width: 87.2vw;
    height: 13.3333333333vw;
    border-radius: 0.6666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.03em;
  }
}
@media print, screen and (min-width:768px) {
  .block-facilities__btn:hover {
    opacity: 0.7;
  }
}
.block-facilities__btn:after {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.5' height='23.504' viewBox='0 0 19.5 23.504'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_15600' data-name='Path 15600' d='M4.8,28H16.408l5.656,5.656V49.268A1.365,1.365,0,0,1,20.7,50.634H4.8a1.365,1.365,0,0,1-1.365-1.366V29.361A1.365,1.365,0,0,1,4.8,28Z' transform='translate(-3.431 -27.995)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5465' data-name='Group 5465' transform='translate(-3.056 -27.62)'%3E%3Cpath id='Path_15598' data-name='Path 15598' d='M4.854,51.124h15.9a1.8,1.8,0,0,0,1.8-1.8V33.53l-5.909-5.91H4.854a1.8,1.8,0,0,0-1.8,1.8V49.326A1.8,1.8,0,0,0,4.854,51.124ZM21.69,33.889V49.326a.932.932,0,0,1-.932.932H4.854a.933.933,0,0,1-.933-.932V29.418a.933.933,0,0,1,.933-.933H16.288Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cg id='Group_5463' data-name='Group 5463' transform='translate(3.489 28.053)'%3E%3Cg id='Group_5462' data-name='Group 5462' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_15599' data-name='Path 15599' d='M-.4,35.507H9.195a1.725,1.725,0,0,0,1.724-1.725V24.192a1.725,1.725,0,0,0-1.724-1.724H-.4A1.725,1.725,0,0,0-2.12,24.192v9.591A1.725,1.725,0,0,0-.4,35.507ZM9.195,23.333a.859.859,0,0,1,.858.858v9.591a.859.859,0,0,1-.858.859H-.4a.859.859,0,0,1-.858-.859V24.192A.859.859,0,0,1-.4,23.333Z' transform='translate(14.119 -28.844)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5464' data-name='Group 5464' transform='translate(6.982 37.744)'%3E%3Cpath id='Path_15601' data-name='Path 15601' d='M6.459,41.385V36.4H7.817C9,36.4,9.9,36.747,9.9,37.942A1.6,1.6,0,0,1,8.161,39.67H7.427v1.715ZM7.9,38.865c.637,0,1.007-.182,1.007-.864,0-.513-.358-.766-1.059-.766H7.427v1.63Z' transform='translate(-6.459 -36.396)' fill='%23fff'/%3E%3Cpath id='Path_15602' data-name='Path 15602' d='M11.734,36.4c1.728,0,2.571.741,2.571,2.481,0,1.467-.578,2.508-2.623,2.508H10.26V36.4Zm1.559,2.475c0-1.038-.4-1.636-1.565-1.636h-.512v3.312h.512c1.1,0,1.565-.6,1.565-1.669Z' transform='translate(-5.875 -36.396)' fill='%23fff'/%3E%3Cpath id='Path_15603' data-name='Path 15603' d='M14.686,41.385V36.4h2.741v.839H15.64v1.292h1.6v.839h-1.6v2.02Z' transform='translate(-5.195 -36.396)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .block-facilities__btn:after {
    width: 4.6666666667vw;
    height: 5.6vw;
    right: 5.3333333333vw;
  }
}
.block-facilities__btn--02 {
  margin-left: 10px;
  width: 300px;
}
@media screen and (max-width:767px) {
  .block-facilities__btn--02 {
    width: 87.2vw;
    margin: 2.6666666667vw 0 0;
  }
}
.block-facilities__btn--02:after {
  display: none;
}

.facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px 22px;
}
@media screen and (max-width: 1599px) {
  .facilities {
    margin: 0 -0.6875vw 1.375vw;
  }
}
@media screen and (max-width:767px) {
  .facilities {
    margin: 0 1.7333333333vw 5.3333333333vw;
  }
}
.facilities__item {
  width: calc(33.3333% - 50px);
  margin: 0 25px 40px;
}
@media screen and (max-width: 1599px) {
  .facilities__item {
    width: calc(33.3333% - 3.125vw);
    margin: 0 1.5625vw 2.5vw;
  }
}
@media screen and (max-width:767px) {
  .facilities__item {
    width: calc(50% - 2.933333vw);
    margin: 0 1.4666666667vw 5.3333333333vw;
  }
}
.facilities__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:768px) {
  .facilities__link:hover .facilities__icon:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .facilities__link:hover .facilities__icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg id='Group_5383' data-name='Group 5383' transform='translate(-499 -3795)'%3E%3Cline id='Line_1306' data-name='Line 1306' x2='10' transform='translate(499 3800)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cline id='Line_1307' data-name='Line 1307' x2='10' transform='translate(504 3795) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .facilities__link:hover .facilities__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.facilities__thumb {
  width: 21.25vw;
  max-width: 340px;
  height: 11.25vw;
  max-height: 180px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1599px) {
  .facilities__thumb {
    width: 100%;
    height: auto;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .facilities__thumb {
    width: 100%;
    max-width: 100%;
    height: 34.6666666667vw;
    max-height: 34.6666666667vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 2vw;
  }
}
.facilities__thumb img {
  -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) {
  .facilities__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.facilities__title {
  font-size: 1.6rem;
  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;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .facilities__title {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .facilities__title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .facilities__title {
    font-size: 3.4666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    text-align: left;
  }
}
.facilities__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #8E8E8E;
  margin-left: 14px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .facilities__icon {
    margin-left: 0.875vw;
  }
}
@media screen and (max-width:767px) {
  .facilities__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-left: 0;
    border: 0.2666666667vw solid #8E8E8E;
  }
}
.facilities__icon:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg id='Group_5383' data-name='Group 5383' transform='translate(-499 -3795)'%3E%3Cline id='Line_1306' data-name='Line 1306' x2='10' transform='translate(499 3800)' fill='none' stroke='%238e8e8e' stroke-width='1'/%3E%3Cline id='Line_1307' data-name='Line 1307' x2='10' transform='translate(504 3795) rotate(90)' fill='none' stroke='%238e8e8e' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .facilities__icon:before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.facilities__icon:after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
  background: #0A0A0A;
  display: block;
  -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);
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width:767px) {
  .facilities__icon:after {
    display: none;
  }
}

.block-place {
  background: url(/assets/images/showroom/place_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 0 0 140px;
}
@media screen and (max-width: 1599px) {
  .block-place {
    padding: 0 0 6.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-place {
    background: none;
    padding: 0 0 18.6666666667vw;
  }
}
.block-place__title {
  font-size: 4rem;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
}
@media screen and (max-width: 1599px) {
  .block-place__title {
    font-size: 2.5vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-place__title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width:767px) {
  .block-place__title {
    font-size: 8.5333333333vw;
    margin-bottom: 7.3333333333vw;
  }
}
.block-place__info {
  max-width: 587px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 56px;
}
@media screen and (max-width: 1599px) {
  .block-place__info {
    max-width: 36.6875vw;
    height: 3.75vw;
    margin: 0 auto 3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-place__info {
    max-width: 39.0625vw;
  }
}
@media screen and (max-width:767px) {
  .block-place__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 74.4vw;
    margin: 0 auto 10.6666666667vw;
    height: auto;
    text-align: center;
  }
}
.block-place__address {
  width: 329px;
  font-size: 1.5rem;
  line-height: 1.9;
  border-right: 1px solid #B2B2B2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1599px) {
  .block-place__address {
    width: 20.5625vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-place__address {
    width: 27.83203125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-place__address {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #B2B2B2;
    font-size: 3.7333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.block-place__link {
  width: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1599px) {
  .block-place__link {
    width: 16.125vw;
  }
}
@media screen and (max-width:767px) {
  .block-place__link {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4vw;
  }
}
.block-place__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1599px) {
  .block-place__map {
    width: 70vw;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .block-place__map {
    width: 87.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 3.2vw;
  }
}
.block-place__wrap {
  width: 29vw;
  max-width: 464px;
  height: 376px;
}
@media screen and (max-width: 1599px) {
  .block-place__wrap {
    height: 23.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-place__wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6.4vw;
    height: 58.6666666667vw;
  }
}
@media screen and (max-width: 1599px) {
  .block-place__wrap iframe {
    height: 100%;
    width: 100%;
  }
}
.block-place__img {
  width: 39vw;
  max-width: 624px;
  height: 376px;
}
@media screen and (max-width: 1599px) {
  .block-place__img {
    height: 23.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-place__img {
    width: 100%;
    max-width: 100%;
    height: 53.3333333333vw;
  }
}
@media screen and (max-width: 1599px) {
  .block-place__img iframe {
    height: 100%;
    width: 100%;
  }
}

.facilities-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .facilities-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.3333333333vw;
  }
}
.facilities-detail__img {
  width: 50%;
}
@media screen and (max-width:767px) {
  .facilities-detail__img {
    width: 100%;
  }
}
.facilities-detail__info {
  width: 50%;
  padding: 72px 60px 50px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1599px) {
  .facilities-detail__info {
    padding: 4.5vw 3.75vw 3.125vw;
  }
}
@media screen and (max-width:767px) {
  .facilities-detail__info {
    width: 100%;
    padding: 7.4666666667vw 8.5333333333vw;
  }
}
.facilities-detail__title {
  font-size: 2rem;
  padding-bottom: 32px;
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .facilities-detail__title {
    font-size: 1.25vw;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-detail__title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width:767px) {
  .facilities-detail__title {
    font-size: 4.5333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.facilities-detail__title:after {
  content: "";
  width: 64px;
  height: 1px;
  background: #B2B2B2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .facilities-detail__title:after {
    width: 10.6666666667vw;
  }
}
.facilities-detail__txt {
  font-size: 1.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 1599px) {
  .facilities-detail__txt {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-detail__txt {
    font-size: 1.4375vw;
  }
}
@media screen and (max-width:767px) {
  .facilities-detail__txt {
    font-size: 3.7333333333vw;
  }
}
.facilities-detail__txt span {
  margin-top: 25px;
  display: block;
}
@media screen and (max-width: 1599px) {
  .facilities-detail .c-list-dot li {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-detail .c-list-dot li {
    font-size: 1.4375vw;
  }
}
@media screen and (max-width:767px) {
  .facilities-detail .c-list-dot li {
    font-size: 3.7333333333vw;
  }
}