.bn_recipe {
  margin: 15px auto 80px;
  width: 960px;
  height: auto;
  text-align: center; }
  @media screen and (max-width: 667px) {
    .bn_recipe {
      margin: 5.33333% auto 8%;
      width: 100%; } }
  .bn_recipe .title {
    margin: 0 auto 30px;
    width: 182px;
    height: auto; }
    @media screen and (max-width: 667px) {
      .bn_recipe .title {
        margin: 0 auto 8%;
        width: 36%; } }
  .bn_recipe__content {
    margin: 0 auto 0px;
    padding: 0;
    width: 960px;
    height: auto;
    overflow: hidden; }
    @media screen and (max-width: 667px) {
      .bn_recipe__content {
        margin: 0 auto 0%;
        width: 78.66667%; } }
    .bn_recipe__content .item {
      position: relative;
      z-index: 0;
      top: 0;
      left: 0;
      margin: 0 0 15px 15px;
      width: 180px;
      height: 230px;
      overflow: hidden;
      display: block;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      float: left;
      cursor: pointer;
      background: #FFF; }
      .bn_recipe__content .item:after {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        content: "";
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #0053c5; }
        @media screen and (max-width: 667px) {
          .bn_recipe__content .item:after {
            -webkit-border-radius: 3.2vw;
            -moz-border-radius: 3.2vw;
            border-radius: 3.2vw;
            border: 1px solid #0053c5; } }
      .bn_recipe__content .item:hover:after {
        border: 2px solid #f54931; }
        @media screen and (max-width: 667px) {
          .bn_recipe__content .item:hover:after {
            border: 1px solid #0053c5; } }
      .bn_recipe__content .item:nth-child(5n+1) {
        margin-left: 0px; }
      @media screen and (max-width: 667px) {
        .bn_recipe__content .item {
          margin: 0 0 3.38983% 3.72881%;
          padding-bottom: 62.37288%;
          width: 48.13559%;
          height: 0;
          -webkit-border-radius: 3.2vw;
          -moz-border-radius: 3.2vw;
          border-radius: 3.2vw; }
          .bn_recipe__content .item:nth-child(5n+1) {
            margin-left: 3.72881%; }
          .bn_recipe__content .item:nth-child(2n+1) {
            margin-left: 0; } }
      .bn_recipe__content .item__image {
        margin: 10px auto 0;
        width: 160px;
        height: auto; }
        @media screen and (max-width: 667px) {
          .bn_recipe__content .item__image {
            margin: 5.28169% auto 0;
            width: 91.5493%; } }
      .bn_recipe__content .item__title {
        margin: 5px auto;
        width: 160px;
        height: 49px;
        overflow: hidden; }
        .bn_recipe__content .item__title img {
          margin: 0; }
        @media screen and (max-width: 667px) {
          .bn_recipe__content .item__title {
            position: relative;
            z-index: 0;
            top: 0;
            left: 0;
            margin: 2.8169% auto;
            padding-bottom: 28.16901%;
            width: 91.5493%;
            height: 0; }
            .bn_recipe__content .item__title img {
              position: absolute;
              z-index: 0;
              top: 0;
              left: 0; } }
      .bn_recipe__content .item:hover .item__title img {
        margin-top: -49px; }
        @media screen and (max-width: 667px) {
          .bn_recipe__content .item:hover .item__title img {
            margin-top: 0; } }
  .bn_recipe__back {
    margin: 0 auto 0;
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (max-width: 667px) {
      .bn_recipe__back {
        font-size: 11px;
        font-size: 1.1rem; } }
    .bn_recipe__back {
      position: relative;
      z-index: 0;
      top: 0;
      left: 0;
      padding-left: 19px;
      line-height: 19px; }
      @media screen and (max-width: 667px) {
        .bn_recipe__back {
          padding-left: 4.16vw;
          line-height: 100%; } }
    .bn_recipe__back, .bn_recipe__back:hover {
      text-decoration: none;
      color: #0053c5; }
    .bn_recipe__back:after {
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 0;
      margin: -7px 0 0 0;
      width: 14px;
      height: 14px;
      overflow: hidden;
      content: "";
      background-image: url("../img/recipe_link_ic01.png");
      background-size: 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 667px) {
        .bn_recipe__back:after {
          margin: -1.6vw 0 0 0;
          padding-bottom: 3.2vw;
          width: 3.2vw;
          height: 0;
          background-image: url("../img/sp_recipe_link_ic01.png"); } }
    .bn_recipe__back:hover:after {
      background-position: 0 -14px; }
      @media screen and (max-width: 667px) {
        .bn_recipe__back:hover:after {
          background-position: 0 0; } }
  .bn_recipe__nav {
    margin: 50px auto 40px;
    padding: 0;
    width: 960px;
    height: auto;
    overflow: hidden; }
    @media screen and (max-width: 667px) {
      .bn_recipe__nav {
        margin: 12% auto 4%;
        width: 78.66667%; } }
    .bn_recipe__nav__title {
      margin: 0 auto 20px;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 667px) {
        .bn_recipe__nav__title {
          margin: 0 auto 4%; } }
    .bn_recipe__nav__container {
      margin: 0 auto;
      width: 100%;
      height: auto;
      text-align: center; }
      @media screen and (max-width: 667px) {
        .bn_recipe__nav__container {
          margin: 0 auto; } }
    .bn_recipe__nav .item {
      position: relative;
      z-index: 0;
      top: 0;
      left: 0;
      margin: 0 0 20px 30px;
      width: 300px;
      height: 90px;
      overflow: hidden;
      background-color: #FFF;
      display: inline-block;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background-position: 0 top;
      background-repeat: no-repeat;
      background-size: 100%; }
      .bn_recipe__nav .item:after {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        content: "";
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #0053c5; }
        @media screen and (max-width: 667px) {
          .bn_recipe__nav .item:after {
            -webkit-border-radius: 3.2vw;
            -moz-border-radius: 3.2vw;
            border-radius: 3.2vw;
            border: 1px solid #0053c5; } }
      .bn_recipe__nav .item:hover:after {
        border: 2px solid #f54931; }
        @media screen and (max-width: 667px) {
          .bn_recipe__nav .item:hover:after {
            border: 1px solid #0053c5; } }
      .bn_recipe__nav .item:hover {
        background-position: 0 bottom; }
        @media screen and (max-width: 667px) {
          .bn_recipe__nav .item:hover {
            background-position: 0 0; } }
      .bn_recipe__nav .item:first-child {
        margin-left: 0; }
      @media screen and (max-width: 667px) {
        .bn_recipe__nav .item {
          margin: 0 0 3.38983% 0;
          padding-bottom: 23.72881%;
          width: 100%;
          height: 0;
          -webkit-border-radius: 3.2vw;
          -moz-border-radius: 3.2vw;
          border-radius: 3.2vw; } }
      .bn_recipe__nav .item--1 {
        background-image: url("../img/recipe_nav_bt01.png"); }
        @media screen and (max-width: 667px) {
          .bn_recipe__nav .item--1 {
            background-image: url("../img/sp_recipe_nav_bt01.png"); } }
      .bn_recipe__nav .item--2 {
        background-image: url("../img/recipe_nav_bt02.png"); }
        @media screen and (max-width: 667px) {
          .bn_recipe__nav .item--2 {
            background-image: url("../img/sp_recipe_nav_bt02.png"); } }
      .bn_recipe__nav .item--3 {
        background-image: url("../img/recipe_nav_bt03.png"); }
        @media screen and (max-width: 667px) {
          .bn_recipe__nav .item--3 {
            background-image: url("../img/sp_recipe_nav_bt03.png"); } }
