@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
section {
	position: relative;
	z-index: 2;
}
section .container {
	padding-top: 10vw;
	padding-bottom: 8vw;
}
section .container.full {
	max-width: 100%;
	padding-bottom: 0;
}
/*=============================================================
 TOPページ
=============================================================*/
#sec_kv {
	margin-bottom: 100px;
}
#sec_kv .slick-dots {
	position: absolute;
	bottom: -30px;
	right: 22%;
	display: inline-block !important;
	width: auto !important;
	max-width: 800px;
	padding: 0;
	margin: 0 0 0 auto;
	list-style: none;
	text-align: right;
	z-index: 2;
}
#sec_kv .slick-dots li {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 3px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
#sec_kv .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 11px;
	height: 11px;
	padding: 6px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#sec_kv .slick-dots li button:hover, #sec_kv .slick-dots li button:focus {
	outline: none;
}
#sec_kv .slick-dots li button:hover:before, #sec_kv .slick-dots li button:hover:before, #sec_kv .slick-dots li button:focus:before, #sec_kv .slick-dots li button:focus:before {
	opacity: 1;
}
#sec_kv .slick-dots li button:before {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	border-radius: 0%;
	background: #fff;
	content: '';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#sec_kv .slick-dots li.slick-active button:before {
	background: rgba(0, 0, 0, 0.5);
}
#sec_kv .slick-slide {
	position: relative;
	margin: 5px 0 0 0;
}
#sec_kv .slick-slide .postlink a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#sec_kv .slick-slide .postlink a span {
	display: none;
}
#sec_kv .slick-slide:after {
	content: "";
	display: block;
	width: 60px;
	height: 100px;
	background: url("../img/icn_new.png") no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: -5px;
	right: 50px;
}
#sec_kv .slick-slide .thumbnail {
	width: 100%;
	margin: 0 0 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 10vw;
}
#sec_kv .slick-slide .thumbnail p {
	overflow: hidden;
	border-radius: 0 20px 0 20px;
}
#sec_kv .slick-slide .thumbnail img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	transition: 1s all;
}
#sec_kv .slick-slide:hover .thumbnail img {
	opacity: 1.0;
	transform: scale(1.2, 1.2);
	transition: 1s all;
}
#sec_kv .slick-slide .update {
	position: absolute;
	top: 5px;
	left: -25.5em;
	height: 10vw;
	z-index: 3;
	font-size: 1vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#sec_kv .slick-slide .update time {
	display: block;
	color: #fff;
}
#sec_kv .slick-slide .col2 {
	display: flex !important;
	justify-content: space-between !important;
}
#sec_kv .slick-slide .col2 .ico_favorite {
	color: #E46F6F;
	font-size: 15px;
	line-height: 1 !important;
	display: flex !important;
	align-items: center !important;
}
#sec_kv .slick-slide .col2 .ico_favorite .material-icons {
	font-size: 15px;
	margin-right: 0.2em;
}
#sec_kv .slick-slide .inTxtBox {
	background-color: #fff;
	border-radius: 0 20px 0 20px;
	padding: 20px;
	box-sizing: border-box;
	width: 95%;
	margin-top: -70px;
	z-index: 5;
	position: relative;
}
#sec_kv .slick-slide .inTxtBox .tit {
	font-size: 5vw;
	line-height: 1.45;
}
#sec_kv .slick-slide .inTxtBox .cate li {
	font-weight: normal;
}
#sec_kv .slick-slide .inTxtBox .cate li:nth-of-type(1) a {
	color: #BFB476;
}
#sec_kv .slick-slide .inTxtBox .cate li:nth-of-type(2) a {
	color: #CD8B6B;
}
#sec_kv .slick-slide .inTxtBox .tag {
	justify-content: flex-end;
}
#sec_pickup {
	position: relative;
}
#sec_pickup:before {
	content: "";
	display: block;
	width: 97%;
	height: 100%;
	background-color: white;
	border-radius: 0 10px 0 0;
	position: absolute;
	top: 30px;
	left: 0;
}
#sec_pickup .com-tit01.pickup .illust01 {
	position: absolute;
	top: 20px;
	left: -15%;
	z-index: 5;
}
#sec_pickup .com-tit01.pickup .illust01 img {
	width: 30vw;
}
#sec_pickup .inner {
	width: 730px;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#sec_pickup .inner .update {
	text-align: right;
}
#sec_pickup .inner .txt {
	margin: 0.5em 0;
}
#sec_newarticle {
	margin-top: 100px;
}
#sec_newarticle .com-tit01.newarticle {
	display: inline-block;
}
#sec_newarticle .com-tit01.newarticle .illust01 {
	position: absolute;
	top: 20px;
	right: -18vw;
}
#sec_newarticle .com-tit01.newarticle .illust01 img {
	width: 15vw;
}
#sec_newarticle .tit {
	font-size: 15px;
	font-weight: 500;
}
#sec_recommend {
	margin-top: 100px;
}
#sec_recommend .com-tit01.recommend {
	display: inline-block;
}
#sec_recommend .com-tit01.recommend .illust01 {
	position: absolute;
	bottom: 10px;
	left: -90px;
}
#sec_recommend .com-tit01.recommend .illust01 img {
	width: 74px;
}
#sec_recommend .slick-slide {
	position: relative;
	margin: 0 10px;
}
#sec_recommend .slick-slider {
	position: relative;
	text-align: left;
}
#sec_recommend .slick-slider .slick-arrow {
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: -60px;
	margin: 0 auto;
	z-index: 3;
	width: 35px;
	height: 35px;
	background: url("../img/ico_arrow_slide.png") no-repeat center center;
	background-size: cover;
	transition: all .3s;
}
#sec_recommend .slick-slider .slick-arrow.prev-arrow {
	left: 50%;
	margin-left: -50%;
}
#sec_recommend .slick-slider .slick-arrow.next-arrow {
	right: 50%;
	margin-right: -50%;
	transform: scale(-1, 1);
	transition: all .3s;
}
#sec_recommend .slick-slider .slick-arrow:hover {
	background: url("../img/ico_arrow_slide_on.png") no-repeat center center;
	background-size: cover;
	transition: all .3s;
}
#sec_recommend .slick-slider .slick-arrow img {
	width: 35px;
	display: none;
}
#sec_recommend .inTextBox {
	background-color: #fff;
	border-radius: 0 0 0 20px;
}
#sec_category {
	margin-top: 100px;
}
#sec_category .bg {
	background: -moz-linear-gradient(left, white 0%, white 48%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, white 0%, white 48%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, white 0%, white 48%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
#sec_category .bg .container {
	background-color: #fff;
	border-radius: 0 20px 0 0;
	padding: 20px 20px 2px 0;
	position: relative;
	box-sizing: border-box;
}
#sec_category .bg .container .illust01 {
	position: absolute;
	top: -18vw;
	left: 10vw;
}
#sec_category .bg .container .illust01 img {
	object-fit: contain;
	width: auto;
	height: 25vw;
}
#sec_category .bg .container .illust02 {
	position: absolute;
	top: -8vw;
	right: 5vw;
}
#sec_category .bg .container .illust02 img {
	width: 15vw;
	object-fit: contain;
}
#sec_category .bg .leftBox {
	width: 100%;
}
#sec_category .bg .leftBox .update {
	margin-top: 2em;
	text-align: right;
}
#sec_category .bg .rightBox {
	width: 100%;
}
#sec_category .bg .rightBox .inBox {
	margin-bottom: 20px;
}
#sec_category .bg .rightBox .inBox:last-of-type {
	margin-bottom: 0px;
}
#sec_category .bg .rightBox .inBox .leftBox {
	width: 100px;
}
#sec_category .bg .rightBox .inBox .leftBox .thumbnail img {
	height: 100px;
}
#sec_category .bg .rightBox .inBox .rightBox {
	width: 98%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 10px;
}
#sec_category .bg .rightBox .inBox .rightBox .tit {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 4vw;
}
#sec_category .bg .rightBox .inBox .rightBox .update {
	text-align: right;
}
#sec_category .bg2 .container {
	padding: 0;
}
#sec_category .bg2 .container .com_col2 {
	margin-top: 100px;
}
#sec_category .bg2 .container .com_col2 .leftBox {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 0 20px 0 0;
	margin: 0;
	position: relative;
}
#sec_category .bg2 .container .com_col2 .leftBox .illust01 {
	position: absolute;
	top: -50px;
	right: 20px;
}
#sec_category .bg2 .container .com_col2 .leftBox .illust01 img {
	width: 18vw;
}
#sec_category .bg2 .container .com_col2 .rightBox {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px 0 0 0;
	max-width: 95%;
	margin: 0 0 0 auto;
	position: relative;
}
#sec_category .bg2 .container .com_col2 .rightBox .illust01 {
	position: absolute;
	top: -23px;
	left: 30px;
	z-index: 2;
}
#sec_category .bg2 .container .com_col2 .rightBox .illust01 img {
	width: 50px;
}
#sec_category .bg2 .container .com_col2 .inBox {
	margin-bottom: 20px;
}
#sec_category .bg2 .container .com_col2 .inBox:last-of-type {
	margin-bottom: 0px;
}
#sec_category .bg2 .container .com_col2 .inBox .update {
	text-align: right;
}
#sec_category .bg2 .container .com_col2 .inBox .leftBox {
	width: 100px;
	padding: 0;
	margin: 0;
}
#sec_category .bg2 .container .com_col2 .inBox .leftBox .thumbnail img {
	height: 100px;
}
#sec_category .bg2 .container .com_col2 .inBox .rightBox {
	padding: 0 0 0 10px;
	box-sizing: border-box;
	width: 98%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
#sec_category .bg2 .container .com_col2 .inBox .rightBox .tit {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 4vw;
}
#sec_category .bg2 .container .com_col2 .inBox:first-of-type {
	display: block;
}
#sec_category .bg2 .container .com_col2 .inBox:first-of-type .leftBox {
	width: 100%;
	padding: 0;
}
#sec_category .bg2 .container .com_col2 .inBox:first-of-type .leftBox .thumbnail img {
	height: 200px;
}
#sec_category .bg2 .container .com_col2 .inBox:first-of-type .rightBox {
	width: 100%;
	padding: 0;
}
#sec_category .bg2 .container .com_col2 .inBox:first-of-type .rightBox .tit {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 4vw;
}
#sec_category header.cate_name {
	position: absolute;
	top: -50px;
	left: -10px;
	z-index: 2;
}
#sec_category header.cate_name .com_vertical {
	background-color: #000;
	color: #fff;
	font-weight: 700;
	padding: 20px 15px;
	line-height: 1;
	box-sizing: border-box;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
#sec_category header.cate_name.cate_living {
	top: -50px;
}
#sec_category header.cate_name.cate_living .com_vertical {
	background-color: #DD9C7C;
}
#sec_category header.cate_name.cate_parenting .com_vertical {
	background-color: #BFB476;
}
#sec_category header.cate_name.cate_furniture {
	left: 100px;
}
#sec_category header.cate_name.cate_furniture .com_vertical {
	background-color: #8EAA69;
}
#sec_about {
	margin-top: 100px;
}
#sec_about .container {
	border: 1px solid #fff;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
#sec_about .container:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	box-sizing: border-box;
	width: 98%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 98%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #FFF;
}
#sec_about .com_col2 .leftBox {
	text-align: center;
}
#sec_about .com_col2 .leftBox .logo {
	margin: 0 0 0px 0;
}
#sec_about .com_col2 .leftBox .logo img {
	width: 250px;
	max-width: 60%;
}
#sec_about .com_col2 .leftBox .illust01 img {
	width: 290px;
	max-width: 100%;
}
#sec_about .com_col2 .rightBox h3{
	display:table;
	position:relative;
}
#sec_about .com_col2 .rightBox h3:after{
	content:"";
	position:absolute;
	bottom;0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color:#D5CB95;
	border-radius:3px;
	z-index:0;
}
#sec_about .com_col2 .rightBox h3 span{
	display:block;
	position:relative;
	line-height:1.0;
	z-index:1;
}
#sec_about .com_col2 .rightBox p {
	margin-top: 2em;
	line-height: 2.2;
}
#sec_about .com_col2 .rightBox p:first-child {
	margin-top: 0;
}
#sec_about .com_col2 .rightBox p:last-child {
	text-align: right;
}

@media screen and (max-width: 767.98px) {
	#sec_kv .slick-slide .update {
		transform: rotate(-90deg) translateX(-90px);
	}
	#sec_pickup:after {
		background-color: #FFF;
		width: 10%;
		height: 100%;
		content: "";
		display: block;
		position: absolute;
		top: 30px;
		left: -10%;
		z-index: 1;
	}
	#sec_recommend {
		margin: 50px 0;
	}
	#sec_recommend .com-tit01.recommend .illust01 {
		left: -30px;
	}
	#sec_recommend .com-tit01.recommend .illust01 img {
		width: 12vw;
	}
	#sec_recommend .slick-slider {
		width: 150%;
	}
	#sec_category {
		margin: 50px 0;
	}
	#sec_category .bg {
		margin: 50px 20px 0 0;
	}
	#sec_category .bg .container {
		margin-right: 20px;
		padding:30px 30px 2px;
	}
	#sec_category .bg .container .illust01{left: 15vw;}
	#sec_category .bg2 .container .com_col2 > .leftBox {
		width: calc(100% - 20px);
		margin-top: 80px;
		margin-right:20px;
		padding:30px;
	}
	#sec_category .bg2 .container .com_col2 > .rightBox{
		margin-left:20px;
		padding:30px;
	}
	#sec_category .bg2 .container .com_col2 .rightBox .illust01{
    	top:-23px;
    	left:38px;
	}
	#sec_category .bg2 .container .com_col2 .rightBox .illust01 img {width: 60px;}
	#sec_category header.cate_name{left:10px;}
	#sec_category header.cate_name.cate_parenting {
		left: 10px;
	}
	#sec_category header.cate_name.cate_furniture {
		left: auto;
		right: 10px;
right:20px;/*test*/
	}
	#sec_about {
		margin: 50px 0;
	}
	#sec_about .container {
		max-width: 95%;
	}
	#sec_about .container {
		padding-bottom: 45vw;
		background: url("../img/illust_about01.png") no-repeat 20px 95%;
		background-size: 40% auto;
	}
	#sec_about .com_col2 .rightBox h3{
		margin:4em auto 3em;
		text-align:center:
	}
	#sec_about .com_col2 .rightBox h3 span{
		font-size:17px;
	}
	#sec_about .com_col2 .rightBox p{font-size:16px;}
	#sec_about .com_col2 .rightBox p:last-child {
		margin-top: 3em;
	}
}
@media print, screen and (min-width: 768px) {
	section .container {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	#sec_kv .slick-dots {
		bottom: 50px;
	}
	#sec_kv .slick-dots li button:before {
		height: 5px;
	}
	#sec_kv .slick-slide {
		margin: 10px 20px 0 20px;
	}
	#sec_kv .slick-slide:after {
		width: 100px;
		height: 100px;
		background-size: auto 100%;
		top: -10px;
	}
	#sec_kv .slick-slide .thumbnail {
		padding: 0 0 0 5vw;
	}
	#sec_kv .slick-slide .thumbnail img {
		max-height: 585px;
	}
	#sec_kv .slick-slide .update {
		top: 0;
		left: 3vw;
		font-size: 14px;
		height: 1em;
		transform: rotate(-90deg) translateX(-300px);
		transform-origin: 0 0;
	}
	#sec_kv .slick-slide .inTxtBox {
		width: 70%;
		margin-top: -100px;
	}
	#sec_kv .slick-slide .inTxtBox .tit {
		font-size: 36px;
	}
	#sec_pickup:before {
		width: 100%;
		height: 300px;
		border-radius: 10px 10px 0 0;
	}
	#sec_pickup .com-tit01.pickup .illust01 {
		left: -10px;
	}
	#sec_pickup .com-tit01.pickup .illust01 img {
		width: 200px;
	}
	#sec_pickup .inner {
		max-width: 100%;
	}
	#sec_newarticle .com-tit01.newarticle .illust01 {
		right: -90px;
	}
	#sec_newarticle .com-tit01.newarticle .illust01 img {
		width: 95px;
	}
	#sec_newarticle .tit {
		font-size: 18px;
	}
	#sec_category .bg .container {
		padding: 50px 50px 50px 0;
	}
	#sec_category .bg .container .illust01 {
		top: -94px;
		left: 150px;
	}
	#sec_category .bg .container .illust01 img {
		height: 144px;
	}
	#sec_category .bg .container .illust02 {
		top: -64px;
		right: 70px;
	}
	#sec_category .bg .container .illust02 img {
		width: 110px;
	}
	#sec_category .bg .leftBox {
		width: 55%;
	}
	#sec_category .bg .leftBox .thumbnail img {
		height: 465px;
		max-height: 100%;
	}
	#sec_category .bg .leftBox .tit {
		font-size: 20px;
	}
	#sec_category .bg .rightBox {
		width: 40%;
	}
	#sec_category .bg .rightBox .inBox .leftBox {
		width: 170px;
	}
	#sec_category .bg .rightBox .inBox .leftBox .thumbnail img {
		height: 165px;
		max-height: 100%;
	}
	#sec_category .bg .rightBox .inBox .rightBox {
		width: 98%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
		padding-left: 20px;
	}
	#sec_category .bg .rightBox .inBox .rightBox .tit {
		font-size: 16px;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	#sec_category .bg2 {
		background: -moz-linear-gradient(left, white 0%, white 34%, white 35%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 63%, white 64%, white 100%);
		background: -webkit-linear-gradient(left, white 0%, white 34%, white 35%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 63%, white 64%, white 100%);
		background: linear-gradient(to right, white 0%, white 34%, white 35%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 63%, white 64%, white 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	}
	#sec_category .bg2 .container {
		padding: 0 50px 0 0;
	}
	#sec_category .bg2 .container .com_col2 .leftBox {
		padding: 60px 50px 50px 0;
	}
	#sec_category .bg2 .container .com_col2 .leftBox .illust01 {
		left: 120px;
	}
	#sec_category .bg2 .container .com_col2 .leftBox .illust01 img {
		width: 80px;
	}
	#sec_category .bg2 .container .com_col2 .rightBox {
		padding: 60px 0 50px 50px;
		margin: 0;
	}
	#sec_category .bg2 .container .com_col2 .rightBox .illust01 {
		top: 0px;
		left: auto;
		right: 50px;
	}
	#sec_category .bg2 .container .com_col2 .rightBox .illust01 img {
		width: 80px;
	}
	#sec_category .bg2 .container .com_col2 .inBox .leftBox {
		width: 170px;
	}
	#sec_category .bg2 .container .com_col2 .inBox .leftBox .thumbnail img {
		height: 165px;
		max-height: 100%;
	}
	#sec_category .bg2 .container .com_col2 .inBox .rightBox {
		width: 98%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
		padding: 0 0 0 20px;
	}
	#sec_category .bg2 .container .com_col2 .inBox .rightBox .tit {
		font-size: 16px;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	#sec_category .bg2 .container .com_col2 .inBox:first-of-type .leftBox .thumbnail img {
		height: 335px;
		max-height: 100%;
	}
	#sec_category .bg2 .container .com_col2 .inBox:first-of-type .rightBox .tit {
		font-size: 20px;
	}
	#sec_category header.cate_name {
		left: 50px;
	}
	#sec_category header.cate_name .com_vertical {
		font-size: 24px;
	}
	#sec_about .container {
		padding: 50px;
	}
	#sec_about .com_col2 .leftBox .logo {
		margin: 0 0 20px 0;
	}
	#sec_about .com_col2 .rightBox h3{
		margin-bottom:3em;
	}
	#sec_about .com_col2 .rightBox h3 span{
		padding-bottom:10px;
		font-size:22px;
	}
	#sec_about .com_col2 .rightBox p {
		margin-top: 2em;
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
	#sec_kv .slick-slide .inTxtBox .tit {
		font-size: 2.5vw;
	}
}
