*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

img,
div,
p,
blockquote,
section,
article,
header,
footer,
main,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
}

@media (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
body {
  background: #fff;
  letter-spacing: 0.02em;
}

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

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

.currentPage {
  background: #3e3834;
  color: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 102.4rem;
  }
}

.caption,
.capIn,
.capInLeft,
.capOut {
  color: #737373;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-box: trim-both text;
}
.caption[data-color=white],
.capIn[data-color=white],
.capInLeft[data-color=white],
.capOut[data-color=white] {
  color: #fff;
}
.caption[data-color=black],
.capIn[data-color=black],
.capInLeft[data-color=black],
.capOut[data-color=black] {
  color: #0a0a0a;
}
.caption[data-color=sdw-wh],
.capIn[data-color=sdw-wh],
.capInLeft[data-color=sdw-wh],
.capOut[data-color=sdw-wh] {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}
.caption[data-color=sdw-bl],
.capIn[data-color=sdw-bl],
.capInLeft[data-color=sdw-bl],
.capOut[data-color=sdw-bl] {
  color: #0a0a0a;
  text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.caption[data-color=label],
.capIn[data-color=label],
.capInLeft[data-color=label],
.capOut[data-color=label] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #fff;
  padding: 0.3rem 0.5rem;
}

.capIn[data-color=label] {
  right: 0;
}

.capInLeft[data-color=label] {
  left: 0;
}

.skip-link {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.skip-link:focus {
  background: #0a0a0a;
  border-radius: 0.4rem;
  color: #fff;
  height: auto;
  left: 1.6rem;
  padding: 0.8rem 1.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 1.6rem;
  width: auto;
  z-index: 10000;
}

.spAlert {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .spAlert {
    display: flex;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .spAlert {
    opacity: 1;
    visibility: visible;
  }
}
.spAlert__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.spAlert__message {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 25px;
}
.spAlert .svgIcon {
  margin: 0 auto;
  width: 81.5px;
}
.spAlert .svgIcon__path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}

:root {
  --scrollbar: 0px;
}

@media (prefers-reduced-motion: reduce) {
  [data-sai] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.sai-init [data-sai].sai-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 997;
}
@media screen and (max-width: 767px) {
  .header {
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  .header.is-visible {
    transform: translateY(0);
  }
  .header.is-hidden {
    transform: translateY(-100%);
  }
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 27.2rem;
  }
}
.header__logoLink {
  display: block;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
@media (hover: hover) {
  .header__logoLink:hover {
    opacity: 0.7;
  }
}
.header__gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40.01%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.85) 100%);
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header__gradient {
    height: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .header__gradient {
    height: 15rem;
  }
}
.header__menuBtn {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .header__menuBtn {
    height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__menuBtn {
    height: 4.6rem;
  }
}
.header__menuIcon {
  background: #fff;
  height: 2px;
  position: relative;
  transition: background 0.2s ease;
  width: 3.2rem;
}
.header__menuIcon::before, .header__menuIcon::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  width: 100%;
}
.header__menuIcon::before {
  top: -0.9rem;
}
.header__menuIcon::after {
  bottom: -0.9rem;
}
.header__menuBtn.is-active .header__menuIcon {
  background: transparent;
}
.header__menuBtn.is-active .header__menuIcon::before {
  top: 0;
  transform: rotate(45deg);
}
.header__menuBtn.is-active .header__menuIcon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

body.is-menu-open {
  overflow: hidden;
}

.dummy-header {
  padding: max(1.6rem, min(3vw, 2.4rem)) 0;
  text-align: center;
}
.dummy-header img {
  max-height: 4rem;
}
@media screen and (min-width: 768px) {
  .dummy-header img {
    max-height: 4.8rem;
  }
}

.contentMenu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  z-index: 996;
}
.contentMenu.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.contentMenu__overlay {
  background-color: #3e3834;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.contentMenu__body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentMenu__body {
    padding: 11rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .contentMenu__body {
    padding: 8.6rem 0 12rem;
  }
}
.contentMenu__nav {
  display: block;
}

.footer__head {
  background-color: #3e3834;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__cap {
    margin: 0 auto;
    max-width: 120rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__cap {
    padding: 10rem 3.2rem;
  }
}
.footer__cap .caption {
  color: #ccc;
}
.footer__main {
  background: #2e2e2b;
  color: #fff;
  padding: 0 0 12rem;
}
.footer__contact {
  padding: 10rem 0;
}
.footer__subNav {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__subNav {
    padding: 0 3.2rem;
  }
}
.footer__subNavLink {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  gap: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  transition: opacity 0.3s ease-in-out;
}
.footer__subNavLink .icon {
  display: block;
  width: 1.6rem;
}
.footer__subNavLink .t {
  display: block;
  text-box: trim-both text;
}
@media (hover: hover) {
  .footer__subNavLink:hover {
    opacity: 0.7;
  }
}
.footer__bottom {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__corporateArea {
    padding: 4.8rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__corporateArea {
    padding: 4.8rem 0;
  }
}
.footer__copyright {
  padding: 3.2rem;
  text-align: center;
}
.footer__copyright small {
  color: #666;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.3;
  text-box: trim-both cap alphabetic;
}

.contact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 3.2rem;
  }
}
.contact__ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-box: trim-both text;
}
.contact__tel {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  font-family: "Cormorant Infant", serif;
  font-size: 3.2rem;
  gap: 1.6rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 2.4rem auto 0;
  padding: 0.8rem 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    pointer-events: none;
    width: 34.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel {
    width: 32.6rem;
  }
}
.contact__tel .icon {
  display: block;
  width: 3.5rem;
}
.contact__schedule {
  margin: 2.4rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .contact__schedule {
    text-align: left;
  }
}
.contact__time, .contact__holiday {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
.contact__time:not(:first-child), .contact__holiday:not(:first-child) {
  margin-top: 0.8rem;
}

.corporateList {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .corporateList {
    gap: 8rem;
    margin: 0 auto;
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .corporateList {
    flex-direction: column;
    gap: 4rem;
  }
}
.corporateList__post {
  color: #666;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .corporateList__post {
    text-align: right;
    width: 4em;
  }
}
.corporateList__link {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .corporateList__link {
    width: 24rem;
  }
}
@media (hover: hover) {
  .corporateList__link:hover {
    opacity: 0.7;
  }
}
.corporateList__logo--fuji {
  width: 15.9rem;
}
.corporateList__logo--marubeni {
  width: 16rem;
}
.corporateList__logo--livable {
  width: 14.2rem;
}

.fixedCV {
  bottom: 0;
  height: 5rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .fixedCV {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .fixedCV.is-visible {
    transform: translateY(0);
  }
  .fixedCV.is-hidden {
    transform: translateY(100%);
  }
}
@media screen and (min-width: 768px) {
  .fixedCV {
    display: none;
  }
}
.fixedCV__inner {
  background-color: #fff;
  border-top: 1px solid #fff;
  display: flex;
  gap: 0.1rem;
  height: 100%;
}
.fixedCV__item {
  width: calc((100% - 0.1rem * (var(--cv-length) - 1)) / var(--cv-length));
}
.fixedCV__link {
  align-items: center;
  background: linear-gradient(90deg, #483a33 0%, #72655b 50%, #483a33 100%);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.fixedCV__link--entry {
  background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
}
.fixedCV__txt {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.1;
  text-box: trim-both text;
}

.entryBtn {
  display: block;
  position: relative;
  z-index: 1;
}
.entryBtn__bg {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.entryBtn__bg .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.entryBtn__bg .photo::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 3.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  z-index: 1;
}
.entryBtn__bg .photo__pic, .entryBtn__bg .photo__image {
  height: 100%;
  width: 100%;
}
.entryBtn__bg .photo__image {
  filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 2.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.entryBtn__bg .photo__caption {
  z-index: 2;
}
.entryBtn__ttl {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 3.9rem;
  letter-spacing: 0.3em;
  line-height: 1;
  position: relative;
  text-box: trim-both cap alphabetic;
  text-indent: 0.3em;
  z-index: 2;
}
.entryBtn__txt {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .entryBtn__txt {
    padding: 0 1.2rem;
  }
}
.entryBtn__ttl + .entryBtn__txt {
  margin-top: 0.6rem;
}
.entryBtn__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.entryBtn__arrow {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  overflow: hidden;
  transition: width 1.6s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  width: 0;
}
@media screen and (max-width: 767px) {
  .entryBtn__arrow {
    display: none;
  }
}
.entryBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}
.entryBtn__link {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entryBtn__link {
    min-height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .entryBtn__link {
    min-height: 29rem;
  }
}
@media (hover: hover) {
  .entryBtn__link:hover .entryBtn__bg .photo::after {
    opacity: 0;
  }
  .entryBtn__link:hover .entryBtn__bg .photo__image {
    filter: grayscale(0%);
  }
  .entryBtn__link:hover .entryBtn__inner {
    align-items: flex-start;
  }
  .entryBtn__link:hover .entryBtn__arrow {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 13.4rem;
  }
}

.footerEntry {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footerEntry {
    height: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .footerEntry {
    height: 69rem;
  }
}
.footerEntry__bg {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.footerEntry__bg .photo {
  height: 100%;
  width: 100%;
}
.footerEntry__bg .photo__pic, .footerEntry__bg .photo__image {
  height: 100%;
  width: 100%;
}
.footerEntry__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  will-change: object-position;
}
@media screen and (min-width: 768px) {
  .footerEntry__bg .photo__image {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
@media screen and (max-width: 767px) {
  .footerEntry__bg .photo__image {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
.footerEntry__bg .photo__capIn {
  z-index: 5;
}
.footerEntry__light {
  --light-reveal: 0%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(to top, black calc(0% - 30%), transparent 0%);
          mask-image: linear-gradient(to top, black calc(0% - 30%), transparent 0%);
  -webkit-mask-image: linear-gradient(to top, black calc(var(--light-reveal) - 30%), transparent var(--light-reveal));
          mask-image: linear-gradient(to top, black calc(var(--light-reveal) - 30%), transparent var(--light-reveal));
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.footerEntry__light .photo {
  height: 100%;
  width: 100%;
}
.footerEntry__light .photo__pic, .footerEntry__light .photo__image {
  height: 100%;
  width: 100%;
}
.footerEntry__light .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  will-change: object-position, transform;
}
@media screen and (min-width: 768px) {
  .footerEntry__light .photo__image {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
@media screen and (max-width: 767px) {
  .footerEntry__light .photo__image {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
.footerEntry__light .photo__capIn {
  z-index: 5;
}
.footerEntry__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 39rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .footerEntry__inner {
    top: 23.9rem;
  }
}
@media screen and (max-width: 767px) {
  .footerEntry__inner {
    top: 10.6rem;
  }
}
.footerEntry__desc {
  color: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footerEntry__desc {
    text-shadow: 0 0 1rem #000;
  }
}
.footerEntry__btnWrap {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.footerEntry__btn {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
  padding: 0.9rem 0;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 24.8rem;
}
.footerEntry__btn::before, .footerEntry__btn::after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.footerEntry__btn::before {
  top: 0;
}
.footerEntry__btn::after {
  bottom: 0;
}
.footerEntry__btn.sai-animate::before, .footerEntry__btn.sai-animate::after {
  transform: scaleX(1);
}
.footerEntry__btn.sai-animate .en .t {
  animation: footer-entry-char-bounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: calc(0.25s + var(--char-index) * 0.09s);
}
.footerEntry__btn.sai-animate .jp {
  opacity: 1;
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .footerEntry__btn {
    filter: drop-shadow(0 0 1rem #000);
  }
}
@media (hover: hover) {
  .footerEntry__btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .footerEntry__btn::before, .footerEntry__btn::after {
    transform: scaleX(1);
    transition: none;
  }
  .footerEntry__btn .en .t {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .footerEntry__btn .jp {
    opacity: 1;
    transition: none;
  }
}
.footerEntry__btn .en {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 3.9rem;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-left: 0.3em;
}
.footerEntry__btn .en .t {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.8em);
}
.footerEntry__btn .jp {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@keyframes footer-entry-char-bounce {
  from {
    opacity: 0;
    transform: translateY(0.6em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading {
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 1.8rem;
  }
}
.heading + .txt {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .heading--lg {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .heading--lg {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .heading--lg + .txt {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .heading--lg + .txt {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .enTtl + .heading--lg {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .enTtl + .heading--lg {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .heading--md {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .heading--md {
    font-size: 1.4rem;
  }
}
.heading--md + .txt {
  margin-top: 2.4rem;
}
.heading--sm {
  font-size: 1.4rem;
}
.heading--center {
  text-align: center;
}
.heading--right {
  text-align: right;
}
.heading--darkBeige {
  color: #87775e;
}

.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #231815;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 1.6rem 3.2rem;
  }
}
.modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.modal[aria-hidden=false] .modal__inner {
  opacity: 1;
  transform: translateY(0);
}
.modal__inner {
  border-radius: 2rem;
  max-height: 90vh;
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 6rem;
  position: relative;
  transform: translateY(2rem);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    background: url("../imgs/pc/bg-texture-01@1.5x.jpg") top center repeat-y;
    background-size: 100% auto;
    max-width: 76.4rem;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner {
    background: url("../imgs/sp/bg-texture-01.jpg") top center repeat-y;
    background-size: 100% auto;
  }
}
.modal__header {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal__header {
    padding: 6rem 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .modal__header {
    padding: 6rem 2.9rem 0;
  }
}
.modal__title {
  color: #87775E;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-box: trim-both text;
}
.modal__close {
  align-items: center;
  aspect-ratio: 1/1;
  background: rgba(34, 34, 34, 0.5);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: opacity 0.2s ease;
  width: 3rem;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close .closeSVG {
  display: block;
  height: auto;
  width: 1.7rem;
}
.modal__close--header {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal__closeUnit {
  align-items: center;
  display: flex;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  gap: 2rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  width: 13.3em;
}
.modal__closeUnit .t {
  color: #635954;
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .modal__closeUnit {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .modal__content {
    padding: 4rem 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 4rem 2.9rem 0;
  }
}
.modal__footer {
  border-top: 1px solid #f5f5f5;
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
  padding: 2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .modal__footer {
    padding: 2.4rem 3.2rem;
  }
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

.photo {
  position: relative;
}
.photo__pic {
  display: block;
  width: 100%;
}
.photo__image {
  display: block;
  height: auto;
  width: 100%;
}
.photo__caption {
  color: #737373;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-box: trim-both text;
}
.photo__caption--capIn {
  bottom: 0.5rem;
  position: absolute;
  right: 0.5rem;
}
.photo__caption--capInLeft {
  bottom: 0.5rem;
  left: 0.5rem;
  position: absolute;
}
.photo__caption--capOut {
  padding-top: 0.5rem;
  position: absolute;
  right: 0;
  top: 100%;
}

.img {
  display: block;
  width: 100%;
}
.img__image {
  display: block;
  height: auto;
  width: 100%;
}

.parallaxPhoto {
  overflow: hidden;
  perspective: 1000px;
  position: relative;
}
.parallaxPhoto .photo__image {
  transform-style: preserve-3d;
  will-change: transform;
}

.usableList__inner {
  display: flex;
  flex-wrap: wrap;
}
.usableList__inner + .caption {
  margin-top: 10px;
  text-align: right;
}

.madoriBtn {
  aspect-ratio: 39/21;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.madoriBtn__inner {
  align-items: center;
  backdrop-filter: blur(1rem);
  background-color: rgba(57, 50, 46, 0.8);
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  justify-content: center;
  left: 50%;
  min-height: 20rem;
  padding: 2.4rem 3.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: backdrop-filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.madoriBtn__label {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-box: trim-both cap alphabetic;
}
.madoriBtn__type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #c9bc9c;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  min-width: 10.6rem;
  padding: 1.2rem 0;
}
.madoriBtn__type .inner {
  display: block;
}
.madoriBtn__type .strong {
  display: inline-block;
  font-size: 3.1rem;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.madoriBtn__type .type {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-left: 0.5em;
  text-box: trim-both cap alphabetic;
}
.madoriBtn__spec {
  color: #c9bc9c;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
.madoriBtn__variation .inner .sub {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
.madoriBtn__detail {
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0.8rem;
  text-box: trim-both text;
  width: 13.4rem;
}
.madoriBtn__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.madoriBtn__bg .photo {
  height: 100%;
  width: 100%;
}
.madoriBtn__bg .photo__pic, .madoriBtn__bg .photo__image {
  height: 100%;
  width: 100%;
}
.madoriBtn__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
  .madoriBtn:hover .madoriBtn__inner {
    backdrop-filter: blur(0);
  }
  .madoriBtn:hover .madoriBtn__bg .photo__image {
    transform: scale(1.12);
  }
}
@media screen and (min-width: 768px) {
  .madoriBtn--detail {
    aspect-ratio: 39/24;
  }
}
@media screen and (max-width: 767px) {
  .madoriBtn--detail {
    aspect-ratio: 39/26;
  }
}
.madoriBtn--detail .madoriBtn__inner {
  min-height: 24rem;
}

@media screen and (min-width: 768px) {
  .madoriList {
    display: flex;
    gap: 3.2rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .madoriList__item {
    width: calc((100% - 6.2rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .madoriList__item:not(:first-child) {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .madoriList--planList {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .madoriList--planList .madoriList__item {
    width: 46rem;
  }
}

.contentList__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentList__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .contentList__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contentList__item--onlyPC {
    display: none;
  }
}
.contentList__ttl {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
.contentList__ttl .en {
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .contentList__ttl .en {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contentList__ttl .en {
    font-size: 1.8rem;
  }
}
.contentList__ttl .jp {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .contentList__ttl .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contentList__ttl .jp {
    font-size: 1.6rem;
  }
}
.contentList__comingSoon {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  text-box: trim-both cap alphabetic;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contentList__comingSoon {
    bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .contentList__comingSoon {
    bottom: 4.4rem;
  }
}
.contentList__bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.contentList__bg .photo {
  width: 100%;
}
.contentList__bg .photo__image {
  transition: transform 0.8s ease-in-out, filter 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contentList__cap {
    margin: 2.4rem auto 0;
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .contentList__cap {
    margin-top: 4rem;
    padding: 0 3.2rem;
  }
}
.contentList__cap .caption {
  color: #ccc;
}
.contentList__link {
  display: block;
  position: relative;
  z-index: 1;
}
.contentList__link.is-off {
  pointer-events: none;
}
@media (hover: hover) {
  .contentList__link:hover .contentList__bg .photo__image {
    filter: brightness(1.2);
    transform: scale(1.1);
  }
}
.contentList__subList {
  display: flex;
  gap: 2.4rem;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .contentList__subList {
    margin: 2.4rem auto 0;
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .contentList__subList {
    margin-top: 4rem;
    padding: 0 3.2rem;
  }
}
.contentList__subItem {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  gap: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .contentList__subItem:hover {
    opacity: 0.7;
  }
}
.contentList__subItem .icon {
  display: block;
  width: 1.6rem;
}
.contentList__subItem .t {
  display: block;
  text-box: trim-both text;
}

.pageDirection {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pageDirection {
    margin: 0 auto;
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .pageDirection {
    padding: 0 3.2rem;
  }
}
.pageDirection__inner {
  display: flex;
  justify-content: space-between;
}
.pageDirection__page {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
  transform-origin: left bottom;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .pageDirection__page {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .pageDirection__page {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.pageDirection__arrow {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}
.pageDirection__arrow .arrowSVG {
  height: auto;
  width: 100%;
}
.pageDirection__link {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .pageDirection__link {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .pageDirection__link {
    width: 13.5rem;
  }
}
@media (hover: hover) {
  .pageDirection__link:hover .pageDirection__page {
    transform: skew(-3deg) scale(1.1);
  }
  .pageDirection__link:hover .pageDirection__arrow {
    transform: translateX(1rem);
  }
}
.pageDirection__link--prev {
  text-align: right;
}
.pageDirection__link--prev .pageDirection__page {
  transform-origin: right bottom;
}
@media (hover: hover) {
  .pageDirection__link--prev:hover .pageDirection__page {
    transform: skew(3deg) scale(1.1);
  }
  .pageDirection__link--prev:hover .pageDirection__arrow {
    transform: translateX(-1rem);
  }
}

.keyVisual {
  --key-visual-ttl-t0: 1.4s;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .keyVisual {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual {
    height: 100svh;
  }
}
.keyVisual__head {
  --key-visual-sub-ttl-after: 0ms;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .keyVisual__head {
    bottom: 10rem;
    gap: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__head {
    bottom: 6rem;
    gap: 2.3rem;
  }
}
.keyVisual__ttl {
  display: block;
  font-feature-settings: normal;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .keyVisual__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__ttl {
    font-size: 2.4rem;
  }
}
.keyVisual__ttl .t {
  display: inline-block;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition-delay: calc(var(--key-visual-ttl-t0) + 0 * 80ms);
  transition-delay: calc(var(--key-visual-ttl-t0) + var(--key-visual-i, 0) * 80ms);
}
.keyVisual__subTtl {
  color: #fff;
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.3em;
  line-height: 1.2;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s ease-out;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .keyVisual__subTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__subTtl {
    font-size: 1.6rem;
  }
}
.keyVisual__mask {
  background-color: rgba(62, 56, 52, 0.7);
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), visibility 2s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
  width: 100%;
  will-change: opacity, visibility;
  z-index: 2;
}
.keyVisual__light {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0%);
  width: 100%;
  will-change: transform;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .keyVisual__light {
    transition: transform 6s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__light {
    transition: transform 8s cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
  }
}
.keyVisual__light::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  filter: blur(10rem);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .keyVisual__light::after {
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0));
    filter: blur(5rem);
  }
}
.keyVisual__image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.keyVisual__image .photo {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.keyVisual__image .photo:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .keyVisual__image .photo:after {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__image .photo:after {
    height: 40rem;
  }
}
.keyVisual__image .photo__pic, .keyVisual__image .photo__image {
  height: 100%;
  width: 100%;
}
.keyVisual__image .photo__image {
  backface-visibility: hidden;
  filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform: scale(1.08);
  transition: filter 5.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, transform 2.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.keyVisual__image .photo .capIn,
.keyVisual__image .photo .capInLeft {
  z-index: 4;
}
.keyVisual.sai-animate .keyVisual__ttl .t {
  opacity: 1;
  transform: translateY(0);
}
.keyVisual.sai-animate .keyVisual__subTtl {
  opacity: 1;
  transition-delay: calc(var(--key-visual-ttl-t0) + 0ms);
  transition-delay: calc(var(--key-visual-ttl-t0) + var(--key-visual-sub-ttl-after, 0ms));
}
.keyVisual.sai-animate .keyVisual__image .photo__image {
  filter: grayscale(0%);
  transform: scale(1);
}
.keyVisual.sai-animate .keyVisual__light {
  transform: translate(-200%, -30%);
}
.keyVisual.sai-animate .keyVisual__mask {
  opacity: 0;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .keyVisual__ttl .t, .keyVisual.sai-animate .keyVisual__ttl .t, .keyVisual__subTtl, .keyVisual.sai-animate .keyVisual__subTtl {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .keyVisual__image .photo__image, .keyVisual.sai-animate .keyVisual__image .photo__image {
    filter: none;
    transform: none;
    transition: none;
  }
  .keyVisual .keyVisual__light {
    display: none;
  }
  .keyVisual .keyVisual__mask {
    opacity: 0;
    visibility: hidden;
  }
}
.keyVisual--pageHead {
  height: auto;
}
@media screen and (min-width: 768px) {
  .keyVisual--pageHead {
    padding: 16.8rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual--pageHead {
    padding: 14rem 0 10rem;
  }
}
.keyVisual--pageHead .keyVisual__head {
  bottom: auto;
  left: auto;
  position: relative;
  transform: none;
  z-index: 1;
}
.keyVisual--pageHead.sai-animate .keyVisual__ttl .t {
  transition-delay: calc(0 * 80ms);
  transition-delay: calc(var(--key-visual-i, 0) * 80ms);
}
.keyVisual--pageHead.sai-animate .keyVisual__subTtl {
  transition-delay: 0.5s;
}

.enTtl {
  padding-bottom: 1.7rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.enTtl:after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  width: 4rem;
}
.enTtl__inner {
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}

.headingUnit--center .enTtl,
.headingUnit--center .heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headingUnit--center .txt {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .headingUnit--intro {
    margin: 0 auto;
    max-width: 67.8rem;
  }
}
.headingUnit--intro .enTtl,
.headingUnit--intro .heading {
  text-align: center;
}

.txt {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
.txt + .caption {
  margin-top: 2.4rem;
}
.txt--lg {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt--sm {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .txt--sm {
    font-size: 1.2rem;
  }
}
.txt--center {
  text-align: center;
}

.anchorBtn {
  align-items: center;
  color: #c9bc9c;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .anchorBtn {
    background: url("../imgs/pc/bg-texture-01@1.5x.jpg") top center no-repeat;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .anchorBtn {
    background: url("../imgs/sp/bg-texture-01.jpg") top center no-repeat;
    padding: 2rem 0.8rem;
  }
}
.anchorBtn:before {
  background-color: rgba(62, 56, 52, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.anchorBtn:after {
  background-color: #c9bc9c;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.anchorBtn__inner {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.anchorBtn.is-current {
  pointer-events: none;
}
.anchorBtn.is-current:before {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (hover: hover) {
  .anchorBtn:hover {
    box-shadow: 0 0 1rem rgba(201, 188, 156, 0.8);
  }
  .anchorBtn:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .anchorBtn:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.anchorList {
  padding: 10rem 0 8rem;
}
.anchorList__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .anchorList__inner {
    gap: 1.6rem;
    margin: 0 auto;
    max-width: 104rem;
  }
}
@media screen and (max-width: 767px) {
  .anchorList__inner {
    gap: 0.6rem;
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .anchorList__item {
    width: calc((100% - 4.8rem) / 4);
  }
}
@media screen and (max-width: 767px) {
  .anchorList__item {
    width: calc(50% - 0.3rem);
  }
}

.swipeFigure {
  position: relative;
}
.swipeFigure[data-mode=""] .swipeFigure__inner {
  overflow-x: scroll;
  scrollbar-width: none;
}
.swipeFigure[data-mode=""] .swipeFigure__inner::-webkit-scrollbar {
  display: none;
}
.swipeFigure[data-mode=""] .photo,
.swipeFigure[data-mode=""] .photo__pic,
.swipeFigure[data-mode=""] .photo__image {
  height: 100%;
  max-width: none;
  max-width: initial;
  width: auto;
}
@media screen and (min-width: 768px) {
  .swipeFigure[data-mode=pc] .swipeFigure__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .swipeFigure[data-mode=pc] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode=pc] .photo,
  .swipeFigure[data-mode=pc] .photo__pic,
  .swipeFigure[data-mode=pc] .photo__image {
    height: 100%;
    max-width: none;
    max-width: initial;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .swipeFigure[data-mode=pc] .figurePlot {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swipeFigure[data-mode=sp] .swipeFigure__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .swipeFigure[data-mode=sp] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode=sp] .photo,
  .swipeFigure[data-mode=sp] .photo__pic,
  .swipeFigure[data-mode=sp] .photo__image {
    height: 100%;
    max-width: none;
    max-width: initial;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .swipeFigure[data-mode=sp] .figurePlot {
    display: none;
  }
}
.swipeFigure__body {
  position: relative;
}
.swipeFigure__inner {
  height: 100%;
  outline: none;
  position: relative;
}
.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 1;
}
.swipeFigure__capIn {
  bottom: 0.5rem;
  right: 0.5rem;
}
.swipeFigure__capIn[data-color=label] {
  bottom: 0;
  right: 0;
}
.swipeFigure__capOut {
  padding-top: 1rem;
  right: 0;
  top: 100%;
}

.figurePlot {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: rgba(34, 34, 34, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .figurePlot {
    left: 1rem;
    top: 1rem;
    width: 5rem;
  }
}

.sectVisual {
  position: relative;
  z-index: 1;
}
.sectVisual__image {
  width: 100%;
}
.sectVisual__image .photo {
  width: 100%;
}
.sectVisual__image .photo__pic, .sectVisual__image .photo__image {
  width: 100%;
}
.sectVisual__image .photo__image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.sectVisual + * {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sectVisual.sai-animate .sectVisual__image .photo__image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 18rem));
  }
}
@media screen and (max-width: 767px) {
  .sectVisual.sai-animate .sectVisual__image .photo__image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10rem));
  }
}
@media screen and (min-width: 768px) {
  .sectVisual--rev.sai-animate .sectVisual__image .photo__image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18rem), 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .sectVisual--rev.sai-animate .sectVisual__image .photo__image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0 100%);
  }
}

.generalSlider {
  position: relative;
}
.generalSlider .swiper-pagination {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  position: static;
}
.generalSlider .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  background-color: #999;
  display: block;
  width: 0.6rem;
}
.generalSlider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.generalSlider .swiper-slide {
  height: auto;
}
.generalSlider__navigation {
  display: flex;
  justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .generalSlider__navigation {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .generalSlider__navigation {
    padding: 0 8px;
  }
}
.generalSlider__bottomNav {
  align-items: center;
  display: flex;
  gap: 4.8rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .generalSlider__bottomNav {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .generalSlider__bottomNav {
    margin: 8rem auto 0;
    width: 32.6rem;
  }
}
.generalSlider__prev, .generalSlider__next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 0;
  transition: opacity 0.3s ease;
  width: 6rem;
}
.generalSlider__prev .arrowSVG, .generalSlider__next .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}
.generalSlider__prev.swiper-button-disabled, .generalSlider__next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.generalSlider--disableMode .swiper {
  overflow: visible;
}
.generalSlider--disableMode .generalSlider__bottomNav,
.generalSlider--disableMode .generalSlider__navigation {
  display: none;
}

.bgLayer--dark {
  background-color: #2e2e2b;
}
.bgLayer--dark .enTtl {
  color: #c9bc9c;
}

.relatedBox {
  color: #231815;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.relatedBox:before, .relatedBox:after {
  background-color: rgba(35, 24, 21, 0.3);
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 4.8rem);
}
.relatedBox:before {
  top: 2.4rem;
}
.relatedBox:after {
  top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .relatedBox {
    background: url("../imgs/pc/bg-texture-01@1.5x.jpg") top center repeat-y;
    background-size: 100% auto;
    padding: 11rem 5rem 8rem;
    width: 130rem;
  }
}
@media screen and (max-width: 767px) {
  .relatedBox {
    background: url("../imgs/sp/bg-texture-01.jpg") top center repeat-y;
    background-size: 100% auto;
    padding: 11rem 2.4rem 8rem;
    width: 37.4rem;
  }
}
.relatedBox .enTtl {
  color: #231815;
}
.relatedBox .enTtl:after {
  background-color: rgba(35, 24, 21, 0.5);
}
.relatedBox .enTtl + .heading {
  margin-top: 5.6rem;
}

.descriptionCard__head .photo__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .descriptionCard__cont {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .descriptionCard__cont {
    margin-top: 1.6rem;
  }
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}
.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 2s ease 4s;
}
@media screen and (min-width: 768px) {
  .zoomFigure .figurePlot {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .zoomFigure .figurePlot {
    width: 8rem;
  }
}
.zoomFigure .figurePlot .svgIcon {
  display: block;
  height: auto;
  width: 2.7rem;
}
.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}
.zoomFigure__cont {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.zoomFigure__controller {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}
.zoomFigure__controller .btnSVG__path {
  stroke: #fff;
}
.zoomFigure__btn {
  aspect-ratio: 1/1;
  cursor: pointer;
  display: block;
  width: 4.6rem;
}
.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.zoomFigure__btn:focus {
  outline: 1px solid #4d90fe;
}
.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}
.zoomFigure__capIn {
  bottom: 0.5rem;
  right: 5px;
}
.zoomFigure__capOut {
  padding-top: 0.5rem;
  right: 0.5rem;
  top: 100%;
}
.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}
.zoomFigure__inner::-webkit-scrollbar {
  display: none;
}
.zoomFigure__inner .photo__image {
  width: 100%;
}
.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}
@media screen and (max-width: 767px) {
  .zoomFigure[data-mode=pc] .figurePlot,
  .zoomFigure[data-mode=pc] .zoomFigure__controller {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .zoomFigure[data-mode=sp] .figurePlot,
  .zoomFigure[data-mode=sp] .zoomFigure__controller {
    display: none;
  }
}

.generalBtn {
  align-items: center;
  background: linear-gradient(90deg, #483a33 0%, #72655b 50%, #483a33 100%);
  box-shadow: 0 0 0 rgba(72, 58, 51, 0);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 4rem;
  overflow: hidden;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  width: 32.6rem;
  will-change: transform;
}
.generalBtn::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 30%, transparent 65%);
  content: "";
  filter: blur(8px);
  height: 300%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -100%;
  transform: translateX(-50%) scale(0.8);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  width: 60%;
}
.generalBtn__txt {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  text-box: trim-both cap alphabetic;
  z-index: 1;
}
.generalBtn__arrow {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  width: 0.8rem;
}
.generalBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}
@media (hover: hover) {
  .generalBtn:hover {
    box-shadow: 0 1.2rem 2.4rem rgba(72, 58, 51, 0.35);
    transform: translateY(-0.2rem);
  }
  .generalBtn:hover::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  .generalBtn:hover .generalBtn__arrow {
    transform: translateY(-50%) translateX(0.5rem);
  }
}

.madoriDetail__kv {
  position: relative;
  z-index: 1;
}
.madoriDetail__head {
  backdrop-filter: blur(1rem);
  background-color: rgba(57, 50, 46, 0.8);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .madoriDetail__head {
    padding: 2.4rem 13rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__head {
    display: flex;
    flex-direction: column;
    padding: 2.4rem 2.4rem 3.2rem;
    width: 36rem;
  }
}
.madoriDetail__type {
  color: #C9BC9C;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.4;
  padding-bottom: 2.4rem;
  position: relative;
  text-align: center;
  text-box: trim-both cap alphabetic;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .madoriDetail__type {
    margin: 0 auto;
  }
}
.madoriDetail__type .strong {
  display: inline-block;
  font-size: 4.5rem;
}
.madoriDetail__type:after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.madoriDetail__variation {
  color: #C9BC9C;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
.madoriDetail__variation .inner {
  display: block;
}
.madoriDetail__variation .num {
  display: inline-block;
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.madoriDetail__variation .caption {
  color: inherit;
  display: inline-block;
}
.madoriDetail__variation:after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.madoriDetail__spec {
  margin-top: 2rem;
  text-align: center;
}
.madoriDetail__spec .jp,
.madoriDetail__spec .tsubo {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
.madoriDetail__length .num {
  color: #C9BC9C;
  display: inline-block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.madoriDetail__length .meter {
  color: #C9BC9C;
  display: inline-block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.madoriDetail__subLength {
  margin-top: 1.6rem;
}
.madoriDetail__subItem .num,
.madoriDetail__subItem .meter {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
.madoriDetail__inner {
  color: #231815;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .madoriDetail__inner {
    background: url("../imgs/pc/bg-texture-01@1.5x.jpg") top center repeat-y;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__inner {
    background: url("../imgs/sp/bg-texture-01.jpg") top center repeat-y;
    background-size: 100% auto;
  }
}
.madoriDetail__body {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .madoriDetail__body {
    width: 78.4rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__body {
    padding: 0 3.2rem;
  }
}
.madoriDetail__body .meritList {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.madoriDetail__body .meritList__item {
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 2.2rem;
  position: relative;
  text-box: trim-both text;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .madoriDetail__body .meritList__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__body .meritList__item {
    font-size: 1.4rem;
  }
}
.madoriDetail__body .meritList__item:before {
  aspect-ratio: 1/1;
  background-color: #87775E;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 1.2rem;
}
.madoriDetail__body .meritList__item:not(:first-child) {
  margin-top: 3.2rem;
}
.madoriDetail__meritTrigger {
  position: absolute;
  z-index: 2;
}
.madoriDetail__meritTrigger .circle {
  aspect-ratio: 1/1;
  background-color: rgba(165, 148, 114, 0.7);
  border: 0.1rem solid #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 2.6rem;
  z-index: 1;
}
.madoriDetail__meritTrigger .circle:before {
  animation: madori-detail-merit-glow 2.4s ease-in-out infinite;
  background-color: rgba(165, 148, 114, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  filter: blur(1rem) brightness(1);
  height: calc(100% + 2rem);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2rem);
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .madoriDetail__meritTrigger .circle:before {
    animation: none;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--a-01 {
    left: 25.5102040816%;
    top: 92.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--a-01 {
    left: 22.0663265306%;
    top: 90.306122449%;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--a-02 {
    left: 34.4387755102%;
    top: 65.306122449%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--a-02 {
    left: 32.5255102041%;
    top: 64.2857142857%;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--b-01 {
    left: 49.1071428571%;
    top: 29.1089108911%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--b-01 {
    left: 47.4489795918%;
    top: 29.1089108911%;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--b-02 {
    left: 58.4183673469%;
    top: 25.7425742574%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--b-02 {
    left: 58.4183673469%;
    top: 24.7524752475%;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--c-01 {
    left: 35.7142857143%;
    top: 75.9183673469%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--c-01 {
    left: 30.612244898%;
    top: 75.5102040816%;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--c-02 {
    left: 58.6734693878%;
    top: 71.4285714286%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--c-02 {
    left: 56.1224489796%;
    top: 68.3673469388%;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__meritTrigger--c-03 {
    left: 33.1632653061%;
    top: 13.2653061224%;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__meritTrigger--c-03 {
    left: 31.25%;
    top: 13.7755102041%;
  }
}
.madoriDetail__madori {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .madoriDetail__madori {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}
.madoriDetail__madori .madoriFig {
  width: 100%;
}
.madoriDetail__madori .madoriFig img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .madoriDetail__note {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__note {
    margin-top: 1.6rem;
  }
}
.madoriDetail__dir {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .madoriDetail__dir {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriDetail__dir {
    padding: 0 3.2rem;
    width: 100%;
  }
}
.madoriDetail__dir {
  margin-top: 8rem;
}
.madoriDetail__dir .madoriDirection + .backBtn {
  margin-top: 3.2rem;
}

@keyframes madori-detail-merit-glow {
  0%, 100% {
    background-color: rgba(165, 148, 114, 0.32);
    filter: blur(1rem) brightness(0.92);
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0.94);
  }
  50% {
    background-color: rgba(165, 148, 114, 0.88);
    filter: blur(1rem) brightness(1.45);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}
.madoriDirection {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.madoriDirection__txt {
  color: #635954;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
  transform-origin: bottom left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.madoriDirection__arrow {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.madoriDirection__arrow .arrowSVG {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .madoriDirection__link {
    width: 13.2rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriDirection__link {
    width: 13.5rem;
  }
}
@media (hover: hover) {
  .madoriDirection__link:hover .madoriDirection__arrow {
    transform: translateX(1rem);
  }
  .madoriDirection__link:hover .madoriDirection__txt {
    transform: skew(-3deg) scale(1.1);
  }
}
.madoriDirection__link--prev .madoriDirection__txt {
  text-align: right;
  transform-origin: bottom right;
}
@media (hover: hover) {
  .madoriDirection__link--prev:hover .madoriDirection__arrow {
    transform: translateX(-1rem);
  }
  .madoriDirection__link--prev:hover .madoriDirection__txt {
    transform: skew(3deg) scale(1.1);
  }
}

.madoriTab__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .madoriTab__head {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriTab__head {
    gap: 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .madoriTab__item {
    width: calc((100% - (var(--tab-count) - 1) * 1.6rem) / var(--tab-count));
  }
}
@media screen and (max-width: 767px) {
  .madoriTab__item {
    min-height: 5.1rem;
    width: calc(50% - 0.3rem);
  }
}
@media screen and (max-width: 767px) {
  .madoriTab__item--usually:first-child:nth-last-child(odd) {
    width: 100%;
  }
}
.madoriTab__btn {
  align-items: center;
  background-color: transparent;
  border: 0.1rem solid #A59472;
  display: flex;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 1.2rem;
  position: relative;
  text-align: center;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  z-index: 1;
}
.madoriTab__btn:before {
  border: 0.1rem solid #C9BC9C;
  content: "";
  display: block;
  height: calc(100% - 0.8rem);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: calc(100% - 0.8rem);
  z-index: -1;
}
.madoriTab__btn .inner {
  display: block;
  line-height: 1.4;
}
.madoriTab__btn .inner::before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.madoriTab__btn .inner::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.madoriTab__btn .inner::before, .madoriTab__btn .inner::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.madoriTab__btn.is-active {
  background-color: #C9BC9C;
  pointer-events: none;
}
.madoriTab__btn.is-active:before {
  border-color: #fff;
}
@media (hover: hover) {
  .madoriTab__btn:hover {
    background-color: #C9BC9C;
  }
  .madoriTab__btn:hover:before {
    border-color: #fff;
  }
}
.madoriTab__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .madoriTab__head + .madoriTab__body {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriTab__head + .madoriTab__body {
    margin-top: 4rem;
  }
}
.madoriTab__merit {
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .madoriTab__merit {
    font-size: 1.6rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriTab__merit {
    font-size: 1.4rem;
  }
}
.madoriTab__fig {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .madoriTab__fig {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}
.madoriTab__merit + .madoriTab__fig, .meritList + .madoriTab__fig {
  margin-top: 8rem;
}
.madoriTab__fig .madoriFig img {
  width: 100%;
}
.madoriTab__cont {
  display: none;
}
.madoriTab__cont.is-active {
  display: block;
}

.madoriMerit {
  display: flex;
}
@media screen and (min-width: 768px) {
  .madoriMerit {
    flex-wrap: wrap;
    gap: 4.8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .madoriMerit {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .madoriMerit__item {
    width: 26.4rem;
  }
}
@media screen and (max-width: 767px) {
  .madoriMerit__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .madoriMerit__item .descriptionCard__cont .headingUnit .heading {
    font-size: 1.6rem;
  }
}

.usageNote {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2rem;
}
.usageNote + .caption {
  margin-top: 1.6rem;
}
.usageNote__item {
  display: inline-block;
}
.usageNote__item:has(.icon) {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}
.usageNote__item .icon {
  aspect-ratio: 30/8;
  border: 0.1rem solid #ccc;
  display: inline-block;
  width: 2.8rem;
}
.usageNote__item .icon .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}
.usageNote__item .icon--light, .usageNote__item .icon--wind {
  border: 0;
}
.usageNote__item .icon--light {
  aspect-ratio: 25.83/6;
  width: 2.583rem;
}
.usageNote__item .icon--wind {
  aspect-ratio: 28.51/6;
  width: 2.851rem;
}
.usageNote__item .icon--storage {
  background-color: #ECE8D7;
}
.usageNote__item .icon--floor {
  background-color: #EBE2E5;
}

.backBtn {
  align-items: center;
  background: linear-gradient(90deg, #483A33 0%, #72655B 50%, #483A33 100%);
  border: 0.1rem solid #333;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 4rem;
  padding: 1.2rem 2.8rem;
  position: relative;
  transition: box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  width: 32.6rem;
  will-change: box-shadow;
  z-index: 1;
}
.backBtn__arrow {
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  width: 0.8rem;
}
.backBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}
.backBtn__txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
@media (hover: hover) {
  .backBtn:hover {
    box-shadow: 0 1.2rem 2.4rem rgba(72, 58, 51, 0.3);
  }
  .backBtn:hover .backBtn__arrow {
    transform: translateY(-50%) translateX(-0.3rem);
  }
}

.autoPlaySlider {
  overflow: hidden;
  position: relative;
}
.autoPlaySlider__group {
  overflow: hidden;
}
.autoPlaySlider__wrapper {
  align-items: stretch;
  animation: auto-play-slider-scroll 60s linear infinite;
  animation: auto-play-slider-scroll var(--auto-play-slider-duration, 60s) linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .autoPlaySlider__wrapper {
    gap: 0;
    gap: var(--auto-play-slider-gap-pc, 0);
  }
}
@media screen and (max-width: 767px) {
  .autoPlaySlider__wrapper {
    gap: 0;
    gap: var(--auto-play-slider-gap-sp, 0);
  }
}
.autoPlaySlider__slide {
  flex-shrink: 0;
  height: auto;
}
.autoPlaySlider--reverse .autoPlaySlider__wrapper {
  animation-direction: reverse;
}
.autoPlaySlider--vertical .autoPlaySlider__wrapper {
  animation-name: auto-play-slider-scroll-vertical;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  width: auto;
}
.autoPlaySlider.is-paused-modal .autoPlaySlider__wrapper, .autoPlaySlider.is-paused-user .autoPlaySlider__wrapper {
  animation-play-state: paused;
}
.autoPlaySlider__controller {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .autoPlaySlider__controller {
    gap: 10px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .autoPlaySlider__controller {
    gap: 10px;
    margin-top: 40px;
  }
}
.autoPlaySlider__btn {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #807c79;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .autoPlaySlider__btn {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .autoPlaySlider__btn {
    width: 32px;
  }
}
.autoPlaySlider__btn .icon {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .autoPlaySlider__btn .icon {
    gap: 2px;
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .autoPlaySlider__btn .icon {
    gap: 2px;
    width: 12px;
  }
}
.autoPlaySlider__btn .icon .border {
  background-color: #ccc7c2;
}
@media screen and (min-width: 768px) {
  .autoPlaySlider__btn .icon .border {
    height: 10px;
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .autoPlaySlider__btn .icon .border {
    height: 10px;
    width: 2px;
  }
}
.autoPlaySlider__btn.is-stop .icon {
  background-color: #ccc7c2;
  clip-path: polygon(30% 0%, 30% 100%, 90% 50%);
}
.autoPlaySlider__btn.is-stop .icon .border {
  display: none;
}
.autoPlaySlider--disableMode .autoPlaySlider__controller {
  display: none;
}

@keyframes auto-play-slider-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes auto-play-slider-scroll-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:last-child {
      margin-bottom: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*# sourceMappingURL=common.css.map */
