@charset "utf-8";


/* 資生堂フォント */
@font-face {
	font-family: Shiseido Neue;
	src: url(./font/ShiseidoNeue-Regular-Btr2ySZU.otf);
	font-display: swap;
}



body {
	overflow-x: hidden;
}

#hp-contents *,
#hp-contents *::before,
#hp-contents *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#hp-contents img {
	vertical-align: top;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

#hp-contents {
	position: relative;
	min-width: 1400px;
	text-align: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;

	/* フォント */
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック体', yugothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', sans-serif;

	/* 文字サイズ自動調整をOFFに */
	text-size-adjust: 100%;	

	/* 基本の文字色 */
	color: #2d2d2d;
}

#hp-title {
	font-size: 24.45px;
	font-weight: bold;
	letter-spacing: 0.025em;

	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.hp-line {
	width: 100%;
	height: 2px;
	background-color: #e5e5e4;
}
.hp-limitWidth {
	width: 960px;
	margin: auto;
	display: inline-block;
}


#hp-contents .linelabel {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 36px;
	line-height: 57px;
}
#hp-contents .linelabel::before {
    content: "";
    height: 1px;
    flex-grow: 1;
	background-color: #2d2d2d;
	margin-right: 2em;
}
#hp-contents .linelabel::after {
    content: "";
    height: 1px;
    flex-grow: 1;
	background-color: #2d2d2d;
	margin-left: 2em;
}


#qr_popup {
	position: fixed;
	bottom: 90px;
	right: 40px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0, 0.3);

	z-index: 1000;

	padding: 6px;	  
}
#qr_popup > #qr_popup_frm {
	border: solid 2px #c80421;
	border-radius: 20px;

	display: inline-flex;
	align-items: center;
	flex-direction: column;

	padding: 10px 10px 20px 10px;	  
}
#qr_popup > #qr_popup_frm > #qr_txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #c80421;
}
#qr_popup > #qr_popup_frm > #qr_img {
}



#pane_kv {
	position: relative;
	z-index: 1;
}
#pane_kv > #kv_content {
	position: relative;
	display: inline-block;
}
#pane_kv > #kv_content > #kv_img {
	transform: translateX(-220px);
}


#pane_intro {
	margin-top: 90px;
	position: relative;
	z-index: 0;
}
#pane_intro > #intro_content {
	position: relative;
	display: inline-block;
}
#pane_intro > #intro_content > #intro_update {
	position: relative;
	width: 960px;
	padding: 50px;
	border: solid 1px #c80421;
	border-radius: 30px;

	font-size: 22px;
	line-height: 40px;
}
#pane_intro > #intro_content > #intro_update > #intro_update_label {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 60px;
	background-color: #fff;

	/* 資生堂フォント */
	font-family: Shiseido Neue, sans-serif;
	font-size: 36px;
	color: #c80421;
}

#pane_intro .red {
	color: #c80421;
}

#pane_intro > #intro_content > #intro_info {
	margin: 70px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
#pane_intro > #intro_content > #intro_info > #intro_text {
	padding-left: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
}
#pane_intro > #intro_content > #intro_info > #intro_text > #intro_text_copy {
	font-size: 32px;
	color: #000;
}
#pane_intro > #intro_content > #intro_info > #intro_text > #intro_text_text {
	font-size: 22px;
	color: #000;
}
#pane_intro > #intro_content > #intro_info > #intro_img {
}





#pane_howto {
	padding-top: 107px;
	position: relative;
}
#pane_howto #howto_bg {
	background-color: #f4f4f4;
	width: 1400px;
	height: 894px;
	position: absolute;
	top: -114px;
	left: -220px;
	z-index: 0;
}
#pane_howto > #howto_content {
	position: relative;
	z-index: 2;
}
#pane_howto > #howto_content > #howto_slide {
	margin-top: 44px;
	position: relative;
	width: 960px;
	user-select: none;
}
#pane_howto > #howto_content > #howto_slide > #itemsLayer {
	position: relative;
	overflow-x: hidden;
	white-space: nowrap;
}
#pane_howto > #howto_content > #howto_slide > #itemsLayer > .item {
	margin: 0 28px;
	position: relative;
	width: 274px;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
}
#pane_howto > #howto_content > #howto_slide > #itemsLayer > .item > #step {
	margin-top: 48px;
	display: inline-block;
	width: 172px;
	height: 32px;
	border-radius: 16px;
	background-color: #c80421;

	/* 資生堂フォント */
	font-family: Shiseido Neue, sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}
#pane_howto > #howto_content > #howto_slide > #itemsLayer > .item > #text {
	margin-top: 24px;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #2d2d2d;
}
#pane_howto > #howto_content > #howto_slide > #indicator {
	margin-top: 40px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
#pane_howto > #howto_content > #howto_slide > #indicator > .mark {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #727271;
	cursor: pointer;
}
#pane_howto > #howto_content > #howto_slide > #indicator > .mark.active {
	background-color: #c80421;
}
#pane_howto > #howto_content > #howto_slide > #btnL {
	position: absolute;
	top: 182px;
	left: -50px;
	cursor: pointer;
	padding: 10px;
}
#pane_howto > #howto_content > #howto_slide > #btnR {
	position: absolute;
	top: 182px;
	right: -50px;
	cursor: pointer;
	padding: 10px;
}
#pane_howto > #howto_content > #howto_env {
	margin-top: 50px;
	position: relative;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -0.05em;
}



#pane_prod {
	margin-top: 130px;
	position: relative;
}
#pane_prod > #prod_content {
	position: relative;
	display: inline-block;
}
#pane_prod > #prod_content > .prod_item {
	margin-top: 100px;
	position: relative;
	width: 304px;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
}
#pane_prod > #prod_content > .prod_item > .prod_label {
	width: 220px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	border: solid 1px #2d2d2d;
}
#pane_prod > #prod_content > .prod_item > img {
	margin-top: 30px;
}



#pane_voice {
	margin-top: 220px;
	position: relative;
}
#pane_voice > #voice_content {
	position: relative;
	display: inline-block;
}
#pane_voice > #voice_content::before {
	content: url("./img_pc/bg_slope.svg");
	position: absolute;
	top: -360px;
	left: -220px;
}
#pane_voice > #voice_content > .voice_item {
	position: relative;
	width: 814px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
#pane_voice > #voice_content > .voice_item::after {
	content: url("./img_pc/dotline.svg");
	position: absolute;
	bottom: -10px;
	left: 307px;

}
#pane_voice > #voice_content > .voice_item > .voice_txt {
	position: relative;
	width: 463px;
	font-size: 24px;
	line-height: 43.4px;
}
#pane_voice > #voice_content > .voice_item > .voice_txt::before {
	content: "“";
	font-size: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #c80421;
	position: absolute;
	top: 0;
	left: 0;
}
#pane_voice > #voice_content > .voice_item > .voice_txt::after {
	content: "”";
	font-size: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #c80421;
	position: absolute;
	bottom: -20px;
	right: 0;
}


#pane_sns {
	margin-top: 107px;
	position: relative;
	margin-bottom: 220px;

}
#pane_sns > #sns_content {
	position: relative;
	display: inline-block;
}
#pane_sns > #sns_content > #sns_txt {
	margin-top: 70px;
	font-size: 18px;
	line-height: 36px;
}
#pane_sns > #sns_content > #sns_link {
	margin-top: 40px;
	font-size: 18px;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#pane_sns > #sns_content > #sns_link::before {
	content: url("./img_pc/icon_x.svg");
	margin-right: 1em;
}


#pane_campaign {
	position: relative;
	margin-bottom: 200px;
}
#pane_campaign > #campaign_content {
	position: relative;
	display: inline-block;
}
#pane_campaign > #campaign_content > #campaign_banners {
	margin-top: 60px;

	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}


