

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .p-page--item-far {
	margin-top: 75px;
}
.maindesign .p-page--item-leave {
	margin-top: 50px;
}
.maindesign .p-page--item-moderate {
	margin-top: 30px;
}
.maindesign .p-page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .p-page--item-far {
		margin-top: 75px;
	}
	.maindesign .p-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .p-page--item-close {
		margin-top: 15px;
	}
	.maindesign .p-section-imitation {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .c-pc-only {
	display: block;
}
.maindesign .c-pc-only__inline {
	display: inline;
}
.maindesign .c-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-pc-only {
		display: none;
	}
	.maindesign .c-pc-only__inline {
		display: none;
	}
	.maindesign .c-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn__alone {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
	text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
font-weight: bold;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn__alone {
		width: 100%;
	}
}


.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}
.maindesign .c-breadcrumb {
	margin-bottom: 5px;
}
.maindesign .c-breadcrumb,
.maindesign .c-breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-breadcrumb {
		margin-left: 5px;
	}
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .l-title {
	position: relative;
}

.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 22%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	width: 95%;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 28%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	width: 95%;
	line-height: 1.5;
}}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 10vw;
	}
}

.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
	padding: 0.55rem 2rem 0.55rem 1.75rem;
    align-items: center;
    justify-content: center;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--inner {
		padding: 0.55rem 1.75rem 0.55rem 1.5rem;
	}
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.c-checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}


.maindesign .p-product-choose {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-product-choose--catch {
	width: 60%;
}
.maindesign .p-product-choose--detail {
	width: 37%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .p-product-choose--detail .p-product-choose--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .p-product-choose--item-ttl {
	font-weight: bold;
	font-size: 1.0rem;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #dd6b73;
}
.maindesign .p-product-choose--item-ttl__blue {
	border-bottom: 1px solid #4bacc6;
}
.maindesign .p-product-choose--item-content {
	margin-top: 15px;
}
.maindesign .p-product-choose--item-lead {
	margin-top: 15px;
	font-size: 0.85rem;
	line-height: 1.3;
}

.maindesign .p-color-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-color-list::after {
	content: '';
	display: block;
	height: 0%;
	width: 31%;
}
.maindesign .p-color-list__wide > .p-color-list--item {
	width: 80%;
}
.maindesign .p-color-list__wide > .p-color-list--item:not(:first-child) {
	margin-top: 20px;
}
.maindesign .p-color-list--item {
	width: 31%;
}
.maindesign .p-color-list--name {
	text-align: center;
	margin-top: 5px;
	font-size: 0.85rem;
}
.maindesign .p-handle {
	width: 45%;
}
.maindesign .p-handle--img {
	width: 100%;
}
.maindesign .p-handle--name {
	font-size: 1.0rem;
	text-align: center;
	margin-top: 5px;
}
.maindesign .p-icon-box .p-icon-box--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .p-icon-box--item {
	border-radius: 5px;
	background-color: #4bacc6;
	display: flex;
	justify-content: center;
}
.maindesign .p-icon-box--text {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
}

@media screen and (max-width:767px) {
	.maindesign .p-product-choose {
		flex-wrap: wrap;
	}
	.maindesign .p-product-choose--catch {
		width: 100%;
	}
	.maindesign .p-product-choose--detail {
		width: 100%;
		margin-top: 20px;
	}
	.maindesign .p-color-list--item {
		width: 45%;
	}
	.maindesign .p-product-choose--item-content__only {
		display: flex;
		justify-content: center;
	}
	.maindesign .p-color-list::after {
		content: none;
	}
	.maindesign .p-color-list .p-color-list--item:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .p-color-list__wide > .p-color-list--item {
		width: 100%;
	}
	.maindesign .p-product-choose--detail .p-product-choose--item:not(:first-child) {
		margin-top: 20px;
	}
	.maindesign .p-product-choose--item-lead {
		margin-top: 10px;
	}
}




.maindesign .p-primary-detail {
	position: relative;
	background-color: #fdeada;
	border: 3px solid #e46c0a;
	border-radius: 10px;
	padding: 60px 25px 50px;
}
.maindesign .p-primary-detail--title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
	background-color: #e46c0a;
	width: 85%;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.3;
}
.maindesign .p-primary-detail--list .p-primary-detail--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .p-primary-detail--item {
	font-weight: bold;
	font-size: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-primary-detail {
		padding: 60px 15px 50px;
	}
	.maindesign .p-primary-detail--title {
		font-size: 1.2rem;
	}
	.maindesign .p-primary-detail--item {
		font-size: 1.2rem;
	}
}


.maindesign .p-half-imtx {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-half-imtx--item {
	width: 49%;
	line-height: 1.3;
	font-size: 0.95rem;
	margin-top: 0 !important;
}
.maindesign .p-half-imtx--ttl {
	font-size: 1.0rem;
}
.maindesign .p-half-imtx--lead{
	margin-top: 10px;
}


.maindesign .c-feature-hdg4 {
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 0;
	width: 100%;
	background-color: #999;
	font-weight: bold;
	text-align: center;
}

.maindesign .specification {
	display: flex;
	justify-content: space-between;
}
.maindesign .specification--item {
	width: 23%;
}
.maindesign .specification--text {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .specification {
		flex-wrap: wrap;
	}
	.maindesign .specification--item {
		width: 48%;
	}
	.maindesign .specification .specification--item:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .c-lead-text__catch {
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

.maindesign .p-lixil-overview {
	border: 3px solid #000;
	padding: 30px 15px;
}
.maindesign .p-lixil-overview--primary {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 3px dashed #000;
}
.maindesign .p-lixil-overview--catch {
	width: 47%;
}
.maindesign .p-lixil-overview--detail {
	width: 52%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-lixil-overview--detail-item {
	display: flex;
	flex-direction: column;
}
.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:not(:last-child) {
	width: 49%;
}
.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:last-child {
	width: 100%;
}
.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:nth-child(n+3) {
	margin-top: 10px;
}
.maindesign .p-lixil-overview--detail-item div:not(:first-child) {
	margin-top: 5px;
}
.maindesign .lixil-over-view--detail-item div:last-child {
	flex-grow: 1;
}
.maindesign .p-lixil-overview--name {
	font-weight: bold;
	font-size: 0.85rem;
	white-space: nowrap;
}
.maindesign .p-lixil-overview--img {
	height: 65px;
	width: auto;
	/* 高さ変更する際は スマホの.maindesign .p-lixil-imtx--img も同じ数値に */
}
.maindesign .p-lixil-overview--img img {
	height: 100% !important;
	width: auto !important;
}
.maindesign .p-lixil-overview--text {
	line-height: 1.15;
	font-size: 0.85rem;
}
.maindesign .p-lixil-imtx {
	display: flex;
	justify-content: flex;
	flex-wrap: wrap;
}
.maindesign .p-lixil-imtx--item {
	width: 49%;
	margin-top: 0 !important;
}
.maindesign .p-lixil-imtx--name {
	font-weight: bold;
	font-size: 0.85rem;
	white-space: nowrap;
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	.maindesign .p-lixil-overview--primary {
		flex-wrap: wrap;
	}
	.maindesign .p-lixil-overview--catch {
		width: 100%;
	}
	.maindesign .p-lixil-overview--detail {
		width: 100%;
	}
	.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:nth-child(n+3) {
		margin-top: 30px;
	}
	.maindesign .p-lixil-imtx--item {
		width: 100%;
	}
	.maindesign .p-lixil-imtx--img {
		height: 65px;
		width: auto;
		/* 高さ変更する際は.maindesign .p-lixil-overview--img も同じ数値に */
		display: flex;
		justify-content: center;
	}
	.maindesign .p-lixil-imtx--img img {
		height: 100% !important;
		width: auto !important;
	}
	.maindesign .p-lixil-imtx .p-lixil-imtx--item:not(:first-child) {
		margin-top: 10px !important;
	}
	.maindesign .p-lixil-imtx--name {
		text-align: center;
	}
}




.maindesign .p-lixil-overview--secondary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-lixil-overview--secondary::after {
	content: '';
	display: block;
	height: 0%;
	width: 31%;
}
.maindesign .p-lixil-overview--secondary .p-lixil-card:nth-child(n+4) {
	margin-top: 30px;
}
.maindesign .p-lixil-card {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.maindesign .p-lixil-card--text {
	line-height: 1.15;
	font-size: 0.85rem;
	margin-top: 10px;
} 
.maindesign .p-lixil-card--name {
	font-weight: bold;
	font-size: 1.1em;
}
.maindesign .p-lixil-card--lead {
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	.maindesign .p-lixil-overview--secondary::after {
		width: 48%;
	}
	.maindesign .p-lixil-overview--secondary .p-lixil-card:nth-child(n+3) {
		margin-top: 30px;
	}
	.maindesign .p-lixil-card {
		width: 48%;
	}
	.maindesign .p-lixil-card--name {
		font-size: 1.0em;
	}
}

.maindesign .p-frontage-list {
	font-size: 0.95rem;
}
.maindesign .p-frontage-list dt,
.maindesign .p-frontage-list dd {
	padding: 7.5px 5px;
}
.maindesign .p-frontage-list dt {
	font-weight: bold;
	font-size: 1.05em;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #000;
}
.maindesign .p-frontage-list dd {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.3;
}




.maindesign .l-relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .l-relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .l-relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.maindesign .l-relation-text {
	width: 70%;
	order: 1;
}
.maindesign .l-relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .l-relation-text > span {
	line-height: 1.15;
} 
.maindesign .l-relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .l-relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .l-relation .l-relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .l-relation--item {
		width: 100%;
	}
	.maindesign .l-relation-inner {
		padding: 15px 10px;
		height: 120px;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
.maindesign .l-relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}








