@charset "UTF-8";
/* CSS Document */
@import url(help/animate.css);
.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


.stepArea{cursor: pointer;}
@media (min-width: 1181px) {
  .recipesArea {
    opacity: 0;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    transition: all 1.5s;
  }
  .recipesArea .wrap:before {
    opacity: 0;
    transition: all 1.5s;
  }
  .recipesArea .wrap:after {
    opacity: 0;
    transition: all 1.5s;
  }
  .recipesArea .headerTitle, .recipesArea .note, .recipesArea ul, .recipesArea .btn01 {
    opacity: 0;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    transition: all 1.5s;
  }
  .recipesArea.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .recipesArea.show .wrap:before {
    opacity: 1;
    transition-delay: 1.2s;
  }
  .recipesArea.show .wrap:after {
    opacity: 1;
    transition-delay: 1.8s;
  }
  .recipesArea.show .headerTitle, .recipesArea.show .note, .recipesArea.show ul, .recipesArea.show .btn01 {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .recipesArea.show .headerTitle {
    transition-delay: 1s;
  }
  .recipesArea.show .note {
    transition-delay: 1.5s;
  }
  .recipesArea.show ul {
    transition-delay: 2s;
  }
  .recipesArea.show .btn01 {
    transition-delay: 2.5s;
  }
  .aboutArea .headerTitle {
    opacity: 0;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    transition: all 1.5s;
  }
  .aboutArea .headerTitle span {
    opacity: 0;
    transition: all 1s;
  }
  .aboutArea li {
    opacity: 0;
    transition: all 1.5s;
  }
  .aboutArea.show li {
    opacity: 1;
    transition-delay: .4s;
  }
  .aboutArea.show .slick-center {
    transition-delay: 1.3s;
  }
  .aboutArea.show .slick-center + li {
    transition-delay: .8s;
  }
  .aboutArea.show .headerTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .aboutArea.show .headerTitle span {
    opacity: 1;
  }
  .aboutArea.show .headerTitle span:nth-of-type(1) {
    transition-delay: 1.6s;
  }
  .aboutArea.show .headerTitle span:nth-of-type(2) {
    transition-delay: 1.2s;
  }
  .aboutArea.show .headerTitle span:nth-of-type(3) {
    transition-delay: .8s;
  }
  .featureArea.show .Img:before {
    -webkit-animation: 1s flash forwards;
            animation: 1s flash forwards;
  }
}

@media (min-width: 1361px) {
  .stepArea .headerTitle {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
        -ms-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
    transition: all 1s;
  }
  .stepArea ul.stepList li {
    opacity: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    transition: all 1s ease-in-out;
  }
  .stepArea.show .headerTitle {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  .stepArea.show ul.stepList:before {
    -webkit-animation: 1s bounceIn forwards;
            animation: 1s bounceIn forwards;
  }
  .stepArea.show ul.stepList li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .stepArea.show ul.stepList li:nth-child(1) {
    transition-delay: 0.45s;
  }
  .stepArea.show ul.stepList li:nth-child(2) {
    transition-delay: 0.9s;
  }
  .stepArea.show ul.stepList li:nth-child(3) {
    transition-delay: 1.35s;
  }
  .stepArea.show ul.stepList li:nth-child(4) {
    transition-delay: 1.8s;
  }
  .stepArea.show ul.stepList li:nth-child(5) {
    transition-delay: 2.25s;
  }
  .stepArea.show ul.stepList li:nth-child(6) {
    transition-delay: 2.7s;
  }
}

.mainArea {
  padding: 0;
}

/*pop*/
.popWin {
  display: none;
  width: 960px;
  font-size: 15px;
  color: #FFF;
}

.popWin a.close {
  display: block;
  width: 100%;
  height: 50px;
  color: #D1D1D1;
  position: relative;
}

.popWin a.close:before, .popWin a.close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
}

.popWin a.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin a.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--banner--*/
.bannerArea .bannerBox {
  width: 100%;
  float: none;
}

.bannerArea .arrowsL, .bannerArea .arrowsR {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bannerArea .arrowsL {
  left: 0px;
}

.bannerArea .arrowsR {
  right: 0px;
}

/*--link--*/
.linkArea .wrap {
  padding: 27px 15px 22px;
  background: #fff;
  border-bottom: 3px solid #e60012;
  box-sizing: border-box;
}

.linkArea ul {
  margin: 0 -15px;
}

.linkArea li {
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

.linkArea li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.linkArea .Img {
  float: left;
  width: 80px;
}

.linkArea .Img img {
  display: block;
  width: 100%;
}

.linkArea .Txt {
  padding: 20px 0 0 10px;
  overflow: hidden;
  letter-spacing: .01em;
  box-sizing: border-box;
}

.linkArea h3 a {
  display: block;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.linkArea h3 a:hover {
  color: #f39800;
}

.linkArea p {
  display: block;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*--recipesArea--*/
.recipesArea {
  position: relative;
  padding: 70px 0 80px;
}

.recipesArea .wrap {
  background: #fff;
  padding: 45px 70px 60px 70px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.recipesArea .wrap:before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 40px;
  top: 50px;
  width: 183px;
  height: 142px;
  background: url("../images/rice.png") no-repeat;
  -webkit-animation: 1.2s rotate infinite linear;
          animation: 1.2s rotate infinite linear;
}

.recipesArea .wrap:after {
  content: '';
  position: absolute;
  z-index: 5;
  right: -65px;
  bottom: -40px;
  width: 162px;
  height: 130px;
  background: url("../images/home.png") no-repeat;
  -webkit-animation: 1.2s rotate infinite linear;
          animation: 1.2s rotate infinite linear;
}

.recipesArea .wrap .headerTitle {
  text-align: center;
}

.recipesArea .wrap .headerTitle em {
  display: block;
  color: #ea5413;
  font-size: 15px;
  letter-spacing: .2em;
}

.recipesArea .wrap .headerTitle h2 {
  display: inline-block;
  margin: 20px 0 25px;
  overflow: hidden;
  text-indent: -9999px;
  width: 199px;
  height: 63px;
  background: url("../images/h_title01.png");
}

.recipesArea .wrap .note {
  text-align: center;
  font-size: 15px;
  letter-spacing: .05em;
  color: #6e6e6e;
  margin-bottom: 65px;
}

.recipesArea .wrap ul {
  position: relative;
  margin: 0 -10px;
}

.recipesArea .wrap ul li {
  padding: 0 10px;
  box-sizing: border-box;
}

.recipesArea .wrap .Img img {
  display: block;
  width: 100%;
}

.recipesArea .wrap h3 {
  margin-top: 15px;
}

.recipesArea .wrap h3 a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  letter-spacing: .05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recipesArea .wrap h3 a:hover {
  color: #f39800;
}

.recipesArea .btn01 {
  margin-top: 60px;
  text-align: center;
}

.recipesArea .btn01 a {
  text-align: left;
}

.recipesArea .arrow_prev, .recipesArea .arrow_next {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 36px;
}

.recipesArea .arrow_prev {
  left: 20px;
  background: url("../images/arrowsL.png") no-repeat;
}

.recipesArea .arrow_next {
  right: 20px;
  background: url("../images/arrowsR.png") no-repeat;
}

/*--catalog--*/
.catalogArea {
  padding: 35px 0;
}

.catalogArea .headerTitle {
  display: inline-block;
  padding: 0 10px 2px 0;
  box-sizing: border-box;
  border-right: 1px solid #000;
}

.catalogArea .headerTitle h2 {
  width: 38px;
  height: 182px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 10px;
  background: url("../images/h_title02.png") no-repeat;
}

.catalogArea .headerTitle em {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Buda", cursive;
  letter-spacing: .1em;
  color: #ea5413;
  margin-top: 25px;
}

.catalogArea .rightBox {
  float: right;
  width: 960px;
}

.catalogArea ul {
  margin: 0 -13px;
}

.catalogArea ul li {
  padding: 0 13px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.catalogArea .item {
  position: relative;
  padding: 20px 30px;
  background: #fff;
  border-bottom: 3px solid #e60012;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  transition: all .5s;
}

.catalogArea .item:hover {
  border-color: #f39800;
}

.catalogArea .Img {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.catalogArea .Img img {
  display: block;
  width: 100%;
}

.catalogArea .Txt {
  padding: 25px 0 0 0;
}

.catalogArea h3 a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
}

.catalogArea .price {
  font-size: 14px;
  letter-spacing: .05em;
  color: #a70000;
  margin-bottom: 5px;
}

.catalogArea .ellipsis {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .05em;
  color: #666;
  height: 48px;
}

.catalogArea .bottomTxt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.catalogArea .bottomTxt p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .05em;
  color: #000;
}

.catalogArea .bottomTxt .btn01 {
  margin-left: auto;
}

/*--aboutArea--*/
.aboutArea {
  padding: 80px 0;
  background: #fff url("../images/bg.jpg") repeat-x left top;
}

.aboutArea .headerTitle {
  position: absolute;
  right: 240px;
  top: -30px;
  z-index: 100;
  padding-right: 30px;
}

.aboutArea .headerTitle h2 {
  width: 40px;
  height: 181px;
  background: url("../images/h_title03.png") no-repeat left top;
  text-indent: -9999px;
  border-right: 1px solid #000;
  padding: 4px 18px 80px 0;
}

.aboutArea .headerTitle em {
  position: absolute;
  right: -30px;
  bottom: 40px;
  color: #ea5413;
  font-family: "Buda", cursive;
  font-size: 15px;
  letter-spacing: .2em;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aboutArea .headerTitle span {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 32px;
  background: url("../images/icon_foot.png") no-repeat;
}

.aboutArea .headerTitle span:nth-of-type(1) {
  right: -130px;
  top: 53px;
}

.aboutArea .headerTitle span:nth-of-type(2) {
  right: -80px;
  top: 63px;
}

.aboutArea .headerTitle span:nth-of-type(3) {
  right: -105px;
  top: 108px;
}

.aboutArea .topBox {
  position: relative;
}
.aboutArea .topBox .abImgList .item .Img a{
    display:block;
    position:relative;
}
.aboutArea .topBox .abImgList .item .Img a:before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background: url("../images/mask.png") no-repeat center top/cover;
}

.aboutArea .topBox .wrap {
  width: 100%;
}

.aboutArea .abImgList li {
  text-align: center;
}

.aboutArea .abImgList .item {
  width: 910px;
}

.aboutArea .abImgList .Img img {
  display: block;
  width: 100%;
}

.aboutArea .abImgList a:focus {
  outline: none;
}

.aboutArea .aboutTxt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.aboutArea .aboutTxt .left {
  width: 225px;
  margin-right: 90px;
}

.aboutArea .aboutTxt .center {
  margin-right: auto;
}

/*--featureArea--*/
.featureArea {
  padding-bottom: 85px;
  background: #fff url("../images/dotsBg.jpg") repeat left top;
}

.featureArea .Img {
  position: relative;
  margin-top: -119px;
  float: right;
}

.featureArea .Img:before {
  content: '';
  position: absolute;
  z-index: 12;
  left: -230px;
  top: -90px;
  width: 198px;
  height: 271px;
  background: url("../images/featureTitle.png") no-repeat;
}

.featureArea .titan-lb {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.featureArea .titan-lb:after {
  content: '\f04b';
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 23px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.95);
}

.featureArea .maskCover {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.featureArea .maskCover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/mask03.png") no-repeat center top;
  background-size: cover;
  
  display: none;
}

.featureArea .Txt {
  margin-top: 130px;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  letter-spacing: .05em;
}

@media (min-width: 1361px) {
  /*--stepArea--*/
  .stepArea {
    background: #fff;
    padding: 150px 0 70px;
  }
  .stepArea br {
    font-family: "微軟正黑體";
  }
  .stepArea .wrap {
    position: relative;
  }
  .stepArea .headerTitle {
    position: absolute;
    top: -125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .stepArea ul.stepList {
    padding-left: 0;
    list-style-type: none;
    position: relative;
    min-height: 1130px;
    background: url("../images/step_line.png") no-repeat center top;
  }
  .stepArea ul.stepList:before {
    content: '';
    position: absolute;
    top: 150px;
    left: 180px;
    width: 620px;
    height: 480px;
    background: url("../images/step_center.png") no-repeat;
    background-size: contain;
  }
  .stepArea ul.stepList li {
    position: absolute;
  }
  .stepArea ul.stepList li:before {
    content: attr(data-no);
    position: absolute;
    font-family: "Buda", cursive;
    font-size: 17px;
    letter-spacing: .1em;
    text-align: center;
    color: #000;
  }
  .stepArea ul.stepList li .Txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .stepArea ul.stepList li h3 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .05em;
    padding: 0 10px;
  }
  .stepArea ul.stepList li h3:before {
    content: '';
    position: absolute;
    right: 2px;
    top: -17px;
    z-index: -1;
    width: 37px;
    height: 37px;
    background: url("../images/icon_circle.png") no-repeat;
  }
  .stepArea ul.stepList li p {
    font-size: 15px;
    color: #666;
    letter-spacing: .05em;
    line-height: 26px;
  }
  .stepArea ul.stepList li.no1:before {
    width: 87px;
    height: 71px;
    line-height: 71px;
    background: url("../images/step_no_box.png") no-repeat;
    background-size: contain;
  }
  .stepArea ul.stepList li.no2:before {
    width: 105px;
    height: 59px;
    line-height: 59px;
    background: url("../images/step_no_box02.png") no-repeat;
    background-size: contain;
  }
  .stepArea ul.stepList li.no3:before {
    width: 96px;
    height: 75px;
    line-height: 75px;
    background: url("../images/step_no_box03.png") no-repeat;
    background-size: contain;
  }
  .stepArea ul.stepList li.step01 {
    top: -140px;
    left: -70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepArea ul.stepList li.step01 .Img {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -80px;
  }
  .stepArea ul.stepList li.step01 .Txt {
    margin: 85px 0 0 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .stepArea ul.stepList li.step01.no1:before {
    top: -45px;
    left: 120px;
  }
  .stepArea ul.stepList li.step02 {
    top: 70px;
    left: -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepArea ul.stepList li.step02 .Img {
    margin-right: -70px;
    margin-top: 20px;
  }
  .stepArea ul.stepList li.step02.no3:before {
    top: -100px;
    right: -15px;
  }
  .stepArea ul.stepList li.step03 {
    right: 60px;
    top: 240px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stepArea ul.stepList li.step03 .Img {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 210px;
    border: 3px solid #fff;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .stepArea ul.stepList li.step03 .Img img {
    display: block;
    width: 100%;
  }
  .stepArea ul.stepList li.step03 .Txt {
    margin: 60px 20px 0 0;
  }
  .stepArea ul.stepList li.step03.no3:before {
    left: 110px;
    top: -100px;
  }
  .stepArea ul.stepList li.step04 {
    right: 50px;
    bottom: 370px;
  }
  .stepArea ul.stepList li.step04 .Img {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 210px;
    border: 3px solid #fff;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .stepArea ul.stepList li.step04 .Img img {
    display: block;
    width: 100%;
  }
  .stepArea ul.stepList li.step04 .Txt {
    -webkit-transform: translate(60px, 50px);
        -ms-transform: translate(60px, 50px);
            transform: translate(60px, 50px);
  }
  .stepArea ul.stepList li.step04.no2:before {
    right: 40px;
    top: -90px;
  }
  .stepArea ul.stepList li.step05 {
    left: 400px;
    bottom: 210px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepArea ul.stepList li.step05 .Img {
    width: 350px;
    margin-right: -40px;
  }
  .stepArea ul.stepList li.step05 .Img img {
    display: block;
    width: 100%;
  }
  .stepArea ul.stepList li.step05.no1:before {
    right: 50px;
    top: -120px;
  }
  .stepArea ul.stepList li.step06 {
    left: -43px;
    bottom: 350px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepArea ul.stepList li.step06 .Img {
    position: relative;
    z-index: 1;
  }
  .stepArea ul.stepList li.step06 .Img:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 264px;
    height: 267px;
    background: url("../images/circle_line.png") no-repeat;
  }
  .stepArea ul.stepList li.step06 .Img i {
    display: block;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    overflow: hidden;
  }
  .stepArea ul.stepList li.step06 .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .stepArea ul.stepList li.step06 .Txt {
    -webkit-transform: translate(150px, 130px);
        -ms-transform: translate(150px, 130px);
            transform: translate(150px, 130px);
  }
  .stepArea ul.stepList li.step06.no1:before {
    right: -140px;
    bottom: 120px;
  }
}

@media (max-width: 1360px) {
  .stepArea {
    padding: 80px 0 200px;
    background: #fff;
  }
  .stepArea .headerTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .stepArea ul.stepList {
    padding-left: 0;
    list-style-type: none;
  }
  .stepArea ul.stepList li {
    position: relative;
    float: left;
    width: 50%;
    padding: 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stepArea ul.stepList li:nth-child(1) .Img, .stepArea ul.stepList li:nth-child(5) .Img {
    border-radius: 0;
  }
  .stepArea ul.stepList li:before {
    content: attr(data-no);
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Buda", cursive;
    font-size: 17px;
    letter-spacing: .1em;
    text-align: center;
    color: #000;
    width: 87px;
    height: 71px;
    line-height: 71px;
    background: url("../images/step_no_box.png") no-repeat;
    background-size: contain;
  }
  .stepArea ul.stepList li h3 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .1em;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
  }
  .stepArea ul.stepList li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    z-index: -1;
    width: 37px;
    height: 37px;
    background: url("../images/icon_circle.png") no-repeat;
  }
  .stepArea ul.stepList li p {
    height: 52px;
    font-size: 15px;
    color: #666;
    letter-spacing: .05em;
    line-height: 26px;
  }
  .stepArea ul.stepList li .Img {
    float: left;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
  }
  .stepArea ul.stepList li .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .stepArea ul.stepList li .Txt {
    margin-left: 40px;
  }
}

@media (max-width: 1180px) {
  .recipesArea .wrap {
    padding: 45px 40px 60px;
  }
  .recipesArea .arrow_prev {
    left: 10px;
  }
  .recipesArea .arrow_next {
    right: 10px;
  }
  .catalogArea {
    padding-top: 0;
    text-align: center;
  }
  .catalogArea .headerTitle {
    display: inline-block;
    padding: 0 10px 2px 0;
    box-sizing: border-box;
    border-right: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalogArea .headerTitle h2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 199px;
    height: 63px;
    overflow: hidden;
    margin: 0 auto;
    background: url("../images/h_title02_m.png") no-repeat;
  }
  .catalogArea .headerTitle em {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Buda", cursive;
    letter-spacing: .1em;
    color: #ea5413;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .catalogArea .rightBox {
    float: left;
    width: 100%;
    text-align: left;
  }
  .catalogArea ul {
    margin: 0 -13px;
  }
  .catalogArea ul li {
    padding: 20px 13px 0;
    margin-bottom: 0;
  }

  .aboutArea .abImgList .item {
    width: 100%;
  }
  .aboutArea .aboutTxt {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .aboutArea .aboutTxt .left {
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .aboutArea .aboutTxt .center {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 960px) {
  .recipesArea .wrap:before {
    display: none;
  }
  .stepArea ul.stepList {
    margin: 0 -15px;
    counter-reset: items;
  }
  .stepArea ul.stepList li {
    display: block;
    padding: 0 15px 30px;
    box-sizing: border-box;
  }
  .stepArea ul.stepList li:before {
    display: none;
  }
  .stepArea ul.stepList li .Img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .stepArea ul.stepList li h3 {
    padding-left: 45px;
  }
  .stepArea ul.stepList li h3:before {
    counter-increment: items;
    content: "0" counter(items);
    color: #fff;
    font-family: "Buda", cursive;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
  }
  .stepArea ul.stepList li .Txt {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 25px 0 0 0;
  }
}

@media (max-width: 860px) {
  .featureArea .Img {
    position: relative;
    margin-top: -120px;
    float: right;
    width: 100%;
    text-align: center;
  }
  .featureArea .Img:before {
    left: 0;
  }
  .featureArea .Img img {
    display: block;
    width: 100%;
  }
  .featureArea .Txt {
    width: 100%;
    margin: 20px 0 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .catalogArea .bottomTxt {
    display: block;
  }
  .catalogArea .bottomTxt .btn01 {
    margin-top: 20px;
  }
  .aboutArea .headerTitle span {
    display: none;
  }
  .recipesArea{
          padding: 30px 0 80px;
  }
}

@media (max-width: 640px) {
  .featureArea .Img:before {
    display: none;
  }
}

@media (max-width: 500px) {
  .stepArea ul.stepList li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .recipesArea .wrap {
    padding: 45px 0 60px;
  }
  .recipesArea .wrap:after {
    display: none;
  }
  .recipesArea .arrow_prev, .recipesArea .arrow_next {
    display: none;
  }
  .linkArea .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
