@charset "utf-8";
html {
	scroll-behavior: smooth;
}
body {
	background-color: #ffffff;
	color: #707070;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
/*---------------------------------------
 MAIN
-----------------------------------------*/
#eele-ion section {
	padding: 0 2.5%;
	width: 100%;
}
#eele-ion .eele-ion_cont {
	margin: 0 auto 7.5rem;
	max-width: 1200px;
	padding: 0;
	width: 100%;
}
body > #eele-ion div:last-of-type .eele-ion_cont {
	margin: 0 auto;
}
#eele-ion .pc { display: block !important; }
#eele-ion .sp { display: none !important; }
#eele-ion .su-tabs {
	background: none;
	border-radius: unset;
	margin: 5rem 0;
	padding: 0;
}
#eele-ion .su-tabs-nav {
	display: flex;
}
#eele-ion .su-tabs-nav span {
	border-radius: unset;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
	justify-content: center;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	min-height: unset;
	padding: 1rem 0;
}
#eele-ion .su-tabs-nav span br {
	display: none;
}
#eele-ion .su-tabs-pane {
	color: #707070;
	font-size: 18px;
	padding: 0;
}
#eele-ion ol, #eele-ion ul, #eele-ion li, #eele-ion dl, #eele-ion dt, #eele-ion dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*---------------------------------------
 TYPOGRAPHY
-----------------------------------------*/
#eele-ion h1 {
	display: none;
}
#eele-ion h2 {
	background-color: unset;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4;
	margin: 2rem auto 3rem;
	padding: 0;
	text-align: center;
	width: fit-content;
}
#eele-ion h2 span {
	display: block;
	color: #3AB89C;
	font-size: 0.75em;
	margin: 0 auto;
	position: relative;
	width: fit-content;
}
#eele-ion h2 span::before,
#eele-ion h2 span::after {
	color: #3AB89C;
	content: "━";
	position: relative;
}
#eele-ion h2 span::before {
	right: 0.5rem;
}
#eele-ion h2 span::after {
	left: 0.5rem;
}
#eele-ion h3 {
	border: none;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0;
}
#eele-ion h3 strong {
	color: #3AB89C;
}
#eele-ion p {
	margin: 0;
	padding: 0;
	width: 100%;
}
#eele-ion a {
	color: unset;
	cursor: pointer;
	text-decoration: none;
}
#eele-ion a:hover {
	color: unset;
	opacity: 0.5;
	text-decoration: none;
}
#eele-ion a.btn {
	background-color: #ff0000;
	border: #ff0000 3px solid;
	border-radius: 0.25rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0.5rem 1.5rem;
	width: 45%;
}
#eele-ion a.btn i {
	margin: 0 0 0 0.5rem;
}
#eele-ion a.btn:hover {
	background-color: #ffffff;
	border: #ff0000 3px solid;
	color: #ff0000;
	opacity: 1;
}
#eele-ion img {
	max-width: 100%;
	width: fit-content;
}
/*---------------------------------------
 KEY VISUIAL
-----------------------------------------*/
#kv {
	aspect-ratio: 180 / 53;
	background-image: url(kv.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 5rem;
	max-width: 1800px;
	text-indent: -9999px;
	width: 100%;
}
/*---------------------------------------
 FEATURES
-----------------------------------------*/
#features section {
	background-color: #E6ECEF;
}
#features .eele-ion_cont {
	padding: 3rem 0 1rem;
}
#features dl {
	background-color: #ffffff;
	border-radius: 0.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 3rem;
	padding: 3rem;
}
#features dl dt {
	text-align: center;
}
#features dl dt strong {
	color: #3AB89C;
	font-size: 5em;
	line-height: 1;
}
#features dl dt strong span {
	display: block;
	font-size: 0.25em;
}
#features dl dd {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
#features dl dd img {
	max-width: 50%;
}
#features dl dd div {
	width: 47.5%;
}
/*---------------------------------------
 LINEUP
-----------------------------------------*/
#lineup .su-tabs-nav span {
	border-top: #ffffff 5px solid;
	text-align: center;
}
#lineup .su-tabs-nav span:hover {
	background-color: rgba(230, 236, 239, 0.5);
}
#lineup .su-tabs-nav span small {
	display: block;
	text-align: center;
	width: 100%;
}
#lineup .su-tabs-nav span.su-tabs-current {
	background-color: #E6ECEF;
	border-top: #3AB89C 5px solid;
}
#lineup .su-tabs dl.lineup_preview {
	background-color: #E6ECEF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem;
}
#lineup .su-tabs dl.lineup_preview dt {
	text-align: center;
	width: 40%;
}
#lineup .su-tabs dl.lineup_preview dt img {
	width: 55%;
}
#lineup .su-tabs dl.lineup_preview dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 55%;
}
#lineup .su-tabs dl.lineup_preview dd ul {
	background-color: #ffffff;
	border: #3AB89C 1px solid;
	border-radius: 0.5rem;
	margin: 0 0 1.5rem;
	padding: 1.5rem 1.5rem 0.75rem;
	width: 100%;
}
#lineup .su-tabs dl.lineup_preview dd ul li {
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 0 0.75rem 2rem;
	position: relative;
}
#lineup .su-tabs dl.lineup_preview p a.btn {
	float: right;
}
#lineup .su-tabs dl.lineup_preview dd ul li::before {
	color: #707070;
	content: "●";
	font-size: 1.25em;
	position: absolute;
	top: -0.3rem;
	left: 0;
}
#lineup ul.lineup_detail li {
	margin-top: 5rem;
}
#lineup ul.lineup_detail li h3 {
	border-left: #3AB89C 10px solid;
	line-height: 2;
	padding-left: 1rem;
}
#lineup ul.lineup_detail li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lineup ul.lineup_detail li dl dt {
	width: 50%;
}
#lineup ul.lineup_detail li dl dd {
	width: 45%;
}
/*---------------------------------------
 ECO
-----------------------------------------*/
#eco section {
	background-color: #3AB89C;
	background: linear-gradient(90deg, rgba(30, 101, 157, 1) 0%, rgba(58, 184, 156, 1) 100%);
}
#eco .eele-ion_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 2rem;
	width: 100%;
}
#eco h2 {
	background-image: url(sec03_01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 auto 2rem;
	padding: 0 0 0 8rem;
	width: fit-content;
}
#eco dl {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(213, 235, 241, 1) 0%, rgba(255, 255, 255, 1) 50%);
	border-radius: 0.25rem;
	padding: 2rem;
	width: calc(50% - 2rem);
}
/*---------------------------------------
 USE CASE
-----------------------------------------*/
#usecase ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem;
}
#usecase ul li {
	width: 45%;
}
#usecase ul li p {
	padding-left: 3rem;
}
/*---------------------------------------
 SPECIFICATIONS
-----------------------------------------*/
#specifications .su-tabs-nav span {
	border-top: #ffffff 1px solid;
	border-bottom: #ACACAC 1px solid;
}
#specifications .su-tabs-nav span:hover {
	background-color: rgba(230, 236, 239, 0.5);
}
#specifications .su-tabs-nav span small {
	display: block;
	text-align: center;
	width: 100%;
}
#specifications .su-tabs-nav span.su-tabs-current {
	background-color: #E6ECEF;
	border-top: #ACACAC 1px solid;
	border-right: #ACACAC 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ACACAC 1px solid;
	text-align: center;
}
#specifications .su-tabs-panes {
	margin: 0 auto;
	width: 96%;
}
#specifications .su-tabs h3 {
	margin: 5rem 0 1rem;
}
#specifications .su-tabs ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: space-between;
}
#specifications .su-tabs ul li {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	width: 20%;
}
#specifications .su-tabs dl.condition {
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	width: 100%;
}
#specifications .su-tabs dl.condition dt {
	width: 15%;
}
#specifications .su-tabs table {
	border-top: #ACACAC 1px solid;
	border-left: #ACACAC 1px solid;
	width: 100%;
}
#specifications .su-tabs table th,
#specifications .su-tabs table td {
	font-size: 0.8em;
}
#specifications .su-tabs table th {
	background-color: #E6ECEF;
	border-bottom: #ACACAC 1px solid;
	padding: 0.25rem 0.5rem;
	text-align: left;
	width: 17.5%;
}
#specifications .su-tabs table td {
	border-right: #ACACAC 1px solid;
	border-bottom: #ACACAC 1px solid;
	padding: 0.25rem 0.5rem;
	width: 32.5%;
}
/*---------------------------------------
 RELATED PRODUCTS
-----------------------------------------*/
#products section {
	background-color: #E6ECEF;
}
#products ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	padding: 4rem 2rem;
}
#products ul li {
	background-color: #ffffff;
	border: #3AB89C 1px solid;
	border-radius: 0.25rem;
	padding: 2rem;
	text-align: center;
	width: calc(50% - 2rem);
}
#products ul li div {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	height: 4rem;
}
#products ul li a.btn {
	margin: 0 auto;
	width: 55%;
}
@media screen and (max-width: 1024px) {
	html, body {font-size: 16px;}
	/*---------------------------------------
	 MAIN
	-----------------------------------------*/
	.eele-ion_cont {
		padding: 0;
		width: 100%;
	}
	#eele-ion .su-tabs-pane {
		font-size: 16px;
	}
	/*---------------------------------------
	 TYPOGRAPHY
	-----------------------------------------*/
	#eele-ion h2 {
		font-size: 1.5em;
	}
	#eele-ion a.btn {
		width: 55%;
	}
	/*---------------------------------------
	 FEATURES
	-----------------------------------------*/
	#features dl {
		padding: 2rem;
	}
	#features dl dt strong {
		font-size: 4em;
	}
	#features dl dd img {
		max-width: 40%;
	}
	#features dl dd div {
		width: 57.5%;
	}
	/*---------------------------------------
	 LINEUP
	-----------------------------------------*/
	#lineup .su-tabs dl.lineup_preview dd ul li {
		font-size: 1.1em;
	}
	#lineup .su-tabs dl.lineup_preview dd ul li::before {
		font-size: 1.1em;
		top: 0;
	}
	/*---------------------------------------
	 ECO
	-----------------------------------------*/
	#eco h2 {
		font-size: 2em;
		padding: 0 0 0 7rem;
	}
	/*---------------------------------------
	 USE CASE
	-----------------------------------------*/
	#usecase ul li {
		width: 47%;
	}
	#usecase ul li p {
		padding-left: 2rem;
	}
	/*---------------------------------------
	 SPECIFICATIONS
	-----------------------------------------*/
	#specifications .su-tabs table th {
		width: 15%;
	}
	/*---------------------------------------
	 RELATED PRODUCTS
	-----------------------------------------*/
	#products ul li a.btn {
		width: 70%;
	}
}
@media only screen and (max-width: 960px) {
	body { font-size: 14px !important; }
	/*---------------------------------------
	 MAIN
	-----------------------------------------*/
	#eele-ion .eele-ion_cont {
		margin: 0 auto 5rem;
	}
	#eele-ion .su-tabs {
		margin: 0;
	}
	#eele-ion .su-tabs-pane {
		font-size: 14px;
	}
	/*---------------------------------------
	 TYPOGRAPHY
	-----------------------------------------*/
	#eele-ion h2 {
		font-size: 1.4em;
		margin: 0 auto 2rem;
	}
	#eele-ion h3 {
		font-size: 0.9em;
	}
	#eele-ion a.btn {
		width: 100%;
	}
	/*---------------------------------------
	 KEY VISUIAL
	-----------------------------------------*/
	#kv {
		margin: 0 auto 3rem;
	}
	/*---------------------------------------
	 FEATURES
	-----------------------------------------*/
	#features dl {
		padding: 2rem;
	}
	#features dl dt strong {
		font-size: 3em;
	}
	#features dl dt strong span {
		font-size: 0.35em;
	}
	/*---------------------------------------
	 LINEUP
	-----------------------------------------*/
	#lineup .su-tabs dl.lineup_preview dt {
		width: 40%;
	}
	#lineup .su-tabs dl.lineup_preview dt img {
		width: 60%;
	}
	#lineup .su-tabs dl.lineup_preview dd {
		width: 55%;
	}
	#lineup .su-tabs dl.lineup_preview dd ul {
		margin: 0 0 1.25rem;
		padding: 1.25rem 1.25rem 0.75rem;
	}
	#lineup .su-tabs dl.lineup_preview dd ul li {
		font-size: 0.95em;
		padding: 0 0 0.5rem 2rem;
	}
	#lineup .su-tabs dl.lineup_preview dd ul li::before {
		font-size: 0.95em;
	}
	#lineup ul.lineup_detail li {
		margin-top: 3rem;
	}
	/*---------------------------------------
	 ECO
	-----------------------------------------*/
	#eco .eele-ion_cont {
		padding: 2rem 1rem;
	}
	#eco h2 {
		font-size: 1.75em;
		margin: 0 auto 1.5rem;
		padding-left: 5rem;
	}
	#eco dl {
		padding: 1.5rem;
		width: calc(50% - 0.75rem);
	}
	/*---------------------------------------
	 USE CASE
	-----------------------------------------*/
	#usecase ul {
		gap: 2rem;
	}
	#usecase ul li p {
		padding-left: 1.5rem;
	}
	/*---------------------------------------
	 SPECIFICATIONS
	-----------------------------------------*/
	#specifications .su-tabs-panes {
		width: 100%;
	}
	#specifications .su-tabs ul {
		gap: 2rem;
	}
	#specifications .su-tabs dl.condition dt {
		width: 17.5%;
	}
	#specifications .su-tabs table th {
		width: 13%;
	}
	#specifications .su-tabs table th,
	#specifications .su-tabs table td {
		font-size: 0.75em;
	}
	/*---------------------------------------
	 RELATED PRODUCTS
	-----------------------------------------*/
	#products ul {
		gap: 2rem;
		justify-content: space-evenly;
		padding: 2rem 1rem;
	}
	#products ul li {
		padding: 1.5rem;
	}
	#products ul li a.btn {
		width: fit-content;
	}
}
@media only screen and (max-width: 480px) {
	body { font-size: 12px !important; }
	/*---------------------------------------
	 MAIN
	-----------------------------------------*/
	#eele-ion section {
		padding: 0;
	}
	#eele-ion .sp { display: block !important; }
	#eele-ion .pc { display: none !important; }
	#eele-ion .su-tabs {
		margin: 1.5rem 0;
	}
	#eele-ion .su-tabs-nav span {
		font-size: 1em;
		padding: 0.5rem 0
	}
	#eele-ion .su-tabs-nav span br {
		display: block;
	}
	#eele-ion .su-tabs-pane {
		font-size: 12px;
	}
	/*---------------------------------------
	 TYPOGRAPHY
	-----------------------------------------*/
	#eele-ion h2 {
		font-size: 1.5em;
		margin: 0 auto;
	}
	#eele-ion h3 {
		font-size: 1.15em;
		margin: 0.75rem 0 0.5rem;
		text-align: center;
	}
	#eele-ion a.btn {
		font-size: 1em;
		padding: 0.25rem;
		width: 100%;
	}
	/*---------------------------------------
	 KEY VISUIAL
	-----------------------------------------*/
	#kv {
		aspect-ratio: 13 / 5;
		margin: 0 auto 2rem;
	}
	/*---------------------------------------
	 FEATURES
	-----------------------------------------*/
	#features .eele-ion_cont {
		padding: 1rem 0.5rem;
	}
	#features h2 {
		font-size: 1.1em;
		margin: 0 0 0.5rem;
	}
	#features dl {
		padding: 1rem;
	}
	#features dl dt strong {
		font-size: 2em;
	}
	#features dl dt strong span {
		font-size: 0.35em;
	}
	#features dl dd img {
		max-width: 100%;
	}
	#features dl dd div {
		width: 100%;
	}
	/*---------------------------------------
	 LINEUP
	-----------------------------------------*/
	#lineup .su-tabs dl.lineup_preview {
		padding: 1rem;
	}
	#lineup .su-tabs dl.lineup_preview dt {
		margin: 0 auto;
		width: 80%;
	}
	#lineup .su-tabs dl.lineup_preview dd {
		width: 100%;
	}
	#lineup .su-tabs dl.lineup_preview dd ul {
		margin: 0.5rem 0 0.75rem;
		padding: 0.75rem 1rem 0.5rem;
	}
	#lineup .su-tabs dl.lineup_preview dd ul li {
		font-size: 1em;
		padding: 0 0 0.25rem 1rem;
	}
	#lineup ul.lineup_detail li {
		margin-top: 3rem;
	}
	#lineup ul.lineup_detail li h3 {
		border-left: #3AB89C 7px solid;
		padding-left: 0.5rem;
		text-align: left;
	}
	#lineup ul.lineup_detail li dl dt {
		margin: 0 auto;
		width: 80%;
	}
	#lineup ul.lineup_detail li dl dd {
		width: 100%;
	}
	/*---------------------------------------
	 ECO
	-----------------------------------------*/
	#eco section {
		padding: 0 2.5%;
	}
	#eco .eele-ion_cont {
		padding: 1rem 0;
		width: 100%;
	}
	#eco h2 {
		font-size: 1.05em;
		margin: 0 auto 0.5rem;
		padding-left: 2.5rem;
	}
	#eco dl {
		margin: 0.5rem 0;
		padding: 1rem;
		width: 100%;
	}
	#eco dl dt h3 {
		margin: 0
	}
	#eco dl dd {
		text-align: center;
	}
	#eco dl dd p {
		text-align: left;
	}
	#eco dl dd img {
		width: 80%;
	}
	/*---------------------------------------
	 USE CASE
	-----------------------------------------*/
	#usecase ul {
		gap: 1rem;
	}
	#usecase ul li {
		padding-right: 1rem;
		text-align: center;
		width: 100%;
	}
	#usecase ul li img {
		width: 90%;
	}
	#usecase ul li p {
		padding: 0 1rem 0 2.5rem;
		text-align: left;
	}
	/*---------------------------------------
	 SPECIFICATIONS
	-----------------------------------------*/
	#specifications .su-tabs h3 {
		margin: 3rem 0 0.5rem;
		text-align: left;
	}
	#specifications .su-tabs ul {
		gap: 1rem;
	}
	#specifications .su-tabs ul li {
		width: 45%;
	}
	#specifications .su-tabs dl.condition dt,
	#specifications .su-tabs dl.condition dd {
		width: 100%;
	}
	#specifications .su-tabs table th {
		width: 30%;
	}
	#specifications .su-tabs table td {
		width: auto;
	}
	/*---------------------------------------
	 RELATED PRODUCTS
	-----------------------------------------*/
	#products ul {
		gap: unset;
		justify-content: space-between;
		margin: 0 0.25rem;
		padding: 1rem 0;
	}
	#products ul li {
		padding: 0.5rem;
		width: 49%;
	}
	#products ul li a.btn {
		font-size: 0.8em;
	}
}
/*---------------------------------------
 デフォルトCSS調整用
-----------------------------------------*/
header {
	display: none;
}
main.main {
	padding: 10px;
}
#related-entries {
	display: none
}
