/* component
----------------------------------------------------------------------------- */
.about-role {
	position: relative;
	display: inline-block;
	text-align: left;
	font-weight: var(--text-fw-ja);
	line-height: 2;
	letter-spacing: 0;
	z-index: 1;
	font-size: 1.2rem;
	margin-bottom: 6.4rem;
	@media (width <= 767px) {
		margin-bottom: 3.2rem;
		display: flex;
		flex-direction: column;
	}
	span::before {
		display: block;
		content: attr(data-subtext);
		text-transform: uppercase;
		font-family: var(--ff-loniki);
		font-weight: var(--text-fw-en);
		line-height: 1.8;
		color: var(--cc-pinkgold);
		font-size: 2.4rem;
		letter-spacing: 0.5rem;
		@media (width <= 767px) {
			font-size: 2rem;
			line-height: 1.5;
			letter-spacing: 0.4rem;
		}
	}
}

.about-role-dress-pc[data-subtext],
.about-role-dress-sp[data-subtext] {
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.about-role-dress-sp-ja {
	display: none;
	@media (width <= 767px) {
		display: block;
		font-size: 1.1rem;
		margin-top: 0.8rem;
	}
}

.about-role-dress-pc {
	display: inline-flex;
	@media (width <= 767px) {
		display: none;
	}
}

.about-role-dress-sp {
	display: inline-flex;
	font-size: 2rem;
	letter-spacing: 0.4rem;
	@media (width > 767px) {
		display: none;
	}
}

.about-heading {
	text-transform: uppercase;
	font-family: var(--ff-loniki);
	font-weight: var(--text-fw-en);
	line-height: 1.8;
	color: var(--cc-pinkgold);
	font-size: 2rem;
	letter-spacing: 0.4rem;
	text-align: left;
	margin-top: 2.4rem;
	display: flex;
	align-items: center;
	@media (width <= 767px) {
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: 0.4rem;
	}
}

.about-heading.--decorated-sp {
	@media (width <= 767px) {
		flex-direction: column;
		align-items: center;
		gap: 0.4rem;
		margin-inline: 2.4rem;
		margin-block: 8rem 4.6rem;
		padding-block: 1.4rem;
		border-top: 1px solid var(--cc-line-A);
		border-bottom: 1px solid var(--cc-line-A);
	}

	.about-sub {
		@media (width <= 767px) {
			margin-left: 0;
			padding-left: 0;
		}
	}

	.about-sub::before {
		@media (width <= 767px) {
			content: none;
		}
	}
}

.about-sub {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: var(--text-fw-ja);
	letter-spacing: 0;
	line-height: 2;
	color: var(--cc-black-B);
	margin-left: 2.4rem;
	padding-left: 2.4rem;
	@media (width <= 767px) {
		font-size: 1rem;
		margin-left: 1.6rem;
		padding-left: 1.6rem;
	}

	&::before {
		content: "";
		position: absolute;
		left: 0;
		width: 1px;
		height: 1.2rem;
		background-color: var(--cc-line-A);
	}
}

.about-desc {
	text-align: justify;
	margin-bottom: 7.2rem;
	@media (width <= 767px) {
		/* SP */
		font-size: 1rem;
		line-height: 2.4;
		letter-spacing: 0;
		white-space: normal;
		margin-bottom: 0;
	}
}

/* main
----------------------------------------------------------------------------- */

.l-main__about {
	padding-block-start: var(--header-height-pc);
	background-color: var(--cc-back);
	@media (width <= 767px) {
		/* SP */
		padding-block-start: var(--header-height-sp);
	}
}

/* intro
----------------------------------------------------------------------------- */
.about-intro-top {
	display: grid;
	grid-template-columns: 1fr 57.75vw;
	@media (width <= 767px) {
		/* SP */
		flex-direction: column-reverse;
		display: flex;
	}
}

.about-intro-pict01 img {
	width: 100%;
	height: auto;
	@media (width <= 767px) {
		width: 100%;
	}
}

.about-intro-content {
	position: relative;
}

.about-intro-content-inner {
	position: absolute;
	bottom: 12.8rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 6.4rem;
	white-space: nowrap;
	@media (width <= 767px) {
		/* SP */
		position: static;
		padding-block: 6.4rem 8rem;
		gap: 2.4rem;
		position: static;
		align-items: center;
		text-align: center;
		transform: none;
	}
}

.about-intro-catch {
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.2em;
	@media (width <= 767px) {
		font-size: 1.4rem;
		padding-top: 4rem;
	}
	&::before {
		content: "";
		display: block;
		width: 4.8rem;
		height: 1px;
		background-color: var(--cc-pinkgold);
		margin-block-end: 5.6rem;
		@media (width <= 767px) {
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
		}
	}
}

.about-intro-sub-en {
	font-family: var(--ff-loniki);
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: var(--cc-pinkgold);
	text-transform: uppercase;
	@media (width <= 767px) {
		font-size: 1.1rem;
	}
}

.about-intro-bottom {
	position: relative;
	border-top: 1px solid var(--cc-line-A);
	background-image: url(../img/about/about-intro-bg.jpg);
	background-size: cover;
	background-position: center;
	@media (width <= 767px) {
		background-position: center right;
	}
	&::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgba(254, 254, 254, 0.65);
		backdrop-filter: blur(5px);
	}
	.about-desc {
		@media (width > 767px) {
			/* PC */
			line-height: 2.8;
		}
	}
}

.about-intro-bottom-content {
	position: relative;
	max-width: 160rem;
	height: 136.7rem;
	margin: 0 auto;
	@media (width <= 767px) {
		/* SP */
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 8rem;
		padding-block: 8rem 10rem;
	}
	picture {
		@media (width <= 767px) {
			/* SP */
			position: static;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
		}
	}
}

.about-intro-pict02 img {
	position: absolute;
	top: 16.8rem;
	left: 16rem;
	width: 65.5rem;
	height: auto;
	@media (width <= 767px) {
		/* SP */
		position: absolute;
		width: 28.5rem;
		height: auto;
		top: auto;
		position: static;
		padding-left: 3rem;
	}
}

.about-intro-pict03 img {
	position: absolute;
	top: 74rem;
	right: 26.5rem;
	width: 32rem;
	height: auto;
	@media (width <= 767px) {
		/* SP */
		position: static;
		width: 16rem;
		position: static;
	}
}

.about-intro-pict04 img {
	position: absolute;
	top: 74rem;
	right: 0;
	width: 25.7rem;
	height: auto;
	@media (width <= 767px) {
		/* SP */
		position: static;
		width: 12.8rem;
		position: static;
	}
}

.about-intro-pict {
	@media (width <= 767px) {
		display: flex;
		justify-content: flex-end;
		gap: 0.2rem;
	}
}

.about-intro-text01 {
	position: absolute;
	top: 32.4rem;
	right: 27.9rem;
	font-size: 1.4rem;
	@media (width <= 767px) {
		/* SP */
		position: static;
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding-left: 4rem;
	}
}

.about-intro-text02 {
	position: absolute;
	top: 96.3rem;
	left: 20.8rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 61.8rem;

	@media (width <= 767px) {
		/* SP */
		position: static;
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding-inline: 4rem;
		gap: 1.2rem;
	}
}

.about-intro-bottom-catch {
	font-size: 1.8rem;
	line-height: 2.4;
	letter-spacing: 0.2em;
	@media (width <= 767px) {
		font-size: 1.4rem;
	}
}

/* staff
----------------------------------------------------------------------------- */
.about-staff {
	text-align: center;
	border-top: 1px solid var(--cc-line-A);
	@media (width > 767px) {
		/* PC */
		padding-top: 20rem;
	}
	@media (width <= 767px) {
		padding-top: 10rem;
	}
}

.about-staff-content {
	display: grid;
	@media (width <= 767px) {
		/* SP */
		display: flex;
		flex-direction: column-reverse;
		padding-inline: 1rem;
	}
	&:nth-of-type(1) {
		grid-template-columns: 1fr 54.5625vw;
		margin-top: 8rem;
		border-top: 1px solid var(--cc-line-A);
		@media (width <= 767px) {
			/* SP */
			grid-template-columns: 1fr;
			margin-top: 5.6rem;
			border-top: none;
		}
	}
	&:nth-of-type(2) {
		grid-template-columns: 54.5625vw 1fr;
		@media (width <= 767px) {
			/* SP */
			grid-template-columns: 1fr;
			flex-direction: column;
		}
		.about-staff-pict {
			@media (width <= 767px) {
				/* SP */
				grid-row: 1;
			}
		}
	}
	img {
		width: 100%;
	}
}

.about-staff-text-wrap {
	position: relative;
}

.about-staff-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 41.7rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	@media (width <= 767px) {
		/* SP */
		position: static;
		transform: none;
		width: 100%;
		padding: 6.4rem 1.5rem 8.8rem 1.5rem;
		align-items: center;
	}
	.about-role {
		@media (width <= 767px) {
			text-align: center;
			font-size: 1rem;
			line-height: 3;
			margin-bottom: 2.5rem;
		}
	}
	.about-desc {
		@media (width <= 767px) {
			margin-bottom: 0;
		}
	}
}

.about-staff-catch {
	margin-bottom: 3.2rem;
	@media (width <= 767px) {
		margin-bottom: 1.2rem;
		text-align: center;
	}
}

/* instagram
----------------------------------------------------------------------------- */
.about-instagram {
	display: flex;
	justify-content: center;
	padding-block: 16rem;
	padding-inline: 20rem;
	text-align: center;
	border-block: 1px solid var(--cc-line-A);
	@media (width <= 767px) {
		padding: 0;
	}
}

.about-instagram-container {
	max-width: 120rem;
}

.about-instagram-list {
	display: flex;
	flex-direction: column;
	gap: 5.6rem;
	margin-top: 3.2rem;
	padding-top: 5.6rem;
	border-block: 1px solid var(--cc-line-A);
	@media (width <= 767px) {
		border-block: none;
		margin-top: 0;
		padding-inline: 3.2rem;
		padding-block: 0 5rem;
		gap: 0;
	}
}

.about-instagram-row {
	display: flex;
	justify-content: flex-start;
	gap: 6.4rem;
	padding-bottom: 5.5rem;
	border-bottom: 1px solid var(--cc-line-A);
	@media (width <= 767px) {
		flex-direction: column;
		justify-content: center;
		gap: 3rem;
		padding-bottom: 3rem;
		border-bottom: none;
	}
	&:last-child {
		border-bottom: none;
	}
}

.about-instagram-item {
	width: 35.8rem;
	text-align: left;
	display: flex;
	align-items: flex-start;
	gap: 2.4rem;
	line-height: 2;
	letter-spacing: 0;
	@media (width <= 767px) {
		width: 100%;
		gap: 1.6rem;
	}
	picture {
		width: 15.2rem;
		flex-shrink: 0;
		@media (width <= 767px) {
			width: 12.9rem;
		}
	}
}

.about-instagram-name {
	font-weight: 300;
	margin-bottom: 1.4rem;
	@media (width <= 767px) {
		font-size: 1.2rem;
	}
}

.about-instagram-desc {
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	text-align: justify;
	@media (width <= 767px) {
		white-space: unset;
		font-size: 1rem;
	}
}

.about-instagram-account {
	font-size: 1.2rem;
	line-height: 2.4;
	letter-spacing: 0.06em;
	color: var(--cc-pinkgold);
	display: flex;
	align-items: center;
	gap: 0.4rem;
	@media (width <= 767px) {
		font-size: 1rem;
	}
	&::before {
		content: "";
		display: block;
		margin-block: auto;
		background-image: url("/assets/img/icon-instagram-pg.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		@media (width > 767px) {
			/* PC */
			width: 1.4rem;
			height: 1.4rem;
		}
		@media (width <= 767px) {
			/* SP */
			width: 1.2rem;
			height: 1.2rem;
		}
	}
}

/* essence
----------------------------------------------------------------------------- */

.about-essence {
	max-width: 160rem;
	margin: 0 auto;
	padding-block: 8rem 20rem;
	padding-inline: 9.8rem 13.9rem;
	@media (width <= 767px) {
		/* SP */
		padding-block: 10rem 8rem;
		padding-inline: 1rem;
	}
}

.about-essence-content {
	display: grid;
	grid-template-columns: 66.5rem 1fr;
	grid-template-rows: 15rem 1fr;
	grid-template-areas:
		"pict heading"
		"pict text";
	align-items: start;
	justify-items: center;
	column-gap: 8rem;
	row-gap: 4rem;
	padding-bottom: 8rem;
	border-bottom: 1px solid var(--cc-line-A);
	@media (width <= 767px) {
		/* SP */
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 5.6rem;
	}
}

.about-essence-heading {
	padding-top: 2rem;
	grid-area: heading;
}

.about-essence-pict,
.about-essence-pict img {
	width: 66.5rem;
	height: 98.9rem;
	overflow: visible;
	object-fit: cover;
	grid-area: pict;
	@media (width <= 767px) {
		/* SP */
		order: 2;
		display: none;
	}
	@media (width > 767px) {
		/* PC */
	}
}

.about-essence-pict {
	img {
		@media (width <= 767px) {
			width: 100%;
			height: auto;
		}
	}

	.splide__pagination {
		@media (width <= 767px) {
			width: 100%;
		}
	}
}

.about-essence-text-wrap {
	display: flex;
	align-items: center;
	width: 56rem;
	grid-area: text;
	flex-direction: column;
	@media (width <= 767px) {
		/* SP */
		order: 3;
		width: 100%;
	}
	@media (width > 767px) {
		/* PC */
		align-items: center;
	}
}

.about-essence-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	@media (width <= 767px) {
		padding-inline: 2rem;
		padding-bottom: 5.6rem;
	}
}

.about-essence-pict-sp {
	display: none;
	@media (width <= 767px) {
		/* SP */
		display: block;
		width: 100%;
		margin-bottom: 4.8rem;
	}
	img {
		width: 100%;
	}
}

.about-essence-text {
	&:last-of-type {
		width: 100%;
		margin-top: 6.4rem;
		padding-top: 6.4rem;
		border-top: 1px solid var(--cc-line-A);
		@media (width <= 767px) {
			border-top: none;
			margin-top: 0;
			padding-block: 0;
		}
		.about-role span {
			letter-spacing: 0.35em;
			display: flex;
			flex-direction: row;
			gap: 2.4rem;
			@media (width <= 767px) {
				gap: 1.6rem;
			}
		}
	}
}

.about-essence-text {
	.about-role {
		margin-bottom: 3.2rem;
		@media (width <= 767px) {
			width: 100%;
			display: flex;
			align-items: flex-start;
			margin-bottom: 2.4rem;
		}
	}
	span {
		align-items: center;
		&::before {
			@media (width > 767px) {
				margin-top: -0.1em;
			}
			@media (width <= 767px) {
				margin-top: -0.2em;
			}
		}
	}
	.about-desc {
		margin-bottom: 0;
	}
}

.about-essence-btn {
	margin-top: 7.2rem;
	@media (width <= 767px) {
		margin-top: 6.4rem;
	}
}

.about-essence-pict {
	.splide__pagination {
		position: absolute;
		right: -3.8rem;
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
		z-index: 1;
		@media (width <= 767px) {
			/* SP */
			display: none;
		}
	}
	.splide__pagination__page {
		width: 3px;
		height: 4.8rem;
		background-color: var(--cc-line-B);
		border-radius: 0;
		opacity: 1;
		transition: background-color 0.3s;
		margin: 0;
		padding: 0;
		border: 0;
		&.is-active {
			background-color: var(--cc-pinkgold);
		}
	}
}

/* brand
----------------------------------------------------------------------------- */

.about-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6.2rem;
	padding-bottom: 20rem;
	@media (width <= 767px) {
		/* SP */
		gap: 5.6rem;
		padding-inline: 0;
		padding-bottom: 10rem;
	}
	.c-tab-nav-item {
		text-transform: uppercase;
	}
	.c-tab-content {
		max-width: 120rem;
		margin-inline: auto;
		@media (width <= 767px) {
			padding-inline: 3rem;
		}
	}
}

.about-brand-content {
	width: 100%;
}

.about-brand-item {
	display: grid;
	grid-template-columns: 53.6rem 56rem;
	gap: 10.4rem;
	margin-top: 11.8rem;
	height: 59.8rem;
	@media (width <= 767px) {
		/* SP */
		display: flex;
		flex-direction: column-reverse;
		height: auto;
		margin-top: 5.6rem;
		gap: 4.8rem;
	}
}

.about-brand-text-wrap {
	display: flex;
	flex-direction: column;
	@media (width > 767px) {
		justify-content: center;
	}
}

.about-brand-text {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	@media (width <= 767px) {
		gap: 1.2rem;
	}
	.about-heading {
		@media (width > 767px) {
			margin-top: 5rem;
		}
		@media (width <= 767px) {
			margin-top: 5.6rem;
		}
	}
	.about-desc {
		margin-bottom: 0;
	}
}

.about-brand-catch {
	@media (width > 767px) {
		margin-bottom: 1.6rem;
	}
	@media (width <= 767px) {
		text-align: center;
	}
}

.about-brand-pict {
	position: relative;
	@media (width <= 767px) {
		/* SP */
		display: flex;
		gap: 0.5rem;
	}
	picture {
		position: absolute;
		width: 27.2rem;
		height: auto;
		@media (width <= 767px) {
			/* SP */
			position: static;
			width: 50%;
			position: static;
		}
	}
}

.about-brand-pict01,
.about-brand-pict03 {
	top: 0;
	right: 28.8rem;
}

.about-brand-pict02,
.about-brand-pict04 {
	top: 11.2rem;
	right: 0;
	@media (width <= 767px) {
		margin-top: 6.3rem;
	}
}

.about-brand-logos {
	display: grid;
	position: relative;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 0.8rem;
	row-gap: 2rem;
	padding-top: 3.2rem;
	border-top: 1px solid var(--cc-line-B);
	@media (width <= 767px) {
		/* SP */
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		column-gap: 1.6rem;
		row-gap: 3.2rem;
		padding-top: 4rem;
	}
	&::before {
		content: "";
		position: absolute;
		top: -1px;
		left: 0;
		width: 5.8rem;
		height: 1px;
		background-color: var(--cc-pinkgold);
	}
}

.about-brand-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12.8rem;
	height: 4.4rem;
	img {
		height: auto;
		/* max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		padding-inline: 1rem; */
	}
}

.about-brand-logo-item--01 {
	img {
		@media (width > 767px) {
			width: 3.6rem;
		}
		@media (width <= 767px) {
			width: 4rem;
		}
	}
}

.about-brand-logo-item--02 {
	img {
		@media (width > 767px) {
			width: 12.3rem;
		}
		@media (width <= 767px) {
			width: 12.1rem;
		}
	}
}

.about-brand-logo-item--03 {
	img {
		@media (width > 767px) {
			width: 8.6rem;
		}
		@media (width <= 767px) {
			width: 9.6rem;
		}
	}
}

.about-brand-logo-item--04 {
	img {
		@media (width > 767px) {
			width: 7rem;
		}
		@media (width <= 767px) {
			width: 8.1rem;
		}
	}
}

.about-brand-logo-item--05 {
	img {
		@media (width > 767px) {
			width: 11.4rem;
		}
		@media (width <= 767px) {
			width: 12.7rem;
		}
	}
}

.about-brand-logo-item--06 {
	img {
		@media (width > 767px) {
			width: 4.6rem;
		}
		@media (width <= 767px) {
			width: 5.1rem;
		}
	}
}

.about-brand-logo-item--07 {
	img {
		@media (width > 767px) {
			width: 4.1rem;
		}
		@media (width <= 767px) {
			width: 4.6rem;
		}
	}
}

.about-brand-logo-item--08 {
	img {
		@media (width > 767px) {
			width: 6.1rem;
		}
		@media (width <= 767px) {
			width: 7.2rem;
		}
	}
}

.about-brand-logo-item--09 {
	img {
		@media (width > 767px) {
			width: 10.1rem;
		}
		@media (width <= 767px) {
			width: 11.3rem;
		}
	}
}

.about-brand-logo-item--10 {
	img {
		@media (width > 767px) {
			width: 10.7rem;
		}
		@media (width <= 767px) {
			width: 12rem;
		}
	}
}

.about-brand-logo-item--11 {
	img {
		@media (width > 767px) {
			width: 3.7rem;
		}
		@media (width <= 767px) {
			width: 4.8rem;
		}
	}
}

.about-brand-logo-item--04 img,
.about-brand-logo-item--11 img {
	mix-blend-mode: multiply;
}

.about-wedding-btn {
	a {
		@media (width <= 767px) {
			width: 100%;
			padding-left: 3rem;
		}
	}
}

.about-btn-wrap {
	display: flex;
	gap: 1.6rem;
	white-space: nowrap;
	margin-top: 5.2rem;
	@media (width > 767px) {
		margin-top: 4.8rem;
	}
	@media (width <= 767px) {
		flex-direction: column;
		align-items: center;
		margin-top: 6.4rem;
	}

	a {
		@media (width <= 767px) {
			max-width: 20rem;
		}
	}

	.c-tab-content.kimono & {
		@media (width <= 767px) {
			margin-top: 4.8rem;
		}
	}
}

.about-brand-role {
	width: 100%;
	padding-block: 1.7rem;
	padding-left: 4rem;
	border-block: 1px solid var(--cc-line-A);
	margin-bottom: 0;
	@media (width <= 767px) {
		text-align: center;
		padding-block: 1rem;
		padding-left: 0;
	}
}

/* pickup
----------------------------------------------------------------------------- */
.about-pickup {
	margin-top: 12rem;
	border-bottom: 1px solid var(--cc-line-A);
	@media (width <= 767px) {
		margin-top: 8rem;
		padding-inline: 0;
		border-bottom: none;
	}
}

.about-pickup__item {
	display: grid;
	grid-template-columns: 49.6rem 50.4rem;
	gap: 12rem;
	align-items: center;
	padding-inline: 4rem;
	padding-block: 4.8rem;
	@media (width <= 767px) {
		display: flex;
		flex-direction: column;
		padding-block: 5.6rem 6.4rem;
		padding-inline: 1rem;
	}
}
.about-pickup__item + .about-pickup__item {
	border-top: 1px solid var(--cc-line-A);
	padding-top: 4.8rem;
	@media (width <= 767px) {
		padding-block: 6.4rem 0;
	}
}

.about-pickup__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	@media (width <= 767px) {
		gap: 3.2rem;
	}
	.about-desc {
		margin-bottom: 0;
	}
}

.about-pickup__heading {
	display: flex;
	align-items: center;
	gap: 4rem;
	padding-bottom: 1.6rem;
	height: 6rem;
	@media (width <= 767px) {
		justify-content: center;
		text-align: center;
		padding-bottom: 0.8rem;
	}
}

.about-pickup__brand-name {
	font-family: var(--ff-loniki);
	font-size: 2rem;
	font-weight: var(--text-fw-en);
	color: var(--cc-pinkgold);
	letter-spacing: 0.4rem;
	line-height: 1.8;
	text-transform: uppercase;
	padding-right: 4rem;
	position: relative;
	@media (width <= 767px) {
		padding-right: 0;
	}

	&::after {
		@media (width > 767px) {
			content: "";
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			border-right: 1px solid var(--cc-line-A);
			height: 4rem;
		}
	}
}

.about-pickup__brand-name-sub {
	display: block;
	font-size: 1.2rem;
	font-weight: var(--text-fw-ja);
	color: var(--cc-black-B);
	letter-spacing: 0;
	line-height: 2;
	@media (width <= 767px) {
		font-size: 1rem;
	}
}

.about-pickup__brand-logo {
	display: flex;
	gap: 2.4rem;
	height: 100%;
	@media (width <= 767px) {
		display: none;
	}
	img {
		height: 100%;
		max-width: 11.7rem;
		object-fit: contain;
		mix-blend-mode: multiply;
	}
}

.about-pickup__brand-logo--sp {
	display: none;
	@media (width <= 767px) {
		display: grid;
		justify-content: center;
		align-items: center;
		gap: 2.4rem;
		margin-top: 1.6rem;
		padding-inline: 0.7rem;
	}
	.about-pickup__item:last-of-type & {
		@media (width <= 767px) {
			grid-template-columns: 52.3% auto;
		}
	}
	img {
		@media (width <= 767px) {
			width: 100%;
			height: auto;
			object-fit: contain;
			mix-blend-mode: multiply;
		}
		.about-pickup__item:first-of-type & {
			@media (width <= 767px) {
				width: 6.1rem;
				width: 16.27vw;
			}
		}
	}
}

.about-pickup-btn {
	@media (width <= 767px) {
		display: flex;
		justify-content: center;
		margin-top: 0.8rem;
	}
}

.about-pickup__pict {
	display: flex;
	gap: 0.4rem;
	@media (width <= 767px) {
		display: none;
	}
	picture {
		width: 25rem;
		height: auto;
		@media (width <= 767px) {
			width: 100%;
		}
	}
}

.about-pickup__pict--sp {
	display: none;
	@media (width <= 767px) {
		display: flex;
	}
}

/* promise
----------------------------------------------------------------------------- */
.about-promise {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-block: 26rem 21.9rem;
	background-image: url(../img/about/about-promise-bg.jpg);
	background-size: cover;
	background-position: center;
	color: var(--cc-white);
	@media (width <= 767px) {
		background-image: url(../img/about/about-promise-bg-sp.jpg);
		height: 37.5rem;
		padding: 0;
	}
	&::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgb(0 0 0 / 20%);
	}
}

.about-promise-content {
	position: relative;
	z-index: 1;
	color: var(--cc-white-A);
}

.about-promise-en {
	text-transform: uppercase;
	font-family: var(--ff-loniki);
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.8;
	@media (width <= 767px) {
		font-size: 1.1rem;
	}
}

.about-promise-ja {
	margin-top: 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	line-height: 2.4;
	@media (width <= 767px) {
		margin-top: 2.4rem;
		font-size: 1.4rem;
	}
}

