.mainArea {
  padding: 0;
}

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

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

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

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

.bannerArea {
  position: relative;
}

.bannerArea .bannerBox li {
  -webkit-animation: banner_out 1.5s forwards ease-in-out;
          animation: banner_out 1.5s forwards ease-in-out;
}

.bannerArea .bannerBox li.show {
  -webkit-animation: banner_in 1.5s forwards ease-in-out;
          animation: banner_in 1.5s forwards ease-in-out;
}

.bannerArea .dotsBox {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.bannerArea .dotsBox .dots li {
  display: inline-block;
  margin: 0 5px;
}

.bannerArea .dotsBox .dots li.slick-active button {
  width: 30px;
  border-radius: 15px;
}

.bannerArea .dotsBox .dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .5s;
}

.bannerArea .dotsBox .dots li button:focus {
  outline: none;
}

.bgbg01 {
  position: absolute;
  left: 0;
  top: 435px;
}

.bgbg02 {
  position: absolute;
  z-index: -1;
  right: -175px;
  top: 710px;
}

.productArea {
  position: relative;
  z-index: 2;
  margin: 50px 0;
}

.productArea .wrap {
  position: relative;
}

.productArea .headerTitle {
  position: absolute;
  left: 0;
  top: -65px;
}

.productArea .headerTitle .title:after {
  width: 129px;
  height: 25px;
  background-image: url("../images/title_product.png");
}

.productArea .headerTitle .more {
  display: none;
}

.productArea .right {
  position: relative;
}

.productArea .productList {
  margin: 0 -12px;
}

.productArea .productList li {
  float: left;
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 5%;
  box-sizing: border-box;
}

.productArea .productList li .item:hover .Img {
  /*box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.16);*/
}

.productArea .productList li .item .btn a {
  background-color: #af1e1e;
  color: #fff;
}

.productArea .productList li .item:hover .btn a {
  background-color: #af1e1e;
  color: #fff;
}

.productArea .productList li .Img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  transition: all .5s;
}

.productArea .productList li .Img img {
  display: block;
  width: 100%;
  min-height: 170px;
  object-fit: cover;
}

.productArea .productList li .m_icon {
  position: absolute;
  top: 20px;
  right: -38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #af1e1e;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .05em;
  padding: 18px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}

.productArea .productList li h3 a {
  display: block;
  font-family: "cwTeXMing", serif;
  font-weight: normal;
  color: #222;
  font-size: 24px;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productArea .productList li p{
  font-size: 14px;
  /*line-height: 30px;*/
  /*letter-spacing: .1em;*/
  color: #6a6a6a;
  margin-bottom: 15px;
  /*height: 60px;*/
  text-align: center;
}

.productArea .productList li .price {
  font-size: 15px;
  letter-spacing: .025em;
  color: #8c0808;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}

.productArea .productList li .price .discount, .productArea .productList li .price b {
  font-weight: normal;
}

.productArea .productList li .btn {
  text-align: center;
}

.productArea .productList li .btn a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .3em;
  padding: 13px 25px;
  box-sizing: border-box;
}

.productArea .productList li .btn a:before, .productArea .productList li .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 65px;
  height: 1px;
  background-color: #c7c7c7;
}

.productArea .productList li .btn a:before {
  left: -65px;
}

.productArea .productList li .btn a:after {
  right: -65px;
}

.productArea .dotsBox {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.productArea .dotsBox .dots li {
  display: inline-block;
  margin: 0 5px;
}

.productArea .dotsBox .dots li.slick-active button {
  width: 30px;
  border-radius: 15px;
}

.productArea .dotsBox .dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #af1e1e;
  background: #af1e1e;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .5s;
}

.productArea .dotsBox .dots li button:focus {
  outline: none;
}

.newsArea {
  position: relative;
  margin-bottom: 180px;
}

.newsArea .wrap {

}

.newsArea .bgbg03 {
  position: absolute;
  right: -780px;
  bottom: -190px;
}

.newsArea .bgbg03:before {
  content: '';
  position: absolute;
  left: 236px;
  top: 580px;
  /*width: 9px;
  height: 9px;
  background-color: #ce0c0c;*/
  border-radius: 50%;
}

.newsArea .bgbg03:after {
  content: '';
  position: absolute;
  left: 240px;
  bottom: -200px;
  width: 1px;
  height: 667px;
  background: url("../images/line.png") no-repeat;
}

.newsArea .headerTitle .title:after {
  width: 131px;
  height: 26px;
  background-image: url("../images/title_news.png");
}

.newsArea .headerTitle .more {
  margin-top: 210px;
}

.newsArea .newsList {
  width: 100%;
 padding-top: 5%;
}

.newsArea .newsList li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #bfbfbf;
}

.newsArea .item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 55px 0 45px;
  box-sizing: border-box;
}

.newsArea .date {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
  height: 110px;
  font-family: "Prata", serif;
  text-align: center;
  color: #333;
  letter-spacing: .05em;
  font-size: 12px;
  border: 2px solid #981111;
  border-radius: 50%;
  box-sizing: border-box;
}

.newsArea .date:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #981111;
  border-radius: 50%;
  box-sizing: border-box;
}

.newsArea .date .top {
  font-size: 40px;
}

.newsArea .Txt {
  position: relative;
  width: calc(100% - 110px);
  padding-left: 45px;
  box-sizing: border-box;
}

.newsArea .newIcon {
  position: absolute;
  right: 0;
  top: 0;
}

.newsArea h3 a {
  display: block;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 15px;
}

.newsArea h3 a:hover {
  color: #af1e1e;
}

.newsArea p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .05em;
  color: #6a6a6a;
  max-height: 50px;
  height: auto;
}

.newsArea .btn a {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  font-size: 13px;
  letter-spacing: .3em;
  color: #af1e1e;
}

.newsArea .btn a:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 16px;
  margin-left: 3px;
}

.aboutArea {
  margin-bottom: 130px;
}

.aboutArea .wrap {
  position: relative;
}

.aboutArea .headerTitle {
  position: absolute;
  z-index: 5;
  left: 0;
  top: -65px;
}

.aboutArea .headerTitle .title:after {
  width: 130px;
  height: 25px;
  background-image: url("../images/title_about.png");
}

.aboutArea .top {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aboutArea .top .left {
  width: 68%;
  box-shadow: 0 15px 23px rgba(0, 0, 0, 0.12);
}

.aboutArea .top .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutArea .top .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 32%;
  /*padding: 0 0 40px 150px;*/
  box-sizing: border-box;
}

.aboutArea .top .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutArea .top h3 {
  font-family: "cwTeXMing", serif;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: .28em;
  color: #222;
  margin-bottom: 2px;
  text-align: center;
}

.aboutArea .top h4 {
  font-family: "cwTeXMing", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .52em;
  color: #575757;
  text-align: center;
}

.aboutArea .top .icon {
  padding-left: 0;
  margin-top: 30px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aboutArea .top .icon li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutArea .top .icon .Img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e1ddd8;
    margin-bottom: 5px;
}

.aboutArea .top .icon .Img img {
    width: 25px;
    backface-visibility: hidden;
}


.aboutArea .top .icon p {
    font-size: 13px;
    color: #727272;
    letter-spacing: .05em;
    text-align: center;
}

.aboutArea .bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aboutArea .bottom .left {
  width: calc(100% - 370px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url("../images/bg02.jpg") repeat;
}

.aboutArea .bottom .left h3 {
  font-family: "cwTeXMing", serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: .28em;
  color: #222;
  margin-bottom: 30px;
}

.aboutArea .bottom .left h4 {
  font-family: "Prata", serif, "cwTeXMing", serif;
  color: #af1e1e;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .2em;
  margin-bottom: 16px;
}

.aboutArea .bottom .left p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .05em;
  color: #6a6a6a;
}

.aboutArea .bottom .right {
  width: 370px;
}

.aboutArea .bottom .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc {display: block !important;}
  .mo {display: none !important;}

@media (min-width: 1181px) {
  /*.productArea .productList li:first-child {
    width: 100%;
    margin-bottom: 70px;
  }
  .productArea .productList li:first-child .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .productArea .productList li:first-child .Img {
    width: 66%;
    box-shadow: 0 23px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
  }
  .productArea .productList li:first-child .Img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .productArea .productList li:first-child .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .productArea .productList li:first-child .m_icon {
    opacity: 1;
    visibility: visible;
  }
  .productArea .productList li:first-child .Txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 34%;
    padding-left: 80px;
    box-sizing: border-box;
  }
  .productArea .productList li:first-child h3 a {
    display: block;
    font-size: 35px;
    letter-spacing: .28em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
  }
  .productArea .productList li:first-child p {
    text-align: left;
  }
  .productArea .productList li:first-child .btn {
    text-align: left;
  }
  .productArea .productList li:first-child .btn a {
    display: inline-block;
    color: #af1e1e;
    padding: 15px 65px;
    font-size: 15px;
    letter-spacing: .3em;
    background-color: #fff;
  }
  .productArea .productList li:first-child .btn a:before, .productArea .productList li:first-child .btn a:after {
    display: none;
  }
  .newsArea .bgbg03 {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
    transition: all 1.2s;
  }
  .newsArea .bgbg03:before {
    content: '';
    position: absolute;
    left: 236px;
    top: 580px;
    /*width: 9px;
    height: 9px;
    background-color: #ce0c0c;*/
    border-radius: 50%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .newsArea .bgbg03:after {
    content: '';
    position: absolute;
    left: 240px;
    top: 580px;
    width: 1px;
    height: 0;
    background: url("../images/line.png") no-repeat;
    transition: all .5s;
  }
  .newsArea .bgbg03.show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition-delay: 1.5s;
  }
  .newsArea .bgbg03.show:before {
    -webkit-animation: sideImgBefore .4s 2s forwards;
            animation: sideImgBefore .4s 2s forwards;
  }
  .newsArea .bgbg03.show:after {
    height: 667px;
    transition-delay: 2.4s;
  }*/
}

@-webkit-keyframes sideImgBefore {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sideImgBefore {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1600px) {
  .bgbg01 {
    width: 280px;
  }
  .bgbg01 img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media (max-width: 1366px) {
  .bgbg01, .bgbg02 {
    display: none;
  }
}

@media (max-width: 1180px) {
  .productArea {
    margin: 40px 0 80px;
  }
  .productArea .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productArea .headerTitle {
    position: static;
  }
  .productArea .headerTitle .more {
    display: block;
  }
  .productArea .right {
    width: 100%;
  }
  .productArea .productList {
    padding-left: 0;
    box-sizing: border-box;
  }
  .productArea .productList li p {
    /*display: none;*/
  }
  .newsArea .headerTitle .more {
    margin-top: 0;
  }
  .newsArea .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .newsList {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .bgbg03 {
    display: none;
  }
  .aboutArea .headerTitle {
    position: static;
  }
  .aboutArea .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutArea .wrap:before, .aboutArea .wrap:after {
    display: none;
  }
  .aboutArea .top .left {
    width: 60%;
  }
  .aboutArea .top .right {
    width: 40%;
    padding: 0px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutArea .top .icon {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutArea .top .icon li {
    margin: 0 5px;
  }
  .aboutArea .bottom .left {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
  }
  .aboutArea .bottom .right {
    width: 40%;
  }
  .productArea .productList li {
  margin-bottom: 0px;
}
}

@media (max-width: 1023px) {
  .newsArea {
    margin-bottom: 80px;
  }
}

@media (max-width: 800px) {
  .aboutArea .top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .aboutArea .top .left {
    width: 100%;
  }
  .aboutArea .top .right {
    width: 100%;
  }
  .aboutArea .bottom {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutArea .bottom .left {
    width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .aboutArea .bottom .right {
    width: 100%;
  }
  .pc {display: none !important;}
  .mo {display: block !important;}
  
}

@media (max-width: 767px) {
  .newsArea .item {
    padding: 30px 0 0 0;
  }
  .aboutArea {
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .newsArea .date {
    width: 80px;
    height: 80px;
  }
  .newsArea .date:after {
    width: 70px;
    height: 70px;
  }
  .newsArea .date .top {
    font-size: 20px;
  }
  .newsArea .Txt {
    padding-left: 20px;
  }

}

@media (max-width: 480px) {
  .newsArea .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .Txt {
    width: 100%;
    padding-left: 0;
  }
  .newsArea .date {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: .1em;
  }
  .newsArea .date .top {
    font-size: 13px;
  }
  .newsArea .date .top:after {
    content: '.';
  }
  .newsArea .date:after {
    display: none;
  }
  .productArea .productList {
    padding-left: 10px;
  }
}
