.hide-bottom {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0; }

.hide-top {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0; }

.moves {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 1; }

.nav-fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

@media screen and (min-width: 768px) {
  .nav-fix-height {
    margin-top: 25px; } }

@media screen and (min-width: 768px) {
  #special .lead {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .swiper-recipe {
    margin-bottom: 30px; } }

/* ==========================================================================
  remodal
========================================================================== */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5); }

.remodal {
  max-width: 900px;
  width: 100%;
  padding: 50px; }
  @media screen and (max-width: 767px) {
    .remodal {
      padding: 20px; } }

/* ==========================================================================
  recipe
========================================================================== */
.recipe-cs {
  font-size: 40px;
  color: #00496e;
  text-align: center;
  padding: 200px 0; }
  @media screen and (max-width: 767px) {
    .recipe-cs {
      font-size: 30px;
      padding: 120px 0; } }

.swiper-nav {
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .swiper-nav {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .swiper-nav:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -webkit-transition: all .3s;
        transition: all .3s;
        box-shadow: 0  0 10px #fff; } }

@media screen and (min-width: 768px) {
  .swiper-recipe {
    padding: 20px 0; } }
