@charset "utf-8";


/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
	padding-top: 95px;
	background-image: url("../img/bg_fv.jpg");
	background-position: top center;
	background-size: cover;
}
#fv .wrapper {
	max-width: 1420px;
}
#fv img {
	max-width: 100%;
	margin-bottom: -150px;
}
@media (max-width: 959px) {
	#fv {
		padding-top: 55px;
	}
}
@media (max-width: 519px) {
	#fv img {
		margin-bottom: -60px;
	}
}




/* --------------- .lead --------------- */
.lead {
	margin-top: 150px;
	padding: 90px 0;
	background-image: url("../img/top_concept_bg.png"), url("../img/top_service_bg.png");
	background-repeat: no-repeat;
	background-position: left top 50%, right bottom;
}
.lead .wrapper {
	display: flex;
	justify-content: space-between;
}
.lead .content {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lead .inner {
}
.lead h2 {
	font-size: 36px;
	letter-spacing: 5px;
}
.lead h2 span {
	color: #9E9268;
}
.lead p {
	margin-top: 30px;
	color: #6C6E7C;
}
.lead .img {
	position: relative;
}
.lead .img .deco {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	transform: rotate(90deg);
	transform-origin: left top;
}
.lead .img .deco span {
	flex-shrink: 0;
	display: block;
	margin-right: 10px;
	color: #6D8EB6;
}
.lead .img .deco::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #A8C0DD 0%, rgba(168, 192, 221, 0.00) 100%);
}
.lead .img img {
	width: 100%;
}
@media (max-width: 1199px) {
	.lead h2 {
		font-size: 28px;
		line-height: 1.6;
		letter-spacing: 3px;
	}
	.lead p {
		margin-top: 20px;
	}
}
@media (max-width: 519px) {
	.lead {
		margin-top: 60px;
		padding: 50px 0;
/*		background-image: url("../img/top_concept_bg.png"), url("../img/top_service_bg.png");*/
/*		background-position: left top 50%, right bottom;*/
	}
	.lead .wrapper {
		display: block;
	}
}


/* ---------------------------------------------------------
 * #concept
** --------------------------------------------------------- */
#concept {
}
#concept .content {
/*	width: calc(52000% / 1340);*/
	width: 520px;
	padding: 30px 0;
	background-image: url("../img/top_concept_ttl.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#concept .inner {
	width: calc(35000% / 520);
}
#concept .img {
}
#concept .img .deco {
	left: -20px;
	width: calc(42200% / 750);
}
@media (max-width: 1199px) {
	#concept .content {
		width: 50%;
		padding: 10px 30px 10px 0;
		background-size: calc(37600% / 670) auto;
	}
	#concept .inner {
		width: 90%;
	}
	#concept .img .deco {
		left: -10px;
	}
}
@media (max-width: 519px) {
	#concept .content {
		width: 100%;
		padding: 20px 0 0;
	}
	#concept .img {
		margin-top: 20px;
	}
	#concept .img .deco {
		display: none;
	}
}


/* ---------------------------------------------------------
 * #service
** --------------------------------------------------------- */
#service {
	margin-top: 90px;
}
#service .content {
	order: 2;
/*	width: calc(66000% / 1340);*/
	width: 660px;
	padding: 10px 0;
	background-image: url("../img/top_service_ttl.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#service .inner {
	width: calc(52000% / 660);
}
#service .img {
}
#service .img .deco {
	left: calc(100% + 40px);
	width: calc(39400% / 590);
}
#service .btn_area {
	margin-top: 30px;
}
#service .btn_area a {
}
@media (max-width: 1199px) {
	#service .content {
		width: 50%;
		background-size: calc(32300% / 670) auto;
		padding-left: 30px;
	}
	#service .inner {
		width: 90%;
	}
	#service .img .deco {
		left: calc(100% + 30px);
	}
}
@media (max-width: 519px) {
	#service {
		margin-top: 50px;
	}
	#service .content {
		width: 100%;
		padding: 20px 0 0;
	}
	#service .img {
		margin-top: 20px;
	}
	#service .img .deco {
		display: none;
	}
	#service .btn_area {
		margin-top: 10px;
	}
}




/* ---------------------------------------------------------
 * #cosmetics
** --------------------------------------------------------- */
#cosmetics {
	padding: 80px 0;
	background-image: url("../img/bg_cloud.jpg");
	background-position: center;
	background-size: cover;
}
#cosmetics .wrapper {
}
#cosmetics h2 {
	display: flex;
	align-items: center;
	font-size: 24px;
}
#cosmetics h2 span {
	flex-shrink: 0;
	display: block;
	margin-right: 10px;
	color: #6D8EB6;
}
#cosmetics h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #A8C0DD 0%, rgba(168, 192, 221, 0.00) 100%);
}
#cosmetics .inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 30px;
}
#cosmetics .exuviance {
}
#cosmetics .supplement {
}
#cosmetics .inner img {
	max-width: 100%;
}
#cosmetics .inner .subttl {
	position: relative;
	margin-top: 30px;
	color: #414D60;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
}
#cosmetics .inner .subttl::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A8C0DD;
}
#cosmetics .wrapper > p {
	margin-top: 20px;
	color: #7C7F92;
}
#cosmetics .btn_area {
	margin-top: 20px;
}
#cosmetics .btn_area a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 100px;
	color: #414D60;
	font-size: 18px;
	transition: all ease 0.3s;
}
#cosmetics .btn_area a:hover {
	color: #fff;
	background-color: #9E9268;
}
@media (max-width: 959px) {
	#cosmetics .inner {
		gap: 30px;
		margin-top: 20px;
	}
}
@media (max-width: 519px) {
	#cosmetics {
		padding: 40px 0;
	}
	#cosmetics .inner {
		gap: 20px;
		margin-top: 10px;
	}
	#cosmetics .inner .subttl {
		margin-top: 20px;
		font-size: 22px;
	}
	#cosmetics .inner .subttl::before {
		height: 20px;
	}
	#cosmetics .wrapper > p {
		margin-top: 20px;
	}
}




/* ---------------------------------------------------------
 * #info
** --------------------------------------------------------- */
#info {
	padding: 80px 0;
	background-image: url("../img/top_info_bg.png");
	background-repeat: no-repeat;
}
#info .wrapper {
	display: flex;
	justify-content: space-between;
}
#info .content {
	flex-shrink: 0;
	display: flex;
	width: 590px;
	justify-content: center;
	align-items: center;
	background-image: url("../img/top_info_ttl.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#info .inner {
	width: 370px;
}
#info h2 {
	color: #414D60;
	font-size: 32px;
	letter-spacing: 5px;
}
#info p {
	margin-top: 30px;
	color: #7C7F92;
}
#info .btn_area {
	margin-top: 30px;
}
#info .btn_area a {
}
#info .img {
	position: relative;
}
#info .img .deco {
	position: absolute;
	top: 0;
	left: -20px;
	display: flex;
	align-items: center;
	width: calc(37700% / 670);
	transform: rotate(90deg);
	transform-origin: left top;
}
#info .img .deco span {
	flex-shrink: 0;
	display: block;
	margin-right: 10px;
	color: #6D8EB6;
}
#info .img .deco::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #A8C0DD 0%, rgba(168, 192, 221, 0.00) 100%);
}
#info .img img {
	width: 100%;
}
@media (max-width: 1199px) {
	#info h2 {
		font-size: 24px;
		line-height: 1.6;
		letter-spacing: 3px;
	}
	#info p {
		margin-top: 20px;
	}
	#info .content {
		width: 50%;
		padding: 10px 30px 10px 0;
		background-size: calc(46100% / 670) auto;
		padding-right: 30px;
	}
	#info .inner {
		width: 90%;
	}
	#info .img .deco {
		left: -10px;
	}
}
@media (max-width: 519px) {
	#info {
		padding: 40px 0;
	}
	#info .wrapper {
		display: block;
	}
	#info .content {
		width: 100%;
		padding-right: 0;
		background-position: right bottom;
	}
	#info h2 {
		font-size: 24px;
		letter-spacing: 3px;
	}
	#info p {
		margin-top: 20px;
	}
	#info .btn_area {
		margin-top: 10px;
	}
	#info .img {
		margin-top: 20px;
	}
	#info .img .deco {
		display: none;
	}
}




/* ---------------------------------------------------------
 * #instagram
** --------------------------------------------------------- */
#instagram {
	display: none;
}
#instagram {
}
#instagram {
}
#instagram {
}
#instagram {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}