*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	margin: 0;
}

/* --------------------------------------------------------------------------------
 pc_sp
-------------------------------------------------------------------------------- */
#doctorkeller {
	.hidden-xs {
		display: block;
		@media (max-width: 768px) {
			display: none;
		}
	}
	.visible-xs {
		display: none;
		@media (max-width: 768px) {
			display: block;
		}
	}
}

/* --------------------------------------------------------------------------------
 FONT text_align color
-------------------------------------------------------------------------------- */
#doctorkeller {
	.f_goth {
		font-family: "YuGothic","Hiragino Sans","Meiryo","MS PGothic", sans-serif;
	}
	
	.f_min {
		font-family: "Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
	}
	.f_itali {
		font-family: "Italianno", cursive;
	}
	h1 {
		font-weight: 400;
		text-align: center ;
		margin-bottom: 0;
	}
	h2 {
		font-weight: 400;
		text-align: center ;
		margin-bottom: 0;
	}
	h3 {
		font-weight: 400;
		margin-bottom: 0;
	}
	/*font-size*/
	.fs_32 { font-size: clamp(16px, 4.3vw, 32px); }
	.fs_48 { font-size: clamp(24px, 6.4vw, 48px); }
	/*font-weight*/
	.fw_200 { font-weight: 200; }
	.fw_400 { font-weight: 400; }
	.fw_700 { font-weight: 700; }
	/*color*/
	.c_red { color: #b21e25; }
	/*alignment*/
	.al_C { text-align: center; }
	.al_R { text-align: right; }
	.al_L { text-align: left; }
	/*etc*/
	sup {
		font-size: clamp(5px, 1.3vw, 10px);
		letter-spacing: 0;
	}
	.kome {
		font-size: clamp(6px, 1.6vw, 12px);
	}
}



/* --------------------------------------------------------------------------------
 filter
-------------------------------------------------------------------------------- */
#doctorkeller {
	.shadow {
		filter: drop-shadow(0 0 clamp(2px, 0.5vw, 4px) rgba(0,0,0,1)) drop-shadow(0 0 clamp(5px, 1.3vw, 10px) rgba(0,0,0,1)) drop-shadow(0 0 clamp(5px, 1.3vw, 10px) rgba(0,0,0,1));
		transform: translateZ(0);
		z-index: 10;
	}
	.glow {
		filter: drop-shadow(0 0 clamp(2px, 0.5vw, 4px) rgba(255,255,255,1)) drop-shadow(0 0 clamp(2px, 0.5vw, 4px) rgba(255,255,255,1)) drop-shadow(0 0 clamp(5px, 1.3vw, 10px) rgba(255,255,255,1));
		transform: translateZ(0);
	}
	.glowtext {
		text-shadow: 
			0 0 clamp(5px, 1.3vw, 10px) rgba(255,255,255,.5),
			0 0 clamp(10px, 2.7vw, 20px) rgba(255,255,255,.5), 
			0 0 clamp(15px, 4vw, 30px) rgba(255,255,255,.5);
	}
}


/* --------------------------------------------------------------------------------
 marker
-------------------------------------------------------------------------------- */
#doctorkeller {
	.js-line {
		padding-bottom: clamp(4px, 1.1vw, 8px);
		display: inline;
		position: relative;
		z-index: 2;
		&::before {
			content: "";
			width: 100%;
			height: clamp(1px, 0.3vw, 2px);
			position: absolute;
			left: 0;
			bottom: 0;
			transform: scaleX(0);
			transform-origin: left;
			transition: transform 2.5s ease-in-out;
			z-index: 2;
		}
		&.is-inview::before {
			transform: scaleX(1);
		}
	}
}

#usage .usage_step .step_title .js-line::before {
	background: #000;
}
#action .action_head .head_logo .logo_text.js-line::before {
	background: #b31e25;
}

#voice .voice_flex .flex_box .box_inner .text .js-line::before {
	background: #1c8f8a;
}

/* --------------------------------------------------------------------------------
 .wrap
-------------------------------------------------------------------------------- */

#doctorkeller {
	width: 100%;
	font-weight: 200;
	font-family: "Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
	color: #000;
	font-feature-settings: "palt";
	letter-spacing: clamp(0.8px, 0.2vw, 1.5px);
	margin: 0 auto;
	background: #f6f6f6;
	overflow: hidden;
	.wrap {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
	}
	img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	a {
		text-decoration: none;
		transition: .25s;
		&::after {
			transition: .25s;
		}
		img {
			transition: .25s;
		}
	}
}


/* --------------------------------------------------------------------------------
 #fv
-------------------------------------------------------------------------------- */
#doctorkeller #fv {
	position: relative;
	z-index: 1;
	.fv_info {
		font-size: clamp(29px, 7.7vw, 58px);
		font-weight: 700;
		text-align: center;
		padding: .25rem 0;
		background-image: linear-gradient(in oklab to right,#b4d3d2, #cde3e2 20%, #e6f1f0 40%, #e6f1f0 60%, #cde3e2 80%, #b4d3d2 100%);
		position: relative;
		z-index: 2;
	}
	.fv_video {
		width: 100%;
		height: 124.933vw;
		max-height: 937px;
		margin: clamp(-6px, -0.8vw, -3px) auto 0;
		display: block;
		position: relative;
		z-index: 1;
		video {
			width: 100%;
			display: block;
		}
		.video_title1 {
			width: clamp(93px, 24.8vw, 186px);
			position: absolute;
			top: -1%;
			right: -1.25%;
			z-index: 2;
		}
		.video_title2 {
			width: clamp(133px, 35.5vw, 266px);
			position: absolute;
			top: 3.25%;
			right: 2.5%;
			z-index: 2;
		}
		.fv_release {
			width: 100%;
			text-align: center;
			position: absolute;
			bottom: clamp(25px, 6.7vw, 50px);
			left: 0;
			.release_text {
				font-size: clamp(12px, 3.2vw, 24px);
				letter-spacing: 0;
				line-height: 1;
				padding: clamp(3px, 0.8vw, 6px) clamp(6px, 1.6vw, 12px);
				background: rgba(205,227,226,.8);
			}
		}
		.video_title_kome {
			position: absolute;
			top: clamp(150px, 40vw, 300px);
			left: 76%;
			z-index: 3;
		}
		.fv_note {
			position: absolute;
			bottom: 2%;
			right: 5.33%;
			z-index: 3;
		}
	}
}


/* --------------------------------------------------------------------------------
 #doctor
-------------------------------------------------------------------------------- */
#doctorkeller #doctor {
	padding: clamp(60px, 16vw, 120px) 5.33%;
	background: #e5e5e5 url('/template/default/img/sp/drk_st/doctor_bg.webp') center bottom / 100% no-repeat;
	position: relative;
	z-index: 1;
	.doctor_title {
		.title01 {
			width: clamp(206.5px, 55.1vw, 413px);
			margin-bottom: clamp(16px, 4.3vw, 32px);
		}
		.title02 { width: clamp(318px, 84.8vw, 636px); }
	}
	.doctor_name {
		font-size: clamp(16px, 4.3vw, 32px);
		font-weight: 700;
		padding: clamp(70px, 18.7vw, 140px) 0;
	}
	.doctor_text {
		font-size: clamp(20px, 5.3vw, 40px);
		font-weight: 500;
		margin-bottom: 10%;
	}
	.doctor_kome {
		font-size: clamp(12px, 3.2vw, 24px);
	}
}


/* --------------------------------------------------------------------------------
 #caution
-------------------------------------------------------------------------------- */
#doctorkeller #caution {
	padding: clamp(60px, 16vw, 120px) 5.33% clamp(55px, 14.7vw, 110px);
	background: #dbd4c2 url('/template/default/img/sp/drk_st/caution_bg.webp') center bottom / 100% no-repeat;
	position: relative;
	z-index: 1;
	.caution_title {
		margin-bottom: clamp(250px, 66.7vw, 500px);
		.title {
			width: clamp(206.5px, 55.1vw, 413px);
		}
	}
	.caution_text {
		font-size: clamp(20px, 5.3vw, 40px);
		font-weight: 500;
		text-align: right;
	}
}

/* --------------------------------------------------------------------------------
 #sign
-------------------------------------------------------------------------------- */
#doctorkeller #sign {
	padding: clamp(60px, 16vw, 120px) 5.33% clamp(36px, 9.6vw, 72px);
	background: url('/template/default/img/sp/drk_st/sign_bg.webp') center top / 100% no-repeat;
	position: relative;
	z-index: 1;
	.sign_title {
		margin-bottom: clamp(62px, 16.5vw, 124px);
		.title01 {
			width: clamp(308px, 82.1vw, 616px);
			margin-bottom: clamp(16px, 4.3vw, 32px);
		}
		.title02 { width: 100%; }
	}
	.block_case {
		padding-left: 7.76%;
		margin-bottom: clamp(57px, 15.2vw, 114px);
		.case_label {
			font-size: clamp(32.5px, 8.7vw, 65px);
			color: #fff;
			line-height: .5;
			position: relative;
			.label_circle {
				width: clamp(67px, 17.9vw, 134px);
				height: clamp(67px, 17.9vw, 134px);
				clip-path: polygon(0 0, 100% 0, 100% 35%, 50% 50%, 50% 100%, 0 100%);
				position: absolute;
				top: clamp(-44px, -5.9vw, -22px);
				left: clamp(-54px, -7.2vw, -27px);
				z-index: -1;
				&::before {
					content: "";
					width: 100%;
					height: 100%;
					border-radius: 50%;
					border: 1px solid #fff;
					background: transparent;
					position: absolute;
					top: 0;
					left: 0;
				}
			}
			.num {
				font-size: clamp(54px, 14.4vw, 108px);
			}
		}
		.case_text {
			font-size: clamp(21.5px, 5.7vw, 43px);
			font-weight: 500;
			color: #fff;
			padding-left: clamp(30px, 8vw, 60px);
			.text {
				position: relative;
				&::before {
					content: "“";
					font-size: clamp(21.5px, 5.7vw, 43px);
					font-weight: 700;
					color: #fff;
					position: absolute;
					top: -10%;
					left: clamp(-30px, -4vw, -15px);
				}
				&::after {
					content: "”";
					font-size: clamp(21.5px, 5.7vw, 43px);
					font-weight: 700;
					color: #fff;
					position: absolute;
					top: 70%;
					right: clamp(-30px, -4vw, -15px);
				}
			}
		}
		.glowtext {
			text-shadow: 0 0 .5rem rgba(255,255,255,.5), 0 0 1rem rgba(255,255,255,.5);
		}
	}
}


/* --------------------------------------------------------------------------------
 #approach
-------------------------------------------------------------------------------- */
#doctorkeller #approach {
	padding: clamp(60px, 16vw, 120px) 0;
	position: relative;
	z-index: 1;
	.approach_title {
		margin-bottom: clamp(45px, 12vw, 90px);
		.title01 {
			width: clamp(208px, 55.5vw, 416px);
			margin: 0 auto clamp(16px, 4.3vw, 32px);
		}
		.title02 {
			width: clamp(328px, 87.5vw, 656px);
			margin: auto;
		}
	}
	.approach_item {
		width: 100%;
		margin: 0 auto clamp(-340px, -45.3vw, -170px);
		position: relative;
		z-index: 1;
	}
	.approach_text {
		font-size: clamp(22px, 5.9vw, 44px);
		text-align: center;
		line-height: 1.8;
		margin-bottom: clamp(25px, 6.7vw, 50px);
		position: relative;
		z-index: 2;
	}
	.approach_message {
		position: relative;
		z-index: 2;
		img {
			width: clamp(325px, 86.7vw, 650px);
			margin: 0 auto;
		}
	}
}


/* --------------------------------------------------------------------------------
 #reason
-------------------------------------------------------------------------------- */
#doctorkeller #reason {
	padding: clamp(60px, 16vw, 120px) 0;
	background: #cadee4;
	.reason_title {
		width: 100%;
		margin: 0 auto clamp(25px, 6.7vw, 50px) 5.33%;
		img {
			width: clamp(316.5px, 84.4vw, 633px);
		}
	}
	.reason_text {
		font-size: clamp(18px, 4.8vw, 36px);
		font-weight: 500;
		letter-spacing: clamp(0.8px, 0.2vw, 1.5px);
		margin-left: 5.33%;
		position: relative;
		z-index: 2;
	}
	.reason_message {
		margin-top: clamp(-180px, -24vw, -90px);
		margin-bottom: clamp(-280px, -37.3vw, -140px);
		position: relative;
		z-index: 1;
		.message_text {
			width: 100%;
			display: flex;
			flex-direction: row-reverse;
			gap: clamp(12px, 3.2vw, 24px);
			position: absolute;
			top: 18%;
			right: 5.33%;
			z-index: 2;
			.text {
				img { width: 100%; }
				&.text1 { width: clamp(37px, 9.9vw, 74px); }
				&.text2 { width: clamp(66px, 17.6vw, 132px); padding-top: clamp(25px, 6.7vw, 50px); }
				&.text3 { width: clamp(44px, 11.7vw, 88px); padding-top: clamp(85px, 22.7vw, 170px); }
			}
		}
		.message_shampoo {
			width: clamp(195px, 52vw, 390px);
			position: absolute;
			top: 26%;
			left: -12%;
			z-index: 2;
		}
	}
	.reason_qusome {
		width: 100%;
		padding: 0 5.33%;
		position: relative;
		z-index: 2;
		.qusome_orb {
			width: clamp(346.5px, 92.4vw, 693px);
			position: absolute;
			top: -33%;
			right: -25%;
			z-index: 1;
		}
		.qusome_title {
			font-size: clamp(24px, 6.4vw, 48px);
			font-weight: 600;
			padding-bottom: clamp(4px, 1.1vw, 8px);
			margin-bottom: clamp(30px, 8vw, 60px);
			position: relative;
			z-index: 2;
			&::before {
				content: "";
				width: 60%;
				height: clamp(1px, 0.3vw, 2px);
				background: #000;
				position: absolute;
				top: 100%;
				left: 0;
			}
		}
		.qusome_text {
			font-size: clamp(20px, 5.3vw, 40px);
			font-weight: 500;
			position: relative;
			z-index: 2;
		}
	}
}


/* --------------------------------------------------------------------------------
 #action
-------------------------------------------------------------------------------- */
#doctorkeller #action {
	padding: 0;
	background: #ded8c5;
	.action_head {
		position: relative;
		.head_title {
			width: 100%;
			position: absolute;
			top: clamp(52px, 13.9vw, 104px);
			left: 0;
			img {
				width: clamp(281.5px, 75.1vw, 563px);
				margin: auto;
			}
		}
		.head_logo {
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: end;
			gap: clamp(21px, 5.6vw, 42px);
			position: absolute;
			bottom: clamp(34px, 9.1vw, 68px);
			left: 0;
			.logo_num {
				width: clamp(43px, 11.5vw, 86px);
			}
			.logo_text {
				width: clamp(184.5px, 49.2vw, 369px);
				padding-bottom: clamp(14px, 3.7vw, 28px);
			}
		}
	}
	.action_body {
		margin-bottom: clamp(20px, 5.3vw, 40px);
		.body_title {
			padding-bottom: clamp(11px, 2.9vw, 22px);
			background: url('/template/default/img/sp/drk_st/action_body_bg1.webp') center top / 100% no-repeat;
			.title_label {
				width: 100%;
				text-align: center;
				margin-bottom: clamp(17px, 4.5vw, 34px);
				.label_text {
					font-size: clamp(20px, 5.3vw, 40px);
					color: #fff;
					line-height: 1;
					padding: clamp(5px, 1.3vw, 10px) clamp(14px, 3.7vw, 28px);
					display: inline-block;
					.num { font-size: clamp(26px, 6.9vw, 52px); }
				}
			}
			.title_icon {
				width: clamp(72px, 19.2vw, 144px);
				margin: auto;
			}
			.title_text {
				font-size: clamp(32px, 8.5vw, 64px);
				text-align: center;
			}
		}
		.body_cutin {
			background: #fff;
			position: relative;
			.cutin_text {
				width: 100%;
				font-size: clamp(25px, 6.7vw, 50px);
				font-weight: 600;
				text-align: center;
				position: absolute;
				top: 50%;
				left: 0;
				transform: translateY(-50%);
				z-index: 2;
			}
			.cutin_mask {
				-webkit-mask-image: radial-gradient(ellipse, rgba(0, 0, 0, 0.15) 25%, black);
				mask-image: radial-gradient(ellipse, rgba(0, 0, 0, 0.15) 25%, black);
			}
		}
		.body_text {
			min-height: clamp(298.5px, 79.6vw, 597px);
			padding: clamp(25px, 6.7vw, 50px) 0 clamp(50px, 13.3vw, 100px);
			background: #ded6c4 url('/template/default/img/sp/drk_st/action_body_bg2.webp') center top / 100% no-repeat;
			.text {
				font-size: clamp(14px, 3.7vw, 28px);
				font-weight: 500;
				text-align: center;
				.ingredient {
					font-size: clamp(18px, 4.8vw, 36px);
					font-weight: 700;
				}
			}
		}
		&.action1 {
			.title_label {
				.label_text { background: #408390; }
			}
			.title_text { color: #408390; }
			.cutin_mask {
				img { opacity: .75; }
			}
		}
		&.action2 {
			.title_label {
				.label_text { background: #8d4598; }
			}
			.title_text { color: #8d4598; }
			.cutin_mask {
				img { opacity: .5; }
			}
		}
		&.action3 {
			margin-bottom: 0;
			.title_label {
				.label_text { background: #b21e25; }
			}
			.title_text { color: #b21e25; }
			.cutin_mask {
				img { opacity: .5; }
			}
		}
	}
}


/* --------------------------------------------------------------------------------
 #satisfy
-------------------------------------------------------------------------------- */
#doctorkeller #satisfy {
	padding: clamp(40px, 10.7vw, 80px) 0 clamp(50px, 13.3vw, 100px);
	background-image: linear-gradient(to bottom,#ded6c4 10%,#ded8c5);
	.satisfy_title {
		width: 100%;
		margin: 0 auto clamp(25px, 6.7vw, 50px);
		position: relative;
		z-index: 2;
		img {
			width: clamp(318px, 84.8vw, 636px);
			margin: auto;
		}
	}
	.satisfy_body {
		margin-top: clamp(-220px, -29.3vw, -110px);
		padding: clamp(150px, 40vw, 300px) 5.33% 0;
		background: #ded6c4 url('/template/default/img/sp/drk_st/satisfy_bg.webp') center top / 100% no-repeat;
		position: relative;
		z-index: 1;
		.body_answer {
			width: 100%;
			margin: 0 auto clamp(40px, 10.7vw, 80px);
			img {
				width: clamp(315px, 84vw, 630px);
				margin-left: clamp(-20px, -2.7vw, -10px);
			}
		}
		.body_text {
			font-size: clamp(20px, 5.3vw, 40px);
			font-weight: 500;
			color: #fff;
			margin-bottom: clamp(132px, 35.2vw, 264px);
			position: relative;
			z-index: 2;
		}
		.body_message {
			font-size: clamp(22px, 5.9vw, 44px);
			text-align: center;
			.c_red {
				font-size: clamp(24px, 6.4vw, 48px);
				color: #b21e25;
			}
		}
	}
}


/* --------------------------------------------------------------------------------
 #protect
-------------------------------------------------------------------------------- */
#doctorkeller #protect {
	padding: 0;
	background: #e7ebed;
	.protect_head {
		padding-top: clamp(50px, 13.3vw, 100px);
		.head_title {
			font-size: clamp(18px, 4.8vw, 36px);
			text-align: center;
			padding: clamp(10px, 2.7vw, 20px) 0;
			background-image: linear-gradient(to right,#cde3e2, #e6f1f0 40%, #e6f1f0 60%, #cde3e2);
			border: solid #c4dbda;
			border-width: clamp(1px, 0.3vw, 2px) 0 clamp(1px, 0.3vw, 2px) 0;
		}
	}
	.protect_body {
		padding-top: clamp(40px, 10.7vw, 80px);
		padding-bottom: clamp(50px, 13.3vw, 100px);
		background: #cad4d8 url('/template/default/img/sp/drk_st/protect_bg.webp') center top / 100% no-repeat;
		.body_title {
			width: 100%;
			margin: 0 auto clamp(40px, 10.7vw, 80px);
			position: relative;
			z-index: 2;
	
			img {
				width: clamp(316px, 84.3vw, 632px);
				margin: auto;
			}
		}
		.body_text {
			font-size: clamp(18px, 4.8vw, 36px);
			font-weight: 500;
			text-align: center;
			margin-bottom: clamp(40px, 10.7vw, 80px);
		}
		.body_point {
			width: 89.33%;
			padding: clamp(30px, 8vw, 60px) clamp(10px, 2.7vw, 20px) clamp(10px, 2.7vw, 20px);
			margin: auto;
			position: relative;
			&::before {
				content: "";
				width: 100%;
				height: 100%;
				background: rgba(255,255,255,.7);
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.point_title {
				width: clamp(254px, 67.7vw, 508px);
				margin: 0 auto clamp(27px, 7.2vw, 54px);
				position: relative;
				z-index: 2;
			}
			.point_logo {
				width: clamp(256px, 68.3vw, 512px);
				margin: 0 auto clamp(27px, 7.2vw, 54px);
				position: relative;
				z-index: 2;
			}
			.point_flex {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				gap: clamp(10px, 2.7vw, 20px);
				position: relative;
				z-index: 2;
				.flex_box {
					width: calc((100% - clamp(10px, 2.7vw, 20px)) / 2);
					padding: clamp(15px, 4vw, 30px) clamp(12.5px, 3.3vw, 25px) clamp(12.5px, 3.3vw, 25px);
					display: flex;
					flex-direction: column;
					position: relative;
					&::before {
						content: "";
						width: 100%;
						height: 100%;
						background: rgba(205,227,226,.5);
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
					}
					.box_icon {
						height: clamp(62px, 16.5vw, 124px);
						margin-bottom: clamp(13px, 3.5vw, 26px);
						display: flex;
						justify-content: center;
						align-items: center;
						position: relative;
						z-index: 2;
						img { margin: auto; }
					}
					.box_title {
						font-size: clamp(18px, 4.8vw, 36px);
						font-weight: 600;
						color: #ab1d24;
						text-align: center;
						line-height: 1.25;
						margin-bottom: clamp(18px, 4.8vw, 36px);
						position: relative;
						z-index: 2;
					}
					.box_text {
						font-size: clamp(14px, 3.7vw, 28px);
						font-weight: 500;
						position: relative;
						z-index: 2;
					}
					&.box1 .box_icon img { width: clamp(54px, 14.4vw, 108px); }
					&.box2 .box_icon img { width: clamp(36px, 9.6vw, 72px); }
					&.box3 .box_icon img { width: clamp(64px, 17.1vw, 128px); }
					&.box4 .box_icon img { width: clamp(58px, 15.5vw, 116px); }
				}
			}
		}
	}
}


/* --------------------------------------------------------------------------------
 #fragrance
-------------------------------------------------------------------------------- */
#doctorkeller #fragrance {
	height: clamp(565px, 150.7vw, 1130px);
	padding: clamp(54px, 14.4vw, 108px) 0 0;
	background: url('/template/default/img/sp/drk_st/fragrance_bg.webp') center top / 100% no-repeat;
	.fragrance_title {
		width: 100%;
		margin: 0 auto clamp(59px, 15.7vw, 118px);
		position: relative;
		z-index: 2;
		img {
			width: clamp(223px, 59.5vw, 446px);
			margin: auto;
		}
	}
	.fragrance_text {
		font-size: clamp(18px, 4.8vw, 36px);
		font-weight: 500;
		color: #fff;
		text-align: center;
		margin-bottom: clamp(50px, 13.3vw, 100px);
	}
	.fragrance_detail {
		width: 86%;
		margin: auto;
		display: flex;
		justify-content: space-between;
		position: relative;
		.detail_box {
			width: clamp(135px, 36vw, 270px);
			height: clamp(135px, 36vw, 270px);
			border-radius: 50%;
			border: clamp(1px, 0.3vw, 2px) solid #fff;
			background: transparent;
			display: flex;
			justify-content: center;
			align-items: center;
			&.glow { filter:drop-shadow(0 0 clamp(2px, 0.5vw, 4px) rgba(255,255,255,.75)) drop-shadow(0 0 clamp(5px, 1.3vw, 10px) rgba(255,255,255,0.75)); }
			.text {
				font-size: clamp(16px, 4.3vw, 32px);
				font-weight: 500;
				color: #fff;
				text-align: center;
			}
		}
		.detail_and {
			font-size: clamp(28px, 7.5vw, 56px);
			font-weight: 500;
			color: #fff;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 3;
		}
	}
}


/* --------------------------------------------------------------------------------
 #voice
-------------------------------------------------------------------------------- */
#doctorkeller #voice {
	padding: clamp(50px, 13.3vw, 100px) 0 0;
	background: #ebebec;
	position: relative;
	.voice_title {
		width: 100%;
		margin: 0 auto clamp(25px, 6.7vw, 50px);
		img {
			width: clamp(152.5px, 40.7vw, 305px);
			margin: 0 auto clamp(10px, 2.7vw, 20px);
		}
		.title_text {
			font-size: clamp(16px, 4.3vw, 32px);
			text-align: center;
		}
	}
	.voice_flex {
		width: 100%;
		padding: 0 5.33%;
		display: flex;
		flex-direction: column;
		gap: clamp(20px, 5.3vw, 40px);
		position: relative;
		z-index: 2;
		.flex_box {
			display: flex;
			flex-direction: column;
			gap:clamp(20px, 5.3vw, 40px);
			position: relative;
			&::before {
				content: '';
				width: 50%;
				height: clamp(13px, 3.5vw, 26px);
				box-shadow: 0 clamp(15px, 4vw, 30px) clamp(5px, 1.3vw, 10px) rgba(0,0,0,.25);
				background-image: linear-gradient(to right,#cde3e2,#e6f1f0);
				position: absolute;
				left: 1%;
				bottom: clamp(9px, 2.4vw, 18px);
				transform: rotate(-5deg);
				z-index: 1;
			}
			&::after {
				content: '';
				width: 50%;
				height: clamp(13px, 3.5vw, 26px);
				box-shadow: 0 clamp(15px, 4vw, 30px) clamp(5px, 1.3vw, 10px) rgba(0,0,0,.25);
				background-image: linear-gradient(to right,#cde3e2,#e6f1f0);
				position: absolute;
				right: 1%;
				bottom: clamp(9px, 2.4vw, 18px);
				transform: rotate(5deg);
				z-index: 1;
			}
			.box_inner {
				text-align: center;
				padding: clamp(25px, 6.7vw, 50px) 0 clamp(18px, 4.8vw, 36px);
				background-image: linear-gradient(to right,#cde3e2,#e6f1f0 40%, #e6f1f0 60%, #cde3e2 100%);
				position: relative;
				z-index: 2;
				&::before {
					content: "“";
					width: clamp(14px, 3.7vw, 28px);
					height: clamp(11px, 2.9vw, 22px);
					font-size: clamp(40px, 10.7vw, 80px);
					color: #000;
					line-height: 1;
					position: absolute;
					top: clamp(10px, 2.7vw, 20px);
					left: clamp(10px, 2.7vw, 20px);
				}
				&::after {
					content: "”";
					font-size: clamp(40px, 10.7vw, 80px);
					color: #000;
					line-height: 1;
					position: absolute;
					bottom: clamp(-25px, -3.3vw, -12.5px);
					right: clamp(10px, 2.7vw, 20px);
				}
				.text {
					font-size: clamp(16px, 4.3vw, 32px);
					font-weight: 500;
					margin-bottom: clamp(5px, 1.3vw, 10px);
					.js-line {
						font-size: clamp(18px, 4.8vw, 36px);
						font-weight: 700;
						color: #1c8f8a;
					}
				}
				.name {
					font-size: clamp(12px, 3.2vw, 24px);
					font-weight: 500;
				}
			}
		}
	}
	.voice_video {
		width: 100%;
		height: 177.7vw;
		max-height: 1333.33px;
		margin: clamp(-200px, -26.7vw, -100px) auto 0;
		display: block;
		position: relative;
		z-index: 1;
		video {
			width: 100%;
			display: block;
		}
		.voice_flex {
			width: 100%;
			position: absolute;
			bottom: 5%;
			left: 0;
		}
	}
	.voice_message {
		padding: clamp(44px, 11.7vw, 88px) 0;
		background: #fff;
		.message1 {
			width: clamp(307.5px, 82vw, 615px);
			margin: 0 auto clamp(40px, 10.7vw, 80px);
		}
		.message2 {
			width: clamp(319.5px, 85.2vw, 639px);
			margin: auto;
		}
	}
}


/* --------------------------------------------------------------------------------
 #usage
-------------------------------------------------------------------------------- */
#doctorkeller #usage {
	padding: clamp(60px, 16vw, 120px) 5.33% clamp(20px, 5.3vw, 40px);
	background-image: linear-gradient(in oklab to right,#cde3e2, #e6f1f0 40%, #e6f1f0 60%, #cde3e2);
	.usage_title {
		width: 100%;
		margin: 0 auto clamp(25px, 6.7vw, 50px);
		img {
			width: clamp(150px, 40vw, 300px);
			margin: 0 auto clamp(10px, 2.7vw, 20px);
		}
		.title_text {
			font-size: clamp(16px, 4.3vw, 32px);
			text-align: center;
		}
	}
	.usage_step {
		width: 100%;
		margin: 0 auto clamp(40px, 10.7vw, 80px);
		position: relative;
		&.step1 {
			margin-bottom: clamp(40px, 10.7vw, 80px);
			.step_image {
				gap:clamp(25px, 6.7vw, 50px);
				justify-content: space-between;
				align-items: end;
				&::before {
					content: "";
					width: clamp(7px, 1.9vw, 14px);
					height: clamp(14px, 3.7vw, 28px);
					clip-path: polygon(0 clamp(1px, 0.3vw, 2px), 0 0, 100% 50%, 0 100%, 0 calc(100% - clamp(1px, 0.3vw, 2px)), calc(100% - clamp(1px, 0.3vw, 2px)) 50%);
					background: #b21e25;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translateY(-50%);
					z-index: 2;
				}
				&::after {
					content: "";
					width: clamp(7px, 1.9vw, 14px);
					height: clamp(14px, 3.7vw, 28px);
					clip-path: polygon(0 clamp(1px, 0.3vw, 2px), 0 0, 100% 50%, 0 100%, 0 calc(100% - clamp(1px, 0.3vw, 2px)), calc(100% - clamp(1px, 0.3vw, 2px)) 50%);
					background: #b21e25;
					position: absolute;
					top: 50%;
					left: calc(50% + clamp(4px, 1.1vw, 8px));
					transform: translateY(-50%);
					z-index: 2;
				}
				.image_box {
					flex: 1;
					&.box2 { flex: 1.06; }
				}
			}
			.step_item {
				width: clamp(98px, 26.1vw, 196px);
				position: absolute;
				top: 47%;
				right: -2%;
				z-index: 4;
			}
			.step_texture {
				width: clamp(251px, 66.9vw, 502px);
				position: absolute;
				top: 42%;
				left: 30%;
				z-index: 3;
			}
			.step_text { width: 55%; }
		}
		&.step2 {
			padding-left: 30%;
			z-index: 2;
			.step_image {
				justify-content: right;
				.illust {
					width: clamp(190px, 50.7vw, 380px);
				}
			}
			.step_item {
				width: clamp(93.5px, 24.9vw, 187px);
				position: absolute;
				bottom: clamp(-64px, -8.5vw, -32px);
				left: -2%;
				z-index: 4;
			}
			.step_texture {
				width: clamp(255.5px, 68.1vw, 511px);
				position: absolute;
				top: 0;
				left: -20%;
				z-index: 3;
			}
		}
		.step_image {
			margin-bottom: clamp(16px, 4.3vw, 32px);
			background: #fff;
			display: flex;
			position: relative;
		}
	}
	.step_title {
		font-size: clamp(18px, 4.8vw, 36px);
		letter-spacing: 1px;
		margin-bottom: clamp(4px, 1.1vw, 8px);
		position: relative;
		z-index: 3;
	}
	.step_text {
		font-size: clamp(14px, 3.7vw, 28px);
		font-weight: 500;
		position: relative;
		z-index: 3;
	}
}


/* --------------------------------------------------------------------------------
 #faq
-------------------------------------------------------------------------------- */
#doctorkeller #faq {
	padding: clamp(60px, 16vw, 120px) 5.33% clamp(20px, 5.3vw, 40px);
	.faq_title {
		width: 100%;
		margin: 0 auto clamp(25px, 6.7vw, 50px);
		img {
			width: clamp(68.5px, 18.3vw, 137px);
			margin: 0 auto clamp(10px, 2.7vw, 20px);
		}
		.title_text {
			font-size: clamp(16px, 4.3vw, 32px);
			text-align: center;
		}
	}
	.faq_body {
		display: flex;
		flex-direction: column;
		gap: clamp(6px, 1.6vw, 12px) 0;
		.faq_accordion {
			width: 100%;
			margin: auto;
			.acd_head {
				width: 100%;
				padding: clamp(18px, 4.8vw, 36px) clamp(41px, 10.9vw, 82px) clamp(18px, 4.8vw, 36px) clamp(18px, 4.8vw, 36px);
				background-image: linear-gradient(in oklab to right,#cde3e2, #e6f1f0 40%, #e6f1f0 60%, #cde3e2);
				border: none;
				border-radius: clamp(10px, 2.7vw, 20px);
				display: block;
				cursor: pointer;
				-webkit-tap-highlight-color: transparent;
				position: relative;
				p {
					font-size: clamp(16px, 4.3vw, 32px);
					font-weight: 600;
					color: #000;
					text-align: left;
					letter-spacing: 0;
					padding-left: clamp(22px, 5.9vw, 44px);
					position: relative;
					&::before {
						content: "Q.";
						font-size: clamp(16px, 4.3vw, 32px);
						font-weight: 600;
						font-family: "YuGothic","Hiragino Sans","Meiryo","MS PGothic", sans-serif;
						color: #000;
						line-height: 1;
						position: absolute;
						top: clamp(4px, 1.1vw, 8px);
						left: 0;
					}
				}
				.bar {
					width: clamp(24px, 6.4vw, 48px);
					height: clamp(24px, 6.4vw, 48px);
					background: #fff;
					border-radius: 50%;
					position: absolute;
					top: 50%;
					right: clamp(10px, 2.7vw, 20px);
					transform: translateY(-50%);
					z-index: 2;
					&::before {
						content: '';
						width: clamp(14.5px, 3.9vw, 29px);
						height: clamp(1.5px, 0.4vw, 3px);
						background-color: #a5d0ce;
						display: inline-block;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%, -50%);
						z-index: 2;
						transition: 0.2s;
					}
					&::after {
						content: '';
						width: clamp(14.5px, 3.9vw, 29px);
						height: clamp(1.5px, 0.4vw, 3px);
						background-color: #a5d0ce;
						display: inline-block;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%, -50%) rotate(90deg);
						z-index: 2;
						transition: 0.2s;
					}
				}
			}
			.acd_body {
				padding-left: clamp(22px, 5.9vw, 44px);
				margin: clamp(19px, 5.1vw, 38px) clamp(15px, 4vw, 30px) 0;
				overflow: hidden;
				height: 0;
				opacity: 0;
				transition: height 0.3s ease, opacity 0.3s ease;
				position: relative;
				p {
					font-size: clamp(14px, 3.7vw, 28px);
					font-weight: 400;
					letter-spacing: .75px;
					margin-bottom: clamp(15px, 4vw, 30px);
					&::before {
						content: "A.";
						font-size: clamp(16px, 4.3vw, 32px);
						font-weight: 600;
						font-family: "YuGothic","Hiragino Sans","Meiryo","MS PGothic", sans-serif;
						color: #000;
						line-height: 1;
						position: absolute;
						top: clamp(4px, 1.1vw, 8px);
						left: 0;
					}
				}
			}
			&.accordion.open {
				.acd_head {
					.bar {
						&::before { transform: translate(-50%, -50%) rotate(360deg); }
						&::after { transform: translate(-50%, -50%) rotate(180deg); }
					}
				}
				.acd_body { opacity: 1; }
			}
		}
	}
}



/* --------------------------------------------------------------------------------
 #ingredient
-------------------------------------------------------------------------------- */
#doctorkeller #ingredient {
	padding: clamp(60px, 16vw, 120px) 9.33%;
	.ingredient_title {
		width: 100%;
		margin: 0 auto clamp(25px, 6.7vw, 50px);
		img {
			width: clamp(139px, 37.1vw, 278px);
			margin: 0 auto clamp(10px, 2.7vw, 20px);
		}
		.title_text {
			font-size: clamp(16px, 4.3vw, 32px);
			text-align: center;
		}
	}
	.ingredient_accordion {
		width: 100%;
		margin: auto;
		border-bottom: clamp(1px, 0.3vw, 2px) solid #cfcfcf;
		.acd_head {
			width: 100%;
			padding: clamp(18px, 4.8vw, 36px) clamp(41px, 10.9vw, 82px) clamp(18px, 4.8vw, 36px) 0;
			background: #fff;
			border: none;
			border-radius: clamp(10px, 2.7vw, 20px);
			display: block;
			cursor: pointer;
			-webkit-tap-highlight-color: transparent;
			position: relative;
			p {
				font-size: clamp(16px, 4.3vw, 32px);
				font-weight: 600;
				color: #000;
				text-align: left;
				letter-spacing: 0;
				position: relative;
			}
			.bar {
				width: clamp(24px, 6.4vw, 48px);
				height: clamp(24px, 6.4vw, 48px);
				position: absolute;
				top: 50%;
				right: clamp(10px, 2.7vw, 20px);
				transform: translateY(-50%);
				z-index: 2;
				&::before {
					content: '';
					width: clamp(14.5px, 3.9vw, 29px);
					height: clamp(1.5px, 0.4vw, 3px);
					background-color: #000;
					display: inline-block;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					z-index: 2;
					transition: 0.2s;
				}
				&::after {
					content: '';
					width: clamp(14.5px, 3.9vw, 29px);
					height: clamp(1.5px, 0.4vw, 3px);
					background-color: #000;
					display: inline-block;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%) rotate(90deg);
					z-index: 2;
					transition: 0.2s;
				}
			}
		}
		.acd_body {
			overflow: hidden;
			height: 0;
			opacity: 0;
			transition: height 0.3s ease, opacity 0.3s ease;
			position: relative;
			.ingredient_text {
				font-size: clamp(14px, 3.7vw, 28px);
				text-align: left;
				padding-bottom: clamp(20px, 5.3vw, 40px);
			}
		}
		&.accordion.open {
			.acd_head {
				.bar {
					&::before { transform: translate(-50%, -50%) rotate(360deg); }
					&::after { transform: translate(-50%, -50%) rotate(180deg); }
				}
			}
			.acd_body { opacity: 1; }
		}
	}
}


/* CTA */
#cta{
	background: #71000d;
	
	}
#cta .cta-content{
	background: #71000d;
	padding: 10px 0 0;

}
#cta .cta-inner{
	width: 90%;
	margin: auto;	
	padding: 60px 0;
}
.cta .item{
	margin-bottom: 35px;
}