@charset "utf-8";
@charset "utf-8";


.breadcrumb-area a{
	pointer-events: none;
}

@font-face{ 
	font-family: 'logotypegothic';
	font-style: normal;
	font-weight: normal;
	src:	url('../fonts/logotypegothic.woff2') format('woff2'),
				url('../fonts/logotypegothic.woff') format('woff');
}
.font_lead { font-family: 'logotypegothic'; }


@font-face{ 
	font-family: 'Heinz';
	font-style: normal;
	font-weight: normal;
	src:	url('../fonts/HeinzLabel-Regular.ttf') format('truetype');
}
.font_Heinz { font-family: 'Heinz'; }



html,body {
	background: #fff none;
    color: #000;
		font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
}

html{font-size: 62.5%;}
body {-webkit-font-smoothing: antialiased;}
* { box-sizing: border-box; }


a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a,
a:hover {transition: 1s;}

.sp_only {
	display: none!important;
}
.pc_only {
	display: block!important;
}

img{
	max-width:100%;
	vertical-align: bottom;
}

.cl-over {
	clear: both;
	overflow: hidden;
}

.fl-left {float: left;}
.fl-right {float: right;}

.di-fl {
	display: flex;
	flex-wrap: wrap;
}

.ju-sb {justify-content: space-between;}
.ju-cn {justify-content: center;}
.ju-fe {justify-content: flex-end;}

.inner {
	box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}


.font-mi {font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;}
.italic {font-style: italic;}
.imgCenter{
	display: block;
	margin: auto;
}
.breadcrumb-area {
 padding-top: 1rem;
}
.products-inner .breadcrumb-area,
.recipe-inner .breadcrumb-area {
  padding-top: 0rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
}

/*-----------------------------

タブ　エリア　tab area

------------------------------*/
.area {
  margin: auto;
  flex-wrap: wrap;
  display: flex;
	padding: 2rem 0;
	}
 
.tab_class {
width: calc(100%/2);
font-size: 3.4rem;
padding: 1rem;
background: #ebebeb;
  line-height: 50px;
  font-size: 2.5rem;
	font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
background-color: #ffffff;
color: #000;
font-weight: bold;
}
 
.content_class {
  display: none;
  width: 100%;
}
 
input:checked + .tab_class + .content_class {
  display: block;
}
.tab-area table {
	line-height: 2em;
	width: 100%;
	  margin: 6rem 0;
}
.tab-area table tr > th{
width: 25%;
padding: 1rem;
text-align: left;
vertical-align: top;
	  padding:8rem 1rem 1rem ;
  border-right: solid 2px #fff;

}

.tab-area table tr > td {
width: 70%;
  padding: 8rem 1rem 1rem 5rem;
  position: relative;
}
.tab-area table tr:first-child > td,.tab-area table tr:first-child > th{
	padding-top: 2rem;
	}
.tab-area table tr > td  p a img:nth-child(1) {
  width: 41%;
}

.tab-area table tr > td  p a{
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: right;
  bottom: 0;
}

/*-----------------------------

sp-nav

------------------------------*/

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: fixed;
	width: 50px;
	height: 50px;
	background: #951729;
	z-index: 999;
	right: 3%;
	top: 18px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	/*background-color: rgba(255,255,255,0.93);*/
	background-color: #951729;
	width: 100%;
	height: 100%;
	z-index: 101;
	overflow-y: scroll;
	padding-bottom: 10em;

}
.g-nav .list{
	padding: 20px 0px 0px;
}
.g-nav .list li{
	display: block;
	width: 100%;
	margin: 0px auto;
	border-top: solid 1px #fff;
}

.list {border-bottom: 1px solid #fff;
}

.g-nav .list li a{
	width: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 20px 40px;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #951729;
	letter-spacing: .1em;
}
.g-nav .list li a:hover {
	background-color: #fff;
	color: #060c2e;
}
.g-nav .list li a i{
	margin-right: 7px;
}

.g-nav .list li > ul.menuSub-sp li a {
	font-size: 1.4rem !important;
	text-align: left !important;
	padding: 10px 40px 8px !important;
	box-sizing: border-box;
}

.g-nav .list li > ul.menuSub-sp li {
	border-bottom: none;
	margin-bottom: 0;
}

.g-nav .list li.last-chinese:last-child a {background-color: #C12026 !important;}
.g-nav .list li.last-ja:last-child a {background-color: #3b7f9c !important;}

/*
.g-nav .list li:nth-child(5) a,
.g-nav .list li:last-child a{
	background-color: #08287e;
	color: #fff;
}
*/

.g-nav .cat-area {
	color: #fff;
	margin-bottom: 0em;
    padding-bottom: 0em;
    border-bottom: none;
}
.g-nav .cat-area h2 {
	width: 100%;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 20px 40px;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #951729;
    letter-spacing: .1em;
}
.g-nav .cat-area h2::before,
.g-nav .cat-area h2::after {background-color: #fff !important;}
.g-nav .nav {
	padding: 0 2em;
}

.g-nav .nav ul li {
	width: 50%;
	position: relative;
}
.g-nav .nav ul li div span {
	position: absolute;
	left: 0;
}
.g-nav .nav ul li div {
	font-size: 1.2rem !important;
}

.g-nav .nav ul li a {
	padding: 2em 1em !important;
	text-align: center;
}

.g-nav .child-nav ul li {width: 100% !important;}
.g-nav .child-nav ul li a {
    padding: 1.4em 1em !important;
    text-align: left;
    font-size: 1.3rem;
}

.g-nav .child-nav ul li:last-child a {
	border-bottom: 1px solid #fff;
}

.g-nav .child-nav li a {
	width: 100% !important;
}


ol.sp-sns {padding: 0 4em; margin: 4em 0;}
ol.sp-sns li {
	width: 28%;
	padding: 2em;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 50%;
}
ol.sp-sns li  > div a {
 display: block;
	position: relative;
z-index: 9;
}


.search-sp {
	background-color: #fff;
	width: 96% !important;
	border: 1px solid #fff;
	padding: 1em !important;
	margin: 5em auto 0 !important;
}

.g-nav h1 {
	width: 40%;
	margin: 5em auto 0;
}


/*-----------------------------

header

------------------------------*/

header {
	padding: 3em;
	background-color: #95162a;
	align-items: center;
	position: relative;
}

header a {color: #fff !important;}
header h1 {
	width: 10%;
}

header .hd-info {
	width: 80%;
}

header .hd-sns {
	border-bottom: solid 1px #fff;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
}

header .hd-sns ul {}
header .hd-sns ul li {
	margin-right: 4em;
}

header .hd-info a {font-size: 1.8rem;}
header .hd-sns ol li {
	margin-left: 1.5em;
}

header .hd-list ul li {
	margin-left: 1.8em;
	position: relative;

}

header .hd-list ul li.bag img{
	width: 25px;
}
header .hd-list ul li:hover{
	cursor: pointer;

} 

header .hd-list ul li a:hover{
border: none!important;
} 

header .hd-list ul li img.active{
position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

header .hd-list ul li:hover img:nth-child(1) {
 opacity: 0;
}

header .hd-list ul li:hover img.active{
	 opacity: 1
}

header .hd-sns ol li img,
header .hd-list ul li img {
	width: 30px;
	height: auto;
}
header .hd-sns ol li a {display: block;}

header .hd-info ul li a:hover {border-bottom: solid 1px #fff;}

.circle-btn {
    position: relative;
    display: inline-block;
} 

header .hd-sns ol li a {
    color: #acacac;
    position: relative;
    z-index: 10;
    text-decoration: none;
}


.circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
}


.icon:hover + .circle {
   	border: solid 1px #fff;
}


header .hd-nav nav ul li {}
header .hd-nav nav ul li a {
	margin-right: 4em;
}

header .hd-nav {align-items: center;}

.search-box{
    background: #95162a;
    border-radius: 60px;
}

.search-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s;
}

.search-box:hover > .search-txt{
    width: 200px;
	padding: 0 1em;
	border: solid 1px #fff;
}

.search-box:hover > .search-btn{
    border:none;
}

.search-btn i{
    background: none;
    color: #fff;
}

.search-txt{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #333 !important;
    font-size: 16px;
    transition: .4s;
    line-height: 40px;
    width: 0px;
}

::placeholder {
  color: #fff;
}


.menu_contents {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	padding-bottom: 1em;
	z-index: 1000;
}
.menu_contents ul::after{
content: "　";
display: block;
width: 25%;
height: 1px;
}

.menu_contents li {
	width: 25%;
	padding: 3em 3em 0;
}

ul.recipe_list li,
ul.about_list li{width: 33.333%;}
ul.recipe_list li a {
	font-size: 1.5rem;
	font-weight: bold;
}

ul.recipe_list li .history {
font-size: 1.5rem;
font-weight: bold;

}

li.menu_list:nth-child(2) {
  display: block;
}
.recipe_list > li > div > ul{
  background: #fff;
}
.recipe_list > li > div > ul > li{
  width: 100%;
  padding: 1rem;
  text-align: left;
  padding-left: 3rem;
}

.recipe_list > li > div > ul > li > a:nth-child(1) {
  margin-right: 0;
}



.menu_contents li a {
	font-size: 1.3rem;
	font-weight: bold;
	color: #333 !important;
}

.menu_contents li img {margin-bottom: 1em;}

.menu_contents li div {position: relative; text-align: center;}
.menu_contents li span {
	position: absolute;
	top: 0;
	left: 0;
	color: #95162a;
}
.other #mian-visual {
	margin: -1% 0 0em;
	position: relative;
}


.main-name {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  max-width: 10%;

}

.main-contents{
	max-width: 1200px;
	margin:  auto;
	font-size: 1.6rem;

}

/*-----------------------------

top

------------------------------*/

#mian-visual {
	margin: 0% 0 10em;
	position: relative;
}

ul#mian-slider li {
	padding-bottom: 5em;
}

 #mian-visual .pagination-container {
	 bottom: 0 !important;
	 padding: 0em 0;
	 background-color: #fff !important;
}

#mian-visual .dot,  
#mian-visual .thumbnail {background: #951729 !important;}
#mian-visual .dot.active {
  background: #333 !important;
  cursor: initial
}

.dot {
	width: 10px !important;
	height: 10px !important;
}

.cook-area {
	padding: 0 10em;
	margin-bottom: 10em;
}

.cook-img {width: 55%;}
.cook-img img {width: 100%;
	
	}
	
.cook-img img {width: 100%;
	height: 460px;
	object-fit: cover;
	}

.cook-info {
	width: 40%;
} 

.cook-info h2 {
	width: 46%;
	margin: 5em 0 1em;
}

.cook-info p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 4em;
}

.product-area {
	margin-bottom: 10em;
	padding: 10em 15em;
	text-align: center;
}

.product-area h2 {
	width: 24%;
	margin: 0 auto 1em;
}

p.sub-ttl {
	font-size: 1.6rem;
	margin-bottom: 3em;
}

.product-area ul li {
	width: 25%;
	padding: 2em 4em;
}

.product-area ul::after{
	width: 25%;
content: "";
display: block;
height: 1px;}

.product-area ul li div {position: relative;}
.product-area ul li div span {
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	color: #951729;
}

.product-area ul li div {
	font-size: 1.4rem;
	padding-top: .5em;
	font-weight: bold;
}

.product-area ul li{
 	transition: .5s all;
}

.product-area ul li:hover{
  	transform:scale(1.1,1.1);
  	transition:1s all;
}

.about-area {padding: 0 10em;}
.about-info {
	width: 44%;
	padding-left: 8em;
} 

.about-info h2 {
	width: 34%;
	margin: 5em 0 1em;
}

.about-info p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 4em;
}
.btn a {
  font-size: 2rem;
position: relative;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  display: flex;
  background-color: #951729;
  width: 160px;
  display: flex;

  padding: 1rem 1rem 1rem 2rem;
	}
.btn a::after{
	content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn a:hover::after{
	  right: 2rem;
}
.btn a:hover {
	background-color: #ad293c;
}


.about-img {width: 55%;}
.about-img img {width: 100%;}


.instagram-area {
	padding: 10em 0;
	text-align: center;
} 

.instagram-area p {font-size: 1.5rem;}



.brand-area {
	padding: 8em 5em;
	text-align: center;
} 

.brand-area p {
	font-size: 1.6rem;
	line-height: 2;
}

.change_text::before{
	background: url("../images/page/top/01.png")no-repeat;
content: " ";
display: inline-block;
width: 30px;
background-size: contain;
height: 30px;
margin-right: 10px;
	
}.change_text::after{
	background: url("../images/page/top/02.png")no-repeat;
content: " ";
display: inline-block;
width: 30px;
background-size: contain;
height: 30px;
margin-left: 10px;
}
.brand-area ul {align-items: center;}
.brand-area ul li {
	width: 20%;
	padding: 4em 5em 0;
}

.brand-area ul li:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

.bg-color {background-color: #f0f0e6;} 


/*-----------------------------

footer

------------------------------*/

footer {
	padding: 3em 15em;
	color: #fff;
	background-color: #95162a;
}

footer a {color: #fff;}
footer .footer-nav {padding-bottom: 20em;}

footer .f-nav li h2 {
	width: 60%;
	margin-bottom: 1em;
}

footer .f-nav li ul.child li {
	font-size: 1.3rem;
}

footer .f-nav li ul.child li + li {margin-top: .5em;}
footer .f-nav li ul.child li a:hover {border-bottom: solid 1px #fff;}

p.copyright {
	font-size: 1.4rem;
	text-align: center;
}
ul.f-nav  ul.child> li:nth-child(3) > div.Browsing-history.footer {
 display: block;
 position: absolute;
 width: 300px;
 background: #fff;
 color: #000;
 padding: 1rem;
}


/*-----------------------------

main-contents

------------------------------*/

#main-contents {
	padding-top: 8em;
	margin-bottom: 10em;
}

.recipe-inner {
	width: 80%;
	margin: 0 auto;
}

h2.rs-ttl {
	clear: both;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}

ol.tag-list {
	margin-bottom: 5em;
}

ol.tag-list li {
	font-size: 1.4rem;
	margin: 0 .5em;
}
ol.tag-list li a {margin: 0 1em 0 0;}
ol.tag-list li a:hover {
	color: #c00;
	text-decoration: underline;
}

.recipe-sarea {margin-bottom: 5em;}
.recipe-sarea-img {width: 50%;}

.recipe-sarea-img img{
height: auto;
}
.recipe-sarea-img p {
	padding: 1em 0;
	font-size: 1.4rem;
}

.recipe-sarea-info {width: 40%;} 

.recipe-sarea-info dl {
	margin-top: 5em;
	align-items: center;
}

.recipe-sarea-info dl dt {
	width: 10%;
}

.recipe-sarea-info dl dd {
	width: 86%;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #717171;
}

p.ingredients-txt {
	font-size: 1.5rem;
	line-height: 2;
}

.recipe-sarea-info dl dd b {
	color: #333;
	font-weight: normal;
}

dl.calory dt {width: 8%;}

ul.recipe-menu-list {padding-top: 8em;} 
ul.recipe-menu-list li {
	margin-right: 4rem;
} 


.recipe-menu-list > li img {
 width: 60px;
}

ul.recipe-menu-list li p {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #717171;
	padding-top: .5em;
}

.recipe-single-inner {margin-bottom: 5em;}
.recipe-single-is {
	border: 1px solid #951729;
	padding: 2em 4em;
}

.recipe-single-inner h2 {
	font-size: 2rem;
	padding: .5em 2em;
	color: #fff;
	font-weight: bold;
	background-color: #951729;
}

.recipe-single-is dl {
}

.recipe-single-is dl dt {
	width: 30%;
	font-size: 1.6rem;
	line-height: 2;
	border-right: 1px solid #ccc;
}

.recipe-single-is dl dd{
	font-size: 1.6rem;
	line-height: 2;
	padding-left: 5em;
}

.recipe-single-is ol li + li {margin-top: .5em;}
.recipe-single-is ol li {
	font-size: 1.6rem;
	line-height: 2;
}

.recipe-single-is p {
	font-size: 1.6rem;
	line-height: 2;
}

h2.recipe-single-ttl {
	font-size: 2rem;
	margin-bottom: 1em;
	font-weight: bold;
	padding-left: 2em;
}

ul.info-recipe {margin-bottom: 5em;}

ul.info-recipe li {
	width: 31%;
	border: 2px solid #951729;
	text-align: center;
	padding: 5em 0px 0px;
	margin-right: 3.33%;
	margin-bottom: 3%;
	position: relative;
}

ul.info-recipe li::before {
  content: attr(data);
  display: block;
  position: relative;
  z-index: 1;
}

ul.info-recipe li::after{
	  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 300ms;
  border: 0 solid #951729;
  box-sizing: border-box;
  z-index: 0;
	padding-top: 10px;	
}
/*ul.info-recipe li:hover::after{
	  border-width: 10px;
	border-bottom-width: 0;
	  transition: border-width 300ms;


	}
*/
ul.info-recipe li img {
	width: 50%;
}

ul.info-recipe li p {
	font-size: 1.6rem;
	padding-top: 1em;
	margin-bottom: 3em;
}


ul.info-recipe li:nth-of-type(3n){
	margin-right: 0;
}

.recipe-btn a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1em 0;
	color: #fff;
	position: relative;
	z-index: 10;
	background-color: #951729;
}

.recipe-btn a:hover {
	background-color: #ad293c;
}

ul.validation-recipe {margin-bottom: 10em;}
ul.validation-recipe li img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	margin-bottom: 5em;
}

h2.ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.recipe-feature {
	padding-top: 5em;
	border-top: solid 1px #ccc;
}


.recipe-feature01 {margin: 5em 0;}
.recipe-feature02 {margin-bottom: 10em;}

.recipe-feature01 ul {width: 30%;}
.recipe-feature01 ul li + li {margin-top: 15%;}

.recipe-feature-main {
	width: 66%;
}

.recipe-feature02 .recipe-feature-main {width: 30%;}
.recipe-feature02 ul {width: 66%;}
.recipe-feature02 ul li {width: 47%; margin-bottom: 1.5em;}



/*-----------------------------

ESG

------------------------------*/

#esg-area .main-contents{
	margin: 20rem auto;
	text-align: center;
}
#esg-area .main-contents .btn{
	text-align: center;
}

#esg-area .main-contents .btn a{
	margin: 4rem auto;
	text-align: center;
}

/*-----------------------------

recipe

------------------------------*/

#page-ttl {
	padding: 18em 20em;
}

#page-ttl h2 {
	width: 20%;
	margin-bottom: 1em;
}

#page-ttl p {
	font-size: 1.6rem;
	font-weight: bold;
}

.recipe-bg {
	background: url("../images/page/recipe/search/main-bg.jpg") no-repeat;
	background-size: cover;
	padding: 20rem 0!important;
}


.recipe-main-area {
	margin-bottom: 10em;
}

.recipe-cat {
	width: 18%;
	padding: 5em 0;
}

.recipe-list {
	width: 80%;
	padding: 5em 0 5em 2em;
	border-left: 1px solid #ccc;
}

.recipe-list ul {}

.recipe-list ul li {
	width: 32%;
  	position: relative;
	border: 0 solid #fff;
	margin-bottom: 3em;
}

.recipe-list > ul > div{
		width: 32%;

} 
.recipe-list ul div li{
		width: 100%;
  	position: relative;
	border: 0 solid #fff;
	margin-bottom: 3em;

} 

.recipe-list > ul > div > img{
 width: 20%;
 display: block;
 margin: 0 auto 3rem;
}


.recipe-list ul li a {
 	display:block;
	padding: 1.5em;
	border:solid 1px #ccc;
}

.recipe-list ul li a::before {
  content: attr(data);
  display: block;
  position: relative;
  z-index: 1;
}
.recipe-list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 300ms;
  border: 0 solid #ccc;
  box-sizing: border-box;
  z-index: 0;
}

.recipe-list ul li a:hover::after {
  border-width: 10px;
}

.recipe-list ul li h3 {
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 2em;
	padding: .5em 0;
	font-weight: bold;
}

.recipe-list .r-left {
	width: 66%;
}

.recipe-list .r-left dl {align-items: center;}
.recipe-list .r-left dl + dl {margin-top: 1em;}
.recipe-list .r-left dl dt {
	width: 20%;
}

.recipe-list .r-left dl dd {
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 1em;
}


.recipe-list .r-right {
	width: 25%;
}

.recipe-list-img img {
	width: 100%;
	height: 216px;
	object-fit: cover;
}
cat-area > div {
	margin-top: 2rem
}
    .cat-area > div{ display: none;
margin-top: 3rem;
}

.cat-area {
	margin-bottom: 5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.cat-area h2 {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.cat-area h2:after {
    content: "";
    height: 5px;
    flex-grow: 1;
    background-color: #888788;
}
 
.cat-area h2:after {
    margin-left: 15rem;
}
.cat-area h2::before,.cat-area h2::after{
position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
background: #000;
right: 0%;
top: 50%;
width: 30px;
	height: 2px;

  transform: translate(-50%, -50%);

}

.cat-area h2::before{
	transform: translate(-50%, -50%) rotate(90deg);
}
.cat-area h2.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
} 


.radio {
  padding: 5px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-input {
  opacity: 0;
  width: 0;
  margin: 0;
}

.radio-Input:focus + .radio-s {
  border: solid 2px #c00;
  background: #EEEEEE;
}

.radio-input:checked + .radio-s {
  border: solid 2px #c00;
}

.radio-input:checked + .radio-s::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c00;
}

.radio-s {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #888;
	flex-shrink: 0;
}

.radio-txt {
  margin-left: 12px;
  display: block;
  font-size: 1.3rem;
}

.cat-area dl {}

.cat-area dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1em;
}

.cat-area dl dd ul {}
.cat-area dl dd ul li {
	margin: 0 1em .5em 0;
}

.cat-area dl dd ul li a {
	display: block;
	padding: .2em 1.3em;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-size: 1.3rem;
}

.cat-area dl dd ul li a:hover{
	color: #fff;
	border: 1px solid #95162a;
	background-color: #95162a;
}

.image_box {
	display: block;
}

.hover {
	position: relative;
}

.hover figure {
	overflow: hidden;
	margin: 0;
}

.hover figure img {
	display: block;
	width: 100%;
	transition: 0.3s;
}

.hover figure figcaption {
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	cursor: pointer;
}

.hover figure {background: #000;}

.hover figure figcaption .txt_box {
	position: relative;
	width: 100%;
	height: 100%;
}

.hover figure figcaption .txt_box > p {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hover:hover img {
	opacity: .5;
	transition-duration: 0.3s;
}

.hover:hover figure figcaption {opacity: 1;}
.txt_box p {
	font-size: 1.6rem;
	font-weight: bold;
}

/*-----------------------------

 hamburge

------------------------------*/


h2.hamburger-ttl {
	width: 22%;
	margin: 0 auto 3em;
	text-align: center;
}

h2.hamburger-ttl span {
	display: block;
	font-size: 1.6rem;
	padding-top: 1em;
}

p.txt {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}

.mb5 {margin-bottom: 5em;} 
.hamburger-txt {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 5em;
} 

.recipe-main {margin-bottom: 5em;}
.recipe-main-left,
.recipe-main-right{
	width: 49%;
}

.recipe-main-left .recipe-single-is,
.recipe-main-right .recipe-single-is{
	padding: 2em !important;
	min-height: 200px;
}

.recipe-main-left h2,
.recipe-main-right h2{
    font-size: 1.6rem;
    padding: 0.8em 1em;
    color: #fff;
    font-weight: bold;
    background-color: #951729;
}

.recipe-main-left ul li {
	font-size: 1.5rem;
	position: relative;
	padding-left:2em;
}

.recipe-main-left ul li + li {
	margin-top: .8em;
}

.recipe-main-left ul li:before {
    position: absolute;
    top: 0.5em;
    left: 0em;
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background: url(../images/page/recipe/hamburger/arrow.png) no-repeat;
    background-size: contain;
}


.recipe-main-right .s-img {width: 30%;}
.recipe-main-right .s-info {
	width: 68%;
}

.recipe-main-right .s-info p {
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 1em;
}

.recipe-main-right .s-info .btn {
	float: right;
}

.video-area {
	text-align: center!important;
	margin-bottom: 4em;
}
.video-area iframe {
	width: 780px;
	height: 440px;
	margin: 0 auto;
}

.hamburger-flow {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
} 

.hamburger-flow h3 {
	font-size: 1.8rem;
	margin-bottom: 1em;
	letter-spacing: .05em;
}

.hamburger-flow h3 span {
	color: #95162a;
	font-weight: bold;
	padding-right: .5em;
}

.hamburger-flow-inner {}
.hamburger-flow-inner p {
	font-size: 1.6rem;
}

.hamburger-flow-inner p span {
	color: #c00;
}

.hamburger-flow-inner .hamburger-flow-img {
	width: 18%;
}

.last-flow {border-bottom: none;} 


.hamburger-flow-point {
	width: 70%;
	padding: 3em;
	margin: 0 auto 5em;
	text-align: center;
	background-color: #efeff0;
	border: 4px solid #cbcbca;
}

.hamburger-flow-point h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: .5em;
}

.hamburger-flow-point p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}

/*-----------------------------

 cook-menu

------------------------------*/

.cook-menu {
	font-size: 1.5rem;
	padding: 1em;
    color: #fff;
    background-color: #95162a;
}


/*-----------------------------

recipe-main

------------------------------*/

ul.recipe-campaign {margin-bottom: 8em;}

ul.recipe-campaign li {
	width: 33.333%;
	border-left: 1px solid #fff;
}

ul.recipe-campaign li a img{ 
	height: 260px;
  object-fit: cover;
  width: 100%;
}
.wi100 {width: 100% !important;}
.popular-list {margin-bottom: 5em;}
.popular-list,
.popular-list li a {
	border: none !important;
}

.mb2 {margin-bottom: 2em !important;}
.mb10 {margin-bottom: 10em !important;}

.recipe-ingredients {
	padding: 10em 0;
	background-color: #f5f5f5;
	margin-bottom: 10em;
}

.tab-wrap{
}
 
.tab-wrap ul {
  display: flex;
  justify-content: center;
}
 
.tab-btn {
  padding: .8em 1em;
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #717171;
}
 
.tab-btn.show {
  background: #95162a;
  color: #fff;
}
 
.tab-contents {
  display: none;
}
 
.tab-contents.show {
  display: block;
  padding: 20px;
}
.swiper-slide a {

	padding: 1em;
	padding-bottom: 3rem;
	display: block;
	margin: 0 1em;
	background-color: #fff;
}

.swiper-slide h3,
.r-list div h3 {
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	padding: 2em 0 1em;
}

.swiper-slide h3{
	height: 6em;
	padding-bottom: 3rem;
}


.r-list {
	display: flex;
}
.r-list div a {
	width: 195px;
    padding: 1em;
    display: block;
    margin: 0 1em;
    background-color: #fff;
}
.sauce-list a {
	display: block;
	background-color: #fff;
}
.sauce-list img {padding: 2em 2em 0;}

.sauce-list a {
	height: 300px;
    display: block;
    margin: 0 1em;
    background-color: #fff;
}


.tab-contents div {position: relative;}
.tab-contents a::before {
    content: attr(data);
    display: block;
    position: relative;
    z-index: 1;
}
.tab-contents a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: border-width 300ms;
    border: 0 solid #ccc;
    box-sizing: border-box;
    z-index: 0;
}

.tab-contents a:hover::after {
  border-width: 8px;
}

.recipe-inner .tab-contents .swiper-slide img{
	display: block;
	margin: auto;
	width: 150px;
}
/*-----------------------------

 products top

------------------------------*/

.products-bg {
	background: url("../images/page/products/top/main-bg.jpg") no-repeat;
	background-size: cover;
	padding: 20rem 0!important;
}
@media screen and (min-width:1400px) {

.products-bg {
	background: url("../images/page/products/top/main-bg.jpg") no-repeat;
	background-size: cover;
	padding: 25rem 0!important;
	background-position: bottom;;
}
}

.products-bg p {
	color: #fff !important;
	line-height: 2;
}


.products-inner {
	width: 80%;
    margin: 0 auto;
}

.new-items {
	width: 14%;
	margin: 0 auto 3em;
	text-align: center;
}

.new-items span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding-top: .5em;
}

ul.new-items-list {
	margin-bottom: 10em;
	justify-content: center;
}

/*ul.new-items-list::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
ul.new-items-list::after{
  content:"";
  display: block;
  width:23%;
}
*/ul.new-items-list li {
	width: 23%;
	text-align: center;
}

ul.new-items-list li:not(:last-child)
{
	margin-right: 1rem;
}

ul.new-items-list li h3 {
	font-size: 1.5rem;
	line-height: 2;
}¨

ul.new-items-list li .new-items-img {
	display : block ;
	text-decoration : none ;
	outline : 1px solid #FFFFFF;
	outline-offset : -5px;
	background: #ebebeb;
	padding: 3em 2em;
	margin-bottom: 1em;
}

ul.new-items-list li .new-items-img img {
	width: 180px;
	height: 180px;
	object-fit: contain;
}

ul.products-list {}
ul.products-list li {
	width: 47%;
	margin-bottom: 5em;
}


.container-horizontal > .swiper-pagination-bullets {
  bottom: -28px;
}
/*-----------------------------

 products cat

------------------------------*/
#products-cat {
	display : block ;
	text-decoration : none ;
	border-top: 3px solid #FFFFFF;
	outline : 3px solid #FFFFFF;
	outline-offset : -50px;
	padding: 10em 10em;
	margin-bottom: 1em;
	color: #fff;
	text-align: center;
}

#products-cat h2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 1em;
}

#products-cat h2 span {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
}

.sauce {background: #951729;}
.ketchup {background: #e40d19;}
.pasta {background: #000000;}
.soup {background: #ebbd50;}
.cheese {background: #4aae52;}
.frozen {background-color: #bf5f2f;}


#products-cat ul li {width: 14%;}

h2.products-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2em;
}

h2.products-ttl span {
	color: #95162a;
	padding-right: 1em;
}


ul.products-cat-list02 {
	margin-bottom: 5em;
}

ul.products-cat-list02 li {
	width: 18%;
	text-align: center;
	margin-bottom: 3em;
}

ul.products-cat-list02 li h3 {line-height: 1.6;}

ul.products-list02 {
	border-top: 1px solid #ccc;
	padding-top: 5em;
}

ul.products-list02::after{
	width: 30%;
	content: "";
	display: block;
	height: 1px;
}

ul.products-list02 li{
	width: 30%;
	margin-bottom: 5em;
}

/*-----------------------------

 products single

------------------------------*/

.products-single {
	margin-bottom: 10em;
}

.products-single-img {width: 24%;}
.products-single-img img {
	width: 100%;
	height: 320px;
	object-fit: contain;
}

.products-single-info {
	width: 62%;
}


.products-single-info h2 {
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 1em;
}

.products-single-info p {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 2em;
}

.products-single-info ul li {
	width: 35%;
	margin-right: 5em;
}

ul.products-btn-link {
	width: 8%;
}

ul.products-btn-link img {width: 50%;}


ul.products-btn-link li {
	text-align: center;
}

ul.products-btn-link li p {
	font-size: 1.4rem;
    line-height: 1.4;
    color: #717171;
    padding-top: 0.5em;
}

ul.products-btn-link li + li {margin-top: 2em;}

.products-single-is {padding: 2em !important;}
.products-single-is dl {
	width: 16% !important;
}

.products-single-is dl dt {
	width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    border-right: none !important;
}
.products-single-is dl dd {
	width: 100%;
    font-size: 1.5rem;
    line-height: 2;
	padding-left: 0;
}

.products-others {margin-bottom: 10em;}
.products-others .swiper-slide{
 	transition: .5s all;
}

.products-others .swiper-slide:hover{
  	transform:scale(1.1,1.1);
  	transition:1s all;
}
.popular-list01 {
	border-left: none !important;
	padding-top: 0 !important;
}
.popular-list01 ul::after{
display: block;
	content: "";
	width: 31%;
}

.recipe-container {
	width: 40%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 5em;
	text-align: center;
}
.recipe-search {
}

.recipe-search input[type=text] {
	width: 65%;
	font-size: 1.6rem;
	padding: .48em;
	color: #474747;
	border: 3px solid #95162a;
	border-radius: 3px 0 0 3px;
	outline: none;
	float: left;
}

.recipe-search button[type=submit] {
	float: left;
	width: 35%;
	padding: .5em;
	font-size: 1.6rem;
	color: #FFF;
	background: #95162a;
	border: 2px solid #95162a;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}

.limegreen input[type=text] {
	border-color: #95162a;
}

.limegreen button[type=submit] {
	border-color: #95162a;
	background: #95162a;
}

ul.r-img {padding-top: 2em;}
ul.r-img li {
	width: 33.33%;
	text-align: center;
}

ul.r-img li img {width: 16%;}

/*-----------------------------

404

------------------------------*/

.article-cont h4{
background: #c8c6c6;
padding: 5px 0;
}
.article-cont h5{
margin: 2rem 0 1rem;
	font-size: 14px
}
img.aligncenter{
	display: block;
	margin: auto;
}
/*-----------------------------

404

------------------------------*/

.error-txt h3 {
	font-size: 2.4rem;
    line-height: 2;
    margin: 0 0 1em;
    text-align: center;
    font-weight: bold;
}

.error-txt p {
	font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 1em;
}

.error-txt .btn {
	text-align: center;
	margin: 0 auto;
}





