@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, section#recipe .recipes:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf, section#recipe .recipes {
  min-height: 1px; }

* html .clf, * html section#recipe .recipes, section#recipe * 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; } }

h2 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.175em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center; }

section#intro {
  padding: 19px 0 28px;
  color: #fff; }
  section#intro h2 {
    margin: 10px auto; }
  section#intro p {
    width: 788px;
    margin: 13px auto;
    font-size: 18px;
    letter-spacing: 0.16em;
    text-align: justify;
    text-justify: inter-ideograph; }
    body.ie section#intro p, body.edge section#intro p {
      font-feature-settings: normal; }

section#mv {
  background-image: url("/aroma-spice/img/makenai-karada/top/mv-bg-d618bafd.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #dab932;
  height: 495px;
  z-index: 2;
  padding-top: 27px; }
  @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) {
    section#mv {
      background-image: url("/aroma-spice/img/makenai-karada/top/mv-bg@2x-6fc7ff3e.jpg"); } }
  section#mv h1 {
    text-align: center;
    margin-bottom: 15px; }
  section#mv > a {
    background-color: #00ABF7;
    display: block;
    border-radius: 45px;
    height: 90px;
    width: 600px;
    margin: 0 auto;
    color: white;
    font-size: 22px;
    font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/aroma-spice/img/makenai-karada/arrow-white-0e6b3de0.svg");
    background-repeat: no-repeat;
    background-size: 11.62px auto;
    background-position: right 35px center; }
    section#mv > a:hover {
      background-color: #12b6ff;
      transition-duration: 0.2s; }

section#recipe {
  position: relative;
  margin-top: 0;
  padding: 19px 0 62px;
  color: #fff; }
  section#recipe:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-cead25@2x-7aeca63c.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  section#recipe .recipes {
    margin-top: 40px;
    margin-bottom: 48px;
    width: 100%;
    overflow: hidden; }
    section#recipe .recipes .carousel_wrapper {
      position: relative;
      height: 400px; }
      section#recipe .recipes .carousel_wrapper .fastfoward,
      section#recipe .recipes .carousel_wrapper .rewind {
        position: absolute;
        top: 0;
        height: 100%;
        width: 60px;
        transition-duration: 0.2s;
        z-index: 10;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        opacity: 0;
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: center; }
      section#recipe .recipes .carousel_wrapper:hover .fastfoward,
      section#recipe .recipes .carousel_wrapper:hover .rewind {
        opacity: 0.8; }
        section#recipe .recipes .carousel_wrapper:hover .fastfoward:hover,
        section#recipe .recipes .carousel_wrapper:hover .rewind:hover {
          opacity: 1;
          cursor: pointer; }
      section#recipe .recipes .carousel_wrapper .fastfoward {
        right: 0;
        background-image: url("/aroma-spice/img/makenai-karada/top/recipe-arrow-right@2x-7238aba6.png"); }
      section#recipe .recipes .carousel_wrapper .rewind {
        left: 0;
        background-image: url("/aroma-spice/img/makenai-karada/top/recipe-arrow-left@2x-5c757d95.png"); }
      section#recipe .recipes .carousel_wrapper .carousel {
        clear: both;
        position: relative;
        height: 100%; }
        section#recipe .recipes .carousel_wrapper #carousel_pc_2.carousel, section#recipe .recipes .carousel_wrapper #carousel_sp_2.carousel {
          left: -269px; }
      section#recipe .recipes .carousel_wrapper .recipe {
        width: 275px;
        height: auto;
        float: left;
        border-radius: 8px;
        margin-left: 7.5px;
        margin-right: 7.5px;
        border-radius: 8px;
        overflow: hidden;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -webkit-flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        user-drag: none;
        -webkit-user-drag: none;
        -moz-user-drag: none; }
        section#recipe .recipes .carousel_wrapper .recipe img {
          width: 100%;
          height: auto;
          user-drag: none;
          -webkit-user-drag: none;
          -moz-user-drag: none; }
  section#recipe a.recipe_list_link {
    color: #00ABF7;
    font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    background-color: white;
    border-radius: 26px;
    display: block;
    width: 288px;
    height: 52px;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    section#recipe a.recipe_list_link:hover {
      color: #12b6ff;
      transition-duration: 0.2s; }

section#curry-recipe {
  background-color: #F2F5F9;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px; }
  section#curry-recipe:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-f2f5f9@2x-fc764e34.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  section#curry-recipe > div {
    background-color: white;
    width: 900px;
    height: 350px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden; }
    section#curry-recipe > div .image {
      width: 50%;
      background-image: url("/aroma-spice/img/makenai-karada/top/curry-5d88fa98.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      float: left; }
      @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) {
        section#curry-recipe > div .image {
          background-image: url("/aroma-spice/img/makenai-karada/top/curry@2x-c207b2e5.jpg"); } }
    section#curry-recipe > div .text {
      width: calc(50% - 64px);
      float: right;
      padding: 32px; }
      section#curry-recipe > div .text img.goldencurry {
        margin-top: 24px;
        margin-left: 26px;
        margin-bottom: 45px;
        display: block; }
      section#curry-recipe > div .text > a {
        display: block;
        color: white;
        width: 274px;
        height: 64px;
        padding: 33px 56px;
        border-radius: 65px;
        background-color: #00ABF7;
        font-size: 20px;
        letter-spacing: 0.18em;
        font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
        background-image: url("/aroma-spice/img/makenai-karada/arrow-white-0e6b3de0.svg");
        background-repeat: no-repeat;
        background-size: 11.62px auto;
        background-position: right 50px center; }
        section#curry-recipe > div .text > a:hover {
          background-color: #12b6ff;
          transition-duration: 0.2s; }

section#marathon {
  background-image: url("/aroma-spice/img/makenai-karada/top/marathon-bg-33e55659.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -17px;
  padding-top: 50px;
  padding-bottom: 80px; }
  @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) {
    section#marathon {
      background-image: url("/aroma-spice/img/makenai-karada/top/marathon-bg@2x-725fad4a.jpg"); } }
  section#marathon .wrap {
    width: 990px;
    margin: 0 auto; }
  section#marathon .text {
    float: right;
    width: 305px;
    height: 345px;
    padding: 33px 50px;
    background-image: url("/aroma-spice/img/makenai-karada/top/marathon-text-bg-daa11fa3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: white; }
    @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) {
      section#marathon .text {
        background-image: url("/aroma-spice/img/makenai-karada/top/marathon-text-bg@2x-529574e3.png"); } }
    section#marathon .text h3 {
      font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 17px; }
      body.ie section#marathon .text h3 {
        letter-spacing: 1em; }
    section#marathon .text p {
      font-size: 16px;
      line-height: 29px;
      text-align: justify; }
    section#marathon .text a {
      margin-top: 10px;
      display: block;
      background-color: white;
      color: #00ABF7;
      font-size: 16px;
      letter-spacing: 0.29em;
      font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
      -webkit-display: flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(100% + 10px);
      margin-left: -5px;
      margin-right: -5px;
      height: 52px;
      border-radius: 26px; }
      section#marathon .text a:after {
        content: url("/aroma-spice/img/makenai-karada/top/icon-blank-blue-44365223.svg");
        margin-left: 0.5em; }
    section#marathon .text .small {
      text-align: right;
      font-size: 10px; }

@media (max-width: 1149px) {
  body[data-device="mobile"] section#recipe:before, body[data-device="tablet"] section#recipe:before {
    height: 8px;
    top: -8px; }
  body[data-device="mobile"] section#curry-recipe:before, body[data-device="tablet"] section#curry-recipe:before {
    height: 8px;
    top: -8px; }
  body[data-device="mobile"] h2, body[data-device="tablet"] h2 {
    font-size: 14px;
    line-height: 24px; }
  body[data-device="mobile"] section#intro, body[data-device="tablet"] section#intro {
    padding-bottom: 26px; }
    body[data-device="mobile"] section#intro h2, body[data-device="tablet"] section#intro h2 {
      margin-top: 21px;
      margin-bottom: 0; }
  body[data-device="mobile"] section#mv, body[data-device="tablet"] section#mv {
    background-image: url("/aroma-spice/img/makenai-karada/top/mv-bg-sp@2x-7be64bb3.jpg");
    background-size: cover;
    height: 320px; }
    body[data-device="mobile"] section#mv h1 > img, body[data-device="tablet"] section#mv h1 > img {
      width: 290px;
      height: auto; }
    body[data-device="mobile"] section#mv > a, body[data-device="tablet"] section#mv > a {
      width: 280px;
      font-size: 16px;
      height: 66px;
      border-radius: 33px;
      background-size: 9.62px auto;
      background-position: right 23px center; }
  body[data-device="mobile"] section#recipe, body[data-device="tablet"] section#recipe {
    padding-top: 26px;
    padding-bottom: 48px; }
    body[data-device="mobile"] section#recipe .recipes, body[data-device="tablet"] section#recipe .recipes {
      margin-bottom: 40px; }
      body[data-device="mobile"] section#recipe .recipes .carousel_wrapper, body[data-device="tablet"] section#recipe .recipes .carousel_wrapper {
        height: 276px; }
      body[data-device="mobile"] section#recipe .recipes .recipe, body[data-device="tablet"] section#recipe .recipes .recipe {
        width: 190px; }
        body[data-device="mobile"] section#recipe .recipes .recipe img, body[data-device="tablet"] section#recipe .recipes .recipe img {
          width: 100%;
          height: 50%; }
    body[data-device="mobile"] section#recipe a.recipe_list_link, body[data-device="tablet"] section#recipe a.recipe_list_link {
      height: 70px;
      border-radius: 35px; }
  body[data-device="mobile"] section#curry-recipe, body[data-device="tablet"] section#curry-recipe {
    padding-top: 20px;
    padding-bottom: 20px; }
    body[data-device="mobile"] section#curry-recipe > div, body[data-device="tablet"] section#curry-recipe > div {
      width: calc(100% - 40px);
      max-width: 280px;
      height: auto; }
      body[data-device="mobile"] section#curry-recipe > div .image, body[data-device="tablet"] section#curry-recipe > div .image {
        float: none;
        width: 100%;
        height: 155px; }
      body[data-device="mobile"] section#curry-recipe > div .text, body[data-device="tablet"] section#curry-recipe > div .text {
        float: none;
        width: calc(100% - 40px);
        padding: 20px; }
        body[data-device="mobile"] section#curry-recipe > div .text img.goldencurry, body[data-device="tablet"] section#curry-recipe > div .text img.goldencurry {
          margin: 0 auto 15px;
          width: 100%;
          height: auto; }
        body[data-device="mobile"] section#curry-recipe > div .text > a, body[data-device="tablet"] section#curry-recipe > div .text > a {
          margin: 0 auto;
          padding: 21px 33px;
          width: auto;
          height: auto;
          font-size: 16px;
          line-height: 25px;
          background-size: 9.62px auto;
          background-position: right 28px center; }
  body[data-device="mobile"] section#marathon, body[data-device="tablet"] section#marathon {
    padding-top: 240px; }
    body[data-device="mobile"] section#marathon .wrap, body[data-device="tablet"] section#marathon .wrap {
      width: 100%; }
    body[data-device="mobile"] section#marathon .text, body[data-device="tablet"] section#marathon .text {
      padding: 30px 30px;
      width: 242px;
      float: none;
      margin: 0 auto;
      height: auto; }
      body[data-device="mobile"] section#marathon .text h3, body[data-device="tablet"] section#marathon .text h3 {
        font-size: 14px;
        line-height: 26px; }
      body[data-device="mobile"] section#marathon .text p, body[data-device="tablet"] section#marathon .text p {
        font-size: 12px;
        line-height: 22px; } }
