@charset "UTF-8";

/*=======================================

  こちらにLPページの個別cssを記述してください。

  =======================================*/
  .kv-title{
	font-size: 48px;
  }
@media (max-width:767px) {
	.kv-title{
	font-size: 24px;
  }
}
/* 全国のビューティーディレクターを紹介 */
.sec-profile{
	margin-bottom: 70px;
}
.sec-profile .sec-title{
  font-size: 45px;
}
@media (max-width:767px) {
	.sec-profile{
	margin-bottom: 36px;
}
  .sec-profile .sec-title{
  font-size: 19px;
}
}
.sec-attention{
  padding: 0 0 40px;
  position: relative;
  z-index: 1;
}
/* イントロ */
.intro {
	padding: 0 23px;
	margin-top: 60px;
}
.intro__inner {
	position: relative;
	width: 100%;
	max-width: 924px;
	margin: 0 auto;
	background: url("/lp/voice/img/intro-bg.png") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.intro__map {
	position: absolute;
	z-index: 0;
	background: url("/lp/voice/img/intro-map.png") no-repeat center center;
	background-size: contain;
	pointer-events: none;
}
.intro__content {
	position: relative;
	z-index: 1;
}
.intro__text {
	margin: 0;
	color: #222222;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0;
}
.intro__shop {
	position: relative;
	margin: 0;
	color: #4c4f57;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
}
.intro__shop::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 243px;
	height: 1px;
	background-color: #707070;
}
.intro__shop-number {
	font-size: clamp(24px, 5vw, 40px);
	line-height: 1;
}
.intro__shop-note {
	position: absolute;
	right: 0;
	bottom: -10px;
	margin: 0;
	color: #4c4f57;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}
@media (min-width: 768px) {
	.intro__inner {
		margin-top: 100px;
		padding: 50px 90px;
	}
	.intro__map {
		right: 80px;
		bottom: 50px;
		width: clamp(200px, 18.958vw, 250px);
		aspect-ratio: 1 / 1;
	}
	.intro__content {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 130px;
		min-height: 273px;
	}
	.intro__shop {
		top: -3px;
		left: -115px;
	}
}
@media (max-width: 767px) {
	.intro {
		padding: 0 10px;
	}
	.intro__inner {
		margin-top: 50px;
		padding: 58px 25px 132px;
	}
	.intro__map {
		right: 20px;
		bottom: 48px;
		width: clamp(136px, 25vw, 220px);
		aspect-ratio: 1 / 1;
	}
	.intro__text {
		font-size: 15px;
		line-height: 1.5;
	}
	.intro__shop {
		display: inline-block;
		margin-top: 40px;
		font-size: 17px;
	}
	.intro__shop::after {
		width: clamp(156px, 50vw, 208px);
	}
	.intro__shop-number {
		font-size: clamp(31px, 8vw, 40px);
	}
	.intro__shop-note{
		bottom: -20px;
	}
}
/*****************************************
絞り込み
******************************************/
.refine{
	width: 100%;
	background: url(/lp/voice/img/refine-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 54px 20px;
}
.refine-wrap {
	padding: 45px 32px 45px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: left;
	max-width: 1160px;
	margin: 0 auto;
}
.refine-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.refine-title-wrap {
	display: flex;
	align-items: flex-end;
	gap: 12px;
}
.refine-title {
	color: #000000;
	font-size: 20px;
	line-height: 1.5;
}
.refine-note {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}
.refine-clear {
	min-width: 148px;
	padding: 8px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 999px;
	background-color: #ffffff;
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
	cursor: pointer;
}
.refine-block {
	margin-top: 24px;
}
.refine-label {
	position: relative;
	padding-left: 32px;
	color: #000000;
	font-size: 17px;
	line-height: 1.5;
}
.refine-label::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
}
.refine-label-area::before{
	width: 16px;
	height: 20px;
	background: url(/lp/voice/img/area-icon.png) no-repeat center center;
	background-size: contain;
}
.refine-label-type::before{
	width: 20px;
	height: 18px;
	background: url(/lp/voice/img/type-icon.png) no-repeat center center;
	background-size: contain;
}
.refine-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 8px;
	margin-top: 18px;
}
.refine-button {
	min-width: 60px;
	padding: 13px 24px;
	border: 2px solid #e1e4e8;
	border-radius: 999px;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	cursor: pointer;
}
.refine-button.is-active {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff !important;
}
@media (max-width: 767px) {
	.refine-wrap {
		padding: 28px 24px 32px;
	}
	.refine-head {
		align-items: flex-start;
	}
	.refine-title-wrap {
		display: block;
	}
	.refine-title {
		font-size: 18px;
	}
	.refine-note {
		margin-top: 8px;
		font-size: 14px;
	}
	.refine-clear {
		min-width: 89px;
		padding: 7px 16px;
		font-size: 16px;
	}
	.refine-block {
		margin-top: 26px;
	}
	.refine-list {
		gap: 10px 8px;
		margin-top: 14px;
	}
	.refine-button {
		min-width: 52px;
		padding: 8px 18px;
		font-size: 14px;
	}
	.refine-label-area::before,
	.refine-label-type::before{
		display: none;
	}
	.refine-label {
	padding-left: 0;
}
}
/*****************************************
ポップアップ
******************************************/
html.fixed {
	overflow: hidden;
	height: 100%;
}
body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}
.profile{
	margin: 140px 0;
}
.profile-inner {
	padding-top: 38px;
	padding-bottom: 58px;
}
.profile-heading {
	color: var(--text-color);
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
.profile-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 402px));
	justify-content: center;
	gap: 40px 24px;
	margin-top: 26px;
}
.profile-item {
	max-width: 402px;
}
.profile-card {
	padding: 32px 40px 32px;
	border: 1px solid #707070;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
}
.profile-img {
	display: block;
	max-width: 140px !important;
	height: 179px !important;
	height: auto;
	margin: 0 auto;
}
.profile-name {
	position: relative;
	margin-top: 14px;
	padding-bottom: 16px;
	color: var(--text-color);
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.profile-name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 260px;
	height: 1px;
	background-color: #999999;
	transform: translateX(-50%);
}
.profile-age {
	margin-left: 6px;
	color: var(--text-color);
	font-size: 16px;
	line-height: 1.5;
}
.profile-year {
	margin-top: 14px;
	color: var(--text-color);
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.profile-tag-list {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 14px;
}

.profile-tag-wrap {
	text-align: center;
}
.profile-modal-side .profile-tag-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	margin-top: 14px;
}
.profile-tag-item {
	min-width: 88px;
	padding: 5px 11px;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	color: var(--text-color);
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
.profile-more {
	margin-top: 32px;
}
.profile-modal {
	display: none;
}
.profile-modal.is-open {
	display: block;
	position: relative;
	z-index: 10000;
}
.profile-modal-overlay {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	background-color: rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.profile-modal-container {
	position: relative;
	width: 100%;
	max-width: 1152px;
	max-height: calc(100dvh - 145px);
	padding: 40px 114px 114px 60px;
	background-color: #ffffff;
	overflow-y: auto;
	text-align: left;
}
.profile-modal-close-wrap {
	position: sticky;
	top: 18px;
	z-index: 10;
	height: 0;
	text-align: right;
}
.profile-modal-close {
	position: relative;
	top: -40px;
	right: -96px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: var(--text-color);
	font-size: 23px;
	font-weight: bold;
	line-height: 1.8;
	cursor: pointer;
}
.profile-modal-label {
	display: inline-block;
	padding: 7px 14px;
	border-radius: 999px;
	background-color: #0f2138;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	align-items: flex-start;
}
.profile-modal-inner {
	display: grid;
	grid-template-columns: clamp(150px, 20vw, 250px) 1fr;
	gap: 45px;
	margin-top: 40px;
}
.profile-modal-side {
	position: relative;
	text-align: center;
}
.profile-modal-img {
	display: block;
	max-width: 140px !important;
	height: auto;
	margin: 0 auto;
}
.profile-modal-body {
	position: relative;
	padding: 54px 0 80px 54px;
	text-align: left;
}
.profile-modal-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5px;
	height: 100%;
	background-color: rgba(112, 112, 112, 0.2);
}
.profile-modal-question {
	position: relative;
}
.profile-modal-question + .profile-modal-question {
	margin-top: 60px;
}
.profile-modal-question::before {
	content: "";
	position: absolute;
	top: 0;
	left: -54px;
	width: 1.5px;
	height: 2.8em;
	background-color: #c8d3ff;
}
.profile-modal-title {
	position: relative;
	padding-left: 32px;
	color: var(--text-color);
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
}
.profile-modal-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 32px;
	background: url(/lp/voice/img/q-icon.png) no-repeat center center;
	background-size: contain;
}
.profile-modal-text {
	margin-top: 20px;
	color: #6B7281;
	font-size: 16px;
	line-height: 2;
}
.profile-modal-entry {
	position: relative;
	margin: 58px 0 0 302px;
	padding-top: 34px;
	text-align: center;
}
.profile-modal-entry::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	transform: translateX(-50%);
}
.profile-modal-entry-title {
	color: var(--text-color);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
.profile-modal-entry-text {
	margin-top: 12px;
	color: var(--text-color);
	font-size: 13px;
	line-height: 2;
}
.profile-modal-entry a{
	padding: 10px;
	margin-top: 35px;
}
.profile-modal-entry span{
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.profile{
	margin: 56px 0 120px;
	}
	.profile-inner {
		margin-top: 50px;
		padding-top: 20px;
		padding-bottom: 36px;
	}
	.profile-heading {
		font-size: 20px;
	}
	.profile-list {
		display: block;
		margin-top: 20px;
	}
	.profile-item {
		width: 260px;
		margin: 0 auto;
	}
	.profile-item + .profile-item {
		margin-top: 16px;
	}
	.profile-card {
		padding: 26px 22px 24px;
	}
	.profile-img {
		width: 87px !important;
		height: 112px !important;
	}
	.profile-name {
		margin-top: 10px;
		font-size: 18px;
		padding-bottom: 0;
	}
	.profile-name::after {
		width: 160px;
	}
	.profile-year {
		font-size: 14px;
		margin-top: 5px;
	}
	.profile-tag-list {
		gap: 10px;
	}
	.profile-tag-item {
		min-width: 76px;
		padding: 4px 10px;
		font-size: 11px;
	}
	.profile-modal-overlay {
		padding: 8px;
		align-items: center;
	}
	.profile-modal-container {
		padding: 22px 18px 56px;
	}
	.profile-modal-label {
		padding: 8px 24px;
		font-size: 14px;
	}
	.profile-modal-inner {
		display: block;
		margin-top: 18px;
	}
	.profile-modal-side {
		display: grid;
		grid-template-columns: clamp(104px, 20.83vw, 160px) 1fr;
		column-gap: 16px;
		align-items: start;
		text-align: left;
	}
	.profile-modal-side .profile-modal-img {
		grid-row: 1 / 4;
		grid-column: 1;
	}
	.profile-modal-side .profile-name {
		grid-column: 2;
		text-align: left;
		margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 4px;
	}
	.profile-modal-side .profile-name::after {
		left: 0;
		transform: none;
		display: none;
	}
	.profile-modal-side .profile-year {
		grid-column: 2;
		text-align: left;
	}
	.profile-modal-side .profile-tag-list {
		grid-column: 2;
		flex-direction: row;
		justify-content: flex-start;
		gap: 6px;
	}
	.profile-modal-img {
		width: clamp(67px, 16.93vw, 130px) !important;
	}
	.profile-modal-body {
		margin-top: 40px;
		padding: 0 0 80px 15px;
	}
	.profile-modal-body::before{
		display: none;
	}
	.profile-modal-question + .profile-modal-question {
		margin-top: 50px;
	}
	.profile-modal-question::before {
		height: 2.8em;
		left: -17px;
	}
	.profile-modal-title {
		padding-left: 18px;
		font-size: 16px;
		line-height: 1.8;
	}
	.profile-modal-title::after {
		width: 16px;
		height: 21px;
	}
	.profile-modal-text {
		margin-top: 28px;
		font-size: 15px;
		line-height: 2;
	}
	.profile-modal-entry {
		margin: 0;
		padding-top: 32px;
	}
	.profile-modal-entry::before {
		width: 100%;
	}
	.profile-modal-entry-title {
		font-size: 16px;
	}
	.profile-modal-entry-text {
		font-size: 15px;
		margin-top: 28px;
	}
	.profile-modal-entry a{
	    max-width: 234px;
		margin-top: 30px;
}
.profile-card .profile-name{
	font-size: 15px;
	margin-top: 12px;
	padding-bottom: 8px;
}
.profile-card .profile-age{
	font-size: 13px;
}
.profile-card .profile-year{
	margin-top: 10px;
}
.profile-more {
	padding: 12px;
}
.profile-modal-close-wrap {
		top: 8px;
	}
	.profile-modal-close {
		right: 0;
	}
}

/* ヒットなしの時 */
.staff-voice-empty {
	display: none;
	padding: 0 20px 100px;
	background-color: #ffffff;
	text-align: center;
}
.staff-voice-empty.is-show {
	display: block;
}
.staff-voice-empty-text {
	color: var(--text-color);
	font-size: 18px;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.staff-voice-empty {
		margin-top: 20px;
		padding: 32px 16px;
	}
	.staff-voice-empty-text {
		font-size: 14px;
	}
}
/* ボタンホバー */
.refine-button {
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (hover: hover) {
	.refine-button:hover {
		border-color: #000000;
		background-color: #000000;
		color: #ffffff !important;
	}
}
/* 検索結果読み上げ用 */
.staff-voice-result {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
/* 背景調整 */
.profile {
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
	z-index: 0;
}
.profile-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: visible;
	pointer-events: none;
}
.profile-bg::before,
.profile-bg::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 100vw;
	min-width: 1678px;
	aspect-ratio: 1678 / 1070;
	background: url(/lp/voice/img/profile-bg.png) no-repeat center center / 100% 100%;
	transform: translateX(-50%);
	z-index: 0;
}
.profile-bg::before {
	top: 0;
}
.profile-bg::after {
	top: 2000px;
}
.profile-bg.is-single::after {
	display: none;
}
.profile-inner,
.staff-voice-empty {
	position: relative;
}
.profile:has(.profile-modal.is-open) {
	z-index: 10000;
}

.profile-modal-overlay {
	z-index: 10001;
}

@media (max-width: 767px) {
	.profile-bg::after {
		top: 1500px;
	}
}
.profile-list.is-single-visible {
	grid-template-columns: minmax(0, 402px);
	justify-content: center;
}
/*****************************************
おすすめコンテンツ
******************************************/
@media (max-width: 1000px) {
	.inv-list-lp {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 32px;
		max-width: 100%;
	}
	.inv-list-lp .inv-item {
		flex: initial;
	}
	.inv-list-lp .inv-name {
		max-width: 260px;
        margin: 20px auto 0;
	}
}
@media (max-width: 767px) {
	.inv-list-lp .inv-item {
		width: 100%;
	}
	.inv-list-lp .inv-card {
		width: 100%;
	}
	.inv-list-lp .inv-photo img {
		width: 100%;
		max-width: 100%;
	}
	.inv-list-lp .inv-txt {
		width: 100%;
		max-width: 100%;
	}
	.inv-list-lp .inv-job {
		margin-top: clamp(10px, 2.6vw, 14px);
		font-size: clamp(12px, 2.9vw, 16px);
	}
	.inv-list-lp .inv-name {
		margin-top: clamp(4px, 1.6vw, 6px);
		padding-bottom: clamp(10px, 3vw, 12px);
		font-size: clamp(16px, 3.5vw, 20px);
	}
	.inv-list-lp .inv-year {
		margin-top: clamp(10px, 3vw, 12px);
		font-size: clamp(15px, 3.2vw, 18px);
	}
	.inv-list-lp .inv-more-wrap {
		margin-top: clamp(10px, 2.6vw, 14px);
	}
	.inv-list-lp .inv-more {
		max-width: 100%;
		padding: clamp12px 10px;
		font-size: clamp(16px, 3.2vw, 18px);
	}
}
/*****************************************
フッター付近
******************************************/
@media only screen and (max-width: 767px) {
    #main .space {
        padding-bottom: 0;
    }
}
#footer::before{
	background: url(/lp/lp_common/lp_common_img/bg_footer_large.png) no-repeat top / cover;
	top: -616px;
	height: 616px;
	pointer-events: none;
}
@media (max-width:767px) {
 #footer::before{
	background: url(/lp/lp_common/lp_common_img/bg_footer_large.png) no-repeat top / cover;
	top: -794px;
	height: 794px;
	background-size: 360% auto;
}
}
