﻿.maindesign {
	color: #333;
}
.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 15px;
	}
}

.maindesign .feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #e5002d;
	bottom: -3px;
	width: 8%;
	display: block;
}

@media screen and (max-width: 767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .lr-heading {
	font-size: 1.5rem;
	padding: 5px 0 5px 7px;
	border-left: 3px solid #e5002d;
}
@media screen and (max-width: 767px) {
	.maindesign .lr-heading {
		font-size: 1.25rem;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .feature-hdg1__ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	padding-block: 30px;
	color: #000;
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1.35;
	font-weight: bold;
	font-size: 3.2rem;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
	.maindesign .feature-hdg1__ttl {
		font-size: 5.5vw;
		width: 90%;
		padding-block: 15px;
	}
}
.maindesign .anchor_group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.maindesign .anchor_group {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

.maindesign a:has(.anchor_btn) {
	opacity: 1 !important;
}

.maindesign .anchor_btn {
	overflow: hidden;
	position: relative;
	transition: 0.5s;
}
.maindesign .anchor_btn:hover {
	transition: 0.5s;
	box-shadow: 2px 2px 4px gray;
	cursor: pointer;
}
.maindesign .anchor_btn:hover::before {
	animation: btn_shine 0.5s ease-in-out infinite;
	animation-iteration-count: 1;
}
.maindesign .anchor_btn::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fbfbfb;
	opacity: 0;
}

@-webkit-keyframes btn_shine {
	0% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
.maindesign .anchor_btn__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	backdrop-filter: blur(4px);
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 1.15rem;
	display: flex;
	align-items: center;
	padding-inline: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .anchor_btn__bottom {
		font-size: 0.9rem;
		height: 55px;
	}
}
.maindesign .anchor_btn__bottom::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(../images/260324/anchor_aroow.svg);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.maindesign .anchor_btn__bottom::after {
		width: 18px;
		height: 18px;
	}
}

.maindesign .product_catch {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .product_catch {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
.maindesign .info_box {
	font-size: 1.1rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.maindesign .info_box {
		font-size: 0.95rem;
	}
}
.maindesign .info_list > li:not(:first-child) {
	margin-block-start: 8px;
}
.maindesign .info_lead {
	display: flex;
}
@media screen and (max-width: 767px) {
	.maindesign .info_lead {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.maindesign .info_lead__head {
		width: 100%;
	}
}
.maindesign .info_lead__content {
	flex-grow: 1;
}

.maindesign .indent_txt {
	padding-left: 1em;
	text-indent: -1em;
}

.maindesign .end_btn {
	width: 100%;
	max-width: 600px;
	margin-inline: auto;
	background-color: #979797;
	border-radius: 9999px;
	overflow: hidden;
}
.maindesign .end_btn > a {
	display: block;
	width: 100%;
	height: 100%;
}
.maindesign .end_btn__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	min-height: 3em;
	font-size: 1.2rem;
}
.maindesign .end_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 .end_btn__inner {
		font-size: 0.95rem;
	}
}
.maindesign .bnr-container {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.maindesign .bnr-container {
	margin-top: 20px;
}
}