@charset "utf-8";
/* CSS Document */

/*
Theme Name: BUZZ MUSIC 2025
BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/


/*====================
MV
====================*/
.mv {
	width: 100%;
	background-color: #000;
}

.slider_mv .slick-slide img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.mv {
		margin-bottom: 6rem;
	}


	.slider_mv .slick-list {
		padding: 0 10% !important;
	}

	.slider_mv .slick-slide {
		opacity: 0.4;
		transition: opacity 0.3s ease;
	}

	.slider_mv .slick-center {
		opacity: 1;
	}
}

/* --- スマホ向け（～767px）: 常に不透明 / 余白なし --- */
/* @media (max-width: 767.98px) {
	.slider .slick-list {
		padding: 0 !important;
	}

	.slider .slick-slide,
	.slider .slick-cloned {
		opacity: 1 !important;
	}
} */




/*====================
ニュース一覧
====================*/
.news_list {
	padding: 2rem 0 6rem;
}

.news_list_wrap {
	max-width: 800px;
	margin: 0 auto 5rem;
}

.news_list_wrap li {
	border-bottom: solid 1px var(--border_color);
	position: relative;
}

.news_list_wrap li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	max-width: 90px;
	height: 6px;
	transform: translateY(3px);
	background-color: var(--border_color);
}

.news_list_wrap li a {
	color: var(--font_color);
	display: block;
	padding: 2rem 1rem;
}

.news_list_wrap li a:hover,
.news_list_wrap li a:active {
	color: var(--hover_color);
}

.news_list_wrap li:first-child a {
	padding-top: 0;
}

.news_list_wrap li a time {
	font-size: 1.4rem;
	font-weight: 700;
	color: #333333;
	display: block;
	margin: 0 0 4px 4px;
}

.news_list_wrap li a .cat {
	font-size: 1.4rem;
	font-weight: 700;
	background-color: var(--main_color);
	display: block;
	inline-size: fit-content;
	padding: 1px 8px;
	border-radius: 50vmax;
	transition: .3s;
}

.news_list_wrap li a:hover label,
.news_list_wrap li a:active label {
	color: #FFF;
	background-color: var(--hover_color);
	transition: .3s;
}

.news_list_wrap li a p {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.news_list {
		padding: 2rem 0 8rem;
	}

	.news_list_wrap li a {
		padding: 3rem 1.5rem;
	}

	.news_list_wrap li a time {
		font-size: 1.5rem;
		margin: 0 0 6px 4px;
	}

	.news_list_wrap li a label {
		padding: 1px 12px;
		border-radius: 50vmax;
	}

	.news_list_wrap li a p {
		font-size: 1.8rem;
	}
}


/*====================
NEW RELEASE
====================*/
.new_release_top {
	padding: 2rem 0 6rem;
	background-color: var(--main_color);
}

.new_release {
	padding: 2rem 0 6rem;
}

.new_release_slider {
	margin: 0 auto 8rem !important;
	width: 88%;
}

.new_release_slider .item,
.new_release_wrap .item {
	width: 100%;
	background-color: #FFF;
	color: var(--font_color);
	display: block;
}

.new_release_wrap .item {
	border: solid 1px #C4C4C4;
}

.new_release_slider .item .info_wrap,
.new_release_wrap .item .info_wrap {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.new_release_slider .item img,
.new_release_wrap .item img {
	transition: .3s;
}

.new_release_slider .item:hover img,
.new_release_wrap .item:hover img {
	opacity: 0.7;
	transition: .3s;
}

.new_release_slider .item .info_wrap .name,
.new_release_wrap .item .info_wrap .name {
	font-weight: 700;
	color: var(--sub_color1);
	transition: .3s;
}

.new_release_slider .item:hover .info_wrap .name,
.new_release_wrap .item:hover .info_wrap .name {
	color: var(--hover_color2);
	transition: .3s;
}

.new_release_slider .item .info_wrap h3,
.new_release_wrap .item .info_wrap h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 4rem;
	transition: .3s;
}

.new_release_slider .item:hover .info_wrap h3,
.new_release_wrap .item:hover .info_wrap h3 {
	color: var(--sub_color1);
	transition: .3s;
}

.new_release_slider .item .info_wrap .date,
.new_release_wrap .item .info_wrap .date {
	font-size: 1.4rem;
	font-weight: 700;
	color: #797979;
	margin-top: auto;
}

.new_release_slider .slick-dots {
	bottom: -4rem !important;
}

.new_release_wrap {
	width: 100%;
}

.new_release_wrap .item {
	margin-bottom: 4rem;
}

@media (min-width: 768px) {
	.new_release_top {
		padding: 4rem 0 8rem;
	}

	.new_release {
		padding: 2rem 0 8rem;
	}

	.new_release_slider {
		width: 800px !important;
	}

	.new_release_slider .item {
		display: flex !important;
		flex-wrap: wrap;
	}

	.new_release_slider .item img {
		width: 400px;
	}

	.new_release_slider .item .info_wrap {
		width: calc(100% - 400px - 24px);
	}

	.new_release_slider .item .info_wrap .name {
		font-size: 1.8rem;
	}

	.new_release_slider .item .info_wrap h3 {
		font-size: 2rem;
	}

	.new_release_slider .item .info_wrap .date {
		font-size: 1.5rem;
	}

	.new_release_wrap {
		width: 960px;
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin: 0 auto 3rem;
	}

	.new_release_wrap .item {
		width: calc((100% - 12px*3)/4);
		margin-bottom: 3rem;
	}

}


/*====================
ARTIST
====================*/
.artist_list {
	padding: 2rem 0 6rem;
}

.artist_list_wrap {
	width: 88%;
	margin: 0 auto 5rem;
}

.artist_list_wrap .item {
	margin-bottom: 4rem;
}

.artist_list_wrap .item .photo {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.artist_list_wrap .item .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	transition: .3s;
}

.artist_list_wrap .item .photo img:hover {
	opacity: 0.7;
	transition: .3s;
}

.artist_list_wrap .item .name span {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--sub_color1);
}

.artist_list_wrap .item .name span:hover {
	color: var(--hover_color2);
}

.artist_list_wrap .item .sns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.artist_list_wrap .item .sns a {
	display: grid;
	place-items: center;
}

.artist_list_wrap .item .sns img {
	width: 30px;
}

.artist_list_wrap .item .sns a:hover img {
	opacity: 0.3;
}

@media screen and (min-width: 768px) {
	.artist_list {
		padding: 2rem 0 8rem;
	}

	.artist_list_wrap {
		width: 960px;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}

	.artist_list_wrap .item {
		width: calc((100% - 16px*2)/3);
	}
}


/*====================
ニュース個別ページ
====================*/
.news_single {
	padding: 2rem 0 6rem;
}

.news_single .container {
	max-width: 800px;
	margin: 0 auto;
}

.news_single_header {
	padding: 0 1rem 2rem;
	margin-bottom: 2rem;
	border-bottom: solid 1px var(--border_color);
}

.news_single_header time {
	font-weight: 700;
	color: #333333;
	display: block;
	margin-top: 1rem;
}

.news_single_title {
	margin-top: 0.5rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
}

.news_single_header .cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.news_single_header .cat {
	font-size: 1.4rem;
	font-weight: 700;
	background-color: var(--main_color);
	display: block;
	inline-size: fit-content;
	padding: 1px 8px;
	border-radius: 50vmax;
	color: #000;
	margin-top: 1rem;
}

.news_single_body {
	padding: 1rem 0 10rem;
	word-break: break-all;
}

.news_single_body p {
	font-size: 1.6rem;
	margin-top: 2rem;
}

.news_single_body h1 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 6px 0 6px 18px;
	position: relative;
	margin-top: 3rem;
}

.news_single_body h1::before,
.news_single_body h2::before,
.news_single_body h3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background-color: var(--main_color);
}

.news_single_body h2 {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 6px 0 6px 18px;
	position: relative;
}

.news_single_body h2::before {
	width: 8px;
}

.news_single_body h3 {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 6px 0 6px 18px;
	position: relative;
}

.news_single_body h3::before {
	width: 6px;
}

.news_single_body figure {
	margin-top: 2rem !important;
}

.news_single_body figcaption {
	margin-top: 8px;
}

.news_single_body ul {
	margin-top: 8px;
}

.news_single_body ul li {
	font-size: 1.6rem;
	padding: 4px 8px;
	line-height: 1.7;
}

.news_single_body .wp-block-embed__wrapper {
	max-width: 800px;
}

.news_lastest {
	padding-top: 6rem;
}

@media screen and (min-width: 768px) {
	.news_single_header {
		padding: 0 1rem 3rem;
	}

	.news_single_header time {
		margin-top: 2rem;
	}

	.news_single_title {
		font-size: 2.8rem;
	}

	.news_single_header .cat {
		padding: 1px 16px;
		margin-top: 1.5rem;
	}

	.news_single_body p {
		margin-top: 3rem;
	}

	.news_single_body h1 {
		font-size: 2.8rem;
		margin-top: 4rem;
	}

	.news_single_body h2 {
		margin-top: 4rem;
		font-size: 2.4rem;
	}

	.news_single_body h3 {
		margin-top: 4rem;
		font-size: 2rem;
	}

}



/* ---------------
ページャー
---------------- */
.news_single_nav {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.news_single_nav .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 160px;
	height: 56px;
	color: var(--font_color);
	border: solid 2px #000;
	border-radius: 50vmax;
}

.news_single_nav .page-numbers span {
	font-size: 1.6rem;
	font-weight: 600;
}

.news_single_nav .page-numbers svg {
	fill: var(--font_color);
	width: 16px;
}

.news_single_nav .page-numbers.prev svg {
	transform: rotate(180deg);
}

.news_single_nav a:hover {
	background-color: var(--main_color);
}

.news_single_nav a:hover svg {}



/*====================
お問い合わせページ
====================*/
.contact {
	padding: 2rem 0 6rem;
}

.contact_from {
	width: 100%;
}

.contact_item {
	margin-bottom: 3rem;
}

input::placeholder,
textarea::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.contact_item label {
	display: block;
	font-weight: 600;
	margin-bottom: .5rem;
}

.contact_item .required {
	color: #FF0000;
	font-size: 1.2rem;
	font-weight: 400;
}

.item_recaptcha {
	margin-top: 1rem;
}

.item_recaptcha p {
	font-size: 1.4rem;
	line-height: 1.7;
}

.wpcf7-not-valid-tip {
	color: #FF0000;
	font-size: 1.5rem;
	margin-top: .5rem;
}

@media (min-width: 768px) {
	.contact {
		padding: 2rem 0 8rem;
	}

	.contact_from {
		width: 800px;
		margin: 0 auto 5rem;
	}
}




/*====================
404ページ
====================*/
.not_found {
	padding: 2rem 0 6rem;
}

.not_found_text {
	margin-bottom: 4rem;
}

@media (min-width: 768px) {
	.not_found {
		padding: 2rem 0 8rem;
	}

	.not_found_text {
		width: 960px;
		text-align: center;
		margin: 6rem auto 8rem;
	}
}
