@charset "utf-8";

/*=============================================================
 index
=============================================================*/
#people.people #pageTtlMain .ttl-box .text {
	color: var(--color01);
}

/*=============================================================
 pageTtlMain
=============================================================*/
#pageTtlMain {
	margin-bottom: 0;
}

#pageTtlMain img {
	max-width: 100%;
	width: 100%;
}

/*=============================================================
 bgColor
=============================================================*/
.bgColor01 {
	background-color: #f1d4e4;
	padding: 160px;
	position: relative;
	margin-top: -110px;
	z-index: -1;
	box-sizing: border-box;
}

.bgColor02 {
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	margin-top: -110px;
	z-index: 1;
	padding: 0 30px;
	box-sizing: border-box;
}

.bgColor02 .innerBox {
	padding: 60px 0;
}



/*=============================================================
 profileBox
=============================================================*/
.profileBox {
	display: block;
	margin-top: 50px;
}

.anniversaire-cake .profileBox,
.profileBox.profileImg {
	display: flex;
	column-gap: 3.75%;
	margin-top: 50px;
}

.anniversaire-cake .profileBox figure,
.profileBox.profileImg figure {
	width: 37.5%;
}

.anniversaire-cake .profileBox .profile,
.profileBox.profileImg .profile {
	width: 58.75%;
}

.profileBox .profile .ttl {
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 5px;
	color: var(--keyColor);
	border-bottom: 2px solid var(--keyColor);
	margin-bottom: 20px;
}

.profileBox .profile .name {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
}

.profileBox .profile .name .companyName {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.profileBox .profile .text {
	font-size: 13px;
	line-height: 1.8;
}

/*=============================================================
 ttl-h2
=============================================================*/
.ttl-h2 {
	font-size: 24px;
	font-size: 700;
	line-height: 1.6;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 40px;
}

.ttl-h2::after {
	content: '';
	height: 5px;
	background: linear-gradient(90deg, rgba(252, 171, 34, 1) 0%, rgba(240, 52, 0, 1) 25%, rgba(200, 0, 103, 1) 50%, rgba(128, 47, 146, 1) 75%, rgba(63, 148, 184, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*=============================================================
 ttl-h3
=============================================================*/
.ttl-h3 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}

p+.ttl-h3 {
	margin-top: 40px;
}

/*=============================================================
 anniversaire-cake
=============================================================*/
.anniversaire-cake .link-arw li.sns-ins a {
	position: relative;
}

.anniversaire-cake .link-arw li.sns-ins a::after {
	content: '';
	background: url(/stories/shared/img/sns-instagram.svg) no-repeat;
	background-size: 39px 39px;
	width: 39px;
	height: 39px;
	position: absolute;
	top: -4px;
	right: -40px;
	transition: all .2s;
}

.anniversaire-cake .link-arw li.sns-ins a:hover::after {
	opacity: .5;
}

.anniversaire-cake .link-arw a::before {
	top: calc(0.7em - 0px);
}

/*=============================================================
 talk-area
=============================================================*/
.talk-area {
	/*	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;*/
	margin-top: 20px;
}

.talk-area dt {
	display: inline;
	width: 70px;
	color: #CA004B;
}

.talk-area dd,
.talk-area p {
	display: inline;
}

.talk-area dd::after,
.talk-area p::after {
	content: '';
	display: block;
	padding-bottom: 20px;
}

/*=============================================================
 top-stylist
=============================================================*/
.top-stylist .zindex {
	position: relative;
	z-index: 99;
}

.top-stylist #pageTtlMain .mainImg {
	position: relative;
	z-index: 1;
}

.top-stylist .bgColor01 {
	z-index: 0;
}


/*=============================================================
 customer-delight
=============================================================*/
.customer-delight .profileBox,
.profileBox.twoperson {
	display: flex;
	column-gap: 3.75%;
	margin-top: 50px;
}

.customer-delight .profileBox figure,
.profileBox.twoperson figure {
	width: 37.5%;
}

.customer-delight .profileBox .profile,
.profileBox.twoperson .profile {
	width: 58.75%;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
	/*=============================================================
 pageTtlMain
=============================================================*/

	/*=============================================================
 bgColor
=============================================================*/
	.bgColor01 {
		padding: 120px calc((3% + 20px)) 120px;
		position: relative;
		margin-top: -80px;
		font-size: 15px;
	}

	.bgColor02 {
		border-radius: 26px;
		margin-top: -80px;
		padding: 0;
	}

	.bgColor02 .innerBox {
		padding: 46px calc((3% + 20px));
		box-sizing: border-box;
	}



	/*=============================================================
 profileBox
=============================================================*/
	.profileBox {
		margin-top: 30px;
	}

	.anniversaire-cake .profileBox,
	.profileBox.profileImg {
		display: block;
		margin-top: 30px;
	}

	.anniversaire-cake .profileBox figure,
	.profileBox.profileImg figure {
		width: 80%;
		margin: 0 auto 30px;
	}

	.anniversaire-cake .profileBox .profile,
	.profileBox.profileImg .profile {
		width: 100%;
	}

	.profileBox .profile {
		width: 100%;
	}

	.profileBox .profile .ttl {
		margin-bottom: 20px;
	}


	.profileBox .profile .name .companyName {
		line-height: 26px;
	}

	/*=============================================================
 ttl-h2
=============================================================*/
	.ttl-h2 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 30px;
	}

	.ttl-h2::after {
		content: '';
		height: 5px;
		background: linear-gradient(90deg, rgba(252, 171, 34, 1) 0%, rgba(240, 52, 0, 1) 25%, rgba(200, 0, 103, 1) 50%, rgba(128, 47, 146, 1) 75%, rgba(63, 148, 184, 1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	/*=============================================================
 ttl-h3
=============================================================*/
	.ttl-h3 {
		font-size: 16px;
	}
}