.c-contact {
	margin-top: -1px;
}

.kv-thumbnails {
	display: flex;
}

.kv-thumbnails img {
	aspect-ratio: 572/411;
	-o-object-fit: cover;
	object-fit: cover;
}

.kv-thumbnails .splide__slide {
	width: 28.6rem;
}

#render {
	width: 100%;
	aspect-ratio: 750/1313;
}

#render canvas {
	height: 100%;
	width: 100%;
}

.p-message {
	padding-top: 0.9rem;
	position: relative;
	z-index: 2;
}

.p-message::before {
	content: "";
	background: url("../images/supporters/bg01_sp.webp") no-repeat center top/contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -1px;
	z-index: -1;
}

.p-message__inner {
	padding: 19.3rem 0 0 0;
}

.p-message__ttl {
	margin-bottom: 2.3rem;
}

.p-message__ttl img {
	width: 12.9rem;
}

.p-message__txt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2.07;
}

.p-profile {
	color: #fff;
	padding-block: 4.6rem 3.6rem;
	position: relative;
	z-index: 1;
}

.p-profile::before {
	content: "";
	background: url("../images/supporters/bg02_sp.webp") no-repeat center top/cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -17.5rem;
	z-index: -1;
}

.p-profile__ttl {
	margin-bottom: 7rem;
}

.p-profile__ttl img {
	width: 8.5rem;
}

.p-profile__row--info {
	margin-bottom: 2.8rem;
}

.p-profile__row--info .p-profile__label {
	margin-bottom: 2.4rem;
}

.p-profile__row--info .p-profile__label img {
	width: 10.3rem;
}

.p-profile__row--info .p-profile__col {
	max-width: 23.3rem;
}

.p-profile__row--result {
	margin-bottom: 2.2rem;
}

.p-profile__row--result .p-profile__label {
	margin-bottom: 1.6rem;
}

.p-profile__row--result .p-profile__label img {
	width: 4.6rem;
}

.p-profile__row--result .p-profile__col {
	max-width: 23.2rem;
}

.p-profile__row--profile .p-profile__label {
	margin-bottom: 1.5rem;
}

.p-profile__row--profile .p-profile__label img {
	width: 4.5rem;
}

.p-profile__txt {
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-direct {
	background-color: #005C92;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5rem;
	margin-top: -1px;
	padding: 3rem;
	position: relative;
	z-index: 5;
}

.p-direct__link {
	background-color: #fff;
	display: block;
	color: transparent;
	font-size: 0;
	transition: 0.3s ease;
}

.p-direct__link:hover {
	background-color: #F8E786;
}

.p-direct__link.--home {
	-webkit-mask: url("../images/supporters/icon_home.svg") no-repeat center/contain;
	mask: url("../images/supporters/icon_home.svg") no-repeat center/contain;
	aspect-ratio: 90/77;
	width: 6.3rem;
}

.p-direct__link.--instagram {
	-webkit-mask: url("../images/supporters/icon_ins.svg") no-repeat center/contain;
	mask: url("../images/supporters/icon_ins.svg") no-repeat center/contain;
	aspect-ratio: 78/78;
	width: 5.46rem;
}

@media (min-width: 768px) {

.kv-thumbnails .splide__slide {
	width: 38.8rem;
}

#render {
	aspect-ratio: 1366/738;
}

.p-message {
	padding-top: 1rem;
}

.p-message::before {
	background: url("../images/supporters/bg01.webp") no-repeat center/cover;
}

.p-message__inner {
	display: flex;
	justify-content: flex-end;
	padding: 11.2rem 0 13rem;
}

.p-message__ttl {
	margin-bottom: 3.4rem;
}

.p-message__ttl img {
	width: 24.2rem;
}

.p-message__txt {
	font-size: 2.1rem;
	line-height: 1.86667;
}

.p-profile {
	padding-block: 16.2rem 10.7rem;
}

.p-profile::before {
	background-image: url("../images/supporters/bg02.webp");
	background-position: center 9rem;
	top: -9rem;
}

.p-profile__ttl {
	margin-bottom: 8.7rem;
}

.p-profile__ttl img {
	width: 16.8rem;
}

.p-profile__row {
	display: grid;
	grid-template-columns: 20rem 1fr;
}

.p-profile__row--info {
	margin-bottom: 5.5rem;
	padding-right: 13rem;
}

.p-profile__row--info .p-profile__label img {
	width: 14.9rem;
}

.p-profile__row--info .p-profile__col {
	max-width: 47.2rem;
}

.p-profile__row--result {
	margin-bottom: 2rem;
	padding-right: 13rem;
}

.p-profile__row--result .p-profile__label img {
	width: 7.8rem;
}

.p-profile__row--result .p-profile__col {
	max-width: 47.2rem;
}

.p-profile__row--profile .p-profile__label img {
	width: 8rem;
}

.p-profile__row--profile .p-profile__col {
	max-width: 47.2rem;
}

.p-profile__label {
	margin-bottom: 0 !important;
	padding-right: 4.4rem;
}

.p-profile__txt {
	font-size: 1.47rem;
	line-height: 2;
}

.p-direct {
	gap: 10.5rem;
	padding: 5rem;
}

.p-direct__link.--home {
	height: 7.7rem;
}

.p-direct__link.--instagram {
	height: 7.8rem;
}

}

@media (min-width: 1366px) {

.p-profile::before {
	background-position: center;
	top: 0;
}

}

@media (min-width: 1367px) {

.p-message__inner {
	padding: 15.3rem 0 21.8rem;
}

}

@media (max-width: 767px) {

.p-message__txt {
	color: #fff;
}

}

