@charset "UTF-8";
body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
body.loaded {
  opacity: 1;
  visibility: visible;
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}
a.no-active {
  pointer-events: none;
  opacity: 0.6;
}

main {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}
main.bgBrown {
  background-color: #322b29;
  color: #fff;
  padding-top: 11.375em;
}
@media screen and (max-width: 768px) {
  main.bgBrown {
    padding-top: 6.375em;
  }
}
main.bgBrown .circleTtl h2 {
  color: #fff;
}
main.bgBrown .noteArea p {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .pc-none {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc-block {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.elm {
  opacity: 0;
  transform: translateY(1.875em);
  transition: opacity 1s ease-in-out, transform 1s ease-out;
}
@media screen and (max-width: 768px) {
  .elm {
    transition: opacity 1s ease-in-out, transform 1s ease-out;
    transform: translateY(70px);
  }
}
.elm.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm.elm2 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .elm.elm2 {
    transition-delay: unset;
  }
}

.elm.elm2_2 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .elm.elm2_2 {
    transition-delay: unset;
  }
}

.elm.elm3 {
  transition: opacity 0.6s ease-in-out, transform 1s ease-out;
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .elm.elm3 {
    transition: opacity 0.6s ease-in-out, transform 0.7s ease-out;
    transition-delay: unset;
  }
}

.elm_title {
  opacity: 1;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transform: translateY(-1.5em);
}
@media screen and (max-width: 768px) {
  .elm_title {
    transform: translateY(-70px);
  }
}

.elm_title_en {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.3s;
}

.elm_r {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(300px);
}
@media screen and (max-width: 768px) {
  .elm_r {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(200px);
  }
}

.elm_l {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(-300px);
}
@media screen and (max-width: 768px) {
  .elm_l {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(-200px);
  }
}

.elm_o {
  opacity: 0;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
  filter: blur(6px);
}
.elm_o.fade-in {
  opacity: 1;
  filter: blur(0px);
}

.elm_title.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm_title_en.fade-in {
  opacity: 1;
}

.elm_r.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.elm_l.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-l {
  animation: fadeAndTranslateL 1s ease forwards;
}

@keyframes fadeAndTranslateL {
  from {
    opacity: 0;
    transform: translateX(-3.125em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-o {
  animation: fadeAndTranslateO 1s ease forwards;
}
@keyframes fadeAndTranslateO {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.inner640 {
  max-width: 40em;
  width: 90%;
  margin: 0 auto;
}

.inner650 {
  max-width: 40.625em;
  width: 90%;
  margin: 0 auto;
}

.inner750 {
  max-width: 46.875em;
  width: 90%;
  margin: 0 auto;
}

.inner784 {
  max-width: 49em;
  width: 90%;
  margin: 0 auto;
}

.inner800 {
  max-width: 50em;
  width: 90%;
  margin: 0 auto;
}

.inner845 {
  max-width: 52.8125em;
  width: 90%;
  margin: 0 auto;
}

.inner900 {
  max-width: 56.25em;
  width: 90%;
  margin: 0 auto;
}

.inner980 {
  max-width: 61.25em;
  width: 90%;
  margin: 0 auto;
}

.inner1028 {
  max-width: 64.25em;
  width: 90%;
  margin: 0 auto;
}

.secTemplate {
  padding-top: 3.75em;
}
@media screen and (max-width: 768px) {
  .secTemplate {
    padding-top: 2.75em;
  }
}
.secTemplate h3 {
  text-align: center;
  font-size: 1.375em;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 3.2em;
}
@media screen and (max-width: 768px) {
  .secTemplate h3 {
    margin-top: 1.2em;
  }
}
.secTemplate h3 span {
  font-size: 0.7222222222em;
  margin-left: 0.2em;
  letter-spacing: 0.1em;
}
.secTemplate h3 sup {
  font-size: 0.5em;
  letter-spacing: 0em;
  margin-right: 0em;
  vertical-align: top;
}
.secTemplate_leadTxt {
  letter-spacing: 0.15em;
  line-height: 2.6;
  text-align: center;
  margin-top: 3.4375em;
}
@media screen and (max-width: 768px) {
  .secTemplate_leadTxt {
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
}

.mv_imgBlock {
  width: 100%;
  aspect-ratio: 3/1;
  position: relative;
  z-index: 1;
}
.mv_imgBlock.parkingImg {
  background-image: url("../../img/parking/parking_mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mv_imgBlock.landplanImg {
  background-image: url("../../img/landplan/landplan_mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.mv_imgBlock img {
  width: 100%;
}
.mv_imgBlock .caption {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  text-align: right;
  line-height: 1.2;
  font-size: 0.625em;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.mv_grade_hr {
  width: 100%;
  height: 0.4375em;
  background: linear-gradient(
    90deg,
    rgb(121, 80, 13) 0%,
    rgb(166, 128, 50) 30%,
    rgb(166, 128, 50) 70%,
    rgb(121, 80, 13) 100%
  );
}
@media screen and (max-width: 768px) {
  .mv_grade_hr {
    height: 0.23em;
  }
}

.btnLink {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 5em;
}
.btnLink a {
  display: inline-block;
  padding: 0.8em 2em;
  color: #fff;
  text-align: center;
}
.btnLink a.request {
  background: linear-gradient(
    90deg,
    rgb(121, 80, 13) 0%,
    rgb(166, 128, 50) 30%,
    rgb(166, 128, 50) 70%,
    rgb(121, 80, 13) 100%
  );
  color: #fff;
}

picture {
  position: relative;
}
picture .caption {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 0.1em;
  right: 0.5em;
  text-align: right;
  line-height: 1.2;
  font-size: 0.625em;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.mv picture .caption {
  bottom: 0.5em;
  right: 2em;
}
@media screen and (max-width: 768px) {
  .mv picture .caption {
    font-size: 0.41666em;
    right: 1em;
  }
}

.circleTtl {
  position: relative;
  text-align: center;
}
.circleTtl_inner {
  display: inline-block;
  width: 6.625em;
  aspect-ratio: 1/1;
  position: relative;
  background: linear-gradient(125deg, #595757 4.5%, #201513 83.5%);
  border-radius: 50%;
}
.circleTtl_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 0.1875em solid transparent;
  transition-duration: 0.3s;
  background: linear-gradient(
      135deg,
      rgb(244, 235, 199) 0%,
      rgb(244, 235, 199) 10%,
      rgb(203, 175, 0) 30%,
      rgb(166, 128, 50) 60%,
      rgb(203, 175, 0) 85%
    )
    border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}
.circleTtl_inner h2,
.circleTtl_inner h3 {
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.7;
  width: 100%;
}
.circleTtl_inner h2.ss,
.circleTtl_inner h3.ss {
  font-size: 0.625em;
  letter-spacing: 0;
}
.circleTtl_inner h2.ls,
.circleTtl_inner h3.ls {
  letter-spacing: 0em;
}
.circleTtl a .circleTtl_inner::after {
  content: "";
  display: inline-block;
  background-image: url(../../img/top/viewMore_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 3em;
  height: 0.5em;
}
.circleTtl a:hover {
  opacity: 0.7;
}
.circleTtl a:hover .circleTtl_inner::before {
  transform: rotate(270deg);
}

.noteArea {
  margin-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .noteArea {
    margin-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
.noteArea p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.625em;
  color: #231815;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .noteArea p {
    font-size: 0.5416em;
  }
}

/* ふわふわするアニメーション */
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.3em);
  }
}
@keyframes fuwafuwa2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.6em);
  }
}
.anime-fuwafuwa {
  animation: 1s fuwafuwa infinite;
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv_inner {
  position: relative;
  z-index: 1;
}
.mv_inner picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mv_headline_child {
  max-width: 860px;
  width: 56.5%;
  margin: 0 0 0 auto;
  background-color: rgba(26, 11, 8, 0.85);
  padding: 1.43em 2.3em;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 9%;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv_headline_child {
    width: 75.2%;
    padding: 0.77em 1.25em;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv_headline_child .circleTtl_inner {
    width: 5.54em;
  }
}
@media screen and (max-width: 768px) {
  .mv_headline_child .circleTtl_inner h3 {
    font-size: 0.5833em;
  }
}
.mv_headline_child .leadArea {
  margin-left: 2.3em;
}
@media screen and (max-width: 768px) {
  .mv_headline_child .leadArea {
    margin-left: 1.08em;
  }
}
.mv_headline_child .leadArea p {
  font-size: 1.125em;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_headline_child .leadArea p {
    font-size: 0.8125em;
    white-space: nowrap;
  }
}
.mv_headline_child .leadArea p sup {
  font-size: 0.6em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header_block {
  width: 100%;
  height: 6.25em;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: #1e1210;
}
@media screen and (max-width: 768px) {
  .header_block {
    height: 70px;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .header_inner.inner980 {
    width: 94%;
  }
}
.header_inner_brandLogo {
  width: 3.4375em;
}
@media screen and (max-width: 1280px) {
  .header_inner_brandLogo {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .header_inner_brandLogo {
    width: 50px;
  }
}
.header_inner_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25em;
  position: relative;
  z-index: 2;
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .header_inner_nav ul {
    margin-top: 0;
    margin-right: calc(40px + 3%);
  }
}
.header_inner_nav ul li {
  text-align: center;
  line-height: 1;
}
.header_inner_nav ul li a {
  display: block;
  line-height: 1;
  font-size: 0.625em;
  color: #595757;
  padding: 0.3em 1em;
  font-weight: 500;
}
.header_inner_nav ul li.gold a {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgb(121, 80, 13) 0%,
    rgb(166, 128, 50) 30%,
    rgb(166, 128, 50) 70%,
    rgb(121, 80, 13) 100%
  );
}
.header_inner_nav ul li.silver a {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(93, 88, 87, 1) 0%,
    rgba(131, 130, 130, 1) 30%,
    rgba(131, 130, 130, 1) 70%,
    rgba(93, 88, 87, 1) 100%
  );
}
.header_inner_nav ul li.no-active {
  opacity: 0.6;
}
.header_inner_nav ul li.no-active a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header_inner_nav ul.btn-nav {
    display: none;
  }
}
.header_inner_nav ul.btn-nav li {
  background: linear-gradient(
    90deg,
    rgb(216, 219, 221) 0%,
    rgb(236, 238, 239) 30%,
    rgb(236, 238, 239) 70%,
    rgb(216, 219, 221) 100%
  );
}
.header_inner_nav ul.btn-nav li a {
  padding: 0.8em 0em;
  width: 12em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header_inner_nav ul.btn-nav li a {
    font-size: 0.542em;
    width: 9.85em;
    padding: 0.53em 0;
  }
}
.header_inner_nav ul.btn-nav li.no-active {
  opacity: 0.4;
}
.header_inner_nav ul.btn-nav li.no-active a {
  pointer-events: none;
}
.header_mantionLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 8.125em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header_mantionLogo {
    width: 100px;
  }
}

.desktop-nav {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
}
.desktop-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.desktop-nav ul li {
  border-right: 0.03125em solid #b5b5b6;
  line-height: 1;
  display: flex;
  align-items: center;
}
.desktop-nav ul li:first-child {
  border-left: 0.03125em solid #b5b5b6;
}
.desktop-nav ul li a {
  font-size: 0.625em;
  font-weight: 500;
  color: #fff;
}
.desktop-nav ul li.no-active a {
  color: #b5b5b6;
  opacity: 0.9;
}

.root header .desktop-nav ul li:first-child a {
  color: #fde300;
  pointer-events: none;
}
.root footer .desktop-nav ul li:first-child a {
  color: #fde300;
  pointer-events: none;
}

#heritage header .desktop-nav ul li:nth-child(2) a {
  color: #fde300;
  pointer-events: none;
}
#heritage footer .desktop-nav ul li:nth-of-type(2) a {
  color: #fde300;
  pointer-events: none;
}

#parking header .desktop-nav ul li:nth-child(3) a {
  color: #fde300;
  pointer-events: none;
}
#parking footer .desktop-nav ul li:nth-of-type(3) a {
  color: #fde300;
  pointer-events: none;
}

#design header .desktop-nav ul li:nth-child(4) a {
  color: #fde300;
  pointer-events: none;
}
#design footer .desktop-nav ul li:nth-of-type(4) a {
  color: #fde300;
  pointer-events: none;
}

#landplan header .desktop-nav ul li:nth-child(5) a {
  color: #fde300;
  pointer-events: none;
}
#landplan footer .desktop-nav ul li:nth-of-type(5) a {
  color: #fde300;
  pointer-events: none;
}

#plan header .desktop-nav ul li:nth-child(6) a {
  color: #fde300;
  pointer-events: none;
}
#plan footer .desktop-nav ul li:nth-of-type(6) a {
  color: #fde300;
  pointer-events: none;
}

#lifeinfo header .desktop-nav ul li:nth-child(9) a {
  color: #fde300;
  pointer-events: none;
}
#lifeinfo footer .desktop-nav ul li:nth-of-type(9) a {
  color: #fde300;
  pointer-events: none;
}

#brand header .desktop-nav ul li:nth-child(10) a {
  color: #fde300;
  pointer-events: none;
}
#brand footer .desktop-nav ul li:nth-of-type(10) a {
  color: #fde300;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .mobile-nav {
    display: block;
    position: relative;
    z-index: 2;
  }
  .mobile-nav .hamburger-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    /* ハンバーガーメニューがアクティブな時 */
  }
  .mobile-nav .hamburger-button span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.3s;
  }
  .mobile-nav .hamburger-button.is-active span {
    background-color: #fff;
  }
  .mobile-nav .hamburger-button.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .mobile-nav .hamburger-button.is-active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav .hamburger-button.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .mobile-nav .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #322b29;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }
  .mobile-nav .mobile-menu ul {
    padding: 75px 5% 60px;
    list-style: none;
  }
  .mobile-nav .mobile-menu li {
    border-bottom: 0.0375em solid #fff;
    padding: 0.6em 0;
  }
  .mobile-nav .mobile-menu li:first-child {
    border-top: 0.0375em solid #fff;
  }
  .mobile-nav .mobile-menu li.no-active a {
    display: block;
    pointer-events: none;
  }
  .mobile-nav .mobile-menu li.no-active a .mobile-menu_inner {
    opacity: 0.3;
  }
  .mobile-nav .mobile-menu li.no-active-salon {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .mobile-nav .mobile-menu_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .mobile-nav .mobile-menu_inner_block {
    width: 50%;
    font-size: 1em;
  }
  .mobile-nav .mobile-menu_inner_block.enLead p {
    font-size: 0.9em;
    color: #b5a102;
  }
  .mobile-nav .mobile-menu_inner.equipment .mobile-menu_inner_block.enLead {
    width: 26%;
  }
  .mobile-nav .mobile-menu_inner.equipment .mobile-menu_inner_block.jpLead {
    width: 74%;
  }
  .mobile-nav .mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
  }
  .mobile-nav .mobile-menu .equipment-menu > a.equipment {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
  }
  .mobile-nav .mobile-menu .equipment-menu > a.equipment:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 10px;
    top: 43%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease-out;
    opacity: 0.3;
  }
  .mobile-nav .mobile-menu .equipment-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0;
    width: 75%;
    margin: 0 0 0 auto;
  }
  .mobile-nav .mobile-menu .equipment-menu .sub-menu li {
    border-bottom: none;
    padding: 0.6em 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.2s ease-out;
    border-bottom: 0.0375em solid #fff;
  }
  .mobile-nav .mobile-menu .equipment-menu .sub-menu li:first-child {
    margin-top: 0.6em;
  }
  .mobile-nav .mobile-menu .equipment-menu .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .mobile-nav .mobile-menu .equipment-menu .sub-menu li a {
    display: block;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner
    .mobile-menu_inner_block {
    width: 100%;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner
    .mobile-menu_inner_block
    p {
    font-size: 0.95em;
    letter-spacing: 0;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner
    .mobile-menu_inner_block.enLead {
    width: 33%;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner
    .mobile-menu_inner_block.enLead
    p {
    color: #b5a102;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner
    .mobile-menu_inner_block.enLead
    p.mm {
    font-size: 0.9em;
    letter-spacing: -0.02em;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner
    .mobile-menu_inner_block.jpLead {
    width: 67%;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner.line2 {
    flex-wrap: wrap;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner.line2
    .mobile-menu_inner_block.enLead {
    width: 100%;
  }
  .mobile-nav
    .mobile-menu
    .equipment-menu
    .sub-menu
    li
    .mobile-menu_inner.line2
    .mobile-menu_inner_block.jpLead {
    width: 100%;
    padding-left: 33%;
  }
  .mobile-nav .mobile-menu .equipment-menu.is-open > a.equipment:after {
    top: 43%;
    transform: translateY(0%) rotate(-135deg);
  }
  .mobile-nav .mobile-menu .equipment-menu.is-open .sub-menu {
    max-height: 26.8em;
  }
  .mobile-nav .mobile-menu .equipment-menu.is-open .sub-menu li {
    opacity: 1;
  }
}
footer {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 5.8em;
  }
}
footer .footer_perspective {
  position: relative;
  width: 100%;
  background-color: #322b29;
}
footer .footer_perspective_img {
  position: relative;
  z-index: 1;
}
footer .footer_perspective_logo {
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(50, 43, 41) 75%,
    rgba(50, 43, 41, 0) 100%
  );
  position: relative;
  z-index: 2;
}
footer .footer_perspective_logo .logo_img {
  width: 11.75em;
  margin: 0 auto;
  padding-block: 2.875em 2.8125em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  footer .footer_perspective_logo .logo_img {
    padding-block: 1.6em;
  }
}
footer .footer_perspective_logo .logo_caption {
  position: absolute;
  top: 1.125em;
  right: 3.75em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  footer .footer_perspective_logo .logo_caption {
    top: 2.125em;
    right: 0.75em;
  }
}
footer .footer_perspective_logo .logo_caption p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  font-size: 0.625em;
  font-weight: 400;
  color: #fff;
}
footer .footer_menu {
  width: 100%;
  background-color: #1e1210;
  padding-block: 1.5em 1.8em;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    display: none;
  }
}
footer .footer_menu .btn-nav {
  justify-content: center;
  margin-top: 1.5em;
}
footer .footer_menu .btn-nav li a {
  width: 17em;
  padding: 0.6em 0;
  font-size: 1.2em;
  letter-spacing: 0.15em;
}
footer .footer_owner {
  padding-block: 2.1875em;
  background: #fff;
}
footer .footer_owner_inner {
  display: flex;
  justify-content: center;
  gap: 4.125em;
}
@media screen and (max-width: 768px) {
  footer .footer_owner_inner {
    gap: 3.125em;
    flex-wrap: wrap;
  }
}
footer .footer_owner_inner_block_title {
  text-align: center;
  font-size: 0.625em;
}
footer .footer_owner_inner_block.block01 .footer_owner_inner_block_logo {
  margin-top: 0.5em;
}
footer .footer_owner_inner_block.block01 .footer_owner_inner_block_logo img {
  width: 7.525em;
  margin: 0 auto;
}
footer .footer_owner_inner_block.block02 .footer_owner_inner_block_logo {
  margin-top: 0.5em;
}
footer .footer_owner_inner_block.block02 .footer_owner_inner_block_logo img {
  width: 12.125em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_owner_inner_block.block03 {
    margin-top: -2em;
  }
}
footer .footer_owner_inner_block.block03 .footer_owner_inner_block_logo {
  margin-top: 0.5em;
}
footer .footer_owner_inner_block.block03 .footer_owner_inner_block_logo img {
  width: 10.1875em;
  margin: 0 auto;
}
footer .footer_owner_nav {
  margin-top: 2.25em;
}
footer .footer_owner_nav ul {
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  footer .footer_owner_nav ul {
    flex-wrap: wrap;
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_owner_nav ul li {
    line-height: 1;
  }
}
footer .footer_owner_nav ul li a {
  font-size: 0.625em;
}
@media screen and (max-width: 768px) {
  footer .footer_owner_nav ul li a {
    font-size: 0.9em;
  }
}
footer .footer_telArea {
  width: 100%;
  padding-block: 1em;
  background: #c8c3c3;
}
footer .footer_telArea_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  footer .footer_telArea_inner {
    flex-wrap: wrap;
  }
}
footer .footer_telArea_inner_headline {
  font-size: 0.75em;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_telArea_inner_headline {
    text-align: center;
  }
}
footer .footer_telArea_inner_tel {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
footer .footer_telArea_inner_tel_icon {
  width: 2.375em;
}
footer .footer_telArea_inner_tel_icon picture {
  line-height: 1.4;
}
footer .footer_telArea_inner_tel_number {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .footer_telArea_inner_tel_number {
    font-size: 2em;
    letter-spacing: 0.05em;
  }
}
footer .footer_telArea_inner_tel_number a {
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .footer_telArea_inner_tel_number a {
    pointer-events: all;
  }
}
footer .footer_telArea_inner_time {
  font-size: 0.625em;
}
@media screen and (max-width: 768px) {
  footer .footer_telArea_inner_time {
    font-size: 0.8em;
    line-height: 1;
  }
}
footer .footer_copyright {
  width: 100%;
  background: #322b29;
  padding-block: 1.25em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
footer .footer_copyright_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 61.25em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_copyright_inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_copyright_inner_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
footer .footer_copyright_inner_link a {
  color: #fff;
  font-size: 0.625em;
}
footer .footer_copyright_inner_link a:nth-child(n + 2) {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  footer .footer_copyright_inner_link a:nth-child(n + 2) {
    margin-left: 1em;
  }
}
footer .footer_copyright_inner_cr {
  font-size: 0.625em;
}
@media screen and (max-width: 768px) {
  footer .footer_copyright_inner_cr {
    margin-top: 1em;
  }
}

.footer_fixMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_fixMenu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #322b29;
    z-index: 998;
    border-top: 2px solid #fff;
  }
  .footer_fixMenu_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_fixMenu_inner_block {
    width: 50%;
  }
  .footer_fixMenu_inner_block.--col1 {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .footer_fixMenu_inner_block:nth-child(odd) {
    border-right: 2px solid #fff;
  }
  .footer_fixMenu_inner_block:nth-child(n + 3) {
    border-top: 2px solid #fff;
  }
  .footer_fixMenu_inner_block a {
    width: 100%;
    color: #fff;
    font-size: 1em;
    display: block;
    text-align: center;
    padding-block: 0.565em;
  }
}

main {
  padding-top: 6.5em;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

h1 {
  font-size: 1.75em;
  letter-spacing: 0.15em;
  margin-top: 2.3571428571em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1 {
    margin-top: 1.8em;
  }
}

.outline h2 {
  font-size: 1em;
  text-align: center;
  width: 100%;
  padding-block: 0.3em;
  border: 0.0625em solid rgba(35, 24, 21, 0.4);
}
.outline .tableArea {
  margin-top: 1.5em;
}
.outline .tableArea table {
  width: 100%;
  border-collapse: collapse;
}
.outline .tableArea table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.outline .tableArea table tr th {
  width: 35%;
  border-top: 0.0625em solid rgba(35, 24, 21, 0.4);
  background-color: #efefef;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .outline .tableArea table tr th {
    font-size: 0.75em;
  }
  .outline .tableArea table tr th.ls {
    letter-spacing: 0;
  }
}
.outline .tableArea table tr td {
  width: 62.84%;
  border-top: 0.0625em solid rgba(35, 24, 21, 0.4);
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .outline .tableArea table tr td {
    font-size: 0.75em;
  }
}
.outline .tableArea table tr:last-of-type th {
  border-bottom: 0.0625em solid rgba(35, 24, 21, 0.4);
}
.outline .tableArea table tr:last-of-type td {
  border-bottom: 0.0625em solid rgba(35, 24, 21, 0.4);
}
.outline_yokoku_fb {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .outline_yokoku_fb {
    flex-direction: column;
  }
}
.outline_yokoku_fb:nth-of-type(n + 2) {
  margin-top: 1em;
}
.outline_yokoku_headline {
  width: 11.5%;
}
@media screen and (max-width: 768px) {
  .outline_yokoku_headline {
    width: 100%;
  }
}
.outline_yokoku_headline h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 0.0625em solid rgba(35, 24, 21, 0.4);
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .outline_yokoku_headline h2 {
    font-size: 1em;
  }
}
.outline_yokoku_headline p {
  font-size: 0.6875em;
}
.outline_yokoku_content {
  width: 87.4%;
}
@media screen and (max-width: 768px) {
  .outline_yokoku_content {
    width: 100%;
    margin-top: 0.5em;
  }
}
.outline_yokoku_content p {
  font-size: 0.6875em;
}
@media screen and (max-width: 768px) {
  .outline_yokoku_content p .sp-block {
    display: inline-block;
  }
}
.outline_yokoku_note {
  margin-top: 1em;
}
.outline_yokoku_note p {
  font-size: 0.6875em;
}

@media screen and (max-width: 768px) {
  .outline.updateDate {
    padding-bottom: 15vw;
  }
}
.outline.updateDate .tableArea {
  margin-top: 0;
}

.btnLink {
  padding-bottom: 4.5em;
  border-bottom: 1px solid;
}
.btnLink .inner650 {
  display: flex;
  justify-content: space-between;
}
.btnLink a.request {
  width: 48%;
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgb(121, 80, 13) 0%,
    rgb(166, 128, 50) 30%,
    rgb(166, 128, 50) 70%,
    rgb(121, 80, 13) 100%
  );
  padding: 0.6em 0;
  letter-spacing: 0.15em;
  margin: 0 auto;
}
.btnLink a.request.silver {
  background: linear-gradient(
    90deg,
    rgba(93, 88, 87, 1) 0%,
    rgba(131, 130, 130, 1) 30%,
    rgba(131, 130, 130, 1) 70%,
    rgba(93, 88, 87, 1) 100%
  );
}

/* #outline footer .footer_menu {
  padding-bottom: 1.5em;
}
#outline footer .footer_menu .btn-nav {
  display: none;
} */
