@charset "utf-8";

section .inner{
	max-width: 900px;
}

/* tab
---------------------------------------------- */
.tabWrap{
	width: 95%;
	max-width: 900px;
	margin: 120px auto 0;
}
	.tabList{
		position: relative;
	}
	.tabList::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background-color: #de8c9a;
		filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .1));
		z-index: 1;
	}
		.tablistItem{
			width: calc(319 / 900 * 100%);
			height: 80px;
		}
		.tablistItem + .tablistItem{
			margin-left: 2px;
		}
			.tabListLink{
				position: relative;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: 100%;
				background-color: #f7e2e6;
				box-sizing: border-box;
				color: #df92a0;
				font-size: 22px;
				letter-spacing: .1em;
				padding-bottom: 5px;
				text-align: center;
				transition: background-color .3s, color .3s;
			}
			.tabListLink::after{
				content: '';
				position: absolute;
				bottom: 15px;
				left: 50%;
				transform: translateX(-50%);
				width: 12px;
				height: 6px;
				background: url('../../img/whatsnew/pc/icon_arrow.svg') center/contain no-repeat;
				transition: background .3s;
			}
			.tabListLink.active,
			.tabListLink:hover{
				background-color: #de8c9a;
				color: #fff;
			}
			.tabListLink.active::after,
			.tabListLink:hover::after{
				background: url('../../img/whatsnew/pc/icon_arrow_white.svg') center/contain no-repeat;
			}

@media screen and (max-width: 768px){
	.tabWrap{
		width: 87.5%;
		margin-top: 35px;
	}
		.tabList::before{
			height: 3px;
		}
			.tablistItem{
				width: calc((100% - 1px) / 2);
				height: 40px;
			}
			.tablistItem + .tablistItem{
				margin-left: 1px;
			}
				.tabListLink{
					font-size: 11px;
					padding-bottom: 2.5px;
				}
				.tabListLink::after{
					bottom: 7px;
					width: 6px;
					height: 3px;
				}
}

/* recommendSec
---------------------------------------------- */
.recommendSec{
	padding-top: 60px;
	padding-bottom: 100px;
}
	.recommendSec .bnrImg{}
	.depilationPrice{
		max-width: 918px;
		margin-right: auto;
		margin-left: auto;
	}
		.depilationPrice img{
			margin-left: 6px;
		}
	.depilationPrice._top{
		margin-top: 70px;
	}
		.example{
			margin-top: 100px;
		}
			.exampleTtl{
				text-align: center;
			}
				.exampleTtl .txt{
					position: relative;
					font-size: 26px;
				}
				.exampleTtl .txt::before{
					content: '';
					position: absolute;
					top: -32px;
					left: -27px;
					width: 29px;
					height: 28px;
					background: url('../../img/whatsnew/pc/figure_accent.svg') center/contain no-repeat;
				}
			.exampleListWrap{
				position: relative;
				border: 6px solid #fcf3f5;
				border-radius : 0px 30px;
				margin-top: 30px;
				padding: 65px 105px;
			}
			.exampleListWrap::before{
				content: '';
				position: absolute;
				top: -128px;
				right: 0;
				width: 164px;
				height: 128px;
				background: url('../../img/whatsnew/pc/img_human.png') center/contain no-repeat;
				z-index: -1;
			}
				.exampleList{}
					.exampleListItem{
						background: url(../../img/common/pc/icon_check.svg) left 5px / 27px no-repeat;
					    font-size: 18px;
					    line-height: 1.888;
					    letter-spacing: .08em;
					    padding-left: 50px;
					    text-align: justify;
					}
					.exampleListItem + .exampleListItem{
						margin-top: 12px;
					}
						.exampleListItem .large{
							font-size: 20px;
						}

@media screen and (max-width: 768px){
	.recommendSec{
		padding-top: 25px;
		padding-bottom: 50px;
	}
		.depilationPrice{
			max-width: 289px;
		}
			.depilationPrice img{
				margin-left: 3px;
			}
		.depilationPrice._top{
			margin-top: 20px;
		}
			.example{
				margin-top: 45px;
			}
					.exampleTtl .txt{
						font-size: 16px;
						line-height: 1.4375;
					}
					.exampleTtl .txt::before{
						top: -12px;
						left: -20px;
						width: 23px;
						height: 21px;
					}
				.exampleListWrap{
					border: 3px solid #fcf3f5;
					border-radius : 0px 24px;
					margin-top: 13px;
					padding: 20px 25px;
				}
				.exampleListWrap::before{
					top: -72px;
					right: -15px;
					width: 90px;
					height: 72px;
				}
						.exampleListItem{
							background: url(../../img/common/pc/icon_check.svg) left 2px / 17.5px no-repeat;
						    padding-left: 28px;
						    line-height: 1.666;
						    font-size: 12px;
						}
							.exampleListItem .large{
								font-size: 14px;
							}
}

/* mashine
---------------------------------------------- */
.mashine{
	padding-top: 90px;
}
	.mashineLeft{
		width: 50%;
	}
		.mashineTtl{
			font-size: 42px;
			font-weight: 600;
		}
			.mashineTtl .small{
				display: block;
				font-size: 20px;
				letter-spacing: .08em;
				font-weight: normal;
				margin-bottom: 1em;
			}
		.mashineImg{
			margin-top: 55px;
		}
	.mashineRight{
		width: calc(400 / 900 * 100%);
		padding-top: 30px;
	}
		.mashineList{}
			.mashineListItem{}
			.mashineListItem + .mashineListItem{
				margin-top: 70px;
			}
				.mashineListTtl{
					position: relative;
					font-size: 22px;
					line-height: 1.6;
					letter-spacing: .1em;
					padding-left: 70px;
				}
					.mashineListTtl .num{
						position: absolute;
						top: -30px;
						left: 0;
						font-size: 40px;
						letter-spacing: 0;
						color: #de8c9a;
						transform: rotate(-10deg);
					}
					.mashineListTtl .num::after{
						content: '';
						position: absolute;
						bottom: 15px;
						right: -25px;
						width: 71px;
						height: 1px;
						background-color: #de8c9a;
						transform: rotate(-35deg);
					}
				.mashineListTxt{
					font-size: 16px;
					line-height: 1.875;
					letter-spacing: .1em;
					margin-top: 18px;
					text-align: justify;
				}

				.mashineListItem:nth-child(3) .mashineListTxt{
					width: 61.25%;
				}
				.mashineSmallImg{
					width: 130px;
				}

@media screen and (max-width: 768px){
	.mashine{
		padding-top: 45px;
	}
		.mashineLeft{
			width: 100%;
		}
			.mashineTtl{
				font-size: 22px;
			}
				.mashineTtl .small{
					font-size: 12px;
				}
			.mashineImg{
				margin-top: 30px;
			}
		.mashineRight{
			width: 100%;
			padding-top: 15px;
		}
				.mashineListItem + .mashineListItem{
					margin-top: 35px;
				}
					.mashineListTtl{
						font-size: 14px;
						padding-left: 40px;
					}
						.mashineListTtl .num{
							top: -15px;
							font-size: 20px;
						}
						.mashineListTtl .num::after{
							bottom: 8px;
							right: -13px;
							width: 35px;
						}
					.mashineListTxt{
						font-size: 12px;
						margin-top: 10px;
					}

					.mashineListItem:nth-child(3) .mashineListTxt{
						width: 70%;
					}
					.mashineSmallImg{
						width: 75px;
						margin-top: 15px;
					}
}

/* reco_price
---------------------------------------------- */
.reco_price{
	padding-top: 140px;
}
	.reco_priceTtl{
		font-size: 30px;
	}
	.reco_price .depilationPrice{
		margin-top: 30px;
	}
		.reco_price .btn a{
			position: relative;
			height: 60px;
			letter-spacing: .1em;
			color: #fff;
		}
		.reco_price .btn a::after{
			content: '';
			position: absolute;
			display: inline-block;
			top: 50%;
			right: 36px;
			width: 5px;
			height: 5px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: rotate(45deg) translateY(-50%);
		}

	.priceBtn{
		max-width: 380px;
		margin-top: 90px;
	}
		.priceBtn a{
			background-color: #6e5a50;
		}
	.priceBtnWrap{
		margin-top: 40px;
	}
		.priceBtnWrap .btn{
			width: 100%;
			max-width: 280px;
			margin: 0;
		}
		.priceBtnWrap .btn + .btn{
			margin-left: 20px;
		}
			.priceBtnWrap .btn a{
				background-color: #de8c9a;
			}

@media screen and (max-width: 768px){
	.reco_price{
		padding-top: 70px;
	}
		.reco_priceTtl{
			font-size: 16px;
		}
		.reco_price .depilationPrice{
			margin-top: 15px;
		}
		.reco_price .btn a{
			height: 50px;
			font-size: 12px;
		}
		.priceBtn{
			max-width: 240px;
			margin-top: 45px;
		}
		.priceBtnWrap{
			margin-top: 40px;
		}
			.priceBtnWrap .btn{
				width: 100%;
				max-width: 240px;
			}
			.priceBtnWrap .btn + .btn{
				margin-top: 10px;
				margin-left: 0;
			}
				.reco_price .btn a::after{
					right: 20px;
				}
}

/* trialSec
---------------------------------------------- */
.trialSec{
	padding-top: 120px;
	padding-bottom: 120px;
}
	.trialTtl{
		text-align: center;
	}
		.trialTtl .txt{
			position: relative;
			font-size: 40px;
		}
		.trialTtl .txt::before{
			content: '';
			position: absolute;
			top: -60px;
			left: -150px;
			width: 238px;
			height: 76px;
			background: url('../../img/whatsnew/pc/txt_balloon_trial.svg') center/contain no-repeat;
		}
	.trialWrap.inner{
		max-width: 780px;
		margin-top: 40px;
	}
		.trialImg{
			position: relative;
			width: calc((100% - 60px) / 2);
		}
		.trialImg::before{
			content: '';
			position: absolute;
			top: -20px;
			left: -20px;
			width: 90px;
			height: 90px;
			z-index: 1;
		}
		.trialImg._i2pl::before{
			background: url('../../img/whatsnew/pc/txt_trial01.svg') center/contain no-repeat;
		}
		.trialImg._peeling::before{
			background: url('../../img/whatsnew/pc/txt_trial02.svg') center/contain no-repeat;
		}
			.trialCap{
				font-size: 12px;
				margin-top: 1em;
				text-align: right;
			}
	.trialBtn{
		max-width: 380px;
		margin-top: 50px;
	}
		.trialBtn a{
			position: relative;
			height: 60px;
			letter-spacing: .1em;
			background-color: #de8c9a;
			color: #fff;
		}
		.trialBtn a::after{
			content: '';
			position: absolute;
			display: inline-block;
			top: 50%;
			right: 36px;
			width: 5px;
			height: 5px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: rotate(45deg) translateY(-50%);
		}

@media screen and (max-width: 768px){
	.trialSec{
		padding-top: 60px;
		padding-bottom: 60px;
	}
			.trialTtl .txt{
				font-size: 20px;
			}
			.trialTtl .txt::before{
				top: -43px;
				left: -60px;
				width: 143px;
				height: 46px;
			}
		.trialWrap.inner{
			margin-top: 20px;
		}
			.trialImg{
				width: 100%;
				max-width: 240px;
				margin-right: auto;
				margin-left: auto;
			}
			.trialImg + .trialImg{
				margin-top: 20px;
			}
			.trialImg::before{
				top: -10px;
				left: -10px;
				width: 45px;
				height: 45px;
			}
				.trialCap{
					font-size: 10px;
					text-align: left;
				}
		.trialBtn{
			max-width: 240px;
			margin-top: 25px;
		}
			.trialBtn a{
				height: 50px;
				font-size: 12px;
			}
			.trialBtn a::after{
				right: 20px;
			}
}