.top-mv {
	position: relative;
	width: 100%;
	max-height: 100vh;
	max-height: calc(var(--vh) * 100);
	padding-top: 177.77%;
}
.top-mv #ytPlayerWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-mv #iframe_ytPlayer {
	width: 1500px !important;
	height: 177.78vw !important;
	margin: 0 auto 0 -375px !important;
	max-height: 1330px !important;
}
.top-mv__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
}
.top-mv__bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 750px) {
	.top-mv #iframe_ytPlayer {
		width: 300vw !important;
		height: 177.78vw !important;
		margin: 0 auto 0 -100vw !important;
	}
}

.top-recommend {
	padding: 0 40px 24px;
}
.top-recommend__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 4px;
}
.top-recommend__bnr {
	width: 100%;
	aspect-ratio: 320/104;
}
.top-recommend__bnr img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 750px) {
	.top-recommend__list {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

.top-cast-ranking {
	padding: 131px 0 40px;
}
.top-cast-ranking__ttl {
	display: flex;
	justify-content: center;
	margin-bottom: -18px;
}
.top-cast-ranking__ttl-inner {
	position: relative;
}
.top-cast-ranking__ttl-inner::after {
	content: '';
	position: absolute;
	top: -18%;
	left: -8.5%;
	width: 120.64%;
	height: 103.125%;
	background: url('../img/top/cast_ranking_ttl_kirakira.png') center / contain no-repeat;
	mix-blend-mode: color-dodge;
}
.top-cast-ranking .c-viewmore {
	margin-top: 44px;
}
.top-cast-ranking__bnr-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 40px;
	padding: 0 20px;
}
.top-cast-ranking__bnr {
	width: 100%;
	aspect-ratio: 360/116;
}
.top-cast-ranking__bnr img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 750px) {
	.top-cast-ranking__bnr-list {
		grid-template-columns: 1fr;
	}
}

.top-sns {
	padding: 0 0 24px;
}
.top-sns__subsec-ttl {
	position: relative;
	font-family: "Cormorant Garamond", serif;
	font-size: 23px;
	padding-left: 21px;
}
.top-sns__subsec-ttl::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/common/list-dot.svg) center/contain no-repeat;
}
.top-sns__inner {
	padding: 0 15px;
}
.top-sns__news {
	margin-top: 10px;
}
.top-sns__news .c-news-slider .slick-next {
	background-image: url(../img/top/news-next.svg);
}
.top-sns__news .c-viewmore {
	margin-top: 45px;
	margin-right: 15px;
}
.top-sns__youtube,
.top-sns__tiktok {
	margin-top: 38px;
	overflow: hidden;
}
.top-sns__youtube-ttl {
	display: flex;
	justify-content: center;
	background: url('../img/top/youtube_ttl_bg.jpg') center / cover;
	padding: 23px 0 18px;
	margin-bottom: 15px;
}
.top-sns__youtube-ttl-inner {
	position: relative;
}
.top-sns__youtube-ttl-inner::after {
	content: '';
	position: absolute;
	top: -20%;
	left: -6%;
	width: 115.476%;
	height: 138.514%;
	background: url('../img/top/youtube_ttl_kirakira.png') center / contain no-repeat;
	mix-blend-mode: color-dodge;

}
.top-sns__youtube-list,
.top-sns__tiktok-list {
	margin-top: 7px;
}
.top-sns__box {
	position: relative;
	overflow: hidden;
	padding: 8px;
}
.top-sns__box::before,
.top-sns__box::after {
	content: "";
	position: absolute;
	display: block;
	width: 185px;
	height: 185px;
	background: url(../img/top/sns-deco.svg) center/contain no-repeat;
	z-index: -1;
}
.top-sns__box::before {
	top: 0;
	right: 0;
}
.top-sns__box::after {
	left: 0;
	bottom: 0;
	transform: rotate(180deg);
}
.top-sns__instagram {
	margin-top: 38px;
}
.top-sns__instagram #sb_instagram {
	padding-bottom: 0 !important;
}
.top-sns__instagram #sb_instagram #sbi_images {
	padding: 0;
}
.top-sns__instagram #sb_instagram .sbi_info:not(:has(.sbi_caption_wrap)) .sbi_meta {
	margin-top: 2px;
	padding-bottom: 0;
}
.top-sns__instagram #sb_instagram .sbi_meta > span {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
}
.top-sns__instagram #sb_instagram .sbi_meta > span > span {
	vertical-align: middle;
}
.top-sns__instagram .c-viewmore {
	margin-right: 15px;
	margin-top: 34px;
}
.top-sns__tiktok {
	margin-top: 38px;
}
.top-sns__tiktok-wrap {
	background: #fff;
	border: solid 8px #eaeaea;
	padding: 5px;
}
.top-sns__tiktok-wrap2 {
	height: 490px;
	overflow: scroll;
	padding-right: 8px;
}

.top-youtube-item,
.top-tiktok-item {
	position: relative;
	padding: 8px 0 8px 15px;
	z-index: 0;
}
.top-youtube-item + .top-youtube-item,
.top-tiktok-item + .top-tiktok-item {
	margin-top: 24px;
}
.top-youtube-item:nth-child(even),
.top-tiktok-item:nth-child(even) {
	padding: 8px 15px 8px 0;
}
.top-youtube-item::before,
.top-tiktok-item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 23px;
	border: solid;
	border-width: 1px 0 1px 1px;
	-o-border-image: linear-gradient(to right, #b18c45 0%, #efe9ad 50%, #b18c45 100%) 1;
	border-image: linear-gradient(to right, #b18c45 0%, #efe9ad 50%, #b18c45 100%) 1;
	z-index: 1;
}
.top-youtube-item:nth-child(even)::before,
.top-tiktok-item:nth-child(even)::before {
	right: 23px;
	left: 0;
	border-width: 1px 1px 1px 0;
}
.top-youtube-item__link,
.top-tiktok-item__link {
	display: flex;
	align-items: center;
	gap: 26px;
	background: #eaeaea;
	padding: 16px 32px 16px 24px;
}
.top-youtube-item:nth-child(even) .top-youtube-item__link,
.top-tiktok-item:nth-child(even) .top-tiktok-item__link {
	padding: 16px 24px 16px 32px;
}
.top-youtube-item__thumb,
.top-tiktok-item__thumb {
	position: relative;
	flex: 0 0 103px;
	height: 103px;
	z-index: 2;
}
.top-youtube-item__thumb img,
.top-tiktok-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
.top-youtube-item:nth-child(even) .top-youtube-item__thumb,
.top-tiktok-item:nth-child(even) .top-tiktok-item__thumb {
	order: 1;
}
.top-youtube-item__txt,
.top-tiktok-item__txt {
	position: relative;
	flex: 1;
	z-index: 2;
}
.top-youtube-item:nth-child(even) .top-youtube-item__txt,
.top-tiktok-item:nth-child(even) .top-tiktok-item__txt {
	order: 0;
}
.top-youtube-item__name,
.top-tiktok-item__name {
	font-size: 17px;
	line-height: 1.4705882353;
}
.top-tiktok-item__txt-wrap {
	display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.top-youtube-item__btn,
.top-tiktok-item__btn {
	display: block;
	width: -moz-max-content;
	width: max-content;
	background: #fff;
	color: #bf3f3f;
	font-size: 13px;
	line-height: 1;
	margin-top: 8px;
	padding: 6px 8px 7px;
}
.top-youtube-item__btn::before {
	content: url(../img/top/icon-youtube.svg);
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.top-youtube-item__name-en,
.top-tiktok-item__name-en {
	position: absolute;
	right: -2px;
	top: -2px;
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: 77px;
	line-height: 1;
	text-align: right;
	z-index: 1;
}
.top-youtube-item:nth-child(even) .top-youtube-item__name-en,
.top-tiktok-item:nth-child(even) .top-tiktok-item__name-en {
	right: unset;
	left: 33px;
	text-align: left;
}

.top-shop-ranking {
	padding: 125px 0 40px;
}
.top-shop-ranking .c-list {
	margin-top: 13px;
}
.top-shop-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img::after,
.top-shop-ranking .c-list-item--ranking:nth-child(2) .c-list-item__img::after,
.top-shop-ranking .c-list-item--ranking:nth-child(3) .c-list-item__img::after {
	content: "No." counter(rank);
}
.top-shop-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img::after {
	font-size: 187.5px;
	letter-spacing: -3px;
	background: linear-gradient(7deg, #92753d 1%, #c2bd8e 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	bottom: -28px;
	left: -42px;
}
.top-shop-ranking .c-list-item--ranking:nth-child(2) .c-list-item__img::after {
	background: linear-gradient(7deg, #858585 1%, #bfbfbf 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-shop-ranking .c-list-item--ranking:nth-child(3) .c-list-item__img::after {
	background: linear-gradient(7deg, #935b3e 1%, #c3b39c 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
	.top-shop-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img::after {
		font-size: 25vw;
	}
}
.top-shop-ranking__more {
	position: relative;
}
.top-shop-ranking__more:nth-child(even) {
	grid-column: 1/3;
	height: 40px;
}
.top-shop-ranking__more .c-viewmore {
	position: absolute;
	bottom: 0;
	right: -5px;
	margin: 0;
}

.top-about {
	padding: 0 0 40px;
	overflow: hidden;
}
.top-about__name {
	display: block;
	width: 100%;
	color: #eaeaea;
	font-family: "Cormorant Garamond", serif;
	font-size: 52px;
	margin: -32px auto -8px;
	text-align: center;
	white-space: nowrap;
}
.top-about__box {
	width: calc(100% - 108px);
	min-width: 292px;
	border: solid 1px;
	-o-border-image: linear-gradient(to right, #b18c45 0%, #efe9ad 50%, #b18c45 100%) 1;
	border-image: linear-gradient(to right, #b18c45 0%, #efe9ad 50%, #b18c45 100%) 1;
	margin: 0 auto;
	padding: 0 27px 38px;
}
.top-about__img {
	margin-top: -27px;
	text-align: center;
}
.top-about__txt {
	font-size: 14px;
	margin-top: 20px;
}
.top-about__link {
	display: block;
	width: -moz-max-content;
	width: max-content;
	border-bottom: solid 1px #cbcbcb;
	color: #cbcbcb;
	font-family: "Cormorant Garamond", serif;
	font-size: 22px;
	line-height: 1.5;
	margin: 16px auto 0;
	padding-bottom: 4px;
	text-align: center;
}

/* 2024.04.24 */
.top-league-shop {
	background: #222;
	background-size: cover;
	padding: 27px 20px 34px;
	color: #cbcbcb;
}
.top-league-shop > .c-ttl02 {
	margin-bottom: 30px;
}

.top-league-shop-list li {
	border: solid 1px #cbcbcb;
	border-bottom: none;
}

.top-league-shop-list li:last-child {
	border-bottom: solid 1px #cbcbcb;
}

.top-league-shop-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 53px;
	padding: 5px 45px;
	font-size: 15px;
	text-align: center;
	line-height: calc(20 / 14);
	font-weight: 400;
}

.top-league-shop-list li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	width: 22px;
	height: 6px;
	background: url(../img/common/content-link-arw.svg) no-repeat center center;
}
