@charset "UTF-8";

html{
	font-size:62.5%;
}

p, h1, h2, ul li, a{
	font-family: 'Noto Sans JP', sans-serif;
}

.name{
	font-family: 'Jost', sans-serif;
	color:#006837;
}

.mid-wrapper{
	width:100%;
	padding:30px 0;
}

.top-caption{
	width:600px;
	margin:40px auto;
	font-size:1.3rem;
}


.first-wrapper{
	background-color:#998675;
}

.outer-wrapper{
	width:800px;
	margin:auto;
	padding:70px 0;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	gap:60px 30px;
}

.outer-box{
	width:calc(100% / 3 - 20px);
}

.comment{
	box-sizing: border-box;
	padding:10px;
	font-size:1.2rem;
	color:#fff;
}

.new-item-list{
	box-sizing: border-box;
	padding:0 10px;
}

.new-item-list .text-buy, .new-item-list li{
	color:#fff;
}

.jiko_soto{
	width:100%;
	margin:40px auto;
	padding:30px;
}

/*タブレット用*/
@media screen and (max-width: 768px){

	.outer-wrapper{
		width:600px;
	}
	
	.outer-box{
		width:calc(100% / 2 - 15px);
	}


}

/*スマホ用*/
@media screen and (max-width:640px){

	.top-caption{
		width:290px!important;
	}

	.outer-wrapper{
		width:300px;
		gap:80px 30px;
	}
	
	.outer-box{
		width:100%;
	}

}

/* CSS Document */

