@charset "utf-8";

/* -----------------------------------------------------
	目次
	
		困りごと・お悩み解決
		幸せなネコ人生をサポート（旧）
		nekozukiについて /c/about （旧）
		新カテゴリーページ　商品説明 共通（イベント／商品親ページ）
		nekozukiについて /c/about等　（新）
		ご案内 /c/news
----------------------------------------------------- */



/* -----------------------------------------------------\
	困りごと・お悩み解決
----------------------------------------------------- */
.s1 p{
	line-height: 1.8em;
	letter-spacing: .1em;
	margin-bottom: 2em;
}
@media screen and (max-width:767px) {
	.s1 p{
		letter-spacing: .08em;
	}
}
.s1 .text_center{
	text-align: center;
}
@media screen and (max-width:767px) {
	.s1 .text_center{
	text-align:left;
	}
}
.s1 .text_left{
	text-align: left !important;
}

/*--画像のトリミング関連--*/
.s1 img.img-box {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.s1 img.top {
  object-position: 0 0%;
}
.s1 img.top-mid {
  object-position: 0 40%;
}
.s1 img.bottom {
  object-position: 100% 90%;
}
.s1 img.img-box02{
	width: 100%;
 	height: 160px;
 	object-fit: cover;
}

/*--吹き出し--*/
.s1 h2.comment {
	padding: 2em 1em;
	text-align: center;
	background: #eee;
	color: #141414;
	letter-spacing: 0.2em;
	margin: 0 0 2em;
	border-radius: 5px;
	position: relative;
    color:#222 ;
	line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
	.s1 h2.comment {
		padding: 1em;
		font-size: 1.5rem;
		letter-spacing: .1em;
	}
}
.s1 h2.comment:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid 10px transparent;
	border-top: solid 10px #eee;
	}

/*--4つのナビ--*/
.s1 .index_link{
	margin-bottom: 0;
}
.s1 .index_link li{
	width: 24%;
	margin-bottom: 0;
}
.s1 .index_link a{
	padding: 12px 0;
	background: #e75f39;
	color: #fff;
	border-radius: 5px;
	border: none;
	border-bottom: 4px solid #b13c1a;
}
.s1 .index_link a:hover{
	margin-top: 2px;
	background: #fe7948;
	border-bottom: 2px solid #b13c1a;
	transition-duration: 0.3s;
}
.s1 .index_link a:after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.s1 .index_link a:hover:after{
	top:55%;
}

@media screen and (max-width: 767px){
.s1 .index_link li{
	width: 49%;
	margin-bottom: 8px;
}
}

/*--見出しの両線--*/
.s1 .org_top_heading {
	position: relative;
	display: block;
	margin: 70px 0 30px;
	font-size: 2.5rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .15em;
}
@media screen and (max-width:767px) {
	.s1 .org_top_heading {
		margin: 50px 0 20px;
		font-size: 2rem;
	}
}
.s1 .org_top_heading:before,
.s1 .org_top_heading:after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	width: 250px;
	z-index: -1;
	height: 1px;
	background: #ddd;
}
.s1 .org_top_heading:before {
	left: 0;
}
.s1 .org_top_heading:after {
	right: 0;
}
@media screen and (max-width:767px) {
	.s1 .org_top_heading:before,
	.s1 .org_top_heading:after {
	width: 50px;
	}
}

/*--お悩みランキング--*/
.s1 .org_col5 {
	display: flex;
	justify-content: space-between;
}
.s1 .org_col5 .item {
	width: 181px;
}
.s1 .org_col5 .item a {
	display: block;
	text-decoration: none;
	color: #222;
}
@media screen and (max-width:767px) {
	.s1 .top_ranking .org_col5 {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -1.5%;
	}
}
.s1 .top_ranking .item {
	position: relative;
}
@media screen and (max-width:767px) {
	.s1 .top_ranking .item {
		width: 30%;
		margin: 0 1.5% 20px;
	}
}
.s1 .top_ranking .item span {
	position: absolute;
	top: 0;
	left: 0;
}
.s1 .top_ranking .item h3 {
	margin: 15px 0 10px;
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
@media screen and (max-width:767px) {
	.s1 .top_ranking .item h3 {
		margin: 8px 0 5px;
	}
}

/*--困りごと解決表示・非表示メニュー--*/
.s1 ul#filterBtnList{
	margin: 0 0 40px 0;
	padding: 0;
}
.s1 ul#filterBtnList li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 1.5em;
	font-size: 1.2rem;
	border: solid 1px #999;
	border-radius: 50px;
	cursor: pointer;
}
.s1 ul#filterBtnList li:hover{
	background-color: #e75f39;
	border: solid 1px #e75f39;
	color: #fff;
	transition-duration: 0.3s;
}
.s1 ul#filterBtnList li.is_active{
	background-color: #555;
	color: #fff;
}
@media screen and (max-width:767px) {
	.s1 ul#filterBtnList{
	margin: 0 0 40px 0;
	}
	.s1 ul#filterBtnList li{
	font-size: 1.18rem;
	padding: 5px 1em;
	}
}

.s1 h3.onayami_tytle {
	margin: 1em 0 1.2em;
	padding: 0 0 .2em 0;
	color: #222222;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	border-bottom: #ddd 1px solid;
}
@media screen and (max-width:767px) {
	.s1 h3.onayami_tytle {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 2em;
	}
}

.s1 .point_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:767px) {
	.s1 .point_list {
		display: block;
		max-width: 300px;
		margin: 0 auto 60px;
	}
}
.s1 .point_list p{
		color: #222;
}
.s1 .point_list .point_item {
	width: 32%;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
 .s1 .point_list .point_item {
		width: 100%;
		margin-bottom: 15px;
	}
}
.s1 .point_list .point_item img {
	vertical-align: bottom;
}
.s1 .point_list .point_item .text_area {
	position: relative;
	background: #efefef;
	padding: 25px 15px 15px;
}
.s1 .point_list .point_item p {
	text-align: center;
}
.s1 .point_list .point_item .point_tag {
	display: inline-block;
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 5px;
	background: #999;
	border-radius: 2px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	width: 65%;
	font-weight: normal;
}
.s1 .point_item .wrap_img{
	position: relative;
}
.s1 .point_item .wrap_img::before,
.s1 .point_item .wrap_img::after{
	z-index: 4;
    position: absolute;
    left: 0;
    margin: auto;
    content: "";
}
.s1 .point_item .wrap_img::before{
    width: 20px;
    height: 20px;
    top: 8px;
    left: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #555;
    }
.s1 .point_item a:hover .wrap_img::before{
    background: #e75f39;
    transition-duration: 0.3s;
}
.s1 .point_item .wrap_img::after{
    left: 13px;
    width: 5px;
    top: 15px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.s1 .point_list .point_item .text_area p.text01 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}
.s1 .point_list .point_item .text_area p.text02 {
	font-size: 1.2rem;
}
.s1 .text_mark{
	padding:0 3px 4px 3px;
	background: linear-gradient(transparent 60%, #ffe985 40%);
}
.s1 .point_item a:hover{
	text-decoration: none;
}
.s1 .point_item .wrap_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.s1 .point_item .wrap_img img{
	transition-duration: 0.3s;
}
.s1 .point_item a:hover .wrap_img img{
	opacity: .6;
	transform: scale(1.2);
	transition-duration: 0.3s;
}
.s1 span.label_cate {
	z-index: 2;
	background: rgba(255,255,255,0.8);
	color: #222;
	padding:3px 5px;
	position: absolute;
	top: 10px; right: 10px;
	font-size: 1.2rem;
	border-radius: 2px;
}

.s1 a.btn {
	display: block;
	width: 40%;
	color: #fff;
	margin: 0 auto 90px;
	text-align: center;
	background: #999;
	border-radius: 5px;
	padding: 15px 0;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	border-bottom: 4px solid #666;
	position: relative;
}
.s1 a.btn:hover{
	border-top: 2px solid #fff;
	background: #aaa;
	border-bottom: 2px solid #666;
	transition-duration: 0.3s;
}
.s1 a.btn:after {
	position: absolute;
	top: 50%;
	right: 90px;
	content: '';
	margin: -5px 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
.s1 a.btn:hover:after{
	right: 85px;
}
@media screen and (max-width:767px) {
	.s1 a.btn{
		width: 80%;
	}
	.s1 a.btn:after {
		right: 20px;
	}
	.s1 a.btn:hover:after{
	right: 15px;
	}
}
.s1 img.img_center{
	margin:0 auto;
	display: block; 
}
.s1 strong{
	text-align: center;
	display: block;
	margin-bottom: 1.5em;
	font-size: 1.6rem;
}
@media screen and (max-width:767px) {
	.s1 img.img_center{
  	  width:150px;
    }
}
.s1 .fs-c-productList{
  	display: none;
}

/* -----------------------------------------------------\r
	幸せなネコ人生をサポート
----------------------------------------------------- */
.fs-body-category .cate-onayami p.comment {
	padding: 2em 1em;
	text-align: center;
	background: #eee;
	color: #141414;
	letter-spacing: 0.2em;
	margin: 0 0 2em; /*--本店のみ修正--*/
	border-radius: 5px;
	position: relative;
    color:#222 ;
	line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
	.fs-body-category .cate-onayami p.comment {
		padding: 1em;
	}
}
.fs-body-category .cate-onayami p.comment:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid 10px transparent;
	border-top: solid 10px #eee;
	}
	
.fs-body-category .cate-onayami .onayami_heading {
	font-weight: bold; 
	text-align: center; 
	margin: 0 0 20px;
	border: #555 1px solid;
	padding: 10px;
}
.fs-body-category .cate-onayami a{
    color: #222 !important;
    transition: all .3s ease;
    opacity:1;
    text-decoration: none;
}
.fs-body-category .cate-onayami a:hover{
    opacity:0.6;
    text-decoration: none;
    font-weight: normal;
}
.fs-body-category .cate-onayami ul{
		margin: 0 0 60px;
}
.fs-body-category .cate-onayami li{
    list-style: none;
    width:484px; /*--本店のみ追記--*/
    float:left; /*--本店のみ追記--*/
}
@media screen and (max-width:767px) {
	.fs-body-category .cate-onayami li{
    width:100%; 
    float:none;
	}
}
.fs-body-category .cate-onayami li:nth-child(odd){
    margin-right:20px; /*--本店のみ追記--*/
}
.fs-body-category .cate-onayami li a{
    display: block;
    letter-spacing: 0.1em; 
    padding-bottom: 0.6em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #999;
    font-size: 14px;
}
.fs-body-category .FS2_body_Goods_solution .cate-onayami li a{
    letter-spacing: 0.08em;
}
.fs-body-category .cate-onayami a span.click{
    margin: 0 1.5em 0 0em; /*--本店のみ修正--*/
    font-size: 10px;
    color: #fff;
    background: #e75f39;
    border-radius: 10em;
    padding: 0.3em 1em;
    vertical-align: center;
    letter-spacing: 0.2em;
}
.fs-body-category .cate-onayami p.cate_now{
    text-align: center;
    font-size: 20px; /*--本店のみ追記--*/
    margin-bottom: -1em; /*--本店のみ修正--*/
    letter-spacing: 0.2em;
}
.fs-body-category .cate-onayami a.back{
    display: block;
    text-align: right;
    letter-spacing: 0.1em;
    font-size: 14px; /*--本店のみ修正--*/
    margin-bottom:30px; /*--本店のみ修正--*/
    }
.fs-body-category .cate-onayami a.back span{
    color: #fff !important;
    background: #e75f39;
    font-size: 8px;
    padding: 0.1em 0.3em;
    margin-right: 0.5em;
    border-radius: 1em;
    }
.fs-body-category .cate-onayami a.back:hover u{
    text-decoration: none;
}


/* ----------　　困りごとリスト部分　　 ---------- */

.fs-body-category-solution .fs-c-subgroup,
.fs-body-category-solution .fs-c-productList {
	display: none; /* サブグループ＆下部商品一覧は非表示 */
}

.solution_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
}
.solution_list .item {
	width: 230px;
	margin: 0 0 20px;
}
@media screen and (max-width:767px) {
	.solution_list .item {
		width: 100%;
	}
}
.solution_list .item a {
	display: block;
	text-decoration: none;
	color: #222;
}
.solution_list .item span {
	display: flex;
	align-items: center;
	background: #efefef;
}
.solution_list .item img {
	width: 35%;
}
@media screen and (max-width:767px) {
	.solution_list .item img {
		width: 25%;
	}
}
.solution_list .item h3 {
	width: 65%;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .15em;
	text-align: center;
}
@media screen and (max-width:767px) {
	.solution_list .item h3 {
		width: 70%;
	}
}
.solution_list .item ul {
	margin: 8px 0 0;
	list-style: none;
	color: #555;
	text-align: left;
}
@media screen and (max-width:767px) {
	.solution_list .item ul {
		margin: 8px 0 0;
		font-size: 1.1rem;
	}
}
.solution_list .item ul li {
	position: relative;
	padding: 0 0 0 1em;
	border-bottom: #999 1px dashed;
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.solution_list .item ul li {
		font-size: 1.1rem;
	}
}
.solution_list .item ul li:before {
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #999;
}
.solution_list .item ul li a {
	padding: 8px 0;
}

/* ----------　　幸せなネコ人生をサポート　個別ページ　　 ---------- */
.solution_box {
	margin: 0 0 40px;
}
.solution_box .genin,
.solution_box .taisaku {
	position: relative;
	margin: 0 0 50px;
	background: #efefef;
	border: #efefef 3px solid;
	padding: 25px;
	font-weight: bold;
	font-size: 1.9rem;
	text-align: center;
	letter-spacing: .08em;
	line-height: 1.5;
	color: #393939;
}
@media screen and (max-width:767px) {
	.solution_box .genin,
	.solution_box .taisaku {
		padding: 25px 10px 20px;
		font-size: 1.5rem;
		text-align: left;
	}
}
.solution_box .taisaku {
	background: #fff;
	border: #ddd 3px solid;
}
.solution_box .genin:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #ccc;
}
/* タグ風 */
.solution_box .tag {
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
	padding: 3px 20px;
	background: #393939;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}
.solution_box h2 {
	margin: 0 0 20px;
	padding: 7px 15px;
	border-left: #222 3px solid;
	background: #efefef;
	font-size: 1.6rem;
	/*font-weight: bold;*/
	letter-spacing: .15em;
}

.taisaku_box {
	margin: 0 0 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.taisaku_box .lead {
	margin: 0 0 20px;
}
.taisaku_box img {
	float: right;
	width: 300px;
	margin-left: 20px;
}
@media screen and (max-width:767px) {
	.taisaku_box img {
		display: block;
		float: none;
		width: 200px;
		margin: 0 auto 15px;
	}
}
.taisaku_box .point_list {
	margin: 7px 0 20px;
	
	float: left;
	width: 666px;
}
@media screen and (max-width:767px) {
	.taisaku_box .point_list {
	float: none;
	width: 100%;
}
}
.taisaku_box .point_list li {
	margin: 0 0 7px 2em;
	list-style: decimal;
}

.fs-body-category .solution_box a.back{
    display: block;
    text-align: right;
    letter-spacing: 0.1em;
    font-size: 14px; /*--本店のみ修正--*/
    margin-bottom:30px; /*--本店のみ修正--*/
		text-decoration: none;
		color: #222;
		transition: .2s;
    }
.fs-body-category .solution_box a.back:hover{
    text-decoration: none;
		opacity: .5;
}
.fs-body-category .solution_box a.back span{
    display: inline-block;
		color: #fff !important;
    background: #e75f39;
    font-size: 8px;
    padding: 2px;
    margin-right: 0.5em;
    border-radius: 50%;
		text-align: center;
		width: 15px;
		height: 15px;
    }


/* -----------------------------------------------------\r
	nekozukiについて /c/about （旧）
----------------------------------------------------- */
.fs-body-category .b1{
	margin-bottom:50px;
}

.fs-body-category .b1 img{
	margin-bottom:3em;
}
@media screen and (max-width:767px) {
	.fs-body-category .b1 img{
		margin-bottom:1em;
	}
}

.fs-body-category .b1 h2 {
	font-weight: normal;
	font-size:25px;
	color:#222222;
	font-weight: bold;
	line-height:1.8em;
	letter-spacing: 0.1em;
	padding: 0.1em 0.8em;
	border-left: solid 6px #222222;
	margin: 3em 0 1.3em 0;
	clear: both;
}
@media screen and (max-width:767px) {
	.fs-body-category .b1 h2 {
		font-size:1.8rem;
	}
}
/*.fs-body-category h3 {
	border-bottom: #ddd 1px solid;
	color: #393939;
	padding-bottom: 6px;
}*/
.fs-body-category .b1 h3 {
color:#222222;
font-size:22px;
line-height: 1.8em;
letter-spacing: 0.1em;
margin:0 0 1.2em;
}
@media screen and (max-width:767px) {
	.fs-body-category .b1 h3{
		font-size:1.6rem;
	}
    .fs-body-category .b1 a.btn_h{
        width: 90% !important;
    }
}

.fs-body-category .b1 h4 {
font-size:17px;
color:#393939;
letter-spacing: 0.1em;
margin:1.5em 0 1.5em;
}

.fs-body-category .b1 a{
transition: all .3s ease;
opacity:1;
text-decoration: none;
}
.fs-body-category .b1 a:hover{
opacity:0.6;
text-decoration: none;
font-weight: normal;
}
.fs-body-category .b1 a.btn_h{
    display: block;
    width: 60%;
    color: #fff;
    margin:0 auto 4em;
    text-align: center;
    background: #999;
    border-radius: 5px;
    padding: 1em 0 ;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.fs-body-category .b1 a.btn_h:hover{
    font-weight: bold;
}
.fs-body-category .b1 p {
color:#222222;
margin:0 0 2em;
line-height: 1.8em;
letter-spacing: 0.1em;
}

.fs-body-category .b1 .cen {
	text-align: center;
}
.fs-body-category .b1 img.cen{
	display: block;
	margin: 0 auto 3em;
}
.fs-body-category .b1 .mar_b{
	margin-bottom: 5em !important;
}
.fs-body-category .b1 p.mar_bs{
	margin-bottom: -2em !important;/*--本店のみ190819--*/
}

.fs-body-category #koe {
	margin-bottom: 5em;
}
.fs-body-category #koe p{
background-color: #efefef;
padding: 2em 2em 2em 2em;
border-radius:5px;
}

.fs-body-category .b1 h1.cate-neko01{
text-align: center;
font-size:28px;
color:#222222;
line-height:1.8em;
letter-spacing: 0.009em;
margin: 1em 0 1.3em;
  position: relative;
}

.fs-body-category .b1 h4.cate-neko01{
color:#393939;
font-size:17px;
line-height: 1.8em;
letter-spacing: 0.08em;
margin:0 0 0 10px;
font-weight: normal
}

.fs-body-category .b1 img.cate-neko01{
margin-top:-2.5em;
margin-bottom:0.8em;
}

.fs-body-category .b1 .click-tmb {
position: relative;
top: -105px;
left: 160px;
width: 535px;
}

.fs-body-category .b1 p.kts_cate{
background-color: #efefef;
padding: 2em !important;
border-radius: 4px;
margin-bottom: 1em;
font-size: inherit;
}

.fs-body-category .b1 img.other_02{
margin-bottom:1em;
}

/* ▼アイコン用CSS */
.fs-body-category .b1 h4.km,#koe h4{
background: url(https://kurokuro.jp/images/120101/16.jpg) left no-repeat;
height: 32px;
padding:6px 45px 0;
margin-bottom: 1em;
font-weight: normal;
letter-spacing: 0.2em;
}

.ogw {
background: url(https://kurokuro.jp/images/150121/46.jpg) no-repeat;
background-color: #efefef;
padding: 2em 2em 2em 4.5em;
border-radius: 5px;
}
/* ▲アイコン用CSS */

/* ▼爪切り頻度表 */
.fs-body-category .table_other_02{
margin-top: 20px;
border-collapse: collapse;
width: 100%;
border-spacing: 0;
line-height: 1.8;
margin:0 0 2em;
}
.fs-body-category .table_other_02 th{
background: #efefef;
white-space: nowrap;
vertical-align: top;
text-align: left;
font-style: normal;
font-size:17px;
color:#393939;
letter-spacing: 0.1em;
}
.fs-body-category .table_other_02 td, .table_other_02 th{
padding: 10px;
border: solid 1px #ccc;
vertical-align: top;
}
/* ▲爪切り頻度表 */

/* ▼カテゴリページ冒頭用テスト0716 */

.fs-body-category .cat-box img.cati1{
margin-bottom: 2.8em;
}
.fs-body-category .cat-box h1.cat{ 
margin: 0 0 1.5em;
padding: 0 0 0.3em 0;
border-bottom: 1px dotted #393939;
font-size:28px;
	font-weight: bold;
color:#222222;
line-height:1.5em;
letter-spacing: 0.15em;
}
@media screen and (max-width:767px) {
	.fs-body-category .cat-box h1.cat{ 
	font-size:2.2rem;
	}
}
.fs-body-category .cat-box .catidx1 {
margin: 1.5em 0 2em 0;
font-size:17px;
color:#393939;
letter-spacing: 0.1em;
}
.fs-body-category .cat-box .c_bun1 {
FONT-SIZE:14px;
font-weight: lighter;
margin: 1.5em 0;
color:#222222;
line-height: 1.8em;
letter-spacing: 0.1em;
}
/* ▲カテゴリページ冒頭用テスト0716 */

/* ▼カテゴリページpタグ左余白を削除 追記190726 */
.fs-body-category .b1 p {
	padding: 0 0 36px 0;
}
/* ▲カテゴリページpタグ左余白を削除 追記190726 */



/*▼調整用CSS*/
.fs-body-category .b1 .cate-onayami{
 margin:0px;
 }
.fs-body-category .b1 .cate-onayami li:nth-child(odd){
 margin-right:0;
}
.fs-body-category .b1 .cate-onayami .click-tmb li{
  width:535px;
}
/*▲調整用CSS*/





/* -----------------------------------------------------
	新カテゴリーページ　商品説明 共通（イベント／商品親ページ）
	
	※.c1 はカテゴリーページ 商品説明用
----------------------------------------------------- */

/* ----------　　cat-box　　 ---------- */

.cat-box .c1 {
	line-height: 1.6em;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.cat-box .c1 p {
	color: #222222;
	margin: 0 0 2em;
	line-height: 1.8em;
	font-size: 1.4rem;
}
.cat-box .c1 .mar_b{
margin-bottom: 3em;
}
/* 2020.5.20 追加 */
.cat-box p.hassou {
	margin: 0 0 20px;
	border: #ddd 3px double;
	padding: 15px;
	font-weight: bold;
}
.cat-box p.hassou .tag {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 1px 10px;
	border-radius: 2px;
	background: #d11923;
	color: #fff;
	text-align: center;
	font-size: 85%;
}
@media screen and (max-width:767px) {
	.cat-box p.hassou .tag {
		display: block;
		margin: 0 0 5px;
		padding: 1px 10px;
	}
}

/* ----------　　cat-body　　 ---------- */

.cat-body .c1 a:hover {
	opacity:.6;
	transition: 0.3s ease 0s;
}
.cat-body .c1 h2 {
	margin: 3em 0 1.3em 0;
	font-size: 2.5rem;
	color: #222222;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	padding: 0.1em 0.8em;
	border-left: solid 6px #222222;
}
@media screen and (max-width:767px) {
	.cat-body .c1 h2 {
		font-size: 2rem;
	}
}
.cat-body .c1 h3 {
	margin: 2em 0 1.2em;
	color: #222222;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	border-bottom: #ccc 1px solid;
}
.cat-body .c1 h3.border {
	padding: 15px 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
}
.cat-body .c1 h3.border_0 {
	margin: 0 0 0.5em;
	border-bottom: none;
}
.cat-body .c1 h4 {
	margin: 0 0 1.2em;
	color: #222222;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.cat-body .c1 p {
	color: #222222;
	margin: 0 0 2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
.cat-body .c1 ul.disc {
	list-style: disc;
	margin-left: 2em;
}
.cat-body .c1 .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .wrap {
		display: block;
	}
}
.cat-body .c1 .mar_b{
margin-bottom: 3em !important;
}

/* table（罫線あり） */
.cat-body .c1 .table_border {
	width: 100%;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .table_border {
		font-size: 1.2rem;
	}
}
.cat-body .c1 .table_border th,
.cat-body .c1 .table_border td {
	padding: 15px;
	border: #ddd 1px solid;
}
.cat-body .c1 .table_border th {
	background: #efefef;
	vertical-align: middle;
}
.cat-body .c1 .table_border td {
	background: #fff;
	text-align: center;
}

/* 3列組み */
.cat-body .c1 .cell_3clm {
	width: 300px;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .cell_3clm {
		width: 100%;
	}
}
.c1 .cell_3clm .subhead_3clm {
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.06em;
	margin: 0em 0 1em;
	border-bottom: none;
}
/*.cat-body .cell_3clm h4 {
	font-size: 16px;
}*/
.cat-body .c1 .cell_3clm p {
	font-size: 1.3rem;
}
.cat-body .c1 .cell_3clm img {
	width: 100%;
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .cell_3clm img {
		float: right;
		width: 25%;
		margin-left: 5px;
	}
}
.c1 .cell_3clm .btn_arrow {
	margin: 0.5em auto 1.5em;
}
.c1 a.btn {
	clear: both;
	display: block;
	width: 60%;
	color: #fff;
	margin: 0 auto 4em;
	margin-bottom: 4em;
	text-align: center;
	background: #999;
	border-radius: 5px;
	padding: 1em 0;
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* 背景グレー枠＿3column */
.cat-body .c1 .box_gray_3clm{	
	width: 415px;
	background: #efefef;
	border-radius: 4px;
	padding: 1.5em 2em;
	letter-spacing: 0.1em;
	margin: 0 0 1.8em;
}
.c1 .box_gray_3clm h3 {
	margin: 0 0 0.5em;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding-left: -4em;
	border-bottom: none;
}
.cat-body .c1 .box_gray_3clm ul {
	font-size: 14px;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-left: -4em;
	list-style: none;
}
.cat-body .c1 .box_gray_3clm ul {
    text-indent: -4.6em;
}
.cat-body .c1 .box_gray_3clm ul li{
    margin-left: 4.6em;
}


/* 2重線枠_1column */
.cat-body .c1 .box_2border_1clm{	
	/*width: 920px;*/
	padding: 1.5em 2em;
	letter-spacing: 0.1em;
	margin: 0 0 1.8em;
	border: #ddd 3px double;
}
.c1 .box_2border_1clm h3 {
	margin: 0 0 0.5em;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding-left: -4em;
	border-bottom: none;
}
.cat-body .c1 .box_2border_1clm ul {
	font-size: 14px;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-left: -4em;
	list-style: none;
}
.cat-body .c1 .box_2border_1clm ul {
    text-indent: -4.6em;
}
.cat-body .c1 .box_2border_1clm ul li{
    margin-left: 4.6em;
}


/* 商品画像とカテゴリ名*/
.cat-body .c1 .cat_item {
	width: 482px;
	/*margin: 0 auto;*/
	vertical-align: top; 
}
.cat-body .c1 .item_name {
  position: relative;
}
/* オレンジ タグ */
.c1 .item_name .item_tag {
	position: absolute;
	width: 30%;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 6px 10px;
	background:	#e75f39;
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: .15em;
	text-align: center;
	border-bottom: none;
}
/*.c1 .item_name h3 {
  position: absolute;
	width: 25%;
	width: 28%;
  top: 0;
  left: 0;
	margin:0;
	padding: 6px 10px;
	background: #e75f39;
	color: #fff !important;
	font-size: 12px;
	letter-spacing: .15em;
  text-align: center;
	font-weight: 500;
	font-family: 'Lucida Grande',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
	border-bottom: none;
}*/
/*.item_name h4 {
  position: absolute;
	width: 30%;
  top: 0;
  left: 0;
	margin:0;
	padding: 6px 10px;
	background: #e75f39;
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: .15em;
  text-align: center;
	font-weight: 500;
	font-family: 'Lucida Grande',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
	border-bottom: none;
}*/
.cat-body .c1 .item_name img {
	width: 100%;
	margin: 0 0 1.2em;
}

/* 画像下の商品説明 */
.cat-body .c1 .item_info h4 {
	margin: 0.4em 0 0.8em 0;
}
.cat-body .c1 .item_info h5 {
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 0 0 1.6em;
	font-weight: normal;
}
.cat-body .c1 .item_info p {
	font-size: 1.6rem;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 0 0 0.8em;
}

/* 下向き三角 */
.cat-body .c1 .arrow_under{
	width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #222222;
	margin: 0 auto 0.8em ;
}

/* 商品説明_背景グレー */
.c1 .item_info .point_box{
	background: #efefef;
	padding: 1em 1em 1.3em ;
	border-radius: 4px;
	letter-spacing: 0.05em;
	margin:1.7em 0 1.8em 0;
}
.c1 .item_info .point_box h4 {
	font-size: 1.3rem;
	font-weight: bold;
}
.c1 .item_info .point_box p {
	font-size: 13px;
	margin-block-end: 0em;
}
.c1 .item_info .point_box ol { 
	font-size: 13px;
	margin-block-end: 1em;
	padding: 0;
}
.c1 .item_info .point_box ol {
	margin: 0 0 0 2em;
}
.c1 .item_info .point_box ul {
	font-size: 13px;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-left: -4em;
	list-style: none;
}
.c1 .item_info .point_box ul {
    text-indent: -3.4em;
}
.c1 .item_info .point_box ul li{
    margin-left: 3.4em;
}

/* ボタン_右矢印 */
.c1 .btn_arrow {
  display: block;
  width: 60%;
  text-align: center;
  padding: 1em;
	margin: 1.8em auto 1.5em;
	border: solid 1px #999;
  text-decoration: none;
}
.c1 .btn_arrow:hover {
	text-decoration: none;
}
.c1 .btn_arrow span{
	display: block;
	font-size: 13px;
	color:#555;
	font-weight: bold;
	letter-spacing: 0.05em;
  position: relative;
	padding: 0.3em 1.5em;;
}
.c1 .btn_arrow span::after{
  content: "";
  position: absolute;
	top:0;
	bottom:.1em;
	right: 1%;
	margin:auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
}


/* 悩みピックアップ */
.cat-body .c1 .nayami_pickup {
	margin: 0 0 60px;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .nayami_pickup {
		margin: 0 15px 30px;
	}
}
.cat-body .c1 .nayami_pickup li {
	position: relative;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .nayami_pickup li {
		margin-bottom: 20px;
	}
}
.cat-body .c1 .nayami_pickup li:nth-child(even) {
	text-align: right;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .nayami_pickup li:nth-child(even) {
		text-align: left;
	}
}
.cat-body .c1 .nayami_pickup li span {
	display: inline-block;
	padding: 15px;
	background: #eee;
	border-radius: 5px;
}
.cat-body .c1 .nayami_pickup li span.left {
  text-align: left;
}
.cat-body .c1 .nayami_pickup li:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 15px solid #efefef;
}
.cat-body .c1 .nayami_pickup li:nth-child(even):before {
	right: -15px;
	left: auto;
	border-left: 15px solid #efefef;
	border-right: none;
}

/* ３つのポイント */
.cat-body .c1 .point_list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .point_list {
		display: block;
		max-width: 300px;
		margin: 0 auto 60px;
	}
}
.cat-body .c1 .point_list .point_item {
	width: 32%;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .point_list .point_item {
		width: 100%;
		margin-bottom: 15px;
	}
}
.cat-body .c1 .point_list .point_item img {
	vertical-align: bottom;
}
.cat-body .c1 .point_list .point_item .text_area {
	position: relative;
	background: #efefef;
	padding: 25px 15px 15px;
}
.cat-body .c1 .point_list .point_item p {
	text-align: center;
}
.cat-body .c1 .point_list .point_item .point_tag {
	display: inline-block;
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
	padding: 0 5px;
	background: #999;
	border-radius: 2px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.cat-body .c1 .point_list .point_item .text_area p.text01 {
	margin-bottom: 10px;
	font-weight: bold;
}
.cat-body .c1 .point_list .point_item .text_area p.text02 {
	font-size: 1.2rem;
}

/* 黄色マーカー */
.cat-body .c1 .text_mark {
	display: inline-block;
	padding: 0 0 0 5px;
	background: linear-gradient(transparent 60%, #ffe985 40%);
}

.cat-body .c1 .develop {
 padding: 20px;
 border: #ddd 5px solid;
 text-align: center;
 font-size: 1.7rem;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .develop {
	 padding: 15px;
	 font-size: 1.4rem;
	}
}
.cat-body .c1 .chushaku {
	color: #d11923;
	font-size: 1rem;
}

/*　ネコさんインスタ　*/
.cat-body .c1 .product_instagram h3 {
	margin: 0 0 40px;
	border: none;
	text-align: center;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .product_instagram h3 {
		margin: 0 0 10px;
	}
}
.cat-body .c1 .product_instagram h3 span {
	display: block;
	margin: 5px 0 0;
	font-size: 1.5rem;
	font-weight: normal;
	color: #999;
	line-height: 1;
}
.fs-body-category .c1 .product_instagram .wrap {
	justify-content: space-around;
}
@media screen and (max-width:767px) {
	.fs-body-category .c1 .product_instagram .wrap {
		margin: 0 0 20px;
	}
}
.cat-body .c1 .product_instagram .insta_area{
	width: 250px;
}
/*.cat-body .c1 .product_instagram iframe {
	margin: 0 0 8px;
}*/
@media screen and (max-width:767px) {
	.cat-body .c1 .product_instagram .insta_area img {
		width: 200px;
		margin: auto;
	}
}
.cat-body .c1 .product_instagram p {
	margin: 0 0 10px;
}
.cat-body .c1 .product_instagram .sound {
	font-size: 1rem;
}
.cat-body .c1 .product_instagram .name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #393939;
}
.cat-body .c1 .product_instagram .size:before {
	display: inline-block;
	content: '';
	margin-right: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #999;
	vertical-align: middle;
}
.cat-body .c1 .product_instagram .size a {
	color: inherit;
	text-decoration: underline;
}
.cat-body .c1 .product_instagram .youto {
	font-size: 1.2rem;
	letter-spacing: .08em;
}
.cat-body .c1 .product_instagram .note {
	font-size: 1.2rem;
	text-align: right;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .product_instagram .note {
		text-align: center;
	}
}
.cat-body .c1 .product_instagram .go_insta {
	width: 80%;
	margin: 0 auto 2px;
}
/* arrow */
.cat-body .c1 .product_instagram .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 10;
    margin: -22px 0 0;
}
.cat-body .c1 .product_instagram .slick-arrow.prev {
	left: -40px;
}
.cat-body .c1 .product_instagram .slick-arrow.next {
	right: -40px;
}
@media screen and (max-width:767px) {
	.cat-body .c1 .product_instagram .slick-arrow.prev {
		left: 0;
	}
	.cat-body .c1 .product_instagram .slick-arrow.next {
		right: 0;
	}
	.cat-body .c1 .product_instagram .slick-arrow img {
		width: 18px;
		height: auto;
	}
}

/* お問い合わせはこちら */
.cat-body .c1 .product_inquiry {
	padding: 15px;
	border: #e75f30 2px solid; 
	text-align: center;
}
.cat-body .c1 .product_inquiry .tel,
.cat-body .c1 .product_inquiry .mail {
	color: inherit;
	text-decoration: underline;
} 
.cat-body .c1 .product_inquiry .mail {
	padding: 0 0 0 28px;
	background: url(https://kurokuro.jp/img/icon_mail.png) no-repeat 0 center;
	background-size: auto 16px;
}

/*　グレー塗りの見出し　*/
.cat-body .c1 .siyou {
	background: #efefef;
	padding: 0.4em;
	text-align: center;
	border: none !important;
}

.cat-body .c1 .bl_none {
	border-left: none !important;
}
.cat-body .c1 .bb_none {
	border-bottom: none !important;
}
.cat-body .c1 .text_center {
	text-align: center !important;
}
.cat-body .c1 .text_left {
	text-align: left !important;
}








/* -----------------------------------------------------\r
	nekozukiについて /c/about等　（新）
----------------------------------------------------- */

/* ----------　　猫目線の配慮 一例　　 ---------- */
.fs-body-category .c1 .cate-onayami .solution_ichirei {
	padding: 0;
}
.fs-body-category .c1 .cate-onayami .solution_ichirei li {
	width: 100%;
	float: none;
}

.fs-body-category .c1 .wrap {
	display: flex;
	margin: 0 0 60px;
}
.fs-body-category .c1 .wrap > a {
	width: 15%;
}
.fs-body-category .c1 .wrap .cate-onayami {
	flex: 1;
}
.fs-body-category .c1 .wrap .cate-onayami li {
	width: 100%
}



/* -----------------------------------------------------\r
	ご案内 /c/news
----------------------------------------------------- */
/* レイアウト */
.fs-body-category-news .fs-c-subgroupList__item {
	flex: auto;
	width: 32%;
	padding: 0 1em;
	text-align: left;
}
@media screen and (max-width:767px) {
	.fs-body-category-news .fs-c-subgroupList__item {
		width: 100%;
		text-align: left;
	}
}



