@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%;
	height: 100svh;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.mv .mv_copy {
	width: 66%;
	position: absolute;
	top: 54%;
	left: 4%;
	z-index: 2;
}

.mv .mv_copy img {
	margin-bottom: 8px;
}

.mv .mv_bottle {
	height: 100%;
	width: auto;
	position: absolute;
	top: -3%;
	right: 0;
	z-index: 1;
}

.mv .mv_txt_main {
	height: 77%;
	width: auto;
	position: absolute;
	top: -1%;
	left: 4%;
	z-index: 2;
}

.mv .mv_txt_footer {
	height: auto;
	width: 90%;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	display: block;
}

.mv .mv_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_massage {
	padding: 6rem 2rem;
}

.top_massage h2 {
	font-family: var(--font_nitalago);
	font-size: clamp(2.4rem, 3vw, 3rem);
	font-weight: 600;
	text-align: center;
	transform: skewX(355deg);
	color: var(--font_color2);
}

.top_massage h2 span {
	background: linear-gradient(transparent 70%, var(--sub_color5) 70%);
	padding: 0 1.5rem;
}

.top_massage h3 {
	font-size: clamp(1.6rem, 1.7vw, 1.7rem);
	font-weight: 600;
	margin-top: 3rem;
	background-color: rgba(255, 255, 255, 0.4);
	padding: clamp(1.5rem, 2.5vw, 2.5rem);
	transform: skewX(355deg);
	color: var(--sub_color5);
}

.top_massage p {
	font-family: var(--font_nitalago);
	line-height: 1.45;
	margin-top: 3rem;
}

.top_massage p.bold {
	font-size: clamp(2.4rem, 3vw, 3rem);
	font-weight: 600;
	text-align: center;
	transform: skewX(355deg);
	color: #ac4eff;
	line-height: 1.6;
}

.top_massage p.bold span {
	background: linear-gradient(transparent 70%, #fffcad 70%);
	padding: 0 1.5rem;
}

@media (min-width: 768px) {
	.mv {}
}

.section_description {
	margin-bottom: 3rem;
}

/*====================
シャンパンの種類
====================*/
.champagne {
	margin-bottom: 5rem;
}

.slider_champagne {
	margin-bottom: 6rem;
}

.champagne_list {
	margin-bottom: 6rem;
}

.champagne_list .item {
	margin-bottom: 5rem;
}

.champagne .item .detail_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 auto 3rem;
}

.champagne .item .detail_wrap div {
	flex: 1;
}

.champagne .item .detail_wrap .img {
	position: relative;
	height: 320px;
	background: url('../img/bottle_bg.png') bottom/cover no-repeat;
	background-size: 120% auto;
	display: flex;
	justify-content: center;
}

.champagne .item .detail_wrap .img .photo {
	height: 90%;
	width: auto;
	position: absolute;
	bottom: 4px;
}

.champagne .item .detail_wrap .info {
	padding-top: 2rem;
}

.champagne .item .detail_wrap .info .spec_label {
	text-align: center;
	padding: 0;
	border-radius: 50vmax;
	border: solid 2px var(--border_color);
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	background-color: rgba(255, 255, 255, 0.6);
}

.champagne .item .detail_wrap .info p {
	font-size: 1.5rem;
}

.price_table {
	background-color: rgba(255, 255, 255, 0.6);
}

.price_table th,
.price_table td {
	padding: 1rem;
}

.price_table th {
	background-color: var(--sub_color1);
	width: 40%;
}

.price_table td {
	text-align: center;
	line-height: 1.4;
}

.price_table td .tax {
	font-size: 1.2rem;
}

.slider_champagne .price_table td .tax {
	display: none;
}

.shipping {
	margin: 2rem auto;
}

.shipping p {
	font-size: 2rem;
	text-align: center;
}

.shipping span {
	font-size: 1.25rem;
}

.champagne .item .price_table {
	width: 96%;
	margin: 0 auto;
}

.champagne .slick-dotted.slick-slider {
	margin-bottom: 8rem;
}

.champagne .slick-dots {
	bottom: inherit;
}

@media screen and (min-width: 768px) {
	.champagne .item .detail_wrap {
		gap: 24px;
	}

	.champagne .item .detail_wrap .img {
		height: 400px;
	}

}


/*====================
オプション
====================*/
.option {
	margin-bottom: 5rem;
}

.option_list {}

.option_list .item:not(:last-child) {
	margin-bottom: 6rem;
}

.option_list .item h3 {
	margin-bottom: 2rem;
}

.option_list .item .inner {
	padding: 0 1rem;
}

.option_list .item .inner .option_badge {
	display: block;
	width: 72%;
	max-width: 240px;
	margin: 0 auto;
}

.option_list .item .inner .option_necklabel {
	display: block;
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
}

.option_list .item .inner p {
	margin-bottom: 2rem;
}

.option_list .item .color_list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 1rem;
}

.option_list .item .color_list li {
	width: calc((100% - 1rem*1)/2);
	text-align: center;
}

.option_list .item .color_list li img {
	width: 80%;
}

.option_list .item .color_list li p {
	font-size: 1.45rem;
	margin-top: 1rem;
}



/*====================
注文の流れ
====================*/
.flow {
	margin-bottom: 5rem;
}

.flow_wrap {}

.flow_wrap .item {
	background-color: #FFF;
	border: solid 1px var(--border_color);
	margin-bottom: 3rem;
}

.flow_wrap .item h3 {
	background: linear-gradient(90deg, #FF99F8 0%, #A38EFF 100%);
	text-align: center;
}

.flow_wrap .item span {
	display: block;
	font-size: 1.8rem;
	font-family: var(--font_nitalago);
	font-weight: 600;
	color: #FFF;
	transform: skewX(355deg);
}

.flow_wrap .item .inner {
	padding: 3rem;
}

.flow_wrap .item .inner img {
	display: block;
	margin-inline: auto;
	max-height: 6rem;
	width: 6rem;
}

.flow_wrap .item .inner p {
	margin-top: 1rem;
}


/*====================
制作例
====================*/
.example {
	margin-bottom: 5rem;
}

.example_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 4rem;
}

.example_list li {
	width: 100%;
}

.example_list li img {
	border-radius: 12px;
	width: 100%;
}

.example_list li p {
	margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
	.example_list {
		padding: 0 5rem;
	}
}



/*====================
制作実績
====================*/
.works {
	margin-bottom: 5rem;
}

.category_list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 4rem;
}

.category_list li {
	width: calc((100% - 9px * 2)/3);
}

.category_list li a {
	font-size: 1.3rem;
	background-color: var(--section_link);
	display: block;
	padding: 1px 16px 1px 12px;
	border-radius: 50vmax;
	color: #FFF;
	position: relative;
}

.category_list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent var(--sub_color4);
}

.category_list li.active a {
	background-color: var(--hover_color);
}

.works_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 1.5rem;
	margin: 0 auto 5rem;
}

.works_list li {
	width: calc((100% - 1.5rem)/2);
}

.works_list li a {
	display: block;
	color: var(--font_color);
}

.works_list li img {
	border-radius: 12px;
	margin-bottom: 0.5rem;
}

.works_list li .acf_option {
	font-size: 1.25rem;
}

.works_list li p {
	font-size: 1.3rem;
}



/*====================
お客様の声
====================*/
.voice {
	margin-bottom: 5rem;
}

.voice_list {
	margin: 0 auto 5rem;
}

.voice_list .item {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 4rem;
}

.voice_list .item .thumb {
	width: 72px;
}

.voice_list .item .detail {
	width: calc(100% - 1rem - 72px);
	padding-top: .5rem;
}

.voice_list .item .detail h3 {
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.voice_list .item .detail p {
	font-size: 1.5rem;
}

.voice.home .voice_list .item:nth-of-type(n+4) {
	display: none;
}


/*====================
よくある質問
====================*/
.faq {
	padding: 2rem 0 6rem;
}

.faq_list {
	margin: 0 auto 5rem;
}

.faq_list details {
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 2rem;
	transition: .2s ease;
	border-radius: 6px;
}

.faq_list summary {
	cursor: pointer;
	padding: 1.5rem 3.5rem 1.5rem 2rem;
	position: relative;
	list-style: none;
	font-size: 1.5rem;
	font-weight: 600;
}

.faq_list summary::-webkit-details-marker {
	display: none;
}

.faq_list summary::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--sub_color2);
	border-bottom: 2px solid var(--sub_color2);
	transform: translateY(-50%) rotate(45deg);
	transition: transform .2s ease;
	pointer-events: none;
}

.faq_list details[open]>summary::after {
	transform: translateY(-50%) rotate(-135deg);
}

.faq_list details>div {
	padding: 0 3.5rem 2rem 2rem;
	font-size: 1.5rem;
}

.faq.home .faq_list details:nth-of-type(n+6) {
	display: none;
}


/*====================
特定商取引ページ
====================*/
.tokusho {
	padding: 2rem 0 6rem;
}

.tokusho table {}

.tokusho table {
	background-color: rgba(255, 255, 255, 0.6);
}

.tokusho table th,
.tokusho table td {
	padding: 1.5rem 1rem;
}

.tokusho table th {
	background-color: var(--sub_color1);
	width: 40%;
}


@media screen and (max-width: 767px) {

	.tokusho table th,
	.tokusho table td {
		width: 100%;
		display: block;
	}

	.tokusho table th {
		border-bottom: none;
	}

	.tokusho table tr:not(:last-child) td {
		border-bottom: none;
	}


}


/*====================
デザインテンプレートページ
====================*/
.template {
	padding: 2rem 0 6rem;
}

.template_list {
	margin: 0 auto 5rem;
}

.template_list li {
	margin-bottom: 2.5rem;
	text-align: center;
}

.template_list li p {
	margin-top: .5rem;
}




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

.works_single .container {}

.works_single_header {
	padding: 0 1rem 2rem;
}

.works_single_header time {
	font-size: 1.4rem;
	display: block;
	font-family: var(--font_nitalago);
}

.works_single_header .acf_option {
	font-size: 1.45rem;
}

.works_single_title {
	font-family: var(--font_nitalago);
	font-size: 2rem;
	font-weight: 600;
}

.works_single_header .cats {
	display: flex;
	gap: 1rem;
}

.works_single_header .cat {
	font-size: 1.35rem;
	background-color: var(--main_color);
	display: block;
	inline-size: fit-content;
	padding: 1px 16px;
	border-radius: 50vmax;
	color: #FFF;
	margin-top: 1rem;
}

.works_single_header .eye_catch {
	margin-top: 2rem;
}

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

.works_single_body p {
	margin-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.works_latest {
	padding-top: 6rem;
	margin-top: 6rem;
}

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

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

	.works_single_title {
		font-size: 2.8rem;
	}

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

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

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

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

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

}


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

.works_single_nav .page-numbers {
	flex: 1;
	height: 56px;
	border-radius: 50vmax;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	background-color: var(--section_link);
}

.works_single_nav .page-numbers.is-disabled {
	background-color: #999;
}

.works_single_nav .page-numbers span {
	font-family: var(--font_nitalago);
	font-size: 1.7rem;
	font-weight: 600;
	color: #ffffff;
}

.works_single_nav .page-numbers svg {}

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

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

.works_single_nav a:hover svg {}



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

.not_found_text {
	line-height: 1.65;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.not_found {}

	.not_found_text {
		line-height: 1.75;
		margin: 4rem 0 6rem;
	}
}
