.cta-bnr-area {
	width: 100%;
	background: #d3eff5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
.cta-bnr-area.bg-white {
	background: #fff;
}
.cta-bnr-area.bg-none {
	background: transparent;
}
.cta-bnr-area > a {
	width: 100%;
	height: auto;
	aspect-ratio: 61 / 19;
}

main.front_page .s-after-care .container {
	padding-bottom: 1px;
}
/* ------------------
acne type
------------------ */
#acneType h2 > strong {
	color: #df0d05;
}
#acneType .container {
	max-width: none;
}

.acne-type-meter-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	padding: 0 10.2%;
	margin-bottom: 24px;
}
.acne-type-meter-box > img {
	width: 100%;
	height: auto;
	aspect-ratio: 298 / 43;
}

.acne-type-icon-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6.4%;
	max-width: 375px;
	margin: 0 auto;
}
.acne-type-icon {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 5px;
	overflow: hidden;
	transform: scale(1);
	transition: all ease 0.33s;
	max-width: 50px;
}
.acne-type-icon.active {
	transform: scale(1.5);
}
.acne-type-icon > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	border: 2px solid #d1ecf3;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.acne-type-icon.active > figure {
	border: 2px solid #52c5de;
}
.acne-type-icon > p {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #747474;
}
.acne-type-icon.active > p {
	transform: scale(0.75);
}

.acne-type-slider-area {
	width: 100%;
	position: relative;
}
.acne-type-slider-area .slide-item {
	padding: 0px;
}
.acne-type-slider-area .swiper-slide {
	opacity: 1;
	visibility: visible;
}
.btn-slide-prev,
.btn-slide-next {
	position: absolute;
	width: 42px;
	height: auto;
	aspect-ratio: 1 / 1;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 10;
}
.btn-slide-prev.swiper-button-disabled,
.btn-slide-next.swiper-button-disabled {
	background-color: transparent !important;
}
.btn-slide-prev {
	background-image: url("../img/btn-slide-prev.webp");
	left: 0px;
}
.btn-slide-next {
	background-image: url("../img/btn-slide-next.webp");
	right: 0px;
}

/* condition  */
.bfaf-img-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
	position: relative;
	overflow: hidden;
}
.bfaf-img-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10.6%;
}

.bfaf-img-grid-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 5px;
	position: relative;
}
.bfaf-img-grid-item:first-of-type::after {
	content: "";
	position: absolute;
	right: calc(-10.6% - 9px);
	width: 12px;
	height: auto;
	aspect-ratio: 12 / 34;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
}
.bfaf-mild .bfaf-img-grid-item:first-of-type::after {
	background-image: url("../img/icon-arrow-mild.svg");
}
.bfaf-moderate .bfaf-img-grid-item:first-of-type::after {
	background-image: url("../img/icon-arrow-moderate.svg");
}
.bfaf-severe .bfaf-img-grid-item:first-of-type::after {
	background-image: url("../img/icon-arrow-severe.svg");
}
.bfaf-scars .bfaf-img-grid-item:first-of-type::after {
	background-image: url("../img/icon-arrow-scars.svg");
}

.bfaf-img-grid-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bfaf-img-grid-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bfaf-img-grid-item > p {
	width: 100%;
	text-align: center;
	font-size: clamp(0.875rem, calc(0.3701923077rem + 2.1538461538vw), 1.3125rem);
	font-weight: bold;
	letter-spacing: 0;
}

/* VISIA */

#visia {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("../img/bg-visia.webp");
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}
#visia .container {
	max-width: none;
}
#visia h2 > small {
	font-size: clamp(1rem, calc(0.625rem + 1.6vw), 1.875rem);
}
#visia p.overview {
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 93.66%;
}
.visia-slider-area {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
#visia .swiper {
	overflow: visible;
}
.visia-slider-area .slide-item {
	padding: 0px;
}
.visia-slider-area .swiper-slide {
	opacity: 1;
	visibility: visible;
}
.visia-slide-item {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 12px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	filter: drop-shadow(0px 3px 6px rgb(82 197 222 / 40%));
}
.visia-slide-item > h3 {
	width: 100%;
	height: auto;
	background: #52c5de;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	min-height: 32px;
	padding: 8px 0;
	overflow: hidden;
	font-size: clamp(1rem, calc(0.625rem + 1.6vw), 1.875rem);
}
.visia-slide-item > h3 > small {
	font-size: clamp(0.875rem, calc(0.3701923077rem + 2.1538461538vw), 1.3125rem);
}
.visia-slide-item > div {
	width: 100%;
	padding: 0 12px 16px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.visia-slide-item > div > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 298 / 169;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.visia-slide-item > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visia-slide-item > div > p {
	width: 100%;
	text-align: left;
}

.front_page .s-conditions .s-condition-scars .treatment-details-price {
	flex-flow: column;
	gap: 6px;
}
main.front_page .s-conditions .treatment-details-price .price .accent {
	color: initial;
}
main.front_page .s-conditions .treatment-details-price .price span.accent-large {
	color: initial;
}

.bfaf-img-area > h3 {
	font-size: clamp(1rem, calc(0.4230769231rem + 2.4615384615vw), 1.5rem);
	font-weight: 600;
}
