@charset "UTF-8";

.cs-home-lheader-infobar .c-infoBar {
	display: block;
}

@media (max-width: 640px){
	
.cs-home-lheader-infobar #header {
	position: sticky !important;
}

}


#sp_menu .p-spMenu__inner::before {
	background: #988c45;
}
#sp_menu .c-iconBtn__icon:before {
	color: #ffffff;
}
#sp_menu .c-listMenu a {
	padding: 15px 45px 15px 0;
	background-image: url(images/arrow-01.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 35px auto;
	color: #ffffff;
}
#sp_menu .c-listMenu a:before {
	display: none;
}
#sp_menu a {
	text-decoration: none;
	color: #ffffff;
}

.add-content-01 {
	background-image: url(images/bg-logo.png);
	background-size: 380px auto;
	background-position: top 100px right -200px;
	background-repeat: no-repeat;
}
.add-bg-01 {
	background-image: url(images/bg-logo-02.png);
	background-size: 380px auto;
}
.add-table-01 th {
	width: 40% !important;
	padding-left: 30px;
	background-image: url(images/icon-leaf.png);
	background-size: 20px auto;
	background-position: top 10px left;
	background-repeat: no-repeat;
	font-weight: normal;
}


@media not all and (min-width: 960px) {
#footer .w-footer__box {
	margin: 0;
	padding: 0;
}
#footer .w-footer__box:first-child {
	margin-bottom: 30px;
}
}


@media (max-width: 640px){
.add-content-01 {
	background-size: 60% auto;
	background-position: top 10vw right -30%;
}

.add-table-01 th {
	border-bottom: none;
	background-position: top 15px left;
	width: auto !important;
	font-weight: bold;
}
.add-table-01 td {
	padding-top: 0;
	padding-left: 30px;
	border-top: none;
}
	
}


/* ///////////////////////////////////////////////////////////////////

mvテンプレート

/////////////////////////////////////////////////////////////////// */

.page-template-page-mv #breadcrumb {
	display: none;
}
.page-template-page-mv #content {
	padding-top: 2em;
}
.page-template-page-mv .add-mv-top {
	margin-bottom: 30px;
}
.page-template-page-mv .add-mv-top .add-mv-top-img {
	margin: 0 -100px 10px;
	text-align: center;
}
.page-template-page-mv .add-mv-top #breadcrumb {
	display: block;
	background: none;
	box-shadow: none;
}
.page-template-page-mv .add-mv-top #breadcrumb ol {
	padding: 0;
}


@media (min-width: 1201px){

.page-template-page-mv .add-mv-top #breadcrumb {
	margin-left:-100px;
}

}



@media (max-width: 1200px){

.page-template-page-mv .add-mv-top .add-mv-top-img {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 10px;
}

}



@media (max-width: 640px){
	
.page-template-page-mv #content {
	padding-top: 0;
}

}



/* ///////////////////////////////////////////////////////////////////

日本の食文化の闇


/////////////////////////////////////////////////////////////////// */


.id_1503::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100vh;
	background-image: url(images/bg-01.png);
	background-size: cover;
	background-position:50% 100%;
	z-index: -1;
}
.id_1503 #body_wrap {
	z-index: 10;
}
.id_1503 #breadcrumb {
	background: #ffffff !important;
}
.id_1503 #content {
	margin-top: 0;
	padding-top: 0;
}




/* ///////////////////////////////////////////////////////////////////

誕生ヒストリー

/////////////////////////////////////////////////////////////////// */

.id_1311 .add-history-01-area p {
	margin-bottom: -65px !important;
}

@media (max-width: 640px){

.id_1311 .add-history-01-area p {
    margin-bottom: -16vw !important;
}

}



/* ///////////////////////////////////////////////////////////////////

製造スタッフ紹介

/////////////////////////////////////////////////////////////////// */

.id_1614 .add-staff-top {
	position: relative;
}
.id_1614 .add-staff-top::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	background-image: url(images/bg-logo-03.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 380px;
	height: 360px;
}
.id_1614 .add-staff-top .wp-block-column {
	position: relative;
}

@media (max-width: 640px){

.id_1614 .add-staff-top::before {
	top: -40px;
	width: 250px;
	height: 230px;
}	   
	
}




/* ///////////////////////////////////////////////////////////////////

商品ラインナップ


/////////////////////////////////////////////////////////////////// */


.id_990 .add-item-top {
	position: relative;
	overflow: hidden;
}
.id_990 .add-item-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 200px;
	background-image: url(images/bg-logo-04.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 380px;
	height: 360px;
}
.id_990 .add-item-01 {
	position: relative;
	overflow: hidden;
}
.id_990 .add-item-01::before {
	content: "";
	position: absolute;
	bottom: 100px;
	right: 50%;
	margin-right: 520px;
	background-image: url(images/bg-logo.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 380px;
	height: 360px;
}
.id_990 .add-item-03 {
	position: relative;
	overflow: hidden;
}
.id_990 .add-item-03::before {
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 520px;
	background-image: url(images/bg-logo.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 380px;
	height: 360px;
}

@media (max-width: 640px){

.id_990 .add-item-top::before {
	top: 10vw;
	left: initial;
	right: -20%;
	margin: 0;
	width: 250px;
	height: 230px;
}
.id_990 .add-item-01::before {
	top: 150vw;
	bottom: initial;
	left: -20%;
	right: initial;
	margin: 0;
	width: 250px;
	height: 230px;
} 
.id_990 .add-item-03::before {
	top: 5vw;
	left: initial;
	right: -20%;
	margin: 0;
	width: 250px;
	height: 230px;
} 
	
}

