@charset "utf-8";

/* .soldout {
	color: #0062FA !important;
} */

.slider {
	margin: 16px auto 0 auto;
	/* width: 1336px; */
	padding: 0;
}

.slider img {
	/* width: 1336px; */
	height: 488px;
	margin: 0 auto;
}

.prev-arrow {
	left: 30px;
	width: 40px;
	height: 40px;
	background-image: url("../img/main_arrow_l.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 47%;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 50;
}

.next-arrow {
	right: 30px;
	width: 40px;
	height: 40px;
	background-image: url("../img/main_arrow_r.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 47%;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 49;
}

#side_btn {
	width: 60px;
	height: 235px;
	position: fixed;
	right: 0;
	bottom: 12%;
	z-index: 51;
}

#side_btn a {
	position: relative;
	display: block;
	width: 60px;
	height: 235px;
	text-decoration: none;
	background-image: url("../img/top_side_area.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.9;
}

#side_btn2 {
	width: 60px;
	height: 254px;
	position: fixed;
	right: 0;
	bottom: 40%;
	z-index: 51;
}

#side_btn2 a {
	position: relative;
	display: block;
	width: 60px;
	height: 254px;
	text-decoration: none;
	background-image: url("../img/top_side_caution.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.9;
}

#side_btn a:hover,
#side_btn2 a:hover {
	opacity: 0.8;
}

#top4 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#top4 p {
	font-size: 16px;
	text-align: center;
	margin: 10px auto;
}

#top4 p a {
	color: #a92222;
	font-weight: bold;
	text-decoration: underline;
}

#top4 p a:hover {
	font-weight: bold;
}

#top4 ul.plan_box {
	display: grid;
	grid-template-columns: repeat(auto-fill, 340px);
	gap: 1em;
	justify-content: center;
}


#top4 ul.plan_box li .chimney_pict {
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
}

#top4 ul.plan_box li .chimney_pict img {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#top4 ul.plan_box li h4 {
	color: #fff;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	background: #a92222;
}

#top4 ul.plan_box li span.low_price_ico {
	position: absolute;
	top: 250px;
	left: 24px;
	background: url(../img/chimney_ico1.png) no-repeat;
	width: 63px;
	height: 63px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#top4 ul.plan_box li span.low_price_ico2 {
	position: absolute;
	top: 250px;
	left: 24px;
	background: url(../img/chimney_ico1.png) no-repeat;
	width: 63px;
	height: 63px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#top4 ul.plan_box li span.high_perfom_ico {
	position: absolute;
	top: 250px;
	left: 24px;
	background: url(../img/chimney_ico2.png) no-repeat;
	width: 63px;
	height: 63px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* #top4 ul.plan_box li span.high_perfom_ico2{position:absolute; top:250px; left:60px; background:url(../img/chimney_ico2.png) no-repeat; width:63px; height:63px; overflow:hidden; text-indent:100%; white-space:nowrap;} */
/* #top4 ul.plan_box li span.high_perfom_ico3{position:absolute; top:220px; left:125px; background:url(../img/chimney_ico2.png) no-repeat; width:63px; height:63px; overflow:hidden; text-indent:100%; white-space:nowrap;} */
/* #top4 ul.plan_box li span.no_maint_ico{position:absolute; top:220px; left:55px; background:url(../img/chimney_ico3.png) no-repeat; width:63px; height:63px; overflow:hidden; text-indent:100%; white-space:nowrap;} */

#top4 ul.plan_box li p.price {
	font-size: 15px;
	color: #201f1f;
	line-height: 180%;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}

#top4 ul.plan_box li p.price .caution {
	color: #a92222;
}

/* #top4 ul.plan_box li span a{display:block; position:absolute; left:0; top:0; width:100%; height:100%; text-decoration:none;} */
#top4 ul.plan_box li span a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	/* border: 1px solid #c2c2c2; */
	padding-bottom: 1em;
}

#top4 ul.plan_box li span a:hover {
	background-color: rgba(97, 97, 97, 0.10);
}

#top4 ul.plan_box li .plan_detail_btn {
	background: #a0a0a0;
	padding: 8px 0 8px 15px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	line-height: 100%;
	width: 118px;
	margin: 20px auto 0 auto;
}

#top4 ul.plan_box li .plan_detail_btn span {
	font-size: 9px;
	color: #fff;
	margin-right: 5px;
}

.contets__main ul {
	width: 1335px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
}

.contets__main li {
	width: 320px;
	height: 205px;
	margin: 0 0 20px 11px;
	padding: 0;
	float: left;
	background-image: url(../img/top_pc_bottom_menu_1.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.contets__main li:nth-child(2) {
	background-image: url(../img/top_pc_bottom_menu_2.jpg);
}

.contets__main li:nth-child(3) {
	background-image: url(../img/top_pc_bottom_menu_3.jpg);
}

.contets__main li:nth-child(4) {
	background-image: url(../img/top_pc_bottom_menu_4.jpg);
}

.contets__main li:nth-child(5) {
	background-image: url(../img/top_pc_bottom_menu_5.jpg);
}

.contets__main li:nth-child(6) {
	background-image: url(../img/top_pc_bottom_menu_6.jpg);
}

.contets__main li:nth-child(7) {
	background-image: url(../img/top_pc_bottom_menu_7.jpg);
}

.contets__main li:nth-child(8) {
	background-image: url(../img/top_pc_bottom_menu_8.jpg);
}

.contets__main li span.arrow {
	position: absolute;
	left: 16%;
	top: 75%;
	float: left;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 6px solid #444343;
}

.contets__main li:nth-child(2) span.arrow {
	left: 10%;
}

.contets__main li span a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.contets__main li span a:hover {
	background-color: rgba(255, 255, 255, 0.20);
}

.contets__main li p {
	font-size: 90%;
	color: #000;
	text-align: center;
	margin: 139px 0 13px 9px;
	padding: 10px 0;
	background-color: #fff;
	opacity: 0.8;
	width: 90%;
	line-height: 170%;
}

.contets__main li:first-child p {
	padding: 6px 0;
	line-height: 120%;
}
/* 
.contents_useful{
	width: 1335px;
	margin: 0 auto;
	padding: 0;
} */
/* 
.contents_usefulh2 {
	width: 1335px;
	font-size: 120%;
	color: #201f1f;
	margin: 35px auto 41px auto;
	padding: 16px 0;
	text-align: center;
	line-height: 100%;
	font-weight: normal;
	border: 1px solid #313131;
	outline: 1px solid #8d8c8c;
	outline-offset: -4px;
	box-sizing: border-box;
} */

.contents_usefulul {
	width: 1310px;
	margin: 0 auto 40px auto;
	padding: 0;
	list-style: none;
}

.contents_usefulli {
	width: 424px;
	height: 277px;
	margin: 0 19px 17px 0;
	padding: 0;
	float: left;
	background-image: url(../img/top_pc_useful_menu_7.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.contents_usefulli:nth-child(2) {
	background-image: url(../img/top_pc_useful_menu_1.jpg);
}

.contents_usefulli:nth-child(3) {
	background-image: url(../img/top_pc_useful_menu_2.jpg);
	margin: 0 0 17px 0;
}

.contents_usefulli:nth-child(4) {
	background-image: url(../img/top_pc_useful_menu_3.jpg);
}

.contents_usefulli:nth-child(5) {
	background-image: url(../img/top_pc_useful_menu_4.jpg);
}

.contents_usefulli:nth-child(6) {
	background-image: url(../img/top_pc_useful_menu_5.jpg);
	margin: 0 0 17px 0;
}

.contents_usefulli:nth-child(7) {
	background-image: url(../img/top_pc_useful_menu_6.jpg);
}

.contents_usefulli span.arrow {
	position: absolute;
	left: 16%;
	top: 75%;
	float: left;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 6px solid #444343;
}

.contents_usefulli span a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.contents_usefulli span a:hover {
	background-color: rgba(255, 255, 255, 0.20);
}

.contents_usefulli p {
	font-size: 90%;
	color: #fff;
	text-align: center;
	margin: 219px 0 0 0;
	padding: 22px 0;
	background-color: #232121;
	opacity: 0.8;
	line-height: 100%;
}

/* ========content======== */

/* {
	width: 1335px;
	margin: 26px auto 33px auto;
	border-top: solid 1px #000;
	padding: 0;
} */

.con_l {
	float: left;
	width: 1053px;
	margin: 0 27px 0 0;
}

/* .con_l p {
	color: #201f1f;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 15px;
	line-height: 140%;
} */

.con_l p.acce_text1 {
	color: #201f1f;
	font-size: 14px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 15px;
	line-height: 170%;
}

.con_l2 {
	float: left;
	width: 1053px;
	margin: 0 27px 0 0;
}

.con_l2 h2 {
	color: #fff;
	font-size: 18px;
	padding: 15px 0;
	width: 100%;
	line-height: 100%;
	margin: 0;
	text-align: center;
	background: #a92222;
	font-weight: normal;
}

.con_l2 p {
	color: #201f1f;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 15px;
	line-height: 190%;
}

.con_l2 p a {
	color: #a92222;
	font-weight: bold;
	text-decoration: underline;
}

.con_l2 p a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.con_l2 h3 {
	color: #201f1f;
	font-size: 20px;
	line-height: 100%;
	margin: 15px 0 0 15px;
	padding: 10px 0 10px 25px;
	text-align: left;
	font-weight: normal;
	border-left: 4px solid #a92222;
}

.con_l2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.con_l2 li {
	color: #201f1f;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 5px 15px 5px 20px;
	line-height: 160%;
}

.con_l2 li::before {
	content: "・";
}

.con_l2 h2.woody27_new2_h2 {
	width: 80%;
	height: 0;
	background-image: url(../img/woody_new2_01_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 3% auto 0 auto;
	padding-top: 24.4%;
	padding-bottom: 0;
}

.con_l2 .woody27_new2_pict1 {
	width: 55%;
	height: 0;
	background-image: url(../img/woody_new2_02.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto 0 auto;
	padding-top: 108.74%;
	padding-bottom: 0;
}

.con_l2 p.woody27_new2_p1 {
	width: 60%;
	height: 0;
	background-image: url(../img/woody_new2_03.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -45% auto 0 auto;
	padding-top: 19.26%;
	padding-bottom: 0;
}

.con_l2 p.woody27_new2_p2 {
	width: 65%;
	height: 0;
	background-image: url(../img/woody_new2_04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -2% auto 0 auto;
	padding-top: 17.81%;
	padding-bottom: 0;
}

.con_l2 p.woody27_new2_p3 {
	width: 65%;
	height: 0;
	background-image: url(../img/woody_new2_05_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0 auto;
	padding-top: 35%;
}

.con_l2 p.woody27_new2_p4 {
	color: #201f1f;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: -5% auto 5% auto;
	padding: 0;
	line-height: 160%;
}

.con_l2 p.woody27_new2_p5 {
	color: #201f1f;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: -5% auto 3% auto;
	padding: 0;
	line-height: 160%;
}

.con_l2 .woody27_new2_div1 {
	width: 82%;
	height: 0;
	background-image: url(../img/woody_new2_08_2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 3.5% auto 0 auto;
	padding-top: 68%;
	padding-bottom: 0;
}

.con_l2 .woody27_new2_pict2 {
	width: 55%;
	height: 0;
	background-image: url(../img/woody_new2_09.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -7% auto 0 auto;
	padding-top: 105.91%;
	padding-bottom: 0;
}

.con_l2 .woody27_new2_pict3 {
	width: 70%;
	height: 0;
	background-image: url(../img/woody_new2_10.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -45% auto 0 auto;
	padding-top: 60.41%;
	padding-bottom: 0;
}

.con_l2 p.woody27_new2_p6 {
	width: 50%;
	height: 0;
	background-image: url(../img/woody_new2_11.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -12% auto 0 auto;
	padding-top: 17.29%;
	padding-bottom: 0;
}

.con_l2 .woody27_new2_pict4 {
	width: 30%;
	margin: -3% auto 0 auto;
	padding: 0;
}

.con_l2 p.woody27_new2_p7 {
	width: 60%;
	height: 0;
	background-image: url(../img/woody_new2_13.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 3% auto 0 auto;
	padding-top: 17.9%;
	padding-bottom: 0;
}

.con_l2 .woody27_new2_pict5 {
	width: 30%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.con_l2 p.woody27_new2_p8 {
	width: 40%;
	height: 0;
	background-image: url(../img/woody_new2_15_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 3% auto 0 auto;
	padding-top: 9.22%;
	padding-bottom: 0;
}


.con_l2 .woody27_btn2_new1 {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 437px;
	height: 82px;
}

.con_l2 .woody27_btn2_new2 {
	text-align: center;
	margin: 2% auto 7% auto;
	width: 437px;
	height: 82px;
}



.con_l2 .maki_btn {
	text-align: center;
	margin: 20px auto;
	width: 437px;
	height: 82px;
}

.con_l2 .maki_btn2 {
	text-align: center;
	margin: 60px auto;
	width: 437px;
	height: 82px;
}

.side_underbar_menu {
	float: left;
	width: 246px;
	margin: 0 0 0 0;
}

#content::after {
	content: "";
	display: block;
	clear: both;
}

/* ========detail======== */

h3.detail{color: #201f1f;
	font-size: 140%;
	line-height: 160%;
	margin: 2% 0 0 3%;
	padding: 2% 0 2% 4%;
	text-align: left;
	font-weight: bold;
	border-left: 4px solid #a92222;}

.detail span.red{color:#eb0101;}


/* 点滅 */
.con_l span.blinking {
	background-color: #eb0404;
	color: #fff;
	padding: 4px 3px 2px 3px;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

#sale span.blinking,
#sale202301 span.blinking {
	background-color: #eb0404;
	color: #fff;
	padding: 4px 3px 2px 3px;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.red {
	color: #eb0404;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.spt20 {
	margin-top: 20px;
}

.underline {
	text-decoration: underline;
}


/* ここから下は平塚追加分 */
/* ========side_menu======== */
/* .side_menu {
	float: left;
	width: 246px;
}

.side_menu::after {
	content: '';
	display: block;
	clear: both;
}

.side_menu .side_menu_title {
	font-size: 1.25rem;
	text-align: center;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #a92222;
	border-bottom: 1px solid #a92222;
}

.side_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.side_menu li {
	border-bottom: 1px solid #e3e3e3;
	}
	
	.side_menu li a {
	display: flex;
	align-items: center;
	gap: 1em;
	padding: 1em 2em;
}

.side_menu li a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #c65c5c;
}

.side_menu li a:hover{
	background-color:#c65c5c;
	color: #fff;
} */



.chimney {}

.chimney_image {
	position: relative;
}

.chimney_icon {
	position: absolute;
	width: 64px;
	height: 64px;

	/* テキスト非表示 */
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.chimney_icon--low-price {
	background-image: url(../../img/chimney_ico1.png);
}

.chimney_icon--high-performance {
	background-image: url(../../img/chimney_ico2.png);
}

.chimney_icon--maintenance-free {
	background-image: url(../../img/chimney_ico3.png);
}

.chimney_image img {
	aspect-ratio: 1;
}

.chimney_image .chimney_icon:nth-of-type(1) {
	bottom: 1em;
	left: 1em;
}

.chimney_image .chimney_icon:nth-of-type(2) {
	bottom: 1em;
	left: calc(1em + (64px + .2em));
}

li span.tokka {
	position: absolute;
	top: 6px;
	left: 6px;
	background-image: url(../img/tokka_mark.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 84px;
	height: 84px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 100;
}

i.a-link_icon {
	width: 20px;
	height: 20px;
}

.fz-s {
	font-size: 0.75em;
}


.text-notice {
	color: #d72f20;
}

.text-center {
	text-align: center;
}

.img-pt-M {
	position: relative;
	padding-top: 56.25%;
	/* z-index: -1; */
	height: 0;
}

.img-pt-M > img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.img-pt-M > picture {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.banner-10yearwarranty > .img-pt-M {
	padding-top: 45.67%;
}

.banner-10yearwarranty > .img-pt-M picture {
	inset: 0;
}

.product-detail detail li.li_r .product-detail__body p.text1{font-size:50%; line-height:140%; color:#020202; font-weight:bold; margin:10px 0 0 0;}

.top_banner{width:1136px; margin:10px auto;}
.top_banner_lr{width:1136px; margin:10px auto -40px auto; padding:0;}
.top_banner_lr ul{width:1136px; margin:0 auto; list-style:none; padding:0;}
.top_banner_lr ul li{float:left; width:565px; height:522px; margin:0 0 0 6px; padding:0;}
.top_banner_lr ul li:first-child{margin:0}
