.about_stand--food {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	outline: none;
}
.about_stand .anchorlink-module {
	margin-bottom: 70px;
}
.about_stand.about_stand--food .kv-second {
	background: url(/neutralworks/images/brand/stand/food/kv-stand-food_pc.jpg) center center;
	background-size: cover;
}
@media (max-width: 768px) {
	.about_stand .anchorlink-module {
		margin-bottom: 30px;
	}
}

.food-nav--top {
	margin: 0 0 80px;
}
.food-nav--bottom {
	margin: 90px 0 70px;
}
.food-nav__list {
  font-size: 16px;
  font-weight: bold;
}
.food-nav__list__item {
  position: relative;
  margin: 4px 20px;
}
.food-nav__list__item a {
	display: block;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 1;
}
.food-nav__list__item a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0,-100%) rotate(135deg);
}
.food-nav--bottom .food-nav__list__item a:after {
	transform: translate(0,-50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.food-nav--top {
		margin: 0 0 50px;
	}
	.food-nav--bottom {
		margin: 60px 0;
	}
  .food-nav__list {
    font-size: 14px;
  }
  .food-nav__list__item {
    margin: 4px 10px;
  }
}

.food-cat {
	margin-bottom: 90px;
}
.food-area + .food-area {
	margin-top: 90px;
}
.food-area__header {
	margin: 0 0 70px;
}
.food-area__ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.food-area__block + .food-area__block {
	margin-top: 70px;
}
.food-area__cat {
	margin: 0 0 55px;
	text-align: center;
}
.food-area__name {
	font-size: 20px;
	font-weight: bold;
}
.food-area__catch {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
.food-area__catch__small {
	display: block;
	font-size: 12px;
	line-height: 1.8;
	margin: 8px 0 0;
}
.food-area__cat02 {
	padding: 55px 20px;
	text-align: center;
}
.food-area__catch02 {
	font-weight: bold;
	font-size: 16px;
}

/*foodblock01*/
.foodBlock01__ttl {
	font-size: 17px;
	font-weight: bold;
	margin-top: 30px;
}
.foodBlock01__ttl .price {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.foodBlock01__catch {
	margin-top: 15px;
}
.foodBlock01__price {
	margin-top: 20px;
}
.foodBlock01 ~ .foodBlock01 {
	margin-top: 60px;
}
.foodBlock01__img {
	font-size: 0;
	letter-spacing: normal;
}
.foodBlock01__img__left {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 47.96%;
}
.foodBlock01__img__left__inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:auto;
}
.foodBlock01__img__left__inner:before {
	content: '';
	display: block;
	padding-top: 80.85%;
}
.foodBlock01__img__right {
	vertical-align: top;
	display: inline-block;
	width: 52.04%;
}
.foodBlock01__price__ttl {
	display: inline-block;
	font-weight: bold;
	padding-right: 10px;
}
.foodBlock01__materials {
	margin-top: 20px;
}
.foodBlock01__materials__ttl {
	display: block;
	font-weight: bold;
}
.foodBlock01__component {
	margin-top: 20px;
}
.foodBlock01__component__ttl {
	font-weight: bold;
	margin-bottom: 10px;
}
.foodBlock01__component__cts {
}
.foodBlock01__component__list {
	width: 100%;
	padding-right: 20px;
}
.foodBlock01__component__list__item:nth-child(3n + 3) {
	margin-right: -20px;
}
.foodBlock01__component__list__item {
	width: calc(100% / 3);
	border-top: 1px solid #dbdbdb;
	padding: 7px 0;
	margin-right: 10px;
}
.foodBlock01__component__list__item:nth-last-child(-n+3) {
	border-bottom: 1px solid #dbdbdb;
}

.foodBlock01__img.slick-img-onload {
    opacity: 0;
    transition: opacity 1s;
}
.foodBlock01__img.slick-img-onload.initialized {
  opacity: 1;
}
@media (max-width: 768px) {
	.food-area__cat {
		margin: 0 0 25px;
	}
	.food-cat {
		margin-bottom: 40px;
	}
	.food-area__header {
		margin: 0 0 30px;
	}
	.food-area__ttl {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.food-area__name {
		font-size: 18px;
	}
	.food-area__catch {
		font-size: 13px;
	}
	.food-area__catch__small {
		font-size: 10px;
	}
	.food-area__cat02 {
		padding: 35px 15px;
		text-align: center;
	}
	.food-area__catch02 {
		font-size: 14px;
	}
	.foodBlock01 ~ .foodBlock01 {
		margin-top: 40px;
	}
	.foodBlock01__img__left {
		width: 100%;
		outline: none;
	}
	.foodBlock01__img__right {
		display: none;
	}
	.foodBlock01__component__list__item {
		width: 100%;
	}
	.foodBlock01__component__list__item:nth-last-child(-n+3) {
		border-bottom: none;
	}
	.foodBlock01__component__list__item:last-child {
		border-bottom: 1px solid #dbdbdb;	
	}
	.foodBlock01__component__list {
		padding-right: 0;
	}
}

/*foodblock02*/
.foodBlock02 ~ .foodBlock02 {
	margin-top: 65px;
}
.foodBlock02__dtl {
	width: calc(100% - 380px);
	padding-left: 30px;
}
.foodBlock02__ttl {
	font-size: 18px;
	font-weight: bold;
}
.foodBlock02__catch {
	margin-top: 15px;
}
.foodBlock02__price {
	margin-top: 25px;
}
.foodBlock02__price__ttl {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.foodBlock02__materials {
	margin-top: 25px;
}
.foodBlock02__materials__ttl {
	font-weight: bold;
	display: block;
}
.foodBlock02__component {
	margin-top: 25px;
}
.foodBlock02__component__ttl {
	font-weight: bold;
	margin-bottom: 10px;
}
.foodBlock02__component__cts {
	padding-right: 10px;
}
.foodBlock02__component__list {
	width: 100%;
}
.foodBlock02__component__list__item:nth-child(2n+2) {
	margin-right: -10px;
}
.foodBlock02__component__list__item {
	width: 50%;
	border-top: 1px solid #dbdbdb;
	padding: 7px 0;
	margin-right: 10px;
}
.foodBlock02__component__list__item:nth-last-child(-n+2) {
	border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
	.foodBlock02__dtl {
		padding-left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.foodBlock02__component__list__item {
		width: 100%;
	}
	.foodBlock02__component__list__item:nth-last-child(-n+2) {
		border-bottom: none;
	}
	.foodBlock02__component__list__item:last-child {
		border-bottom: 1px solid #dbdbdb;
	}
	.foodBlock02__component__cts {
		padding-right: 0;
	}
}

/*foodblock03*/
.foodBlock03 {
	padding-right: 40px;
}
.foodBlock03__item {
	width: 50%;
	margin-right: 40px;
	margin-top: 60px;
}
.foodBlock03__item:nth-child(2n+2) {
	margin-right: -40px;
}
.foodBlock03__item:nth-child(-n+2){
	margin-top: 0;
}
.foodBlock03__ttl {
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}
.foodBlock03__ttl .price {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.foodBlock03__catch {
	margin-top: 15px;
}
.foodBlock03__materials {
	margin-top: 25px;
}
.foodBlock03__materials__ttl {
	font-weight: bold;
	display: block;
}
.foodBlock03__component {
	margin-top: 25px;
}
.foodBlock03__component__ttl {
	font-weight: bold;
	margin-bottom: 10px;
}
.foodBlock03__component__list {
	width: 100%;
	padding-right: 10px;
}
.foodBlock03__component__list__item {
	width: 50%;
	margin-right: 10px;
}
.foodBlock03__component__list__item:nth-child(2n+2) {
	margin-right: -10px;
}
.foodBlock03__component__list__item {
	width: 50%;
	border-top: 1px solid #dbdbdb;
	padding: 7px 0;
	margin-right: 10px;
}
.foodBlock03__component__list__item:nth-last-child(-n+2) {
	border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 768px) {
	.foodBlock03 {
		padding-right: 0;
	}
	.foodBlock03__item ~ .foodBlock03__item {
		margin-top: 65px;
	}
	.foodBlock03__item {
		width: 100%;
	}
	.foodBlock03__component__list {
		padding-right: 0;
	}
	.foodBlock03__component__list__item {
		width: 100%;
	}
	.foodBlock03__component__list__item:nth-last-child(-n+2) {
		border-bottom: none;
	}
	.foodBlock03__component__list__item:last-child {
		border-bottom: 1px solid #dbdbdb;
	}
}
.about_stand__bnr {
	text-align: center;
}
.about_stand__bnr__logo {
	width: 271px;

}
.about_stand__bnr .icon-logo {
	display: block;
	margin-top: 15px;
}
.animetion-zoom:hover .about_stand__bnr__logo {
	-webkit-transform: scale(1);
     transform: scale(1); 
}
.about_stand__bnr .banner-top-item.col-1 {
	margin-bottom: 35px;
}


