@charset "utf-8";

/********************共通*******************/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 1.6rem;
	color: #000000;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 1.8rem;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
main {
	display: block;
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}

figure {
	margin: 0;
}

iframe{
	vertical-align: bottom;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	width: 100%;
}

th,td{
	vertical-align:top;
	text-align:left;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
    font-size: 62.5%;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.mt50{ margin-top:50px!important; }
.mb50{ margin-bottom:50px!important; }
.w100p{ width: 100%!important; }

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #329637;
}

input[type=submit]{
	-webkit-appearance: none;
}

input[type=button], input[type=submit], input[type=reset]{
	border: solid 1px #ccc;
	border-radius: 5px;
	-webkit-appearance: none;
}

address{
	font-style: normal;
}

@media (max-width: 768px) {
	body{
		letter-spacing: 0.01em;
		line-height: 1.6;
	}

	select, input[type="text"], input[type="password"], input[type="tel"], input[type="email"],
	input[type="url"], input[type="search"], input[type="number"],
	textarea{
		font-size: 16px;
		/*transform: scale(0.8);*/
	}
}

/* align */
.ta-c{ text-align: center!important; }
.ta-l{ text-align: left!important; }
.ta-r{ text-align: right!important; }

/* スクロールコンテンツ表示 */
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}

.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.container{
	width: 1200px;
	margin: 0 auto;
}

.sp{
	display: none;
}

body{
	position: relative;
}

.page_ttl {
	font-size: 240%;
	color: #fff;
	background: #329637;
	padding: 58px 0;
	text-align: center;
	font-weight: bold;
}

.page_ttl span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: lighter;
}


.btn_contact{
	text-align: center;
	margin: 100px 0;
	color: #fff;
}

.btn_contact a{
	color: #fff;
	background-color: #7295a7;
	border: solid 2px #7295a7;
	border-radius: 20px;
	width: 45%;
	display: inline-block;
	padding: 25px;
	font-size: 2.8rem;
	letter-spacing: 0.8rem;
}

.dli-chevron-right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	display: inline-block;
	margin-left: 20px;
	margin-top: -5px;
}

.btn_contact a:hover{
	background-color: #fff;
	color: #7295a7;
	transition: 0.3s;
}

.btn_contact a:hover .dli-chevron-right{
	color: #7295a7;
}

/*共通 ここまで*/


/* カタログstyle */
@import url(https://use.typekit.net/imj5few.css);

.main{
	background-color: #7295a7;
}

.main p{
	color: #fff;
}

.main p img{
	width: 100%;
}

.main h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	gap: 40px; /* カッコと文字の間隔調整 */
	margin: 40px 0;
	text-align: center;
}

.main h4 .bracket-left {
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
}

.main h4 .bracket-right {
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
}

.bracket {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.bracket-left{
	margin-top: -6%;
}

.bracket-right {
	margin-top: 6%;
}

.main ul{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 40px;
}

.main ul li{
	width: 24%;
}
.main ul a{
	display: block;
	background-color: #fff;
	text-align: center;
	padding: 20px 0 30px;
	border-radius: 5px;
	color: #7295a7;
	transition: background-color 0.3s;
	background-image: url(../img/rangehood01/arrow.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.12); /* 影を追加 */
}

.entry{
	margin-top: 50px;
}

.entry_no{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.entry_no div:first-of-type{
	flex: 1;
	text-align: center;
}

.entry_no div:last-child{
	width: 50%;
	text-align: right;
}

.entry_no div:last-child img{
	width: 100%;
}

.entry_no p{
	color: #7295a7;
	border: solid 1px #7295a7;
	padding: 5px 40px;
	font-family: din-condensed, sans-serif;
	font-weight: 200;
	font-size: 3rem;
	line-height: 1;
	display: inline-block;
}

.entry_no p span{
	font-weight: 400;
	color: #7295a7;
	font-size: 3rem;
	line-height: 1;
}

.entry_no h3{
	color: #7295a7;
	font-family: din-condensed, sans-serif;
	font-weight: 200;
	line-height: 1;
	font-size: 10rem;
	margin: 40px;
}

.entry_no h3 span{
	font-weight: 400;
	color: #7295a7;
	font-size: 10rem;
	line-height: 1;
	display: block;
}

.enclosure_box{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: #7295a7;
	gap: 40px; /* カッコと文字の間隔調整 */
	margin: 40px 0;
	text-align: center;
}

.enclosure_box .bracket-left {
	border-left: solid 3px #7295a7;
	border-top: solid 3px #7295a7;
}

.enclosure_box .bracket-right {
	border-right: solid 3px #7295a7;
	border-bottom: solid 3px #7295a7;
}

.text{
	margin-bottom: 15px;
}

.text_small{
	font-size: 1.5rem;
}

.circle_box{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.circle_box div:first-of-type{
	position: relative;
	background-color: #7295a7;
	border-radius: 50%;
	width: 280px;
	height: 280px;
	margin-right: 50px;
}

.circle_box div:first-of-type h4{
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.circle_box div:last-child{
	flex: 1;
}

.circle_box div:last-child p:first-of-type{
	font-size: 2.5rem;
	margin-bottom: 20px;
	line-height: 1.2;
}

.tline {
	background: linear-gradient(to bottom, transparent 50%, #d5c484 50%, #d5c484 100%);
	padding: 0px 2px;
	border-radius: 2px;
}

.check_box1{
	border: solid 2px #82afc5;
	border-radius: 10px;
	margin-top: 80px;
	margin-bottom: 100px;
}

.check_box1 h5{
	background-color: #7295a7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 2.5rem;
	position: relative;
}

.check_box1 h5::before{
	position: absolute;
	left: 20px;
	top: -25px;
	background: url(../img/rangehood01/ico_check.png) no-repeat;
	background-size: 100%;
	content: "";
	width: 140px;
	height: 50px;
}

.check_box1_li{
	padding: 30px 60px;
}

.check_box1 ul h6{
	font-size: 2.3rem;
	font-weight: bold;
}

.check_box1 ul p{
	margin-bottom: 20px;
}

.entry1_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.entry1_box_text{
	width: 48%;
	margin-left: 20px;
}

.entry1_box_text div{
	margin-bottom: 50px;
}

.entry1_box_text h5{
	font-size: 2.3rem;
	font-weight: bold;
}

.check_box2{
	position: relative;
	background-color: #7295a7;
	border-radius: 10px;
	margin: 50px 0 0;
	padding: 30px;
}

.check_box2::before{
	position: absolute;
	left: 20px;
	top: -15px;
	background: url(../img/rangehood01/ico_check.png) no-repeat;
	background-size: 100%;
	content: "";
	width: 140px;
	height: 50px;
}

.check_box2 h6{
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 5px;
	padding-left: 140px;
	margin-top: -20px;
}

.check_box2 p{
	color: #fff;
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.check_box2 img{
	text-align: center;
}

.voice{
	background-color: #4c585b;
	padding-bottom: 50px;
}

.voice h4{
	color: #666f72;
	font-family: din-condensed, sans-serif;
	font-size: 14rem;
	font-weight: 300;
	text-align: center;
	position: relative;
}

.voice h4 span{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.voice_list{
	display: flex;
	background-color: #5e696c;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 40px;
	align-items: center;
}

.voice_list div:first-of-type{
	width: 15%;
	margin-right: 40px;
	text-align: center;
}

.voice_list div:last-child{
	flex: 1;
}

.voice_list span{
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.voice_list div{
	color: #fff;
}

#entry2 .check_box1_li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.check_box1_img {
	padding: 0 30px 60px;
}

.check_box1_img span{
	text-align: center;
	font-size: 2.5rem;
}

.check_box1_img div{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.entry2_block{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.entry2_box_text{
	margin-right: 40px;
	width: 60%;
}

.entry2_box_text h5{
	font-size: 2.3rem;
	font-weight: bold;
}

.comparison_box{
	background-color: #a5bfcc;
	padding: 50px 0;
}

.comparison_box .enclosure_box{
	margin: 0;
	color: #fff;
}

.comparison_box .enclosure_box .bracket-left {
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
}

.comparison_box .enclosure_box .bracket-right {
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
}

.comparison_box table{
	border: solid 2px #7295a7;
	margin-top: 40px;
}

.comparison_box table tr:first-of-type th:last-child{
	border-right: none;
}

.comparison_box table tr th{
	background-color: #dae5eb;
	width: 200px;
	text-align: center;
	border-top: solid 2px #7295a7;
	padding: 10px 10px;
	vertical-align: middle;
}

.comparison_box table tr td{
	border-top: solid 2px #7295a7;
	border-left: solid 2px #7295a7;
	padding: 10px 20px;
}

.comparison_box table td{
	background-color: #fff;
}

.comparison_box table tr:first-of-type th{
	text-align: center;
	color: #fff;
	font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-size: 4rem;
	line-height: 1;
	border-right: solid 2px #7295a7;
	background-color: #4c585b!important;
}

.comparison_box table tr:first-of-type th:last-child{
	border-right: none;
}

.comparison_check{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.check_box3{
	width: 48%;
	border: solid 2px #82afc5;
	padding: 30px 50px;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}

.check_box3::before{
	position: absolute;
	left: 20px;
	top: -15px;
	background: url(../img/rangehood01/ico_check.png) no-repeat;
	background-size: 100%;
	content: "";
	width: 140px;
	height: 50px;
}

.check_box3 h4{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
}

.check_box3 li{
	font-size: 1.5rem;
}

.check_box3 p{
	font-size: 2rem;
	color: #7295a7;
	margin-top: 10px;
}

.lineup{
	margin-top: 100px;
}

.lineup h3{
	color: #e4ecf0;
	font-family: din-condensed, sans-serif;
	font-size: 14rem;
	font-weight: 300;
	text-align: center;
	position: relative;
}

.lineup h3 span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.lineup_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-top: 50px;
}

.lineup_box .img{
	width: 25%;
	margin-right: 50px;
	text-align: center;
}

.lineup_box .img p{
	margin-top: 15px;
}

.lineup_box .desc{
	flex: 1;
}

.lineup_box h4{
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.lineup_box table{
	margin-bottom: 20px;
}

.lineup_box tr{
	border-right: solid 2px #7295a7;
}

.lineup_box th{
	border: solid 2px #7295a7;
	text-align: center;
	background-color: #dae5eb;
	font-size: 1.5rem;
	padding: 10px;
}

.lineup_box td{
	border-bottom: solid 2px #7295a7;
	border-left: solid 2px #7295a7;
	font-size: 1.5rem;
	padding: 15px;
}

.table-container{
	overflow-x: auto;
	white-space: nowrap;
	display: block;
	width: 100%;
}

.item_link{
	text-align: right;
	margin-bottom: 20px;
}

.item_link a{
	background-color: #7295a7;
	color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	border:solid 2px #7295a7;
	display: inline;
}

.item_link a:hover{
	background-color: #fff;
	color: #7295a7;
	transition: 0.3s;
}

.purchase img{
	width: auto;
	display: inline-block;
}

.purchase p:last-child{
	font-size: 50px;
	font-weight: bold;
	color: #d5c484;
	text-align: center;
	position: relative;
}

.purchase p:last-child::after{
	position: absolute;
	width: 85%;
	height: 20px;
	background-color: #d5e5f2;
	content: "";
	bottom: 10px;
	left: 7%;
	z-index: -1;
}

.purchase p:last-child span{
	font-size: 65px;
	font-weight: bold;
	color: #d5c484;
}

.fs14{ font-size: 1.4rem !important; }

@media screen and (max-width: 1200px) {
	.container{
		width: 90%;
	}

	.purchase p:last-child{
		font-size: 4vw;
	}

	.purchase p:last-child span{
		font-size: 5vw;
	}

	.purchase p:last-child::after{
		width: 100%;
		left: 0;
	}

	.check_box2 h6{
		font-size: 2rem;
		padding-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1100px) {
	.pc-view2{
		display: none;
	}
	.sp-view2{
		display: block;
	}
    .sp {
        display: block;
    }

}

@media screen and (max-width: 960px) {
	.btn_contact{
		margin: 40px 0;
	}

	.btn_contact a{
		width: 100%;
		font-size: 1.8rem;
		padding: 20px;
	}
}

@media screen and (max-width:599px){
	*{
		font-size: 1.4rem;
	}

	.breadcrumb ul li,
	.breadcrumb ul li a{
		font-size: 1.4rem;
	}

	.inqArea .inr.flex {
		flex-direction: column;
	}

	.inqArea .inr.flex > div{
		width: 100%;
	}

	.ps{
		font-size: 1.4rem!important;
	}

	.bnrArea .flex {
		justify-content: flex-start;
	}

	.bnrArea ul li:nth-child(odd) {
		margin-right: 15px;
	}

	.bnrArea ul li {
		max-width: 225px;
		width: calc(100% / 2 - 10px);
		margin-bottom: 15px;
	}

	.inqArea .tel {
		border-right: none;
		border-bottom: 1px solid #b2b2b2;
	}

	.lineup_box .img{
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.lineup_box .desc{
		width: 100%;
		flex: unset;
	}

	.item_link{
		text-align: center;
	}

	.item_link a{
		padding: 20px;
		width: 100%;
		display: block;
	}

	.purchase p:last-child{
		font-size: 5vw;
	}

	.purchase p:last-child span{
		font-size: 6vw;
	}

	.purchase p:last-child::after{
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.main h4{
		font-size: 2rem;
		gap: unset;
	}

	.main ul{
		flex-wrap: wrap;
	}

	.main ul li{
		width: 48%;
		margin-bottom: 20px;
	}

	.entry_no p,
	.entry_no span{
		font-size: 2rem;
	}

	.entry_no h3,
	.entry_no h3 span{
		font-size: 5rem;
	}

	.enclosure_box{
		font-size: 2rem;
		gap: unset;
	}

	.circle_box{
		flex-wrap: wrap;
	}

	.circle_box div:first-of-type{
		width: 100%;
		height: auto;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 10px;
	}

	.circle_box div:last-child{
		width: 100%;
		position: unset;
	}

	.circle_box div:last-child p:first-of-type{
		font-size: 1.8rem;
	}

	.circle_box div:first-of-type h4{
		position: unset;
		transform: unset;
		font-size: 2rem;
	}

	.check_box1 h5{
		font-size: 2rem;
	}

	.check_box1 h5::before{
		background-size: 80%;
		left: 10px;
		top: -32px;
	}

	.check_box1_li{
		padding: 15px;
	}

	.check_box1 ul h6{
		font-size: 2rem;
	}

	.entry1_box{
		flex-wrap: wrap;
	}

	.entry1_box_text{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.entry1_box_text h5{
		font-size: 2rem;
	}

	.check_box2::before{
		background-size: 80%;
	}

	.check_box2 h6{
		font-size: 2rem;
	}

	.check_box2 p{
		font-size: 1.6rem;
	}

	.entry1_box_text div{
		margin-bottom: 20px;
	}

	.voice h4{
		font-size: 8rem;
	}

	.voice_list{
		padding: 20px;
	}

	.voice_list div:first-of-type{
		margin-right: 20px;
		width: 20%;
	}

	.voice_list span{
		font-size: 1rem;
	}

	.bracket-left{
		margin-top: -30%;
	}

	.bracket-right {
		margin-top: 25%;
	}

	#entry2 .check_box1_li{
		flex-wrap: wrap;
	}

	.check_box1_img span{
		font-size: 2rem;
		display: inline;
	}

	.check_box1_img div{
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.check_box1_img div p{
		margin-bottom: 15px;
	}

	.entry2_block{
		flex-wrap: wrap;
	}

	.entry2_box_text{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.entry2_block div,
	.entry2_block img{
		width: 100%;
	}

	.comparison_check{
		flex-wrap: wrap;
	}

	.check_box3{
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 40px;
	}

	.check_box3::before{
		background-size: 80%;
	}

	.check_box3 h4{
		font-size: 2rem;
	}

	.lineup h3{
		font-size: 8rem;
	}

	.bracketstyle .bracket-left{
		margin-top: -57%;
	}

	.bracketstyle .bracket-right {
		margin-top: 54%;
	}
}