.mainVisualMovie {
  background-attachment: fixed;
  clip-path: inset(0);
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.mainVisualMovie.is-hidden {
  pointer-events: none;
  visibility: hidden;
}
.mainVisualMovie__inner {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.mainVisualMovie__movie {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.mainVisualMovie__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  opacity: 0;
  position: relative;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  width: 100%;
}
.mainVisualMovie__video.is-start, .mainVisualMovie__video.is-ended {
  opacity: 1;
  visibility: visible;
}
.mainVisualMovie__video.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.mainVisualMovie__cap {
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  z-index: 2;
}
.mainVisualMovie__cap.is-ended {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .mainVisualMovie__cap[data-color=label] {
    bottom: 5rem;
  }
}
.mainVisualMovie__poster {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s ease;
  width: 100%;
}
.mainVisualMovie__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.mainVisualMovie__btn {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0.1rem solid #666;
  color: #fff;
  display: flex;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  gap: 0.6rem;
  height: 2.6rem;
  justify-content: center;
  letter-spacing: 0.1em;
  position: absolute;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  width: 9.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisualMovie__btn {
    right: 5rem;
    top: 10.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualMovie__btn {
    right: 3rem;
    top: 7.7rem;
  }
}
.mainVisualMovie__btn .t {
  display: block;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.mainVisualMovie__btn .icon {
  display: block;
  width: 0.5rem;
}
.mainVisualMovie__btn .icon .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}
.mainVisualMovie__btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .mainVisualMovie__btn--stop, .mainVisualMovie__btn--play {
    top: 15.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualMovie__btn--stop, .mainVisualMovie__btn--play {
    top: 12rem;
  }
}
.mainVisualMovie__btn--skip .icon {
  width: 1.3rem;
}
.mainVisualMovie__btn--stop .icon {
  width: 0.7rem;
}

.mainVisualPoster {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.mainVisualPoster__ttl {
  color: #fff;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisualPoster__ttl {
    left: 15.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mainVisualPoster__ttl {
    left: 50%;
    top: 20rem;
    transform: translateX(-50%);
  }
}
.mainVisualPoster__ttl .logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .mainVisualPoster__ttl .logo {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualPoster__ttl .logo {
    font-size: 19.5rem;
  }
}
.mainVisualPoster__ttl .jp {
  display: block;
  font-weight: 500;
  letter-spacing: 0.34em;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .mainVisualPoster__ttl .jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualPoster__ttl .jp {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .mainVisualPoster__ttl .jp + .logo {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualPoster__ttl .jp + .logo {
    margin-top: 3rem;
  }
}
.mainVisualPoster__image {
  height: 100%;
  width: 100%;
}
.mainVisualPoster__image .photo {
  height: 100%;
  width: 100%;
}
.mainVisualPoster__image .photo__pic, .mainVisualPoster__image .photo__image {
  height: 100%;
  width: 100%;
}
.mainVisualPoster__image .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .mainVisualPoster__image .photo__caption--capIn {
    bottom: 5rem;
  }
}

.uspArea {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .uspArea {
    background: url("../common/imgs/pc/bg-gr-01@1.5x.jpg") no-repeat center center/cover;
    padding: 10rem 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea {
    background: url("../common/imgs/sp/bg-gr-01.jpg") no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__head {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__head {
    padding-top: 6svh;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 375px) {
  .uspArea__head {
    padding-top: 5svh;
  }
}
.uspArea__spList {
  display: flex;
  justify-content: center;
}
.uspArea__spItem {
  align-items: center;
  background-color: #3E3834;
  color: rgba(221, 208, 166, 0.5);
  cursor: pointer;
  display: flex;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  height: 3.7rem;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 1.2rem;
  position: relative;
  text-align: center;
  text-box: trim-both text;
  width: 14.6rem;
  z-index: 1;
}
.uspArea__spItem:after {
  background-color: rgba(221, 208, 166, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.uspArea__spItem.is-active {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ddd0a6;
  pointer-events: none;
}
.uspArea__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__inner {
    margin: 0 auto;
    max-width: 130rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__inner {
    padding: 0 3rem;
  }
}
.uspArea__heading {
  letter-spacing: 0.1em;
  text-align: center;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .uspArea__heading {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__heading {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 375px) {
  .uspArea__heading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__spScrollTrack {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__spScrollTrack {
    min-height: 280svh;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__spScrollWrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__spScrollWrap {
    box-sizing: border-box;
    height: 100svh;
    padding: 16svh 0 0;
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .uspArea__spScrollWrap {
    padding: 10svh 0 0;
  }
}
.uspArea__appealArea {
  color: #DDD0A6;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__appealArea {
    padding: 5.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__appealArea {
    min-height: 70svh;
  }
}
@media only screen and (max-width: 375px) {
  .uspArea__appealArea {
    min-height: 80svh;
  }
}
.uspArea__appealArea:after {
  background-color: rgba(32, 18, 18, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - var(--scrollbar));
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .uspArea__heading + .uspArea__appealArea {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__heading + .uspArea__appealArea {
    margin-top: 4svh;
  }
}
.uspArea__ttl {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(221, 208, 166, 0.5);
  letter-spacing: 0.1em;
  padding: 1.2rem 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__ttl {
    display: none;
  }
}
.uspArea__ttl .inner {
  display: block;
  line-height: 2;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .uspArea__list {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    justify-content: center;
    margin-top: 3.2rem;
  }
}
.uspArea__item {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .uspArea__item {
    opacity: 0;
    transform: translateY(5%);
    transition: opacity 0s cubic-bezier(0.76, 0, 0.24, 1) 0s, transform 0s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__item:not(:first-child) {
    padding-left: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__item:not(:first-child) {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
}
.uspArea__item:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .uspArea__item:not(:first-child):before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
    height: 4rem;
    left: 1rem;
    top: 50%;
    transform: translate(0, -50%) rotate(30deg);
    transform-origin: center;
    width: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__item:not(:first-child):before {
    background: linear-gradient(to right, rgba(221, 208, 166, 0) 0%, rgb(221, 208, 166) 30%, rgb(221, 208, 166) 70%, rgba(221, 208, 166, 0) 100%);
    height: 0.1rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 31.7rem;
  }
}
.uspArea__item .inner {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  text-box: trim-both text;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .uspArea__item .inner {
    display: block;
    margin: 0 auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
}
.uspArea__item .inner:has(.ruby) {
  padding-top: 1.8rem;
}
.uspArea__item .ruby {
  display: block;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.6;
  padding-left: 1em;
  position: absolute;
  text-align: left;
  text-box: trim-both text;
  top: 0;
}
.uspArea__item .mid {
  font-size: 2.4rem;
}
.uspArea__item .small {
  font-size: 1.8rem;
}
.uspArea__item .num {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 4rem;
}
.uspArea__item .num.small {
  font-size: 3.6rem;
}
.uspArea__item .en {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 3rem;
}
.uspArea__item .ldk {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 2.4rem;
}
.uspArea__item .shorten {
  display: inline-block;
  margin-left: -0.4em;
}
@media screen and (max-width: 767px) {
  .uspArea__appeal {
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 15svh 0 6rem;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 33rem;
    z-index: 0;
  }
}
@media only screen and (max-width: 375px) {
  .uspArea__appeal {
    padding: 14svh 0 4rem;
  }
}
.uspArea__appeal.is-active .uspArea__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.76, 0, 0.24, 1), transform 2s cubic-bezier(0.76, 0, 0.24, 1);
}
.uspArea__appeal.is-active .uspArea__item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), transform 2s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 768px) {
  .uspArea__appeal + .uspArea__appeal {
    margin-top: 5.6rem;
  }
}
.uspArea__scrollAssist {
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .uspArea__scrollAssist {
    bottom: 2svh;
  }
}
@media only screen and (max-width: 375px) {
  .uspArea__scrollAssist {
    bottom: 0.8svh;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__scrollAssist {
    display: none;
  }
}
.uspArea__scrollAssist .arrowSVG {
  animation: scroll-assist-float 2s ease-in-out infinite;
  display: block;
}
@media screen and (min-width: 768px) {
  .uspArea__btn {
    margin: 14rem auto 0;
    max-width: 68rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__btn {
    margin: 14rem 0 0;
  }
}
.uspArea__info {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .uspArea__info {
    width: 60rem;
  }
}
.uspArea__info {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .uspArea__info {
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__desc {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .uspArea__desc {
    margin-top: 6rem;
  }
}

@keyframes scroll-assist-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.8rem);
  }
  100% {
    transform: translateY(0);
  }
}
.conceptArea {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conceptArea {
    padding: 8rem 0 13rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea {
    padding: 8.8rem 0;
  }
}
.conceptArea__inner {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conceptArea__inner {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__inner {
    padding: 0 3rem;
  }
}
.conceptArea__ttl {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .conceptArea__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .conceptArea__logo {
    margin: 11.5rem auto 0;
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__logo {
    margin: 7rem auto 0;
    width: 14rem;
  }
}
.conceptArea__heading {
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conceptArea__heading {
    font-size: 2.8rem;
    margin: 5.7rem auto 0;
    padding: 1.6rem 1.2rem 1.6rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__heading {
    font-size: 2.4rem;
    margin: 3.9rem auto 0;
    padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  }
}
.conceptArea__heading:before, .conceptArea__heading:after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .conceptArea__heading:before, .conceptArea__heading:after {
    height: 4rem;
    width: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__heading:before, .conceptArea__heading:after {
    height: 3.5rem;
    width: 5.8rem;
  }
}
.conceptArea__heading:before {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
}
.conceptArea__heading:after {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  right: 0;
}
.conceptArea__txt {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .conceptArea__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__txt {
    font-size: 1.3rem;
    line-height: 2.8;
  }
}
@media screen and (min-width: 768px) {
  .conceptArea__heading + .conceptArea__txt {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptArea__heading + .conceptArea__txt {
    margin-top: 2.1rem;
  }
}
.conceptArea__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.conceptArea__bg .photo {
  height: 100%;
  width: 100%;
}
.conceptArea__bg .photo__pic, .conceptArea__bg .photo__image {
  height: 100%;
  width: 100%;
}
.conceptArea__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.guidanceArea {
  clip-path: inset(0);
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.guidanceArea__fix {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.guidanceArea__bg {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.guidanceArea__bg .photo {
  height: 100%;
  width: 100%;
}
.guidanceArea__bg .photo__pic, .guidanceArea__bg .photo__image {
  height: 100%;
  width: 100%;
}
.guidanceArea__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.guidanceArea__item {
  position: relative;
  z-index: 2;
}

.guidanceCont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceCont {
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .guidanceCont__spScrollWrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__spScrollWrap {
    height: 200vh;
    position: relative;
    z-index: 1;
  }
}
.guidanceCont__bgWrap {
  height: 100vh;
  left: 0;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 768px) {
  .guidanceCont__bgWrap {
    width: 50%;
  }
}
.guidanceCont__visuals {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.guidanceCont__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .guidanceCont__head {
    bottom: 10rem;
    gap: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__head {
    bottom: 9rem;
    gap: 2.3rem;
  }
}
.guidanceCont__ttl {
  display: block;
  font-feature-settings: normal;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.guidanceCont__ttl .t {
  display: inline-block;
  opacity: 0;
  text-box: trim-both text;
  transform: translateY(2rem);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.guidanceCont__ttl .t.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .guidanceCont__ttl .t {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.guidanceCont__subTtl {
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .guidanceCont__subTtl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__subTtl {
    font-size: 1.6rem;
  }
}
.guidanceCont__subTtl.is-visible {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .guidanceCont__subTtl {
    opacity: 1;
    transition: none;
  }
}
.guidanceCont__visual {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.guidanceCont__visual .photo {
  height: 100%;
  width: 100%;
}
.guidanceCont__visual .photo__pic, .guidanceCont__visual .photo__image {
  height: 100%;
  width: 100%;
}
.guidanceCont__visual .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.guidanceCont__visual--first {
  z-index: 2;
}
.guidanceCont__visual--second {
  z-index: 1;
}
.guidanceCont__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceCont__body {
    min-height: 300vh;
    padding: 150vh 10rem 14rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__body {
    padding: 10rem 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceCont__summary > .photo {
    margin: 0 auto;
    width: 47rem;
  }
}
.guidanceCont__summary .usableList__inner {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .guidanceCont__summary .usableList__item {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__summary .usableList__item {
    width: 17.4rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceCont__summary .usableList__item:nth-child(2) {
    margin-left: -3rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__summary .usableList__item:nth-child(2) {
    margin-left: -2.2rem;
    margin-top: 8.4rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceLead + .guidanceCont__summary {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceLead + .guidanceCont__summary {
    margin-top: 5.6rem;
  }
}
.guidanceCont__btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .guidanceCont__btn {
    margin: 12rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCont__btn {
    margin: 5.6rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .guidanceCont--rev {
    flex-direction: row-reverse;
  }
}

.guidanceLead {
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .guidanceLead {
    font-size: 1.6rem;
    line-height: 3.4;
  }
}
@media screen and (max-width: 767px) {
  .guidanceLead {
    font-size: 1.3rem;
    line-height: 2.4;
    text-align: center;
  }
}
.guidanceLead .t {
  display: inline-block;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0;
}
.guidanceLead .t.sai-animate {
  animation: 10s mask-animation cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .guidanceLead .t {
    -webkit-mask: none;
            mask: none;
    opacity: 1;
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  99% {
    -webkit-mask-size: 500% auto;
            mask-size: 500% auto;
    opacity: 1;
  }
  100% {
    -webkit-mask: none;
            mask: none;
    opacity: 1;
  }
}
.guidanceCard {
  position: relative;
  z-index: 1;
}
.guidanceCard__ttl {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.12em;
  position: absolute;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .guidanceCard__ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCard__ttl {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.guidanceCard__ttl[data-position=bottom] {
  left: 0;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .guidanceCard__ttl[data-position=bottom] {
    padding-top: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCard__ttl[data-position=bottom] {
    padding-top: 1rem;
  }
}
.guidanceCard__ttl[data-position=top] {
  bottom: 100%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .guidanceCard__ttl[data-position=top] {
    padding-bottom: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceCard__ttl[data-position=top] {
    padding-bottom: 1rem;
  }
}

.guidanceLink {
  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;
}
.guidanceLink::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%;
}
.guidanceLink__inner {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  text-box: trim-both cap alphabetic;
  z-index: 1;
}
@media (hover: hover) {
  .guidanceLink:hover {
    box-shadow: 0 1.2rem 2.4rem rgba(72, 58, 51, 0.35);
    transform: translateY(-0.2rem);
  }
  .guidanceLink:hover::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

@media screen and (min-width: 768px) {
  .guidanceIndicator {
    height: calc(100% - 8rem);
    padding-bottom: 8rem;
    position: absolute;
    right: 6rem;
    top: 8rem;
    width: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .guidanceIndicator {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .guidanceIndicator__track {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    justify-content: flex-start;
    position: sticky;
    top: 8rem;
  }
}
.guidanceIndicator__item {
  background-color: #87775e;
  height: 3rem;
  width: 0.2rem;
}
.guidanceIndicator__item.is-current {
  height: 4rem;
  width: 0.6rem;
}

@media screen and (min-width: 768px) {
  .planVariation {
    padding: 16rem 0 20rem;
  }
}
.planVariation__ttl {
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .planVariation__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .planVariation__ttl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .planVariation__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 123.4rem;
  }
}
@media screen and (min-width: 768px) {
  .planVariation__head + .planVariation__cont {
    margin-top: 8rem;
  }
}

.residenceSummary {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .residenceSummary {
    height: 35.3rem;
  }
}
@media screen and (max-width: 767px) {
  .residenceSummary {
    height: 24.6rem;
  }
}
.residenceSummary .photo {
  height: 100%;
  width: 100%;
}
.residenceSummary .photo__pic, .residenceSummary .photo__image {
  height: 100%;
  width: 100%;
}
.residenceSummary .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  transition: object-position 8s ease-in-out;
  transition: object-position 8s ease-in-out, -o-object-position 8s ease-in-out;
}
.residenceSummary.sai-animate .photo__image {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
/*# sourceMappingURL=style.css.map */
