.disco_filter {
	position: relative;
	text-align: center;
	margin: 0 auto 55px;
	width: 120px;
}

.disco_filter select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 120px;
	height: 42px;

	padding: 0 20px 0 4px;

	border: none;
	border-bottom: 1px solid #cfcfcf;
	border-radius: 0;

	background: transparent;

	color: #222;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;

	cursor: pointer;
	outline: none;
}

.disco_filter::after {
	content: "⌄";

	position: absolute;
	right: 0;
	top: 50%;

	transform: translateY(-50%);

	font-size: 14px;
	color: #999;

	pointer-events: none;
}
.banner_slider {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.banner_slider .slick-list {
	overflow: hidden;
}

.banner_slider .slick-track {
	display: flex;
	align-items: center;
}

.banner_slider .slick-slide {
	float: none;
	height: auto;
	padding: 0 8px;
	box-sizing: border-box;
}

.banner_slider .slick-slide li {
	list-style: none;
}

.banner_slider img {
	width: 100%;
	height: auto;
	display: block;
}
/* バナー下のドット位置を画像の外に固定 */
.banner_slider .slick-dots {
	position: relative !important;
	bottom: auto !important;
	top: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ドットを大きく */
.banner_slider .slick-dots li {
	width: 18px !important;
	height: 18px !important;
	margin: 0 5px !important;
}

.banner_slider .slick-dots li button {
	width: 18px !important;
	height: 18px !important;
	padding: 0 !important;
}

.banner_slider .slick-dots li button:before {
	font-size: 35px !important;
	line-height: 0px !important;
	color: #cfcfcf !important;
	opacity: 1 !important;
}

.banner_slider .slick-dots li.slick-active button:before {
	color: #333 !important;
}

/* バナーとNEWSの距離を詰める */
#top_banner_area {
	margin-bottom: 40px !important;
	padding-bottom: 0 !important;
}

#top_news_area {
	margin-top: 30px !important;
	padding-top: 0 !important;
}
#top_banner_area.top_area {
	padding-top: 30px !important;
	margin-top: 0 !important;
}
.banner_slider .slick-slide {
	overflow: hidden;
}

.banner_slider li a {
	display: block;
	overflow: hidden;
}

.banner_slider li img {
	transition: transform .5s ease;
}

.banner_slider li:hover img {
	transform: scale(1.03);
}
body {
	background:
		linear-gradient(
			180deg,
			#6679a8 0%,
			#5d4f78 18%,
			#403752 35%,
			#243047 58%,
			#182132 78%,
			#121722 100%
		);

	background-attachment: fixed;
	color: #d7dbe3;
}

#contents_wrap,
#backgroundcolor,
.area,
.box {
	background: transparent;
}

.heading_top,
.heading01,
.heading03,
.heading04 {
	color: #ffffff;
}

a {
	color: #d7dbe3;
	transition: .3s;
}

a:hover {
	color: #7ba6ff;
}

.archive_li,
.list_cont,
.disco_filter select {
	border-color: rgba(255,255,255,.15);
}

.disco_filter select {
	color: #fff;
	background: transparent;
}

.disco_filter::after {
	color: rgba(255,255,255,.6);
}

.btn_more span {
	color: #fff;
	border-color: rgba(255,255,255,.2);
}

#footer_wrap {
	background: #0b0d12;
	color: rgba(255,255,255,.7);
}
#footer_wrap,
#footer_wrap a,
#footer_wrap p,
#footer_wrap small {
	color: #fff !important;
}
#header_wrap {

	background: #181d26 !important;

}
#header_wrap *,

#header_wrap a,

#header_wrap ul li a,

#header_wrap nav a,

#header_wrap .g_nav a,

#header_wrap .header_nav a,

#header_wrap .menu-item a {

	color: #ffffff !important;

}

#header_wrap .current-menu-item a,

#header_wrap a:hover {

	color: #9fb7ff !important;
	border-color: #9fb7ff !important;

}
#header_wrap {
	background: rgba(18, 23, 34, 0.88) !important;
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
}
#header_wrap {
	border-bottom: none !important;
	box-shadow: none !important;
}
#promo_wrap {
	margin-top: -1px !important;
}
.live_flyer {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin: 25px 0 35px;
}

.live_flyer_img {
	width: 200px;
	margin: 0;
}

.live_flyer_img img {
	width: 100%;
	height: auto;
	display: block;
}
.live_flyer_img a {
	position: relative;
	display: block;
	overflow: hidden;
}

.live_flyer_img a::after {
	content: "⌕";

	position: absolute;
	right: 12px;
	bottom: 12px;

	width: 42px;
	height: 42px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(0,0,0,.50);
	backdrop-filter: blur(0px);

	color: #fff;
	font-size: 22px;
	line-height: 1;

	border-radius: 50%;

	transition: .3s;
}

.live_flyer_img a:hover::after {
	transform: scale(1.08);
	background: rgba(0,0,0,.8);
}
.live_flyer_img a {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.live_flyer_img img {
	width: 100%;
	height: auto;
	display: block;

	transition: .45s ease;

	opacity: 1;
}

.live_flyer_img a:hover img {
	filter: brightness(1.08) saturate(.92);
}

.live_flyer_img a::before {
	content: "";

	position: absolute;
	inset: 0;

	background: rgba(255,255,255,.16);

	opacity: 0;
	transition: .35s ease;

	z-index: 1;
}

.live_flyer_img a:hover::before {
	opacity: 1;
}

.live_flyer_img a::after {
	content: "⌕";

	position: absolute;
	right: 5px;
	bottom: 5px;

	width: 30px;
	height: 30px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(0,0,0,.35);

	backdrop-filter: blur(4px);

	color: #fff;
	font-size: 22px;
	line-height: 1;

	border-radius: 50%;

	transition: .3s;

	z-index: 2;
}

.live_flyer_img a:hover::after {
	transform: scale(1.08);
	background: rgba(0,0,0,.5);
}
.live_map {
	width: 100%;
	margin: 35px 0;
}

.live_map iframe {
	width: 99% !important;
	height: 200px !important;
	display: block;
}
#top_schedule_area .top_schedule_box {
	background: rgba(0, 0, 0, 0.60) !important;
	color: #fff !important;
}

#top_schedule_area .top_schedule_box * {
	color: #fff !important;
}
/* DISCOGRAPHY 文字を白化 */
.texts_cont,
.texts_cont * {
	color: #fff !important;
}

/* 日付だけ少し薄く */
.texts_cont .product_date {
	color: rgba(255,255,255,0.7) !important;
}


/* 上のライン */
.texts_cont .heading03:before,
.texts_cont .heading03::before {
	background: rgba(255,255,255,0.5) !important;
}
.texts_cont ol li {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}
.buy_button .button,
.buy_button .button span,
.buy_button .button i {
	color: #222 !important;
	transition: .3s;
}

.buy_button .button {
	background: #fff !important;
	border: none !important;
	transition: .3s;
}

/* hover */
.buy_button .button:hover {
	background: transparent !important;
}

.buy_button .button:hover span,
.buy_button .button:hover i {
	color: #fff !important;
}
.disco_streaming .icon_ul {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 10px 0 10px;
	padding: 0;
	list-style: none;
}

.disco_streaming .icon_ul li {
	margin: 0;
	padding: 0;
}

.disco_streaming .icon_ul a {
	width: 30px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .75;
	transition: .3s;
}

.disco_streaming .icon_ul a:hover {
	opacity: 1;
}

.disco_streaming .icon_ul img {
	width: 35px;
	height: 35px;
	display: block;
	object-fit: contain;
}
/* ヘッドホンを白にする */
.disco_streaming .icon-headphones,
.disco_streaming .icon-headphones:before {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* Amazon music 表示 */
.amazon_music_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 35px;
	height: 35px;

	border-radius: 8px;
	background: rgba(255,255,255,.75);

	color: #1f2636 !important;
	-webkit-text-fill-color: #1f2636 !important;

	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
/* ストリーミング共通 hover */
.disco_streaming .icon_ul a {
	opacity: .72;
	transition: .3s;
}

.disco_streaming .icon_ul a:hover {
	opacity: 1;
	transform: translateY(-1px);
}

/* Amazon Music 白化 */
.disco_streaming .icon_ul img[alt="Amazon Music"] {
	width: 44px;
	height: 44px;
	display: block;
	object-fit: contain;

	filter:
		brightness(0)
		invert(1)
		opacity(.94);

	transition: .3s;
}

/* hover時 */
.disco_streaming .icon_ul a:hover img[alt="Amazon Music"] {
	filter:
		brightness(0)
		invert(1)
		opacity(1);
}
.disco_category {
	margin: 0 0 12px;
	font-size: 13px;
	letter-spacing: .08em;
	color: rgba(255,255,255,.65) !important;
}
#promo_wrap .object_fit img {
	object-position: center 20% !important;
}

@media screen and (max-width: 1024px) {
	.banner_slider .slick-slide img {
		object-fit: contain !important;
		object-position: center center !important;
	}
}
@media screen and (max-width: 1024px) {
	#gnav {
		display: none;
	}

	#gnav.open {
		display: block !important;
		position: fixed !important;
		top: 90px !important;
		left: 0 !important;
		width: 100% !important;
		height: calc(100vh - 91px) !important;
		background: rgba(18,23,34,.96) !important;
		z-index: 9999 !important;
		padding: 22px 20px !important;
		box-sizing: border-box !important;
		text-align: center !important;
		overflow: hidden !important;
	}

	#gnav.open #gnav_list {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#gnav.open #gnav_list li {
		display: block !important;
		margin: 0 0 14px !important;
	}

	#gnav.open #gnav_list a,
	#gnav.open #gnav_list a span {
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		letter-spacing: .06em !important;
		line-height: 1.25 !important;
	}

	#gnav.open .sns_icon {
		display: flex !important;
		justify-content: center !important;
		gap: 14px !important;
		margin-top: 18px !important;
		padding: 0 !important;
	}

	#gnav.open .sns_icon li {
		margin: 0 !important;
	}

	#gnav.open .sns_icon i {
		color: #fff !important;
		font-size: 24px !important;
	}
}
@media screen and (max-width: 1024px) {

	#gnav.open {
		animation: gnavDown .35s ease forwards;
		transform-origin: top;
	}

	#gnav.open #gnav_list li,
	#gnav.open .sns_icon li {
		opacity: 0;
		transform: translateY(-10px);
		animation: menuItemDown .35s ease forwards;
	}

	#gnav.open #gnav_list li:nth-child(1) { animation-delay: .05s; }
	#gnav.open #gnav_list li:nth-child(2) { animation-delay: .09s; }
	#gnav.open #gnav_list li:nth-child(3) { animation-delay: .13s; }
	#gnav.open #gnav_list li:nth-child(4) { animation-delay: .17s; }
	#gnav.open #gnav_list li:nth-child(5) { animation-delay: .21s; }
	#gnav.open #gnav_list li:nth-child(6) { animation-delay: .25s; }
	#gnav.open #gnav_list li:nth-child(7) { animation-delay: .29s; }

	@keyframes gnavDown {
		from {
			opacity: 0;
			transform: translateY(-12px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes menuItemDown {
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}
body.gnav_open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
}
@media screen and (max-width: 1024px) {
	#gnav {
		position: fixed !important;
		top: 91px !important;
		right: -100% !important;
		width: 100% !important;
		height: calc(100vh - 91px) !important;
		z-index: 9999 !important;
		transition: right .35s ease !important;
	}

	#gnav.open {
		right: 0 !important;
	}
}
@media screen and (max-width: 1024px) {
	#backgroundcolor {
		display: flex !important;
		flex-direction: column !important;
	}
	/* スマホ時だけLIVEの黒背景を消す */
	#top_schedule_area .top_schedule_box {
		background: transparent !important;
		box-shadow: none !important;
		border: none !important;
	}
}
.live_sp_only {
	display: none;
}

@media screen and (max-width: 1024px) {
	.live_pc_only {
		display: none !important;
	}

	.live_sp_only {
		display: block !important;
	}

	.live_sp_only .top_schedule_box {
		background: transparent !important;
		box-shadow: none !important;
		border: none !important;
	}
}
#backgroundcolor .top_area:nth-child(even),
#backgroundcolor .top_area:nth-child(odd) {
	background: transparent !important;
}
@media screen and (min-width: 1025px) {
	.banner_slider .slick-track {
		display: flex !important;
		align-items: center !important;
	}

	.banner_slider .slick-slide {
		float: none !important;
	}
}
/* MEMBER：左画像＋右プロフィール */
.entry_cont img.alignleft {
	float: left !important;
	width: 45% !important;
	max-width: 520px !important;
	height: auto !important;
	margin: 0 35px 25px 0 !important;
}

.entry_cont img.alignleft + span,
.entry_cont img.alignleft + h2,
.entry_cont img.alignleft + p {
	display: block;
}

/* 回り込み解除 */
.entry_cont::after {
	content: "";
	display: block;
	clear: both;
}

/* スマホでは縦並び */
@media screen and (max-width: 599px) {
	.entry_cont img.alignleft {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 0 25px 0 !important;
	}
}
@media screen and (max-width: 599px) {

    #top_news_area {
        padding-bottom: 1.3em !important;
    }

    .live_sp_only .area {
        padding-top: 2em !important;
    }

}
.icon-play-circle:before {
    color: #ffffff !important;
}
.about_box img {
    border: none !important;
}
.news_single_cont {
    max-width: 760px;
    margin: 0 auto;
}

.news_single_title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 2px solid currentColor;
}
