@charset "utf-8";
/*トップページ*/
body.home{
	background-image:url('../img/top/back_top_pc.png');
	background-color: #f6fcfc;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}
header#header_top{
	position: fixed;
  	top: 60px;
 	left: 100px;
  	z-index: 1;
  	width: auto;
}
#header_top .logo_02{
	width: 200px;
}
#header_top .nav_ttl{
	color: var(--g_color);
	font-size: 2.5rem;
	margin: 40px 0 10px 50px;
	line-height: 1;
}
#header_top .header_nav_01{
	display: flex;
	gap: 50px;
	line-height: 2.5;
  	margin: 0px 0 0 50px;
	font-size: 1.6rem;
}
/* JSで1200pxに固定されるため、1200pxを基準にする */
@media screen and (max-width: 1200px) {
	#header_top .header_nav_01{
	gap: 0px;
	flex-flow: column
}
}

#header_top .header_nav_01 li a:hover{
	background-color: var(--y_color);
	opacity: 1 !important;
}
.top_list{
	border: 1px solid var(--g_color);
	border-radius: 10px;
	padding: 5px 15px;
	margin:10px auto 60px;
	display: table;
}
a.top_list:hover{
	background-color: var(--g_color);
	color: #fff;
}

/* 横に無限スクロール
 ====================================================*/
 @keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
  overflow: hidden;
  position: fixed;
  bottom: 40px;
}

.scroll-infinity__list {
    display: flex;
    padding: 0
}
.scroll-infinity__list li{
  width: 300px;
  padding-right: 20px;
      list-style: none;

}
.scroll-infinity__list li img{
  width: 100%;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

/*540px以下*/
@media only screen and (max-width: 540px) {
.scroll-infinity__list li{
  width: 230px;
  padding-right: 20px;
      list-style: none;
}
}

/* トップページ
 ====================================================*/
#top_content {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 30px 3px rgba(110,90,70,.7);
	padding: 2rem;
	max-width: 500px;
	margin: auto;
	top: 40px;
	right: 200px;
	border-radius: 20px 20px 0 0;
	z-index: 1;
	overflow: hidden;
}
#top_content .logo_02 {
  	width: 180px;
  	position: absolute;
  	top: 40px;
  	left: 40px;
}
#top_content .top_txt_01,
#top_content .top_txt_02{
	width: 30px;
	position: absolute;
	top: 130px;
}
#top_content .top_txt_01{
	right: 42%
}
#top_content .top_txt_02{
	right: 51%
}
#top_content .scrolldown2 {
  position: relative;
  top: -30px;
  z-index: 3;
  bottom: 0;
  right: auto;
  left: 420px;
}
#top_content .top_sumui{
	width: 80%;
	margin: 30px auto;
}
#top_content .top_omoi_group{
	position: absolute;
	top: 100px;
	padding-inline: 20%;
	color: #fff;
	font-size: 1.6rem;
	 text-align: center;
}
#top_content .top_omoi_group span{
	font-size: 2rem;
	 text-align: center;
}
#top_content .top_omoi_group .ttl{
	font-size: 2rem;
	padding: 10px;
	background-color: #fff;
	border-radius: 20px;
	color: var(--g_color);
	width: 100px;
  	height: 100px;
  	text-align: center;
  	margin-inline: auto;
  	margin-bottom: 10px;
	line-height: 1.3;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#top_content .top_kanki{
	background-color: var(--g_color);
	margin-top: -85px;
}
#top_content .top_kanki .ttl {
  font-size: 3rem;
  color: var(--g_color);
  text-align: center;
  position: absolute;
  top: 100px;
  display: flex;
  justify-content: center;
  display: table;
  margin-inline: auto;
  left: 50%;
  transform-style: unset;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#top_content .top_kanki .txt {
  position: absolute;
  top: 200px;
  font-size: 1.6rem;
  color: var(--g_color);
  padding-inline: 10%;
}
#top_content .top_kanri_link{
	margin-top: -80px;
}
#top_content .top_energie_group {
  margin: 60px auto;
  display: table;
  text-align: center;
}
#top_content .top_energie_group .txt_01 {
  color: var(--b_color);
  margin-bottom: 10px;
  font-size: 2rem;
}
#top_content .top_energie_group .txt_02 a {
  color: #fff;
  background-color: var(--g_color);
  font-size: 3rem;
  border-radius: 20px;
  padding: 10px 40px;
  margin-top: 50px;
}
#top_content .news_wrap{
	font-size: 1.6rem;
}
#top_content .news_wrap .news_ttl{
	text-align: center;
	line-height: 1.2;
}
#top_content .news_wrap .news_ttl .ttl{
	text-align: center;
}
#top_content .news_wrap .news_ttl .sub_ttl {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--b_color);
  font-size: 5rem;
  color: #fff;
}
.home #top_content .top_footer{
	background-position: center 80px !important;
}
@media screen and (max-width: 767px) {
.home #top_content .top_footer,
#footer{
	background-position: bottom !important;
    margin-bottom: 100px;
    padding-bottom: 40px;
}
}

/* スムイのオモイ
 ====================================================*/
.sumui-thoughts_ttl{
	font-size: 3rem;
}

/* 換気について
 ====================================================*/
.omoi_wrap .omoi_item_01{
	display: flex;
	gap: 30px;
	justify-content:center;
}
.omoi_wrap .omoi_item_01 p {
  writing-mode: vertical-rl;
  font-size: 2rem;
  line-height: 2.5;
  gap: 20px;
}
.omoi_wrap .omoi_item_01 figure{
	width: 300px;
}
.omoi_wrap .omoi_item_02 {
  font-size: 1.8rem;
  display: table;
  margin: 30px auto;
  padding: 0 20%;
}

#about-ventilation{
	font-size: 1.8rem;
	width: min(100%, 900px);
	margin-inline: auto;
	line-height: 1.8;
}
#about-ventilation .kanki_ttl_01{
	color: var(--g_color);
	font-size: 3rem;
	margin-block: 90px 30px;
	line-height: 2;
}
#about-ventilation .kanki_img_02{/* 換気のイラストなど */
	width: 70%;
	margin: 30px auto 30px;
}
#about-ventilation .kanki_img_03{
	width: 70%;
	margin: 30px auto 30px;
}
#about-ventilation .kanki_img_04{
	width: 90%;
	margin: 10px auto 30px;
}
#about-ventilation .kanki_img_06{
	width: 90%;
	margin: 10px auto 30px;
}
#about-ventilation .kanki_img_07{
	width: 70%;
	margin: 30px auto 30px;
}
#about-ventilation .kanki_01{
	width: 80%;
	margin: 40px auto 60px;
}
#about-ventilation .kanki_list_01{
	color: var(--b_color);
	font-size: 3rem;
	text-align: center;
}
#about-ventilation .kanki_list_01 span{
	color: #ccc
}
#about-ventilation .kanki_osusume{/*おすすめ*/
	border: 4px solid var(--g_color);
	border-radius: 50px;
	padding: 3px 50px 14px;
}
#about-ventilation .kanki_ttl_02 {
  background-color: var(--g_color);
  color: #fff;
  border-radius: 50px;
  padding: 3px 40px 9px;
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  line-height: 1.5;
  margin-inline: auto;
  display: table;
  margin: 30px auto;
}
#about-ventilation .kanki_ttl_02 span{
	font-size: 2rem;
}
#energy-saving{
	margin-top: -100px;
	padding-top: 100px;
}
#energy-saving.shoene{
	margin: 40px auto;
}
#energy-saving.shoene .shoene_ttl{
	background-color: #E8E8E8;
	color: var(--g_color);
	text-align: center;
	font-size: 3rem;
	padding: 10px 5%
}
#energy-saving.shoene .shoene_ttl_02 {
  background-color: var(--g_color);
  color: #fff;
  font-size: 3rem;
  display: table;
  margin: 60px auto;
  padding: 10px 40px;
  border-radius: 40px;
}
#energy-saving.shoene .shoene_list {
  border: 3px solid var(--b_color);
  border-radius: 30px;
  padding: 30px 50px;
  display: table;
  margin: 30px auto;
}
#energy-saving.shoene .shoene_list li span{
	color: var(--b_color)
}
#energy-saving.shoene .kanki_0304{
	display: flex;
}
#energy-saving.shoene .kanki_0304 figure{
	width: calc(100% / 2 - 130px)
}
#energy-saving.shoene .shoene_link{
	color: var(--g_color);
	font-size: 1.8rem;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {/* ==========================SP 換気について */
#about-ventilation .kanki_ttl_01 {
  font-size: 2rem;
  margin-block: 40px 10px;
}
#about-ventilation {
  font-size: 1.4rem;
  line-height: 1.8;
}
#about-ventilation .kanki_list_01 {
  font-size: 1.8rem;
}
#about-ventilation .kanki_osusume {
  border-radius: 30px;
  padding: 10px 5%;
}
#about-ventilation .kanki_ttl_02 {
  border-radius: 40px;
  padding: 3px 40px 9px;
  font-size: 2rem;
  margin: 20px auto;
}
#about-ventilation .kanki_ttl_02 span {
  font-size: 1.6rem;
}
#about-ventilation .kanki_01 {
  width: 100%;
  margin: 40px auto 60px;
}
#about-ventilation .kanki_img_04 {
  width: 100%;
}
#energy-saving.shoene .shoene_ttl {
  font-size: 2rem;
}
#energy-saving.shoene .shoene_ttl_02 {
  font-size: 1.8rem;
  margin: 60px auto 30px;
  padding: 10px 10%;
	  text-align: center;
}
#energy-saving.shoene .shoene_list {
  padding: 20px 5%;
  margin: 30px auto;
}
#about-ventilation .kanki_img_07 {
  width: 100%;
}
#energy-saving.shoene .kanki_0304{
	display: flex;
	flex-flow: column
}
#energy-saving.shoene .kanki_0304 figure{
	width: 100%;
}
.omoi_wrap .omoi_item_01 figure {
  width: 30%;
}
.omoi_wrap .omoi_item_01 p {
  font-size: 1.4rem;
  line-height: 2;
  gap: 20px;
}
.omoi_wrap .omoi_item_02 {
  font-size: 1.4rem;
  padding: 0 5%;
}
}/* //SP 換気について */


/* お客様サポート
 ====================================================*/
/* お客様サポートトップ */
.support_top ul{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.support_top li{
}
.support_top li a {
  	border: 2px solid var(--g_color);
  	width: 300px;
  	display: inline-block;
  	text-align: center;
  	padding: 70px 5%;
  	border-radius: 20px;
  	color: var(--g_color);
  	font-size: 2rem;
}
.support_top li a:hover {
  	background-color: var(--g_color);
  	color: #fff;
	opacity: 1
}

/* お客様サポート　ページトップ */
.support_page_list{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.support_page_list li{
	width: calc(100% / 3 - 20px);
	text-align: center;
}
.support_page_list li img {
  border-radius: 20px;
  height: 240px;
  object-fit: cover;
}

/* お客様サポート　ラベスト　交換部品なし */
.support-support_aes-200a .tab_support_list li:last-child,
.support-support_aes-200a_02 .tab_support_list li:last-child{
	display: none
}

/* お客様サポート　商品ページ */
#top{
	margin-top: -80px;
	padding-top: 80px;
}
.support_sub_ttl{
	text-align: center;
	font-size: 3rem;
}
.tab_support .tab_support_ttl{
	width: 240px;
	text-align: center;
}
.support_product_list{
	display: flex;
	align-items: center;
	gap: 20px;
  	justify-content: center;
	font-size: 3rem;
	margin-block: 30px 60px;
}
.support_product_list img{
	width: 250px;
	border-radius: 30px;
}
.tab_support .tab_support_ttl a{
	display: block;
	background-color: #fff;
	border: 2px solid #ff9900;
	border-radius: 20px;
	color: #ff9900;
	padding: 10px 5%;
}
.tab_support .tab_support_ttl a:hover{
	background-color: #ff9900;
	color: #fff;
	opacity: 1;
}
.tab_support .tab_support_ttl_active{
	position: relative;
  display: inline-block;background-color: #ff9900;
	border-radius: 20px;
	color: #fff;
	padding: 10px 5%;
}
.tab_support .tab_support_ttl_active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff9900;
}
.tab_support.tab_support_constr .tab_support_ttl a{
	display: block;
	background-color: #fff;
	border: 2px solid #22ac38;
	border-radius: 20px;
	color: #22ac38;
	padding: 10px 5%;
}
.tab_support.tab_support_constr .tab_support_ttl a:hover{
	background-color: #22ac38;
	color: #fff;
	opacity: 1;
}
.tab_support.tab_support_constr .tab_support_ttl_active{
	position: relative;
  display: inline-block;background-color: #22ac38;
	border-radius: 20px;
	color: #fff;
	padding: 10px 5%;
}
.tab_support.tab_support_constr .tab_support_ttl_active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #22ac38;
}
.tab_support_list {
  	display: flex;
	gap: 15px;
  	justify-content: center;
  	margin-block: 30px;
}
.support_cont_wrap{
	background-color: #f0f0f0;
	border-radius: 30px;
	padding: 40px;
}
/* よくある質問 */
.support_accordion .accordion-header span.q{
	font-weight: bold;
	color: #fff;
	background-color:var(--g_color);
}
.support_accordion .accordion-header{
	background-color:#c2e4e2;
	  border-radius: 20px;
}
.support_accordion_list{
	margin-left: 30px;
}
.support_accordion_list .support_accordion_item_marker{
	text-indent: -1em;
  	margin-left: 1em;
}
.support_accordion_list .support_accordion_item_marker:before{
	content: "●";
	color: var(--g_color);
}
.support_accordion_list .support_accordion_item_nomarker{
  	margin-left: 1em;
}
.support_accordion_list a{
	color :red
}

.accordion-content {
  display: none;
}
.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before{
  content: "Q";
  font-size: 1.8rem;
  color: #fff;
  background-color: var(--g_color);
  width: 30px;
  height: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 1.4;
}
.accordion-content span::before{
    position: absolute;
  content:"A";
  top: 3px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}
.support_movie iframe{
	border-radius: 20px;
}
/* お手入れ方法 */
.support_waku_ttl{
	width: 90%;
	margin: 30px auto 5px;
}
.support_waku{
	width: 90%;
	margin: 0px auto;
	border: 1px solid var(--b_color);
	padding: 40px;
}
/* ご使用中のお客様　交換部品 */
.support_replacement_parts{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.support_replacement_parts img{
	width: 100%;
  	height: 200px;
  	object-fit: cover;
}
.support_replacement_parts li{
	width: calc(100% / 3 - 20px)
}
@media screen and (max-width: 767px) {/* ==========================SP お客様サポート */
.support_top ul {
  gap: 10px;
}
.support_top ul li{
	width: calc(100% / 2 - 10px)
}
.support_top li a {
  	width: 100%;
	font-size: 1.8rem;
    line-height: 1;
}
.support_page_list li {
  width: calc(100% / 2 - 20px);
}
.support_page_list li img {
  height: 140px;
}
.support_product_list {
  font-size: 2rem;
  flex-flow: column;
}
.tab_support .tab_support_ttl {
  width: calc(100% / 3);
}
.support_cont_wrap {
  border-radius: 20px;
  padding:5%;
}
.support_waku {
  padding: 10px;
}
.support_replacement_parts li {
  width: calc(100% / 2 - 20px);
}
.support_replacement_parts img {
  height: 100px;
}
.support_movie iframe{
	width: 100%;
	height: 180px;
}
.accordion-header span, .accordion-content span {
  padding-left: 5px;
}
}

/* 商品一覧
 ====================================================*/
/*　家のイラストからの検索 */
.home_search .txt{
	text-align: center;
	font-size: 1.8rem;
}
.home_search figure{
	width: min(100%, 700px);
  	margin-inline: auto;
}
.product_wrap{
	display: flex;
	justify-content: space-between;
}
.product_wrap .product_cont{
	width: 710px;
}
.product_wrap .product_cont .ttl{
	font-size: 3rem;
  	text-align: left;
	line-height: 1.2;
	padding-block: 0px 10px;
}
.product_wrap .product_cont .sub_ttl {
  font-size: 1.8rem;
  text-align: left;
  padding-block: 0 0px;
}
.product_wrap .product_main{
	width:min(600px, 100%);
	margin: 10px auto 20px;
}
.product_wrap .product_main img{
	width: 100%;
	border-radius: 30px;
}
.product_wrap .product_cont .product_cont_list{
	border-bottom: 1px solid var(--base);
	padding: 10px;
}
.product_wrap .product_cont .product_cont_list dd{
	margin-left: 1em;
}
.product_wrap .product_cont .product_cont_list_01{
	margin-top: 40px
}
.product_wrap .product_sub_ttl{
	font-size: 1.8rem;
  margin-bottom: 10px;
}
.product_wrap .product_cont .product_cont_list_border{
	border-bottom:none;
	padding-bottom: 0;
}
._product_btn_pdf_shop{/*承認図と購入バナー横並び*/
display: flex;
}
.product_pdf_01{/* 承認図　１つの場合 ラインあり　*/
	border-bottom: 1px solid var(--base);
	padding-block: 30px;
}
.product_pdf_02{/* 承認図　１つの場合 ラインなし　*/
	padding-block: 30px;
}
.product_pdf_03{/* バナーマージン　*/
	padding-block: 30px 0;
}
.product_wrap .post_product_img_01{/* 商品内容の画像　予備 */
	margin-top: 10px;
}
.product_wrap .post_product_img_02{
	margin-top: 10px;
	width: 300px;
}
#product_thumb .product_list{/* 商品一覧　サムネール有り */
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product_thumb .product_list li{
	width: calc(100% / 2 - 20px);
}
#product_thumb .post_thumbnail{
	position: relative;
	_overflow: hidden;
	padding-top: 75%;
}
#product_thumb .product_list li img{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	width: 100%;
  	height: 100%;
	object-fit: cover;
}
.product_YouTube{
	margin-bottom: 20px;
}
.product_wrap .product_side{/* 商品ページ　サイドバー */
	width: 300px;
	flex-shrink: 0;
	margin-left: 50px;
}
.product_wrap .product_side ul{
	list-style: none;
}
.widgettitle{
	color: var(--g_color);
	font-size: 1.8rem;
}
.product_side_list li{
	margin-bottom: 20px;
}
.product_side_list li .tagcloud a{
	display: ruby;
	font-size: 1.3rem !important;
  	background-color: #686868;
  	color: #fff;
  	border-radius: 10px;
  	padding: 2px 10px 3px;
}
.searchform{/* サイドバー　検索 */
	position: relative;
	display: flex;
	background-color: var(--gr_color);
	border-radius: 4px;
  	line-height: 1;
	padding: 10px;
  	margin: 0 0 5px;	
}
.search-form_wrapper button{
	white-space: nowrap;
}
.searchfield {	
  box-sizing: border-box;
  width: 100%;
}
.searchsubmit {	
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  color: #000;
  border: none;
  background: transparent;
}
.searchsubmit:hover {	
  opacity: .6;
}
.searchform_wrap .searchform_note{
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.search_txt{
	color: var(--b_color);
}
@media screen and (max-width: 767px) {
.product_wrap {
  flex-flow: column;
}
.product_wrap .product_cont {
  width: 100%;
}
.product_wrap .product_side {
  width: 100%;
  margin-left: 0px;
  margin-top: 60px;
}
#categories-2 {
  width: 100% !important;
}
.home_search .txt{
	font-size: 1.6rem;
}
}
/* 主要商品 */
#product_main_page .product_main_post_mt{/* product_main　マージン */
	margin-top: 60px
}
.product_main_post_mt_02,
#product_main_page .product_main_post_mt_02{
	margin-top: 30px
}
#product_main_page .product_main_post_mb{
	margin-bottom: 60px
}
#product_main_page .product_main_post_01 {/* product_main_post_01 */
	display: flex;
  	font-size: 1.9rem;
	justify-content: space-between;
  	line-height: 1.5;
	flex-wrap: wrap;
}
#product_main_page .product_main_post_01 .sub_txt{
	font-weight: normal;
	font-size: 1.5rem;
}
#product_main_page .product_main_post_02 {/* product_main_post_02 */
	display: flex;
	justify-content: space-between;
}
#product_main_page .product_main_post_02 figure{
	width: 55%;
}
#product_main_page .product_main_post_02 dl dt{
	background-color: var(--g_color);
	color: #fff;
	text-align: center;
	padding: 5px
}
#product_main_page .product_ttl_01 {/* product_main タイトル */
  background-color: var(--g_color);
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  padding: 1px 3px 2px;
}
#product_main_page .product_ttl_02 {
  border-bottom: 1px dashed #000;
  font-size: 2rem;
  margin-block: 10px 5px;
  line-height: 1.5;
  padding-bottom: 5px;
}
#product_main_page .product_ttl_03 {
  color: var(--g_color);
  font-size: 3rem;
  margin-block: 10px 0px;
  text-align: center;
}
#product_main_page .product_ttl_04 {
  background-color: var(--g_color);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1px 3px 2px;
}
#product_main_page .product_ph_01 figure{/* product_main 画像 */
	width: 50%;
}
#product_main_page .flex_01 {/* product_main flex */
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
	flex-wrap: wrap;
}
#product_main_page .flex_02 {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
	flex-wrap: wrap;
}
#product_main_page .flex_02 ul{
  width: calc(100% / 2 - 30px)
}
#product_main_page .flex_03 {/*部品*/
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 5px;
}
#product_main_page .price{/* 価格 */
	font-size: 2rem !important;
	margin-right: 0 !important
}
#product_main_page .price_tax{
	font-size: 1.6rem !important;
	font-weight:var(--fb) !important;
	margin-left: 0 !important
}

#product_main_page .hanrei{/* product_main 凡例 */
  	width: 400px;
	margin-bottom:20px
}
#product_main_page .hanrei_02{
  	width: 350px;
	margin-bottom:20px
}
#product_main_page .plan_01 {
  	width: 370px
}
#product_main_page .plan_02 {
  	width: 320px
}
#product_main_page .plan_03 {
  	width: 90%
}
#product_main_page .plan_04 {
  	width: 370px
}
#product_main_page .plan_05 {
  	width: 340px
}
#product_main_page .fg_list_01{/* 床グリル */
	display: flex;
	  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#product_main_page .fg_list_01 li {
  width: calc(100% / 2 - 30px);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
#product_main_page .fg_list_01 img {
  border-radius: 10px;
}
#product_main_page .fg_ttl_01{
	color: var(--g_color);
	border-top: 2px solid var(--g_color);
	border-bottom: 2px solid var(--g_color);
	padding-block: 1px;
	text-align: center;
	font-size: 2rem;
	margin-block: 60px 20px;
  	font-weight: var(--fb_02);
}
#product_main_page .house_01{
	width: 90%;
	margin-top: 30px;
	margin-inline: auto;
}

#product_main_page.azh70_01 figure.azh70_product{/* オンダレス */
	width: calc(100% / 3 - 5px);
	font-size: 1.4rem;
  	text-align: center;
	border-radius: 30px;
}
#product_main_page.azh70_01 figure img{
	_height: 180px;
  	_object-fit: cover;
}
#product_main_page.azh70_01 .product_sub{
	margin-block: 10px 30px;
}
#product_main_page.azh70_01 .product_sub figure img{
	height: 180px;
  	object-fit: cover;
}
#product_main_page.azh70_01 .product_price{
	line-height: 1.5;
}
#product_main_page.azh70_01 .product_price span.shop_name{
	font-size: 1.8rem;
}
#product_main_page.azh70_01 .product_sub .product_price span.shop_name{
	font-size: 1.6rem;
}
#product_main_page .product_support {/*安心保証*/
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-block: 30px 10px;
}
#product_main_page .product_support figure{
	width: 60px;
}
#product_main_page .product_support_flex{
	display: flex;
	gap: 10px;
}
#product_main_page .cy span{/* サイクロン */
	font-weight: normal;
	font-size: 1.6rem;
}
#product_main_page .cy {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin-top: 20px;
  border-bottom: 1px dashed #000;
  padding: 0px 0 10px;
}
#product_main_page .cy .cy_ttl{
	font-size: 2rem;
}
.btn_cy{
	padding-inline: 0 !important
}
.btn_cy a {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 10px 10px 10px 20px;
  background-color: var(--b_color);
  color: #fff;
  position: relative;
  border-radius: 20px;
  font-size: 1.6rem;
  width: 150px;
}
.btn_cy a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  transition: 0.3s ease-in-out;
}
.merit{
	font-size: 2rem;
	line-height: 2.5;
	margin-top: 20px;
}
.merit li{
	margin-left: 1em;
	text-indent: -1em;
}
.merit li::before{
	content: "●";
	color: #ff9900;
}
.cy_waku {
  background-color: #E6EDF4;
  padding: 10px 10%;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {/* SP 主要商品 */
#product_main_page .product_main_post_mt {
  margin-top: 30px;
}
#product_main_page .price {
  font-size: 1.6rem !important;
}
#product_main_page .product_ttl_01 {
  font-size: 2rem;
}
#product_main_page .flex_02 {
  flex-flow: column;
}
#product_main_page .flex_02 ul {
	width: 100%;
	margin-bottom: 10px;
}
#product_main_page .product_ttl_03 {
  font-size: 2rem;
}
#product_main_page .product_support_flex {
  flex-wrap: wrap;
  justify-content: center;
}
#product_main_page .product_ph_01 figure {
  width: calc(100% / 3 - 10px);
}
#product_main_page .product_support figure {
  width: 40px;
}
#product_main_page .flex_01 {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
#product_main_page.azh70_01 figure.azh70_product {
  width: 90%
}
#product_main_page .product_main_post_02 {
  flex-wrap: wrap;
	gap: 10px;
}
#product_main_page .product_main_post_02 figure {
  width: 100%;
}
#product_main_page .cy {/* SP サイクロン */
  flex-flow:column;
}
.merit {
  font-size: 1.6rem;
  line-height: 1.8;
}	
#product_main_page .cy .cy_ttl {
  font-size: 1.8rem;
}
div.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0% !important;
}
}


/* 会社概要
 ====================================================*/
.office_table{
	width: 100%;
	border: none;
	border-spacing: 0 0px;
	border-bottom: 1px solid var(--g_color)
}
.office_table caption {
  text-align: left;
  margin-top: 60px;
  padding: 0 0 10px 10px;
}
.office_table th,
.office_table td{
	vertical-align: middle;
	border-top: 1px solid var(--g_color)
}
.office_table th {
	width: 200px;
  	padding: 10px 10px 10px 30px;
  	line-height: 1.3;
  	color: var(--g_color);
	font-weight: var(--fb_02)
}
.office_table td {
  vertical-align: middle;
  padding: 20px 40px 20px 30px;
}
.office_table tr {
  vertical-align:middle
}
.office_table a{
  border-bottom: 1px solid var(--b_color)
}
@media screen and (max-width: 767px) {
.office_table {
  width: 100%;
}
.office_table td {
  padding: 20px 0px 20px 20px;
}
.office_table th {
  width: auto;
  padding: 10px 0px 10px 0px;
}
}

/* プライバシーポリシー
 ====================================================*/
.policy_list li::before{
	content: "●";
	color: #ccc;
	padding-right: 4px;
}
.policy_list{
	margin-block: 20px;
}


/* YouTube */
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  border-radius: 20px;
  border: none;
	  box-shadow: 0 0 30px 3px rgba(110,90,70,.2);
}
/* 共通ページ
 ====================================================*/
a.link_txt{
	color: var(--b_color)
}
#page .ttl{
	font-weight: var(--fb_02);
	font-size: 2.3rem;
}
#page .ttl::before{
	content: '';
  	background-image: url(../img/common/icon_dot.svg);
  	display: inline-block;
  	width: 23px;
  	height: 23px;
  	background-size: 100px, 100px;
  	margin-right: 8px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: sub;
}
#page .ttl_02{/*枠かこみ*/
	display: inline-block;
  background-color: var(--base);
  padding: 5px 15px 7px 15px;
  margin-block: 10px 5px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
#page section:not(:first-child){
	margin-top: 80px;
}
#page .content_item{
	margin-left: 33px;
}
#page .hours{
	display: inline-block;
  	padding: 10px;
  	border-top: 2px dotted;
  	border-bottom: 2px dotted;
  	margin-block: 10px;
  	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
#page .hours li{
	margin-bottom: 10px;
}
#page .hours span{
	width: 3em;
  	display: inline-block;
}
#page .hours span.small_txt{
	width: auto;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
#page .hours span.small_txt{
	font-size: 1.2rem;
}
}
#page .hours span.hours_txt{
	width: auto;
	margin-left: 3em;
}
#page .service_map{
	width: min(90%, 600px);
	margin: 10px auto 0;
}
#page .service_map img{
	width: 100%
}

/* 各種資料ダウンロード
 ====================================================*/
.download_card{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.download_card article{
	border: 1px solid #ccc;
	width: calc(100% / 3 - 10px);
	padding: 20px;
}
.download_card figure {
  min-height: 200px;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 200px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 12px -8px #bbb, 0 2.5rem 2rem -2rem hsl(200 50% 2.0% / 20%);
  width: 230px;
  height: 230px;
  margin-inline: auto;
}
.download_card article img{
	max-height: 200px;
}
.download_card article p{
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.5;
}
.download_card article .btn a {
  padding: 5px 50px 7px 30px;
  font-size: 1.6rem;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.download_card article {
  width: 100%;
}
.download_card figure{
	width: 100%;
	min-height: auto;
	height: auto;
}
}
/* お問い合わせ
 ====================================================*/
table {
  border-spacing: 0 20px;
  border-collapse: separate;
	  margin-inline: auto;
}
.form_wrap{
	background-color: #f2f2f2;
	padding: 50px 20px;
	margin-top: 60px;
}
.form_wrap select{
	background-color: #999;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.form_foot {
  width: min(100%, 800px);
  margin: 30px auto;
}
.form_foot .txt {
  margin-bottom: 15px;
}
.form_foot .submit input {
  display: table;
	width: 200px;
  background-color: var(--g_color);
  margin-top: 30px;
  color: #fff;
  padding: 10px 0px 12px;
  border-radius: 10px;
  border: none;
  font-size: 1.8rem;
  margin-inline: auto;
  text-align: center;
}
.form_foot .submit{
	width: min(100%, 500px);
	margin-inline: auto;
}
.form_foot .submit p{
	display: flex;
}
.wpcf7-spinner{display: none !important}
.form_wrap span.required{
	background-color: var(--b_color);
  	color: #fff;
  	border-radius: 5px;
  	font-size: 1.1rem;
  	padding: 2px 10px 3px;
  	margin-right: 8px;
}
.form_wrap input{
	width: 500px;
	background-color: #fff;
  	border: 1px solid #ccc;
  	padding: 10px;
  	border-radius: 5px;
}
.form_wrap textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
	width: 500px;
}
.form_wrap th{
	vertical-align: middle;
	width: 200px;
	padding-right: 10px;
}
.form_wrap tr{
	margin-bottom: 20px;
}
input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 36px;
  border-radius: 4px;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  left: 9px;
}
input[type="radio"] + span::after {
  width: 10px;
  height: 10px;
  background: #999999;
  left: 14px;
  opacity: 0;
}
input[type="radio"]:checked + span::before {
  border: 2px solid #ccc;
}
input[type="radio"]:checked + span::after {
  background: #48B12A;
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 10% 1em !important;
}
/*--チェック--*/
input[type="checkbox"] {
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
content: '';
width: 20px;
height: 20px;
border: 2px solid #A5C49D;
border-radius: 5px;
margin-right: 5px;
background-color: #fff;
	position: relative;
top: 5px;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("../img/form/check.svg");
  background-repeat: no-repeat;
  background-position: 3px;
}
.privacy_check{
	font-size: 1.4rem;
}
.privacy_check a{
	color: #E16C49;
}
.checkboxList span{
	font-size: 1.6rem;
line-height: 1;
display: flex;
align-items: center;
}
.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 1.2rem !important;
}

/* プライバシーポリシー
  ====================================================*/
.privacy-cont .ttl-line02{
	font-weight: bold;
	font-size: 2.2rem;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--base)
}
.privacy-cont .privacy-table{
	margin-left: 30px;
}
.privacy-cont .cont-list-subttl{
	margin-block: 30px 5px;
	font-size: 1.8rem;
}
.cont-list.-tyep01{
	margin-top: 10px;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.es-list.-disc li {
  list-style-type: disc;
}
.es-list.-disc {
  padding-left: 1em;
}
.info {
  margin: 0 0 80px;
  padding: 0 0 35px;
  border: solid 1px #e3e3e3;
}
.info dt {
  margin: 0 0 38px;
  padding: 15px 30px;
  background: #f2f2f2;
  font-size: 100%;
  border-bottom: solid 1px #e3e3e3;
}
.info dd {
  padding: 0 40px;
  font-size: 90%;
  line-height: 2.1;
}
.u-txt-right {
  text-align: right;
}

/* サイトマップ
 ====================================================*/
.sitemap_wrap {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	width: min(100%, 650px);
  	margin-inline:auto;
  	line-height: 2;
}
.sitemap_list ul{	
	width: calc(100% / 2 - 20px)
}
.sitemap_list li a:before{
	content: "●";
  	display: inline-block;
  	width: 15px;
  	height: 15px;
  	color: var(--g_color);
  	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.sitemap_list {
		flex-flow: column;
		justify-content: center;
		 width: 90%;
		margin-inline:auto;
}
.sitemap_list li{	
	width: 100%;
  }
}


/* スムイブランド
 ====================================================*/
.brand-block{
	margin-block: 60px;
}

/* 2段目との間隔 */
.brand-row + .brand-row{
  margin-top: 90px;
}

.brand-row{
  	display: flex;
	gap: 30px;
}
.brand-row figure{
  	width: 450px;
	flex: 0 0 450px;
}
.brand-row figure img{
  width: 100%;
}

/* 右：テキスト */
.brand-row__body{
  padding-top: 6px; /* 画像と見出しの頭を合わせる */
  color: #222;
}

/* ロゴ（h2の中がimgなのでimgを整える） */
.brand-row__logo{
	height: 70px;
	margin-bottom: 5px;
}

.brand-row__logo img{
  height: 100%;
}

/* URL */
.brand-row__url{
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

/* 青見出し */
.brand-row__headline{
  margin: 10px 0 10px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--blue--01);
  letter-spacing: 0.02em;
}


/* =========================
  Responsive
========================= */
@media (max-width: 900px){
  .brand-row{
    grid-template-columns: 1fr;
    gap: 24px;
	  flex-flow: column
  }
.brand-row figure {
  width: 100%;
  flex: 0 0 0px;
}
  .brand-row + .brand-row{
    margin-top: 60px;
  }

  .brand-row__body{
    padding-top: 0;
  }

  .brand-row__logo img{
    width: 90%;
	  margin: 0 auto;
	  display: block;
  }
	.brand-row__logo + p {
  /* ここにスタイルを書く */
  text-align: center;
}

  .brand-row__headline{
    font-size: 17px;
  }

  .brand-row__text{
    font-size: 15px;
    line-height: 1.95;
  }
}

@media screen and (max-width: 767px) {/* ==========================SP スムイブランド */
}

/* SP
 ====================================================*/
@media screen and (max-width: 767px) {
#top_content {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 30px 3px rgba(110,90,70,.7);
  padding: 0;
  max-width: 100%;
  margin: auto;
  top: 0px;
  right: auto;
  border-radius: 0px;
  z-index: 1;
  width: 100%;
}
#top_content .scrolldown2 {
	position: absolute;
    top: 10%;
	z-index: 4;
    bottom: auto;
    right: 0;
    left: 5%;
}
#top_content .top_omoi_group {
    width: 100%;
	padding-inline: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#top_content .top_kanki {
  margin-top: -15px;
}
#top_content .top_kanki .ttl{
	top: 15%;		
}
#top_content .top_kanki .txt {
  top: 35%;
}
#top_content .top_kanri_link {
	width: 70%;
	position: absolute;
	bottom: 10px;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#top_content .top_energie_group .txt_01 {
  font-size: 1.6rem;
}
#top_content .top_energie_group .txt_02 a {
  font-size: 2rem;
  padding: 10px 5%;
}
}
@media screen and (max-width: 380px) {
#top_content .logo_02 {
  width: 140px;
  top: 1%;
  left: 5%;
}
#top_content .top_txt_01, #top_content .top_txt_02 {
  width: 21px;
  top: 100px;
}
}
/* SP 共通ページ
 ====================================================*/
@media screen and (max-width: 767px) {
#page .ttl {
  font-size: 1.8rem;
}
#page .ttl::before {
  width: 18px;
  height: 18px;
}
#page .content_item {
  margin-left: 25px;
}
#page section:not(:first-child) {
  margin-top: 30px;
}
/* SP お問い合わせフォーム
 ====================================================*/
.form_wrap {
  background-color: #f2f2f2;
  padding: 20px 5%;
  margin-top: 30px;
}
.form_wrap th,.form_wrap td {
  width: 100%;
  padding-right: 10px;
  display: inline-block;
}
.form_wrap textarea, .form_wrap input{
	width: 100%
}

/* ニュースフォーム */
.news-f{
	font-size: 1.4rem;
	line-height: 1.5;
}
.news-f input,.news-f textarea{
	border: 1px solid #000;
	margin-top: 5px;
	padding: 5px;
}
.news-f h2{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 30px;
}
}


/* （新）サイドバー アコーディオン */
#categories-2{
     width: 320px;
   }
#tag_cloud-2{
	margin: 0 auto;
}
#categories-2 li {
    list-style-type: none;
    padding: 10px 0;
    margin: 0 0 5px;
	border-bottom: 1px solid var(--base);
	font-size: 1.4rem;
}
#categories-2 li::before{
	content: "";
  	display: inline-block;
  	width: 40px;
  	height: 40px;
  	background-size: 100px, 100px;
  	margin-right: 5px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: middle;	
}
#categories-2 .children li::before{
	content: "";
  	display: inline-block;
  	width: 0px;
  	height: 20px;
  	background-size: 100px, 100px;
  	margin-right: 5px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: middle;	
}
#categories-2 li.cat-item-52::before{
  	background-image: url(../img/product/icon_hood.png);
}
#categories-2 li.cat-item-51::before{
  	background-image: url(../img/product/icon_air-supply-port.png);
}
#categories-2 li.cat-item-53::before{
  	background-image: url(../img/product/icon_replacement-parts.png);
}
#categories-2 li.cat-item-49::before{
  	background-image: url(../img/product/icon_construction-parts.png);
}
#categories-2 li.cat-item-50::before{
  	background-image: url(../img/product/icon_grill.png);
}
#categories-2 li.cat-item-1::before{
  	background-image: url(../img/product/icon_duct.png);
}
#categories-2 li.cat-item-45::before{
  	background-image: url(../img/product/icon_class-1-ventilation.png);
}
#categories-2 li.cat-item-48::before{
  	background-image: url(../img/product/icon_class-3-ventilation.png);
}
#categories-2 li.cat-item-108::before{
  	background-image: url(../img/product/icon_ventilation-fan.png);
}
#categories-2 .children li{
	border-bottom: none;
}
#categories-2 li.cat {
	position: relative;
}
#categories-2 li.cat:after {
    position: absolute;
    content: '+';
    right: 10px;
    top: 5px;
    transition: transform .3s;
	font-size: 2.4rem;
}
#categories-2 li.cat.on:after {
	transform: rotate(45deg);
}
#categories-2 li.cat ul.children{
	display:none;
    font-size: 12px;
    margin: 0;
    padding: 0; 
}
#categories-2 li.cat ul.children li {
	margin: 0;
    padding: 10px 0 0 10px;  
}
#categories-2 li.cat.on ul.children {
     display: block;
     transition: cubic-bezier(1, 0.06, 1, 1);
}

/*あとで調整*/
.shouhin{
	display: flex;
	gap: 10px;
	flex-wrap:wrap
}
.shouhin li{
	width: calc(100% / 2 - 10px)
}

/* サイドカテゴリー　調整*/
a[href="https://kmac-sumui.com/category/construction-parts/"],
a[href="https://kmac-sumui.com/category/hood/"],
a[href="https://kmac-sumui.com/category/replacement-parts/"],
a[href="https://kmac-sumui.com/category/grill/"]{
pointer-events: none}

.cat-item.cat-item-1 a,
.cat-item.cat-item-45 a,
.cat-item.cat-item-51 a,
.cat-item.cat-item-48 a{
	display: block;
	width: 90%;
}
li.cat-item-1,
li.cat-item-45,
li.cat-item-51,
li.cat-item-48{

	display: flex;
	align-items:center
}