@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;
  }
  .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: 0;
}

@media screen and (max-width: 768px) {
  .mvWrap {
    padding-top: 3em;
    background-color: #000;
  }
}

.header_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.125em;
  background: linear-gradient(
    180deg,
    rgb(30, 18, 16) 0%,
    rgba(30, 18, 16, 0) 80%
  );
  position: absolute;
  bottom: -3.125em;
  left: 0;
}

.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_building {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s ease-in-out, filter 1.5s ease-in-out;
}
.mv_building.is-active {
  opacity: 1;
  filter: blur(0px);
}
.mv_building picture {
  display: block;
  width: 100%;
}
.mv_headline {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 26.5%;
  z-index: 3;
}
.mv_headline h1 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv_headline {
    top: 18%;
    width: 46%;
  }
}

.information {
  padding-block: 3.4375em 0em;
  text-align: center;
  color: #231815;
  background-color: #f7f7f6;
}
.information_headline01 {
  letter-spacing: 0.11em;
}
.information_headline01 .headline {
  font-size: 2.0625em;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .information_headline01 .headline {
    font-size: 1.5em;
  }
}
.information_headline02 {
  margin-top: 1em;
  text-align: center;
}
.information_headline02 h2 {
  font-size: 2.0625em;
  letter-spacing: 0.1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    90deg,
    rgb(166, 128, 50) 0%,
    rgb(203, 175, 0) 30%,
    rgb(203, 175, 0) 70%,
    rgb(166, 128, 50) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.information_headline02 h2 span {
  font-size: 0.6060606061em;
}
@media screen and (max-width: 768px) {
  .information_headline02 h2 span {
    margin-top: 0.2em;
  }
}
.information_headline02_inner {
  max-width: 20em;
  width: 90%;
  margin: 2.4em auto 0;
}
@media screen and (max-width: 768px) {
  .information_headline02_inner {
    margin-top: 1.4em;
  }
}
.information_headline02_inner .bgGold {
  background: linear-gradient(
    90deg,
    rgb(166, 128, 50) 0%,
    rgb(203, 175, 0) 30%,
    rgb(203, 175, 0) 70%,
    rgb(166, 128, 50) 100%
  );
  padding: 0.08em;
}
.information_headline02_inner .bgGold .bgGold_inner {
  background-color: #322b29;
  padding: 0.1em;
}
.information_headline02_inner .bgGold .bgGold_inner p {
  font-size: 1.21875em;
  letter-spacing: 0.1em;
  background-image: linear-gradient(
    90deg,
    rgb(166, 128, 50) 0%,
    rgb(203, 175, 0) 30%,
    rgb(203, 175, 0) 70%,
    rgb(166, 128, 50) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-block: 0.4em;
}
@media screen and (max-width: 768px) {
  .information_headline02_inner .bgGold .bgGold_inner p {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
.information_school {
  margin-top: 2.875em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .information_school {
    flex-wrap: wrap;
  }
}
.information_school_block.school1 {
  width: 100%;
}
.information_school_block.school1 p {
  border-right: 0.0625em solid #231815;
}
.information_school_block:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .information_school_block:nth-of-type(n + 2) {
    margin-top: 0.5em;
  }
}
.information_school_block:last-of-type p {
  border-right: 0.0625em solid #231815;
}
.information_school_block p {
  display: inline-block;
  font-size: 1.25em;
  letter-spacing: 0.07em;
  color: #231815;
  padding: 0 1em;
  border-left: 0.0625em solid #231815;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .information_school_block p {
    font-size: 1.125em;
    border-right: 0.0625em solid #231815;
  }
}
.information_school_block p .min {
  font-size: 0.7em;
  margin-left: 0.5em;
}
.information_school_block p .min .gold {
  font-size: 1.7333333333em;
  color: #c9b842;
}
@media screen and (max-width: 768px) {
  .information_school_block p .min .gold {
    line-height: 1;
  }
}
.information_school_block p sup {
  font-size: 0.5em;
}
.information_school_block p .metor {
  font-size: 0.75em;
}

.information_callForAction {
  margin-top: 4.0625em;
  text-align: center;
}
.information_callForAction h2 {
  font-size: 3em;
  color: #8f0014;
  background-color: #e2dfd7;
  padding: 0.1em 1em;
  display: inline-block;
}
.information_callForAction h2 span {
  font-size: 0.64em;
}

@media screen and (max-width: 768px) {
  .information_callForAction {
    margin-top: 3em;
    text-align: center;
    width: 90%;
    margin-inline: auto;
  }
  .information_callForAction h2 {
    font-size: 2em;
    color: #8f0014;
    background-color: #e2dfd7;
    padding: 0.3em 0;
    width: 100%;
    display: inline-block;
    line-height: 1.5;
  }
  .information_callForAction h2 span {
    font-size: 0.64em;
  }
}

.information_request {
  max-width: 54.5em;
  width: 90%;
  margin: 3em auto 0;
  padding: 0.15em;
  background: linear-gradient(
    90deg,
    rgba(95, 80, 26, 1) 0%,
    rgba(149, 129, 22, 1) 30%,
    rgba(149, 129, 22, 1) 70%,
    rgba(95, 80, 26, 1) 100%
  );
}
.information_request_inner {
  background-color: #e2dfd7;
  padding: 1.5em 0 2em;
}
.information_request_inner h2 {
  font-size: 2.7em;
  display: inline-block;
  /* background: linear-gradient(
    90deg,
    rgba(95, 80, 26, 1) 0%,
    rgba(149, 129, 22, 1) 30%,
    rgba(149, 129, 22, 1) 70%,
    rgba(95, 80, 26, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #8f0014;
}
.information_request_inner h2 span {
  font-size: 0.66em;
  margin-left: 0.3em;
}
.information_request_btn {
  margin-top: 1.5em;
}
.information_request_btn a {
  font-size: 1.125em;
  color: #fff;
  padding: 0.5em 3em 0.6em;
  background: linear-gradient(
    90deg,
    rgba(95, 80, 26, 1) 0%,
    rgba(149, 129, 22, 1) 30%,
    rgba(149, 129, 22, 1) 70%,
    rgba(95, 80, 26, 1) 100%
  );
}

@media screen and (max-width: 768px) {
  .information_request {
    width: 90%;
    padding: 0.1em;
  }
  .information_request_inner {
    padding: 1.2em 0 2em;
  }
  .information_request_inner h2 {
    font-size: 2em;
    line-height: 1.5;
  }
  .information_request_btn a {
    font-size: 1.225em;
    padding: 0.5em 4em 0.6em;
  }
}

.concept {
  padding-block: 5.875em 6.25em;
  background: linear-gradient(to bottom, #f7f7f6 0%, #f7f7f6 30%);
  color: #231815;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .concept {
    padding-block: 3.875em 4.25em;
    overflow: hidden;
  }
}
.concept .circleTtl {
  margin-top: 2.75em;
  position: relative;
  z-index: 3;
}
.concept .lineTtl {
  position: relative;
  z-index: 4;
}
.concept_headline {
  text-align: center;
  margin-top: 3.475em;
  position: relative;
  z-index: 3;
}
.concept_headline h2 {
  font-size: 1.375em;
  letter-spacing: 0.15em;
  color: #231815;
  position: relative;
  z-index: 3;
}
.concept_headline_txt {
  margin-top: 3.4375em;
  letter-spacing: 0.1em;
  line-height: 2.8;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .concept_headline_txt {
    line-height: 2.2;
  }
}
.concept_headline_img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 75.75em;
  opacity: 0.8;
}
.concept_headline_img picture {
  display: block;
}
.concept_bgImg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 25vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .concept_bgImg {
    top: 31.5em;
  }
}
@media screen and (max-width: 768px) {
  .concept_bgImg {
    top: 36em;
    left: -25%;
    width: 150%;
  }
}
.concept_bgImg picture {
  display: block;
  width: 100%;
  height: auto;
}
.concept_bgImg .caption {
  color: #231815;
  text-shadow: none;
  bottom: 13vw;
  right: 1em;
}
@media screen and (max-width: 1280px) {
  .concept_bgImg .caption {
    bottom: 14em;
  }
}
@media screen and (max-width: 768px) {
  .concept_bgImg .caption {
    bottom: 9em;
    right: 19%;
  }
}
.concept_imgArea {
  margin-top: 46vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .concept_imgArea {
    margin-top: 37.75em;
  }
}
@media screen and (max-width: 768px) {
  .concept_imgArea {
    margin-top: 23.75em;
  }
  .concept_imgArea.inner980 {
    width: 92%;
  }
}
.concept_imgArea_block {
  position: relative;
}
.concept_imgArea_block:nth-of-type(n + 2) {
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block:nth-of-type(n + 2) {
    margin-top: 2.25em;
  }
}
.concept_imgArea_block .imgArea {
  position: relative;
  z-index: 1;
}
.concept_imgArea_block .headlineArea {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 1.8em;
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block .headlineArea {
    left: 0.8em;
    bottom: 0.5em;
  }
}
.concept_imgArea_block .headlineArea h3 {
  font-size: 1.375em;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block .headlineArea h3 {
    font-size: 1em;
  }
}
.concept_imgArea_block_landArea {
  padding-block: 4em 0;
}
.concept_imgArea_block_landArea_ttl {
  text-align: center;
  font-size: 1.375em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block_landArea_ttl {
    font-size: 1.1em;
  }
}
.concept_imgArea_block.blockFb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.concept_imgArea_block.blockFb .blockFb_block {
  width: 31.6%;
}
@media screen and (max-width: 1280px) {
  .concept_imgArea_block.blockFb .blockFb_block {
    width: 33.6%;
  }
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block.blockFb .blockFb_block {
    width: 42%;
  }
}
.concept_imgArea_block.blockFb .blockFb_block:nth-of-type(n + 2) {
  margin-left: 8.2%;
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block.blockFb .blockFb_block:nth-of-type(n + 2) {
    margin-left: 4%;
  }
}
.concept_imgArea_block.blockFb .blockFb_block_img {
  width: 100%;
  position: relative;
}
.concept_imgArea_block.blockFb .blockFb_block_txt {
  margin-top: 1.5em;
  font-size: 0.8125em;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
.concept_imgArea_block.blockFb .blockFb_block_txt p sup {
  font-size: 0.6em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .concept_imgArea_block.blockFb .blockFb_block_txt {
    text-align: justify;
    letter-spacing: 0;
  }
}
.concept_imgArea_block.blockFb .blockFb_block_txt._02 {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.category {
  width: 100%;
  position: relative;
  background-image: url("../../img/top/category_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-block: 4.6875em;
}
@media screen and (max-width: 768px) {
  .category {
    padding-block: 2.6875em;
  }
}
.category_list {
  width: 100%;
  position: relative;
}
.category_list:nth-of-type(n + 2) {
  margin-top: 7.5em;
}
@media screen and (max-width: 768px) {
  .category_list:nth-of-type(n + 2) {
    margin-top: 3.5em;
  }
}
.category_list_imgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .category_list_imgArea {
    width: 88%;
  }
}
.category_list_imgArea picture {
  display: block;
  width: 100%;
  height: 28em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .category_list_imgArea picture {
    height: 14em;
  }
}
.category_list_imgArea picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.category_list_imgArea .caption {
  position: absolute;
  bottom: 0.7em;
  left: 10%;
  right: auto;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .category_list_imgArea .caption {
    left: 3%;
    bottom: auto;
    top: 1.5em;
  }
}
.category_list .inner980 {
  padding-top: 21.125em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .category_list .inner980 {
    padding-top: 11.125em;
  }
}
.category_list_linkArea {
  max-width: 64.3%;
  margin: 0 0 0 auto;
  background-color: rgba(26, 11, 8, 0.85);
  padding: 1.25em 3.125em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .category_list_linkArea {
    max-width: 87.3%;
    padding: 0.75em 1.25em 0.5em;
  }
}
.category_list_linkArea .leadArea p {
  font-size: 1.125em;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
}
.category_list_linkArea .leadArea p.planTtl {
  line-height: 1.8;
}
.category_list_linkArea .leadArea p span.planspan {
  font-size: 0.7777777777777778em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .category_list_linkArea .leadArea p {
    font-size: 0.875em;
  }
}
.category_list_linkArea .leadArea p sup {
  font-size: 0.6em;
}
.category_list:nth-of-type(2n) .category_list_imgArea {
  left: auto;
  right: 0;
}
.category_list:nth-of-type(2n) .category_list_imgArea .caption {
  left: auto;
  right: 10%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .category_list:nth-of-type(2n) .category_list_imgArea .caption {
    right: 3%;
  }
}
.category_list:nth-of-type(2n) .category_list_linkArea {
  margin: 0 auto 0 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.category_list:nth-of-type(2n) .category_list_linkArea .leadArea {
  margin-left: 8%;
}
.category_circleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-top: 5.5em;
}
@media screen and (max-width: 768px) {
  .category_circleArea {
    flex-wrap: wrap;
    gap: 1em;
    width: 80%;
    margin: 3em auto 0;
  }
}
.category_circleArea .circleTtl.no-active {
  opacity: 0.6;
}

.lineTtl {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.lineTtl_inner {
  width: 200px;
  text-align: center;
}
.lineTtl_inner::before,
.lineTtl_inner::after {
  content: "";
  width: 200px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(244, 235, 199, 1) 3%,
    rgba(203, 175, 0, 1) 15%,
    rgba(166, 128, 50, 1) 40%,
    rgba(166, 128, 50, 1) 60%,
    rgba(203, 175, 0, 1) 85%,
    rgba(244, 235, 199, 1) 97%
  );
  display: block;
}
.lineTtl_inner h3 {
  font-size: 0.8125em;
  padding: 0.5em 0;
  font-weight: 600;
  color: #998800;
}

/* オープニングアニメーション */
header {
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  header {
    transform: translateY(-70px);
  }
}
.opening01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skip-button {
  font-family: "Shippori Mincho", serif;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0.2em 0.4em;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 0.875em;
  z-index: 10000;
  transition: background 0.1s ease;
}

.skip-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .skip-button {
    top: auto;
    bottom: 1em;
    right: 1em;
    font-size: 1em;
    padding: 0.2em 0.6em;
  }
}

.opening01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
}
.opening01.is-active::after {
  animation: opening02 8s ease-in-out forwards;
}
@keyframes opening02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.opening01 .leadTxt01 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 24.375em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .opening01 .leadTxt01 {
    width: 20.375em;
    top: 45%;
  }
}
.opening01 .leadTxt01.is-active {
  animation: opening01 4s ease-in-out forwards;
}
.opening01 .leadTxt02 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 31.875em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .opening01 .leadTxt02 {
    width: 27.875em;
    top: 45%;
  }
}
.opening01 .leadTxt02.is-active {
  animation: opening01 4s ease-in-out forwards;
}
@keyframes opening01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
