@charset "Shift_JIS";
/* CSS Document */
/* --------------------------------------------------------------------
	トップページ改修　MV　 202406〜
--------------------------------------------------------------------- */
#top_page #mv {
	text-align: center;
	background-color: #000000;
	position: relative;
}
#top_page #mv img {
	max-width: none;
	width: 100%;
}
#top_page #mv #mv_bg {
	width: 100%;
	margin: 0 auto;
}
#top_page #mv #mv_element {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: calc(384 / 750 * 100vw);
	margin-left: calc(-192 / 750 * 100vw);
	display: flex;
	justify-content: center;
	align-items: center;
}
/* --------------------------------------------------------------------
	トップページ改修　トップページ共通　 202406〜
--------------------------------------------------------------------- */
#top_page .top_section_ {
	width: 100%;
}
#top_page .top_section_inner_ {
	margin: 0 auto;
}
#top_page .top_section_title_en_ {
	font-size: 33px;
	font-family: "futura-pt";
	font-weight: 500;
	font-feature-settings : "palt";
	line-height: 1.0;
	letter-spacing: 0.01em;
	margin: 0 0 23px;
}
#top_page .top_section_title_ja_ {
	font-size: 20px;
	font-family: "Ryumin Regular KL", "serif";
	font-feature-settings : "palt";
	line-height: 1.375;
	letter-spacing: 0.1em;
	margin: 0 0 15px;
}
#top_page p + .top_section_title_ja_ {
	margin-top: 25px;
}
#top_page p + .top_section_title_ja_ rt {
	font-size: 6px;
	font-family: "dnp-shuei-gothic-kin-std", "sans-serif";
	text-align: center;
	ruby-align: center;
}
#top_page .top_section_ p,
#top_page .top_section_ ul li {
	font-family: "dnp-shuei-gothic-kin-std";
	letter-spacing: 0.05em;
}
#top_page .top_section_ p {
	font-size: 14px;
	line-height: 1.785;
	font-feature-settings : "palt";
}
#top_page .top_section_ ul.txt_note_ > li {
	font-size: 9px;
	line-height: 1.388;
	text-indent: -1em;
	padding-left: 1em;
}
#top_page .top_section_ p.txt_note_ {
	font-size: 9px;
	line-height: 1.388;
}
#top_page .top_section_ sup {
	font-size: 70%;
	vertical-align: top;
	display: inline-block;
	text-indent: 0;
}
#top_page .sec_box_line_ {
	margin: 50px 0 0;
}
#top_page h2 + .sec_box_line_ {
	margin-top: 0;
}
#top_page .sec_box_line_ .sec_box_ {
	text-align: left;
}
#top_page .sec_box_line_ .img_box_ {
	text-align: center;
	margin-bottom: 30px;
}
#top_page .sec_box_line_ .txt_box_ {
	margin: 0 18px;
}
#top_page .top_section_ .btn_box_ {
	margin: 0 18px;
}
#top_page .top_section_ .btn_box_ ul {
}
#top_page .top_section_ .btn_box_ ul li {
	margin-top: 10px;
}
#top_page .top_section_ .btn_box_ ul li:first-child {
	margin-top: 0;
}
#top_page .top_section_ .btn_box_ ul li a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #808080;
	width: 100%;
	height: 45px;
	position: relative;
	transition: all .3s;
}
#top_page .top_section_ .btn_box_ ul li a::after {
	content: "";
	position: absolute;
	right: 26px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: rotate(-45deg);
}
#top_page .top_section_ .btn_box_ ul li a:hover {
	opacity: 0.5;
}
/* --------------------------------------------------------------------
	トップページ改修　Welcome to C'BON　 202406〜
--------------------------------------------------------------------- */
#top_welcome {
	background-color: #AE9D92;
	padding: 38px 0 55px;
}
#top_welcome h2.top_section_title_en_ {
	color: #FFFFFF;
	font-size: 19px;
	text-align: center;
	margin: 0 0 38px;
}
#top_welcome h2.top_section_title_en_ img {
	margin-left: 10px;
	width: 82px;
}
#top_welcome .skin_expert_ h3.top_section_title_ja_ {
	font-size: 18px;
}
#top_welcome .skin_expert_ h3.top_section_title_ja_ strong {
	font-size: 33px;
	font-family: "futura-pt";
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 0;
	margin-left: 12px;
}
#top_welcome .skin_expert_ h3.top_section_title_ja_ sup {
	font-size: 50%;
}
#top_welcome .skin_expert_ .point3_ {
	margin-top: 12px;
	padding: 20px 28px 17px 20px;
	border: 1px solid #323232;
	box-sizing: border-box;
}
#top_welcome .skin_expert_ .point3_ h4 {
	font-size: 12px;
	font-family: "dnp-shuei-gothic-kin-std";
	text-align: center;
	margin: 0 0 10px;
}
#top_welcome .skin_expert_ .point3_ h4 strong {
	font-size: 16px;
	font-weight: normal;
}
#top_welcome .skin_expert_ .point3_ ul li {
	font-size: 12px;
	line-height: 1.58;
	font-feature-settings : "palt";
	letter-spacing: 0.05em;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 6px;
}
#top_welcome .skin_expert_ .point3_ ul li:first-child {margin-top: 0;}
#top_welcome .skin_expert_ .since_ {
	margin-top: 19px;
}
#top_welcome .skin_expert_ .since_ h4 {
	font-size: 18px;
	font-family: "futura-pt";
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}
#top_welcome .skin_expert_ .since_ p {
	font-size: 12px;
	line-height: 1.66;
}
#top_welcome .skin_expert_ ul.txt_note_ li sup {
	vertical-align: bottom;
}
#top_welcome .skin_expert_ ul.txt_note_ {
	margin-top: 12px;
}
#top_welcome .beauty_program_ .home_salon_ {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px 0 22px;
}
#top_welcome .beauty_program_ .home_salon_ .txt_ {
	text-align: center;
}
#top_welcome .beauty_program_ .home_salon_ .txt_ p {
	font-size: 8px;
	line-height: 1.43;
	letter-spacing: 0.04em;
	margin-top: 24px;
}
#top_welcome .beauty_program_ .home_salon_ .txt_ p strong {
	font-size: 15px;
	font-family: "Ryumin Regular KL", "serif";
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.741;
	display: block;
}
#top_welcome .beauty_program_ .home_salon_ .img_ {
	text-align: center;
	width: 112px;
	height: 112px;
	margin: 0 20px;
}
#top_welcome .beauty_program_ .home_salon_ .img_ img {
	max-width: none;
	width: 100%;
}
/* --------------------------------------------------------------------
	トップページ改修　SALON　 202406〜
--------------------------------------------------------------------- */
#top_salon {
	padding: 60px 0 0;
} 
#top_salon h2.top_section_title_en_ {
	text-align: center;
}
#top_salon .txt_box_ .txt_note_ {
	margin-top: 3px;
}
#top_salon .txt_box_ .salon_menu_ {
	display: flex;
	justify-content: center;
	margin: 22px 0 28px;
}
#top_salon .txt_box_ .salon_menu_ dl {
	margin-right: 5px;
	text-align: center;
}
#top_salon .txt_box_ .salon_menu_ dl.salon_menu01_ {
	/*width: 80px;*/
	width: calc(160 / 750 * 100vw);
}
#top_salon .txt_box_ .salon_menu_ dl.salon_menu02_ {
	/*width: 85px;*/
	width: calc(170 / 750 * 100vw);
}
#top_salon .txt_box_ .salon_menu_ dl.salon_menu03_ {
	/*width: 75px;*/
	width: calc(150 / 750 * 100vw);
}
#top_salon .txt_box_ .salon_menu_ dl.salon_menu04_ {
	/*width: 80px;*/
	width: calc(160 / 750 * 100vw);
	margin-right: 0;
}
#top_salon .txt_box_ .salon_menu_ dl dt img {
	max-width: none;
	width: 100%;
}
#top_salon .txt_box_ .salon_menu_ dl dd {
	font-size: 9px;
	font-family: "dnp-shuei-gothic-kin-std";
	text-align: left;
	/*letter-spacing: 0.05em;*/
	line-height: 1.111;
	margin: 6px 0 0 5px;
}
#top_salon .img_box_ {
	margin: 28px 18px 22px;
}
#top_salon .img_box_ p {
	font-size: 12px;
	text-align: left;
	line-height: 1.666;
	margin: 12px 0 0;
}
/* --------------------------------------------------------------------
	トップページ改修　PRODUCTS　 202406〜
--------------------------------------------------------------------- */
#top_products {
	padding: 57px 0 0;
}
#top_products .top_section_title_en_ {
	text-align: center;
	margin: 0 0 23px;
}
#top_products .sec_box_.img_box_ {
	margin: 23px 18px 30px;
}
/* --------------------------------------------------------------------
	トップページ改修　FIRST MEET C'BON　 202406〜
--------------------------------------------------------------------- */
#top_first_meet {
	margin-top: calc(90 / 750 * 100vw);
	padding: calc(70 / 750 * 100vw) 0 calc(54 / 750 * 100vw);
	background-color: #B09F95;
}
#top_first_meet .top_section_title_en_ {
	font-size: calc(38 / 750 * 100vw);
	text-align: center;
	margin: 0 0 calc(40 / 750 * 100vw);
}
#top_first_meet .top_section_title_en_ img {
	margin-left: calc(20 / 750 * 100vw);
	width: calc(164 / 750 * 100vw);
}
#top_first_meet .top_section_title_en_ .top_section_title_ja_ {
	font-size: calc(36 / 750 * 100vw);
	display: block;
	margin: calc(20 / 750 * 100vw) 0 0;
}
#top_first_meet h3.top_section_title_ja_ {
	text-align: center;
	margin: calc(60 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
}
#top_first_meet .key_visual_ {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#top_first_meet .key_visual_ .img_ img {
	max-width: none;
	width: 100%;
}

#top_first_meet.top_section_ .btn_box_ {
	margin-top: 30px;
}
#top_first_meet.top_section_ .btn_box_ ul li a {
	background-color: #656464;
}

#top_first_meet p {
	text-align: center;
	margin: 0 calc(36 / 750 * 100vw) calc(60 / 750 * 100vw);
}
#top_first_meet .txt_note_ {
	margin: calc(40 / 750 * 100vw) calc(36 / 750 * 100vw) 0;
}
#top_first_meet.top_section_ ul.txt_note_ > li {
	text-indent: -2.3em;
	padding-left: 2.3em;
}

/* --------------------------------------------------------------------
	トップページ改修　メインビジュアル　 202505〜
--------------------------------------------------------------------- */
#main_visual > ul > li {
	opacity: 0;
}
#main_visual ul li a {
	text-align: center;
	display: block;
}
#main_visual ul li img {
	margin: 0 auto;
}
#main_visual ul li.slick-slide {
	opacity: 1;
}
#main_visual ul.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
#main_visual ul.slick-dots li {
	margin: 0 10px;
	line-height: 1.0;
	width: 12px;
}
#main_visual ul.slick-dots li button {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #646363;
	background-color: #FFFFFF;
	box-sizing: border-box;
	cursor: pointer;
}
#main_visual ul.slick-dots li.slick-active button {
	background-color: #646363;
}
/* --------------------------------------------------------------------
	トップページ改修　RECOMMEND　 202505〜
--------------------------------------------------------------------- */
#top_list_banner {
	margin: 49px 18px 0;
}
#top_list_banner h2.top_section_title_en_ {
	font-size: 33px;
	line-height: 0.72;
	text-align: center;
	margin: 0 0 30px;
}
#top_list_banner ul.list_banner_ {
}
#top_list_banner ul.list_banner_ li {
	margin: 0 0 26px 0;
}
#top_list_banner ul.list_banner_ li a {
	color: #323232;
	text-decoration: none;
	display: block;
}
#top_list_banner ul.list_banner_ li .img_ {
	text-align: center;
	margin-bottom: 10px;
}
#top_list_banner ul.list_banner_ li .top_day_,
#top_list_banner ul.list_banner_ li .name_ {
	font-size: 12px;
	font-family: "dnp-shuei-gothic-kin-std", "sans-serif";
	line-height: 1.666;
}
#top_list_banner ul.list_banner_ li .top_day_ {
	font-weight: bold;
}