@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  background: url(../img/ptn/pattern01.jpg);
  color: #d4d4d4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  body {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0 !important;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #fff;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #d1a96f;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

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

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #d4d4d4;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #fff;
}

/* =========================================
  タグテンプレート（未使用）
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #d4d4d4;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #d4d4d4;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #d4d4d4;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #d4d4d4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 15px 30px;
  text-align: center;
  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;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn::before, .com-btn::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
  z-index: -1;
}
.com-btn::before {
  background: #9d7f53;
  transform: translateY(-50%);
  z-index: 1;
}
.com-btn::after {
  width: 100%;
  background: #fff;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-color: #9d7f53;
    color: #fff;
    opacity: 1;
  }
  .com-btn:hover::before {
    width: 40px;
    background-color: #fff;
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 15px 30px;
  text-align: center;
  background: url(../img/top/com-btn-border.png) no-repeat right center;
  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) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-color: #9d7f53;
    color: #fff;
    background-image: url(../img/top/com-btn-hover.png);
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  max-width: 1080px;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.com-table tr:first-of-type th {
  border-top: 1px solid #fff;
}
.com-table tr:first-of-type td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.com-table th, .com-table td {
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 180px;
  border-bottom: 1px solid #fff;
}
.com-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
  line-height: 1;
}
.com-ttl01 .ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.08em;
  color: #d4d4d4;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 3rem;
  }
}
.com-ttl01 .sm {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .sm {
    font-size: 2rem;
  }
}
.com-ttl01 .lg {
  color: #d1a96f;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .lg {
    font-size: 4rem;
  }
}
.com-ttl01 .en {
  margin: 18px auto 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #848484;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 1.5rem;
  }
}
.com-ttl01 .ac {
  color: #d1a96f;
}
.com-ttl02 {
  position: relative;
}
.com-ttl02.right {
  text-align: right;
}
.com-ttl02.right::before {
  content: "";
  width: 6px;
  height: calc(100% + 90px);
  background: linear-gradient(to bottom, rgb(157, 127, 83) 0%, rgb(157, 127, 83) 50%, rgba(157, 127, 83, 0.3) 70%, rgba(157, 127, 83, 0) 100%) left/1px 100% no-repeat, linear-gradient(to bottom, rgb(157, 127, 83) 0%, rgba(157, 127, 83, 0.3) 50%, rgba(157, 127, 83, 0) 100%) right/1px 100% no-repeat;
  position: absolute;
  right: -56px;
  top: 0;
}
.com-ttl02.left {
  text-align: left;
}
.com-ttl02.left::before {
  content: "";
  width: 6px;
  height: calc(100% + 90px);
  background: linear-gradient(to bottom, rgb(157, 127, 83) 0%, rgb(157, 127, 83) 50%, rgba(157, 127, 83, 0.3) 70%, rgba(157, 127, 83, 0) 100%) right/1px 100% no-repeat, linear-gradient(to bottom, rgb(157, 127, 83) 0%, rgba(157, 127, 83, 0.3) 50%, rgba(157, 127, 83, 0) 100%) left/1px 100% no-repeat;
  position: absolute;
  left: -56px;
  top: 0;
}
.com-ttl03 {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.3);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl03 .ac {
  color: #d1a96f;
}

/*	sidebar  PC
------------------------------------ */
.top .sidebar {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 4.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sidebar {
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 100;
  flex-direction: column;
  align-items: center;
}
.sidebar a {
  animation: floatY 3.2s ease-in-out infinite;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .sidebar a:hover {
    animation-play-state: paused;
  }
}
.sidebar a:nth-of-type(n+2) {
  margin-top: 30px;
}
.sidebar-link {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0), 0 4px 10px rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .sidebar-link:hover {
    opacity: 1;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18), 0 6px 15px rgba(0, 0, 0, 0.1);
  }
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #d1a96f;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #d4d4d4;
}
.breadcrumb a {
  color: #d4d4d4;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 20px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #fff;
}
.pagenation .current {
  color: #d1a96f;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #d1a96f;
  border-left: 0;
  transform: translateY(-50%);
}

.arrow-right {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #d1a96f;
  border-right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 28px auto 0;
  height: 25px;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 9px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.back-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #d1a96f;
  border-left: 0;
  transform: translateY(-50%);
}

.next-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #d1a96f;
  border-right: 0;
  transform: translateY(-50%);
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 360px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/* loading  PC
------------------------------------ */
body.top {
  overflow: hidden;
  animation: unlockScroll 0s linear forwards;
  animation-delay: 4.5s;
}

@keyframes unlockScroll {
  to {
    overflow: auto;
  }
}
.loading {
  position: fixed;
  inset: 0;
  background: #000;
  overflow: hidden;
  z-index: 10001;
  animation: dissolve 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 3s;
  pointer-events: none;
}
.loading .loading-catch {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.loading .loading-catch p, .loading .loading-catch h3 {
  opacity: 0;
}
.loading .loading-catch-sub {
  width: 90% !important;
}

@keyframes dissolve {
  to {
    opacity: 0;
    filter: blur(12px);
    transform: scale(1.05);
  }
}
/*	headline  PC
------------------------------------ */
#header {
  overflow: hidden;
  position: relative;
}

.headline {
  margin: auto;
  padding: 0 49px 0 80px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 100;
}
.headline-sns {
  margin-left: 20px;
}

.top .headline {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 4.5s;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 26px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item {
  position: relative;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
.gnav-list-item:hover .dropdown-menu__list {
  opacity: 1 !important;
  visibility: visible !important;
}
.gnav-list-link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: rgba(212, 212, 212, 0.3);
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.4s ease;
}
.gnav-list-link:hover {
  opacity: 1;
}
.gnav-list-link:hover::after {
  transform: scale(1, 1);
}
.gnav-list-link.current::after {
  transform: scale(1, 1);
}

.dropdown-menu {
  padding-left: 19px;
  position: relative;
}
.dropdown-menu::before {
  content: "";
  width: 9px;
  height: 5px;
  background: url(../img/top/drop.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .dropdown-menu__list {
    min-width: 170px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    padding: 21px 24px;
    background: #1c1c1c;
    position: absolute;
    left: -30px;
    top: 35px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
  }
}
.dropdown-menu__item:nth-of-type(n+2) {
  margin-top: 14px;
  padding-top: 14px;
  border-top: rgba(212, 212, 212, 0.3);
}
.dropdown-menu__link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .dropdown-menu__link {
    font-size: 1.5rem;
  }
}
.dropdown-menu__link:hover {
  color: #d1a96f;
}
.dropdown-menu__link.current {
  color: #d1a96f;
}

/*	mv  PC
------------------------------------ */
.top .mv {
  transform: scale(1.05);
  animation: settle 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 3.5s;
}

.mv {
  position: relative;
  z-index: 0;
}
.mv::before {
  content: "";
  width: 100%;
  height: 81.7%;
  margin: auto;
  background: url(../img/top/mv-bg.png) no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.mv-img {
  width: 74.58%;
  max-width: 1412px;
  height: 0;
  margin: auto;
  padding-top: clamp(0px, 42.7%, 820px);
  position: relative;
}
.mv-catch {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
}
.mv-catch01 {
  margin: auto;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .mv-catch01 {
    width: 7.13%;
  }
}
.mv-catch02 {
  margin: 2.1% auto 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .mv-catch02 {
    width: 30.2%;
  }
}
.mv-catch03 {
  margin: 2.9% auto 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 1.8s;
}
@media screen and (min-width: 768px) {
  .mv-catch03 {
    width: 8.3%;
  }
}

.main-catch {
  opacity: 0;
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 3.7s;
}

@keyframes settle {
  to {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mvShrink {
  to {
    width: 74.58%;
    padding-top: 820px;
  }
}
/* =========================================
  footer  PC
========================================= */
#footer {
  border-top: 1px solid rgba(212, 212, 212, 0.3);
}
#footer .foo-inner {
  max-width: 1280px;
  padding: 100px 0 60px;
}
#footer .foo-info {
  margin: 50px auto 0;
}
#footer .foo-sns {
  margin-left: 20px;
}
#footer .foo-address {
  margin: 30px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #c9c9c9;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-worktime {
  margin: 10px auto 0;
}
#footer .foo-worktime li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #c9c9c9;
}
@media screen and (max-width: 768px) {
  #footer .foo-worktime li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .foo-worktime li:nth-of-type(n+2) {
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  #footer .dropdown-menu__list {
    padding: 15px 0;
  }
}
#footer .dropdown-menu__list li:nth-of-type(n+2) {
  padding-top: 0;
  border: none;
}

.fnav {
  display: flex;
  width: 100%;
  margin: 70px auto 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.fnav ul:nth-of-type(n+2) {
  margin-top: 23px;
}
.fnav-list {
  display: flex;
  width: 100%;
  padding: 18px 0;
  align-items: center;
  border-top: 1px solid rgba(212, 212, 212, 0.3);
  border-bottom: 1px solid rgba(212, 212, 212, 0.3);
  justify-content: center;
}
.fnav-list-item {
  position: relative;
}
.fnav-list-item:hover .dropdown-menu__list {
  opacity: 1 !important;
  visibility: visible !important;
}
.fnav-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
.fnav-list-link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #d1a96f;
}

.copy {
  display: flex;
  max-width: 1080px;
  margin: 31px auto 0;
  justify-content: space-between;
  align-items: center;
}
.copy-txt, .copy-link {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.copy-ent {
  padding-right: 27px;
  background: url(../img/top/target.png) no-repeat right center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .copy-ent {
    font-size: 1.5rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  padding-top: 200px;
}
.sub .mv::before {
  height: 380px;
  background: url(../img/about/sv-bg.jpg) no-repeat center/cover;
}

.sv {
  width: 92%;
  max-width: 1280px;
  height: 260px;
  margin: auto;
  background-color: #101010;
  position: relative;
}
.sv-img {
  width: 75.15%;
  height: 100%;
  margin-left: auto;
  position: relative;
}
@supports not ((-webkit-mask-image: linear-gradient(black, transparent)) or (mask-image: linear-gradient(black, transparent))) {
  .sv-img {
    position: relative;
  }
  .sv-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to right, #000 0% #000 9%, transparent 55%);
  }
}
.sv-img img {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 9%, #000 55%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 9%, #000 55%);
}
.sv-img-genghis {
  width: 70.9%;
}
.sv-img-beef_lamb {
  width: 73.6%;
}
.sv-img-other {
  width: 80%;
}
@media screen and (min-width: 768px) {
  @supports not ((-webkit-mask-image: linear-gradient(black, transparent)) or (mask-image: linear-gradient(black, transparent))) {
    .sv-img-other {
      position: relative;
    }
    .sv-img-other::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(to right, #000 0% #000 16%, transparent 55%);
    }
  }
  .sv-img-other img {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 16%, #000 55%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 16%, #000 55%);
  }
}
.sv-img-news {
  width: 74.8%;
}
.sv-img-privacy {
  width: 72.9%;
}
.sv-img-site {
  width: 78.1%;
}
.sv-img-contact {
  width: 81.25%;
}
.sv-img-complete {
  width: 74.8%;
}
.sv-img-notfound {
  width: 70%;
}
.sv-catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  left: 7.8%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2rem;
  }
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #d4d4d4;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #adadad;
  line-height: 1.4;
  flex-wrap: wrap;
}
#news .com-news-tag li:nth-of-type(n+2)::before {
  content: ",";
  padding: 0 2px;
}
#news .com-news-tag-txt {
  letter-spacing: 0;
}
#news .com-news-time {
  flex-shrink: 0;
  line-height: 1.4;
}
#news .com-news-txt {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  #news .com-news-link {
    padding: 3%;
    align-items: flex-start;
  }
  #news .com-news-ttl {
    font-size: 3.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  #news .com-news-flx {
    margin: 15px auto 0;
  }
  #news .com-news-time, #news .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .news-post-flx {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(212, 212, 212, 0.1);
}
#news .detail .com-news-flx {
  margin: 15px auto 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-flx {
    margin: 10px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#news .detail .com-news-ttl {
  padding: 5px 10px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	contact  PC
------------------------------------ */
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 140px 0 100px;
  }
}
#privacy .box01 .privacy-box:nth-of-type(1) {
  margin-top: 0;
}
#privacy .privacy-box {
  max-width: 1280px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .ttl05 {
  background-color: #1c1c1c;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 140px 0 100px;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    padding: 5px 15px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(212, 212, 212, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #d4d4d4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-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 .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  box-sizing: border-box;
  color: #d4d4d4;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #d4d4d4;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /* dropdown  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.6;
  }
  .com-table th, .com-table td {
    padding: 10px;
    border-width: 1px;
    font-size: 1.4rem;
  }
  .com-table th {
    width: 100px;
  }
  .com-table td {
    padding: 10px;
  }
  .com-table-note {
    display: block;
    margin: 0;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl02 {
    width: 80px;
  }
  .com-ttl02.right {
    margin-left: auto;
    padding-right: 20px;
  }
  .com-ttl02.right::before {
    height: calc(100% + 30px);
    right: 0;
  }
  .com-ttl02.left {
    padding-left: 20px;
  }
  .com-ttl02.left::before {
    height: calc(100% + 30px);
    left: 0;
  }
  .com-ttl03 {
    font-size: 2rem;
  }
  .sidebar {
    right: 5px;
    bottom: 30px;
  }
  .sidebar-pagetop {
    width: 10px;
  }
  .sub-beef_lamb .sidebar, .sub-other .sidebar {
    bottom: 75px;
  }
  #header {
    padding-top: 80px;
    background-color: #000;
  }
  .headline {
    height: 80px;
    padding: 15px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 221px !important;
  }
  .mv::before {
    height: 80%;
  }
  .mv-img {
    width: 90%;
    padding-top: 100%;
  }
  .mv-catch {
    text-align: center;
    top: 5%;
  }
  .mv-catch01 {
    width: 20%;
    margin: auto;
  }
  .mv-catch02 {
    width: 80%;
    margin-top: 5%;
  }
  .mv-catch03 {
    width: 25%;
    margin-top: 5%;
  }
  .top .sp-menu-btn-wrp {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1.2s ease forwards;
    animation-delay: 4.5s;
  }
  .sp-menu-btn-wrp {
    background: none;
    border: 1px solid #fff;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: url(../img/ptn/pattern01.jpg) repeat-y center/100%;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: rgba(212, 212, 212, 0.3);
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #d4d4d4;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #d1a96f;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #fff;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #d4d4d4;
    text-align: left;
    border-color: rgba(212, 212, 212, 0.3);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #d1a96f;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .dropdown-menu {
    padding-left: 0;
  }
  .dropdown-menu::before {
    content: none;
  }
  .dropdown-menu__list {
    margin-top: 26px;
    position: static;
  }
  .dropdown-menu__link {
    padding-left: 17px;
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    color: #d4d4d4;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .dropdown-menu__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu__link::before {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(212, 212, 212, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-menu__link.current {
    opacity: 0.5;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px 15px;
  }
  .fnav {
    width: 100%;
    margin-top: 40px;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list-link {
    font-size: 1.5rem;
  }
  .copy {
    margin: 20px auto 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .copy-txt {
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .copy-txt {
    margin: 25px auto 0;
  }
  .sub .mv {
    padding-top: 20px;
  }
  .sub .mv::before {
    height: 80%;
  }
  .sv {
    height: auto;
    padding: 0 0 10px;
    text-align: center;
  }
  .sv-img {
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 35%;
  }
  .sv-img img {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, #101010 45%);
    mask-image: linear-gradient(to top, transparent 0%, #101010 45%);
  }
  .sv-catch {
    margin: 15px auto 0;
    position: static;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */
@media screen and (max-width: 1480px) {
  .sidebar-link {
    width: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 768px) and (max-width: 1358px) {
  #footer .foo-inner {
    padding-bottom: 400px;
  }
}/*# sourceMappingURL=common.css.map */