@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.movie .swiper-button-next,
.movie .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s left,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s right,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
:root {
  --vw: 1vw;
}
#loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #666;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #666),
    color-stop(42%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #666 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.6s infinite linear;
  animation: load3 0.6s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: -20px 0 0 -20px;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #666;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #fff;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#kv {
  position: relative;
  display: block;
}
#kv .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.4963396779%;
  margin: 9.9560761347% 0 0 41.2884333821%;
  z-index: 1;
}
#kv h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 36.5300146413%;
  margin: 17.0571010249% 0 0 31.7715959004%;
  z-index: 1;
}
#kv .btn a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 10.102489019%;
  background: #f0e519;
  padding: 2.3426061493% 1.756954612% 2.2693997072% 1.8301610542%;
  margin: 0 0 2.0497803807% 2.7818448023%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
#kv .btn.is-hide a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lead-area {
  border-top: none;
  padding: 40px 0;
}
.lead-area p {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.17;
  text-align: center;
}
.lead-area :nth-child(2) {
  padding: 23px 0;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lead-area p {
    font-size: 14px;
  }
}
section {
  position: relative;
  border-top: none;
}
#intro .inner {
  width: 69.2194403535%;
  padding: 2.2827687776% 0 2.0618556701%;
  margin: 0 auto;
}
#intro h2 {
  width: 70.3624733475%;
  margin-left: 2.0255863539%;
}
#intro h2 .txt-ja {
  display: block;
  width: 70.1515151515%;
  margin: 3.9393939394% 0 0 0;
}
#intro p {
  width: 51.2793176972%;
  font-size: 1.0980966325vw;
  line-height: 2;
  font-weight: 500;
  text-justify: distribute;
  text-align: justify;
  margin: 7.6759061834% 0 0 45.7356076759%;
}
#collabo {
  background: #9ca08a;
  padding: 3.1478770132% 0 0;
}
#collabo .txt {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 1.4727540501%;
}
@media screen and (max-width: 768px) {
  #collabo .txt {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.83;
    margin-top: calc(4.13 * var(--vw));
  }
}
#collabo h3 {
  width: 25.1840942563%;
  margin: 0 auto;
}
#collabo .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #000;
  margin-top: 2.8718703976%;
}
@media screen and (max-width: 768px) {
  #collabo .wrapper {
    margin-top: calc(6.66 * var(--vw));
  }
}
#collabo .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 77px;
  background: #9ca08a;
  margin: 9.499263623% 0 0 -5px;
  z-index: 2;
}
#collabo .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  background: url(../images/housegarage/icon_cross.svg) no-repeat;
  background-size: 3.66vw 3.66vw;
  margin: 10.6038291605% 0 0 -1.8301610542vw;
  z-index: 2;
}
#collabo .left-col {
  position: relative;
  width: 34.6097201767%;
  padding: 7.8792341679% 0 117px;
  padding: 7.8792341679% 0 2.6509572901%;
  border-left: 1px solid #000;
}
#collabo .right-col {
  position: relative;
  width: 34.6097201767%;
  padding: 3.3136966127% 0 117px;
  padding: 3.3136966127% 0 2.6509572901%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#collabo .left-col h4 a {
  display: block;
  width: 49.4669509595%;
  margin: 0 0 0 24.3070362473%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#collabo .left-col h4 a:hover {
  opacity: 0.7;
}
#collabo .wrapper p {
  width: 74.8400852878%;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  text-justify: distribute;
  text-align: justify;
  margin: 14.4989339019% 0 0 12.5799573561%;
}
#collabo .right-col h4 a {
  display: block;
  width: 40.1709401709%;
  margin: 0 0 0 29.9145299145%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#collabo .right-col h4 a:hover {
  opacity: 0.7;
}
#collabo .right-col p {
  margin: 9.4017094017% 0 0 12.8205128205%;
}
#collabo .btn-area {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #000;
}
#collabo .btn-area a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 1px 0 0 12.5799573561%;
}
#collabo .btn-area a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.7931769723%;
  width: 11px;
  height: 20px;
  background: url(../images/housegarage/icon_arrow.svg) no-repeat;
  background-size: 11px 20px;
  margin-top: -9px;
}
#collabo .btn-area a img {
  display: block;
  width: 134px;
  height: 12px;
}
#collabo .right-col .btn-area a {
  padding-left: 12.8205128205%;
}
#collabo .right-col .btn-area a img {
  width: 217px;
}
#collabo .right-col .btn-area a::after {
  right: 12.8205128205%;
}
#product {
  background: #9ca08a;
  padding-top: 4.1727672035%;
}
#product h3 {
  width: 14.1384388807%;
  margin: 0 auto 3.6818851252%;
}
#product .inner {
  position: relative;
  border-top: 1px solid #000;
}
#product .inner::before {
  content: "";
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#product .txt-housetype {
  width: 69.2194403535%;
  height: 68px;
  padding: 9px 0 0 8px;
  margin: 0 auto;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#product .txt-housetype img {
  width: 77px;
}
#product .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 69.2194403535%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#product .wrapper::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
  z-index: 2;
}
#product .block {
  width: 50%;
}
#product h4 {
  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;
  height: 77px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#product h4 img {
  width: 102px;
  height: 16px;
}
#product .right-col h4 img {
  width: 44px;
  height: 15px;
}
#product .pic {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#product .block p {
  width: 91.4893617021%;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  padding: 26px 0 33px;
  margin: 0 auto;
}
#product .btn-online {
  border-top: 1px solid #000;
  padding: calc(2.41 * var(--vw)) 0 calc(2.56 * var(--vw));
}
@media screen and (max-width: 768px) {
  #product .btn-online {
    padding: calc(6.66 * var(--vw)) 0 calc(7.06 * var(--vw));
  }
}
#product .btn-online .btn-online-inner {
  position: relative;
  width: calc(23.42 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #product .btn-online .btn-online-inner {
    width: calc(42.66 * var(--vw));
  }
}
#product .btn-online a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#product .btn-online .icon-view {
  position: absolute;
  top: calc(-1.54 * var(--vw));
  left: calc(20.49 * var(--vw));
  width: calc(4.46 * var(--vw));
}
@media screen and (max-width: 768px) {
  #product .btn-online .icon-view {
    top: calc(-2.67 * var(--vw));
    left: calc(37.33 * var(--vw));
    width: calc(8.13 * var(--vw));
  }
}
#product .btn-online .txt-online {
  position: absolute;
  top: calc(3.95 * var(--vw));
  left: calc(8.41 * var(--vw));
  width: calc(6.58 * var(--vw));
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #product .btn-online .txt-online {
    top: calc(7.2 * var(--vw));
    left: calc(15.33 * var(--vw));
    width: calc(12 * var(--vw));
  }
}
#product .floorplan-acc-pc .ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#product .floorplan-acc-pc .ttl.is-open a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#product .floorplan-acc-pc .ttl a {
  position: relative;
  display: block;
  width: 69.2194403535%;
  width: 69.0721649485%;
  height: calc(5.12 * var(--vw));
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #product .floorplan-acc-pc .ttl a {
    width: 69.2194403535%;
    width: 69.0721649485%;
    height: calc(5.12 * var(--vw));
  }
}
#product .floorplan-acc-pc .ttl a::after {
  content: "";
  position: absolute;
  top: 30px;
  top: calc(2.19 * var(--vw));
  right: 54px;
  right: calc(3.95 * var(--vw));
  display: block;
  width: calc(1.46 * var(--vw));
  height: calc(0.8 * var(--vw));
  background: url(../images/housegarage/icon_arrow_acc.svg) no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#product .floorplan-acc-pc .ttl .txt-floorplan {
  width: calc(5.85 * var(--vw));
  padding-top: calc(0.73 * var(--vw));
  padding-top: 10px;
  margin-left: calc(0.65 * var(--vw));
  margin-left: 9px;
}
#product .floorplan-acc-pc .acc-inner {
  display: none;
  width: 69.0721649485%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
}
#product .floorplan-acc-pc .acc-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(68.74 * var(--vw));
}
#product .floorplan-acc-pc .acc-inner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #000;
}
#product .floorplan-acc-pc .floorplan-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(34.4 * var(--vw));
  width: 50%;
}
#product .floorplan-acc-pc .floorplan-block .info-area {
  border-top: 1px solid #000;
  padding: calc(1.24 * var(--vw)) 0 calc(1.39 * var(--vw))
    calc(1.46 * var(--vw));
  margin-top: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#product .floorplan-acc-pc .floorplan-block .info-area .txt-spec {
  width: calc(2.48 * var(--vw));
}
#product .floorplan-acc-pc .floorplan-block .info-area .txt {
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  margin-top: calc(0.65 * var(--vw));
}
#product .floorplan-acc-pc .left-col .pic-floorplan {
  width: calc(27.96 * var(--vw));
  margin: calc(3.58 * var(--vw)) 0 0 calc(3.29 * var(--vw));
  margin: calc(3.58 * var(--vw)) 0 calc(2.19 * var(--vw)) calc(3.29 * var(--vw));
}
#product .floorplan-acc-pc .right-col .pic-floorplan {
  width: calc(22.1 * var(--vw));
  margin: calc(3.58 * var(--vw)) 0 0 calc(5.27 * var(--vw));
}
@media screen and (min-width: 769px) {
  #product .btn-online a:hover {
    opacity: 0.7;
  }
}
.fit {
  position: relative;
  height: 100vh;
}
.fit .pic,
.fit .movie {
  width: 100%;
  height: 100vh;
}
.fit .pic img,
.fit .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fit h3 {
  position: absolute;
}
.sec-fix {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
.sec-fix.is-fixed {
  width: calc(100% - 8px);
}
.sec-fix .txt-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 138px;
  height: 156px;
  background: #fff;
  padding-top: 35px;
  padding-top: 43px;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-fix .txt-area p {
  width: 60.0292825769vw;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin-left: 19.9121522694vw;
}
.sec-fix .txt-area p.txt1-1 {
  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;
  width: 100%;
  height: 138px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: -35px;
  margin-left: 0;
}
.sec-fix .txt-area .is-hide {
  display: none !important;
}
.sec-fix .txt-area h5 {
  width: 60.0292825769vw;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 10px 19.9121522694vw;
}
.sec-fix ul {
  position: absolute;
  top: 50%;
  right: 71px;
  list-style: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-fix.is-fixed ul {
  right: 71px;
}
.sec-fix li {
  margin: 18px 0;
}
.sec-fix li a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.sec-fix li.is-cr a {
  background: #fff;
}
.sec-fix.is-fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  pointer-events: none;
}
.sec-fix.is-btm {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .sec-fix .is-black li a {
    border-color: #000;
  }
  .sec-fix .is-black li.is-cr a {
    background: #000;
  }
}
.block.fit .swiper-button-next,
.block.fit .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 76px;
  width: 54px;
  height: 70px;
  margin-top: 0;
  background-image: url(../images/housegarage/icon_arrow_next.svg);
  background-size: 54px 70px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 11px;
}
.block.fit .swiper-button-prev {
  right: 0;
  left: 72px;
  width: 64px;
  background-image: url(../images/housegarage/icon_arrow_back.svg);
  background-size: 64px 70px;
}
#area-garage h3 {
  position: absolute;
  top: 133px;
  left: 1.9033674963vw;
  width: 77.5988286969vw;
}
#area-garage h4 {
  position: absolute;
  bottom: 0;
  left: 1.9033674963vw;
  width: 18.4480234261vw;
  margin-bottom: 169px;
  margin-bottom: 187px;
}
#area-kitchen h4 {
  position: absolute;
  bottom: 0;
  left: 1.9033674963vw;
  width: 41.7276720351vw;
  margin-bottom: 187px;
}
#area-work h4 {
  position: absolute;
  bottom: 0;
  left: 1.9033674963vw;
  width: 28.1112737921vw;
  margin-bottom: 185px;
}
#area-bed h4 {
  position: absolute;
  bottom: 0;
  left: 1.9033674963vw;
  width: 21.9619326501vw;
  margin-bottom: 186px;
}
#area-kids h4 {
  position: absolute;
  bottom: 0;
  left: 1.9033674963vw;
  width: 24.1581259151vw;
  margin-bottom: 187px;
}
#area-loft h4 {
  position: absolute;
  bottom: 0;
  left: 1.9033674963vw;
  width: 28.2576866764vw;
  margin-bottom: 182px;
}
#special {
  padding: calc(7.1 * var(--vw)) 0 calc(7.17 * var(--vw));
}
@media screen and (max-width: 768px) {
  #special {
    padding: calc(10.53 * var(--vw)) 0 calc(10.26 * var(--vw));
  }
}
#special .bn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(54.9 * var(--vw));
  border: 1px solid #000;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #special .bn a {
    width: calc(80.13 * var(--vw));
  }
}
#special .bn a .pic {
  width: calc(21.96 * var(--vw));
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #special .bn a .pic {
    width: calc(39.86 * var(--vw));
  }
}
#special .bn .txt-col {
  border-left: 1px solid #000;
  padding: calc(2.7 * var(--vw)) 0 0 calc(3.07 * var(--vw));
}
@media screen and (max-width: 768px) {
  #special .bn .txt-col {
    padding: calc(4.93 * var(--vw)) 0 0 calc(4.93 * var(--vw));
  }
}
#special .bn .txt-col h3 {
  width: calc(26.5 * var(--vw));
}
@media screen and (max-width: 768px) {
  #special .bn .txt-col h3 {
    width: calc(26.13 * var(--vw));
  }
}
#special .bn .txt-col h4 {
  width: calc(15.44 * var(--vw));
  margin-top: calc(8.93 * var(--vw));
}
@media screen and (max-width: 768px) {
  #special .bn .txt-col h4 {
    width: calc(28.13 * var(--vw));
    margin-top: calc(10.13 * var(--vw));
  }
}
#special .bn .txt-col .txt {
  font-size: 15px;
  font-weight: bold;
  margin-top: calc(1.31 * var(--vw));
}
@media screen and (max-width: 768px) {
  #special .bn .txt-col .txt {
    width: 130%;
    font-size: calc(2.66 * var(--vw));
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    letter-spacing: -0.02em;
    margin-top: calc(2.4 * var(--vw));
  }
}
@media screen and (min-width: 769px) {
  #special .bn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 850px) and (min-width: 769px) {
  #special .bn .txt-col .txt {
    font-size: 13px;
  }
}
#houserecipe {
  background-color: #9ca08a;
  padding: calc(10.39 * var(--vw)) 0 0;
}
@media screen and (max-width: 768px) {
  #houserecipe {
    padding: calc(13.33 * var(--vw)) 0 0;
  }
}
#houserecipe h3 {
  width: calc(54.46 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #houserecipe h3 {
    width: calc(53.6 * var(--vw));
  }
}
#houserecipe .lead {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.33;
  letter-spacing: -0.025em;
  text-align: center;
  margin-top: calc(2.7 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .lead {
    font-size: calc(3.2 * var(--vw));
    font-weight: 500;
    line-height: 1.83;
    letter-spacing: 0;
    margin-top: calc(6.93 * var(--vw));
  }
}
#houserecipe .wrapper {
  max-width: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(71.88 * var(--vw));
  border: 2px solid #000;
  border-bottom: none;
  margin: calc(5.63 * var(--vw)) 0 0 calc(14.64 * var(--vw));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #houserecipe .wrapper {
    display: block;
    width: calc(80.13 * var(--vw));
    border: none;
    margin: calc(7.33 * var(--vw)) auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  #houserecipe .wrapper::before {
    content: "";
    position: absolute;
    bottom: calc(0 * var(--vw));
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
}
#houserecipe .wrapper::after {
  content: "";
  position: absolute;
  top: calc(20.79 * var(--vw));
  left: calc(34.26 * var(--vw));
  display: block;
  width: calc(3.29 * var(--vw));
  height: calc(3.29 * var(--vw));
  background: url(../images/housegarage/icon_arrow_recipe.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #houserecipe .wrapper::after {
    top: calc(92.13 * var(--vw));
    left: calc(37.2 * var(--vw));
    width: calc(6 * var(--vw));
    height: calc(6 * var(--vw));
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#houserecipe .left-col {
  width: calc(36.01 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col {
    width: 100%;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#houserecipe .left-col tbody tr {
  border-top: 1px solid #000;
}
#houserecipe .left-col tbody tr:first-child {
  border-top: none;
}
#houserecipe .left-col tbody tr th {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col tbody tr th {
    height: calc(19.6 * var(--vw));
  }
}
#houserecipe .left-col th,
#houserecipe .left-col td {
  width: calc(12.29 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col th,
  #houserecipe .left-col td {
    width: calc(29.33 * var(--vw));
  }
}
#houserecipe .left-col th:first-child,
#houserecipe .left-col td:first-child {
  width: calc(10.9 * var(--vw));
  border-left: none;
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col th:first-child,
  #houserecipe .left-col td:first-child {
    width: calc(21.06 * var(--vw));
  }
}
#houserecipe .left-col th {
  height: calc(4.39 * var(--vw));
  height: calc(4.46 * var(--vw));
  background-color: #000;
  vertical-align: middle;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col th {
    height: calc(8.13 * var(--vw));
    border-left: 2px solid #fff;
  }
}
#houserecipe .left-col .ttl1 img {
  width: calc(8.78 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .ttl1 img {
    width: calc(16 * var(--vw));
    margin-top: calc(0.4 * var(--vw));
  }
}
#houserecipe .left-col .ttl2 img {
  width: calc(6.58 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .ttl2 img {
    width: calc(12 * var(--vw));
    margin-top: calc(0.4 * var(--vw));
  }
}
#houserecipe .left-col td {
  height: calc(8.93 * var(--vw));
  background-color: #fff;
  border-left: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col td {
    height: calc(19.6 * var(--vw));
    border-left: 2px solid #000;
  }
}
#houserecipe .left-col .pic-circle {
  width: calc(5.19 * var(--vw));
  margin: calc(1.09 * var(--vw)) auto 0;
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .pic-circle {
    width: calc(9.46 * var(--vw));
    margin-top: calc(4.4 * var(--vw));
  }
}
#houserecipe .left-col .txt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: calc(0.65 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .txt {
    font-size: calc(2.66 * var(--vw));
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    margin-top: calc(0.8 * var(--vw));
  }
}
#houserecipe .left-col .txt-location {
  margin: 0 auto;
}
#houserecipe .left-col .txt-location1 {
  width: calc(4.02 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .txt-location1 {
    width: calc(7.33 * var(--vw));
  }
}
#houserecipe .left-col .txt-location2 {
  width: calc(3.95 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .txt-location2 {
    width: calc(7.2 * var(--vw));
  }
}
#houserecipe .left-col .txt-location3 {
  width: calc(6.73 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .txt-location3 {
    width: calc(12.26 * var(--vw));
  }
}
#houserecipe .left-col .txt-location4 {
  width: calc(4.39 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .txt-location4 {
    width: calc(8 * var(--vw));
  }
}
#houserecipe .left-col .ill {
  margin: 0 auto;
}
#houserecipe .left-col .ill1 {
  width: calc(4.46 * var(--vw));
  margin-top: calc(0.36 * var(--vw));
  margin-bottom: calc(1.31 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .ill1 {
    width: calc(8.13 * var(--vw));
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(2.4 * var(--vw));
  }
}
#houserecipe .left-col .ill2 {
  width: calc(3.14 * var(--vw));
  margin-top: calc(0.36 * var(--vw));
  margin-bottom: calc(1.31 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .ill2 {
    width: calc(5.73 * var(--vw));
    margin-top: calc(3.2 * var(--vw));
    margin-bottom: calc(2.4 * var(--vw));
  }
}
#houserecipe .left-col .ill3 {
  width: calc(3.8 * var(--vw));
  margin-top: calc(0.73 * var(--vw));
  margin-bottom: calc(1.53 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .ill3 {
    width: calc(6.93 * var(--vw));
    margin-top: calc(3.46 * var(--vw));
    margin-bottom: calc(2.8 * var(--vw));
  }
}
#houserecipe .left-col .ill4 {
  width: calc(3.44 * var(--vw));
  margin-bottom: calc(1.02 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .ill4 {
    width: calc(6.26 * var(--vw));
    margin-top: calc(2.66 * var(--vw));
    margin-bottom: calc(1.86 * var(--vw));
  }
}
#houserecipe .left-col .none {
  vertical-align: middle;
}
#houserecipe .left-col .none::before {
  content: "";
  display: block;
  width: calc(2.56 * var(--vw));
  height: 2px;
  background: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #houserecipe .left-col .none::before {
    width: calc(4.66 * var(--vw));
  }
}
#houserecipe .right-col {
  width: calc(35.94 * var(--vw));
  border-left: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #houserecipe .right-col {
    width: 100%;
    border: none;
    margin-top: calc(13.6 * var(--vw));
    overflow: hidden;
  }
}
#houserecipe .right-col .txt {
  position: relative;
  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;
  height: calc(4.39 * var(--vw));
  height: calc(4.46 * var(--vw));
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #houserecipe .right-col .txt {
    height: calc(8.26 * var(--vw));
  }
}
@media print, screen and (min-width: 769px) {
  #houserecipe .right-col .txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    left: calc(-0.15 * var(--vw));
    display: block;
    width: 2px;
    height: calc(4.39 * var(--vw));
    background: #fff;
  }
}
#houserecipe .right-col .txt img {
  width: calc(8.56 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .right-col .txt img {
    width: calc(15.46 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #houserecipe .right-col .movie {
    position: relative;
    width: calc(79.73 * var(--vw));
    width: 100%;
  }
  #houserecipe .right-col .movie::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(79.06 * var(--vw));
    width: 100%;
    height: calc(80.53 * var(--vw));
    border: 2px solid #000;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#houserecipe video {
  width: 100%;
  height: auto;
}
#houserecipe .simurate {
  border-top: 1px solid #000;
  margin-top: calc(9.73 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate {
    margin-top: calc(13.06 * var(--vw));
    overflow: hidden;
  }
}
#houserecipe .simurate .simurate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(71.74 * var(--vw));
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  padding-bottom: calc(6.58 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .simurate-wrapper {
    display: block;
    width: calc(74.53 * var(--vw));
    padding-top: calc(8.53 * var(--vw));
    padding-bottom: calc(8.66 * var(--vw));
  }
}
#houserecipe .simurate .txt-col {
  width: calc(20.93 * var(--vw));
  padding-top: calc(7.24 * var(--vw));
  margin-left: calc(10.68 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .txt-col {
    width: 100%;
    margin-left: 0;
  }
}
#houserecipe .simurate .txt-col .txt-en {
  width: calc(20.57 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .txt-col .txt-en {
    width: calc(37.33 * var(--vw));
    margin: 0 auto;
  }
}
#houserecipe .simurate .txt-col .txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.93;
  margin-top: calc(1.68 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .txt-col .txt {
    font-size: calc(2.66 * var(--vw));
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    text-align: center;
    line-height: 1.92;
    margin: calc(1.73 * var(--vw)) auto 0;
  }
}
#houserecipe .simurate .txt-col .btn a {
  display: block;
  margin-top: calc(3.44 * var(--vw));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .txt-col .btn a {
    width: calc(38 * var(--vw));
    margin: calc(2.13 * var(--vw)) auto 0;
  }
}
#houserecipe .simurate .txt-col .btn a:hover {
  opacity: 0.7;
}
#houserecipe .simurate .pic-col {
  position: relative;
  width: calc(32.21 * var(--vw));
  padding-top: calc(7.17 * var(--vw));
  margin-left: calc(5.12 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding-top: 0;
    margin-left: calc(13.73 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .phone {
  position: relative;
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .phone {
    width: calc(23.6 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .phone::after {
  content: "";
  position: absolute;
  top: calc(-0.22 * var(--vw));
  left: calc(-0.37 * var(--vw));
  display: block;
  width: calc(12.88 * var(--vw));
  height: calc(26.57 * var(--vw));
  background: url(../images/housegarage/pic_phone.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .phone::after {
    top: calc(-0.54 * var(--vw));
    left: calc(-0.8 * var(--vw));
    width: calc(23.46 * var(--vw));
    height: calc(48.4 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .phone .movie {
  position: relative;
  width: calc(12.07 * var(--vw));
  border-radius: calc(0.73 * var(--vw));
  border-radius: 25px;
  border-radius: calc(1.68 * var(--vw));
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .phone .movie {
    width: calc(21.86 * var(--vw));
    border-radius: calc(2.66 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .preview {
  position: absolute;
  top: calc(17.56 * var(--vw));
  left: calc(17.27 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .preview {
    position: relative;
    top: auto;
    left: auto;
    width: calc(21.06 * var(--vw));
    margin-left: calc(4.26 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .preview .txt-bolloon {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .preview .txt-bolloon {
    display: block;
    font-size: calc(2.66 * var(--vw));
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    text-align: center;
    line-height: 1.4;
  }
}
#houserecipe .simurate .pic-col .preview .txt-bolloon::before,
#houserecipe .simurate .pic-col .preview .txt-bolloon::after {
  content: "";
  position: absolute;
  top: calc(0.21 * var(--vw));
  left: calc(-1.47 * var(--vw));
  display: block;
  width: 1px;
  height: calc(2.92 * var(--vw));
  background: #000;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .preview .txt-bolloon::before,
  #houserecipe .simurate .pic-col .preview .txt-bolloon::after {
    top: calc(0.4 * var(--vw));
    left: calc(-2.67 * var(--vw));
    height: calc(7.33 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .preview .txt-bolloon::after {
  left: auto;
  right: calc(-1.47 * var(--vw));
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .preview .txt-bolloon::after {
    right: calc(-2.67 * var(--vw));
  }
}
#houserecipe .simurate .pic-col .preview .pic-room {
  width: calc(12 * var(--vw));
  margin: calc(0.95 * var(--vw)) 0 0 calc(-2.2 * var(--vw));
}
@media screen and (max-width: 768px) {
  #houserecipe .simurate .pic-col .preview .pic-room {
    width: calc(18.66 * var(--vw));
    margin: calc(0.8 * var(--vw)) 0 0 calc(0.66 * var(--vw));
  }
}
#related {
  padding-top: 4.2459736457%;
}
#related h3 {
  width: 25.4050073638%;
  margin: 0 auto 3.4609720177%;
}
#related .box {
  position: relative;
  border-top: 1px solid #000;
}
#related .lead {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 550px;
  font-size: 15px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  margin-left: -275px;
}
#related .slider-box {
  width: 72.1649484536%;
  padding: 167px 0 58px;
  padding: 167px 0 46px;
  margin: 0 auto;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
#related .slider-box .block {
  width: 29.8979591837%;
  margin: 0 33px;
}
#related .txt-date {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  margin: 33px 0 12px 4px;
}
#related h4 {
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 0 4px;
}
#related .txt {
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  margin-left: 4px;
}
#related .swiper-container {
  position: static;
}
#related .swiper-button-next,
#related .swiper-button-prev {
  background-image: url(../images/housegarage/icon_arrow.svg);
  background-size: 11px 20px;
  margin-top: -35px;
  z-index: 9;
}
#related .swiper-button-next {
  right: 5.4491899853%;
}
#related .swiper-button-prev {
  left: 5.4491899853%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#inquiry .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/housegarage/bg_contct_event.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #inquiry .wrapper {
    background-image: url(../images/housegarage/bg_contct_event_sp.jpg);
  }
}
#inquiry .block {
  width: 50%;
}
#inquiry .block:first-child {
  border-right: 4px solid #000;
}
@media screen and (max-width: 768px) {
  #inquiry .block:first-child {
    border-right: 2px solid #000;
  }
}
#inquiry .block a {
  display: block;
  padding: calc(7.24 * var(--vw)) 0 calc(6.58 * var(--vw));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #inquiry .block a {
    padding: calc(12.93 * var(--vw)) 0 calc(10 * var(--vw));
  }
}
#inquiry .block .ttl-contact {
  width: calc(14.42 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #inquiry .block .ttl-contact {
    width: calc(26.26 * var(--vw));
  }
}
#inquiry .block .ttl-event {
  width: calc(8.56 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #inquiry .block .ttl-event {
    width: calc(15.6 * var(--vw));
  }
}
#inquiry .block .txt span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: calc(1.46 * var(--vw));
}
@media screen and (max-width: 768px) {
  #inquiry .block .txt span {
    display: block;
    font-size: calc(2.66 * var(--vw));
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    text-align: center;
    line-height: 1.4;
    margin-top: calc(2 * var(--vw));
  }
}
#inquiry .block .btn-click {
  width: calc(12.22 * var(--vw));
  margin: calc(2.85 * var(--vw)) auto 0;
}
@media screen and (max-width: 768px) {
  #inquiry .block .btn-click {
    width: calc(22.26 * var(--vw));
    margin-top: calc(2.66 * var(--vw));
  }
}
@media screen and (min-width: 769px) {
  #inquiry .block a:hover {
    opacity: 0.7;
  }
}
.btn-yellow a {
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 211px;
  background: #f0e519;
  border-radius: 10px 0 0 10px;
  margin-bottom: 338px;
  margin-bottom: 255px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  pointer-events: none;
}
.btn-yellow.is-show a {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.btn-yellow a p {
  width: 12px;
}
@media screen and (min-width: 1367px) {
  .btn-yellow a {
    border-right: 4px solid #000;
  }
}
@media screen and (max-width: 1366px) {
  .btn-yellow a {
    left: auto;
    right: 4px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .btn-yellow a {
    width: 4.8%;
  }
}
@media screen and (min-width: 769px) {
  .btn-yellow.is-show a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #kv .logo {
    width: 33.153638814%;
    margin: 29.5148247978% 0 0 33.423180593%;
  }
  #kv h1 {
    width: 68.8679245283%;
    margin: 43.1266846361% 0 0 15.4986522911%;
  }
  #kv .btn a {
    width: 26.6846361186%;
    padding: 6.1994609164% 4.5822102426% 6.064690027% 4.7169811321%;
    margin: 0 0 2.6954177898% 3.3692722372%;
  }
  .lead-area {
    border: 2px solid #000;
    border-top: none;
    padding: 4.0431266846% 0 7.5471698113%;
  }
  .lead-area p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .lead-area :nth-child(2) {
    padding: 4.1778975741% 0;
  }
  section {
    border-width: 2px;
  }
  #intro .inner {
    width: 81.1320754717%;
    padding: 9.8382749326% 0 6.064690027%;
  }
  #intro h2 {
    width: 81.3953488372%;
    margin: 0 auto;
  }
  #intro h2 .txt-ja {
    width: 72.8571428571%;
    margin: 9.7959183673% auto 0;
  }
  #intro p {
    width: 84.3853820598%;
    font-size: 3.2vw;
    line-height: 1.83;
    letter-spacing: -0.04em;
    margin: 7.4750830565% auto 0;
  }
  #collabo {
    padding-top: calc(7.2 * var(--vw));
    overflow: hidden;
  }
  #collabo h3 {
    width: calc(69.59 * var(--vw));
    margin: 0 auto;
  }
  #collabo .wrapper::before {
    width: 2.6666666667vw;
    height: 9.3333333333vw;
    background: #9ca08a;
    margin: 30.9973045822% 0 0 -3.0666666667vw;
  }
  #collabo .wrapper::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background: url(../images/housegarage/icon_cross_sp.svg) no-repeat;
    background-size: 8.53vw 8.53vw;
    margin: 31.2668463612% 0 0 -6.1994609164vw;
  }
  #collabo .left-col {
    width: 48.1132075472%;
    padding: 12.1293800539% 0 0.539083558%;
    border-left: none;
  }
  #collabo .right-col {
    width: 51.7520215633%;
    padding: 5.25606469% 0 0.539083558%;
    border-right: none;
  }
  #collabo .left-col h4 a {
    width: 62.4649859944%;
    margin: 0 0 0 19.3277310924%;
  }
  #collabo .wrapper p {
    width: 67.781512605%;
    font-size: 2.6666666667vw;
    font-weight: normal;
    line-height: 1.88;
    margin: 19.8879551821% 0 0 20.4481792717%;
  }
  #collabo .wrapper p span {
    display: block;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  #collabo .right-col h4 a {
    width: 46.3541666667%;
    margin: 0 0 0 26.0416666667%;
  }
  #collabo .right-col p {
    width: 70.2421875%;
    margin: 10.4166666667% 0 0 17.1875%;
  }
  #collabo .btn-area a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 15.6vw;
    padding: 9.5238095238% 0 0 20.1680672269%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #collabo .btn-area a::after {
    right: 8.9635854342%;
    width: 1.4666666667vw;
    height: 2.6666666667vw;
    background: url(../images/housegarage/icon_arrow_sp.svg) no-repeat;
    background-size: 1.4vw 2.6vw;
    margin-top: 0;
  }
  #collabo .btn-area a img {
    display: block;
    width: 21.3333333333vw;
    height: 6vw;
  }
  #collabo .right-col .btn-area a {
    padding: 8.8541666667% 17.4479166667% 0 17.7083333333%;
  }
  #collabo .right-col .btn-area a img {
    width: 30.4vw;
    height: 6.4vw;
  }
  #collabo .right-col .btn-area a::after {
    right: 7.8125%;
  }
  #product {
    padding-top: 0;
    overflow: hidden;
  }
  #product h3 {
    position: relative;
    width: 100%;
    padding: calc(6.53 * var(--vw)) 0 calc(6.8 * var(--vw));
    margin: 0 auto;
  }
  #product h3::before,
  #product h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(9.46 * var(--vw));
    display: block;
    width: 1px;
    height: calc(20 * var(--vw));
    height: 100%;
    background-color: #000;
  }
  #product h3::after {
    left: auto;
    right: calc(9.46 * var(--vw));
  }
  #product h3 img {
    display: block;
    width: calc(39.46 * var(--vw));
    margin: 0 auto;
  }
  #product .inner::before {
    top: 0;
    margin-top: 11.9946091644%;
  }
  #product .txt-housetype {
    width: 80.8625336927%;
    height: auto;
    font-size: 1px;
    line-height: 1;
    padding: 2.0215633423% 0 7.2776280323% 2.0215633423%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #product .txt-housetype img {
    width: 26.6666666667%;
  }
  #product .wrapper {
    display: block;
    width: 100%;
    border: none;
    overflow: hidden;
  }
  #product .wrapper::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 83.2884097035%;
    content: none;
  }
  #product .block {
    width: 80.8625336927%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #product h4 {
    height: 15.8666666667vw;
    padding-top: 0;
  }
  #product h4 img {
    width: 30.2666666667vw;
    width: calc(30.26 * var(--vw));
    height: auto;
  }
  #product .right-col::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #000;
    margin-left: -50vw;
  }
  #product .right-col h4 img {
    width: 12.9333333333vw;
    height: 4.4vw;
  }
  #product .block p {
    width: 86.8333333333%;
    font-size: 3.2vw;
    line-height: 1.83;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: justify;
    padding: 4.1666666667% 0 6.1666666667%;
    margin: 0 0 0 6.3333333333%;
  }
  #product .floorplan-acc-sp .ttl {
    position: relative;
  }
  #product .floorplan-acc-sp .ttl.is-open a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #product .floorplan-acc-sp .ttl::before,
  #product .floorplan-acc-sp .ttl::after {
    content: "";
    position: absolute;
    top: calc(0 * var(--vw));
    left: 0;
    display: block;
    width: calc(100 * var(--vw));
    height: 1px;
    background-color: #000;
    margin-left: calc(-10 * var(--vw));
  }
  #product .floorplan-acc-sp .ttl::after {
    top: auto;
    bottom: 0;
  }
  #product .floorplan-acc-sp .ttl a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(12 * var(--vw));
  }
  #product .floorplan-acc-sp .ttl a .txt-floorplan {
    width: calc(21.86 * var(--vw));
    line-height: 1;
    padding: 0;
    margin: calc(1.86 * var(--vw)) 0 0 calc(2.13 * var(--vw));
  }
  #product .floorplan-acc-sp .ttl a::after {
    content: "";
    position: absolute;
    top: calc(5.33 * var(--vw));
    right: calc(5.33 * var(--vw));
    display: block;
    width: calc(2.66 * var(--vw));
    height: calc(1.46 * var(--vw));
    background: url(../images/housegarage/icon_arrow_acc_sp.svg) no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #product .floorplan-acc-sp .acc-inner {
    display: none;
    padding-top: calc(6.66 * var(--vw));
    padding-bottom: calc(4.8 * var(--vw));
  }
  #product .floorplan-acc-sp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: calc(4.26 * var(--vw)) 0 0 calc(8.4 * var(--vw));
    margin: calc(3.6 * var(--vw)) 0 0 calc(8.4 * var(--vw));
  }
  #product .floorplan-acc-sp dt {
    width: calc(8.93 * var(--vw));
    margin-top: calc(1.33 * var(--vw));
  }
  #product .floorplan-acc-sp dd {
    margin-left: calc(4.66 * var(--vw));
  }
  #product .floorplan-acc-sp dd li {
    list-style: none;
    font-size: calc(2.66 * var(--vw));
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.03em;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  #product .left-col .pic-floorplan {
    width: calc(65.73 * var(--vw));
    margin: 0 0 0 calc(6.66 * var(--vw));
  }
  #product .right-col .txt-housetype {
    position: relative;
    width: calc(20.93 * var(--vw));
    height: calc(12.13 * var(--vw));
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
  }
  #product .right-col .txt-housetype::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100 * var(--vw));
    height: 1px;
    background-color: #000;
    margin-left: calc(-10 * var(--vw));
  }
  #product .right-col .txt-housetype img {
    width: 100%;
    margin: calc(2.13 * var(--vw)) 0 0 calc(2 * var(--vw));
  }
  #product .right-col .pic-floorplan {
    width: calc(61.46 * var(--vw));
    margin: 0 0 0 calc(6.53 * var(--vw));
  }
  #product .right-col dl {
    margin: calc(4.66 * var(--vw)) 0 0 calc(6.53 * var(--vw));
  }
  .sec-fix.is-fixed {
    width: calc(100% - 4px);
  }
  .sec-fix .txt-area {
    height: 32vw;
    padding-top: 3.6vw;
    padding-left: 2.9333333333vw;
  }
  .sec-fix .txt-area p {
    width: 72.6666666667vw;
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.01em;
    margin-left: 0;
    text-justify: distribute;
    text-align: justify;
  }
  .sec-fix .txt-area p.txt1-1 {
    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;
    width: 100%;
    height: 138px;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.01em;
    margin-top: -35px;
    margin-left: 0;
  }
  .sec-fix .txt-area p.txt1-1 {
    display: block;
    height: auto;
    font-size: 3.2vw;
    line-height: 1.83;
    font-weight: bold;
    text-align: left;
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
  .sec-fix .txt-area h5 {
    width: 69.3333333333vw;
    font-size: 3.2vw;
    font-weight: 900;
    letter-spacing: 0.06em;
    margin: 0 0 1.6vw 0;
  }
  .sec-fix.is-first .txt-area {
    height: 42.6666666667vw;
    padding-top: 2vw;
  }
  .block.fit .swiper-button-next,
  .block.fit .swiper-button-prev {
    top: auto;
    bottom: 36.1333333333vw;
    right: 14.1333333333vw;
    width: 7.2vw;
    height: 10.2666666667vw;
    margin-top: 0;
    background-image: url(../images/housegarage/icon_arrow_next_sp.svg);
    background-size: 7.2vw 10.2666666667vw;
    margin-top: 0;
  }
  .block.fit .swiper-button-prev {
    left: 64.9333333333vw;
    width: 8.5333333333vw;
    background-image: url(../images/housegarage/icon_arrow_back_sp.svg);
    background-size: 8.5333333333vw 10.2666666667vw;
  }
  #area-garage h3 {
    top: 18vw;
    left: 2.5333333333vw;
    width: 93.8666666667vw;
  }
  #area-garage h4 {
    bottom: 36.1333333333vw;
    left: 2.9333333333vw;
    width: 39.6vw;
    margin-bottom: 0;
  }
  #area-garage .sec-fix.is-first h4 {
    bottom: 45.3333333333vw;
  }
  #area-garage .swiper-container.is-first .swiper-button-next,
  #area-garage .swiper-container.is-first .swiper-button-prev {
    bottom: 45.3333333333vw;
  }
  #area-kitchen h4 {
    bottom: 35.8666666667vw;
    left: 2.8vw;
    width: 50.1333333333vw;
    margin-bottom: 0;
  }
  #area-kitchen .swiper-button-next,
  #area-kitchen .swiper-button-prev {
    bottom: 36vw;
  }
  #area-work h4 {
    bottom: 35.8666666667vw;
    left: 2.9333333333vw;
    width: 29.8666666667vw;
    margin-bottom: 0;
  }
  #area-work .swiper-button-next,
  #area-work .swiper-button-prev {
    bottom: 35.8666666667vw;
  }
  #area-bed h4 {
    bottom: 36.1333333333vw;
    left: 3.0666666667vw;
    width: 48.2666666667vw;
    margin-bottom: 0;
  }
  #area-kids h4 {
    bottom: 36.1333333333vw;
    left: 2.9333333333vw;
    width: 52.6666666667vw;
    margin-bottom: 0;
  }
  #area-loft h4 {
    bottom: calc(34.66 * var(--vw));
    left: calc(3.46 * var(--vw));
    width: calc(38 * var(--vw));
    margin-bottom: 0;
  }
  #contents {
    padding-top: 6.5683646113%;
    border-top: none;
  }
  #contents h3 {
    width: 42.8954423592%;
    margin: 0 auto 6.7024128686%;
  }
  #contents .wrapper {
    display: block;
    border-top: 2px solid #000;
    overflow: hidden;
  }
  #contents .block {
    width: 74.7989276139%;
    padding-bottom: 2px;
    margin: 0 auto;
  }
  #contents .block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 2px;
    background: #000;
    margin-left: -50vw;
  }
  #contents .block3::after {
    content: none;
  }
  #contents .block a {
    padding-top: 21.0431654676%;
  }
  #contents .block h4 {
    left: 3.4172661871%;
    width: 38.1294964029%;
    margin-top: 3.4172661871%;
  }
  #contents .block2 h4 {
    width: 64.0287769784%;
    margin-top: 4.1366906475%;
  }
  #contents .block2 a {
    padding-top: 26.4388489209%;
  }
  #contents .block3 h4 {
    width: 38.4892086331%;
    margin-top: 4.1366906475%;
  }
  #contents .block p {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 15.6vw;
    font-size: 3.4666666667vw;
    padding-top: 3.2vw;
    padding-left: 2.6666666667vw;
  }
  #contents .block p::after {
    top: 0;
    right: 2.5333333333vw;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    background-size: 4.6vw 4.6vw;
    margin-top: 2.5333333333vw;
  }
  #related {
    padding-top: 7.5067024129%;
  }
  #related h3 {
    width: 72.3860589812%;
    margin: 0 auto 6.836461126%;
  }
  #related .box {
    position: relative;
    border-top: 1px solid #000;
  }
  #related .lead {
    top: 0;
    left: 0;
    width: 74.7989276139%;
    font-size: 3vw;
    line-height: 2;
    margin-top: 2.8150134048%;
    margin-left: 13.0026809651%;
  }
  #related .slider-box {
    width: 74.7989276139%;
    padding: 46.3806970509% 0 4.2895442359%;
  }
  #related .slider-box .block {
    width: 51.9713261649%;
    margin: 0 2.3297491039%;
  }
  #related .txt-area {
    padding: 0;
    margin: 13.1034482759% 0 0;
  }
  #related .txt-date {
    font-size: 2.8vw;
    margin: 0 0 1.4666666667vw;
  }
  #related h4 {
    font-size: 3.2vw;
    margin: 0;
  }
  #related .txt {
    font-size: 2.8vw;
    line-height: 1.52;
    font-weight: normal;
    letter-spacing: -0.01em;
    margin-left: 0;
  }
  #related .swiper-button-next,
  #related .swiper-button-prev {
    bottom: 59.3333333333vw;
    background-image: url(../images/housegarage/icon_arrow_sp.svg);
    background-size: 1.3vw 2.6vw;
    margin-top: 0;
  }
  #related .swiper-button-next {
    right: 2.1333333333vw;
  }
  #related .swiper-button-prev {
    left: 2.1333333333vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .btn-yellow a {
    left: auto;
    right: 2px;
    width: 9.6%;
    height: auto;
    border-radius: 1.33vw 0 0 1.33vw;
    padding-top: 2.4%;
    padding-bottom: 2.2666666667%;
    margin-bottom: 63.3333333333%;
  }
  .btn-yellow a p {
    width: 26.3888888889%;
  }
}
html,
body {
  font-size: 62.5%;
  height: 100%;
}
body {
  position: relative;
  width: 100%;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "Yu Gothic", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  padding-top: 92px;
  margin: 0 auto;
}
body.show-simulation-app {
  padding-top: 0px;
  border-top: 4px solid #000;
}
body.is-fixed {
  position: fixed;
}
@media screen and (min-width: 1366px) {
  body.is-fixed {
    left: 50%;
    margin-left: -683px;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.show-sp {
  display: none;
}
.txt-roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.animeBefore {
  visibility: hidden;
}
.fadeAnime {
  visibility: visible;
  animation-name: fadeAnime;
  animation-duration: 800ms;
  animation-fill-mode: forwards;
}
@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.animeBefore2 {
  transform: translateY(50px);
}
.fadeAnime2 {
  visibility: visible;
  animation-name: fadeAnime2;
  animation-duration: 800ms;
  animation-fill-mode: forwards;
}
@keyframes fadeAnime2 {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0px);
  }
}
/*
header {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 93px;
  text-align: center;
  z-index: 10;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 93px;
  background: #fff;
  border: 4px solid #000;
  border-bottom-width: 2px;
  box-sizing: border-box;
}
header.is-active {
  height: 100%;
}
header .logo {
  position: relative;
  width: 120px;
  margin: 30px 0 0 40px;
  z-index: 1;
}
header .btn-menu {
  position: absolute;
  top: 14px;
  right: 19px;
  width: 85px;
  z-index: 2;
}
header .btn-menu a {
  position: relative;
  display: block;
  width: 85px;
  height: 70px;
}
header .btn-menu span {
  position: absolute;
  top: 21px;
  left: 24px;
  display: block;
  width: 40px;
  height: 4px;
  background: #000;
  transition: transform 0.3s;
}
header .btn-menu span:nth-child(2) {
  top: 31px;
}
header .btn-menu span:nth-child(3) {
  top: 41px;
}
header .menu-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
header.is-active .menu-box {
  height: 100%;
}
header .menu-box .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
header .inner {
  position: relative;
  width: 268px;
  height: 100%;
  background: #464a40;
  padding: 37px 0 0 24px;
  margin-left: auto;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1;
}
header.is-active .inner {
  display: flex;
  flex-direction: column;
}
header.is-active .btn-menu {
  top: 25px;
  right: 38px;
  width: 45px;
}
header.is-active .btn-menu a {
  width: 45px;
  height: 45px;
}
header.is-active .btn-menu span {
  left: 9px;
  width: 32px;
  height: 3px;
  background: #fff;
}
header.is-active .btn-menu span:nth-child(1) {
  top: 20px;
  left: 7px;
  transform: rotate(45deg);
}
header.is-active .btn-menu span:nth-child(2) {
  opacity: 0;
}
header.is-active .btn-menu span:nth-child(3) {
  top: 20px;
  left: 7px;
  transform: rotate(-45deg);
}
header .menu-box a {
  display: block;
  transition: opacity 0.3s;
}
header .menu-box a:hover {
  opacity: 0.7;
}
header li:first-child {
  margin-bottom: 100px;
}
header li:nth-child(2),
header li:nth-child(3),
header li:nth-child(4),
header li:nth-child(5) {
  width: 220px;
  border-top: 4px solid #fff;
  padding-top: 20px;
}
header li a {
  display: block;
  padding-bottom: 39px;
}
header li:first-child a {
  padding-bottom: 16px;
}
header li .txt {
  text-align: left;
  padding-left: 8px;
}
header li:first-child .txt img {
  width: 39px;
}
header li:nth-child(2) .txt img {
  width: 97px;
}
header li:nth-child(3) .txt img {
  width: 142px;
}
header li:nth-child(4) .txt img {
  width: 181px;
}
header .menu-box .menu-bottom {
  margin-top: auto;
}
header .menu-box .menu-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 24px 30px 0;
}
header .sns-box {
  width: 74px;
  margin-left: 8px;
}
header .sns-box p {
  width: 62px;
  margin-bottom: 16px;
}
header .sns-box .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 74px;
}
header .sns-box div {
  width: 28px;
}
header .copy img {
  width: 8px;
  height: 189px;
}
header .sns-box p img,
header .copy img {
  display: block;
}
header img {
  width: 100%;
  height: auto;
}
  */
article {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}
article img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  footer .gr-menu .copy-right {
    font-size: 10px;
    margin-top: 35px;
    padding: 20px 0;
  }
  footer .footer-inner {
    padding: 50px 0 45px;
  }
}
.pagetop a {
  position: fixed;
  right: 76px;
  bottom: 0;
  display: block;
  width: 60px;
  margin-bottom: 43px;
  z-index: 9;
}
.btn-black a {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 181px;
  background-color: #000;
  margin-bottom: 43px;
  padding-top: 19px;
  box-sizing: border-box;
  z-index: 9;
}
.btn-black a p {
  width: 11px;
}
.btn-inquiry a {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 265px;
  margin-bottom: 43px;
  background: #000 url(../images/housegarage/icon_inquiry.svg) no-repeat center
    top 15px;
  background-size: 20px 23px;
  padding-top: 72px;
  box-sizing: border-box;
  z-index: 9;
}
.btn-inquiry a p {
  width: 13px;
}
.btn-inquiry a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 56px;
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .pagetop a {
    left: auto;
    right: 0;
    width: calc(60 / 1336 * 100%);
    margin-left: 0;
    margin-right: calc(78 / 1336 * 100%);
  }
  .btn-inquiry a {
    left: auto;
    right: 4px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .btn-black a {
    width: calc(48 / 1000 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .btn-black a {
    transition: opacity 0.3s;
  }
  .pagetop a {
    transition: opacity 0.3s;
  }
  .btn-inquiry a {
    transition: opacity 0.3s;
  }
  .btn-black a:hover {
    opacity: 0.7;
  }
  .pagetop a:hover {
    opacity: 0.7;
  }
  .btn-inquiry a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0px;
  }
  body.show-simulation-app {
    padding-top: 0px;
    border-top: 2px solid #000;
  }
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  /*
  header {
    left: 0;
    height: 58px;
    height: 54px;
    padding-bottom: 0;
    transform: none;
  }
  header::before {
    height: 54px;
    border: 2px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
  }
  header .logo {
    width: 78px;
    margin: 16px 0 0 19px;
  }
  header .btn-menu {
    top: 0;
    right: 5px;
    width: 50px;
    margin-top: 15px;
  }
  header .btn-menu a {
    width: 100%;
    height: 0;
    padding-top: 35px;
  }
  header .btn-menu span {
    top: 0;
    left: 10px;
    width: 26px;
    height: 2px;
    margin-top: 4px;
  }
  header .btn-menu span:nth-child(2) {
    top: 0;
    margin-top: 11px;
  }
  header .btn-menu span:nth-child(3) {
    top: 0;
    margin-top: 18px;
  }
  header .inner {
    width: calc(504 / 750 * 100vw);
    padding: calc(38 / 750 * 100vw) 0 calc(30 / 750 * 100vw)
      calc(42 / 750 * 100vw);
    padding: calc(38 / 750 * 100vw) 0 calc(51 / 750 * 100vw)
      calc(42 / 750 * 100vw);
  }
  header.is-active .btn-menu {
    top: 0;
    right: 0;
    width: calc(55 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
    margin-right: calc(39 / 750 * 100vw);
  }
  header.is-active .btn-menu a {
    width: calc(55 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
    padding-top: 0;
  }
  header.is-active .btn-menu span {
    left: 0;
    width: calc(56 / 750 * 100vw);
    height: 2px;
  }
  header.is-active .btn-menu span:nth-child(1) {
    top: 9px;
    left: 0;
    transform: rotate(45deg);
  }
  header.is-active .btn-menu span:nth-child(2) {
    opacity: 0;
  }
  header.is-active .btn-menu span:nth-child(3) {
    top: -5px;
    left: 0;
    transform: rotate(-45deg);
  }
  header nav {
    width: calc(390 / 750 * 100vw);
  }
  header li:first-child {
    margin-bottom: calc(162 / 750 * 100vw);
  }
  header li:nth-child(2),
  header li:nth-child(3),
  header li:nth-child(4),
  header li:nth-child(5) {
    width: calc(394 / 750 * 100vw);
    width: 100%;
    border-top: 2px solid #fff;
    padding-top: 0;
  }
  header li a {
    padding-top: calc(28 / 750 * 100vw);
    padding-bottom: calc(68 / 750 * 100vw);
  }
  header li:first-child a {
    padding-top: 0;
    padding-bottom: calc(50 / 750 * 100vw);
  }
  header li .txt {
    padding-left: calc(20 / 750 * 100vw);
  }
  header li:first-child .txt {
    width: calc(79 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
  }
  header li:first-child .txt img,
  header li:nth-child(2) .txt img,
  header li:nth-child(3) .txt img,
  header li:nth-child(4) .txt img {
    width: 100%;
  }
  header li:nth-child(2) .txt {
    width: calc(334 / 750 * 100vw);
    width: calc(193 / 750 * 100vw);
  }
  header li:nth-child(3) .txt {
    width: calc(180 / 750 * 100vw);
    width: calc(284 / 750 * 100vw);
  }
  header li:nth-child(4) .txt {
    width: calc(216 / 750 * 100vw);
    width: calc(362 / 750 * 100vw);
  }
  header .menu-box .menu-bottom {
    padding: 0 calc(42 / 750 * 100vw) calc(51 / 750 * 100vw) 0;
    padding: 0 calc(42 / 750 * 100vw) calc(0 / 750 * 100vw) 0;
  }
  header .sns-box {
    width: calc(121 / 750 * 100vw);
    margin-left: calc(22 / 750 * 100vw);
  }
  header .sns-box p {
    width: calc(102 / 750 * 100vw);
    margin-bottom: calc(29 / 750 * 100vw);
  }
  header .sns-box .wrapper {
    width: 100%;
  }
  header .sns-box div {
    width: calc(44 / 750 * 100vw);
  }
  header .copy img {
    width: calc(12 / 750 * 100vw);
    height: calc(335 / 750 * 100vw);
  }
    */
  article {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
}
