@charset "UTF-8";
*, *:before, *:after {
	box-sizing: border-box;
}
/* ----全体設定---- */
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 15px;
	font-weight: normal;
	color: #444;
}
body #ad_concept,body #nemohamo_trialkit,
body #shampoo_treatment_lp,body #boosteroil, body #agingcarelotionmoist{
	-webkit-font-smoothing: initial;
}
body #nemohamo_trialkit{
	line-height: 1.5;
}
/* ----ヘッドライン---- */
h1, .h1 {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	margin: 20px 0;
	font-size: 22px;
	font-weight: normal;
}
h2.after-border {
	text-align: center;
	line-height: 140%;
	padding-bottom: 0;
	margin-bottom: 50px;
	position: relative;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 26px;
}
.block-recent-item--header {
	font-size: 22px;
	text-align: center;
	border-top: none;
	padding: inherit;
	text-align: center;
	line-height: 140%;
	padding-bottom: 35px;
	margin: 0 0 50px 0;
	position: relative;
	letter-spacing: 0.1em;
}
.block-recent-item--header:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2em;
	margin-left: -1em;
	height: 2px;
	background-color: #444;
}
h2 span {
	display: block;
	font-size: 13px;
	line-height: 110%;
	letter-spacing: 0;
}
h3 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: normal;
}
/* ----リンク---- */
a {
	/*text-decoration: underline;*/
	color: #444;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	/*outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	*/
}
a .img-center img:hover {
	/*opacity: 0.65;
	filter: alpha(opacity=65);
	*/
	transform: scale(1.02);
	/*画像の拡大率*/
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}
/* ----タグ---- */
img {
	max-width: 100%;
}
hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
}
*:focus {
	outline: none;
}
.price {
	color: #444;
}
/* ----スクロールバー---- */
body ::-webkit-scrollbar {
	height: 4px !important;
}
body ::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777;
}
body ::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 10px;
	box-shadow: none;
}
/* ----padding margin---- */
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}