@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf:after, #recipes:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf, #recipes {
  min-height: 1px; }

* html .clf, * html #recipes {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/ }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-ms-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-ms-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@-moz-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@-ms-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

header .back_to_top.pc {
  position: absolute;
  top: 9px;
  right: 28px; }

header .back_to_top.sp {
  border-top: 1px solid #F2F2F2;
  margin-top: 45px;
  padding-top: 28px; }
  header .back_to_top.sp a {
    color: #939393;
    font-size: 11px;
    letter-spacing: 2.31px; }

footer {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.225em;
  font-family: "FOT-筑紫A丸ゴシック Std E", "TsukuARdGothicStd-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
  background: #fff;
  color: #000;
  position: relative;
  margin-top: 17px;
  text-align: center;
  padding-bottom: 19px;
  position: relative; }
  footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-ffffff@2x-6f27787b.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  @media screen and (max-width: 1149px) {
    footer {
      padding-bottom: 0; } }
  footer .share {
    display: block;
    width: 30px;
    height: 138px;
    z-index: 10;
    position: absolute;
    left: 36px;
    top: -192px;
    line-height: 1em;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 1149px) {
      footer .share {
        display: none; } }
    body.sukikirai.recipe.index footer .share {
      top: -341px;
      bottom: auto;
      left: 68px; }
    footer .share.fixed {
      position: fixed;
      top: auto;
      bottom: 38px;
      left: 36px; }
      body.sukikirai.recipe.index footer .share.fixed {
        top: auto;
        bottom: 175px;
        left: 68px; }
    footer .share span {
      font-size: 10px;
      transform: scale(0.8);
      transform-origin: center;
      letter-spacing: 0.15em;
      display: block;
      margin-bottom: 16px; }
    footer .share > div {
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-flex-direction: column;
      display: flex;
      align-items: center;
      flex-direction: column; }
    footer .share a {
      cursor: pointer;
      transition: opacity 0.2s; }
      footer .share a:hover {
        opacity: 0.7; }
      footer .share a:not(:first-child) {
        margin-top: 22px; }
      footer .share a.facebook img {
        width: 10.79px; }
      footer .share a.twitter img {
        width: 19px; }
      footer .share a.line img {
        width: 23.11px; }
      footer .share a img {
        height: auto; }
  footer #pagetop_btn {
    display: block;
    width: 41px;
    height: 41px;
    z-index: 10;
    transition: opacity 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
    position: absolute;
    right: 38px;
    top: -96px; }
    footer #pagetop_btn:hover {
      opacity: 0.7; }
    footer #pagetop_btn.fixed {
      position: fixed;
      top: auto;
      bottom: 38px;
      right: 38px; }
  footer .logo {
    margin: 72px 0 28px; }
  footer .desc {
    letter-spacing: 0.175em; }
  footer .link_top {
    transition-property: opacity;
    transition-duration: 0.2s;
    display: inline-block;
    background: #808080;
    border-radius: 17px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 6px 15px 9px 19px;
    margin: 30px 0 60px;
    transition-duration: 0.2s; }
    footer .link_top:hover {
      opacity: 0.7; }
    footer .link_top > img {
      display: inline-block;
      margin-left: 9px;
      width: 15px;
      height: auto; }
  footer .cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 auto; }
  footer .card {
    display: flex;
    flex-direction: column;
    width: 271px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 0.2s; }
    footer .card:hover {
      opacity: 0.7; }
    footer .card img {
      width: 100%;
      height: auto; }
  footer .logos {
    margin-top: 60px;
    margin-bottom: 33px; }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #4c4c4c; }
    footer .copyright .separator {
      margin-left: 0.5em;
      margin-right: 0.5em; }

body:not(.sukikirai) footer {
  position: relative;
  margin-top: 17px; }
  body:not(.sukikirai) footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-ffffff@2x-6f27787b.png");
    background-size: contain;
    position: absolute;
    top: -17px; }

@media (max-width: 1149px) {
  body[data-device="mobile"]:not(.sukikirai) footer, body[data-device="tablet"]:not(.sukikirai) footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -8px; }
    body[data-device="mobile"]:not(.sukikirai) footer:before, body[data-device="tablet"]:not(.sukikirai) footer:before {
      height: 8px;
      top: -8px; }
    body[data-device="mobile"]:not(.sukikirai) footer #pagetop_btn, body[data-device="tablet"]:not(.sukikirai) footer #pagetop_btn {
      width: 72px;
      height: 72px;
      right: 0;
      top: -82px; }
      body[data-device="mobile"]:not(.sukikirai) footer #pagetop_btn > img, body[data-device="tablet"]:not(.sukikirai) footer #pagetop_btn > img {
        margin: 18px;
        width: 35px;
        height: 35px; }
      body[data-device="mobile"]:not(.sukikirai) footer #pagetop_btn.fixed, body[data-device="tablet"]:not(.sukikirai) footer #pagetop_btn.fixed {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0; }
    body[data-device="mobile"]:not(.sukikirai) footer .logo, body[data-device="tablet"]:not(.sukikirai) footer .logo {
      width: 191px;
      height: auto;
      margin: 35px 0 14px; }
    body[data-device="mobile"]:not(.sukikirai) footer .desc, body[data-device="tablet"]:not(.sukikirai) footer .desc {
      font-size: 11px;
      line-height: 1.7;
      letter-spacing: 0.21em;
      margin-top: 7px; }
    body[data-device="mobile"]:not(.sukikirai) footer .link_top, body[data-device="tablet"]:not(.sukikirai) footer .link_top {
      font-size: 11px;
      letter-spacing: 2.9px;
      padding: 4px 8px 5px 10px;
      margin: 22px 0 41px;
      transition-duration: 0.2s;
      border-radius: 12px; }
      body[data-device="mobile"]:not(.sukikirai) footer .link_top > img, body[data-device="tablet"]:not(.sukikirai) footer .link_top > img {
        width: 9px;
        margin-left: 8px; }
    body[data-device="mobile"]:not(.sukikirai) footer .cards, body[data-device="tablet"]:not(.sukikirai) footer .cards {
      flex-direction: column;
      align-items: center;
      gap: 22px; }
    body[data-device="mobile"]:not(.sukikirai) footer .card, body[data-device="tablet"]:not(.sukikirai) footer .card {
      width: 230px;
      border-radius: 8.86px;
      box-shadow: 0 0 3.542px 0.886px rgba(0, 0, 0, 0.25); }
    body[data-device="mobile"]:not(.sukikirai) footer .logos, body[data-device="tablet"]:not(.sukikirai) footer .logos {
      margin: 20px 0 0; }
      body[data-device="mobile"]:not(.sukikirai) footer .logos .sb_logo > img, body[data-device="tablet"]:not(.sukikirai) footer .logos .sb_logo > img {
        width: 28px;
        height: auto; }
    body[data-device="mobile"]:not(.sukikirai) footer .copyright, body[data-device="tablet"]:not(.sukikirai) footer .copyright {
      display: block;
      width: calc(100% / 0.55);
      margin-left: calc((100% - 100% / 0.55) / 2);
      white-space: nowrap;
      font-size: 10px;
      transform-origin: center;
      transform: scale(0.55); } }

body {
  --max-width: 1149px;
  min-width: 1150px;
  position: relative;
  font-feature-settings: 'palt';
  letter-spacing: 0.15em; }

body[data-device="mobile"], body[data-device="tablet"] {
  min-width: 0; }

a {
  text-decoration: none;
  color: inherit; }

section {
  max-height: inherit; }

.pc {
  display: inline-block; }

.sp {
  display: none; }

@media (max-width: 1149px) {
  body[data-device="mobile"] .pc, body[data-device="tablet"] .pc {
    display: none; }
  body[data-device="mobile"] .sp, body[data-device="tablet"] .sp {
    display: inherit; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-ms-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-ms-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@-moz-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@-ms-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

.wrap {
  width: 900px;
  margin: 0 auto; }
  .wrap > h2 {
    color: white;
    font-size: 26px;
    text-align: center;
    font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
    padding-top: 57px;
    padding-bottom: 44px; }
  .wrap > p {
    color: white;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: center; }

#recipes {
  margin-top: 50px;
  clear: both;
  padding-bottom: 54px; }
  #recipes a.recipe {
    float: left;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 430px;
    height: 390px;
    position: relative;
    margin-bottom: 40px; }
    #recipes a.recipe:not(:nth-child(2n+1)) {
      margin-left: 40px; }
    #recipes a.recipe .question {
      color: #00ABF7;
      font-size: 18px;
      letter-spacing: 0.2em;
      height: 85px;
      -webkit-display: flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      #recipes a.recipe .question.small {
        background-image: url("/aroma-spice/img/makenai-karada/recipe/fukidashi-small-9098ebe1.png");
        background-size: auto 76px;
        background-position: top 16px center;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          #recipes a.recipe .question.small {
            background-image: url("/aroma-spice/img/makenai-karada/recipe/fukidashi-small@2x-2ff08e64.png"); } }
      #recipes a.recipe .question.medium {
        background-image: url("/aroma-spice/img/makenai-karada/recipe/fukidashi-medium-3a771720.png");
        background-size: auto 75px;
        background-position: top 16px center;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          #recipes a.recipe .question.medium {
            background-image: url("/aroma-spice/img/makenai-karada/recipe/fukidashi-medium@2x-b8ac530d.png"); } }
      #recipes a.recipe .question.large {
        background-image: url("/aroma-spice/img/makenai-karada/recipe/fukidashi-large-ec6ace16.png");
        background-size: auto 76px;
        background-position: top 16px center;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          #recipes a.recipe .question.large {
            background-image: url("/aroma-spice/img/makenai-karada/recipe/fukidashi-large@2x-6098c4e0.png"); } }
    #recipes a.recipe h3 {
      margin-top: -7px;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0.15em;
      text-align: center;
      height: 2em;
      display: flex;
      justify-content: center;
      align-items: center; }
    #recipes a.recipe .photo {
      width: 100%;
      height: 260px;
      position: absolute;
      bottom: 0; }
    #recipes a#recipe_001.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/001@2x-72942bd5.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_001.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_002.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/002@2x-04ef774b.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_002.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_003.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/003@2x-009897b2.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_003.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_004.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/004@2x-0576c114.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_004.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_005.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/005@2x-380cd380.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_005.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_006.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/006@2x-99a621d0.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_006.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_007.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/007@2x-aa7490b2.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_007.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_008.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/008@2x-0b157359.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_008.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_009.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/009@2x-8ff75cd7.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_009.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_010.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/010@2x-6fe4fbb2.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_010.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_011.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/011@2x-92b1904f.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_011.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_012.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/012@2x-c5c04e9f.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_012.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_013.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/013@2x-76393d03.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_013.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_014.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/014@2x.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_014.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }
    #recipes a#recipe_015.recipe .photo {
      background-image: url("/aroma-spice/img/makenai-karada/recipe/015@2x.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: 0.1s; }
    #recipes a#recipe_015.recipe:hover .photo {
      background-size: 105%;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.34, 1.37, 0.88, 1.51); }

@media (max-width: 1149px) {
  body[data-device="mobile"] .wrap, body[data-device="tablet"] .wrap {
    width: 280px;
    margin: 0 auto; }
    body[data-device="mobile"] .wrap > h2, body[data-device="tablet"] .wrap > h2 {
      font-size: 18px;
      line-height: 32px;
      padding-top: 42px;
      padding-bottom: 16px; }
    body[data-device="mobile"] .wrap > p, body[data-device="tablet"] .wrap > p {
      font-size: 11px;
      line-height: 19px; }
  body[data-device="mobile"] #recipes, body[data-device="tablet"] #recipes {
    margin-top: 31px;
    padding-bottom: 74px; }
    body[data-device="mobile"] #recipes a.recipe, body[data-device="tablet"] #recipes a.recipe {
      width: 100%;
      height: 254px;
      margin-bottom: 18px; }
      body[data-device="mobile"] #recipes a.recipe:not(:nth-child(2n+1)), body[data-device="tablet"] #recipes a.recipe:not(:nth-child(2n+1)) {
        margin-left: 0; }
      body[data-device="mobile"] #recipes a.recipe .question, body[data-device="tablet"] #recipes a.recipe .question {
        height: 58px;
        font-size: 11px;
        background-size: auto 49px !important;
        background-position: top 11px center !important; }
      body[data-device="mobile"] #recipes a.recipe h3, body[data-device="tablet"] #recipes a.recipe h3 {
        font-size: 13px; }
      body[data-device="mobile"] #recipes a.recipe .photo, body[data-device="tablet"] #recipes a.recipe .photo {
        height: 169px; } }
