@charset "utf-8";
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin-right: auto;
	margin-left: auto;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing : 0.2em;
}

header {
	padding: 30px 4% 10px;
	position: fixed;
	background-color: #FFFFFF;
	top: 0;
	width: 100vw;
	display: flex;
	align-items: center;
	z-index: 100;
	border-bottom: 0.01rem solid #D8D8D8;
}

header img {
	max-width: 200px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #4b4b4b;
}

a:hover {
	scale: 1.1;
}

nav {
	margin: 0 0 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	display: flex;
}

li {
	margin: 0 0 0 0px;
	font-size: 16px;
}

.news_info {
	display: block;
	top: 120px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: min(92vw, 1080px);
}

.news_info_l, .news_info_r {
	display: inline-block;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	color: #4b4b4b;
	text-align: center;
}

.nw_title {
	font-size: min(5vw, 20px);
	padding: 10px 0;
	border-bottom: 0.1rem solid #4D4D4D;
}

.nw_tb {
	padding: min(2vw, 20px) 0;
	width: min(45vw, 460px);
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -1px;
}

.nw_lr {
	width: min(45vw, 460px);
}

.nw_left_a {
	display: inline-block;
	width: min(11vw, 120px);
	font-size: min(2.5vw, 16px);
	text-align: left;
	vertical-align: bottom;
	padding: min(1vw, 4px) min(1vw, 4px) min(1vw, 4px) min(2vw, 15px);
	border-bottom: 0.01rem solid #DFDCD2;
}

.nw_right {
	display: inline-block;
	width: min(34vw, 340px);
	font-size: min(2.5vw, 16px);
	text-align: left;
	padding: min(1vw, 4px) min(1vw, 4px) min(1vw, 4px) min(2vw, 30px);
	border-bottom: 0.01rem solid #DFDCD2;
}

.product_main {
	display: block;
	top: 120px;
	position: relative;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	color: #4b4b4b;
}

div.roots {
	padding-left: 2vw;
	font-size: min(4vw, 18px);
	letter-spacing: 0.05em;
}

a.roots:hover {
	background: #D8D8D8;
}

.product_name {
	padding-top: min(6vw, 50px);
	text-align: center;
	font-size: min(6vw, 30px);
	letter-spacing: 0;
}

.product_content {
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.text-combine {
	display: inline-block;
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	transform: scale(1.2, 1);
}

.left_b {
	display: inline-block;
	width: min(5vw, 40px);
	height: min(35vw, 400px);
	letter-spacing: 0.05em;
	background-color: #3F1605;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright; /* すべて縦方向に表示 */
	-webkit-text-orientation: upright;
	text-decoration: none;
	padding-right: 5px;
	transition: all .3s ease-out;
}

.left_b:hover {
    background-color: #592600;
	scale: 1.1;
}

a.left_b {
	color: #FFFFFF;
}

.product_photo {
	display: inline-block;
	width: min(35vw, 400px);
	height: min(35vw, 400px);
	vertical-align: top;
}

.product_photo img {
	width: min(35vw, 400px);
	height: min(35vw, 400px);
}

.product_text {
	display: inline-block;
	width: min(40vw, 640px);
	height: min(35vw, 400px);
	vertical-align: top;
	text-align: left;
	padding: 20px 80px 20px 20px;
	font-size: min(5vw, 18px);
	letter-spacing: 0;
}

.right_bl {
	display: inline-block;
	width: min(5vw, 40px);
	height: min(35vw, 400px);
	letter-spacing: 0.05em;
	background-color: #3F1605;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	text-orientation: upright; /* すべて縦方向に表示 */
	-webkit-text-orientation: upright;
	text-decoration: none;
	padding-left: 5px;
	transition: all .3s ease-out;
}

.right_bl:hover {
    background-color: #592600;
	scale: 1.1;
}

a.right_bl {
	color: #FFFFFF;
}

.right_bs {
	display: none;
}

.product_detail {
	display: block;
	margin-top: min(4vw, 20px);
	margin-left: auto;
	margin-right: auto;
}

.product_detail_left {
	display: inline-block;
	padding-left: min(8vw, 70px);
	padding-top: max(1vw, 10px);
	font-size: min(4vw, 18px);
	letter-spacing: 0;
	width: calc(50% - 5px);
}

.product_detail_right {
	display: inline-block;
	padding-left: min(2vw, 60px);
	padding-top: max(2vw, 20px);
	font-size: min(4vw, 18px);
	letter-spacing: 0;
	vertical-align: top;
}

.material_title {
	font-size: min(4vw, 20px);
	padding: 10px;
	border-bottom: 0.1rem solid #4D4D4D;
}

.material_unit {
	font-size: min(4vw, 16px);
	padding: 12px;
	border-bottom: 0.1rem dashed #4D4D4D;
}

.material_content {
	font-size: min(4vw, 18px);
	padding: 10px;
}

.nutritions {
	padding-top: 10px;
	margin-bottom: 10px;
}

.nutrition_content {
	display: block;
	padding: 10px 2px 2px 2px;
}

.nutrition_content_lr {
	display: inline-block;
	padding: 8px;
	margin: 0;
	width: 49%;
	vertical-align: text-top;
}

.nutrition_content_name {
	display: inline-block;
	width: 45%;
	font-size: min(4vw, 16px);
}

.nutrition_content_status {
	display: inline-block;
	width: 22%;
	text-align: right;
}

.nutrition_content_unit {
	display: inline-block;
	width: 26%;
	font-size: min(4vw, 14px);
	letter-spacing: -1px;
}

.allergy_title {
	font-size: min(4vw, 20px);
	padding: 10px;
	border-bottom: 0.1rem solid #4D4D4D;
}

.allergy_content {
	font-size: min(4vw, 18px);
	padding: 10px;
}

table.pdlr {
	display: block;
	vertical-align: text-top;
	text-align: center;
}

th {
	width: min(25vw, 220px);
	border: 0.01rem solid #808080;
	padding: 8px;
}

td {
	padding: 2px 20px;
	width: 52%;
}

.under_line {
	padding: min(2vw, 12px) 0;
	border-bottom: 0.1rem solid #4D4D4D;
	width: min(92vw, 1080px);
	margin-left: auto;
	margin-right: auto;
}

.under_line_long {
	padding: min(2vw, 12px) 0;
	border-bottom: 0.1rem solid #4D4D4D;
	width: min(96vw, 1980px);
	margin-left: auto;
	margin-right: auto;
}

.center_line {
	position: relative;
	padding: min(2vw, 12px) 0;
	border-bottom: 0.1rem solid #4D4D4D;
	width: min(92vw, 1080px);
	margin-left: auto;
	margin-right: auto;
}

.similars {
	display: block;
	top: 120px;
	position: relative;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	color: #4b4b4b;
	padding-top: 40px;
}

.theme_title {
	font-size: min(5vw, 24px);
	padding: 10px;
	border-bottom: 0.1rem solid #4D4D4D;
	letter-spacing: 0.05em;
}

.similar_product {
	display: inline-block;
	font-size: min(4vw, 15px);
	padding: 20px 3px;
	transition: all .3s ease-out;
	width: min(31vw, 230px);
	vertical-align: text-top;
}

.similar_product img {
	width: min(42vw, 220px);
}

.similar_product:hover {
	scale: 1.1;
}

.similar_name {
	display: block;
	vertical-align: text-top;
	text-align: center;
	letter-spacing: 0;
	font-size: min(5vw, 20px);
	max-width: 240px;
	padding-top: 5px;
}

.more {
	font-size: min(3vw, 16px);
	width: min(25vw, 120px);
	height: min(6vw, 45px);
	letter-spacing: 0.05em;
	background: #FFFFFF;
	border: 0.05em solid #4D4D4D;
	text-align: center;
	transition: all .3s ease-out;
	padding: min(5vw, 9px) 0;
	z-index: 10;
}

.more::after {
	position: absolute;
	content: '';
	transform: translateX( -8em );
	bottom: 5px;
	width: 0;
	height: 1px;
	opacity: 0;
	background: #FFFFFF;
	transition: all .6s ease-out 0s;
}

.more:hover {
	color: #FFFFFF;
    background-color: #373737;
	scale: 1.1;
	cursor : pointer;
}

.more:hover::after {
	transform: translateX( -7em );
	opacity: 1;
	width: 100%;
}

.more_r {
	display: grid;
	justify-content: flex-end;
}

.searchform {
	position: relative;
	top: 120px;
	margin-bottom: 60px;
	padding-bottom: 0px;
}

.searchform__inner {
	padding: 40px 0;
	text-align: center;
}

.searchform__field {
	width: min(48vw, 480px);
	height: min(6vw, 60px);
}

.search_result {
    margin: 0px min(14%, 500px);
    text-align: center;
    width: min(80vw, 1980px);
	display: flex;
	flex-wrap: wrap; /* 複数行に折り返し */
	justify-content: flex-start; /* 子要素を左詰めに */
}

.search_result_m {
    margin: 15px min(14%, 500px);
    text-align: center;
    width: min(80vw, 1980px);
	display: flex;
	flex-wrap: wrap; /* 複数行に折り返し */
	justify-content: flex-start; /* 子要素を左詰めに */
}

.pop_words {
	color: #fff;
	border-radius: 0;
	background-color:rgba(74,18,18,0.9);
	width: min(50vw, 980px);
	height: min(25vw, 80px);
	margin: 100px auto 30px auto;
	padding: 12px 20px;
	line-height: 1.7;
}

.pop_words a {
	color: #fff;
	font-size: 1.2rem;
	height: auto;
	text-decoration: underline;
	letter-spacing: 0;
}

.menu_product {
	display: inline-block;
	font-size: min(4vw, 15px);
	padding: 5px 3px 0 3px;
	margin: 0 4px 15px 4px;
	transition: all .3s ease-out;
	width: min(18vw, 340px);
	vertical-align: text-top;
	overflow: hidden;
	border: 0.1rem solid #cccccc;
	user-select: none;
}

.menu_product_dm {
	display: inline-block;
	font-size: min(4vw, 15px);
	padding: 5px 3px 0 3px;
	margin: 0 4px 20px 4px;
	transition: all .3s ease-out;
	width: min(18vw, 340px);
	vertical-align: text-top;
	overflow: hidden;
	border: 0.1rem solid #cccccc;
	visibility: hidden;
}

img.menu_img {
	width: min(100%, 320px);
}

.menu_p_box {
	display: inline-block;
	width: min(42%, 140px);
}

.menu_p {
	display: block;
}

.menu_p_name {
	display: block;
	width: min(90%, 140px);
	padding-top: 8px;
	letter-spacing: 0;
	font-size: min(1.8vw, 14px);
	line-height: 1.3;
	position: relative;
    top: 5px;
}

img.menu_p {
	width: min(90%, 140px);
	position: relative;
	scale: 1.2;
}

.menu_product:hover {
	scale: 1.05;
	opacity: 0.8;
}

.menu_name {
	display: block;
	vertical-align: text-top;
	text-align: center;
	letter-spacing: 0;
	font-size: min(5vw, 18px);
	font-weight: bold;
	max-width: 400px;
	padding-top: 5px;
}

.menu_text {
	display: block;
	vertical-align: text-top;
	text-align: left;
	letter-spacing: 0;
	font-size: min(2vw, 16px);
	max-width: 400px;
	padding: 5px 5px 10px 8px;
	border-bottom: 0.1rem solid #cccccc;
	line-height: 1.3;
}

.menu_info {
	display: inline-block;
	position: relative;
	right: 5px;
	letter-spacing: -1.5px;
	font-size: min(1.1vw, 17px);
	line-height: 1.6;
	width: min(52%, 180px);
	padding: 10px 0;
	text-align: left;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.page_link {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}

.page_link.current {
  background-color: #400000;
  color: white;
  font-weight: bold;
}

.no_result {
  color: #555;
  padding: 20px;
  border: 1px dashed #aaa;
  background-color: #f9f9f9;
  max-width: 600px;
  margin: 2em auto;
  text-align: center;
  border-radius: 10px;
  letter-spacing: -0.6px;
}

.recipe-details {
	margin: 115px min(12%, 500px) 15px;
    text-align: center;
    width: min(88vw, 1580px);
}

.detail-menu {
	display: inline-block;
	width: min(32vw, 480px);
}

.detail-menuname {
	display: block;
	font-size: min(3vw, 30px);
	font-weight: bold;
	letter-spacing: -1.2px;
	text-align: left;
	padding: 10px 0;
	font-family: "Noto Sans Japanese";
}

.detail-menuimg {
	display: block;
}

img.detail-menu {
	width: min(100%, 480px);
}

.detail-menudata {
	display: block;
	width: min(100%, 480px);
}

.detail-menudata_l {
	display: inline-block;
	width: min(48%, 234px);
	vertical-align: middle;
}

.detail-menudata_l_p {
	display: block;
}

.detail-menudata_l_p_name {
	display: block;
	width: min(100%, 234px);
	padding-top: 8px;
	letter-spacing: 0;
	font-size: min(1.8vw, 18px);
	line-height: 1.3;
	position: relative;
	text-align: center;
}

img.detail-menudata_l_p {
	width: min(100%, 234px);
	position: relative;
}

.detail-menudata_r {
	display: inline-block;
	position: relative;
	right: 5px;
	letter-spacing: -1.5px;
	font-size: min(1.8vw, 22px);
	line-height: 1.6;
	width: min(48%, 234px);
	padding: 15px 0;
	text-align: left;
	vertical-align: middle;
}

.detail-elements {
	display: inline-block;
	width: min(46vw, 1240px);
	vertical-align: top;
}

.detail-elementstitle {
	display: block;
	text-align: left;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 0em;
    margin-bottom: 0.4em;
    letter-spacing: -0.8px;
	padding-inline-start: 40px;
	padding-top: 16px;
	font-size: min(2.4vw, 24px);
}

.detail-elementstitle_l {
	display: inline-block;
}

.detail-elementstitle_c {
	display: inline-block;
	width: min(20vw, 300px);
	padding: 0 20px;
}

.detail-elementstitle_c a {
	display: block;
	transition: all .3s ease-out;
}

img.detail-elementstitle_c_i {
	width: min(25vw, 300px);
	height: auto;
	vertical-align: bottom;
}

.detail-elementstitle_r {
	display: inline-block;
}

img.detail-elementstitle_r {
	width: min(5vw, 50px);
	padding: 0 5px;
	vertical-align: bottom;
}

.detail-elementsname ul {
	display: block;
	text-align: left;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 0em;
    margin-bottom: 0.4em;
    letter-spacing: -0.8px;
	padding-inline-start: 40px;
}

.detail-elementsname li {
	font-size: min(2vw, 20px);
}

.detail-elementstext {
	display: block;
	text-align: left;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 0em;
    margin-bottom: 0.4em;
    letter-spacing: -0.8px;
	padding-inline-start: 40px;
	padding-top: 16px;
	font-size: min(2vw, 20px);
}

.recipe-instructions {
	margin: 15px min(10%, 500px);
    text-align: center;
    width: min(80vw, 1680px);
	display: flex;
	flex-wrap: wrap; /* 複数行に折り返し */
	justify-content: flex-start; /* 子要素を左詰めに */
	padding-top: 8px;
}

.recipe-instructions_box {
	width: calc(33.3333% - 7.5px);
	padding: 0.2em;
    box-sizing: border-box;
    display: flex;
	flex-direction: column; /* 上下に並べる */
	justify-content: space-between; /* 上と下に詰める */
}

.recipe-instructions_box_text {
	display: block;
	text-align: left;
	letter-spacing: -0.7px;
	font-size: min(1.8vw, 18px);
}

.recipe-instructions_box_img {
	display: block;
}

img.recipe-instructions_box {
	display: block;
	width: 100%;
}

button {
	border: none;
}

.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	left: -10px;
}

button.btn-flat {
	overflow: hidden;
	padding: 0.8rem 6rem;
	color: #fff;
	border-radius: 0;
	background: #400000;
	height: min(6vw, 60px);
}

button.btn-flat span {
  position: relative;
}

button.btn-flat:before {
	position: absolute;
	top: 0;
	left: 0;
	width: min(6vw, 42px);
	height: min(6vw, 42px);
	content: "";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-48%) translateY(22%) rotate(45deg);
	transform: translateX(-48%) translateY(22%) rotate(45deg);
	background: #FFF;
}

button.btn-flat:hover:before {
	width: min(60vw, 420px);
	height: min(60vw, 420px);
	-webkit-transform: translateX(-9%) translateY(-42%) rotate(45deg);
	transform: translateX(-9%) translateY(-42%) rotate(45deg);
	background: #302B29;
}

button.btn-flat:hover {
	scale: 1.0;
	color: #FFF;
}

#categorys {
	display: block;
	top: 120px;
	position: relative;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	color: #4b4b4b;
	text-align: center;
}

.category_title {
	padding: min(6vw, 50px) 0 min(4vw, 20px) 0;
	text-align: center;
	font-size: min(6vw, 30px);
	letter-spacing: 0.05em;
}

.category_product {
	display: inline-block;
    width: min(42vw, 480px);
    height: min(18vw, 140px);
    letter-spacing: 0.05em;
    font-size: min(4vw, 20px);
    border: 0.05em solid #4D4D4D;
    vertical-align: text-top;
    padding: min(5vw, 60px) min(3vw, 40px);
	margin: 12px;
    transition: all .3s ease-out;
}

a.category_product:hover {
	color: #FFFFFF;
    background-color: #373737;
	scale: 1.1;
}

.dropdown_category1, .dropdown_category2 {
	display: none;
}

#categorys input[type=checkbox] {
	visibility: hidden;
	position: absolute;
	left: 0;
}

#categorys input[type=checkbox] + label {
	display: block;
    width: min(63vw, 720px);
    height: min(18vw, 140px);
    letter-spacing: 0.05em;
    font-size: min(4vw, 20px);
	background: #373737;
	color: #FFFFFF;
    padding: min(3vw, 40px);
	margin: 12px auto;
    transition: all .3s ease-out;
}

section#categorys label::before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    left: 49%;
    top: min(10vw, 60px);
}

#categorys input[type=checkbox] + label:hover {
	scale: 1.1;
	cursor: pointer;
}

#categorys input[type=checkbox]#warnings + label:hover {
	scale: 1;
}

#categorys input[type=checkbox]:checked + label {
	display: block;
	border-bottom: 0.1rem solid #4D4D4D;
	background: #FFFFFF;
	color: #4D4D4D;
}

#categorys input[type=checkbox]:checked + label::before {
	border-bottom: 2px solid #373737;
    border-right: 2px solid #373737;
	transform: rotate(225deg);
	top: min(11vw, 65px);
}

#categorys .mfp_col9 input[type=checkbox]{
	visibility: visible;
	position: relative;
}

#categorys input[type=checkbox]#warnings + label {
	display: block;
    width: min(63vw, 720px);
    height: min(18vw, 40px);
    letter-spacing: 0.05em;
    font-size: min(4vw, 20px);
	background: #FFFFFF;
    padding: 0;
	margin: 0 auto;
    transition: all .3s ease-out;
}

#categorys input[type=checkbox]#warnings + label font {
	position: relative;
	left: -20px;
}

#categorys input[type=checkbox]:checked#warnings + label {
	display: block;
	border-bottom: none;
	background: #FFFFFF;
	color: #4D4D4D;
}

#categorys input[type=checkbox]#warnings + label::before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #4D4D4D;
    border-right: 2px solid #4D4D4D;
    transform: rotate(45deg);
    position: relative;
    left: 60%;
	top: min(10vw, 16px);
}

#categorys input[type=checkbox]:checked#warnings + label::before {
	border-bottom: 2px solid #373737;
    border-right: 2px solid #373737;
	transform: rotate(225deg);
	top: min(11vw, 24px);
}

#category_products1:checked ~.dropdown_category1, #category_products2:checked ~.dropdown_category2 {
	display: block;
}

.warning {
	display: none;
	padding-top: 30px;
	letter-spacing: 0;
	font-size: min(2vw, 18px);
	width: min(96vw, 880px);
	margin-left: auto;
	margin-right: auto;
}

#warnings:checked ~.warning {
	display: block;
}

.warning_line {
	padding: min(2vw, 12px) 0;
    border-bottom: 0.1rem solid #4D4D4D;
    width: min(92vw, 1080px);
    margin-left: auto;
    margin-right: auto;
	position: absolute;
    left: 3%;
}

.cs_title {
	display: block;
	text-align: center;
	letter-spacing: 0;
	width: min(96vw, 1280px);
    position: relative;
    right: 3vw;
}

.categorys_title {
	display: inline-block;
	padding: min(6vw, 50px) 0 min(4vw, 20px) 0;
	text-align: center;
	font-size: min(6vw, 26px);
	font-weight: 600;
	width: min(30vw, 480px);
}

.categorys_left {
	display: inline-block;
	text-align: left;
	padding: 5px 0;
	font-size: min(4vw, 20px);
	width: min(30vw, 360px);
	transition: all .5s ease-out;
	letter-spacing: -1px;
}

.categorys_right {
	display: inline-block;
	text-align: right;
	padding: 5px 0;
	font-size: min(4vw, 20px);
	width: min(30vw, 360px);
	transition: all .5s ease-out;
	letter-spacing: -1px;
}

.categorys_left:hover, .categorys_right:hover {
    background: #373737;
	color: #FFFFFF;
}

.corporate_philosophy {
	padding-top: 20px;
}

.corporate_philosophy img {
	width: min(96vw, 640px);
}

.cp_tb {
	padding: min(2vw, 20px) 0;
	width: min(96vw, 880px);
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0;
}

.cp_lr {
	width: min(96vw, 880px);
}

.cp_top_line {
	width: min(94vw, 680px);
	border-bottom: 0.01rem solid #DFDCD2;
	margin-left: auto;
    margin-right: auto;
}

.cp_left {
	display: inline-block;
	width: min(28vw, 120px);
	text-align: left;
	vertical-align: top;
	padding: min(1vw, 4px) min(1vw, 4px) min(1vw, 4px) min(2vw, 15px);
	border-bottom: 0.01rem solid #DFDCD2;
	background: #EBEBEB;
}

.cp_left_a {
	display: inline-block;
	width: min(28vw, 120px);
	font-size: min(8vw, 18px);
	text-align: left;
	vertical-align: bottom;
	padding: min(1vw, 4px) min(1vw, 4px) min(1vw, 4px) min(2vw, 15px);
	border-bottom: 0.01rem solid #DFDCD2;
}

.cp_right {
	display: inline-block;
	width: min(66vw, 560px);
	text-align: left;
	padding: min(1vw, 4px) min(1vw, 4px) min(1vw, 4px) min(2vw, 30px);
	border-bottom: 0.01rem solid #DFDCD2;
}

.error404 {
	text-align: left;
}

img.img_404 {
	display: inline-block;
	padding: min(2vw, 40px) min(1vw, 40px) 0 0;
	width: min(95vw, 480px);
}

.text_404 {
	display: inline-block;
	width: min(40vw, 600px);
	height: min(100vh, 480px);
	vertical-align: top;
    padding-top: 100px;
    position: relative;
	letter-spacing: 0;
}

.link_404 {
	display: inline-block;
	text-align: center;
	font-size: min(5vw, 22px);
	width: min(25vw, 400px);
	height: min(10vw, 80px);
	letter-spacing: 0.05em;
	color: #FFF;
	background: #373737;
	border: 0.05em solid #4D4D4D;
	padding: min(8vw, 20px) min(2vw, 10px);
	transition: all .3s ease-out;
}

.policy {
	text-align: left;
	letter-spacing: 0;
	width: min(96vw, 600px);
	margin-left: auto;
	margin-right: auto;
}

.policy h3 {
	text-align: center;
}

.policy h5 {
	margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

#confirmWindow {
	display: none;
}

#confirmBody {
	display: none;
}

#footer_l {
	display: block;
	top: 120px;
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background: #D8D8D8;
	padding: min(6vw, 40px) 0 min(4vw, 20px) min(6vw, 80px);
}

#footer_s {
	display: none;
}

ul.footer_lists {
	padding-inline-start: 20px;
}

.footer_lists {
	display: inline-block;
	width: min(30vw, 300px);
	height: auto;
	padding-bottom: 20px;
	letter-spacing: 0;
	vertical-align: text-top;
}

.footer_list_t {
	color: #222;
	font-size: min(6vw, 20px);
	padding-bottom: 20px;
	letter-spacing: 0;
}

.footer_list_ta {
	color: #222;
	font-size: min(6vw, 20px);
	padding-bottom: 20px;
	transition: all .3s ease-out;
	letter-spacing: 0;
}

li.footer_list_ta:hover {
	scale: 1.1;
}

.footer_list_t img {
	width: 40px;
}

a.footer_list {
	color: #222;
}

a.footer_list:hover {
	background: #FFFFFF;
}

li.footer_list:hover {
	scale: 1.1;
}

li.footer_list {
	padding-left: 5px;
	padding-bottom: 10px;
	transition: all .3s ease-out;
}

.copyright {
	display: block;
	padding-left: min(2vw, 40px);
	letter-spacing: 0.05em;
}

.copy {
	display: none;
}

.pc-nav {
    width: 1200px;
    margin: 0 auto;
}

.gnavi__lists {
    display: flex;
}

.gnavi__list {
    width: 25%;
    height: 60px;
    position: relative;
    transition: all .1s;
}

.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .1s;
}

.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: min(2vw,18px);
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: all .1s;
}

.gnavi__list a:hover {
    background-color: #808080;
	color:#fff;
}

.dropdown__lists {
    visibility: hidden;
	display: block;
    opacity: 0;
    transition: all .1s;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
	padding-left: 0px;
}

.gnavi__list:hover .dropdown__lists {
	display: block;
    background-color: #4D4D4D;
	visibility: visible;
    opacity: 1;
}

.dropdown__list {
    background-color: #4D4D4D;
    height: 60px;
    transition: all .1s;
    position: relative;
}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4D4D4D;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #808080;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.sp-nav {
    display: none;
}

.popup-nav1, .popup-nav2, .popup-nav3 {
    display: none;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #4D4D4D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #4D4D4D;
    border-right: 2px solid #4D4D4D;
    transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 1280px) {
.cs_title {
    right: 0;
}

.search_result_m {
    margin: 0px min(18%, 500px);
    width: min(70vw, 1980px);
}

.menu_product {
	width: min(21vw, 320px);
}

.menu_product_dm {
	width: min(21vw, 320px);
}

.menu_info {
	font-size: min(2.2vw, 13px);
}

.recipe-details {
	margin: 115px min(7%, 500px) 15px;
}

}

@media screen and (max-width: 980px) {
.pc-nav {
    display: none;
}

.sp-nav {
	z-index: 1;
    position: fixed;
    top: 0;
	right: 0;
    min-width: 240px;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease-in-out;
}

#hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
}

#hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2A1F00;
    transform: translateY(-50%);
}

.black::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2A1F00;
	transition: all .2s ease-in-out;
}

.black::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2A1F00;
	transition: all .2s ease-in-out;
}
/*スマホメニュー*/
.sp-nav ul {
    padding: 5vw;   
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.sp-nav li, .sp-nav-list-o a {
    margin: 0;
    padding: 0;
	color: #fff;
	font-size: 2.5vw;
}

.sp-nav li span {
    font-size: 15px;
    color: #fff;
}

.sp-nav-list a, .sp-nav li span {
    display: block;
    padding-bottom: 20px;
	color: #fff;
	font-size: 1.8vw;
}

.sp-nav-list-1 a, .sp-nav-list-2 a, .sp-nav-list-3 a, .sp-nav-list-4 a {
    padding-bottom: 15px;
	color: #fff;
	display: block;
}

.sp-nav-list {
	display: block;
    margin: 0;
    padding-left: 10px;
}

.toggle {
    transform: translateY( 0 );
    opacity: 1;
}
   
.dele::before {
    z-index: 1;
	position: absolute;
	top: 12px;
	background: #fff;
	transform: rotate( 45deg );
	transition: all .2s ease-in-out;
}

.dele::after {
    z-index: 1;
	position: absolute;
	top: 12px;
	background: #fff;
	transform: rotate( -45deg );
	transition: all .2s ease-in-out;
}
   
.dele span {
    opacity: 0;	  
}

.left_b {
	width: min(8vw, 60px);
}

.right_bl {
	width: min(8vw, 60px);
}

.product_text {
	padding-right: 30px;
	font-size: min(2vw, 18px);
}

.product_detail_left {
	display: block;
	width: 90vw;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}

.product_detail_right {
	display: block;
	width: 90vw;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
}

table.pdlr {
	display: inline-block;
	width: 44vw;
}

.similars {
	width: 96vw;
}

.categorys_title {
	font-size: min(6vw, 22px);
}
button.btn-flat {
	height: 60px;
}
button.btn-flat:before {
	display: none;
}
.searchform__field, .btn {
	display: block;
	margin: 5px auto;
	width: min(96vw, 480px);
	height: 60px;
	font-size: min(12vw, 18px);
}
.btn,
button.btn {
  left: 0;
}

.search_result {
    width: min(96vw, 1980px);
	margin: 0 6%;
}

.search_result_m {
    margin: 0px min(12%, 500px);
    width: min(88vw, 1980px);
}

.similar_product {
	width: min(22vw, 230px);
}

.similar_product img {
	width: min(22vw, 220px);
}

.similar_name {
	width: min(22vw, 230px);
}

.menu_product {
	width: min(38vw, 320px);
}

.menu_product_dm {
	width: min(38vw, 320px);
}

.menu_info {
	font-size: min(2.2vw, 18px);
}

.menu_p_name {
	font-size: min(2vw, 20px);
}

.detail-elementstitle {
	padding-inline-start: 20px;
}

.detail-elementsname ul {
	padding-inline-start: 20px;
}

.detail-elementstext {
	padding-inline-start: 20px;
}

.recipe-instructions_box {
	width: calc(50% - 7.5px);
}

img.img_404 {
	display: block;
	width: min(95vw, 600px);
	margin-left: auto;
	margin-right: auto;
}

.error404 {
	width: min(92vw, 780px);
	margin-left: auto;
	margin-right: auto;
}

.text_404 {
	display: block;
	width: min(95vw, 600px);
	height: min(100vh, 280px);
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.link_404 {
	display: inline-block;
	text-align: center;
	font-size: min(5vw, 22px);
	width: min(95vw, 400px);
	height: min(20vw, 80px);
	letter-spacing: 0.05em;
	color: #FFF;
	background: #373737;
	border: 0.05em solid #4D4D4D;
	padding: min(8vw, 20px) min(2vw, 10px);
	transition: all .3s ease-out;
}
}
@media screen and (max-width: 600px) {
.popup-nav1, .popup-nav2, .popup-nav3 {
    z-index: 2;
    position: fixed;
    top: 10vw;
	right: 0;
	padding: 50px 5vw 5vw 5vw;
	width: 75%;
    min-width: 200px;
	max-width: 240px;
    min-height: 300px;
    display: block;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease-in-out;
}

.popup {
    transform: translateY( 0 );
    opacity: 1;
}

.popup-nav-list a {
    display: block;
    padding-bottom: 20px;
	color: #fff;
	font-size: 5vw;
}

.ul {
    padding: 5vw;   
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
   
.popup-del1, .popup-del2, .popup-del3 {
    position: relative;
    padding-left: 30px;
	color: #fff;
	font-size: 5vw;
}
   
.sp-nav-list {
    display: none;
}

.sp-nav li {
    font-size: 6vw;
}

.news_info_l, .news_info_r {
	width: min(96vw, 600px);
}

.nw_tb {
	width: min(96vw, 600px);
}

.nw_lr {
	width: min(96vw, 600px);
}

.nw_left_a {
	width: min(28vw, 180px);
	font-size: min(5vw, 16px);
}

.nw_right {
	width: min(68vw, 420px);
	font-size: min(5vw, 16px);
}

div.roots {
	padding-left: 6vw;
	letter-spacing : 0.05em;
}

.product_content {
	height: auto;
	margin-top: 25px;
}

.left_b {
	width: min(12vw, 60px);
	height: min(60vw, 480px);
	font-size: min(3.6vw, 16px);
}

.right_bs {
	display: inline-block;
	width: min(12vw, 60px);
	height: min(60vw, 480px);
	background-color: #3F1605;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	text-orientation: upright; /* すべて縦方向に表示 */
	-webkit-text-orientation: upright;
	text-decoration: none;
	padding-left: 5px;
	font-size: min(3.6vw, 16px);
	letter-spacing: 0.05em;
}

a.right_bs {
	color: #FFFFFF;
}

.right_bl {
	display: none;
}

.product_photo {
	width: min(60vw, 480px);
	height: min(60vw, 480px);
}

.product_photo img {
	width: min(60vw, 480px);
	height: min(60vw, 480px);
}

.product_text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: min(90vw, 480px);
	height: auto;
	font-size: min(5vw, 16px);
    letter-spacing: 0;
}

.nutrition_content_lr {
	display: block;
	width: 100%;
	padding: 0;
}

table.pdlr {
	display: block;
	width: 100%;
}

th {
	width: min(45vw, 160px);
}

.similar_product {
	width: min(45vw, 230px);
}

.similar_product img {
	width: min(45vw, 220px);
}

.similar_name {
	width: min(45vw, 230px);
}

.pop_words {
	width: min(90vw, 980px);
	height: min(25vw, 80px);
	margin: 0 auto 30px auto;
	padding: 12px 20px;
	position: relative;
	top: 40px;
}

.search_result_m {
    margin: 0;
    width: 100vw;
	display: block;
}

.menu_product {
	width: min(98vw, 500px);
}

.menu_product_dm {
	width: min(38vw, 320px);
}

.menu_name {
	max-width: 500px;
	font-size: min(6vw, 24px);
}

.menu_p_name {
	font-size: min(5vw, 20px);
}

.menu_text {
	max-width: 500px;
	font-size: min(6vw, 18px);
}

.menu_info {
	font-size: min(6vw, 18px);
}

img.menu_img {
    width: min(100%, 500px);
}

.recipe-details {
	margin: 90px auto 0;
    width: min(96vw, 600px);
}

.detail-menu {
	display: block;
	width: min(96vw, 600px);
}

img.detail-menu {
	width: min(96vw, 600px);
}

.detail-menuname {
	font-size: min(6vw, 30px);
	padding-left: 5px;
}

.detail-menudata {
	width: min(96vw, 600px);
	padding-top: 20px;
}

.detail-menudata_l {
	width: min(48%, 300px);
}

img.detail-menudata_l_p {
	width: min(100%, 300px);
}

.detail-menudata_l_p_name {
	width: min(100%, 300px);
	font-size: min(5vw, 22px);
}

.detail-menudata_r {
	width: min(48%, 300px);
	font-size: min(4.8vw, 22px);
}

.detail-elements {
	display: block;
	width: min(96vw, 600px);
}

.detail-elementstitle {
	padding-inline-start: 10px;
}

.detail-elementstitle_l {
	font-size: min(6vw, 26px);
	padding: 10px 0;
}

.detail-elementstitle_c {
	display: none;
}

.detail-elementstitle_r {
	display: none;
}

.detail-elementsname ul {
	padding-inline-start: 30px;
}

.detail-elementsname li {
	font-size: min(4.8vw, 22px);
}

.detail-elementstext {
	padding-inline-start: 10px;
	font-size: min(4.5vw, 20px);
}

.recipe-instructions {
	margin: auto;
    width: min(96vw, 600px);
	display: block;
	padding-top: 20px;
}

.recipe-instructions_box {
	width: min(96vw, 600px);
}

.recipe-instructions_box_text {
	font-size: min(4.5vw, 20px);
}

#categorys input[type=checkbox]#warnings + label font {
	left: -10px;
}

#categorys input[type=checkbox]#warnings + label::before {
    left: 68%;
}

.warning {
	font-size: min(4vw, 18px);
}

#footer_l {
	display: none;
}

#footer_s {
	display: block;
	top: 120px;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #D8D8D8;
	padding: min(3vw, 20px) 0 min(3vw, 20px) min(6vw, 40px);
}

.footer_list_t {
	padding-bottom: 5px;
}

.footer_lists {
	padding: 10px 0 0 0;
	width: auto;
}

.more {
	height: min(7vw, 45px);
	padding: min(1.5vw, 9px) 0;
	bottom: -15px;
}

.category_product {
    width: 95vw;
	margin: 4px;
}

label::before {
    width: 6px;
    height: 6px;
}

input[type=checkbox] + label {
    width: min(85vw, 720px);
}

.categorys_title {
	font-size: min(6vw, 20px);
}

.cp_left, .cp_right {
	display: block;
	width: min(96vw, 600px);
}

.cp_left_a {
	display: block;
	width: min(96vw, 600px);
	background: #EBEBEB;
}

.pagetop {
    bottom: 70px;
}
}
@media print{

@page {
  size: A4;
  margin: 10px;
}

.not_print_area {
  display: none;
}

.recipe-details {
	margin: 0;
	width: min(98vw, 1340px);
}

.detail-elements {
	width: min(58vw, 1240px);
}

.recipe-instructions {
	margin: 20px;
    width: min(98vw, 1340px);
}

.copy {
	display: block;
	position: absolute;
	top: 97%;
	right: 0.6em;
	font-size: 1em;
	padding-left: 1em;
	letter-spacing: 0;
}

}
