@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "FrankRuhlLibre-Regular";
  src: url("../fonts/FrankRuhlLibre-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "FrankRuhlLibre-Bold";
  src: url("../fonts/FrankRuhlLibre-Regular.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  background: #1b1813;
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@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;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  background: #fff;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid #28231b;
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #ad7c2d;
  color: #13110e;
}
.contact-form-table a {
  color: #13110e;
  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: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.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: #13110e;
  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: #000;
}

/* =========================================
  タグテンプレート（未使用）
========================================= */
.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 #13110e;
  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: "NotoSansCJKjp-Medium", sans-serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #13110e;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #13110e;
  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: "NotoSansCJKjp-Medium", sans-serif;
  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: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@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: 380px;
  height: 80px;
  background: url(../img/top/com-btn-arw.png) no-repeat 21px center #ad7c2d;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #13110e;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position: 26px center;
    opacity: 1;
  }
  .com-btn:hover::before {
    right: 0;
    bottom: 0;
  }
}
.com-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ad7c2d;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  transition: all 0.3s ease;
  pointer-events: none;
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  /*追加*/
  width: 100%;
  height: 100%;
  background: url(../img/top/com-btn-arw.png) no-repeat 21px center #ad7c2d;
}
#contact .contact-submits-btn-wrap {
  margin: auto;
  background: none;
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    height: 60px;
    line-height: 60px;
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #4f4535;
}
.com-table th, .com-table td {
  padding: 14px 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 140px;
}
.com-table td {
  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;
}
.com-ttl01-en {
  display: inline-block;
  padding: 0 104px;
  background: url(../img/top/trouble-ttl-l.png) no-repeat left center, url(../img/top/trouble-ttl-r.png) no-repeat right center;
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0;
  color: #9c8868;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01-en {
    font-size: 3.6rem;
  }
}
.com-ttl01-ja {
  margin: 8px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl01-ja {
    font-size: 1.5rem;
  }
}
.com-ttl02 {
  display: inline-block;
  border-bottom: 1px solid #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 15px;
  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;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 7px;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #ad7c2d;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #13110e;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #00140f;
}
.pagenation .current {
  background: #ad7c2d;
  color: #fff;
  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;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #13110e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #13110e transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.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 20px;
  background: #ad7c2d;
  text-align: center;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0.05em;
  color: #13110e;
}
@media screen and (max-width: 768px) {
  .to-works-btn {
    font-size: 1.5rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #13110e;
  font-size: 1.4rem;
  background: #ad7c2d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 100%;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* =========================================
  header  PC
========================================= */
#header {
  padding-top: 140px;
  background: #1b1813;
}

/*	headline  PC
------------------------------------ */
.headline {
  height: 140px;
  padding: 0 30px;
  background: #1b1813;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.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-list {
  display: flex;
  margin: 18px 0 0;
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 32px;
}
.gnav-list-link {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #9c8868;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link::after {
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background: #9c8868;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: left 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);
}

/* スライダー（フェード）  PC
------------------------------------ */
.slider-animation-fade {
  width: 62.5%;
  height: 0;
  padding-top: 37.5%;
  position: relative;
}
.slider-animation-fade li {
  opacity: 0;
  animation: fadeSlide 16s infinite;
}
.slider-animation-fade li:nth-child(1) {
  animation-delay: 0s;
  z-index: 3;
}
.slider-animation-fade li:nth-child(2) {
  animation-delay: 4s;
  z-index: 2;
}
.slider-animation-fade li:nth-child(3) {
  animation-delay: 8s;
  z-index: 1;
}
.slider-animation-fade li:nth-child(4) {
  animation-delay: 12s;
  z-index: 0;
}
.slider-animation-fade .fit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*	mv  PC
------------------------------------ */
.mv {
  background: url(../img/top/mv-bg_left.png) no-repeat left bottom, url(../img/top/mv-bg.png);
  position: relative;
}
.mv-slider {
  margin-left: auto;
}
.mv-catch {
  display: inline-block;
}
.mv-catch-wrap {
  position: absolute;
  left: 6.6%;
  top: 10.4%;
  z-index: 100;
}
.mv-catch-border {
  display: inline-block;
  padding: 0 50px 6px;
  border-bottom: 2px solid #4f4535;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: clamp(1.4rem, 1.44vw, 2.8rem);
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
}
.mv-catch-main {
  margin-top: 40px;
  font-size: clamp(2.5rem, 2.6vw, 5rem);
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  line-height: 1.7;
  color: #4f4535;
  position: relative;
}
.mv-catch-main::before, .mv-catch-main::after {
  content: "";
  height: 90px;
  width: 1px;
  background: #fff;
  transform: rotate(26deg);
  position: absolute;
}
.mv-catch-main::before {
  top: -54px;
  left: 13px;
}
.mv-catch-main::after {
  right: 20px;
  bottom: -30px;
}
.mv-catch .box {
  padding: 0 50px;
  background: #4f4535;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: clamp(2.9rem, 3vw, 5.8rem);
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 7.36px rgba(27, 24, 19, 0.4);
  clip-path: polygon(7.9% 0%, 100% 0%, 92.1% 100%, 0% 100%);
}
.mv-catch .lg {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: clamp(2.9rem, 3vw, 5.8rem);
  letter-spacing: 0;
  color: #4f4535;
}
.mv-catch .ac {
  color: #fff;
}
.mv-catch .border {
  padding-right: 30px;
  border-bottom: 2px solid #4f4535;
}
.mv-catch-logo {
  display: flex;
  margin-top: 62px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #9c8868;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv-catch-logo {
    font-size: 1.5rem;
  }
}
.mv-list {
  margin-top: 80px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  color: #fff;
  text-align: center;
}
.mv-list-item {
  font-size: 2.8rem;
  letter-spacing: 0;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv-list-item {
    font-size: 1.5rem;
  }
}
.mv-list-item::after {
  content: "";
  width: 130px;
  height: 122px;
  margin: auto;
  background: url(../img/top/mv-star.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  z-index: -1;
}
.mv-list-item:nth-of-type(3)::after {
  top: -30px;
}
.mv-list-item:nth-of-type(n+2) {
  margin-left: 38px;
}
.mv-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: 24px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  transform: rotate(15deg);
}
.mv-list-sm {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .mv-list-sm {
    font-size: 1.5rem;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #1b1813;
}
#footer .foo-inner {
  padding: 80px 0 18px;
  position: relative;
}
#footer .foo-address {
  margin-top: 30px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-sns {
  max-width: 156px;
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#footer .foo-sns li:nth-of-type(n+2) {
  margin-left: 30px;
}
#footer .foo-flx-right {
  text-align: center;
}
#footer .foo-ttl {
  display: inline-block;
  padding: 0 110px;
  background: url(../img/top/trouble-ttl-l.png) no-repeat left center, url(../img/top/trouble-ttl-r.png) no-repeat right center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #footer .foo-ttl {
    font-size: 1.5rem;
  }
}
#footer .foo-ttl-sub {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #9c8868;
}
@media screen and (max-width: 768px) {
  #footer .foo-ttl-sub {
    font-size: 1.5rem;
  }
}
#footer .foo-contact {
  margin: -16px auto 0;
  padding: 60px 0;
  background: #13110e;
}
@media screen and (min-width: 768px) {
  #footer .foo-contact {
    width: 484px;
  }
}
#footer .foo-dl {
  display: flex;
  margin: 9px auto 0;
  justify-content: center;
}
#footer .foo-dl div {
  display: flex;
}
#footer .foo-dl div:nth-of-type(n+2) {
  margin-left: 29px;
}
#footer .foo-dl dt, #footer .foo-dl dd {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #footer .foo-dl dt, #footer .foo-dl dd {
    font-size: 1.5rem;
  }
}
#footer .foo-dl dt {
  color: #9c8868;
}
#footer .foo-info {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  align-items: center;
}
#footer .foo-info-item {
  padding: 0 30px;
  border-left: 1px solid #4f4535;
}
#footer .foo-info-item:last-of-type {
  border-right: 1px solid #4f4535;
}

.fnav {
  display: flex;
  margin: 80px auto 0;
  line-height: 1;
}
.fnav-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.fnav-list-link {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9c8868;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #ad7c2d;
}

@media screen and (min-width: 768px) {
  .copy {
    position: absolute;
    bottom: 110px;
    left: 0;
  }
}
.copy-txt, .copy-link {
  color: #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.5rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  background: url(../img/sub/sv-bg.png) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
.sv::before {
  content: "";
  width: 33.9%;
  height: 0;
  padding-top: 16.8%;
  background: url(../img/sub/bg_left.png) no-repeat left bottom/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1921px) {
  .sv::before {
    width: 651px;
    padding-top: 3244px;
  }
}
.sv-img {
  width: 62.5%;
  height: 0;
  padding-top: 430px;
  margin-left: auto;
  position: relative;
}
.sv-img img {
  -webkit-mask-image: linear-gradient(to right, transparent 10%, #13110e 60%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, transparent 10%, #13110e 60%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.sv-catch {
  width: 642px;
  height: 90px;
  margin: auto;
  text-align: center;
  background: #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 90px;
  clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
  position: absolute;
  left: 6.77%;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.3rem;
  }
}

/*	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%;
  margin-left: 5.8%;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #13110e;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-ttl {
  padding: 0 10px;
  background-color: #ad7c2d;
  color: #fff;
  font-size: 2.2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#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 .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .news-post-flx {
  padding-top: 15px;
  border-top: 1px solid rgba(19, 17, 14, 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.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#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: 120px 0;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  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: #9c8868;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .com-inner {
    padding-top: 20px;
  }
}

/*	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: 120px 0;
  }
}
#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(19, 17, 14, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #13110e;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  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 #13110e;
  border-right: 1px solid #13110e;
  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: #00140f;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .com-txt {
  color: #fff;
}
#e404 .top {
  display: inline-block;
  color: #00140f;
  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;
  }
  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
  ------------------------------------ */
  /*	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-btn {
    height: 60px;
    line-height: 60px;
  }
  .com-table th, .com-table td {
    display: block;
  }
  .com-table th {
    width: 100%;
    padding: 15px 0 0;
  }
  .com-table td {
    padding: 0 0 15px;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01-en {
    padding: 0 45px;
    background-size: 45px 1px;
  }
  .com-ttl01-ja {
    font-size: 1.8rem;
  }
  .com-ttl02 {
    font-size: 1.8rem;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  #header {
    padding-top: 70px;
  }
  .headline {
    height: 70px;
    padding: 15px;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 130px !important;
  }
  .mv {
    padding-bottom: 50px;
    background-size: 60%, cover;
  }
  .mv-slider {
    width: 100%;
    padding-top: 60%;
  }
  .mv-catch {
    margin: 20px auto 0;
    padding: 0 15px;
  }
  .mv-catch-wrap {
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
  }
  .mv-catch-border {
    padding: 0 25px 5px;
  }
  .mv-catch-main {
    margin-top: 20px;
    font-size: clamp(2rem, 2.6vw, 5rem);
  }
  .mv-catch-main::before, .mv-catch-main::after {
    height: 52px;
  }
  .mv-catch-main::before {
    top: -29px;
  }
  .mv-catch-main::after {
    right: 13px;
  }
  .mv-catch .box {
    padding: 0 25px;
  }
  .mv-catch .border {
    padding-right: 22px;
  }
  .mv-catch-logo-img {
    width: 136px;
  }
  .mv-list {
    margin-top: 40px;
    justify-content: center;
  }
  .mv-list-item {
    font-size: 1.7rem;
  }
  .mv-list-item::after {
    width: 60px;
    height: 56px;
    top: -23px;
  }
  .mv-list-item:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .mv-list-item:nth-of-type(n+2)::before {
    height: 15px;
    left: -7px;
  }
  .mv-list-item:nth-of-type(3)::after {
    top: -13px;
  }
  .mv-list-sm {
    font-size: 1.3rem;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #ad7c2d;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: url(../img/top/com-bg01.png) no-repeat center top/100%, url(../img/top/case-bg_pat.png) no-repeat center bottom #1b1813;
  }
  #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;
  }
  #drawer-nav #nav .drawer-item {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Regular", sans-serif;
    color: #9c8868;
    text-align: left;
    border-color: #28231b;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #ad7c2d;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #9c8868;
    text-align: left;
    border-color: rgba(173, 124, 45, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #ad7c2d;
  }
  #drawer-nav .drawer-dropdown__list {
    border-bottom: 1px solid rgba(173, 124, 45, 0.1);
  }
  #drawer-nav .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-flx-left {
    text-align: center;
  }
  #footer .foo-flx-right {
    width: 100%;
    margin: 30px auto 0;
  }
  #footer .foo-address {
    margin: 20px auto 0;
  }
  #footer .foo-sns {
    margin: 20px auto 0;
    justify-content: center;
    padding: 10px 0;
  }
  #footer .foo-sns li:nth-of-type(n+2) {
    margin-left: 20px;
  }
  #footer .foo-ttl {
    padding: 0 50px;
    background-size: 45px 1px;
    font-size: 1.8rem;
  }
  #footer .foo-contact {
    width: 100%;
    padding: 30px 0;
  }
  #footer .foo-dl {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-dl div:nth-of-type(n+2) {
    margin: 5px auto 0;
  }
  #footer .foo-info {
    margin-top: 15px;
  }
  #footer .foo-info-item {
    padding: 0 10px;
  }
  .fnav {
    display: block;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .fnav-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .fnav-list-item:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .copy {
    margin: 25px auto 0;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv-img {
    width: 100%;
    padding-top: 35.8%;
  }
  .sv-img img {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 7%, #13110e 40%, #13110e 100%);
    mask-image: linear-gradient(to top, transparent 0%, transparent 7%, #13110e 40%, #13110e 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .sv-catch {
    width: 95%;
    height: 65px;
    margin: auto;
    position: static;
    line-height: 65px;
    left: 0;
    right: 0;
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */
@media screen and (min-width: 768px) and (max-width: 1667px) {
  .mv-catch-wrap {
    top: 25px;
  }
  .mv-catch-logo {
    margin-top: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1441px) {
  .mv-list {
    margin-top: 50px;
  }
  .mv-list-item {
    font-size: 2rem;
  }
  .mv-list-item::after {
    width: 102px;
    height: 96px;
    top: -36px;
  }
  .mv-list-sm {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1244px) {
  .mv-catch-logo-img {
    width: 124px;
  }
}/*# sourceMappingURL=common.css.map */