@charset "utf-8";
.mainProtect {
    margin: 70px auto 0;
		color: #002855;
}
.fvProtect {
    position: relative;
}
.fvProtect_movie{
    margin: 0 40px 0 0;
}
.fvProtect_copyArea {
		width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 12px #999;
}
.fvProtect_copyArea_tll {
    font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
    font-size: 60px;
    line-height: 0.5;
    margin: 0 0 20px;
}
.fvProtect_copyArea_tll span{
    font-size: 20px;
}
.fvProtect_copyArea_txt {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.fvProtect_copyArea_since{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
}
.fvProtect_copyArea_playIcon{
    width: 6%;
    margin: 20px auto 0;
}
.fvVideo_inner{
    width: 100%;
    height: auto;
}
 .fvMovie_disclaimer{
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
		font-size: 12px;
    color: #929292;
    line-height: 1.5;
		margin: 0 auto;
}
.scrollBtn{
		position: absolute;
    top: -3px;
    right: 0;
    background: #000;
    /* width: 130px; */
    writing-mode: vertical-rl;
    margin: 0 auto;
    color: #fff;
    padding: 0px 10px;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
}
.mainTll {
    text-align: center;
    font-size: 30px;
    margin: 0 auto 40px;
    line-height: .8;
		font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
}
.mainTll span {
    font-size: 18px;
		font-weight: bold;
}
.mainDisclaimer {
    font-size: 12px;
    color: #929292;
    line-height: 1.5;
}
.main_flexBox{
    display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.mainCont{
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
}
.bgColor{
    padding: 100px 0;
}
._gry {
    background: #f7f7f7;
}
._darkgry {
    background: #363636;
}
.txtColor{
color:#fff;
}
.technorogyBox {
    width: calc(94% / 3);
}
.technorogyBox_img {
}
.technorogyBox_tll_02{
    font-size: 20px;
		font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
    line-height: 1.3;
    margin: 10px 0 5px;
}
.technorogyBox_txt {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.technorogyBox_boxBtn{
    display: block;
    background: #faa;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    width: 50%;
    font-size: 15px;
}
.technorogyCarousel_tll {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.technorogyCarousel_tll sup{
    line-height: 4;
}
.technorogyCarousel_tll span{
    font-size: 160%;
}
.modalContent_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modalContent_boxLeft {
    width: 40%;      
}
.modalContent_boxLeft_02 {
    width: 30%;      
}
.modalContent_boxRigth {
    width: 58%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 3px;
    height: 300px;
}
.modalContent_boxRigth_02 {
    width: 68%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 3px;
    height: 300px;
}

.modalContent_boxTxt {
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.5;
}
.modalContent_boxLeft_tll {
    font-size: 20px;
    margin: 5px 0 0;
    font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
}


 /*  ???[?_?????  */
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modalContent {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}
.close_button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 50px;
    cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_button {
  cursor: pointer;
}
.open_button p:hover{
    background: #002855;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
		color:#fff;
}
.open_button p{
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    width: 50%;
    font-size: 15px;
}
/*.productCont{
background-image:url(../images/img03.png);
background-size:contain;
background-repeat:  no-repeat;
width:100%;
height:300px;
}*/
.productCont {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
}
.productCont_box {
    width: 30%;
    margin: 40px 0 0;
}
.productImg_right {
    position: relative;
		order: 1;
}
.productImg_left {
    position: relative;
		order: 3;
}
.productImg_center {
    width: 40%;

   /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;*/
		order: 2;
}

.productCont {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
		align-items: end;
}
.productCont_itemName {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    text-align: center;
    font-size: 27px;
		font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
    margin: 0 0 10px;
}
.productCont_itemName span{
    font-size: 70%;
}
.productSpec_contArea{
    font-size: 15px;
    font-weight: bold;
		margin: 0 0 10px;
    line-height: 1.3;
}
.productSpec_contArea span{
    font-size: 80%;
}
.productSpec_contSize{
    font-size: 15px;
    font-weight: bold;
		margin: 0 0 10px;
}
.productCont_ItemSpec {
    bottom: -30px;
    right: 0;
    font-size: 15px;
		line-height: 1.3;
		text-decoration: underline;
}
.productImg_left .productSpec_cont{
    position: absolute;
    /*bottom: 0;*/
    right: 20px;
}


/*.productImg_center img{
		width:70%;
 }*/

.interfaceBox {
    width: calc(100% / 3);
    border-right: 1px solid #6e6e6e;
    padding: 0 2% 0;
    /* margin: 0 1.5% 0 0; */
}

.interfaceBox:last-child {
    border-right: none;
   /* padding: 0;
    margin: 0;*/

}
.interfaceBox_img{
    width: 60%;
		margin:0 auto 20px;
}
.interfaceBox_tll{
    font-weight: bold;
    font-size: 18px;
		margin: 0 0 10px;
}
.interfaceBox_txt {
    font-size: 12px;
    line-height: 1.5;
		margin:0 auto 20px;

}
.interfaceBtn_flex {
    display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
}

.interfaceBtn_flex a{
    display: block;
    color: #fff;
    padding: 10px 23px;
		width: 48%;
    text-align: center;
}
.interfaceBtn_7700series {
    background: #041a50;
}
.interfaceBtn_7400series{
    background: #00c8f3;
}
.interfaceBtn_7700series:hover {
opacity: .8;
}
.interfaceBtn_7400series:hover {
opacity: .8;
}

.smartuseCarousel {
    overflow: hidden;
}
.smartuseSlider_list{
    width: calc(98% / 2);
}
.smartuseSlider_img{
}
.smartuseSlider{}
.smartuseSlider_tll {
    margin: 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
}
.smartuseSlider_txt {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.messageCont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
		margin: 0 0 40px;
}
.messageCont_box{
    display: flex;
		flex-wrap: wrap;
    width: calc(97% / 2);
		align-items: end;
}
messageCont_img{
    width: 40%;
}
.messageCont_txt {
    width: 58%;
    padding: 0 0 0 2%;
}
.messageCont_movieTxt {
    text-align: center;
    margin: 10px 0 0;
		font-size: 20px;
    font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
    line-height: 1;
}
.messageCont_movieTxt span{
    font-size: 70%;
}
.messageBox_tll{    
		font-size: 20px;
		font-family: "Gilroy-Bold", "Century Gothic", "Noto Sans JP", arial, sans-serif;
    line-height: 1;
    margin: 0 0 15px;
}
.messageBox_tll span{    
    font-size: 70%;
}
.messageBox_txt{
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.lineupCont{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
margin: 0 0 100px;
}
.lineupCont_box{
    width: calc(94% / 2);
		align-items: end;
}
.lineupCont_img{}
.lineupCont_seriesBox{
    display: flex;
		justify-content: space-between;
		align-items: end;
		flex-wrap: wrap;
}

.lineupCont_series{
    width: calc(94% / 3);
}
.lineupCont_seriesImg {
    width: 80%;
    margin: 0 auto 10px;
}
.lineupCont_seriesLink {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}
.technorogyCarousel{
		margin: 0 auto 20px;
    overflow: hidden;
}
.technorogyCarousel_box{
    margin: 0 auto;
   /* width: 80%;
    padding-left: 24rem;
    padding-right: 4rem;*/
}




@media screen and (max-width: 800px) {
.productCont_box{
		width:50%;
}
.productImg_center {
    order: 3;
    text-align: center;
    margin: 0 auto;
}
}


/* ?X???C?_?[  */
.slider{
    margin: 100px auto;
    width: 100%;
	max-width: 1400px;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev::before {
   content: url(https://silent-glitter-70326704.stg-s.snapup.jp/wp-content/uploads/2020/11/product_previous.png);
 }
.slick-next::before {
   content: url(https://silent-glitter-70326704.stg-s.snapup.jp/wp-content/uploads/2020/11/product_next.png);
}
.slick-dots li button:before {
    font-size: 9px;
}
.slick-dots li.slick-active button:before {
    color: #002855;
		opacity: 1;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
		z-index: 9999999;
		font-size: 90px;
}
.slider_media{
    margin: 0 auto 80px;
    width: 96%;
	max-width: 1200px;
	padding: 0 2% 80px;
}
.slider_media .slick-dots{
	display: none!important;
}
/*.slider_media
.slick-prev,
.slider_media
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}*/
.slick-prev, .slick-next {
    top: 30%;
		z-index: 999;
    height: 90px;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slider_media .slick-prev {
    left: -2%;
}
.slider_media .slick-next {
    right: -2%;
}
.slider_media img{
    height: auto;
    width: 100%;
}
.slider_mediaTxt{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 20px 0 0;
}

.technorogySlider {
  width: 70%;
  margin: 30px auto 0;
}
.technorogySlider .slick-list {
  padding: 0 20%  0 0!important;
}
.technorogySlider li {
  margin: 0 0.5%;
}
.technorogySlider li figcaption {
  margin: 10px 0 0;
}

.smartuseSlider {
  width: 100%;
  margin: 30px auto 0;
}
.smartuseSlider .slick-list {
  padding: 0 40% 0 0!important;
}
.smartuseSlider li {
  margin: 0 0.5% 0 0;
}

.smartuseSlider li figcaption {
  margin: 10px 0 0;
}
@media screen and (max-width:1040px){
.interfaceBtn_flex a {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
.interfaceBox_tll {
    font-size: 15px;
		line-height: 1.5;
}


}


@media screen and (max-width:640px){
.mainProtect {
    margin: 54px auto 0;
}
.fvProtect_movie{
    margin: 0;
}
.fvProtect_copyArea_playIcon {
    width: 10%;
    margin: 0px auto 0;
}
.mainCont {
    padding: 0 20px;
}
.fvProtect_copyArea_tll {
    font-size: 30px;
    line-height: 0.6;
}
.fvProtect_copyArea_tll span {
    font-size: 13px;
}
.fvProtect_copyArea_txt {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 40px 0;
}
.fvProtect_copyArea {
    top: 50%;
}
.fvProtect_copyArea_since {
    font-size: 17px;
}
.fvMovie_disclaimer {
    font-size: 10px;
}
.scrollBtn{
display: none;
}
.fvMovie_disclaimer {
    padding: 0 20px;
}
.bgColor {
    padding: 60px 0;
}
.mainDisclaimer {
    font-size: 10px;
}

.modalContent_boxLeft {
    width: 60%;
    margin: 0 auto;

}
.modalContent_boxRigth {
    width: 100%;
}
.modalContent_boxLeft_02 {
    width: 60%;
    margin: 0 auto;

}
.modalContent_boxRigth_02 {
    width: 100%;
    height: 190px;
}
.modalContent_boxLeft_tll {
    margin: 5px 0;
}

.modalContent {
    padding: 50px 10px;
}
.technorogyCarousel_tll {
    font-size: 17px;
}
.productImg_right {
		order: 2;
}
.productImg_left {
		order: 3;
}
.productImg_center {
    width: 100%;
		order: 1;
}
.open_button p {
    width: 100%;
}
.productImg_left .productSpec_cont {
    right: 0px;
}
.productCont_itemName {
    font-size: 22px;
    line-height: .8;
}
.technorogyBox {
    width: calc(98% / 2);
    margin: 0px 0 30px;
}
.interfaceBox {
    width: calc(100% / 2);
    border-right: none;
    padding: 0 2% 0;
    margin: 0 0 30px;
}

.messageCont_box {
    width: 100%;
}
.messageCont_txt {
    width: 100%;
    margin: 0 0 40px;
}
.messageCont_img{
		margin: 0 auto 10px;
}
.lineupCont_box {
    width: 100%;
}
.modalContent_boxRigth {
    height: 150px;
}


  .technorogySlider {
    width: 100%;
  }
  .smartuseSlider {
    width: 100%;
  }
}
        /*  210525 protectAward追加  */
        .protectAward{
          display: flex;
          align-items: center;
          margin: 0 0 100px;
        }
        .protectAward_img{
          display: flex;
			align-items:  flex-start;
          border-right: 1px solid #e6e6e6;          
        }
        .protectAward_img img{
          margin: 0 20px 0 0;
          width: 130px;
          height: auto;
        }
        .protectAward_txt{
          margin: 0 0 0 20px;
          line-height: 1.5;
          font-size: 18px;
        }
        @media screen and (max-width:640px){
        .protectAward{
          display: block;
          align-items: center;
          margin: 0 0 100px;
        }
        .protectAward_img{
          justify-content: space-around;
          border-right: none;          
          border-bottom: 1px solid #A6A6A6; 
          margin: 0 auto;
          text-align: center;
        }
        .protectAward_img img{
          width: 40%;
          margin: 0;
        }
        .protectAward_txt{
          margin: 20px 0;
          line-height: 1.3;
          font-size: 15px;
        }
        }
        /*  210525 protectAward追加  //*/


/* 210610 Topコラム　スライダー */
.features_container {
  position: relative;
}
.__features_slider_cont {
  margin: 0 60px;
}
.slick-track .c-feature__features__item {
  margin: 0 10px;
}
.__f_prev_btn, .__f_next_btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 30px;
  height: 56px;
  background: url(../images/common/arrow--ash.png) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 12, 12, 0.5));
  filter: drop-shadow(0 0 20px rgba(12, 12, 12, 0.5));
}
.__f_prev_btn {
  transform: rotate(180deg);
  left: 0;
}
@media screen and (max-width:767px) {
  .__features_slider_cont {
    margin: 0;
  }
  .__f_prev_btn, .__f_next_btn {
    top: 60%;
    width: 16px;
    right: 16px;
  }
  .__f_prev_btn {
    left: 16px;
  }
}








.media_cont_sl a
{
margin: 3rem;
background: #F5F5F5;
padding: 2rem;
display: block;
line-height: 1.8;
background:url(https://www.blueair.jp/wp-content/uploads/2024/06/review_top01a.png) no-repeat 1% 1%,url(https://www.blueair.jp/wp-content/uploads/2024/06/review_top02a.png) no-repeat 99% 99% ,#f5f5f5;
}
/*#5F5F5F*/

.media_cont_sl a p
{
padding: 3rem 0;
display: block;
text-align: center;
font-size: 1.2em;
}

.media_cont_sl a span
{
margin-top: 2rem;
display: block;
text-align: right;
}

.media_cont_sl .c-feature__features__item
{
background: none;
}

@media screen and (max-width:750px) {
.media_cont_sl a
{
margin: 1rem;
padding: 0.5rem;
background-size: 5%;
}


.media_cont_sl a p
{
padding: 1rem 0;
}

.media_cont_sl a span
{
margin-top: 1rem;
}
}