.navbar.nav-site {
  display: none;
}
.top-wrap {
  position: relative;
  height: 870px;
  background: no-repeat center url(../img/index/main-bg@2x.jpg);
  background-size: cover;
}
.t-logo {
  position: fixed;
  z-index: 5;
  left: 0;
  top:0;
  background: #000;
  border-radius: 0 0 15px 0;
  padding:48px 45px;
}
.top-wrap .meat {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin: auto;
  top:170px;
  text-align: center;
}

.main-wrap {
  position: relative;
  z-index: 1;

  background: no-repeat center top url(../img/index/bg-bs@2x.jpg);
  background-size: contain;
}
.sec-top-menu {
  padding-top: 294px;
  padding-bottom: 100px;
}
.t-menu {
  width: 100%;
  background: #fff;
}
.t-menu a {
  transition: unset;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  color:#fff;
  font-weight: 600;
  text-align: center;
  height: 210px;
}
.t-menu a:hover {
  text-decoration: none;
}
.t-menu a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 34px;
  padding-right: 50px;

  font-size: 25px;
  line-height: 25px;
}
.t-menu a span:before,
.t-menu a span:after {
  content:"";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.t-menu a span:after {
  background: no-repeat center url(../img/common/arrow-right-white.svg);
  background-size: 100%;
  left: auto;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.t-menu .m-rest {
  background: #000;
  margin-right: 54px;
}
.t-menu .m-rest:before {
  content:"";
  position: absolute;
  top:0;
  right: -50px;
  width: 51px;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom right, #000 50%, transparent 51%);
}
.t-menu .m-rest:hover {
  background: #9A011A;
}
.t-menu .m-rest:hover:before {
  background: linear-gradient(to bottom right, #9A011A 50%, transparent 51%);
}
.t-menu .m-rest span:before {
  background: no-repeat center url(../img/common/ico-tableware.svg);
  background-size: 100%;
  width: 30px;
  height: 30px;
}
.t-menu .m-shop {
  background: #9A011A;
  margin-left: 54px;
}
.t-menu .m-shop:before {
  content:"";
  position: absolute;
  top:0;
  left: -50px;
  width: 51px;
  height: 100%;
  display: block;
  background: linear-gradient(to top left, #9A011A 50%, transparent 51%);
}
.t-menu .m-shop:hover {
  background: #BE0120;
}
.t-menu .m-shop:hover:before {
  background: linear-gradient(to top left, #BE0120 50%, transparent 51%);
}
.t-menu .m-shop span:before {
  background: no-repeat center url(../img/common/ico-bag.svg);
  background-size: 100%;
  width: 32px;
  height: 32px;
}

.sec.s1 {
  padding-bottom: 60px;
}
.s1 .col-photo img {
  max-width: unset;
  float: right;
}
.s1 .t {
  position: relative;
  margin-top: -50px;
  right:-60px;
}
.s1 .desc {
  margin-top: 40px;
  color:#fff;
  width: 565px;
  float: right;
}
.s1 .l-more {
  clear: both;
  padding-top: 60px;
  text-align: right;
}
.s1 .l-more .btn {
  display: inline-block;
  width: 400px;
  border:1px solid #fff;
  padding:16px 70px 16px 100px;
  border-radius: 38px;
  color:#fff;
  text-align: center;
}
.s1 .l-more .btn:hover {
  text-decoration: none;
  background: #fff;
  color:#000;
}
.s1 .l-more .btn span {
  position: relative;
  display: inline-block;
}
.s1 .l-more .btn span:before {
  content:"";
  position: absolute;
  left: -20px;
  top:50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.s1 .l-more .btn:hover span:before {
  background: #9A011A;
}
.s1 .video-wrap {
  padding:90px 0 0;
}
.s1 .ku-video {
  text-align: center;
}
.ku-video video {
  max-width: 100%;
}
.ku-video .inn-v {
  position: relative;
  z-index: 3;
  margin:auto;
}
.inn-v .play-ov {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.8;
  z-index: 4;
}

.sec.s2 {
  padding:60px 0;
}
.photo-slider .sli .thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 230px;
  margin:0 15px;
}

.sec.s3 {
  padding:10px 0 100px;
}
@media (min-width: 1200px){
  .s3>.container {
    width: 1164px;
  }
}
.s3 .news-wrap {
  border-radius: 22px;
  background: #EFEDEA;
  padding:60px 120px;
}
.s3 h2 {
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px;
}
.news-list {
}
.news-item {
  display: flex;
  border-top:1px solid #D6D6D6;
  padding:15px 0;
}
.news-item:last-child {
  border-bottom:1px solid #D6D6D6;
}
.news-item .date {
  width: 22%;
  text-align: right;
  font-size: 15px;
  padding-right: 30px;
}
.news-item .nt {
  flex-grow: 1;
}
.s3 .l-all {
  margin-top: 25px;
  text-align: right;
}
.s3 .l-all a,
.s4 .l-voice a,
.s-item .n span {
  position: relative;
  display: inline-block;
  padding-right: 14px;
}
.s3 .l-all a:after,
.s4 .l-voice a:after,
.s-item .n span:after,
.shop-wrap .l-more .btn span:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center url(../img/common/arrow-right-black.svg);
  background-size: 100%;
  width: 11px;
  height: 11px;
}
.sec.s4 {
  background: #EFEDEA;
  padding:30px 0;
}
@media (min-width: 1200px){
  .s4>.container {
    width: 1100px;
  }
}
.s4 .d-flex {
  padding-right: 12px;
  height: 100%;
  justify-content: end;
}
.s4 .d-flex .col {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.s4 .tt h2 {
  border-radius: 50%;
  border:2px solid #AF8E6E;
  width: 187px;
  height: 187px;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color:#AF8E6E;
}
.s4 .tt h2 span {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.s4 .tt h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:0;
  background: no-repeat center url(../img/common/ic-cow-brown.svg);
  background-size: 100%;
  width: 42px;
  height: 28px;
}
.s4 .desc-wrap {
  padding-left: 20px;
}
.s4 .d-txt {
  font-size: 17px;
  line-height: 34px;
  font-weight: 600;
}
.s4 .l-voice {
  margin-top: 40px;
  text-align: right;
}
.s4 .l-voice a:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #000;
}
.s4 .l-voice a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.sec.s5 {
  padding:100px 0 290px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../img/index/content-03-bg@2x.jpg);
}
.cp-wrap {
  padding-top: 10px;
  text-align: center;
}
.cp-wrap .shop-want {
  margin:auto;
  padding-top: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.cp-wrap .to-app {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:auto;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  color:#fff;
  background: #AF8E6E;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.to-app span {
  display: inline-block;
  padding-bottom: 10px;
}
.cp-wrap .to-app:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: 24px;
  background: no-repeat center url(../img/common/arrow-right-white.svg);
  background-size: 100%;
  width: 12px;
  height: 12px;
}
.to-app:hover {
  text-decoration: none;
  background: #C4A587;
}
.s5 h2 {
  position: relative;
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  margin-bottom: 60px;
}
.s5 h2:before {
  content:"";
  position: absolute;
  right: 0;
  top:50%;
  width: 90%;
  height: 1px;
  background: #000;
}
.s5 h2 span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding-right: 10px;
}
.s5 .row-shop {
  margin:0 -18px -28px;
}
.s5 .row-shop>div {
  padding:0 18px;
  margin-bottom: 28px;
}
.row-shop .s-item {
  display: block;
  background: #000;
  color:#fff;
  text-align: center;
}
.row-shop .s-item:hover {
  text-decoration: none;
}
.row-shop .s-item.no-item {
  background: transparent;
  color:#000;
}
.s-item .thumb {
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.s-item .n {
  padding:10px;
  line-height: 24px;
}
.s-item .n span:after,
.shop-wrap .l-more .btn span:after {
  margin-top: 1px;
  background: no-repeat center url(../img/common/arrow-right-white.svg);
  background-size: 100%;
}
.shop-wrap .l-more {
  text-align: center;
  margin-top: 50px;
}
.shop-wrap .l-more .btn {
  display: inline-block;
  width: 282px;
  border-radius: 38px;
  background: #000;
  padding:12px;
  color:#fff;
  text-align: center;
}
.shop-wrap .l-more .btn:hover {
  text-decoration: none;
  background: #393939;
  color:#fff;
}
.shop-wrap .l-more .btn span {
  position: relative;
  display: inline-block;
}
.shop-wrap .l-more .btn span:before {
  content:"";
  position: absolute;
  left: -20px;
  top:50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.shop-wrap .l-more .btn span:after {
  right: -20px;
  background: no-repeat center url(../img/common/arrow-right-white.svg);
  background-size: 100%;
}


.s-btm {
  padding:70px 0;

  background: no-repeat center top url(../img/index/bg-bs-bnn@2x.jpg);
  background-size: cover;
}
.s-btm .row {
  justify-content: center;
  text-align: center;
}
.s-btm .row a {
  display: inline-block;
}
.s-btm .row a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .top-wrap {
    height: 740px;
  }
  .t-logo {
    padding:30px;
  }
  .top-wrap .meat img {
    width: 750px;
  }
  .sec-top-menu {
    padding-top: 130px;
  }
  .s1 .col-photo img {
    width: 520px;
  }
  .s1 .t {
    max-width: 380px;
  }
  .photo-slider .sli .thumb {
    height: 160px;
  }
  .s3 .news-wrap {
    padding:50px 90px;
  }
}
@media (max-width: 992px) {
  .top-wrap {
    height: 500px;
  }
  .t-logo {
    padding:20px;
  }
  .t-logo img {
    width: 150px;
  }
  .top-wrap .meat {
    top:22%;
  }
  .top-wrap .meat img {
    width: 560px;
  }
  .sec-top-menu {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .t-menu a {
    height: 160px;
  }
  .s1 .col-photo img {
    width: 390px;
  }
  .s1 .t {
    max-width: 340px;
    margin-top: -30px;
    right:-30px;
  }
  .s1 .l-more .btn {
    width: auto;
    padding: 12px 20px 12px 40px;
  }
  .photo-slider .sli .thumb {
    height: 200px;
  }
  .s3 .news-wrap {
    padding:30px 40px;
  }
  .news-item .date {
    text-align: left;
    padding-right: 10px;
  }

  .s4 .d-flex {
    justify-content: center;
  }
  .s4 .row-s4 >div:first-child {
    margin-bottom: 30px;
  }
  .row-s4 figure {
    text-align: center;
  }

  .s5 .row-shop {
    margin: 0 -10px -20px;
  }
  .s5 .row-shop>div {
    padding:0 10px;
    margin-bottom: 20px;
  }
  .s-item .thumb {
    height: 180px;
  }
  .s-btm {
    padding:50px 0;
  }
}
@media (max-width: 767px) {
  .t-logo {
    padding:28px 15px;
  }
  .t-logo img {
    width: 112px;
  }
  .top-wrap {
    background: no-repeat center url(../img/index/sp/main-bg@2x.jpg);
    background-size: cover;

    height: 520px;
  }
  .top-wrap .meat {
    padding: 0 5px;
    top:auto;
    bottom: -30%;
  }
  .main-wrap {
    background: no-repeat center top url(../img/index/sp/bg-bs@2x.jpg);
    background-size: contain;
  }

  .sec-top-menu {
    padding-top: 136px;
    padding-bottom: 30px;
  }
  .sec-top-menu .t-menu {
    display: block!important;
  }
  .t-menu>.m-col {
    width: auto;
  }
  .t-menu .m-rest:before,
  .t-menu .m-shop:before {
    content:none;
  }
  .t-menu .m-shop {
    margin-left: 0;
  }
  .t-menu a {
    height: auto;
    padding:22px;
  }
  .t-menu a span {
    font-size: 16px;
    line-height: 24px;
    padding-left: 26px;
    padding-right: 22px;
  }
  .t-menu .m-rest span:before {
    width: 20px;
    height: 20px;
  }
  .t-menu .m-shop span:before {
    width: 22px;
    height: 22px;
  }
  .t-menu a span:after {
    width: 12px;
    height: 12px;
  }

  .sec.s1 {
    padding-bottom: 40px;
  }
  .s1 .col-photo {
    display: none;
  }
  .s1 .sp-photo {
    margin-bottom: 18px;
    text-align: center;
  }
  .s1 .t {
    right: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  .s1 .desc {
    width: auto;
    float: unset;
    margin-top: 10px;
    padding:0 15px;
  }
  .s1 .l-more {
    padding-top: 25px;
    text-align: center;
  }
  .s1 .l-more .btn {
    padding: 12px 25px 12px 45px;
  }
  .s1 .video-wrap {
    padding:40px 0 0;
    margin:0 -12px;
  }
  .sec.s2 {
    padding:20px 0;
  }
  .sec.s3, .sec.s4, .sec.s5 {
    padding: 40px 0;
  }
  .photo-slider .sli .thumb {
    height: 120px;
    margin:0 7px;
  }
  .sec.s3 {
    padding-bottom: 60px;
  }
  .s3 .news-wrap {
    position: relative;
    padding:28px 18px;
    border-radius: 12px;
  }
  .s3 h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
  .s3 .news-list {
    padding-bottom: 10px;
  }
  .s3 .l-all.sp {
    position: absolute;
    right: 0;
    top:26px;
    right: 20px;
    margin-top: 0;
  }
  .news-item {
    display: block;
  }
  .news-item .date,
  .news-item .nt {
    width: auto;
  }

  .s4>.container {
    position: relative;
  }
  .s4 .d-flex .col-desc-v {
    display: none;
  }
  .s4 .tt h2 {
    position: absolute;
    left: 14px;
    top:-14px;
    background: #fff;
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 20px;
  }
  .s4 .tt h2 span {
    padding-top: 18px;
  }
  .s4 .tt h2 span:before {
    width: 22px;
    height: 15px;
  }
  .s4 .desc-wrap {
    padding-left: 0;
    margin-top: 12px;
    text-align: center;
  }
  .s4 .l-voice {
    margin-top: 12px;
    text-align: center;
  }

  .sec.s5 {
    background-image: url(../img/index/sp/content-03-bg@2x.jpg);
    background-size: 138%;
    background-position-x: 66%;
    padding-bottom: 10px;
  }
  .s5 .col-left-b {
    display: none;
  }
  .s5 h2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .s5 h2:before {
    content:none;
  }
  .s5 .sp.cp-wrap {
    padding-top: 20px;
  }
  .s5 .sp .bnn-row {
    text-align: left;
  }
  .s5 .sp .bnn-row>div {
    display: inline-block;
    vertical-align: middle;
  }

  .s5 .sp .shop-want {
    color:#fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    letter-spacing: 0;
    writing-mode: unset;
    text-align: center;
  }

  .s-btm {
    background:no-repeat center url(../img/index/sp/bg-bs-bnn@2x.jpg);
    background-size: cover;
  }
  .s-btm .row>div:first-child {
    margin-bottom: 28px;
  }

}

