@charset "utf-8";.twenty-four-karats_xkitty {
	background-color: #fff;
	margin-top: -1.875rem;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 377px 1fr;
	margin-bottom: -3.125rem;
}
.twenty-four-karats_xkitty .left_contents img,
.twenty-four-karats_xkitty .right_contents img {
	position: sticky;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate(20%, -50%);
	width: 60%;
}

.twenty-four-karats_xkitty .main_contents {
	max-width: 375px;
	width: 100%;
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
	flex: auto;
	width: auto;
	overflow-y: scroll;
	margin: auto;
	background-color: #fff;
}

.twenty-four-karats_xkitty .top_contents_visual {
	position: relative;
	width: 100%;
	margin-inline: auto;
}
.twenty-four-karats_xkitty .top_contents_visual.blur{
	transition: all 0.5s;
	filter: blur(10px);
}
.twenty-four-karats_xkitty .top_contents_visual.blur.scrollin{
	filter: blur(0);
}
.twenty-four-karats_xkitty .scroll_line {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 40px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding-block-end: 67px;
}
.twenty-four-karats_xkitty .scroll_line::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 60px;
	margin: auto;
	content: '';
	background: #000;
}
.twenty-four-karats_xkitty .top_contents_text_box {
	max-width: 430px;
	padding-block-start: 47px;
	padding-inline: 20px;
	margin-inline: auto;
	color: #fff;
}
.twenty-four-karats_xkitty .top_contents_text_box img {
	width :279px
}
.twenty-four-karats_xkitty .top_contents_text {
	margin-block-start: 29px;
	font-size: 12px;
	line-height: 1.84;
	color: #000;
}
.twenty-four-karats_xkitty .top_contents_info {
	padding-block: 9px;
	padding-inline: 12px;
	margin-block-start: 24px;
	font-size: 12px;
	line-height: 1;
	color: #000;
	text-align: center;
	border: 1px solid #000;
}

.twenty-four-karats_xkitty .all_item {
	margin-top: 51px;
	margin-bottom: 51px;
}
.twenty-four-karats_xkitty .all_item___title,
.twenty-four-karats_xkitty .item_list_title {
	padding-inline: 20px;
	padding-bottom: 25px;
}
.twenty-four-karats_xkitty .all_item___title img,
.twenty-four-karats_xkitty .item_list_title img {
	width: 136px;
}
.twenty-four-karats_xkitty .all_item___box {
	overflow: auto hidden;
	scrollbar-width: none;
	padding-right: 20px;
	padding-left: 20px;
}
.twenty-four-karats_xkitty .all_item___grid {
	display: inline-grid;
	grid-auto-flow: column;
	overflow: hidden;
	grid-template-rows: repeat(2, auto);
	grid-auto-columns: 152px;
	background-color: rgb(255, 255, 255);
	isolation: isolate;
	border-radius: 0px;
}

.twenty-four-karats_xkitty .all_item___grid > div {
	padding: 5px;
}

.twenty-four-karats_xkitty .item_name {
	margin-block-start: 14px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	white-space: pre-line;
	margin-bottom: 1rem;
}
.twenty-four-karats_xkitty .item_price {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: rgb(45, 45, 45);
}

.twenty-four-karats_xkitty .item_button_box {
	position: absolute;
	max-width: 375px;
}
.twenty-four-karats_xkitty .item_ArrowRight,
.twenty-four-karats_xkitty .item_ArrowRight_back {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	position: sticky;
	z-index: 2;
	transform: translate(750%, -600%);
}
.twenty-four-karats_xkitty .item_ArrowRight > svg,
.twenty-four-karats_xkitty .item_ArrowRight_back > svg {
	width: auto;
	height: 18px;
	fill: currentcolor;
	transform: translate(-1px, 1px);
}
.twenty-four-karats_xkitty .item_ArrowRight_back {
	display: none;
	transform: translate(530%, -600%);
	margin-right: -10px;
}
.twenty-four-karats_xkitty .item_ArrowLeft {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	position: sticky;
	z-index: 2;
	transform: translate(-130%, -600%);
}
.twenty-four-karats_xkitty .item_ArrowLeft > svg {
	width: auto;
	height: 18px;
	fill: currentcolor;
	transform: translate(-1px, 1px);
}

.twenty-four-karats_xkitty .artist_box .artist_section h2 {
	position: relative;
	width: 100%;
	aspect-ratio: 375/600;
}
.twenty-four-karats_xkitty .artist_box .artist_section:not(:first-of-type) {
	margin-block-start: 120px;
}
.twenty-four-karats_xkitty .artist_box .artist_name_img {
	vertical-align: top;
	position: absolute;
	top: calc(-4 / 700 * 100%);
	left: calc(0 / 375 * 100%);
	z-index: 3;
	width: 375px;
}
.twenty-four-karats_xkitty .artist_box .artist_img {
	vertical-align: top;
	position: absolute;
	top: calc(120 / 700 * 100%);
	z-index: 2;
	width: calc(305 / 375 * 100%);
	max-width: none;
	transition: opacity 0.5s,transform 1.16s;
	transition-timing-function: ease, ease;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform,opacity;
	left: calc(35 / 375 * 100%);
	opacity: 0.9;
	transform: translate(0, 40px);
}
.twenty-four-karats_xkitty .artist_box .artist_img.is-active {
	vertical-align: top;
	position: absolute;
	top: calc(20%);
	z-index: 2;
	width: calc(81.3333%);
	max-width: none;
	transition-property: opacity, transform;
	transition-duration: 0.5s, 1.16s;
	transition-delay: 0s, 0s;
	transition-behavior: normal, normal;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform, opacity;
	left: calc(9.33333%);
	opacity: 1;
	transform: translate(0px);
}
.twenty-four-karats_xkitty .artist_box .artist_img_sub {
	vertical-align: top;
	position: absolute;
	bottom: calc(60 / 700 * 100%);
	width: calc(148 / 375 * 100%);
	max-width: none;
	transition: opacity 0.5s,transform 1.16s;
	transition-timing-function: ease, ease;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform,opacity;
	left: calc(20 / 375 * 100%);
	transform: translate( 0, 80px );
	z-index: 3;
}
.twenty-four-karats_xkitty .artist_box .artist_img_sub_light {
	vertical-align: top;
	position: absolute;
	bottom: calc(60 / 700 * 100%);
	width: calc(148 / 375 * 100%);
	max-width: none;
	transition: opacity 0.5s,transform 1.16s;
	transition-timing-function: ease, ease;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform,opacity;
	right: calc(20 / 375 * 100%);
	transform: translate( 0, 80px );
	z-index: 3;
}
.twenty-four-karats_xkitty .artist_box .artist_img_sub.is-active {
	vertical-align: top;
	position: absolute;
	bottom: calc(0.875%);
	width: calc(39.4667%);
	max-width: none;
	transition-property: opacity, transform;
	transition-duration: 0.5s, 1.16s;
	transition-delay: 0s, 0s;
	transition-behavior: normal, normal;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform, opacity;
	left: calc(5.33333%);
	transform: translate(0px);
}
.twenty-four-karats_xkitty .artist_box .artist_img_sub_light.is-active {
	vertical-align: top;
	position: absolute;
	bottom: calc(0.875%);
	width: calc(39.4667%);
	max-width: none;
	transition-property: opacity, transform;
	transition-duration: 0.5s, 1.16s;
	transition-delay: 0s, 0s;
	transition-behavior: normal, normal;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform, opacity;
	right: calc(5.33333%);
	transform: translate(0px);
}
.twenty-four-karats_xkitty .artist_contents {
	color: #000;
	padding-inline: calc(20 / 375 * 100%);
}
.twenty-four-karats_xkitty .artist_info {
	margin-block-start: 30px;
	font-size: 12px;
	line-height: 2;
}
.twenty-four-karats_xkitty .artist_goods {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px 21px;
	padding-block-start: 30px;
	margin-block-start: 28px;
	list-style: none;
	margin: 0;
}
.twenty-four-karats_xkitty .artist_goods::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #000;
}
.twenty-four-karats_xkitty .artist_goods_link {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	width: 100%;
}
.twenty-four-karats_xkitty .artist_goods_img {
	visibility: unset;
	opacity: 1;
	transition: opacity 0.2s linear;
}
.twenty-four-karats_xkitty .artist_goods_price {
	display: flex;
	column-gap: 1px;
	align-items: baseline;
	margin-block-start: 7px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.twenty-four-karats_xkitty .artist_goods_name {
	margin-block-start: 14px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	white-space: pre-line;
}
.twenty-four-karats_xkitty .artist_goods_price span {
	font-size: 10px;
}

.twenty-four-karats_xkitty .artist_box .artist_section:nth-child(5) {
	background-color: #fff;
	margin-block-start: 60px;
	padding-top: 60px;
}
.twenty-four-karats_xkitty .artist_box .artist_section:nth-child(n+6) {
	background-color: #000;
	margin-block-start: 0;
	padding-top: 120px;
}
.twenty-four-karats_xkitty .artist_box .artist_section:nth-child(n+5) .artist_contents {
	color: #fff;
}
.twenty-four-karats_xkitty .artist_box .artist_section:nth-child(n+5) .artist_goods::before {
	background-color: #fff;
}

.twenty-four-karats_xkitty .profile {
	padding-top: 120px;
	background-color: #fff;
}
.twenty-four-karats_xkitty .profile_text {
	margin-bottom: 0;
	margin-block-start: 29px;
	font-size: 12px;
	line-height: 1.84;
	padding-inline: calc(20 / 375 * 100%);
}

.twenty-four-karats_xkitty .other_item_list {
	background-color: #fff;
	padding-top: 51px;
	padding-bottom: 80px;
}
.twenty-four-karats_xkitty .item_list_box {
	display: flex;
	flex-wrap: wrap;
}
.twenty-four-karats_xkitty .item_list_item {
	width: 40%;
	margin: auto;
}
@media screen and (max-width: 1024px) {
	.twenty-four-karats_xkitty  {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.twenty-four-karats_xkitty  {
		display: block;
	}
	.twenty-four-karats_xkitty .left_contents,
	.twenty-four-karats_xkitty .right_contents {
		display: none;
	}
	.twenty-four-karats_xkitty .main_contents {
		margin: 0;
		max-width: 100%;
	}
	.twenty-four-karats_xkitty .all_item___grid {
		grid-auto-columns: 50vw;
	}
	.twenty-four-karats_xkitty .item_button_box {
		position: absolute;
		max-width: 100vw;
	}
	.twenty-four-karats_xkitty .item_ArrowRight,
	.twenty-four-karats_xkitty .item_ArrowRight_back {
		transform: translate(calc(100vw - 65px), calc(-42vh));
	}
	.twenty-four-karats_xkitty .item_ArrowRight_back {
		display: none;
		transform: translate(calc(100vw - 150px), calc(-42vh));
		margin-right: -10px;
	}
	.twenty-four-karats_xkitty .item_ArrowLeft {
		transform: translate(-60px, calc(-42vh));
	}
	.twenty-four-karats_xkitty .artist_box .artist_name_img {
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.twenty-four-karats_xkitty .item_ArrowRight,
	.twenty-four-karats_xkitty .item_ArrowRight_back{
		transform: translate(calc(100vw - 65px), calc(-67vw));
	}
	.twenty-four-karats_xkitty .item_ArrowRight_back {
		transform: translate(calc(100vw - 150px), calc(-67vw));
	}
	.twenty-four-karats_xkitty .item_ArrowLeft {
		transform: translate(-55px, calc(-67vw));
	}
}