@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .com-txt-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    height: 310px;
  }
  .com-txt-box p {
    writing-mode: vertical-rl;
  }
  .com-txt-box p:nth-of-type(n+2) {
    margin-right: 30px;
  }
  .com-txt-box .yoko {
    writing-mode: horizontal-tb;
  }
}
.com-txt .ac {
  color: #d1a96f;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 140px 0 100px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: url(../img/top/genghis-border.png) repeat-x left top, url(../img/top/genghis-border.png) repeat-x left bottom, url(../img/ptn/pattern02.jpg);
}

.com-images {
  display: flex;
  justify-content: center;
}
.com-images li:nth-of-type(n+2) {
  margin-left: 40px;
}

.com-bg01 {
  background: url(../img/top/about-left.png) no-repeat calc(50% - 632px) calc(100% - 126px), url(../img/top/about-right.png) no-repeat calc(50% + 632px) calc(100% - 126px);
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-position-x: left, right;
  }
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 30px;
  background: url(../img/top/info-tel.png) no-repeat left 80%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: rgba(212, 212, 212, 0.3);
}
@media screen and (max-width: 768px) {
  .com-tel-note {
    font-size: 1.5rem;
  }
}

.com-sns {
  display: flex;
  justify-content: flex-end;
}
.com-sns li:nth-of-type(n+2) {
  margin-left: 9px;
}
.com-sns-link {
  display: flex;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .com-sns-link:hover {
    background-color: #9d7f53;
    border-color: #9d7f53;
    opacity: 1;
  }
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-img img {
    width: 110%;
    height: 110%;
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  display: block;
  width: 110px;
  height: 35px;
  margin-top: -15px;
  background: #1c1c1c;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 35px;
  position: relative;
  z-index: 1;
}
.news-post-tag {
  display: flex;
  margin-top: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: "｜";
}
.news-post-tag-txt {
  color: #d1a96f;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 7px;
  padding-left: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl::before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 10px;
  background: #656565;
  position: absolute;
  top: 17px;
  left: 0;
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
  padding: 15px 30px;
  text-align: center;
  background: url(../img/beef_lamb/arw-btm.png) no-repeat calc(100% - 19px) 50%;
  border: 1px solid #9d7f53;
  color: #d1a96f;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #9d7f53;
    background-image: url(../img/beef_lamb/arw-hover.png);
    background-position-y: 60%;
    color: #fff;
    opacity: 1;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  position: relative;
}
#top-about::before {
  content: "";
  width: 397px;
  height: 94px;
  margin: auto;
  background: url(../img/top/about-top.png) no-repeat center top/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#top-about .about-inner {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 4.5s;
}
#top-about .about-list {
  width: 100%;
  height: 362px;
  margin: -145px auto 0;
  position: relative;
  pointer-events: none;
}
#top-about .about-list-item {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #top-about .about-list-item01 {
    top: 0;
    left: 0;
  }
  #top-about .about-list-item02 {
    top: 145px;
    left: 145px;
  }
  #top-about .about-list-item03 {
    top: 242px;
    left: 326px;
  }
  #top-about .about-list-item04 {
    top: 205px;
    right: 320px;
  }
  #top-about .about-list-item05 {
    top: 143px;
    right: 142px;
  }
  #top-about .about-list-item06 {
    top: 0;
    right: 0;
  }
}
#top-about .about-txt-box {
  margin-top: 60px;
}
#top-about .about-btn {
  margin: 47px auto 0;
}

/* top-partner  PC
------------------------------------ */
#top-partner {
  position: relative;
  z-index: 0;
}
#top-partner::before {
  content: "";
  width: 1600px;
  height: 706px;
  background: url(../img/top/map.png) no-repeat calc(50% + 218px) bottom, url(../img/top/map-bg.png) no-repeat left top/cover;
  position: absolute;
  top: 70px;
  right: calc(50% - 960px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-partner::before {
    width: 83.3%;
    right: 0;
  }
}
#top-partner::after {
  content: "";
  width: 821px;
  height: 571px;
  background: url(../img/top/recruit-img.png) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: calc(50% - 873px);
  pointer-events: none;
}
#top-partner .partner-images {
  margin: 160px auto 0;
}
#top-partner .partner-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-partner .partner-txt {
    text-align: center;
  }
}

/* top-genghis  PC
------------------------------------ */
#top-genghis {
  position: relative;
}
#top-genghis::before {
  content: "";
  width: 95%;
  max-width: 1480px;
  height: 0;
  margin: auto;
  background: url(../img/top/genghis.jpg) no-repeat center/cover;
  padding-top: 460px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-genghis .genghis-box {
  padding: 85px 0 100px;
  background: url(../img/top/genghis-border.png) repeat-x left top, url(../img/top/genghis-border.png) repeat-x left bottom, url(../img/top/genghis-l.png) no-repeat left bottom, url(../img/top/genghis-r.png) no-repeat right bottom, url(../img/ptn/pattern02.jpg);
}
@media screen and (min-width: 768px) and (max-width: 1231px) {
  #top-genghis .genghis-box {
    width: 95%;
    margin: auto;
  }
}
#top-genghis .genghis-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-genghis .genghis-ttl {
    font-size: 4rem;
  }
}
#top-genghis .genghis-ttl-wrap {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#top-genghis .genghis-ttl-wrap::before, #top-genghis .genghis-ttl-wrap::after {
  width: 120px;
  height: 1px;
  background: #3c3c3c;
  content: "";
}
#top-genghis .genghis-ttl-wrap::before {
  margin-right: 55px;
}
#top-genghis .genghis-ttl-wrap::after {
  margin-left: 55px;
}
#top-genghis .genghis-ttl .sm {
  display: block;
  margin: 13px auto 0;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-genghis .genghis-ttl .sm {
    font-size: 2rem;
  }
}
#top-genghis .genghis-txt-box {
  margin: 50px auto 0;
}
#top-genghis .genghis-btn {
  margin: 47px auto 0;
}

/* top-cut  PC
------------------------------------ */
#top-cut {
  position: relative;
  z-index: 0;
}
#top-cut::before {
  content: "";
  width: 1600px;
  height: 842px;
  background: url(../img/top/parts-bg-img.png) no-repeat left top, url(../img/top/parts-bg.png) no-repeat left top/cover;
  position: absolute;
  top: 70px;
  left: calc(50% - 960px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-cut::before {
    width: 83.33%;
    left: 0;
  }
}
#top-cut::after {
  content: "";
  width: 821px;
  height: 549px;
  background: url(../img/top/parts-img.png) no-repeat right top/contain;
  position: absolute;
  top: 0;
  right: calc(50% - 873px);
  pointer-events: none;
}
#top-cut .cut-txt {
  margin: 120px auto 0;
}
@media screen and (min-width: 768px) {
  #top-cut .cut-txt {
    text-align: center;
  }
}
#top-cut .cut-btn-wrap {
  margin: 45px auto 0;
}
#top-cut .cut-btn-wrap li {
  width: 100%;
  max-width: 240px;
}
#top-cut .cut-btn-wrap li:nth-of-type(n+2) {
  margin-left: 40px;
}

/* top-contact  PC
------------------------------------ */
#top-contact {
  position: relative;
  z-index: 0;
}
#top-contact::before {
  content: "";
  width: 100%;
  height: 430px;
  margin: auto;
  background: url(../img/top/contact-img.jpg) no-repeat center top/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
#top-contact .contact-box {
  padding: 85px 0 103px;
  background: url(../img/top/contact-deco.png) no-repeat center top #1c1c1c;
}
#top-contact .contact-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-txt {
    text-align: center;
  }
}
#top-contact .contact-list {
  margin: 30px auto 0;
}
#top-contact .contact-list li:nth-of-type(n+2) {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(212, 212, 212, 0.3);
}
#top-contact .contact-tel-link {
  padding-left: 38px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-tel-link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  #top-contact .contact-tel-link {
    background-size: 25px;
  }
}
#top-contact .contact-tel-note {
  text-align: center;
}
#top-contact .contact-btn {
  display: flex;
  width: 100%;
  height: 80px;
  background: url(../img/top/contact-btn-bg.png) no-repeat center/cover;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #d4d4d4;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-btn {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top-contact .contact-btn {
    font-size: 1.5rem;
  }
}
#top-contact .contact-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url(../img/top/contact-line.png) no-repeat left top/contain;
}

/* top-news  PC
------------------------------------ */
#top-news .news-box {
  padding: 112px 0;
  position: relative;
}
#top-news .news-box::before, #top-news .news-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, rgba(157, 127, 83, 0), rgba(157, 127, 83, 0.4) 8%, rgb(157, 127, 83) 15%, rgb(157, 127, 83) 85%, rgba(157, 127, 83, 0.4) 92%, rgba(157, 127, 83, 0)) top/100% 1px no-repeat, linear-gradient(to right, rgba(157, 127, 83, 0), rgba(157, 127, 83, 0.4) 8%, rgb(157, 127, 83) 15%, rgb(157, 127, 83) 85%, rgba(157, 127, 83, 0.4) 92%, rgba(157, 127, 83, 0)) bottom/100% 1px no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
#top-news .news-box::before {
  top: 0;
}
#top-news .news-box::after {
  bottom: 0;
}
#top-news .news-flx {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#top-news .news-btn {
  width: 240px;
  margin: 60px auto 0;
}
#top-news .news-post {
  max-width: 720px;
}
#top-news .ja {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-news .ja {
    font-size: 2rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .strengths-list {
  margin: 110px auto 0;
}
#about .strengths-list-item {
  position: relative;
}
#about .strengths-list-item::before {
  content: "";
  width: 622px;
  height: 422px;
  background: url(../img/about/left.png) no-repeat center/contain;
  position: absolute;
  top: -50px;
  z-index: -1;
}
#about .strengths-list-item:nth-of-type(2n-1)::before {
  left: -320px;
}
#about .strengths-list-item:nth-of-type(2n-1) .strengths-list-box {
  margin-left: auto;
}
#about .strengths-list-item:nth-of-type(2n-1) .strengths-list-img {
  top: -50px;
  left: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1319px) {
  #about .strengths-list-item:nth-of-type(2n-1) .strengths-list-img {
    left: 30px;
  }
}
#about .strengths-list-item:nth-of-type(2n)::before {
  background-image: url(../img/about/right.png);
  right: -320px;
}
#about .strengths-list-item:nth-of-type(2n) .strengths-list-img {
  top: -50px;
  right: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1319px) {
  #about .strengths-list-item:nth-of-type(2n) .strengths-list-img {
    right: 30px;
  }
}
#about .strengths-list-item:nth-of-type(2n) .strengths-list-ttl .num {
  left: 0;
  right: auto;
}
#about .strengths-list-item:last-of-type::before {
  background-image: url(../img/about/left.png);
  right: auto;
  left: -320px;
}
#about .strengths-list-item:last-of-type .strengths-list-box {
  margin-left: auto;
}
#about .strengths-list-item:last-of-type .strengths-list-img {
  right: auto;
  left: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1319px) {
  #about .strengths-list-item:last-of-type .strengths-list-img {
    left: 30px;
  }
}
#about .strengths-list-item:last-of-type .strengths-list-ttl .num {
  right: 0;
  left: auto;
}
#about .strengths-list-item:nth-of-type(n+2) {
  margin-top: 110px;
}
#about .strengths-list-item-other {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#about .strengths-list-box {
  width: 100%;
  max-width: 740px;
  padding-top: 50px;
  background: url(../img/about/box-top.png) no-repeat center top, url(../img/ptn/pattern02.jpg);
}
@media screen and (min-width: 768px) {
  #about .strengths-list-box {
    height: 372px;
  }
}
#about .strengths-list-ttl {
  width: 100%;
  max-width: 540px;
  margin: auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #9d7f53;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .strengths-list-ttl {
    font-size: 1.5rem;
  }
}
#about .strengths-list-ttl .num {
  color: #d1a96f;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  right: -7px;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  #about .strengths-list-ttl .num {
    font-size: 1.9rem;
  }
}
#about .strengths-list-txt {
  max-width: 430px;
  margin: 35px auto 0;
}
#about .strengths-list-img {
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1319px) {
  #about .strengths-list-img {
    max-width: 480px;
  }
}
#about .strengths-box {
  padding: 36px 0 40px;
}
#about .strengths-box-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #about .strengths-box-ttl {
    font-size: 1.5rem;
  }
}
#about .strengths-box-ttl .ac {
  color: #d1a96f;
}
#about .strengths-box-dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
#about .strengths-box-dl-item {
  display: flex;
  align-items: center;
}
#about .strengths-box-dl-item:nth-of-type(n+2) {
  margin-left: 20px;
}
#about .strengths-box-dl dt {
  width: 60px;
  height: 36px;
  background-color: #9d7f53;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 36px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .strengths-box-dl dt {
    font-size: 1.5rem;
  }
}
#about .strengths-box-dl dd {
  margin-left: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #about .strengths-box-dl dd {
    font-size: 1.5rem;
  }
}
#about .strengths-box-dl dd .sm {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .strengths-box-dl dd .sm {
    font-size: 1.5rem;
  }
}
#about .store-table {
  margin: 60px auto 0;
}
#about .store-map {
  margin: 60px auto 0;
}

/* genghis  PC
------------------------------------ */
#genghis .lamb-images {
  margin: 60px auto 0;
}
#genghis .lamb-images li:nth-of-type(n+2) {
  margin-left: 40px;
}
#genghis .lamb-box {
  margin: -140px auto 0;
  padding: 180px 0 60px;
  background: url(../img/ptn/pattern02.jpg);
}
@media screen and (min-width: 768px) {
  #genghis .lamb-txt {
    text-align: center;
  }
}
#genghis .lamb-btn {
  margin: 30px auto 0;
}
#genghis .feature-list {
  margin: 60px auto 0;
}

.com-list-item {
  display: flex;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
}
.com-list .com-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
.com-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-list-con {
    max-width: 660px;
  }
}
.com-list-txt {
  margin-top: 22px;
}

/* beef_lamb  PC
------------------------------------ */
.com-guide .guide-ttl {
  position: relative;
}
.com-guide .guide-ttl::before, .com-guide .guide-ttl::after {
  content: "";
  position: absolute;
}
.com-guide .guide-ttl::before {
  width: 121px;
  height: 86px;
  background: url(../img/beef_lamb/guide-ttl-l.png) no-repeat left top/contain;
  left: calc(50% - 300px);
  top: 26px;
}
.com-guide .guide-ttl::after {
  width: 116px;
  height: 89px;
  background: url(../img/beef_lamb/guide-ttl-r.png) no-repeat left top/contain;
  right: calc(50% - 300px);
  top: 23px;
}
.com-guide .guide-txt {
  margin: 60px auto 0;
  text-align: center;
}
.com-guide .guide-tag {
  margin: 40px auto 0;
  justify-content: center;
}
.com-guide .guide-tag li {
  max-width: 240px;
}
.com-guide .guide-list {
  margin: 120px auto 0;
}
.com-guide .guide-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
}
.com-guide .guide-list-box {
  padding: 85px 0 100px;
  background: url(../img/beef_lamb/guide-bg.png) no-repeat center top #1c1c1c;
}
.com-guide .guide-list-ttl {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-guide .guide-list-ttl {
    font-size: 3rem;
  }
}
.com-guide .guide-list-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 10px auto 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0)) top/100% 1px no-repeat, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 8%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0)) bottom/100% 1px no-repeat;
}
.com-guide .guide-list-illu {
  margin: 60px auto 0;
  text-align: center;
}
.com-guide .guide-list-inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 0 0;
}
.com-guide .guide-detail {
  margin: 60px auto 0;
}
.com-guide .guide-detail > li {
  margin: 40px auto 0;
}
.com-guide .guide-detail-box {
  padding: 50px;
  background: url(../img/ptn/pattern02.jpg);
}
.com-guide .guide-detail-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-guide .guide-detail-con {
    max-width: 660px;
  }
}
.com-guide .guide-detail-ttl {
  display: flex;
  width: 100%;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.3);
  justify-content: space-between;
  align-items: center;
  color: #fff;
  line-height: 1.5;
}
.com-guide .guide-detail-ttl .ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-guide .guide-detail-ttl .ttl {
    font-size: 1.5rem;
  }
}
.com-guide .guide-detail-ttl .price {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-guide .guide-detail-ttl .price {
    font-size: 1.5rem;
  }
}
.com-guide .guide-detail-txt {
  margin-top: 18px;
}
.com-guide .guide-reco {
  margin: 40px auto 0;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(157, 127, 83, 0.6);
}
.com-guide .guide-reco-ttl {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #d1a96f;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-guide .guide-reco-ttl {
    font-size: 1.5rem;
  }
}
.com-guide .guide-reco-ttl::before, .com-guide .guide-reco-ttl::after {
  content: "";
  width: 380px;
  height: 1px;
  background: rgba(157, 127, 83, 0.6);
}
.com-guide .guide-reco-list {
  display: flex;
  margin: 24px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-guide .guide-reco-list li {
  padding: 10px 18px;
  background: #9d7f53;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-guide .guide-reco-list li {
    font-size: 1.5rem;
  }
}
.com-guide .guide-reco-list li:nth-of-type(n+2) {
  margin-left: 20px;
}
.com-guide .guide-reco-txt {
  margin: 23px auto 0;
}
@media screen and (min-width: 768px) {
  .com-guide .guide-reco-txt {
    text-align: center;
  }
}
.com-guide .guide-note {
  margin: 30px auto 0;
  text-align: center;
}

/* other  PC
------------------------------------ */
#other .guide-ttl::before {
  background-image: url(../img/other/guide-ttl-l.png);
}
@media screen and (min-width: 768px) {
  #other .guide-ttl::before {
    width: 225px;
    height: 88px;
    left: calc(50% - 402px);
    top: 12px;
  }
}
#other .guide-ttl::after {
  background-image: url(../img/other/guide-ttl-r.png);
}
@media screen and (min-width: 768px) {
  #other .guide-ttl::after {
    width: 235px;
    height: 93px;
    right: calc(50% - 402px);
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  #other .guide-tag li:nth-of-type(4) {
    margin-top: 0;
    margin-left: 30px;
  }
}

/* news  PC
------------------------------------ */
#news .news-post-time {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  background: none;
  padding: 0;
  line-height: 1;
}
#news .com-tag {
  margin: 50px auto 0;
}
#news .com-list {
  margin: 50px auto 0;
}
#news .com-list-item {
  display: block;
  padding: 0;
}
#news .com-list-link {
  display: flex;
  width: 100%;
  padding: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
#news .com-list-con {
  max-width: 100%;
}
#news .com-list-ttl {
  margin: 15px auto 0;
}
#news .com-list-img {
  width: 280px;
  height: 0;
  padding-top: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #news .com-list-img {
    margin-right: 30px;
    flex-shrink: 0;
  }
}
#news .detail-box {
  padding: 50px;
}

/* contact  PC
------------------------------------ */
#contact #date1time,
#contact #date2time,
#contact #date3time {
  margin-top: 10px;
}
#contact .parts-area span {
  display: inline-block;
  width: 118px;
}
#contact .parts-area span:nth-of-type(n+2) {
  margin-top: 10px;
}
#contact input[name="items[address02]"] {
  margin-top: 8px;
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl01, #site .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #privacy .com-ttl01, #site .com-ttl01 {
    margin-bottom: 35px;
  }
}
#privacy .com-ttl01 .ja, #site .com-ttl01 .ja {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #privacy .com-ttl01 .ja, #site .com-ttl01 .ja {
    font-size: 2.5rem;
  }
}

/* site  PC
------------------------------------ */
#site .dropdown-menu::before {
  content: none;
}
#site .dropdown-menu__list {
  min-width: 0;
  background: none;
  text-align: left;
  visibility: inherit;
  opacity: 1;
  padding: 0 0 22px;
  margin-top: 4px;
  margin-left: 30px;
  position: static;
}
#site .dropdown-menu__list > li {
  padding: 0;
  border: none;
}
#site .dropdown-menu__link {
  padding-left: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #d4d4d4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #site .dropdown-menu__link {
    font-size: 1.5rem;
  }
}
#site .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .dropdown-menu__link:hover::before {
    left: 10px;
  }
}/*# sourceMappingURL=all.css.map */