@charset "utf-8";


/* -----------------------------------------------------
		Top Page	
----------------------------------------------------- */
.inner {
	/*max-*/width: 996px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.inner {
		width: 94%;
	}
}


/* common */
.org_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.org_col2 .item {
	width: 48%;
	margin: 0 0 20px;
}
.org_col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.org_col3 .item {
	width: 32%;
	margin: 0 0 20px;
}
.org_col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.org_col4 .item {
	/*width: 285px;*/
	width: 230px;
}
.org_col5 {
	display: flex;
	justify-content: space-between;
}
.org_col5 .item {
	/*width: 224px;*/
	width: 181px;
}
.org_col2 .item a,
.org_col3 .item a,
.org_col4 .item a,
.org_col5 .item a {
	display: block;
	text-decoration: none;
	color: #222;
}

.org_top_heading {
	position: relative;
	margin: 0 0 50px;
	font-size: 2.5rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .15em;
}
@media screen and (max-width:767px) {
	.org_top_heading {
		margin: 0 0 20px;
		font-size: 2rem;
	}
}
.org_top_heading:before,
.org_top_heading:after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	width: 300px;
	z-index: -1;
	height: 1px;
	background: #ddd;
}
@media screen and (max-width:767px) {
	.org_top_heading:before,
	.org_top_heading:after {
		display: none;
	}
}
.org_top_heading:before {
	left: 0;
}
.org_top_heading:after {
	right: 0;
}
.org_top_heading .eng {
	display: block;
	margin: 5px 0 0;
	font-size: 1.5rem;
	color: #999;
	line-height: 1;
}
.org_top_heading .sub {
	display: block;
	/*font-size: 1.9rem;*/
	font-size: 1.6rem;
}
@media screen and (max-width:767px) {
	.org_top_heading .sub {
		font-size: 1.3rem;
	}
}


/* メイン動画 */
.top_movie {
	width: 100%;
	margin: auto;
}
.top_movie video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* 動画追加によるヘッダーの変更 */
/*.fs-body-top .header {
	display: none;
}
.fs-body-top .header.fixed {
	display: block;
}*/
.fs-body-top .header_news {
	display: none;
}
.fs-body-top .head_news {
	padding: 20px 0;
}
.fs-body-top .fs-l-header .head_news {
	display: none;
}
@media screen and (max-width:767px) {
	.trend_word_sp, .fs-p-headerNavBar {
		display: none;
	}
}


/* メインビジュアル */
.main_visual {
	/*opacity: 0;*/
	transition: opacity .3s linear;
	margin-bottom: 50px;
}
.main_visual.slick-initialized {
	opacity: 1;
}
.main_visual.slick-initialized .slick-slide {
	transition: .3s ease-out;
}
.main_visual.slick-initialized .slick-slide:hover {
	opacity: .6;
}
.main_visual .slick-slide img {
	opacity: .6;
}
.main_visual .slick-slide.slick-current img {
	opacity: 1;
}
/* メインビジュアル スライダー サムネイル付 */
.main_visual_slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_visual_slider.slick-initialized {
	opacity: 1;
}
.main_visual_slider.slick-initialized .slick-slide {
	transition: .3s ease-out;
}
.main_visual_slider.slick-initialized .slick-slide:hover {
	opacity: .6;
}
.main_visual .thumbnail .slick-list {
	margin: 0 -5px;
}
.main_visual .thumbnail .slick-track {
 	transform: unset !important;
}
.main_visual .thumbnail .slick-slide {
	padding: 10px 5px;
}
.main_visual .thumbnail .slick-slide img {
	cursor: pointer;
}
.main_visual .thumbnail .slick-slide.slick-current img {
	border: #e75f39 1px solid;
}
@media screen and (max-width: 767px){
	.main_visual .thumbnail .slick-list {
		margin: 0 -3px;
	}
	.main_visual .thumbnail .slick-slide {
		padding: 5px 3px;
	}
}

/* dots */
.main_visual .slick-dots {
    bottom: -45px;
}
@media screen and (max-width:767px) {
    .main_visual .slick-dots {
        bottom: -35px;
    }
}
.main_visual .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    border: #393939 1px solid;
}
.main_visual .slick-dots li.slick-active button:before {
    background: #393939;
}
/* arrow */
.main_visual .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 10;
	transform: translateY(-50%);
	padding: 12px 17px;
	background: rgba(255,255,255,1);
	transition: .2s;
}
.main_visual .slick-arrow:hover {
	background: rgba(255,255,255,.5);
}
.main_visual .slick-arrow.prev {
	left: 0;
}
.main_visual .slick-arrow.next {
	right: 0;
}
.main_visual .slick-arrow img {
	width: 14px;
	height: auto;
}



/* 困りごと一覧 */
.top_solution {
	padding: 80px 0;
}
@media screen and (max-width:767px) {
	.top_solution {
		padding: 40px 0;
	}
}
.top_solution .org_top_heading {
	font-size: 2rem;
}
.top_solution .org_col4:before {
  order:1;
}
.top_solution .org_col4:before,
.top_solution .org_col4:after {
  display: block;
	content:'';
  width: 230px;
}
.top_solution .org_col4 .item {
	width: 230px;
	margin: 0 0 30px;
}
@media screen and (max-width:767px) {
	.top_solution .org_col4 .item {
		width: 49%;
	}
}
.top_solution .item {
	position: relative;
}
@media screen and (max-width:767px) {
	.top_solution .item {
		margin: 0 0 20px;
	}
}
.top_solution .item span {
	display: block;
	position: relative;
}
.top_solution .item img {
	vertical-align: bottom;
}
.top_solution .item h3 {
	position: absolute;
	bottom: 0;
	width: 55%;
	padding: 6px 10px;
	background: #393939;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: .15em;
	text-align: center;
}
@media screen and (max-width:767px) {
	.top_solution .item h3 {
		width: 70%;
		font-size: 1rem;
	}
}
.top_solution .item p {
	position: relative;
	margin: 13px 0 0;
	padding: 0 1em 0 0;
	font-size: 1.4rem;
}
@media screen and (max-width:767px) {
	.top_solution .item p {
		padding: 0;
		font-size: 1.1rem;
		letter-spacing: 0.03em;
	}
}
.top_solution .item p:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: '';
	margin: -3px 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
/* ▼未使用 */
.top_solution .item ul {
	margin: 15px 0 0;
	list-style: none;
	color: #555;
	text-align: left;
}
@media screen and (max-width:767px) {
	.top_solution .item ul {
		margin: 8px 0 0;
		font-size: 1.1rem;
	}
}
.top_solution .item ul li {
	position: relative;
	margin: 0 0 8px 1.3em;
	font-size: 1.3rem;
	letter-spacing: .15em;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.top_solution .item ul li {
		font-size: 1.1rem;
		letter-spacing: .08em;
	}
}
.top_solution .item ul li:before {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	left: -13px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #999;
}

/* コンテンツバナー（ねこずきの学校・ネコ社員紹介など） */
.org_col2.top_contents_bnr a {
	display: block;
	width: 48.7%;
	text-align:center;
	text-decoration: none;
	color: inherit;
}
.org_col2.top_contents_bnr a img {
	margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
	.org_col2.top_contents_bnr a {
		width: 100%;
		font-size: 1.1rem;
	}
	.org_col2.top_contents_bnr a img {
		margin: 0 0 7px;
	}
}


/* お知らせ */
.top_news {
	padding: 0 0 80px;
}
@media screen and (max-width:767px) {
	.top_news {
		padding: 0 0 40px;
	}
}
.news_list {
	max-width: 840px;
	margin: 0 auto;
}
.news_list dt,
.news_list dd {
	padding: 12px 0;
	font-size: 1.6rem;
	letter-spacing: .08em;
	line-height: 1;
}
@media screen and (max-width:767px) {
	.news_list dt,
	.news_list dd {
		font-size: 1.4rem;
	}
}
.news_list dt {
	float: left;
	width: 210px;
}
@media screen and (max-width:767px) {
	.news_list dt {
		float: none;
		width: 100%;
		padding: 0 0 5px;
	}
}
.news_list dt span {
	display: inline-block;
	margin: 0 0 0 20px;
	width: 6em;
	padding: 5px;
	border: #999 1px solid;
	font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width:767px) {
	.news_list dt span {
		font-size: 1.2rem;
	}
}
.news_list dd {
	padding-left: 230px;
	line-height: 1.8;
}
@media screen and (max-width:767px) {
	.news_list dd {
		margin: 0 0 20px;
		padding: 0;
	}
}
.news_list dd a {
	color: #555;
}

/* ピックアップ */
.top_pickup {
	padding: 0 0 80px;
}
@media screen and (max-width:767px) {
	.top_pickup {
		padding: 0 0 40px;
	}
}
.top_pickup .org_top_heading {
	font-size: 2rem;
}
.top_pickup .org_col4:before {
  order:1;
}
.top_pickup .org_col4:before,
.top_pickup .org_col4:after {
  display: block;
	content:'';
  width: 230px;
}
.top_pickup .org_col4 .item {
	width: 230px;
	margin: 0 0 30px;
}
@media screen and (max-width:767px) {
	.top_pickup .org_col4 .item {
		width: 49%;
	}
}
.top_pickup .item {
	position: relative;
}
@media screen and (max-width:767px) {
	.top_pickup .item {
		margin: 0 0 20px;
	}
}
.top_pickup .item span {
	display: block;
	position: relative;
}
.top_pickup .item img {
	vertical-align: bottom;
}
.top_pickup .item h3 {
	position: absolute;
	bottom: 0;
	width: 55%;
	padding: 6px 10px;
	background: #e75f39;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: .15em;
	text-align: center;
}
@media screen and (max-width:767px) {
	.top_pickup .item h3 {
		width: 70%;
		font-size: 1rem;
	}
}
.top_pickup .item p {
	position: relative;
	margin: 13px 0 0;
	padding: 0 1em 0 0;
	font-size: 1.4rem;
}
@media screen and (max-width:767px) {
	.top_pickup .item p {
		padding: 0;
		font-size: 1.1rem;
		letter-spacing: 0.03em;
	}
}
.top_pickup .item p:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: '';
	margin: -3px 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}

/* ネコ豆知識 */
.top_mame {
	padding: 0 0 120px;
}
@media screen and (max-width:767px) {
	.top_mame {
		padding: 0 0 60px;
	}
}
.top_mame .org_col4 {
	margin: 0 -10px;
}
.top_mame .item {
	position: relative;
	margin: 0 10px;
}
.top_mame .item span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 8px;
	background: #e75f39;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px) {
	.top_mame .item span {
		padding: 5px;
	}
}
.top_mame .item h3 {
	margin: 13px 0;
	line-height: 1.5;
	letter-spacing: .08em;
}
@media screen and (max-width:767px) {
	.top_mame .item h3 {
		margin: 10px 0;
		font-size: 1.4rem;
	}
}
.top_mame .item .data {
	color: #999;
	font-size: 1.3rem;
}


/* 商品開発 */
.top_develop {
	padding: 0 0 120px;
}
@media screen and (max-width:767px) {
	.top_develop {
		padding: 0 0 80px;
	}
}
.top_develop .org_col4 {
	margin: 0 -10px;
}
.top_develop .item {
	position: relative;
	margin: 0 10px;
}
.top_develop .item span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 8px;
	background: #e75f39;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px) {
	.top_develop .item span {
		padding: 5px;
	}
}
.top_develop .item img {
	width: 234px;
	height: 234px;
	max-width: 100%;
	object-fit: cover;
}
@media screen and (max-width:767px) {
	.top_develop .item img {
		height: auto;
	}
}
.top_develop .item h3 {
	margin: 13px 0;
	line-height: 1.5;
	letter-spacing: .08em;
}
@media screen and (max-width:767px) {
	.top_develop .item h3 {
		margin: 10px 0;
		font-size: 1.4rem;
	}
}
.top_develop .item .data {
	color: #999;
	font-size: 1.3rem;
}

/* arrow */
.top_mame .slick-arrow,
.top_develop .slick-arrow,
.top_blog .blog_list_popular .slick-arrow {
	position: absolute;
	top: 30%;
	cursor: pointer;
	z-index: 10;
}
.top_mame .slick-arrow.prev,
.top_develop .slick-arrow.prev,
.top_blog .blog_list_popular .slick-arrow.prev {
	left: -40px;
}
.top_mame .slick-arrow.next,
.top_develop .slick-arrow.next,
.top_blog .blog_list_popular .slick-arrow.next {
	right: -40px;
}
@media screen and (max-width:767px) {
	.top_mame .slick-arrow,
	.top_develop .slick-arrow,
	.top_blog .blog_list_popular .slick-arrow {
		top: 40%;
    padding: 0 6px;
	}
	.top_mame .slick-arrow.prev,
	.top_develop .slick-arrow.prev,
	.top_blog .blog_list_popular .slick-arrow.prev {
		left: 0;
	}
	.top_mame .slick-arrow.next,
	.top_develop .slick-arrow.next,
	.top_blog .blog_list_popular .slick-arrow.next {
		right: 0;
	}
	.top_mame .slick-arrow img,
	.top_develop .slick-arrow img,
	.top_blog .blog_list_popular .slick-arrow img {
		width: 18px;
		height: auto;
	}
}

/* ランキング */
.top_ranking {
	padding: 0 0 120px;
}
@media screen and (max-width:767px) {
	.top_ranking {
		padding: 0 0 40px;
	}
	.top_ranking .org_col5 {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -1.5%;
	}
}
.top_ranking .item {
	position: relative;
}
@media screen and (max-width:767px) {
	.top_ranking .item {
		width: 30%;
		margin: 0 1.5% 20px;
	}
}
.top_ranking .item span {
	position: absolute;
	top: 0;
	left: 0;
}
.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) {
	.top_ranking .item h3 {
		margin: 8px 0 5px;
	}
}
.top_ranking .item .price {
	color: #555;
}

/* 困った解決後のようす */
.top_voice {
	padding: 0 0 120px;
}
@media screen and (max-width:767px) {
	.top_voice {
		padding: 0 0 70px;
	}
}
.top_voice .org_col5 {
	margin: 0 0 40px;
}
@media screen and (max-width:767px) {
	.top_voice .org_col5 {
		width: 80%;
		max-width: 240px;
		margin: 0 auto 40px;
	}
}
.top_voice .slick-list {
	margin: 0 auto;
}
.top_voice .item {
	margin: 0 10px;
}
.top_voice .item .voice_detail {
	display: block;
	padding: 10px 8px;
	background: #efefef;
	text-align: center;
	line-height: 1.8;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.top_voice .item .voice_detail .product {
	font-size: 1.1rem;
}
.top_voice .item .voice_detail .product:before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #999;
}
.top_voice .item .voice_detail .product a {
	display: inline;
	text-decoration: underline;
}
/* ▼2020.07.21追加 */
@media screen and (max-width:767px) {
	.top_voice .item .voice_detail {
		font-size: 1.2rem;
	}
}
.top_voice .go_insta,
.top_voice .go_youtube,
.top_voice .go_twitter {
	display: none;
}
@media screen and (max-width:767px) {
	.top_voice .go_insta {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 5px 1em;
		background: rgba(153,153,153,.7) url(https://kurokuro.jp/img/icon_ig_gray.png) no-repeat 5% center;
		background-size: 13px auto;
		text-align: center;
		font-size: 1.0rem;
		color: #fff;
	}
	.top_voice .go_youtube {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 5px 1em;
		background: rgba(153,153,153,.7) url(https://kurokuro.jp/img/icon_youtube_gray.png) no-repeat 5% center;
		background-size: 16px auto;
		text-align: center;
		font-size: 1.0rem;
		color: #fff;
	}
	.top_voice .go_twitter {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 5px 1em;
		/*background: rgba(153,153,153,.7) url(https://kurokuro.jp/img/icon_tw_white.png) no-repeat 5% center;*/
		background: rgba(153,153,153,.7) url(https://kurokuro.jp/img/icon_x_white.png) no-repeat 5% center;
		background-size: 16px auto;
		text-align: center;
		font-size: 1.0rem;
		color: #fff;
	}
	.top_voice .item.box img {
		height: auto;
	}
}
.top_voice .product_info {
	margin: 5px 0 0;
}
.top_voice .product_info .category {
	display: block;
	display: inline-block;
	margin: 0 0 5px;
	padding: 2px 1em;
	border-radius: 2px;
	background: #888;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}
.top_voice .product_info .product {
	display: block;
	font-size: 1.1rem;
}
.top_voice .product_info .product:before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #999;
}
.top_voice .product_info .product a {
	display: inline;
	text-decoration: underline;
	transition: .2s;
}
.top_voice .product_info .product a:hover {
	color: #e75f39;
}
/* hoverイベント */
.top_voice .item > a {
	position: relative;
}
.top_voice .item >a:after {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 181px;
	padding-top: 50px;
	box-sizing: border-box;
	content: '';
	background-position: center 55%;
	transition: .2s;
	color: #fff;
	text-align: center;
}
.top_voice .item > a:hover:after {
	content: 'Instagramで見る';
	background: rgba(153,153,153,.85) url(https://kurokuro.jp/img/icon_ig_gray.png) no-repeat center 55%;
	background-size: 35px auto;
}
.top_voice .item > a.youtube:hover:after {
	content: 'YouTubeで見る';
	background: rgba(153,153,153,.85) url(https://kurokuro.jp/img/icon_youtube_gray.png) no-repeat center 55%;
	background-size: 40px auto;
}
.top_voice .item > a.twitter:hover:after {
	content: 'Xで見る';
	 /* background: rgba(153, 153, 153, .85) url(https://kurokuro.jp/img/icon_tw_white.png) no-repeat center 55%; */
    background: rgba(153, 153, 153, .85) url(https://kurokuro.jp/img/icon_x_white.png) no-repeat center 55%;
	background-size: 40px auto;
}
@media screen and (max-width:767px) {
	.top_voice .item >a:after {
		display: none;
	}
}
/* ▲2020.07.21追加 */

/* arrow */
.top_voice .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 10;
    margin: -22px 0 0;
}
.top_voice .slick-arrow.prev {
	left: -40px;
}
.top_voice .slick-arrow.next {
	right: -40px;
}
@media screen and (max-width:767px) {
	.top_voice .slick-arrow.prev {
		left: -35px;
	}
	.top_voice .slick-arrow.next {
		right: -35px;
	}
	.top_voice .slick-arrow img {
		width: 18px;
		height: auto;
	}
}

.top_voice .share {
	margin: 40px 0 0;
	padding: 25px;
	border: #aaa 1px dashed;
	text-align: center;
	letter-spacing: .15rem;
	line-height: 2;
	
}
@media screen and (max-width:767px) {
	.top_voice .share {
		padding: 15px;
		letter-spacing: .08rem;
		font-size: 1.3rem;
		text-align: left;
	}
}
.top_voice .share span {
	color: #e75f39;
}



/* ブログ */
.top_blog {
	padding: 0 0 120px;
}
@media screen and (max-width:767px) {
	.top_blog {
		padding: 0 0 80px;
	}
}
.top_blog .blog_list {
	margin: 0 0 30px;
}
.top_blog .item {
	display: flex;
}
@media screen and (max-width:767px) {
	.top_blog .org_col2 .item {
    width: 100%;
	}
}
.top_blog .item_image {
	position: relative;
	width: 120px;
	margin: 0 20px 0 0;
}
@media screen and (max-width:767px) {
	.top_blog .item_image {
		width: 100px;
		margin: 0 15px 0 0;
	}
}
.top_blog .item_image:after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -20px;
	width: 1px;
	height: 100%;
	background: #ddd;
	content: '';
}

.top_blog .item_text {
	flex: 1;
	padding: 5px 0 0 20px;
}

.top_blog .ttl {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: .08em;
}
@media screen and (max-width:767px) {
	.top_blog .ttl {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
.top_blog .date {
	margin: 20px 0 0;
	font-size: 1.3rem;
	color: #999;
}

/* よく読まれている記事 */
.top_blog h3 {
	text-align: center; 
	margin: 0 0 20px;
}
.top_blog .blog_list_popular {
	background: #efefef;
	margin: 0 0 40px;
	padding: 30px 25px;
	justify-content: space-around;
}
@media screen and (max-width:767px) {
	.top_blog .blog_list_popular {
		padding: 30px 15px;
		justify-content: space-between;
	}
}
.top_blog .blog_list_popular .item {
	display: block;
	width: 16%;
}
@media screen and (max-width:767px) {
	.top_blog .blog_list_popular .item {
		width: 48%;
		margin: 0 10px;
	}
}
/*.top_blog .blog_list_popular .item:nth-child(n + 6) {
	display: none;
}*/
.top_blog .blog_list_popular .item_image {
	width: 100%;
	margin: 0;
}
@media screen and (max-width:767px) {
	.top_blog .blog_list_popular .item_image {
		padding: 2px 0 0;
	}
}
.top_blog .blog_list_popular .item_image::after {
	display: none;
}
.top_blog .blog_list_popular .item span {
	position: absolute;
	top: -2px;
	left: -2px;
}
.top_blog .blog_list_popular .item span img {
			box-shadow: #fff 2px 2px 0px 0px;
}
.top_blog .blog_list_popular .item_text {
	flex: auto;
	padding: 10px 0 0;
}
.top_blog .blog_list_popular .ttl {
	font-size: 1.4rem;
}
.top_blog .blog_list_popular .date {
	margin: 10px 0 0;
}


/* カテゴリー */
.top_category {
	padding: 0 0 100px;
}
@media screen and (max-width:767px) {
	.top_category {
		margin: 0 -3% 60px;
		padding: 50px 3% 60px;
		background: #efefef;
	}
}
.top_category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_category ul li {
	width: 20%;
	margin: 0 0 60px;
}
@media screen and (max-width:767px) {
	.top_category ul li {
		width: 33.3%;
		margin: 0 0 40px;
	}
}
.top_category ul li a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
}
.top_category ul li a img {
	display: block;
	width: 100px;
	margin: 0 auto 10px;
}
@media screen and (max-width:767px) {
	.top_category ul li a img {
		width: 80px;
	}
}

/* 特集 */
.top_feature {
	padding: 0 0 80px;
}
.top_feature .org_col2 {
	justify-content: center;
	align-items: baseline;
}
.top_feature .org_col2 .item {
	width: 40%;
  margin: 0 2% 20px;
}
@media screen and (max-width:767px) {
	.top_feature .org_col2 .item {
		width: 100%;
		margin: 0 10% 20px;
	}
}

/* 受賞歴・メディア掲載実績 */
.top_awards {
    padding: 0 0 120px;
}
@media screen and (max-width:767px) {
	.top_awards {
			padding: 0 0 80px;
	}
}
.top_awards p {
	text-align: center;
}
.top_awards .awards {
	margin-bottom: 40px;
}
@media screen and (max-width:767px) {
	.top_awards .awards {
		margin-bottom: 20px;
	}
}

/* メディア掲載 お知らせ */
.top_media .ttl {
	margin: 10px 0 0;
    line-height: 1.5;
    letter-spacing: .08em;
}
.top_media .date {
    margin: 10px 0 0;
    font-size: 1.3rem;
    color: #999;
}
.top_media h3.mds {
	text-align: center;
    font-size: 2rem;
    margin: 80px 0 50px;
}
.top_media .media_list img {
	width: 80%;
    display: block;
    margin: auto;
}
@media screen and (max-width:767px) {
	.top_media h3.mds {
		font-size: 1.6rem;
		margin: 50px 0 30px;
	}
	.top_media .media_list img {
		width: 100%;
		display: block;
	}
}


/* nekozukiについて */
.top_about {
	width: 100vw;
	margin-left: calc((100vw - 996px)  / -2);
	/*margin-top: 80px;*/
	margin-top: 0;
	/*margin-bottom: 20px;*/
	background: #efefef url(https://kurokuro.jp/img/top_about_bg.jpg) no-repeat 0 bottom;
	background-size: 500px auto;
}
.top_about_in {
	width: 996px;
	margin: 0 auto;
	padding: 60px 0;
}
.top_about p {
	margin-bottom: 30px;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.top_about {
		width: 100vw;
		margin-left: -3%;
		/*margin-top: 40px;*/
		margin-bottom: 30px;
		padding: 0 0 120px;
		background-size: 300px auto;
	}
	.top_about_in {
		width: 94%;
		padding: 40px 0;
	}
	.top_about p {
		margin-bottom: 25px;
		font-size: 1.3rem;
	}
	.top_about .link_btn {
		width: 80%;
	}
}
/*動画*/
.prm_movie {
	display: block;
	width: 80%;
	height: 100%;
	margin: auto;
	position: relative;
}
/*.prm_movie:hover:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	content: "困りごと解決商品を見る ＞";
	background: rgba(255,255,255,.8);
	color: #555;
	font-size: 2rem;
	text-align: center;
	line-height: 19em;
	letter-spacing: .08em;
}*/
.prm_movie video {
	width: 100%;
	display: block;
	margin: 0 auto 30px;
}



/* -----------------------------------------------------\r
	印刷用
----------------------------------------------------- */
@media print {

	.slick-arrow {
		display: none!important;
	}


}