<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsArea .Txt .Img, .newsArea .Txt .text, .newsArea .item, .catalogArea .Txt .more, .catalogArea .Txt, .catalogArea .Img, .catalogArea .boxBorder, .advantageArea .Img, .serviceArea .outside .textBox .stepTitle, .serviceArea .outside .textBox .step, .serviceArea .outside .circleBox .Img, .serviceArea .outside .circleBox .circle, .serviceArea .outside .circleBox span, .serviceArea .outside .stepList .stepItem .item, .aboutArea .introduceBox .introduceTxt .textBox, .aboutArea .introduceBox .introduceTxt::after, .aboutArea .introduceBox .introduceTxt::before, .aboutArea .introduceBox .introduceImg .cook, .aboutArea .introduceBox .introduceImg img, .aboutArea .introduceBox .introduceItem:hover .introduceTxt .textBox, .aboutArea .introduceBox .introduceItem, .aboutArea .textBox .btn .circle img, .bannerArea .bannerItem .bannerDecorate .garlic, .bannerArea .bannerItem .bannerDecorate .tomato2, .bannerArea .bannerItem .bannerDecorate .tomato, .bannerArea .bannerItem .bannerDecorate .rosemary, .bannerArea .bannerItem .bannerDecorate .spices, .arrowBox img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aboutRotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes aboutRotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes aboutRotateR {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes aboutRotateR {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.Decorate {
  position: absolute;
}
.Decorate img {
  display: block;
  width: auto;
}

.arrowBox {
  position: relative;
}
.arrowBox .prev,
.arrowBox .next {
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 1px solid #75a71d;
  cursor: pointer;
}
@media (max-width: 640px) {
  .arrowBox .prev,
.arrowBox .next {
    width: 50px;
    height: 50px;
  }
}
.arrowBox .prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.arrowBox .prev:hover img {
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
}
@media (max-width: 640px) {
  .arrowBox .prev:hover img {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
.arrowBox .next {
  right: 0;
}
.arrowBox .next:hover img {
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
}
@media (max-width: 640px) {
  .arrowBox .next:hover img {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
.arrowBox img {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
@media (max-width: 640px) {
  .arrowBox img {
    width: 100%;
  }
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  position: relative;
  padding: 0;
}
.mainArea::before {
  top: -50px;
  z-index: 1;
  background: url(../images/background-tearpaper.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 275px;
  opacity: 1;
}
@media (max-width: 640px) {
  .mainArea::before {
    background: url(../images/background-m-tearpaper.png);
    background-size: cover;
  }
}
.mainArea::after {
  background: none;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 20px 85px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt img {
  width: auto;
  display: block;
}
@media (max-width: 650px) {
  .bannerArea .bannerItem .Txt img {
    width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #2f2f2f;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #2f2f2f;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding-bottom: 15px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  color: #2f2f2f;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .text span {
  position: relative;
  padding: 0 12px;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text span {
    padding: 0 8px;
  }
}
.bannerArea .bannerItem .Txt .text span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  height: 25px;
  width: 1px;
  background: rgba(131, 21, 24, 0.2509803922);
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text span::before {
    height: 18px;
  }
}
.bannerArea .bannerItem .Txt .text span:last-child::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  height: 25px;
  width: 1px;
  background: rgba(131, 21, 24, 0.2509803922);
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text span:last-child::after {
    height: 18px;
  }
}
.bannerArea .bannerItem .bannerDecorate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerDecorate {
    display: none;
  }
}
.bannerArea .bannerItem .bannerDecorate.show {
  opacity: 1;
}
.bannerArea .bannerItem .bannerDecorate.show .spices {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.bannerArea .bannerItem .bannerDecorate.show .rosemary {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.bannerArea .bannerItem .bannerDecorate.show .tomato {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.bannerArea .bannerItem .bannerDecorate.show .tomato2 {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.bannerArea .bannerItem .bannerDecorate.show .garlic {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}
.bannerArea .bannerItem .bannerDecorate .spices {
  left: 29.5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .bannerDecorate .spices {
    left: 22.5%;
  }
}
@media (max-width: 1320px) {
  .bannerArea .bannerItem .bannerDecorate .spices {
    left: 19.5%;
  }
}
.bannerArea .bannerItem .bannerDecorate .rosemary {
  top: 19%;
  left: 27.5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .bannerDecorate .rosemary {
    top: 22%;
    left: 19.5%;
  }
}
@media (max-width: 1320px) {
  .bannerArea .bannerItem .bannerDecorate .rosemary {
    left: 16.5%;
  }
}
.bannerArea .bannerItem .bannerDecorate .tomato {
  top: 46%;
  left: 19%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .bannerDecorate .tomato {
    top: 55%;
    left: 10%;
  }
}
@media (max-width: 1320px) {
  .bannerArea .bannerItem .bannerDecorate .tomato {
    left: 4%;
  }
}
.bannerArea .bannerItem .bannerDecorate .tomato2 {
  top: 68%;
  left: 38.5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .bannerDecorate .tomato2 {
    top: 80%;
    left: 34.5%;
  }
}
@media (max-width: 1320px) {
  .bannerArea .bannerItem .bannerDecorate .tomato2 {
    left: 33.5%;
  }
}
.bannerArea .bannerItem .bannerDecorate .garlic {
  bottom: -13px;
  left: 40.2%;
  -webkit-transform: translateY(20px) scale(0.8);
          transform: translateY(20px) scale(0.8);
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .bannerDecorate .garlic {
    bottom: -43px;
    left: 44.2%;
  }
}
.bannerArea .bannerItem .Img {
  z-index: 1;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Img {
    height: 830px;
  }
  .bannerArea .bannerItem .Img img {
    height: 980px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1440px) and (max-width: 860px) {
  .bannerArea .bannerItem .Img img {
    height: 900px;
  }
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}

.aboutArea {
  position: relative;
  padding: 100px 0 0;
  background: url(../images/background-master.jpg);
}
@media (max-width: 640px) {
  .aboutArea {
    padding-top: 50px;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/background-circle.png);
}
@media (max-width: 480px) {
  .aboutArea::before {
    background: url(../images/background-m-circle.png);
  }
}
.aboutArea .aboutDecorate {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .aboutArea .aboutDecorate {
    position: relative;
  }
  .aboutArea .aboutDecorate::before {
    content: "Fresh Ingredients";
    position: absolute;
    top: 50%;
    z-index: 1;
    margin: 25px auto 0;
    width: 100%;
    font-family: "Alex Brush", "cursive";
    font-size: 145px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media (max-width: 1180px) and (max-width: 1023px) {
  .aboutArea .aboutDecorate::before {
    font-size: 100px;
  }
}
@media (max-width: 1180px) and (max-width: 640px) {
  .aboutArea .aboutDecorate::before {
    font-size: 74px;
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  .aboutArea .aboutDecorate::before {
    font-size: 48px;
  }
}
.aboutArea .aboutDecorate .spices {
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-59%);
          transform: translateX(-59%);
}
@media (max-width: 640px) {
  .aboutArea .aboutDecorate .spices {
    top: -110px;
  }
  .aboutArea .aboutDecorate .spices img {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutDecorate .spices {
    top: -90px;
    left: 50%;
  }
  .aboutArea .aboutDecorate .spices img {
    width: 300px;
  }
}
.aboutArea .aboutDecorate .sausage {
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  .aboutArea .aboutDecorate .sausage {
    top: 10px;
    left: 50%;
  }
  .aboutArea .aboutDecorate .sausage img {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutDecorate .sausage {
    top: -10px;
    left: 50%;
  }
  .aboutArea .aboutDecorate .sausage img {
    width: 300px;
  }
}
.aboutArea .aboutDecorate .fork {
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .aboutArea .aboutDecorate .fork {
    position: relative;
    left: 0;
    z-index: 0;
    -webkit-transform: translateX(43%);
            transform: translateX(43%);
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutDecorate .fork {
    top: 50px;
  }
  .aboutArea .aboutDecorate .fork img {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutDecorate .fork {
    -webkit-transform: translateX(43%);
            transform: translateX(43%);
    top: 10px;
  }
  .aboutArea .aboutDecorate .fork img {
    width: 60px;
  }
}
.aboutArea .wrap {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  z-index: 1;
  padding: 0;
}
.aboutArea .topBox {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 180px;
}
@media (max-width: 1180px) {
  .aboutArea .topBox {
    padding: 0 20px 150px;
    max-width: 800px;
  }
}
@media (max-width: 640px) {
  .aboutArea .topBox {
    padding: 0 20px 90px;
  }
}
.aboutArea .titleAlex {
  position: relative;
  margin: 25px auto 0;
  width: 100%;
  font-family: "Alex Brush", "cursive";
  font-size: 228px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1440px) {
  .aboutArea .titleAlex {
    font-size: 180px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleAlex {
    display: none;
  }
}
.aboutArea .titleBox {
  text-align: left;
}
.aboutArea .textBox .row {
  margin: 0;
}
.aboutArea .textBox .Txt {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4e4d4d;
  letter-spacing: 1.2px;
  line-height: 1.7;
}
@media (max-width: 1180px) {
  .aboutArea .textBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .textBox .left {
  max-width: 600px;
}
@media (max-width: 1280px) {
  .aboutArea .textBox .left {
    padding-right: 40px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .textBox .left {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.aboutArea .textBox .center {
  padding: 0 70px;
}
@media (max-width: 1280px) {
  .aboutArea .textBox .center {
    padding: 0;
  }
}
.aboutArea .textBox .right {
  padding-left: 40px;
  margin-right: -30px;
  max-width: 600px;
}
@media (max-width: 1536px) {
  .aboutArea .textBox .right {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .aboutArea .textBox .right {
    padding-left: 100px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .textBox .right {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}
.aboutArea .textBox .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
@media (max-width: 560px) {
  .aboutArea .textBox .Img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .textBox .Img img {
  padding-right: 50px;
  padding-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 560px) {
  .aboutArea .textBox .Img img {
    padding-right: 0;
  }
}
.aboutArea .textBox .btn {
  display: inline-block;
  padding-top: 35px;
}
.aboutArea .textBox .btn:hover .circle img {
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}
.aboutArea .textBox .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #75a71d;
}
.aboutArea .textBox .btn .circle {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 1px solid #75a71d;
  margin-left: 50px;
}
@media (max-width: 640px) {
  .aboutArea .textBox .btn .circle {
    width: 50px;
    height: 50px;
  }
}
.aboutArea .textBox .btn .circle img {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
@media (max-width: 640px) {
  .aboutArea .textBox .btn .circle img {
    width: 100%;
  }
}
.aboutArea .bottomBox {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .bottomBox {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .aboutArea .bottomBox {
    height: 600px;
  }
}
@media (max-width: 640px) {
  .aboutArea .bottomBox {
    height: 550px;
  }
}
@media (max-width: 480px) {
  .aboutArea .bottomBox {
    height: 460px;
  }
}
.aboutArea .bottomBox::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #831518;
  opacity: 0.85;
}
.aboutArea .bottomBox .imgBox {
  position: relative;
  text-align: center;
  top: -140px;
  z-index: 0;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox .imgBox {
    top: -70px;
  }
}
@media (max-width: 480px) {
  .aboutArea .bottomBox .imgBox {
    padding: 0 15px;
  }
}
.aboutArea .bottomBox .imgBox &gt; .Img {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #000;
  max-width: 1670px;
}
@media (max-width: 480px) {
  .aboutArea .bottomBox .imgBox &gt; .Img {
    height: 240px;
  }
  .aboutArea .bottomBox .imgBox &gt; .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aboutArea .bottomBox .imgBox &gt; .Img img {
  width: 100%;
  display: block;
  opacity: 0.7;
}
.aboutArea .introduceBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .aboutArea .introduceBox {
    max-width: 1180px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .introduceBox {
    max-width: 870px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .introduceBox {
    top: 100%;
  }
}
@media (max-width: 640px) {
  .aboutArea .introduceBox {
    top: 110%;
  }
}
.aboutArea .introduceBox .slick-list {
  overflow: visible;
}
.aboutArea .introduceBox .slick-track {
  margin: 25px 0;
}
.aboutArea .introduceBox .introduceItem {
  opacity: 0;
}
@media (max-width: 1440px) {
  .aboutArea .introduceBox .introduceItem {
    opacity: 1;
  }
}
.aboutArea .introduceBox .introduceItem.slick-active {
  opacity: 1;
}
.aboutArea .introduceBox .introduceItem:hover .introduceImg::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aboutArea .introduceBox .introduceItem:hover .introduceImg .Img {
  border: 0px solid #fff;
}
.aboutArea .introduceBox .introduceItem:hover .introduceImg .Img img {
  opacity: 0.8;
}
.aboutArea .introduceBox .introduceItem:hover .introduceImg .Img .hide {
  opacity: 1;
}
.aboutArea .introduceBox .introduceItem:hover .introduceImg .Img .cook {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  opacity: 1;
}
.aboutArea .introduceBox .introduceItem:hover .introduceTxt::before {
  height: 100%;
}
.aboutArea .introduceBox .introduceItem:hover .introduceTxt::after {
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.aboutArea .introduceBox .introduceItem:hover .introduceTxt .textBox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.aboutArea .introduceBox .introduceItem:hover .introduceTxt .textBox .title a:hover {
  color: #88c123;
}
.aboutArea .introduceBox .introduceImg {
  position: relative;
  width: 315px;
  height: 315px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .aboutArea .introduceBox .introduceImg {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .introduceBox .introduceImg {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 640px) {
  .aboutArea .introduceBox .introduceImg {
    width: 200px;
    height: 200px;
  }
}
.aboutArea .introduceBox .introduceImg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 110%;
  height: 110%;
  background: url(../images/about-circle.png);
  background-size: contain;
  -webkit-animation: aboutRotate 20s linear infinite;
          animation: aboutRotate 20s linear infinite;
  pointer-events: none;
}
.aboutArea .introduceBox .introduceImg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 125%;
  height: 125%;
  background: url(../images/about-circle.png);
  background-size: contain;
  -webkit-animation: aboutRotateR 10s linear infinite;
          animation: aboutRotateR 10s linear infinite;
  pointer-events: none;
}
.aboutArea .introduceBox .introduceImg .Img {
  border-radius: 100%;
  overflow: hidden;
  border: 25px solid #fff;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .aboutArea .introduceBox .introduceImg .Img {
    border: 20px solid #fff;
  }
}
.aboutArea .introduceBox .introduceImg img {
  display: block;
  width: 100%;
}
.aboutArea .introduceBox .introduceImg .cook {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  -webkit-transform: scale(0.2) translateY(-50%);
          transform: scale(0.2) translateY(-50%);
  opacity: 0;
}
.aboutArea .introduceBox .introduceTxt {
  position: relative;
  text-align: left;
  height: 100px;
}
@media (max-width: 1180px) {
  .aboutArea .introduceBox .introduceTxt {
    text-align: center;
  }
}
.aboutArea .introduceBox .introduceTxt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  display: block;
  width: 1px;
  height: 0;
  border: 1px dashed #fff;
}
@media (max-width: 1180px) {
  .aboutArea .introduceBox .introduceTxt::before {
    height: 100px;
  }
}
.aboutArea .introduceBox .introduceTxt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-40%, -103px);
          transform: translate(-40%, -103px);
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}
@media (max-width: 1180px) {
  .aboutArea .introduceBox .introduceTxt::after {
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
}
.aboutArea .introduceBox .introduceTxt .textBox {
  position: absolute;
  bottom: 0;
  left: 56%;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
@media (max-width: 1180px) {
  .aboutArea .introduceBox .introduceTxt .textBox {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    padding-top: 110px;
  }
}
.aboutArea .introduceBox .introduceTxt .title {
  font-size: 24px;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  .aboutArea .introduceBox .introduceTxt .title {
    font-size: 20px;
  }
}
.aboutArea .introduceBox .introduceTxt .title a {
  color: #fff;
}
.aboutArea .introduceBox .introduceTxt .subtitle {
  letter-spacing: 0.7px;
  font-size: 14px;
}
@media (max-width: 640px) {
  .aboutArea .introduceBox .introduceTxt .subtitle {
    font-size: 12px;
  }
}
.aboutArea .bottomrightDecorate,
.aboutArea .bottomleftDecorate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.aboutArea .bottomrightDecorate .vegetableright,
.aboutArea .bottomleftDecorate .vegetableright {
  top: -120px;
  right: 0;
}
@media (max-width: 1536px) {
  .aboutArea .bottomrightDecorate .vegetableright,
.aboutArea .bottomleftDecorate .vegetableright {
    width: 230px;
  }
  .aboutArea .bottomrightDecorate .vegetableright img,
.aboutArea .bottomleftDecorate .vegetableright img {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .bottomrightDecorate .vegetableright,
.aboutArea .bottomleftDecorate .vegetableright {
    width: 190px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .bottomrightDecorate .vegetableright,
.aboutArea .bottomleftDecorate .vegetableright {
    width: 170px;
  }
}
@media (max-width: 640px) {
  .aboutArea .bottomrightDecorate .vegetableright,
.aboutArea .bottomleftDecorate .vegetableright {
    top: -40px;
    width: 100px;
  }
}
@media (max-width: 375px) {
  .aboutArea .bottomrightDecorate .vegetableright,
.aboutArea .bottomleftDecorate .vegetableright {
    width: 95px;
    top: -30px;
  }
}
.aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
  bottom: -190px;
  left: 0;
}
@media (max-width: 1536px) {
  .aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
    width: 350px;
  }
  .aboutArea .bottomrightDecorate .vegetableleft img,
.aboutArea .bottomleftDecorate .vegetableleft img {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
    bottom: -100px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
    width: 240px;
    left: -30px;
  }
}
@media (max-width: 640px) {
  .aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
    width: 150px;
    left: 0;
    bottom: -80px;
  }
}
@media (max-width: 375px) {
  .aboutArea .bottomrightDecorate .vegetableleft,
.aboutArea .bottomleftDecorate .vegetableleft {
    width: 111px;
    left: -20px;
    bottom: -60px;
  }
}
.aboutArea .bottomleftDecorate {
  z-index: 1;
}
.aboutArea .arrowBox {
  display: none;
}
@media (max-width: 1024px) {
  .aboutArea .arrowBox {
    display: block;
  }
}
.aboutArea .arrowBox .prev,
.aboutArea .arrowBox .next {
  bottom: -50px;
  border-color: #fff;
}
@media (max-width: 640px) {
  .aboutArea .arrowBox .prev,
.aboutArea .arrowBox .next {
    bottom: -40px;
  }
}
@media (max-width: 375px) {
  .aboutArea .arrowBox .prev,
.aboutArea .arrowBox .next {
    bottom: 25px;
  }
}
.aboutArea .arrowBox .prev {
  left: 80px;
}
@media (max-width: 640px) {
  .aboutArea .arrowBox .prev {
    left: 20px;
  }
}
.aboutArea .arrowBox .next {
  right: 80px;
}
@media (max-width: 640px) {
  .aboutArea .arrowBox .next {
    right: 20px;
  }
}
.aboutArea .arrowBox img {
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
.aboutArea .scrollDown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.aboutArea .scrollDown .scroll {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
}
.aboutArea .scrollDown .scroll img {
  margin: 0 auto;
  opacity: 0.9;
}

.serviceArea {
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .serviceArea {
    padding-bottom: 0;
  }
}
.serviceArea .wrap {
  max-width: 100%;
  overflow-x: clip;
}
.serviceArea .serviceCircle {
  position: relative;
  max-width: 753px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .serviceArea .serviceCircle {
    max-width: 650px;
  }
}
.serviceArea .inside {
  position: relative;
}
@media (max-width: 1180px) {
  .serviceArea .inside {
    padding-top: 110px;
  }
}
.serviceArea .inside .serviceImg {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.serviceArea .inside .serviceImg .dashCircle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .serviceArea .inside .serviceImg .dashCircle {
    display: none;
  }
}
.serviceArea .inside .serviceImg .dashCircle img {
  width: 100%;
  display: block;
  -webkit-animation: rotate 90s linear infinite;
          animation: rotate 90s linear infinite;
}
.serviceArea .inside .serviceImg .sloganTw {
  top: 13%;
  left: 0;
  right: 0;
}
@media (max-width: 1180px) {
  .serviceArea .inside .serviceImg .sloganTw {
    position: relative;
    top: 0;
    padding: 0;
  }
}
.serviceArea .inside .serviceImg .sloganTw img {
  margin: 0 auto;
}
.serviceArea .inside .serviceImg .deliciousMeet {
  left: 0;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  padding: 0 75px;
}
@media (max-width: 1180px) {
  .serviceArea .inside .serviceImg .deliciousMeet {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    width: 650px;
  }
}
.serviceArea .inside .serviceImg .deliciousMeet img {
  width: 100%;
}
.serviceArea .inside .textBox {
  position: absolute;
  top: 48%;
  display: block;
  width: 100%;
}
@media (max-width: 1350px) {
  .serviceArea .inside .textBox {
    top: 40%;
  }
}
@media (max-width: 1180px) {
  .serviceArea .inside .textBox {
    position: relative;
    top: 0;
    padding-top: 30px;
  }
}
.serviceArea .inside .sloganEn {
  padding-left: 60px;
  font-family: "Alex Brush", "cursive";
  font-size: 91px;
  color: #88c123;
  line-height: 0.9;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (max-width: 1180px) {
  .serviceArea .inside .sloganEn {
    font-size: 74px;
    position: absolute;
    top: -160px;
  }
}
@media (max-width: 640px) {
  .serviceArea .inside .sloganEn {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .serviceArea .inside .sloganEn {
    padding-left: 0;
    font-size: 60px;
  }
}
.serviceArea .inside .sloganEn .process {
  padding-left: 90px;
}
.serviceArea .inside .titleBox {
  margin-bottom: 20px;
}
.serviceArea .inside .subtitle img {
  display: block;
  margin: 0 auto;
}
.serviceArea .inside .text {
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4e4d4d;
  letter-spacing: 1.2px;
  line-height: 1.8;
  text-align: center;
}
.serviceArea .outside .serviceStep {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .serviceArea .outside .serviceStep {
    position: relative;
  }
}
@media (max-width: 1180px) {
  .serviceArea .outside .stepList {
    display: none;
  }
}
.serviceArea .outside .stepList .stepItem {
  position: absolute;
  display: inline-block;
}
.serviceArea .outside .stepList .stepItem .item {
  opacity: 0;
}
.serviceArea .outside .stepList .stepItem:first-of-type, .serviceArea .outside .stepList .stepItem:nth-of-type(2), .serviceArea .outside .stepList .stepItem:nth-of-type(3), .serviceArea .outside .stepList .stepItem:nth-of-type(4) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.serviceArea .outside .stepList .stepItem:nth-of-type(5), .serviceArea .outside .stepList .stepItem:nth-of-type(6), .serviceArea .outside .stepList .stepItem:nth-of-type(7), .serviceArea .outside .stepList .stepItem:last-of-type {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.serviceArea .outside .stepList .stepItem:nth-of-type(5) .textBox, .serviceArea .outside .stepList .stepItem:nth-of-type(6) .textBox, .serviceArea .outside .stepList .stepItem:nth-of-type(7) .textBox, .serviceArea .outside .stepList .stepItem:last-of-type .textBox {
  left: 75px;
  right: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1350px) {
  .serviceArea .outside .stepList .stepItem:nth-of-type(5) .textBox, .serviceArea .outside .stepList .stepItem:nth-of-type(6) .textBox, .serviceArea .outside .stepList .stepItem:nth-of-type(7) .textBox, .serviceArea .outside .stepList .stepItem:last-of-type .textBox {
    left: 50px;
  }
}
.serviceArea .outside .stepList .stepItem.move:first-of-type {
  top: 25%;
  left: 6%;
}
.serviceArea .outside .stepList .stepItem.move:first-of-type .item {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(2) {
  top: 43%;
  left: 0.5%;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(2) .item {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(3) {
  top: 59%;
  left: 1%;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(3) .item {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(4) {
  top: 77%;
  left: 9.5%;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(4) .item {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(5) {
  top: 25%;
  right: 6%;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(5) .item {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(6) {
  top: 43%;
  right: 0.5%;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(6) .item {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(7) {
  top: 59%;
  right: 1%;
}
.serviceArea .outside .stepList .stepItem.move:nth-of-type(7) .item {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.serviceArea .outside .stepList .stepItem.move:last-of-type {
  top: 77%;
  right: 9.5%;
}
.serviceArea .outside .stepList .stepItem.move:last-of-type .item {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.serviceArea .outside .stepList_m {
  position: relative;
  padding-top: 20px;
  display: none;
}
@media (max-width: 1180px) {
  .serviceArea .outside .stepList_m {
    display: block;
  }
}
.serviceArea .outside .stepList_m::before {
  content: "";
  position: absolute;
  top: 104px;
  -webkit-transform: translateX(-270px);
          transform: translateX(-270px);
  z-index: -1;
  width: 1200px;
  height: 1px;
  border-top: 1px dashed #88c123;
}
.serviceArea .outside .stepList_m .stepItem {
  position: relative;
}
.serviceArea .outside .stepList_m .slick-list {
  overflow: visible;
}
.serviceArea .outside .stepList_m .slick-track {
  margin: 30px 0;
}
.serviceArea .outside .stepList_m .slick-center:hover span {
  width: 130px;
  height: 130px;
}
.serviceArea .outside .stepList_m .slick-center:hover .circle {
  width: 100px;
  height: 100px;
}
.serviceArea .outside .stepList_m .slick-center:hover .Img {
  opacity: 1;
}
.serviceArea .outside .stepList_m .slick-center span {
  width: 130px;
  height: 130px;
}
.serviceArea .outside .stepList_m .slick-center .circle {
  width: 100px;
  height: 100px;
  background: #fff;
}
.serviceArea .outside .stepList_m .slick-center .Img {
  opacity: 1;
}
.serviceArea .outside .stepList_m .slick-center .textBox .step {
  opacity: 0;
}
.serviceArea .outside .stepList_m .slick-center .textBox .title {
  opacity: 1;
}
.serviceArea .outside .item {
  display: block;
}
.serviceArea .outside .circleBox {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .serviceArea .outside .circleBox {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}
.serviceArea .outside .circleBox:hover span {
  top: 48%;
  width: 130px;
  height: 130px;
}
@media (max-width: 1350px) {
  .serviceArea .outside .circleBox:hover span {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .outside .circleBox:hover span {
    width: 20px;
    height: 20px;
  }
}
.serviceArea .outside .circleBox:hover .circle {
  width: 100px;
  height: 100px;
  background: #fff;
}
@media (max-width: 1350px) {
  .serviceArea .outside .circleBox:hover .circle {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .outside .circleBox:hover .circle {
    width: 6px;
    height: 6px;
  }
}
.serviceArea .outside .circleBox:hover .Img {
  opacity: 1;
}
@media (max-width: 1180px) {
  .serviceArea .outside .circleBox:hover .Img {
    opacity: 0;
  }
}
.serviceArea .outside .circleBox span {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #88c123;
  opacity: 0.5;
}
.serviceArea .outside .circleBox .circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #88c123;
}
.serviceArea .outside .circleBox .Img {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  opacity: 0;
}
@media (max-width: 1350px) {
  .serviceArea .outside .circleBox .Img {
    width: 40px;
    height: 40px;
  }
}
.serviceArea .outside .circleBox .Img img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.serviceArea .outside .textBox {
  position: absolute;
  top: 50%;
  right: 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1350px) {
  .serviceArea .outside .textBox {
    right: 50px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .outside .textBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    max-width: 210px;
  }
}
.serviceArea .outside .textBox .step {
  font-size: 18px;
  color: #88c123;
}
@media (max-width: 1180px) {
  .serviceArea .outside .textBox .step {
    padding-bottom: 40px;
    opacity: 1;
  }
}
.serviceArea .outside .textBox .stepTitle {
  font-size: 18px;
  color: #2b2b2b;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .serviceArea .outside .textBox .stepTitle {
    padding-top: 60px;
    opacity: 0;
    white-space: nowrap;
  }
}
.serviceArea .outside .textBox .stepText {
  padding-top: 5px;
  color: #4e4d4d;
}

.advantageArea {
  padding: 50px 0 130px;
}
@media (max-width: 1023px) {
  .advantageArea .wrap {
    max-width: 600px;
  }
}
.advantageArea .titleBox img {
  margin: 0 auto;
}
.advantageArea .advantageItem {
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .advantageArea .advantageItem {
    padding: 0 30px 30px;
  }
}
.advantageArea .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  margin: 0 auto;
  background: #f8f8f8;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .advantageArea .Img {
    width: 160px;
    height: 160px;
  }
}
.advantageArea .Img:hover {
  background: #831518;
}
.advantageArea .Img img {
  display: block;
}
@media (max-width: 1023px) {
  .advantageArea .Img img {
    width: 80px;
  }
}
.advantageArea .textBox {
  position: relative;
  text-align: center;
  color: #2b2b2b;
  padding-top: 30px;
}
.advantageArea .textBox .title {
  font-size: 24px;
}
.advantageArea .textBox .subtitle {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.advantageArea .textBox .text {
  font-size: 18px;
  color: #4e4d4d;
  padding-top: 30px;
}

.catalogArea {
  position: relative;
  z-index: 0;
  background: url(../images/background-master.jpg);
  padding: 100px 0 50px;
}
@media (max-width: 640px) {
  .catalogArea {
    padding: 60px 0 30px;
  }
}
.catalogArea::before {
  content: "";
  position: absolute;
  top: -50px;
  z-index: -1;
  background: url(../images/background-tearpaper.png);
  background-position: top left;
  height: 275px;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 640px) {
  .catalogArea::before {
    background: url(../images/background-m-cateloge.png);
    background-size: cover;
  }
}
.catalogArea::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/background-circle.png);
}
@media (max-width: 480px) {
  .catalogArea::after {
    background: url(../images/background-m-circle.png);
  }
}
.catalogArea .wrap {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.catalogArea .catalogBox {
  position: relative;
}
.catalogArea .slick-track {
  margin-bottom: 310px;
}
.catalogArea .catalogItem {
  position: relative;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.catalogArea .catalogItem.right1 {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(-20px, 0) rotate(17deg);
          transform: translate(-20px, 0) rotate(17deg);
}
.catalogArea .catalogItem.right2 {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translate(-60px, 110px) rotate(30deg);
          transform: translate(-60px, 110px) rotate(30deg);
}
.catalogArea .catalogItem.right3 {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translate(0px, 350px) rotate(43deg);
          transform: translate(0px, 350px) rotate(43deg);
}
.catalogArea .catalogItem.left1 {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translate(20px, 0) rotate(-17deg);
          transform: translate(20px, 0) rotate(-17deg);
}
.catalogArea .catalogItem.left2 {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translate(60px, 110px) rotate(-30deg);
          transform: translate(60px, 110px) rotate(-30deg);
}
.catalogArea .catalogItem.left3 {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translate(0px, 350px) rotate(-43deg);
          transform: translate(0px, 350px) rotate(-43deg);
}
.catalogArea .slick-center {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
  z-index: 1;
}
.catalogArea .slick-center:hover .Txt .more {
  opacity: 1;
}
@media (max-width: 1180px) {
  .catalogArea .slick-center:hover .Txt .more {
    display: none;
  }
}
.catalogArea .slick-center .boxBorder {
  opacity: 1;
}
.catalogArea .slick-center .Img {
  opacity: 0;
}
.catalogArea .slick-center .Txt {
  opacity: 1;
}
.catalogArea .item {
  position: relative;
}
.catalogArea .item:hover .boxBorder {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.catalogArea .item:hover .Img {
  opacity: 0;
}
.catalogArea .item:hover .Txt {
  opacity: 1;
}
.catalogArea .boxBorder {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
}
.catalogArea .boxBorder .dash {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(136, 193, 35, 0.1882352941);
  border-radius: 20px;
}
.catalogArea .Img {
  border-radius: 20px;
  overflow: hidden;
  background: #831518;
  height: 460px;
}
@media (max-width: 360px) {
  .catalogArea .Img {
    height: 400px;
  }
}
.catalogArea .Img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.catalogArea .Txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  color: #4e4d4d;
  padding: 0 35px;
  opacity: 0;
}
@media (max-width: 360px) {
  .catalogArea .Txt {
    padding: 0 25px;
  }
}
.catalogArea .Txt .products {
  height: 260px;
}
@media (max-width: 1180px) {
  .catalogArea .Txt .products {
    height: 220px;
  }
}
@media (max-width: 360px) {
  .catalogArea .Txt .products {
    height: 200px;
  }
}
.catalogArea .Txt .products img {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  max-height: 200px;
}
@media (max-width: 1180px) {
  .catalogArea .Txt .products img {
    max-height: 170px;
    top: 40px;
  }
}
@media (max-width: 360px) {
  .catalogArea .Txt .products img {
    max-height: 150px;
    top: 30px;
  }
}
.catalogArea .Txt .title a {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #2b2b2b;
  letter-spacing: 2px;
}
@media (max-width: 360px) {
  .catalogArea .Txt .title a {
    font-size: 20px;
  }
}
.catalogArea .Txt .subtitle {
  letter-spacing: 1.8px;
}
.catalogArea .Txt .text {
  padding-top: 15px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1180px) {
  .catalogArea .Txt .text {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 360px) {
  .catalogArea .Txt .text {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }
}
.catalogArea .Txt .more {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  font-family: "Alex Brush", "cursive";
  font-size: 90px;
  color: #88c123;
  line-height: 0;
  white-space: nowrap;
  opacity: 0;
}
.catalogArea .full {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.catalogArea .moreOutBox {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  max-width: 540px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.catalogArea .moreBox {
  position: relative;
}
.catalogArea .titleBox .subtitle img {
  margin: 0 auto;
}
.catalogArea .moreBtn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  max-width: 265px;
  width: 100%;
  letter-spacing: 1px;
  padding: 20px;
  border-radius: 50px;
  background: #4d9028;
}
.catalogArea .moreBtn a:hover {
  background: #831518;
}
.catalogArea .arrowBox .prev,
.catalogArea .arrowBox .next {
  bottom: 130px;
}
@media (max-width: 360px) {
  .catalogArea .arrowBox .prev,
.catalogArea .arrowBox .next {
    bottom: 90px;
  }
}

.newsArea {
  position: relative;
  z-index: 0;
  padding: 80px 0 200px;
}
@media (max-width: 640px) {
  .newsArea {
    padding: 40px 0 150px;
  }
}
.newsArea::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3137254902);
}
.newsArea .wrap {
  position: relative;
  z-index: 2;
}
.newsArea .titleBox {
  text-align: left;
  margin-bottom: 55px;
}
.newsArea .titleBox .title {
  color: #fff;
}
.newsArea .slick-vertical .slick-slide {
  border: none;
}
.newsArea .item {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .newsArea .item {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .newsArea .item {
    padding: 15px 0;
  }
}
.newsArea .item:hover {
  border-color: transparent;
}
.newsArea .item:hover .Img {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.newsArea .item:hover .Txt .text {
  color: #88c123;
}
.newsArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .newsArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.newsArea .Txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .newsArea .Txt .top {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .newsArea .Txt .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.newsArea .Txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
  width: 100%;
  padding-right: 20px;
  letter-spacing: 2px;
  margin-left: -10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsArea .Txt .date div {
  position: relative;
  padding: 0 15px;
}
.newsArea .Txt .date div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #fff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.newsArea .Txt .classTitle {
  max-width: 155px;
  width: 100%;
  padding: 5px 20px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .newsArea .Txt .classTitle {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .newsArea .Txt .classTitle {
    margin: 0;
    max-width: 135px;
  }
}
@media (max-width: 460px) {
  .newsArea .Txt .classTitle {
    margin: 10px 0;
  }
}
.newsArea .Txt .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 170px;
  padding-right: 30px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .newsArea .Txt .text {
    padding-left: 130px;
  }
}
@media (max-width: 1024px) {
  .newsArea .Txt .text {
    padding: 0;
    width: 100%;
  }
}
.newsArea .Txt .Img {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .newsArea .Txt .Img {
    display: none;
  }
}
.newsArea a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}</pre></body></html>