@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
 html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

*,
*:after,
:after,
*:before {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #222222;
	line-height: 1.7;
	letter-spacing: 0em;
}

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

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}

ul {
	list-style: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 600px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.u-sp-center {
		margin: 0 auto;
	}
}

.u-mt30 {
	margin-top: 30px;
}

.u-mart40 {
	margin-top: 40px;
}

@media screen and (max-width: 600px) {
	.u-mart40 {
		margin-top: 30px;
	}
}

.u-mt65 {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	.u-mt65 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.u-sp-mb0 {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.u-sp-mb20 {
		margin-bottom: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.u-sp-mb30 {
		margin-bottom: 30px !important;
	}
}

/* button */
.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.btn-wrap.center {
	justify-content: center;
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.btn-wrap {
		flex-direction: column;
		margin-left: 0;
		text-align: center;
	}
}

.btn-icon {
	display: flex;
	justify-content: center;
	width: 570px;
	height: 110px;
	background-color: #222222;
	color: #FFF;
	border-radius: 110px;
	position: relative;
	transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
	.btn-icon {
		height: 64px;
		width: 100%;
	}
}

.btn-icon::before {
	content: "";
	position: absolute;
	background: url(../images/smarthouse/common/btn-arw-white.svg) no-repeat center/contain;
	width: 36px;
	height: 15px;
	right: 42px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.btn-icon::before {
		width: 21px;
		right: 25px;
	}
}

.btn-icon:hover {
	background: #666;
}

.btn-icon img {
	width: 90px;
	margin-right: auto;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.btn-icon img {
		width: 52px;
		margin-left: 6px;
	}
}

.btn-icon__text {
	position: absolute;
	display: block;
	width: -moz-max-content;
	width: max-content;
	font-weight: 700;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 21px;
	line-height: 1.3;
	transform: translate(50%, -50%);
	top: 50%;
	right: 50%;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.btn-icon__text {
		font-size: 14px;
	}
}

/* =============================================
SH配下共通パーツ
============================================= */
.c-sh-ttl {
	position: relative;
	font-size: 43px;
	font-weight: 700;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-align: center;
	margin-bottom: 37px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl {
		font-size: 24px;
		margin-bottom: 25px;
	}
}

.c-sh-ttl--panel {
	font-size: 38px;
	margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl--panel {
		font-size: 24px;
		margin-bottom: 25px;
	}
}

.c-sh-ttl--small {
	font-size: 22px;
	display: block;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl--small {
		font-size: 16px;
	}
}

.c-sh-ttl-h3 {
	font-size: 32px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl-h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.c-sh-ttl-h3--large {
	margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl-h3--large {
		margin-bottom: 25px;
	}
}

.c-sh-ttl-h3--small {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl-h3--small {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

.c-sh-ttl-h3--sup {
	font-size: 17px;
	top: -1em;
	left: 0.7em;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl-h3--sup {
		font-size: 11px;
		left: 0.2em;
	}
}

@media screen and (max-width: 767px) {
	.c-sh-ttl-h3--sp18 {
		font-size: 18px;
	}
}

.l-wrapDefault {
	position: relative;
	max-width: 1130px;
	width: 90vw;
	margin: 0 auto;
}

.l-wrapDefault--bg {
	max-width: 1320px;
}

@media screen and (max-width: 767px) {
	.l-wrapDefault--bg {
		width: 100%;
	}
}

.l-wrapDefault--bg::before {
	content: "";
	position: absolute;
	display: block;
	background-image: linear-gradient(180deg, #f8f8f8, rgba(248, 248, 248, 0));
	width: 100%;
	height: 257px;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.l-wrapDefault--bg::before {
		width: 120vw;
		left: -10vw;
	}
}

@media screen and (max-width: 767px) {
	.l-wrapDefault--spFull {
		width: 100%;
		margin: 0;
	}
}

.l-wrapDefault--narrow {
	max-width: 1090px;
}

.l-wrapDefault--panelarea {
	max-width: 904px;
}

.l-wrapDefault+.l-wrapDefault {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.l-wrapDefault+.l-wrapDefault {
		margin-top: 50px;
	}
}
.l-wrapDefault+.l-wrapDefault--large {
	margin-top: 110px;
}

@media screen and (max-width: 767px) {
	.l-wrapDefault+.l-wrapDefault--large {
		margin-top: 80px;
	}
}

.l-wrapDefault--large+.l-wrapDefault--large {
	margin-top: 110px;
}

@media screen and (max-width: 767px) {
	.l-wrapDefault--large+.l-wrapDefault--large {
		margin-top: 80px;
	}
}

.c-hero {
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
}

.c-heroIntro {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 100%;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
}

.c-heroIntro__heading {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1286px) {
	.c-heroIntro__heading {
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 767px) {
	.c-heroIntro__heading {
		width: 100%;
		font-size: 32px;
		letter-spacing: 0.05em;
	}
}

.c-heroIntro__text {
	padding-top: 0px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1286px) {
	.c-heroIntro__text {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	.c-heroIntro__text {
		font-size: 13px;
	}
}

.c-heroImg {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.c-heroImg img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
	.c-heroImg {
		height: 180px;
	}
}

.c-heroImg::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(35, 24, 21, 0.5);
}

.c-heroImg--multiply::before {
	background: #285a6c;
	mix-blend-mode: multiply;
	opacity: 0.75;
}

.c-heroImg--original::before {
	display: none;
}

.p-point-ly {
	position: relative;
	overflow: hidden;
}

.p-point-ly__item {
	margin: 0 auto;
	padding-top: 70px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item {
		padding-top: 35px;
	}
}

.p-point-ly__item__top {
	position: relative;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top {
		width: 84vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.p-point-ly__item__top-txt {
	max-width: 800px;
	margin: 0 auto 41px;
	text-align: left;
	line-height: 1.875;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-txt {
		max-width: 84vw;
		font-size: 14px;
		margin: 0 auto 20px;
	}
}
.p-point-ly__item__top-txt--center {
	text-align: center;
	font-size: 11px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-txt--center {
		font-size: 10px;
	}
}
.p-point-ly__item__top-img {
	max-width: 660px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}
.p-point-ly__item__top-img--wide {
	max-width: 900px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-img--wide {
		max-width: 100%;
	}
}
.p-point-ly__layout {
	position: relative;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 40px;
	border-bottom: 1px solid #F5F5F5;
	max-width: 1067px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout {
		flex-direction: column;
		gap: 25px;
		width: 95%;
		margin: 0 auto 30px;
		padding-bottom: 30px;
	}
}

.p-point-ly__layout::before {
	content: "";
	background-color: #404040;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout::before {
		left: -10px;
		width: 28px;
	}
}

.p-point-ly__layout::after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 12px;
	height: 1px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout::after {
		background: #f5f5f5;
		right: -10px;
	}
}

.p-point-ly__layout--center {
	align-items: center;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout--center {
		align-items: flex-start;
	}
}

.p-point-ly__layout__img {
	max-width: 560px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__img {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.p-point-ly__layout__img--mt {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__img--mt {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__img--op {
		margin-bottom: 15px;
	}
}
.p-point-ly__layout__img--middle {
	max-width: 460px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__img--middle {
		max-width: 100%;
	}
}
.p-point-ly__layout__desc {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-left: 40px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__desc {
		padding-left: 0;
		font-size: 14px;
	}
}

.p-point-ly__layout__num {
	font-size: 30px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 500;
	color: #900000;
	margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__num {
		font-size: 27px;
		margin-bottom: 0;
	}
}

.p-point-ly__layout__num--small {
	font-size: 16px;
	margin-right: 3px;
}
.p-point-ly__layout__num--short {
	margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__num--short {
		margin-bottom: 0;
	}
}
.p-point-ly__layout__ttl {
	font-size: 24px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 25px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__ttl {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__ttl--op {
		font-size: 20px;
	}
}

.p-point-ly__layout__ttl--sec {
	margin-bottom: 15px;
}

.p-point-ly__layout__op-wrap {
	display: flex;
	align-items: baseline;
	gap: 30px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__op-wrap {
		gap: 15px;
	}
}

.p-point-ly__layout__option {
	position: relative;
	top: -4px;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid #222;
	color: #222;
	font-size: 16px;
	line-height: 1;
	padding: 6px 17px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__option {
		top: -2px;
		font-size: 13px;
		padding: 2px 7px;
	}
}

.p-point-ly__layout__sub-ttl {
	font-size: 20px;
	margin-bottom: 5px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__sub-ttl {
		font-size: 16px;
	}
}

.p-point-ly__layout__sub-ttl--op {
	line-height: 1.6;
	margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__sub-ttl--op {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 8px;
	}
}

.p-point-ly__layout__sub-ttl--sec {
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__sub-ttl--sec {
		margin-bottom: 8px;
	}
}

.p-point-ly__layout__sub-img {
	margin-top: 40px;
}

.p-point-ly__layout__sub-img--num01 {
	max-width: 375px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__sub-img--num01 {
		max-width: 280px;
		margin: 25px auto 0;
	}
}

.p-point-ly__layout__sub-img--num02 {
	max-width: 409px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__sub-img--num02 {
		max-width: 100%;
		margin: 25px auto 0;
	}
}

.p-point-ly__layout__sub-img--num03 {
	max-width: 460px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout__sub-img--num03 {
		max-width: 100%;
		margin: 25px auto 0;
	}
}

.p-point-panelarea {
	position: relative;
	margin-top: 100px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.p-point-panelarea {
		margin-top: 20px;
		margin-bottom: 5px;
	}
}

.p-point-panelarea--top {
	margin-top: 120px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.p-point-panelarea--top {
		margin-top: 50px;
		margin-bottom: 40px;
	}
}

.p-link-panel {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1px;
}

.p-link-panel>li {
	height: 225px;
	width: calc(25% - 0.75px);
}

@media screen and (max-width: 767px) {
	.p-link-panel>li {
		height: auto;
		width: calc(50% - 0.5px);
		aspect-ratio: 1/1;
	}
}

.p-link-panel__item {
	height: 100%;
	display: grid;
	place-content: center;
	position: relative;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
	text-align: center;
	color: #fff;
	transition: 0.3s ease;
}

.p-link-panel__item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #696969;
	mix-blend-mode: multiply;
	transition: 0.3s ease;
	opacity: 1;
	left: 0;
	top: 0;
}

.p-link-panel__item::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/smarthouse/common/btn-arw-white-small.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
	.p-link-panel__item::after {
		right: 15px;
	}
}

.p-link-panel__item:hover::before {
	opacity: 0.5;
}

.p-link-panel__item--soene {
	background: url(../images/smarthouse/common/panel-soene.jpg) no-repeat center/cover;
}

.p-link-panel__item--chikuene {
	background: url(../images/smarthouse/common/panel-chikuene.jpg) no-repeat center/cover;
}

.p-link-panel__item--enta {
	background: url(../images/smarthouse/common/panel-enta.jpg) no-repeat center/cover;
}

.p-link-panel__item--ev {
	background: url(../images/smarthouse/common/panel-ev.jpg) no-repeat center/cover;
}

.p-link-panel__item--iot {
	background: url(../images/smarthouse/common/panel-iot.jpg) no-repeat center/cover;
}

.p-link-panel__item--kenko {
	background: url(../images/smarthouse/common/panel-kenko.jpg) no-repeat center/cover;
}

.p-link-panel__item--secu {
	background: url(../images/smarthouse/common/panel-secu.jpg) no-repeat center/cover;
}

.p-link-panel__item--shoene {
	background: url(../images/smarthouse/common/panel-shoene.jpg) no-repeat center/cover;
}

.p-link-panel__item--soene {
	background: url(../images/smarthouse/common/panel-soene.jpg) no-repeat center/cover;
}

.p-link-panel__inner {
	position: relative;
	z-index: 2;
	padding-bottom: 4px;
}

.p-link-panel__ttl {
	display: block;
}

.p-link-panel__ttl--jp {
	font-size: 26px;
	position: relative;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.p-link-panel__ttl--jp {
		font-size: 5.07vw;
		margin-bottom: 7px;
		padding-bottom: 2px;
	}
}

.p-link-panel__ttl--jp::before {
	content: "";
	position: absolute;
	background: #fff;
	height: 1px;
	width: 99px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.p-link-panel__ttl--jp::before {
		width: 19.47vw;
	}
}

.p-link-panel__ttl--en {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.p-link-panel__ttl--en {
		font-size: 2.93vw;
	}
}

.p-link-txt {
	text-align: center;
	line-height: 1.9;
	margin-bottom: 41px;
}

@media screen and (max-width: 767px) {
	.p-link-txt {
		padding: 0 5%;
		font-size: 14px;
		margin-bottom: 20px;
		text-align: left;
	}
}

/* =============================================
スマートハウスTOP
============================================= */
.c-top-ttl {
	position: relative;
	text-align: center;
}

.c-top-ttl__en {
	display: block;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 80px;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.c-top-ttl__en {
		font-size: 60px;
		margin-bottom: 10px;
	}
}

.c-top-ttl__en--first {
	color: #897C6C;
}

.c-top-ttl__jp {
	display: block;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 20px;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	font-weight: 800;
}

@media screen and (max-width: 767px) {
	.c-top-ttl__jp {
		font-size: 14px;
	}
}

.c-top-ttl__note {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.c-top-ttl__note {
		font-size: 10px;
	}
}

.c-top-ttl02 {
	position: relative;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.c-top-ttl02 {
		margin-bottom: 30px;
	}
}

.c-top-ttl02__main {
	display: block;
	line-height: 1.4;
	font-size: 43px;
}

@media (max-width: 767px) {
	.c-top-ttl02__main {
		font-size: 30px;
	}
}

.c-top-ttl02__sub {
	line-height: 1.4;
	display: block;
	font-size: 20px;
}

@media (max-width: 767px) {
	.c-top-ttl02__sub {
		font-size: 14px;
	}
}

.c-bl-button {
	border: 1px solid #666666;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #222;
	transition: 0.3s ease;
	max-width: 350px;
	width: 100%;
	height: 50px;
}

@media screen and (max-width: 767px) {
	.c-bl-button {
		max-width: 100%;
		height: 45px;
	}
}

.c-bl-button:hover {
	color: #222;
	background: #fff;
}

.c-bl-button--300 {
	max-width: 300px;
}

@media screen and (max-width: 767px) {
	.c-bl-button--300 {
		color: #222;
		background: #fff;
		max-width: 247px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.c-bl-button--300:active {
		color: #fff;
		background: #222;
	}
}

.p-top-hero {
	position: relative;
	height: 36.4583333333vw;
	max-width: 100%;
	display: flex;
	align-items: center;
	background: url(../images/smarthouse/top/top_kv.webp) no-repeat center/cover;
}

.p-top-hero::before {
	content: "";
	position: absolute;
	background: #d5d5d5;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	.p-top-hero {
		height: 62vw;
		display: flex;
		align-items: center;
	}
}

.p-top-hero__ttl {
	color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	.p-top-hero__ttl {
		padding: 20px 0 0 155px;
	}
}

@media (max-width: 767px) {
	.p-top-hero__ttl {
		padding: 0 20px;
	}
}

.p-top-hero__ttl-sub {
	line-height: 1.5;
	font-size: 29px;
	font-family: "Noto Serif JP", serif;
	text-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
	letter-spacing: 0;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.p-top-hero__ttl-sub {
		font-size: 12px;
		line-height: 1;
		margin-bottom: 10px;
	}
}

.p-top-hero__ttl-main {
	font-size: 86px;
	font-family: "Noto Serif JP", serif;
	text-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
	letter-spacing: 0;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.p-top-hero__ttl-main {
		font-size: 30px;
		line-height: 1;
	}
}

.p-top-about {
	position: relative;
	padding: 120px 0;
}

@media screen and (max-width: 767px) {
	.p-top-about {
		padding: 40px 0 65px;
	}
}

.p-top-about__txt {
	text-align: center;
	line-height: 1.9;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.p-top-about__txt {
		padding: 0 10px;
		font-size: 14px;
		margin: 30px auto 0;
		text-align: left;
	}
}

.p-top-about__img {
	display: block;
	text-align: center;
	margin: 55px auto 0;
	max-width: 800px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-top-about__img {
		margin: 30px auto 0;
	}
}

.p-top-cta {
	position: relative;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.p-top-cta {
		margin-top: 0;
	}
}

.p-top-cta__box {
	background: #F8F8F8;
	padding: 50px 20px;
}

@media screen and (max-width: 767px) {
	.p-top-cta__box {
		padding: 30px 24px;
	}
}

.p-top-cta__btn-wrap {
	display: grid;
	grid-template-columns: 350px 350px;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.p-top-cta__btn-wrap {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.p-top-cta__ttl {
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.p-top-cta__ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.p-top-feature__layout {
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.p-top-feature__layout {
		width: 84%;
		flex-direction: column;
		align-items: flex-start;
	}
}

.p-top-feature__img {
	max-width: 560px;
	width: 100%;
}

.p-top-feature__desc {
	flex: 1;
}

.p-top-feature__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

@media (max-width: 767px) {
	.p-top-feature__list {
		gap: 5px;
	}
}

.p-top-feature__list-item {
	position: relative;
	padding: 12px 25px;
	height: 70px;
	background: linear-gradient(90deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.p-top-feature__list-item {
		padding: 5px 0 5px 15px;
		height: 49px;
		font-size: 14px;
	}
}

.p-top-feature__num {
	display: flex;
	align-items: center;
	position: relative;
	color: #900000;
	font-size: 24px;
	margin-right: 30px;
}

@media (max-width: 767px) {
	.p-top-feature__num {
		font-size: 15px;
		margin-right: 15px;
	}
}

.p-top-feature__num span {
	line-height: 1;
	display: block;
}

.p-top-feature__num--en {
	font-size: 13px;
	margin-right: 5px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.p-top-feature__num--en {
		margin-right: 2px;
		font-size: 10px;
	}
}

.p-top-feature__note {
	max-width: 1050px;
	margin: 30px auto 0;
	font-size: 12px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.p-top-feature__note {
		margin: 20px auto 0;
		width: 84vw;
		font-size: 10px;
	}
}

.p-top-feature__note--num02 {
	max-width: 940px;
}

.p-top-feature__txt {
	display: block;
	line-height: 1;
	margin-bottom: 5px;
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.p-top-feature__txt {
		margin-bottom: 1px;
		padding-top: 7px;
	}
}

.p-top-feature__sub-txt {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-top-feature__sub-txt {
		font-size: 10px;
	}
}

.p-top-set {
	position: relative;
	padding-top: 105px;
}

@media screen and (max-width: 767px) {
	.p-top-set {
		padding-top: 50px;
	}
}

.p-top-custom {
	position: relative;
	padding-top: 105px;
}

@media screen and (max-width: 767px) {
	.p-top-custom {
		padding-top: 80px;
	}
}

.p-top-custom__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-top-custom__btn-wrap {
		margin: 0 auto;
	}

	.p-top-custom__btn-wrap .c-bl-button {
		max-width: 297px;
	}
}

.p-top-center-img {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-top-center-img {
		width: 88vw;
	}
}

.p-top-center-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top-set-ly {
	position: relative;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 45px;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 45px;
	border-bottom: 1px solid #F5F5F5;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly {
		flex-direction: column;
		gap: 25px;
		width: 95%;
		margin: 0 auto 30px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 30px;
	}
}

.p-top-set-ly::before {
	content: "";
	background-color: #404040;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly::before {
		left: -10px;
		width: 28px;
	}
}

.p-top-set-ly__img {
	max-width: 360px;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly__img {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.p-top-set-ly__desc {
	flex: 1;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly__desc {
		font-size: 14px;
	}
}

.p-top-set-ly__txt {
	line-height: 1.875;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly__txt {
		line-height: 1.8;
	}
}

.p-top-set-ly__ttl {
	font-size: 32px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly__ttl {
		text-align: center;
		font-size: 22px;
		margin-bottom: 12px;
	}
}

.p-top-set-ly__btn {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.p-top-set-ly__btn {
		margin-top: 20px;
	}
}

.p-top-custom-ly {
	position: relative;
	padding: 40px;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly {
		align-items: flex-start;
		flex-direction: column;
		width: 84vw;
		gap: 15px;
		padding: 0 0 40px;
		margin: 0 auto;
	}
}

.p-top-custom-ly--bg {
	background: #f8f8f8;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly--bg {
		background: none;
	}
}

.p-top-custom-ly--reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly--reverse {
		flex-direction: column;
	}
}

.p-top-custom-ly__img {
	max-width: 470px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly__img {
		max-width: 100%;
	}
}

.p-top-custom-ly__desc {
	flex: 1;
}

.p-top-custom-ly__ttl {
	font-size: 32px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1.5;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly__ttl {
		font-size: 20px;
	}
}

.p-top-custom-ly__plan {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	background: #222;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 8px 25px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly__plan {
		font-size: 10px;
		padding: 5px 12px;
		margin-bottom: 5px;
	}
}

.p-top-custom-ly__txt {
	font-size: 15px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly__txt {
		font-size: 12px;
		letter-spacing: -0.04em;
	}
}

.p-top-custom-ly__sub-img {
	display: block;
	margin-top: 15px;
}

.p-top-custom-ly__sub-img--num03 {
	max-width: 404px;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly__sub-img--num03 {
		max-width: 62.6vw;
	}
}

.p-top-custom-ly__sub-img img {
	display: block;
	width: 100%;
	height: auto;
}

.p-top-custom-ly__note {
	position: absolute;
	left: 40px;
	bottom: 0px;
	font-size: 12px;
	margin-top: 15px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.p-top-custom-ly__note {
		margin-top: 10px;
		font-size: 10px;
		position: static;
	}
}

/* =============================================
創エネページ
============================================= */
.p-soene-about {
	padding: 80px 0 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-soene-about {
		padding: 24px 0 0;
	}
}

.p-soene-about__box {
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	width: 663px;
	background: #fafafa;
	padding: 43px 20px 28px;
	margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
	.p-soene-about__box {
		width: 100%;
		height: auto;
		background-image: linear-gradient(180deg, #FAFAFA, rgba(250, 250, 250, 0));
		padding: 20px 30px 13px;
		margin: 0 auto 30px;
	}
}

.p-soene-about__catch {
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-soene-about__catch__note {
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch__note {
		margin-top: 8px;
	}
}

.p-soene-about__catch .text--30 {
	display: block;
	font-size: 30px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch .text--30 {
		font-size: 20px;
	}
}

.p-soene-about__catch .text--32 {
	font-size: 32px;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch .text--32 {
		font-size: 22px;
	}
}

.p-soene-about__catch .text--45 {
	line-height: 1.2;
	font-size: 45px;
	letter-spacing: -5px;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch .text--45 {
		font-size: 40px;
	}
}

.p-soene-about__catch .num {
	font-size: 60px;
	letter-spacing: 0em;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch .num {
		font-size: 46px;
	}
}

.p-soene-about__catch .text--26 {
	font-size: 26px;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch .text--26 {
		font-size: 22px;
	}
}

.p-soene-about__catch .text--36 {
	font-size: 36px;
}

@media screen and (max-width: 767px) {
	.p-soene-about__catch .text--36 {
		font-size: 27px;
	}
}

.p-soene-about__catch .red {
	color: #e00000;
}

.p-soene-about__text {
	text-align: center;
	line-height: 1.9;
}

@media screen and (min-width: 768px) and (max-width: 1286px) {
	.p-soene-about__text {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.p-soene-about__text {
		padding: 0 10px;
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
}

.p-soene-taiyo {
	position: relative;
	padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
	.p-soene-taiyo {
		padding-bottom: 75px;
	}
}

.p-soene-taiyo__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.p-soene-taiyo__img {
		height: 200px;
	}
}

.p-soene-taiyo__img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-soene-taiyo__text {
	position: relative;
	background-color: #FFF;
	margin: -70px auto 0;
	padding-top: 45px;
	max-width: 850px;
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.p-soene-taiyo__text {
		margin: -40px auto 0;
		padding-top: 30px;
		width: calc(100% - 60px);
	}
}

.p-soene-taiyo__text__h2 {
	line-height: 1.5;
	font-size: 32px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-align: center;
	margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
	.p-soene-taiyo__text__h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.p-soene-taiyo__text__desc {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-soene-taiyo__text__desc {
		padding: 0 10px;
		margin-bottom: 25px;
		font-size: 14px;
		text-align: left;
	}
}

/* =============================================
オプション一覧
============================================= */
.p-option-hero {
	position: relative;
	padding: 120px 5% 60px;
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.p-option-hero {
		padding: 40px 5% 30px;
		margin-bottom: 0;
	}
}

.p-option-hero::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(0deg, #FFFFFF, #F7F5F5);
	clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.p-option-hero::after {
		clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
		top: 28px;
	}
}

.p-option-hero__ttl {
	text-align: center;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1.4;
}

.p-option-hero__ttl__main {
	display: block;
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.p-option-hero__ttl__main {
		font-size: 24px;
	}
}

.p-option-hero__ttl__sub {
	display: block;
	margin-top: 10px;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.p-option-hero__ttl__sub {
		font-size: 14px;
		margin-top: 5px;
	}
}

.p-option-list {
	position: relative;
}

@media screen and (max-width: 767px) {
	.p-option-list {
		padding: 0 3vw;
	}
}

.p-option-list>li {
	position: relative;
	height: 320px;
}

@media screen and (max-width: 767px) {
	.p-option-list>li {
		height: auto;
	}
}

.p-option-list>li+li {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.p-option-list>li+li {
		margin-top: 30px;
	}
}

.p-option-list__item {
	position: relative;
	z-index: 2;
	padding: 20px 30px;
	height: 100%;
	display: grid;
	place-content: center;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.p-option-list__item {
		padding: 32px 0 35px;
	}
}

.p-option-list__ttl {
	text-align: center;
	font-size: 43px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.p-option-list__ttl {
		font-size: 25px;
	}
}

.p-option-list__txt {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-option-list__txt {
		font-size: 11px;
	}
}

.p-option-list__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.p-option-list__bg img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-option-list__btn {
	position: absolute;
	right: 30px;
	bottom: 20px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 700;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
	max-width: 300px;
	width: 100%;
	height: 50px;
}

@media screen and (max-width: 767px) {
	.p-option-list__btn {
		position: static;
		max-width: 162px;
		height: 32px;
		margin: 15px auto 0;
		font-size: 10px;
	}
}

.p-option-list__btn:hover {
	color: #222;
	background: #fff;
}

/* =============================================
オプション_セキュリティ
============================================= */
.p-secu-top {
	position: relative;
	padding-top: 80px;
	padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
	.p-secu-top {
		padding: 24px 0 80px;
	}
}

.p-secu-intro {
	position: relative;
	background: #fafafa;
	max-width: 670px;
	width: 90vw;
	margin: 50px auto 40px;
	padding: 40px 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-secu-intro {
		margin: 40px auto 30px;
		padding: 25px 30px;
	}
}

.p-secu-intro__ttl {
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 30px;
	margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
	.p-secu-intro__ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.p-secu-intro__img {
	max-width: 490px;
	display: inline-block;
}

.p-secu-intro__txt {
	line-height: 1.875;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-secu-intro__txt {
		font-size: 14px;
		text-align: left;
	}
}

.p-secu-center-img {
	margin-top: 100px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.p-secu-center-img {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

/* =============================================
EVページ
============================================= */
.p-ev-about {
	position: relative;
	padding: 80px 0 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-ev-about {
		padding: 25px 0 0;
	}
}

.p-ev-about__text {
	text-align: center;
	line-height: 1.9;
}

@media screen and (min-width: 768px) and (max-width: 1286px) {
	.p-ev-about__text {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.p-ev-about__text {
		padding: 0 10px;
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
}

.p-ev-taiyo {
	position: relative;
	padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
	.p-ev-taiyo {
		padding-bottom: 75px;
	}
}

.p-ev-taiyo__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.p-ev-taiyo__img {
		height: 200px;
	}
}

.p-ev-taiyo__img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-ev-taiyo__text {
	position: relative;
	background-color: #FFF;
	margin: -70px auto 0;
	padding-top: 45px;
	max-width: 850px;
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.p-ev-taiyo__text {
		margin: -40px auto 0;
		padding-top: 30px;
		width: calc(100% - 60px);
	}
}

.p-ev-taiyo__text__h2 {
	line-height: 1.5;
	font-size: 32px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-align: center;
	margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
	.p-ev-taiyo__text__h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.p-ev-taiyo__text__desc {
	margin-bottom: 40px;
	line-height: 1.875;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-ev-taiyo__text__desc {
		padding: 0 10px;
		margin-bottom: 0;
		line-height: 1.8;
		font-size: 14px;
		text-align: left;
	}
}

/* =============================================
蓄エネページ
============================================= */
.p-chiku-about {
	position: relative;
	padding: 80px 0 60px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-chiku-about {
		padding: 25px 0 35px;
	}
}

.p-chiku-about__text {
	text-align: center;
	line-height: 1.9;
}

@media screen and (min-width: 768px) and (max-width: 1286px) {
	.p-chiku-about__text {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.p-chiku-about__text {
		padding: 0 10px;
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
}

.p-point-ly__item__top-movie {
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-movie {
		margin-bottom: 50px;
	}
}

.p-point-ly__item__top-movie iframe {
	max-width: 739px;
	width: 100%;
	height: 527px;
	margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-movie iframe {
		max-width: 100%;
		width: 100%;
		height: 220px;
	}
}

.p-point-ly__item__top-movie-ttl {
	font-size: 20px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 10px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-point-ly__item__top-movie-ttl img {
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-movie-ttl {
		font-size: 15px;
	}

	.p-point-ly__item__top-movie-ttl img {
		width: 75px;
		margin-right: 8px;
	}
}

.p-point-ly__item__top-movie-txt {
	font-size: 12px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-movie-txt {
		font-size: 9px;
	}
}

.p-chiku-layout {
	position: relative;
	margin-bottom: 180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 40px;
}

@media screen and (max-width: 767px) {
	.p-chiku-layout {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
		width: 95%;
		margin: 0 auto 30px;
		padding-bottom: 30px;
	}
}

.p-chiku-layout__wrap {
	max-width: 1067px;
	width: 100%;
	margin: 0 auto;
}

.p-chiku-layout__img {
	max-width: 560px;
}

@media screen and (max-width: 767px) {
	.p-chiku-layout__img {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.p-chiku-layout__desc {
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-chiku-layout__desc {
		font-size: 14px;
	}
}

.p-chiku-layout__ttl {
	font-size: 24px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.p-chiku-layout__ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.p-chiku-taiyo {
	position: relative;
	padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
	.p-chiku-taiyo {
		padding-bottom: 75px;
	}
}

.p-chiku-taiyo__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.p-chiku-taiyo__img {
		height: 200px;
	}
}

.p-chiku-taiyo__img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-chiku-taiyo__text {
	position: relative;
	background-color: #FFF;
	margin: -70px auto 0;
	padding-top: 45px;
	max-width: 850px;
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.p-chiku-taiyo__text {
		margin: -40px auto 0;
		padding-top: 30px;
		width: calc(100% - 60px);
	}
}

.p-chiku-taiyo__text__h2 {
	line-height: 1.5;
	font-size: 32px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-align: center;
	margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
	.p-chiku-taiyo__text__h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.p-chiku-taiyo__text__desc {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-chiku-taiyo__text__desc {
		padding: 0 10px;
		margin-bottom: 0;
		font-size: 14px;
		text-align: left;
	}
}

/* =============================================
省エネページ
============================================= */
.p-shoene-taiyo {
	position: relative;
	padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
	.p-shoene-taiyo {
		padding-bottom: 80px;
	}
}
.p-shoene-taiyo--short {
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.p-shoene-taiyo--short {
		padding-bottom: 30px;
	}
}
.p-shoene-taiyo__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.p-shoene-taiyo__img {
		height: 200px;
	}
}

.p-shoene-taiyo__img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-shoene-taiyo__text {
	position: relative;
	background-color: #FFF;
	margin: -70px auto 0;
	padding-top: 45px;
	max-width: 850px;
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.p-shoene-taiyo__text {
		margin: -40px auto 0;
		padding-top: 22px;
		width: calc(100% - 60px);
	}
}

.p-shoene-taiyo__text__h2 {
	line-height: 1.5;
	font-size: 32px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-align: center;
	margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
	.p-shoene-taiyo__text__h2 {
		font-size: 22px;
		margin-bottom: 22px;
	}
}

.p-shoene-taiyo__text__desc {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-shoene-taiyo__text__desc {
		padding: 0 10px;
		margin-bottom: 0;
		font-size: 14px;
		text-align: left;
	}
}

.p-point-ly__item__top-txt02 {
	max-width: 800px;
	margin: 0 auto 15px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-txt02 {
		font-size: 14px;
	}
}

.p-point-ly__item__top-note {
	max-width: 800px;
	margin: 0 auto 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-note {
		margin: 0 auto 20px;
	}
}

.c-sh-ttl-h4 {
	font-size: 24px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.c-sh-ttl-h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

.p-point-ly__shoene-wrap {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #F5F5F5;
}

.p-point-ly__shoene-wrap::before {
	content: "";
	background-color: #404040;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.p-point-ly__shoene-img01 {
	max-width: 989px;
	width: 100%;
	margin: 0 auto;
}

.p-point-ly__shoene-img01 img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__shoene-img01 {
		width: 93%;
	}
}

.p-point-ly__shoene-img02 {
	max-width: 516px;
	width: 100%;
	margin: 0 auto;
}

.p-point-ly__shoene-img02 img {
	width: 100%;
	height: auto;
	margin-left: 25px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__shoene-img02 img {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-point-ly__shoene-img02 {
		width: 93%;
	}
}

/* =============================================
エンタメページ
============================================= */
.p-enta-about {
	position: relative;
	padding: 70px 0 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-enta-about {
		padding: 50px 0 0;
	}
}

.p-enta-about__text {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	text-align: center;
	line-height: 2;
	font-weight: 600;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.p-enta-about__text .p-enta-about__text--large {
		font-size: 18px;
	}

	.p-enta-about__text {
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.9;
	}
}

.p-enta-layout {
	display: flex;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.p-enta-layout {
		flex-direction: column;
		margin-bottom: 75px;
	}
}

.p-enta-layout__img {
	max-width: 520px;
	width: 100%;
	margin-right: 40px;
}

@media screen and (max-width: 767px) {
	.p-enta-layout__img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.p-enta-layout__desc {
	flex: 1;
}

.p-enta-layout__desc__ttl {
	font-size: 32px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 40px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-enta-layout__desc__ttl {
		font-size: 19px;
		line-height: 1.7;
		text-align: center;
		font-weight: 700;
		margin-bottom: 20px;
	}
}

.p-enta-layout__desc__text {
	font-size: 16px;
	line-height: 2;
}

.p-enta-box {
	background: #E4141C;
	padding: 50px 40px 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-enta-box {
		padding: 30px;
	}
}

.p-enta-box__img {
	width: 100%;
}

.p-enta-box__img img {
	max-width: 900px;
	width: 100%;
	height: auto;
}

.p-enta-box__note {
	max-width: 900px;
	margin: 15px auto 0;
	font-size: 11px;
	color: #4A4A4A;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.p-enta-box__note {
		width: 84%;
		margin: 10px auto 0;
		font-size: 10px;
	}
}

.p-point-ly__enta {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__enta {
		margin-bottom: 50px;
	}
}

.p-point-ly__enta__logo {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 30px;
}

.p-point-ly__enta__logo img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__enta__logo {
		max-width: 220px;
		margin: 0 auto 10px;
	}
}

.p-point-ly__enta__note {
	max-width: 900px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.6;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__enta__note {
		width: 94%;
		font-size: 10px;
	}
}

.p-point-ly__enta__img01 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__enta__img01 {
		margin-bottom: 45px;
		width: 80%;
	}
}

.p-point-ly__enta__img01 img {
	width: 100%;
	height: auto;
}

.p-point-ly__enta__img02 {
	max-width: 630px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__enta__img02 {
		width: 94%;
	}
}

.p-point-ly__enta__img02 img {
	width: 100%;
	height: auto;
}

.l-wrapDefault.p-enta-box__wrap {
	margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
	.l-wrapDefault.p-enta-box__wrap {
		margin-bottom: 60px;
		width: 100%;
	}
}

/* =============================================
健康ページ
============================================= */
.p-health-about {
	position: relative;
	padding: 80px 0 60px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-health-about {
		padding: 25px 0 40px;
		text-align: left;
		font-size: 14px;
	}
}

.p-point-ly__item__top-txt--health {
	margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-txt--health {
		margin-bottom: 40px;
	}
}

.p-point-ly__layout--health {
	padding-bottom: 30px;
}

.p-point-ly__layout--health+.p-point-ly__layout--health {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout--health {
		width: 84vw;
	}
}

.p-point-ly__layout--health .p-point-ly__layout__desc__inner {
	display: flex;
	align-items: baseline;
}

.p-point-ly__layout--health .p-point-ly__layout__label {
	position: relative;
	top: -4px;
	display: inline-block;
	border: 1px solid #222;
	text-align: center;
	margin-left: 30px;
	padding: 1px 17px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout--health .p-point-ly__layout__label {
		font-size: 14px;
		margin-left: 20px;
		padding: 1px 6px;
		line-height: 1.2;
	}
}

.p-point-ly__layout--health .p-point-ly__layout__ttl {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout--health .p-point-ly__layout__ttl {
		margin-bottom: 25px;
	}
}

.p-point-ly__layout--health .p-point-ly__layout__sbttl {
	font-size: 20px;
	font-weight: 600;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
	.p-point-ly__layout--health .p-point-ly__layout__sbttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

.p-point-ly__layout__note {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
	max-width: 400px;
	padding-left: 15px;
}

.p-point-ly__layout__note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.p-point-ly__item__top-img--health01 {
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-img--health01 {
		width: 100%;
		margin-bottom: 15px;
	}
}

.p-point-ly__item__top-img--health02 {
	max-width: 1040px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-point-ly__item__top-img--health02 img {
		width: 77%;
	}
}

.p-health-wrap {
	padding: 180px 0 40px;
}

@media screen and (max-width: 767px) {
	.p-health-wrap {
		padding: 50px 0 0;
	}
}
.products__lineup__list--single {
	grid-template-columns: 1fr;
	margin: 0 auto;
	width: 357px;
}

@media screen and (max-width: 767px) {
	.products__lineup__list--single {
		width: 100%;
	}
}

.products__lineup__list__item-gray {
	padding: 30px;
	background: #f4f4f4;
}

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

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

@media screen and (max-width: 767px) {
	.products__lineup__list__c-txt {
		text-align: left;
	}
}

.products__lineup__list__img--deco {
	position: relative;
}

.products__lineup__list__img__cap {
	position: absolute;
	left: 7px;
	top: 7px;
	font-size: 11px;
	line-height: 1;
	padding: 1px;
	width: 69px;
	height: 21px;
	display: grid;
	place-content: center;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 600;
	background: #fff;
}