@charset "UTF-8";
#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 16px 20px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  z-index: 500;
  border-radius: 50px; }
  #gotop:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

.logo {
  width: 150px;
  height: 60px;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.img {
  width: 100%; }

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.rowsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rowsh [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.m5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml30 {
  margin-left: 30px; }

.ml50 {
  margin-left: 50px; }

.ml100 {
  margin-left: 100px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr30 {
  margin-right: 30px; }

.mr50 {
  margin-right: 50px; }

.mr100 {
  margin-right: 100px; }

#nav-icon span {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#nav-icon.open {
  position: relative; }
  #nav-icon.open span:nth-child(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(100%) rotate(45deg);
    -ms-transform: translateY(100%) rotate(45deg);
    transform: translateY(100%) rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: translateX(-10px) rotate(0deg);
    -ms-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
    opacity: 0; }
  #nav-icon.open span:nth-child(4) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%) rotate(-45deg);
    -ms-transform: translateY(-100%) rotate(-45deg);
    transform: translateY(-100%) rotate(-45deg); }

nav {
  letter-spacing: 1px;
  background: url("../img/navbg.jpg") repeat top center;
  border: none !important; }
  @media (max-width: 767px) {
    nav ul {
      margin: 8px 0 !important; } }
  nav ul > li.active {
    display: inline-block; }
  nav ul > li.active > a {
    background-color: inherit !important; }
  nav .logo {
    width: 90px;
    margin: 8px 0; }
    @media (max-width: 767px) {
      nav .logo {
        display: inline-block;
        margin: 8px 0 8px 18px;
        width: 50px; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      nav .logo {
        margin: 8px 0 8px 30px; } }
  nav .navbar-right {
    margin: 26px 0 0 0; }
    nav .navbar-right li {
      padding: 0px 15px !important; }
      @media (max-width: 991px) {
        nav .navbar-right li {
          padding: 0px 0px !important; } }
      nav .navbar-right li a {
        font-size: 18px;
        font-weight: 300;
        color: #fff !important;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        nav .navbar-right li a:hover {
          color: #e2c47b !important; }
        @media (max-width: 767px) {
          nav .navbar-right li a {
            padding: 8px 15px; } }
      nav .navbar-right li.active img {
        max-width: 26px;
        float: left;
        padding: 10px 0;
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }
        @media (max-width: 767px) {
          nav .navbar-right li.active img {
            max-width: 40px;
            padding: 0 0 0 15px;
            -webkit-transform: translateY(4px) translateX(3px);
            -ms-transform: translateY(4px) translateX(3px);
            transform: translateY(4px) translateX(3px); } }
      nav .navbar-right li.active a {
        color: #e2c47b !important;
        float: left;
        padding: 15px 10px; }
        @media (max-width: 767px) {
          nav .navbar-right li.active a {
            padding: 8px 15px 8px 8px; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header {
      height: 62px; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header button {
      margin: 15px 10px 0 0;
      border: none; }
      nav > div > .navbar-header button span {
        background-color: #fff !important; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header button:hover {
      background-color: inherit !important; } }

.top-lang {
  position: relative; }
  .top-lang ul {
    position: absolute;
    right: 5px; }
    .top-lang ul li {
      color: #5b0000;
      float: right;
      width: 24px;
      height: 24px;
      margin: 10px 5px 0px 5px;
      border-radius: 3px;
      font-size: 13px;
      line-height: 24px;
      background: #f4bb57;
      text-align: center; }
      .top-lang ul li a {
        color: #5b0000;
        width: 24px;
        height: 24px;
        display: block;
        text-decoration: none;
        background: #cb8b45;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .top-lang ul li a:hover {
          background: #f4bb57; }
  .top-lang > ul > li.active > a {
    background: #f4bb57 !important;
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none; }

body {
  overflow-x: hidden;
  background: url(../img/.jpg) no-repeat top center;
  font-family: "Helvetica Neue", Helvetica, "PingFang TC", "LiHei Pro", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", Arial ,sans-serif; }

p, span, li {
  font-size: 16px; }

main {
  margin-top: 100px; }
  main .taste .container {
    position: relative; }
    main .taste .container img.bowl {
      max-width: 540px;
      position: absolute;
      left: -20px;
      top: 0px; }
      @media (max-width: 1400px) {
        main .taste .container img.bowl {
          max-width: 400px;
          left: 20px;
          top: 0px; } }
    main .taste .container img.food {
      position: absolute;
      left: 0px;
      top: 400px; }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        main .taste .container img.food {
          padding: 0 25px 0 0; } }
    main .taste .container .txt {
      text-align: justify;
      position: absolute;
      width: 48%;
      right: 0px;
      top: 40px; }
      @media (max-width: 1400px) {
        main .taste .container .txt {
          width: 55%;
          top: 10px; } }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        main .taste .container .txt {
          padding: 0 25px 0 0; } }
      main .taste .container .txt h2 {
        color: #fff;
        font-size: 34px;
        margin-bottom: 30px; }
      main .taste .container .txt p {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300; }
      main .taste .container .txt span {
        font-size: 18px;
        font-weight: 800; }
  main .taste .taste02 {
    display: none; }
  main .taste .taste03 {
    display: none; }
  main .taste .taste04 {
    display: none; }
  main .taste .taste01-bg {
    background: url("../img/series_bg_01.jpg?v=1") no-repeat top center;
    height: 1000px; }
  main .taste .taste02-bg {
    background: url("../img/series_bg_02.jpg?v=1") no-repeat top center;
    height: 1000px; }
  main .taste .taste03-bg {
    background: url("../img/series_bg_03.jpg?v=1") no-repeat top center;
    height: 1000px; }
  main .taste .taste04-bg {
    background: url("../img/series_bg_04.jpg?v=1") no-repeat top center;
    height: 1000px; }
  main .item {
    margin-bottom: 10px; }
    main .item h4 {
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      display: inline-block;
      margin: -5px 0 5px 0;
      vertical-align: top;
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px); }
    main .item h3, main .item h5 {
      font-size: 20px;
      margin: 5px 0 0 0;
      display: inline-block; }
    main .item h5 {
      -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
      transform: translate(3px, 3px); }
    main .item span {
      font-size: 36px;
      font-weight: 400; }
    main .item img {
      max-width: 90px;
      vertical-align: inherit; }
    main .item .ticon {
      width: 40px; }
  main .item > div {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    main .item > div:hover {
      opacity: 1; }
  main .item01 h4, main .item01 h3, main .item01 h5 {
    color: #530000 !important; }
  main .item01 h3 {
    background-color: #530000;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px;
    width: 80%; }
  main .item02 h4, main .item02 h3, main .item02 h5 {
    color: #224a04 !important; }
  main .item02 h3 {
    background-color: #224a04;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px;
    width: 80%; }
  main .item03 h4, main .item03 h3, main .item03 h5 {
    color: #b35013 !important; }
  main .item03 h3 {
    background-color: #b35013;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px;
    width: 80%; }
  main .item04 h4, main .item04 h3, main .item04 h5 {
    color: #5b2b82 !important; }
  main .item04 h3 {
    background-color: #5b2b82;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px;
    width: 80%; }
  main .itemtab {
    position: relative;
    height: 6px;
    background-color: #c2c2c2;
    border-radius: 50px;
    margin-bottom: 3px; }
    main .itemtab .itemtabactive {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: absolute;
      border-radius: 50px;
      width: 25%;
      height: 6px;
      background-color: #5b0000; }
  main .bg1 {
    background: url("../img/series_bg_05.jpg?v=1") no-repeat top center;
    height: 466px;
    background-attachment: fixed;
    margin-bottom: 140px; }
    main .bg1 .bg-text {
      text-align: right;
      -webkit-transform: translate(-80px, 100px);
      -ms-transform: translate(-80px, 100px);
      transform: translate(-80px, 100px); }
      @media (min-width: 1200px) {
        main .bg1 .bg-text {
          text-align: center;
          -webkit-transform: translate(200px, 100px);
          -ms-transform: translate(200px, 100px);
          transform: translate(200px, 100px); } }
      @media (min-width: 1920px) {
        main .bg1 .bg-text {
          -webkit-transform: translate(100px, 100px);
          -ms-transform: translate(100px, 100px);
          transform: translate(100px, 100px); } }
    main .bg1 .bg-noodle {
      text-align: left;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }
      @media (min-width: 1920px) {
        main .bg1 .bg-noodle {
          text-align: center;
          -webkit-transform: translate(-610px, -30px);
          -ms-transform: translate(-610px, -30px);
          transform: translate(-610px, -30px); } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      main .bg1 {
        background: url("../img/series_bg_05.jpg?v=1") no-repeat top center;
        height: 466px;
        background-attachment: cover; } }
  main .bg2 {
    margin-bottom: 20px; }
  main a.buybtn {
    margin-bottom: 80px !important;
    display: inline-block;
    padding: 5px 22px;
    font-size: 18px;
    letter-spacing: 1px;
    background-color: #ff4a1c;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 4px;
    border-radius: 50px;
    text-decoration: none; }
    @media (max-width: 991px) {
      main a.buybtn {
        padding: 4px 14px;
        font-size: 16px; } }
    main a.buybtn .triangle {
      font-size: 0;
      vertical-align: middle;
      display: inline-block;
      -webkit-transform: translateY(-2px) translateX(6px);
      -ms-transform: translateY(-2px) translateX(6px);
      transform: translateY(-2px) translateX(6px);
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #fff;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (max-width: 991px) {
        main a.buybtn .triangle {
          border-width: 6px 0 6px 8px; } }
    main a.buybtn:hover {
      background-color: #d4370f; }
      main a.buybtn:hover .triangle {
        -webkit-transform: translateY(-2px) translateX(10px);
        -ms-transform: translateY(-2px) translateX(10px);
        transform: translateY(-2px) translateX(10px); }
        @media (max-width: 767px) {
          main a.buybtn:hover .triangle {
            -webkit-transform: translateY(-2px) translateX(8px);
            -ms-transform: translateY(-2px) translateX(8px);
            transform: translateY(-2px) translateX(8px); } }

main_m {
  margin-top: 74px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    main_m {
      margin-top: 80px; } }
  main_m .taste .container {
    position: relative;
    overflow: hidden; }
    main_m .taste .container img.bowl {
      max-width: 540px;
      position: absolute;
      left: -20px;
      top: 0px; }
      @media (max-width: 1400px) {
        main_m .taste .container img.bowl {
          max-width: 250px;
          left: 30%;
          top: -65px;
          overflow: hidden; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        main_m .taste .container img.bowl {
          max-width: 340px;
          left: 40%; } }
    main_m .taste .container .txt {
      position: absolute;
      width: 48%;
      right: 0px;
      top: 40px;
      padding: 0 15px 0 15px; }
      @media (max-width: 1400px) {
        main_m .taste .container .txt {
          position: inherit;
          padding-top: 114px;
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        main_m .taste .container .txt {
          padding-top: 200px; } }
      main_m .taste .container .txt h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 20px;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          main_m .taste .container .txt h2 {
            font-size: 36px; } }
      main_m .taste .container .txt span.sankou {
        font-size: 12px;
        color: #fff !important;
        font-weight: 300;
        position: absolute;
        right: 3%;
        top: 40%;
        color: #ccc !important; }
      main_m .taste .container .txt p {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          main_m .taste .container .txt p {
            font-size: 20px;
            line-height: 24px; } }
      main_m .taste .container .txt span {
        font-size: 16px;
        font-weight: 800; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          main_m .taste .container .txt span {
            font-size: 20px;
            line-height: 24px; } }
  main_m .taste .taste02 {
    display: none; }
  main_m .taste .taste03 {
    display: none; }
  main_m .taste .taste04 {
    display: none; }
  main_m .taste .taste01-bg {
    background: url("../img/series_bg_01_m.jpg?v=1") no-repeat top center;
    background-size: cover; }
  main_m .taste .taste02-bg {
    background: url("../img/series_bg_02_m.jpg?v=1") no-repeat top center;
    background-size: cover; }
  main_m .taste .taste03-bg {
    background: url("../img/series_bg_03_m.jpg?v=1") no-repeat top center;
    background-size: cover; }
  main_m .taste .taste04-bg {
    background: url("../img/series_bg_04_m.jpg?v=1") no-repeat top center;
    background-size: cover; }
  main_m .item {
    margin-bottom: 5px; }
    main_m .item h4 {
      font-size: 14px;
      line-height: 16px;
      text-align: left;
      display: inline-block;
      margin: 0;
      vertical-align: top;
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px); }
    main_m .item h3, main_m .item h5 {
      font-size: 14px;
      margin: 5px 0 0 0;
      display: inline-block; }
    main_m .item h5 {
      -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
      transform: translate(3px, 3px); }
    main_m .item span {
      font-size: 36px;
      font-weight: 400; }
    main_m .item img {
      padding: 4px;
      vertical-align: inherit; }
  main_m .item > div {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    main_m .item > div:hover {
      opacity: 1; }
  main_m .item01 h4, main_m .item01 h3, main_m .item01 h5 {
    color: #530000 !important; }
  main_m .item01 h3 {
    background-color: #530000;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px; }
  main_m .item02 h4, main_m .item02 h3, main_m .item02 h5 {
    color: #224a04 !important; }
  main_m .item02 h3 {
    background-color: #224a04;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px; }
  main_m .item03 h4, main_m .item03 h3, main_m .item03 h5 {
    color: #b35013 !important; }
  main_m .item03 h3 {
    background-color: #b35013;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px; }
  main_m .item04 h4, main_m .item04 h3, main_m .item04 h5 {
    color: #5b2b82 !important; }
  main_m .item04 h3 {
    background-color: #5b2b82;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px; }
  main_m .itemtab {
    position: relative;
    height: 6px;
    background-color: #c2c2c2;
    border-radius: 50px;
    margin-bottom: 3px; }
    main_m .itemtab .itemtabactive {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: absolute;
      border-radius: 50px;
      width: 25%;
      height: 6px;
      background-color: #5b0000; }
  main_m .bg1 {
    margin-top: 0px; }
  main_m .bg2 {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      main_m .bg2 img {
        max-width: 80%; } }
  main_m a.buybtn {
    display: inline-block;
    padding: 8px 26px;
    font-size: 22px;
    letter-spacing: 1px;
    background-color: #ff4a1c;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 4px;
    border-radius: 50px;
    text-decoration: none; }
    @media (max-width: 991px) {
      main_m a.buybtn {
        padding: 4px 14px;
        font-size: 16px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      main_m a.buybtn {
        font-size: 20px; } }
    main_m a.buybtn .triangle {
      font-size: 0;
      vertical-align: middle;
      display: inline-block;
      -webkit-transform: translateY(-2px) translateX(6px);
      -ms-transform: translateY(-2px) translateX(6px);
      transform: translateY(-2px) translateX(6px);
      border-style: solid;
      border-width: 8px 0 8px 10px;
      border-color: transparent transparent transparent #fff;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (max-width: 991px) {
        main_m a.buybtn .triangle {
          border-width: 6px 0 6px 8px; } }
    main_m a.buybtn:hover {
      background-color: #d4370f; }
      main_m a.buybtn:hover .triangle {
        -webkit-transform: translateY(-2px) translateX(14px);
        -ms-transform: translateY(-2px) translateX(14px);
        transform: translateY(-2px) translateX(14px); }
        @media (max-width: 767px) {
          main_m a.buybtn:hover .triangle {
            -webkit-transform: translateY(-2px) translateX(8px);
            -ms-transform: translateY(-2px) translateX(8px);
            transform: translateY(-2px) translateX(8px); } }

footer {
  background: url("../img/navbg.jpg") repeat top center;
  height: 72px; }
  footer p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
    @media (max-width: 991px) {
      footer p {
        font-size: 13px;
        line-height: 15px; } }
    @media (max-width: 576px) {
      footer p {
        -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
        transform: translateY(18px); } }
  footer span {
    font-size: 13px; }
    footer span a {
      color: #fff;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-decoration: underline; }
      footer span a:hover {
        color: #fff;
        opacity: .8; }

.show {
  display: block; }

.hide {
  display: none; }

.itemnoact {
  opacity: 0.6; }

.itemact {
  opacity: 1; }

.item_anime {
  -webkit-animation: item_anime 0.5s 1;
  animation: item_anime 0.5s 1; }

@-webkit-keyframes item_anime {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes item_anime {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.text_anime {
  -webkit-animation: text_anime 0.5s 1;
  animation: text_anime 0.5s 1; }

@-webkit-keyframes text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

.food_anime {
  -webkit-animation: food_anime 0.5s 1;
  animation: food_anime 0.5s 1; }

@-webkit-keyframes food_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes food_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
