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

:root {
  /* color */
  --main: #f7b52c;
  --sub: #946134;
  --base: #f5f2ee;
  --accent: #e8383d;
  --heim: #0075c1;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  background: var(--main);
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideup2 {
  0% {
    transform: rotate(5deg) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg) translateY(0);
    opacity: 1;
  }
}
.wrapper {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapper__cont {
  position: relative;
}
@media screen and (min-width: 960px) {
  .wrapper {
    display: flex;
    align-items: flex-start;
  }
  .wrapper__cont {
    width: 440px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    order: 2;
    z-index: 1;
  }
}
.header__logo {
  padding: 4%;
  width: 60%;
}
.header__upper {
}

.header__lower {
  background: linear-gradient(to bottom, var(--main) 7%, var(--base) 7%);
  padding-bottom: 3em;
}
.header__lower h1 {
  display: block;
  width: 95%;
  margin: 0 auto 1.5em;
}
.header__lower__com {
  line-height: 2.1;
  font-size: 4.2vw;
}
.header__lower__present {
  width: 90%;
  margin: 1.5em auto;
}

/* 横スクロール */
.scroll-infinity {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.scroll-infinity__wrap {
  width: 100%;
  overflow: hidden;
}
.scroll-infinity__track {
  display: flex;
  width: max-content;
  animation: none;
}
.scroll-infinity__track img {
  width: 150vw;
  flex-shrink: 0;
}
.header__upper > p {
  text-align: right;
  padding: 0.5em 0.5em 0;
  font-size: 2.8vw;
}
@media screen and (min-width: 960px) {
  .scroll-infinity__track img {
    width: 800px;
  }
  .header__upper > p {
    font-size: 12px;
  }
  .header__lower {
    background: linear-gradient(to bottom, var(--main) 75px, var(--base) 75px);
    padding-bottom: 3em;
  }
  .header__lower__com {
    font-size: 18px;
  }
}
/* CTAボタン */
.btn {
  display: block;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
.btn__micro,
.btn__stg {
  color: var(--accent);
  font-size: 5vw;
  display: inline-block;
  margin-bottom: 0.3em;
  opacity: 0;
}
.btn.onPC .btn__micro,
.btn.onPC .btn__stg {
  opacity: 1;
}
.btn__micro {
  position: relative;
}
.btn__micro::before,
.btn__micro::after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  width: 1px;
  height: 0.8em;
  background-color: var(--accent);
}
.btn__micro::before {
  left: -1em;
  transform: rotate(-35deg);
}
.btn__micro::after {
  right: -1em;
  transform: rotate(35deg);
}
.btn.play .btn__micro {
  animation: slideup 0.3s ease-out forwards;
}
.btn.play .btn__stg {
  animation: slideup 0.3s ease-out 0.2s forwards;
}
.btn__box {
  display: block;
  border-radius: 20px;
  background: var(--accent);
  color: #fff;
  padding: 0.5em 0;
  font-size: 5vw;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.btn.onPC .btn__box {
  opacity: 1;
}
.btn.play .btn__box {
  opacity: 1;
}
.btn__box__upper {
  background: #fff;
  color: var(--accent);
  padding: 0.2em;
  display: inline-block;
  width: 55%;
  border-radius: 20px;
  font-size: 3.8vw;
  margin-bottom: 0.5em;
  opacity: 0;
  transition: all 0.5s ease;
}
.btn.play .btn__box__upper {
  opacity: 1;
}
.btn.onPC .btn__box__upper {
  opacity: 1;
}
.btn__box__lower {
  font-size: 6vw;
}
@media screen and (min-width: 960px) {
  .btn__micro,
  .btn__stg {
    font-size: 22px;
  }
  .btn__box {
    font-size: 18px;
  }
  .btn__box__upper {
    font-size: 18px;
  }
  .btn__box__lower {
    font-size: 30px;
  }
}
/*--------------------------------------------------------------------

////////////////4つのポイント

--------------------------------------------------------------------*/
.main__mds {
  padding: 2.5em 0;
}
.point {
  width: 90%;
  margin: 0 auto 4em;
  border-radius: 20px;
  background: var(--base);
  padding-bottom: 1em;
}
.point__mds {
  background: var(--sub);
  padding: 5% 6.41025641% 5%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  padding: 3% 6.41025641% 3% 28.49002849%;
  position: relative;
  font-size: 6.5vw;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.point__mds span {
  width: 27.63532764%;
  position: absolute;
  left: -2.849002849%;
  top: -25%;
}
.point1__logo {
  width: 90%;
  margin: 0 auto 1.5em;
}
.point__com {
  width: 90%;
  margin: 0 auto 1.5em;
  text-align: justify;
  font-size: 4.2vw;
  line-height: 1.8;
}
.point__com strong {
  background-color: #ffff00;
  color: #000;
}
.point__cau {
  width: 90%;
  margin: 0 auto 1.5em;
  text-align: justify;
  font-size: 3vw;
  line-height: 1.5;
}
.point2 .point__cau {
  margin-top: -1em;
}
.point1__img {
  width: 80%;
  margin: 0 auto 2.5em;
}
.point1__img li {
  width: 100%;
  margin-bottom: 2em;
}
.point1__img li img {
  border-radius: 20px;
}
.point1__siaa {
  margin: 0 auto 2.5em;
}
.point1__siaa dt {
  width: 80%;
  margin: 0 auto 1.2em;
}
.point1__siaa dd {
  width: 90%;
  margin: 0 auto;
  font-size: 3vw;
  text-align: justify;
}
.point2__img {
  width: 90%;
  margin: 0 auto 2.5em;
}
.point2__img li:first-of-type {
  margin-bottom: 1.5em;
}
.point2__img li:last-of-type img {
  border-radius: 20px;
}
.point3__img {
  width: 90%;
  margin: 0 auto 2.5em;
}
.point3__img li {
  margin-bottom: 1em;
}
.point3__img li:last-of-type img {
  border-radius: 15px;
}
.point4__img {
  width: 90%;
  margin: 0 auto 2.5em;
}
.point4__img li:first-of-type {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .point__mds {
    font-size: 28px;
  }
  .point__com {
    font-size: 18px;
  }
  .point1__siaa dd {
    font-size: 12px;
  }
  .point__cau {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------------

////////////////セキスイハイムの基本性能

--------------------------------------------------------------------*/
.heim {
  background: var(--heim);
  padding: 3em 10%;
  color: #fff;
}
.heim__point {
}
.heim h3 {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.heim h3 > span {
  display: block;
  font-size: 5vw;
  margin-bottom: 0.2em;
}
.heim h3 > strong {
  display: block;
  line-height: 1.3;
  font-size: 9vw;
  font-weight: bold;
}
.heim h3 > strong span {
  font-size: 11vw;
}
.heim__com {
  font-size: 5vw;
  line-height: 1.8;
  margin-bottom: 2em;
}
.heim__det {
  margin-bottom: 2em;
  text-align: justify;
}
.heim__det__photo {
  margin-bottom: 1em;
}
.heim__det__photo img {
  border-radius: 15px;
}
.heim__det__mds {
  color: #ffff00;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.heim__det__mds small {
  font-size: 3.5vw;
  font-weight: normal;
}
.heim__det__mds span {
  display: block;
  font-size: 4.5vw;
}
.heim__det__com {
  margin-bottom: 2em;
  font-size: 4vw;
  line-height: 1.8;
}
.heim__det__com span {
  display: block;
  margin: 0.8em 0;
}
.heim__det__com small {
  display: block;
  font-size: 3vw;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .heim h3 > span {
    font-size: 20px;
  }
  .heim h3 > strong {
    font-size: 38px;
  }
  .heim h3 > strong span {
    font-size: 50px;
  }
  .heim__com {
    font-size: 18px;
  }
  .heim__det__mds {
    font-size: 28px;
  }
  .heim__det__mds span {
    font-size: 22px;
  }
  .heim__det__com {
    font-size: 18px;
  }
  .heim__det__mds small {
    font-size: 12px;
  }
  .heim__det__com small {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------------

////////////////展示場詳細

--------------------------------------------------------------------*/
.exh {
  padding: 3em 0 3em;
}
.exh__mds {
  background: linear-gradient(to bottom, var(--main) 25%, var(--base) 25%);
  padding-bottom: 2em;
  display: block;
  margin-bottom: -1em;
}
.exh__mds img {
  width: 90%;
  margin: 0 auto;
}
.exh__mes {
  width: 85%;
  transform-origin: center center;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease;
}
.exh__mes img {
  filter: drop-shadow(0 0 5px rgba(148, 97, 52, 0.4));
}
.exh__mes.play {
  animation: slideup2 0.3s ease-in forwards;
  animation-delay: 0.5s;
}
.exh__dog {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.exh__dog span {
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.exh__dog span:first-of-type {
  width: 19.37984496%;
}
.exh__dog span:nth-of-type(2) {
  width: 30.23255814%;
}
.exh__dog span:nth-of-type(3) {
  width: 20.54263566%;
}
.exh__dog span:last-of-type {
  width: 29.84496124%;
}
.exh__dog.play span {
  animation: slideup 0.3s ease-in forwards;
}
.exh__dog.play span:nth-of-type(2) {
  animation-delay: 0.06s;
}
.exh__dog.play span:nth-of-type(3) {
  animation-delay: 0.1s;
}
.exh__dog.play span:nth-of-type(4) {
  animation-delay: 0.14s;
}
.exh__imp {
  width: 90%;
  margin: 0 auto 60px;
  background: #fff;
  border-radius: 20px;
  padding: 5%;
  position: relative;
  z-index: 2;
}
.exh__imp::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 40px;
  background-color: #fff;
}
.exh__imp::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 45px;
  height: 45px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}

.exh__imp__upper {
  display: block;
  color: #f29600;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
.exh__imp__upper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("../images/exh_line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.exh__imp__upper span {
  display: block;
  font-size: 4.5vw;
}
.exh__imp__lower {
  font-size: 6.2vw;
  font-weight: bold;
  color: var(--sub);
}
.exh__com {
  margin-top: 0.3em;
  font-size: 4.2vw;
  font-weight: bold;
  color: var(--sub);
}
.exh__com small {
  display: block;
  font-size: 3.2vw;
  margin-top: 0.3em;
}
.exh__cau {
  margin-top: 1em;
  background: #f4ebdc;
  color: #000;
  font-size: 3.8vw;
  border-radius: 15px;
  padding: 5% 5% 5% 8%;
  text-align: left;
}
.exh__cau li {
  padding-left: 5%;
  position: relative;
}
.exh__cau li:not(:last-child) {
  margin-bottom: 0.7em;
}
.exh__cau li::before {
  content: "●";
  position: absolute;
  left: -3%;
  color: inherit; /* 必要に応じて色指定 */
}
.exh__dtl {
  width: 90%;
  margin: 0 auto 1.5em;
  background: #fff;
  border-radius: 20px;
  padding: 5%;
}
.exh__dtl__mds {
  display: inline-block;
  margin: 0 auto 0.8em;
  background: #fff;
  border-radius: 20px;
  color: #009fe8;
  font-size: 5vw;
  font-weight: bold;
  padding: 0.3em 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.exh__dtl__add {
}
.exh-tel {
  display: block;
  color: #000;
  font-size: 5.5vw;
  margin-bottom: 0.3em;
}
.exh-tel span {
  font-size: 3.5vw;
  margin-right: 0.5em;
}
.exh-add {
  font-size: 4vw;
  margin-bottom: 0.3em;
}
.exh-hours {
  font-size: 3.2vw;
}
.exh-link {
  font-size: 3.5vw;
  color: var(--heim);
  display: inline-block;
  margin: 0 auto;
  padding: 0.8em 30px;
  background: url("../images/yajirushi.svg") no-repeat right center / 25px auto;
}
.exh__dtl__map {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .exh__imp__upper {
    font-size: 18px;
  }
  .exh__imp__upper span {
    font-size: 22px;
  }
  .exh__imp__upper::after {
    height: 25px;
  }
  .exh__imp__lower {
    font-size: 26px;
  }
  .exh__com {
    font-size: 18px;
  }
  .exh__com small {
    font-size: 15px;
  }
  .exh__cau {
    font-size: 14px;
    text-align: justify;
  }
  .exh__dtl__mds {
    border-radius: 25px;
    font-size: 22px;
  }
  .exh-tel {
    font-size: 25px;
  }
  .exh-tel span {
    font-size: 15px;
  }
  .exh-add {
    font-size: 15px;
  }
  .exh-hours {
    font-size: 12px;
  }
  .exh-link {
    font-size: 15px;
    background: url(../images/yajirushi.svg) no-repeat right center / 20px auto;
  }
}

/*--------------------------------------------------------------------

////////////////PC用左右コンテンツ

--------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  .left,
  .right {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .left,
  .right {
    position: sticky;
    overflow-x: clip;
    top: 0;
    height: 100vh;
    width: calc(50% - 220px);
  }
  .left {
    left: 0;
    background: url("../images/ashi_pc_l.png") no-repeat left 10% bottom 10% /
        70% auto,
      var(--base) url("../images/bg_pc_l.jpg") no-repeat center top / 100% auto;
    order: 1;
  }

  .right {
    right: 0;
    background: url("../images/ashi_pc_r.png") no-repeat right 10% bottom 2% /
        80% auto,
      var(--base) url("../images/bg_pc_r.jpg") no-repeat center top / 100% auto;
    order: 3;
  }
  .sub-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25%;
  }
  .sub-cont__inner {
    width: 90%;
    max-width: 360px;
    padding: 30px;
    background: var(--base);
    border-radius: 20px;
  }
  .sub-cont .btn__micro,
  .sub-cont .btn__stg {
    font-size: 15px;
  }
  .sub-cont .btn__box__upper {
    font-size: 15px;
  }
  .sub-cont .btn__box__lower {
    font-size: 22px;
  }
}
@media (min-width: 960px) and (max-height: 700px) {
  .sub-cont__inner {
    display: none;
  }
}
@media (min-width: 1400px) {
  .sub-cont {
    padding-top: 150px;
  }
  .left {
    background: url("../images/ashi_pc_l.png") no-repeat left 10% bottom 10% /
        70% auto,
      var(--base) url("../images/bg_pc_l.jpg") no-repeat center -150px / 100% auto;
  }
  .right {
    background: url("../images/ashi_pc_r.png") no-repeat right 10% bottom 2% /
        80% auto,
      var(--base) url("../images/bg_pc_r.jpg") no-repeat center -150px / 100% auto;
  }
}

/*--------------------------------------------------------------------

////////////////バナー

--------------------------------------------------------------------*/

.bnrFloat {
  display: block;
  width: 60%;
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  z-index: 2;
}
.bnrFloat img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .bnrFloat {
    display: none;
  }
}

/*==================================

  footer

==================================*/
footer {
  font-family: var(--sans);
  padding-bottom: 2.5em;
  text-align: center;
  background: #fff;
}
footer .e-logo {
  width: 60%;
  max-width: 300px;
  margin-top: 3.5em;
  margin-bottom: 2em;
  display: inline-block;
}

footer li {
  display: block;
  margin-bottom: 0.5em;
  font-size: 13px;
}

footer li > a {
  color: #333;
}

footer small {
  display: inline-block;
  font-size: 2.5vw;
  margin-top: 2.5em;
}

@media screen and (min-width: 960px) {
  footer {
    padding-bottom: 5em;
  }
  footer .e-logo {
    width: 300px;
  }
  footer li {
    margin: 0 0.5em 1.5em 0.5em;
    font-size: 15px;
    display: inline-block;
  }
  footer small {
    font-size: 11px;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
