@media screen and (min-width: 769px) {
  .accordList__item + .accordList__item {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .accordList__item + .accordList__item {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .accordList__item--out .achieveAccordion__item:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3;
  }
}

@media screen and (min-width: 769px) {
  .accordList__item--entrance .achieveAccordion__item:nth-child(n + 2), .accordList__item--bath .achieveAccordion__item:nth-child(n + 2) {
    grid-column: 2;
    grid-row: 1;
  }
}

@media screen and (min-width: 769px) {
  .accordList__item--bath .achieveAccordion__item:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2;
  }
}

@media (max-width: 768px) {
  .accordList__item--room .achieveAccordion__item:nth-child(3) .achieveCard__inner .heading {
    letter-spacing: 0;
  }
}

.achieveAccordion {
  border: 1px solid #252b34;
  overflow: hidden;
}

.achieveAccordion__btn {
  background-color: #252b34;
  border: none;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  width: 100%;
  will-change: opacity;
}

@media screen and (min-width: 769px) {
  .achieveAccordion__btn:hover {
    opacity: .9;
  }
}

@media (hover: hover) and (pointer: fine) {
  .achieveAccordion__btn:hover {
    opacity: .9;
  }
}

@media screen and (min-width: 769px) {
  .achieveAccordion__btn {
    padding: 27px;
  }
}

@media (max-width: 768px) {
  .achieveAccordion__btn {
    padding: calc(24 / 750 * 100vw);
  }
}

.achieveAccordion__btn .heading {
  line-height: 1.75;
  z-index: 2;
}

.achieveAccordion__btn .heading:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.achieveAccordion__btn .heading:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.achieveAccordion__btn .heading:before, .achieveAccordion__btn .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .achieveAccordion__btn .heading {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .achieveAccordion__btn .heading {
    font-size: calc(34 / 750 * 100vw);
  }
}

.achieveAccordion__btn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  will-change: transform;
}

@media screen and (min-width: 769px) {
  .achieveAccordion__btn .icon {
    height: 20px;
    right: 20px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .achieveAccordion__btn .icon {
    height: calc(35 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(35 / 750 * 100vw);
  }
}

.achieveAccordion__btn .icon:after, .achieveAccordion__btn .icon:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
}

.achieveAccordion__btn .icon:after {
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  width: 100%;
  will-change: opacity;
}

.achieveAccordion__btn .icon:before {
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
}

.achieveAccordion__cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-height: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  will-change: max-height;
}

.achieveAccordion__list {
  background-color: #f7f7f7;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .achieveAccordion__list {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 60px;
  }
}

@media (max-width: 768px) {
  .achieveAccordion__list {
    padding: calc(44 / 750 * 100vw);
  }
}

@media (max-width: 768px) {
  .achieveAccordion__item:nth-child(n + 2) {
    margin-top: calc(55 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .achieveAccordion__item:has(.achieveCard--wide) {
    grid-column: 1 / 3;
  }
}

.achieveAccordion.is-active .achieveAccordion__btn .icon {
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

.achieveAccordion.is-active .achieveAccordion__btn .icon:after {
  opacity: 0;
}

.achieveCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.achieveCard__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.achieveCard__ttl .num {
  color: #252b34;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Libre Caslon Display", serif;
  line-height: 1.75;
}

.achieveCard__ttl .num:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.achieveCard__ttl .num:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.achieveCard__ttl .num:before, .achieveCard__ttl .num:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .achieveCard__ttl .num {
    font-size: 24px;
    width: 24px;
  }
}

@media (max-width: 768px) {
  .achieveCard__ttl .num {
    font-size: calc(40 / 750 * 100vw);
    width: calc(52 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .achieveCard__ttl + .achieveCard__ttl {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .achieveCard__ttl + .achieveCard__ttl {
    margin-top: calc(55 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .achieveCard__head + .achieveCard__cont {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .achieveCard__head + .achieveCard__cont {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.achieveCard__cont {
  position: relative;
}

@media (max-width: 768px) {
  .achieveCard__cont .photo__capIn {
    letter-spacing: .04em;
  }
}

.achieveCard__cont .caption {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .achieveCard__cont .caption {
    bottom: -22px;
    position: absolute;
    right: 0;
  }
}

@media (max-width: 768px) {
  .achieveCard__cont .caption {
    margin-top: 5px;
  }
}

.achieveCard__inner {
  position: relative;
}

.achieveCard__inner:before, .achieveCard__inner:after {
  background-color: #252b34;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
}

.achieveCard__inner:before {
  left: 0;
  width: 2px;
}

.achieveCard__inner:after {
  left: 4px;
  width: 1px;
}

.achieveCard__inner .heading {
  position: relative;
  line-height: 1.75;
}

.achieveCard__inner .heading:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.achieveCard__inner .heading:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.achieveCard__inner .heading:before, .achieveCard__inner .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .achieveCard__inner .heading {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .achieveCard__inner .heading {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: .08em;
    padding-left: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .achieveCard--wide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .achieveCard--wide .achieveCard__head {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (min-width: 769px) {
  .achieveCard--wide .achieveCard__head + .achieveCard__cont {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .achieveCard--wide .achieveCard__cont {
    width: 440px;
  }
}

@media screen and (min-width: 769px) {
  .appPoints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.appPoints__item {
  border: 1px #252b34 solid;
}

@media screen and (min-width: 769px) {
  .appPoints__item {
    height: 270px;
    padding: 40px;
    width: 500px;
  }
}

@media (max-width: 768px) {
  .appPoints__item {
    padding: calc(70/750*100vw) calc(21 / 390 * 100vw);
  }
}

@media (max-width: 768px) {
  .appPoints__item:not(:first-of-type) {
    margin-top: calc(60/750 *100vw);
  }
}

.appPoints__head {
  position: relative;
}

.appPoints__head:after {
  background-color: #252b34;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .appPoints__head .photo {
    width: 175px;
  }
}

@media (max-width: 768px) {
  .appPoints__head .photo {
    width: calc(280/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .appPoints__cont {
    margin-top: 28px;
  }
}

.appPoints__cont .txt {
  line-height: 1.8;
  letter-spacing: .012rem;
}

.appPoints__cont .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.appPoints__cont .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.appPoints__cont .txt:before, .appPoints__cont .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .appPoints__cont .txt {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .appPoints__cont .txt {
    font-size: calc(26/750*100vw);
    margin-top: calc(45/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .appPoints__cont .caption {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .appSect {
    margin-top: 63px;
  }
}

@media (max-width: 768px) {
  .appSect {
    margin-top: calc(130/750*100vw);
  }
}

.bgTtl {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .bgTtl {
    padding: 92px 0;
  }
}

@media (max-width: 768px) {
  .bgTtl {
    padding: calc(120/750*100vw) 0;
  }
}

.bgTtl__ttl {
  color: #121820;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .bgTtl__ttl {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .bgTtl__ttl {
    font-size: calc(48/750*100vw);
  }
}

.bgTtl__ttl .en {
  display: block;
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .bgTtl__ttl .en {
    font-size: 12px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .bgTtl__ttl .en {
    font-size: calc(20/750*100vw);
    margin-top: calc(35/750*100vw);
  }
}

.bgTtl__bg {
  background-color: #cccccc;
  border-bottom: 1px solid #a5a7a9;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .bgTtl__bg {
    left: calc((100vw - 1040px) / -2);
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .bgTtl__bg {
    left: -40px;
    overflow-x: clip;
    width: 375px;
  }
}

.bgTtl__bg .flowIcon {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .bgTtl__bg .flowIcon {
    right: 62px;
    top: calc(100% - 80px);
  }
}

@media (max-width: 768px) {
  .bgTtl__bg .flowIcon {
    right: -20px;
    top: calc(100% - 44px);
  }
}

.caseCard {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .caseCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media screen and (min-width: 769px) {
  .caseCard__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .caseCard:not(:first-of-type) {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .caseCard:not(:first-of-type) {
    margin-top: calc(150/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .caseCard:nth-child(2n) .caseCard__visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .caseCard__cont {
    margin-top: calc(56/750*100vw);
  }
}

.caseCard__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .caseCard__ttl {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .caseCard__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(30/750*100vw);
  }
}

.caseCard__ttl .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #858a38;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Libre Caslon Display", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .caseCard__ttl .num {
    font-size: 24px;
    height: 40px;
    margin-right: 30px;
    width: 120px;
  }
}

@media (max-width: 768px) {
  .caseCard__ttl .num {
    font-size: calc(25/750*100vw);
    height: calc(50/750*100vw);
    margin-bottom: calc(20/750*100vw);
    width: calc(200/750*100vw);
  }
}

.caseCard__question {
  letter-spacing: .012rem;
  line-height: 1.8;
}

.caseCard__question:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.caseCard__question:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.caseCard__question:before, .caseCard__question:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .caseCard__question {
    font-size: 16px;
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .caseCard__question {
    font-size: calc(30/750*100vw);
    margin-top: calc(50/750*100vw);
  }
}

.caseCard__arrow {
  margin: 30px auto;
}

.caseCard__arrow .icon-arrow {
  display: block;
  margin: auto;
}

.caseCard__box {
  background-color: #dddbbc;
}

@media screen and (min-width: 769px) {
  .caseCard__box {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .caseCard__box {
    padding: calc(70/750*100vw) calc(50/750*100vw);
  }
}

.caseCard__box .txt {
  line-height: 1.8;
}

.caseCard__box .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.caseCard__box .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.caseCard__box .txt:before, .caseCard__box .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .caseCard__box .txt {
    font-size: 16px;
    letter-spacing: .06rem;
  }
}

@media (max-width: 768px) {
  .caseCard__box .txt {
    font-size: calc(30/750*100vw);
    letter-spacing: 0;
  }
}

.equipmentSect {
  position: relative;
  z-index: 2;
}

.equipmentSect__head {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.equipmentSect__head .generalHeading {
  position: relative;
  text-align: center;
  line-height: 1.66667;
}

.equipmentSect__head .generalHeading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.equipmentSect__head .generalHeading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.equipmentSect__head .generalHeading:before, .equipmentSect__head .generalHeading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentSect__head .generalHeading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    height: 84px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 410px;
  }
}

@media (max-width: 768px) {
  .equipmentSect__head .generalHeading {
    font-size: calc(21 / 390 * 100vw);
    width: calc(260 / 390 * 100vw);
  }
}

.equipmentSect__head .generalHeading:before, .equipmentSect__head .generalHeading:after {
  border: 1px solid #111111;
  content: '';
  display: block;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .equipmentSect__head .generalHeading:before, .equipmentSect__head .generalHeading:after {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .equipmentSect__head .generalHeading:before, .equipmentSect__head .generalHeading:after {
    width: calc(15 / 390 * 100vw);
  }
}

.equipmentSect__head .generalHeading:before {
  border-right: unset;
  left: 0;
}

.equipmentSect__head .generalHeading:after {
  border-left: unset;
  right: 0;
}

@media screen and (min-width: 769px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.equipmentSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .equipmentSect__cont {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .equipmentSect__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .equipmentSect .equipmentCard {
    width: 330px;
  }
}

@media screen and (min-width: 769px) {
  .equipmentSect .equipmentCard__cont {
    margin-top: 10px;
  }
}

.equipmentSect .equipmentCard__ttl {
  text-align: center;
  line-height: 1.77778;
}

.equipmentSect .equipmentCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.77778) * .5em);
}

.equipmentSect .equipmentCard__ttl:after {
  margin-bottom: calc((1 - 1.77778) * .5em);
}

.equipmentSect .equipmentCard__ttl:before, .equipmentSect .equipmentCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentSect .equipmentCard__ttl {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .equipmentSect .equipmentCard__ttl {
    font-size: calc(18 / 390 * 100vw);
  }
}

.equipmentSect .equipmentCard__txt {
  line-height: 1.77778;
}

.equipmentSect .equipmentCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.77778) * .5em);
}

.equipmentSect .equipmentCard__txt:after {
  margin-bottom: calc((1 - 1.77778) * .5em);
}

.equipmentSect .equipmentCard__txt:before, .equipmentSect .equipmentCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentSect .equipmentCard__txt {
    font-size: 16px;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .equipmentSect .equipmentCard__txt {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(12 / 390 * 100vw);
  }
}

.equipmentSect .equipmentCard__txt:after {
  content: unset;
}

.equipmentSect .equipmentCard__txt .caption {
  color: #333333;
  font-size: 10px;
  letter-spacing: -.01em;
}

@media (max-width: 768px) {
  .equipmentSect .equipmentCard:first-child .equipmentCard__cont {
    margin-top: calc(30 / 390 * 100vw);
  }
}

@media (max-width: 768px) {
  .equipmentSect .equipmentCard + .equipmentCard {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.hometactIntroSect {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect {
    margin-top: 0;
  }
}

.hometactIntroSect__head {
  font-family: 'YakuHanMP_Noto', 'Noto Serif JP', 'Noto Serif', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  letter-spacing: .17em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__head {
    font-size: 20px;
    margin-top: -32px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__head {
    font-size: 14px;
    margin-top: calc(-32 / 390 * 100vw);
  }
}

.hometactIntroSect__head .en {
  display: block;
  line-height: 1.65;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__head .en {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__head .en {
    font-size: 21px;
  }
}

.hometactIntroSect__head:before {
  aspect-ratio: 1 / .8;
  background: #f7f7f7;
  -webkit-clip-path: ellipse(50% 40% at 50% 50%);
          clip-path: ellipse(50% 40% at 50% 50%);
  content: '';
  inset: 0 0 auto 0;
  position: absolute;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__head:before {
    scale: 1.75;
    top: -80px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__head:before {
    scale: 1.75;
    top: -60px;
  }
}

.hometactIntroSect__cont {
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__cont {
    border-radius: 50px;
    margin-top: 95px;
    padding: 80px 0 60px;
    width: 900px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__cont {
    border-radius: 30px;
    margin: 40px calc(-20 / 390 * 100vw);
    padding: 50px 0 45px;
  }
}

.hometactIntroSect__cont .photo {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__cont .photo {
    width: 538px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__cont .photo {
    width: calc(270 / 390 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__cont .photo:not(:first-child) {
    margin-top: 40px;
    width: 178px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__cont .photo:not(:first-child) {
    margin-top: 20px;
    width: calc(110 / 390 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__bottom {
    margin-top: 80px;
  }
}

.hometactIntroSect__txt {
  letter-spacing: .1em;
  line-height: 2.1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__txt {
    font-size: 13px;
  }
}

.hometactIntroSect__txt .caption {
  color: #333333;
  display: block;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__txt .caption {
    font-size: 14px;
  }
}

.hometactIntroSect__bnr {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__bnr {
    margin-top: 70px;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .hometactIntroSect__bnr {
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hometactIntroSect__bnr:hover {
    opacity: .6;
  }
}

.hometactIntroSect + .generalSection--bg {
  padding-top: 100px;
}

@media screen and (min-width: 769px) {
  .hometactSect {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .hometactSect {
    padding: calc(72 / 390 * 100vw) 0 calc(72 / 390 * 100vw);
  }
}

.hometactSect__head {
  text-align: center;
}

.hometactSect__head .txt {
  line-height: 1.8;
}

.hometactSect__head .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.hometactSect__head .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.hometactSect__head .txt:before, .hometactSect__head .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .hometactSect__head .txt {
    font-size: 20px;
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .hometactSect__head .txt {
    font-size: calc(34 / 390 * 100vw);
    margin-top: calc(120 / 390 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .hometactSect__cont {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .hometactSect__cont {
    margin-top: calc(120/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .introSect {
    height: calc(587 / 1440 * 100vw);
  }
}

@media (max-width: 768px) {
  .introSect {
    height: calc(739 / 390 * 100vw);
    padding: calc(230/750*100vw) 0;
    position: relative;
  }
}

.introSect__bg {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .introSect__bg {
    height: calc(587 / 1440 * 100vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .introSect__bg {
    display: block;
    height: calc(739 / 390 * 100vw);
    left: -40px;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}

.introSect__bg .cap {
  bottom: 5px;
  color: #ffffff;
  position: absolute;
  right: 5px;
}

.introSect__bg .photo {
  height: 100%;
  width: 100%;
}

.introSect__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .introSect__bg .photo__image {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .introSect__bg .photo__image {
    height: calc(739 / 390 * 100vw);
  }
}

.introSect__txtWrap {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

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

@media (max-width: 768px) {
  .introSect__txtWrap {
    opacity: 0;
  }
}

.introSect__ttl {
  letter-spacing: .14rem;
  line-height: 2;
}

.introSect__ttl:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.introSect__ttl:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.introSect__ttl:before, .introSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .introSect__ttl {
    font-size: 24px;
    margin-bottom: 58px;
  }
}

@media (max-width: 768px) {
  .introSect__ttl {
    font-size: calc(40/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}

.introSect__txt {
  line-height: 2.5;
}

.introSect__txt:before {
  content: '';
  margin-top: calc((1 - 2.5) * .5em);
}

.introSect__txt:after {
  margin-bottom: calc((1 - 2.5) * .5em);
}

.introSect__txt:before, .introSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .introSect__txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .introSect__txt {
    font-size: calc(28/750*100vw);
  }
}

.itemsCard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .itemsCard {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .itemsCard:nth-child(4) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .itemsCard:nth-child(n + 3) {
    margin-top: calc(50/750*100vw);
  }
}

.itemsCard__head {
  background-color: #252b34;
  color: #fefefe;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .itemsCard__head {
    font-size: 17px;
    padding: 4px 15px;
  }
}

@media (max-width: 768px) {
  .itemsCard__head {
    font-size: calc(25/750*100vw);
    padding: 4px 15px;
  }
}

.itemsCard__visual {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .itemsCard__visual {
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .itemsCard__visual {
    margin-top: calc(30/750*100vw);
  }
}

.itemsCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .itemsCol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .itemsCol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.itemsSect {
  position: relative;
}

@media screen and (min-width: 769px) {
  .itemsSect {
    padding: 120px 0;
  }
}

@media (max-width: 768px) {
  .itemsSect {
    padding: calc(72 / 390 * 100vw) 0;
  }
}

.itemsSect__head {
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .itemsSect__head .generalHeading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .itemsSect__head .generalHeading {
    font-size: calc(21 / 390 * 100vw);
  }
}

.itemsSect__cont {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .itemsSect__cont {
    margin-top: 54px;
  }
}

@media (max-width: 768px) {
  .itemsSect__cont {
    margin-top: calc(60/750*100vw);
  }
}

.itemsSect .caption {
  color: #333333;
  letter-spacing: 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.itemsSect .caption a {
  display: inline-block;
  text-decoration: underline;
}

.itemsSect:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .itemsSect:after {
    left: calc((100vw - 1040px) / -2);
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .itemsSect:after {
    left: -40px;
    width: 375px;
  }
}

@media screen and (min-width: 769px) {
  .phoneSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .phoneSect {
    padding: 0 calc(20/750*100vw);
  }
}

.phoneSect__ttl {
  letter-spacing: .012 rem;
  text-align: center;
  line-height: 2;
}

.phoneSect__ttl:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.phoneSect__ttl:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.phoneSect__ttl:before, .phoneSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .phoneSect__ttl {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .phoneSect__ttl {
    font-size: calc(30/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .phoneSect__ttl sup {
    font-size: 13px;
  }
}

.phoneSect__cont .caption {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .phoneSect__cont .caption {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .phoneSect__cont .caption {
    margin-top: calc(70/750*100vw);
  }
}

@media (max-width: 768px) {
  .phoneSect__visual {
    margin-top: calc(70/750*100vw);
  }
}

.phoneSect__visual .photo {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .phoneSect__logo {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .phoneSect__logo {
    margin: auto;
    margin-top: calc(70/750*100vw);
    text-align: center;
    width: calc(360/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .securityArea {
    padding: 80px 0 0;
  }
}

@media (max-width: 768px) {
  .securityArea {
    margin-top: calc(90 / 750 * 100vw);
  }
}

.securityArea__head {
  text-align: center;
}

.securityArea__head .generalHeading {
  line-height: 1.66667;
}

.securityArea__head .generalHeading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.securityArea__head .generalHeading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.securityArea__head .generalHeading:before, .securityArea__head .generalHeading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .securityArea__head .generalHeading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .securityArea__head .generalHeading {
    font-size: calc(21 / 390 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .securityArea__head + .securityArea__cont {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .securityArea__head + .securityArea__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.securityArea__cont {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .securityArea__desc {
    margin: 0 -4px;
  }
}

.securityArea__desc .generalHeading {
  display: block;
  line-height: 1.66667;
}

.securityArea__desc .generalHeading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.securityArea__desc .generalHeading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.securityArea__desc .generalHeading:before, .securityArea__desc .generalHeading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .securityArea__desc .generalHeading {
    font-size: 20px;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .securityArea__desc .generalHeading {
    font-size: calc(36 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .securityArea__desc .generalHeading + .txt {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .securityArea__desc .generalHeading + .txt {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.securityArea__desc .txt {
  letter-spacing: .012rem;
  text-align: start;
  text-align: center;
  line-height: 2.22222;
}

.securityArea__desc .txt:before {
  content: '';
  margin-top: calc((1 - 2.22222) * .5em);
}

.securityArea__desc .txt:after {
  margin-bottom: calc((1 - 2.22222) * .5em);
}

.securityArea__desc .txt:before, .securityArea__desc .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .securityArea__desc .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .securityArea__desc .txt {
    font-size: calc(30 / 750*100vw);
    margin-top: calc(28 / 750*100vw);
  }
}

.touchFigure {
  position: relative;
}

@media (max-width: 768px) {
  .touchFigure {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.touchFigure__inner {
  position: relative;
}

@media (max-width: 768px) {
  .touchFigure__inner {
    width: calc(1550/750*100vw);
  }
}

.touchFigure__iconWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  width: 100%;
}

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

.touchFigure__iconWrap:after {
  background-color: #000000;
  content: '';
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 200%;
}

.touchFigure__iconWrap .icon-touch {
  -webkit-animation: 1.1s ease-in-out .2s infinite alternate both js_swipeMeIcon_motion;
          animation: 1.1s ease-in-out .2s infinite alternate both js_swipeMeIcon_motion;
  height: 60px;
  position: relative;
  width: 60px;
  z-index: 2;
}

.touchFigure__iconWrap .icon-touch img {
  height: 100%;
  width: 100%;
}

.touchFigure.is-removeIcon .touchFigure__iconWrap {
  opacity: 0;
}

@-webkit-keyframes js_swipeMeIcon_motion {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@keyframes js_swipeMeIcon_motion {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.yonomiSect__head {
  border: 1px solid #252b34;
  border-bottom: none;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .yonomiSect__head {
    font-size: 20px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .yonomiSect__head {
    font-size: calc(30/750*100vw);
    line-height: 1.7;
    padding: calc(50/750*100vw) calc(30/750*100vw);
  }
}

.yonomiSect__cont {
  background-color: #333333;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 769px) {
  .yonomiSect__cont {
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .yonomiSect__cont {
    padding: calc(60/750*100vw) calc(21 / 390 * 100vw);
  }
}

.yonomiSect__cont .txt {
  line-height: 1.8;
}

.yonomiSect__cont .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.yonomiSect__cont .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.yonomiSect__cont .txt:before, .yonomiSect__cont .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .yonomiSect__cont .txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .yonomiSect__cont .txt {
    font-size: calc(27/750*100vw);
  }
}

.yonomiSect__cont .caption {
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .yonomiSect__cont .caption {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .yonomiSect__cont .caption {
    font-size: 9px;
    letter-spacing: .01rem;
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .yonomiSect__logo {
    bottom: 40px;
    position: absolute;
    right: 40px;
  }
}

@media (max-width: 768px) {
  .yonomiSect__logo {
    margin: calc(50/750*100vw) auto 0;
    width: calc(340/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .smarthome-intro {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .smarthome-intro {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .smarthome-security .generalSection {
    padding: 80px 0 120px;
  }
}

.smarthome-security .generalSection__head {
  text-align: center;
}

.smarthome-security .generalSection__head .generalHeading {
  line-height: 1.66667;
}

.smarthome-security .generalSection__head .generalHeading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.smarthome-security .generalSection__head .generalHeading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.smarthome-security .generalSection__head .generalHeading:before, .smarthome-security .generalSection__head .generalHeading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .smarthome-security .generalSection__head .generalHeading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .smarthome-security .generalSection__head .generalHeading {
    font-size: calc(21 / 390 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .smarthome-security .generalSection__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .smarthome-security .generalSection__cont .photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.smarthome-security .generalSection__cont .txt {
  letter-spacing: .012rem;
  line-height: 1.8;
}

.smarthome-security .generalSection__cont .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.smarthome-security .generalSection__cont .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.smarthome-security .generalSection__cont .txt:before, .smarthome-security .generalSection__cont .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .smarthome-security .generalSection__cont .txt {
    font-size: 16px;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .smarthome-security .generalSection__cont .txt {
    font-size: calc(30/750*100vw);
    margin-top: calc(28/750*100vw);
  }
}

.smarthome-equipment {
  position: relative;
}

@media screen and (min-width: 769px) {
  .smarthome-equipment {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .smarthome-equipment {
    padding-top: calc(72 / 390 * 100vw);
  }
}

.smarthome-equipment:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .smarthome-equipment:after {
    left: calc((100vw - 1040px) / -2);
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .smarthome-equipment:after {
    left: -40px;
    width: 375px;
  }
}

.smarthome-life {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .smarthome-life {
    padding: 120px 0 0;
  }
}

@media (max-width: 768px) {
  .smarthome-life {
    padding: calc(72 / 390 * 100vw) 0 0;
  }
}

.smarthome-life:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}

@media screen and (min-width: 769px) {
  .smarthome-life:after {
    left: calc((100vw - 1040px) / -2);
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .smarthome-life:after {
    left: -40px;
    width: 375px;
  }
}

.smarthome-life .generalSection--bg {
  border-top: 1px solid #8d9399;
}

@media screen and (min-width: 769px) {
  .smarthome-life .generalSection--bg {
    padding: 120px 0 0;
  }
}

@media (max-width: 768px) {
  .smarthome-life .generalSection--bg {
    padding: calc(72 / 390 * 100vw) 0;
  }
}

.smarthome-life .generalSection__head {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .smarthome-life .generalSection__head .generalHeading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .smarthome-life .generalSection__head .generalHeading {
    font-size: calc(21 / 390 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .smarthome-life .generalSection__head .movieBox {
    margin-top: 60px;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .smarthome-life .generalSection__head .movieBox {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .smarthome-life .generalSection__cont {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .smarthome-life .generalSection__cont {
    margin-top: calc(0/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .smarthome-accord .generalSection {
    padding: 160px 0 220px;
  }
}

@media (max-width: 768px) {
  .smarthome-accord .generalSection {
    padding: calc(72 / 390 * 100vw) 0 calc(140 / 390 * 100vw);
  }
}

.smarthome-accord .generalSection__head {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .smarthome-accord .generalSection__head .generalHeading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .smarthome-accord .generalSection__head .generalHeading {
    font-size: calc(40/750*100vw);
  }
}

.smarthome-accord .generalSection__head .txt {
  line-height: 1.75;
}

.smarthome-accord .generalSection__head .txt:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.smarthome-accord .generalSection__head .txt:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.smarthome-accord .generalSection__head .txt:before, .smarthome-accord .generalSection__head .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.smarthome-accord .generalSection:after {
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .smarthome-app .generalSection {
    padding: 160px 0 120px;
  }
}

@media (max-width: 768px) {
  .smarthome-app .generalSection {
    padding: calc(72 / 390 * 100vw) 0;
  }
}

.smarthome-app .generalSection__head {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .smarthome-app .generalSection__head {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .smarthome-app .generalSection__head {
    padding-bottom: calc(30/750*100vw);
  }
}

.smarthome-app .generalSection__head:before {
  background-color: #333333;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: .3;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.smarthome-app .generalSection__head:after {
  background-color: #941935;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .smarthome-app .generalSection__head:after {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .smarthome-app .generalSection__head:after {
    width: calc(150/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .smarthome-app .generalSection__head .generalHeading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .smarthome-app .generalSection__head .generalHeading {
    font-size: calc(21 / 390 * 100vw);
  }
}

.smarthome-app .generalSection__cont {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .smarthome-app .generalSection__cont {
    margin-top: 43px;
  }
}

@media (max-width: 768px) {
  .smarthome-app .generalSection__cont {
    margin-top: calc(60/750*100vw);
  }
}

@media screen and (min-width: 769px) {
  .smarthome-app .generalSection .appSect + .yonomiSect {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .smarthome-app .generalSection .appSect + .yonomiSect {
    margin-top: calc(80/750*100vw);
  }
}
