.p-detail {
	padding-top: 0;
}

.p-detail__cover {
	aspect-ratio: 1920/740;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.p-detail__cover-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-detail__anchor {
	border-bottom: 0.4rem solid #DBDBDB;
	margin-top: 2rem;
	transition: all 0.3s;
}

.p-detail__anchor.is-fixed {
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 2rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
}

.p-detail__anchor.is-over {
	top: 5rem;
	transition: all 0.3s;
}

.p-detail__anchor .container {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.p-detail__anchor li.active a::after,
.p-detail__anchor li:hover a::after {
	opacity: 1;
	visibility: visible;
}

.p-detail__anchor li a {
	display: block;
	font-family: "Yusei Magic", sans-serif;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 1.5rem;
}

.p-detail__anchor li a::after {
	content: "";
	background: #DC67FF;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(244, 190, 255) 33%, rgb(191, 124, 255) 93%);
	border-radius: 1rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0.4rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.p-detail__info {
	margin-top: 1rem;
}

.p-detail__info .user-profile-wrap {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.p-detail__info .user-profile-avatar {
	width: 8rem;
	aspect-ratio: 1;
	position: relative;
}

.p-detail__info .user-profile-avatar__item {
	border-radius: 50%;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-detail__info .user-profile-avatar__item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	height: 100%;
	width: 100%;
}

.p-detail__info .user-profile-avatar__item.--01 {
	background-color: #fff;
	overflow: hidden;
	z-index: 3;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-detail__info .user-profile-avatar__item.--01::before {
	content: "";
	box-sizing: border-box;
	border: 0.2rem solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.p-detail__info .user-profile-avatar__item.--04 {
	background: #FBE7FF;
	background: linear-gradient(90deg, rgb(251, 231, 255) 0%, rgb(244, 190, 255) 62%, rgb(225, 197, 255) 92%);
	filter: blur(15px);
	top: 0.5rem;
}

.p-detail__info .user-profile-name {
	color: #5E5E5E;
	font-family: "hiragino gothic", sans-serif;
	font-size: 2.1rem;
	font-weight: bold;
}

.p-detail__info .user-profile-sns {
	display: flex;
	gap: 1.2rem;
	align-items: center;
}

.p-detail__info .user-profile-sns__item img {
	width: 2rem;
	aspect-ratio: 1;
}

.p-detail__info .user-profile-sns__item .ic_instagram {
	width: 1rem;
}

.p-detail__info .user-profile-sns__item .ic_x {
	width: 0.8rem;
}

.p-detail__info .user-profile-sns__item .ic_tiktok {
	width: 0.8rem;
}

.p-detail__info .user-profile-sns__item .ic_youtube {
	width: 1.2rem;
}

.p-detail__info .user-profile-sns__item .ic_hplink {
	width: 1rem;
}

.p-detail__info .user-profile-sns__link {
	border-radius: 50%;
	border: 1px solid #fff;
	background: #DC67FF;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(244, 190, 255) 33%, rgb(191, 124, 255) 93%);
	width: 2rem;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.p-detail__info .user-profile-sns__link:hover {
	background: #ff12ff;
}

.p-detail__info .user-profile-sns__link::after {
	background: #FBE7FF;
	background: linear-gradient(90deg, rgb(251, 231, 255) 0%, rgb(244, 190, 255) 62%, rgb(225, 197, 255) 100%);
	filter: blur(5px);
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.p-detail__media {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin-bottom: 4rem;
}

.p-detail__media img {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-detail__card-title {
	font-family: "Yusei Magic", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-detail__card .card-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 3rem;
}

.p-detail__card .card-content {
	position: relative;
	padding-top: 1rem;
}

.p-detail__card .card-image {
	overflow: hidden;
}

.p-detail__card .card-image img {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-detail__card .card-name,
.p-detail__card .card-price {
	font-size: 1.2rem;
	font-weight: 500;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-detail__card .card-txt,
.p-detail__card .card-desc {
	font-weight: 500;
	font-size: 1rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-detail__txt {
	display: grid;
	row-gap: 1.5em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
}

.p-detail .tab-content {
	padding-top: 3.5rem;
}

.p-detail .tab-content > div {
	display: none;
}

.p-detail .tab-content > div.active {
	display: block;
}

.p-works {
	position: relative;
}

.p-works.--list::after {
	background: #fbe7ff;
	background: linear-gradient(90deg, rgb(251, 231, 255) 0%, rgb(244, 190, 255) 62%, rgb(225, 197, 255) 100%);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.p-works .container {
	position: relative;
}

.p-works__vtuber {
	margin-top: 4rem;
}

.p-works__vtuber .vtuber:not(:last-child) {
	margin-bottom: 4rem;
}

.p-works__pagination {
	margin-top: 5rem;
}

.p-works__pagination:empty {
	display: none;
}

.p-works .vtuber {
	display: block;
	position: relative;
}

.p-works .vtuber__summary {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5rem;
	background-color: #fff;
	width: 33.3333333333%;
}

.p-works .vtuber__name {
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8rem;
	font-weight: bold;
}

.p-works .vtuber__thumbnails {
	display: flex;
}

.p-works .vtuber__thumbnails img {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-works .vtuber__item {
	width: 33.3333333333%;
}

.p-works .vtuber__item .thumbnail {
	height: 100%;
}

.p-works .vtuber__item .thumbnail img {
	width: 100%;
	height: 100%;
}

.empty-search {
	padding: 15rem 0;
	text-align: center;
}

.empty-search__icon {
	margin-bottom: 4rem;
	display: inline-block;
	position: relative;
	text-align: center;
}

.empty-search__icon::before {
	content: "";
	background: url("../images/common/icon_mark.svg") no-repeat center/contain;
	aspect-ratio: 172/165;
	width: 30%;
	position: absolute;
	top: -18.1%;
	right: -8%;
}

.empty-search__icon::after {
	content: "";
	background-color: #d8c8db;
	border-radius: 50%;
	aspect-ratio: 207/42;
	width: 45.695%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4.415%;
	mix-blend-mode: multiply;
	filter: blur(8px);
	z-index: 1;
}

.empty-search__icon img {
	max-width: 80%;
	width: 45.3rem;
}

.empty-search__txt {
	font-size: 2.5rem;
	margin-right: -1em;
	text-align: center;
}

@media (min-width: 768px) {

.p-detail__anchor {
	border-bottom-width: 1.6rem;
	margin-top: 8rem;
}

.p-detail__anchor.is-over {
	top: 12rem;
}

.p-detail__anchor .container {
	justify-content: flex-start;
	gap: 20rem;
}

.p-detail__anchor li a {
	font-size: 1.9rem;
	padding-bottom: 2rem;
}

.p-detail__anchor li a::after {
	height: 1.2rem;
}

.p-detail__info {
	margin-top: 5rem;
}

.p-detail__info .user-profile-wrap {
	gap: 9rem;
}

.p-detail__info .user-profile-avatar {
	width: 34.2rem;
}

.p-detail__info .user-profile-avatar__item.--01::before {
	border-width: 0.5rem;
}

.p-detail__info .user-profile-avatar__item.--04 {
	top: 2.2rem;
}

.p-detail__info .user-profile-name {
	font-size: 9.6rem;
}

.p-detail__info .user-profile-sns {
	gap: 2.4rem;
	margin-top: 2rem;
}

.p-detail__info .user-profile-sns__item .ic_instagram {
	width: 4.5rem;
}

.p-detail__info .user-profile-sns__item .ic_x {
	width: 4rem;
}

.p-detail__info .user-profile-sns__item .ic_tiktok {
	width: 3.8rem;
}

.p-detail__info .user-profile-sns__item .ic_youtube {
	width: 5.3rem;
}

.p-detail__info .user-profile-sns__item .ic_hplink {
	width: 4.9rem;
}

.p-detail__info .user-profile-sns__link {
	width: 7.8rem;
	border-width: 0.4rem;
}

.p-detail__info .user-profile-sns__link::after {
	top: 1rem;
	left: 1rem;
}

.p-detail__media {
	gap: 5.5rem;
	margin-bottom: 8rem;
}

.p-detail__card-title {
	font-size: 4.6rem;
	margin-bottom: 1rem;
}

.p-detail__card .card-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 10rem 1.7rem;
}

.p-detail__card .card-content {
	padding-top: 2rem;
}

.p-detail__card .card-name,
.p-detail__card .card-price {
	font-size: 2.2rem;
}

.p-detail__txt {
	font-size: 2.4rem;
}

.p-detail .tab-content {
	padding-top: 2rem;
}

.p-works__vtuber {
	margin-top: 10rem;
}

.p-works__vtuber .vtuber:not(:last-child) {
	margin-bottom: 8rem;
}

.p-works__pagination {
	margin-top: 10rem;
}

.p-works .vtuber::after {
	z-index: 100;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-works .vtuber:hover::after {
	width: 33.3333333333%;
}

.p-works .vtuber__summary {
	padding: 0.8rem;
}

.p-works .vtuber__name {
	font-size: 2rem;
}

.p-works .vtuber__item .thumbnail img {
	border-width: 0.4rem;
}

.empty-search {
	padding: 29.8rem 0;
}

.empty-search__icon {
	margin-bottom: 7.5rem;
}

.empty-search__icon::before {
	width: 37.969%;
	right: -18.1%;
}

.empty-search__txt {
	font-size: 5rem;
}

}

@media (min-width: 768px) and (max-width: 999px) {

.p-works .vtuber__item:nth-child(1) .c-thumbnail {
	padding-bottom: 4.6rem;
}

}

@media (min-width: 1000px) {

.p-works .vtuber__name {
	font-size: 3.8rem;
}

.p-works .vtuber__item:nth-child(1) .c-thumbnail {
	padding-bottom: 7.3rem;
}

.empty-search__txt {
	font-size: 6.5rem;
}

}

@media (max-width: 767px) {

.p-detail__card .card-price {
	position: absolute;
	top: 1rem;
	right: 0;
}

.p-works .vtuber__thumbnails {
	flex-wrap: wrap;
}

.p-works .vtuber__item:nth-child(3) {
	margin-left: auto;
}

}

