@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  /*overflow-x: hidden;*/ /* Stops horizontal scrolling. */
}

@media all and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
}
html {
  height: 100%; /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative; /* Required for static Slidebars to function properly. */
  min-width: 1010px;
}

@media all and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1; /* Site sits above Slidebars */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: " ";
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both;
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0; /* Slidebars sit behind sb-site. */
  display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
}

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0; /* Set Slidebar to the left. */
}

.sb-right {
  right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) { /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) { /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) { /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
@media (max-width: 768px) {
  #sb-site {
    left: 0;
    transition: left 400ms ease;
  }
  .sb-slide, .sb-site-container, .sb-slidebar {
    transform: translate(0px);
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
  }
}
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* サイドバー */
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}

.sb-right-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  border: 2px solid #8d0000;
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  background-color: #8d0000;
}

/* Scss Document */
/* Scss Document */
/*===============
     共通CSS
===============*/
html {
  font-size: 10px;
  color: #000000;
  line-height: 1;
  overflow-x: hidden;
  margin-top: 0 !important;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1, h2, h3, h4, p, a {
  color: #333333;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.backGroundColor1 {
  background-color: #eeeeee;
}

.prohibition_processing {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}

/* ヘッダー */
header {
  background-image: url(../img/bg_bar_sp.png), url(../img/umamikun.png);
  background-repeat: repeat-x, no-repeat;
  background-size: 10px, 10%;
  background-position: top, bottom left;
}

#title_logo a {
  display: block;
  width: 66%;
  margin: 0 auto;
}

#title_logo img {
  width: 66%;
  padding-top: 28px;
  padding-bottom: 18px;
  margin: 0 auto;
}

/* フッター */
footer {
  /*    margin-top: 26px;*/
}

#foot_sns ul li {
  float: left;
  width: 33.333%;
  height: 90px;
  text-align: center;
}

#foot_sns ul li:hover {
  opacity: 0.7;
}

#foot_sns ul li a {
  width: 100%;
  /*
      font-size: 14px;
      font-size: 1.4rem;
  */
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
}

#foot_sns ul li a:hover {
  text-decoration: none;
}

.facebook_btn {
  background-color: #3b5998;
}

.facebook_btn img, .line_btn img {
  width: 30px;
  margin: 19px auto 14px;
}

.twitter_btn {
  background-color: #6fa7dc;
}

.twitter_btn img {
  width: 34px;
  margin: 21px auto 14px;
}

.line_btn {
  background-color: #2dbd06;
}

#footer_list ul li {
  box-sizing: border-box;
  height: 50px;
  border-bottom: solid 1px #e5e5e5;
  background: url(../img/arrow_gray.png) no-repeat;
  background-position: right 15px top 18px;
  background-size: 10px;
}

#footer_list ul li a {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  /*
      font-size: 16px;
      font-size: 1.6rem;
  */
  letter-spacing: -1px;
  min-width: 320px;
  height: 50px;
  margin: 0 auto;
  padding-right: 30px;
}

#contact_area {
  display: none;
}

#copyright {
  height: 50px;
  background-color: #7c0000;
  background-image: url(../img/bg_bar_sp.png);
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: bottom;
}

#copyright p {
  padding-top: 15px;
  text-align: center;
  color: #c5a3a3;
  opacity: 0.6;
}

/* うま味コンテンツバナー */
#umamiContents_bar ul li {
  /*    height: 125px;*/
  padding-bottom: 10px;
}

#umamiContents_bar ul li:hover {
  opacity: 0.7;
}

#umamiContents_bar ul li a {
  color: #ffffff;
}

#umamiContents_bar ul li a:hover {
  text-decoration: none;
}

#umamiContents_bar ul li a h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-left: 75px;
  line-height: 1.2;
  text-shadow: 0 0 15px #000000;
  color: #ffffff;
}

#umamiContents_bar ul li a p {
  padding-left: 20px;
  /*
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2.0;
  */
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #ffffff;
}

#what_umami_seasoning_bar {
  background-image: url(../img/bottle2.png), url(../img/rice.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 54px, cover;
  background-position: left 15px top 15px, center;
}

#what_umami_seasoning_bar a h2 {
  padding-top: 13px;
}

#umami_recipe {
  background-image: url(../img/cup2.png), url(../img/misoshiru.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 54px, cover;
  background-position: left 15px top 15px, center;
}

#umami_recipe a h2 {
  padding-top: 26px;
}

#umami_recipe a h2 span {
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}

#umami_recipe a p {
  padding-top: 15px;
}

/* 190206 */
.banner01 {
  margin-top: 20px;
}

/*===================

 レスポンシブ用 共通CSS

===================*/
@media screen and (min-width: 768px) {
  /* PC */
  .backGroundColor1 {
    background-color: #eaeaee;
  }
  header {
    height: 110px;
    background-image: url(../img/bg_bar_sp.png), url(../img/umamikun.png);
    background-repeat: repeat-x, no-repeat;
    background-size: 10px, 70px;
  }
  #title_logo {
    text-align: left;
    position: relative;
    z-index: 3;
  }
  #title_logo a {
    width: 274px;
    margin: 0 auto 0 0;
  }
  #title_logo img {
    width: 274px;
    padding: 0;
  }
  /* フッター */
  /*sns*/
  #foot_sns {
    width: 231px;
    margin: 0 auto 24px;
  }
  #foot_sns ul li {
    width: 77px;
    height: 66px;
  }
  .facebook_btn img {
    width: 21px;
    margin: 11px auto 8px;
  }
  .twitter_btn img {
    width: 23px;
    margin: 12px auto 9px;
  }
  .bg_border {
    border-top: 1px solid #e5e5e5;
  }
  .line_btn img {
    width: 22px;
    margin: 11px auto 6px;
  }
  #footer_list {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  #footer_list ul {
    /*        padding-top: 22px;*/
  }
  .footer_list_left {
    padding: 22px 15px 0;
  }
  #footer_list ul li {
    border: none;
    background: url(../img/right_arrow.png) 0px 2px no-repeat;
    background-size: 12px;
    display: inline-block;
    height: 26px;
    margin: 5px 0;
  }
  #footer_list ul li a {
    min-width: 210px;
    display: inline;
    padding-top: 0;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0;
    line-height: 1.2;
  }
  .listA {
    display: none !important;
  }
  #contact_area {
    display: block;
    width: 460px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: right;
  }
  #contact_area li {
    width: 210px !important;
    background-image: none !important;
    /*        margin-left: 58px;*/
    margin-left: 28px;
    margin-right: 8px;
  }
  #contact_area li:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  #contact_area li:hover {
    opacity: 0.7;
  }
  #contact_area li a {
    display: inline-block !important;
    box-sizing: border-box;
    width: 210px;
    height: 40px;
    text-align: center;
    background-color: #cccccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 0 0 !important;
    color: #000000;
  }
  #contact_area li a:hover {
    text-decoration: none;
  }
  #contact_area #listB1 a {
    background: url(../img/mail_icon.png) 47px 15px no-repeat, linear-gradient(to bottom, #ffffff, #e4e4e4);
  }
  #contact_area #listB2 a {
    background: url(../img/documet_icon.png) 20px 12px no-repeat, linear-gradient(to bottom, #ffffff, #e4e4e4);
  }
  #copyright {
    height: 60px;
  }
  #copyright p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    padding-top: 20px;
  }
  #umamiContents_bar {
    background-color: #eeeeee;
  }
  #umamiContents_bar ul {
    padding: 30px 20px;
  }
  #umamiContents_bar ul li {
    width: 48%;
    height: 180px;
    float: left;
    margin-right: 4%;
  }
  #umamiContents_bar ul li:last-child {
    margin-right: 0;
  }
  #umamiContents_bar ul li a {
    display: block;
    height: 180px;
  }
  #umamiContents_bar ul li a h2 {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 94px;
  }
  #umamiContents_bar ul li a p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 90px;
  }
  #what_umami_seasoning_bar, #umami_recipe {
    background-size: 60px, cover;
    background-position: left 21px top 22px, center;
  }
  footer {
    padding-top: 30px;
  }
  /* 190206 */
  .ovr img {
    backface-visibility: hidden;
  }
  .ovr img:hover {
    opacity: 0.7;
  }
  .banner01 {
    margin-top: 40px;
  }
  /* ページトップへ戻る ここから */
  #page_top_arrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 21474000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #page_top_arrow .arrow_inner {
    background-color: #77020a;
    display: block;
    width: 66px;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    padding: 28px 0 5px;
    color: #fff;
    line-height: 1.2;
    transition: background-color 0.2s;
  }
  #page_top_arrow .arrow_inner img {
    position: absolute;
    width: 18px;
    top: 11px;
    left: 23px;
  }
  #page_top_arrow .arrow_inner:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: rgba(119, 2, 10, 0.85);
  }
  #page_top_arrow.is_show {
    visibility: visible;
    opacity: 0.8;
  }
  /* ページトップへ戻る ここまで */
  .renew_bunner {
    display: flex;
    width: 980px;
    justify-content: center;
    margin: 50px auto;
  }
  .renew_bunner div:first-child {
    margin-right: 50px;
  }
  .renew_bunner div:hover {
    opacity: 0.6;
  }
  .wrapper {
    max-width: 980px;
    margin: 0 auto;
  }
  #umami_recipe p:last-child {
    padding-top: 25px;
  }
  #footer_list {
    margin-bottom: 10px;
    padding: 0;
  }
  #footer_list ul {
    float: left;
  }
  #footer_list ul li {
    width: 180px;
    display: inline-block;
  }
  .footer_list_left {
    width: 520px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #footer_list ul li:nth-child(2n) {
    width: 180px;
  }
  .footer_list_left li:nth-child(2n) {
    margin-left: 15px;
  }
  #contact_area {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .wrapper {
    max-width: 980px;
    margin: 0 auto;
  }
  #umami_recipe p:last-child {
    padding-top: 25px;
  }
  #footer_list {
    margin-bottom: 10px;
    padding: 0;
  }
  #footer_list ul {
    float: left;
  }
  #footer_list ul li {
    width: 180px;
    display: inline-block;
  }
  .footer_list_left {
    width: 520px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #footer_list ul li:nth-child(2n) {
    width: 180px;
  }
  .footer_list_left li:nth-child(2n) {
    margin-left: 15px;
  }
  #contact_area {
    padding-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
  .pc {
    display: none;
  }
  .footer_list_left {
    border-top: solid 1px #e5e5e5;
  }
  .footer_list_left li {
    padding: 17px 0 !important;
    height: auto !important;
  }
  .footer_list_left li a {
    padding-top: 0 !important;
    height: auto !important;
    line-height: 1.3;
  }
  .renew_bunner {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .renew_bunner div {
    margin: 0 15px;
    margin-bottom: 25px;
  }
  .renew_bunner div:hover {
    opacity: 0.6;
  }
  /* ページトップへ戻る ここから */
  #page_top_arrow {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 2147480000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #page_top_arrow .arrow_inner {
    background-color: #77020a;
    display: block;
    width: 56px;
    text-align: center;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px;
    padding: 25px 0 5px;
    color: #fff;
    line-height: 1.2;
    transition: background-color 0.2s;
  }
  #page_top_arrow .arrow_inner img {
    position: absolute;
    width: 15px;
    top: 11px;
    left: 20px;
  }
  #page_top_arrow .arrow_inner:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: #77020a;
  }
  #page_top_arrow.is_show {
    visibility: visible;
    opacity: 0.8;
  }
  /* ページトップへ戻る ここまで */
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  #contact_area li a {
    padding-top: 15px !important;
  }
}
/********注意文言*********/
.box_co {
  margin: 10px auto;
  max-width: 980px;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

@media (min-width: 769px) {
  #sb-site {
    padding-top: 100px;
  }
  #snd_header {
    background-color: #fff;
    z-index: 99999099999;
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    padding-left: 92px;
    box-sizing: border-box;
    padding-top: 10px;
  }
  #snd_header img {
    opacity: 1;
    transition: 0.3s;
  }
  #menu {
    position: fixed !important;
    transition: 0.5s;
  }
  .pc_menu_fixed {
    position: fixed !important;
    left: auto;
    right: auto !important;
    margin-left: 700px;
    top: 165px !important;
  }
  .pc_menu_fixed_recipe {
    position: fixed !important;
    left: auto;
    right: auto !important;
    margin-left: 700px;
    top: 200px !important;
  }
  .pc_menu_fixed02 {
    position: fixed !important;
    left: auto;
    right: auto !important;
    margin-left: 700px;
    top: 103px !important;
    transition: top 0.3s linear;
  }
  .pc_menu_fixed02_recipe {
    position: fixed !important;
    left: auto;
    right: auto !important;
    margin-left: 700px;
    top: 130px !important;
    transition: top 0.3s linear;
  }
  .pc_menu_absolute {
    position: absolute !important;
    bottom: 0;
    top: auto !important;
  }
  .pc_menu_absolute02 {
    position: absolute !important;
    bottom: 441px;
    top: auto !important;
  }
  .pc_menu_absolute03 {
    position: absolute !important;
    bottom: 875px;
    top: auto !important;
  }
}
@media (max-width: 768px) {
  #sb-site {
    padding-top: 105px;
  }
  .sp_menu_trigger_box_pd {
    position: fixed !important;
    z-index: 10000000000000000 !important;
    top: 0;
    transition: 0.3s;
  }
  #snd_header {
    background-color: #fff;
    z-index: 9999999;
    width: 100%;
    top: 0;
    height: 105px;
    position: fixed !important;
  }
  #snd_header img {
    height: 31px;
    width: auto !important;
  }
  .add_absolute {
    position: absolute !important;
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .header_keyword_wrp_sp {
    display: none !important;
  }
  .header_keyword_wrp {
    padding-top: 4px;
    width: 100%;
    z-index: 999;
  }
  .header_keyword_wrp .header_keyword_inner {
    display: flex;
    margin-top: 15px;
    width: 980px;
    margin: 0 auto;
  }
  .header_keyword_wrp .header_keyword_inner p {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 5px;
  }
  .header_keyword_wrp .header_keyword_inner ul {
    margin: 0;
    padding: 0;
  }
  .header_keyword_wrp .header_keyword_inner ul li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 4px;
    margin-bottom: 9px;
  }
  .header_keyword_wrp .header_keyword_inner ul li a {
    font-size: 14px;
    color: #8d0000;
    border-bottom: 1px solid #8d0000;
    line-height: 1.1;
  }
  .header_keyword_wrp .header_keyword_inner ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  .news_article_txt_wrp {
    text-align: center;
    margin-top: 30px;
  }
  .news_article_txt_wrp table {
    margin: 0 auto;
    max-width: 980px;
    margin-top: 15px;
  }
  .news_article_txt_wrp table td {
    font-size: 16px;
    vertical-align: top;
    line-height: 1.4;
  }
  .news_article_txt_wrp table td:first-child {
    white-space: nowrap;
    padding-right: 15px;
    font-weight: 500;
    color: #999999;
  }
  .news_article_txt_wrp h2 {
    background-color: #fff;
    border: 1px solid #8d0000;
    color: #8d0000;
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px !important;
    padding: 5px 10px;
  }
  .news_article_txt01 {
    font-size: 16px;
    text-align: left;
  }
  .news_article_txt01 a:hover {
    opacity: 1;
  }
  .footer_banner {
    background-color: rgba(141, 0, 43, 0.2);
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1999;
    width: 100%;
    transition: 0.3s;
    transform: translateY(230px);
    padding-top: 5px;
  }
  .footer_banner .footer_banner_inner {
    position: relative;
    display: inline-block;
    z-index: 30;
    width: 420px;
  }
  .footer_banner .footer_banner_inner img {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.1s;
  }
  .footer_banner .footer_banner_inner img:hover {
    opacity: 0.8;
    transition: opacity 0.1s;
  }
  .footer_banner p {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    width: 30px;
  }
  .footer_banner p img {
    opacity: 1;
    transition: opacity 0.1s;
  }
  .footer_banner p img:hover {
    opacity: 0.8;
    transition: opacity 0.1s;
  }
}
@media (max-width: 767px) {
  .header_keyword_wrp {
    padding-top: 3px;
    width: 100%;
    z-index: 999;
    padding: 0 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .header_keyword_wrp .header_keyword_arrow {
    display: inline-block;
    position: absolute;
    height: 19px;
    background: rgb(255, 255, 255);
    background: linear-gradient(96deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7343312325) 24%, rgb(255, 255, 255) 59%);
    padding-left: 15px;
    margin-right: 15px;
    right: -2px;
    top: 0;
  }
  .header_keyword_wrp .header_keyword_arrow img {
    width: auto !important;
    height: 16px !important;
  }
  .header_keyword_wrp .header_keyword_inner::-webkit-scrollbar {
    display: none;
  }
  .header_keyword_wrp .header_keyword_inner {
    display: flex;
    margin-top: 10px;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header_keyword_wrp .header_keyword_inner p {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 5px;
  }
  .header_keyword_wrp .header_keyword_inner ul {
    margin: 0;
    padding: 0;
  }
  .header_keyword_wrp .header_keyword_inner ul li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 4px;
    margin-bottom: 9px;
  }
  .header_keyword_wrp .header_keyword_inner ul li a {
    font-size: 14px;
    color: #8d0000;
    border-bottom: 1px solid #8d0000;
    line-height: 1.1;
  }
  .header_keyword_wrp .header_keyword_inner ul li a:hover {
    text-decoration: none;
  }
  .news_article_txt_wrp {
    text-align: center;
    margin-top: 20px;
  }
  .news_article_txt_wrp h2 {
    background-color: #fff;
    border: 1px solid #8d0000;
    font-weight: 500;
    color: #8d0000;
    display: inline-block;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    padding: 5px 10px;
  }
  .news_article_txt_wrp table {
    padding: 10px 15px 0;
  }
  .news_article_txt_wrp table td {
    font-size: 12px;
    vertical-align: top;
    line-height: 1.4;
    display: block;
  }
  .news_article_txt_wrp table td:first-child {
    white-space: nowrap;
    font-weight: 500;
    color: #999999;
    padding-bottom: 5px;
    text-align: left;
  }
  .news_article_txt01 {
    text-align: left;
  }
  .footer_banner {
    text-align: center;
    position: fixed;
    z-index: 1999;
    bottom: 0;
    width: 100%;
    transition: 0.3s;
    transform: translateY(230px);
  }
  .footer_banner .footer_banner_inner {
    position: relative;
    display: inline-block;
    z-index: 30;
    padding: 0 5px;
  }
  .footer_banner .footer_banner_inner img {
    display: inline-block;
  }
  .footer_banner p {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 99;
    cursor: pointer;
  }
  .footer_banner p img {
    width: 6.7796610169vw;
  }
}
@media screen and (max-width: 768px) {
  /*--------------------------------------
  SP用初期化CSS
  ---------------------------------------*/
  .sp_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .sp_clearfix {
    clear: both;
    min-height: 1px;
  }
  * html .sp_clearfix {
    height: 1px;
    /*\*/ /*/
height: auto;
overflow: hidden;
/**/
  }
  .sp_block {
    display: block !important;
  }
  .sp_fleft {
    display: block;
    float: left !important;
  }
  .sp_fright {
    display: block;
    float: right !important;
  }
  .sp_pl0 {
    padding-left: 0 !important;
  }
  .sp_pr0 {
    padding-right: 0 !important;
  }
  .sp_pt0 {
    padding-top: 0 !important;
  }
  .sp_pb0 {
    padding-bottom: 0 !important;
  }
  .sp_ml5 {
    margin-left: 5px !important;
  }
  .sp_mr5 {
    margin-right: 5px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_pl5 {
    padding-left: 5px !important;
  }
  .sp_pr5 {
    padding-right: 5px !important;
  }
  .sp_pt5 {
    padding-top: 5px !important;
  }
  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_pt8 {
    padding-top: 8px !important;
  }
  .sp_ml10 {
    margin-left: 10px !important;
  }
  .sp_mr10 {
    margin-right: 10px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_pl10 {
    padding-left: 10px !important;
  }
  .sp_pr10 {
    padding-right: 10px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_ml15 {
    margin-left: 15px !important;
  }
  .sp_mr15 {
    margin-right: 15px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_pl15 {
    padding-left: 15px !important;
  }
  .sp_pr15 {
    padding-right: 15px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_ml20 {
    margin-left: 20px !important;
  }
  .sp_mr20 {
    margin-right: 20px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_pl20 {
    padding-left: 20px !important;
  }
  .sp_pr20 {
    padding-right: 20px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_ml25 {
    margin-left: 25px !important;
  }
  .sp_mr25 {
    margin-right: 25px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_pl25 {
    padding-left: 25px !important;
  }
  .sp_pr25 {
    padding-right: 25px !important;
  }
  .sp_pt25 {
    padding-top: 25px !important;
  }
  .sp_pb25 {
    padding-bottom: 25px !important;
  }
  .sp_ml30 {
    margin-left: 30px !important;
  }
  .sp_mr30 {
    margin-right: 30px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_pl30 {
    padding-left: 30px !important;
  }
  .sp_pr30 {
    padding-right: 30px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_ml35 {
    margin-left: 35px !important;
  }
  .sp_mr35 {
    margin-right: 35px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_pl35 {
    padding-left: 35px !important;
  }
  .sp_pr35 {
    padding-right: 35px !important;
  }
  .sp_pt35 {
    padding-top: 35px !important;
  }
  .sp_pb35 {
    padding-bottom: 35px !important;
  }
  .sp_ml40 {
    margin-left: 40px !important;
  }
  .sp_mr40 {
    margin-right: 40px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_pl40 {
    padding-left: 40px !important;
  }
  .sp_pr40 {
    padding-right: 40px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_ml45 {
    margin-left: 45px !important;
  }
  .sp_mr45 {
    margin-right: 45px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_pl45 {
    padding-left: 45px !important;
  }
  .sp_pr45 {
    padding-right: 45px !important;
  }
  .sp_pt45 {
    padding-top: 45px !important;
  }
  .sp_pb45 {
    padding-bottom: 45px !important;
  }
  .sp_ml50 {
    margin-left: 50px !important;
  }
  .sp_mr50 {
    margin-right: 50px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_pl50 {
    padding-left: 50px !important;
  }
  .sp_pr50 {
    padding-right: 50px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_mt75 {
    margin-top: 75px !important;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  header {
    background-image: url(../img/bg_bar_sp.png), url(../img/umamikun.png);
    background-repeat: repeat-x, no-repeat;
    background-size: 10px, 6%;
    background-position: top, bottom left;
  }
  #snd_header {
    height: 110px !important;
  }
  #title_logo a {
    max-width: 400px !important;
  }
  #sb-site {
    padding-top: 0 !important;
  }
  #snd_header {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  #main,
  #breadcrumbs,
  .sp_menu_trigger_box_pd,
  .header_keyword_wrp,
  .footer_link_list01,
  .footer_backtop_btn,
  .renew_bunner,
  .footer_list_left {
    display: none !important;
  }
  #renew_recipedata_wrap {
    width: 100%;
    padding-right: 0 !important;
  }
  #renew_recipe_search_wrapper,
  .renew_sns_link,
  .renew_recipe_relation {
    display: none !important;
  }
  #renew_recipedata_contents01 img {
    max-height: 500px !important;
    width: auto !important;
  }
}
/*================
    トップページ
================*/
.slide_btn {
  display: block;
  box-sizing: border-box;
  width: 140px;
  height: 30px;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 20%;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  margin: auto;
  padding-top: 8px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
}

.slide {
  text-align: center;
}
.slide img {
  width: 100%;
}

#pc_slider, #pc_recipe_slider {
  display: none;
}

.sp-slide .sp-image-container {
  padding: 0 1px;
  box-sizing: border-box;
}
.sp-slide .sp-image-container img {
  max-width: 100%;
}

#sp_slider, #sp_recipe_slider {
  display: block;
}

.sp-buttons {
  position: absolute;
  bottom: 6px;
}

.sp-button {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.sp-selected-button {
  background-color: #8d0000;
}

.sp-arrow {
  width: 40px;
  height: 40px;
  background-color: #4f504f;
}

.sp-previous-arrow:before, .sp-previous-arrow:after {
  content: none;
}

.sp-next-arrow:before, .sp-next-arrow:after {
  content: none;
}

.sp-horizontal .sp-previous-arrow {
  left: 0;
  background-image: url(../img/arrow_left_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}
.sp-horizontal .sp-next-arrow {
  right: 0;
  background-image: url(../img/arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

/*=====================
   トップページコンテンツ
=====================*/
#top_umami_sec ul {
  padding: 15px 15px 17px;
}
#top_umami_sec ul li {
  box-sizing: border-box;
  background-color: #ffffff;
  border: 3px solid #adadad;
  text-align: center;
  float: left;
  border-radius: 2.5px;
  width: 48%;
}
#top_umami_sec ul li:nth-child(2n) {
  margin-left: 10px;
}
#top_umami_sec ul li:nth-child(-n+2) {
  margin-bottom: 10px;
}
#top_umami_sec ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 94px;
  font-size: 1.6rem;
  color: #000000;
  padding-top: 10px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#top_umami_sec ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  line-height: 1.15;
  /*    padding: 0 2px;*/
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: normal;
}
#top_umami_sec ul li a p span {
  font-size: 1.2rem;
}
#top_umami_sec ul li a img {
  margin-left: auto;
  margin-right: auto;
}

img.bgimg {
  width: 100%;
}

#umami_box1 img {
  margin-top: 8px;
}

#umami_box4 img {
  margin-top: 4px;
}
#umami_box4 p {
  padding-bottom: 5px;
}

#umami_banner {
  background-image: url(../img/bg_bar_sp.png);
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: top;
}
#umami_banner ul {
  padding-top: 10px;
}
#umami_banner ul li {
  /*    min-width: 320px;*/
  position: relative;
}
#umami_banner ul li:hover {
  opacity: 0.7;
}

.detail_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: auto;
  width: 125px;
}

/* 最新情報 */
#information {
  background-image: url(../img/bg_bar_sp.png);
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: top;
  padding-bottom: 26px;
}
#information.information_index {
  background-image: none;
  padding-bottom: 26px;
}

#information_title h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 26px;
}
#information_title p {
  font-size: 1.4rem;
  text-align: center;
  margin: 13px 0 20px;
}

#information_more {
  display: none;
}

#information ul li {
  box-sizing: border-box;
  padding: 8px 15px 10px;
  border-bottom: 1px solid #ccc;
  /*    height: 121px;*/
}
#information ul li:first-child {
  border-top: 1px solid #ccc;
}

.info_tag {
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../img/cross.png) left 3px no-repeat;
  background-size: 15px;
  padding: 5px 0 10px 20px;
  vertical-align: middle;
}

#information ul li h3 {
  font-size: 1.4rem;
  line-height: 1.3;
}

.news_label {
  background: #A01800;
  padding: 3px;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}
.news_label a {
  color: #fff;
  font-size: 1.2rem;
}

#information .news_label {
  margin-bottom: 5px;
}
#information ul li p:nth-child(3n) {
  margin-top: 5px;
  color: #999999;
}

.more_btn {
  width: 100%;
  padding: 15px 10px 0;
  text-align: center;
  box-sizing: border-box;
}
.more_btn:hover {
  opacity: 0.7;
}
.more_btn a {
  background-color: #eeeeee;
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  min-height: 50px;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding-top: 15px;
  letter-spacing: 1px;
}
.more_btn a:before {
  content: "";
  display: inline-block;
  background: url(../img/right_arrow.png) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}
.more_btn a:hover {
  text-decoration: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
      うま味ってなんだろうページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#umami_main_top {
  height: 350px;
  background-image: url(../img/whats_umami.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 90%;
}

.umami_main_logo {
  padding-left: 10px;
  padding-top: 10px;
}

.umami_main_title {
  margin: 0 auto;
}

#umami_main_top h1, #umami_main_top p {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #ffffff;
}
#umami_main_top h1 {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 3rem;
  letter-spacing: -2px;
  text-shadow: 0 0 15px #000000;
}

.abscissa {
  margin: 0 auto;
  width: 20px;
  border-bottom: 1px solid #ffffff;
}

#umami_main_top p {
  font-size: 1.4rem;
  line-height: 2.2;
  padding-top: 15px;
  text-shadow: 0 0 6px #000000;
}

.backGroundColor2 {
  background-color: #f7f7f7;
}

.mainContents_wrapper {
  padding: 0 30px;
}

#umami_mainContents h2 {
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 43px 14px 20px;
}
#umami_mainContents p {
  font-size: 1.6rem;
  line-height: 1.667;
  letter-spacing: 1px;
  padding: 0 30px;
}

#mainContentsA {
  /*
      background-image: url(../img/niboshi.png), url(../img/shiitake.png), url(../img/katsuobushi.png), url(../img/konbu.png);
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
      background-size: 195px, 174px, 202px, 196px;
      background-position: right -40px bottom 320px, left -60px bottom 65px, right -100px bottom 109px, center bottom -7px;
  */
  position: relative;
  overflow: hidden;
}

#mainContentsA2 h2 {
  /*    border-top: 1px solid #e5e5e5;*/
  width: 290px;
  box-sizing: border-box;
  margin: 0 0 0 5px;
  padding-top: 30px;
  padding-bottom: 20px;
}

#mainContentsA h3 {
  color: #980e00;
  padding: 15px 0 5px 30px;
  font-size: 1.6rem;
}
#mainContentsA p:nth-child(4) {
  width: 55%;
  margin-bottom: 10px;
}

#gomi_area {
  position: relative;
  height: 215px;
}
#gomi_area > div > p {
  padding: 0;
}
#gomi_area .gomi_left {
  position: absolute;
  right: 62%;
  transform: translateX(-200%) rotate(0);
}

.gomi_left img {
  max-width: 215px;
}

#gomi_area .gomi_right {
  position: absolute;
  width: 165px;
  right: 8%;
}
#gomi_area > div > h3 {
  padding-left: 0;
}
#gomi_area > .gomi_right > p {
  margin-bottom: 15px;
}

.gomi_left_move {
  animation-name: gomi_circle;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes gomi_circle {
  0% {
    transform: translateX(-200%) rotate(0);
  }
  100% {
    transform: translateX(0) rotate(360deg);
  }
}
.umami_detail_btn {
  display: block;
  margin: 0 auto;
  width: 125px;
}
.umami_detail_btn:hover {
  opacity: 0.7;
}

#mainContentsA1 {
  padding-bottom: 180px;
  border-bottom: 1px solid #e5e5e5;
}
#mainContentsA1 .umami_detail_btn {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 130px;
  z-index: 200;
}

#mainContentsA2 {
  /*    height: 400px;*/
  position: relative;
  z-index: 100;
  overflow: hidden;
  padding-bottom: 22px;
}
#mainContentsA2 p {
  line-height: 2;
  margin-bottom: 77px;
  background-color: rgba(247, 247, 247, 0.6);
  padding: 10px 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#mainContentsA > p:last-of-type {
  line-height: 2.3;
  letter-spacing: 1px;
  margin-bottom: 105px;
}

#umami_foods {
  width: 100%;
}

.umami_food {
  position: absolute;
  width: 100%;
  z-index: -10;
}

.niboshi {
  width: 195px;
  right: -36px;
  bottom: 442px;
  transform: translateX(200%);
}

.shiitake {
  width: 174px;
  left: -45px;
  bottom: 64px;
  transform: translateX(-200%);
}

.konbu {
  width: 191px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(100%);
}

.katsuobushi {
  width: 202px;
  right: -100px;
  bottom: 105px;
  transform: translateX(200%);
}

.umami_food img {
  display: block;
  width: 100%;
}

#mainContentsB {
  position: relative;
  background-size: cover;
  padding-bottom: 25px;
  background: url(../img/doc_ikeda2b.jpg) no-repeat center top;
}

.light {
  position: absolute;
  left: 11.2%;
  top: 1.79%;
  opacity: 0;
}
.light img {
  width: 50%;
}

#mainContentsB h2 {
  color: #ffffff;
  line-height: 1.4;
  text-shadow: 0 0 10px #000000;
  padding: 127px 10px 13px 25px;
}
#mainContentsB p {
  color: #ffffff;
  line-height: 2;
  text-shadow: 0 0 10px #000000;
}
#mainContentsB .umami_detail_btn {
  margin: 24px auto 0;
}

#mainContentsC {
  position: relative;
  height: 1090px;
  padding-bottom: 0;
  overflow: hidden;
  background-size: 308px;
  background: url(../img/food1.png) no-repeat bottom left -5px;
}
#mainContentsC h2 {
  padding: 31px 10px 16px 25px;
  letter-spacing: -2px;
  line-height: 1.5;
}
#mainContentsC p {
  line-height: 2;
  margin-bottom: 14px;
}

.mainContentsC1 {
  position: relative;
  padding-bottom: 69px;
  border-bottom: 1px solid #e5e5e5;
}

.umami_worldmap {
  position: relative;
}
.umami_worldmap img {
  width: 100%;
}

.world_seasoning {
  position: absolute;
  width: 13%;
}

#mainContentsC .umami_detail_btn {
  margin-top: 5px;
}

#ajinomoto_bottle {
  position: absolute;
  top: 530px;
  right: -41px;
}
#ajinomoto_bottle img {
  display: none;
  width: 164px;
}

#mainContentsC_text {
  position: absolute;
}
#mainContentsC_text p {
  line-height: 2;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#mainContentsC > div > .umami_detail_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}

/*======パララックス関連======*/
/* スクロール計測 */
#num {
  display: block;
  text-align: center;
  position: fixed;
  z-index: 100;
}

.rotate {
  animation-name: anime1;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes anime1 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.umami_trans1, .umami_trans2, .umami_trans3 {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.umami_trans1 {
  animation-name: umami1;
}

@keyframes umami1 {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
.umami_trans2 {
  animation-name: umami3;
}

@keyframes umami3 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.umami_trans3 {
  animation-name: umami2;
}

@keyframes umami2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.notice {
  color: red;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 10px 0 10px 0;
}

/*===================

　　レスポンシブ用CSS

===================*/
@media screen and (min-width: 768px) {
  .slide img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  /*.slick-slide img {
    width: 500px;
  }*/
  #top_umami_sec ul {
    display: flex;
    padding: 15px 20px;
  }
  #top_umami_sec ul li {
    float: none;
    max-width: 230px;
    max-height: 130px;
    margin-right: 20px;
    border-radius: 5px;
  }
  #top_umami_sec ul li:nth-child(-n+2) {
    margin-bottom: 0;
  }
  #top_umami_sec ul li:nth-child(2n) {
    margin-left: 0;
  }
  #top_umami_sec ul li:last-child {
    margin-right: 0;
  }
  #umami_box1 img {
    width: 20%;
  }
  #umami_box2 img {
    width: 28%;
  }
  #umami_box3 img {
    width: 23%;
  }
  #umami_box4 img {
    width: 16%;
  }
  #umami_box4 p {
    padding-bottom: 2px;
  }
  #top_umami_sec ul li a {
    height: 130px;
  }
  #top_umami_sec ul li a p {
    font-size: 1.8rem;
    bottom: 18px;
    font-weight: bold;
  }
  #umami_box4 p {
    bottom: 22px !important;
  }
  #top_umami_sec ul li a p span {
    font-size: 1.4rem;
  }
  #umami_banner {
    background: none;
  }
  #umami_banner ul {
    padding: 30px 20px 0;
    display: flex;
  }
  #umami_banner ul li {
    height: auto;
    margin-right: 1%;
    /*        min-width: auto;*/
  }
  #umami_banner ul li:last-child {
    margin-right: 0;
  }
  img.bgimg {
    width: 100%;
    max-width: 310px;
  }
  #information {
    margin-top: 30px;
    background-image: url(../img/bg_bar_sp2.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-bottom: 0;
  }
  #information_title {
    padding: 21px 20px 21px;
  }
  #information_title h2 {
    display: inline;
    width: 100%;
    text-align: left;
    font-size: 2.4rem;
  }
  #information_title p {
    display: inline;
    text-align: left;
    vertical-align: bottom;
    line-height: 22px;
    padding-left: 10px;
  }
  #information ul {
    padding: 0 20px;
  }
  #information_more {
    display: block !important;
    float: right;
    margin: 0;
    margin: 0 !important;
    background: url(../img/right_arrow.png) 0 6px no-repeat;
    background-size: 12px;
    padding-left: 15px !important;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
  }
  #information ul li {
    padding: 5px 0 10px;
    /*        height: 82px;*/
  }
  .more_btn {
    display: none;
  }
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
            うま味ってなんだろうページ
      ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #umami_main_top {
    height: 400px;
    background-image: url(../img/whats_umami_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 80%;
  }
  #umami_main_top h1 {
    font-size: 5rem;
  }
  #umami_main_top p {
    /*
            font-size: 16px;
            font-size: 1.6rem;
    */
    font-size: 1.8rem;
  }
  #umami_mainContents h2 {
    font-size: 3.6rem;
    /*        width: 600px;*/
  }
  #umami_mainContents p {
    font-size: 1.6rem;
    /*        width: 470px;*/
    margin-left: 45%;
    margin-bottom: 20px;
    line-height: 2;
    padding-left: 0;
  }
  #mainContentsA {
    /*
        background-image: url(../img/niboshi.png), url(../img/shiitake.png), url(../img/katsuobushi.png), url(../img/konbu.png);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: 334px, 297px, 345px, 328px;
        background-position: right 10% bottom 38%, left 5% bottom 65px, right 0px bottom -9%, center bottom -5%;
    */
  }
  #mainContentsA p:nth-child(4) {
    width: auto;
    margin-bottom: 20px;
  }
  #mainContentsA h2 {
    margin-left: 42%;
    padding-left: 0;
    padding-top: 70px;
  }
  #mainContentsA h3 {
    font-size: 2rem;
    padding: 0;
    margin-left: 45%;
    margin-bottom: 10px;
  }
  #mainContentsA1 {
    padding-bottom: 200px;
  }
  #gomi_area {
    height: auto;
  }
  #gomi_area .gomi_right {
    position: relative;
    width: auto;
    right: 0;
  }
  #gomi_area .gomi_left {
    top: -232px;
  }
  #gomi_area > div > h3 {
    padding-left: 10px;
  }
  .gomi_left img {
    width: 429px;
    max-width: 429px;
  }
  .gomi_right {
    padding-right: 30px;
  }
  #gomi_area > .gomi_right > p {
    padding-left: 10px;
  }
  .umami_detail_btn {
    width: 250px;
    margin-left: 56%;
  }
  .umami_detail_btn img {
    width: 250px;
  }
  #mainContentsA1 .umami_detail_btn {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 40px;
    z-index: 200;
  }
  #mainContentsA2 {
    height: 462px;
    padding-bottom: 0;
  }
  #mainContentsA2 h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 66px;
    padding-bottom: 40px;
  }
  #mainContentsA2 p {
    width: 568px;
    line-height: 2;
    margin: 0 auto 40px;
    padding-left: 20px;
  }
  #mainContentsA2 .umami_detail_btn {
    margin: 0 auto;
  }
  .niboshi {
    width: 307px;
    right: 7%;
    bottom: 30%;
  }
  .shiitake {
    width: 345px;
    left: 4%;
    bottom: 6%;
  }
  .konbu {
    width: 310px;
    bottom: -5%;
  }
  .katsuobushi {
    width: 303px;
    right: 0;
    bottom: -5%;
  }
  #mainContentsB {
    background-color: #686868;
    /*        height: 545px;*/
    background-size: 809px;
    background-position: top right 10%;
    padding-bottom: 80px;
  }
  .light {
    right: 40%;
    left: auto;
  }
  .light img {
    width: 90px;
  }
  #mainContentsB .umami_detail_btn {
    margin-left: 175px;
    margin-top: 38px;
  }
  #mainContentsB h2 {
    padding-top: 85px;
  }
  #mainContentsB p {
    margin-left: 0;
    padding-left: 25px;
  }
  #mainContentsC {
    height: 1400px;
    background-size: 777px;
    background-position: bottom -180px left -5px;
  }
  #mainContentsC h2 {
    width: 100%;
    text-align: left;
    padding-top: 80px;
  }
  #mainContentsC > div > h2 {
    text-align: center;
  }
  #mainContentsC > div > p {
    padding: 0 30px;
  }
  #mainContentsC p {
    /*        width: 100%;*/
    margin: 0 0 45px;
    padding-left: 30px;
  }
  .mainContentsC1 {
    padding-bottom: 30px;
  }
  #mainContentsC_text {
    position: relative;
  }
  #mainContentsC_text p {
    padding-left: 45px;
  }
  #mainContentsC .umami_detail_btn {
    margin: 0 auto 60px;
  }
  #mainContentsC .umami_detail_btn:last-child {
    position: relative;
    bottom: 10px;
  }
  #ajinomoto_bottle {
    /*        top: 900px;*/
    top: 478px;
    right: 0;
  }
  #ajinomoto_bottle img {
    display: none;
    width: 328px;
  }
  /*  スライドショーPC用　*/
  #sp_slider, #sp_recipe_slider {
    display: none;
  }
  #pc_slider, #pc_recipe_slider {
    display: block;
  }
  .sp_slide {
    width: 750px;
  }
  .sp_mainLayer {
    float: left;
  }
  .sp_subLayer {
    width: 249px;
    float: left;
  }
  .sp_mainLayer a img {
    width: 500px;
    box-sizing: border-box;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .sp_subLayer a img {
    box-sizing: border-box;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .sp_subLayer:last-child a img {
    border-bottom: none;
  }
  /*  スライドショーボタン  */
  .sp-arrow {
    width: 50px;
    height: 80px;
    background-color: #8d0000;
    border: 2px solid #ffffff;
    border-radius: 5px;
  }
  .sp-horizontal .sp-arrows {
    margin-top: -30px;
  }
  .sp-horizontal .sp-previous-arrow {
    background-size: 20px;
  }
  .sp-horizontal .sp-next-arrow {
    background-size: 20px;
    right: 10%;
  }
  .sp-horizontal .sp-previous-arrow {
    left: 10%;
  }
}
@media screen and (min-width: 1000px) {
  #top_umami_sec ul {
    padding: 15px 0;
  }
  #top_umami_sec ul li a p {
    font-size: 2rem;
  }
  #top_umami_sec ul li a p span {
    font-size: 1.6rem;
  }
  #umami_banner ul {
    padding: 30px 0 0;
  }
  #information_title {
    padding: 21px 0 21px;
  }
  #information ul {
    padding: 0;
  }
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
            うま味ってなんだろうページ
      ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #umami_mainContents h2 {
    font-size: 4.8rem;
    width: 600px;
    padding-top: 65px;
  }
  #umami_mainContents p {
    width: 470px;
  }
  #mainContentsA p:nth-child(4) {
    width: 470px;
  }
  #mainContentsA2 p {
    width: 568px;
  }
  #umamiContents_bar ul {
    padding: 30px 0;
  }
  #umamiContents_bar ul li {
    width: 470px;
    margin-right: 40px;
  }
  #umamiContents_bar ul li a h2 {
    font-size: 4rem;
    padding-left: 100px;
  }
  #mainContentsA2 h2, #mainContentsC h2 {
    width: 100%;
  }
  #mainContentsB {
    background-position: top right 12%;
  }
  .light {
    right: 40%;
  }
  #mainContentsC_text h2 {
    padding-left: 10px;
  }
  #mainContentsC p {
    width: 800px;
  }
  #mainContentsC_text > p {
    line-height: 3;
  }
  .umami_worldmap {
    width: 910px;
    margin: 0 auto;
  }
  #ajinomoto_bottle {
    right: 10%;
    top: 32%;
  }
  #gomi_area > div > h3, .gomi_right, #gomi_area > .gomi_right > p {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .wp_pagenation ul {
    display: flex;
    justify-content: center;
  }
  .wp_pagenation ul li {
    margin: 0 10px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .wp_pagenation ul li span {
    line-height: 44px !important;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .wp_pagenation ul li a {
    line-height: 44px !important;
  }
}
@media all and (min-width: 768px) {
  .wp_pagenation ul li .current {
    background-color: #8d0000 !important;
    color: #fff !important;
  }
  .wp_pagenation ul li a, .wp_pagenation ul li span {
    display: inline-block;
    background-color: #efeaea;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
  }
  .wp_pagenation ul li a:hover, .wp_pagenation ul li span:hover {
    background-color: #8d0000;
    color: #fff;
  }
  .wp_pagenation ul li a.first img, .wp_pagenation ul li a.last img, .wp_pagenation ul li span.first img, .wp_pagenation ul li span.last img {
    width: 18px;
  }
  .wp_pagenation ul li img {
    width: 12px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media all and (max-width: 769px) {
  .wp_pagenation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wp_pagenation ul li .last {
    display: none;
  }
  .wp_pagenation ul li .first {
    display: none;
  }
  .wp_pagenation ul li .current {
    background-color: #8d0000 !important;
    color: #fff !important;
  }
  .wp_pagenation ul li a, .wp_pagenation ul li span {
    margin: 0 5px;
    display: inline-block;
    background-color: #efeaea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
  }
  .wp_pagenation ul li a:hover, .wp_pagenation ul li span:hover {
    background-color: #8d0000;
    color: #fff;
  }
  .wp_pagenation ul li a.first img, .wp_pagenation ul li a.last img, .wp_pagenation ul li span.first img, .wp_pagenation ul li span.last img {
    width: 10px;
  }
  .wp_pagenation ul li img {
    width: 6px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
/*--------------------------------------
共通
---------------------------------------*/
/*--------------------------------------
メディアクエリJS判定用
---------------------------------------*/
body {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  clear: both;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.mcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_center {
  text-align: center !important;
}

.block_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.fleft {
  display: block;
  float: left;
}

.fright {
  display: block;
  float: right;
}

.txt_red {
  color: #ff3333;
}

.txt_red02 {
  color: #993300;
}

/*--------------------------------------
パンクズ
---------------------------------------*/
#breadcrumbs {
  border-top: 1px solid #dddddd;
  padding: 8px 15px;
  background: #f3f3f3;
  letter-spacing: -0.4em;
}

#breadcrumbs li {
  display: inline;
  letter-spacing: normal;
}

#breadcrumbs li a:after {
  content: ">";
  display: inline-block;
  letter-spacing: normal;
  padding: 0 0.2em;
}

/*--------------------------------------
過去のコンテストページ用導線
---------------------------------------*/
#lastcontest_link {
  padding: 30px;
  text-align: center;
  background: #a01701;
}

#lastcontest_link p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 18px;
}

#lastcontest_link .lastcontest_link_btn01 {
  margin: 0;
}

#lastcontest_link .lastcontest_link_btn01 a {
  margin: 0;
  max-width: 600px;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

#lastcontest_link .lastcontest_link_btn01 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  margin: auto 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  right: 15px;
  top: 0;
  bottom: 0;
}

#lastcontest_link .lastcontest_link_btn01 a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media all and (max-width: 767px) {
  #lastcontest_link {
    padding: 10px;
  }
  #lastcontest_link p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 2;
  }
  #lastcontest_link .lastcontest_link_btn01 a {
    font-size: 14px;
    line-height: 1.5;
  }
}
/*--------------------------------------
見出し
---------------------------------------*/
.htxt01 {
  font-size: 27px;
  vertical-align: middle;
  padding: 13px 15px 0 15px;
  margin-bottom: 30px;
  line-height: 150%;
}

@media all and (max-width: 767px) {
  /* sp */
  .htxt01 {
    font-size: 20px;
  }
}
.htxt01_icon {
  display: inline-block;
  padding: 0 8px 0 0;
  vertical-align: top;
  margin-top: -2px;
  zoom: 0.5;
}

@-moz-document url-prefix() {
  .htxt01_icon {
    width: 30px !important;
  }
}
.htxt01_icon img {
  width: 100%;
}

.htxt01_mini {
  display: inline-block;
  font-size: 20px;
}

.htxt02 {
  font-size: 28px;
  padding: 18px 10px;
  text-align: center;
}

.htxtbox01 {
  margin-top: 22px;
  background-image: url(../img/bg_bar_sp.png);
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: top;
  position: relative;
}

.htxtbox01 .htxtbox01_ttl {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.htxtbox01 .htxtbox01_ttl {
  padding-top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 26px;
}

.htxtbox01 p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 13px 0 20px;
}

/*--------------------------------------
ボタン
---------------------------------------*/
.button_list3col ul {
  padding: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.button_list3col ul li {
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 3px solid #adadad;
  text-align: center;
  border-radius: 2.5px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}

.button_list3col ul li:nth-child(3n) {
  margin-right: 0;
}

.button_list3col ul li a {
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #000000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.button_list3col ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  line-height: 1.15;
  /*    padding: 0 2px;*/
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: normal;
}

.button_list3col ul li a p span {
  font-size: 12px;
  font-size: 1.2rem;
}

.button_list3col ul li a img {
  margin-left: auto;
  margin-right: auto;
  zoom: 0.5;
  display: inline-block;
  vertical-align: top;
}

.search_bt_box01 {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding: 2px;
  margin: 15px 0 5px;
}

.search_bt_box01 {
  display: block;
  width: 100%;
}

.search_bt_box01 p {
  display: table;
  width: 100%;
}

.search_bt_box01 input {
  font-size: 14px;
  line-height: 100%;
  color: #8d8d8d;
  padding: 7px 7px 8px 28px;
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.search_bt_box01 input::-webkit-input-placeholder, .search_bt_box01 input:-moz-placeholder {
  vertical-align: bottom;
  line-height: 100%;
}

.search_bt_box01 span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.search_bt_box01 span:nth-child(2) {
  width: 4em;
}

.search_bt_box01 span:nth-child(1):after {
  position: absolute;
  left: 7px;
  top: 10px;
  content: "";
  display: inline-block;
  background: url(../img/search_icon01.png) 0 0 no-repeat;
  background-size: 21px 22px;
  width: 21px;
  height: 22px;
  vertical-align: middle;
}

.search_bt_box01 button {
  border: 1px solid #6a0500;
  background: #980e00;
  font-size: 18px;
  line-height: 100%;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.more_btn01 {
  width: 100%;
  padding-top: 15px;
  padding: 15px 10px 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.more_btn01:hover {
  opacity: 0.7;
}

.more_btn01 a {
  background-color: #eeeeee;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 50px;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding-top: 15px;
  letter-spacing: 1px;
}

.more_btn01 a:before {
  content: "";
  display: inline-block;
  background: url(../img/right_arrow.png) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}

.more_btn01 a:hover {
  text-decoration: none;
}

/*--------------------------------------
リスト
---------------------------------------*/
.list01 {
  border-top: solid 1px #e5e5e5;
}

.list01 li {
  box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

.list01 li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -1px;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
}

.list01 li a img {
  width: 100px;
}

.list01 li a span {
  display: table-cell;
}

.list01 li a span .pink_txt {
  color: #F45997;
}

.list01 li a span .light_blue_txt {
  color: #00B0F6;
}

.list01 li a span .yellow_txt {
  color: #FFC000;
}

.list01 li a span .blue_txt {
  color: #577BC5;
}

.list01 li a span:nth-child(1) {
  width: 100px;
}

.list01 li a span:nth-child(2) {
  padding: 0 20px 0 10px;
  vertical-align: middle;
}

.list01 li a span:nth-child(2):after {
  content: "";
  display: block;
  background: url(../img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.link_bt_list01 li {
  padding-bottom: 10px;
}

.link_bt_list01 li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -1px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 4px;
}

.link_bt_list01 li a:after {
  content: "";
  display: block;
  background: url(../img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.footer_link_list01 {
  margin-top: 20px;
  border-top: solid 1px #e5e5e5;
}

.footer_link_list01 li {
  border-bottom: solid 1px #e5e5e5;
}

.footer_link_list01 li p {
  font-size: 14px;
  line-height: 160%;
}

.footer_link_list01 li p.ttl {
  padding-bottom: 5px;
  display: table;
  width: 100%;
  vertical-align: top;
}

.footer_link_list01 li p strong {
  font-size: 18px;
  display: table-cell;
}

.footer_link_list01 li p strong span {
  font-size: 14px;
}

.footer_link_list01 li img {
  zoom: 0.5;
}

.footer_link_list01 li a {
  display: table;
  width: 100%;
}

.footer_link_list01 li a:before {
  content: "";
  display: table-cell;
  width: 100px;
  overflow: hidden;
}

.footer_link_list01 li a p.ttl:before {
  content: "";
  display: table-cell;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: top;
}

.footer_link_list01 li#footer_link_list01_01 a:before {
  background: url(/img/footer_link_img01.png?230914) center center no-repeat;
  background-size: cover;
}

.footer_link_list01 li#footer_link_list01_01 a p.ttl:before {
  background: url(/img/bottle.png) center 0 no-repeat;
  background-size: contain;
}

.footer_link_list01 li#footer_link_list01_02 a p.ttl:before {
  background: url(/img/bottle.png) center 0 no-repeat;
  background-size: contain;
}

.footer_link_list01 li#footer_link_list01_02 a:before {
  background: url(/img/footer_link_img02.png) center center no-repeat;
  background-size: cover;
}

.footer_link_list01 li#footer_link_list01_03 a p.ttl:before {
  background: url(/img/tongue.png) center 0 no-repeat;
  background-size: contain;
}

.footer_link_list01 li#footer_link_list01_03 a:before {
  background: url(/img/footer_link_img03.png) center center no-repeat;
  background-size: cover;
}

.footer_link_list01 li div {
  padding: 8px 18px 8px 10px;
}

.footer_link_list01 li div {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.footer_link_list01 li a div:after {
  content: "";
  display: block;
  background: url(../img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.note_list01 {
  padding-top: 20px;
}

.note_list01 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 150%;
}

/*--------------------------------------
アコーディオンリスト
---------------------------------------*/
.accordion_list01 {
  border-bottom: 1px solid #adadad;
}

.accordion_list01 > li {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.accordion_list01 > li > a {
  border-top: 1px solid #adadad;
  display: block;
  background: #eeeeee;
  font-size: 18px;
  color: #000000;
  line-height: 180%;
  padding: 12px 15px;
  position: relative;
}

.accordion_list01 > li > a:hover {
  text-decoration: none;
}

.accordion_list01 > li > a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  content: "";
  display: block;
  background: url(../img/accordion_icon01_off.png) 0 0 no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.accordion_list01 > li.active > a:after {
  background: url(../img/accordion_icon01_on.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

.accordion_list01 > li > ul {
  position: absolute;
  width: 100%;
}

.accordion_list01 > li > ul li {
  box-sizing: border-box;
  min-height: 50px;
  border-bottom: solid 1px #e5e5e5;
  background: url(../img/arrow_gray.png) no-repeat;
  background-position: right 15px top 18px;
  background-size: 10px;
}

.accordion_list01 > li > ul li a {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -1px;
  min-width: 320px;
  min-height: 50px;
  margin: 0 auto;
}

.accordion_list01 > li > ul li.pdf_icon a:before {
  content: "";
  display: inline-block;
  background: url(../img/pdf_icon01.png) 0 0 no-repeat;
  background-size: 20px 25px;
  width: 20px;
  height: 25px;
  vertical-align: middle;
  padding: 0 0 0 8px;
}

/*--------------------------------------
ドロワーメニュー
---------------------------------------*/
#sb-site {
  background: #fff;
  z-index: 2;
}

#menu {
  background: #eeeeee;
  z-index: 999999;
}

.sp_menu_trigger_box_pd {
  padding-right: 10px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.sp_menu_trigger_box {
  background: #8d0000;
  padding: 8px;
  cursor: pointer;
}

.sp_menu_trigger_box.active {
  background: none;
}

.sp_menu_trigger, .sp_menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.sp_menu_trigger {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.sp_menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.sp_menu_trigger span:nth-of-type(1) {
  top: 0;
}

.sp_menu_trigger span:nth-of-type(2) {
  top: 8px;
}

.sp_menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp_menu_trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
}

.active .sp_menu_trigger span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}

.active .sp_menu_trigger span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.active .sp_menu_trigger span:nth-of-type(2)::after {
  transform: rotate(90deg);
}

.active .sp_menu_trigger span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

.active .sp_menu_trigger.active {
  padding: 0 10px 10px 10px;
}

.active .sp_menu_trigger span, .active .sp_menu_trigger span:nth-of-type(2)::after {
  background-color: #9F9484;
}

#pc_menu {
  display: none;
}

.menu_list01 {
  position: relative;
}

.menu_list01 > li {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.menu_list01 > li > a {
  border-bottom: 1px solid #fff;
  display: block;
  background: #8d0000;
  font-size: 14px;
  color: #fff;
  line-height: 180%;
  padding: 12px 35px 12px 15px;
  position: relative;
  padding-left: 45px;
}

.menu_list01 > li > a span {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  margin-top: -15px;
}

.menu_list01 > li > a span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}

#menu_list01_01 > a span:before {
  background: url(../img/tongue.png) 50% 50% no-repeat #fff;
  background-size: contain;
}

#menu_list01_02 > a span:before {
  background: url(../img/bottle.png) 50% 50% no-repeat #fff;
  background-size: contain;
}

#menu_list01_03 > a span:before {
  background: url(../img/cup.png) 50% 50% no-repeat #fff;
  background-size: contain;
}

#menu_list01_04 > a span:before {
  background: url(../img/question.png) 50% 50% no-repeat #fff;
  background-size: contain;
}

.menu_list01 > li > a:hover {
  text-decoration: none;
}

.menu_list01 > li > a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  content: "";
  display: block;
  background: url(../img/accordion_icon02_off.png) 0 0 no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.menu_list01 > li.onelink > a:after {
  background: url(../img/arrow_right_white.png) no-repeat;
  background-size: 10px 16px;
  right: 10px;
}

.menu_list01 > li.active > a:after {
  background: url(../img/accordion_icon01_on.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

.menu_list01 > li li.pdf_icon a:before {
  content: "";
  display: inline-block;
  background: url(../img/pdf_icon01.png) 0 0 no-repeat;
  background-size: 20px 25px;
  width: 20px;
  height: 25px;
  vertical-align: middle;
  padding: 0 0 0 8px;
}

.menu_list01 > li > ul {
  position: absolute;
  width: 100%;
}

.menu_list01 > li > ul > li {
  box-sizing: border-box;
  min-height: 50px;
  border-bottom: solid 1px #cccccc;
  background: url(../img/arrow_gray.png) no-repeat;
  background-position: right 15px top 18px;
  background-size: 10px;
  overflow: hidden;
  position: relative;
}

.menu_list01 > li > ul > li > a {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 17px;
  padding-right: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -1px;
  min-height: 50px;
  margin: 0 auto;
  line-height: 140%;
  padding-bottom: 10px;
}

.menu_list01 > li > ul > li > ul > li {
  box-sizing: border-box;
  min-height: 50px;
  background: url(../img/arrow_gray.png) no-repeat;
  background-position: right 15px top 18px;
  background-size: 10px;
  position: relative;
  background: #fff;
}

.menu_list01 > li > ul > li > ul {
  position: absolute;
  width: 100%;
}

.menu_list01 > li > ul > li > ul > li a {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -1px;
  height: 50px;
  margin: 0 auto;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

.menu_list01 > li > ul > li.haschild {
  background: none;
}

.menu_list01 > li > ul > li.haschild > a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  content: "";
  display: block;
  background: url(../img/accordion_icon01_off.png) 0 0 no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.menu_list01 > li > ul > li.haschild.active > a:after {
  background: url(../img/accordion_icon01_on.png) 0 0 no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.menu_list01 > li > ul > li > ul > li:after {
  background: url(/img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}

.menu_sns_list {
  padding-top: 10px;
}

.menu_sns_list li {
  float: left;
  width: 33.333%;
  height: 70px;
  text-align: center;
}

.menu_sns_list li:hover {
  opacity: 0.7;
}

.menu_sns_list li a {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
}

.menu_sns_list li a:hover {
  text-decoration: none;
}

.menu_pd {
  padding: 15px;
}

/* 190207 */
.menu_pdflist01 {
  border-bottom: solid 1px #cccccc;
  margin: 15px 0;
  padding-bottom: 5px;
}

.menu_pdflist01 li {
  margin: 0 15px;
}

.menu_pdflist01 a {
  display: block;
  border-radius: 4px;
  border-width: 1px;
  border-color: #adadad;
  border-style: solid;
  background-color: #ffffff;
  padding: 10px 10px 10px 45px;
  margin-bottom: 10px;
  background: url("/img/1901/pdf_icon01.png") 10px center no-repeat;
  line-height: 150%;
  font-size: 13px;
}

/*--------------------------------------
コンテンツ
---------------------------------------*/
.inner_pd01 {
  padding: 0 15px;
}

.gray_bg01 {
  background: #fff;
  padding: 0 15px;
  margin-bottom: 10px;
  position: relative;
}

/*--------------------------------------
レシピ
---------------------------------------*/
.recipe_mainimg01 {
  padding: 0 0 15px 0;
}

.recipe_mainimg01 p {
  font-size: 14px;
  line-height: 180%;
  padding-top: 5px;
}

.txt001 .txt001_link_underline {
  text-decoration: underline;
}

.recipe_mainimg01 img {
  zoom: 0.5;
}

.recipe_box01 {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 15px;
}

.recipe_ttl01 {
  display: table;
  width: 100%;
}

.recipe_ttl01 span {
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
}

.recipe_ttl01 span:nth-child(1):before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/img/yasai.png) 0 0 no-repeat;
  background-size: 20px 25px;
  width: 20px;
  height: 25px;
  margin-right: 8px;
  margin-top: -4px;
}

.recipe_ttl01 span:nth-child(2) {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}

.recipe_ttl02 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 22px;
}

.recipe_ttl03 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}

.recipe_ttl03:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/img/nabe.png) 0 0 no-repeat;
  background-size: 35px 25px;
  width: 35px;
  height: 25px;
  margin-right: 8px;
  margin-top: -4px;
}

.recipe_ttl04 {
  margin: 30px 0 20px 0;
}

.recipe_table01 {
  margin-top: 10px;
  width: 100%;
  border-top: 1px solid #cccccc;
}

.recipe_table01_pt {
  margin-top: 30px;
}

.recipe_table01 th, .recipe_table01 td {
  font-size: 14px;
  line-height: 180%;
  border-bottom: 1px solid #cccccc;
  padding: 8px 3px;
}

.recipe_table01 th {
  text-align: left;
}

.recipe_table01 td {
  text-align: right;
}

.recipe_table01 .umami_point_box01 {
  width: 85px;
}

.recipe_table01 .recipi_a_box {
  padding-left: 35px;
}

.recipe_table02 {
  margin-top: 35px;
}

.recipe_material_box01 {
  border: 5px solid #cccccc;
  padding: 15px;
  margin-top: 15px;
}

.recipe_material_box01_ttl {
  font-size: 18px;
  font-weight: bold;
}

.recipe_material_box01_ttl:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/img/note.png) 0 0 no-repeat;
  background-size: 22px 20px;
  width: 22px;
  height: 20px;
  margin-right: 8px;
  margin-top: -4px;
}

.recipe_material_box01 ul {
  padding: 10px 0 0 10px;
}

.recipe_material_box01 li {
  list-style: disc;
  font-size: 14px;
  line-height: 180%;
  margin-left: 0.5em;
}

.recipe_make_ttl01 {
  font-size: 20px;
  color: #a83428;
  line-height: 120%;
  padding-top: 16px;
  font-weight: bold;
  padding: 13px 5px 5px 5px;
}

.recipe_make_ttl02 {
  font-size: 20px;
  color: #fff;
  padding-top: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #a83428;
}

.recipe_make_box01 {
  position: relative;
}

.recipe_make_box01 .recipe_make_box01_img {
  position: absolute;
  zoom: 0.5;
  width: 25%;
}

.recipe_make_box01_txt {
  padding-left: 28%;
  font-size: 14px;
  line-height: 150%;
}

.recipe_make_box01_noimg .recipe_make_box01_txt {
  padding-left: 0;
}

.recipe_make_box02 {
  position: relative;
}

.recipe_make_box02:after {
  content: "";
  display: inline-block;
  padding-bottom: 6%;
  width: 10px;
}

.recipe_make_box02 .recipe_make_box02_img {
  position: absolute;
  width: 25%;
}

.recipe_make_box02_txt {
  padding-left: 28%;
  font-size: 14px;
  line-height: 150%;
}

.recipe_make_box02_noimg .recipe_make_box02_txt {
  padding-left: 0;
}

.border_t_n {
  border-top: none;
}

.recipe_profile_ttl01 {
  border-top: 1px solid #cccccc;
  padding: 15px 0 10px 0;
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}

.recipe_profile_box01 {
  position: relative;
}

.recipe_profile_box01_img {
  position: absolute;
  zoom: 0.5;
}

.recipe_profile_box01_txt {
  padding-left: 50px;
}

.recipe_profile_box01_txt > * {
  font-size: 14px;
  line-height: 180%;
}

/* 190305追加 */
.recipe_contest_feature_box01 .recipe_contest_feature_ttl01 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  line-height: 140%;
}

.recipe_contest_feature_box01 .recipe_contest_feature_ttl01:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/img/cup.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -2px;
}

.recipe_contest_feature_box01 p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}

/*--------------------------------------
SNS
---------------------------------------*/
.sns_bt_box {
  letter-spacing: -0.4em;
  padding: 0 15px 30px 15px;
}

.sns_bt_box li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  padding-right: 6px;
}

/*--------------------------------------
POPUP
---------------------------------------*/
.popup01 {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup01 .popup_content_wrap {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  min-width: 280px;
  padding: 40px 20px;
}

.popup01 .popup_contents {
  position: relative;
  background: #fff;
  padding-bottom: 20px;
  padding-top: 30px;
}

.popup01 .popup_contents .htxt01 {
  margin-bottom: 0;
  width: auto;
}

.popup01 .popup_contents .txt001 {
  padding: 0 15px 15px;
}

.gray_btn001.popup_close {
  width: auto;
  margin: 0 auto;
}

.popup_close a:before {
  content: "";
  display: inline-block;
  background: url(/img/close_icon02.png) 0 0 no-repeat;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.popup_close_bt {
  position: absolute;
  right: -10px;
  top: -25px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9F1700;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.popup_close_bt:before {
  content: "";
  display: block;
  background: url(/img/close_icon01.png) 0 0 no-repeat;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
初期化CSS
---------------------------------------*/
.mt20 {
  margin-top: 20px !important;
}

/* PCサイズ */
@media screen and (min-width: 768px) {
  /*--------------------------------------
  メディアクエリJS判定用
  ---------------------------------------*/
  body {
    position: relative;
    z-index: 2;
  }
  /*--------------------------------------
  見出し
  ---------------------------------------*/
  .htxt01 {
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 30px;
  }
  /*--------------------------------------
  ヘッダ
  ---------------------------------------*/
  #snd_header {
    height: 100px;
  }
  /*--------------------------------------
  パンクズ
  ---------------------------------------*/
  #breadcrumbs {
    margin-bottom: 30px;
  }
  #breadcrumbs ul {
    width: 980px;
    margin: 0 auto;
  }
  /*--------------------------------------
  メイン領域
  ---------------------------------------*/
  .main_contents01 {
    width: 680px;
    padding-right: 300px;
    margin: 0 auto;
    position: relative;
  }
  /*--------------------------------------
  フッタ
  ---------------------------------------*/
  .footer_link_list01 {
    width: 980px;
    margin: 50px auto 0 auto;
  }
  /*--------------------------------------
  リスト
  ---------------------------------------*/
  .accordion_list01 {
    letter-spacing: -0.4em;
    border-bottom: none;
  }
  .accordion_list01 > li {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    vertical-align: top;
    padding-bottom: 0 !important;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .accordion_list01 > li:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
  }
  .accordion_list01 > li > a:after {
    display: none;
  }
  .accordion_list01 > li > ul {
    position: relative;
  }
  /*--------------------------------------
  グローバルメニュー
  ---------------------------------------*/
  .sp_menu_trigger_box_pd {
    display: none;
  }
  #menu {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 980px !important;
    z-index: 99;
    height: auto;
    background: none;
    margin-left: 390px;
  }
  #menu .menu01 {
    width: 980px;
  }
  /*--------------------------------------
  メニュー
  ---------------------------------------*/
  /*--------------------------------------
  検索ボタン
  ---------------------------------------*/
  /*--------------------------------------
  レシピ
  ---------------------------------------*/
  /*--------------------------------------
  POPUP
  ---------------------------------------*/
  /*--------------------------------------
  初期化CSS
  ---------------------------------------*/
}
@media screen and (min-width: 768px) and (max-width: 1480px) {
  #menu .menu01 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #menu .menu_list01 > li > ul {
    display: none;
    position: relative;
  }
  #menu .menu_list01:before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 20px;
    border-left: 1px solid #cccccc;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  #menu .menu_list01 {
    display: table;
    width: 100%;
  }
  #menu .menu_list01 > li {
    display: table-cell;
    padding-bottom: 0 !important;
    vertical-align: top;
  }
  #menu .menu_list01 > li a:before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 20px;
    border-left: 1px solid #cccccc;
    left: -7px;
    top: 50%;
    margin-top: -10px;
  }
  #menu .menu_list01 > li > a:after {
    display: none;
  }
  #menu .menu_list01 > li > a {
    background: none;
    color: #000000;
    font-size: 16px;
    margin: 7px;
    padding: 5px 10px;
    letter-spacing: -0.1em;
    border-bottom: none;
  }
  #menu .menu_list01 > li > a span {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: top;
    padding-right: 9px;
    margin-top: 0;
    background: none;
  }
  #menu .menu_list01 #menu_list01_01 > a span:before {
    width: 26px;
    height: 21px;
    padding: 0;
    margin-top: 3px;
  }
  #menu .menu_list01 #menu_list01_02 > a span:before {
    width: 36px;
    height: 28px;
    padding: 0;
  }
  #menu .menu_list01 #menu_list01_03 > a span:before {
    width: 23px;
    height: 22px;
    padding: 0;
  }
  #menu .menu_list01 #menu_list01_04 > a span:before {
    width: 17px;
    height: 26px;
    padding: 0;
  }
  #menu .menu_list01 > li > a span:before {
    display: block;
    vertical-align: middle;
    background-color: transparent;
  }
  #menu .menu_list01 > li > a:hover {
    background: #EEEEEE;
    border-radius: 5px;
    opacity: 1 !important;
  }
  #menu .menu_pd {
    display: none;
  }
  .sp_menu_trigger_box_pd {
    display: none;
  }
  #pc_menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  #pc_menu::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .menu_list01 > li > ul {
    display: block;
    position: relative;
  }
  .menu_list01 > li {
    padding-bottom: 0 !important;
  }
  .menu_list01 > li > a:after {
    display: none;
  }
  .menu_list01 > li > a {
    padding: 12px 10px 12px 45px;
  }
  .menu_list01 > li > a.noicon {
    padding-left: 10px;
  }
  .search_bt_box01 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_mainimg01 img {
    zoom: 1;
  }
  .recipe_make_box01 .recipe_make_box01_img {
    zoom: 1;
  }
  .recipe_make_box01 .recipe_make_box01_txt {
    min-height: 113px;
    padding-left: 28%;
    font-size: 14px;
    line-height: 150%;
  }
  .recipe_profile_box01_img {
    zoom: 1;
  }
  .recipe_profile_box01_txt {
    padding-left: 90px;
    min-height: 89px;
  }
  .popup01 .popup_content_wrap {
    width: 950px;
  }
  .pc_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .pc_clearfix {
    clear: both;
    min-height: 1px;
  }
  * html .pc_clearfix {
    height: 1px;
    /*\*/
    /*/
       height: auto;
       overflow: hidden;
       /**/
  }
  .pc_fleft {
    display: block;
    float: left !important;
  }
  .pc_fright {
    display: block;
    float: right !important;
  }
  .pc_pl0 {
    padding-left: 0 !important;
  }
  .pc_pr0 {
    padding-right: 0 !important;
  }
  .pc_pt0 {
    padding-top: 0 !important;
  }
  .pc_pb0 {
    padding-bottom: 0 !important;
  }
  .pc_ml5 {
    margin-left: 5px !important;
  }
  .pc_mr5 {
    margin-right: 5px !important;
  }
  .pc_mt5 {
    margin-top: 5px !important;
  }
  .pc_mb5 {
    margin-bottom: 5px !important;
  }
  .pc_pl5 {
    padding-left: 5px !important;
  }
  .pc_pr5 {
    padding-right: 5px !important;
  }
  .pc_pt5 {
    padding-top: 5px !important;
  }
  .pc_pb5 {
    padding-bottom: 5px !important;
  }
  .pc_pt8 {
    padding-top: 8px !important;
  }
  .pc_ml10 {
    margin-left: 10px !important;
  }
  .pc_mr10 {
    margin-right: 10px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_pl10 {
    padding-left: 10px !important;
  }
  .pc_pr10 {
    padding-right: 10px !important;
  }
  .pc_pt10 {
    padding-top: 10px !important;
  }
  .pc_pb10 {
    padding-bottom: 10px !important;
  }
  .pc_ml15 {
    margin-left: 15px !important;
  }
  .pc_mr15 {
    margin-right: 15px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_pl15 {
    padding-left: 15px !important;
  }
  .pc_pr15 {
    padding-right: 15px !important;
  }
  .pc_pt15 {
    padding-top: 15px !important;
  }
  .pc_pb15 {
    padding-bottom: 15px !important;
  }
  .pc_ml20 {
    margin-left: 20px !important;
  }
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_pl20 {
    padding-left: 20px !important;
  }
  .pc_pr20 {
    padding-right: 20px !important;
  }
  .pc_pt20 {
    padding-top: 20px !important;
  }
  .pc_pb20 {
    padding-bottom: 20px !important;
  }
  .pc_ml25 {
    margin-left: 25px !important;
  }
  .pc_mr25 {
    margin-right: 25px !important;
  }
  .pc_mt25 {
    margin-top: 25px !important;
  }
  .pc_mb25 {
    margin-bottom: 25px !important;
  }
  .pc_pl25 {
    padding-left: 25px !important;
  }
  .pc_pr25 {
    padding-right: 25px !important;
  }
  .pc_pt25 {
    padding-top: 25px !important;
  }
  .pc_pb25 {
    padding-bottom: 25px !important;
  }
  .pc_ml30 {
    margin-left: 30px !important;
  }
  .pc_mr30 {
    margin-right: 30px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_pl30 {
    padding-left: 30px !important;
  }
  .pc_pr30 {
    padding-right: 30px !important;
  }
  .pc_pt30 {
    padding-top: 30px !important;
  }
  .pc_pb30 {
    padding-bottom: 30px !important;
  }
  .pc_ml35 {
    margin-left: 35px !important;
  }
  .pc_mr35 {
    margin-right: 35px !important;
  }
  .pc_mt35 {
    margin-top: 35px !important;
  }
  .pc_mb35 {
    margin-bottom: 35px !important;
  }
  .pc_pl35 {
    padding-left: 35px !important;
  }
  .pc_pr35 {
    padding-right: 35px !important;
  }
  .pc_pt35 {
    padding-top: 35px !important;
  }
  .pc_pb35 {
    padding-bottom: 35px !important;
  }
  .pc_ml40 {
    margin-left: 40px !important;
  }
  .pc_mr40 {
    margin-right: 40px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_pl40 {
    padding-left: 40px !important;
  }
  .pc_pr40 {
    padding-right: 40px !important;
  }
  .pc_pt40 {
    padding-top: 40px !important;
  }
  .pc_pb40 {
    padding-bottom: 40px !important;
  }
  .pc_ml45 {
    margin-left: 45px !important;
  }
  .pc_mr45 {
    margin-right: 45px !important;
  }
  .pc_mt45 {
    margin-top: 45px !important;
  }
  .pc_mb45 {
    margin-bottom: 45px !important;
  }
  .pc_pl45 {
    padding-left: 45px !important;
  }
  .pc_pr45 {
    padding-right: 45px !important;
  }
  .pc_pt45 {
    padding-top: 45px !important;
  }
  .pc_pb45 {
    padding-bottom: 45px !important;
  }
  .pc_ml50 {
    margin-left: 50px !important;
  }
  .pc_mr50 {
    margin-right: 50px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  .pc_pl50 {
    padding-left: 50px !important;
  }
  .pc_pr50 {
    padding-right: 50px !important;
  }
  .pc_pt50 {
    padding-top: 50px !important;
  }
  .pc_pb50 {
    padding-bottom: 50px !important;
  }
  .pc_pb60 {
    padding-bottom: 60px !important;
  }
  .pc_mb60 {
    margin-bottom: 60px !important;
  }
  .pc_pt70 {
    padding-top: 70px !important;
  }
  .pc_pb70 {
    padding-bottom: 70px !important;
  }
  .pc_mt75 {
    margin-top: 75px !important;
  }
  .pc_pb80 {
    padding-bottom: 80px !important;
  }
  .pc_pt80 {
    padding-top: 80px !important;
  }
  .pc_txt_center {
    text-align: center !important;
  }
  .pc_mt_20 {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1140px) {
  /*--------------------------------------
  ヘッダ
  ---------------------------------------*/
}
/* CSS Document */
/*--------------------------------------
header
---------------------------------------*/
#snd_header002 {
  background-image: url(../img/bg_bar_sp.png);
  background-repeat: repeat-x;
  background-size: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.title_logo002 {
  margin-top: 0;
}

/*--------------------------------------
全体
---------------------------------------*/
.txt001, .txt002 {
  font-size: 14px;
  line-height: 178%;
}

.txt001 {
  padding-bottom: 15px;
}

.txt003 {
  font-size: 12px;
  padding-bottom: 15px;
  line-height: 150%;
}

.text_right {
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}

.wrap001 {
  padding-bottom: 30px;
}

.wrap002 {
  padding-bottom: 15px;
}

.wrap_borderbottom01 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  /* SP */
  .wrap_borderbottom01 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
}
.sp_img001 {
  width: 100%;
}

.sp_img003 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.sp_img004 {
  zoom: 0.8;
  padding-top: 5px;
}

.page001 {
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
}

.txt_link001 {
  font-size: 14px;
  text-align: center;
  padding: 20px 0 10px;
}

.txt_link001 span {
  background: url(/img/right_arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 10px;
}

.txt_link002 {
  font-size: 14px;
  padding: 10px 0 20px;
}

.txt_link002 a {
  color: #0076d1;
}

.txt_link002 span {
  background: url(/img/right_arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 5px;
}

.txt_time001 {
  font-size: 10px;
  color: #bcbcbc;
  line-height: 150%;
}

.link_blue001 {
  color: #0076d1;
  text-decoration: underline;
}

.link_blue001:hover {
  text-decoration: none;
}

.btn001:hover {
  opacity: 0.7;
}

.under_line001 {
  text-decoration: underline;
}

.indent001 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent001_3 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.indent002 {
  padding-left: 2em;
  text-indent: -2em;
}

.txt_bold001 {
  font-weight: bold;
}

.txt_blue001 {
  color: #0076d1;
}

/*--------------------------------------
見出し
---------------------------------------*/
.htxt001 {
  margin-bottom: 0;
}

.htxt001_icon {
  display: inline-block;
  /* margin-top: -2px; */
  zoom: 0.5;
}

.htxt001_mini {
  display: inline-block;
  font-size: 12px;
  padding: 0 0 15px 0;
}

.htxt002 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  padding-left: 1.8em;
  text-indent: -1.8em;
  line-height: 140%;
}

.htxt002_watanabe {
  color: #d57777;
}

.htxt002 .mini {
  font-size: 14px;
  font-weight: normal;
}

.htxt002 .mini a {
  color: #0076d1;
  text-decoration: underline;
}

.htxt002 .mini a:hover {
  text-decoration: none;
}

.htxt002_icon img {
  display: inline-block;
  width: 24px;
  padding: 0 8px 3px 0;
  vertical-align: middle;
}

.htxt003 {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 14px;
}

.htxt004 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

.htxt005 {
  font-size: 20px;
}

/*--------------------------------------
グレー背景
---------------------------------------*/
.gray001 {
  background: #eeeeee;
  padding: 15px 15px 0;
  margin-top: 15px;
  position: relative;
}

.gray_txt001 {
  position: absolute;
  top: -5px;
  left: 5px;
  zoom: 0.5;
}

.gray_txt002 {
  font-size: 18px;
  font-weight: bold;
  line-height: 138%;
  padding: 0 0 10px 55px;
}

.gray_txt003 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}

.gray_txt004 {
  font-size: 14px;
  line-height: 178%;
  padding-bottom: 15px;
}

.gray_txt005 {
  font-size: 18px;
  font-weight: bold;
  line-height: 138%;
  padding-bottom: 10px;
}

.gray_line001 {
  border-top: 1px solid #adadad;
  padding-top: 15px;
}

.gray_line002 {
  border-top: 1px solid #adadad;
  padding-top: 10px;
}

.gray001 li, .gray001 dt, .gray001 dd {
  font-size: 14px;
  line-height: 178%;
  padding-bottom: 5px;
}

.gray001 ol, .gray001 dl, .gray001 dt, .gray001 dd {
  padding: 0;
  margin: 0;
}

.gray001 dt {
  float: left;
}

.gray_float dd {
  float: left;
  padding: 0 10px 15px 0;
}

.gray002 {
  background: #eeeeee;
  border-top: 1px solid #adadad;
  border-right: 1px solid #adadad;
  border-left: 1px solid #adadad;
  margin-bottom: 50px;
}

.gray002 > p {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #adadad;
  padding: 15px;
}

.gray_list001 li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #adadad;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.gray_list001 li a:hover {
  opacity: 0.7;
}

.gray_list001 li a img {
  width: 60px;
}

.gray_list001 li a span {
  font-size: 16px;
  font-weight: bold;
}

.gray_list001 li a p {
  padding-right: 20px;
}

.gray_list001 li a span, .gray_list001 li a p {
  display: table-cell;
  vertical-align: top;
}

.gray_list001 li a > span {
  width: 73px;
}

.gray_list001 li a:after {
  content: "";
  display: block;
  background: url(../img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*--------------------------------------
グレーボタン
---------------------------------------*/
.gray_btn001 {
  display: table;
  position: relative;
  min-height: 48px;
  width: 100%;
}

.gray_btn001 a {
  border: 1px solid #adadad;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #eeeeee;
  display: table-cell;
  font-size: 14px;
  line-height: 142%;
  text-decoration: none;
  padding: 5px 20px 5px 17px;
  vertical-align: middle;
}

.gray_btn001 a:hover {
  opacity: 0.7;
}

.gray_next001 {
  margin-bottom: 10px;
}

.gray_next001 a:after {
  background: url(/img/arrow_gray.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
}

.gray_back001 a {
  padding-left: 27px;
}

.gray_back001 a:after {
  background: url(/img/arrow_gray_left.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

/*--------------------------------------
活用レシピ
---------------------------------------*/
.htxt_gray {
  background: #eeeeee;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 15px;
  line-height: 150%;
  margin: 0 -15px 17px -15px;
}

/*--------------------------------------
特集レシピページ
---------------------------------------*/
.bg001 {
  background: url(/recipe/img/gessekidoh_bg01.png);
  background-size: 50%;
  margin-bottom: 10px;
}

.bg002 {
  background-image: none;
  background-color: #f8e4de;
}

.bg003 {
  background-image: none;
  background-color: #fbe4e4;
}

.bg004 {
  background-image: none;
  background-color: #f4d9a0;
}

.bg005 {
  background-image: none;
  background-color: #fafce4;
}

.bg006 {
  background-image: none;
  background-color: #eeeeee;
}

.htxt_img001 {
  padding: 10px 15px;
}

.list01 li {
  background: #FFFFFF;
}

.img_box001 {
  padding: 0 38px 10px;
}

.img_box002 {
  padding: 0 15px 25px;
}

.img_box003 {
  padding-bottom: 25px;
}

.txt_address001 {
  padding-bottom: 30px;
}

.txt_address001 p {
  font-size: 10px;
  line-height: 120%;
}

.txt_address001 p a {
  display: inline-block;
  padding: 0 15px 5px;
}

.recipe_img001 {
  padding-bottom: 10px;
}

.recipe_img001 > div {
  padding: 10px 0;
}

.prof_txt001 {
  float: left;
  width: 100%;
  margin-right: -120px;
}

.prof_txt001 p {
  margin-right: 120px;
}

.prof001 img {
  float: right;
}

/*--------------------------------------
若葉マーク等のボタン
---------------------------------------*/
.wakaba_link001 {
  background: url(/img/kihon.png) no-repeat;
  background-position: 20px;
  background-size: 22px 30px;
  display: table;
  margin-bottom: 10px;
  height: 75px;
  width: 100%;
}

.wakaba_link001 a:hover {
  opacity: 0.7;
}

.wakaba_link001 a {
  border: 3px solid #adadad;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table-cell;
  font-size: 25px;
  line-height: 120%;
  text-decoration: none;
  padding: 3px 15px 3px 56px;
  vertical-align: middle;
}

.book_link001 {
  background: url(/img/book.png) no-repeat;
  background-position: 16px;
  background-size: 32px 26px;
}

.salt_link001 {
  background: url(/img/sio.png) no-repeat;
  background-position: 23px;
  background-size: 20px 31px;
}

.book_link002 {
  background: url(/img/book02.png) no-repeat;
  background-position: 20px;
  background-size: 26px 37px;
}

.book_link003 {
  background: url(/img/book03.png) no-repeat;
  background-position: 20px;
  background-size: 26px 37px;
}

.student_link001 {
  background: url(/img/student.png) no-repeat;
  background-position: 20px;
  background-size: 25px 35px;
}

.f_link001 {
  background: url(/img/f.png) no-repeat;
  background-position: 15px;
  background-size: 34px 34px;
}

.p_link001 {
  background: url(/img/download.png) no-repeat;
  background-position: 15px;
  background-size: 34px 34px;
}

.panel_link001 {
  background: none;
}

.panel_link001 p {
  border: 3px solid #adadad;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table-cell;
  font-size: 25px;
  line-height: 120%;
  text-decoration: none;
  padding: 3px 0 3px 10px;
  vertical-align: middle;
}

/*--------------------------------------
応用ページのアンカーリンク
---------------------------------------*/
.anc001 {
  padding: 15px 0 10px;
}

.anc001 p {
  display: table;
  float: left;
  width: 49%;
  height: 80px;
  padding-bottom: 10px;
}

.anc001 p:nth-child(even) {
  float: right;
}

.anc001 p a {
  border: 3px solid #adadad;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

.anc001 p a:after {
  background: url(/img/arrow_gray_down02.png) no-repeat;
  background-size: 16px 9px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
  width: 16px;
  height: 9px;
}

/*210629改修　追加ここからPC*/
.red_back_color {
  font-size: 12px;
  border-radius: 3px;
  background-color: #8e1600;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
}

.anchor_list2021 li {
  box-sizing: border-box;
  height: 50px;
  border-bottom: solid 1px #e5e5e5;
  background: url("/ideas/img/1901/ideas_anchor_arrow.png") no-repeat;
  background-position: right 0 center;
  background-size: 15px;
  padding: 10px 0;
  height: auto;
}

.anchor_list2021 li a {
  display: block;
  box-sizing: border-box;
  color: #333333;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -1px;
  min-width: 290px;
  margin: 0 auto;
  padding-right: 30px;
}

.uso_gray_border {
  border-bottom: 1px solid #f0f0f0;
}

/*210629改修　追加ここからPC*/
/*--------------------------------------
活動ページ
---------------------------------------*/
.list02 .event_list001 {
  position: relative;
}

.list02 .event_list001 h2 {
  padding-right: 50px;
}

.list02 .event_list001:after {
  background: url(/img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}

.event_txt002 {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 150%;
}

.event_img002 {
  width: 180px;
  margin: 0 auto;
}

.event_img003 {
  width: 218px;
  margin: 0 auto;
}

.event_background {
  background: #FFFFE7;
  padding: 15px;
}

/*--------------------------------------
Q&A
---------------------------------------*/
.qanda_icon001 {
  position: relative;
}

.qanda_list001 {
  border-top: solid 1px #e5e5e5;
}

.qanda_list001 li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
}

.qanda_list001 li a {
  display: table;
  width: 100%;
  padding: 17px 50px 15px 43px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -1px;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-indent: -2em;
}

.qanda_icon001 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 3px 0;
}

.arrow_bottom001:after {
  content: "";
  background: url(/img/arrow_gray_down02.png) no-repeat;
  background-size: 16px 9px;
  background-position: right center;
  display: inline-block;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
}

.qanda_box001 {
  display: table;
}

.qanda_box001 .qanda_icon002 {
  display: table-cell;
  width: 30px;
  vertical-align: top;
}

.qanda_box001 table {
  font-size: 14px;
  padding-bottom: 15px;
}

/*--------------------------------------
flash
---------------------------------------*/
.flash_start001 {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.flash_start001:hover {
  opacity: 0.7;
}

.flash_start001 a {
  background-color: #eeeeee;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 50px;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding-top: 12px;
  letter-spacing: 1px;
}

.flash_start001 a:before {
  content: "";
  display: inline-block;
  background: url(../img/right_arrow.png) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}

.flash_start001 a:hover {
  text-decoration: none;
}

.flash_box001 {
  margin-top: 15px;
}

.flash_box_txt001 {
  float: left;
  width: 98px;
  position: relative;
  z-index: 20;
}

.flash_box_txt002 {
  float: left;
  width: 100%;
  margin-left: -98px;
  position: relative;
  z-index: 10;
}

.flash_box_txt002 p {
  margin-left: 98px;
}

.download_img001 img {
  display: inline-block;
}

/*--------------------------------------
リスト
---------------------------------------*/
.list02 {
  border-top: solid 1px #e5e5e5;
}

.list02 li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
}

.list02 li a {
  display: table;
  width: 100%;
  padding-left: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -1px;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*--------------------------------------
フォーム
---------------------------------------*/
.form_btn001 {
  background: linear-gradient(to bottom, #ffffff, #e4e4e4);
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  width: 100px;
}

.form_btn001:hover {
  opacity: 0.7;
}

/*--------------------------------------
エラーページ
---------------------------------------*/
.error_contents001 {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.error_txtlink:before {
  background: url(/img/right_arrow.png) no-repeat;
  background-size: 12px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  padding-right: 5px;
}

.error_txtbox {
  padding-top: 15px;
}

/*--------------------------------------
サイトマップ
---------------------------------------*/
.sitemap001 li {
  font-size: 14px;
  line-height: 150%;
  padding-top: 15px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.sitemap001 .sitemap_first {
  padding-top: 10px;
}

.sitemap001 li:before {
  background: url(/img/right_arrow.png) no-repeat;
  background-size: 12px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  padding-right: 5px;
}

.sitemap002 li {
  padding-left: 12px;
  padding-top: 10px;
  text-indent: -0.7em;
}

.sitemap002 li:before {
  background: url(/img/arrow_gray.png) no-repeat;
  background-size: 5px 9px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 4px;
}

/*--------------------------------------
レシピブック・うまみブック
---------------------------------------*/
.booklet_txt001 {
  padding-right: 10px;
}

.booklet_imgtxt001 {
  font-size: 11px;
  padding-top: 5px;
  text-align: center;
}

.booklet_img002 {
  width: 30%;
  margin: 0 auto;
}

.booklet_list001 li {
  font-size: 14px;
  color: #006633;
  padding-top: 20px;
}

.booklet_list001 p {
  padding-top: 10px;
}

.booklet_list002 li {
  color: #333333;
  padding-top: 5px;
  line-height: 150%;
}

/*--------------------------------------
うまみ調味料ってなんだろう？
---------------------------------------*/
/* 種類と表示のtable */
.spice_table001 {
  background: #FFEFE8;
  font-size: 10px;
  border-top: 1px solid #FF3300;
  border-right: 1px solid #FF3300;
  vertical-align: middle;
  width: 100%;
}

.spice_table001 tr td {
  border-left: 1px solid #FF3300;
  border-bottom: 1px solid #FF3300;
  padding: 5px;
  box-sizing: border-box;
}

.spice_table_box001 {
  background: #FF6F1C;
  color: #FFFFFF;
  text-align: center;
}

.spice_table_box002 {
  background: #FFE4CC;
  text-align: center;
}

.spice_table002 {
  text-align: center;
  word-break: break-all;
}

.spice_table002 td {
  width: 11.2%;
}

.spice_table_td01 {
  background: #FFC0A8;
}

.spice_table_td02 {
  background: #FFE4CC;
}

.spice_table_td01 td:first-child, .spice_table_td02 td:first-child, .spice_table_td01 td:nth-child(2), .spice_table_td02 td:nth-child(2) {
  width: 12%;
}

.spice_table_td01 td:nth-child(3), .spice_table_td02 td:nth-child(3) {
  width: 20%;
}

/* 原料 */
.spice_material_box001 {
  display: table;
  border-top: solid 1px #cccccc;
  padding: 10px 0 20px;
}

.spice_material_box001 div, .spice_material_box001 p {
  display: table-cell;
  vertical-align: top;
}

.spice_material_box001 div {
  width: 86px;
}

/*--------------------------------------
うま味の生理学
---------------------------------------*/
.physology_box001 {
  width: 100%;
}

.physology_box001 img {
  float: right;
  width: 38%;
  padding-left: 20px;
}

/*--------------------------------------
一汁三菜を考えるうえでのポイント
---------------------------------------*/
.category_box001, .category_box002 {
  padding-bottom: 10px;
}

.category_box001 img, .category_box002 img, .category_box003 img {
  width: 80%;
  margin: 0 auto;
}

.category_box001 ul {
  padding-top: 10px;
}

.category_box_txt001 {
  padding-top: 10px;
}

.category_box_txt002 {
  font-size: 14px;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
}

.category_box_txt002 a {
  font-weight: normal;
}

.category_box003 {
  padding-bottom: 20px;
}

.category_box003 img {
  padding-bottom: 10px;
}

.category_box004, .category_box004 img {
  padding-bottom: 0;
}

.category_box004 {
  padding-right: 15px;
}

.category_box_link001:before {
  background: url(/img/right_arrow.png) no-repeat;
  background-size: 12px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  padding-right: 5px;
}

/*--------------------------------------
メニューリスト
---------------------------------------*/
.menu_list001 div {
  display: table-cell;
  vertical-align: top;
  padding: 0 40px 0 10px;
  position: relative;
}

.menu_list001 div:after {
  background: url(/img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}

.menu_list001 div p:first-child {
  font-weight: bold;
}

.menu_list_txtlink001 {
  padding-left: 109px;
}

/*--------------------------------------
コンテスト
---------------------------------------*/
.contest_list001 li {
  padding-bottom: 15px;
}

.contest_list002 li {
  padding-bottom: 10px;
}

.contest_list001 li:last-child, .contest_list002 li:last-child {
  padding-bottom: 0;
}

.contest_box001 {
  background: #FFE4E1;
  padding: 10px;
}

.contest_list_box001 {
  display: table;
  width: 100%;
  padding-bottom: 25px;
}

.contest_list_box001 div {
  display: table-cell;
  vertical-align: top;
}

.contest_list_box001 div:nth-child(2) {
  padding-top: 10px;
}

.contest_list_box002 {
  width: 70%;
  padding-right: 15px;
}

.indent003 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent004 {
  text-indent: -1em;
  padding-left: 1em;
}

.txt_underline001, .contest_txtlink001 {
  text-decoration: underline;
}

.contest_txtlink001:hover {
  text-decoration: none;
}

/*--------------------------------------
Wordpres導入部分
---------------------------------------*/
/*----- wp記事内 -----*/
.wpcontent h1 {
  padding: 2px 0 0 32px;
  margin: 17px 0 10px;
  background: url(/img/htxt002_icon001.png) left top no-repeat;
  background-size: 24px 24px;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  clear: both;
}

.wpcontent h2 {
  padding: 2px 0 0 32px;
  margin: 17px 0 10px;
  background: url(/img/htxt002_icon001.png) left top no-repeat;
  background-size: 24px 24px;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  clear: both;
}

.wpcontent h3 {
  margin: 17px 0 10px;
  font-size: 18px;
  font-weight: bold;
  clear: both;
}

.wpcontent h4 {
  margin: 17px 0 10px;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}

.wpcontent h5 {
  margin: 17px 0 10px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}

.wpcontent h6 {
  margin: 17px 0 10px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.wpcontent p {
  font-size: 14px;
  line-height: 178%;
  padding-bottom: 15px;
}

.wpcontent .event_txt002 {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 150%;
}

.wpcontent ul {
  padding-left: 20px;
  font-size: 14px;
  line-height: 178%;
  padding-bottom: 15px;
}

.wpcontent ul li {
  list-style-type: disc;
}

.wpcontent ol {
  padding-left: 20px;
  font-size: 14px;
  line-height: 178%;
  padding-bottom: 15px;
}

.wpcontent ol li {
  list-style-type: decimal;
}

.wpcontent .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpcontent .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wpcontent .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wpcontent blockquote {
  margin: 0 0 20px;
  padding: 20px;
  font-style: italic;
  background: #eeeeee;
}

.wpcontent blockquote *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ページャー */
.wp-pagenavi {
  margin: 20px 0;
  text-align: center;
  display: block;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 1.4rem;
  color: #333333;
}

.wp-pagenavi span.current {
  background: #e5e5e5;
  color: #333333;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 10px;
  line-height: 1;
}

.wp-pagenavi a, .wp-pagenavi .current {
  margin: 0 4px 8px;
  display: inline-block;
}

.wp-pagenavi .extend {
  padding: 0;
  color: #333333;
  background: fff;
  border: none;
}

.wp-pagenavi a:hover {
  background: #e5e5e5;
  color: #333333;
}

/* 前後ページへのリンク */
.nextprev_link {
  margin: 30px 0;
}

.nextprev_link div {
  width: 90px;
}

.nextprev_link .prev_link {
  float: left;
}

.nextprev_link .next_link {
  float: right;
}

.nextprev_link .index_link {
  margin: auto;
}

.nextprev_link a {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: block;
  position: relative;
}

.nextprev_link .prev_link a::after {
  content: "";
  height: 8px;
  width: 5px;
  margin: -4px 0 0;
  background: url(../img/arrow_gray_left.png) no-repeat;
  background-size: 5px 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
}

.nextprev_link .next_link a::after {
  content: "";
  height: 8px;
  width: 5px;
  margin: -4px 0 0;
  background: url(../img/arrow_gray.png) no-repeat;
  background-size: 5px 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
}

@media screen and (max-width: 768px) {
  /*--------------------------------------
  SP
  ---------------------------------------*/
  .htxt002 {
    padding-left: 16px;
    text-indent: -16px;
  }
  .main_contents01 {
    width: 100%;
    overflow: auto;
  }
  .error_txtbox {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .sitemap001 .sitemap_first002 {
    padding-top: 15px;
  }
  .booklet_img003_box {
    display: table;
    width: 80%;
    margin: 0 auto;
  }
  .booklet_img003 img {
    width: 98%;
  }
  .booklet_img003 {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .knowledge_img001 img {
    width: auto;
    margin: 0 auto;
  }
  .knowledge_img002 {
    margin: 0 30px 30px;
  }
  .event_img001 div {
    display: table;
    width: 100%;
  }
  .event_img001 p {
    width: 40%;
    display: table-cell;
  }
  .event_img001 p img {
    width: 100%;
  }
  .event_img001 p:nth-child(even) {
    padding-left: 5px;
  }
  .event_img001 p:nth-child(odd) {
    padding-right: 5px;
  }
  .category_box004 {
    padding-bottom: 10px;
  }
  .sp_img002 {
    zoom: 0.5;
  }
  .genenkun_icon001 {
    position: absolute;
    right: 10px;
    top: -17px;
    zoom: 0.5;
  }
  .genenkun_icon002 {
    position: absolute;
    right: 10px;
    top: -85px;
    zoom: 0.5;
  }
}
@media screen and (min-width: 768px) {
  /*--------------------------------------
  PC
  ---------------------------------------*/
  .pc_img001 {
    width: auto;
    margin: 0 auto;
    zoom: 1;
  }
  .pc_img002 {
    zoom: 1;
  }
  .anc001 p {
    width: 24.9%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .anc001 p:nth-child(even) {
    float: left;
  }
  .anc001 p:last-child {
    padding-right: 0;
  }
  .red_back_color {
    font-size: 14px;
    padding: 10px 15px;
  }
  .anchor_list2021 li {
    padding: 15px 0 15px 15px;
    background-position: right 15px center;
    background-size: 17px;
  }
  .anchor_list2021 li a {
    font-size: 14px;
  }
  .recipe_img001 {
    width: 48%;
  }
  .recipe_img001:first-child {
    float: left;
  }
  .recipe_img001:last-child {
    float: right;
  }
  .basic_box001 {
    display: table;
  }
  .basic_box001 p {
    display: table-cell;
    width: 70%;
    padding-right: 10px;
    vertical-align: top;
  }
  .basic_box_img001 {
    display: table-cell;
    width: 30%;
  }
  .basic_box_img001 img {
    width: 100%;
    padding-bottom: 0;
  }
  .security_seal_logo {
    width: 140px;
    float: left;
  }
  .security_seal_txt {
    width: 540px;
    float: right;
  }
  #footer_list .footer_list_left li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    vertical-align: top;
    height: 3em;
  }
  .error_contents001 {
    padding-top: 30px;
  }
  .error_contents001 h1 {
    width: 507px;
    margin: 0 auto;
  }
  .error_txtbox {
    width: 400px;
    margin: 0 auto;
  }
  .sitemap001 {
    float: left;
    width: 50%;
  }
  .sitemap001 li {
    padding-top: 30px;
  }
  .sitemap002 li {
    padding-top: 10px;
  }
  .booklet_img003_box {
    display: table;
    width: 274px;
  }
  .booklet_txt001, .booklet_img001, .booklet_img002, .booklet_img003 {
    display: table-cell;
    vertical-align: top;
  }
  .booklet_txt001 {
    padding-right: 20px;
    min-width: 353px;
  }
  .booklet_img001 {
    width: 274px;
  }
  .booklet_img002 {
    width: 107px;
  }
  .booklet_img003 {
    width: 120px;
  }
  .booklet_img003_pr {
    padding-right: 5px;
  }
  .knowledge_img001 {
    width: 129px;
  }
  .table001 {
    display: table;
  }
  .event_txt001, .event_img001 {
    display: table-cell;
    vertical-align: top;
  }
  .event_txt001 {
    padding-right: 15px;
  }
  .event_img001 {
    width: 200px;
  }
  .event_img004 img {
    width: auto;
  }
  .search_bt_txt {
    padding-left: 73px;
  }
  .category_box001 img, .category_box001 ul, .category_box002 div, .category_box_txt001, .category_box003 {
    float: left;
  }
  .category_box001 img {
    width: 250px;
  }
  .category_box001 ul {
    padding: 5px 0 0 20px;
  }
  .category_box002 img {
    width: 200px;
    margin-top: 10px;
  }
  .category_box002 div {
    width: 252px;
  }
  .category_box_txt001 {
    width: 378px;
    padding: 0 0 0 20px;
  }
  .category_box003 img {
    width: 228px;
  }
  .category_box_txt003 {
    padding-left: 20px;
    float: left;
    width: 402px;
  }
  .spice_table001 {
    font-size: 14px;
  }
  .spice_table001 tr td {
    padding: 10px;
  }
  .spice_table002 {
    font-size: 12px;
  }
  .htxt005 {
    font-size: 40px;
  }
  .htxt01_centering {
    width: 980px;
    margin: 0 auto 30px auto;
  }
  .genenkun_icon001 {
    position: absolute;
    right: 20px;
    top: -17px;
    width: 126px;
  }
  .contest_img001 {
    width: 120px;
    margin: 0 auto;
  }
}
/*--------------------------------------
201703修正
---------------------------------------*/
/* top */
.htxt01 .umami02_htxt01_icon {
  vertical-align: initial;
}

/* うま味って何だろう */
.umami_trans4 {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.umami_trans3 {
  animation-name: umami3;
}

#mainContentsA2 {
  overflow: visible;
}

@keyframes umami3 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.umami_trans3 {
  animation-name: umami2;
}

@keyframes umami2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
#umami_banner li {
  padding-bottom: 2px;
}

#umami_banner li:last-child {
  padding-bottom: 1px;
}

.umami02_niboshi {
  width: 195px;
  right: -36px;
  bottom: 442px;
  transform: translateX(200%);
}

.umami02_shiitake {
  width: 174px;
  left: -45px;
  bottom: 64px;
  transform: translateX(-200%);
}

.umami02_konbu {
  width: 191px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(100%);
}

.umami02_katsuobushi {
  width: 202px;
  right: -100px;
  bottom: 105px;
  transform: translateX(200%);
}

.umami02_konbu {
  width: 191px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(100%);
}

#umami_main_top .umami02_main_title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #ffffff;
}

#umami_main_top .umami02_main_title {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -2px;
  text-shadow: 0 0 15px #000000;
}

/* 「うま味」＝「おいしさ」？ */
.umami02_btn01 {
  padding-top: 15px;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  text-indent: -1.8em;
}

.umami02_btn01:hover {
  opacity: 0.7;
}

.umami02_btn01 a {
  background-color: #ffffff;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 50px;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding: 17px 15px 15px 33px;
  letter-spacing: 1px;
}

.umami02_btn01 a:before {
  content: "";
  display: inline-block;
  background: url(../img/right_arrow.png) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}

.umami02_btn01 a:hover {
  text-decoration: none;
}

.gray003 {
  background: #eeeeee;
  padding: 15px 15px 0;
  margin-top: 15px;
  position: relative;
}

/* うまみの活用　基本の使い方 */
.umami02_umamifamilytxt {
  color: #8f0004;
}

.umami02_basic_box001 .umami02_btn01 {
  padding-bottom: 0;
}

/* うまみの活用　応用 */
.umami02_recipe_search {
  background: #eeeeee;
  border-radius: 4px;
}

.umami02_recipe_search_txt01 {
  background: #9a0b09;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

.umami02_recipe_search_txt01:before {
  content: "";
  background: url(../knowledge/katsuyou/img/loupe_icon01.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 22px;
  height: 28px;
  vertical-align: middle;
  padding: 0 10px 3px 0;
}

/* footer */
footer {
  padding-top: 20px;
}

/* レシピトップ */
.recipe_katuyouzyutsu {
  background: #eeeeee;
}

.recipe_katuyouzyutsu .htxt02 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 10px;
}

.button_list3col ul li a .recipe_btn_txt01 img {
  zoom: 1;
}

.button_list3col ul li a .recipe_btn_txt01 {
  position: absolute;
  top: -10px;
  right: 10px;
  left: inherit;
  bottom: inherit;
  padding: 0;
}

.umami02_txtlink {
  font-size: 14px;
  font-size: 1.4rem;
}

.umami02_txtlink:before {
  content: "";
  background: url(../img/right_arrow.png) 0 0 no-repeat;
  background-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}

.accordion_list01 > li .umami02_recipe_list li {
  display: table;
  background-image: none;
  position: relative;
}

.accordion_list01 > li .umami02_recipe_list li a {
  padding: 10px 0 10px 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
}

.umami02_recipe_list li a span:nth-child(2) {
  padding: 0 20px 0 10px;
  vertical-align: middle;
}

.umami02_recipe_list li span {
  display: table-cell;
}

.accordion_list01 > li > ul .umami02_recipe_map {
  background-image: none;
}

.accordion_list01 > li > ul .shun_btn01 {
  background-image: none;
}

.accordion_list01 > li > ul .shun_btn01 a {
  padding: 0;
}

.accordion_list01 > li > ul .shun_btn01 {
  border-bottom: none;
}

#chef .umami02_recipe_list li a .recipe_list_stxt01 {
  display: inline;
  font-size: 12px;
  padding: 0;
  line-height: 160%;
}

/* レシピ詳細 */
.recipe_main_txt01 {
  position: absolute;
}

.recipe_use {
  background: #FFFFFF;
  border: 1px solid #970200;
  border-radius: 4px;
  position: relative;
}

.recipe_use:before {
  background: url(../recipe/img/fukidashi.png) no-repeat;
  background-size: 26px 26px;
  content: "";
  display: inline-block;
  *display: inherit;
  *zoom: 1;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -20px;
  left: 20px;
}

.recipe_use .recipe_use_txt01 {
  background: #8f0004;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px 10px 10px 20px;
  position: relative;
}

.recipe_use .recipe_use_txt01:after {
  content: "";
  background: url(../recipe/img/umami_kun.png) no-repeat;
  background-size: 32px 37px;
  display: inline-block;
  *display: inherit;
  *zoom: 1;
  width: 32px;
  height: 37px;
  position: absolute;
}

.recipe_use .recipe_use_txt02 {
  font-size: 18px;
  padding-bottom: 10px;
}

.recipe_use_box .umami02_btn01 {
  padding-bottom: 0;
}

.recipe_recommend .recipe_recommend_txt01 {
  border-top: 1px solid #adadad;
  background: #eeeeee;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 180%;
  padding: 12px 15px;
}

.recipe_recommend li {
  display: table;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 7px;
  width: 100%;
}

.recipe_recommend li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  display: block;
}

.recipe_recommend .umami02_btn01 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  /*--------------------------------------
  SP
  ---------------------------------------*/
  /* top */
  img.umami02_top_btn01 {
    width: 100%;
  }
  /* うま味って何だろう */
  #mainContentsA2 h2, #mainContentsA2 p, #mainContentsA2 a {
    z-index: 10;
    position: relative;
  }
  .umami02_niboshi {
    width: 206px;
    right: -9%;
    bottom: 3px;
    z-index: 2;
  }
  .umami02_shiitake {
    width: 225px;
    left: -7%;
    bottom: -2px;
    z-index: 1;
  }
  .umami02_katsuobushi {
    width: 160px;
    right: -9%;
    top: -24px;
  }
  .umami02_konbu {
    width: 144px;
    left: -8%;
    top: -104px;
    margin: 0;
  }
  /* 「うま味」＝「おいしさ」？ */
  .umami02_btn01 {
    width: 100%;
  }
  /* うま味の成分 */
  .gray003 {
    margin-bottom: 20px;
  }
  /* うま味調味料の活用術 */
  .wakaba_link002 {
    position: relative;
  }
  .wakaba_link002 span {
    position: absolute;
    top: -5px;
    right: 15px;
    width: 57px;
    height: 58px;
  }
  /* うまみの活用　応用 */
  .umami02_recipe_search_txt01 {
    font-size: 20px;
    padding: 12px 15px 7px;
  }
  .umami02_recipe_search_btn {
    padding: 15px 15px 5px;
    margin-bottom: 20px;
  }
  .umami02_recipe_search_btn .umami02_btn01 {
    padding-bottom: 10px;
  }
  /* footer */
  .footer_backtop_btn {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* レシピトップ */
  .recipe_main_contents01 {
    overflow: visible;
  }
  .recipe_search_bt {
    padding: 0 15px;
  }
  .recipe_katuyouzyutsu_img01 {
    width: 100%;
  }
  .recipe_katuyouzyutsu {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .button_list3col ul li {
    display: inline-block;
    letter-spacing: normal;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 3px solid #adadad;
    text-align: center;
    border-radius: 2.5px;
    width: 100%;
    height: 80px;
  }
  .button_list3col ul li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  .button_list3col ul li a {
    padding-top: 10px;
  }
  .button_list3col {
    padding: 20px 0 10px 0;
  }
  .recipe_list_top {
    margin-top: 0;
  }
  .umami02_recipe_search_top {
    margin: 0 15px 20px 15px;
  }
  .recipe_list_top .htxtbox01_ttl {
    padding-top: 36px;
  }
  .umami02_recipe_search .umami02_txtlink {
    border-top: 1px solid #cccccc;
    padding: 20px 15px 15px 0;
    margin: 10px -15px 0;
  }
  .umami02_recipe_list li {
    width: 100%;
  }
  .umami02_recipe_list li:after {
    background: url(../img/arrow_gray.png) no-repeat;
    display: inline-block;
    content: "";
    width: 10px;
    height: 16px;
    background-size: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
  }
  .umami02_recipe_list li a span:nth-child(1) {
    width: 60px;
  }
  .umami02_recipe_map {
    width: 100%;
    padding: 25px 20px 25px 15px;
  }
  .accordion_list01 > li > ul .shun_btn01 a img {
    width: 100%;
  }
  .shun_btn_spring {
    padding-top: 1px;
  }
  /* レシピ詳細 */
  .recipe_main_txt01 {
    right: 15px;
    top: -5px;
  }
  .recipe_main_txt01 img {
    zoom: 0.5;
  }
  .recipe_use {
    margin-top: 25px;
  }
  .recipe_use_box {
    padding: 15px 15px 0;
  }
  .recipe_use .recipe_use_txt01:after {
    right: 17px;
    bottom: 0;
  }
  .recipe_recommend_txt02 {
    margin: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 768px) {
  /*--------------------------------------
  PC
  ---------------------------------------*/
  /* top */
  img.umami02_top_btn01 {
    width: 100%;
  }
  /* うま味って何だろう */
  .umami02_niboshi {
    width: 307px;
    right: -1%;
    bottom: -10px;
  }
  .umami02_shiitake {
    width: 400px;
    left: 2%;
    bottom: -10px;
  }
  .umami02_katsuobushi {
    width: 303px;
    right: 3%;
    top: -94px;
  }
  .umami02_konbu {
    width: 310px;
    left: 5%;
    top: -112px;
    margin: 0;
  }
  #umami_main_top .umami02_main_title {
    font-size: 50px;
    font-size: 5rem;
  }
  /* 「うま味」＝「おいしさ」？ */
  .umami02_btn01 {
    min-width: 320px;
    display: inline-block;
  }
  /* うま味の成分 */
  .gray003 {
    margin-bottom: 40px;
  }
  /* 世界各国のうま味文化 */
  .pc_img003 {
    width: 290px;
  }
  .umami02_culturetxt {
    width: 340px;
  }
  /* うま味調味料の活用術 */
  .wakaba_link002 {
    position: relative;
  }
  .wakaba_link002 span {
    position: absolute;
    top: -4px;
    right: 20px;
    width: 57px;
    height: 58px;
  }
  /* うまみの活用　基本の使い方 */
  .umami02_basic_box001 .umami02_basic_box001 {
    width: 370px;
  }
  .umami02_basic_box001 p {
    float: left;
    width: 422px;
  }
  .umami02_basic_box_img001 img {
    width: 195px;
    height: auto;
    float: right;
  }
  .umami02_basic_box001 .umami02_btn01 {
    width: 370px;
  }
  /* うまみの活用　応用 */
  .umami02_recipe_search_txt01 {
    font-size: 18px;
    padding: 12px 30px 7px;
  }
  .umami02_recipe_search_btn {
    padding: 20px 30px 0;
    margin-bottom: 20px;
  }
  .umami02_recipe_search_btn .umami02_btn01 {
    width: 290px;
    min-width: inherit;
  }
  /* footer */
  footer {
    padding-top: 20px;
  }
  .footer_backtop_btn {
    width: 680px;
    padding-right: 300px;
    margin: 0 auto;
  }
  .footer_backtop_btn .umami02_btn01 {
    width: 370px;
    padding-bottom: 40px;
  }
  /* レシピトップ */
  .recipe_main_contents01 {
    width: 650px;
    padding-right: 300px;
    margin: 0 auto;
    position: relative;
  }
  .recipe_sp_mainLayer {
    width: 434px;
  }
  .recipe_sp_subLayer {
    width: 216px;
  }
  .recipe_search_bt_box01 {
    width: 100%;
    margin: 30px 0 7px 0;
  }
  .recipe_katuyouzyutsu {
    border: #c0bfbf 2px solid;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 0 30px;
    margin-bottom: 50px;
  }
  .recipe_katuyouzyutsu_img01 {
    width: 591px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .recipe_katuyouzyutsu_txtbox {
    padding: 0 15px;
  }
  .button_list3col ul li {
    width: 190px;
    height: 94px;
    margin-right: 10px;
  }
  .button_list3col ul li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .button_list3col ul li a {
    padding-top: 20px;
  }
  /*  レシピスライドショーボタン  */
  #pc_recipe_slider .sp-arrow {
    width: 40px;
    height: 60px;
    background-color: #8d0000;
    border: none;
  }
  #pc_recipe_slider .sp-previous-arrow {
    left: 0;
    background-image: url(../recipe/img/arrow_left_recipe.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 15px 26px;
    border-radius: 0 5px 5px 0;
  }
  #pc_recipe_slider .sp-next-arrow {
    right: 0;
    background-image: url(../recipe/img/arrow_right_recipe.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 15px 26px;
    border-radius: 5px 0 0 5px;
  }
  .umami02_recipe_search_top {
    margin: 0 0 48px 0;
  }
  .umami02_recipe_search .umami02_txtlink {
    padding: 0 0 20px 0;
  }
  .umami02_recipe_list li a span:nth-child(1) {
    width: 100px;
  }
  .umami02_recipe_map {
    width: auto;
    padding: 30px 0 6px;
  }
  .accordion_recipe01 > li:nth-child(1) {
    float: left;
  }
  .accordion_recipe01 > li:nth-child(2) {
    float: right;
  }
  .accordion_recipe01 #kazoku, .accordion_recipe01 #shun {
    margin-bottom: 40px;
  }
  .accordion_list01 > li > ul .shun_btn01 a img {
    width: 315px;
  }
  .shun_btn_spring {
    padding-top: 2px;
  }
  .accordion_recipe01 #chef {
    margin-bottom: 20px;
  }
  /* レシピ詳細 */
  .recipe_main_txt01 {
    right: 20px;
    top: -10px;
  }
  .recipe_use {
    margin: 40px 0 17px;
  }
  .recipe_use_box {
    padding: 20px 20px 5px;
  }
  .recipe_use .recipe_use_txt01:after {
    left: 240px;
    bottom: 0;
  }
  .recipe_recommend ul {
    margin-bottom: 20px;
  }
  .menu_list01 > li > ul > .gray_txt006 {
    background-image: none;
    border-bottom: none;
    border-top: 1px solid #adadad;
    background: #eeeeee;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    line-height: 180%;
    padding: 7px 15px 6px;
    min-height: 40px;
  }
  .menu_list01 > li > ul > .gray_txt006_top {
    border-bottom: none;
  }
}
/*--------------------------------------
201803 ページ改修
---------------------------------------*/
/* うま味調味料の活用術 トップページ */
.utilize-list {
  margin-bottom: 29px;
}

.utilize-list__item {
  position: relative;
  height: 300px;
  background: #f1eae4 no-repeat;
}

.utilize-list__item--01 {
  background-image: url(../knowledge/img/utilize_bg_01_pc.png);
}

.utilize-list__item--02 {
  background-image: url(../knowledge/img/utilize_bg_02_pc.png);
}

.utilize-list__item--03 {
  background-image: url(../knowledge/img/utilize_bg_03_pc.png);
}

.utilize-list__item--04 {
  background-image: url(../knowledge/img/utilize_bg_04_pc.png);
}

.utilize-list__item--05 {
  background-image: url(../knowledge/img/utilize_bg_05_pc.png);
}

.utilize-list__item--06 {
  background-image: url(../knowledge/img/utilize_bg_06_pc.png);
}

.utilize-list__item--07 {
  background-image: url(../knowledge/img/utilize_bg_07_pc.png);
}

.utilize-list__item--08 {
  background-image: url(../knowledge/img/utilize_bg_08_pc.png);
}

.utilize-list__item--09 {
  background-image: url(../knowledge/img/utilize_bg_09_pc.png);
}

.utilize-list__item--10 {
  background-image: url(../knowledge/img/utilize_bg_10_pc.png);
}

.utilize-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  width: 315px;
  height: 280px;
  background-color: rgba(255, 255, 255, 0.9);
}

.utilize-list__item:nth-child(2n+1) .utilize-box {
  right: 10px;
}

.utilize-list__item:nth-child(2n) .utilize-box {
  left: 10px;
}

.utilize-contents {
  width: 265px;
}

.utilize-spImage {
  display: none;
}

.utilize-contents .umami02_btn01 {
  min-width: 100%;
  padding-bottom: 0;
}

.utilize-contents .umami02_btn01 a {
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  min-height: 40px;
  color: #333;
  padding: 12px 15px 0 33px;
  border-width: 2px;
}

.utilize-contents .umami02_btn01 a:before {
  width: 16px;
  height: 13px;
}

.utilize-head {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #990005;
  margin-bottom: 10px;
}

.utilize-text {
  font-size: 1.4rem;
  line-height: 1.85714;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  /*---SP---*/
  .utilize-list__item {
    height: auto;
    margin-bottom: 15px;
  }
  .utilize-list__item:last-child {
    margin-bottom: 0;
  }
  .utilize-spImage {
    display: block;
  }
  .utilize-box {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: #f1eae4;
  }
  .utilize-contents {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  .utilize-head {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .utilize-contents .umami02_btn01 a {
    width: 100%;
    height: 50px;
    padding-top: 18px;
    border-width: 1px;
  }
}
/* うま味調味料の活用術 詳細ページ */
.detail-mv {
  position: relative;
  height: 300px;
  background: #f1eae4 no-repeat;
  margin-bottom: 29px;
}

.detail-mv--01 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_01_pc.png);
}

.detail-mv--02 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_02_pc.png);
}

.detail-mv--03 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_03_pc.png);
}

.detail-mv--04 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_04_pc.png);
}

.detail-mv--05 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_05_pc.png);
}

.detail-mv--06 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_06_pc.png);
}

.detail-mv--07 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_07_pc.png);
}

.detail-mv--08 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_08_pc.png);
}

.detail-mv--09 {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_09_pc.png);
}

.detail-mv-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  width: 315px;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.9);
}

.detail-mv-spImage {
  display: none;
}

.detail-mv--right .detail-mv-box {
  right: 30px;
}

.detail-mv--left .detail-mv-box {
  left: 30px;
}

.detail-mv-contents {
  width: 265px;
}

.detail-mv-head {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #990005;
  margin-bottom: 14px;
}

.detail-mv-text {
  font-size: 1.4rem;
  line-height: 1.85714;
  margin-bottom: 13px;
}

.anker {
  display: flex;
  margin-bottom: 25px;
}

.anker__item:first-child {
  margin-right: 20px;
}

.anker__item a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 315px;
  height: 60px;
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: -1px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 5px;
}

.anker__item a:after {
  content: "";
  display: block;
  background: url(../img/arrow_gray_down02.png) no-repeat;
  background-size: 16px 9px;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.detail-block {
  padding: 27px 30px 30px;
  background-color: #f1eae4;
  margin-bottom: 30px;
}

.detail-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6667;
  margin-bottom: 16px;
}

.detail-text {
  font-size: 1.4rem;
  line-height: 1.8571;
  margin-bottom: 13px;
}

.detail-image {
  margin-bottom: 32px;
}

.katsuyou-recipe-ttl {
  font-size: 1.6rem;
  color: #a4000b;
  margin: 0 0 8px;
}

.katsuyou-recipe-list {
  background-color: #fff;
}

.katsuyou-recipe-list__item {
  border: 1px solid #adadad;
  border-top: none;
}

.katsuyou-recipe-list__item:first-child {
  border-top: 1px solid #adadad;
}

.katsuyou-recipe-list__item a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 590px;
  min-height: 103px;
  padding: 19px 46px 16px 106px;
  background: top 10px left 11px no-repeat;
  background-size: 80px;
}

.katsuyou-recipe-list__item--01 a {
  background-image: url(../knowledge/katsuyou/img/img065.png);
}

.katsuyou-recipe-list__item--02 a {
  background-image: url(../knowledge/katsuyou/img/img066.png);
}

.katsuyou-recipe-list__item--03 a {
  background-image: url(../knowledge/katsuyou/img/img089.png);
}

.katsuyou-recipe-list__item--04 a {
  background-image: url(../knowledge/katsuyou/img/img090.png);
}

.katsuyou-recipe-list__item--05 a {
  background-image: url(../knowledge/katsuyou/img/img088.png);
}

.katsuyou-recipe-list__item--06 a {
  background-image: url(../knowledge/katsuyou/img/img060.png);
}

.katsuyou-recipe-list__item--07 a {
  background-image: url(../knowledge/katsuyou/img/img061.png);
}

.katsuyou-recipe-list__item--08 a {
  background-image: url(../knowledge/katsuyou/img/img095.png);
}

.katsuyou-recipe-list__item--09 a {
  background-image: url(../knowledge/katsuyou/img/img096.png);
}

.katsuyou-recipe-list__item--010 a {
  background-image: url(../knowledge/katsuyou/img/img097.png);
}

.katsuyou-recipe-list__item--011 a {
  background-image: url(../knowledge/katsuyou/img/img098.png);
}

.katsuyou-recipe-list__item--012 a {
  background-image: url(../knowledge/katsuyou/img/img045.png);
}

.katsuyou-recipe-list__item--013 a {
  background-image: url(../knowledge/katsuyou/img/img054.png);
}

.katsuyou-recipe-list__item--014 a {
  background-image: url(../knowledge/katsuyou/img/img099.png);
}

.katsuyou-recipe-list__item--015 a {
  background-image: url(../knowledge/katsuyou/img/img074.png);
}

.katsuyou-recipe-list__item--016 a {
  background-image: url(../knowledge/katsuyou/img/img093.png);
}

.katsuyou-recipe-list__item--017 a {
  background-image: url(../knowledge/katsuyou/img/img094.png);
}

.katsuyou-recipe-list__item--018 a {
  background-image: url(../knowledge/katsuyou/img/img100.png);
}

.katsuyou-recipe-list__item--019 a {
  background-image: url(../knowledge/katsuyou/img/img091.png);
}

.katsuyou-recipe-list__item--020 a {
  background-image: url(../knowledge/katsuyou/img/img092.png);
}

.katsuyou-recipe-list__item--021 a {
  background-image: url(../knowledge/katsuyou/img/img101.png);
}

.katsuyou-recipe-list__item--022 a {
  background-image: url(../knowledge/katsuyou/img/img004.png);
}

.katsuyou-recipe-list__item--023 a {
  background-image: url(../knowledge/katsuyou/img/img006.png);
}

.katsuyou-recipe-list__item--024 a {
  background-image: url(../knowledge/katsuyou/img/img102.png);
}

.katsuyou-recipe-list__item--025 a {
  background-image: url(../knowledge/katsuyou/img/img023.png);
}

.katsuyou-recipe-list__item--026 a {
  background-image: url(../knowledge/katsuyou/img/img033.png);
}

.katsuyou-recipe-list__item--027 a {
  background-image: url(../knowledge/katsuyou/img/img103.png);
}

.katsuyou-recipe-list__item--028 a {
  background-image: url(../knowledge/katsuyou/img/img104.png);
}

.katsuyou-recipe-list__item--029 a {
  background-image: url(../knowledge/katsuyou/img/img105.png);
}

.katsuyou-recipe-list__item--030 a {
  background-image: url(../knowledge/katsuyou/img/img106.png);
}

.katsuyou-recipe-list__item--031 a {
  background-image: url(../knowledge/katsuyou/img/img007.png);
}

.katsuyou-recipe-list__item--032 a {
  background-image: url(../knowledge/katsuyou/img/img085.png);
}

.katsuyou-recipe-list__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.katsuyou-recipe-list__item a:after {
  content: "";
  display: block;
  background: url(../img/arrow_gray.png) no-repeat;
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.katsuyou-recipe-list-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 6px;
}

.katsuyou-recipe-list-text {
  font-size: 1.4rem;
  line-height: 1.57142;
}

@media screen and (max-width: 768px) {
  /*---SP---*/
  .detail-mv {
    height: auto;
    background: none;
    margin-bottom: 15px;
  }
  .detail-mv-box {
    display: block;
    position: static;
    width: auto;
    height: auto;
  }
  .detail-mv-spImage {
    display: block;
    margin-bottom: 15px;
  }
  .detail-mv-contents {
    width: 100%;
  }
  .detail-mv-head {
    margin-bottom: 7px;
  }
  .anker {
    margin-bottom: 30px;
  }
  .anker__item {
    width: 48.275%;
  }
  .anker__item:first-child {
    margin-right: 3.45%;
  }
  .anker__item a {
    width: 100%;
    height: 80px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding: 28px 0 0;
    border-width: 3px;
  }
  .anker__item a:after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 6px;
    margin: auto;
    transform: none;
  }
  .detail-block {
    padding: 20px;
  }
  .detail-ttl {
    margin-bottom: 7px;
  }
  .detail-image {
    width: 74.0625vw;
    margin-bottom: 20px;
  }
  .katsuyou-recipe-list__item a {
    width: 100%;
    min-height: 18.75vw;
    padding: 15px 15px 15px 26.40625vw;
    background-position: top 15px left 15px;
    background-size: 18.75vw;
  }
  .katsuyou-recipe-list__item a:after {
    right: 8px;
  }
  .katsuyou-recipe-list-ttl {
    margin-bottom: 4px;
  }
}
/* 減塩コンテンツ 改修 */
.detail-mv--saltdiet {
  background-image: url(../knowledge/katsuyou/img/detail_mv_bg_saltdiet_pc.png);
}

.saltdiet-sep {
  display: flex;
}

.saltdiet-sep__left {
  width: 315px;
  margin-right: 22px;
  font-size: 1.4rem;
  line-height: 1.78;
}

.saltdiet-subttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}

.saltdiet-image--01 {
  margin-bottom: 38px;
}

.sensation {
  border: 4px solid #a00000;
  padding: 30px;
  margin-bottom: 19px;
}

.sensation-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.sensation-ttl--top {
  margin-bottom: 12px;
}

.sensation-txt {
  font-size: 1.4rem;
  line-height: 1.8571;
  margin-bottom: 18px;
}

.prepare {
  padding: 30px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.sensation-ttl--middle {
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}

.prepare-list__item, .sensation-list__item {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.prepare-list__item:last-of-type, .sensation-list__item:last-of-type {
  margin-bottom: 0;
}

.sensation-list {
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .detail-mv--saltdiet {
    background: none;
  }
  .saltdiet-sep {
    display: block;
  }
  .saltdiet-sep__left {
    width: 100%;
    margin: 0 0;
  }
  .sensation {
    padding: 20px;
  }
  .prepare {
    padding: 15px;
  }
}
/* 活用バナー */
.katuyou-bnr--cmn {
  margin: 30px 0 55px;
}

.katuyou-bnr--cmn a:hover img {
  opacity: 0.8;
}

/* 「うま味」ってなんだろう？ */
.katuyou-bnr--knowledge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 300px;
  width: 980px;
  margin: auto;
}

.katuyou-bnr--knowledge a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .katuyou-bnr--knowledge {
    position: static;
    width: auto;
    padding: 0 15px;
    margin: 60px 0;
  }
}
/* うま味の成分 */
.seibun-anker {
  padding: 32px 33px;
  background-color: #eee;
  margin-bottom: 30px;
}

.seibun-anker__item {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.2em;
  margin-bottom: 14px;
}

.seibun-anker__item:last-child {
  margin-bottom: 0;
}

.seibun-anker__item:before {
  content: "1.";
  display: block;
  position: absolute;
  left: 0;
}

.seibun-anker__item:nth-child(1):before {
  content: "1.";
}

.seibun-anker__item:nth-child(2):before {
  content: "2.";
}

.seibun-anker__item:nth-child(3):before {
  content: "3.";
}

.seibun-anker__item:nth-child(4):before {
  content: "4.";
}

.seibun-anker__item:nth-child(5):before {
  content: "5.";
}

.seibun-anker__item:nth-child(6):before {
  content: "6.";
}

.seibun-anker__item a {
  text-decoration: underline;
}

.seibun-anker__item a:hover {
  text-decoration: none;
}

.htxt002--inner {
  margin-top: 15px;
}

.gray001 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .seibun-anker {
    padding: 15px;
  }
  .seibun-anker__item {
    line-height: 2.1428;
    margin-bottom: 3px;
  }
}
/* レシピトップ */
.recipe-katuyou-bnr {
  box-sizing: border-box;
  width: 650px;
  height: 400px;
  padding: 28px 40px 30px;
  background: url(../recipe/img/recipe_katuyou_bnr.jpg) no-repeat;
  margin: 30px 0 40px;
}

.bnr-ttl {
  margin-left: -17px;
  margin-bottom: 4px;
}

.bnr-text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  text-shadow: 0px 0px 14px #ffffff;
  margin-bottom: 20px;
}

.recipe-katuyou-bnr .umami02_btn01 a {
  width: 140px;
  min-height: 40px;
  height: 40px;
  padding-top: 13px;
}

.recipe-ex-bnr a:hover img {
  opacity: 0.8;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .recipe-katuyou-bnr {
    width: 100%;
    height: auto;
    padding: 0 15px;
    background: none;
  }
  .recipe-katuyou-bnr__inner {
    padding: 26px 0 0;
    background: url(../recipe/img/recipe_katuyou_bnr_sp.png) top center no-repeat;
    background-size: 100% 115.625vw;
  }
  .red-box {
    padding: 15px;
    background-color: rgba(160, 0, 0, 0.8);
  }
  .bnr-ttl, .bnr-text {
    margin-left: 0;
  }
  .bnr-ttl {
    margin-bottom: 8.59375vw;
  }
  .bnr-text {
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
  }
  .recipe-katuyou-bnr .umami02_btn01 a {
    width: 39.0625vw;
    text-align: center;
    margin: 0 auto;
  }
}
.small_txt {
  font-size: 12px !important;
}

.pt10 {
  padding-top: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.horie_misoshiru_tablel_wrap {
  margin: 0 0 20px;
  padding: 0 0 10px 0;
  position: relative;
}

.horie_misoshiru_table {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid #adadad;
}

.horie_misoshiru_table th {
  height: 41px;
  padding: 4px 8px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #adadad;
  background: #fff;
  white-space: nowrap;
}

.horie_misoshiru_table td {
  height: 41px;
  padding: 4px 8px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #adadad;
  white-space: nowrap;
}

.horie_misoshiru_table .small_text01 {
  font-size: 10px;
  color: #000;
}

.horie_misoshiru_table span {
  color: rgb(244, 89, 151);
}

.horie_misoshiru_table .cell_green {
  color: #fff;
  background: rgb(76, 151, 53);
}

.horie_misoshiru_table .cell_pink {
  color: #fff;
  background: rgb(244, 89, 151);
}

.horie_misoshiru_table .cell_blue {
  color: #fff;
  background: rgb(87, 123, 197);
}

.horie_misoshiru_table .cell_light_blue {
  color: #fff;
  background: rgb(0, 176, 246);
}

.horie_misoshiru_table .cell_yellow {
  color: #fff;
  background: rgb(255, 192, 0);
}

.horie_misoshiru_table .cell_gray {
  background: rgb(247, 242, 242);
}

.horie_misoshiru_table .vertical_writing {
  width: 20px;
  white-space: normal;
}

.horie_misoshiru_tablel_wrap {
  margin: 0 0 20px;
  padding: 0 0 10px 0;
  position: relative;
}

.horie_misoshiru_tablel_wrap table {
  margin-top: 30px;
}

.horie_misoshiru_table_fixth {
  padding-top: 1px;
  width: 299px;
  overflow: hidden;
  float: left;
}

.horie_misoshiru_table_fixth th {
  height: 41px;
}

.horie_misoshiru_table_fixth tr td:last-child {
  border: none;
  background: none;
  opacity: 0;
}

.horie_misoshiru_table_scroll {
  overflow-x: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.horie_misoshiru_table_scroll p {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.horie_misoshiru_table .pc_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .horie_misoshiru_table_fixth {
    width: 110px;
  }
  .horie_misoshiru_table_fixth th {
    height: auto;
  }
  .horie_misoshiru_table {
    width: auto;
    font-size: 10px;
  }
  .horie_misoshiru_table th {
    height: auto;
    padding: 2px 4px;
  }
  .horie_misoshiru_table td {
    height: auto;
    padding: 2px 4px;
    white-space: nowrap;
  }
  .horie_misoshiru_table .pc_hide {
    display: inline;
  }
  .horie_misoshiru_table .cell_height01 {
    height: 20px;
  }
  .horie_misoshiru_table .cell_height02 {
    height: 33px;
  }
  .horie_misoshiru_table .cell_height03 {
    height: 61px;
  }
  .horie_misoshiru_table .cell_height04 {
    height: 117px;
  }
}
.recipeindex_ol {
  padding: 0 0 0 20px;
  line-height: 150%;
  margin: 0 0 15px;
  list-style: none;
  counter-reset: ol_li;
}

.recipeindex_ol > li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
  list-style-type: none;
  position: relative;
}

.recipeindex_ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  color: #8d0000;
  display: block;
  font-weight: bold;
  position: absolute;
  left: -18px;
  top: 1px;
}

/*出版物用ダウンロードボタン*/
.dl_btn_box {
  font-size: 15px;
  margin-bottom: 40px;
}

.module-button-A01 {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #adadad;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
  padding: 17px 15px 15px 15px;
  display: inline-flex;
  align-items: center;
}

.module-button-A01:hover {
  text-decoration: none;
}

.module-button-A01:before {
  flex: 0 0 12px;
  content: "";
  display: block;
  background: url(../img/right_arrow.png) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-right: 12px;
}

/**/
.module-list-A01__item {
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 0 5px 0;
  padding: 0px 0 0 30px;
  min-height: 40px;
  background-size: 30px auto;
}

@media (min-width: 768px) {
  .module-list-A01__item {
    padding: 5px 0 0 60px;
    min-height: 60px;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .dl_btn_box {
    text-align: center;
  }
}
.module-list-A01__item:nth-child(1) {
  background-image: url(../img/contest_2019/bullet_num_01.png);
}

.module-list-A01__item:nth-child(2) {
  background-image: url(../img/contest_2019/bullet_num_02.png);
}

.module-list-A01__item:nth-child(3) {
  background-image: url(../img/contest_2019/bullet_num_03.png);
}

.module-list-A02__item {
  padding-left: 1em;
  text-indent: -1em;
}

/**
メガメニュー
*/
@media (min-width: 769px) {
  #megamenu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 333333333;
  }
  #megamenu {
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #fff;
    padding-bottom: 60px;
    width: 100%;
    z-index: 1000000000000000000000000;
  }
  #megamenu .megamenu_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    padding-top: 30px;
    position: relative;
    align-items: flex-start;
  }
  #megamenu .megamenu_inner > ul {
    width: 23.5%;
    display: flex;
    flex-direction: column;
  }
  #megamenu .megamenu_inner > ul > li {
    padding-top: 30px;
  }
  #megamenu .megamenu_inner > ul > li.first {
    padding-top: 0 !important;
  }
  #megamenu .megamenu_inner > ul > li.first p {
    margin-bottom: 23px;
  }
  #megamenu .megamenu_inner > ul > li.second p {
    margin-bottom: 23px;
  }
  #megamenu .megamenu_inner > ul > li:last-child:not(:first-child) {
    margin-top: auto;
  }
  #megamenu .megamenu_inner > ul > li:last-child:not(:first-child) p {
    margin-bottom: 0;
  }
  #megamenu .megamenu_inner > ul > li a {
    text-decoration: none;
    transition: 0.3s;
  }
  #megamenu .megamenu_inner > ul > li a:hover {
    color: #9d1410;
  }
  #megamenu .megamenu_inner > ul > li > p {
    border-bottom: 2px solid #9d1410;
    padding-bottom: 14px;
  }
  #megamenu .megamenu_inner > ul > li > p a {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: clamp(13px, calc((100vw * 0.0116009281) + 4.0788863109px), 18px);
    font-weight: 600;
    line-height: 1.4;
    padding-right: 1.5em;
    box-sizing: border-box;
  }
  #megamenu .megamenu_inner > ul > li > p a:before {
    position: absolute;
    content: "";
    background-image: url("/img/right_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #megamenu .megamenu_inner > ul > li > ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  #megamenu .megamenu_inner > ul > li > ul li:last-child {
    margin-bottom: 0;
  }
  #megamenu .megamenu_inner > ul > li > ul li a {
    font-size: clamp(11px, calc((100vw * 0.0116009281) + 2.0788863109px), 16px);
    font-weight: 500;
    display: inline-block;
    width: 100%;
    line-height: 1.38;
  }
  #megamenu .megamenu_inner .megamenu_banner_area {
    width: 23.5%;
  }
  #megamenu .megamenu_inner .megamenu_banner_area div {
    margin-bottom: 20px;
  }
  #megamenu .megamenu_inner .megamenu_banner_area div:last-child {
    margin-bottom: 0;
  }
  #megamenu .megamenu_inner .megamenu_banner_area .megamenu_banner img {
    width: 100%;
  }
  #megamenu .megamenu_inner .megamenu_banner_area .megamenu_btn01 {
    border-radius: 40px;
    background-color: #9d1410;
    font-size: clamp(11px, calc((100vw * 0.0116009281) + 2.0788863109px), 16px);
    font-weight: 500;
    letter-spacing: 0.8px;
    display: inline-block;
    width: 100%;
    padding: 14px 0 14px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
  }
  #megamenu .megamenu_inner .megamenu_banner_area .megamenu_btn02 {
    border-radius: 40px;
    font-size: clamp(11px, calc((100vw * 0.0116009281) + 2.0788863109px), 16px);
    font-weight: 500;
    letter-spacing: 0.8px;
    display: inline-block;
    width: 100%;
    padding: 14px 0 14px;
    border: 1px solid #cccccc;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
  }
  #megamenu_btn_wrp {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 100000000000000000000000;
  }
  #megamenu_btn_wrp #megamenu_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9d1410;
    width: 80px;
    height: 90px;
    text-decoration: none;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner span {
    display: block;
    height: 2px;
    width: 26px;
    background-color: #fff;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    transition: 0.3s;
    top: 0;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner span:before {
    position: absolute;
    content: "";
    right: 0px;
    width: 5px;
    height: 2px;
    background-color: #9d1410;
    display: inline-block;
    transition: 0.5s;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner span.first:before {
    right: -5px;
    animation-delay: 0.5s;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner span.second:before {
    right: -5px;
    animation-delay: 0.25s;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner span.third:before {
    right: 5px;
  }
  #megamenu_btn_wrp #megamenu_btn .megamenu_btn_inner small {
    font-size: 10px;
    color: #fff;
    display: inline-block;
    margin-top: 4px;
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span:before {
    right: 105%;
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span.first {
    top: 10px;
    transform: rotate(45deg);
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span.first:before {
    opacity: 0;
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span.second {
    opacity: 0;
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span.second:before {
    right: 0 !important;
    width: 100%;
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span.third {
    top: -10px;
    transform: rotate(-45deg);
  }
  #megamenu_btn_wrp #megamenu_btn.megamenu_btn_active .megamenu_btn_inner span.third:before {
    opacity: 0;
  }
  #megamenu_btn_wrp #megamenu_btn:hover .megamenu_btn_inner span:before {
    right: 105%;
  }
}