@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;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;
  }
}

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

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

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

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

.b12hw_wrapper *:focus {
  outline: none;
}

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

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

.b12hw_wrapper .pc {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 51%;
  margin: auto;
}

.b12hw_wrapper .sp {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

#b12hw #mv .txt h1 {
  font-size: 34px;
  line-height: 1;
}

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

#b12hw #mv .txt p {
  font-size: 24px;
  line-height: 1.5;
}

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

.mv_slider {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

  #b12hw #mv .txt {
    margin: 80px 0 0 0;
  }

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

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

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

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

.feature_wrap {
  position: relative;
  height: 100%;
  padding-top: 40%;
  margin-bottom: 6%;
  /* background: url(../img/feature_01.jpg) no-repeat right top / cover; */
  background: url(../img/feature_01.jpg) no-repeat right center;
  background-size: 80%;
}

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

.feature_wrap .product_caution,
.feature_wrap2 .product_caution {
  font-size: 1.2rem;
}

#feature1 {
  background-image: url(../img/feature_01.jpg);
}

#feature2 {
  background-image: url(../img/feature_02.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.5;
  margin-bottom: 35px;
  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 4%;
  }

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

.energy {
  margin: 83px 0 83px 0;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
  flex: 0 1 50%;
  width: 100%;
}

.energy .txt {
  width: auto;
}

.energy .sub {
  width: 50%;
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #F5F5F5;
}

.energy .sub:nth-child(1) {
  margin-right: 1%;
  padding: 33px 5% 33px 8%;
}

.energy .sub:nth-child(2) {
  margin-left: 1%;
  padding: 33px 4% 33px 9.5%;
}

.energy .img {
  width: 16%;
  margin-right: 33px;
}

.energy p,
.assurance p {
  font-size: 18px;
}

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

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

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

  .energy p,
  .assurance p {
    font-size: 16.5px;
  }

  .energy p.comment {
    font-size: 14.5px;
  }
}

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

  .energy p,
  .assurance p {
    font-size: 15.5px;
  }

  .energy p.comment {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .energy {
    display: block !important;
    width: auto;
    height: auto;
    text-align: center;
    margin-bottom: 3rem;
  }

  .energy,
  .assurance {
    padding: 0 15px;
  }

  .energy .sub:nth-child(1) {
    margin-right: 0;
    padding: 33px 5% 33px 5%;
  }

  .energy .sub:nth-child(2) {
    margin-left: 0;
    padding: 33px 5% 33px 5%;
  }

  .energy .sub {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
  }

  .energy .sub:nth-child(1) {
    margin: 83px 0 83px 0;
  }

  .energy .sub:nth-child(2) {
    margin: 0;
  }

  .energy p,
  .assurance p {
    font-size: 14px;
  }

  .energy p.comment {
    font-size: 10px;
  }

  .energy .img {
    display: inline-block;
    width: 12%;
    margin: 0;
    padding: 0;
  }

  .energy .txt {
    margin: 0;
    padding: 15px 0 0 0;
    width: 100%;
  }

  .caution {
    padding: 0 4rem 10%;
  }
}

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

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

/* specへ */

.refrigerator-spec a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #00B1B5;
  padding: 84px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .refrigerator-spec a {
    transition: none;
    padding: 45px 0;
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .refrigerator-spec a {
    font-size: 22px;
  }
}

.refrigerator-spec a span {
  position: relative;
  display: inline-block;
  padding-right: 56px;
}
@media (max-width: 374px) {
  .refrigerator-spec a span {
    padding-right: 45px;
  }
}
.refrigerator-spec a span::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .refrigerator-spec a span::after {
    width: 27px;
    height: 27px;
    margin-top: -4px;
  }
}
@media (max-width: 374px) {
  .refrigerator-spec a span::after {
    width: 20px;
    height: 20px;
  }
}
.refrigerator-spec a:hover {
  background: #fff;
  color: #00B1B5;
}
@media screen and (max-width: 768px) {
  .refrigerator-spec a:hover {
    background: #00B1B5;
    color: #fff;
  }
}
.refrigerator-spec a:hover svg {
  fill: #00B1B5;
}
@media screen and (max-width: 768px) {
  .refrigerator-spec a:hover svg {
    fill: #fff;
  }
}
.refrigerator-spec a:hover span:after {
  border-color: #00B1B5;
}
@media screen and (max-width: 768px) {
  .refrigerator-spec a:hover span:after {
    border-color: #fff;
  }
}
.refrigerator-spec svg {
  width: 41px;
  height: 52px;
  margin-right: 25px;
  fill: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .refrigerator-spec svg {
    margin-right: 20px;
  }
}
@media (max-width: 374px) {
  .refrigerator-spec svg {
    width: 30px;
    height: auto;
  }
}




/* ============= ref-slider ================= */

/*  */

.mv-slider {
  max-width: 600px;
  overflow: hidden;
}

.ref-main-slider {
  margin-bottom: 30px;
}

.ref-main-slider .swiper-slide {
  text-align: center;
  /* height: 384px; */
}

.ref-main-slider .swiper-slide img {
  max-height: 100%;
}

.ref-thumb-slider {
  position: relative;
}

.ref-thumb-slider img.rc {
  position: absolute;
  top: 6px;
  right: 60px;
}

.ref-thumb-slider .swiper-wrapper {
  justify-content: center;
}

.ref-thumb-slider .swiper-slide {
  width: 60px !important;
  /* height: 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid #dddddd; */
  /* cursor: pointer; */
  transition: 0.3s;
  border-radius: 5px;
  border: 2px solid #E3E3E3;
    flex: 0 1 13%;
    float: none !important;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.ref-thumb-slider .swiper-slide-thumb-active {
  border: 2px solid #01cccc;
}

.ref-thumb-slider .swiper-slide:not(:last-child) {
  margin-right: 11px;
}

@media screen and (max-width: 656px) {
   /* .ref-main-slider .swiper-slide {
    height: 195px;
  } */

   .ref-thumb-slider .swiper-wrapper {
    flex-wrap: wrap;
    /* justify-content: flex-start; */
  }

   .ref-thumb-slider .swiper-slide:not(:last-child) {
    margin-bottom: 11px;
  }

   .ref-thumb-slider img.rc {
    right: 30px;
  }

   .ref-slider {
    max-width: 100%;
    margin-bottom: 50px;
  }

}



/* ============= ref-slider ================= */



/* ============= size-img ================= */


.hidden {
  display: none;
}

.size-btn {
  /* width: 35%; */
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}

.size-img {
  padding-top: 50px;
}

.size-img ul {
  display: flex;
}

.size-img ul li {
  display: flex;
  align-items: center;
  flex: 1 1 245px;
  justify-content: center;
  border: 2px solid #707070;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  max-width: 245px;
  max-height: 90px;
}

.size-img ul li:first-child,.size-img ul li:nth-child(2) {
  margin-right: 15px;
}

.size-btn p {
  font-size: 18px !important;
}

.size-btn img {
  max-width: 50px;
  max-height: 50px;
  margin: initial;
  /* padding: 5% 10% 25% 0; */
}

.size-btn img {
  transition: filter 0.3s ease;
}

.size-annotation {
  padding-top: 20px;
}

.size-annotation small {
    font-size: 12px !important;
}

.grayscale {
  filter: #7E7E7E(100%);
  opacity: 0.5;
}


@media screen and (max-width: 1100px) {
  .size-img ul {
    flex-direction: column;
}
  .size-img ul li {
  margin: 10px 0;
}
  .size-img ul li p {
  margin: auto;
}
.size-img ul li:first-child,.size-img ul li:nth-child(2) {
  margin-right: 0px;
}

}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .mv_slider {
      max-width: 400px;
  }
}

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

  .size-img ul {
    /* flex-direction: column; */
    align-items: center;
  }

.size-img ul li:first-child,.size-img ul li:nth-child(2) {
  margin-right: 0px;
}

  .size-img img {
    width: 100px;
    padding: 3%;
  }

  .size-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 3%;
  }

  .size-img p:last-child {
    /* padding-top: 5%; */
    /* width: 70%; */
    margin: auto;
    text-align: center;
    line-height: 1.5;
  }
}

.size-img li.grayscale {
    filter: grayscale(100%);
    opacity: 0.4;
    transition: 0.2s ease;
}

.size-img li {
    filter: none;
    opacity: 1;
}


/* ============= size-img ================= */


