@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  background-color: #8bcec9;
}
body a {
  color: #000000;
  text-decoration: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
body a:hover {
  opacity: 0.6;
  color: #000000;
}

@media (min-width: 1040px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.return-to-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 990;
  display: none;
  /* スクロールされたときにボタンを表示するアニメーション */
}
.return-to-top .top-btn {
  width: 90px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.return-to-top .top-btn img {
  width: 100%;
  height: auto;
  display: block;
}
.return-to-top .top-btn:hover img {
  content: url("../img/top_btn_hover.webp");
  animation: fadeInUp 0.6s;
}
body.scroll-top .return-to-top {
  display: block;
  animation: fadeInUp 0.8s ease-in-out;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.venison-meat-humans {
  position: fixed;
  bottom: -150px;
  left: -140px;
  z-index: 990;
}
@media (max-width: 767px) {
  .venison-meat-humans {
    bottom: -130px;
    left: -120px;
  }
}
.venison-meat-humans .venison-meat-humans-btn img {
  width: 320px;
  height: auto;
  transition: transform 0.8s, filter 0.8s;
}
@media (max-width: 767px) {
  .venison-meat-humans .venison-meat-humans-btn img {
    width: 280px;
  }
}
.venison-meat-humans .venison-meat-humans-btn:hover img {
  content: url("../img/img12.webp");
  transform: scale(1.08);
}
.venison-meat-humans .venison-meat-humans-btn a {
  opacity: 1;
}

.top .top-contents img {
  width: 100%;
  height: auto;
}
.top .top-contents-mobile img {
  width: 100%;
  height: auto;
}

.back-image-content {
  background-image: url("../img/back_pc.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.image-1set {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}
.image-1set img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .image-1set img {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .image-1set img {
    width: 85%;
  }
}

.text-title {
  text-align: center;
}
.text-title .text-title1 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .text-title .text-title1 {
    font-size: 18px;
  }
}
.text-title .text-title2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .text-title .text-title2 {
    font-size: 24px;
  }
}

.text-read {
  text-align: justify;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .text-read {
    width: 85%;
  }
}

.text-caption {
  text-align: justify;
  max-width: 700px;
  margin: 0 auto;
  font-size: 13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .text-caption {
    width: 85%;
  }
}

.shop {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .shop {
    margin-top: 25px;
  }
}
.shop .shop-contents {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .shop .shop-contents {
    gap: 20px;
  }
}
.shop .shop-contents .icon {
  width: auto;
  height: 35px;
}
@media (max-width: 767px) {
  .shop .shop-contents .icon {
    height: 30px;
  }
}

.btn-buy {
  max-width: 700px;
  margin: 0 auto;
}
.btn-buy .image-1set {
  position: relative;
  transition: transform 0.8s, filter 0.8s;
}
.btn-buy .image-1set:hover {
  transform: scale(1.05);
}
.btn-buy .image-1set img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .btn-buy .image-1set img {
    width: 85%;
    margin: 0 auto;
  }
}
.btn-buy .image-1set:hover img {
  content: url("../img/btn_buy_orange.webp");
}
@media (max-width: 767px) {
  .btn-buy .image-1set:hover img {
    content: url("../img/img20.webp");
  }
}
.btn-buy .image-1set a {
  opacity: 1;
}

.introduction {
  margin-top: 60px;
}
.introduction .text {
  margin-top: 30px;
}

.explanation1 {
  margin-top: 100px;
}
.explanation1 .text {
  margin-top: 30px;
}
.explanation1 .text h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: -13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .explanation1 .text h1 {
    font-size: 24px;
  }
}
.explanation1 .text-photo-2set {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .explanation1 .text-photo-2set {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .explanation1 .text-photo-2set {
    display: block;
  }
}
.explanation1 .text-photo-2set .text-photo-2set-content {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .explanation1 .text-photo-2set .text-photo-2set-content {
    width: 100%;
  }
}
.explanation1 .text-photo-2set .text-photo-2set-content img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .explanation1 .text-photo-2set .text-photo-2set-content img {
    width: 85%;
    margin-top: 30px;
  }
}
.explanation1 .grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .explanation1 .grid {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .explanation1 .grid {
    width: 85%;
  }
}
.explanation1 .grid .grid-content img {
  transition: transform 0.8s, filter 0.8s;
}
.explanation1 .grid .grid-content img:hover {
  transform: scale(1.08);
}
.explanation1 .grid .grid-content a {
  opacity: 1;
}
.explanation1 .grid .grid-text1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.explanation1 .grid .grid-text1::after {
  content: "";
  display: block;
  width: 120px;
  height: 2.5px;
  background-color: white;
  margin: 10px auto;
}
.explanation1 .grid .grid-text2 {
  text-align: justify;
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.explanation1 .grid img {
  width: 100%;
  height: auto;
}

.shop-btn .shop-btn-container {
  display: flex;
  justify-content: center;
}
.shop-btn .shop-btn-container .shop-btn {
  margin: 60px 0 10px 0;
}
.shop-btn .shop-btn-container .shop-btn .original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 6px;
  width: 280px;
  height: 50px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  background-color: #e18446;
}
.shop-btn .shop-btn-container .shop-btn .original-button::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #000000;
  padding: 10px;
  border-radius: 999px;
  position: absolute;
  top: -23px;
  left: -80px;
  transition: 0.3s;
}
.shop-btn .shop-btn-container .shop-btn .original-button:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #000000;
}

.explanation2 {
  margin-top: 100px;
}

.producer {
  margin-top: 100px;
}
.producer .text-photo-2set {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .producer .text-photo-2set {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .producer .text-photo-2set {
    display: block;
  }
}
.producer .text-photo-2set .text-photo-2set-content {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .producer .text-photo-2set .text-photo-2set-content {
    width: 100%;
  }
}
.producer .text-photo-2set .text-photo-2set-content img {
  width: 100%;
  height: auto;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .producer .text-photo-2set .text-photo-2set-content img {
    width: 85%;
    margin-top: 30px;
  }
}
.producer .text-photo-2set .text-photo-2set-content h2 {
  font-size: 23px;
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .producer .text-photo-2set .text-photo-2set-content h2 {
    text-align: center;
    font-size: 19px;
    line-height: 1.6;
  }
}
.producer .image-1set {
  margin-top: 50px;
}
.producer h3 {
  text-align: center;
  font-size: 23px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .producer h3 {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
  }
}

.instagram {
  margin-top: 80px;
  margin-bottom: -50px;
  margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .instagram {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .instagram {
    margin-top: 70px;
    margin-bottom: -70px;
    margin-right: 25px;
  }
}

#insta {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1039px) {
  #insta {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  #insta {
    max-width: 300px;
  }
}
#insta ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
#insta ul li {
  list-style: none;
  box-sizing: border-box;
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  #insta ul li {
    width: 156px;
    height: 156px;
  }
}
@media (max-width: 767px) {
  #insta ul li {
    width: 120px;
    height: 120px;
  }
}
#insta ul li .captionTxt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#insta ul li .like_count {
  font-size: 12px;
  line-height: 2;
  display: block;
  text-align: center;
  position: relative;
}
#insta ul li .like_count::before {
  content: "♥";
  color: #d4245f;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 0.25em;
}
#insta ul li:hover .captionTxt {
  transition: 0.5s opacity, 0.25s filter;
  opacity: 1;
}
#insta ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.other {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .other {
    width: 85%;
  }
}
.other .other-title {
  display: flex;
  justify-content: center;
}
.other .other-title img {
  width: auto;
  height: 40px;
}
.other .other-title-sub {
  display: flex;
  justify-content: center;
}
.other .other-title-sub img {
  width: auto;
  height: 35px;
}
.other .line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin: 15px auto;
}
.other .line-dot {
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #ffffff;
  margin: 15px auto;
}
.other .mt-mb {
  margin-top: 30px;
  margin-bottom: 10px;
}
.other .mt {
  margin-top: 30px;
}
.other .table-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .other .table-container {
    display: block;
  }
}
.other .table-container .row {
  display: flex;
  font-size: 16px;
}
.other .table-container .row .cell {
  flex: 1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.other .table-container .row .cell.cell-wide {
  flex: 2;
}
@media (max-width: 767px) {
  .other .table-container .row .cell.cell-wide {
    flex: 0.8;
  }
}
.other .table-container .row .cell.cell-wide2 {
  flex: 2;
}
@media (max-width: 767px) {
  .other .table-container .row .cell.cell-wide2 {
    flex: 1.2;
  }
}
.other .table-container .row img {
  width: 15px;
  height: auto;
  margin-left: 5px;
}
.other .table-container .row2 {
  display: flex;
  font-size: 16px;
}
.other .table-container .row2 span {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 767px) {
  .other .table-container .row2 {
    display: block;
    padding-bottom: 12px;
  }
}
.other .table-container .row2 .cell {
  flex: 1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.other .table-container .row2 .cell.cell-wide {
  flex: 2;
}
.other .table-container .row-divider {
  width: 100%;
  border-bottom: 2px dotted #fff;
  margin: 10px 0;
}

.home .home-btn {
  width: 200px;
  margin: 0 auto;
  padding-top: 100px;
}
.home .home-btn img {
  width: 100%;
  transition: transform 0.8s, filter 0.8s;
}
.home .home-btn img:hover {
  transform: scale(1.08);
}
.home .home-btn a {
  opacity: 1;
}

.footer {
  margin-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 150px;
  }
}
.footer .footer-logo {
  text-align: center;
  margin-top: 50px;
}
.footer .footer-logo img {
  max-width: 180px;
}
.footer .footer-logo p {
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.footer .footer-shop {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .footer .footer-shop {
    margin-top: 25px;
  }
}
.footer .footer-shop .shop-contents {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .footer .footer-shop .shop-contents {
    gap: 30px;
  }
}
.footer .footer-shop .shop-contents .icon {
  width: auto;
  height: 35px;
}
@media (max-width: 767px) {
  .footer .footer-shop .shop-contents .icon {
    height: 30px;
  }
}
.footer .privacy-policy {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.footer .privacy-policy p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.footer .footer-mail {
  margin-top: -15px;
  text-align: center;
}
.footer .footer-mail p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
}
.footer .copyright p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.onlineshop-top .onlineshop-top-contents img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#memberPopup {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: none;
  width: 100%;
  overflow: auto;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
}
#memberPopup .member-popup-content {
  background-color: #000000;
  opacity: 0.9;
  width: 100%;
  position: relative;
}
#memberPopup .member-popup-content .member-popup-header {
  text-align: center;
  padding-top: 10px;
  margin-top: -10px;
}
#memberPopup .member-popup-content .member-popup-header h2 {
  padding: 0;
  border-left: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  #memberPopup .member-popup-content .member-popup-header h2 {
    font-size: 20px;
  }
}
#memberPopup .member-popup-body {
  padding: 0px 30px 20px 30px;
  color: #ffffff;
  margin-top: -10px;
  z-index: 998;
}
@media (max-width: 767px) {
  #memberPopup .member-popup-body {
    padding: 0px 15px 20px 15px;
  }
}
#memberPopup .member-popup-body .cookie-consent {
  text-align: center;
}
#memberPopup .member-popup-body .cookie-consent .cookie-text {
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  #memberPopup .member-popup-body .cookie-consent .cookie-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
#memberPopup .member-popup-body .cookie-consent .cookie-text a {
  color: #ffffff;
}
#memberPopup .member-popup-body .cookie-agree, #memberPopup .member-popup-body .cookie-reject {
  display: inline-block;
  border: none;
  width: 110px;
  padding: 3px;
  background-color: #ffffff;
  border-radius: 999px;
  color: #000000;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  #memberPopup .member-popup-body .cookie-agree, #memberPopup .member-popup-body .cookie-reject {
    padding: 0px;
    font-size: 14px;
  }
}
#memberPopup .member-popup-body .cookie-agree:hover, #memberPopup .member-popup-body .cookie-reject:hover {
  background-color: #e18446;
  cursor: default;
}
#memberPopup .member-popup-body .cookie-agree {
  margin-right: 10px;
}

.privacy-container {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .privacy-container {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .privacy-container {
    width: 85%;
  }
}
.privacy-container .privacy .privacy-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.privacy-container .privacy p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.blog {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .blog {
    margin-top: 80px;
  }
}
.blog .image-1set {
  position: relative;
  transition: transform 0.8s, filter 0.8s;
}
.blog .image-1set:hover {
  transform: scale(1.05);
}
.blog .image-1set img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .blog .image-1set img {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .blog .image-1set img {
    width: 85%;
    margin: 0 auto;
  }
}
.blog .image-1set a {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */