.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-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-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-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-pc-only {
		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: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);
}


.maindesign img {
	max-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: 15px;
	transform: translateY(-50%);
	color: #fff;
	text-shadow: 1px 2px 5px #000;
	font-weight: bold;
	line-height: 1.15;
	font-size: 3.5rem;
}
.maindesign .l-title-inner__sub {
	font-size: 0.45em;
	display: block;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 9.0vw;
		line-height: 1.3;
	}
}

.maindesign .card-kind {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .card-kind::before,
.maindesign .card-kind::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .card-kind::before {
	order: 1;
}
.maindesign .card-kind--item {
	width: 24%;
	border: 1px solid #ccc;
}
.maindesign .card-kind .card-kind--item:nth-child(n+5) {
	margin-top: 20px;
}
.maindesign .card-kind--link {
	text-decoration: none;
	color: #000;
}
.maindesign .card-kind--inner {
	padding: 10px 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; 
}
.maindesign .card-kind--catch {
	font-size: 0.9rem;
	line-height: 1.3;
	flex-grow: 1;
	text-align: center;
}
.maindesign .card-kind--img {
	margin: 5px 0;
}
.maindesign .card-kind--name {
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	height: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	.maindesign .card-kind::before,
	.maindesign .card-kind::after {
		width: 49%;
	}
	.maindesign .card-kind--item {
		width: 49%;
	}
	.maindesign .card-kind .card-kind--item:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .card-kind--name {
		font-size: 0.85rem;
	}
	.maindesign .card-kind--catch {
		text-align: left;
		font-size: 0.85rem;
	}
}


.maindesign .card-product {
	display: flex;
	justify-content: flex-start;
	gap:12px;
}
.maindesign .card-product--item {
	border: 1px solid #ccc;
}
.maindesign .card-product--link {
	text-decoration: none;
	color: #000;
}
.maindesign .card-product--inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; 
}
.maindesign .card-product--inner__large {
	padding: 20px 30px;
}
.maindesign .card-product--inner__small {
	padding: 10px 5px;
}
.maindesign .card-product--item__small {
	width: 24%;
}
.maindesign .card-product--item__large {
	width: 50%;
	margin-right: calc(4%/3);
}
.maindesign .card-product--catch {
	font-size: 0.9rem;
	line-height: 1.3;
	text-align: center;
}
.maindesign .card-product--img {
	margin: 5px 0;
}
.maindesign .card-product--name {
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width:767px) {
	.maindesign .card-product {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 8px;
	}
	.maindesign .card-product .card-kind--item{
		width: 100%
	}
	.maindesign .card-product .card-product--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .card-product--item__small {
		width: 100%;
	}
	.maindesign .card-product--item__large {
		width: 100%;
		margin-right: 0;
	}
	.maindesign .card-product--img__small {
		width: 50%;
		margin: 5px auto;
	}
}


.maindesign .bnr-content--text {
	margin-top: 10px;
	text-align: center;
	font-size: 1.0rem;
}

@media screen and (max-width:767px) {
	.maindesign .bnr-content--text {
		font-size: 0.9rem;
	}
}



.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;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
	.maindesign .l-relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}