@charset "UTF-8";

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

body.nosc {
  overflow: hidden;
}

.t55h_wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 16px;
  /* font-family: "Hisense Sans Alfabet", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif; */
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

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

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

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

.t55h_wrapper *:focus {
  outline: none;
}

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

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

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

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

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

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

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

.t55h_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;
}

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

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

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

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

#t55h #mv .txt h1 {
  font-size: 34px;
  /* line-height: 1; */
    line-height: 1.8;
    font-weight: 400;
}

#t55h #mv .txt h2 {
  font-size: 52px;
  font-weight: 500;
  /* margin-bottom: 25px; */
  line-height: 1.4047619048;
  margin: 20px 0 25px 0;
}

#t55h #mv .txt p {
  font-size: 24px;
  /* line-height: 1; */
}

/* #t55h #mv .txt p:last-child {
  padding-top: 50px;
} */

#t55h #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;
}

.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) {
  #t55h #mv .txt h1 {
    /* font-size: 28px; */
    font-size: 24px;
  }

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

  #t55h #mv .txt p {
    /* font-size: 20px; */
    font-size: 14px;
  }

  .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) {
  #t55h #mv .txt h1 {
    font-size: 22px;
  }

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

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

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

  .slick .slick-list {
    height: 320px;
  }

  .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) {
  #t55h #mv .txt h1 {
    font-size: 18px;
  }

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

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

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

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

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

  #t55h #mv .txt h1 {
    font-size: 18px;
    line-height: 1.2;
  }

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

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

  #t55h #mv .txt p:last-child {
    padding-top: 20px;
  }

}

.feature_wrap {
  position: relative;
  height: 0;
  padding-top: 40%;
  background: url(../img/feature_01.jpg) no-repeat right top / cover;
}

.feature_wrap .caution {
  position: absolute;
  bottom: 2%;
  right: 6%;
  font-size: 1.2rem;
}

#feature1 {
  background: url(../img/feature_01.jpg)no-repeat left center;
  background-size: contain;
  margin-bottom: 100px;
}

#feature2 {
  background: url(../img/feature_02.jpg)no-repeat right center;
  background-size: contain;
}

#feature3 {
  background: url(../img/feature_03.jpg)no-repeat left center;
  background-size: contain;
}

#feature4 {
  background-image: url(../img/feature_04.jpg);
}

.feature_wrap.re {
  background-position: left top;
}

.feature_wrap .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.feature_wrap .txt {
  width: 44%;
  margin-left: 6%;
  max-width: 840px;
  padding: 80px 90px;
  background: rgba(255, 255, 255, 0.85);
}

.feature_wrap.re .txt {
  margin-left: auto;
  margin-right: 6%;
}

.feature_wrap .txt h2,
.feature_wrap2 .txt h2 {
  font-size: 39px;
  line-height: 1;
  margin-bottom: 44px;
  font-weight: bold;
}

.feature_wrap .txt p,
.feature_wrap2 .txt p {
  font-size: 16.5px;
  line-height: 2;
}

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

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

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

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

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

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

  #feature4 {
    margin-bottom: 40px;
  }

  .feature_wrap2 {
    padding: 50px 70px;
  }

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

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

@media screen and (max-width: 1100px) {
  .feature_wrap .txt {
    padding: 40px 3%;
  }

  .feature_wrap2 {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .feature_wrap {
    height: auto;
    padding-top: 0;
    background: none;
  }

  .feature_wrap .caution {
    position: static;
  }

  .feature_wrap .wrap {
    height: auto;
    position: static;
  }

  .feature_wrap .txt {
    width: 100%;
    margin: 0 !important;
    max-width: initial;
    max-width: none;
    padding: 40px;
    background: #fff;
  }

  .feature_wrap .txt h2,
  .feature_wrap2 .txt h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

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

  .feature_wrap .txt p,
  .feature_wrap2 .txt p {
    font-size: 13px;
  }

  #feature4 {
    margin-bottom: 0;
  }

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

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

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

.assurance {
  padding: 0 70px;
  margin: 120px auto 0px;
}

.assurance .flex {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  align-items: center;
  padding: 50px 180px;
  line-height: 2;
  background: #f3f3f3;
  border-radius: 20px;
}

.assurance h2 {
  white-space: nowrap;
  font-size: 36px;
  flex: 0 1 auto;
  margin-right: 70px;
}

.assurance p {
  font-size: 16px;
  flex: 1 1 0%;
}

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

@media screen and (max-width: 1100px) {
  .assurance {
    padding: 0 30px;
  }

  .assurance .flex {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .assurance {
    padding: 0 15px;
    margin: 15px auto 0 auto;
  }

  .assurance .flex {
    margin: 3rem 0;
    padding: 0 30px;
    display: block;
  }

  .assurance h2 {
    padding-top: 33px;
    font-size: 23px;
    margin: 0 0 15px 0;
  }

  .assurance p {
    font-size: 14px;
    padding-bottom: 33px;
  }
}

#spec_download,
#spec_detail {
  width: 100%;
  max-width: 1544px;
  margin: 0 auto;
  padding: 60px 20px;
}

.ttl_line {
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  border-bottom: 1px solid #e3e3e3;
}

#spec_download {
  text-align: center;
}

#spec_download ul {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#spec_download ul>* {
  flex: 0 1 200px;
}

#spec_download ul>* a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  background: #f3f3f3;
  border-radius: 30px;
  border: 2px solid transparent;
}

#spec_download ul>* a:hover {
  color: #fff;
  background: #343434;
}

#spec_download ul>* a:active {
  color: #333;
  background: #fff;
  border-color: #343434;
}

@media screen and (max-width: 767px) {
  .ttl_line {
    padding-bottom: 0;
    font-size: 23px;
    border-bottom: none;
  }

  #spec_download,
  #spec_detail {
    padding: 40px 25px;
  }

  #spec_download {
    padding-bottom: 0;
  }

  #spec_download ul {
    display: block;
    padding: 0 25px 40px 25px;
    max-width: initial;
    max-width: auto;
    border-bottom: 1px solid #e3e3e3;
  }

  #spec_download ul>* {
    margin-bottom: 20px;
  }
}

.spec_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}

.spec_list dt {
  flex: 0 1 50%;
  max-width: 50%;
  text-align: right;
  padding: 20px 50px 20px 20px;
  font-feature-settings: "palt";
}

.spec_list dd {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 20px 20px 20px 50px;
  font-feature-settings: "palt";
}

.btn_spec {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
  width: 186px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  background: #f3f3f3;
  border: 2px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s;
}

.btn_spec:hover {
  color: #fff;
  background: #343434;
}

.btn_spec:active {
  color: #333;
  background: #fff;
  border-color: #343434;
}

@media screen and (max-width: 767px) {
  .spec_list {
    display: block;
    line-height: 1.3;
  }

  .spec_list dt {
    max-width: 100%;
    color: #707070;
    text-align: center;
    font-size: 14px;
    padding: 0;
    max-width: 100%;
  }

  .spec_list dd {
    text-align: center;
    font-size: 19px;
    padding: 0;
    margin: 5px 0 20px 0;
    max-width: 100%;
  }

  .btn_spec {
    margin: 40px auto 0 auto;
    width: 120px;
    font-size: 13px;
  }
}

.spec_detail_wrap {
  width: 700px;
  height: 100vh;
  overflow: hidden;
  line-height: 1;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  transform: translateX(700px);
  transition: all 0.6s;
  z-index: 15001;
}

.spec_detail_wrap.active {
  transform: translateX(0);
}

#bg_wall {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .65);
  z-index: 15000;
}

#bg_wall.active {
  display: block;
}

.spec_detail_wrap .btn_close {
  width: 44px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #333;
  background: #f3f3f3;
  cursor: pointer;
  border: 2px solid transparent;
}

.spec_detail_wrap .btn_close:hover {
  color: #fff;
  background: #343434;
}

.spec_detail_wrap .btn_close:active {
  color: #333;
  background: #fff;
  border-color: #343434;
}

.spec_detail_wrap_in {
  height: 100vh;
  overflow-y: scroll !important;
}

.spec_detail_wrap_in .detail_wrap {
  width: 580px;
  margin: 140px auto;
}

.spec_detail_wrap_in .ttl_line {
  text-align: left;
}

.spec_detail_wrap_in .ttl_line span {
  display: block;
  margin-bottom: 20px;
  color: #3AC7C2;
  font-size: 20px;
}

.spec_detail_wrap .spec_list {
  font-size: 18px;
}

.spec_detail_wrap .spec_list dt {
  text-align: left;
  padding: 15px;
  font-feature-settings: "palt";
}

.spec_detail_wrap .spec_list dd {
  padding: 15px;
  font-feature-settings: "palt";
}

.spec_att {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .spec_detail_wrap {
    width: 90vw;
    transform: translateX(90vw);
  }

  .spec_detail_wrap .btn_close {
    width: 36px;
    height: 36px;
    line-height: 30px;
    top: 10px;
    left: 10px;
  }

  .spec_detail_wrap_in .detail_wrap {
    width: 100%;
    margin: 70px 0;
  }

  .spec_detail_wrap_in .ttl_line {
    text-align: center;
    font-size: 26px;
  }

  .spec_detail_wrap_in .ttl_line span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .spec_detail_wrap .spec_list {
    font-size: 14px;
  }

  .spec_detail_wrap .spec_list dt {
    color: #707070;
    text-align: center;
    font-size: 14px;
    padding: 0;
  }

  .spec_detail_wrap .spec_list dd {
    text-align: center;
    font-size: 19px;
    padding: 0;
    margin: 5px 0 20px 0;
  }

  .spec_att {
    padding: 20px;
    font-size: 12px;
  }
}
/* section margin */
#feature2,
#feature3 {
  margin-top: 6%;
}

#feature2 {
  margin-bottom: 6%;
}

.washer-sec04 .in {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .washer-sec04 .in {
    max-width: 100%;
  }

  #feature1 {
    margin-bottom: 0px;
  }
}

#feature1 h2 {
  line-height: 1.5;
  margin-bottom: 0px; 
}

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

.washer-sec04 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 39px;
}

@media screen and (max-width: 768px) {
  .washer-sec04 h2 {
    font-size: 26px;
  }

/* .t55h_wrapper * {
  margin: auto;
  } */
  #t55h #mv .txt .e-angle {
    text-align: center;
  }
}
