@charset "euc-jp";

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual.glide ul li {
	text-align: center;
}

div#keyvisual.glide ul li img {
	width: 100%;
	max-width: 1180px;
}

@media screen and (min-width: 768px) {
	div#keyvisual.glide ul li#keyvisual_01 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_01_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_02 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_02_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_03 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_03_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_04 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_04_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_05 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_05_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_09 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_09_pc.png) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_11 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_11_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_12 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_12_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_13 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_13_pc.jpg) no-repeat center top;
	}
	div#keyvisual.glide ul li#keyvisual_14 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_14_pc.jpg) no-repeat center top;
	}
}

@media screen and (max-width: 767px) {
	div#keyvisual.glide ul li#keyvisual_01 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_01_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_02 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_02_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_03 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_03_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_04 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_04_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_05 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_05_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_11 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_11_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_12 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_12_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_13 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_13_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	div#keyvisual.glide ul li#keyvisual_14 {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/keyvisual_14_sp.jpg) no-repeat center top;
		background-size: 100%;
	}
}






/* ▼homenav */
/* ----------------------------------------------------- */
div#homenav {
	padding: 2em 0 1em 0;
}

div#homenav div.container > div a {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #1a1a1a;
	text-decoration: none;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

div#homenav div.container > div a p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 1em;
}

div#homenav div.container > div a p.figure {
	padding: 0;
}

div#homenav div.container > div a p.figure img {
	width: auto;
	max-width: 100%;
	/* border-radius */
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

div#homenav div.container > div a p strong {
	display: block;
	margin: 0 0 0.5em 0;
	color: #1a1a1a;
	font-size: 1.143em;
}

div#homenav div.container > div a p strong span {
	font-size: 0.75em;
	font-style: normal;
}

div#homenav div.container > div a p strong span:before {
	content: "（";
	margin: 0 0 0 -0.5em;
}

div#homenav div.container > div a p strong span:after {
	content: "）";
}

div#homenav div.container > div a p em {
	font-style: normal;
}

div#homenav div.container > div a p em:after {
	content: "＞";
	margin: 0 0 0 1em;
}



@media screen and (min-width: 768px) {
	div#homenav div.container {
		display: table;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 3.889em 0;
	}

	div#homenav div.container:after {
		display: none;
	}

	div#homenav div.container > div {
		display: table-cell;
		width: 25.424%;
	}

	div#homenav div.container > div a p.figure {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	div#homenav {
		padding: 0;
	}

	div#homenav div.container {
		width: 100%;
	}

	div#homenav div.container > div {
		border-bottom: 1px solid #929292;
	}

	div#homenav div.container > div#homenav_about {
		border-top: 1px solid #929292;
	}

	div#homenav div.container > div a {
		border-collapse: separate;
		border-spacing: 1em;
	}

	div#homenav div.container > div a p {
		padding: 0;
	}

	div#homenav div.container > div a p.figure {
		width: 25%;
	}

	div#homenav div.container > div a p strong {
		margin: 0;
	}

	div#homenav div.container > div a p em {
		display: none;
	}

	div#homenav div.container > div a:after {
		display: table-cell;
		content: "＞";
		width: 1em;
		vertical-align: middle;
	}

	div#homenav div.container > div a p strong {
		font-size: 3.467vw;
	}

	div#homenav div.container > div a p strong span {
		font-size: 3.2vw;
	}
}






/* ▼ranking */
/* ----------------------------------------------------- */
div#ranking {
	position: relative;
	padding: 0 0 2em 0;
	background: #ffe4d7;
}

div#ranking:before {
	content: "";
	display: block;
	width: 100%;
	height: 1em;
	background: #ffffff;
}

div#ranking div.container {
	overflow: visible;
}

div#ranking div.headline {
	margin-top: -1em;
}

div#ranking div.itemcol {
	position: relative;
}

div#ranking div.itemcol span.topitemprev,
div#ranking div.itemcol span.topitemnext {
	display: block;
	position: absolute;
	top: 50px;
	width: 2em;
	height: 2em;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}

div#ranking div.itemcol span.topitemprev {
	left: -2em;
}

div#ranking div.itemcol span.topitemprev:before {
	display: inline-block;
	width: 1em;
	margin: 0;
	content: "\f053";
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 1.5em;
	line-height: 2em;
	text-align: center !important;
}

div#ranking div.itemcol span.topitemnext {
	right: -3em;
}

div#ranking div.itemcol span.topitemnext:before {
	display: inline-block;
	width: 1em;
	margin: 0;
	content: "\f054";
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 1.5em;
	line-height: 2em;
	text-align: center !important;
}

div#ranking div.itemcol div.itemcell a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0.3em 0 0 0;
	color: #000000;
	text-decoration: none;
}

div#ranking div.itemcol div.itemcell a span {
	display: block;
	position: absolute;
	top: 0;
	left: -0.3em;
	width: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	background: #1a1a1a;
}

div#ranking div.itemcol div.itemcell a span#rank_1 {
	background: #b10012;
}

div#ranking div.itemcol div.itemcell p.figure {
	margin: 0;
	padding: 0;
	line-height: 0;
}

div#ranking div.itemcol div.itemcell p.figure img {
	width: auto;
	max-width: 100%;
}

div#ranking dl dd.item_selling_price strong {
	font-size: 1.2em;
	color: #000000;
}



@media screen and (min-width: 768px) {
	div#ranking div.itemcol {
		margin: 0 2em;
	}

	div#ranking div.itemcol div.itemcell a {
		width: 200px;
	}

	div#ranking dl dt {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 767px) {
	div#ranking {
		display: none;
	}

	div#ranking div.container {
		width: 100%;
	}

	div#ranking div.headline {
		padding-right: 1em;
		padding-left: 1em;
	}

	div#ranking div.headline:after {
		display: block;
		content: "";
		position: absolute;
		width: 35.2vw;
		height: 0;
		padding: 114.394% 0 0 0;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/home_company_headline_sp.png) no-repeat right bottom;
		background-size: 100% auto;
	}
}







/* ▼homeCategory */
/* ----------------------------------------------------- */
div#homeCategory {
	position: relative;
	background: #ffffff;
}

div#homeCategory h3 {
	font-size: 1.5em;
	line-height: 0;
}

div#homeCategory div#parts div.row div a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333 !important;
	text-decoration: none;
}

div#homeCategory div#parts div.row div a h4 {
	margin: 0.3em;
	color: #534741;
}

div#homeCategory div#parts div.row div a h4 span {
	display: block;
	font-style: normal;
	color: #000000;
	text-transform: uppercase;
}

section#homeCategory div#parts div.row div a p {
	margin: 0;
}



@media screen and (min-width: 768px) {
	div#homeCategory {
		background: #ffffff url(https://file003.shop-pro.jp/PA01417/074/images/bg_category_pc.svg) no-repeat center top;
	}

	div#homeCategory h3 img {
		width: 18.645%;
	}

	div#homeCategory div#parts,
	div#homeCategory div#use {
		margin: 0 0 3em 0;
		padding: 0 0 2em 0;
		border-bottom: 1px dashed #989898;
	}

	div#homeCategory div.row {
		display: table;
		table-layout: fixed;
		width: 103.051%;
		width: calc(100% + 2em);
		margin: 0 -1em;
		font-size: 1em;
		border-collapse: separate;
		border-spacing: 1em;
	}

	div#homeCategory div#parts div.row > div {
		display: table-cell;
		width: 23.729%;
	}

	div#homeCategory div#parts div.row > div a p.figure img {
		width: 100%;
	}

	div#homeCategory div#parts div.row div a h4 {
		font-size: 0.834em;
	}

	div#homeCategory div#parts div.row div a h4 span {
		font-size: 1.334em;
	}

	div#homeCategory div#parts div.row div a p {
		font-size: 0.723em;
	}

	div#homeCategory div#use div.row > p {
		display: table-cell;
		width: 32.204%;
	}

	div#homeCategory div#use div.row > p img {
		width: 100%;
	}

	div#homeCategory div#use div.row > p#staek img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_staek_pc.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#sukiyaki img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_sukiyaki_pc.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#shabu-shabu img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_shabu-shabu_pc.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#yakiniku img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_yakiniku_pc.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#other img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_other_pc.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#processed img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_processed_pc.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row:nth-child(2) {
		margin-bottom: -1em;
	}
}

@media screen and (max-width: 767px) {
	div#homeCategory div.container {
		width: 100%;
	}

	div#homeCategory div.headline {
		padding-top: 1em;
		padding-right: 8em;
		padding-left: 1em;
		font-size: 3.467vw;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/home_category_headline_sp3.png) no-repeat right bottom;
		background-size: auto 80%;
	}

	div#homeCategory div.headline > div {
		padding: 0;
	}

	div#homeCategory div.headline h2 {
		font-size: 3.733vw;
	}

	div#homeCategory div.headline h2 span {
		display: block;
		margin-bottom: 0.3em;
		font-size: 5.866vw;
	}

	div#homeCategory h3 {
		margin: 0 0.5em;
	}

	div#homeCategory h3 img {
		width: 50%;
	}

	div#homeCategory div#parts {
		margin: 0 0 2em 0;
	}

	div#homeCategory div#parts div.row > div {
		position: relative;
		clear: both;
		min-height: 1px;
		height: auto !important;
		height: 1px;
		padding: 1em 0.8em 3em 0.8em;
		border-bottom: 1px dotted #929292;
	}

	div#homeCategory div#parts div.row > div p {
		float: right;
		width: 52.986%;
		margin: 0;
		padding: 0;
		font-size: 3.467vw;
		line-height: 1.38;
	}

	div#homeCategory div#parts div.row > div p:after {
		content: "…";
	}

	div#homeCategory div#parts div.row > div p.figure {
		clear: none;
		float: left;
		width: 44.030%;
		line-height: 0;
	}

	div#homeCategory div#parts div.row > div p.figure:after {
		display: none;
	}

	div#homeCategory div#parts div.row > div h4 {
		position: absolute;
		bottom: 1em;
		left: 0.8em;
		font-size: 3.733vw;
	}

	div#homeCategory div#parts div.row > div h4 span {
		display: block;
		font-size: 4.266vw;
	}

	div#homeCategory div#parts div.row > div a:after {
		position: absolute;
		bottom: 1em;
		right: 0.8em;
		content: "くわしく見る ＞";
		font-size: 3.733vw;
		font-weight: 500;
	}

	div#homeCategory div#parts div.row > div:after {
		clear: both;
		display: table;
		content: "";
	}



	div#homeCategory div#use div.row > p {
		padding: 0 0.8em;
	}

	div#homeCategory div#use div.row > p#staek img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_staek_sp.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#sukiyaki img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_sukiyaki_sp.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#shabu-shabu img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_shabu-shabu_sp.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#yakiniku img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_yakiniku_sp.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#other img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_other_sp.jpg) no-repeat center center;
		background-size: 100%;
	}

	div#homeCategory div#use div.row > p#processed img {
		background: url(https://file003.shop-pro.jp/PA01417/074/images/use_processed_sp.jpg) no-repeat center center;
		background-size: 100%;
	}
}





/* ▼assure */
/* ----------------------------------------------------- */
div#assure {
	position: relative;
	padding: 0 0 2em 0;
	background: #ffe4d7;
}

div#assure:before {
	content: "";
	display: block;
	width: 100%;
	height: 1em;
	background: #ffffff;
}

div#assure div.container {
	position: relative;
	overflow: visible;
}



@media screen and (min-width: 768px) {
	div#assure div.container:before {
		position: absolute;
		top: -100px;
		right: -20px;
		content: "";
		width: 265px;
		height: 250px;
		z-index: 3;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/bg_catchcopy.svg) no-repeat center center;
	}

	div#assure header.headline {
		margin-top: -1em;
		margin-bottom: 0;
	}

	div#assure div.row {
		margin: 0 -1em;
		font-size: 1em;
		border-collapse: separate;
		border-spacing: 1em;
	}

	div#assure div.row:nth-child(2) {
		margin-bottom: -1em;
	}


	div#assure div.row > div {
		display: table-cell;
		width: 32.204%;
		vertical-align: middle;
		background: #ffffff;
	}

	div#assure div.row > div dl {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border-collapse: separate;
		border-spacing: 1em;
		font-size: 1em;
		/* box-sizing */
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}

	div#assure div.row > div dl dt,
	div#assure div.row > div dl dd {
		display: table-cell;
		vertical-align: middle;
	}

	div#assure div.row > div dl dt {
		position: relative;
		width: 35.3%;
		height: 0;
		padding: 115px 0 0 0;
		color: #ffffff;
		text-align: center;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b10012+0,600202+100 */
		background: #b10012; /* Old browsers */
		background: -moz-linear-gradient(top,  #b10012 0%, #600202 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #b10012 0%,#600202 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #b10012 0%,#600202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10012', endColorstr='#600202',GradientType=0 ); /* IE6-9 */
	}

	div#assure div.row > div dl dt span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100% !important;
		height: 100 !important;
		/* transform */
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		     -o-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}

	div#assure div.row > div dl dd {
		font-size: 0.778em;
		line-height: 1.57;
	}
}

@media screen and (max-width: 767px) {
	div#assure div.container {
		width: 100%;
	}

	div#assure div.headline {
		margin-top: -2em;
		padding-top: 3em;
		padding-right: 8em;
		padding-left: 1em;
		font-size: 3.467vw;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/home_assure_headline_sp2.png) no-repeat right bottom;
		background-size: auto 100%;
	}

	div#assure div.headline > div {
		padding: 0;
	}

	div#assure div.headline h2 {
		font-size: 3.733vw;
	}

	div#assure div.headline h2 span {
		display: block;
		margin-bottom: 0.3em;
		font-size: 5.866vw;
	}

	div#assure div.row {
		width: 89.845%;
		margin: 0 auto;
	}

	div#assure div.row > div dl {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
		margin: 0 0 0.5em 0;
		padding: 0;
		border-collapse: separate;
		border-spacing: 0.5em;
		font-size: 1em;
		background: #ffffff;
		/* box-sizing */
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}

	div#assure div.row > div dl dt,
	div#assure div.row > div dl dd {
		display: table-cell;
		vertical-align: middle;
	}

	div#assure div.row > div dl dt {
		position: relative;
		width: 5em;
		height: 0;
		padding: 5em 0 0 0;
		color: #ffffff;
		font-size: 2.666vw;
		text-align: center;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b10012+0,600202+100 */
		background: #b10012; /* Old browsers */
		background: -moz-linear-gradient(top,  #b10012 0%, #600202 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #b10012 0%,#600202 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #b10012 0%,#600202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10012', endColorstr='#600202',GradientType=0 ); /* IE6-9 */
	}

	div#assure div.row > div dl dt span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100% !important;
		height: 100 !important;
		/* transform */
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		     -o-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}

	div#assure div.row > div dl dd {
		font-size: 2.666vw;
		line-height: 1.57;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding: 1em 0 2em 0;
	background: #ffffff;
}

div#voice div.row > div a {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #1a1a1a;
	text-decoration: none;
}

div#voice div.row > div a p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 1em;
}

div#voice div.row > div a p.figure {
	padding: 0;
}

div#voice div.row > div a p.figure img {
	width: auto;
	max-width: 100%;
	/* border-radius */
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

div#voice div.row > div a p span {
	display: block;
	margin: 0 0 0.5em 0;
	font-style: normal;
}

div#voice div.row > div a p span:before {
	content: "\f086";
	/* font-family: "Font Awesome 5 Solid"; */
	font-family: "FontAwesome";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-size: 2em;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #b10012;
}

div#voice div.row > div a p strong {
	display: block;
	margin: 0 0 0.5em 0;
	color: #1a1a1a;
	font-size: 1.143em;
}

div#voice div.row > div a p strong span {
	font-size: 0.75em;
	font-style: normal;
}

div#voice div.row > div a p strong span:before {
	content: "（";
	margin: 0 0 0 -0.5em;
}

div#voice div.row > div a p strong span:after {
	content: "）";
}

div#voice div.row > div a p em {
	font-style: normal;
}

div#voice div.row > div a p em:after {
	content: "＞";
	margin: 0 0 0 1em;
}



@media screen and (min-width: 768px) {
	div#voice header.headline {
		margin-bottom: 0;
	}

	div#voice div.row {
		table-layout: fixed;
		font-size: 1em;
		border-collapse: separate;
		border-spacing: 3em;
	}

	div#voice div.row:nth-child(2) {
		margin-bottom: -3em;
	}

	div#voice div.row > div {
		display: table-cell;
		/* width: 23.729%; */
	}

	div#voice div.row > div a p.figure {
		width: 23.7%;
	}
}

@media screen and (max-width: 767px) {
	div#voice div.container {
		width: 100%;
	}

	div#voice div.headline {
		margin-top: -1em;
		margin-bottom: 0;
		padding-top: 1em;
		padding-right: 8em;
		padding-left: 1em;
		font-size: 3.467vw;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/home_voice_headline_sp.png) no-repeat right bottom;
		background-size: auto 100%;
	}

	div#voice div.headline > div {
		padding: 0;
	}

	div#voice div.headline h2 {
		font-size: 3.733vw;
	}

	div#voice div.headline h2 span {
		display: block;
		margin-bottom: 0.3em;
		font-size: 5.866vw;
	}

	div#voice div.row > div {
		border-bottom: 1px dotted #929292;
	}

	div#voice div.row > div a {
		border-collapse: separate;
		border-spacing: 1em;
	}

	div#voice div.row > div a p {
		padding: 0;
	}

	div#voice div.row > div a p.figure {
		width: 25%;
	}

	div#voice div.row > div a p strong {
		margin: 0;
	}

	div#voice div.row > div a p em {
		display: none;
	}

	div#voice div.row > div a:after {
		display: table-cell;
		content: "＞";
		width: 1em;
		vertical-align: middle;
	}

	div#voice div.row > div a p span {
		font-size: 2.666vw;
	}

	div#voice div.row > div a p strong {
		font-size: 3.467vw;
	}

	div#voice div.row > div a p strong span {
		font-size: 3.2vw;
	}

	div#voice div.row + div.more {
		margin-top: 1.5em;
	}
}






/* ▼company */
/* ----------------------------------------------------- */
div#company {
	position: relative;
	padding: 0 0 2em 0;
	background: #ffe4d7;
}

div#company:before {
	content: "";
	display: block;
	width: 100%;
	height: 1em;
	background: #ffffff;
}

div#company div.container {
	position: relative;
	overflow: visible;
}

div#company div.row > div a {
	color: #000000 !important;
	text-decoration: none;
}

div#company div.row > div a p.figure {
	margin: 0;
	line-height: 0;
}

div#company div.row > div#dekobokoya p.figure {
	background: url(https://file003.shop-pro.jp/PA01417/074/images/home_company_dekobokoya.jpg) no-repeat center center;
	background-size: 100%;
}

div#company div.row > div#meatshoptakashima p.figure {
	background: url(https://file003.shop-pro.jp/PA01417/074/images/home_company_meatshoptakashima.jpg) no-repeat center center;
	background-size: 100%;
}

div#company div.row > div#umainya p.figure {
	background: url(https://file003.shop-pro.jp/PA01417/074/images/home_company_umainya.jpg) no-repeat center center;
	background-size: 100%;
}

div#company div.row > div#tokinokane p.figure {
	background: url(https://file003.shop-pro.jp/PA01417/074/images/home_company_tokinokane.jpg) no-repeat center center;
	background-size: 100%;
}

div#company div.row > div p.figure img {
	width: auto;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.6);
}

_:-ms-lang(x), div#company div.row > div p.figure img {
	height: 100%;
}

div#company div.row > div a p {
	margin-bottom: 0;
}

div#company div.row > div a p strong {
	display: block;
	margin: 0 0 1em 0;
	font-size: 1em;
	color: #000000;
}

div#company div.row > div a p em {
	display: block;
	text-align: right;
	font-size: 0.889em;
	font-style: normal;
}

div#company div.row > div a p em:after {
	content: "＞";
	margin: 0 0 0 1em;
}



@media screen and (min-width: 768px) {
	div#company div.container:before {
		position: absolute;
		top: -20px;
		right: -20px;
		content: "";
		width: 265px;
		height: 250px;
		z-index: 3;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/bg_catchcopy.svg) no-repeat center center;
	}

	div#company div.headline {
		z-index: 1;
		margin-top: -1em;
		margin-bottom: 0;
	}

	div#company p.figure {
		position: relative;
		z-index: 5;
	}

	div#company div.row {
		table-layout: fixed;
		width: 103.051%;
		width: calc(100% + 2em);
		margin: 0 -1em 3em -1em;
		font-size: 1em;
		border-collapse: separate;
		border-spacing: 1em;
	}

	div#company div.row:nth-child(2) {
		margin-bottom: -1em;
	}

	div#company div.row > div {
		display: table-cell;
		width: 23.729%;
		vertical-align: top;
		background: #ffffff;
	}

	div#company div.row > div a {
		display: block;
		font-size: 1em;
		padding: 1em;
	}
}

@media screen and (max-width: 767px) {
	div#company div.container {
		width: 100%;
	}

	div#company div.headline {
		margin-top: -2em;
		margin-bottom: 0;
		padding-top: 3em;
		padding-right: 8em;
		padding-left: 1em;
		font-size: 3.467vw;
		background: url(https://file003.shop-pro.jp/PA01417/074/images/home_company_headline_sp.png) no-repeat right bottom;
		background-size: auto 100%;
	}

	div#company div.headline > div {
		padding: 0;
	}

	div#company div.headline h2 {
		font-size: 3.733vw;
	}

	div#company div.headline h2 span {
		display: block;
		margin-bottom: 0.3em;
		font-size: 5.866vw;
	}

	div#company div.row > div {
		margin: 0 1em;
		padding: 1.3em 1em;
		border-bottom: 1px dotted #929292;
	}

	div#company div.row > div p + p {
		margin-top: 1em;
	}

	div#company div.row > div p strong {
		font-size: 4vw;
	}

	div#company div.row > div p strong span {
		margin-left: 1em;
	}

	div#company div.row + div.more {
		margin-top: 1.5em;
	}
}
