@charset "euc-jp";
main {
	padding: 100px 0 2rem;
}
.category_group {
  margin-top: 4rem; display: inline-block;
}
h2.sub-title {
	margin: 2rem 0 2rem;
	color: #3e2a1a;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: .2rem;
}
h2.sub-title::before {
	margin-right: 1rem;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-left.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 3.8rem;
	height: 3.8rem;
}
h2.sub-title::after {
	margin-left: 1rem;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 3.8rem;
	height: 3.8rem;
}
.category-information {
	margin: 0 0 1rem;
}
.balloon {
	margin-bottom: 3rem;
	padding: .5rem;
	width: 100%;
	position: relative;
	display: inline-block;
	border-bottom: solid 2px #9a8a7c;
	text-align: center;
}
.balloon:before,
.balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 60%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.balloon:before {
	border: solid 12px transparent;
	border-top: solid 12px #9a8a7c;
}
.balloon:after {
	border: solid 14px transparent;
	border-top: solid 14px #fdf9eb;
	margin-top: -5px;
}
.balloon h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 2.2rem;
	letter-spacing: .2rem;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	#page-header {
		margin: 0 auto;
		padding-top: 52.083%;
		height: 0;
		position: relative;
		background: url('https://file003.shop-pro.jp/PA01467/020/leverjerky_sp.jpg') no-repeat center center #FFF;
		background-size: cover;
		text-align: center;
	}
	.balloon h3 {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 1.75rem;
		letter-spacing: .1rem;
	}
}
@media screen and (max-width:768px) {
  main {
	padding: 0;
	}
}
/* 全ページ共通　ヘッダーお知らせ 商品検索結果 専用CSS*/
@media (min-width: 769px){
 /* 画面サイズが769px以上の場合の設定 */
.newsTopBox{
    margin-bottom: -9rem;
}
}