.p-mv {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.p-mv img {
	width: 100%;
}

.p-mv__body {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
}

.p-intro {
	background: radial-gradient(#343637, #1d2020);
	color: #fff;
	padding: 9rem 0 10rem;
}

.p-intro__ttl {
	line-height: 1.5365853659;
	font-size: 4.1rem;
	letter-spacing: 0.15em;
	margin-bottom: 5.5rem;
}

.p-intro__sub {
	line-height: 1.8461538462;
	letter-spacing: 0.15em;
	font-size: 2.8rem;
	margin-bottom: 1rem;
}

.p-intro__lead {
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 4rem;
	font-size: 13.4rem;
}

.p-intro__des {
	color: var(--warning);
	line-height: 1.4181818182;
	letter-spacing: 0.15em;
	font-size: 5.5rem;
	margin-bottom: 4rem;
}

.p-intro-bnr {
	display: flex;
	margin-bottom: 8.9rem;
	gap: 2.2rem;
}

.p-intro-btn {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.p-bnr {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.p-bnr__image {
	inset: 0;
}

.p-bnr__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-bnr__wrap {
	display: flex;
	justify-content: flex-end;
	margin-inline: auto;
	height: 100%;
	width: 100%;
	max-width: 1280px;
}

.p-bnr__box {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	z-index: 3;
	font-weight: 500;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	right: 5.2rem;
	bottom: 7.8rem;
	padding: 6.2rem 8rem 4.8rem 7.2rem;
}

.p-bnr__des {
	letter-spacing: 0.12em;
	font-size: 3.9rem;
	margin-bottom: 5.5rem;
}

.p-bnr__btn {
	display: flex;
	justify-content: flex-end;
}

.p-media {
	padding: 10rem 0 13.5rem;
}

.p-media .hline02__ttl {
	letter-spacing: 0.05em;
}

.p-media__item {
	display: flex;
	gap: 2.2rem;
}

.p-media__item:not(:last-child) {
	margin-bottom: 11rem;
}

.p-media__image {
	width: 100%;
}

.p-media__image img {
	width: 100%;
}

.p-media__txt {
	letter-spacing: 0.1em;
	font-size: 3.1rem;
	line-height: 1.7096774194;
	margin-bottom: 6.5rem;
}

.p-media__btn {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {

.p-mv__body {
	max-width: 128rem;
	bottom: 6rem;
}

.p-intro {
	text-align: center;
	padding: 9rem 0 10rem;
}

.p-intro__ttl {
	letter-spacing: 0.2em;
}

.p-intro__sub {
	letter-spacing: 0.2em;
	font-size: 2.6rem;
	margin-bottom: 0.5rem;
}

.p-intro__lead {
	margin-bottom: 1rem;
	font-size: 9rem;
}

.p-intro-bnr {
	margin-bottom: 8rem;
	gap: 2rem;
	justify-content: center;
}

.p-bnr {
	height: 55rem;
}

.p-bnr__image {
	position: absolute;
}

.p-bnr__box {
	padding-right: 14rem;
	padding-left: 13.2rem;
	top: 4rem;
	bottom: 4rem;
	right: 18rem;
}

.p-bnr__des {
	letter-spacing: 0.22em;
	font-size: 3rem;
	margin-bottom: 4.5rem;
}

.p-media {
	padding-block: 15rem;
}

.p-media__item {
	gap: 5.5rem;
	align-items: flex-end;
}

.p-media__item:not(:last-child) {
	margin-bottom: 10rem;
}

.p-media__item:nth-child(odd) {
	padding-right: 14rem;
}

.p-media__item:nth-child(even) {
	flex-direction: row-reverse;
	padding-left: 14rem;
}

.p-media__image {
	width: 74rem;
}

.p-media__body {
	padding-bottom: 5.1rem;
	flex: 1 1;
}

.p-media__txt {
	font-size: 2.4rem;
	line-height: 1.7083333333;
	margin-bottom: 5.5rem;
}

.p-media__btn {
	justify-content: flex-end;
}

}

@media (max-width: 767px) {

.container {
	padding-inline: 3.5rem;
}

.p-intro {
	text-align: center;
}

.p-intro__ttl {
	margin-inline: -3rem;
}

.p-intro-bnr {
	padding-inline: 3rem;
	flex-direction: column;
}

.p-bnr__box {
	left: 5.2rem;
}

.p-media__item {
	flex-direction: column;
}

}

