header {
  top: -100px;
  opacity: 0;
  -webkit-transition: all 1.3s .2s;
  -o-transition: all 1.3s .2s;
  transition: all 1.3s .2s;
}

header.show {
  top: 0;
  opacity: 1;
}

.mainArea {
  padding: 0;
  background-image: none;
}

.bannerArea {
  position: relative;
}

.bannerArea .icon {
  display: inline-block;
  margin-bottom: 12px;
}

.bannerArea .icon img {
  display: block;
  width: auto;
  max-width: 100%;
}

#banner .Txt {
  display: none;
}

@media (min-width: 641px) {
  .bannerList img {
    min-height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.bannerTextBox .topBox {
  width: 100%;
  max-width: 100%;
}

.listTxt {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.listTxt li {
  width: 100%;
  text-align: center;
}

@media (min-width: 641px) {
  .listTxt .Txt {
    margin-bottom: 50px;
  }
}

.listTxt .current .icon,
.listTxt .current .title,
.listTxt .current .title2,
.listTxt .current p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.listTxt .current .icon {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.listTxt .current .title {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.listTxt .current .title2 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.listTxt .current p {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.listTxt .icon,
.listTxt .title,
.listTxt .title2,
.listTxt p {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.listTxt .icon {
  width: 95px;
}

@media (max-width: 767px) {
  .listTxt .icon {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .listTxt .icon {
    width: 50px;
  }
}

.listTxt .icon img {
  display: block;
  width: 100%;
}

.bannerLinkList {
  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;
  margin-left: -25px;
  margin-right: -25px;
}

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

.bannerLinkList.show li {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bannerLinkList li {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.bannerLinkList li:nth-child(1) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.bannerLinkList li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.bannerLinkList li:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.bannerLinkList .item {
  position: relative;
  z-index: 0;
  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;
  width: 143px;
  height: 143px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bannerLinkList .item::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bannerLinkList .item:hover {
  background-color: #c40000;
}

.bannerLinkList .item:hover::after {
  opacity: 0.6;
}

.bannerLinkList .item:hover .Img img {
  top: -55px;
}

.bannerLinkList .item:hover h3 a {
  color: #fff;
}

.bannerLinkList a {
  display: block;
}

.bannerLinkList .Img {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  overflow: hidden;
}

.bannerLinkList .Img img {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  -webkit-filter: drop-shadow(0 55px 0 #fff);
  filter: drop-shadow(0 55px 0 #fff);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bannerLinkList h3 a {
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 500;
}

.sideImg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.linkArea {
  position: relative;
  z-index: 1;
}

.linkArea .wrap {
  max-width: 100%;
  padding: 0;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .linkList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.linkList li {
  width: 50%;
}

@media (max-width: 767px) {
  .linkList li {
    width: 100%;
  }
}

.linkList .item {
  position: relative;
  overflow: hidden;
}

.linkList .item:hover .Img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.linkList .item.dark h3 a {
  color: #000;
}

.linkList .item.dark p {
  color: #000;
}

.linkList .Img {
  background-color: #000;
}

@media (max-width: 1280px) {
  .linkList .Img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

.linkList .Img img {
  display: block;
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 1280px) {
  .linkList .Img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 1281px) {
  .linkList .Txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1280px) {
  .linkList .Txt {
    width: 100%;
    padding: 10% 5%;
  }
}

.linkList h3 a {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  letter-spacing: .05em;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 480px) {
  .linkList h3 a {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.linkList p {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #ddd;
  line-height: 1.8;
  text-align: center;
}

.recipesArea {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../images/bg.jpg");
}

@media (min-width: 1181px) {
  .recipesArea .imgl1 {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .recipesArea.show .imgl1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.recipesArea .wrap {
  max-width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recipesArea .titleBox {
  margin-bottom: 60px;
}

.recipesArea .imgl1 {
  left: 0;
  top: 25px;
}

@media (max-width: 1640px) {
  .recipesArea .imgl1 {
    left: -140px;
  }
}

@media (max-width: 1366px) {
  .recipesArea .imgl1 {
    display: none;
  }
}

.recipesArea .imgr1 {
  right: 0;
  top: -80px;
  mix-blend-mode: multiply;
}

@media (max-width: 1366px) {
  .recipesArea .imgr1 {
    opacity: 0.5;
  }
}

.recipesList {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 80px;
}

.recipesList li {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recipesList .item {
  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;
  text-align: center;
}

.recipesList .item:hover .Img::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recipesList .Img {
  position: relative;
  width: 100%;
  max-width: 210px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.recipesList .Img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(180, 11, 11, 0.2);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

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

.recipesList h3 {
  margin-bottom: 12px;
}

.recipesList h3 a {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .1em;
}

.recipesList p {
  max-height: 46px;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: .08em;
  color: #393836;
}

.productArea {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

@media (min-width: 1181px) {
  .productArea .imgl2 {
    opacity: 0;
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .productArea.show .imgl2 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.productArea .wrap {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.productArea .titleBox {
  margin-bottom: 50px;
}

.productArea .btn1 {
  margin-top: 65px;
}

.productArea .imgl2 {
  left: 0;
  top: -140px;
}

@media (max-width: 960px) {
  .productArea .imgl2 {
    width: 200px;
  }
  .productArea .imgl2 img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productArea .imgl2 {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .productArea .imgl2 {
    left: -20px;
  }
}

.productArea .imgr2 {
  right: 0;
  top: -100px;
}

@media (max-width: 960px) {
  .productArea .imgr2 {
    top: -100px;
    width: 280px;
  }
  .productArea .imgr2 img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productArea .imgr2 {
    width: 200px;
  }
}

.productTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.productTab a {
  border-bottom: 1px solid #b40b0b;
  padding: 12px 40px;
  background-color: #f4f4f4;
  font-size: 16px;
  letter-spacing: .05em;
  color: #525252;
}

.productTab a.current, .productTab a:hover {
  color: #fff;
  background-color: #b40b0b;
}

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -33px;
  margin-right: -33px;
}

@media (max-width: 767px) {
  .productList {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.productList li.list {
  width: 20%;
  padding-left: 33px;
  padding-right: 33px;
}

@media (max-width: 767px) {
  .productList li.list {
    padding-left: 12px;
    padding-right: 12px;
  }
}

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

.productList .Txt {
  padding-top: 20px;
  border-top: 1px solid #e3e0de;
}

.productList h3 a {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .1em;
  color: #2d2d2d;
}

.productList .dots {
  padding-top: 20px;
  text-align: center;
}

#pasta {
  display: none;
}

.bottomArea {
  position: relative;
  z-index: 0;
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url("../images/bg.jpg");
}

.bottomArea .wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
}

.bottomArea .titleBox {
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .bottomArea .titleBox {
    -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;
    margin-bottom: 20px;
  }
  .bottomArea .titleBox .left {
    margin-bottom: 10px;
  }
}

.bottomArea .imgl1,
.bottomArea .imgl2 {
  left: 0;
}

.bottomArea .imgr1,
.bottomArea .imgr2 {
  right: 0;
}

.bottomArea .imgl1 {
  top: -150px;
}

@media (max-width: 1640px) {
  .bottomArea .imgl1 {
    width: 180px;
  }
  .bottomArea .imgl1 img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .bottomArea .imgl1 {
    top: -90px;
    width: 120px;
  }
}

.bottomArea .imgl2 {
  bottom: -360px;
}

@media (max-width: 1640px) {
  .bottomArea .imgl2 {
    bottom: -150px;
    width: 220px;
  }
  .bottomArea .imgl2 img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .bottomArea .imgl2 {
    display: none;
  }
}

.bottomArea .imgr1 {
  top: -325px;
}

@media (max-width: 1640px) {
  .bottomArea .imgr1 {
    width: 480px;
  }
  .bottomArea .imgr1 img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .bottomArea .imgr1 {
    width: 380px;
    top: -250px;
  }
}

@media (max-width: 800px) {
  .bottomArea .imgr1 {
    display: none;
  }
}

.bottomArea .imgr2 {
  bottom: 0;
}

@media (max-width: 1640px) {
  .bottomArea .imgr2 {
    width: 220px;
  }
  .bottomArea .imgr2 img {
    display: block;
    width: 100%;
  }
}

.documentArea,
.newsArea {
  width: 50%;
}

@media (max-width: 960px) {
  .documentArea,
  .newsArea {
    width: 100%;
  }
}

.documentArea {
  padding-right: 60px;
}

@media (max-width: 1180px) {
  .documentArea {
    padding-right: 30px;
  }
}

@media (max-width: 960px) {
  .documentArea {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.newsArea {
  padding-left: 60px;
}

@media (max-width: 1180px) {
  .newsArea {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .newsArea {
    padding-left: 0;
  }
}

.listArea {
  width: 100%;
  padding-top: 90px;
}

@media (min-width: 961px) {
  .listArea .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.listArea .item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.listArea .Img {
  margin-bottom: 12px;
}

.listArea .Img img {
  max-width: 100%;
}

.listArea .Txt {
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
}

.newsList {
  position: relative;
}

.newsList li {
  padding-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
}

.newsList li:first-child {
  border-top: 1px solid #cdcdcd;
}

.newsList h3 a,
.newsList p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsList h3 a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
}

.newsList p {
  font-size: 14px;
  letter-spacing: .02em;
  color: #444;
}

.documentList li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
}

.documentList li:first-child {
  border-top: 1px solid #cdcdcd;
}

.documentList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.documentList .Txt {
  width: calc(100% - 30px);
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.documentList h3 a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.documentList .link {
  width: 24px;
  margin-right: 5px;
}
