@charset "UTF-8";
.fixed_banner {
  position: fixed;
  right: 25rem;
  bottom: 25rem;
  z-index: 2;
  width: 380rem;
}
@media (max-width: 768px) {
  .fixed_banner {
    right: unset;
    bottom: 10rem;
    left: 50%;
    width: 84%;
    transform: translateX(-50%);
  }
}
.fixed_banner a {
  display: block;
  transition: 200ms ease;
}
.fixed_banner a:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .fixed_banner a:hover {
    transform: translateX(-50%);
  }
}

.page_smarthome .headings {
  padding: 220rem 0 0;
}
@media (max-width: 768px) {
  .page_smarthome .headings {
    padding-top: 0;
  }
}
.page_smarthome .intro {
  max-width: 1080rem;
  margin: 90rem auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page_smarthome .intro {
    width: 84%;
    margin: 50rem auto;
  }
}
.page_smarthome .intro .heading3 {
  display: block;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
  font-size: 30rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page_smarthome .intro .heading3 {
    font-size: 20rem;
  }
}
.page_smarthome .intro .heading3 .small {
  display: block;
  font-size: 18rem;
}
@media (max-width: 768px) {
  .page_smarthome .intro .heading3 .small {
    font-size: 15rem;
  }
}
.page_smarthome .intro .text {
  margin: 31rem auto 120rem;
  font-size: 16rem;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page_smarthome .intro .text {
    margin-bottom: 80rem;
    font-size: 12rem;
  }
}
.page_smarthome .intro .image {
  margin: 45rem auto 30rem;
}
.page_smarthome .subject {
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
  font-size: 34rem;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page_smarthome .subject {
    font-size: 22rem;
  }
}
.page_smarthome .subject .small {
  display: block;
  margin-bottom: 5rem;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .page_smarthome .subject .small {
    font-size: 18rem;
  }
}
.page_smarthome .living {
  margin-top: 40rem;
}
.page_smarthome .sub_text {
  margin-top: 17rem;
  font-size: 17rem;
}
@media (max-width: 768px) {
  .page_smarthome .sub_text {
    margin-top: 11rem;
    font-size: 11rem;
  }
}
.page_smarthome .open_list_button {
  position: relative;
  width: 100%;
  margin: 30rem 0;
  padding: 12rem 10rem;
  background: #fff;
  color: #282828;
  font-size: 17rem;
  border: 1px solid #747474;
  transition: 0.2s;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
}
@media (max-width: 768px) {
  .page_smarthome .open_list_button {
    font-size: 13rem;
  }
}
.page_smarthome .open_list_button:hover {
  background: #1b885b;
  color: #fff;
  border: 1px solid #1b885b;
}
.page_smarthome .open_list_button:hover .icon::before, .page_smarthome .open_list_button:hover .icon::after {
  background: #fff;
}
.page_smarthome .open_list_button.is_opened .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page_smarthome .open_list_button.is_opened .icon::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.page_smarthome .open_list_button .icon {
  position: absolute;
  top: 50%;
  right: 10rem;
  width: 30rem;
  height: 30rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page_smarthome .open_list_button .icon {
    right: 7rem;
    width: 23rem;
    height: 23rem;
  }
}
.page_smarthome .open_list_button .icon::before, .page_smarthome .open_list_button .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background: #282828;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  content: "";
}
.page_smarthome .open_list_button .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page_smarthome .item_list {
  height: 0;
  margin-bottom: 60rem;
  padding: 0 20rem;
  transition: 1s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page_smarthome .item_list {
    margin-top: -30rem;
    padding: 0;
  }
}
.page_smarthome .item_list.is_opened {
  height: -moz-max-content;
  height: max-content;
}
.page_smarthome .item_list.is_opened li {
  opacity: 1;
}
.page_smarthome .item_list li {
  padding-left: 0;
  opacity: 0;
  transition: 1.5s;
}
.page_smarthome .item_list li::before {
  content: none;
}
.page_smarthome .item_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15rem;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.page_smarthome .item_list .texts {
  flex: 1;
}
.page_smarthome .item_list .manufacturer {
  margin: 0;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page_smarthome .item_list .manufacturer {
    font-size: 10rem;
  }
}
.page_smarthome .item_list h4 {
  color: #000;
  font-size: 21rem;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
}
@media (max-width: 768px) {
  .page_smarthome .item_list h4 {
    font-size: 14rem;
  }
}
.page_smarthome .item_list .image {
  flex-basis: 20%;
  line-height: 0;
}
.page_smarthome .buttons {
  display: flex;
  justify-content: center;
  gap: 20rem;
}
@media (max-width: 768px) {
  .page_smarthome .buttons {
    gap: 11rem;
  }
}
.page_smarthome .buttons a {
  flex: 1;
  padding: 15rem 16rem;
  font-size: 18rem;
  text-decoration: none;
  border: 1px solid #1b885b;
  border-radius: 6rem;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .page_smarthome .buttons a {
    padding: 11rem 16rem;
    font-size: 14rem;
    border-radius: 5rem;
    transition: 0;
  }
}
.page_smarthome .buttons a:hover {
  background: #1b885b;
  color: #fff;
}
.page_smarthome .content-body {
  margin-top: 0;
  padding-top: 90rem;
}
@media (max-width: 768px) {
  .page_smarthome .content-body {
    padding-top: 0;
  }
}
.page_smarthome .content-body h2 {
  margin-bottom: 0;
  color: #1b885b;
  font-size: 40rem;
  font-family: montserrat, sans-serif;
}
@media (max-width: 768px) {
  .page_smarthome .content-body h2 {
    font-size: 30rem;
  }
}
.page_smarthome .content-body h3 {
  margin-top: 1em;
  padding-left: 0.8em;
  font-size: 24rem;
  letter-spacing: 0.1em;
  border-left: 6rem solid #1b885b;
}
@media (max-width: 768px) {
  .page_smarthome .content-body h3 {
    padding-left: 0.8em;
    font-size: 17rem;
    border-left: 4rem solid #1b885b;
  }
}
.page_smarthome .content-body figure {
  margin: 0;
}
.page_smarthome .content-body figcaption {
  display: block;
  margin-top: 1em;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
  font-size: 16rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page_smarthome .content-body figcaption {
    font-size: 12rem;
  }
}
.page_smarthome .content-body .is-type-video .wp-block-embed__wrapper {
  padding-top: 179%;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
}
.page_smarthome .content-body .wp-block-media-text {
  display: flex;
  align-items: center;
  gap: 50rem;
}
@media (max-width: 768px) {
  .page_smarthome .content-body .wp-block-media-text {
    display: block;
  }
}
.page_smarthome .content-body .wp-block-media-text .wp-block-media-text__content {
  flex: 1;
}
.page_smarthome .content-body .wp-block-media-text figure {
  flex-basis: 25%;
}
.page_smarthome .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50rem;
  justify-content: space-between;
  margin: 40rem 0 70rem;
}
.page_smarthome .col2 > * {
  flex-basis: 47%;
}
.page_smarthome .produced_by {
  margin-top: 8em;
  font-family: montserrat, sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .page_smarthome .produced_by {
    margin-top: 6em;
  }
}
.page_smarthome .kurashi {
  width: 270rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page_smarthome .kurashi {
    width: 200rem;
    margin-top: -10rem;
    margin-bottom: 30rem;
  }
}

.coming_soon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250rem;
  margin: 0 auto;
  background: rgba(204, 204, 204, 0.2);
  color: #222;
  font-size: 20rem;
  font-weight: 500;
  min-height: 250rem;
}