@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

body.nosc {
  overflow: hidden;
  font-family: "Hisense Sans Alfabet", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 656px) {
  .sub_header {
    top: 7rem;
  }

  .sub_header ul {
    flex-wrap: nowrap;
  }

  .sub_header .header__wrapper {
    padding: 10px;
  }

  .sub_header nav {
    padding-right: 1rem;
  }

  .sub_header nav::-webkit-scrollbar {
    display: none;
  }

  .sub_header ul li a {
    font-size: 14px;
    white-space: nowrap;
  }

  .main {
    padding-top: 105px;
  }

  .sub_header.hide {
    top: 60px;
  }
}

.hpac_wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.hpac_wrapper a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: .3s;
}

.hpac_wrapper a:hover {
  text-decoration: none;
}

.hpac_wrapper * {
  box-sizing: border-box !important;
}

.hpac_wrapper *:focus {
  outline: none;
}

.hpac_wrapper .noPC {
  display: none !important;
}

.hpac_wrapper .noSP {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .hpac_wrapper .noPC {
    display: block !important;
  }

  .hpac_wrapper .noSP {
    display: none !important;
  }
}

.hpac_wrapper img {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.hpac_wrapper .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.hpac_wrapper a[href^="tel:"] {
  pointer-events: none;
}

.hpac_wrapper .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: ease-in-out .6s;
}

.hpac_wrapper .fadeInUp.active {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* 
-------------------------------------------------- */
#mv {
  padding: 120px 20px;
}

#mv .inner.flex {
  max-width: 1500px;
  align-items: center;
}

#mv .inner.flex .txt {
  flex: 0 1 50%;
  font-feature-settings: "palt";
}

#mv .inner.flex .txt .e-angle {
  width: 200px;
  margin-bottom: 3rem;
}

#mv .txt h1 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

#mv .txt h2 {
  font-size: 42px;
  line-height: 59px;
  margin: 40px 0 20px 0;
  font-weight: 700;
}

#mv .txt p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

#mv .inner.flex .img {
  flex: 0 1 45%;
  margin-right: 4%;
}

.mv_slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mv_slider .slick-slider {
  max-width: 565px;
  margin: 0 auto;
}

.slick_thumb {
  display: flex;
  justify-content: space-between;
}

.slick_thumb .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem;
}

.slick_thumb .slick-list {
  padding: 0 !important;
}

.slick_thumb .slick-slide {
  border: 2px solid #E3E3E3;
  flex: 0 1 23%;
  float: none !important;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.slick_thumb .slick-slide.slick-current {
  border-color: #3AC7C2;
}

.slick_thumb .slick-slide li {
  display: block !important;
}

@media screen and (max-width: 1350px) {
  #mv .txt h1 {
    font-size: 28px;
  }

  #mv .txt h2 {
    font-size: 40px;
  }

  #mv .txt p {
    font-size: 20px;
  }

  .mv_slider .slick-slider {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1150px) {
  .mv_slider .slick-slider {
    max-width: 440px !important;
  }
}

@media screen and (max-width: 1050px) {
  #mv .txt h1 {
    font-size: 22px;
  }

  #mv .txt h2 {
    font-size: 36px;
    margin: 30px 0 20px 0;
  }

  #mv .txt p {
    font-size: 18px;
  }

  .mv_slider .slick-slider {
    max-width: 400px !important;
    margin-bottom: 3rem;
  }

  .slick_thumb .slick-track {
    width: 100% !important;
    justify-content: center !important;
    gap: 1rem;
  }

  .slick_thumb .slick-slide {
    flex: 0 1 16%;
  }
}

@media screen and (max-width: 950px) {
  #mv .txt h1 {
    font-size: 18px;
  }

  #mv .txt h2 {
    font-size: 30px;
  }

  #mv .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #mv {
    padding: 60px 25px 80px 25px;
  }

  #mv .inner.flex {
    display: block;
  }

  #mv .txt {
    text-align: center;
    margin: 80px 0 0 0;
  }

  #mv .txt h1 {
    font-size: 18px;
  }

  #mv .txt h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    font-weight: bold;
  }

  #mv .txt p {
    font-size: 16px;
  }
}

.txt h2 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 700;
}

.txt p {
  font-size: 16px;
  line-height: 32px;
}

.feature_lifestyle {
  position: relative;
}

.feature_lifestyle .txt {
  position: absolute;
  top: 8vw;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto;
  z-index: 10;
}

.feature_point {
  /* background: -moz-linear-gradient(top, #FFF, #F2F7F8);
  background: -webkit-linear-gradient(top, #FFF, #F2F7F8);
  background: linear-gradient(to bottom, #FFF, #F2F7F8); */
  padding: 10rem 2rem;
  margin-bottom: 10rem;
  background: url(../img/bg-pc.jpg) no-repeat center top;
}

@media screen and (max-width: 656px) {
  .feature_point {
    background: url(../img/bg-sp.jpg) no-repeat center top;
  }
}

.move {
  max-width: 994px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.move .txt {
  width: 50%;
}

.move .txt .image {
  padding-top: 5rem;
}

.move .image_pc {
  width: 40%;
}

.remote {
  max-width: 1200px;
  margin: 0 auto;
}

.remote h2 {
  text-align: center;
  font-size: clamp(30px, 4vw, 39px);
  margin-bottom: 5rem;
  font-weight: bold;
}

.remote_container {
  display: flex;
  gap: 7rem;
  justify-content: center;
}

.remote_container .image {
  max-width: 994px;;
}

.remote_container .remote_txt {
  width: 35%;
  font-size: clamp(14px, 1.5vw, 15px);
  padding-top: 2rem;
}

.remote_container .remote_txt p {
  border-left: 4px solid #96BEC1;
  padding-left: 1rem;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.remote_container .remote_txt p span {
  font-size: clamp(16px, 1.5vw, 20px);
  margin-bottom: 1rem;
  display: inline-block;
}

.feature_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 90px 70px;
}

.feature_wrap .img {
  flex: 0 1 50%;
  border-radius: 48px;
  overflow: hidden;
}

.feature_wrap .txt {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 6%;
}

.feature_wrap.re .img {
  order: 2;
}

.feature_wrap.re .txt {
  order: 1;
}

@media screen and (max-width: 1450px) {
  .feature_wrap {
    padding: 50px 70px;
  }

  .feature_wrap .txt {
    padding: 0 0 0 4%;
  }

  .feature_wrap.re .txt {
    padding: 0 4% 0 0;
  }
}

@media screen and (max-width: 1100px) {

  .feature_wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .txt h2 {
    font-size: 29px;
    margin-bottom: 15px;
    line-height: 43px;
  }

  .txt p {
    font-size: 16px;
    line-height: 32px;
  }

  .feature_wrap {
    display: block;
    padding: 0 15px;
    margin-top: 15px;
  }

  .feature_wrap .img {
    border-radius: 20px 20px 0 0;
  }

  .feature_wrap .txt {
    padding: 3rem 2rem !important;
    background: #f3f3f3;
    border-radius: 0 0 20px 20px;
    max-width: 100%;
  }
}

.caution {
  font-size: 1.4rem;
  padding: 0 20% 10%;
  line-height: 1.5;
}

.caution ul li {
  list-style-type: disc;
}

@media screen and (max-width: 656px) {
  .feature_lifestyle .txt {
    width: 100%;
    line-height: 1.5;
    top: 0;
    padding: 2rem;
  }

  .feature_point {
    padding: 5rem 2rem;
  }

  .move {
    display: block;
  }

  .move .txt {
    width: auto;
    margin-bottom: 20px;
  }

  .remote h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .remote_container {
    display: block;
  }

  .remote_container .image {
    width: 100%;
    margin: 0 auto;
  }

  .remote_container .remote_txt {
    width: auto;
  }

  .caution {
    padding: 10% 4rem;
  }

  .move .image_pc {
      width: 100%;
      margin-bottom: 20px;
  }
}

/*仕様*/
.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 5%;
}

.specification_title {
  padding-top: 10rem;
  margin-bottom: 3rem;
  color: #000;
  display: flex;
  gap: 3rem;
}

.specification_title h1 {
  font-size: 3rem;
}

.document_button {
  display: flex;
  gap: 2rem;
}

.document_button a {
  border: 2px solid #000;
  border-radius: 5rem;
  color: #000;
  transition: all 0.5s;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  text-align: center;
}

.document_button a:hover {
  background: #000;
  color: #fff;
}

.specification {
  color: #333;
  text-align: left;
}

.specification table {
  width: 100%;
  display: block;
  word-break: break-all;
  border-collapse: collapse;
}

.specification table th, .specification table td {
  color: #000;
  border: 1px solid #ddd;
  padding: 10px 15px;
  line-height: 1.5;
}

.specification table td {
  min-width: 300px;
}

.specification table th {
  white-space: nowrap;
  letter-spacing: 0;
}

.specification table tr .sub_title {
  background-color: #fff !important;
}

.specification table tr:first-child th, .specification table th[rowspan] {
  text-align: center;
  background-color: #F2F4F8;
  color: #000;
  border: 1px solid #ddd;
}

.caution_list {
  padding-left: 1.5em;
  font-size: 1.4rem;
  padding-top: 3rem;
}

.caution_list li {
  list-style-type: disc;
}

@media screen and (max-width: 656px) {
  .specification {
    overflow-x: scroll;
  }

  .specification table {
    font-size: 1.3rem;
  }

  .specification_title {
    flex-direction: column;
    gap: 2rem;
  }

  .document_button {
    justify-content: space-between;
  }

  .document_button a {
    width: 48%;
    padding: 1rem;
  }
}

/*  */
.feature_wrap2 .product_caution {
  font-size: 1.2rem;
}

.feature_wrap2 .txt h2 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: bold;
}

.feature_wrap2 .txt h3 {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 600;
}

.feature_wrap2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 994px;
  margin: auto;
}

.feature_wrap2 .img {
  /* flex: 0 1 50%; */
  border-radius: 48px;
  overflow: hidden;
  width: 750px;
  max-width: 750px;
  order: 1;
}

.feature_wrap2 .txt {
  flex: 0 1 50%;
  max-width: 50%;
  border-radius: 0 48px 48px 0;
  /* padding: 0 6%; */
  padding: 5% 3% 5% 4%;
}

.feature_wrap2.re .img {
  order: 2;
}

.feature_wrap2.re .txt {
  order: 1;
}

.feature_wrap2 .txt p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 15px;
}

@media screen and (max-width: 1450px) {

  .feature_wrap2.re .txt {
    padding: 0 4% 0 0;
  }

  .feature_wrap2 .img {
    width: initial;
    max-width: 750px;
  }

}

@media screen and (max-width: 1100px) {

  .feature_wrap2 {
    padding: 30px;
  }
  
}

@media screen and (max-width: 767px) {

  .feature_wrap2 .txt h2 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
 
  .feature_wrap2 .txt h3 {
        text-align: center;

  }

  .feature_wrap2 .txt h2 {
    text-align: center;
  }

  .feature_wrap2 .txt p {
    font-size: 16px;
  }

  #feature4 {
    margin-bottom: 0;
  }

  .feature_wrap2 {
    flex-direction: column;
    padding: 0 15px;
    margin-top: 15px;
  }

  .feature_wrap2 .img {
    border-radius: 20px;
  }

  .feature_wrap2 .txt {
    padding: 3rem 5rem !important;
    /* background: #f3f3f3; */
    border-radius: 0 0 20px 20px;
    max-width: 100%;
  }

  .txt_bg {
    flex-direction: column;
  }

}

.txt_bg {
    display: flex;
    align-items: center;
}

.feature_04 {
    margin-top: 6rem;
}

.txt_bg span {
    background: #f5f7f8;
    content: "";
    width: 100%;
    max-width: 1250px;
    height: 90%;
    position: absolute;
    border-radius: 28px;
}

.feature_wrap2 .img {
    position: relative;
    display: flex;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    /* width: 600px; */
    max-width: 600px;
    order: 1;
}

.caution {
    margin-top: 100px;
    font-size: 1.4rem;
    padding: 0 15% 10%;
    line-height: 1.5;
}

.feature_point .move .txt .small {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.h2_blue {
  color: rgb(40,104,191);
}

.h2_black {
  color: rgb(51,51,51);
}

@media screen and (max-width: 767px) {
  .feature_point .move .txt .small {
    font-size: 11px;
    line-height: 15px;
  }

  .image_sp {
    max-width: 85%;
    margin: 0 auto;
  }

  .feature_wrap2 .img {
    width: 100%;
  }

  .txt_bg span {
    background: #f5f7f8;
    content: "";
    width: 85%;
    max-width: 1250px;
    height: 96%;
    position: absolute;
    border-radius: 28px;
  }

  .caution {
    padding: 0 8% 10%;
  }
}

.feature_point,
.feature_04 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}

.caution {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}