@charset "utf-8";
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('font/notosans-m.woff') format('woff'),
			url('font/notosans-m.eot')  format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('font/notosans-b.woff') format('woff'),
			url('font/notosans-b.eot')  format('eot');
	font-display: swap;
}


/* 共通 */

#featuretemplate{
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing:0;
	color: #222;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#featuretemplate h1{
	font-weight: 700;
	color: #52a3a9;
}
.inner{
	margin: 0 auto;
}
.maincatchsec,.linebackillust{
	position: relative;
}
.maincatchsec h2{
	margin: 0 0 30px;
    color: #52a3a9;
    font-weight: 500;
    line-height: 1.55;
}
.maincatchsec__contents{
	padding-top: 30px;
}
.recommend-note{
	display: inline-block;
    margin-bottom: 5px;
    padding: 7px 7px 6px;
    border: 1px solid #3a5c66;
    color: #3a5c66;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
}
.recommendproductarea__product__contents h3 {
    margin: 0 0 15px;
    color: #3a5c66;
    font-weight: 500;
}
.recommendproductarea__product__contents h3 span{
	display: inline-block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 50%;
    background: #3a5c66;
    text-align: center;
}
.recommendproductarea__product__contents .price{
	text-align: left;
	color: #FF5964;
	margin-bottom:25px;
}
.recommendproductarea__product__contents .price span{
	margin-left: 5px;
    color: #333;
    font-size: .5em;
}
.recommendproductarea__product__contents .text{
	margin-bottom: 30px;
}
.productmore__link a{
	text-align: center;
	display: block;
	width:220px;
	margin:0 auto;
	background:#dc9051;
	border:1px solid #dc9051;
	color:#fff;
	border-radius:25px;
	position: relative;
}
.productmore__link a::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f0da";
	position: absolute;
	font-size:19px;
}
.relation__post{
	margin-bottom: 40px;
}
.relation__post ul li{
	display: flex;
	align-items: center;
}
.relation__post__img{
	width:55px;
	margin-right: 15px;
}
.relation__post ul li a{
	color:#028bd6;
	text-decoration: underline;
}

/* PCのみ */
@media screen and (min-width:768px) {
	.linebackillust:after {
  	content: "";
    background: url(https://www.farbeco.jp/s/images/about/charactbac4.svg) no-repeat;
    background-size: cover;
    width: 91%;
    height: 48%;
    background-position: right top;
    top: 60px;
    left: 0;
    position: absolute;
    z-index: -1;
  }
	.inner{max-width: 960px;}
	#featuretemplate h1{font-size: 30px;margin:45px 0 60px;text-align: center;}
	.maincatchsec .flexlist{flex-direction: row-reverse;}
	.maincatchsec{margin-bottom: 85px;}
	.maincatchsec h2{font-size: 40px;}
	.maincatchsec__contents p{font-size:14px;}
	.maincatchsec__img{width:50%;}
	.maincatchsec__contents{width:47%;margin-right: 3%;}
	.recommendproductarea__product{margin-bottom: 70px;}
	.recommendproductarea__product{align-items: center;}
	.recommendproductarea__product:nth-child(odd){flex-direction: row-reverse;}
	.recommendproductarea__product__img{width:48%;}
	.recommendproductarea__product__contents{width:47%;}
	.recommendproductarea__product__contents h3 {font-size: 28px;}
	.recommendproductarea__product:nth-child(odd) .recommendproductarea__product__contents{margin-right: 5%;}
	.recommendproductarea__product:nth-child(even) .recommendproductarea__product__contents{margin-left: 5%;}
	.recommendproductarea__product__contents .price{font-size: 24px;}
	.productmore__link a:hover{background:#fff;color:#dc9051;}
	.recommendproductarea{margin-bottom: 160px;}
	.recommendproductarea__product__contents h3 span{font-size: 18px;width: 32px;height: 32px;line-height: 32px;}
	.recommendproductarea__product__contents .text{font-size: 14px;}
	.productmore__link a{padding: 13px 0 12px;}
	.productmore__link a::before{right:15px;top: 10px;}
	.relation__post ul li{margin-bottom: 40px;}
}


/* SPのみ */
@media screen and (max-width:767px) { 
	.maincatchsec__img{position: relative;}
	.maincatchsec__img:after {
		content:"";
		background:#f4f9f9;
		position: absolute;
    left: 0;
    bottom: -159.5vw ;
    z-index: -1;
    width:100%;
    height: 103vw;
		}
	.maincatchsec__img:before {
  	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56.5vw 0px 0vw 100vw;
    border-color:  transparent transparent #f4f9f9 #f4f9f9;
    position: absolute;
    left: 0;
    bottom: -56.5vw;
    z-index: -1;
  }
	.inner{width:100%;}
	.recommendproductarea.inner,.relation__post.inner{width:90%;}
	#featuretemplate h1{font-size: 30px;margin:35px 3% 30px;line-height:1.4;}
	.maincatchsec .flexlist{display: block;}
	.maincatchsec{margin-bottom: 57px;}
	.maincatchsec__contents{margin:0 4%;}
	.maincatchsec h2{font-size: 24px;}
	.maincatchsec__contents p{font-size:13px;}
	.recommendproductarea{margin-bottom: 90px;}
	.recommendproductarea__product{margin-bottom: 40px;}
	.recommendproductarea__product.flexlist{display: block;}
	.recommendproductarea__product__img{margin-bottom: 10px;}
  .recommendproductarea__product__contents h3 {font-size: 20px;}
  .recommendproductarea__product__contents h3 span{font-size: 14px;width: 25px;height: 25px;line-height: 25px;}
  .recommendproductarea__product__contents .price{font-size: 16px;}
  .recommendproductarea__product__contents .text{font-size: 13px;}
  .productmore__link a{padding: 9px 0 8px;}
  .productmore__link a::before{right:15px;top: 5px;}
  .relation__post ul li{margin-bottom: 20px;}
}
/* ファーストビューここまで */


