@charset "UTF-8";
/* =====================
	旧テーマから移植
 ======================= */
/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  /*------------------------------------------------------------
		書式設定
	------------------------------------------------------------*/
  /* テキストの位置 */
  .taLeft {
    text-align: left !important;
  }
  .taCenter {
    text-align: center !important;
  }
  .taRight {
    text-align: right !important;
  }
  /* フォントの大きさ（プラス） */
  /*.fsP1 { font-size: 1.08em !important; }
	.fsP2 { font-size: 1.16em !important; }
	.fsP3 { font-size: 1.24em !important; }
	.fsP4 { font-size: 1.32em !important; }
	.fsP5 { font-size: 1.4em !important; }
	.fsP6 { font-size: 1.2em !important; }
	.fsP7 { font-size: 1.6em !important; }
	/* フォントの大きさ（マイナス） */
  /*.fsM1 { font-size: 0.92em !important; }
	.fsM2 { font-size: 0.84em !important; }
	.fsM3 { font-size: 0.76em !important; }
	.fsM4 { font-size: 0.68em !important; }
	.fsM5 { font-size: 0.6em !important; }
	
	/* フォントの太さ */
  .fwNormal {
    font-weight: normal !important;
  }
  .fwBold {
    font-weight: bold !important;
  }
  /* フォントの色 */
  .c01 {
    color: #8c8c8c;
  }
  .c02 {
    color: #d65341;
  }
  .c03 {
    color: #0000ff !important;
  }
  .c04 {
    color: #e72510 !important;
  }
  /*------------------------------------------------------------
		微調整用クラス（※多用しないこと）
	------------------------------------------------------------*/
  .mt0 {
    margin-top: 0 !important;
  }
  .mt03 {
    margin-top: 3px;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt63 {
    margin-top: 63px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr08 {
    margin-right: 8px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .mr16 {
    margin-right: 16px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .mr22 {
    margin-right: 22px !important;
  }
  .mr29 {
    margin-right: 29px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .ml58 {
    margin-left: 58px !important;
  }
  .ml222 {
    margin-left: 222px !important;
  }
  .w275 {
    width: 275px;
  }
  .w300 {
    width: 300px;
  }
  .w305 {
    width: 305px;
  }
  .w310 {
    width: 310px;
  }
  .w386 {
    width: 386px;
  }
  .w395 {
    width: 395px;
  }
  .w410 {
    width: 410px;
  }
  .w655 {
    width: 655px !important;
  }
  .h60 {
    height: 60px;
  }
  .bgnone {
    background: none !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .ftL {
    float: left !important;
    display: inline;
  }
  .ftR {
    float: right !important;
    display: inline;
  }
  .ul li {
    float: left;
    display: inline;
  }
  /* F
	-----------------------------------------------------------------------------------------------------------*/
  .ui-bar-f {
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #74828B solid 1px;
    background: #bbb;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background-image: -moz-linear-gradient(top, #6D7481, #494e57);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481), color-stop(1, #494e57));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')";
  }
  .ui-bar-f,
  .ui-bar-f input,
  .ui-bar-f select,
  .ui-bar-f textarea,
  .ui-bar-f button {
    font-family: Helvetica, Arial, sans-serif;
  }
  .ui-bar-f .ui-link-inherit {
    color: #333;
  }
  .ui-bar-f .ui-link {
    color: #4265AE;
    font-weight: bold;
  }
  .ui-body-f {
    border: 1px solid	#ccc;
    color: #333333;
    text-shadow: none;
    background: #ffffff;
  }
  .ui-body-f,
  .ui-body-f input,
  .ui-body-f select,
  .ui-body-f button {
    font-family: Helvetica, Arial, sans-serif;
  }
  .ui-body-f textarea {
    border: #ccc solid 1px;
  }
  .ui-body-f .ui-link-inherit {
    color: #333333;
  }
  .ui-body-f .ui-link {
    color: #4265AE;
    font-weight: bold;
  }
  .ui-btn-up-f {
    border: 1px solid #ccc;
    background: #eee;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    text-shadow: 0 1px 1px #f6f6f6;
  }
  .ui-btn-up-f a.ui-link-inherit {
    color: #333;
  }
  .ui-btn-hover-f {
    border: 1px solid	#bbb;
    background: #dadada;
    font-weight: bold;
    color: #101010;
    cursor: pointer;
    text-shadow: 0 1px 1px 	#fff;
    text-decoration: none;
    background-image: -moz-linear-gradient(top, #ededed, #dadada);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #dadada));
    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#dadada')";
  }
  .ui-btn-hover-f a.ui-link-inherit {
    color: #222;
  }
  .ui-btn-down-f {
    border: 1px solid	#808080;
    background: #fdfdfd;
    font-weight: bold;
    color: #111;
    text-shadow: 0 1px 1px	#ffffff;
    background-image: -moz-linear-gradient(top, #eeeeee, #fdfdfd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #fdfdfd));
    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#fdfdfd')";
  }
  .ui-btn-down-f a.ui-link-inherit {
    border: 1px solid	#808080;
    background: #ced0d2;
    font-weight: bold;
    color: #111;
    text-shadow: none;
    background-image: -moz-linear-gradient(top, #cccccc, #eeeeee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #eeeeee));
    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')";
  }
  .ui-btn-up-f,
  .ui-btn-hover-f,
  .ui-btn-down-f {
    font-family: Helvetica, Arial, sans-serif;
  }
  .ui-link:link {
    color: #333;
    text-decoration: underline;
    word-break: break-all;
  }
  .ui-link:visited {
    color: #333;
    text-decoration: underline;
    word-break: break-all;
  }
  .pcView {
    display: none !important;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .spView {
    display: none !important;
  }
}

/* =====================
	Wordpress用style
 ======================= */
/** ヘッダー調整 **/
.header .gnav {
  margin-top: 0;
}

/** 記事カテゴリ **/
.category_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}

.category_nav_list_item a {
  display: block;
  border: 1px solid #DDDDDD;
  color: #1B120F;
}

.category_nav_list_item a img {
  display: block;
  width: 100%;
}

.category_nav_list_item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding: 14px 0;
}

.category_nav_list_item a span:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/** 人気の記事 **/
.pickup_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}

.pickup_list_item a {
  display: block;
  color: #1B120F;
}

.pickup_list_item_thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0;
}

.pickup_list_item_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pickup_list_item_date {
  font-size: 1.2rem;
  margin: 8px 0;
}

.pickup_list_item_ttl {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.78571;
  letter-spacing: 0.05em;
}

/** 最新記事一覧 **/
.article_list {
  border-top: 1px solid #1B120F;
}

.article_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #1B120F;
}

.article_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #1B120F;
}

.article_list_item_thumb {
  width: 30.43478%;
  padding-top: 30.43478%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0;
}

.article_list_item_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.article_list_item_date {
  font-size: 1.2rem;
  line-height: 1.0;
  margin: 0 0 12px;
}

.article_list_item_ttl {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.article_list_item_txt {
  margin-top: 8px;
  color: #3C3C3C;
  font-size: 1.3rem;
  line-height: 1.46154;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article_list_item_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-size: 1.3rem;
  color: #E7190A;
  margin-top: 4px;
  text-decoration: underline;
}

.article_list_item_more:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/** ページネーション **/
.wp-pagenavi {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F1F1EB;
  color: #1B120F;
}

.wp-pagenavi .current {
  background: #1B120F;
  color: #FFFFFF;
}

.wp-pagenavi .extend, .wp-pagenavi .dots {
  background: none;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .prev {
  width: 57px;
}

.wp-pagenavi .previouspostslink:before, .wp-pagenavi .prev:before {
  content: "";
  width: 4px;
  height: 4px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .next {
  width: 57px;
}

.wp-pagenavi .nextpostslink:after, .wp-pagenavi .next:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 4px;
}

/** レシピカテゴリ / にんべん製品からレシピを探す **/
.recipe_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
  margin-top: -16px;
}

.recipe_nav_list_item a {
  border: 1px solid #DDDDDD;
  color: #1B120F;
  display: block;
}

.recipe_nav_list_item a img {
  display: block;
  width: 100%;
}

.recipe_nav_list_item_bg {
  width: 100%;
  margin: 0;
}

.recipe_nav_list_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 4px 4px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.recipe_nav_list_item_img {
  width: 30px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.recipe_nav_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recipe_nav_list_item_name {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.recipe_nav_list_item_name strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 1.4rem;
  font-weight: 400;
}

.recipe_nav_list_item_name strong:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/** 記事詳細 **/
.blog_single_head {
  margin: 60px 0 40px;
}

.blog_single_ttl {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.42857;
}

.blog_single_date {
  margin-top: 40px;
}

.blog_single_date p {
  line-height: 1.0;
}

.blog_single_date p + p {
  margin-top: 8px;
}

.blog_single_body {
  font-size: 1.6rem;
}

.blog_single_body > * {
  max-width: 750px;
  margin: 0 auto;
}

.blog_single_body .lead-sentence, .blog_single_body .contnent01 {
  margin-bottom: 50px;
}

.blog_single_body .content_box {
  margin-top: 2em;
  margin-bottom: 80px;
}

.blog_single_body h3 {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.71429;
  margin-top: 2em;
  margin-bottom: 16px;
}

.blog_single_body h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid currentColor;
  margin: 2.5em auto 1.5em;
}

.blog_single_body p {
  margin: 1em auto;
}

.blog_single_body .wp-block-image {
  margin: 0 auto 1em;
}

.blog_single_body .mv img {
  width: 100%;
}

.blog_single_body ol {
  padding: 1em 1em 1em 1.5em;
}

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

.blog_single_body ol > li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

.blog_single_body ol > li > ul > li {
  list-style: none !important;
}

.blog_single_body .ml-1em {
  margin-left: 1em !important;
}

.blog_single_body p.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog_single_body .recipeTtl {
  margin-top: 3em !important;
  font-weight: 900;
}

.blog_single_body .box-border {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1.5em 1.5em;
  margin-bottom: 1em;
}

.blog_single_body .box-bg {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 1.5em 1.5em;
  margin-bottom: 1em;
}

.blog_single_body img {
  max-width: 100%;
  width: auto;
  text-align: center;
}

.blog_single_body ul.disc {
  margin: 1.5em auto;
  padding-left: 1em;
}

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

.blog_single_body a {
  color: #E7190A;
  text-decoration: underline;
}

.blog_single_body .subcontent {
  margin-bottom: 60px;
}

.blog_single_body .subcontent-inner {
  font-size: 100%;
}

.blog_single_body .subcontent-inner ol {
  padding: 1em 1em 1em 1.5em;
}

.blog_single_body .subcontent-inner ol li {
  list-style-type: decimal;
}

.blog_single_body .subcontent-inner ol > li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

.blog_single_body .subcontent-inner ol > li > ul > li {
  list-style: none !important;
}

.blog_single_body .subcontent-inner .ml-1em {
  margin-left: 1em !important;
}

.blog_single_body .subcontent-inner p.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog_single_body .subcontent-inner .recipeTtl {
  margin-top: 3em !important;
  font-weight: 900;
}

.blog_single_body .subcontent-inner .box-border {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1.5em 1.5em;
  margin-bottom: 1em;
}

.blog_single_body .subcontent-inner .box-bg {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 1.5em 1.5em;
  margin-bottom: 1em;
}

.blog_single_body .subcontent-inner img {
  max-width: 100%;
  width: auto;
  text-align: center;
}

.blog_single_body .subcontent-inner p.c {
  text-align: center;
}

.blog_single_body .subcontent-inner .left_img .img,
.blog_single_body .subcontent-inner .right_img .text {
  margin-bottom: 10px;
}

.blog_single_body .subcontent-inner .left_img .text,
.blog_single_body .subcontent-inner .right_img .text {
  border: none;
  padding: 0;
}

.blog_single_body .subcontent ul.disc {
  margin-left: 1.2em;
  padding-left: 0;
}

.blog_single_body .subcontent ul.disc > li {
  list-style-type: disc;
}

.blog_single_body .subcontent a {
  color: #E7190A;
  text-decoration: underline;
}

.blog_single_body .post-content {
  line-height: 2em;
  letter-spacing: 0.05em;
  padding-bottom: 3em;
}

.blog_single_body .post-content strong {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #333;
  color: #333;
}

.blog_single_body div.hnb {
  margin-top: 30px;
}

.blog_single_body div.hnb p {
  margin: 20px 0;
}

.blog_single_body .mokuji {
  padding: 30px 16px;
  margin: 30px auto 40px;
  position: relative;
}

.blog_single_body .mokuji > * {
  max-width: 568px;
}

.blog_single_body .mokuji:before {
  content: "";
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #F8F8F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog_single_body .mokuji h3 {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  line-height: 1.0;
  margin: 0 0 16px;
}

.blog_single_body .mokuji ul {
  font-size: 1.4rem;
  line-height: 1.78571;
  list-style-type: decimal;
  color: #3C3C3C;
  padding-left: 2em;
}

.blog_single_body .mokuji ul li a {
  color: #3C3C3C;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog_single_body table {
  margin: 15px auto 0 auto;
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  text-align: left;
}

.blog_single_body table th, .blog_single_body table .th {
  padding: 8px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f0f0f0 !important;
  font-weight: normal;
  text-align: center;
}

.blog_single_body table td {
  padding: 8px;
  border-bottom: 1px solid #dfdfdf;
}

.blog_single_body iframe {
  max-width: 100%;
}

/** レシピ詳細 **/
.recipe_single_ttl {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin: 52px 0;
}

.recipe_single .recipe_data {
  border-top: 1px solid #1B120F;
  border-bottom: 1px solid #1B120F;
  padding: 20px 0;
  margin-bottom: 40px;
}

.recipe_single .recipe_data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  font-size: 1.5rem;
  line-height: 1.0;
}

.recipe_single .recipe_data_list_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recipe_single .recipe_data_list_item:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 8px;
}

.recipe_single .recipe_data_list_item_time {
  width: 100%;
}

.recipe_single .recipe_data_list_item_time:before {
  background: url(../images/icon_time.svg) no-repeat center/contain;
}

.recipe_single .recipe_data_list_item_kcal:before {
  background: url(../images/icon_kcal.svg) no-repeat center/contain;
}

.recipe_single .recipe_data_list_item_salt:before {
  background: url(../images/icon_salt.svg) no-repeat center/contain;
}

.recipe_single .recipe_data_list_item_fat:before {
  background: url(../images/icon_drop.svg) no-repeat center/contain;
}

.recipe_single .recipe_data_list_item_tou:before {
  background: url(../images/icon_tou.svg) no-repeat center/contain;
}

.recipe_single .recipe_data_list_item_nt:before {
  display: none;
}

.recipe_single .recipe_main {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
}

.recipe_single .recipe_main_pic {
  width: 100%;
}

.recipe_single .recipe_main_pic img {
  width: 100%;
  display: block;
}

.recipe_single .recipe_main_txt {
  font-size: 1.5rem;
  width: 100%;
}

.recipe_single .recipe_point {
  background: #F8F8F5;
  padding: 25px 20px;
  margin: 40px 0 60px;
}

.recipe_single .recipe_point_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  color: #E7190A;
  margin-bottom: 20px;
}

.recipe_single .recipe_point_ttl:before {
  content: "";
  width: 15px;
  height: 21px;
  background: url(../images/icon_point.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 6px;
}

.recipe_single .recipe_point_txt {
  font-size: 1.5rem;
}

.recipe_single .recipe_box {
  margin: 60px 0;
}

.recipe_single .recipe_material_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 32px;
}

.recipe_single .recipe_material_ttl h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.recipe_single .recipe_material_ttl p {
  font-size: 1.3rem;
  font-weight: 700;
}

.recipe_single .recipe_material_dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  margin: 0;
  font-size: 1.5rem;
  padding: 8px 0;
  border-bottom: 1px solid #DDDDDD;
}

.recipe_single .recipe_material_dl:first-of-type {
  padding-top: 0;
}

.recipe_single .recipe_material_dl dt {
  margin: 0;
}

.recipe_single .recipe_material_dl dd {
  margin: 0;
  text-align: right;
}

.recipe_single .recipe_howto_list_item {
  counter-increment: cnt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding-top: 10px;
  font-size: 1.5rem;
  line-height: 1.73333;
}

.recipe_single .recipe_howto_list_item:first-child {
  padding-top: 0;
}

.recipe_single .recipe_howto_list_item:before {
  content: counter(cnt);
  width: 32px;
  height: 32px;
  background: #F1F1EB;
  border-radius: 50%;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recipe_single .recipe_howto_list_item > div {
  padding: 4px 0 10px;
  border-bottom: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.recipe_single .recipe_product_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.recipe_single .recipe_product_list_item {
  margin: 0;
}

.recipe_single .recipe_product_list_item dt {
  margin: 0 0 16px;
}

.recipe_single .recipe_product_list_item dt a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.recipe_single .recipe_product_list_item dt img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.recipe_single .recipe_product_list_item dd {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.recipe_single .recipe_product_list_item_name {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.8rem;
}

.recipe_single .recipe_product_list_item_link {
  margin-top: auto;
}

.recipe_single .recipe_product_list_item_link a {
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1B120F;
  border: 1px solid #1B120F;
  position: relative;
  padding: 12px 20px;
}

.recipe_single .recipe_product_list_item_link a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.recipe_single .profile {
  padding-top: 40px;
  border-top: 1px solid #1B120F;
}

.recipe_single .profile .prof_text p + p {
  margin-top: 16px !important;
}

.recipe_single .profile .prof_text .prof_name {
  font-size: 2.1rem;
  margin: 20px 0 !important;
}

.recipe_single .profile .prof_photo {
  margin-top: 30px;
}

.recipe_single .profile .prof_photo img {
  display: block;
  margin: 0 auto;
}

.mocomichi_recipe {
  max-width: 750px;
  margin: 0 auto 40px;
}

.mocomichi_recipe img {
  display: block;
}

/** レシピを検索する **/
.recipe_search {
  background: #F8F8F5;
  padding: 30px 20px;
  margin: 60px 0;
}

.recipe_search_form {
  position: relative;
}

.recipe_search_form_field {
  width: 100%;
  height: 36px;
  padding: 4px 66px 4px 20px;
}

.recipe_search_form_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: url(https://ninbennetshop.itembox.design/item/images/global/icon_search.svg) no-repeat center/18px, #1B120F;
}

.recipe_search_words {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 1.2rem;
  line-height: 1.0;
}

.recipe_search_words p {
  font-weight: 700;
  color: #E7190A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recipe_search_words_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
}

.recipe_search_words_list_item a {
  color: #E7190A;
  text-decoration: underline;
}

/** この記事に関連する商品 **/
#reco_item {
  max-width: none;
  margin: 80px 0;
  padding-top: 80px;
  border-top: 1px solid currentColor;
}

#reco_item h3 {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 30px;
}

#reco_item .list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 16px;
  margin-bottom: 20px;
}

#reco_item .list_area .listphoto {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#reco_item .list_area .listphoto img {
  display: block;
}

#reco_item .list_area .listrightbloc {
  font-size: 1.4rem;
}

#reco_item .list_area .listrightbloc .name a {
  color: #1B120F;
}

#reco_item .list_area .listrightbloc .price {
  margin-top: 8px;
  font-weight: 700;
}

#reco_item .more {
  margin-top: 40px;
}

#reco_item .more a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #1B120F;
  color: #1B120F;
}

#reco_item .more a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/** この記事をシェアする **/
#share_area {
  margin: 80px 0;
  padding-top: 80px;
  border-top: 1px solid #1B120F;
}

#share_area .sharetext {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

#share_area .shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}

#share_area .shareList .sharebutton {
  width: 40px;
}

/** 関連記事 **/
#related_area {
  margin: 80px 0;
}

#related_area .related-title {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}

#related_area .related-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 25px;
}

#related_area .related-ul .related-list {
  width: calc((100% - 25px) / 2);
}

#related_area .related-ul .related-list h4 {
  margin-top: 12px;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  line-height: 1.78571;
}

#related_area .related-ul .related-list a {
  color: #1B120F;
}

#related_area .related-ul .related-list .related-pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0;
}

#related_area .related-ul .related-list .related-pic img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#related_area .no-related {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  line-height: 1.78571;
}

/** 前の記事／次の記事 **/
#prev_next .prev_next_item {
  border-top: 1px solid #1B120F;
  padding: 30px 0;
}

#prev_next .prev_next_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 20px;
  color: #1B120F;
}

#prev_next .prev_next_item .prev_next_pic {
  width: 100px;
  padding-top: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  position: relative;
}

#prev_next .prev_next_item .prev_next_pic img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#prev_next .prev_next_item .prev_next_right time {
  font-size: 1.2rem;
}

#prev_next .prev_next_item .prev_next_right .prev_next_title {
  font-size: 1.4rem;
  line-height: 1.78571;
}

#prev_next .prev_next_item .prev_next_right .prev_title, #prev_next .prev_next_item .prev_next_right .next_title {
  color: #E7190A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 1.3rem;
  text-decoration: underline;
}

#prev_next .prev_next_item .prev_next_right .prev_title:before, #prev_next .prev_next_item .prev_next_right .next_title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#prev_next .prev_next_item .prev_next_right .next_title:before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#prev_next #next {
  border-bottom: 1px solid #1B120F;
}

#prev_next #next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/** にんべんコーポレートサイトのレシピはこちら **/
.corporate_recipe {
  margin-top: 100px;
}

.corporate_recipe a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1B120F;
  color: #1B120F;
  max-width: 345px;
  margin: 0 auto;
}

.corporate_recipe_pic {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F8F8F5;
  padding: 6px 12px;
  margin: 0;
}

.corporate_recipe_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.corporate_recipe_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.corporate_recipe_txt_main {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.corporate_recipe_txt_main:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/icon_blank.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.5em;
}

.corporate_recipe_txt_sub {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #707070;
  padding-right: 20px;
}

/** にんべんについて **/
#about .about_ttl {
  margin: 0 -15px 40px;
}

#about .about_ttl:last-child {
  margin-bottom: 0;
}

#about .about_ttl img {
  display: block;
}

#about .about_box {
  margin-bottom: 64px;
}

#about .about_box:last-child {
  margin-bottom: 0;
}

#about .about_box .pic_box {
  margin: 0 -15px 30px;
}

#about .about_box .txt_box p + p {
  margin-top: 1.78571em;
}

#about .about_tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8px;
}

#about .about_tab_item {
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding-bottom: 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#about .about_tab_item span {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.35;
  margin: auto;
}

#about .about_tab_item:after {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

#about .about_tab_item.is-current {
  border-color: #1B120F;
}

#about .about_tab_item.is-current:after {
  opacity: 1.0;
}

#about .about_tab_contents {
  display: none;
}

#about .about_tab_contents.is-show {
  display: block;
}

#about .about_tab_contents .article_list {
  border-top: 0;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .category_nav_list_item a
span {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  /** ヘッダー調整 **/
  /** 記事カテゴリ **/
  .page_name + p {
    font: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.0;
  }
  .category_nav_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  /** 人気の記事 **/
  .pickup_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 35px;
  }
  .pickup_list_item:nth-child(n+4) {
    display: none !important;
  }
  .pickup_list_item_date {
    font-size: 1.4rem;
    margin: 12px 0 4px;
  }
  .pickup_list_item_ttl {
    font-size: 1.8rem;
    line-height: 1.72222;
  }
  /** 最新記事一覧 **/
  .article_list_item {
    padding: 40px 0;
  }
  .article_list_item a {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .article_list_item_thumb {
    width: 22%;
    padding-top: 22%;
  }
  .article_list_item_txt_box {
    margin: auto 0;
    max-width: 660px;
  }
  .article_list_item_date {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .article_list_item_ttl {
    font-size: 2.4rem;
  }
  .article_list_item_excerpt {
    margin-top: 20px;
  }
  .article_list_item_txt {
    font-size: 1.5rem;
    display: inline;
  }
  .article_list_item_more {
    font-size: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  /** ページネーション **/
  .wp-pagenavi {
    margin-top: 60px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .prev {
    width: 80px;
  }
  .wp-pagenavi .previouspostslink:before, .wp-pagenavi .prev:before {
    width: 6px;
    height: 6px;
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .next {
    width: 80px;
  }
  .wp-pagenavi .nextpostslink:after, .wp-pagenavi .next:after {
    width: 6px;
    height: 6px;
  }
  /** レシピカテゴリ / にんべん製品からレシピを探す **/
  .recipe_nav_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  /** レシピ詳細 **/
  .recipe_single + #share_area {
    margin-top: 50px;
  }
  .recipe_single_ttl {
    font-size: 3.6rem;
  }
  .recipe_single .recipe_data {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .recipe_single .recipe_data_list {
    font-size: 1.6rem;
  }
  .recipe_single .recipe_main {
    margin: 50px 0;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .recipe_single .recipe_main_pic {
    width: 40%;
  }
  .recipe_single .recipe_main_txt {
    width: 56%;
    padding: 24px 0;
    font-size: 1.7rem;
  }
  .recipe_single .recipe_point {
    padding: 28px 40px;
    margin: 50px 0 80px;
  }
  .recipe_single .recipe_point_ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .recipe_single .recipe_point_txt {
    font-size: 1.6rem;
  }
  .recipe_single .recipe_box {
    margin: 80px 0;
  }
  .recipe_single .recipe_material_ttl {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .recipe_single .recipe_material_ttl p {
    font-size: 1.5rem;
  }
  .recipe_single .recipe_material_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recipe_single .recipe_material_box_item {
    width: 46%;
  }
  .recipe_single .recipe_material_dl {
    font-size: 1.7rem;
    padding: 14px 0;
  }
  .recipe_single .recipe_howto_list_item {
    font-size: 1.7rem;
    padding-top: 16px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .recipe_single .recipe_howto_list_item > div {
    padding-bottom: 16px;
  }
  .recipe_single .recipe_product_list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .recipe_single .recipe_product_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recipe_single .recipe_product_list_item dt {
    margin: 0;
    width: 41.66667%;
  }
  .recipe_single .recipe_product_list_item dd {
    width: 54.16667%;
    row-gap: 16px;
  }
  .recipe_single .recipe_product_list_item_name {
    font-size: 2.1rem;
  }
  .recipe_single .recipe_product_list_item_txt {
    font-size: 1.5rem;
  }
  .recipe_single .recipe_product_list_item_link {
    margin: 0;
  }
  .recipe_single .profile {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  .recipe_single .profile .prof_text {
    width: 74%;
  }
  .recipe_single .profile .prof_text .prof_name {
    font-size: 2.8rem;
  }
  .recipe_single .profile .prof_photo {
    margin: 0;
    width: 21%;
  }
  /** 記事詳細 **/
  .blog_single_head {
    margin-bottom: 50px;
  }
  .blog_single_ttl {
    font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1.69444;
  }
  .blog_single_date {
    margin-top: 50px;
  }
  .blog_single_body {
    font-size: 1.7rem;
  }
  .blog_single_body .content_box {
    margin-bottom: 120px;
  }
  .blog_single_body h3 {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
  .blog_single_body .subcontent {
    margin-bottom: 60px;
  }
  .blog_single_body .mokuji {
    padding: 40px;
    margin: 30px auto 60px;
  }
  .blog_single_body .mokuji > * {
    max-width: 520px;
  }
  .blog_single_body .mokuji h3 {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .blog_single_body .mokuji ul {
    font-size: 1.7rem;
  }
  .blog_single_body table th, .blog_single_body table .th {
    border: 1px solid #dfdfdf;
  }
  .blog_single_body table td {
    border: 1px solid #dfdfdf;
  }
  /** レシピを検索する **/
  .recipe_search {
    margin: 80px 0;
    padding: 50px 8%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 30px;
  }
  .recipe_search_ttl {
    -ms-flex-item-align: center;
        align-self: center;
    font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
  .recipe_search_form {
    max-width: 665px;
  }
  .recipe_search_form_field {
    height: 60px;
    padding-right: 80px;
  }
  .recipe_search_form_btn {
    width: 60px;
  }
  .recipe_search_words {
    grid-column: 2 / 3;
    margin-top: 25px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    font-size: 1.6rem;
  }
  .recipe_search_words_list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  /** この記事に関連する商品 **/
  #reco_item {
    margin: 120px 0;
    padding-top: 120px;
  }
  #reco_item h3 {
    font-size: 2.8rem;
  }
  #reco_item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  #reco_item .list_area {
    width: 30%;
    display: block;
  }
  #reco_item .list_area .listphoto {
    width: 100%;
    margin-bottom: 30px;
  }
  #reco_item .list_area .listphoto img {
    margin: 0 auto;
  }
  #reco_item .list_area .listrightbloc {
    font-size: 1.5rem;
  }
  #reco_item .more a {
    max-width: 255px;
  }
  /** この記事をシェアする **/
  #share_area {
    margin: 120px 0;
    padding-top: 120px;
  }
  #share_area .sharetext {
    font-size: 2.8rem;
  }
  #share_area .shareList {
    gap: 15px 30px;
  }
  #share_area .shareList .sharebutton {
    width: 60px;
  }
  /** 関連記事 **/
  #related_area {
    margin: 120px 0;
  }
  #related_area .related-title {
    font-size: 2.8rem;
  }
  #related_area .related-ul {
    gap: 25px 4.25532%;
    max-width: 940px;
    margin: 0 auto;
  }
  #related_area .related-ul .related-list {
    width: 47.87234%;
  }
  #related_area .related-ul .related-list h4 {
    margin: 0;
    font-size: 1.8rem;
  }
  #related_area .related-ul .related-list a {
    border: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    padding-right: 40px;
    position: relative;
  }
  #related_area .related-ul .related-list a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #E7190A;
    border-bottom: 2px solid #E7190A;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #related_area .related-ul .related-list .related-pic {
    width: 150px;
    padding-top: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #related_area .no-related {
    font-size: 1.8rem;
  }
  /** 前の記事／次の記事 **/
  #prev_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #prev_next .prev_next_item {
    width: 50%;
    border-bottom: 1px solid #1B120F;
    padding: 40px 0;
  }
  #prev_next .prev_next_item a {
    gap: 0 30px;
  }
  #prev_next .prev_next_item .prev_next_right time {
    font-size: 1.4rem;
  }
  #prev_next .prev_next_item .prev_next_right .prev_next_title {
    font-size: 1.6rem;
  }
  #prev_next .prev_next_item .prev_next_right .prev_title, #prev_next .prev_next_item .prev_next_right .next_title {
    font-size: 1.5rem;
    margin-top: 4px;
  }
  #prev_next #prev {
    padding-right: 30px;
  }
  #prev_next #next {
    padding-left: 30px;
    border-left: 1px solid #1B120F;
  }
  /** にんべんコーポレートサイトのレシピはこちら **/
  .corporate_recipe {
    margin-top: 120px;
  }
  .corporate_recipe a {
    max-width: none;
  }
  .corporate_recipe_pic {
    width: 50%;
    padding: 20px;
  }
  .corporate_recipe_txt {
    padding: 20px 6%;
  }
  .corporate_recipe_txt_main {
    font-size: 2.4rem;
    display: block;
  }
  .corporate_recipe_txt_main:after {
    margin-left: 12px;
    margin-bottom: 0.1em;
    display: inline-block;
  }
  .corporate_recipe_txt_sub {
    font-size: 1.4rem;
    padding: 0;
  }
  /** にんべんについて **/
  #about .about_ttl {
    margin: 0 0 100px;
  }
  #about .about_box {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .about_box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #about .about_box .pic_box {
    margin: 0;
    width: 44.8%;
  }
  #about .about_box .txt_box {
    width: 49.2%;
  }
  #about .about_tab {
    gap: 0 20px;
  }
  #about .about_tab_item {
    row-gap: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }
  #about .about_tab_item span {
    font-size: 2.1rem;
  }
  #about .about_tab_item:after {
    bottom: 12px;
  }
  #about .about_tab_item:hover {
    border-color: #1B120F;
  }
}

/* PC
  ------------------------ */
@media (min-width: 1200px) {
  /** ヘッダー調整 **/
  /** レシピカテゴリ / にんべん製品からレシピを探す **/
  .recipe_nav_list {
    margin-top: 0;
  }
  .recipe_nav_list_item_body {
    padding-top: 0;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .recipe_nav_list_item_img {
    width: 90px;
    height: 90px;
    margin-top: -20px;
  }
  .recipe_nav_list_item_name {
    font-size: 1.5rem;
    padding-top: 4px;
  }
  .recipe_nav_list_item_name strong {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=map/style.css.map */
