@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px;
}

#sec02 {
	padding-bottom: min(80px, 3rem);
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

@media (max-width: 768px) {
	#main p {
		padding-top: 1rem;
	}
}

#main h2 {
	font-size: min(36px, 6.5vw);
}


/* --------------------------------
	cover
-------------------------------- */


/* --------------------------------
	#sec01
-------------------------------- */
#sec01 {
	padding-top: 30px;
	background-color: #427b75;
}

#sec01 p {
	color: white;
	text-align: center;
	padding-bottom: 50px;
	line-height: 2.2;
	font-size: min(28px, 5vw);
	font-weight: 300;
}

@media (max-width: 768px) {
	#sec01 {
		padding-top: 2rem;
	}
	#sec01 p {
		padding-bottom: 2rem;
	}
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec02 {
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #f8f5f0;
}

#sec02 h2, #sec02 h3 {
	text-align: center;
}

#sec02 h2 {
	font-size: min(30px, 5.5vw);
	line-height: 1.6;
}
#sec02 h3 {
	font-size: min(34px, 7vw);
	line-height: 1.4;
}

#sec02 h4 {
	padding-top: 20px;
}

#sec02 p.note {
	text-align: center;
	padding-top: 0;
}

#clair_perfume {
	display: flex;
	margin-top: 20px;
}
#clair_perfume p {
	width: 59.42028986%;
	line-height: 1.8;
}

#clair_perfume figure {
	width: 40.57971014%;
}

#clair_perfume figure img {
	width: 100%;
}

#sec02 figure.perfume {
	margin-top: 20px;
}

@media (max-width: 768px) {
	#sec02 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	#sec02 h4 {
		padding-top: 2rem;
	}
	#clair_perfume {
		margin-top: 2rem;
	}
	#sec02 figure.perfume {
		margin-top: 2rem;
	}
}

/* --------------------------------
	#sec03
-------------------------------- */
#sec03 {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #e7f3e9;
}
#sec03 h2, #sec03 h3 {
	text-align: center;
}

#sec03 h2 {
	font-size: min(30px, 5.5vw);
	line-height: 1.6;
}
#sec03 h3 {
	font-size: min(34px, 7vw);
	line-height: 1.4;
}

#sec03 h4 {
	padding-top: 20px;
}

#sec03 p.note {
	text-align: center;
	padding-top: 0;
}

#fonce_perfume {
	display: flex;
	margin-top: 20px;
}
#fonce_perfume p {
	width: 59.42028986%;
	line-height: 1.8;
}

#fonce_perfume figure {
	width: 40.57971014%;
}

#fonce_perfume figure img {
	width: 100%;
}

#sec03 figure.perfume {
	margin-top: 20px;
}

@media (max-width: 768px) {
	#sec03 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	#sec03 h4 {
		padding-top: 2rem;
	}
	#fonce_perfume {
		margin-top: 2rem;
	}
	#sec03 figure.perfume {
		margin-top: 2rem;
	}
}

/* --------------------------------
	#sec04
-------------------------------- */
#sec04 {
	background-color: #427b75;
	padding-bottom: 60px;
	padding-top: 60px;
}
#sec04 h2 {
	color: white;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.2rem;
	font-weight: 100;
}
@media (max-width: 768px) {
	#sec04 {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}
/* --------------------------------
	#sec05
-------------------------------- */
#sec05 {
	padding-top: min(80px, 4rem);
	padding-bottom: min(80px, 4rem);
}
#sec05 div:nth-of-type(2) {
	padding-top: 10px;
}


