<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 769px) {
  .guidanceArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .guidanceArea {
    overflow: hidden;
    padding: 0 40px;
  }
}

.guidanceArea .photo__image {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .guidanceArea__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .guidanceArea__item + .guidanceArea__item {
    margin-top: 64px;
  }
}

.guidanceArea__item:nth-child(1) .guidanceArea__head {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .guidanceArea__item:nth-child(1) .guidanceArea__head {
    text-align: right;
  }
}

.guidanceArea__item:nth-child(1) .guidanceArea__ttl {
  right: 100%;
}

@media (max-width: 768px) {
  .guidanceArea__item:nth-child(1) .guidanceCard {
    left: -40px;
  }
}

.guidanceArea__item:nth-child(1) .guidanceCard__desc {
  right: 0;
}

@media (max-width: 768px) {
  .guidanceArea__item:nth-child(1) .guidanceCard__bg .photo__capIn {
    left: 5px;
    right: unset;
  }
}

.guidanceArea__item:nth-child(2) .guidanceArea__head {
  margin-right: auto;
}

.guidanceArea__item:nth-child(2) .guidanceArea__ttl {
  left: 100%;
}

.guidanceArea__item:nth-child(2) .guidanceCard__desc {
  left: 0;
  text-align: right;
}

.guidanceArea__item:nth-child(2) .guidanceCard__dir {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.guidanceArea__item:nth-child(2) .guidanceCard__dir .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.guidanceArea__head {
  position: relative;
}

@media screen and (min-width: 769px) {
  .guidanceArea__head {
    min-width: 452px;
    width: calc(452 / 680 * 100%);
  }
}

@media (max-width: 768px) {
  .guidanceArea__head {
    width: 278.5px;
  }
}

.guidanceArea__ttl {
  color: #666666;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: .05em;
  line-height: .8;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media screen and (min-width: 769px) {
  .guidanceArea__ttl {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .guidanceArea__ttl {
    font-size: 24px;
  }
}

.guidanceArea__txt {
  line-height: 2;
  letter-spacing: .05em;
}

.guidanceArea__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.guidanceArea__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.guidanceArea__txt:before, .guidanceArea__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .guidanceArea__txt {
    font-size: 14px;
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .guidanceArea__txt {
    font-size: 12px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .guidanceArea__body {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .guidanceArea__body {
    margin-top: 24px;
  }
}

.guidanceCard {
  color: #cccccc;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .guidanceCard {
    width: 336px;
  }
}

@media screen and (min-width: 769px) {
  .guidanceCard:hover .guidanceCard__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .guidanceCard:hover .guidanceCard__dir {
    background-color: #941935;
  }
}

@media (hover: hover) and (pointer: fine) {
  .guidanceCard:hover .guidanceCard__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .guidanceCard:hover .guidanceCard__dir {
    background-color: #941935;
  }
}

.guidanceCard__bg {
  overflow: hidden;
}

.guidanceCard__bg .photo__image {
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
  will-change: filter,transform;
}

.guidanceCard__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .guidanceCard__desc {
    gap: 20px;
    width: 320px;
  }
}

@media (max-width: 768px) {
  .guidanceCard__desc {
    gap: 10px;
  }
}

.guidanceCard__name {
  letter-spacing: .2em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .guidanceCard__name {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .guidanceCard__name {
    font-size: 14px;
    padding: 0 20px;
  }
}

.guidanceCard__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(148, 25, 53, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: .05em;
  line-height: .7;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media screen and (min-width: 769px) {
  .guidanceCard__dir {
    font-size: 14px;
    gap: 70px;
    height: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .guidanceCard__dir {
    font-size: 10px;
    height: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}

.guidanceCard__dir .arrow {
  aspect-ratio: 12 / 11;
  display: block;
  stroke: currentColor;
}

@media screen and (min-width: 769px) {
  .guidanceCard__dir .arrow {
    width: 12px;
  }
}

@media (max-width: 768px) {
  .guidanceCard__dir .arrow {
    width: 12px;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__head {
    width: 460px;
  }
}

@media (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 36px;
  }
}

.introductionSect__head .distance {
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .introductionSect__head .distance {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .introductionSect__head .distance {
    font-size: 18px;
    margin-top: 10px;
  }
}

.introductionSect__head .distance .en {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: .15em;
}

@media screen and (min-width: 769px) {
  .introductionSect__head .distance .en .strong {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .introductionSect__head .distance .en .strong {
    font-size: 30px;
  }
}

.introductionSect__head .distance .bukken {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .introductionSect__head .distance .bukken {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .introductionSect__head .distance .bukken {
    font-size: 14px;
  }
}

.introductionSect__heading {
  letter-spacing: .08em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .introductionSect__heading {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .introductionSect__heading {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__heading + .introductionSect__heading {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .introductionSect__heading + .introductionSect__heading {
    margin-top: 28px;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__heading + .photo {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .introductionSect__heading + .photo {
    margin-top: 28px;
  }
}

.introductionSect__heading .small {
  display: block;
}

@media screen and (min-width: 769px) {
  .introductionSect__heading .small {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .introductionSect__heading .small {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__heading .large {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .introductionSect__heading .large {
    font-size: 23px;
  }
}

.introductionSect__heading .en {
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .introductionSect__heading .en .strong {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .introductionSect__heading .en .strong {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__inner + .photo {
    margin-top: 20px;
    width: 400px;
  }
}

@media (max-width: 768px) {
  .introductionSect__inner + .photo {
    margin-top: 28px;
  }
}

@media screen and (min-width: 769px) {
  .introductionSect__cont {
    width: 560px;
  }
}

@media (max-width: 768px) {
  .introductionSect__cont {
    margin: 0 -40px;
  }
}

.mainVisual {
  opacity: 0;
  position: relative;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  width: 100%;
}

.mainVisual.is-loaded {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .mainVisual.is-loaded .mainVisual__pic {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media (max-width: 768px) {
  .mainVisual.is-loaded .mainVisual__pic {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.mainVisual__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .mainVisual__inner {
    height: auto !important;
  }
}

.mainVisual__inner .caption {
  left: 5px;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .mainVisual__inner .caption {
    bottom: 5px;
  }
}

@media (max-width: 768px) {
  .mainVisual__inner .caption:first-of-type {
    bottom: calc(580 / 750 * 100vw);
    color: #000000;
    text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
  }
}

.mainVisual__inner .caption + .caption {
  left: unset;
  right: 5px;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .mainVisual__inner .caption + .caption {
    bottom: 5px;
  }
}

@media (max-width: 768px) {
  .mainVisual__inner .caption + .caption {
    bottom: 5px;
  }
}

.mainVisual__pic {
  display: block;
  height: 100%;
  opacity: 0;
  position: relative;
  -webkit-transition: -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63), -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
}

@media (max-width: 768px) {
  .mainVisual__pic {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

.mainVisual__image {
  width: 100%;
}

.pagelink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 5px 10px #333333);
          filter: drop-shadow(0 5px 10px #333333);
  font-family: "Libre Caslon Display", serif;
  font-size: calc((48 / 1440) * 100vw);
  height: 100%;
  letter-spacing: .05em;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .pagelink {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .pagelink {
    font-size: calc((48 / 750) * 100vw);
    height: calc((570 / 750) * 100vw);
    width: 100%;
  }
}

.pagelink .arrow {
  position: relative;
}

.pagelink .arrow:after {
  background-size: 100% 100%;
  content: '';
  -webkit-filter: drop-shadow(0 5px 10px #333333) drop-shadow(0 5px 5px rgba(51, 51, 51, 0.5));
          filter: drop-shadow(0 5px 10px #333333) drop-shadow(0 5px 5px rgba(51, 51, 51, 0.5));
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}

@media (max-width: 768px) {
  .pagelink .arrow:after {
    height: calc(19 / 750 * 100vw);
    width: calc(14 / 750 * 100vw);
  }
}

.pagelink[data-page='terrace'] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  padding-left: calc((50 / 1440) * 100vw);
}

@media (max-width: 768px) {
  .pagelink[data-page='terrace'] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: calc(64 / 750 * 100vw);
    padding-left: 0;
    padding-right: calc((70 / 750) * 100vw);
    top: 0;
  }
}

.pagelink[data-page='terrace'] .arrow:after {
  background-image: url("../common/imgs/icon-btnArrow-white-rev.svg");
  left: calc((-30 / 1440) * 100vw);
}

@media (max-width: 768px) {
  .pagelink[data-page='terrace'] .arrow:after {
    left: auto;
    right: calc((-80 / 1440) * 100vw);
    top: calc(18 / 750 * 100vw);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.pagelink[data-page='front'] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: calc((50 / 1440) * 100vw);
  right: 0;
  text-align: right;
}

@media (max-width: 768px) {
  .pagelink[data-page='front'] {
    bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: calc((70 / 750) * 100vw);
    padding-right: 0;
    padding-top: calc(64 / 750 * 100vw);
    top: auto;
  }
}

.pagelink[data-page='front'] .arrow:after {
  background-image: url("../common/imgs/icon-btnArrow-white.svg");
  right: calc((-30 / 1440) * 100vw);
}

@media (max-width: 768px) {
  .pagelink[data-page='front'] .arrow:after {
    left: calc((-80 / 1440) * 100vw);
    right: auto;
    top: calc(18 / 750 * 100vw);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.pagelink.is-active {
  pointer-events: auto;
}

.visualBlk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 768px) {
  .visualBlk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.visualBlk__item {
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.07, 0.72, 0.51, 1.01) 0.3s, -webkit-clip-path 0.8s cubic-bezier(0.03, 0.43, 0.24, 0.98);
  transition: 1s cubic-bezier(0.07, 0.72, 0.51, 1.01) 0.3s, -webkit-clip-path 0.8s cubic-bezier(0.03, 0.43, 0.24, 0.98);
  transition: 1s cubic-bezier(0.07, 0.72, 0.51, 1.01) 0.3s, clip-path 0.8s cubic-bezier(0.03, 0.43, 0.24, 0.98);
  transition: 1s cubic-bezier(0.07, 0.72, 0.51, 1.01) 0.3s, clip-path 0.8s cubic-bezier(0.03, 0.43, 0.24, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.03, 0.43, 0.24, 0.98);
  width: 100%;
}

.visualBlk__item[data-page='terrace'] {
  left: 0;
  z-index: 1;
}

.visualBlk__item[data-page='terrace'].is-shrink .visualBlk__img:after {
  opacity: 1;
}

@media (max-width: 768px) {
  .visualBlk__item[data-page='terrace'].is-big img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.visualBlk__item[data-page='front'] {
  -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
          clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
  right: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .visualBlk__item[data-page='front'] {
    -webkit-clip-path: polygon(0 59%, 100% 44%, 100% 100%, 0% 100%);
            clip-path: polygon(0 59%, 100% 44%, 100% 100%, 0% 100%);
  }
}

.visualBlk__item[data-page='front'].is-shrink {
  -webkit-clip-path: polygon(75% 0, 100% 0%, 100% 100%, 55% 100%);
          clip-path: polygon(75% 0, 100% 0%, 100% 100%, 55% 100%);
}

@media (max-width: 768px) {
  .visualBlk__item[data-page='front'].is-shrink {
    -webkit-clip-path: polygon(0 68%, 100% 53%, 100% 100%, 0% 100%);
            clip-path: polygon(0 68%, 100% 53%, 100% 100%, 0% 100%);
  }
}

.visualBlk__item[data-page='front'].is-shrink .visualBlk__img:after {
  opacity: 1;
}

.visualBlk__item[data-page='front'].is-big {
  -webkit-clip-path: polygon(40% 0, 100% 0%, 100% 100%, 20% 100%);
          clip-path: polygon(40% 0, 100% 0%, 100% 100%, 20% 100%);
}

@media (max-width: 768px) {
  .visualBlk__item[data-page='front'].is-big {
    -webkit-clip-path: polygon(0 50%, 100% 35%, 100% 100%, 0% 100%);
            clip-path: polygon(0 50%, 100% 35%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 768px) {
  .visualBlk__item[data-page='front'].is-big img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.visualBlk__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}

.visualBlk__img:after {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.07, 0.72, 0.51, 1.01);
  transition: 1s cubic-bezier(0.07, 0.72, 0.51, 1.01);
  width: 100%;
  z-index: 1;
}

.visualBlk__img img {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.lp-intro {
  background-color: #1c2027;
  color: #cccccc;
}

@media screen and (min-width: 769px) {
  .lp-intro {
    padding: 160px 0 120px;
  }
}

@media (max-width: 768px) {
  .lp-intro {
    padding: 80px 0 60px;
  }
}

.lp-guidance {
  background-color: #23262b;
  color: #cccccc;
}

@media screen and (min-width: 769px) {
  .lp-guidance {
    padding: 120px 0;
  }
}

@media (max-width: 768px) {
  .lp-guidance {
    padding: 60px 0;
  }
}
</pre></body></html>