<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* body{
  filter: blur(10px);
  opacity: 0;
  transition: filter .4s .1s ease, opacity .2s ease;
}
body.loaded{
  filter: blur(0);
  opacity: 1;
} */

sup {
  top: -1em;
  font-size: 50%;
}

@media screen and (min-width: 768px) {
  .currentPage {
    min-width: 0;
  }
}

/* mainVisual
---------------------------------------------- */
.mainVisual {
  filter: blur(10px);
  /* opacity: 0; */
  background-color: rgb(106 146 214 / 0.1);
  transition: filter 1s 0.2s ease, background-color 0.5s ease;
}
.mainVisual.dom {
  filter: blur(0);
  background-color: rgb(106 146 214 / 0);
  opacity: 1;
}
.mvMovieWrap {
  position: relative;
  width: 100vw;
  height: 0;
  /* height: 100vh; */
  /* height: 100dvh; */
  padding-top: 56.25%;
  overflow: hidden;
}
.mvMovieWrap video,
.mvMovieWrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* min-width: 100%; */
  /* min-height: 100%; */
  transform: translate(-50%, -50%);
}

.mv-playerMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.mainVisual__txt {
  position: absolute;
  top: 27%;
  left: 8%;
  width: calc(562 / 1920 * 100%);
  opacity: 0;
  transform: translateY(10%);
  transition: 1.5s 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
}
.mainVisual.dom .mainVisual__txt {
  opacity: 1;
  transform: translateY(0);
}

.mainVisual .p-caption {
  bottom: 125px;
  right: 3%;
  background-color: transparent;
  text-shadow: 3px 0px 15px rgba(0 0 0 / .5), 0px 3px 15px rgba(0 0 0 / .5), -3px 0px 15px rgba(0 0 0 / .5), 0px -3px 15px rgba(0 0 0 / .5), -3px -3px 15px rgba(0 0 0 / .5), 3px 3px 15px rgba(0 0 0 / .5);
}

@media screen and (max-width: 1200px) {
  .mainVisual .p-caption {
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .mvMovieWrap {
    /* height: calc(100vh - 46px); */
    /* height: calc(100svh - 46px); */
    /* height: 0; */
    padding-top: calc(640 / 480 * 100%);
  }
  .mvMovieWrap video,
  .mvMovieWrap iframe {
    /* height: 100%; */
  }

  .mainVisual__txt {
    top: 20%;
    left: 7.5%;
    width: 230px;
  }
}

/* concept
---------------------------------------------- */
.concept {
  position: relative;
  padding-top: 250px;
  /* padding-block: 350px; */
  /* padding-top: 600px; */
}
.concept::before,
.concept::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept::before {
  background: url(../imgs/home/bg_concept.jpg) center/cover no-repeat;
}
.concept::after {
  background-color: #86abe2;
  mix-blend-mode: screen;
}

.concept__ttl {
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  left: 0;
  /* transform: translateY(-50%); */
  /* height: 200%; */
  /* font-size: clamp(40px, -9.4rem + 24.76vw, 221px); */
  font-size: clamp(200px, 11.12rem + 2.87vw, 221px);
  color: #fff;
  transition: 2s ease;
  /* text-align: center; */
  text-align: right;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}

.conceptBox {
  position: relative;
  max-width: 1758px;
  z-index: 1;
}
.concept__copy {
  color: #4882c3;
  font-size: clamp(64px, 2.5rem + 3.13vw, 100px);
  line-height: 1.4;
  margin-left: 10%;
}

.concept__txt {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 2.85;
  margin-top: 25%;
  padding-left: 10%;
}

/* meritBox */
.meritBox {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.meritBoxList {
  flex-wrap: nowrap;
  position: relative;
  max-width: 1758px;
  /* -webkit-backdrop-filter: blur(50px) brightness(120%); */
  /* backdrop-filter: blur(50px) brightness(120%); */
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 252, 0.91) 14.93%, rgba(238, 241, 243, 0.82) 30.4%, rgba(218, 225, 229, 0.72) 46.13%, rgba(189, 201, 209, 0.63) 62.04%, rgba(151, 170, 183, 0.53) 78.08%, rgba(106, 133, 151, 0.44) 94.02%, rgba(87, 118, 138, 0.4) 100%); */
  padding-block: min(calc(50 / 1758 * 100%), 50px);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s ease-out;
  z-index: 0;
}
.loaded .meritBoxList {
  opacity: 1;
  transform: translateY(0);
}
.meritBoxList::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(214 220 231 / 0.2); */
  background: url(../imgs/home/bg_merit.jpg) center/cover no-repeat;
  /* mix-blend-mode: screen; */
  z-index: -1;
}
.meritBoxList::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 252, 0.91) 14.93%, rgba(238, 241, 243, 0.82) 30.4%, rgba(218, 225, 229, 0.72) 46.13%, rgba(189, 201, 209, 0.63) 62.04%, rgba(151, 170, 183, 0.53) 78.08%, rgba(106, 133, 151, 0.44) 94.02%, rgba(87, 118, 138, 0.4) 100%);
  padding-block: min(calc(50 / 1758 * 100%), 50px);
  z-index: -1;
}
.meritBoxList &gt; li {
  position: relative;
  width: calc(100% / 4);
  padding: 1em;
  text-align: center;
  z-index: 0;
}
.meritBoxList &gt; li + li::before,
.meritBoxList &gt; li + li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  z-index: 1;
}
.meritBoxList &gt; li + li::before {
  left: -0.5px;
  background-color: #fff;
}
.meritBoxList &gt; li + li::after {
  left: 0.5px;
  background-color: #abd5fe;
}
.meritBoxList__ttl {
  color: #fff;
  font-size: clamp(20px, -2.5rem + 5vw, 40px);
}
.meritBoxList__txt {
  color: #2c6da4;
  font-size: clamp(18px, 0.6rem + 0.69vw, 23px);
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1em;
}

/* info-holiday */
.info-holiday{
  position: relative;
	max-width: 850px;
	background: #fff;
	border: 1px solid;
	color: #b52d44;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.78;
	margin: -150px auto 60px;
	padding: 2em 20px;
	text-align: center;
  z-index: 1;
}
.info-holiday__link{
	display: block;
	margin-top: 1em;
	text-decoration: underline;
}
.info-holiday__note{
	display: block;
	margin-top: 1em;
}

/* actionArea */
.actionArea {
  /* position: absolute;
  top: 13vw;
  left: 50%;
  transform: translateX(-50%); */
  max-width: 1758px;
  /* background-color: #fff; */
  /* box-shadow: 5px 5px 5px rgba(132 169 224 / .3); */
  /* padding: 15px; */
  z-index: 2;
}

.actionArea__inner {
  position: relative;
  /* padding: 40px calc(40 / 1728 * 100%); */
  z-index: 0;
}
/* .actionArea__inner::before,
.actionArea__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.actionArea__inner::before {
  background: url(../imgs/home/bg_action.png) center/cover no-repeat;
  z-index: -2;
}
.actionArea__inner::after {
  background: linear-gradient(0deg, rgba(207, 232, 255, 1) 0%, rgba(218, 237, 255, 1) 12.27%, rgba(238, 247, 255, 1) 42.1%, rgba(251, 253, 255, 1) 71.56%, rgba(255, 255, 255, 1) 100%);
  z-index: -3;
} */

.actionArea__txt {
  font-size: clamp(24px, 0.45rem + 2.19vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.actionArea__txt + .actionArea__txt {
  margin-top: 1em;
}

.actionArea__txt--bottom {
  line-height: 1.8;
  margin-top: 60px;
}

.actionArea__btnBox {
  margin-top: 50px;
  gap: 20px 40px;
}
.residenceClub + .actionArea__btnBox {
  margin-top: 100px;
}
.actionArea__btnWrap {
  width: 100%;
  max-width: 480px;
  /* margin-inline: auto; */
}
.actionArea__btn {
  width: 100%;
  padding: 1.5em 2em;
  text-align: center;
}
.actionArea__btn._entry {
  padding-left: 8.5em;
}
.actionArea__btn._limited {
  padding-left: 11em;
}
.actionArea__btn .ja {
  font-size: 20px;
}
.actionArea__btn .circleDeco {
  width: 40px;
  height: 40px;
}
.actionArea__btnNote {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 1em;
  text-align: center;
}

.actionPrice {
  max-width: 900px;
  /* border-top: 1px solid #4882C3; */
  border-bottom: 1px solid #4882C3;
  /* margin-top: 40px; */
  margin-inline: auto;
  padding-bottom: 80px;
}
* + .actionPrice {
  padding-top: 60px;
}

.actionPrice__price {
  width: calc(744 / 900 * 100%);
  margin-top: 40px;
  margin-inline: auto;
  text-align: center;
}
.actionPrice__price + .actionPrice__price {
  border-top: 1px solid #b9d8ef;
  margin-top: 30px;
  padding-top: 30px;
}

.actionPrice__note {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: 1.5em;
  text-align: center;
}

.residenceClub {
  margin-top: 100px;
  margin-inline: auto;
}

.residenceClub__copy {
  font-size: clamp(18px, 0.47rem + 1.37vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

.residenceClub__bnr {
  max-width: 640px;
  margin-top: 40px;
  margin-inline: auto;
}

/* riverView */
.riverView {
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

.riverView__link {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.riverViewBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.riverView__title {
  width: min(24vw, 471px);
  margin-inline: auto;
}
.riverView__copy {
  font-size: clamp(23px, 0.64rem + 1.65vw, 42px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.riverView__btn {
  justify-content: center;
  margin-top: 50px;
}
.riverView__btn .link__txt {
  font-size: 24px;
  color: #fff;
}
.riverView__btn .link__txt::after {
  content: none;
}
.riverView__btn .link__circle {
  width: 45px;
  height: 45px;
  background-color: rgb(255 255 255 / .16);
}
.riverView__btn .link__circle::before {
  background-color: #fff;
}
.riverView__btn .link__circle::after {
  background-color: rgb(0 0 0 / .2);
}

.riverView__bg {
  height: 100%;
}
.riverView__bg img {
  display: block;
  height: 100%;
  object-fit: cover;
}

/* gridContents */
.gridContents {
  position: relative;
  height: 400vh;
  /* margin-top: 100px; */
  z-index: 1;
}
.gridContents::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../imgs/home/bg_contents.jpg) center/cover no-repeat;
  mix-blend-mode: hard-light;
  z-index: -1;
}

.gridContents__inner {
  display: grid;
  place-content: center;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: clip;
}

.gridContentsListWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: calc(100 / 2000 * 100%);
  width: 104.16667vw;
  height: 100vh;
  z-index: 0;
}
.gridContentsListWrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .65);
  z-index: 1;
}

.gridContentsList {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 10vh;
}

.gridContentsList &gt; li {
  position: relative;
  overflow: clip;
  box-shadow: 0 30px 10px rgba(0 0 0 / .3);
  z-index: 0;
}

.gridContentsList &gt; li img {
  object-fit: cover;
}
.gridContentsList &gt; li .p-caption {
  transform-origin: right bottom;
}

.gridContents__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(25px, 0.12rem + 3.01vw, 47px);
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  transition: .6s ease;
  z-index: 1;
}
.gridContents__text--02 {
  opacity: 0;
  transform: translate(-50%, -40%);
}

.gridContents__text.is-active {
  opacity: 0;
  transform: translate(-50%, -60%);
}
.gridContents__text--02.is-active {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.gridContents__text .small {
  font-size: 51.06%;
  letter-spacing: 0.05em;
}

/* stationArea */
.stationArea {
  position: relative;
  z-index: 0;
}
.stationArea__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  font-size: clamp(25px, 0.12rem + 3.01vw, 47px);
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: .6s ease;
  z-index: 1;
}
.stationArea__copy.inview {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* topicArea */
.topicArea {
  position: relative;
  margin-top: calc(-90 / 1920 * 100%);
  transition: .6s cubic-bezier(0, 0, 0, 0.94);
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
.topicArea.inview {
  clip-path: inset(0);
}

.topicContents {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.topicBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.topicBoxBox__inner {
  column-gap: calc(80 / 1420 * 100%);
  animation-delay: .3s;
}

.topicBoxBody {
  color: #fff;
  margin-top: calc(70 / 960 * 100%);
}

.topicBoxBody__link {
  justify-content: center;
  margin-top: calc(120 / 960 * 100%);
}
.topicBoxBody__link .link__txt {
  color: #fff;
  font-size: clamp(16px, 0.67rem + 0.7vw, 24px);
  line-height: 1.6;
}
.topicBoxBody__link .link__txt::after {
  content: none;
}

.topicBoxBody__link .link__circle {
  width: 45px;
  height: auto;
  aspect-ratio: 1;
  background-color: rgb(255 255 255 / .16);
}
.topicBoxBody__link .link__circle::before {
  background-color: #fff;
}
.topicBoxBody__link .link__circle::after {
  background-color: rgb(0 0 0 / .16);
}

/* minamoa */
.minamoa .topicBox__logo {
  width: calc(250 / 960 * 100%);
  margin-inline: auto;
}
.minamoa .topicBox__copy {
  font-size: clamp(25px, 0.69rem + 1.82vw, 46px);
  letter-spacing: 0.1em;
  text-align: center;
}

/* station */
.station .topicBox__logo {
  width: calc(345 / 960 * 100%);
  margin-inline: auto;
}
.station .topicBox__copy {
  width: calc(497 / 960 * 100%);
  margin-inline: auto;
}
.station .topicBoxBody {
  margin-top: calc(60 / 960 * 100%);
}

/* backdrop-filter未対応ブラウザのフォールバック */
@supports not ((-webkit-backdrop-filter: blur(50px) brightness(120%)) or (backdrop-filter: blur(50px) brightness(120%))) {
  .meritBoxList {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media (hover: hover) and (pointer: fine) {
  .riverView__link:hover .riverView__btn .circleDeco::before,
  .topicContents__link:hover .circleDeco::before {
    width: 100%;
    height: 100%;
  }
  .riverView__link:hover .riverView__btn .circleDeco::after,
  .topicContents__link:hover .circleDeco::after {
    transform: scale(1);
  }

  /* .topicContents__link:hover .topicContents__bg {
    transform: scale(1.1);
  } */
}

@media screen and (min-width: 769px) {
  .riverView {
    height: 200vh;
  }

  .riverView__link {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}

@media screen and (max-width: 1200px) {
  .concept {
    padding-top: 0;
  }
  .conceptBox {
    margin-top: 40px;
  }
  .concept__txt {
    margin-top: 10%;
  }

  /* meritBox */
  .meritBox {
    position: relative;
    inset: auto;
    transform: translateX(0);
    z-index: 1;
  }
  .meritBoxList {
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0 32 97 / 0.15);
  }
  .meritBoxList::before {
    background: none;
  }
  .meritBoxList::after {
    content: none;
  }
  .meritBoxList__ttl {
    color: rgb(71 128 195 / 0.6);
  }
  .meritBoxList__txt {
    font-size: clamp(14px, 0.43rem + 0.93vw, 18px);
  }

  /* info-holiday */
  .info-holiday {
    width: 55%;
    margin-top: 100px;
  }

  /* actionArea */
  .actionArea {
    position: relative;
    inset: auto;
    transform: translateX(0);
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px)  and (max-width: 960px) {
  .meritBoxList__ttl {
    font-size: 16px;
  }

  .topicBoxBody__link .link__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .concept {
    padding-top: 20px;
  }
  .concept::before {
    background-image: url(../imgs/home/bg_concept_sp.jpg);
  }
  .concept::after {
    content: none;
  }

  .concept__ttl {
    position: static;
    transform: translateY(0);
    width: calc(300 / 375 * 100%);
    height: auto;
    font-size: 40px;
    margin: 120px auto 0;
    text-align: left;
    text-shadow: 0 0 15px rgb(106 146 214 / 0.5);
    writing-mode: horizontal-tb;
  }

  .conceptBox {
    display: block;
    width: calc(300 / 375 * 100%);
    margin-top: 40px;
  }
  .concept__copy {
    font-size: 56px;
    margin-left: 0;
  }

  .concept__txt {
    line-height: 2.25;
    margin-top: 15%;
    padding-left: 0;
    text-align: justify;
  }

  /* meritBox */
  .meritBoxList {
    flex-wrap: wrap;
    width: min(calc(340 / 375 * 100%), 400px);
    padding-block: 50px;
  }
  .meritBoxList &gt; li {
    width: 100%;
    padding: 3.5em 1em;
  }
  .meritBoxList &gt; li:first-child {
    padding-top: 0;
  }
  .meritBoxList &gt; li:last-child {
    padding-bottom: 0;
  }
  .meritBoxList &gt; li + li::before,
  .meritBoxList &gt; li + li::after {
    transform: translateX(-50%);
    width: 180px;
    height: 1px;
  }
  .meritBoxList &gt; li + li::before {
    top: -0.5px;
    left: 50%;
  }
  .meritBoxList &gt; li + li::after {
    top: 0.5px;
    left: 50%;
  }
  .meritBoxList__txt {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 0.5em;
  }

  /* info-holiday */
	.info-holiday{
    width: calc(340 / 375 * 100%);
		font-size: 11px;
		margin-block: 30px 40px;
    padding-inline: 15px;
	}

  /* actionArea */
  .actionArea {
    width: calc(340 / 375 * 100%);
    max-width: 560px;
    margin-top: 40px;
  }

  .actionArea__inner {
    /* padding: 40px calc(10 / 360 * 100%); */
  }
  .actionArea__inner::before {
    background-image: url(../imgs/home/bg_action_sp.png);
  }

  .actionArea__txt {
    font-size: 20px;
  }

  .actionArea__txt--bottom {
    font-size: 20px;
    margin-top: 30px;
  }

  .actionArea__btnBox {
    margin-top: 30px;
  }
  .residenceClub + .actionArea__btnBox {
    margin-top: 50px;
  }
  .actionArea__btnWrap {
    max-width: 280px;
  }
  .actionArea__btn {
    padding-block: 1em;
  }
  .actionArea__btn._entry,
  .actionArea__btn._limited {
    padding-left: 2em;
  }
  .actionArea__btn .ja {
    font-size: 16px;
  }
  .actionArea__btn .circleDeco {
    width: 30px;
    height: 30px;
  }
  .actionArea__btn .circleDeco::before {
    width: 5px;
    height: 5px;
  }

  .actionArea__btnNote {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .actionPrice {
    max-width: 560px;
    /* margin-top: 25px; */
    padding-bottom: 40px;
  }
  .actionPrice + .actionPrice {
    padding-top: 30px;
  }

  .actionPrice .actionArea__txt {
    font-size: 20px;
  }

  .actionPrice__price {
    width: 100%;
    max-width: 340px;
    margin-top: 25px;
    padding-inline: 20px;
  }
  .actionPrice__price + .actionPrice__price {
    margin-top: 15px;
    padding-top: 15px;
  }

  .actionPrice__note {
    font-size: 12px;
    margin-top: 3em;
  }

  .residenceClub {
    max-width: 560px;
    margin-top: 50px;
  }

  /* riverView */
  .riverView {
    margin-top: 80px;
  }

  .riverView__title {
    width: 247px;
  }
  .riverView__copy {
    margin-top: 10px;
  }
  .riverView__btn {
    column-gap: 15px;
    margin-top: 30px;
  }
  .riverView__btn .link__txt {
    font-size: 17px;
  }
  .riverView__btn .link__circle {
    width: 36px;
    height: 36px;
  }
  .riverView__btn .link__circle::before {
    width: 3.6px;
    height: 3.6px;
  }

  /* .gridContents */
  .gridContents {
    /* margin-top: 80px; */
  }

  .gridContentsListWrap {
    column-gap: calc(40 / 822 * 100%);
    width: 218.9334vw;
  }

  /* topicArea */
  .topicArea {
    margin-top: -15vh;
    clip-path: inset(0);
  }

  .topicContents {
    width: 100%;
    overflow: revert;
  }

  .topicBoxBody {
    margin-top: 35px;
  }

  .topicBoxBody__link {
    column-gap: 15px;
    justify-content: center;
    margin-top: 30px;
  }
  .topicBoxBody__link .link__txt {
    letter-spacing: 0.05em;
  }

  .topicBoxBody__link .link__circle {
    width: 36px;
  }
  .topicBoxBody__link .link__circle::before {
    width: 3.5px;
  }

  .topicContents__bg {
    transition: .6s cubic-bezier(0, 0, 0, 0.94);
    clip-path: inset(0 100% 0 0);
  }
  .topicContents.inview .topicContents__bg {
    clip-path: inset(0);
  }

  .topicContents__line {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
    z-index: 1;
  }

  .topicArea .v-move {
    top: -10px;
    height: 50px;
    background-color: #fff;
  }
  .topicArea .v-move::after {
    width: 5px;
    height: 5px;
    background-color: #fff;
  }

  /* minamoa */
  .minamoa .topicBox__logo {
    width: 103px;
  }
  .minamoa .topicBox__copy {
    letter-spacing: 0;
  }

  /* station */
  .station .topicBox__logo {
    width: 198px;
  }
  .station .topicBox__copy {
    width: 215px;
  }
}

/* picup
---------------------------------------------- */
.picupHead {
  position: relative;
  padding-block: clamp(160px, 0.8rem + 19.15vw, 300px);
  overflow: hidden;
  z-index: 0;
}
.picupHead::before,
.picupHead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picupHead::before {
  background: url(../imgs/home/bg_picup-head.jpg) center/cover no-repeat;
  z-index: -2;
}
.picupHead::after {
  background-color: #638bd3;
  mix-blend-mode: multiply;
  z-index: -1;
}
.picup__ttl {
  color: #fff;
  font-size: clamp(45px, 0.58rem + 4.64vw, 91px);
  text-align: center;
}

.picupHead__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  mix-blend-mode: soft-light;
  z-index: 0;
}

.picupHead .circleBox {
  position: absolute;
  top: 50%;
  left: calc(115 / 1920 * 100%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .picupHead .circleBox {
    position: static;
    transform: translateY(0);
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .picupHead__bg {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@media screen and (max-width: 768px) {
  .picupHead::before {
    background-image: url(../imgs/home/bg_picup-head_sp.jpg);
  }
  .picupHead::after {
    background-color: #86abe2;
  }
  .picup__ttl {
    font-size: 20px;
  }
  .picup__ttl .em {
    display: block;
    font-size: 370%;
  }

  .picupHead__bg {
    top: 75%;
    mix-blend-mode: screen;
  }
}

/* picupContents
---------------------------------------------- */
/* html,
html *,
body,
body *{
  overflow: initial;
} */
.picupContents {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  z-index: 0;
}
.picupImg {
  position: relative;
  width: 50%;
  z-index: 0;
}
.picupImg__list {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.picupImg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.picupImg__item:nth-of-type(n + 2) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 0;
  filter: blur(5px);
  transform: scale(1.2) rotateX(50deg);
  transform-origin: top;
  will-change: height;
}

.picupImg__item .photo {
  height: 100vh;
}
.picupImg__item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
}

.picupBody {
  width: 50%;
}
.picupBody__list {
  position: relative;
  z-index: 0;
}
.picupBody__item {
  position: relative;
  width: 100%;
  height: 100vh;
  /* padding-left: 10%; */
  padding-left: 5vw;
  transition: 0.4s ease-out;
  /* overflow: hidden; */
  z-index: -1;
}

.picupBody__ttlBox {
  position: absolute;
  /* position: fixed; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.4s ease;
  z-index: 100;
}
.picupBody__ttlBox.inview {
  /* top: auto; */
  /* bottom: 0; */
}
.picupBody__ttlBox.isFixed {
  position: fixed;
  opacity: 1;
  visibility: visible;
}

.picupBody__ttl {
  /* position: fixed; */
  position: absolute;
  top: 50%;
  /* left: 50%; */
  left: 50vw;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  width: 100vw;
  font-size: clamp(90px, 2.72rem + 6.05vw, 150px);
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-out;
  z-index: 1;

  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}
.picupBody__ttl.isFixed {
  position: fixed;
}
.picupBody__item .picupBody__ttl.inview {
  opacity: 1;
  visibility: visible;
}

/* .picupBody__item:first-child .picupBody__ttl.inviewFirst{
  opacity: 1;
  visibility: visible;
} */
/* .picupBody__item:nth-child(n + 2) .picupBody__ttl.inview{
  opacity: 1;
  visibility: visible;
} */
/* .picupBody__ttl.outview{
  opacity: 0;
  visibility: hidden;
} */
.picupBody__ttl span {
  display: inline-block;
}

.picupBody__txtBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  top: 54%;
  opacity: 0;
  visibility: hidden;
  transition: 1.2s cubic-bezier(0, 0.81, 0.36, 1);
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .picupBody__txtBox.inview {
    top: 50%;
    transform: translateY(-50%) scale(1);
    visibility: visible;
    opacity: 1;
  }
  .picupBody__txtBox.isFixed {
    position: fixed;
  }
}

.picupBody__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #638bd3;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.01em;
  padding: 5px 10px;
  text-align: center;
}
.picupBody__copy {
  font-size: 25px;
  line-height: 1.48;
  margin-top: 1em;
}
.picupBody__txt {
  max-width: 360px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1em;
}
.picupBody__note {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 0.5em;
}

.picupBody__link {
  margin-top: 30px;
}
.picupBody__link .link__circle {
  transform: scale(0);
  transition: 1s cubic-bezier(0, 0.81, 0.36, 1);
}
.picupBody__txtBox.inview .picupBody__link .link__circle {
  transform: scale(1);
}

.picupBody__bgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.picupBody__bgBox.inview {
  top: auto;
  bottom: 0;
}
.picupBody__bgBox.isFixed {
  position: fixed;
}
.picupBody__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
  transition: 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.picupBody__bg:nth-child(n + 2) {
  opacity: 0;
}
.picupBody__bg.active {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .picupContents {
    display: block;
  }
  /* .picupImg{
    position: relative;
    width: 50%;
    z-index: 0;
  }
  .picupImg__list{
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .picupImg__item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .picupImg__item:nth-of-type(n+2) {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 0;
    transform: scale(1.3);
    transform-origin: top;
    will-change: height;
  }

  .picupImg__item .photo{
    height: 100vh;
  }
  .picupImg__item .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
  } */

  .picupBody {
    width: 100%;
  }
  .picupBody__list {
    height: 100%;
  }
  .picupBody__item {
    height: auto;
    filter: brightness(1);
    padding-left: 0;
    overflow: hidden;
  }
  /* .picupBody__item:nth-child(2){
    transform: translateY(-100px);
  } */
  /* .picupBody__cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000a1b;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  } */

  .picupBody__item .photo {
    overflow: hidden;
  }

  .picupBody__ttl {
    position: static;
    transform: translate(0);
    font-size: 49px;
    color: #638bd3;
    text-align: left;
    opacity: 1;
    visibility: visible;
  }

  .picupBody__txtBox {
    position: static;
    padding: 50px calc(20 / 375 * 100%) 100px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .picupBody__item._evolution .picupBody__txtBox {
    background: url(../imgs/home/bg_contents_evolution.jpg) center/cover no-repeat;
  }
  .picupBody__item._location .picupBody__txtBox {
    background: url(../imgs/home/bg_contents_location.jpg) center/cover no-repeat;
  }
  .picupBody__item._access .picupBody__txtBox {
    background: url(../imgs/home/bg_contents_access.jpg) center/cover no-repeat;
  }
  .picupBody__item._design .picupBody__txtBox {
    background: url(../imgs/home/bg_contents_design.jpg) center/cover no-repeat;
  }
  .picupBody__item._plan .picupBody__txtBox {
    background: url(../imgs/home/bg_contents_plan.jpg) center/cover no-repeat;
  }
  .picupBody__item._brand .picupBody__txtBox {
    background: url(../imgs/home/bg_contents_location.jpg) center/cover no-repeat;
  }

  .picupBody__tag {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #638bd3;
    background-color: transparent;
    margin-top: 5px;
    padding: 0;
    text-align: left;
  }
  .picupBody__txt {
    max-width: 100%;
    line-height: 1.7;
  }
  .picupBody__txtBox .picupBody__link .link__circle {
    transform: scale(1);
  }
}

/* news
---------------------------------------------- */
.news__heading .en {
  color: #6a92d6;
  letter-spacing: 0.02em;
}
.newsGroup .newsDetail__term {
  color: #6a92d6;
  font-size: 13px;
}
.newsGroup .noticeCard:before {
  background-color: rgb(106 146 214 / 0.2);
}
.newsGroup .noticeCard:after {
  background-color: #6a92d6;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 2;
}
.newsGroup .noticeCard__link .statusIcon:before,
.newsGroup .noticeCard__link .statusIcon:after {
  background-color: #6a92d6;
}

.campaign__heading .en {
  color: #6a92d6;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 80px;
  }
  .news__heading .en {
    font-size: 15px;
  }
  .newsGroup .noticeCard:after {
    height: 1px;
  }

  .campaign__heading .en {
    font-size: 15px;
  }
}

/* lower
---------------------------------------------- */
.lower {
  padding-top: 140px;
}
.lowerHead {
  max-width: 1760px;
}

.lowerSliderWrap {
  padding-block: 150px 140px;
  padding-inline: 10%;
  overflow: hidden;
}
.lowerSlider {
  position: relative;
  z-index: 0;
}

.lowerSlide__link {
  display: block;
}
.lowerSlide__inner {
  display: flex;
  justify-content: space-between;
}

.lowerSlide__img {
  align-self: flex-start;
  width: calc(240 / 550 * 100%);
}
.lowerSlide__img .p-caption {
  font-size: 9px;
}
.lowerSlide__body {
  display: flex;
  flex-direction: column;
  width: calc(280 / 550 * 100%);
}
.lowerSlide__num {
  font-size: 14px;
}

.lowerSlide__txtBox {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid #638bd3;
  margin-top: 30%;
  padding-top: 1.5em;
}
.lowerSlide__ttl {
  margin-bottom: .5em;
}
.lowerSlide__ttl .en {
  color: #638bd3;
  font-size: 32px;
}
.lowerSlide__ttl .ja {
  display: block;
  color: #638bd3;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 0.5em;
}
.lowerSlide__ttl .ja._thin {
  font-size: 11px;
}
.lowerSlide__txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: auto;
  text-align: justify;
}

.lowerSliderNav {
  display: none;
}

@media screen and (max-width: 768px) {
  .lower {
    padding-top: 100px;
  }

  .lowerSliderWrap {
    padding-block: 50px 40px;
    padding-inline: 8.5%;
  }

  .lowerSlide__img {
    align-self: flex-start;
    width: calc(130 / 300 * 100%);
  }
  .lowerSlide__body {
    width: calc(150 / 300 * 100%);
  }
  .lowerSlide__num {
    font-size: 10px;
    margin-bottom: 1em;
  }

  .lowerSlide__txtBox {
    margin-top: 5%;
    padding-top: 1em;
  }
  .lowerSlide__ttl .en {
    font-size: 20px;
  }
  .lowerSlide__txt {
    font-size: 12px;
  }

  .lowerSliderNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: static;
    width: 37px;
    height: 37px;
    margin: 0;
  }
  .swiper-button-next {
    transform: scaleX(-1);
  }
}

/* bottomArea
---------------------------------------------- */
@media screen and (min-width: 768px) {
  .bottomArea {
    padding-block: 45px 115px;
  }
}

/* recommend
---------------------------------------------- */
.recommend {
  margin-block: 100px;
}
.recommend__inner {
  max-width: 1200px;
  overflow: hidden;
}

.recommend__ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.recommendSlider {
  margin-top: 30px;
}
.recommendSlider__name {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 1em;
  text-align: center;
}

.recommendSlider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  bottom: 0;
  margin-top: 40px;
}
.recommendSlider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(106 146 214 / .16);
}
.recommendSlider .swiper-pagination-bullet-active {
  background: #6A92D6;
}

.recommendSlider__note {
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-top: 1em;
  text-align: right;
}

/* 物件が2以下 （swiperもコメントアウト） */
.recommendSlider .swiper-wrapper {
  justify-content: center;
  gap: 25px calc(40 / 1200 * 100%);
}
.recommendSlider .swiper-slide {
  width: calc(325 / 1200 * 100%);
}

@media screen and (max-width: 768px) {
  .recommend {
    margin-block: 60px;
  }
  .recommend__inner {
    width: 100%;
  }

  .recommend__ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .recommendSlider__name {
    font-size: 14px;
  }

  .recommendSlider .swiper-pagination {
    margin-top: 20px;
  }

  .recommendSlider__note {
    margin-top: 2em;
    padding-left: 1em;
    text-align: left;
  }

  /* 物件が2以下 （swiperもコメントアウト） */
  .recommendSlider {
    width: calc(260 / 375 * 100%);
    margin-inline: auto;
  }
  .recommendSlider .swiper-wrapper {
    flex-direction: column;
  }
  .recommendSlider .swiper-slide {
    width: 100%;
  }
}</pre></body></html>