.hero img {
	max-width: 100%;
}

.expert-outer {
	background-image: url("../images/bg-expert.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	margin-top: 140px;
	max-width: 100%;
}

.expert-outer .cleansing {
	font-size: 2.5rem;
}

.expert-outer .img-title {
	width: 240px;
	margin-top: -140px;
}

.expert-outer .expert-box-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}

.expert-outer .expert-box {
	padding: 20px 10px;
	text-align: center;
	/* background-color: #eaf6f6; */
	background-color: white;
	border-radius: 10px;
	height: 100%;
}

.expert-outer .expert-box h3 {
	/* color: #78c1a2; */
	color: #6d5d35ff;
	font-weight: bold;
}

.expert-box .number {
	width: 80px;
	height: 80px;
	margin: -60px auto 20px;
	background-color: #f6f4f0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 8px solid white;
	font-family: "DBEEStrokeX";
	font-size: 2rem;
}

.award-container img {
	max-width: 100%;
	max-height: 180px;
}

@media only screen and (max-width: 767px) {
	.expert-outer .expert-box-container {
		padding-top: 35px;
	}
	.box {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 425px) {
	.expert-outer .cleansing {
		font-size: 2.25rem;
		margin-top: 20px;
	}

	.expert-outer .img-title {
		width: 200px;
	}

	.box {
		margin-top: 20px;
	}

	.g-box h5 {
		font-size: 1rem;
	}

	.expert-outer .expert-box-container {
		padding-top: 20px;
	}

	.expert-box .number {
		width: 50px;
		height: 50px;
		margin: -45px auto 20px;
		font-size: 1.25rem;
	}

	.expert-box p {
		font-size: 0.75rem;
	}

	.award-container img {
		max-height: 70px;
	}
}

.sec-num {
	text-align: center;
	line-height: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.sec-num span.font-jslab {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: normal;
}

.sec-num svg {
	fill: currentColor;
	width: 85px;
	margin: 10px 0;
}

.text-center {
	text-align: center !important;
}

.title {
	font-size: 38px;
	letter-spacing: 1px;
	color: #6d5d35;
	margin: 10px 0 40px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.section-content {
	position: relative;
	top: -50px;
}
.box-sub {
	position: relative;
}
.box-sub img {
	width: 15%;
}
.img-home {
	position: absolute;
	bottom: 9px;
	right: -45px;
}
@media (max-width: 767.98px) {
	.img-home {
		right: -55px;
		bottom: 12px;
	}
}
@media (max-width: 475px) {
	.img-home {
		right: -45px;
		bottom: 10px;
	}
}
@media (max-width: 375px) {
	.img-home {
		right: -38px;
		bottom: 8px;
	}
}

@media (max-width: 1199.98px) {
	.home-product .section-content {
		top: -15px;
	}
}

@media (max-width: 767.98px) {
	.home-product .section-content {
		top: 5px;
	}
}

.home-product .section-content .product-title {
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 0px;
	font-weight: 400;
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
}
.home-product .section-content .text-mascara {
	font-size: 1.2rem;
	line-height: 1.2em;
}

@media (max-width: 767.98px) {
	.home-product .section-content .text-mascara {
		font-size: 1.5rem;
	}
}
@media (max-width: 475px) {
	.home-product .section-content .text-mascara {
		font-size: 1.2rem;
	}
}
@media (max-width: 375px) {
	.home-product .section-content .text-mascara {
		font-size: 1rem;
	}
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

.bg-transparent {
	background-color: transparent !important;
}

.pink-link {
	background-color: #ec578f;
}

.link-btn {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	max-width: 160px;
	width: 100%;
	height: 42px;
	border-radius: 22px;
	background-color: #ec578f;
	display: inline-block;
	padding: 10px 0;
	text-decoration: unset;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

.container:first-child:after {
	height: calc(100% - 265px);
	background: linear-gradient(180deg, #fff6db 80%, #f6f4f0);
}

.home-product .container:nth-child(2):after {
	height: calc(100% - 170px);
	background: linear-gradient(180deg, #fdf0ef 90%, #f6f4f0);
}
.home-product .container:nth-child(3):after {
	height: calc(100% - 170px);
	background: linear-gradient(180deg, #f6ecfa 75%, #f6f4f0);
}

@media (max-width: 1199.98px) {
	.home-product .container:first-child:after {
		height: calc(100% - 250px);
	}

	.home-product .container:nth-child(2):after {
		height: calc(100% - 150px);
	}
	.home-product .container:nth-child(3):after {
		height: calc(100% - 150px);
	}
}

@media screen and (max-width: 567px) {
	.home-product .container:first-child:after {
		height: calc(100% - 190px);
	}

	.home-product .container:nth-child(2):after {
		height: calc(100% - 70px);
	}
	.home-product .container:nth-child(3):after {
		height: calc(100% - 80px);
	}
}

.home-product .container {
	position: relative;
}

.home-product .container .row {
	position: relative;
	z-index: 1;
}

.home-product .container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: calc(100% - 30px);
	margin: auto;
	/* background: linear-gradient(180deg, #fdf0ef 100%, #f6f4f0); */
	background: linear-gradient(180deg, #fff6db 80%, #f6f4f0);
}

.home-product_third {
	padding-top: 80px;
}

.home-product .section-content {
	position: relative;
	top: -50px;
}
.ba-clay-mask > div,
.facial-foam > div,
.facial-wash > div,
.makeup-remover > div,
.mascara-remover > div {
	z-index: 1;
	position: relative;
	padding: 0 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ba-clay-mask:after,
.facial-foam:after,
.facial-wash:after,
.makeup-remover:after,
.mascara-remover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: calc(100% - 60px);
	width: calc(100% - 30px);
	margin: auto;
}

.makeup-remover:after {
	background: linear-gradient(180deg, #f6ecfa 80%, #f6f4f0);
}
.facial-wash:after {
	background: linear-gradient(180deg, #e3f3e3 80%, #f6f4f0);
}
.facial-foam:after {
	background: linear-gradient(180deg, #e3f6ff 80%, #f6f4f0);
}
.ba-clay-mask:after {
	background: linear-gradient(180deg, #fff6db 80%, #f6f4f0);
}
.mascara-remover:after {
	background: linear-gradient(180deg, #fdf0ef 90%, #f6f4f0);
}

@media screen and (max-width: 767px) {
	.ba-clay-mask:after,
	.facial-foam:after,
	.facial-wash:after,
	.makeup-remover:after,
	.mascara-remover:after {
		height: calc(100% - 75px);
	}
}

@media screen and (max-width: 575px) {
	.top-mo {
		padding-top: 40px;
	}
}

.sec-content {
	max-width: 100%;
	width: 1200px;
}

.secret-about {
	max-width: 100%;
	width: 1200px;
	min-height: 366px;
	margin: 65px auto 0;
	background-image: url(https://www.bifesta.jp/assets/images/lp/micellar/secret/secret-illust.png);
	background-size: 366px 366px;
	background-repeat: no-repeat;
	/* background-position: 20px 0; */
	padding: 10px 35px 0 340px;
}

.secret-about .secret-about-text-1 {
	font-size: 1.2rem;
	font-weight: bolder;
}

.secret-about .secret-about-text-2 {
	margin-top: 10px;
	font-size: 1.1rem;
	line-height: 1.5em;
}

.secret-about .boxes {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.secret-about .boxes .box {
	width: 233px;
}

.secret-about .boxes .box figure {
	margin: 0;
	padding: 0;
}

.secret-about .boxes .box img {
	width: 100%;
	border: 1px solid #ab9667;
}

img {
	vertical-align: top;
}

.secret-about .boxes .box .box-caption {
	margin-top: 6px;
	text-align: center;
	letter-spacing: 0.05em;
}

br.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.secret-about {
		width: 90vw;
		margin: 30px auto 0;
		background: none;
		padding: 10px 30px 0 30px;
	}

	.secret-about-text-1 {
		font-weight: bolder;
	}

	.secret-about-text-2 {
		margin-top: 5px;
		background-image: url(https://www.bifesta.jp/assets/images/lp/micellar/secret/secret-illust.png);
		background-size: 185px 183px;
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 0 0 200px 0;
		position: relative;
	}

	.secret-about .boxes {
		margin-top: 20px;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.secret-about .boxes .box {
		margin-top: 10px;
	}

	.secret-about .boxes .box figure {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.secret-about .boxes .box img {
		width: 54vw;
		max-width: 250px;
		height: 100%;
		border: 0.5px solid #ab9667;
	}

	.secret-about .boxes .box .box-caption {
		display: block;
		white-space: nowrap;
		margin-left: 10px;
		font-size: 13px;
		line-height: 1.384em;
		text-align: left;
		letter-spacing: 0.05em;
	}
}

/* aw */

.sec-aw {
	padding: 0 40px;
}

.particle {
	max-width: 100%;
	margin: 70px auto 0;
	width: 1000px;
	height: 270px;
	background-color: white;
	position: relative;
	margin-bottom: 40px;
}

.particle-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.particle-frame-inner {
	width: 100%;
	height: 100%;
	border: 1px solid #b6ae9a;
}

.particle-frame::before {
	content: "";
	display: block;
	background-color: white;
	width: calc(100% - 70px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.particle-frame::after {
	content: "";
	display: block;
	background-color: white;
	height: calc(100% - 70px);
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.particle-contents {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	/* background-image: url(/assets/images/lp/micellar/point/point3-particle-bg.png); */
	background-size: 854px 134px;
	background-repeat: no-repeat;
	background-position: 56px 83px;
}

.particle-contents .particle-title {
	text-align: center;
	font-size: 26px;
	font-weight: bolder;
	letter-spacing: 0.05em;
	transform: translateY(-0.5em);
}

.particle-contents .particle-list {
	margin: 36px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.particle-list .particle-list-item {
	list-style: none;
	width: 136px;
	height: 136px;
	margin: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://www.bifesta.jp/assets/images/lp/micellar/point/point3-particle.png);
	background-size: cover;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	position: relative;
}

@media screen and (max-width: 859px) {
	.particle {
		height: 420px;
	}
}

@media screen and (max-width: 547px) {
	.particle {
		height: 580px;
	}
}

@media screen and (max-width: 391px) {
	.particle {
		height: 895px;
	}
}

/* video-home */
.secret-movie {
	margin-top: 60px;
}

.secret-movie-title {
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	text-align: center;
}

.secret-movie .video-container-home {
	max-width: 100%;
	width: 638px;
	/* margin: 20px auto 0; */
	margin: 0 auto;
	position: relative;
}

.video-container-home .video {
	position: relative;
	width: 100%;
	/* padding-top: 56.25%; */
	overflow: hidden;
}

.video-container .video .player {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video iframe {
	max-width: 100%;
	width: 640px;
	height: 360px;
}

@media screen and (max-width: 767px) {
	.secret-movie .video-container {
		width: 90vw;
		max-width: 550px;
		margin: 15px auto 0;
		position: relative;
	}
}

.video-container .thum .btn-play {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid white;
	background-image: url(https://www.bifesta.jp/assets/images/cm/btn-play.png);
	background-repeat: no-repeat;
	background-size: 25px 30px;
	background-position: 55% center;
	transition: 0.2s;
}

.video-container .thum .thum-pic {
	background-color: black;
}

.video-container .thum {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: 0.3s;
	opacity: 1;
}

.video-container .thum .thum-pic img {
	width: 100%;
	opacity: 0.5;
}
