:root {
	--color-white: #FFFFFF;
	--color-red: #914108;
	--color-basebg: #f2f2f2;
	--color-blue01: #475C85;
	--color-blue02: #5973A6;
	--color-blue03: #9CABC9;
	--color-blue04: #DEE3ED;
	--color-blue05: #F0F1F5;
	--color-black01: #000000;
	--color-linkbtn: #70C13F;
	interpolate-size: allow-keywords;
}

#clothingcare_lp {
	position: relative;
	margin: 0 auto;
	padding-bottom: 120px;
	width: 100%;
	max-width: 1200px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: left;
}
#clothingcare_lp * {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style-type: none;
	box-sizing: border-box;
}
#clothingcare_lp img {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	border: none;
	vertical-align: bottom;
}
#clothingcare_lp sup {
	font-size: 65%;
	font-weight: normal;
	vertical-align: text-top;
}

#clothingcare_lp .cclp_pc_center { text-align: center;}
#clothingcare_lp .cclp_pc {}
#clothingcare_lp .cclp_sp { display: none;}

#clothingcare_lp .cclp_txt_att {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 10px;
}

#clothingcare_lp .cclp_indent {}
#clothingcare_lp .cclp_indent p {
	text-indent: -1em;
	padding-left: 1em;
}
#clothingcare_lp .cclp_indent01 {}
#clothingcare_lp .cclp_indent01 p {
	text-indent: -1.85em;
	padding-left: 1.85em;
}
#clothingcare_lp .cclp_indent02 {}
#clothingcare_lp .cclp_indent02 p {
	text-indent: -2.4em;
	padding-left: 2.4em;
}



/*---- main ----*/
#clothingcare_lp #cclp_main {
	margin-bottom: 60px;
}
#clothingcare_lp #cclp_main .cclp_logo_p {
	margin-bottom: 20px;
	width: 160px;
}
#clothingcare_lp #cclp_main h1.cclp_h1 {
	text-align: left !important;
	font-size: 28px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}


/*---- menu ----*/
#clothingcare_lp #cclp_menu {
	margin-bottom: 90px;
}
#clothingcare_lp #cclp_menu  h2#cclp_menu_title {
	text-align: center !important;
	font-size: 36px !important;
	font-weight: bold !important;
	line-height: 60px !important;
	letter-spacing: 2px;
	margin: 0 0 40px !important;

	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}
#clothingcare_lp #cclp_menu #cclp_menu_block {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box {
	width: 100%;
	max-width: 390px;
	text-align: center;
	background-color: var(--color-basebg);
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box a {
	color: var(--color-blue01);
	text-decoration: none;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box a:hover {
	color: var(--color-blue02);
	opacity: 0.75;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box .cclp_menu_img img {
	width: 55%;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box .cclp_menu_txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box .cclp_menu_txt span {
	display: block;
	font-size: 28px;
	margin-top: 5px;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box .cclp_menu_arrow {
	margin-bottom: -22px;
}
#clothingcare_lp #cclp_menu #cclp_menu_block .cclp_menu_box .cclp_menu_arrow img {
	width: 44px;
}

#clothingcare_lp .cclp_imageill {
	max-width: 1060px;
}



/*---- midashi ----*/
#clothingcare_lp .cclp_midashi {
	margin: 110px 0 80px 0;
}
#clothingcare_lp .cclp_midashi .cclp_midashi_txt1 {
	display: inline-block;
	font-size:min(2.2vw,30px);
	font-weight: bold;
	line-height: 1;
	color: var(--color-white);
	background-color: var(--color-blue01);
	padding: 30px 40px 40px;
}
#clothingcare_lp .cclp_midashi .cclp_midashi_txt2 {
	position: relative;
	font-size:min(3vw,40px);
	font-weight: bold;
	line-height: 1.4;
	color: var(--color-blue01);
	border: solid 2px var(--color-blue01);
	background-color: var(--color-white);
	margin: -25px 0 0 30px;
	padding: 20px 50px;
	letter-spacing: 2px;
}



/*----.cclp_feature ----*/
#clothingcare_lp .cclp_feature {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#clothingcare_lp .cclp_feature#cclp_steamer,
#clothingcare_lp .cclp_feature#cclp_cleaner {
	margin-top: 100px;
}

#clothingcare_lp .cclp_feature .cclp_main h2 {
	text-align: center !important;
	font-weight: normal !important;
	font-size: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
	line-height: 1 !important;
}
#clothingcare_lp .cclp_feature .cclp_acc_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color-blue04);
	cursor: pointer;
	margin-top: 5px;
	padding: 20px 20px 20px 40px;
}
#clothingcare_lp .cclp_feature .cclp_acc_title:hover {
	opacity: 0.8;
}
#clothingcare_lp .cclp_feature .cclp_acc_title .cclp_number {
	width: 30px;
	color: var(--color-blue01);
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin-right: 20px;
}
#clothingcare_lp .cclp_feature .cclp_acc_title .cclp_txt {
	flex-grow: 1;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}
#clothingcare_lp .cclp_feature .cclp_acc_title .cclp_btn {
	width: 32px;
	height: 32px;
	background: url("../img/accordion_open.png") no-repeat center center;
	background-size: contain;
}
#clothingcare_lp .cclp_feature .cclp_acc_title.cclp_open .cclp_btn {
	background: url("../img/accordion_close.png") no-repeat center center;
	background-size: contain;
}

#clothingcare_lp .cclp_feature .cclp_acc_cont {
	display: none;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont h3.cclp_subtitle {
	text-align: center !important;
	font-size: 26px !important;
	font-weight: bold !important;
	margin: 35px 0 15px !important;

	line-height: 1.5 !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont h4.cclp_subtitle {
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 1.8 !important;
	margin: 12px 0 !important;

	text-align: inherit !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont h4.cclp_subtitle.cclp_pc_center {
	text-align: center !important;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_img {
	margin-top: 45px;
	margin-bottom: 15px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont h3.cclp_subtitle + p,
#clothingcare_lp .cclp_feature .cclp_acc_cont h4.cclp_subtitle + p {
	margin-top: -10px !important;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont p + h3.cclp_subtitle,
#clothingcare_lp .cclp_feature .cclp_acc_cont p + h4.cclp_subtitle{
	margin-top: 50px !important;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_img + p {
	margin-top: 40px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont p + .cclp_img {
	margin-top: 30px;
}

#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_logo {
	text-align: center;
	margin: 45px 0 30px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_logo img {
	max-width: 690px;
}

#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_block2clm {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 40px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_block2clm div {
	width: 100%;
	max-width: 580px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_block2clm  h4.cclp_subtitle { margin: 0 0 12px !important;}

#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_block3clm {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_block3clm div {
	width: 100%;
	max-width: 380px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_column {
	border: solid 1px var(--color-black01);
	margin-top: 45px;
	padding: 30px 40px 40px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_column img {
	padding: 0 50px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_column p {
	margin-top: 15px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_column .cclp_block2clm {
	margin-top: 10px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_column .cclp_block2clm div {
	max-width: 530px;
}

#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_close {
	text-align: center;
	margin: 50px 0 40px;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_close a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-decoration: none;
	background-color: var(--color-blue01);
	background-image: url("../img/accordion_close_w.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 32px auto;
	padding: 15px 65px 13px 40px;
	border-radius: 30px;
	transition:all .3s ease;
}
#clothingcare_lp .cclp_feature .cclp_acc_cont .cclp_close a:hover {
	opacity: 0.7;
}



/*---- cclp_hakken ----*/
#clothingcare_lp .cclp_hakken {
	padding: 40px 0 60px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_title {
	text-align: center;
	margin-bottom: 40px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_title .cclp_circle {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
	background-color: var(--color-blue01);
	border-radius: 50%;
	border: solid 10px var(--color-white);
	box-sizing: content-box;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_title h2.cclp_txt {
	color: var(--color-blue01);
	font-weight: bold;
	border-top: solid 1px var(--color-blue01);
	border-bottom: solid 1px var(--color-blue01);
	margin: -25px 0 0 0;
	padding: 25px 0;

	text-align: center !important;
	border-right: none !important;
	border-left: none !important;
	background: none !important;
	line-height: 1.5 !important;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_title h2.cclp_txt .cclp_txt1 {
	font-size: 24px !important;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_title h2.cclp_txt .cclp_txt2 {
	font-size: 30px !important;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature {}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature .cclp_block {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature .cclp_block .cclp_box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	max-width: 580px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature .cclp_block .cclp_box .cclp_img {
	width: 100%;
	max-width: 200px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature .cclp_block .cclp_box .cclp_txt {
	width: 100%;
	max-width: 360px;
	margin-top: 20px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature .cclp_block .cclp_box .cclp_txt1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_feature .cclp_block .cclp_box .cclp_txt_att {
	margin-top: 10px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_btn {
	margin-top: 20px;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_btn a {
	font-size: 22px;
	font-weight: bold;
	color: var(--color-blue01);
	text-decoration: none;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_btn a:hover {
	opacity: 0.75;
}
#clothingcare_lp .cclp_hakken .cclp_hakken_btn a::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/question.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -6px;
}
#clothingcare_lp .cclp_hakken .cclp_img + .cclp_hakken_btn {
	margin-top: 50px;
}



/*---- cclp_modal ----*/
#cclp_modal_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden auto;
	display: none;
	text-align: center;
	z-index: 1000;
}
#cclp_modal_wrap::before {
	content: "";
	height: 100%;
	display:inline-block;
	vertical-align: middle;
	
}
#clothingcare_lp .cclp_modal {
	position: relative;
	display: none;
	opacity: 0;
	vertical-align: middle;
	max-width: 1100px;
	padding: 50px 60px;
	margin: 30px auto;
	border: solid 1px #CCCCCC;
	background-color: #FFF;
	z-index: 1001;
}

#clothingcare_lp .cclp_modal .cclp_close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 26px;
	cursor: pointer;
}
#clothingcare_lp .cclp_modal .cclp_close:hover {
	opacity: 0.75;
}
#clothingcare_lp .cclp_modal .cclp_modal_cont {
	margin-bottom: 80px;
}
#clothingcare_lp .cclp_modal .cclp_modal_cont:last-child {
	margin-bottom: 0px;
}
#clothingcare_lp .cclp_modal h2.cclp_modal_title {
	text-align: center !important;
	font-size: 24px !important;
	font-weight: bold !important;
	color: var(--color-blue01);
	text-decoration: none;
	margin: 30px 0 35px !important;

	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
	line-height: 1.5 !important;
}
#clothingcare_lp .cclp_modal .cclp_modal_title::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/question.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -6px;
}
#clothingcare_lp .cclp_modal h3.cclp_subtitle {
	text-align: center !important;
	font-size: 26px !important;
	font-weight: bold !important;
	margin: 35px 0 15px !important;

	line-height: 1.5 !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}
#clothingcare_lp .cclp_modal h4.cclp_subtitle {
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 1.8 !important;
	margin: 12px 0 !important;

	text-align: inherit !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}
#clothingcare_lp .cclp_modal h4.cclp_subtitle.cclp_pc_center {
	text-align: center !important;
}
#clothingcare_lp .cclp_modal p {
	margin-top: 15px;
}
#clothingcare_lp .cclp_modal p:first-child {
/*	margin-top: 0px;*/
}
#clothingcare_lp .cclp_modal .cclp_logo {
	margin-bottom: 30px;
}
#clothingcare_lp .cclp_modal .cclp_img {
	margin: 15px 0;
}
#clothingcare_lp .cclp_modal .cclp_block2clm {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
#clothingcare_lp .cclp_modal .cclp_block2clm div {
	width: 470px;
	text-align: left;
}



/*---- cclp_attention ----*/
#clothingcare_lp .cclp_attention {
	margin: 80px 0 0;
}
#clothingcare_lp .cclp_attention .cclp_txt_att {
	margin-top: 0px;
}



/*---- margin ----*/
#clothingcare_lp .cclp_mb30 { margin-bottom: 30px;}
#clothingcare_lp .cclp_mb20 { margin-bottom: 20px;}
#clothingcare_lp .cclp_mb10 { margin-bottom: 10px;}
#clothingcare_lp .cclp_mt0 { margin-top: 0px;}


#clothingcare_lp #cclp_productslink {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
#clothingcare_lp #cclp_productslink .cclp_productslink_wrap {
	width: 100%;
	margin: 0 auto;
	height: 0px;
	transition: all .3s ease;
}
#clothingcare_lp #cclp_productslink.open .cclp_productslink_wrap {
	height: auto;
}
#clothingcare_lp #cclp_productslink p {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	padding: 20px;
	width: 90%;
	max-width: 500px;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: var(--color-blue01);
}
#clothingcare_lp #cclp_productslink .cclp_productslink_arrow {
	display: inline-block;
	width: 16px;
	height: 0;
	content: "";
	margin-left: 5px;
	border-bottom: solid 14px #FFF;
	border-top: none;
	border-right: solid 8px transparent;
	border-left: solid 8px transparent;
}
#clothingcare_lp #cclp_productslink.open .cclp_productslink_arrow {
	border-top: solid 14px #FFF;
	border-bottom: none;
	border-right: solid 8px transparent;
	border-left: solid 8px transparent;
}
#clothingcare_lp #cclp_productslink .cclp_productslink_wrap ul {
	display: flex;
	justify-content: space-between;	
	gap: 20px;
	width: 100%;
	padding: 30px 20px;
	background-color: var(--color-blue01);
}
#clothingcare_lp #cclp_productslink .cclp_productslink_wrap ul li {
	width: calc((100% - 100px)/6);
}
#clothingcare_lp #cclp_productslink .cclp_productslink_wrap ul li a {
	display: block;
	max-width: 100%;
	padding: 10px;
	background-color: #FFF;
	color: var(--color-blue01);
	text-decoration: none;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	border-radius: 4px;
}
#clothingcare_lp #cclp_productslink .cclp_productslink_wrap ul li a span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
#clothingcare_lp #cclp_productslink .cclp_productslink_wrap ul li a:hover {
	background-color: var(--color-blue04);
}