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


/*==========
MV
==========*/
.mv {
	height: 70vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mv_bg {
	height: 70vh;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.mv_logo {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 150px;
	z-index: 1;
}

.mv_copy {
	background-color: rgb(255 120 0 / 60%);
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 1;
	margin-top: auto;
	padding: 12px 0 18px;
}

.mv_copy h1 {
	font-size: 5.4rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	margin-bottom: 6px;
	text-shadow: 1px 1px 3px #1f2549;
	letter-spacing: -0.5px;
}

.mv_copy h1 .small {
	font-size: 2.4rem;
}

.mv_copy h1 .big {
	font-size: calc(100vw/9);
}

.mv_price {
	font-family: var(--font-mix);
	font-size: 3rem;
	font-weight: 900;
	font-style: italic;
	text-shadow: 1px 1px 3px #1f2549;
	margin-top: -6px;
}

.mv_price span {
	font-size: 7.2rem;
}


@media (min-width: 768px) {
	.mv {
		height: 72vh;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.mv_bg {
		height: 72vh;
		object-position: center top;
	}

	.mv_logo {
		left: calc((100vw - var(--pc_container) - 150px)/2);
	}

	.mv_copy h1 {
		font-size: 6rem;
		line-height: 1.2;
	}

	.mv_copy h1 .small {
		font-size: 3.6rem;
	}

	.mv_copy h1 .big {
		font-size: 9rem;
	}

	.mv_price {
		font-size: 4.8rem;
	}

	.mv_price span {
		font-size: 9rem;
	}
}


/*==========
悩みありませんか
==========*/
.worry {
	padding: 60px 0 0;
}

.worry h2 {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 24px;
	background-image: linear-gradient(#00000000 70%, #f8ff3d 70%);
	inline-size: fit-content;
	margin-inline: auto;
}

.worry h2 span {
	color: var(--main_color);
}

.worry_list {
	width: 90%;
	margin: 0 auto 42px;
}

.worry_list li {
	padding: 15px 9px;
	border-bottom: solid 1px var(--main_color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.worry_list li svg {
	fill: var(--main_color);
	width: 30px;
	height: 30px;
	margin-right: 12px;
}

.worry_list li p {
	font-size: 1.8rem;
	font-weight: 700;
}

.worry_list li span {
	color: var(--main_color);
	font-size: 2.2rem;
}

.worry_arrow {
	width: 90px;
	height: 90px;
	fill: var(--main_color);
	inline-size: fit-content;
	margin-inline: auto;
	display: block;
	transform: rotate(90deg);
}

@media (min-width: 768px) {
	.worry {
		padding: 90px 0 0;
	}

	.worry .container {
		width: var(--pc_container);
	}

	.worry h2 {
		font-size: 3.6rem;
		margin-bottom: 36px;
	}

	.worry_list {
		width: 78%;
		margin: 0 auto 72px;
	}

	.worry_list li {
		padding: 18px 9px;
	}

	.worry_list li svg {
		width: 36px;
		height: 36px;
		margin-right: 15px;
	}

	.worry_list li p {
		font-size: 2rem;
	}

	.worry_list li span {
		font-size: 2.8rem;
	}

}



/*==========
BUZZなら
==========*/
.solution {
	padding: 60px 0;
}

.solution h2 {
	font-family: var(--font-mix);
	font-size: 4.2rem;
	font-weight: 900;
	font-style: italic;
	background: var(--gradient100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 24px;
	padding-right: 15px;
	inline-size: fit-content;
	margin-inline: auto;
}

.solution h2 span {
	font-size: 8.4rem;
	letter-spacing: -3px;
}

.solution_wrap {
	width: 96%;
	margin: 0 auto;
}

.solution_item {
	background-color: #fbffcc;
	/* border: solid 1px #bcbcbc; */
	padding: 36px 12px;
	margin-bottom: 30px;
}

.solution_item h3 {
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	font-style: italic;
	background: var(--gradient100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
	padding-right: 15px;
}

.solution_item p {
	font-size: 1.6rem;
	line-height: 1.65;
	margin-top: 12px;
}

@media (min-width: 768px) {
	.solution {
		padding: 72px 0;
	}

	.solution .container {
		max-width: 900px;
	}

	.solution h2 {
		font-size: 4.8rem;
		margin-bottom: 42px;
	}

	.solution h2 span {
		font-size: 9rem;
	}

	.solution_wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.solution_item {
		width: calc((100% - 12px * 1)/2);
		padding: 42px 12px 60px;
	}

	.solution_item h3 {
		font-size: 3.6rem;
		margin-bottom: 18px;
	}
}



/*==========
スタジオ
==========*/
.studio {
	padding: 60px 0;
}

.studio_wrap {
	margin: 0 auto;
}

.studio_item {
	padding-top: 18px;
	margin-bottom: 54px;
}

.studio_item h3 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.45;
	margin-bottom: 24px;
}

.studio_photo_wrap {
	position: relative;
	margin-bottom: 24px;
}

.studio_label {
	background-color: #FF5580;
	position: absolute;
	top: -18px;
	right: 6px;
	transform: skewX(-12deg);
	padding: 12px 24px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
}

@media (min-width: 768px) {
	.studio {
		padding: 72px 0;
	}

	.studio .container {
		max-width: 720px;
		margin: 0 auto;
	}

	/* 
	.studio_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.studio_item {
		width: calc((100% - 12px * 2)/3);
	} */
}



/*==========
予約方法
==========*/
.reserve {
	padding: 90px 0 120px;
	background-color: #fbffcc;
}

.reserve_item {
	margin-bottom: 12px;
}

.reserve_item h3 {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--sub_color);
	margin-bottom: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.reserve_item h3 span {
	font-family: var(--font-en);
	font-size: 4.2rem;
}

.reserve_img {
	border-left: solid 1px #c4c2c4;
	text-align: center;
	padding: 30px 0 48px;
	width: 96%;
	margin: 0 auto;
}

.reserve_img img {
	width: 72%;
}

.btn_signup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #000;
	width: 72%;
	height: 60px;
	margin: 30px auto 0;
}

.btn_signup span {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.reserve {
		padding: 120px 0 150px;
	}

	.reserve .container {
		width: var(--pc_container);
	}

	.reserve_wrap {
		width: 90%;
		margin: 0 auto;
	}

	.reserve_item {}

	.reserve_item h3 {
		font-size: 2.4rem;
		gap: 15px;
	}

	.reserve_item h3 span {
		font-family: var(--font-en);
		font-size: 4.8rem;
	}

	.reserve_img img {
		width: 66%;
	}

	.btn_signup {
		width: 420px;
		height: 60px;
		margin: 54px auto 0;
	}

	.btn_signup span {
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 700;
	}
}


/*==========
スタジオ
==========*/
.faq {
	padding: 60px 0;
}

.faq_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}

.faq_item header {
	font-family: var(--font-en);
	font-size: 3rem;
	font-weight: 900;
	color: var(--sub_color);
}

.faq_item_body {
	width: calc(100% - 42px);
}

.faq_item_body h4 {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--sub_color);
	margin-bottom: 9px;
	line-height: 1.35;
}

.faq_item_body p {
	line-height: 1.55;
}

@media (min-width: 768px) {
	.faq {
		padding: 90px 0;
	}

	.faq .container {
		max-width: var(--pc_container);
	}

	.faq_item {
		margin-bottom: 60px;
	}

	.faq_item header {
		font-size: 3.6rem;
	}

	.faq_item_body {
		width: calc(100% - 54px);
	}

	.faq_item_body h4 {
		font-size: 2.4rem;
		margin-bottom: 12px;
	}

	.faq_item_body p {
		line-height: 1.65;
	}
}


/*==========
よくある質問
==========*/
#faq {
	padding: 54px 0;
	background-color: var(--bg_gray);
}

.faq_section {
	margin-bottom: 60px;
}

.faq_section h3 {
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 24px;
}

.faq_list_item {
	padding: 30px 12px;
	border-bottom: solid 1px var(--line_color);
}

.faq_list_item:first-child {
	padding-top: 0;
}

.faq_list_item h4 {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 9px;
}

.faq_list_item h4 svg {
	width: 24px;
	fill: var(--main_color);
}

.faq_list_item h4 span {
	font-size: 1.8rem;
	font-weight: 900;
	color: var(--main_color);
	width: calc(100% - 24px - 6px);
	line-height: 1.35;
}

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





/*==========
料金表（個別）
==========*/
.studio_price_table {
	width: 100%;
	border-left: solid 1px #c2c2c2;
	border-top: solid 1px #c2c2c2;
	margin-bottom: 30px;
}

.studio_price_table th,
.studio_price_table td {
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	text-align: center;
	padding: 18px 0;
	font-weight: 700;
}

.studio_price_table thead {
	background: #FFDE4D;
	font-weight: 900;
	line-height: 1.2;
}

.studio_price_table thead span {
	font-size: 1rem;
	display: block;
}

.studio_price_table thead th {
	font-size: 1.45rem;
}

.studio_price_table tbody th {
	background: #e1e2e2;
	font-size: 1.25rem;
}
