@charset "UTF-8";

/* ======================
 * Module CSS
======================= */

/* Base Setting
------------------------------------------ */
*{
	font-size: 14px;
	font-size: 1.4rem;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
	text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fdf6ee;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
input[type="text"],
input[type="tel"],
input[type="text"],
select {
  color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.61;
}

/* link */
a {
	transition: all 0.3s ease 0s;
}
a:link {
  color: #db0505;
  text-decoration: none;
}
a:visited {
  color: #870404;
  text-decoration: none;
}
a:hover {
  color: #db0505;
  text-decoration: underline;
}
a:active {
  color: #db0505;
  text-decoration: underline;
}

/* txt */
p {
	margin: 1em 0 0 0;
}

/* img */
img {
  vertical-align: bottom;
}
img.opRollover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* form */
label {
	cursor: pointer;
}

/* For Reader */
.aural {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
}

/* Wrap
------------------------------------------ */
.wrap {
  width: 980px;
  margin: 0 auto;
}

/* Page
------------------------------------------ */
#page {
  overflow: hidden;
	min-width: 1200px;
	padding: 86px 0 0 0;
}

/* Header
------------------------------------------ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
	background-color: #fdf6ee;
	z-index: 100;
}
#header .wrap {
  position: relative;
  height: 86px;
}
#header .wrap > * {
  position: absolute;
}
#header .wrap > p {
  margin-top: 0;
}

#header #headerLogo01 {
  top: 19px;
  left: 0;
}

#header #navGlobal {
  top: 25px;
  left: 165px;
}
#header #navGlobal > ul {
	position: relative;
}
#header #navGlobal > ul > li {
  float: left;
}
#header #navGlobal > ul > li > a {
  overflow: hidden;
  outline: none;
  display: block;
	height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999em;
}
#header #navGlobal > ul > li.products > a {
	width: 95px;
  background-image: url(/common/images/header_tx01.png);
}
#header #navGlobal > ul > li.products:hover > a,
#header #navGlobal > ul > li.products.on > a {
  background-image: url(/common/images/header_tx01on.png);
}
#header #navGlobal > ul > li.recipe > a {
	width: 160px;
  background-image: url(/common/images/header_tx02.png);
}
#header #navGlobal > ul > li.recipe:hover > a,
#header #navGlobal > ul > li.recipe.on > a {
  background-image: url(/common/images/header_tx02on.png);
}
#header #navGlobal > ul > li.enjoy > a {
	width: 100px;
  background-image: url(/common/images/header_tx03.png);
}
#header #navGlobal > ul > li.enjoy:hover > a,
#header #navGlobal > ul > li.enjoy.on > a {
  background-image: url(/common/images/header_tx03on.png);
}
#header #navGlobal > ul > li.company > a {
	width: 100px;
  background-image: url(/common/images/header_tx04.png);
}
#header #navGlobal > ul > li.company:hover > a,
#header #navGlobal > ul > li.company.on > a {
  background-image: url(/common/images/header_tx04on.png);
}
#header #navGlobal > ul > li.csr > a {
	width: 140px;
  background-image: url(/common/images/header_tx05.png);
}
#header #navGlobal > ul > li.csr:hover > a,
#header #navGlobal > ul > li.csr.on > a {
  background-image: url(/common/images/header_tx05on.png);
}

#header #navGlobal > ul > li > .menu01 {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 50px;
	padding: 4px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	background-color: #ffffff;
	border-top: 4px solid #db0505;
	border-radius: 4px;
	z-index: 100;
}
#header #navGlobal > ul > li.products > .menu01,
#header #navGlobal > ul > li.csr > .menu01 {
	left: 0;
}
#header #navGlobal > ul > li.company > .menu01 {
	left: 97px;
}
#header #navGlobal > ul > li > .menu01 > ul {
	overflow: hidden;
	margin: 0 0 -8px 0;
	font-size: 0;
}
#header #navGlobal > ul > li.products > .menu01 > ul,
#header #navGlobal > ul > li.csr > .menu01 > ul {
	width: 808px;
}
#header #navGlobal > ul > li.company > .menu01 > ul {
	width: 612px;
}
#header #navGlobal > ul > li > .menu01 > ul > li {
	position: relative;
	display: inline-block;
	width: 196px;
	margin: 0 8px 0 0;
	padding: 0 0 8px 0;
	vertical-align: middle;
}
#header #navGlobal > ul > li > .menu01 > ul > li:before {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 6px;
	width: 184px;
	height: 2px;
	background-color: #ebebeb;
}
#header #navGlobal > ul > li > .menu01 > ul > li:nth-child(4n) {
	margin-right: 0;
}
#header #navGlobal > ul > li.company > .menu01 > ul > li {
	margin: 0 8px 0 0;
}

#header #navGlobal > ul > li.products:hover > a,
#header #navGlobal > ul > li.company:hover > a,
#header #navGlobal > ul > li.csr:hover > a {
	position: relative;
}
#header #navGlobal > ul > li.products:hover > a:after,
#header #navGlobal > ul > li.company:hover > a:after,
#header #navGlobal > ul > li.csr:hover > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -6px;
	border: solid transparent;
	border-color: transparent;
	border-width: 6px;
	border-bottom-color: #db0505;
	border-bottom-width: 5px;
	pointer-events: none;
}
#header #navGlobal > ul > li.products:hover > .menu01,
#header #navGlobal > ul > li.company:hover > .menu01,
#header #navGlobal > ul > li.csr:hover > .menu01 {
	display: block;
}

#header #haederLink01 {
  top: 10px;
  right: 15px;
}
#header #haederLink01 > li {
	padding: 0 0 0 15px;
	background-image: url(/common/images/link_ic03.png);
	background-repeat: no-repeat;
	background-position: 0 0.24em;
	font-size: 12px;
	font-size: 1.2rem;
}
#header #haederLink01 > li a:link,
#header #haederLink01 > li a:visited,
#header #haederLink01 > li a:hover,
#header #haederLink01 > li a:active {
  text-decoration: none;
}
#header #haederLink01 > li a:link,
#header #haederLink01 > li a:visited {
	color: #000000;
}
#header #haederLink01 > li a:hover,
#header #haederLink01 > li a:active {
	color: #db0505;
}

#header #haederBtn01 {
  top: 34px;
  right: 0;
}

/* heading
------------------------------------------ */
#heading1 {
  position: relative;
  margin: 0 0 60px 0;
}
#heading1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(/common/images/hdg_bg01.png);
  background-repeat: repeat-x;
  background-position: 50% 0;
  z-index: -1;
}
#heading1 .wrap {
  position: relative;
  padding-bottom: 1px;
}
#recipe #heading1 .wrap #mainVisual01 figure > img{
	margin-top:140px;
}
#heading1 .wrap > figure{
	text-align:center;
	
}
#heading1 .wrap #mainVisual01 figcaption {
	margin-top:10px;
	font-size:1.2rem;
}
#heading1 #heading1Info01 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}

#heading1 #mainVisual01 .recipeUtillty01 {
  position: absolute;
  top: 68px;
  right: 25px;
  font-size: 0;
  white-space: nowrap;
  text-align: right;
}
#heading1 #mainVisual01 .recipeUtillty01 > li {
  display: inline-block;
  margin: 0 0 0 2px;
  vertical-align: middle;
}
#heading1 #mainVisual01 .recipeUtillty01 > li:first-child {
  margin-left: 0;
}
#heading1 #mainVisual01 .recipeUtillty01 > li > a:hover > img {
	transition: all 0.3s ease 0s;
  opacity: 0.8;
}

#heading1 #heading {
  margin: 10px 0 0 0;
	position:relative;
}
#heading1 #heading h1 span {
  position: relative;
  display: inline-block;
  padding: 0 0 15px 0;
}
#heading1 #heading h1 span:before,
#heading1 #heading h1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #db0505;
}
#heading1 #heading h1 span:before {
  left: -2px;
  width: 100%;
  border-radius: 4px 0 0 4px;
}
#heading1 #heading h1 span:after {
  right: -2px;
  width: 4px;
  border-radius: 0 4px 4px 0;
}

#heading1.heading1-01,
#heading1.heading1-04 {
  min-height: 250px;
}
#recipe #heading1.heading1-01,
#recipe #heading1.heading1-04 {
  min-height: 409px;
}
#heading1.heading1-01:before,
#heading1.heading1-04:before {
  height: 250px;
}
#heading1.heading1-02,
#heading1.heading1-03 {
  min-height: 140px;
}
#heading1.heading1-02:before,
#heading1.heading1-03:before {
  height: 140px;
}

#heading1.heading1-01 #heading h1 > span,
#heading1.heading1-02 #heading h1 > span {
  font-size: 0;
}
#heading1.heading1-03 #heading h1 > span,
#heading1.heading1-04 #heading h1 > span {
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1;
}
#heading1.heading1-03 #heading h1 > span {
  font-size: 26px;
  font-size: 2.6rem;
}
#heading1.heading1-04 #heading h1 > span {
  font-size: 30px;
  font-size: 3.0rem;
}
#heading1 #heading ul.linkBtnList01.aR{
	position:absolute;
	top:-30px;
	right:0;
}
#heading1 #heading ul.linkBtnList01.aR li a{
	background:url(/common/images/link_ic08.png) 30px 50% no-repeat #db0505;
}

/* breadcrumb
------------------------------------------ */
#breadcrumb {
}
#breadcrumb #breadcrumbList dd ol {
	letter-spacing: -0.4em;
	white-space: nowrap; /* for IE 8 */
}
#breadcrumb #breadcrumbList dd ol li {
	display: inline-block;
	vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
	letter-spacing: normal;
}
#breadcrumb #breadcrumbList dd ol li:after {
	content: ">";
	margin: 0 5px;
}
#breadcrumb #breadcrumbList dd ol li a:link,
#breadcrumb #breadcrumbList dd ol li a:visited,
#breadcrumb #breadcrumbList dd ol li a:hover,
#breadcrumb #breadcrumbList dd ol li a:active {
  color: #000000;
}
#breadcrumb #breadcrumbList dd ol li a:hover,
#breadcrumb #breadcrumbList dd ol li a:active {
	text-decoration: underline;
}

#breadcrumb #breadcrumbList dd ol li:first-child {
}
#breadcrumb #breadcrumbList dd ol li:last-child {
}
#breadcrumb #breadcrumbList dd ol li:last-child a {
	text-decoration: none;
	cursor: default;
  font-weight: bold;
}
#breadcrumb #breadcrumbList dd ol li:last-child a:link,
#breadcrumb #breadcrumbList dd ol li:last-child a:visited,
#breadcrumb #breadcrumbList dd ol li:last-child a:hover,
#breadcrumb #breadcrumbList dd ol li:last-child a:active {
  color: #dc3a34;
}
#breadcrumb #breadcrumbList dd ol li:last-child:after {
	display: none;
}

/* Contents
------------------------------------------ */
#content {
  padding: 0 0 60px 0;
}
#content > .wrap > * > *:first-child,
#content > .wrap > * > section:first-child > *:first-child {
  margin-top: 0;
}
#content > .wrap > * > .linkBtnList01:first-child {
  margin-top: -15px;
}

/* main */
#content #main {
	display: block;
}
#content.navOn #main {
  float: left;
  width: 732px;
}

/* aside */
#content.navOn #aside {
  float: right;
  width: 230px;
}

.asideBnr01 {
  margin: 20px 0 0 0;
}
.asideBnr01 > li {
  margin: 10px 0 0 0;
}
.asideBnr01 > li:first-child {
  margin-top: 0;
}
.asideBnr01 > li a:hover img {
	transition: all 0.3s ease 0s;
  opacity: 0.8;
}

/* navLocal */
#navLocal01 {
  padding: 20px 10px 30px;
  background-color: #ffe8cc;
  border-radius: 5px;
}
#navLocal01 .heading2-01 {
  margin-top: 0;
}
#navLocal01 .form01 > dl {
  margin: 20px 0 0 0;
}
#navLocal01 .form01 > dl > dt {
  padding: 0 5px;
}
#navLocal01 .form01 > dl > dd {
  margin: 10px 0 0 0;
}

#navLocal01 .form01 input[type="text"] {
  width: 100%;
  padding: 10px 10px 10px 45px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(/common/images/box_ic07.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  border: none;
  border-radius: 5px;
  color: #93836c;
}
#navLocal01 .form01 .checkbox01 {
  border-radius: 5px;
  background-color: #ffffff;
}
#navLocal01 .form01 .checkbox01 > li {
  border-top: 1px solid #e8e7d9;
}
#navLocal01 .form01 .checkbox01 > li:first-child {
  border-top: none;
}
#navLocal01 .form01 .checkbox01 > li > label {
  position: relative;
  display: block;
  padding: 10px 15px 10px 50px;
  color: #db0505;
}
#navLocal01 .form01 .checkbox01 > li > label > input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -0.5em;
}

#navLocal01 .form01 .select01 {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
#navLocal01 .form01 .select01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  background-image: url(/common/images/link_ic05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  pointer-events: none;
}
#navLocal01 .form01 .select01 select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 50px 10px 15px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
#navLocal01 .form01 .select01 select::-ms-expand {
	display: none;
}
 
#navLocal01 .form01 .btn01 {
  margin: 25px 0 0 0;
}
#navLocal01 .form01 .btn01:hover {
	transition: all 0.3s ease 0s;
  opacity: 0.8;
}

/* Footer
------------------------------------------ */

/* footer01 */
#footer01 {
	background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain; /*追加*/
}
#footer01 .wrap {
	position: relative;
	height: 255px;
}

#footer01.spring {
	background-image: url(/common/images/footer_bg01.png);
}
#footer01.summer {
	background-image: url(/common/images/footer_bg02.png);
}
#footer01.autumn {
	background-image: url(/common/images/footer_bg03.png);
}
#footer01.winter {
	background-image: url(/common/images/footer_bg04.png);
}

#footer01 #footerInfo01 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}
#footer01 #footerInfo01 > .inner01 {
	display: inline-block;
	padding: 15px 15px 10px;
	background-color: rgba(253,246,238,0.7);
	border-radius: 5px;
}
#footer01 #footerInfo01 #footerUtility01,
#footer01 #footerInfo01 #footerCopyright01 {
	padding: 0 10px;
}

#footer01 #footerInfo01 #footerUtility01 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #937a5e;
}
#footer01 #footerInfo01 #footerUtility01 > ul {
	font-size: 0;
	text-align: center;
	white-space: nowrap;
}
#footer01 #footerInfo01 #footerUtility01 > ul > li {
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: middle;
}
#footer01 #footerInfo01 #footerUtility01 > ul > li:last-child {
	margin-right: 0;
}
#footer01 #footerInfo01 #footerUtility01 > ul > li > a:hover > img {
	transition: all 0.3s ease 0s;
	opacity: 0.6;
}

#footer01 #footerInfo01 #footerCopyright01 > p {
	margin-top: 0;
	font-size: 0;
}

/* footer02 */
#footer02 {
  padding: 20px 0;
  background-color: #fde0ba;
}

#footer02 #footerCopyright01 {
  font-size: 0;
  text-align: center;
}

/* Pagetop
------------------------------------------ */

#pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#pagetop > .wrap {
  position: relative;
}
#pagetop p {
  margin-top: 0;
}
#pagetop p a {
  overflow: hidden;
  position: absolute;
  right: -80px;
  bottom: 60px;
  outline: none;
  display: block;
  width: 131px;
  height: 54px;
  background-color: rgba(255, 255, 255, .01); /* for Firefox bug */
  background-image: url(/common/images/pagetop_bt01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em;
}
#pagetop p a:hover {
  background-image: url(/common/images/pagetop_bt01on.png);
}
#pagetop.fixed p a {
  bottom: 200px;
}

/* Form
------------------------------------------ */
#form #content {
  padding-bottom: 180px;
}
#form #pagetop p a {
  bottom: 110px !important;
}
#form #header {
	position: absolute;
}

/* ClearFix
------------------------------------------ */
.wrap:after {
	content: "";
	display: block;
	clear: both;
}
.wrap {
	min-height: 1%;
	zoom: 1;
}


/* ------------------------ 追加 ------------------------ */

/* nav-sp */
#header .nav-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .nav-sp__logo {
    margin: 0 auto 0px;
  }

  #header .nav-sp__menu #headerLogo01 {
    margin: 0 auto 20px;
    padding: 15px 0 0 15px;
  }

  #header .wrap {
    display: none;
  }

  #header .nav-sp {
    display: block;
    background-color: #fdf6ee;
    height: 50px;
    padding: 5px 0 0 15px;
  }

  .nav-sp .toggle {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 15px;
    z-index:1000;
  }

  .nav-sp .toggle span {
    display: block;
    position: absolute;
    border-bottom: solid 4px #f2903e;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 3px;
  }

  .nav-sp .toggle span:nth-child(1) {
    top: 0;
    width: 25px;
  }

  .nav-sp .toggle span:nth-child(2) {
    top: 10px;
    width: 20px;
    border-bottom: solid 4px #db0505;
  }

  .nav-sp .toggle span:nth-child(3) {
    top: 20px;
    width: 15px;
  }

  .nav-sp .toggle.active span {
    border-bottom: solid 4px #f2903e;
  }

  .nav-sp .toggle.active span:nth-child(1) {
    top: 10px;
    left: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 26px;
  }

  .nav-sp .toggle.active span:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    border-bottom: solid 4px  #db0505;
  }

  .nav-sp .toggle.active span:nth-child(3) {
    display: none;
  }

  .nav-sp__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 999;
    transition: all 0.8s;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .nav-sp__menu.active {
    transform: translateY(0%);
    background-color: #fdf6ee;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
    height: 100%;
  }

  .nav-sp__list {
    width: 100%;
    padding-left: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .nav-sp__item {
    width: 100%;
    list-style-type: none;
    text-align: left;
    background-color: #f2903e;
    margin: 0 auto 5px;
    letter-spacing: 0.1em;
    padding: 0 0 0 10px;
  }

  .nav-sp__item a:hover {
    text-decoration: none;
  }

  .nav-sp__item:nth-child(5) {
    margin: 0 0 10px;
  }

  .nav-sp__item:last-child {
    border-bottom: none;
    margin:0 auto 20px;
  }

  .pull-down__item a {
    color: #f2903e;
    text-decoration: none;
    font-size: 14px;
    transition: all .2s;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
    box-sizing: border-box;
  }

  .nav-sp__business {
    padding: 0 0 15px 15px;
    width: 100%;
  }

  .nav-sp__business a .fas {
    color: #db0505;
    margin: 0 8px 0 0;
  }

  .nav-sp__business a {
    color: #000;
    font-weight: normal;
    font-size: 13px;
  }

  .nav-sp__click {
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 50px;
    /*padding: 0 0 0 15px;*/
    position: relative;
  }

  .nav-sp__index {
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 50px;
    /*padding: 0 0 0 15px;*/
    position: relative;
  }

  .nav-sp__button::after {
    background: #db0505;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
  } 

  .nav-sp__button.on::after {
    content: '\f068';
  }

  .nav-sp__online {
    margin: 20px auto 30px;
  }

  /* アコーディオンメニュー */
  .nav-sp .pull-down {
    display: none;
  }

  .nav-sp .pull-down__item {
    background-color: #fafafa;
  }
}

/* wrap */
@media screen and (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
}

/* page */
@media screen and (max-width: 1200px) {
  #page {
    min-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  #page {
    padding: 0;
  }
}

/* #heading1 */
@media screen and (max-width: 1024px) {
  #heading1 {
    margin: 50px 0;
  }

  #heading1 .wrap {
    width: 100%;
  }

  #heading1 .wrap #mainVisual01 {
    margin: 0 auto;
  }

  #heading1 .wrap #mainVisual01 img {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
  }

  #heading1 #heading1Info01 {
    margin: 0 10px;
  }

  #heading1 #heading1Info01 #heading h1 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #heading1 .wrap #mainVisual01 img {
    margin: 40px auto 0;
  }

  #heading1.heading1-03 #heading h1 > span {
    font-size: 18px;
  }
}

@media screen and (max-width: 414px) {
  #heading1 .wrap #mainVisual01 img {
    margin: 70px auto 0;
  }

  #heading1 #heading1Info01 #heading h1 img {
    max-width: 300px;
  }
}

/* content */
@media screen and (max-width: 1024px) {
  #content {
    margin: 55px auto 0;
  }
}

/* #footer01 */
#footer01 #footerInfo01 .copy-right p {
  display: none;
}

@media screen and (max-width: 1024px) {
  #footer01 {
    background-size: cover; /*追加*/
    width: 100%;
  }

  #footer01 #footerInfo01 #footerCopyright01 {
    margin: 0 auto;
  }

  #footer01 .wrap {
  }
}

@media screen and (max-width: 767px) {
  #footer01 #footerInfo01 {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #footer01 #footerInfo01 > .inner01 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
  }

  #footer01 #footerInfo01 #footerUtility01 {
    margin: 0 auto 20px;
    width: 100%;
  }

  #footer01 #footerInfo01 #footerUtility01 > ul {
    display: flex;
    flex-wrap: wrap;
  }

  #footer01 #footerInfo01 #footerUtility01 > ul > li {
    margin: 0 0 10px;
    width: 48%;
    text-align: left;
  }

  #footer01 #footerInfo01 #footerCopyright01 {
    display: none;
  }

  #footer01 .wrap {
    height: 300px;
  }

  #footer01 #footerInfo01 .copy-right {
    text-align: center;
    margin: 0 auto;
  }

  #footer01 #footerInfo01 .copy-right p {
    display: inline;
    font-size: 12px;
    color: #333;
    font-weight: bold;
  }
}

/* pagetop */
@media screen and (max-width: 1300px) {
  #pagetop p a {
    right: 0;
  }
}


/* 追加 0112 */

@media screen and (max-width: 767px) {
  #main .colImgSet {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* 追加0114 */
@media screen and (max-width: 1024px) {
  #heading1 #heading ul.linkBtnList01.aR {
    top: -10px;
    right: 20px;
  }
}

@media screen and (max-width: 414px) {
  #heading1 #heading ul.linkBtnList01.aR li a {
    background: url(/common/images/link_ic08.png) 10px 50% no-repeat #db0505;
  }
}

/* ナガノトマトレシピ スライダー・丸い画像 */
@media screen and (max-width: 1024px) {
  #heading1 .wrap #mainVisual01 .slider .link01 img {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #heading1 .wrap #mainVisual01 .slider .link01 img {
    margin: 0;
  }
}

/* ナガノトマトレシピ レシピを見る */
@media screen and (max-width: 1024px) {
  #heading1 .wrap #mainVisual01 .slider .hdg01 img {
    margin: 0;
  }
}

/* 検索結果 */
@media screen and (max-width: 1024px) {
  #content.navOn .search-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #content.navOn .search-wrap #main {
    width: 100%;
    float: unset;
  }

  #content.navOn .search-wrap #aside {
    width: 100%;
    float: unset;
  }

  #content.navOn .search-wrap .asideBnr01 {
    display: flex;
    justify-content: space-around;
  }

  #content.navOn .search-wrap .asideBnr01 li {
    width: 48%;
    margin: 0 auto 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #content.navOn .search-wrap .asideBnr01 {
    flex-wrap: wrap;
  }

  #content.navOn .search-wrap .asideBnr01 li {
    width: 100%;
  }

  #content.navOn .search-wrap .asideBnr01 li img {
    max-width: 100%;
  }
}

/* 0115追加 */
/* パンくずリスト */
@media screen and (max-width: 767px) {
  #breadcrumb #breadcrumbList ol {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 414px) {
  #breadcrumb {
    margin: 0 10px 0 0;
  }

  #heading1 #heading {
    margin: 20px 10px 0 0;
  }
}


/* 0212追加 */
/* レシピ -(商品名)を使ったレシピ */

@media screen and (max-width: 1024px) {
  #content.navOn .wrap #main {
    width: 100%;
    margin: 0 auto 50px;
  }
  
  #content.navOn .wrap #main .boxLink08 .column > .col {
    width: 30%;
  }
  
  #content.navOn .wrap #aside {
    width: 100%;
  }

  #content.navOn .wrap #aside .asideBnr01 {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #content.navOn .wrap #main .boxLink08 .column > .col {
    width: 45%;
    margin: 0 10px 20px;
  }

  #content.navOn .wrap #aside .asideBnr01 {
    flex-wrap: wrap;
  }

  #content.navOn .wrap #aside .asideBnr01 li {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  #content.navOn .wrap #main .boxLink08 .column > .col {
    width: 100%;
  }
}

/* 0304追加 */
/* ヘッダー部分 */
.header-wrap {
  width: 1130px;
  margin: 0 auto;
}

.header-wrap #haederBtn01 {
  display: flex;
}

.header-wrap .recruit-button {
  margin: -20px 15px 0 0;
}

#header #haederBtn01 {
  top: 30px;
}

@media screen and (max-width: 1150px) {
  .header-wrap {
    width: 1024px;
  }

  #header #navGlobal > ul > li.products > a {
    width: 63px;
  }

  #header #haederBtn01 {
    right: 18px;
  }

  .header-wrap .recruit-button {
    margin: -10px 10px 0 0;
  }

  .header-wrap .recruit-button img {
    width: 100px;
  }

  .header-wrap .shop-button img {
    width: 170px;
  }
}

@media screen and (max-width: 1024px) {
  .header-wrap {
    width: 90%;
  }

  .nav-sp .nav-sp__shop {
    margin: 33px auto 30px;
  }
}

/* 0311追加 */
img {
  max-width: 100%;
}