@charset "UTF-8";

html{
  height: 100%;
}

body{
  font-family: "Roboto","Arial",sans-serif;
  height: 100%;
}

.movie_wrap, .scroll_upgrade_wrap, .aircon_cate{
  cursor: pointer;
}

/* header */

/* .m20_header {
  font-family: "Arial",sans-serif;
  display: block;
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  transition: top ease-in-out 0.4s;
}
.m20_header.slide_out {
  top: -80px;
}

header {
  min-width: auto;
  width: 100%;
  height: 80px;
}

.top_logo_left {
  display: block;
  position: absolute;
  left: 50px;
  top: 20px;
  height: 40px;
  min-width: 300px;
}

.top_logo_left img {
  height: 100%;
  vertical-align: middle;
}

.top_logo_left .region {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #000;
  height: 33px;
  line-height: 33px;
  margin-top: 7px;
  margin-left: 15px;
  padding-left: 15px;
  font-family: "Arial",sans-serif;
}

.header_rigth_container {
  display: block;
  float: right;
  line-height: 80px;
  height: 80px;
  margin-right: 50px;
}

.header_rigth_container div {
  display: inline;
  margin-left: 30px;
}
.header_rigth_container div a{
  color: #000;
}

.mobile_contents {
  display: none;
}

#mobile_global_menu_open {
  display: none;
}

.top_menu_bar {
  position: absolute;
  right: 30px;
  top: 36px;
  width: 20px;
}

.mobile_menu_container {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 5;
}

.mobile_menu_container {
  display: none;
} */

.gs18-Header.is-flyout.slide_out {
  top: -85px;
}

.header_space{
  width: 100%;
  height: 85px;
}


/* メインビジュアル */

.section_mv{
  width: 100%;
  height: calc(100% - 80px);
  position: relative;
}

.mv_container{
  width: 100%;
  height: 100%;
}

.mv_video{
  font-family: 'object-fit: cover;'; /*IE対策*/
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv_content{
  position: absolute;
  top: 50px;
  left: 5%;
}

.mv_title{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}

.mv_text{
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  line-height: 1.5;
}

.movie_wrap{
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.movie_icon{
  display: block;
  width: 80px;
}

.movie_text{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.scroll_upgrade_wrap{
  display: block;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;

  transition: all 0.3s ease-in-out;
}
.scroll_upgrade_wrap:hover{
  background-color: rgba(0,0,0,0.8);
}

.scroll_upgrade_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  /* line-height: 100px; */
  width: 500px;
}

.scroll_upgrade_arrow{
  display: block;
  width: 18px;
  transition: all 0.3s ease-in-out;
}
.scroll_upgrade_wrap:hover .scroll_upgrade_arrow{
  transform: translateY(5px);
}

.scroll_upgrade_text{
  color: #fff;
  font-size: 24px;
  font-weight: bold;

  display: flex;
  align-items: center;
  height: 100px;
  line-height: 1.5;
  text-align: center;
}


/* How can we upgrade our air ? */

.section_upgrade{
  width: 100%;
  height: 100vh;
  max-height: 900px;
  position: relative;
}

.upgrade_bg{
  display: block;
  font-family: 'object-fit: cover;'; 
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.upgrade_container{
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.upgrade_title{
  color: #4f4f4f;
  font-size: 38px;
  font-weight: lighter;
  line-height: 1.5;
  text-align: center;
}

.upgrade_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 70%;
}

.upgrade_text{
  color: #4f4f4f;
  font-size: 26px;
  font-weight: lighter;
  line-height: 1.5;
  margin-top: 70px;
  text-align: center;
}


/* Air Conditioner */

.section_aircon{
  width: 100%;
  position: relative;
}

.aircon_bg{
  display: block;
  width: 100%;
}

.aircon_container{
  width: 100%;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.aircon_inner{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
}

.aircon_title_img{
  display: block;
  width: 50%;
}


/* Air Conditioner Category */

.section_aircon_cate{
  width: 100%;
  height: 400px;
  position: relative;

  transition: all 0.5s ease-in-out;
}
.section_aircon_cate.height{
  height: 650px;
}

.aircon_cate_bg{
  display: block;
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: bottom center;';
  width: 100%;
  height: 100%;
}

.cover_white{
  background-color: rgba(246,250,250,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

.aircon_cate_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.aircon_cate{
  box-shadow: 10px 10px 2px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 10px 10px 2px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 10px 10px 2px 0 rgba(0,0,0,0.1);
  width: 32%;
  height: 280px;
  position: relative;

  transition: all 0.5s ease-in-out;
}
.aircon_cate01{
  background: -moz-linear-gradient(top left, #33e1c2,#4cc3db,#d5f073);
  background: -webkit-linear-gradient(top left,#33e1c2,#4cc3db,#d5f073);
  background: linear-gradient(to bottom right, #33e1c2,#4cc3db,#d5f073);
}
.aircon_cate02{
  background: -moz-linear-gradient(top right #1eb1ec,#9ce8fd);
  background: -webkit-linear-gradient(top right, #1eb1ec,#9ce8fd);
  background: linear-gradient(to bottom left, #1eb1ec,#9ce8fd);
}
.aircon_cate03{
  background: -moz-linear-gradient(top left, #d5f073, #77ec63 #96e956);
  background: -webkit-linear-gradient(top left, #d5f073, #77ec63, #96e956);
  background: linear-gradient(to bottom right, #d5f073, #77ec63, #96e956);
}
.aircon_cate01.small, .aircon_cate02.small, .aircon_cate03.small{
  width: 10%;
  height: 500px;
}
.aircon_cate01.big, .aircon_cate02.big, .aircon_cate03.big{
  width: 76%;
  height: 500px;
}

.aircon_cate_icon{
  display: block;
  width: 80%;
  max-width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  transition: all 0.5s ease-in-out;
}
.aircon_cate01.big .aircon_cate_icon, .aircon_cate02.big .aircon_cate_icon, .aircon_cate03.big .aircon_cate_icon{
  width: 90px;
  top: 30px;
  transform: translate(-50%,0%);
}

.aircon_cate_inner{
  box-sizing: border-box;
  padding: 140px 50px 30px 50px;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.aircon_cate01.big .aircon_cate_inner, .aircon_cate02.big .aircon_cate_inner, .aircon_cate03.big .aircon_cate_inner{
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.aircon_cate_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aircon_cate_content:nth-child(n+2){
  margin-top: 20px;
}

.aircon_cate_content_l{
  width: 60%;
}
.aircon_cate_content_l.side_long_img {
  width: 45%;
}

.aircon_cate_title{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.aircon_cate_text{
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}

.aircon_cate_content_r{
  display: block;
  width: 37%;
  flex-shrink: 0; /* IE対策 */
}
.aircon_cate_content_r.side_long_img {
  width: 53%;
}

.plus_minus{
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 20px;
  right: 10px;

  transition: all 0.3s ease-in-out;
}

.plus_minus_vertical, .plus_minus_side{
  background-color: #fff;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  transition: all 0.5s ease-in-out;
}

.plus_minus_vertical{
  transform: translate(-50%,-50%) rotate(90deg);
}
.aircon_cate.big .plus_minus_side{
  transform: translate(-50%,-50%) rotate(360deg);
}
.aircon_cate.big .plus_minus_vertical{
  transform: translate(-50%,-50%) rotate(360deg);
}


/* Lossnay */

.section_lossnay{
  width: 100%;
  position: relative;
}

.lossnay_bg{
  display: block;
  width: 100%;
}

.lossnay_container{
  width: 100%;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.lossnay_inner{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
}

.lossnay_title_img{
  display: block;
  width: 35%;
}


/* Lossnay */

.section_lossnay_content{
  width: 100%;
  height: 1200px;
  position: relative;
}

.lossnay_content_bg{
  display: block;
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
}

.lossnay_content_container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.lossnay_content_inner{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
}

.lossnay_info_wrap{
  margin-top: 30px;
}

.lossnay_info_inner{
  display: flex;
  align-items: center;
}
.lossnay_info_inner:nth-child(n+2){
  margin-top: 50px;
}

.lossnay_info_inner_l, .lossnay_info_inner_r{
  width: 50%;
}
.lossnay_info_inner:nth-child(odd) .lossnay_info_inner_l{
  order: 2;
}
.lossnay_info_inner:nth-child(odd) .lossnay_info_inner_r{
  order: 1;
}

.lossnay_img{
  display: block;
  width: 100%;
}

.lossnay_info_inner_r{
  background-color: #fff;
  position: relative;
}

.lossnay_info_inner_text{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.lossnay_info_title{
  color: #646464;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.lossnay_info_sub_title{
  /* color: #646464;
  font-size: 20px; */
  font-weight: bold;
  /* margin-top: 10px; */
  line-height: 1.5;
}

.lossnay_info_text{
  color: #646464;
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.5;
}

.lossnay_benefit_wrap{
  margin-top: 120px;
}

.benefit_title{
  color: #646464;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.benefit_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.benefit_content_inner{
  background-color: #d4d8d7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 160px;
}
.benefit_content_inner:nth-child(n+3){
  margin-top: 10px;
}

.benefit_content_text{
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

/* .dummy_box{
  width: 49%;
} */

@media screen and (max-width: 950px){

  .section_lossnay_content {
    height: 1100px;
  }

}


/* Product Lineup */

.section_lineup{
  background-color: #fff;
  padding-top: 50px;
  /*padding-bottom: 100px;*/
  width: 100%;
}

.lineup_container{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1110px;
}

.lineup_title{
  color: #646464;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.lineup_wrap{
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  margin-top: 50px;
}

.lineup{
  /*width: 49%;*/
  width: 32.7%;
  max-width: 361px;
  position: relative;
  min-height: 0%; /*IE対策 */
}
/*
.lineup:nth-child(n+3){
  margin-top: 15px;
}
*/

.lineup_img{
  display: block;
  width: 100%;
}

.lineup_content{
  /* width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content; */
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.lineup_content_title{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content; */
  width: 100%;
}

.lineup_content_btn{
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 40px;
}

.lineup_btn_text{
  color: #000;
  font-size: 17px;
  font-weight: bold;
  font-family: "Arial",sans-serif;

  transition: all 0.3s ease-in-out;
}
.lineup_content_btn:hover .lineup_btn_text{
  color: red;
}

.lineup_btn_img{
  display: block;
  margin-left: 10px;
  width: 20px;

  transition: all 0.3s ease-in-out;
}
.lineup_content_btn:hover .lineup_btn_img{
  transform: translateX(5px);
}

.lineup_btn_img .st0{
  fill:none;
  stroke:#000000;
  stroke-width:2;
  stroke-miterlimit:10;

  transition: all 0.3s ease-in-out;
}
.lineup_content_btn:hover .lineup_btn_img .st0{
  stroke:red;
}


/* footer */

/* .footer_contaier{
  background-color: #dcdcdc;
  font-family: "Arial",sans-serif;
  margin-top: 100px;
  padding-bottom: 20px;
  width: 100%;
  height: 300px;
  position: relative;
}

.footer_messege_wrap{
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}

.footer_messege{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.footer_messege_img{
  display: block;
  margin-left: 20px;
}

.footer_inner{
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 90%;
  max-width: 1000px;
} */

/* .footer_sns_title{
  font-size: 26px;
  font-weight: bold;
}

.footer_sns_content{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.footer_sns_content_l{
  display: flex;
  align-items: center;
}

.footer_sns_link{
  display: block;
}
.footer_sns_link:nth-child(n+2){
  margin-left: 15px;
}

.footer_sns_content_r{
  display: flex;
  align-items: center;
  margin-left: 15px;
} */

/* .footer_arrow_img{
  display: block;
}

.footer_sns_text{
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
} */

/* .footer_menu_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 200px;
}

.copyright{
  font-size: 18px;
}

.footer_menu{
  display: flex;
  align-items: center;
}

.footer_menu_text{
  color: #000;
  font-size: 18px;
  padding-right: 10px;
}
.footer_menu_text:nth-child(n+2){
  border-left: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_menu_text:hover{
  color: red;
}

.pagetop_link{
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.pagetop_icon{
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px){

  .footer_menu_wrap{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 160px;
  }

  .copyright{
    margin-top: 30px;
  }

} */


/* 固定メニュー */
.menu_container{
  border-radius: 35px;
  background-color: #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  max-width: 1000px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);

  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.menu_container.scroll{
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.menu_inner{
  display: block;
  width: 33.33%;
}
.menu_inner:not(:first-child){
  border-left: 1px solid #646464;
}

.menu_text{
  color: #646464;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


/* 表示切り替え */
.sp_500{
  display: none;
}
.sp{
  display: none;
}
.pc{
  display: block;
}







@media screen and (max-width: 980px){

  /* header */

  .gs18-Header.is-flyout.slide_out {
    top: -65px;
  }
  
  .header_space{
    height: 65px;
  }
  
  /* メインビジュアル */

  .section_mv{
    height: calc(100% - 65px);
  }

}










@media screen and (max-width: 640px){

  /* SPヘッダー */
  /* .top_logo_left {
    left: 30px;
  }

  .top_menu_box {
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 0;
    border-left: 1px solid #c8c8c8;
  }

  .header_rigth_container {
    display: none;
  }

  .mobile_contents {
    display: block;
  }

  #mobile_global_menu_open {
    display: block;
  }

  #mobile_global_menu_close {
    display: none;
    top: 32px;
  }

  .mobile_menu_container {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    top: 80px;
  }

  .mobile_menu_container ul li {
    align-items: center;
    border-top: 1px solid #e1e1e1;
    line-height: 85px;
    padding-left: 30px;
    font-size: 24px;
    height: 85px;
    cursor: pointer;
  }

  .mobile_menu_container a {
    text-decoration: none;
    color: #000;
  } */

}



















@media screen and (max-width: 768px){

  /* メインビジュアル */

  .mv_video{
    font-family: 'object-fit: cover; object-position: 75%;'; /*IE対策*/
    object-position: 75%;
  }
  
  .mv_title{
    font-size: 46px;
  }

  .mv_text{
    font-size: 18px;
  }


  /* How can we upgrade our air ? */

  .upgrade_bg{
    height: 100%;
  }

  .upgrade_img{
    min-width: 470px;
  }


  /* Air Conditioner */

  .aircon_container{
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    bottom: 30px;
    top: auto;
    left: 0%;
  }

  .aircon_title_img{
    margin-top: 0px;
    width: 90%;
  }


  /* Air Conditioner Category */

  .section_aircon_cate{
    height: 700px;
  }
  .section_aircon_cate.height{
    height: 1550px;
  }

  .aircon_cate_bg{
    object-position: top center;
    font-family: 'object-fit: cover; object-position: bottom center;';
  }

  .cover_white{
    background-color: rgba(246,250,250,0.0);
  }

  .aircon_cate_wrap{
    flex-direction: column;
    justify-content: flex-start;
    top: 60px;
  }

  .aircon_cate{
    width: 100%;
    height: 150px;
  }
  .aircon_cate:nth-child(n+2){
    margin-top: 30px;
  }
  .aircon_cate01.small, .aircon_cate02.small, .aircon_cate03.small{
    width: 100%;
    height: 150px;
  }
  .aircon_cate01.big, .aircon_cate02.big, .aircon_cate03.big{
    width: 100%;
    height: 1000px;
  }

  .aircon_cate_icon{
    width: 100px;

    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  .aircon_cate01.big .aircon_cate_icon, .aircon_cate02.big .aircon_cate_icon, .aircon_cate03.big .aircon_cate_icon{
    width: 100px;
    top: 30px;
    transition: all 0.0s ease-in-out;
  }

  .aircon_cate_inner{
    box-sizing: border-box;
    padding: 160px 50px 30px 50px;
  }

  .aircon_cate_content{
    flex-direction: column;
    justify-content: flex-start;
  }
  .aircon_cate_content:nth-child(n+2){
    margin-top: 30px;
  }

  .aircon_cate_content_l, .aircon_cate_content_l.side_long_img {
    width: 100%;
  }

  .aircon_cate_title{
    font-size: 22px;
  }

  .aircon_cate_text{
    font-size: 18px;
  }

  .aircon_cate_content_r, .aircon_cate_content_r.side_long_img {
    margin-top: 20px;
    width: 100%;
  }

  .plus_minus{
    width: 45px;
    height: 45px;
    bottom: auto;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);

    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  .aircon_cate.big .plus_minus{
    top: 70px;
    transition: all 0.0s ease-in-out;
  }

  @media screen and (max-width: 650px){

    .aircon_cate01.big, .aircon_cate02.big, .aircon_cate03.big {
      height: 900px;
    }

  }


  /* Lossnay */

  .lossnay_container {
    top: auto;
    bottom: 30px;
    transform: translateY(0%);
}

  .lossnay_title_img{
    width: 65%;
  }


  /* Lossnay */

  .section_lossnay_content{
    height: 4150px;
  }

  .lossnay_info_wrap{
    margin-top: 50px;
  }

  .lossnay_info_inner{
    flex-direction: column;
  }
  
  .lossnay_info_inner_l, .lossnay_info_inner_r{
    width: 100%;
  }
  .lossnay_info_inner_l{
    order: 2;
    min-height: 0%; /* IE対策 */
  }
  .lossnay_info_inner_r{
    order: 1;
    height: 350px;
  }

  .lossnay_benefit_wrap{
    margin-top: 120px;
  }

  .benefit_content{
    flex-direction: column;
    justify-content: flex-start;
  }

  .benefit_content_inner{
    width: 100%;
    height: 140px;
  }
  .benefit_content_inner:nth-child(n+2){
    margin-top: 10px;
  }
  
  /* .dummy_box{
    width: 100%;
  } */

  @media screen and (max-width: 650px){

    .section_lossnay_content {
      height: 3750px;
    }

  }


  /* Product Lineup */

  .lineup_title{
    font-size: 50px;
  }

  .lineup_wrap{
    flex-direction: column;
    justify-content: flex-start;
  }

  .lineup{
    width: 100%;
    max-width: 100%;
  }
  .lineup:nth-child(n+2){
    margin-top: 15px;
  }


  /* footer */

  /* .footer_inner{
    margin-top: 70px;
  }

  .footer_menu_text{
    font-size: 16px;
  } */


  /* 固定メニュー */
  .menu_container{
    width: 90%;
  }

  .menu_text{
    font-size: 18px;
  }


  /* 表示切り替え */
  .sp_500{
    display: none;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}































@media screen and (max-width: 500px){

  /* メインビジュアル */

  .mv_video {
    font-family: 'object-fit: cover; object-position: center;'; /*IE対策*/
    object-position: center;
  }

  .mv_content{
    top: 25px;
  }

  .mv_title{
    font-size: 40px;
  }

  .mv_text{
    font-size: 16px;
  }

  .movie_wrap {
    margin-top: 15px;
  }

  .movie_icon{
    width: 50px;
  }

  .movie_text{
    font-size: 16px;
  }

  .scroll_upgrade_wrap{
    height: 75px;
  }

  .scroll_upgrade_inner{
    /* line-height: 75px; */
    width: 310px;
  }

  .scroll_upgrade_text{
    font-size: 16px;
    height: 75px;
  }

  @media screen and (max-width: 320px){

    .mv_title {
      font-size: 28px;
      line-height: 1.1;
    }

    .mv_text{
      line-height: 1.3;
    }

    .movie_icon {
      width: 30px;
    }

    .movie_text {
      font-size: 14px;
    }

    .scroll_upgrade_inner{
      width: 320px;
    }

  }

  /* How can we upgrade our air ? */

  .upgrade_bg{
    height: 100%;
  }
  .upgrade_title{
    font-size: 26px;
  }

  .upgrade_img{
    margin-top: 40px;
    min-width: 250px;
  }

  .upgrade_text{
    font-size: 18px;
    margin-top: 40px;
  }


  /* Air Conditioner */

  .aircon_container{
    bottom: 0px;
  }


  /* Air Conditioner Category */

  .section_aircon_cate{
    height: 400px;
  }
  .section_aircon_cate.height{
    height: 1050px;
  }

  .aircon_cate{
    height: 75px;
  }
  .aircon_cate:nth-child(n+2){
    margin-top: 30px;
  }
  .aircon_cate01.small, .aircon_cate02.small, .aircon_cate03.small{
    height: 75px;
  }
  .aircon_cate01.big, .aircon_cate02.big, .aircon_cate03.big{
    height: 700px;
  }

  .aircon_cate_icon{
    width: 50px;
  }
  .aircon_cate01.big .aircon_cate_icon, .aircon_cate02.big .aircon_cate_icon, .aircon_cate03.big .aircon_cate_icon{
    width: 50px;
  }

  .aircon_cate_inner{
    box-sizing: border-box;
    padding: 100px 20px 30px 20px;
  }

  .aircon_cate_title{
    font-size: 16px;
  }

  .aircon_cate_text{
    font-size: 14px;
  }

  .plus_minus{
    width: 25px;
    height: 25px;
    transition-delay: 0.3s;
  }
  .aircon_cate.big .plus_minus{
    top: 50px;
  }

  @media screen and (max-width: 320px){

    .aircon_cate01.big, .aircon_cate02.big, .aircon_cate03.big {
      height: 650px;
    }

  }


  /* Lossnay */

  .lossnay_title_img{
    width: 65%;
  }


  /* Lossnay */

  .section_lossnay_content{
    height: 2850px;
  }

  .lossnay_info_wrap{
    margin-top: 30px;
  }

  .lossnay_info_inner:nth-child(n+2){
    margin-top: 30px;
  }

  .lossnay_info_inner_r{
    height: 250px;
  }
  
  .lossnay_info_title{
    font-size: 20px;
  }
  
  /* .lossnay_info_sub_title{
    font-size: 16px;
  } */
  
  .lossnay_info_text{
    font-size: 14px;
  }

  .benefit_title {
    font-size: 28px;
  }

  .lossnay_benefit_wrap{
    margin-top: 60px;
  }

  .benefit_content{
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .benefit_content_inner{
    height: 120px;
  }
  
  .benefit_content_text{
    font-size: 20px;
  }

  @media screen and (max-width: 420px){

    .section_lossnay_content {
      height: 2600px;
    }

  }

  @media screen and (max-width: 375px){

    .section_lossnay_content {
      height: 2450px;
    }

  }

  @media screen and (max-width: 320px){

    .section_lossnay_content {
      height: 2300px;
    }

  }


  /* Product Lineup */

  .lineup_title{
    font-size: 36px;
  }

  .lineup_wrap{
    flex-direction: column;
    justify-content: flex-start;
  }

  .lineup{
    width: 100%;
  }
  .lineup:nth-child(n+2){
    margin-top: 15px;
  }

  .lineup_content_title{
    font-size: 24px;
  }

  .lineup_content_btn{
    width: 180px;
    height: 40px;
  }

  .lineup_btn_text{
    font-size: 14px;
  }


  /* footer */

  /* .footer_messege_wrap{
    height: 70px;
  }

  .footer_messege{
    font-size: 14px;
  }

  .footer_messege_img{
    margin-left: 10px;
  }

  .footer_inner{
    margin-top: 50px;
  }

  .footer_sns_content{
    align-items: flex-start;
    flex-direction: column;
  }

  .footer_sns_content_r{
    margin-left: 0px;
    margin-top: 15px;
  }

  .footer_sns_text{
    font-size: 16px;
  }

  .copyright{
    font-size: 16px;
  }

  .footer_menu{
    flex-wrap: wrap;
  }

  .footer_menu_text{
    font-size: 16px;
  }

  .footer_menu_dummy{
    width: 21%;
  }

  @media screen and (max-width: 320px){

    .footer_menu_wrap {
      margin-top: 140px;
    }

  } */


  /* 固定メニュー */
  .menu_container{
    width: 90%;
  }

  .menu_text{
    font-size: 14px;
  }


  /* 表示切り替え */
  .pc{
    display: none;
  }
  .sp{
    display: none;
  }
  .sp_500{
    display: block;
  }
}






/**********************************
2022/02/14 以下 追加更新
**********************************/



.movie_wrap iframe {
  display: none;
}

.movie_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


.mv_title {
  font-size: 60px;
}


/*============================
.section_aircon
============================*/

.section_aircon div.aircon_container div.aircon_inner p.read {
  width: auto;
  padding: 25px 0 0 0;
  font-size: 24px;
  color: #676767;
  letter-spacing: 0.01em;
  font-weight: 500;
}




/*============================
.new_aircon_cate
============================*/

section#new_aircon_cate {
  width: 100%;
  height: 1920px;
  position: relative;
  overflow: hidden;
}

section#new_aircon_cate img.new_aircon_bg.pc {
  width: 100%;
  height: 100%;
}

section#new_aircon_cate div.cate_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section#new_aircon_cate div.cate_inner div.common_container {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 4px 8px 5px 4px rgba(124, 124, 124, 0.3);
}

section#new_aircon_cate div.cate_inner div.common_container.clean {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

section#new_aircon_cate div.cate_inner div.common_container.fast {
  position: absolute;
  top: 630px;
  left: 0;
  right: 0;
}

section#new_aircon_cate div.cate_inner div.common_container.eco {
  position: absolute;
  top: 1260px;
  left: 0;
  right: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg {
  width: auto;
}

/* clean */
section#new_aircon_cate div.cate_inner div.common_container.clean div.conts_bg {
  padding: 40px 0 45px 0;
  background: -moz-linear-gradient(140deg, #34e0c3, #34e0c3 8%, #44cdd3 33%, #4cc3db 48%, #72cfbe 68%, #cced7a);
  background: -webkit-linear-gradient(140deg, #34e0c3, #34e0c3 8%, #44cdd3 33%, #4cc3db 48%, #72cfbe 68%, #cced7a);
  background: linear-gradient(140deg, #34e0c3, #34e0c3 8%, #44cdd3 33%, #4cc3db 48%, #72cfbe 68%, #cced7a);  
}

/* fast */
section#new_aircon_cate div.cate_inner div.common_container.fast div.conts_bg {
  padding: 60px 0;
  background: -moz-linear-gradient(45deg, #96e6fc, #53c8f3 41%, #23b3ed);
  background: -webkit-linear-gradient(45deg, #96e6fc, #53c8f3 41%, #23b3ed);
  background: linear-gradient(45deg, #96e6fc, #53c8f3 41%, #23b3ed);   
}

/* eco */
section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg {
  padding: 60px 0;
  background: -moz-linear-gradient(120deg, #ccf071, #7aec62 35%, #90ea58);
  background: -webkit-linear-gradient(120deg, #ccf071, #7aec62 35%, #90ea58);
  background: linear-gradient(120deg, #ccf071, #7aec62 35%, #90ea58);  
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section#new_aircon_cate div.cate_inner div.common_container.clean div.conts_bg div.conts_inner,
section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg div.conts_inner {
  margin: 0 65px 0 50px;
}

section#new_aircon_cate div.cate_inner div.common_container.fast div.conts_bg div.conts_inner {
  margin: 0 45px 0 50px;
}

section#new_aircon_cate div.cate_inner div.common_container:nth-child(2) div.conts_bg div.conts_inner {
  flex-flow: row-reverse;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box {
  width: auto;
  margin: 0 auto;
  position: relative;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box p.num {
  width: auto;
  padding: 0 0 50px 0;
  font-size: 85px;
  color: #fff;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  font-weight: 500;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc {
  display: inline-block;
  width: auto;
  position: absolute;
  top: -2%;
  right: 74.5%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc.fast {
  right: 74.5%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc.eco {
  right: 75%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc img {
  width: 90px;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera {
  width: auto;
  padding: 0 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera:last-child {
  padding: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera div.p_box {
  width: 50%;
  margin: 0 0 0 45px;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera p.tiTle {
  width: auto;
  padding: 0 0 10px 0;
  font-size: 24px;
  color: #fff;
  line-height: 1.25em;
  font-weight: bold;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera p.teXt {
  width: auto;
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: -0.005em;
  font-weight: 500;
}

section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg div.conts_inner div.text_box div.text_aera p.teXt {
  padding: 0 0 25px 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera figure {
  width: 341px;
  margin: 0 auto 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera figure img {
  width: 100%;
}

/*
section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box {
  width: 50.7%;
  max-width: 380px;
}

section#new_aircon_cate div.cate_inner div.common_container.clean div.conts_bg div.conts_inner div.movie_box {
  padding: 120px 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container.fast div.conts_bg div.conts_inner div.movie_box {
  padding: 100px 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg div.conts_inner div.movie_box {
  padding: 60px 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box i.conts_icon {
  width: 93px;
  margin: 0 auto;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box i.conts_icon img {
  width: 100%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie {
  width: auto;
  margin: 15px 0 0 0;
  position: relative;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie iframe {
  width: 100%;
  height: 98.3%;
  position: absolute;
  left: 0;
  top: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie a {
  width: 100%;
  display: block;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie img {
  width: 100%;
  position: relative;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie span {
  width: 67px;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie span img {
  width: 100;
}
*/





/*============================
.section_lossnay_content
============================*/

.section_lossnay_content {
  height: 1565px;
}


.section_lossnay_content div.popular_container {
  width: auto;
  padding: 105px 0 0 0;
}

.section_lossnay_content div.popular_container div.popular_title {
  width: auto;
  font-size: 36px;
  color: #646464;
  text-align: center;
  font-weight: bold;
}

.section_lossnay_content div.popular_container div.models_wrapp {
  width: auto;
  padding: 50px 0 0 0;
}

.section_lossnay_content div.popular_container div.models_wrapp div.models {
  width: 361px;
  margin: 0 auto;
  position: relative;
}

.section_lossnay_content div.popular_container div.models_wrapp div.models img.models_img {
  width: 100%;
  position: relative;
}

.section_lossnay_content div.popular_container div.models_wrapp div.models div.models_content {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}








/*** .benefit_content ***/
.benefit_content_inner {
  width: 50%;
  box-sizing: border-box;
}

.benefit_content_inner:nth-child(n+3) {
  margin-top: 0;
}

.benefit_content_inner:nth-child(odd) {
  border-right: 1px solid #8a8a8a;
}

.benefit_content_inner:nth-child(1),
.benefit_content_inner:nth-child(2) {
  border-bottom: 1px solid #8a8a8a;
}

.benefit_content_text {
  color: #8a8a8a;
}







/*============================
.link_contents
============================*/

section.link_contents {
  width: auto;
}

section.link_contents div.contents_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 0 0;
}

section.link_contents.quick_survey div.contents_inner {
  padding: 90px 0 170px 0;
}

section.link_contents div.contents_inner p.conts_title {
  width: auto;
  font-size: 50px;
  color: #646464;
  text-align: center;
  font-weight: bold;
}

section.link_contents div.contents_inner div.conts_wrapp {
  width: auto;
  padding: 45px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

section.link_contents div.contents_inner div.conts_wrapp div.conts {
  width: 361px;
  position: relative;
}

section.link_contents div.contents_inner div.conts_wrapp div.conts img.conts_img {
  width: 100%;
  position: relative;
}

section.link_contents div.contents_inner div.conts_wrapp div.conts div.link_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}



@media screen and (max-width: 900px) {
  section#new_aircon_cate {
    height: 2000px;
  }

  section#new_aircon_cate div.cate_inner div.common_container.fast {
    top: 690px;
  }

  section#new_aircon_cate div.cate_inner div.common_container.eco {
   top: 1330px;
  }


}






@media screen and (max-width: 833px) {
  section#new_aircon_cate {
    height: 1950px;
  }

  /*{
  section#new_aircon_cate div.cate_inner div.common_container.clean {
  top: 40px;
  }*/

  section#new_aircon_cate div.cate_inner div.common_container.fast {
    top: 680px;
  }

  section#new_aircon_cate div.cate_inner div.common_container.eco {
   top: 1315px;
  }

  section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc {
    display: inline-block;
    width: auto;
    position: absolute;
    top: -2%;
    right: 70%;
  }

  section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc.fast {
    right: 70%;
  }
  
  section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc.eco {
    right: 70%;
  }
  

  section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera div.p_box {
    width: 50%;
    margin: 0 0 0 35px;
  }
  
  section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera p.tiTle {
    width: auto;
    padding: 0 0 10px 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.25em;
    font-weight: bold;
  }

}








/***** sp用 *****/

@media screen and (max-width: 768px){
    

/*
.sp_500{
  display: none;
}
*/


.mv_title {
  font-size: 40px;
}


/*============================
.section_aircon
============================*/

.section_aircon div.aircon_container div.aircon_inner p.read {
  width: auto;
  padding: 15px 0 0 0;
  font-size: 15px;
}



/*============================
.new_aircon_cate
============================*/

section#new_aircon_cate {
  width: 100%;
  height: 2480px;
  position: relative;
}



section#new_aircon_cate img.new_aircon_bg.pc {
  width: 100%;
  height: 100%;
}

section#new_aircon_cate div.cate_inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section#new_aircon_cate div.cate_inner div.common_container {
  width: 93%;
  margin: 0 auto 27px auto;
  box-shadow: 2px 4px 3px 2px rgba(124, 124, 124, 0.3);
}

section#new_aircon_cate div.cate_inner div.common_container:last-child {
  margin: 0 auto;
}

section#new_aircon_cate div.cate_inner div.common_container.clean {
  position: initial;
}

section#new_aircon_cate div.cate_inner div.common_container.fast {
  position: initial;
}

section#new_aircon_cate div.cate_inner div.common_container.eco {
  position: initial;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg {
  width: auto;
}

/* clean */
section#new_aircon_cate div.cate_inner div.common_container.clean div.conts_bg {
  padding: 10px 0 30px 0;
  background: -moz-linear-gradient(140deg, #34e0c3, #34e0c3 8%, #44cdd3 33%, #4cc3db 48%, #72cfbe 68%, #cced7a);
  background: -webkit-linear-gradient(140deg, #34e0c3, #34e0c3 8%, #44cdd3 33%, #4cc3db 48%, #72cfbe 68%, #cced7a);
  background: linear-gradient(140deg, #34e0c3, #34e0c3 8%, #44cdd3 33%, #4cc3db 48%, #72cfbe 68%, #cced7a);  
}

/* fast */
section#new_aircon_cate div.cate_inner div.common_container.fast div.conts_bg {
  padding: 10px 0 30px 0;
  background: -moz-linear-gradient(45deg, #96e6fc, #53c8f3 41%, #23b3ed);
  background: -webkit-linear-gradient(45deg, #96e6fc, #53c8f3 41%, #23b3ed);
  background: linear-gradient(45deg, #96e6fc, #53c8f3 41%, #23b3ed);  
}

/* eco */
section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg {
  padding: 10px 0 30px 0;
  background: -moz-linear-gradient(120deg, #ccf071, #7aec62 35%, #90ea58);
  background: -webkit-linear-gradient(120deg, #ccf071, #7aec62 35%, #90ea58);
  background: linear-gradient(120deg, #ccf071, #7aec62 35%, #90ea58);  
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner {
  width: auto;
  display: block;
  margin: 0 40px;
}

section#new_aircon_cate div.cate_inner div.common_container.clean div.conts_bg div.conts_inner,
section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg div.conts_inner {
  margin: 0 50px;
}

section#new_aircon_cate div.cate_inner div.common_container.fast div.conts_bg div.conts_inner {
  margin: 0 40px 0 30px;
}

section#new_aircon_cate div.cate_inner div.common_container:nth-child(2) div.conts_bg div.conts_inner {
  flex-flow: row-reverse;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box {
  width: auto;
  max-width: 100%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.pc {
  display: none;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon.sp {
  width: 70px;
  display: block;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box i.conts_icon img {
  width: 100%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box p.num {
  width: auto;
  padding: 0 0 10px 0;
  font-size: 45px;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera {
  width: auto;
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera:last-child {
  padding: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera div.p_box {
  width: auto;
  margin: 0 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera p.tiTle {
  width: auto;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.25em;
  font-weight: bold;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera p.teXt {
  width: auto;
  padding: 0 0 15px 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  font-weight: 500;
}

section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg div.conts_inner div.text_box div.text_aera p.teXt {
  padding: 0 0 25px 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera figure {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5px 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.text_box div.text_aera figure img {
  width: 100%;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box {
  width: 100%;
  max-width: 100%;
}

section#new_aircon_cate div.cate_inner div.common_container.clean div.conts_bg div.conts_inner div.movie_box {
  padding: 45px 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container.fast div.conts_bg div.conts_inner div.movie_box {
  padding: 35px 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container.eco div.conts_bg div.conts_inner div.movie_box {
  padding: 40px 0 0 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie {
  width: auto;
  margin: 0;
  position: relative;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie iframe {
  width: 100%;
  height: 97.8%;
  position: absolute;
  left: 0;
  top: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie a {
  width: 100%;
  display: block;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie img {
  width: 100%;
  position: relative;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie span {
  width: 17.5%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

section#new_aircon_cate div.cate_inner div.common_container div.conts_bg div.conts_inner div.movie_box figure.movie span img {
  width: 100;
}








/*============================
.section_lossnay_content
============================*/

.section_lossnay_content {
  height: 4565px;
}


.section_lossnay_content div.popular_container {
  width: auto;
  padding: 65px 0 0 0;
}

.section_lossnay_content div.popular_container div.popular_title {
  width: auto;
  font-size: 28px;
}

.section_lossnay_content div.popular_container div.models_wrapp {
  width: auto;
  padding: 35px 0 0 0;
}

.section_lossnay_content div.popular_container div.models_wrapp div.models {
  width: 100%;
}

.section_lossnay_content div.popular_container div.models_wrapp div.models img.models_img {
  width: 100%;
  position: relative;
}

.section_lossnay_content div.popular_container div.models_wrapp div.models div.models_content {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}








/*** .benefit_content ***/
.benefit_content_inner {
  width: 100%;
  box-sizing: border-box;
}

.benefit_content_inner:nth-child(n+2) {
  margin-top: 0;
}

.benefit_content_inner:nth-child(n+3) {
  margin-top: 0;
}

.benefit_content_inner:nth-child(odd) {
  border-right: none;
}

.benefit_content_inner:nth-child(1),
.benefit_content_inner:nth-child(2),
.benefit_content_inner:nth-child(3) {
  border-bottom: 1px solid #8a8a8a;
}

.benefit_content_text {
  color: #8a8a8a;
}







/*============================
.link_contents
============================*/

section.link_contents {
  width: auto;
}

section.link_contents div.contents_inner {
  padding: 50px 0 0 0;
}

section.link_contents.quick_survey div.contents_inner {
  padding: 50px 0 123px 0;
}

section.link_contents div.contents_inner p.conts_title {
  width: auto;
  font-size: 36px;
}

section.link_contents div.contents_inner div.conts_wrapp {
  width: auto;
  padding: 40px 0 0 0;
  display: block;
}

section.link_contents div.contents_inner div.conts_wrapp div.conts {
  width: 100%;
  position: relative;
}

section.link_contents div.contents_inner div.conts_wrapp div.conts img.conts_img {
  width: 100%;
  position: relative;
}

section.link_contents div.contents_inner div.conts_wrapp div.conts div.link_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}





}/* max-width: 768px */



@media screen and (max-width: 650px){
  section#new_aircon_cate {
    height: 2300px;
  }


  .section_lossnay_content {
    height: 4130px;
  }


}/* max-width: 650px */


@media screen and (max-width: 500px){
  section#new_aircon_cate {
    height: 2050px;
  }


  .section_lossnay_content {
    height: 3175px;
  }


}/* max-width: 500px */


@media screen and (max-width: 420px){
  section#new_aircon_cate {
    height: 1920px;
  }


  .section_lossnay_content {
    height: 2880px;
  }


}/* max-width: 420px */


@media screen and (max-width: 375px){
  section#new_aircon_cate {
    height: 1900px;
  }


  .section_lossnay_content {
    height: 2720px;
  }


}/* max-width: 375px */






@media (min-width:769px){
.visible_pc {display: block;}
.visible_sp {display: none;}
}


@media (max-width:768px){
  .visible_sp {display: block;}
  .visible_pc {display: none;}
}










