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

.c_derma {
	color:#7DC9C5;
}

.bg_beige {
	background:#F6F4EF;
}

.derma_sec {
	margin-bottom:150px;
}

.derma_sec .btn_orange,
.toku_block .btn_orange {
	border: 1px solid #7DC9C5;
    background: #7DC9C5;
}

.derma_sec .btn_orange:hover span,
.toku_block .btn_orange:hover span {
	color:#7DC9C5;
}

.derma_sec .btn_orange:hover span::after,
.toku_block .btn_orange:hover span::after {
	background:url(../img/common/btn_arrow_derma.svg) no-repeat center / contain;
}

.movie_wrap {
	width:100%;
}

.movie_wrap iframe {
	width: 100%;
	height:52vw;
	max-height:675px;
}

.derma_event .movie_wrap:not(:last-of-type) {
	margin-bottom:80px;
}

/*-------------------------------
	derma title
-------------------------------*/

.derma_title {
	text-align:center;
	margin-bottom:4em;
}

.derma_title span {
	display: block;
	text-align: center;
	padding:0.25em 50px;
	font-size:2rem;
	font-weight:500;
	line-height:1.5;
	background:#AEDFDD;
	color:#fff;
	letter-spacing: 0.1em;
}

.derma_title::before {
	content:attr(data-en);
	display: block;
	color:#AEDFDD;
	font-size:6rem;
	line-height:1;
	letter-spacing: 0.1em;
	margin-bottom:0.25em;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}

/*-------------------------------
	f view
-------------------------------*/


.derma_fview {
	width:100%;
	position:relative;
}

.derma_fview .df_bg {
	height:600px;
}



.derma_fview .inner {
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
}

.df_txt {
	width:265px;
	background:rgba(119,193,188,0.85);
	padding:20px 20px 30px;
	position:relative;
}

.df_txt h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:3.6rem;
	font-weight:bold;
	line-height:1.75;
	margin:0.5em auto 0;
	letter-spacing: 0.2em;
}

.df_txt_logo01 {
	width:42px;
}

.df_txt_logo02 {
	width:104px;
	margin-left:10px;
}

.derma_monitor_link {
	/* モニター院リンク削除 */
	/* display: none!important; */
	position:absolute;
	top:30px;
	right:50px;
	display: block;
	width:256px;
	height:256px;
	border-radius: 50%;
	background:rgba(255,255,255,0.71);
	padding:60px 0 20px;
	/* padding:40px 0 20px; */
	transition:transform .3s ease-in-out;
}

.derma_monitor_link:hover {
	transform:scale(1.1);
}

.derma_monitor_link h3 {
	width:200px;
	height:46px;
	line-height:42px;
	background:#F7AB00;
	border-radius: 23px;
	margin:0 auto 10px;
	font-size:2.4rem;
	font-weight:bold;
	text-align: center;
}

.derma_monitor_link h3 span {
	font-size:3.6rem;
	font-weight:bold;
	padding-right:0.05em;
	line-height:46px;
	letter-spacing: 0.05em;
}

.derma_monitor_link p {
	text-align:center;
	font-size:2.5rem;
	line-height:1.5;
	font-weight:bold;
	/* 取り消し線 */
	/* text-decoration: line-through; */
}

.derma_monitor_link p + span {
	display: block;
	margin-top:0.5em;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.25;
}

.derma_fview h1 {
	margin:160px auto 0;
	position:relative;
	font-size:3.2rem;
	text-align: center;
	line-height:1.25;
	font-weight:bold;
	border-top:4px solid #AEDFDD;
	border-bottom:4px solid #AEDFDD;
	padding:40px 50px;
}

.derma_fview h1::before {
	content:"";
	display: block;
	width:586px;
	height:148px;
	background:url(../img/dermaroller/foryourskin.png) no-repeat center / contain;
	position:absolute;
	top:-192px;
	left:0;
	right:0;
	margin:0 auto;
}

/*-------------------------------
	derma event
-------------------------------*/

.derma_event {
	margin:150px auto 0;
}

.derma_event_txt {
	margin-bottom:40px;
}

.derma_event_txt p:not(:last-of-type) {
	margin-bottom:1em;
}

/*-------------------------------
	derma_concept
-------------------------------*/

.derma_concept {
	margin:150px auto 0;
	padding-bottom:150px;
}

.derma_concept .affe_img {
	width:48%;
	height:370px;
}

.derma_concept .affe_txt {
	width:45%;
	position:relative;
	padding:0 0 90px 0;
}

.derma_concept .affe_txt::before {
	content:"";
	display: block;
	width:360px;
	height:360px;
	position:absolute;
	top:0;
	left:-40px;
	background:url(../img/dermaroller/derma_logo_circle02.svg) no-repeat center / contain;
	opacity:0.06;
	z-index: -1;
	transform:rotate(-22deg);
}

.derma_concept .affe_txt h2 {
	font-size:3.6rem;
	letter-spacing: 0.2em;
	padding:0 0 0.5em 0;
	position:relative;
	margin-bottom:1em;
	color:#D1D1D1;
}

.derma_concept .affe_txt h2::after {
	content:"";
	display: block;
	width:0.75em;
	height:2px;
	background:#D1D1D1;
	position:absolute;
	left:0;
	bottom:0;
}


.derma_concept .affe_txt p:first-of-type {
	margin-bottom:1em;
	font-size:1.8rem;
	line-height:2;
}

/*-------------------------------
	derma about
-------------------------------*/

.derma_about .about_top_p,
.derma_event .about_top_p {
	font-weight:500;
	font-size:2.4rem;
	margin-bottom:1em;
}

.derma_about .about_top_p span,
.derma_event .about_top_p span {
	font-size:1.6rem;
	font-weight:500;
}

.derma_about .affe_wrap {
	margin:80px auto 0;
}

.derma_about  .affe_img {
	width:52%;
	height:385px;
	margin-top:30px;
}

.derma_about .affe_txt {
	width:48%;
	padding-left:30px;
}

.derma_about .affe_txt h2 {
	padding:25px 40px;
	margin-bottom:30px;
	font-size:2.4rem;
	font-weight:500;
	line-height:1.5;
}

.derma_about .affe_child {
	padding:0 40px;
}

.derma_about .affe_txt .ten_wrap {
	margin:20px auto 30px;
	padding:15px;
	border:1px solid #D1D1D1;
}


/*-------------------------------
	derma action
-------------------------------*/

.da_block {
	padding:60px 0 90px;
}

.da_block:not(:last-of-type) {
	margin-bottom:90px;
}

.da_img {
	width:400px;
	position:relative;
}

.da_img::before {
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-width: 0 210px 360px 210px;
	border-color: transparent transparent #F6F4EF transparent;
	z-index: -2;
	position:absolute;
}

.da_block01 .da_img::before {
	transform:rotate(-45deg);
	top:-100px;
	left:-50px;
}

.da_block02 .da_img::before {
	transform:rotate(35deg);
	top:-100px;
	left:40px;
}

.da_block03 .da_img::before {
	transform:rotate(-60deg);
	top:-130px;
	left:-40px;
}

.da_block04 .da_img::before {
	transform:rotate(-20deg);
	top:-80px;
	left:-100px;
}

.da_txt {
	width:calc(100% - 400px);
	padding:60px 40px 20px 0;
	position: relative;
}

.da_txt::before {
	content:attr(data-no);
	display: block;
	font-size:14rem;
	font-weight:500;
	letter-spacing: 0.05em;
	position:absolute;
	right:40px;
	top:-0.35em;
	color:#F6F4EF;
	z-index: -1;
	line-height:1;
}

.da_block:nth-of-type(even) .da_txt::before {
	right:0px;
}

.da_block:nth-of-type(even) {
	flex-direction: row-reverse;
}

.da_block:nth-of-type(even) .da_txt {
	padding:60px 0 20px 40px;
}

.da_txt h2 {
	font-size:2rem;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin-bottom:1.5em;
}

.da_txt h3 {
	margin-top:50px;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing: 0.05em;
}

.da_txt h3 span {
	font-size:1.6rem;
	line-height:1.25;
	display: inline-block;
	padding:0.35em 1em;
	font-weight:bold;
	background:#7DC9C5;
	color:#fff;
	margin:0.25em 0.5em 0.25em 0;
}

.da_txt small {
	margin-top:1.5em;
	font-size:1.4rem;
	display: block;
	line-height:1.5;
}


/*-------------------------------
	#derma monitor
-------------------------------*/

#derma_monitor {
	overflow:visible;
	background:#F6F4EF;
	margin-bottom:150px;
}

#derma_monitor .inner {
	position:relative;
	padding-top:120px;
	padding-bottom:120px;
}

.monitor_circle {
	width:400px;
	height:400px;
	border-radius: 50%;
	border:1px solid #ACA298;
	position:absolute;
	left:40px;
	top:-100px;
}

.monitor_circle h2 {
	font-size:2.4rem;
	font-weight:bold;
	letter-spacing: 0.05em;
	line-height:1.5;
}

.monitor_circle h2 span {
	font-size:3.6rem;
	font-weight:bold;
	letter-spacing: 0.05em;
}

.monitor_circle h2 small {
	display: block;
	margin-top:0.5em;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.25;	
}


#derma_monitor h1 {
	font-size:3.6rem;
	font-weight:bold;
	margin-bottom:100px;
	position: relative;
}

#derma_monitor h1 span {
	font-size:2.4rem;
	font-weight:bold;
	display: block;
	margin-top:1.5em;
	text-align:center;
}

#derma_monitor .affe_img {
	width:42%;
	height:290px;
	max-width:640px;
}

#derma_monitor .affe_txt {
	width:52.5%;
	max-width:640px;
}

#derma_monitor .affe_txt h3 {
	border-radius: 40px;
	padding:0.35em 1em;
	font-size:2.4rem;
	font-weight:500;
	margin-bottom:2em;
}

#derma_monitor .affe_txt h3 span {
	font-size:3.6rem;
	font-weight:bold;
	padding:0 0.1em;
}

#derma_monitor dl {
	border-top:2px solid #F7AB00;
	border-bottom:2px solid #F7AB00;
	padding:0px 30px 20px;
}

#derma_monitor dl dt {
	width:120px;
	padding:20px 0 0 0;
	font-size:1.8rem;
}

#derma_monitor dl dd {
	width:calc(100% - 120px);
	padding:20px 0 0 10px;
	font-size:2rem;
	text-align: right;
}

#derma_monitor .small_txt,
.small_txt {
	font-size:1.4rem;
}

#derma_monitor dl dd strong {
	font-size:2.4rem;
	margin-left:1em;
	padding-left:2em;
	position:relative;
}

#derma_monitor dl dd strong::before {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;	
	border-color: transparent transparent transparent #F7AB00 ;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
	transform:translateY(2px);
}

#derma_monitor dl + p.kome {
	margin-top:10px;
	margin-left:30px;
	font-size:1.4rem;
}

.monitor_ex {
	padding:30px 10%;
	background:#fff;
	margin-top:40px;
}

.monitor_ex h3 {
	position:relative;
	margin-bottom:2em;
}

.monitor_ex h3::before {
	content:"";
	display: block;
	width:100%;
	height:1px;
	background:#000000;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.monitor_ex h3 span {
	background:#fff;
	font-size:2rem;
	font-weight:bold;
	padding:0.25em 1.5em;
	display: inline-block;
	position:relative;
}

.monitor_ex .ten_list {
	margin-bottom:20px;
}

.monitor_ex02 .kome  {
	margin:20px auto 40px;
}

.monitor_btn_wrap {
	max-width:800px;
	margin:0 auto;
}

.monitor_btn_wrap .btn_orange {
	width:48%;
	max-width:344px;
}

/*-------------------------------
	dakeda block
-------------------------------*/

.takeda_block {
	max-width:800px;
	margin:0 auto 120px;
}

.takeda_img {
	width:330px;
}

.takeda_txt {
	width:calc(100% - 380px);
	padding:30px 60px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	position:relative;
}

.takeda_txt h3 {
	font-size:2.8rem;
	margin-bottom:1em;
	letter-spacing: 0.1em;
}

.takeda_txt h3 span {
	font-size:2.2rem;
	padding-left:0.5em;
	letter-spacing: 0.1em;
}

.takeda_txt h4 {
	background:#fff;
	width:136px;
	height:136px;
	border-radius: 50%;
	border:1px solid #666666;
	color:#666666;
	text-align:center;
	position:absolute;
	right:-50px;
	top:-40px;
}

/*-------------------------------
	derma menu
-------------------------------*/

.derma_menu {
	padding-top:80px;
	position:relative;
}

.derma_menu::before {
	content:"";
	display: block;
	width:38%;
	height:700px;
	background: rgb(224,146,188);
	background: linear-gradient(90deg, rgba(224,146,188,1) 0%, rgba(204,181,195,1) 100%);
	position:absolute;
	left:0;
	top:0;
	z-index: -1;
}

.course_title {
	margin-bottom:150px;
}

.course_title .course_img {
	width:42%;
}

.course_title .course_txt {
	width:50%;
	margin-top:80px;
}

.course_title .course_txt h2 {
	padding-top:170px;
	position:relative;
	font-size:2.8rem;
	font-weight:500;
}

.course_title .course_txt h2::before {
	content:attr(data-en);
	display: block;
	font-size:13.6rem;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height:1;
	color:#AB9A9B;
	opacity:0.1;
	font-family: 'Lato', sans-serif;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
}

.course_txt span.en {
	margin:40px auto;
	width:135px;
	height:135px;
	font-size:2rem;
	text-align: center;
	letter-spacing: 0.2em;
	color:#666666;
	border:1px solid #666666;
	border-radius: 50%;
}

.course_border {
	padding-bottom:1.5em;
	border-bottom:1px solid #000;
}

.course_border h4 {
	position:relative;
	margin-bottom:1em;
	text-align: center;
}

.course_border h4::before {
	content:"";
	display: block;
	width:100%;
	height:1px;
	background:#000;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.course_border h4 span {
	position:relative;
	background:#fff;
	display: inline-block;
	padding:0 1em;
	font-size:1.8rem;
	font-weight:500;
	letter-spacing: 0.05em;
}


/*-------------------------------
	menu flow	
-------------------------------*/

.menu_flow li {
	padding:30px 60px 30px 160px;
	position:relative;
	min-height:200px;
}

.menu_flow li:nth-of-type(odd) {
	background:#FFF3FC;
}

.menu_flow li::before {
	content:attr(data-no);
	display: block;
	width:68px;
	height:68px;
	line-height:62px;
	border-radius: 50%;
	border:3px solid #CC6699;
	font-family: 'Lato', sans-serif;
	font-size:2.6rem;
	text-align: center;
	position:absolute;
	left:50px;
	top:0;
	bottom:0;
	margin:auto 0;
	color:#CC6699;
	box-sizing: border-box;
}

.menu_flow li:nth-of-type(even)::before {
	color:#fff;
	background:#CC6699;
}

.menu_flow li:not(:last-of-type)::after {
	content:"";
	display: block;
	width:1px;
	height:110px;
	background:#CC6699;
	position:absolute;
	left:83px;
	bottom:-55px;
	z-index: 1;
}

.flow_img {
	width:250px;
	height:140px;
}

.menu_flow li.d_flex .flow_txt {
	width:calc(100% - 250px);
	padding-right:20px;
}

.flow_txt h3 {
	font-size:2.4rem;
	font-weight:500;
	margin:1em 0;
	color:#CC6699;
}

.flow_bottom {
	max-width:840px;
	margin:20px auto 80px;
}



/*-------------------------------
	fe detail txt
-------------------------------*/
.toku_block {
	margin-bottom:200px;
}

.fe_detail_txt h4 span {
	width:140px;
	height:50px;
	line-height:50px;
	border-radius: 27px;
	background:#7DC9C5;
	letter-spacing: 0.05em;
}

.set_content li span {
	background:#fff;
}

.set_content li span:first-of-type {
	margin-right:1.5em;
	padding-right:0.5em;
}

.set_content li span:last-of-type {
	padding-left:1em;
}

.set_content li::after {
	content:"";
	display: block;
	width:calc(100% - 2em);
	height:1px;
	background:#000;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
	z-index: -1;
}

/*-------------------------------
	.derma_menu_hair
-------------------------------*/

.derma_menu_hair::before {
	background: rgb(123,142,198);
	background: linear-gradient(90deg, rgba(123,142,198,1) 0%, rgba(110,186,232,1) 100%);
}

.derma_menu_hair .course_title .course_txt h2::before {
	width:100%;
}

.derma_menu_hair .menu_flow li:nth-of-type(odd) {
	background:#F5FBFF;
}
.derma_menu_hair .flow_txt h3 {
	color:#6699CC;
}

.derma_menu_hair .menu_flow li::before {
	color:#6699CC;
	border-color:#6699CC;
}

.derma_menu_hair .menu_flow li:nth-of-type(even)::before {
	color:#fff;
	background:#6699CC;
}

.derma_menu_hair .menu_flow li:not(:last-of-type)::after {
	background:#6699CC;
}

.derma_menu_hair .menu_flow {
	margin-bottom:80px;
}

/*-------------------------------
	set line up	
-------------------------------*/

.milky_set_wrap a,
.set_block {
	width:48%;
	max-width:560px;
	margin-bottom:100px;
}

.milky_set_wrap a:hover,
a.set_block:hover,
.single_block:hover {
	opacity:0.5;
}

.set_img {
	padding:0 13% 25px;
	position:relative;
}

.set_img::before {
	content:"";
	display: block;
	width:100%;
	height:84%;
	background:#F6F4EF;
	position:absolute;
	left:0;
	bottom:0;
	z-index: -1;
}

.milky_set_wrap .set_img {
	padding-top:40px;
}

.milky_set_block .set_img::before {
	height:55%;
	bottom:auto;
	top:0;
}

.milky_set_block .set_img::after {
	content:attr(data-en);
	font-size:7.2rem;
	font-weight:bold;
	color:#EAEAEA;
	position:absolute;
	left:0;
	top:0;
	line-height:1;
	letter-spacing: 0.025em;
	padding-left:0.1em;
}

.milky_set_wrap .set_img figcaption {
	width:120px;
	height:120px;
	border-radius: 50%;
	box-sizing: border-box;
	color:#fff;
	line-height:1.5;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	position:absolute;
	right:18px;
	bottom:10px;

}

.milky_set_wrap .set_img figcaption::after {
	content:"";
	display: block;
	width:92%;
	height:92%;
	border-radius: 50%;
	box-sizing: border-box;
	border:1px solid #fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.set_txt h3,
.single_txt h2 {
	background:#ACA298;
	padding:0.75em 1em;
	font-size:1.6rem;
	line-height:1.25;
	font-weight:500;
	color:#fff;
	margin-bottom:0.5em;
	text-align:center;
}

.single_txt h2 span {
	display: inline-block;
	padding-right:0.5em;
	font-size:1.6rem;
	font-weight:500;
	color:#fff;
}

.set_name01 p,
.set_name02 p {
	margin-left:1em;
	font-weight:500;
}

.set_name01 h2 {
	font-size:1.8rem;
	font-weight:500;
}
.set_name01 p {
	font-size:1.8rem;
}

.set_name02 h4 {
	font-size:1.6rem;
	font-weight:500;
}

.set_name02 p {
	font-size:1.6rem;
}

.milky_set_name {
	margin-bottom:1em;
}

.milky_set_name h2 {
	width:calc(100% - 180px);
	padding:0.75em 1em;
	text-align:center;
	font-size:2rem;
	font-weight:500;
}

.milky_set_name p {
	width:180px;
	font-size:1.8rem;
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding:0.5em 0em 0.5em 0.5em;
	text-align:right;
}

.milky_set_wrap .set_content {
	padding: 0 13%;
	margin-bottom:1em;
}

.milky_set_block01 .milky_set_name h2,
.milky_set_block01 .set_img::before,
.milky_set_block01 .set_img figcaption {
	background: rgb(224,146,188);
	background: linear-gradient(90deg, rgba(224,146,188,1) 0%, rgba(204,181,195,1) 100%);
}

.milky_set_block02 .milky_set_name h2,
.milky_set_block02 .set_img::before,
.milky_set_block02 .set_img figcaption {
	background: rgb(123,142,198);
	background: linear-gradient(90deg, rgba(123,142,198,1) 0%, rgba(110,186,232,1) 100%);
}

.set_block06 .set_txt {
	padding:40px 25px;
	position:relative;
	margin-top:20px;
}

.set_block06 .set_txt::before {
	content:"";
	display: block;
	width:135px;
	height:135px;
	background:#F7AB00;
	opacity:0.1;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
	border-radius: 50%;
}


/*-------------------------------
	single items
-------------------------------*/

.single_block {
	width:31%;
	max-width:360px;
	margin-bottom:80px;
}

.single_wrap.sb_cp::after {
	width:31%;
}

.single_block .price_wrap {
	padding:0.25em 0.5em;
	border:1px solid #000000;
	margin-top:0.5em;
}

.single_block .price_wrap p {
	text-align: center;
	font-size:1.8rem;
}

/*-------------------------------
	derma voice
-------------------------------*/

.voice_block:not(:last-of-type) {
	margin-bottom:120px;
}

.voice_block_top h4 {
	font-size:1.6rem;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#8C8C8D;
	letter-spacing: 0.05em;
}

.voice_block_top h2 {
	font-size:2.4rem;
	letter-spacing: 0.05em;
	line-height:1.5;
	padding-bottom:0.5em;
	border-bottom:2px solid #aedfdc;
	margin-bottom:2em;
	font-weight:700;
	letter-spacing: 0.1em;
}

.voice_img_wrap {
	width:240px;
}

.voice_img_wrap .voice_img:not(:last-of-type) {
	margin-bottom:25px;
}

.voice_img figcaption {
	font-size:1.4rem;
	font-weight:700;
	display: block;
	padding:0.75em 0.5em 0;
	letter-spacing: 0.1em;
	text-align: center;
	color:#8C8C8D;
}

.voice_txt {
	width:calc(100% - 240px);
	padding-left:40px;
}

.voice_faq dt {
	font-size:2rem;
	font-weight:700;
	line-height:1.5;
	padding-left:0.6em;
	margin-bottom:1em;
	position:relative;
}

.voice_faq dt::before {
	content:"";
	display: block;
	width:42px;
	height:34px;
	background:url(../img/dermaroller/icon_double_quotation.svg) no-repeat center / contain;
	position:absolute;
	left:0;
	top:-0.65em;
	z-index: -1;
	opacity:0.6;
}

.voice_faq dd {
	padding:1.25em;
	border-radius: 20px;
	background:#eaf6fb;
}

.voice_faq dd:not(:last-of-type ) {
	margin-bottom:3em;
}

.voice_faq dd p,
.staff_comment p {
	line-height:1.825;
}

.voice_faq dd p:not(:last-of-type),
.staff_comment p:not(:last-of-type) {
	margin-bottom:0.5em;
}

/*-------------------------------
	derma voice staff
-------------------------------*/

.staff_wrap {
	margin-top:200px;
}

.staff_inner {
	max-width:970px;
	margin:0 auto;
}

.staff_wrap h2 {
	padding-bottom: 1em;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 2em;
    letter-spacing: 0.1em;
	text-align: center;
}

.staff_wrap h2::after {
	content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #aedfdc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.staff_block {
	margin:0 auto;
    padding: 40px 30px 40px;
    border-top: 30px solid #FDF1E7;
    border-bottom: 30px solid #FDF1E7;
    border-left: 25px solid #FDF1E7;
    border-right: 25px solid #FDF1E7;
}

.staff_block02 {
	border-color:#E9F5FA;
	margin-top:40px;
}

.staff_top h3 {
	font-size:2.2rem;
	font-weight:700;
	text-align: center;
	padding-bottom:0.5em;
	border-bottom:2px solid #F08919;
	margin-bottom:1em;
	letter-spacing: 0.05em;
}

.staff_block02 .staff_top h3 {
	border-color:#3EBCDF;
}

.staff_top h3 span {
	font-size:1.4rem;
	color:#8C8C8D;
	display: inline-block;
	padding:0 0 0 1em;
}

.staff_img {
	padding:30px 0px 0;
	margin:20px auto 40px;
	overflow:hidden;
	border-radius:50%;
	width:180px;
	height:180px;
	border:1px solid #ededed;
}

.staff_comment h4 {
	font-size:1.6rem;
	color:#8C8C8D;
	font-weight:500;
	margin-bottom:0.5em;
	letter-spacing: 0.1em;
}

/*-------------------------------
	responsive
-------------------------------*/

/* --- 1920px以上 --- */

@media screen and (min-width:1920px) {

	.derma_fview .df_bg {
		height:31.25vw;
	}

} /* end 1920 - over */

/* --- 1260px 以下 --- */

@media screen and (max-width:1260px) {

	#derma_monitor .affe_img,
	#derma_monitor .affe_txt {
		width:100%;
		margin:0 auto 40px;
	}

	#derma_monitor .affe_wrap {
		flex-direction: column-reverse;
	}
	
	.monitor_circle {
		width:300px;
		height:300px;
	}

	.monitor_circle h2 {
		font-size:2rem;
	}

	.monitor_circle h2 span {
		font-size:2.4rem;
	}

	


/* --- 1060px 以下 --- */

@media screen and (max-width:1060px) {
	
	.derma_fview .df_bg {
		height:450px;
	}

	.df_txt {
		width:200px;
	}
	
	.df_txt h2 {
		font-size:2.6rem;
	}

	.derma_monitor_link {
		top:-30px;
		right:-20px;
		transform:scale(0.65);
	}
	
	.derma_monitor_link:hover {
		transform:scale(0.70);
	}

	.derma_fview h1 {
		margin:120px auto 0;
		font-size:2.4rem;
		padding:30px 40px;
	}
	
	.derma_fview h1::before {
		width:440px;
		height:111px;
		top:-144px;
	}

	.da_txt::before {
		font-size:12rem;
	}

	.takeda_img {
		width:260px;
	}

	.takeda_txt {
		width:calc(100% - 310px);
	}

	.flow_img {
		width:188px;
	}

	.milky_set_block .set_img::after {
		font-size:5.4rem;
	}

	.milky_set_name h2 {
		font-size:1.6rem;
	}

	.milky_set_wrap .set_content {
		padding:0;
	}

	.course_title .course_txt h2::before {
		font-size:12rem;
	}
	
	
	

} /* end 1060 */

} /* end 1260 */


/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px) {

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

.derma_sec {
	margin-bottom:25vw;
}

.movie_wrap iframe {
	height:50.625vw;
	max-height:none;
}

.derma_event .movie_wrap:not(:last-of-type) {
	margin-bottom:7.5vw;
}

/*-------------------------------
	derma title
-------------------------------*/

.derma_title span {
	padding:0.25em 5vw;
	font-size:4.5vw;
}

.derma_title::before {
	font-size:9vw;
}

/*-------------------------------
	f view
-------------------------------*/

.derma_fview .df_bg {
	height:120vw;
}

.df_txt {
	width:90vw;
	margin:100vw auto 0;
	padding:3.75vw 3.75vw 5vw;
	position:relative;
	background:rgba(119,193,188,0.95);

}

.derma_fview .inner {
	left:0;
	transform:translateX(0%);
	padding:0;
}


.df_txt h2 {
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	font-size:5vw;
	text-align: center;
	letter-spacing: 0.1em;
}

.df_txt h2 br {
	display: none;
}

.df_txt_logo01 {
	width:13.5vw;
}

.df_txt_logo02 {
	width:32.5vw;
	margin-left:2.5vw;
}

.derma_monitor_link {
	top:2.5vw;
	transform:scale(1);
	right:2.5vw;
	/* width:30vw; */
	width:32vw;
	height:30vw;
	padding:4.5vw 0 5vw;
	/* padding:2.5vw 0 3vw; */
}

.derma_monitor_link:hover {
	transform:scale(1.1);
}

.derma_monitor_link h3 {
	width:30vw;
	height:7.5vw;
	line-height:7.5vw;
	border-radius: 3.75vw;
	margin:0 auto 1.25vw;
	font-size:4vw;
}

.derma_monitor_link h3 span {
	font-size:5.5vw;
	line-height:6.75vw;
}

.derma_monitor_link p {
	font-size:3.5vw;
}

.derma_monitor_link p + span {
	font-size:3vw;
}


.derma_fview h1 {
	margin:32vw auto 0;
	font-size:6vw;
	border-width:1vw;
	padding:5vw 5vw;
	line-height:1.5;
}

.derma_fview h1::before {
	width:72.5vw;
	height:18vw;
	top:-22.25vw;
}

/*-------------------------------
	derma event
-------------------------------*/

.derma_event {
	margin:25vw auto 0;
}

.derma_event_txt {
	margin-bottom:10vw;
}

/*-------------------------------
	derma_concept
-------------------------------*/

.derma_concept {
	margin:25vw auto 0;
	padding-bottom:25vw;
}

.derma_concept .affe_img {
	width:100%;
	height:55.5vw;
	margin-bottom:5vw;
}

.derma_concept .affe_txt {
	width:100%;
	padding:0 0 0px 0;
	order:1;
}

.derma_concept .affe_txt::before {
	width:62.5vw;
	height:62.5vw;
	top:auto;
	left:auto;
	right:-2vw;
	bottom:10vw;
}

.derma_concept .affe_txt h2 {
	font-size:8vw;
	margin-bottom:0.5em;
}

.derma_concept .affe_txt p:first-of-type {
	font-size:4vw;
}

/*-------------------------------
	derma about
-------------------------------*/

.derma_about .about_top_p,
.derma_event .about_top_p {
	font-size:5vw;
}

.derma_about .about_top_p span,
.derma_event .about_top_p span {
	font-size:3vw;
	font-weight:500;
}

.derma_about .affe_wrap {
	margin:5vw auto 0;
}

.derma_about  .affe_img {
	width:100%;
	height:55.5vw;
	margin-top:5vw;
}

.derma_about .affe_txt {
	width:100%;
	padding-left:0px;
}

.derma_about .affe_txt h2 {
	padding:5vw 5vw;
	margin-bottom:4.5vw;
	font-size:4.5vw;
	text-align: center;
}

.derma_about .affe_child {
	padding:0;
}

.derma_about .affe_txt .ten_wrap {
	margin:5vw auto 7.5vw;
	padding:3.75vw;
}

/*-------------------------------
	derma action
-------------------------------*/

.da_block {
	padding:7.5vw 0 12.5vw;
}

.da_block:not(:last-of-type) {
	margin-bottom:20vw;
}

.da_img {
	width:100%;
}

.da_img::before {
	border-width: 0 39.375vw 67.5vw 39.375vw;
}

.da_block01 .da_img::before {
	top:-14.75vw;
	left:2.375vw;
}

.da_block02 .da_img::before {
	top:-13vw;
	left:9vw;
}

.da_block03 .da_img::before {
	top:-20.5vw;
	left:-3.5vw;
}

.da_block04 .da_img::before {
	top:-9.5vw;
	left:-20.5vw;
}

.da_txt {
	width:100%;
	padding:10vw 0px 10vw 0;
}

.da_txt::before {
	font-size:30vw;
	right:0px;
	top:-0.4em;
}

.da_block:nth-of-type(even) .da_txt::before {
	right:0px;
}

.da_block:nth-of-type(even) {
	flex-direction: row;
}

.da_block:nth-of-type(even) .da_txt {
	padding:10vw 0px 5vw 0;
}

.da_txt h2 {
	font-size:5.5vw;
	margin-bottom:0.5em;
}

.da_txt h3 {
	margin-top:5vw;
	font-size:3.5vw;
}

.da_txt h3 span {
	font-size:3.5vw;
}

.da_txt small {
	margin-top:1em;
	font-size:3.5vw;
}

/*-------------------------------
	#derma monitor
-------------------------------*/

#derma_monitor {
	margin-bottom:25vw;
}

#derma_monitor .inner {
	padding-top:50vw;
	padding-bottom:20vw;
}

.monitor_circle {
	width:60vw;
	height:60vw;
	left:0;
	right:0;
	margin:0 auto;
	top:-14.5vw;
}

.monitor_circle h2 {
	font-size:4vw;
	text-align: center;
}

.monitor_circle h2 span {
	font-size:7vw;
}

.monitor_circle h2 small {
	font-size:3.5vw;
}


#derma_monitor h1 {
	font-size:6vw;
	margin-bottom:7.5vw;
	letter-spacing: 0.05em;
}

#derma_monitor h1 span {
	font-size:5vw;
	margin-top:1em;
}

#derma_monitor .affe_img {
	width:100%;
	height:55.5vw;
	max-width:100%;
	margin-bottom:10vw;
}

#derma_monitor .affe_txt {
	width:100%;
	max-width:100%;
	margin-bottom:0;
}

#derma_monitor .affe_txt h3 {
	border-radius: 7.5vw;
	font-size:4.5vw;
	margin-bottom:1em;
}

#derma_monitor .affe_txt h3 span {
	font-size:7.25vw;
}

#derma_monitor dl {
	border-width:0.5vw;
	padding:0px 2.5vw 5vw;
}

#derma_monitor dl dt {
	width:100%;
	padding:5vw 0 0 0;
	font-size:4.5vw;
	font-weight:500;
}

#derma_monitor dl dd {
	width:100%;
	padding:2.5vw 0 0 0;
	font-size:4vw;
	text-align: left;
}

#derma_monitor dl dt:not(:first-of-type) {
	margin-top:2.5vw;
}

#derma_monitor .small_txt,
.small_txt {
	font-size:3.5vw;
}

#derma_monitor dl dd strong {
	font-size:5.25vw;
	margin-left:0.5em;
	padding-left:1.25em;
	position:relative;
}

#derma_monitor dl dd strong::before {
	border-width: 2vw 0 2vw 2.8vw;	
	transform:translateY(0.5vw);
}

#derma_monitor dl + p.kome {
	margin-top:2.5vw;
	margin-left:2.5vw;
	font-size:3.5vw;
}

.monitor_ex {
	padding:7.5vw 5vw;
	margin-top:10vw;
}

.monitor_ex h3 {
	margin-bottom:1.5em;
}

.monitor_ex h3 span {
	font-size:5vw;
}

.monitor_ex .ten_list {
	margin-bottom:3.5vw;
}

.monitor_ex02 .kome  {
	margin:3.5vw auto 7.5vw;
}

.monitor_btn_wrap {
	max-width:100%;
}

.monitor_btn_wrap .btn_orange {
	width:100%;
	max-width:100%;
}

.monitor_btn_wrap .btn_orange:not(last-of-type) {
	margin-bottom:5vw;
}

/*-------------------------------
	dakeda block
-------------------------------*/

.takeda_block {
	max-width:100%;
	margin:0 auto 20vw;
}

.takeda_img {
	width:35vw;
}

.takeda_txt {
	width:calc(100% - 37.5vw);
	padding:3vw 2.5vw;
}

.takeda_txt h3 {
	font-size:4.5vw;
	margin-bottom:0.25em;
}

.takeda_txt h3 span {
	font-size:3.5vw;
	padding-left:0.25em;
}

.takeda_txt h4 {
	width:21vw;
	height:21vw;
	right:-2.5vw;
	top:-8.5vw;
}

.takeda_txt p {
	line-height:1.5;
}

/*-------------------------------
	derma menu
-------------------------------*/

.derma_menu {
	padding-top:10vw;
}

.derma_menu::before {
	width:90%;
	height:125vw;
}

.course_title {
	margin-bottom:10vw;
}

.course_title .course_img {
	width:100%;
	position:relative;
	right:-5vw;
}

.course_title .course_txt {
	width:100%;
	margin-top:15vw;
}

.course_title .course_txt h2 {
	padding-top:25vw;
	font-size:5vw;
	letter-spacing: 0.05em;
}

.course_title .course_txt h2::before {
	width:100%;
	font-size:21.25vw;
	letter-spacing: 0.05em;
}

.course_txt span.en {
	margin:7.5vw auto;
	width:25vw;
	height:25vw;
	font-size:4vw;
}

.course_border h4 span {
	font-size:4vw;
}

/*-------------------------------
	menu flow	
-------------------------------*/

.menu_flow li {
	padding:8vw 5vw 7.5vw 5vw;
	min-height:auto;
}

.menu_flow li::before {
	width:12.75vw;
	height:12.75vw;
	line-height:11.625vw;
	font-size:5vw;
	left:5vw;
	bottom:auto;
	top:5vw;
	margin:0;
	border-width:0.5vw;
}

.menu_flow li:not(:last-of-type)::after {
	display: none;
}

.flow_img {
	width:100%;
	height:33.25vw;
	margin-top:5vw;
}

.menu_flow li.d_flex .flow_txt {
	width:100%;
	padding-right:0px;
}

.flow_txt h3 {
	font-size:5vw;
	margin:0 0 1.25em 0;
	padding-left:15.25vw;
}

.flow_bottom {
	max-width:100%;
	margin:5vw auto 10vw;
}

/*-------------------------------
	fe detail txt
-------------------------------*/
.toku_block {
	margin-bottom:30vw;
}

.fe_detail_txt h4 span {
	width:30vw;
	height:9.375vw;
	line-height:9.375vw;
	border-radius: 4.6875vw;
}

.set_content li span {
	background:#fff;
}


/*-------------------------------
	.derma_menu_hair
-------------------------------*/

.derma_menu_hair .menu_flow {
	margin-bottom:10vw;
}

/*-------------------------------
	set line up	
-------------------------------*/

.milky_set_wrap a,
.set_block {
	width:100%;
	max-width:100%;
	margin-bottom:15vw;
}

.set_img {
	padding:0 7.5vw 7.5vw;
	position:relative;
}

.milky_set_wrap .set_img {
	padding-top:7.5vw;
}

.milky_set_block .set_img::after {
	font-size:13.5vw;
	left:2.5vw;
	top:1vw;
	padding-left:0;
}

.milky_set_wrap .set_img figcaption {
	width:30vw;
	height:30vw;
	font-size:3.5vw;
	right:2.5vw;
	bottom:2.5vw;

}

.set_txt h3,
.single_txt h2 {
	font-size:4vw;
	padding:0.75em 0.5em;
}

.set_name01 p,
.set_name02 p {
	margin-left:0.5em;
}

.set_name01 h2 {
	font-size:4.5vw;
}
.set_name01 p {
	font-size:4vw;
}

.set_name02 h4 {
	font-size:4vw;
}

.set_name02 p {
	font-size:3.5vw;
}

.milky_set_name h2 {
	width:100%;
	padding:0.5em 0.5em;
	font-size:4.5vw;
}

.milky_set_name p {
	width:100%;
	padding:0.25em 0.5em;
	display: block;
	font-size:4vw;
	border-top:none;
	text-align: center;
	border-left:1px solid #B2B2B2;
}

.milky_set_wrap .set_content {
	padding: 0%;
}

.set_block06 {
	margin-bottom:0;
}

.set_block06 .set_txt {
	padding:6.5vw 7.5vw;
	position:relative;
	margin-top:3.75vw;
}

.set_block06 .set_txt::before {
	width:25vw;
	height:25vw;
}


/*-------------------------------
	single items
-------------------------------*/

.derma_singleitems {
	margin-bottom:0;
}

.single_block {
	width:48%;
	max-width:100%;
	margin-bottom:10vw;
}

.single_wrap.sb_cp::after {
	display: none;
}

.single_txt h2 {
	font-size:3.5vw;
	line-height:1.5;
}

.single_txt h2 span {
	display: block;
	padding-right:0;
	font-size:3vw;

}

.single_txt h2 + p.tex_ce {
	min-height:calc(1.75 * 2em);
}

.single_block .price_wrap p {
	font-size:4vw;
}

/*-------------------------------
	derma voice
-------------------------------*/

.voice_block:not(:last-of-type) {
	margin-bottom:20vw;
}

.voice_block_top h4 {
	font-size:3.5vw;
}

.voice_block_top h2 {
	font-size:5.5vw;
	border-width:0.5vw;
}

.voice_img_wrap {
	width:100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-bottom:7.5vw;
}

.voice_img_wrap .voice_img:not(:last-of-type) {
	margin-bottom:5vw;
}

.voice_img {
	width:48%;
	margin-bottom:5vw;
}

.voice_asahi .voice_img:nth-of-type(2) {
	width:100%;
	order:3;
}

.voice_img figcaption {
	font-size:3vw;
}

.voice_txt {
	width:100%;
	padding-left:0px;
}

.voice_faq dt {
	font-size:4.5vw;
}

.voice_faq dt::before {
	width:10.5vw;
	height:8.5vw;
}

.voice_faq dd {
	border-radius: 5vw;
}

.voice_faq dd p,
.staff_comment p {
	letter-spacing: 0.05em;
}

.voice_faq .ten_list li {
	font-size:3.5vw;
	letter-spacing: 0.05em;
}

/*-------------------------------
	derma voice staff
-------------------------------*/

.staff_wrap {
	margin-top:20vw;
}

.staff_inner {
	max-width:100%;
}

.staff_wrap h2 {
    font-size: 5.5vw;
}

.staff_wrap h2::after {
    width: 10vw;
    height: 1vw;
}

.staff_block {
    padding: 10vw 5vw 10vw;
    border-width:5vw
}

.staff_block02 {
	margin-top:10vw;
}

.staff_top h3 {
	font-size:5vw;
	border-width:0.5vw;
}

.staff_top h3 span {
	font-size:3.5vw;
	display: block;
	padding:0.5em 0 0 0;
}

.staff_img {
	padding:5vw 0px 0;
	margin:7.5vw auto 5vw;
	width:37.5vw;
	height:37.5vw;
}

.staff_comment h4 {
	font-size:3.5vw;
}

}/* end 768px */