@charset "UTF-8";
/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #363636;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  position: relative; }
  body.front:before {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/bg1.jpg) no-repeat 50% 50%;
    background-size: cover;
    z-index: -1; }

.w100 {
  width: 100% !important; }

.dnone {
  display: none !important; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

.ib {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1; }
  .btn_border::before {
    right: 0;
    top: 0; }
  .btn_border::after {
    left: 0;
    bottom: 0; }
  .btn_border::before, .btn_border::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #000;
    transition-delay: 0s; }
  .btn_border:hover::before, .btn_border:hover::after {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_border:hover span::before, .btn_border:hover span::after {
    height: 100%;
    transition-delay: 0s; }
  .btn_border span {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #000;
    position: relative; }
    .btn_border span::before {
      left: 0;
      top: 0; }
    .btn_border span::after {
      right: 0;
      bottom: 0; }
    .btn_border span::before, .btn_border span::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #000;
      transition-delay: 0.2s; }

/*************************************
 *
 *404
 *
 ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

/***************************************
 *
 *header
 *
 ************************************* */
body.app header, body.app footer {
  display: none; }
body.app #content {
  padding-top: 0; }
  body.app #content .category_container {
    display: none; }
  body.app #content .sns_box {
    display: none !important; }
body.app #content.single .ib .recipe_content .mov_txt.tate .txt .sns_box.tate {
  display: none !important; }
body.app #content.single .ib .recipe_content .sns_box.sp3.sp_content {
  display: none !important; }
body.app #content.single .ib .recipe_content .rp .row .txt a {
  display: none !important; }

header {
  border-bottom: 1px solid #C6C3C3;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.4s ease;
  overflow: hidden; }
  header:has(.scroll_down) {
    height: 60px; }
  header .ib .row {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center; }
    header .ib .row:nth-of-type(1) {
      position: relative;
      background: #fff;
      z-index: 3; }
    header .ib .row.scroll_move {
      transition: 0.4s ease; }
      header .ib .row.scroll_move.scroll_down {
        opacity: 0;
        transform: translateY(-50px); }
    header .ib .row:nth-of-type(2) {
      height: 40px; }
    header .ib .row nav a {
      font-weight: 500;
      font-size: 15px;
      margin-right: 30px;
      position: relative; }
      header .ib .row nav a:hover:after {
        opacity: 1; }
      header .ib .row nav a:after {
        content: "";
        height: 2px;
        position: absolute;
        display: block;
        opacity: 0;
        transition: 0.4s ease;
        left: 0;
        width: 100%;
        bottom: -9px;
        background: #FF9D00; }
    header .ib .row h1 {
      margin-right: 40px; }
      header .ib .row h1 a {
        display: block;
        display: flex;
        align-items: end; }
        header .ib .row h1 a img {
          width: 190px; }
        header .ib .row h1 a span {
          font-size: 12px;
          font-weight: normal;
          padding-left: 12px; }
    header .ib .row .s_nav {
      height: 30px;
      display: flex;
      align-items: center;
      padding: 0 10px; }
      header .ib .row .s_nav a {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
        padding: 0 14px;
        border-left: 1px solid #ccc; }
        header .ib .row .s_nav a:hover {
          color: #FF9D00; }
          header .ib .row .s_nav a:hover svg path {
            fill: #FF9D00; }
        header .ib .row .s_nav a img, header .ib .row .s_nav a svg {
          margin-right: 10px; }
    header .ib .row .logo_life {
      width: 94px;
      margin-left: 20px; }
    header .ib .row form {
      display: block;
      width: 285px;
      height: 30px;
      position: relative;
      top: -3px; }
      header .ib .row form button {
        position: absolute;
        background: none;
        left: 8px;
        top: 5px;
        cursor: pointer;
        border: none; }
        header .ib .row form button img {
          display: block; }
      header .ib .row form input[type="text"] {
        background: #E3D5BD;
        width: 100%;
        border-radius: 50px;
        padding: 10px 20px 10px 44px;
        border: none;
        box-shadow: none; }
        header .ib .row form input[type="text"]::placeholder {
          font-size: 14px;
          color: #363636; }

.tac {
  text-align: center !important; }

a.btn_s {
  height: 35px;
  display: flex;
  margin: 30px auto 5px;
  padding: 5px 16px 6px;
  font-size: 16px;
  color: #D39B41;
  border-radius: 50px;
  align-items: center;
  width: max-content;
  border: 1px solid #D39B41;
  transition: 0.4s ease;
  line-height: 1; }
  a.btn_s:hover {
    background: #D39B41;
    color: #fff; }

#content p.s, #head_content p.s {
  font-size: 14px; }
#content p.l, #head_content p.l {
  font-size: 20px; }
#content h2, #head_content h2 {
  align-items: center;
  line-height: 1;
  display: flex;
  margin: 40px 0 20px;
  font-size: 28px;
  color: #D39B41;
  font-weight: 500; }
  #content h2.lh, #head_content h2.lh {
    line-height: 1.3;
    position: relative;
    top: -5px;
    margin-bottom: 15px !important; }
  #content h2.tac, #head_content h2.tac {
    display: block;
    width: 100%; }
  #content h2.mg, #head_content h2.mg {
    margin: 50px 0 30px; }
    #content h2.mg + p, #head_content h2.mg + p {
      margin-top: -30px;
      margin-bottom: 70px; }
  #content h2.mgb, #head_content h2.mgb {
    margin-bottom: 20px; }
    #content h2.mgb.fmg, #head_content h2.mgb.fmg {
      flex-wrap: wrap; }
      #content h2.mgb.fmg span, #head_content h2.mgb.fmg span {
        display: block;
        width: 100%; }
        #content h2.mgb.fmg span:nth-of-type(1), #head_content h2.mgb.fmg span:nth-of-type(1) {
          margin-left: -10px; }
  #content h2 + p, #head_content h2 + p {
    margin-top: -10px; }
  #content h2 a, #head_content h2 a {
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #333;
    font-size: 16px;
    position: relative;
    color: #363636;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.4s ease; }
    #content h2 a:hover, #head_content h2 a:hover {
      color: #FF9D00;
      text-decoration: underline; }
    #content h2 a:after, #head_content h2 a:after {
      content: "";
      border-radius: 50px;
      display: flex;
      position: relative;
      top: 1px;
      align-items: center;
      justify-content: center;
      height: 16px;
      width: 16px;
      font-size: 10px;
      color: #fff;
      background: #FF9D00;
      margin-left: 4px;
      font-family: "material icons"; }
#content .ranking_container, #head_content .ranking_container {
  margin-bottom: 20px; }
  #content .ranking_container.mgb, #head_content .ranking_container.mgb {
    margin-bottom: 0; }
#content .recommend_container, #head_content .recommend_container {
  margin-bottom: 20px; }
#content .favorite_container, #head_content .favorite_container {
  margin-bottom: 20px; }
  #content .favorite_container .ib button, #head_content .favorite_container .ib button {
    display: none !important; }
#content .no-fav, #head_content .no-fav {
  height: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  #content .no-fav p, #head_content .no-fav p {
    font-size: 18px;
    width: 100%;
    text-align: center; }
#content .monthly_container, #head_content .monthly_container {
  background: #F7F2EB; }
  #content .monthly_container .ib, #head_content .monthly_container .ib {
    padding: 48px 0; }
    #content .monthly_container .ib h2, #head_content .monthly_container .ib h2 {
      margin-top: 0; }
#content .shorttime_container .ib, #head_content .shorttime_container .ib {
  padding: 20px 0 40px; }
  #content .shorttime_container .ib h2, #head_content .shorttime_container .ib h2 {
    margin-top: 0; }
#content .swiper_outer, #head_content .swiper_outer {
  width: 100%;
  position: relative; }
  #content .swiper_outer:has(.disabled) .slide_ranking_btn.next, #head_content .swiper_outer:has(.disabled) .slide_ranking_btn.next {
    display: none; }
  #content .swiper_outer.monthly .slide_btn, #head_content .swiper_outer.monthly .slide_btn {
    top: calc(50% - 18px); }
  #content .swiper_outer .slide_btn, #head_content .swiper_outer .slide_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 3;
    background: #fff;
    border: 2px solid #D39B41;
    color: #D39B41;
    top: calc(50% - 48px);
    left: -18px; }
    #content .swiper_outer .slide_btn:before, #head_content .swiper_outer .slide_btn:before {
      content: "";
      font-family: "material icons"; }
    #content .swiper_outer .slide_btn.prev, #head_content .swiper_outer .slide_btn.prev {
      left: auto;
      right: -18px;
      left: auto; }
      #content .swiper_outer .slide_btn.prev:before, #head_content .swiper_outer .slide_btn.prev:before {
        transform: scale(-1, 1); }
#content s, #head_content s {
  font-style: normal;
  text-decoration: none; }
#content #favorite-swiper button, #head_content #favorite-swiper button {
  display: none; }
#content a.btn, #content button.btn, #head_content a.btn, #head_content button.btn {
  background: #fff;
  cursor: pointer;
  width: 333px;
  max-width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #D39B41;
  border-radius: 50px;
  border: 1px solid #D39B41;
  margin: 50px auto;
  transition: 0.4s ease; }
  #content a.btn.mg, #content button.btn.mg, #head_content a.btn.mg, #head_content button.btn.mg {
    margin: 25px auto; }
  #content a.btn:hover, #content button.btn:hover, #head_content a.btn:hover, #head_content button.btn:hover {
    background: #D39B41;
    color: #fff; }
    #content a.btn:hover:after, #content button.btn:hover:after, #head_content a.btn:hover:after, #head_content button.btn:hover:after {
      color: #fff; }
  #content a.btn:after, #content button.btn:after, #head_content a.btn:after, #head_content button.btn:after {
    content: "";
    font-family: "material icons";
    position: absolute;
    right: 16px;
    top: calc(50% - 10px);
    color: #D39B41;
    font-size: 20px; }
#content .recipe_list.subpage .box, #head_content .recipe_list.subpage .box {
  margin-right: 0; }
#content .recipe_list .fake_favorite, #head_content .recipe_list .fake_favorite {
  height: 240px;
  display: flex; }
  #content .recipe_list .fake_favorite .fake_box, #head_content .recipe_list .fake_favorite .fake_box {
    height: 100%;
    width: 175px;
    border: 1px solid #999;
    margin-right: 10px; }
    #content .recipe_list .fake_favorite .fake_box img, #head_content .recipe_list .fake_favorite .fake_box img {
      display: block;
      width: 100%;
      height: 100%; }
#content .recipe_list .swiper-slide-prev, #head_content .recipe_list .swiper-slide-prev {
  opacity: 0 !important;
  transition: opacity 0.2s; }
#content .recipe_list + a.btn, #head_content .recipe_list + a.btn {
  margin-top: 30px;
  margin-bottom: 40px; }
#content .recipe_list.recommend_subpage, #head_content .recipe_list.recommend_subpage {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  #content .recipe_list.recommend_subpage.pb_used .box .img, #head_content .recipe_list.recommend_subpage.pb_used .box .img {
    height: auto; }
  #content .recipe_list.recommend_subpage .box, #head_content .recipe_list.recommend_subpage .box {
    margin-right: 20px;
    margin-bottom: 44px; }
    #content .recipe_list.recommend_subpage .box:nth-of-type(4n), #head_content .recipe_list.recommend_subpage .box:nth-of-type(4n) {
      margin-right: 0; }
    #content .recipe_list.recommend_subpage .box .cont .data, #head_content .recipe_list.recommend_subpage .box .cont .data {
      border-bottom: none;
      padding-bottom: 0;
      padding-top: 10px; }
#content .recipe_list.recipe_list_df, #head_content .recipe_list.recipe_list_df {
  display: flex;
  flex-wrap: wrap; }
  #content .recipe_list.recipe_list_df .box, #head_content .recipe_list.recipe_list_df .box {
    margin-right: 20px;
    margin-bottom: 30px; }
    #content .recipe_list.recipe_list_df .box h3, #head_content .recipe_list.recipe_list_df .box h3 {
      min-height: 44px; }
    #content .recipe_list.recipe_list_df .box:nth-of-type(4n), #head_content .recipe_list.recipe_list_df .box:nth-of-type(4n) {
      margin-right: 0; }
#content .recipe_list.recommend_monthly, #head_content .recipe_list.recommend_monthly {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  #content .recipe_list.recommend_monthly.more .box, #head_content .recipe_list.recommend_monthly.more .box {
    width: 260px;
    margin-right: 20px; }
    #content .recipe_list.recommend_monthly.more .box:nth-of-type(3n), #head_content .recipe_list.recommend_monthly.more .box:nth-of-type(3n) {
      margin-right: 20px; }
    #content .recipe_list.recommend_monthly.more .box:nth-of-type(4n), #head_content .recipe_list.recommend_monthly.more .box:nth-of-type(4n) {
      margin-right: 0px; }
    #content .recipe_list.recommend_monthly.more .box .img, #head_content .recipe_list.recommend_monthly.more .box .img {
      height: auto;
      aspect-ratio: 1/1; }
  #content .recipe_list.recommend_monthly .box, #head_content .recipe_list.recommend_monthly .box {
    width: 340px;
    margin-right: 40px;
    margin-bottom: 50px; }
    #content .recipe_list.recommend_monthly .box:nth-of-type(3n), #head_content .recipe_list.recommend_monthly .box:nth-of-type(3n) {
      margin-right: 0; }
    #content .recipe_list.recommend_monthly .box .img, #head_content .recipe_list.recommend_monthly .box .img {
      height: 230px; }
    #content .recipe_list.recommend_monthly .box .cont h3, #head_content .recipe_list.recommend_monthly .box .cont h3 {
      margin-top: -10px; }
    #content .recipe_list.recommend_monthly .box .cont .data, #head_content .recipe_list.recommend_monthly .box .cont .data {
      padding-top: 5px;
      padding-bottom: 20px; }
    #content .recipe_list.recommend_monthly .box .cont .product_data, #head_content .recipe_list.recommend_monthly .box .cont .product_data {
      align-items: center;
      display: flex;
      padding-top: 15px; }
      #content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko, #head_content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko {
        flex-wrap: wrap;
        padding-top: 10px; }
        #content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko .pr_img, #head_content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko .pr_img {
          width: 100%; }
          #content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko .pr_img img, #head_content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko .pr_img img {
            display: block;
            width: auto;
            height: 60px;
            margin: 5px auto; }
        #content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko .txt, #head_content .recipe_list.recommend_monthly .box .cont .product_data.layout_yoko .txt {
          width: 100%;
          padding: 0; }
      #content .recipe_list.recommend_monthly .box .cont .product_data .pr_img img, #head_content .recipe_list.recommend_monthly .box .cont .product_data .pr_img img {
        width: auto;
        display: block;
        height: 80px; }
#content .recipe_list.no_slide.rank, #head_content .recipe_list.no_slide.rank {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  #content .recipe_list.no_slide.rank .box, #head_content .recipe_list.no_slide.rank .box {
    width: 520px;
    height: 260px;
    margin-bottom: 30px;
    position: relative; }
    #content .recipe_list.no_slide.rank .box .inner, #head_content .recipe_list.no_slide.rank .box .inner {
      display: flex;
      width: 100%;
      position: relative; }
    #content .recipe_list.no_slide.rank .box .img, #head_content .recipe_list.no_slide.rank .box .img {
      width: 50%;
      height: auto;
      aspect-ratio: 1/1; }
#content .recipe_list.recently, #head_content .recipe_list.recently {
  flex-wrap: wrap;
  display: flex;
  margin-top: 60px; }
  #content .recipe_list.recently .box button, #head_content .recipe_list.recently .box button {
    background: #D39B41;
    width: 27px;
    height: 27px;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    left: 10px;
    top: -10px;
    border: 2px solid #fff;
    z-index: 2;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2); }
    #content .recipe_list.recently .box button img, #head_content .recipe_list.recently .box button img {
      width: 12px; }
#content .recipe_list.pt2 .box, #head_content .recipe_list.pt2 .box {
  width: 185px; }
#content .recipe_list.pt3 .box, #content .recipe_list.shorttime .box, #head_content .recipe_list.pt3 .box, #head_content .recipe_list.shorttime .box {
  width: 185px; }
  #content .recipe_list.pt3 .box .img, #content .recipe_list.shorttime .box .img, #head_content .recipe_list.pt3 .box .img, #head_content .recipe_list.shorttime .box .img {
    height: 185px;
    aspect-ratio: 1/1; }
#content .recipe_list.monthly .box, #head_content .recipe_list.monthly .box {
  width: 300px;
  overflow: hidden;
  height: auto; }
  #content .recipe_list.monthly .box a, #head_content .recipe_list.monthly .box a {
    height: 100%; }
  #content .recipe_list.monthly .box .img, #head_content .recipe_list.monthly .box .img {
    height: 100%;
    aspect-ratio: 1/1;
    position: relative; }
    #content .recipe_list.monthly .box .img .brand, #head_content .recipe_list.monthly .box .img .brand {
      top: 10px;
      right: 10px;
      width: 38px; }
  #content .recipe_list.monthly .box h3, #head_content .recipe_list.monthly .box h3 {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    z-index: 2; }
#content .recipe_list .box, #head_content .recipe_list .box {
  width: 260px;
  position: relative; }
  #content .recipe_list .box.ranking_top, #head_content .recipe_list .box.ranking_top {
    width: 270px;
    padding-right: 10px; }
  #content .recipe_list .box.bdrs .img, #head_content .recipe_list .box.bdrs .img {
    overflow: hidden; }
  #content .recipe_list .box:hover a .img img.recipe_img, #head_content .recipe_list .box:hover a .img img.recipe_img {
    transform: scale(1.1); }
  #content .recipe_list .box a:not(.img), #content .recipe_list .box a:not(.product_data), #content .recipe_list .box .inner, #head_content .recipe_list .box a:not(.img), #head_content .recipe_list .box a:not(.product_data), #head_content .recipe_list .box .inner {
    display: block;
    width: 100%;
    height: auto;
    position: relative; }
    #content .recipe_list .box a:not(.img) .rank_box, #content .recipe_list .box a:not(.product_data) .rank_box, #content .recipe_list .box .inner .rank_box, #head_content .recipe_list .box a:not(.img) .rank_box, #head_content .recipe_list .box a:not(.product_data) .rank_box, #head_content .recipe_list .box .inner .rank_box {
      background: url(../img/ru4.png);
      background-size: cover;
      width: 36px;
      height: 48px;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 22px;
      font-family: "Roboto", sans-serif; }
      #content .recipe_list .box a:not(.img) .rank_box.rank1, #content .recipe_list .box a:not(.product_data) .rank_box.rank1, #content .recipe_list .box .inner .rank_box.rank1, #head_content .recipe_list .box a:not(.img) .rank_box.rank1, #head_content .recipe_list .box a:not(.product_data) .rank_box.rank1, #head_content .recipe_list .box .inner .rank_box.rank1 {
        background: url(../img/r1st.png);
        background-size: cover; }
      #content .recipe_list .box a:not(.img) .rank_box.rank2, #content .recipe_list .box a:not(.product_data) .rank_box.rank2, #content .recipe_list .box .inner .rank_box.rank2, #head_content .recipe_list .box a:not(.img) .rank_box.rank2, #head_content .recipe_list .box a:not(.product_data) .rank_box.rank2, #head_content .recipe_list .box .inner .rank_box.rank2 {
        background: url(../img/r2nd.png);
        background-size: cover; }
      #content .recipe_list .box a:not(.img) .rank_box.rank3, #content .recipe_list .box a:not(.product_data) .rank_box.rank3, #content .recipe_list .box .inner .rank_box.rank3, #head_content .recipe_list .box a:not(.img) .rank_box.rank3, #head_content .recipe_list .box a:not(.product_data) .rank_box.rank3, #head_content .recipe_list .box .inner .rank_box.rank3 {
        background: url(../img/r3rd.png);
        background-size: cover; }
      #content .recipe_list .box a:not(.img) .rank_box s, #content .recipe_list .box a:not(.product_data) .rank_box s, #content .recipe_list .box .inner .rank_box s, #head_content .recipe_list .box a:not(.img) .rank_box s, #head_content .recipe_list .box a:not(.product_data) .rank_box s, #head_content .recipe_list .box .inner .rank_box s {
        margin-top: -11px; }
    #content .recipe_list .box a:not(.img) .count, #content .recipe_list .box a:not(.product_data) .count, #content .recipe_list .box .inner .count, #head_content .recipe_list .box a:not(.img) .count, #head_content .recipe_list .box a:not(.product_data) .count, #head_content .recipe_list .box .inner .count {
      bottom: 13px;
      left: 13px;
      background: #fff;
      padding: 3px 8px;
      border-radius: 4px;
      border: 1px solid #D39B41;
      color: #D39B41;
      font-size: 14px;
      display: flex;
      align-items: center;
      position: absolute;
      font-weight: 500;
      z-index: 2; }
      #content .recipe_list .box a:not(.img) .count img, #content .recipe_list .box a:not(.product_data) .count img, #content .recipe_list .box .inner .count img, #head_content .recipe_list .box a:not(.img) .count img, #head_content .recipe_list .box a:not(.product_data) .count img, #head_content .recipe_list .box .inner .count img {
        display: none;
        margin-right: 4px; }
  #content .recipe_list .box .cont, #head_content .recipe_list .box .cont {
    width: 50%;
    padding-left: 15px; }
    #content .recipe_list .box .cont h3, #head_content .recipe_list .box .cont h3 {
      font-size: 16px;
      margin-top: -3px;
      line-height: inherit;
      margin-top: -12px; }
    #content .recipe_list .box .cont .data, #head_content .recipe_list .box .cont .data {
      padding-bottom: 16px;
      border-bottom: 1px solid #ccc;
      display: block;
      display: flex; }
      #content .recipe_list .box .cont .data.bdn, #head_content .recipe_list .box .cont .data.bdn {
        border: none; }
      #content .recipe_list .box .cont .data i, #head_content .recipe_list .box .cont .data i {
        margin-right: 15px;
        font-size: 16px;
        display: flex;
        align-items: center; }
        #content .recipe_list .box .cont .data i img, #head_content .recipe_list .box .cont .data i img {
          margin-right: 5px;
          position: relative;
          top: 1px; }
    #content .recipe_list .box .cont .product_data, #head_content .recipe_list .box .cont .product_data {
      display: flex;
      padding-top: 20px; }
      #content .recipe_list .box .cont .product_data.layout_yoko, #head_content .recipe_list .box .cont .product_data.layout_yoko {
        flex-wrap: wrap;
        padding-top: 10px; }
        #content .recipe_list .box .cont .product_data.layout_yoko .pr_img, #head_content .recipe_list .box .cont .product_data.layout_yoko .pr_img {
          width: 100%; }
          #content .recipe_list .box .cont .product_data.layout_yoko .pr_img img, #head_content .recipe_list .box .cont .product_data.layout_yoko .pr_img img {
            display: block;
            width: auto;
            height: 60px;
            margin: 5px auto; }
        #content .recipe_list .box .cont .product_data.layout_yoko .txt, #head_content .recipe_list .box .cont .product_data.layout_yoko .txt {
          width: 100%;
          padding: 0; }
      #content .recipe_list .box .cont .product_data .pr_img img, #head_content .recipe_list .box .cont .product_data .pr_img img {
        object-fit: contain;
        height: 80px; }
      #content .recipe_list .box .cont .product_data .txt, #head_content .recipe_list .box .cont .product_data .txt {
        align-items: center;
        display: flex;
        padding-left: 10px; }
      #content .recipe_list .box .cont .product_data h5, #head_content .recipe_list .box .cont .product_data h5 {
        font-weight: normal;
        font-size: 14px;
        margin: 0; }
  #content .recipe_list .box .img, #head_content .recipe_list .box .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: block;
    position: relative; }
    #content .recipe_list .box .img:hover img.recipe_img, #head_content .recipe_list .box .img:hover img.recipe_img {
      transform: scale(1.1); }
    #content .recipe_list .box .img img:not(.count_img), #head_content .recipe_list .box .img img:not(.count_img) {
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: 0.4s ease; }
    #content .recipe_list .box .img .brand, #head_content .recipe_list .box .img .brand {
      width: 38px;
      height: auto;
      aspect-ratio: 1/1;
      top: 10px;
      right: 10px;
      position: absolute;
      z-index: 3; }
    #content .recipe_list .box .img img.recipe_img, #head_content .recipe_list .box .img img.recipe_img {
      transition: 0.4s ease; }
  #content .recipe_list .box h3, #head_content .recipe_list .box h3 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500; }
    #content .recipe_list .box h3 br, #head_content .recipe_list .box h3 br {
      display: none; }
#content .sort_controls, #head_content .sort_controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0; }
  #content .sort_controls.disabled, #head_content .sort_controls.disabled {
    opacity: 0.6;
    pointer-events: none; }
  #content .sort_controls span, #head_content .sort_controls span {
    font-size: 18px;
    color: #D39B41;
    font-weight: 500;
    border-right: 1px solid #D39B41;
    margin-right: 10px;
    padding-right: 10px; }
  #content .sort_controls .inner, #head_content .sort_controls .inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    #content .sort_controls .inner a, #head_content .sort_controls .inner a {
      border: 1px solid #D39B41;
      padding: 4px 10px;
      border-radius: 50px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      color: #D39B41;
      font-size: 14px;
      position: relative;
      transition: 0.4s ease; }
      #content .sort_controls .inner a.active, #content .sort_controls .inner a:hover, #head_content .sort_controls .inner a.active, #head_content .sort_controls .inner a:hover {
        background: #D39B41;
        color: #fff; }
        #content .sort_controls .inner a.active svg g, #content .sort_controls .inner a.active svg path, #content .sort_controls .inner a:hover svg g, #content .sort_controls .inner a:hover svg path, #head_content .sort_controls .inner a.active svg g, #head_content .sort_controls .inner a.active svg path, #head_content .sort_controls .inner a:hover svg g, #head_content .sort_controls .inner a:hover svg path {
          stroke: #fff; }
      #content .sort_controls .inner a:last-child, #head_content .sort_controls .inner a:last-child {
        margin-right: 0; }
      #content .sort_controls .inner a img, #content .sort_controls .inner a svg, #head_content .sort_controls .inner a img, #head_content .sort_controls .inner a svg {
        display: inline-block;
        position: relative;
        top: 1px;
        margin-right: 7px; }
#content section#fv, #content .sp_nav, #content .category_container, #head_content section#fv, #head_content .sp_nav, #head_content .category_container {
  background: #f7f7f7; }
  #content section#fv .ib, #content .sp_nav .ib, #content .category_container .ib, #head_content section#fv .ib, #head_content .sp_nav .ib, #head_content .category_container .ib {
    padding: 60px 0 40px; }
    #content section#fv .ib h2, #content .sp_nav .ib h2, #content .category_container .ib h2, #head_content section#fv .ib h2, #head_content .sp_nav .ib h2, #head_content .category_container .ib h2 {
      margin-top: 0;
      text-align: center;
      width: 100%;
      display: block; }
    #content section#fv .ib .tax_link, #content .sp_nav .ib .tax_link, #content .category_container .ib .tax_link, #head_content section#fv .ib .tax_link, #head_content .sp_nav .ib .tax_link, #head_content .category_container .ib .tax_link {
      flex-wrap: wrap;
      display: flex;
      margin-top: 40px; }
      #content section#fv .ib .tax_link a, #content .sp_nav .ib .tax_link a, #content .category_container .ib .tax_link a, #head_content section#fv .ib .tax_link a, #head_content .sp_nav .ib .tax_link a, #head_content .category_container .ib .tax_link a {
        height: 60px;
        width: 260px;
        margin-right: 20px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #e3e3e3;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        transition: 0.4s ease; }
        #content section#fv .ib .tax_link a.term-7 svg, #content .sp_nav .ib .tax_link a.term-7 svg, #content .category_container .ib .tax_link a.term-7 svg, #head_content section#fv .ib .tax_link a.term-7 svg, #head_content .sp_nav .ib .tax_link a.term-7 svg, #head_content .category_container .ib .tax_link a.term-7 svg {
          top: calc(50% - 6px); }
        #content section#fv .ib .tax_link a.term-13 svg, #content .sp_nav .ib .tax_link a.term-13 svg, #content .category_container .ib .tax_link a.term-13 svg, #head_content section#fv .ib .tax_link a.term-13 svg, #head_content .sp_nav .ib .tax_link a.term-13 svg, #head_content .category_container .ib .tax_link a.term-13 svg {
          top: calc(50% - 11px); }
        #content section#fv .ib .tax_link a:hover, #content .sp_nav .ib .tax_link a:hover, #content .category_container .ib .tax_link a:hover, #head_content section#fv .ib .tax_link a:hover, #head_content .sp_nav .ib .tax_link a:hover, #head_content .category_container .ib .tax_link a:hover {
          background: #D39B41;
          color: #fff; }
          #content section#fv .ib .tax_link a:hover svg path, #content .sp_nav .ib .tax_link a:hover svg path, #content .category_container .ib .tax_link a:hover svg path, #head_content section#fv .ib .tax_link a:hover svg path, #head_content .sp_nav .ib .tax_link a:hover svg path, #head_content .category_container .ib .tax_link a:hover svg path {
            stroke: #fff; }
        #content section#fv .ib .tax_link a:nth-of-type(4n), #content .sp_nav .ib .tax_link a:nth-of-type(4n), #content .category_container .ib .tax_link a:nth-of-type(4n), #head_content section#fv .ib .tax_link a:nth-of-type(4n), #head_content .sp_nav .ib .tax_link a:nth-of-type(4n), #head_content .category_container .ib .tax_link a:nth-of-type(4n) {
          margin-right: 0; }
        #content section#fv .ib .tax_link a svg, #content .sp_nav .ib .tax_link a svg, #content .category_container .ib .tax_link a svg, #head_content section#fv .ib .tax_link a svg, #head_content .sp_nav .ib .tax_link a svg, #head_content .category_container .ib .tax_link a svg {
          position: absolute;
          left: 15px;
          top: calc(50% - 13px); }
#content section.pb_month .ib, #head_content section.pb_month .ib {
  padding-bottom: 10px; }

#content {
  padding-top: 100px; }

section.monthly {
  background: #fff; }
  section.monthly .ib {
    padding: 95px 0; }
    section.monthly .ib h2 {
      margin-top: 0px; }

section.ranking {
  background: #F5F4F3; }
  section.ranking .ib {
    padding: 95px 0; }
    section.ranking .ib h2 {
      margin-top: 0px; }

section.middle_img {
  padding-top: 160px;
  position: relative; }
  section.middle_img:before {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 160px;
    background: #fff;
    top: 0;
    left: 0; }
  section.middle_img .ib {
    width: 100%;
    display: flex;
    height: 790px;
    align-items: center;
    justify-content: center;
    background: url(../img/bg1.jpg) no-repeat 50% 50%;
    background-size: cover; }
    section.middle_img .ib .tit {
      font-size: 60px;
      text-align: center;
      font-weight: bold;
      color: #fff; }

section.pb_month {
  background: #fff; }
  section.pb_month .ib {
    padding: 20px 0 60px; }
    section.pb_month .ib h2 {
      margin-top: 0; }
    section.pb_month .ib .pb_list {
      margin: 40px 0;
      flex-wrap: wrap; }
      section.pb_month .ib .pb_list .box {
        width: 300px;
        height: auto;
        margin-bottom: 20px;
        transition: 0.4s ease; }
        section.pb_month .ib .pb_list .box a {
          padding: 20px;
          display: block;
          width: 100%;
          height: 100%; }
        section.pb_month .ib .pb_list .box:nth-of-type(5n) {
          margin-right: 0; }
        section.pb_month .ib .pb_list .box .img {
          height: auto;
          aspect-ratio: 1/0.66;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.pb_month .ib .pb_list .box .img img {
            object-fit: contain;
            width: 100%;
            height: 100%;
            mix-blend-mode: multiply; }
        section.pb_month .ib .pb_list .box .name {
          display: block;
          font-size: 16px;
          text-align: center;
          margin-top: 20px; }
          section.pb_month .ib .pb_list .box .name i {
            display: block;
            line-height: 1.6; }

.top_sns .ib {
  padding: 60px 0; }
  .top_sns .ib h4 {
    font-size: 20px;
    color: #868686;
    font-weight: bold;
    text-align: center; }
  .top_sns .ib .sns_link {
    width: 233px;
    margin: 30px auto;
    justify-content: space-between;
    display: flex; }
    .top_sns .ib .sns_link a {
      width: 54px;
      height: 100%; }
      .top_sns .ib .sns_link a img {
        display: block;
        width: 100%; }

#content .pager {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 60px 0 100px; }
  #content .pager a, #content .pager span {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    background: #fff;
    margin-right: 8px;
    line-height: 1;
    color: #D39B41;
    font-weight: bold;
    font-size: 19px;
    border: 1px solid #D39B41; }
    #content .pager a:last-child, #content .pager span:last-child {
      margin-right: 0; }
    #content .pager a.next, #content .pager span.next {
      border: none; }
      #content .pager a.next:before, #content .pager span.next:before {
        transform: scale(-1, 1);
        content: url(../img/ga1.svg); }
    #content .pager a.prev, #content .pager span.prev {
      border: none; }
      #content .pager a.prev:before, #content .pager span.prev:before {
        content: url(../img/ga1.svg); }
    #content .pager a.current, #content .pager span.current {
      background: #D39B41;
      color: #fff; }

#content.single .single_bg {
  background: #fff; }
#content.single.toppage {
  margin-top: 0; }
#content.single h1, #content.single h2, #content.single h3, #content.single h4, #content.single h5 {
  letter-spacing: 0.1em; }
#content.single p {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0; }
#content.single .ib {
  padding: 55px 0; }
  #content.single .ib .sns_box {
    margin-top: 40px; }
    #content.single .ib .sns_box button {
      height: 42px;
      position: relative;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #D39B41;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      color: #fff;
      width: 100%;
      border: none; }
      #content.single .ib .sns_box button.already {
        background: #aaa;
        pointer-events: none; }
        #content.single .ib .sns_box button.already:after {
          content: url(../img/plus_o.svg); }
      #content.single .ib .sns_box button:after {
        content: url(../img/plus.svg);
        right: 12px;
        top: calc(50% - 12px);
        position: absolute; }
    #content.single .ib .sns_box .buttons {
      height: 40px;
      display: flex;
      justify-content: space-between;
      margin-top: 16px; }
      #content.single .ib .sns_box .buttons a {
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        border-radius: 6px;
        background: #000; }
        #content.single .ib .sns_box .buttons a.line {
          background: #06C755; }
        #content.single .ib .sns_box .buttons a.fb {
          background: #0866FF; }
  #content.single .ib .recipe_content {
    position: relative; }
    #content.single .ib .recipe_content h1, #content.single .ib .recipe_content h2, #content.single .ib .recipe_content h3, #content.single .ib .recipe_content h4, #content.single .ib .recipe_content h5 {
      font-weight: 500 !important; }
    #content.single .ib .recipe_content #relative_recipe {
      margin-top: 70px; }
      #content.single .ib .recipe_content #relative_recipe h2 {
        font-weight: 500;
        font-size: 28px; }
    #content.single .ib .recipe_content .brand.single_icon {
      position: absolute;
      width: 60px;
      height: 60px;
      right: 0;
      top: -10px; }
    #content.single .ib .recipe_content h1, #content.single .ib .recipe_content h2 {
      font-size: 32px;
      margin-top: 0;
      font-weight: bold;
      color: #D39B41;
      display: flex;
      align-items: center; }
      #content.single .ib .recipe_content h1 span, #content.single .ib .recipe_content h2 span {
        font-size: 24px;
        letter-spacing: -0.005rem; }
    #content.single .ib .recipe_content .materials_flow {
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      margin: 20px 0; }
      #content.single .ib .recipe_content .materials_flow h4 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 15px;
        color: #D39B41;
        border-bottom: 2px solid #D39B41;
        padding-bottom: 8px; }
        #content.single .ib .recipe_content .materials_flow h4 span {
          display: inline-block;
          font-weight: normal;
          font-size: 15px; }
      #content.single .ib .recipe_content .materials_flow .materials {
        width: 440px;
        background: #F7F7F7;
        padding: 30px;
        max-width: 100%; }
        #content.single .ib .recipe_content .materials_flow .materials .allergen p {
          font-size: 15px;
          margin-top: 30px; }
          #content.single .ib .recipe_content .materials_flow .materials .allergen p span {
            display: block;
            line-height: 2.2;
            font-size: 16px; }
            #content.single .ib .recipe_content .materials_flow .materials .allergen p span.al {
              font-size: 15px;
              font-weight: bold;
              border-bottom: 2px solid #D39B41;
              color: #D39B41; }
        #content.single .ib .recipe_content .materials_flow .materials ul li {
          display: block;
          padding: 10px 15px;
          /* 材料背景下 */
          background: #f7f7f7;
          font-size: 16px;
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #C9C9C9; }
          #content.single .ib .recipe_content .materials_flow .materials ul li.parent {
            font-weight: bold;
            display: flex;
            padding: 0; }
            #content.single .ib .recipe_content .materials_flow .materials ul li.parent .l {
              justify-content: center;
              align-items: center;
              display: flex;
              width: 52px;
              border-right: none; }
            #content.single .ib .recipe_content .materials_flow .materials ul li.parent .r {
              width: calc(100% - 52px); }
              #content.single .ib .recipe_content .materials_flow .materials ul li.parent .r em {
                padding: 10px 15px;
                font-weight: normal;
                display: block;
                border-bottom: 1px solid #C9C9C9;
                display: flex;
                justify-content: space-between; }
                #content.single .ib .recipe_content .materials_flow .materials ul li.parent .r em:last-child {
                  border: none; }
          #content.single .ib .recipe_content .materials_flow .materials ul li.child {
            padding-left: 40px; }
      #content.single .ib .recipe_content .materials_flow .flow {
        width: 600px;
        max-width: 100%; }
        #content.single .ib .recipe_content .materials_flow .flow h4 {
          margin-top: 28px; }
        #content.single .ib .recipe_content .materials_flow .flow p {
          letter-spacing: 0.05em; }
          #content.single .ib .recipe_content .materials_flow .flow p.s {
            font-size: 14px; }
        #content.single .ib .recipe_content .materials_flow .flow .hosoku {
          line-height: 1.8;
          margin-top: 20px;
          font-size: 14px; }
        #content.single .ib .recipe_content .materials_flow .flow .box {
          border-bottom: 1px dashed #bfbfbf;
          position: relative;
          padding-bottom: 15px;
          padding-left: 40px; }
          #content.single .ib .recipe_content .materials_flow .flow .box p {
            margin: 15px 0 0;
            padding-top: 5px; }
          #content.single .ib .recipe_content .materials_flow .flow .box .num {
            position: absolute;
            top: 8px;
            left: 0;
            color: #D39B41;
            font-weight: bold;
            text-align: center;
            padding: 5px 5px;
            font-size: 22px;
            font-family: "Roboto", sans-serif;
            align-items: center;
            justify-content: center;
            display: flex;
            font-style: italic; }
            #content.single .ib .recipe_content .materials_flow .flow .box .num i {
              margin-top: -2px;
              line-height: 1;
              font-style: normal; }
        #content.single .ib .recipe_content .materials_flow .flow .prepare {
          position: relative;
          padding-bottom: 20px;
          border-bottom: 1px solid #BFBFBF; }
          #content.single .ib .recipe_content .materials_flow .flow .prepare p {
            position: relative;
            padding-left: 0px; }
          #content.single .ib .recipe_content .materials_flow .flow .prepare:before {
            content: "";
            height: 1px;
            width: calc(100% - 110px);
            display: block;
            position: absolute;
            top: 13px;
            right: 0;
            border-top: 1px solid #bfbfbf; }
          #content.single .ib .recipe_content .materials_flow .flow .prepare i {
            display: inline-block;
            padding: 2px 30px;
            font-size: 15px;
            border: 1px solid #888;
            border-radius: 50px; }
    #content.single .ib .recipe_content .rp {
      position: relative;
      border-top: 2px solid #D39B41;
      margin-top: 50px; }
      #content.single .ib .recipe_content .rp.tate {
        margin-top: 30px; }
        #content.single .ib .recipe_content .rp.tate .row .txt {
          width: calc(100% - 180px );
          max-width: 100%; }
          #content.single .ib .recipe_content .rp.tate .row .txt h4 {
            margin-bottom: 17px;
            margin-top: 15px; }
          #content.single .ib .recipe_content .rp.tate .row .txt h5 {
            font-size: 18px;
            color: #000;
            margin-bottom: 20px; }
          #content.single .ib .recipe_content .rp.tate .row .txt a {
            bottom: 0;
            position: relative; }
      #content.single .ib .recipe_content .rp h4 {
        font-size: 22px;
        color: #D39B41;
        font-weight: 500;
        border-bottom: none;
        padding: 0;
        margin-top: 0; }
      #content.single .ib .recipe_content .rp .row {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        padding-bottom: 25px; }
        #content.single .ib .recipe_content .rp .row .img {
          width: 150px;
          height: 150px; }
          #content.single .ib .recipe_content .rp .row .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: contain; }
        #content.single .ib .recipe_content .rp .row .txt {
          width: calc(100% - 180px);
          letter-spacing: 0.1em;
          position: relative; }
          #content.single .ib .recipe_content .rp .row .txt h5 {
            margin-top: 0px;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 20px;
            flex-wrap: wrap;
            display: flex;
            align-items: center; }
            #content.single .ib .recipe_content .rp .row .txt h5 span {
              width: 130px;
              font-size: 14px;
              color: #fff;
              font-weight: normal;
              align-items: center;
              justify-content: center;
              display: flex;
              margin-right: 10px;
              min-height: 33px; }
              #content.single .ib .recipe_content .rp .row .txt h5 span.capital {
                background: #D87142; }
              #content.single .ib .recipe_content .rp .row .txt h5 span.kinki {
                background: #7AB569; }
          #content.single .ib .recipe_content .rp .row .txt .remark {
            display: block;
            font-size: 13px;
            line-height: 1.9;
            margin-bottom: -20px; }
          #content.single .ib .recipe_content .rp .row .txt a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #D39B41;
            font-size: 16px;
            height: 48px;
            width: 420px;
            border-radius: 50px;
            max-width: 100%;
            position: absolute;
            right: 0;
            bottom: 10px;
            border: 2px solid #D39B41;
            transition: 0.4s ease; }
            #content.single .ib .recipe_content .rp .row .txt a:after, #content.single .ib .recipe_content .rp .row .txt a:before {
              content: url(../img/ar2.svg);
              width: 25px;
              height: 25px;
              background: #D39B41;
              border-radius: 50%;
              position: absolute;
              right: 13px;
              top: calc(50% - 12px);
              padding-right: 1px;
              display: flex;
              align-items: center;
              justify-content: center;
              z-index: 2;
              background: none; }
            #content.single .ib .recipe_content .rp .row .txt a:before {
              content: "";
              background: #D39B41;
              width: 24px;
              right: 12px; }
            #content.single .ib .recipe_content .rp .row .txt a:hover {
              background: #D39B41;
              color: #fff; }
    #content.single .ib .recipe_content .mov_txt {
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap;
      margin: 50px 0 20px; }
      #content.single .ib .recipe_content .mov_txt.tate {
        margin-bottom: 40px; }
        #content.single .ib .recipe_content .mov_txt.tate .txt {
          width: 600px; }
          #content.single .ib .recipe_content .mov_txt.tate .txt .sns_box {
            justify-content: space-between; }
            #content.single .ib .recipe_content .mov_txt.tate .txt .sns_box.tate {
              display: flex !important; }
            #content.single .ib .recipe_content .mov_txt.tate .txt .sns_box .buttons {
              width: calc(100% - 285px);
              margin-top: 0;
              padding-top: 0; }
            #content.single .ib .recipe_content .mov_txt.tate .txt .sns_box button {
              width: 270px; }
        #content.single .ib .recipe_content .mov_txt.tate .mov {
          width: 440px;
          height: auto;
          aspect-ratio: 1/1.78;
          background: #f1f1f1; }
      #content.single .ib .recipe_content .mov_txt .mov {
        width: 605px;
        height: 349px;
        max-width: 100%; }
        #content.single .ib .recipe_content .mov_txt .mov iframe, #content.single .ib .recipe_content .mov_txt .mov img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content.single .ib .recipe_content .mov_txt .txt {
        width: 440px; }
        #content.single .ib .recipe_content .mov_txt .txt h4 {
          font-size: 20px;
          line-height: 1.6;
          font-weight: 500;
          margin-top: -5px; }
        #content.single .ib .recipe_content .mov_txt .txt h5 {
          font-size: 18px;
          color: #D39B41;
          margin: 20px 0 10px;
          font-weight: 500; }
        #content.single .ib .recipe_content .mov_txt .txt .point {
          margin-top: 30px; }
          #content.single .ib .recipe_content .mov_txt .txt .point span {
            display: inline-block;
            padding: 5px 15px;
            background: #f5f5f5;
            border-radius: 50px;
            font-size: 14px; }
          #content.single .ib .recipe_content .mov_txt .txt .point p {
            margin-top: 10px; }
        #content.single .ib .recipe_content .mov_txt .txt .data {
          display: flex; }
          #content.single .ib .recipe_content .mov_txt .txt .data .box {
            width: 50%;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            border-left: 1px dashed #ccc; }
            #content.single .ib .recipe_content .mov_txt .txt .data .box.cal h5 img {
              width: 15px; }
            #content.single .ib .recipe_content .mov_txt .txt .data .box.tanpaku h5 img {
              width: 12px;
              margin-right: 3px; }
            #content.single .ib .recipe_content .mov_txt .txt .data .box:last-child {
              border-right: 1px dashed #ccc; }
            #content.single .ib .recipe_content .mov_txt .txt .data .box em {
              font-size: 15px;
              font-weight: normal;
              width: 100%;
              text-align: center;
              margin-top: 0;
              margin-bottom: 5px;
              display: flex;
              justify-content: center;
              align-items: center; }
              #content.single .ib .recipe_content .mov_txt .txt .data .box em img {
                margin-right: 6px;
                position: relative;
                top: 0.5px; }
            #content.single .ib .recipe_content .mov_txt .txt .data .box p {
              width: 100%;
              margin: 5px 0 0;
              text-align: center;
              font-size: 14px; }
              #content.single .ib .recipe_content .mov_txt .txt .data .box p span {
                display: inline-block;
                font-size: 30px;
                font-weight: bold;
                font-family: "Roboto", sans-serif; }
#content.single .single_content h2 {
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center; }
  #content.single .single_content h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    font-family: "Roboto Condensed", sans-serif; }
#content.single .relative_recipe {
  background: #fff;
  margin-top: 134px; }
  #content.single .relative_recipe .ib {
    padding: 80px 0 100px; }
#content.single .single_category {
  background: none; }
  #content.single .single_category .ib {
    padding: 80px 0 100px; }
    #content.single .single_category .ib .tax_link {
      flex-wrap: wrap;
      display: flex;
      margin-top: 40px; }
      #content.single .single_category .ib .tax_link a {
        height: 60px;
        width: 260px;
        margin-right: 20px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #e3e3e3;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        transition: 0.4s ease; }
        #content.single .single_category .ib .tax_link a:hover {
          background: #D39B41;
          color: #fff; }
          #content.single .single_category .ib .tax_link a:hover svg path {
            stroke: #fff; }
        #content.single .single_category .ib .tax_link a:nth-of-type(4n) {
          margin-right: 0; }
        #content.single .single_category .ib .tax_link a svg {
          position: absolute;
          left: 15px;
          top: calc(50% - 13px); }
#content.single .rr_list {
  display: flex; }
  #content.single .rr_list .box {
    width: 348px;
    height: 384px;
    position: relative;
    margin-right: 28px; }
    #content.single .rr_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content.single .rr_list .box:hover .img img {
      transform: scale(1.1); }
    #content.single .rr_list .box .bland {
      position: absolute;
      z-index: 2;
      width: 50px;
      height: 50px;
      top: 10px;
      right: 10px; }
      #content.single .rr_list .box .bland img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.single .rr_list .box .img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
      #content.single .rr_list .box .img img {
        transition: 0.4s ease;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.single .rr_list .box .detail {
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 270px;
      height: 140px;
      display: block;
      padding: 23px 20px; }
      #content.single .rr_list .box .detail h3 {
        font-size: 18px;
        margin-top: 0; }
      #content.single .rr_list .box .detail .data {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px); }
        #content.single .rr_list .box .detail .data i {
          display: inline-block;
          margin-right: 10px;
          font-size: 14px; }

body.subpage.archive:before {
  background: url(../img/archive/bg1.png) no-repeat 95% 50%;
  background-blend-mode: multiply;
  background-size: 66% auto; }
body.subpage.tax_recipe:before {
  background: url(../img/taxonomy/tax_bg1.png) no-repeat 95% 50%;
  background-blend-mode: multiply;
  background-size: 66% auto; }
body.subpage.tax_pb:before {
  background: url(../img/taxonomy/pb_bg1.png) no-repeat 95% 50%;
  background-blend-mode: multiply;
  background-size: 66% auto; }
body.subpage.search.filter:before {
  background: url(../img/search/bg2.png) no-repeat 95% 50%;
  background-blend-mode: multiply;
  background-size: 66% auto; }
body.subpage.search:before {
  background: url(../img/search/bg1.png) no-repeat 95% 50%;
  background-blend-mode: multiply;
  background-size: 66% auto; }
body.subpage.single:before {
  background: url(../img/single/bg1.png) no-repeat 95% 50%, #F5F4F3;
  background-blend-mode: multiply;
  background-size: 66% auto; }
body.subpage:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2; }
body.subpage:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: #faf9f9;
  mix-blend-mode: multiply; }
body.subpage.tablet:before {
  top: -400px; }
body.subpage.tablet.scrolled:before {
  top: 0; }

#content .category_title {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/taxonomy/tax_bg1.png) no-repeat calc(50% + 300px) 50%, #F5F4F3;
  background-blend-mode: multiply;
  background: none !important; }
  #content .category_title i {
    display: inline-block;
    margin-left: -12px; }
  #content .category_title em {
    display: inline-block;
    padding-right: 10px; }
  #content .category_title.pb {
    background: url(../img/taxonomy/pb_bg1.png) no-repeat calc(50% + 300px) 50%, #F5F4F3; }
  #content .category_title.search {
    background: url(../img/search/bg1.png) no-repeat calc(50% + 300px) 50%, #F5F4F3; }
  #content .category_title.archive {
    background: url(../img/archive/bg1.png) no-repeat calc(50% + 300px) 50%, #F5F4F3; }
  #content .category_title h2 {
    font-size: 30px; }
    #content .category_title h2 span {
      font-size: 14px;
      font-family: "Roboto Condensed", sans-serif;
      position: relative;
      left: -3px; }
#content .recipe_results {
  background: #fff; }
  #content .recipe_results.search_list .ib {
    display: flex;
    justify-content: space-between; }
    #content .recipe_results.search_list .ib .search_term {
      width: 260px;
      max-width: 100%; }
    #content .recipe_results.search_list .ib .tax_recipe_list {
      width: 820px;
      max-width: 100%; }
      #content .recipe_results.search_list .ib .tax_recipe_list .box:nth-of-type(4n) {
        margin-right: 20px; }
      #content .recipe_results.search_list .ib .tax_recipe_list .box:nth-of-type(3n) {
        margin-right: 0; }
  #content .recipe_results .ib {
    padding: 70px 0; }
    #content .recipe_results .ib.c404 {
      padding-top: 120px; }
      #content .recipe_results .ib.c404 h3 {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.01em; }
      #content .recipe_results .ib.c404 p {
        font-size: 18px;
        text-align: center;
        margin: 30px 0 100px; }
#content .tax_recipe_list {
  flex-wrap: wrap;
  display: flex;
  align-content: baseline; }
  #content .tax_recipe_list.no404 .box h3 {
    text-align: left; }
  #content .tax_recipe_list p {
    width: 100%; }
  #content .tax_recipe_list .box {
    width: 260px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative; }
    #content .tax_recipe_list .box:nth-of-type(4n) {
      margin-right: 0; }
    #content .tax_recipe_list .box .new {
      width: 57px;
      height: 29px;
      align-items: center;
      justify-content: center;
      display: flex;
      background: #fff;
      font-size: 15px;
      color: #FF9D00;
      font-weight: bold;
      border-radius: 0px 0px 10px 10px;
      z-index: 2;
      position: absolute;
      top: -8px;
      letter-spacing: -0.05em;
      left: 10px;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
      #content .tax_recipe_list .box .new:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 0 7px;
        border-color: transparent transparent transparent #B4B4B4;
        top: 0;
        right: -7px;
        position: absolute; }
    #content .tax_recipe_list .box .img {
      height: 180px; }
      #content .tax_recipe_list .box .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .tax_recipe_list .box .bland {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 10px;
      right: 10px;
      z-index: 2; }
      #content .tax_recipe_list .box .bland img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .tax_recipe_list .box .detail {
      height: 220px;
      padding: 15px;
      background: #fff; }
      #content .tax_recipe_list .box .detail h3 {
        font-size: 18px;
        margin-top: 0;
        min-height: 52px; }
      #content .tax_recipe_list .box .detail .data {
        font-size: 14px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse; }
        #content .tax_recipe_list .box .detail .data i {
          margin-left: 10px;
          align-items: center;
          display: flex; }
          #content .tax_recipe_list .box .detail .data i img {
            margin-right: 3px;
            position: relative;
            top: 0.5px; }
      #content .tax_recipe_list .box .detail .pb {
        position: relative;
        padding-bottom: 15px; }
        #content .tax_recipe_list .box .detail .pb:after {
          content: "";
          height: 1px;
          position: absolute;
          right: 0;
          width: 150px;
          top: 13px;
          display: block;
          border-bottom: 1px dashed #666; }
        #content .tax_recipe_list .box .detail .pb h4 {
          font-size: 12px;
          padding: 2px 12px;
          font-weight: normal;
          border: 1px solid #666;
          border-radius: 50px;
          display: inline-block;
          position: relative;
          margin-top: 0; }
        #content .tax_recipe_list .box .detail .pb .row {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: center; }
          #content .tax_recipe_list .box .detail .pb .row .img {
            width: 60px;
            height: 60px; }
            #content .tax_recipe_list .box .detail .pb .row .img img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              object-fit: contain; }
          #content .tax_recipe_list .box .detail .pb .row .txt {
            width: 160px; }
            #content .tax_recipe_list .box .detail .pb .row .txt h5 {
              font-size: 14px;
              font-weight: normal;
              margin: 0; }

#content .search_term h3, #content .search_term h4 {
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  display: flex;
  margin-top: 0; }
  #content .search_term h3 img, #content .search_term h4 img {
    display: inline-block;
    margin-right: 10px; }
#content .search_term form {
  display: block; }
  #content .search_term form .clear {
    width: 100%;
    font-size: 16px;
    color: #666;
    text-align: center;
    cursor: pointer; }
    #content .search_term form .clear:before {
      content: "";
      font-family: "material symbols outlined";
      display: inline-block;
      margin-right: 7px;
      position: relative;
      top: 2px; }
  #content .search_term form button {
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: none;
    margin: 30px 0;
    height: 46px;
    font-family: "Noto Sans JP", sans-serif;
    transition: 0.4s ease; }
    #content .search_term form button:hover {
      background: #E5DFD3; }
  #content .search_term form .cat {
    margin: 20px 0; }
    #content .search_term form .cat p.s {
      font-size: 13px;
      color: #666;
      margin-top: -5px; }
  #content .search_term form input[type="text"] {
    display: block;
    padding: 10px;
    border: none;
    width: 100%;
    margin: 20px 0; }
  #content .search_term form .term_open {
    position: relative;
    cursor: pointer; }
    #content .search_term form .term_open.active:before {
      content: ""; }
    #content .search_term form .term_open:before {
      font-family: "material symbols outlined";
      position: absolute;
      right: 0;
      content: ""; }
  #content .search_term form .term {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    #content .search_term form .term.active {
      display: flex; }
    #content .search_term form .term label {
      width: 120px;
      height: 40px;
      background: #fff;
      font-size: 15px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      cursor: pointer; }
      #content .search_term form .term label input[type="checkbox"] {
        display: none; }
      #content .search_term form .term label.active {
        background: #E5DFD3; }

#content.not_found .ib.c404 {
  padding-top: 100px; }

#content.sns .ib h2 {
  line-height: 1.5; }
#content.sns .ib .sns_list {
  border-top: 1px solid #707070;
  margin: 50px 0; }
  #content.sns .ib .sns_list .row {
    padding: 30px 0 20px;
    border-bottom: 1px solid #707070; }
    #content.sns .ib .sns_list .row:last-child {
      border-bottom: none; }
    #content.sns .ib .sns_list .row p {
      font-size: 18px; }
    #content.sns .ib .sns_list .row .links {
      height: 75px;
      flex-wrap: wrap;
      display: flex;
      margin: 30px 0 20px; }
      #content.sns .ib .sns_list .row .links a {
        width: 40%;
        display: flex;
        margin-right: 40px;
        align-items: center;
        align-content: center;
        height: 100%; }
        #content.sns .ib .sns_list .row .links a:last-child {
          margin-right: 0; }
        #content.sns .ib .sns_list .row .links a img {
          height: 100%;
          width: auto;
          margin-right: 20px; }
      #content.sns .ib .sns_list .row .links span {
        color: #D39B41;
        text-decoration: underline;
        font-size: 20px; }
    #content.sns .ib .sns_list .row .sns_brand {
      display: flex;
      align-items: center;
      margin-top: -80px;
      padding-top: 80px; }
      #content.sns .ib .sns_list .row .sns_brand img {
        height: 32px;
        margin-right: 14px; }
      #content.sns .ib .sns_list .row .sns_brand span {
        font-size: 20px;
        font-weight: 500; }

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D39B41;
  padding: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 99;
  bottom: 40px;
  right: 40px;
  background: #fff;
  color: #D39B41;
  cursor: pointer; }
  #pagetop:before {
    content: "";
    font-family: "Material icons";
    display: inline-block;
    color: #D39B41;
    font-size: 24px; }

footer {
  background: #fff; }
  footer.front {
    background: #fff;
    height: 440px;
    padding-top: 40px; }
    footer.front .ib {
      padding: 0; }
      footer.front .ib .foot_img {
        position: absolute;
        top: 0;
        left: 0;
        height: 400px; }
      footer.front .ib .inner {
        width: 580px;
        max-width: 100%;
        position: absolute;
        top: 70px;
        right: 50px; }
        footer.front .ib .inner .sns_b {
          display: flex;
          justify-content: center; }
          footer.front .ib .inner .sns_b a {
            padding: 0 15px;
            display: flex;
            align-items: center; }
        footer.front .ib .inner .foot_copy {
          display: block;
          width: 100%; }
        footer.front .ib .inner p {
          color: #000;
          letter-spacing: 0.05rem;
          font-size: 24px;
          text-align: center; }
  footer .ib {
    padding: 30px 0 50px;
    color: #000;
    font-size: 16px; }
    footer .ib h4 {
      color: #868686;
      width: 100%;
      text-align: center;
      font-size: 20px;
      font-weight: 500; }
    footer .ib .foot_sns {
      display: flex;
      margin: 30px auto 20px;
      align-items: center;
      justify-content: center;
      width: 100%; }
      footer .ib .foot_sns a {
        padding: 0 13px;
        display: flex;
        align-items: center; }
    footer .ib p.copy {
      color: #000;
      font-size: 14px;
      text-align: center;
      margin: 20px 0; }
    footer .ib .row {
      justify-content: space-between;
      display: flex;
      align-items: center; }
      footer .ib .row .logo {
        width: 170px; }
      footer .ib .row.r {
        justify-content: center;
        display: flex;
        padding-top: 10px; }
        footer .ib .row.r p {
          font-size: 16px; }
        footer .ib .row.r img {
          width: 96px;
          margin-left: 20px; }
        footer .ib .row.r a {
          font-size: 14px;
          display: flex;
          align-items: center;
          margin-right: 0; }
          footer .ib .row.r a:nth-of-type(2) {
            margin-left: 20px; }
          footer .ib .row.r a:after {
            content: url(../img/out2.svg);
            margin-left: 5px;
            position: relative;
            top: 2px; }
      footer .ib .row nav {
        align-items: center;
        display: flex; }
        footer .ib .row nav a {
          font-size: 16px;
          padding: 0 20px;
          color: #000; }
          footer .ib .row nav a:last-child {
            padding-right: 0; }

/*************************************
 *
 *WEB VIEW 判定
 *
 **************************************            */
.nojq {
  display: none !important; }

body.app_access .header, body.app_access footer, body.app_access #pagetop, body.app_access .sp_btn.sp_content, body.app_access header {
  display: none !important; }
body.app_access #content.single {
  margin-top: 0; }
  body.app_access #content.single .single_category {
    display: none; }

/*# sourceMappingURL=style.css.map */
