@charset "utf-8";

.pc_cont { display: block !important;}
.sp_cont { display: none !important;}
.bold { font-weight: bold !important;}
.normal { font-weight: normal !important;}

.table_layout01 {
	border-collapse: collapse;
}
.table_layout01 td, .table_layout01 th {
  border: 1px solid #555 !important;
}

.fs-l-pageMain h1 {
  font-weight: bold;
}
.sp-ttl-sub1 {
  font-weight: 400;
}

@media screen and (max-width:768px) {
    .pc_cont { display: none !important;}
	.sp_cont { display: block !important;}
	
	.table_layout01 th, 
	.table_layout01 td {
		font-size: 13px;
		text-align: left;
		padding: 6px;
		line-height: 1.5;
	}
}


/*----------------------
独自コメント-カテゴリ説明
------------------------*/
.fs-l-pageMain .new_cate_mainTtl01 {
	padding: 0;
}
.fs-l-pageMain .new_cate_mainTtl01:before {
	display: none;
}
.fs-l-pageMain picture.new_cate_mainTtl01 {
	margin: 1rem 0;
	display: block;
}
.new_cate_leadtext_mt0,
.new_cate_leadtext {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	margin: 4rem 0;
}
.new_cate_leadtext_mt0 {
	margin: 0 0 2rem 0;
}
.new_cate_block01 .pct_box {
	padding: 0;
}
.new_cate_block01 .h_lead_txt {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

/* 2clmn */
.new_cate_block01.two_clmn {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 6% 10px;
}
.new_cate_block01.two_clmn .ttl_img {
  flex: 0 0 40%;
  max-width: 128px;
}
.new_cate_block01.two_clmn .ttl_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.new_cate_block01.two_clmn h1 {
	font-size: 2.2rem;
	font-weight: 600;
	font-style: normal;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1rem 0;
	border-bottom: 2px solid #a5d8cf;
}
.new_cate_block01.two_clmn .new_cate_leadtext {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

@media screen and (max-width:768px) {
	.new_cate_leadtext_mt0,
	.new_cate_leadtext {
		text-align: left;
		padding: 0 4%;
		font-size: 14px;
		margin: 3rem 0;
	}
	.new_cate_leadtext.mgn2 {
		margin: 2rem 0;		
	}
    .new_cate_block01 .h_lead_txt {
	    font-size: 1.3em !important;
		margin-top: 2rem !important;
    }
	
/* 2clmn */
  .new_cate_block01.two_clmn {
    display: block;
    padding: 0 2rem;
  }
  .new_cate_block01.two_clmn .ttl_img {
    max-width: 90px;
    margin: 1.5rem auto;
	display: block;
  }
  .new_cate_block01.two_clmn h1 {
    font-size: 2rem;
	text-align: center;
  }
  .new_cate_block01.two_clmn .new_cate_leadtext {
	padding: 0;
  }
}
/*----------------------
独自コメント-サイズ
------------------------*/
.tab-item .tab_ttl01 {
  padding: 8px 20px;
  background: #eff2f1;
  margin: 2rem 0;
  font-size: 1.2rem;
}

.order_btn01 a {
  display: block;
  text-decoration: none;
  color: #3c3c3c;
  font-size: 1.0em;
  line-height: 1.5;
  border: 1px solid #666;
  padding: 0.6em 1em;
  background: #FFF;
  margin: 2rem auto;
  max-width: 400px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  transition: .3s;
}
.order_btn01 a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  transform: rotate(45deg);
}
#cm-ctgly-cu .order_btn01 a:hover,
.order_btn01 a:hover {
  background: #3c3c3c;
  color: #FFF;
}
.order_btn01 a:hover:before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


@media screen and (max-width:768px) {
	.cm-ctgry-rug-size-box_r, .cm-ctgry-rug-size-box_l {
		width: 100%;
	}
	.cm-ctgry-rug-size {
		display: block;
	}
}


/*----------------------
独自コメント-商品ランキング
------------------------*/
.fs-l-pageMain .new_cate_hTtl01,
.fs-l-pageMain #cm-ctgly-cu .new_cate_hTtl01 {
    font-size: 16px;
	margin: 6rem 0 3rem 0;
    padding: 4rem 0 1rem 0;
    border-top: 1px solid #999;
    text-align: center;
    line-height: 1.6;
}

.cate_ranking_wrap .cm-ranking-box5 {
	position: relative;
	z-index: 0;
}
.cate_ranking_wrap {
	padding: 0 30px;
}
.cate_ranking_wrap.slick-dotted.slick-slider {
	margin-bottom: 6rem;
}
.cate_ranking_wrap .slick-dots {
	width: 95%;
}
.cate_rank_ttl {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin: 5px 0;
    padding: 0 5px;
    font-weight: normal;
    line-height: 1.6;
}


.rank_num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: #606060;
    color: #FFF;
    text-align: center;
    line-height: 24px;
}
.r_num01 {
	background: #a49660
}
.r_num02 {
	background: #959595;
}
.r_num03 {
	background: #bf835e;
}
@media screen and (max-width:800px) {
	.function_color_wrap {
		margin-bottom: 4rem;
	}
    .fs-l-pageMain .new_cate_hTtl01,
	.fs-l-pageMain #cm-ctgly-cu .new_cate_hTtl01 {
        font-size: 16px;
		padding: 3rem 0 1rem 0;
		margin: 3rem 0 2rem 0;
    }
	.cm-ctgry-rug-size-box_r, .cm-ctgry-rug-size-box_l {
		width: 100%;
	}
	.cm-ctgry-rug-size {
		display: block;
		}
		.cate_ranking_wrap.slick-dotted.slick-slider {
			margin: 0 0 6rem 0;
		}
		.cate_ranking_wrap .slick-dots {
			width: 100%;
		}
}

/*----------------------
独自コメント-カテゴリリンク（上部）
------------------------*/
.cm-bg-u02 {
	border-top: 1px solid #eee;
	padding: 3rem 0;
	text-align: center;
}
@media screen and (max-width:768px) {
	.cm-bg-u02 {
		padding: 2rem 0;
	}
}


/*----------------------
独自コメント-商品の役割
------------------------*/
.cate_toggle_wrap {
	width: 96%;
	margin: 4rem auto;
}

.cm-ctgry-rug-exp.cate_role_wrap {
	border-bottom: none;
	/*margin: 2rem 0;*/
}
.cm-ctgry-rug-exp.new_cate_role li {
	margin-bottom: .4em;
}
.cate_role_wrap .cate_role_hTit01 {
	margin-top: 3rem;
}
.cate_role_wrap .cate_role_hTit01:first-child {
	margin-top: 2rem;
}
.cate_role_wrap figure {
	margin: 0;
	text-align: center;
}
.toggle_contents .cate_role_wrap ul {
    margin: 0px;
	padding: 2rem;
}

.cate_role_wrap .cm-fbox-wrap {
	margin: 2rem 0;
}

@media screen and (max-width:768px) {
    .cate_ranking_wrap {
        padding: 0;
    }
    .toggle_contents .cate_role_wrap ul {
        padding: 1rem;
    }
	
}


/*----------------------
独自コメント-商品の使い方
------------------------*/
.cm-ctgry-rug-exp h4 {
  text-align: center;
}
.cate_use_wrap {
	margin: 2rem 0;
	border-bottom: none;
}

.num_list01 li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:768px) {
	.cm-fbox-sp2pc4-m-l {
	  flex-basis: 100%;
	}
}

/*---------アコーディオン：タイトル-------------*/
.cate_acdTtl {
    font-size: 1.8rem;
    padding: 1.6rem 5rem 1.6rem 1.4rem;
	line-height: 1.5;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 600;
    border: 1px solid #ccc;
    background: #fff;
}
.cate_acdTtl span:before, .cate_acdTtl span:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #6cc4bc;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.cate_acdTtl span:after {
    background: #6cc4bc;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
	
@media screen and (max-width:768px) {
	.cate_acdTtl {
		font-size: 1.6rem;
	}
}

/*----------------------
独自コメント-ブランド説明
------------------------*/
.intro_inner {
	padding: 0 5%;
}
.intro_wrap {
	
}
.intro_ttl01 {
	font-size: 1.8rem;
	margin-bottom: 1.6rem;
}
.flex_c {
	align-items: center;
	-webkit-align-items: center;
}
.f_serif {
	font-family: serif;
}
.intro_box {
	width: 100%;
	margin: 3rem 0;
}
.intro_box > figure {
	margin: 0;
	padding: 0;
	text-align: center;
}
.first_c > figure img {
	width: 150px;
}

.second_c > figure img {
	width: 200px;	
}

.intro_text {
	width: calc(100% - 200px);
	padding-left: 6%;
}
.second_c.intro_box {
    padding-top: 3rem;
    border-top: 1px solid #EDEDED;
}

@media screen and (max-width:768px) {
	.intro_box {
		margin: 2rem 0;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.intro_inner {
		padding: 0 3%;
	}
	
    .first_c > figure img {
        width: 100px;
    }
    .second_c > figure img {
        width: 180px;	
    }
	
    .first_c .intro_text {
        width: calc(100% - 100px);
        padding-left: 6%;
    }
	
	.second_c {
		display: block;
	}
	.second_c .intro_text {
		width: 100%;
		margin: 2rem 0 0 0;
		padding: 0;
	}
	.second_c.intro_box {
		padding-top: 2rem;
	}	
}

/*----------------------
独自コメント-よくある質問
------------------------*/
.cate_faq_wrap.faq_accordion_box {
  margin: 0 2%;
}
.faq_acd_btn02 {
  padding: 18px 8% 18px 20px;
  font-size: 18px;
  position: relative;
  text-align: left;
  background: #fff;
  font-weight: bold;
	border-bottom: 1px solid #999;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.faq_textbox {
	padding: 10px 2%;
	line-height: 1.8;
}
.faq_acd_btn02:before {
    content: "Q";
    font-size: 2.4rem;
    font-family: "Helvetica Neue", Arial;
    margin-right: 10px;
    color: #6cc4bc;
    position: relative;
}
.faq_acd_btn02.open_btn.open:after,
.faq_acd_btn02:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	display: block;
	margin-top: -12px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #6cc4bc;
	border-right: 2px solid #6cc4bc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.faq_acd_btn02.open_btn:after,
.faq_acd_btn02.open:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	display: block;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #6cc4bc;
	border-right: 2px solid #6cc4bc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.faq_accordion_box .tab_ttl01 {
  padding: 8px 20px;
  background: #EFEFEF;
  margin: 4rem 0 .5rem;
  font-size: 1.6rem;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.faq_acd_btn02 {
	  	font-size: 1.5rem;
	}
	.faq_acd_btn02:before {
    	font-size: 2rem;
	}
	.faq_accordion_box .tab_ttl01.first_faq_ttl01 {
		margin: 2rem 0 .5rem;	
	}
}


/*---------------------------
独自コメント-各種ブランドから選ぶ
-----------------------------*/
.cate_bnr_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: 96%;
	margin: 0 auto;
}
.cate_bnr_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width:768px) {
	.cate_bnr_wrap {
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
	}
}

/*------------------------------
独自コメント-スミノエブランドについて
-------------------------------*/
.flex_c,
.cate_about_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
}
.cate_about_textbox {
	background: #f7f7f7;
	padding: 3%;
	width: 55%;
}
.cate_about_img {
	width: 45%;
	margin: 0;
	overflow: hidden;
}
.cate_about_img img {
	display: block;
	height: 100%;
}
.cate_about_ttl {
	margin-bottom: 1.6rem;
	line-height: 1.5;
	font-size: 15px;
}

@media screen and (max-width: 819px) {
	.cate_about_wrap {
		margin-bottom: 3rem;
	}
  .cate_about_textbox {
      width: 100%;
	  padding: 4% 6%;
  }
  .cate_about_img {
      width: 100%;
  }
}


/*----------------------
独自コメント-特集
------------------------*/
.cate_feature_wrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	width: 96%;
	margin: 0 auto;	
}
.cate_feature_ttl {
		font-size: 15px;
	}
.cate_feature_icon {
    border-left: 4px solid #6cc4bc;
    color: #6cc4bc;
    padding: 0 0 0 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 1rem 0 1.5rem 0;
    display: inline-block;
	line-height: 1;	
	font-size: 13px;
}
.cate_feature_img figure {
	margin: 0 0 1rem 0;
	padding: 0;
}
.cate_feature_img img {
	width: 100%;
	display: block;
}


@media screen and (max-width:768px) {
	.cate_feature_wrap {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 0;
	}
    .cate_feature_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-webkit-flex-wrap: wrap;
		width: 98%;
		margin: 0 auto;
		border-bottom: 1px solid #dbdbdb;
		padding: 1.4rem 0;
    }
	.cate_feature_box:first-child {
		padding: 0 0 1.4rem 0;		
	}
	.cate_feature_box:last-child {
		border-bottom: none;		
	}
	.cate_feature_icon {
    	margin: 0 0 1.5rem 0;		
	}
	.cate_feature_img {
		width: 40%;
		padding-right: 4%;
		margin: 0;
	}
	.cate_feature_img figure {
		margin: 0;
	}
	.cate_feature_txtbox {
		width: 60%;
	}
	
}



/*----------------------
　共通：アコーディオン
------------------------*/
.toggle_contents {
	margin: 1.5rem 0 0 0;
}

.faq_acd_btn02{
	cursor: pointer;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #6cc4bc;
	position: absolute;
	width: 20px;
	height: 3px;
	top: 50%;
	left: 50%;
}

.toggle_btn:before {
	width: 3px;
	height: 20px;
}
.toggle_title.selected .toggle_btn:after {
	transform: translateY(-50%);
	transition: 0.5s;
}

.faq_on .accordion_head.selected:after,
.accordion_head:after {
	transform: translateY(0%) rotate(135deg);
	transition: 0.5s;
}
.faq_on .accordion_head:after,
.accordion_head.selected:after {
	transform: translateY(50%) rotate(-45deg);
	transition: 0.5s;
}

.toggle_contents .cate_role_wrap,
.toggle_contents .cate_faq_wrap {
	display: none;
}

.faq_accordion_box .faq_textbox {
    display: none;
}

.faq_accordion_box .faq_on .faq_textbox {
   display: block;
}



/*
.faq_accordion_box :nth-child(-n+5) .faq_textbox {
	display: block;
}*/


/*----------------------
　共通：スライダー
------------------------*/
.ranking_slider .slick-prev::before {
  content: '←';
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(https://curpetmarche.itembox.design/item/cm-arrow-left.svg);
}

.ranking_slider .slick-next::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(https://curpetmarche.itembox.design/item/cm-arrow-right.svg);
  background-size: contain;
  vertical-align: middle;
}

.ranking_slider .slick-dots li button:before {
	font-size: 10px;
}

.ranking_slider .slick-prev { left: 0;}
.ranking_slider .slick-next { right: 12px;}
.ranking_slider .slick-slide img { width: 100%;}


@media screen and (max-width: 480px) {
	#ranking.new_cate_hTtl01 { margin-bottom: 0;}
	.ranking_slider .cm-ranking-box5 { margin: 0 4px;}
	.cate_ranking_wrap .cm-ranking-box5 { padding-top: 1.5rem;}
	#fs_ProductCategory .cm-ranking-ctgry .rank_num { top: 2px;}	
}
	
	
/*----------------------
独自コメント-タグ
------------------------*/
.new_cate_key {
	max-width: 600px;
	margin: 2rem auto;	
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.new_cate_key.w800 {
	max-width: 800px;
}

.new_cate_key li {
	margin: .6rem;	
}
.new_cate_key a {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 1rem;
	display: inline-block;
}
	
@media screen and (max-width:768px) {
	.new_cate_key {
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
    .new_cate_key a {
       font-size: 0.9em;
    }
}		
		
/*----------------------
独自コメント-リンク
------------------------*/
.radius { 
	border-radius: 4px;
}
.thumb_size01 {
	width: 80px;
}
.thumb_size02 {
	width: 90px;
		}
		
/* 種類-レイアウト */
.container_06 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px 16px;
}

.container_06.w_04 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 16px;
	padding: 0 10%;
}

.container_06.w_04 .thumb_size01 {
	width: 100px;
}

.container_07 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 20px 24px;
}
.container_color {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-gap: 10px;
}

.f-item a {
	display: block;
}
.f-item p,
.f-item {
  text-align: center !important;
}
.f-item p {
	margin: .4rem 0;
	font-size: 13px;
}
	
/* 種類-タイトル */
.function_ttl {
    font-size: 16px;
    margin: 6rem 0 3rem 0;
    padding: 4rem 0 1rem 0;
    border-top: 1px solid #999;
    text-align: center;
}

/* 機能・サイズ */
.tab-container {
  border-top: 1px solid #999;
  padding: 4rem 0 0;
}

/* 他項目 */
	.function_color_wrap {
		margin-bottom: 6rem;
	}	
	.function_inner {
		padding: 0 2%;
	}
	
	
/* タブ  */	
.tab-container {
  margin: 0 auto;
}

.tab-buttons {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.tab-button {
	font-size: 15px;
  padding: 8px 20px;
  background-color: #4d4d4d;
  color: #fff;
  border: 2px solid #4d4d4d;
  cursor: pointer;
  transition: background-color 0.3s;
	width: 44%;
	max-width: 200px;
	text-align: center;
	margin: 0 5px;
	position: relative;
}

.tab-button.active {
  background-color: #fff;
  color: #4d4d4d;
  font-weight: bold;
}

.tab-button.active:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -12px;
  border: 10px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
}

.tab-button.active:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 9px solid #4d4d4d;
  z-index: 1;
}	

.tab-content {
  position: relative;
}

.tab-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2%;
  visibility: hidden;
  display: none;
}

.tab-item.display_on {
  display: block;
  visibility: inherit;
}

.tab-item.active {
  visibility: visible;
  display: block;
  animation: fade-in 1s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 色  */
.thumb_color { 
	width: 48px;
	height: 48px;
	display: block;
	border: none;
	border-radius: 4px;
	transition: .3s;
}
.thumb_color:hover {
	opacity: .8;
}

.color_01 { background-color: #FAFAF8; border: 1px solid #aaa !important;}
.color_02 { background-color: #D8CBB6;}
.color_03 { background-color: #F1EADF; border: 1px solid #aaa !important;}
.color_04 { background-color: #e0c75f;}
.color_05 { background-color: #D9824A;}
.color_06 { background-color: #e28da3;}
.color_07 { background-color: #B34D52;}
.color_08 { background-color: #5E8A6F;}
.color_09 { background-color: #577cce;}
.color_10 { background-color: #39477f;}
.color_11 { background-color: #8063a8;}
.color_12 { background-color: #9A9A9A;}
.color_13 { background-color: #6E5242;}
.color_14 { background-color: #1F1F21;}
.color_multi {
	padding: 0;
	overflow: hidden;
}
.color_multi img {
	display: block;
}
		
/* もっとみる */
.show-more { display: none; }
.item-acd { display: block;}
	
@media screen and (max-width:960px) {
  .container_color {
    	grid-template-columns: repeat(10, 1fr);
    	grid-gap: 16px;
  }
}

@media screen and (max-width:768px) {
	.tab-button {
		margin: 0 1%;
  		padding: 10px;
	}
	
    /* 種類-タイトル */
    .function_ttl {
        margin: 3rem 0 2rem 0;
		padding: 3rem 0 1rem 0;
    }	
	
    /* 種類-レイアウト */
	.container_06.w_04 {
		padding: 0;
	}
  .container_06.w_04,
  .container_06 {
    	grid-template-columns: repeat(3, 1fr);
    	grid-gap: 2rem 1.5rem;
  }
  .container_07 {
    	grid-template-columns: repeat(4, 1fr);
    	grid-gap: 1.6rem;
  }	
  .container_color {
    	grid-template-columns: repeat(5, 1fr);
    	grid-gap: 16px;
  }
	.thumb_color {
		width: 54px;
		height: 54px;
	}
	/* カーテン上部リンクエリア */
	.ctgry-banner-fbox.cm-bg-u {
		text-align: center;
	}
	.ctgry-banner-fbox.bnr_b2 .cm-link-bnr {
		max-width: 280px;
		margin: .5rem auto
	}
}
		
		
/*----------------------
 検索フォーム
------------------------*/
#new_category_Search.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
	max-height: inherit;
}
#new_category_Search .fs-p-productSearch__form {
	background: #FFF;
	border: 2px solid #606060;
	padding: 3rem 5% 4rem;
}
#new_category_Search.fs-p-productSearch {
	border-bottom: none;
	padding: 2rem 2%;
	border-top: 1px solid #eee;
	grid-template: auto 1fr/auto 1fr;
}
#new_category_Search .fs-p-productSearch__formSwitch {
	background: #62b1b8;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 250px;
	padding: 8px 10px;
	color: #FFF;
	transition: .3s;
}
#new_category_Search .fs-p-productSearch__formSwitch:hover {
	opacity: .8;
}

#new_category_Search .tab_ttl01 {
    margin: 1.6rem 0 .8rem;
    font-size: 1.2rem;	
}
#new_category_Search .tab_ttl01.mg_0 {
	margin-top: 0;
	padding: 0;
}


/* 調整 */
.f_small {
	font-size: 1.2rem;
	letter-spacing: -1px;
}

/* 開閉ボタン */
.Search_btn_icon_open {
	position: relative;
	padding-left: 25px;
    background: url(https://curpetmarche.itembox.design/item/category/img/icon_search_w.png) no-repeat left center;
	background-size: 18px auto; 
}
.Search_btn_icon_close {
	position: relative;
	padding-left: 25px;
    background: url(https://curpetmarche.itembox.design/item/category/img/icon_close.png) no-repeat left center;
	background-size: 18px auto; 
}


/* タイトル */
.new_c_Search_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.new_c_Search_title {
    display: -webkit-box;
	display: flex;
    -webkit-box-align: center;
	align-items: center;
}
 
.new_c_Search_title:before,
.new_c_Search_title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #3c3c3c;
}
.new_c_Search_title:before {
    margin-right: 1.6rem;
}
.new_c_Search_title:after {
    margin-left: 1.6rem;
}
.Search_item_ttl {
	font-size: 18px;
	font-weight: bold;
	background: url(https://curpetmarche.itembox.design/item/side-icon-mark1.png) no-repeat left center;
	background-size: 30px auto;
	padding: 10px 40px;
	margin: 0;
}

#new_category_Search .Search_acdbox {
	display: none;
}

.Search_acd_btn02 {
    font-size: 18px;
    position: relative;
    text-align: left;
    background: #fff;
    font-weight: bold;
    border-top: 1px solid #ccc;
	padding: 20px 18px 20px 56px;
	margin: 0;
	background: url(https://curpetmarche.itembox.design/item/side-icon-mark1.png) no-repeat 1.6rem center;
	background-size: 30px auto;
	cursor: pointer;
}
.Search_acd_btn02:after {
	position: absolute;
	top: 24px;
	right: 20px;
	content: "";
	display: block;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #6cc4bc;
	border-right: 2px solid #6cc4bc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: .3s;
}
.Search_acd_btn02.selected:after {
	position: absolute;
	top: 40px;
	right: 20px;
	content: "";
	display: block;
	margin-top: -12px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #6cc4bc;
	border-right: 2px solid #6cc4bc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* レイアウト */
.Search_wrap_01 {
	padding: 4rem 1.6rem 2rem;
}
.keyword_Search_wrap.Search_wrap_01 {
	padding: 4rem 1.6rem 2rem;
	border-top: 1px solid #ccc;
}
.order_Search_wrap.Search_wrap_01 {
	padding: 1rem 1.6rem 5rem;
}

.Search_wrap_02 {}

.Search_acdbox {
	margin: 1rem 0 4rem;
}

.Search_grid_box {
 	display: -webkit-box;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.Search_grid_box02 {
	display: -webkit-box;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.color_Search_wrap .fs-c-radioGroup,
.design_Search_wrap .fs-c-radioGroup,
.brand_Search_wrap .fs-c-radioGroup,
.brand2_Search_wrap .fs-c-radioGroup,
.material_Search_wrap .fs-c-radioGroup,
.function_Search_wrap .fs-c-checkboxGroup,
.Search_order_wrap .fs-c-radioGroup,
.size_Search_wrap .fs-c-radioGroup,
.size4_Search_wrap .fs-c-radioGroup,
.size3_Search_wrap .fs-c-radioGroup,
.size2_Search_wrap .fs-c-radioGroup	{
	display: grid;
}

/* カテゴリ */
.Search_categorybox {
	display: none;
}
.Search_categorybox .fs-c-radio__radioLabelText {
	flex-grow: unset;
}

.Search_categorybox .fs-c-radio__label {
	justify-content: flex-end;
}

/* 価格 */
.price_Search_wrap .Search_subtxt {
	color: #959595;
	text-align: right;
	margin: 8px 0 0 0;
}

.fs-c-inputTextGroup__item {
	display: -webkit-box;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.price_Search_wrap input {
    height: 46px;
    border-radius: 4px;
    margin-left: 1rem;
}

/* キーワード */
.keyword_Search_wrap input {
	width: 460px;
	height: 50px;
	border-radius: 4px;
	border-width: 2px;
}
.fs-c-inputTable__dataCell:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(https://curpetmarche.itembox.design/item/category/img/icon_search_b.png) no-repeat;
	background-size: 100% auto;
	display: block;
    position: absolute;
    top: 12px;
    right: 15px;
}

/* 並び */
.Search_order_wrap .Search_item_ttl,
.Search_stock_wrap .Search_item_ttl {
	margin-bottom: 1rem;
}

.Search_order_wrap {
	width: 65%;
	padding-right: 5%;
}

.Search_stock_wrap {
	width: 35%;
}

.Search_order_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 2%;
}

/* サイズ */
.size4_Search_wrap .fs-c-radioGroup,
.size3_Search_wrap .fs-c-radioGroup,
.size2_Search_wrap .fs-c-radioGroup,
.size_Search_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(5, 1fr);
	gap: 1.6rem 2%;
}

.Search_wrap_02.w_size02 .fs-c-radioGroup {
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem 2%;
}

.Search_wrap_02.w_size03 .fs-c-radioGroup {
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem 2%;
}

.Search_wrap_02.w_size04 .fs-c-radioGroup {
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem 2%;
}

/* 機能 */
.function_Search_wrap .fs-c-checkboxGroup {
	grid-template-columns: repeat(6, 1fr);
	gap: 1.6rem 2%;
}

/* 素材 */
.material_Search_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(7, 1fr);
	gap: 2rem 2%;
}

.material_Search_wrap input.Search_radio_imgbtn01 + label img {
	width: 80px !important;
	height: 80px !important;
}
.radio_imgbox_txt {
	display: block;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 5px;
}

/* デザイン */
.design_Search_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(6, 1fr);
	gap: 2rem 2%;
}	
	
/* ブランド */
.brand_Search_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem 3%;
}
.brand2_Search_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem 3%;
}
/* カラー  */
.color_Search_wrap .fs-c-radioGroup {
	grid-template-columns: repeat(15, 1fr);
	gap: 2rem .4rem;
}

.color_Search_wrap .thumb_color {
    width: 42px;
    height: 42px;
    border: none;	
}
.color_Search_wrap .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #999;	
}

.color_Search_wrap .thumb_color {
	overflow: hidden;
}
.color_Search_wrap .fs-c-radio__radioMark:hover {
	opacity: 1;
}
.color_Search_wrap .fs-c-radio__radioMark:before {
	transition: .3s;
	background-size: contain;
	width: 20px;
  	height: 17px;
}
.color_Search_wrap .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  	content: "";
 	display: inline-block;
  	width: 20px;
  	height: 17px;
	background: url(https://curpetmarche.itembox.design/item/category/img/icon_check_w.png) no-repeat;
	background-size: contain;
}

.color_Search_wrap .fs-c-radio__radio.radio_check_b:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: url(https://curpetmarche.itembox.design/item/category/img/icon_check_b.png) no-repeat;
	background-size: contain;
}


/* ボタン */
.Search_btn_wrap {
	display: -webkit-box;
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.Search_unlock_btn {
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px;
  padding: 0 20px;
  border: 1px solid #4d4d4d;
  cursor: pointer;
	height: 52px;
	max-width: 150px;
	line-height: 52px;
	text-align: center;
	margin: 0 2rem;
	position: relative;
}

.Search_btn01.fs-c-buttonContainer {
	display: block;
	padding: 0;
}
.Search_btn01.fs-c-buttonContainer .fs-p-productSearch__searchButton {
	font-size: 1.6rem;
    padding: 0 20px;
    min-width: auto;
	width: 200px;
	height: 52px;
	line-height: 52px;
	font-weight: bold;
}
.fs-p-productSearch__searchButton:before {
	display: none;
}


/* ラジオボタン */
.Search_radio_box {
	height: 100%;
}
.Search_radio_box .fs-c-radio__radioMark {
	/*width: 20px;
	height: 20px;*/
	border-width: 1px;
}
.Search_radio_box .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	width: 10px;
	height: 10px;	
}
input.Search_radio_btn01 + label {
	border: 1px solid #999;
	padding: 12px 8px;
	width: 100%;
	height: 100%;
	transition: .3s;
}

input.Search_radio_btn01 + label .small {
	font-size: 13px;
	line-height: 1.5;
	display: block;
}

input.Search_radio_btn01[type="checkbox"]:checked + label {
	border: 1px solid #3CAA9D;
	padding: 12px 8px;
	width: 100%;
	height: 100%;
	background: #effbfb;
	transition: .3s;
}
input.Search_radio_btn01[type="checkbox"]:checked + label:hover {
	background: #effbfb;
}

.Search_radio_box .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
	border-width: 1px;
	border-color: #3CAA9D;
}
.Search_radio_box .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: #3CAA9D;
}


/* ラジオボタン（画像） */
.Search_radio_imgbox {
	text-align: center;
}
input.Search_radio_imgbtn01 + label img {
	border: 2px solid #d2d2d2;
	width: 100%;
	height: 100%;
	transition: .3s;
    border-radius: 4px;
    overflow: hidden;
}

input.Search_radio_imgbtn01[type="checkbox"]:checked + label img {
	border: 2px solid #3CAA9D;
	width: 100%;
	height: 100%;
    border-radius: 4px;
    overflow: hidden;
	transition: .3s;
}

.img_radioGroup .fs-c-radio__label,
.img_radioGroup .fs-c-radio {
	display: block;
}


/* チェックボックス */
input.Search_check_btn01 + label {
	border: 1px solid #999;
	padding: 14px 8px;
	width: 100%;
	height: 100%;
	transition: .3s;
}

input.Search_check_btn01[type="checkbox"]:checked + label {
	border: 1px solid #3CAA9D;
	padding: 14px 8px;
	width: 100%;
	height: 100%;
	background: #effbfb;
	transition: .3s;
}
input.Search_check_btn01[type="checkbox"]:checked + label:hover {
	background: #effbfb;
}

.Search_check_box .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
	border-color: #3CAA9D;
	background: #3CAA9D;
	height: 18px;
	min-width: 18px;
}
.Search_check_box .fs-c-checkbox__checkMark:before {
	font-size: 1.1em;
	font-weight: bold;
  	top: 1px;
  	left: 0;
}
.Search_check_box .fs-c-checkbox__checkMark {
	height: 18px;
	min-width: 18px;
	border-width: 1px;
}

.Search_check_box .fs-c-checkbox__labelText {
	line-height: 1.3;
}


@media screen and (max-width:768px) {
      #new_category_Search.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
          overflow: auto;
      }
      #new_category_Search .fs-p-productSearch__form {
          padding: 2rem 4% 3rem;
      }
      #new_category_Search.fs-p-productSearch {
          border-bottom: none;
      }
      #new_category_Search .fs-p-productSearch__formSwitch {
	      font-size: 1.6rem;
	  }
      #new_category_Search .fs-p-productSearch__formSwitch:hover {
          opacity: 1;
      }
	
      /* タイトル */
      .new_c_Search_title {
          font-size: 1.4rem;
      }
      .Search_item_ttl {
          font-size: 1.6rem;
          background-size: 26px auto;
          padding: 1rem 3.4rem;
      }
      .Search_acd_btn02 {
          font-size: 1.6rem;
          padding: 2rem 4.4rem;
          background-position: 1.1rem center;
          background-size: 26px auto;
          cursor: auto;
      }

      /* レイアウト */
      .Search_wrap_01 {
          padding: 0 1rem 2rem;
      }
      .Search_grid_box02,
      .Search_wrap_01 .Search_grid_box {
          display: block;
      }

      .keyword_Search_wrap.Search_wrap_01 {
          padding: 2rem 0;
      }
      .order_Search_wrap.Search_wrap_01 {
          padding: 0 0 3rem;
      }
      .Search_acdbox {
          margin: .5rem 0 2.5rem;
      }
	
	　　/* テキスト */
      .radio_imgbox_txt {
		  margin-top: 6px;
      }
	
      /* キーワード */
      .keyword_Search_wrap input {
          max-width: 460px;
          width: 100%;
      }

      /* 並び */
      .Search_order_wrap .Search_item_ttl,
      .Search_stock_wrap .Search_item_ttl {
          margin-bottom: .5rem;
      }
      .Search_order_wrap {
          width: 100%;
          padding-right: 0;
          margin-bottom: 2rem;
      }
      .Search_stock_wrap {
          width: 100%;
      }

	/* サイズ */
	  .size_Search_wrap.w_size04 .fs-c-radioGroup {
          grid-template-columns: repeat(2, 1fr);
          gap: 1.6rem 2%;
	}
      .size4_Search_wrap .fs-c-radioGroup,
      .size3_Search_wrap .fs-c-radioGroup,
      .size2_Search_wrap .fs-c-radioGroup,
      .size_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 2%;
      }
	
      .Search_wrap_02.w_size02 .fs-c-radioGroup {
          grid-template-columns: repeat(2, 1fr);
          gap: 1.6rem 2%;
      }

      .Search_wrap_02.w_size03 .fs-c-radioGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 2%;
      }

      .Search_wrap_02.w_size04 .fs-c-radioGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 2%;
      }

      /* 機能 */
      .function_Search_wrap .fs-c-checkboxGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 2%;
      }

      /* 素材 */
      .material_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(4, 1fr);
          gap: 1.6rem 3%;
      }

      /* デザイン */
      .design_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 3%;
      }	

      /* ブランド */
      .brand_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 3%;
      }
      .brand2_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(3, 1fr);
          gap: 1.6rem 3%;
      }
      /* カラー  */
      .color_Search_wrap .fs-c-radio__label {
          -webkit-box-pack: center;
          justify-content: center;
      }
      .color_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(8, 1fr);
          gap: 2rem .4rem;
      }

      /* オーダー：ブランドから選ぶ */
      .brand2_block .sp-3-1l,
      .brand2_block .sp-3-1c {
        margin-bottom: 3rem;
      }
}


@media screen and (max-width:480px) {
      #new_category_Search .fs-p-productSearch__formSwitch {
          width: 100%;
      }	
      #new_category_Search.fs-p-productSearch { 
		  grid-template: auto 1fr/2fr;
		  padding-right: 2%;
		  padding-left: 2%;
      }
      #new_category_Search .fs-p-productSearch__parameter {
		  display: none;
      }
	
	/* サイズ */
      .size4_Search_wrap .fs-c-radioGroup,
      .size3_Search_wrap .fs-c-radioGroup,
      .size2_Search_wrap .fs-c-radioGroup,
      .size_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(2, 1fr);
          gap: 1rem 2.5%;
      }
	
    .Search_wrap_02.w_size02 .fs-c-radioGroup {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2.5%;
    }

    .Search_wrap_02.w_size03 .fs-c-radioGroup {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2.5%;
    }

    .Search_wrap_02.w_size04 .fs-c-radioGroup {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2.5%;
    }	
	
      /* 機能 */
      .function_Search_wrap .fs-c-checkboxGroup {
          grid-template-columns: repeat(2, 1fr);
          gap:  1rem 2.5%;
      }
      /* カラー  */
      .color_Search_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(5, 1fr);
          gap: 1.4rem 2.5%;
      }	
      /* 素材 */
      .material_Search_wrap input.Search_radio_imgbtn01 + label img {
        width: 70px !important;
        height: 70px !important;
      }
	
	
      /* 並び */
      .Search_order_wrap .fs-c-radioGroup {
          grid-template-columns: repeat(2, 1fr);
          gap: 1rem 2.5%;
      }	
      .Search_stock_wrap .Search_check_box {
          width: 100%;
          max-width: 400px;
      }
		
      /* ボタン */
        .Search_btn_wrap {
            display: block;
        }
	
      .Search_unlock_btn {
          margin: 0 0 2.5rem auto;
      }

      .Search_btn01.fs-c-buttonContainer {
          display: block;
          padding: 0;
      }
      .Search_btn01.fs-c-buttonContainer .fs-p-productSearch__searchButton {
          min-width: auto;
          max-width: 400px;
		  width: 100%;
		  display: block;
          height: 58px;
          line-height: 58px;
		  margin: 0 auto;
		  letter-spacing: 2px;
		  background: #3caa9d;
		  border: 1px solid #3caa9d;
		  border-radius: 3px;
      }	
}


/*----------------------
 オーダー：レイアウト
------------------------*/
/* オーダー：測り方 */
.case_block .oder-howto-icon-box {
	flex-basis: 33%;
	padding: 2%;
}
.case_block .oder-howto-icon-box img {
	margin: 10px 0;
}
.case_block .oder-howto-icon p {
	font-size: .9em;
	text-align: center;
}
.case_block .clm2_wrap {
	margin: 20px auto 40px;
}

.measure_block #ordercarpet-howto {
	margin: 40px auto;
}
.measure_block #ordercarpet-howto h2 {
  font-size: 1.8rem;
  padding: 1.6rem 5rem 1.6rem 1.4rem;
}
.measure_block .clm2_box-txt p {
	font-size: 1.1em;
}

.measure_block .lead_txt02 {
	text-align: center;
}

/* オーダー：４つの活用事例 */
.case_block .clm2_wrap {
	align-items: center;
}
.case_block .clm2_box-txt {
  padding: 3rem 2% 0;
}
.case_block .clm2_box-txt h3 {
	font-size: 1.3em;
	margin-bottom: 2rem;
	line-height: 1.6;
	text-align: center;
	position: relative;
}
.case_block .clm2_box-txt h3 > img {
	position: absolute;
	left: calc(50% - 14px);
	top: -30px;
}
.case_block .clm2_box-txt h3 > img.size_2 {
	position: absolute;
	left: calc(50% - 18px);
	top: -43px;
	width: 35px;
}
.case_block .clm2_box-txt p {
  font-size: 1em;
  line-height: 2;
}


/* アンカー */
.navScroll {
	/*max-width: 900px;*/
    margin: 3rem 0;
    font-size: 1.8rem;
	line-height: 1.3;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
  }
  .navScroll .ank_box {
    padding: 0 10px;
	text-align: center;
	border-right: 1px solid #CCC;
}
 .navScroll .ank_box:last-child {
	border-right: none;	 
}
  .navScroll .ank_box a {
    display: block;
    padding: 20px 10px;
    border-radius: 10px;
    transition: background 0.25s ease;
	  position: relative;
	  font-weight: bold;
  }
  .navScroll .ank_box a .link_label {
    display: block;
    margin: 10px 0;
  }
    .dli-chevron-down {
      display: inline-block;
      vertical-align: middle;
      color: #333;
      line-height: 1;
      width: 10px;
      height: 10px;
      border: 2px solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(135deg);
      position: relative;
    }

    .navScroll .ank_box a:hover {
      background-color: #efefef;
      text-decoration: none !important;
    }

  .navScroll .ank_box a .dli-chevron-down {
    transition: top 0.2s ease;
    top: 0;
  }
    .navScroll .ank_box a:hover .dli-chevron-down {
      top: 5px;
    }
/*
  .icon.iconCircleArrowB {
    background-image: url();
    width: 26px;
    height: 26px;
  }
  .icon.iconCircleArrowBBtm {
    background-image: url();
    width: 26px;
    height: 26px;
  }
  .icon.iconDestination {
    background-image: url();
    width: 61px;
    height: 51px;
  }
  .icon.iconDoctor {
    background-image: url();
    width: 52px;
    height: 52px;
  }
  .icon.iconEnd {
    background-image: url();
    width: 45px;
    height: 45px;
  }
  .icon.iconHouse {
    background-image: url();
    width: 71px;
    height: 52px;
  }*/


@media screen and (max-width:768px) {
	.tab-container {
		padding: 3rem 0 0;
	}
	
    /* オーダー：測り方 */
	.measure_block #ordercarpet-howto h2 {
		  font-size: 1.6rem;
      }
	.measure_block #ordercarpet-howto {
  		margin: 30px auto;
	}
	.measure_block .clm2_wrap {
		justify-content: center;
		display: block;
		width: 100%;
		margin-bottom: 3rem;
	}
	.measure_block #ordercurtain-howto .cm-f-measure-exp {
		width: 92%;
		margin: 0 auto;
	}
    .measure_block .lead_txt02 {
        text-align: left;
    }


      /* オーダー：４つの活用事例 */
      .case_block .clm2_box-txt {
		  padding: 0;
		  margin: 0 auto;
      }
	
      .case_block .clm2_box-txt h3 {
        font-size: 1.2em;
      }
      /*
      .case_block .clm2_box-txt p {
        font-size: 1em;
        line-height: 1.6;
      }*/
	
	.case_block .clm2_box-img {
		margin: 0 auto;
	}
	.case_block .clm2_wrap {
		margin: 4rem auto 5rem;
	}
	.case_block #ordercarpet-howto {
		margin: 0 0 1rem 0;
	}
    .case_block .oder-howto-icon {
        margin: 0;
    }
	
    .case_block .clm2_box-txt h3 > img.size_2 {
        left: calc(50% - 14px);
        top: -30px;
        width: 25px;
    }
	.case_block.bd_box .clm2_wrap {	
        border-top: 1px dashed #CCC;
        margin: 4rem auto;
        padding-top: 2rem;
    }	
	
	/* アンカー */
	.navScroll {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	border: none;
	/*border-top: 1px solid #CCC;*/
  }	
   .navScroll .ank_box {
       padding: 0;
	}
    .navScroll .ank_box a:hover {
      background-color: #fff;
    }

	.navScroll .ank_box a {
		padding: 12px 10px;
		position: relative;
		font-size: 1.3rem;
	}
	.navScroll .ank_box {
		border: none;
		border-top: 1px solid #CCC;
	}
	.navScroll .ank_box:nth-child(2n) {
		border-left: 1px solid #CCC; 
	}
	.navScroll .ank_box:first-child,
	.navScroll .ank_box:nth-child(2){
		border-top: none;
	}
	/*
	.navScroll .ank_box a .dli-chevron-down,
    .navScroll .ank_box a:hover .dli-chevron-down {
	position: absolute;
    right: 0;
    top: calc(50% - 7px);
	}*/
    .dli-chevron-down {
      width: 8px;
      height: 8px;
	}
}

/* お問い合わせ */
#cm-ctgly-cu .ctgry-cu-mail p {
	font-size: 1em;
}


/* 測り方追加レイアウト */
.icon_order01 {
		width: 300px;
		margin: 0 auto;
}
.flame_bd {
	/*border: 1px solid #666;*/
	background: #eff2f1;
	padding: 1rem 1.2rem;
	display: inline-block;
}

.sub_title02 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4rem;
	margin-bottom: 3rem;
	text-align: center;
}
.sub_title02_bd {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4rem;
	margin: 4rem 0 3rem;
	text-align: center;
	border-top: 1px dashed #666;	
}

.lead_txt02 {
  line-height: 2;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.clm2_wrap.lead_txt02 {
  max-width: 580px;
  width: 100%;	
}
	
@media screen and (max-width:768px) {
	.icon_order01 {
		width: 200px;
	}
	.sub_title02 {
		margin-top: 3rem;
	}
	.clm2_wrap.lead_txt02 {
		width: 90%;
		margin-bottom: 0;
	}
	.measure_block .clm2_box-txt {
		margin-bottom: 1rem;
	}
	.sub_title02_bd {
		padding-top: 3rem;
		margin: 2rem 0 3rem;
	}
}


/*----------------------
独自コメント-HGオーダーカーテン
------------------------*/
.hg_c_box .sub_title02 {
	margin-top: 3rem;
}
.ttl_hg {
  max-width: 300px;
  margin: 0 auto;
}
.icon_hg {
  max-width: 100px;
  display: block;
}
.clm2_wrap.lead_txt02.lead_hg {
	font-weight: normal;
	margin: 2rem auto 6rem;
}

.case_block .clm2_wrap.hg_c_box {
	align-items: flex-start;
	-webkit-box-align: start;
	width: 768px;
}
.case_block .hg_c_box .clm2_box-img {
	flex-basis: 330px;
}

.case_block .hg_c_box .clm2_box-txt {
	padding: 0 2%;
	flex-basis: 420px;
}

.case_block .hg_c_box .clm2_box-txt h3 {
  text-align: left;
}

@media screen and (max-width:768px) {
    .ttl_hg {
      max-width: 250px;
    }	
	.hg_c_box .sub_title02 {
		margin: 2.5rem auto 2rem;
	}
	.icon_hg {
		margin: 0 auto;
	}
	.case_block .lead_txt02.lead_hg {
		margin: 2rem auto;
		display: block;
	}
    .case_block .clm2_wrap.hg_c_box {
        width: 100%;
		margin: 2rem auto;
		border-top: 1px dashed #666;
		padding-top: 2rem;
    }
	.case_block .hg_c_box .clm2_box-img {
        margin-bottom: 2rem;
    }
    .case_block .hg_c_box .clm2_box-txt h3 {
      text-align: center;
    }
	.clm2_layout2 .clm2_wrap {
		display: block;
		padding: 0 4%;
	}
	.clm2_layout2 .clm2_wrap .clm2_box-img {
  		max-width: 330px;
		margin: 0 auto 1.6rem;
	}
}


/* anker
.cm-pagetop {
    bottom: 155px;
}
	
.ank_search {
    width: 80px;
    padding: 10px;
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 100;
}
.ank_search_btn {
    display: block;
    opacity: 0.9;
    position: relative;
    text-align: center;
}
*/


/*----------------------
独自コメント-記事一覧
------------------------*/
.new-articles {
  margin-bottom: 2rem;
}
.new-articles .function_ttl {
  margin-bottom: 2rem;
}
.article-list figure {
  margin: 0;
  padding: 0;
  align-self: center;
}
.new-articles.detail_layout_1 {
  margin: 6rem 0;
}
.article-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.article-list .article {
  width: 25%;
  padding: 0 1%;
  margin-bottom: 2.4rem;
}
.article-list .article img {
  width: 100%;
  height: auto;
  display: block;
}
.article-info {
  margin-top: 10px;
}
.article_r_box h3,
.article h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.article_r_box h3 {
  font-size: 1.4rem;	
}
.article-list .article_r_box .date,
.article-list .article .date {
  display: block;
  margin: 5px 4px;
  color: #999;
  text-align: right;
}


@media (max-width: 768px) {
    .new-articles {
        margin-bottom: 4rem;
    }
    .new-articles .function_ttl {
        margin-bottom: .6rem;
    }
    .article-list .article,
    .article-list {
        width: 100%;
        display: block;
    }
    .article-list .article {
        margin: 0;
    }
    .article-list .article > a {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        padding: 1.4rem 3%;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .article .info-img {
        width: 40%;
        padding-right: 4%;
    }
    .info-img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .article-info {
        width: 60%;
    margin-top: 0;
    }

    .article-info h3 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/* lineup */
.cg_pu_items {
	margin-bottom: 3rem;
}
.cg_pu_items #rcm_01.function_ttl {
	margin-bottom: 0;
}
.cg_pu_items .cm-pu-box h3 {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
.cg_pu_items .cm-top-pickupitems {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.cg_pu_items .cm-pu-box {
	flex-basis: 25%;
	padding: 1%;
	margin: 0 0 1.6rem 0;
}

@media (max-width: 768px) {
	.cg_pu_items .cm-top-pickupitems {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
		padding: 0 3%;
		margin: 0;
		width: 100%;
	}
	.cg_pu_items .cm-pu-box {
		width: 50%;
		padding: 0 1%;
		flex-basis: inherit;
		margin: 0;
	}
	.cg_pu_items .cm-pu-box h3 {
		margin: 1rem 2% 2rem;
	}
	.cg_pu_items .a-lineup_ttl {
		margin: 2.4rem 0 1.6rem;
		padding: 0 0 2px 0;
	}
	
	.cg_pu_items .cm-pu-box img {
      	width: 100%;
        /*height: 140px;*/
        object-fit: cover;
        margin: 0;
      }
	.cg_pu_items #rcm_01.function_ttl {
		margin-bottom: 2rem;
	}
}


/****************
#Category_l02
*****************/
/* wool */
#Category_l02 .ctgly-ttl-wool {
	padding: 3rem 0 1rem;
	font-size: 1.6rem;
}
#Category_l02 .ctgly-ttl-wool h1 {
	margin: 1rem 0 2rem !important;
}
#Category_l02 .ctgly-ttl-wool .ctgly-ttl-sub {
	font-size: 2.0rem;
}
#Category_l02 .ctgly-ttl-wool p {
	font-size: 1.5rem;
}
#Category_l02 #ctgly-wool .function_ttl {
	color: #3c3c3c;
	font-size: 16px;
}

@media (max-width: 768px) {
	#Category_l02 #ctgly-wool {
		padding: 0;
	}
	#Category_l02 #ctgly-wool .expl {
		width: 90%;
	}
    #Category_l02 #ctgly-wool .function_ttl {
        margin: 3rem 0 1rem;
		font-size: 1.6rem;
    }
    #Category_l02 .ctgly-ttl-wool {
		margin: 1rem 0 0;
	}
	#Category_l02 .navScroll {
		margin: 0 0 3rem;
	}
    #Category_l02 .ctgly-exp-wool {
		margin-bottom: 0;
	}
	#Category_l02 .ctgly-exp-wool .flex40:first-child img {
		margin-top: -34px;
	}
    #Category_l02 .ctgly-exp-wool img {
		margin-top: -10px;
	}
  .cm-viewmore-sp {
      margin: 2rem 0 4rem !important;
  }
}

/****************
 Common
*****************/
.border_n { border: none !important; padding-top: 0 !important; margin-top: 0 !important;}
.mb20 { margin-bottom: 2rem !important;}


/****************
 footer
*****************/
#fs_ProductCategory .cm-top-carousel2,
#fs_ProductCategory #cm-osusume-suminoe_cm {
	display: none;
}



