@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap');

/*reset*/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{max-width: 100%;height: auto;vertical-align: middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}
a { color: #222; transition: all .2s ease-out; text-decoration: none;}
a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}
*:focus { outline: none;}

table {border-collapse: collapse;table-layout: fixed;}
dl,dt,dd {margin: 0;padding: 0;list-style: none;}
ul,ol {margin: 0;padding: 0;list-style: none;}
ul ul{margin-left: 1em;}

*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	font-size: 62.5%;
}
body {
	color: #363636;
	font-size: clamp(1.4rem, 1.254rem + 0.73vw, 1.8rem);
	line-height: 1.8;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
}
p:not(:last-child) {
	margin-bottom: 12px;
}


/* ******************************************************
 * レスポンシブ
 * *************************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

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

/* ******************************************************
 * リンク
 * *************************************************** */

a {
	color: #0035D6;;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}
a img.block {
	opacity: 1;
}

a.btnText {
	display: inline-block;
	margin: 0 3px;
	border-bottom: 1px solid #0035D6;
}

.btnPage {
	display: inline-block;
    min-width: 220px;
    max-width: 380px;
	width: 100%;
    background: #008cd8;
    color: #FFF;
    font-weight: 500;
	line-height: 1.4;
    border-radius: 60px;
    margin: 0 20px;
    text-align: center;
    padding: 18px 18px;
}

.btnProduct { /* 商品ページの下部にある上に戻るボタン */
	display: inline-block;
    min-width: 220px;
    max-width: 380px;
	width: 100%;
    background: #D67500;
    color: #FFF;
    font-weight: 500;
	line-height: 1.4;
    border-radius: 60px;
    margin: 0 20px;
    text-align: center;
    padding: 18px 18px;
}



@media screen and (max-width: 559px) {
	.btnPage,
	.btnProduct {
		min-width: 220px;
		max-width: 300px;
	}
}
@media screen and (max-width: 430px) {
	.btnPage,
	.btnProduct {
		min-width: 220px;
		max-width: 100%;
		margin: 0;
	}
}


/* ******************************************************
 * アイコン
 * *************************************************** */

.free {
	padding-left: 1em;
	position: relative;
}
.free::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../img/icon/free.webp") no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}



/* ******************************************************
 * レイアウト
 * *************************************************** */

main {
	padding-bottom: 90px;
	
}
main .flex {
	margin-top: 60px;
	display: flex;
	align-content: space-between;
}
main .flex .contents {
	order: 2;
	width: calc(100% - 360px);
    margin-left: 60px;
}
main .flex aside {
	order: 1;
	width: 300px;
	margin-bottom: 45px;
}
.inner {
	width: 1400px;
	margin: 0 auto;
}
.inner960 {
	width: 960px;
	margin: 0 auto;
}
#front-page .mv {
	position: relative;
}
#front-page .mv .mv-titleBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 16.8vw;
}
#front-page .mv .mv-titleBox .mv-width {
	min-width: 80vw;
}
#front-page .mv .mv-titleBox .mv-title span.top {
	display: inline-block;
	font-size: 4.6vw;
	font-weight: 900;
	color: #00A4FC;
	text-shadow:
		3px  3px 7px #ffffff,
      -3px  3px 7px #ffffff,
       3px -3px 7px #ffffff,
      -3px -3px 7px #ffffff,
       3px  0px 7px #ffffff,
       0px  3px 7px #ffffff,
      -3px  0px 7px #ffffff,
       0px -3px 7px #ffffff;
}
#front-page .mv .mv-titleBox .mv-title span.bottom {
	display: inline-block;
	font-size: 2.6vw;
	font-weight: 900;
	color: #FFF;
    background: rgba(0, 164, 252, .8);
}
#front-page .mv .mv-titleBox .mv-title img.mv-circle {
	display: none;
}
#front-page .sp559 {
	display: none;
}



#page .mv {
	width: 100%;
	height: clamp(200px, 27.77vw, 300px);
	background: url("../img/common/mvBg.webp") no-repeat;
	background-size: cover;
	text-align: center;
}
#page .mv .mv-titleBox {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#page .mv .mv-titleBox .mv-title {
	font-size: clamp(1.6rem, 0.358rem + 6.19vw, 5rem);
}
#page .mv .mv-titleBox .mv-title span {
	display: block;
	font-size: .4em;
	font-family: sans-serif;
	color: #008cd8;
	margin-top: 12px;
}

@media (max-width: 1430px) {
    .inner {
        width: 88vw;
    }
}
@media (max-width: 1194px) {
	main {
		padding-bottom: 60px;
	}
	main .flex {
		flex-direction: column;
	}
	main .flex .contents {
		order: 1;
		width: 100%;
		margin: 0;
	}
	main .flex aside {
		order: 2;
		width: 100%;
		margin-top: 60px;
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
	}
	aside .aside-item {
		width: calc(100% / 2 - 60px);
	}
	.inner960 {
		width: 88vw;
	}
}
@media (max-width: 768px) {
    .inner,
	.inner960 {
        width: calc(100% - 60px);
    }
	
	#front-page .mv .mv-titleBox {
		padding-top: 22.8vw;
	}
	#front-page .mv .mv-title {
		text-align: center;
	}
	#front-page .mv .mv-titleBox .mv-title span.top {
		font-size: 5.2vw;
	}
	#front-page .mv .mv-titleBox .mv-title span.bottom {
		font-size: 3.2vw;
	}
}
@media (max-width: 559px) {
	main .flex {
		margin-top: 45px;
	}
	
	#front-page .mv .mv-titleBox {
		padding-top: 55vw;
	}
	#front-page .mv .mv-titleBox .mv-title {
		position: relative;
	}
	#front-page .mv .mv-titleBox .mv-title span.top {
		font-size: 8vw;
		line-height: 1.2;
	}
	#front-page .mv .mv-titleBox .mv-title span.bottom {
        font-size: 4.88vw;
        margin-top: 9px;
        background: none;
        color: #333;
		border-top: 1px solid;
        border-bottom: 1px solid;
		padding: 6px 0;
        width: 100%;
	}
	#front-page .mv .mv-titleBox .mv-title span.bottom font {
		color: #333;
	}
	#front-page .mv .mv-titleBox .mv-title img.mv-circle {
		display: block;
		width: 25vw;
		position: absolute;
		left: -25px;
        bottom: -105px;
	}
	#front-page .sp559 {
		display: block;
	}
	#page .mv {
		background: url("../img/common/mvBg_sp.webp") no-repeat;
		background-size: cover;
	}
}
@media (max-width: 430px) {
	main .flex {
		margin-top: 30px;
	}
	
	#front-page .mv .mv-titleBox .mv-title img.mv-circle {
        bottom: -80px;
        left: -20px;
	}
}
@media (max-width: 320px) {
	.inner,
	.inner960 {
        width: calc(100% - 40px);
    }
	
	#front-page .mv .mv-titleBox .mv-title img.mv-circle {
        bottom: -62px;
	}
}


/* ******************************************************
 * ヘッダー
 * *************************************************** */

header {
	padding: 20px 30px;
	margin: 0;
	position: relative;
}
header .header {
	padding: 18px 30px;
}
header .header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header-flex .logo {
	max-width: 200px;
}
header .header-flex .nav {
	
}
header .header-flex .nav ul {
	    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .header-flex .nav ul li {
	
}
header .header-flex .nav ul li a {
	color: #222;
	font-weight: 600;
	line-height: 1.4;
    padding: 0 18px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s;
}
header .header-flex .nav ul li a:hover {
	color: #008cd8;
}

@media (max-width: 1250px) {
    header .header-flex .nav ul li a {
        padding: 0 9px;
    }
}
@media (max-width: 1194px) {
	header .header-flex .nav {
		display: none;
	}
}
@media (max-width: 768px) {
	header .header-flex .logo {
		max-width: 150px;
	}
}
@media (max-width: 559px) {
	header .header-flex .logo {
		max-width: 120px;
	}
}
@media (max-width: 430px) {
	header {
		padding: 20px 20px;
	}
}
@media (max-width: 320px) {
	header .header-flex .logo {
		max-width: 105px;
	}
}


/* ******************************************************
 * スマホナビゲーション
 * *************************************************** */

#gn-full-screen {
	display: none;
}

@media (max-width: 1194px) {
	#gn-full-screen {
		display: block;
	}
	/*ハンバーガーメニュー*/
	#gn-full-screen .hamburger {
		position: fixed;
		right: 30px;
		top: 36px;
		width: 35px;
		height: 22px;
		z-index: 9999;
	}
	#gn-full-screen .hamburger-line {
		display: block;
		height: 2px;
		background: #0070ff;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	#gn-full-screen .hamburger-line-center{
		top: 50%;
		transform: translateY(-50%);
	}
	#gn-full-screen .hamburger-line-bottom{
		bottom: 0;
	}
	#gn-full-screen .hamburger-line-top.active{
		top: 7px;
		transform: rotate(25deg);
	}
	#gn-full-screen .hamburger-line-center.active{
		transform:scaleX(0);
	}
	#gn-full-screen .hamburger-line-bottom.active{
		top: 7px;
		bottom: auto;
		transform: rotate(155deg);
	}
	
	/*ナビゲーション*/
	#gn-full-screen nav.gn-full-screen-menu {
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		background: #FFF;
		display: none;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
	}
	#gn-full-screen .sp_nav  {
		max-width: 680px;
		margin: 90px auto 0;
        padding: 0 60px 60px;
	}
	#gn-full-screen ul.sp_nav_list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #0070ff;
	}
	#gn-full-screen ul.sp_nav_list li {
		width: 100%;
		border-bottom: 1px solid #0070ff;
	}
	
	/* アコーディオン */
	.ac-menu input {
		display: none;
	}
	.ac-menu label {
		display: block;
		padding: 12px 30px;
		color: #222;
		font-weight: 500;
		cursor: pointer;
		position: relative;
	}
	.ac-menu label span.down_icon {
		position: absolute;
		right: 55px;
		top: 63%;
		transform: translate(-50%,0);
	}
	.ac-menu input:checked ~ label span.down_icon:after {
		
	}
	.ac-menu div.ac-menu-inside {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: .6s;
	}
	.ac-menu input:checked ~ div.ac-menu-inside {
		height: auto;
		opacity: 1;
		transform: .3s;
	}
	.ac-menu a.nav_item {
		display: block;
		color: #222;
		font-weight: 500;
		padding: 12px 30px;
	}
	.ac-menu ul.sub_list {
		margin: 0;
		padding: 0;
		background: #EFF9FF;
		border-top: 1px solid #0070ff;
	}
	.ac-menu ul.sub_list li:last-child {
		border-bottom: none !important;
	}
	.ac-menu ul.sub_list li a {
		padding: 12px 30px 13px 45px;
	}
	
	/*　下向き三角 */
	span.down_icon {
		display: inline-block;
		position: relative;
	}
	span.down_icon:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 42%;
		transform: rotate(135deg) translateY(-40%) translateX(-220%);
		width: 12px;
		height: 12px;
		border-top: solid 2px #0070ff;
		border-right: solid 2px #0070ff;
	}
	
	/*ロゴ*/
	#gn-full-screen .sp-nav-logo {
		margin-top: 30px;
		text-align: center;
	}
	#gn-full-screen .sp-nav-logo a {
		display: inline-block;
		max-width: 280px;
	}
}
@media screen and (max-width: 768px) {
	#gn-full-screen .hamburger {
		top: 30px;
	}
}
@media screen and (max-width: 559px) {
	#gn-full-screen .hamburger {
		top: 25px;
	}
	#gn-full-screen .sp_nav  {
		padding: 0 30px 30px;
	}
	
	/*ロゴ*/
	#gn-full-screen .sp-nav-logo a {
		max-width: 200px;
	}
}
@media screen and (max-width: 320px) {
	#gn-full-screen .sp_nav  {
		padding: 0 20px 30px;
	}
	
	/*ロゴ*/
	#gn-full-screen .sp-nav-logo a {
		max-width: 180px;
	}
}


/* ******************************************************
 * サイドバー
 * *************************************************** */

aside .aside-item {
	margin-top: 45px;
}
aside .aside-item#aside-nav {
	padding: 30px 0;
	border-radius: 18px;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}
aside .aside-title {
	text-align: center;
	font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
	padding-bottom: 18px;
	margin-bottom: 22px;
	position: relative;
}
aside .aside-title::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #008cd8;
	width: 45px;
	height: 3px;
}

aside a.abtnAside {
	display: inline-block;
	width: calc(100% - 40px);
	background: #008cd8;
	color: #FFF;
	font-weight: 500;
	line-height: 1.4;
	border-radius: 60px;
	margin: 0 20px;
	text-align: center;
	padding: 12px 12px;
}
aside .aside-item#aside-contact a.abtnAside {
	width: 100%;
	margin: 0;
}

/* 問い合わせ */
aside .aside-item#aside-contact {
	padding: 30px;
	background: #FFF53D;
	border-radius: 18px;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}
aside .aside-item#aside-contact p.aside-contact-title {
	text-align: center;
    font-weight: 500;
    font-size: .9em;
}
aside .aside-item#aside-contact p.aside-contact-btn {
	margin-top: 18px;
}



/* エアコン・省エネエアコン */
aside .aside-item#aside-aircon a.aside-aircon-nav,
aside .aside-item#aside-ecoaircon a.aside-aircon-nav {
	display: block;
	margin-top: 12px;
}



/* ナビ */
aside .aside-item#aside-nav ul.aside-navList {
	border-top: 1px solid #ededed;
}
aside .aside-item#aside-nav ul.aside-navList li {
	border-bottom: 1px solid #ededed;
	transition: all .3s;
}
aside .aside-item#aside-nav ul.aside-navList li:hover {
	background: #EFF9FF;
}
aside .aside-item#aside-nav ul.aside-navList li a {
	display: block;
	padding: 12px 0 12px 18px;
	font-weight: 600;
	color: #222;
	position: relative;
}
aside .aside-item#aside-nav ul.aside-navList li a.aside-navContact {
	background: #A3DEFE;
	color: #0070ff;
}
aside .aside-item#aside-nav ul.aside-navList li a.aside-navContact:hover {
	opacity: 1;
	color: #008cd8;
}
aside .aside-item#aside-nav ul.aside-navList li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ededed;
	width: 6px;
	height: 100%;
	transition: all .3s;
}
aside .aside-item#aside-nav ul.aside-navList li a.aside-navContact::before {
	background: #A3DEFE;
}
aside .aside-item#aside-nav ul.aside-navList li a.current::before {
	background: #008cd8;
}
aside .aside-item#aside-nav ul.aside-navList li a:hover::before {
	background: #008cd8;
}


/* 運営会社 */
aside .aside-item#aside-corporate {
	padding: 30px 0;
  border-radius: 18px;
  box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}
aside .aside-item#aside-corporate img.photo.pc {
	display: block;
}
aside .aside-item#aside-corporate img.photo.tb {
	display: none;
}
aside .aside-item#aside-corporate .aside-corporate-info {
	margin: 18px;
	font-size: .8em;
}
aside .aside-item#aside-corporate .aside-corporate-info p {
	margin: 0;
}
aside .aside-item#aside-corporate span.free {
	font-size: 2rem;
	font-weight: 500;
	color: #32a02e;
	padding-left: 38px;
}
aside .aside-item#aside-corporate span.free::before {
	width: 32px;
	height: 32px;
}


/* 取扱いメーカー */
aside .aside-item#aside-maker a.aside-makerWeb {
	display: block;
	margin-top: 12px;
}


/* バナー */
aside .aside-item#aside-banner {
	
}
aside .aside-item#aside-banner ul.aside-bannerList {
	
}
aside .aside-item#aside-banner ul.aside-bannerList li {
	margin-top: 12px;
}


@media screen and (max-width: 1194px) {
	#aside-aircon,
	#aside-ecoaircon {
		margin: 0 auto;
        max-width: 300px;
	}
	#aside-nav,
	#aside-area,
	#aside-corporate,
	#aside-maker,
	#aside-banner {
		width: 100%;
	}
	#aside-corporate img {
		float: left;
        width: calc(50% - 45px);
        margin-right: 45px;
        margin-bottom: 45px;
		border-radius: 0 18px 18px 0;
	}
	aside .aside-item#aside-corporate .aside-corporate-info {
		overflow: hidden;
		font-size: 1em;
	}
	#aside-nav ul.aside-navList li {
		width: 100%;
	}
	#aside-maker a.aside-makerWeb {
		display: inline-block !important;
        width: calc(100% / 4 - 30px);
        margin: 0 13px;
	}
	
	/* 問い合わせ */
	aside .aside-item#aside-contact {
		display: none;
	}
	
	#aside-nav ul.aside-navList {
		display: flex;
        flex-wrap: wrap;
	}
	#aside-nav ul.aside-navList li {
		width: calc(100% / 2);
	}
	#aside-banner ul.aside-bannerList {
		display: flex;
		justify-content: space-between;
	}
	#aside-banner ul.aside-bannerList li {
		width: calc(100% / 2 - 18px);
	}
	
}
@media screen and (max-width: 768px) {
	aside .aside-item#aside-corporate img.photo.pc {
		display: none;
	}
	aside .aside-item#aside-corporate img.photo.tb {
		display: block;
	}
}
@media screen and (max-width: 559px) {
	aside .aside-item {
		width: 100%;
	}
	aside .aside-item#aside-corporate img {
		float: none;
		width: 100%;
	}
	aside .aside-item#aside-corporate img.photo.pc {
		display: block !important;
		border-radius: 0;
		    margin: 0 0 18px 0;
	}
	aside .aside-item#aside-corporate img.photo.tb {
		display: none;
	}
	#aside-nav ul.aside-navList {
		
	}
	#aside-nav ul.aside-navList li {
		width: 100%;
	}
	#aside-maker a.aside-makerWeb {
		width: calc(100% / 2 - 12px);
		margin: 0 5px;
	}
	#aside-banner ul.aside-bannerList li {
		width: calc(100% / 2 - 12px);
	}
}
@media screen and (max-width: 430px) {
	#aside-banner ul.aside-bannerList {
        flex-direction: column;
    }
	#aside-banner ul.aside-bannerList li {
		width: 100%;
	}
}



/* ******************************************************
 * 見出し
 * *************************************************** */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h2 {
	text-align: center;
	font-size: clamp(1.6rem, 0.87rem + 3.64vw, 3.6rem);
}
h3 {
	font-size: clamp(1.6rem, 1.016rem + 2.91vw, 3.2rem);
}
h4 {
	font-size: clamp(1.6rem, 1.235rem + 1.82vw, 2.6rem);
}

.mainTitle {
	color: #008cd8;
	background: #EFF9FF;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 12px;
}

.subTitle {
	padding: 0 0 0 30px;
	margin-bottom: 30px;
	position: relative;
}
.subTitle::before {
	content: '';
    width: 6px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #008cd8;
}

@media (max-width: 559px) {
	.subTitle {
		padding: 0 0 0 22px;
	}
}


/* ******************************************************
 * パンくず
 * *************************************************** */

#breadcrumb {
	padding: 18px 0;
}
#breadcrumb nav.breadcrumb {
	font-size: .7em;
}

#breadcrumb nav.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumb nav.breadcrumb ul li:not(:last-child)::after {
	content: "/";
	display: inline-block;
	margin: 0 .5em;
}
#breadcrumb nav.breadcrumb ul li span.current {
	font-weight: 500;
}



/* ******************************************************
 * 共通
 * *************************************************** */

.small {
	display: inline-block;
	font-size: .8em;
	line-height: 1.4;
}
.btn-box {
	margin-top: 30px;
	text-align: center;
}
sup {
	color: #D60035;
}
.footnote {
	margin-top: 30px;
	font-size: .9em;
}
.footnote sup {
	margin-right: 3px;
}
.youtube {
	width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
span.marker {
    background: linear-gradient(transparent 30%, #FEFAB7 30%);
}
figcaption {
	font-size: .7em;
	margin-top: 3px;
    text-align: right;
}
cite a {
	color: #666;
}

@media (max-width: 559px) {
	
}
@media (max-width: 320px) {
	figcaption {
		font-size: .62em;
	}
}


/* ******************************************************
 * ジャンプ
 * *************************************************** */

#jump {
	margin-top: 60px;
}
#jump.lineup-items {
	margin-bottom: 60px;
}
#jump ul.jumpList {
	display: flex;
	justify-content: center;
	align-items: center;
}
#jump.lineup-items ul.jumpList {
	flex-wrap: wrap;
	margin-top: -18px;
}
#jump ul.jumpList li {
	min-width: 280px;
    margin: 0 12px;
}
#jump.lineup-items ul.jumpList li {
	margin-top: 18px;
}
#jump ul.jumpList li a {
	display: block;
    background: #ededed;
    text-align: center;
    padding: 12px;
    color: #222;
	border-radius: 90px;
}
#jump ul.jumpList li a:hover {
	opacity: 1;
	background: #008cd8;
	color: #FFF;
}


@media (max-width: 768px) {
	#jump ul.jumpList li {
		width: 50%;
        min-width: auto;
		line-height: 1.4;
		margin: 0 6px;
	}
	#jump.lineup-items ul.jumpList li {
		width: calc(100% / 2 - 18px);
	}
}


/* ******************************************************
 * 商品
 * *************************************************** */


/* 標準工事の説明 */
.point {
	margin-top: 30px;
}
.point dl {
	display: flex;
	align-items: stretch;
	font-size: .8em;
	font-weight: 500;
}
.point dl dt {
	min-width: 220px;
    width: 20%;
	background: #D60035;
	color: #FFF;
	padding: 18px 30px;
	border-radius: 12px 0 0 12px;
	text-align: center;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}
.point dl dt span {
	display: block;
	text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #FFF;
}
.point dl dd {
	width: 80%;
	padding: 18px 30px;
	border-radius: 0 12px 12px 0;
	border: 2px solid #D60035;
	display: flex;
    align-items: center;
}

@media (max-width: 768px) {
	.point dl dt {
		min-width: 180px;
	}
}
@media (max-width: 559px) {
	.point dl dt {
		min-width: 150px;
		padding: 12px 12px;
	}
	.point dl dd {
		padding: 12px 12px;
	}
}
@media (max-width: 430px) {
	.point dl {
		flex-direction: column;
	}
	.point dl dt {
		width: 100%;
		min-width: 100%;
		flex-direction: row;
		border-radius: 12px 12px 0 0;
		padding: 9px 9px;
		font-size: 1.3em;
	}
	.point dl dt span {
		margin-left: 6px;
	}
	.point dl dd {
		width: 100%;
		padding: 9px 9px;
		border-radius: 0 0 12px 12px;
	}
}


.products {
	margin-top: 30px;
}
.products .products-items {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.products .products-item {
    width: calc(100% / 2 - 9px);
    border-bottom: 1px solid;
}
.products .products-item:nth-child(1),
.products .products-item:nth-child(2) {
	border-top: 1px solid;
}
.products a.product-page {
	width: 100%;
	height: 100%;
	padding: 18px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.products a.product-page:hover {
	background: #EFF9FF;
}
.products a.product-page.soldout { /* 完売でリンク無効 */
	pointer-events: none;
}
.products .products-item:nth-child(odd) {
	margin-right: 18px;
}
.products .products-item .products-item___img {
	width: 180px;
	position: relative;
}
.products .products-item .products-item___img img.popular {
	position: absolute;
    z-index: 1;
	right: -18px;
    top: -12px;
}
.products .products-item .products-item___img p.feature {
	text-align: center;
	font-size: .76em;
	font-weight: 500;
	line-height: 1.4;
	color: #008cd8;
	border: 1px solid;
	border-radius: 2px;
}
.products .products-item .products-item___img p.stock {
	text-align: center;
}
.products .products-item .products-item___img p.stock span {
	display: block;
	margin-top: 6px;
    background: #D67500;
    color: #FFF;
	font-size: .7em;
	font-weight: 500;
    border-radius: 2px;
}
.products .products-item .products-item___img p.stock.slightly span {
	background: #D62000;
}
.products .products-item .products-item___img p.stock.soldout span {
	background: #eee;
	color: #333;
}
.products .products-item .products-item___td {
	width: 266px;
	margin-left: 30px;
	position: relative;
}
.products .products-item .products-item___td .product-num {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	color: #D60035;
}
.products .products-item .products-item___td .product-num span {
	display: block;
	font-size: clamp(2rem, 1.781rem + 1.09vw, 2.6rem);
	font-weight: 600;
}
.products .products-item .products-item___td div {
	
}
.products .products-item .products-item___td .product-name {
    font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
    color: #222;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
}
.products .products-item .products-item___td p.set {
	text-align: center;
	font-size: .6em;
	font-weight: 500;
	color: #222;
	margin: 6px 0 0 0;
}
.products .products-item .products-item___td p.price {
	text-align: center;
    font-size: clamp(2rem, 1.635rem + 1.82vw, 3rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 32px 0;
    color: #D60035;
}
.products .products-item .products-item___td p.price span {
	font-size: .6em;
}
.products .products-item .products-item___td p.fordetails {
	margin-top: 3px;
	text-align: right;
	position: absolute;
    bottom: 0;
    right: 0;
}
.products .products-item .products-item___td p.fordetails span {
	display: inline-block;
    font-size: .8em;
	color: #333333;
	padding-left: 20px;
	position: relative;
}
.products .products-item .products-item___td p.fordetails span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../img/icon/fordetails-333333.webp") no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}


@media (max-width: 1024px) {
	.products .products-item .products-item___img {
		width: 150px;
	}
	.products .products-item .products-item___td {
		width: 235px;
		margin-left: 18px;
	}
}
@media (max-width: 768px) {
	.products .products-items {
		flex-direction: column;
	}
	.products .products-item {
		width: 100%;
	}
	.products a.product-page {
		padding: 18px 0;
	}
	.products a.product-page:hover {
		background: none
	}
	.products .products-item .products-item___img {
		min-width: 150px;
	}
	.products .products-item .products-item___td {
        width: 464px;
        margin-left: 30px;
    }
	.products .products-item .products-item___td p.set {
		text-align: right;
	}
	.products .products-item .products-item___td p.price {
		text-align: right;
	}
	.products .products-item:nth-child(2) {
		border-top: none;
	}
}
@media (max-width: 559px) {
	.products .products-item .products-item___img {
		min-width: 135px;
	}
	.products .products-item .products-item___td {
        margin-left: 18px;
    }
	.products .products-item .products-item___td p.set {
		font-size: .7em;
	}
	.products .products-item .products-item___td p.price {
		margin-top: 3px;
	}
	
}
@media (max-width: 380px) {
	.products .products-item .products-item___img {
		min-width: 120px;
	}
}
@media (max-width: 320px) {
	.products .products-item .products-item___img {
		min-width: 105px;
	}
}


/* 商品個別 */
.product-block:not(:first-child) {
	margin-top: 60px;
}
#product-info {
	
}
#product-info .product-flex {
	display: flex;
}
#product-info .product-flex .product-flex___img {
	width: 50%;
}
#product-info .product-flex .product-flex___img p.size {
	margin-top: 12px;
    color: #008cd8;
    font-weight: 500;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    padding: 6px 0;
}

/* 省エネラベル */
#label .input-check {
    display: none;
}
#label .label-open {
	display: flex;
    justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}
#label .label-open:hover {
	color: #D60035;
}
#label .label-open img.labelA {
	max-width: 200px;
}
#label .label-open span {
	display: inline-block;
	margin-left: 18px;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 24px;
	position: relative;
}
#label .label-open span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../img/icon/check-333333.webp") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
	transition: .3s;
}
#label .label-open:hover span::before {
	background: url("../img/icon/check-D60035.webp") no-repeat;
	background-size: 100%;
}
#label .label-content {
	overflow: hidden;
	margin-top: 12px;
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
#label .label-content img.labelB {
	display: block;
	width: 360px;
    margin: 0 auto;
	border-radius: 12px;
}
#label .input-check:checked + .label-open + .label-content {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
#label .label-content a.viewpoint {
	display: block;
	text-align: center;
	margin-top: 6px;
	font-size: .8em;
	font-weight: 500;
	color: #03891d;
}

#product-info .product-flex .product-flex___info {
	width: 50%;
	padding-left: 60px;
}
#product-info .product-flex .product-flex___info .product-title {
	text-align: left;
	font-size: 1em;
	color: #D60035;
}
#product-info .product-flex .product-flex___info .product-title span {
	display: block;
	font-size: clamp(2rem, 1.635rem + 1.82vw, 3rem);
}
#product-info .product-flex .product-flex___info .product-name {
	font-size: clamp(1.8rem, 1.581rem + 1.09vw, 2.4rem);
    color: #222;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
}
#product-info .product-flex .product-flex___info .stock {
	margin-top: 12px;
}
#product-info .product-flex .product-flex___info .stock span {
	display: inline-block;
	font-weight: 500;
    color: #D67500;
    padding: 3px 18px;
    border-radius: 4px;
    border: 3px solid #D67500;
}
#product-info .product-flex .product-flex___info .stock.slightly span { /* わずか */
    color: #D62000;
    border: 3px solid #D62000;
}
#product-info .product-flex .product-flex___info .stock.soldout span { /* 完売 */
    color: #FFF;
    border: 3px solid #999;
}

#product-info .product-flex .product-flex___info .set {
	text-align: center;
	margin-top: 30px;
	font-weight: 500;
	color: #D60035;
}
#product-info .product-flex .product-flex___info .price {
	text-align: center;
    font-size: clamp(3rem, 2.635rem + 1.82vw, 4rem);
    font-weight: 500;
    margin: -12px 0 0 0;
    color: #D60035;
}
#product-info .product-flex .product-flex___info .price span {
	font-size: .6em;
}
#product-info .product-flex .product-flex___info .construction {
	text-align: center;
}
#product-info .product-flex .product-flex___info .construction a {
	display: inline-block;
	padding-left: 26px;
	color: #999;
	position: relative;
}
#product-info .product-flex .product-flex___info .construction a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../img/icon/bang-999999.webp") no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}
#product-info .product-flex .product-flex___info .guarantee {
	text-align: center;
}
#product-info .product-flex .product-flex___info .guarantee span {
	display: inline-block;
	background: #D60035;
	color: #FFF;
	padding: 3px 18px;
    border-radius: 4px;
}
#product-info .product-flex .product-flex___info .guarantee-paid {
	display: block;
	text-align: center;
}
#product-info .product-flex .product-contact {
	margin-top: 30px;
	text-align: center;
}
#product-info .product-flex .product-contact .product-contact-btn {
	margin-top: 18px;
}
#product-info .product-flex .product-contact .product-contact-btn a.btnWeb {
	display: inline-block;
	background: #008cd8;
    padding: 9px 30px;
    width: 260px;
    border-radius: 60px;
    color: #FFF;
}



/* 機能・スペック */
#product-detail {
}
#product-detail table {
	width: 100%;
}
#product-detail table tr,
#product-detail table th,
#product-detail table td {
	border-collapse: collapse;
	border: 1px solid #ededed;
}
#product-detail table th {
	width: 300px;
	padding: 18px;
	font-weight: 500;
	background: #fafafa;
}
#product-detail table th .small {
	display: block;
}
#product-detail table td {
	padding: 18px;
}
#product-detail table td ul.feature-tags {
	text-align: left;
	margin-top: -12px;
}
#product-detail table td ul.feature-tags li {
	display: inline-block;
    background: #ededed;
    padding: 1px 6px;
    border-radius: 4px;
    margin: 12px 6px 0 0;
}


/* 機能 */
#product-functions .sp599 {
	display: none;
}
#product-functions .bg-panasonic {
	padding: 60px;
	background: #f2f2f2;
}
#product-functions .functions-title {
	margin: 60px 0 30px;
    padding-bottom: 9px;
	color: #008cd8;
	border-bottom: 2px solid #008cd8;
}
#product-functions .scroll-box {
	margin-top: 18px;
}
#product-functions .scroll-box p.swipe {
	text-align: right;
	font-size: .8em;
	margin: 0 0 6px 0;
	color: #666;
}
#product-functions .scroll-box .scroll {
	overflow-x: scroll;
}
#product-functions .scroll-box .scroll img {
	min-width: 130%;
}


/* 商品詳細へ戻る */
#product .toptoduct {
	text-align: center;
	margin-top: 45px;
}

/* メーカー一覧へ戻る */
#product .back {
	text-align: center;
	margin-top: 30px;
}


@media (max-width: 768px) {
	#product-info .product-flex .product-flex___img {
		width: 38%;
		max-width: 250px;
	}
	
	/* 省エネラベル */
	#label .label-open {
		flex-direction: column;
	}
	#label .label-open span {
		margin: 12px auto 0;
	}
	
	#product-info .product-flex .product-flex___info {
		width: 62%;
		padding-left: 30px;
	}
	#product-detail table th {
		width: 220px;
		font-size: .9em;
	}
	#product-detail table td {
		width: calc(100% - 220px);
	}
	
	/* 機能 */
	#product-functions .bg-panasonic {
		padding: 45px;
	}
}
@media (max-width: 559px) {
	#product-info .product-flex {
		flex-direction: column;
	}
	#product-info .product-flex .product-flex___img {
		width: 100%;
		max-width: 100%;
	}
	#product-info .product-flex .product-flex___info {
		width: 100%;
		padding: 0;
		margin-top: 12px;
	}
	
	/* 省エネラベル */
	#label .label-open img.labelA {
		max-width: 60vw;
	}
	#label .label-open span {
		font-size: 1em;
	}
	
	#product-info .product-flex .product-flex___info .product-title {
		font-size: 1.6rem;
	}
	
	/* 仕様・スペック */
	#product-detail table tr {
		display: flex;
		flex-direction: column;
	}
	#product-detail table th {
		width: 100%;
		text-align: left;
	}
	#product-detail table td {
		width: 100%;
		text-align: center;
	}
	#product-detail table tr,
	#product-detail table th,
	#product-detail table td {
		border: none;
	}
	#product-detail table tr {
		border-bottom: 1px solid #ededed;
	}
	#product-detail table tr:nth-child(1) {
		border-top: 1px solid #ededed;
	}
	#product-detail table td {
		padding: 18px 0;
	}
	
	/* 機能 */
	#product-functions .sp599 {
		display: block;
	}
	#product-functions .bg-panasonic {
		padding: 30px;
		margin-left: -30px;
        width: calc(100% + 60px);
	}
	#product-functions .scroll-box {
		margin-top: 18px;
	}
	#product-functions .scroll-box p.swipe {
		text-align: right;
		font-size: .8em;
		margin: 0 0 6px 0;
		color: #666;
	}
	#product-functions .scroll-box .scroll {
		overflow-x: scroll;
	}
	#product-functions .scroll-box .scroll img {
		min-width: 150%;
	}
	
}
@media (max-width: 430px) {
	/* 省エネラベル */
	#label .label-open img.labelA {
		max-width: 90vw;
	}
}
@media (max-width: 320px) {
	/* 機能 */
	#product-functions .bg-panasonic {
		padding: 20px;
		margin-left: -20px;
        width: calc(100% + 40px);
	}
}


/* ******************************************************
 * メーカーごとバナー
 * *************************************************** */

.common-banner {
	margin-top: 90px;
}
.common-banner a {
	display: block;
}
.common-banner ul.aircon {
	display: flex;
	flex-wrap: wrap;
	margin-top: -12px;
}
.common-banner ul.aircon li {
	width: calc(100% / 3 - 6px);
	margin-right: 9px;
	margin-top: 12px;
	border-radius: 18px;
}
.common-banner ul.aircon li:nth-child(3n) {
	margin-right: 0;
}
.common-banner ul.aircon-eco {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}
.common-banner ul.aircon-eco li {
	width: calc(100% / 3 - 6px);
	margin-right: 9px;
	margin-top: 12px;
	border-radius: 18px;
}
.common-banner ul.aircon-eco li:nth-child(3n) {
	margin-right: 0;
}


@media (max-width: 768px) {
	.common-banner {
		margin-top: 75px;
	}
	.common-banner ul.aircon {
		flex-wrap: wrap;
		justify-content: center;
	}
	.common-banner ul.aircon li {
		width: calc(100% / 2 - 6px);
	}
	.common-banner ul.aircon li:nth-child(odd) {
		margin-right: 9px;
	}
	.common-banner ul.aircon li:nth-child(even) {
		margin-right: 0;
	}
	.common-banner ul.aircon-eco {
		flex-wrap: wrap;
		justify-content: center;
	}
	.common-banner ul.aircon-eco li {
		width: calc(100% / 2 - 6px);
	}
	.common-banner ul.aircon-eco li:nth-child(odd) {
		margin-right: 9px;
	}
	.common-banner ul.aircon-eco li:nth-child(even) {
		margin-right: 0;
	}
}
@media (max-width: 559px) {
	.common-banner {
		margin-top: 60px;
	}
	.common-banner ul.aircon,
	.common-banner ul.aircon-eco {
		flex-direction: column;
		margin-top: 0;
	}
	.common-banner ul.aircon li,
	.common-banner ul.aircon-eco li {
		width: 100%;
		margin-top: 18px;
	}
}
@media (max-width: 320px) {
	.common-banner {
		margin-top: 45px;
	}
}


/* ******************************************************
 * 選ばれる理由
 * *************************************************** */

#reasons {
	margin-top: 60px;
}
#reasons .reasons-items {
	
}
#reasons .reasons-item {
	overflow: hidden;
	margin-top: 30px;
    border: 3px solid #D60060;
    border-radius: 18px;
    padding: 30px;
}
#reasons .reasons-item p.num  {
	display: none;
}
#reasons .reasons-title {
	font-size: clamp(2rem, 1.416rem + 2.91vw, 3.6rem);
	color: #D60060;
}
#reasons .reasons-title span {
	display: inline-block;
	padding: 0 52px;
	position: relative;
}
#reasons .reasons-title span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../img/icon/lineL.webp") no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}
#reasons .reasons-title span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../img/icon/lineR.webp") no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}
#reasons .reasons-subtitle {
	font-size: clamp(2rem, 1.562rem + 2.18vw, 3.2rem);
	color: #D60060;
}
#reasons .reasons-subtitle span {
	display: inline-block;
    background: #D60060;
    color: #FFF;
    padding: 0 9px;
    margin-right: 12px;
	border-radius: 3px;
}
#reasons .reasons-item .inbox {
	margin-top: 18px;
}
#reasons .reasons-item .construction {
	display: flex;
    flex-wrap: wrap;
	margin-top: -30px;
	margin-bottom: 12px;
}
#reasons .reasons-item .construction .construction-item {
	width: calc(100% / 2 - 15px);
	display: flex;
	margin-top: 30px;
}
#reasons .reasons-item .construction .construction-item:nth-child(odd) {
	margin-right: 30px;
}
#reasons .reasons-item .construction .construction-item .construction-item___img {
	max-width: 150px;
	max-height: 150px;
}
#reasons .reasons-item .construction .construction-item .construction-item___img img {
	border-radius: 3px;
}
#reasons .reasons-item .construction .construction-item .construction-item___text {
	width: 100%;
	padding-left: 30px;
}
#reasons .reasons-item .construction .construction-item .construction-item___text p.construction-title {
	font-weight: 600;
	line-height: 1.6;
    margin: 0;
}
#reasons .reasons-item .construction .construction-item .construction-item___text p.construction-name {
    margin: 0 0 9px 0;
	line-height: 1.6;
}
#reasons .reasons-item .construction .construction-item .construction-item___text p.construction-name span {
	display: inline-block;
    border: 1px solid;
    padding: 1px 5px;
    font-size: .8em;
    margin-right: 8px;
}
#reasons .reasons-item .construction .construction-item .construction-item___text p.normal {
	margin-bottom: 0;
    line-height: 1.6;
    font-size: .9em;
}
#reasons .reasons-item img.reasons-img {
	width: 300px;
	float: left;
	margin: 0 30px 30px 0;
	border-radius: 3px;
}
#reasons .reasons-item .inbox-text {
	
}

@media (max-width: 1400px) {
	#reasons .reasons-item .construction .construction-item .construction-item___text {
		padding-left: 22px;
	}
}
@media (max-width: 1194px) {
	#reasons .reasons-item .construction .construction-item .construction-item___img {
		max-width: 90px;
		max-height: 90px;
	}
	#reasons .reasons-item .construction .construction-item .construction-item___text {
		font-size: .9em;
	}
	#reasons .reasons-item .construction .construction-item .construction-item___text p.construction-name {
		font-size: .9em;
	}
}
@media (max-width: 768px) {
	#reasons {
		padding-bottom: 30px;
		border-bottom: 2px solid #D60060;
	}
	#reasons .reasons-title span {
		padding: 0 62px;
	}
	#reasons .reasons-title span::before,
	#reasons .reasons-title span::after {
		width: 1.3em;
		height: 1.3em;
	}
	#reasons .reasons-item p.num {
		display: block;
		text-align: center;
		font-size: 1.3em;
	}
	#reasons .reasons-item p.num {
		display: flex;
		align-items: center;
	}
	#reasons .reasons-item p.num:before,
	#reasons .reasons-item p.num:after {
		content: "";
		height: 2px;
		flex-grow: 1;
		background-color: #D60060;
	}
	#reasons .reasons-item p.num:before {
		margin-right: 1rem;
	}
	#reasons .reasons-item p.num:after {
		margin-left: 1rem;
	}
	#reasons .reasons-item p.num span {
		display: inline-block;
		background: #D60060;
		color: #FFF;
		padding: 0 9px;
		border-radius: 3px;
	}
	#reasons .reasons-subtitle {
		text-align: center;
	}
	#reasons .reasons-subtitle span {
		display: none;
	}
	#reasons .reasons-item {
		border: none;
		padding: 0;
		border-radius: 0;
	}
	#reasons .reasons-item .construction .construction-item {
		flex-direction: column;
	}
	#reasons .reasons-item .construction .construction-item .construction-item___img {
		margin: 0 auto;
	}
	#reasons .reasons-item .construction .construction-item .construction-item___text {
		padding: 0;
		margin-top: 12px;
		font-size: 1em;
	}
	
	#reasons .reasons-item img.reasons-img {
		width: 200px;
	}
}
@media (max-width: 559px) {
	#reasons .reasons-item img.reasons-img {
		width: 180px;
	}
}
@media (max-width: 430px) {
	#reasons .reasons-title span {
		padding: 0 38px;
	}
	#reasons .reasons-item img.reasons-img {
		width: 150px;
		margin: 0 22px 18px 0;
	}
}
@media (max-width: 380px) {
	#reasons .reasons-item img.reasons-img {
		width: 120px;
	}
}
@media (max-width: 320px) {
	#reasons .reasons-item img.reasons-img {
		width: 90px;
		margin: 0 18px 12px 0;
	}
}


/* ******************************************************
 * 工事エリア
 * *************************************************** */

#area {
	margin-top: 60px;
	padding: 45px;
    background: #EFF9FF;
    border-radius: 18px;
	border: 1px solid #008cd8;
}
#area .area-title {
	color: #008cd8;
}
#area .area-text {
	margin-top: 18px;
}

@media (max-width: 768px) {
	#area {
		padding: 30px;
	}
}
@media (max-width: 320px) {
	#area {
		padding: 30px 20px;
	}
}


/* ******************************************************
 * お問い合わせ
 * *************************************************** */

#contact-common {
	padding: 60px 0;
	margin-bottom: 18px;
	background: url("../img/common/contact-commonBg.webp") no-repeat;
	background-size: cover;
}
#contact-common p.contact-commonText {
	text-align: center;
	font-weight: 600;
	font-size: clamp(1.6rem, 1.089rem + 2.55vw, 3rem);
	line-height: 1.4;
}
#contact-common p.contact-commonText span {
	display: block;
	font-size: .8em;
	margin-top: 3px;
}
#contact-common .contact-common-flex {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact-common .contact-common-flex .contact-common-flex___phone {
	text-align: center;
}
#contact-common .contact-common-flex .contact-common-flex___phone .num {
	display: inline-block;
	margin: 0 auto;
}
#contact-common .contact-common-flex .contact-common-flex___phone .num span.free {
	display: block;
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-size: clamp(2.2rem, 0.812rem + 6.92vw, 6rem);
	line-height: 1.4;
	padding-left: calc(1em + 18px);
    text-align: center;
    margin-top: -12px;
}

#contact-common .contact-common-flex .contact-common-flex___phone p.open {
	color: #222;
    text-align: center;
    margin-top: -12px;
}
#contact-common .contact-common-flex .contact-common-flex___web {
	padding-left: 3vw;
}
#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb {
	display: block;
	min-width: 460px;
	background: #008cd8;
    padding: 30px;
	border-radius: 6px;
}
#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb span.web {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: clamp(1.6rem, 1.235rem + 1.82vw, 2.6rem);
	font-weight: 500;
	line-height: 1.4;
}
#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb span.web span.dot {
	margin: 0 -4px;
}
#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb span.open {
    display: block;
    text-align: center;
	color: #FFF;
	margin-top: 6px;
}


@media (max-width: 1194px) {
	#contact-common .contact-common-flex .contact-common-flex___phone {
	}
	#contact-common .contact-common-flex .contact-common-flex___phone .num {
		max-width: 400px;
	}
	#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb {
		min-width: 380px;
	}
}
@media (max-width: 768px) {
	#contact-common .contact-common-flex {
		flex-direction: column;
	}
	#contact-common .contact-common-flex .contact-common-flex___web {
		padding: 0;
		margin-top: 18px;
        width: 100%;
	}
	#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb {
        max-width: 460px;
        margin: 0 auto;
	}
}
@media (max-width: 559px) {
	#contact-common {
		background: url(../img/common/contact-commonBg_sp.webp) no-repeat;
		background-size: cover;
	}
	#contact-common .contact-common-flex .contact-common-flex___phone {
		width: 100%;
	}
	#contact-common .contact-common-flex .contact-common-flex___phone .num {
		max-width: 320px;
	}
	#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb {
		min-width: 100%;
        max-width: 100%;
        margin: 0 auto;
		padding: 22px 12px;
	}
}
@media (max-width: 430px) {
	#contact-common .contact-common-flex .contact-common-flex___phone .num {
		max-width: 280px;
	}
}
@media (max-width: 320px) {
	#contact-common .contact-common-flex .contact-common-flex___phone .num {
		max-width: 220px;
	}
	#contact-common .contact-common-flex .contact-common-flex___web a.btnWeb span.open {
		font-size: .9em;
	}
}



/* ******************************************************
 * トップページ
 * *************************************************** */

#front-page img.sale-banner {
	border-radius: 18px 18px 0 0;
}



/* ******************************************************
 * 404 
 * *************************************************** */

#error .error-block {
	text-align: center;
}
#error .error-block .btn-box {
	margin-top: 30px;
}


/* ******************************************************
 * フッター
 * *************************************************** */

footer {
	overflow: hidden;
	color: #FFF;
	font-size: .9em;
	background-color: #222;
	padding: 60px 0;
	position: relative;
}
footer .totop a.totop-link {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
footer .footer-contact {
	display: none;
}

/* 左下の固定 */
footer .tocontact {
	position: fixed;
	left: 0;
    bottom: 0;
	background: #FFF53D;
	padding: 22px 45px;
    border-radius: 0 18px 0 0;
	box-shadow: 3px 0px 15px 0px rgba(0, 0, 0, 0.15);
	z-index: 1;
}
footer .tocontact ul.tocontactList {
	display: flex;
}
footer .tocontact ul.tocontactList li:not(:first-child) {
	margin-left: 28px;
}

footer a {
	display: inline-block;
	color: #FFF;
}
footer .footer-flex {
	display: flex;
}
footer .footer-flex .footer-flex___left {
	width: 45%;
	max-width: 680px;
	min-width: 480px;
	padding-right: 60px;
}
footer .footer-flex .footer-flex___left .footer-info {
	margin-top: 30px;
}
footer .footer-flex .footer-flex___left .footer-info p.footer-info___address {
	margin: 0;
}
footer .footer-flex .footer-flex___left .footer-info p.footer-info___phone {
	margin: 0;
}
footer .footer-flex .footer-flex___left .footer-area {
	margin-top: 30px;
	font-size: .9em;
}


footer .footer-flex .footer-flex___left img.footer-logo {
	display: inline-block;
	width: 220px;
}
footer .footer-flex .footer-flex___right {
	width: 55%;
	
}
footer .footer-flex .footer-flex___right nav.footer-nav {
	display: flex;
}
footer .footer-flex .footer-flex___right nav.footer-nav ul.footer-nav01 {
	min-width: 120px;
}
footer .footer-flex .footer-flex___right nav.footer-nav ul.footer-nav02 {
	min-width: 280px;
}
footer .footer-flex .footer-flex___right nav.footer-nav ul.footer-nav03 {
	min-width: 280px;
}
footer .footer-flex .footer-flex___right nav.footer-nav ul li:not(:first-child){
	margin-top: 12px;
}
footer .footer-flex .footer-flex___right nav.footer-nav ul li.must {
	font-size: .8em;
}
footer .footer-flex .footer-flex___right nav.footer-nav ul ul {
	margin-top: 12px;
}

footer .footerBox {
	margin-top: 60px;
}
footer .footerCopyright {
	
}
footer p.copylight {
	text-align: center;
	margin: 45px 0 0;
	padding-top: 45px;
	border-top: 1px solid #141414;
	position: relative;
}
footer p.copylight::before {
	 content: "";
	 position: absolute;
	 top: -2px;
	 left: 0;
	 background: #2D2D2D;
	 width: 100%;
	 height: 1px;
}


@media (max-width: 834px) {
	/* 左下の固定 */
	footer .tocontact {
		display: none;
	}
}
@media (max-width: 768px) {
	footer .footer-flex .footer-flex___left {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding-right: 0;
		text-align: center;
	}
	footer .footer-flex .footer-flex___left .footer-info,
	footer .footer-flex .footer-flex___left .footer-area {
		text-align: left;
	}
	footer .footer-flex .footer-flex___right {
		display: none;
	}
}
@media (max-width: 559px) {
	footer .totop {
		width: 100%;
		position: fixed;
        bottom: 0;
		left: 0;
		z-index: 2;
	}
	footer .footer-contact {
		display: block;
		width: 100%;
		background: #008cd8;
		position: relative;
	}
	footer .footer-contact .footer-contact-flex {
		display: flex;
		align-items: stretch;
	}
	footer .footer-contact .footer-contact-flex .footer-contact-flex___phone {
		width: calc(100% / 2);
		text-align: center;
		padding: 18px;
		border-right: 1px solid #FFF;
	}
	footer .footer-contact .footer-contact-flex .footer-contact-flex___web {
		width: calc(100% / 2);
		text-align: center;
		padding: 18px;
		border-left: 1px solid #FFF;
	}
	footer .totop a.totop-link {
		width: 45px;
		height: 45px;
		position: absolute;
		right: 12px;
        bottom: 90px;
	}
	
	footer .footer-flex .footer-flex___left img.footer-logo {
		display: block;
		margin: 0 auto;
		width: 180px;
	}
}
@media (max-width: 430px) {
	footer .totop a.totop-link {
        bottom: 80px;
	}
}
@media (max-width: 380px) {
	footer .totop a.totop-link {
        bottom: 72px;
        right: 9px;
        width: 36px;
        height: 36px;
	}
}
@media (max-width: 320px) {
	footer {
		padding: 45px 0;
	}
	footer .totop a.totop-link {
        bottom: 60px;
	}
	footer .footer-contact .footer-contact-flex .footer-contact-flex___phone {
		padding: 12px;
	}
	footer .footer-contact .footer-contact-flex .footer-contact-flex___web {
		padding: 12px;
	}
	footer .footer-flex .footer-flex___left .footer-area {
		font-size: 1em;
	}
	footer .footer-flex .footer-flex___left img.footer-logo {
		width: 150px;
	}
}
