@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
:root {
  --ctopmaskColorPosition1: 0%;
  --ctopmaskColorPosition2: 0%;
  --cmaskColorPosition2: 130%;
  --cmaskColorPosition1: 0%;
  --cmaskTop01: 100%;
  --cmaskTop02: 50%;
  --cmaskTop03: 100%;
  --cmaskTop04: 50%;
}

@property --ctopmaskColorPosition1 {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

@property --ctopmaskColorPosition2 {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

@property --cmaskTop01 {
  syntax: "<percentage>";
  initial-value: 100%;
  inherits: false;
}

@property --cmaskTop02 {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: false;
}

@property --cmaskTop03 {
  syntax: "<percentage>";
  initial-value: 100%;
  inherits: false;
}

@property --cmaskTop04 {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: false;
}

@property --cmaskColorPosition2 {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

@property --cmaskColorPosition1 {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

@property --cmaskColorPosition4 {
  syntax: "<percentage>";
  initial-value: 180%;
  inherits: false;
}

@property --cmaskColorPosition3 {
  syntax: "<percentage>";
  initial-value: 130%;
  inherits: false;
}

@keyframes cma-nv {
  100% {
    --maskColorPosition1: 130%;
    --maskColorPosition2: 180%;
  }
}

@keyframes cma-nv-re {
  100% {
    --maskColorPosition3: 0%;
    --maskColorPosition4: 0%;
  }
}

#top main {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}

#top main .images, #top main .image {
  position: relative;
}

#top main .content-box {
  position: relative;
  z-index: 2;
}

#top main .main-visual {
  position: relative;
}

#top main .main-visual .bg {
  opacity: 0;
}

#top main .main-visual .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top main .main-visual .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

#top main .main-visual .slides li.on {
  opacity: 1;
}

#top main .main-visual .thumbs {
  position: absolute;
  bottom: 20rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 15rem;
  z-index: 2;
}

#top main .main-visual .thumbs li {
  width: 8rem;
  height: 8rem;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 1s;
}

#top main .main-visual .thumbs li.on {
  background-color: white;
}

#top main .main-visual .slide00 .images {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 55%;
  opacity: 0;
  transform: scale(0.99);
  transition: opacity 1.7s,transform 1.8s;
}

#top main .main-visual .slide00 .images.on {
  transform: scale(1);
  opacity: 1;
}

#top main .main-visual .slide00 .texts {
  text-align: center;
  position: absolute;
  top: 49%;
  right: .2%;
  width: 50%;
  color: #fff;
}

#top main .main-visual .slide00 .texts.on .text02 {
  opacity: 1;
  letter-spacing: .05em;
}

#top main .main-visual .slide00 .texts.on .text03 {
  opacity: 1;
  transform: translateY(0%);
}

#top main .main-visual .slide00 .text02 {
  font-size: 57rem;
  font-size: 46rem;
  line-height: 1;
  padding-bottom: 10rem;
  letter-spacing: -.15rem;
  opacity: 0;
  transition: opacity 1.6s, letter-spacing 1.6s;
}

#top main .main-visual .slide00 .text03 {
  font-size: 21rem;
  letter-spacing: 0;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(-30%);
  transition: opacity 1.1s .3s, transform 1.1s .3s;
}

@media (max-width: 768px) {
  #top main .main-visual .slide00 .images {
    width: 100%;
  }
  #top main .main-visual .slide00 .texts {
    top: 7%;
    right: 2%;
    width: 96%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #top main .main-visual .slide00 .text02 {
    font-size: 25rem;
    padding-bottom: 12rem;
  }
  #top main .main-visual .slide00 .text03 {
    font-size: 18rem;
  }
}

#top main .main-visual .text01 {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 35%;
}

#top main .apeals {
  position: relative;
  margin: 0 auto 135rem;
  padding: 45rem 0 40rem;
  background: url(../images/top/apeal-bg.jpg) center;
  background-size: cover;
}

#top main .apeals .image {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

#top main .information {
  margin: 0 auto;
  padding-bottom: 130rem;
  width: 90%;
  max-width: 1000rem;
  text-align: center;
}

#top main .information .title {
  font-size: 16rem;
  font-weight: normal;
  padding-bottom: 33rem;
}

#top main .information .lead {
  font-size: 30rem;
  line-height: 1.5;
  padding-bottom: 50rem;
}

#top main .information .button {
  margin: 0 auto 85rem;
  box-shadow: 0px 0px 8rem #ccc;
  max-width: 330rem;
  line-height: 1;
}

#top main .information .text {
  font-size: 14rem;
  line-height: 1.9;
  padding-bottom: 40rem;
}

#top main .information .limited-pages {
  padding: 40rem 50rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 8rem #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top main .information .limited-pages .images {
  width: 47%;
}

#top main .information .limited-pages .texts {
  width: 45%;
}

#top main .information .limited-pages .text01 {
  text-align: left;
  font-size: 16rem;
  line-height: 1.9;
  padding-bottom: 23rem;
}

#top main .information .limited-pages .button {
  margin-bottom: 0;
  line-height: 1;
}

#top main .concept {
  position: relative;
  padding: 150vh 0 390rem;
  margin-bottom: -90rem;
}

#top main .concept .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  opacity: .2;
  transform: scale(0.95);
  transform-origin: center;
  overflow: hidden;
}

#top main .concept.on .in {
  position: fixed;
}

#top main .concept video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

#top main .concept .inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 690rem;
  text-align: center;
  z-index: 3;
}

#top main .concept .title {
  margin: 0 auto;
  max-width: 564rem;
  padding-bottom: 30rem;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(45deg, #000 0%, #000 var(--cmaskColorPosition1), transparent var(--maskColorPosition2), transparent 400%);
  mask-image: linear-gradient(45deg, #000 0%, #000 var(--cmaskColorPosition1), transparent var(--maskColorPosition2), transparent 400%);
  -webkit-mask-image: linear-gradient(45deg, #000 0%, #000 var(--cmaskColorPosition1), transparent var(--maskColorPosition2), transparent 400%);
  will-change: -webkit-mask, mask, animation;
}

#top main .concept .title.on {
  animation: cma-nv 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}

#top main .concept .lead {
  font-size: 19rem;
  line-height: 1.5;
  padding-bottom: 80rem;
  opacity: 0;
  transition: opacity 1.2s .5s;
}

#top main .concept .lead.on {
  opacity: 1;
}

#top main .concept .text01 {
  font-size: 16rem;
  line-height: 3.1;
  opacity: 0;
  transition: opacity 1.2s .7s;
}

#top main .concept .text01.on {
  opacity: 1;
}

#top main .panels {
  position: relative;
  z-index: 3;
  padding-bottom: 200rem;
}

#top main .panels .images {
  transition: margin 1s,transform 1s,width 1s;
  width: 81.25%;
  width: 100%;
  transform: translateX(-15%);
  transform-origin: right top;
}

#top main .panels .header {
  position: absolute;
  bottom: 200rem;
  padding-top: 70rem;
  margin: 0 auto;
  left: 5%;
  width: 90%;
  padding-right: 10%;
  box-sizing: border-box;
  max-width: 1100rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

#top main .panels .title {
  width: 369rem;
  padding-bottom: 35rem;
  transform: translate(-100px, 20px);
  opacity: 0;
  transition: margin 1s,transform 1s 1s,opacity 1s 1s;
}

#top main .panels .lead {
  font-size: 22rem;
  transform: translateX(100px);
  opacity: 0;
  transition: margin 1s,transform 1s 1s,opacity 1s 1s;
}

#top main .panels .link {
  opacity: 0;
  transition: margin 1s,transform 1s 1s,opacity 1s 1.3s;
}

#top main .panels .link a {
  display: block;
  width: 185rem;
  position: relative;
  font-size: 16rem;
  padding-bottom: 10rem;
  color: #000;
  padding-left: 0;
  transition: padding-left .5s;
  box-sizing: border-box;
}

#top main .panels .link a::after, #top main .panels .link a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  bottom: 0;
}

#top main .panels .link a::after {
  width: 1px;
  height: 10rem;
  right: 2rem;
  bottom: -1rem;
  transform: rotate(-45deg);
  transition: right .5s;
}

#top main .panels .link a::before {
  width: 100%;
  height: 1px;
  left: 0;
  transition: width .5s;
}

@media (min-width: 1025px) {
  #top main .panels .link a:hover {
    padding-left: 10rem;
    transition: padding-left .5s;
    opacity: 1 !important;
  }
  #top main .panels .link a:hover::before {
    width: calc(100% + 20rem);
  }
  #top main .panels .link a:hover::after {
    right: -18rem;
  }
}

#top main .panels.section-location {
  padding-bottom: 600rem;
  background-size: cover;
  margin-bottom: -400rem;
}

#top main .panels.section-location .title {
  width: 408rem;
}

#top main .panels.section-location .header {
  position: absolute;
  bottom: 600rem;
}

#top main .panels.section-location .images {
  transform-origin: left top;
}

#top main .panels.section-access .title {
  width: 285rem;
}

#top main .panels.section-residence .title {
  width: 425rem;
}

#top main .panels.section-residence .images {
  transform-origin: left top;
}

#top main .panels.section-plan {
  padding-bottom: 600rem;
  background-size: cover;
  margin-bottom: -400rem;
}

#top main .panels.section-plan .title {
  width: 197rem;
}

#top main .panels.section-plan .header {
  bottom: 600rem;
}

#top main .panels.on .images {
  transform: translateX(0%) scale(0.7);
}

#top main .panels.at .title {
  transform: translate(0px, 0px);
  opacity: 1;
}

#top main .panels.at .lead {
  transform: translateX(0px);
  opacity: 1;
  transition: margin 1s,transform 1s 1s,opacity 1s 1s;
}

#top main .panels.at .link {
  opacity: 1;
}

#top main .mini-panels {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top main .mini-panels .panels {
  width: 48%;
  padding-bottom: 143rem;
}

#top main .mini-panels .panels .images {
  width: 100%;
  transform: translateX(0%) !important;
}

#top main .mini-panels .panels .header {
  position: static;
  text-align: center;
  padding-top: 70rem;
  margin: 0 auto;
  width: auto;
  padding-right: 0%;
  display: block;
}

#top main .mini-panels .panels .title {
  margin: 0 auto;
  padding-bottom: 35rem;
  transition-delay: 0s;
}

#top main .mini-panels .panels .lead {
  font-size: 22rem;
  padding-bottom: 35rem;
  transition-delay: 0s;
}

#top main .mini-panels .panels .link a {
  margin: 0 auto;
  width: 185rem;
  transition-delay: 0s;
}

#top main .mini-panels .panels.section-quality .title {
  width: 301rem;
}

#top main .mini-panels .panels.section-zeh .title {
  width: 326rem;
}

#top main .mini-panels .panels.section-value .title {
  width: 284rem;
}

#top main .mini-panels .panels.section-brand .title {
  width: 151rem;
}

@media (max-width: 768px) {
  #top .site-header:after {
    display: block;
  }
  #top main {
    position: relative;
    padding-top: 0;
  }
  #top main {
    padding-top: 54rem;
  }
  #top main .apeals {
    position: relative;
    margin: 0 auto 54rem;
    padding: 34rem 0 30rem;
    background-image: url(../images/top/apeal-bg-sp.jpg);
  }
  #top main .apeals .lists01 {
    display: block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: none;
  }
  #top main .apeals .lists01 li {
    position: relative;
    border-bottom: 1px solid #484958;
    text-align: center;
  }
  #top main .apeals .lists01 .text01 {
    padding-top: 20rem;
    padding-bottom: 7rem;
    position: static;
  }
  #top main .apeals .lists01 .text02 {
    padding-bottom: 20rem;
    font-size: 18rem;
  }
  #top main .apeals .lists01 .text02 .big {
    font-size: 100%;
  }
  #top main .apeals .lists01 .text02 .num {
    font-size: 150%;
  }
  #top main .apeals .lists02 {
    font-size: 16rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: none;
  }
  #top main .apeals .lists02 .text {
    padding: 17rem;
    border-bottom: 1px solid #484958;
    font-size: 16rem;
    line-height: 1.9;
  }
  #top main .apeals .lists02 .text + .text {
    padding-top: 26rem;
  }
  #top main .apeals .lists03 {
    flex-wrap: wrap;
  }
  #top main .apeals .lists03 li {
    padding: 5rem 20rem;
    border-left: none;
    box-sizing: border-box;
  }
  #top main .apeals .lists03 li:first-child {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #484958;
    padding: 15rem 0;
    margin-bottom: 10rem;
  }
  #top main .apeals .lists03 li.list03, #top main .apeals .lists03 li.list02 {
    width: 50%;
    padding: 0;
  }
  #top main .apeals .lists03 li.list02 {
    border-right: 1px solid #484958;
  }
  #top main .apeals .lists03 .text01 {
    font-size: 14rem;
  }
  #top main .apeals .lists03 .text02 {
    padding-top: 8rem;
    font-size: 11rem;
  }
  #top main .information {
    margin: 0 auto;
    padding-bottom: 100rem;
    width: auto;
  }
  #top main .information .title {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30rem;
  }
  #top main .information .lead {
    margin: 0 auto;
    width: 90%;
    font-size: 24rem;
  }
  #top main .information .button {
    margin: 0 auto 44rem;
    width: 90%;
  }
  #top main .information .text {
    margin: 0 auto;
    width: 90%;
    text-align: left;
    font-size: 14rem;
    line-height: 1.9;
    padding-bottom: 0rem;
  }
  #top main .information .text br {
    display: none;
  }
  #top main .information .limited-pages {
    margin-top: 56rem;
    padding: 25rem;
    display: block;
  }
  #top main .information .limited-pages .images {
    width: auto;
    margin-bottom: 40rem;
  }
  #top main .information .limited-pages .texts {
    width: auto;
  }
  #top main .information .limited-pages .text01 {
    text-align: left;
    font-size: 16rem;
    padding-bottom: 33rem;
    margin: 0 auto;
    width: 86%;
  }
  #top main .information .limited-pages .text01 br {
    display: none;
  }
  #top main .information .limited-pages .button {
    margin-bottom: 0;
  }
  #top main .concept {
    padding: 155rem 0 50rem;
    margin-bottom: 0rem;
    background-size: cover;
  }
  #top main .concept .title {
    margin: 0 auto;
    padding-bottom: 40rem;
  }
  #top main .concept .in {
    width: 100vw;
    height: 100vh;
    z-index: 2;
    opacity: .2;
    transform: scale(1) !important;
    transform-origin: center;
    overflow: hidden;
  }
  #top main .concept.on .in {
    position: fixed;
  }
  #top main .concept video {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: 100vh;
  }
  #top main .concept .lead {
    margin: 0 auto;
    width: 240rem;
    font-size: 14rem;
    line-height: 2.2;
    padding-bottom: 50rem;
  }
  #top main .concept .text01 {
    font-size: 14rem;
    line-height: 2.8;
    text-align: left;
  }
  #top main .concept .text01 br {
    display: none;
  }
  #top main .panels {
    position: relative;
    padding-bottom: 0rem;
  }
  #top main .panels.on .images img {
    transform: translateY(0px);
    opacity: 1;
  }
  #top main .panels .images {
    width: 100%;
    transform: translateX(0%) !important;
    transform-origin: right top;
  }
  #top main .panels .images img {
    transition: transform 1s,opacity 1s;
    transform: translateY(30px);
    opacity: 0;
  }
  #top main .panels .header {
    position: static;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 30rem 5% 70rem;
    display: block;
  }
  #top main .panels .title {
    width: 211rem;
    padding-bottom: 30rem;
  }
  #top main .panels .lead {
    font-size: 16rem;
    padding-bottom: 35rem;
  }
  #top main .panels .link a {
    margin-left: auto;
    margin-right: 0;
  }
  #top main .panels.section-location {
    padding-bottom: 0rem;
    background: none;
    margin-bottom: 0rem;
  }
  #top main .panels.section-location .title {
    width: 234rem;
  }
  #top main .panels.section-location .header {
    position: static;
    background-size: cover;
  }
  #top main .panels.section-location .images {
    transform-origin: left top;
  }
  #top main .panels.section-access .title {
    width: 163rem;
  }
  #top main .panels.section-residence .title {
    width: 244rem;
  }
  #top main .panels.section-plan {
    padding-bottom: 0rem;
    background: none;
    margin-bottom: 0rem;
  }
  #top main .panels.section-plan .title {
    width: 112rem;
  }
  #top main .panels.section-plan .header {
    bottom: 0rem;
    background-size: cover;
  }
  #top main .mini-panels {
    margin: 0 auto;
    width: auto;
    display: block;
  }
  #top main .mini-panels .panels {
    width: auto;
    padding-bottom: 0rem;
  }
  #top main .mini-panels .panels .header {
    position: static;
    text-align: left;
    padding-top: 70rem;
    margin: 0 auto;
    width: auto;
    padding-right: 0%;
    display: block;
  }
  #top main .mini-panels .panels .title {
    margin: 0;
    padding-bottom: 30rem;
  }
  #top main .mini-panels .panels .lead {
    font-size: 16rem;
    padding-bottom: 30rem;
  }
  #top main .mini-panels .panels .link a {
    margin-left: auto;
    margin-right: 5%;
    width: 185rem;
  }
  #top main .mini-panels .panels .link a::after {
    bottom: -1rem;
  }
  #top main .mini-panels .panels.section-quality .title {
    width: 301rem;
  }
  #top main .mini-panels .panels.section-zeh .title {
    width: 185rem;
  }
  #top main .mini-panels .panels.section-value .title {
    width: 284rem;
  }
  #top main .mini-panels .panels.section-brand .title {
    width: 151rem;
  }
}

#top #fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

#top #fixed {
  position: fixed;
  bottom: 670px;
  right: -230px;
  z-index: 10000;
  opacity: 1;
  transform: translateY(300px);
  transition: 0.5s ease;
}

#top #fixed:hover {
  right: 0;
  transition: 0.5s ease;
}

#top #fixed:hover .shiny-btn::before {
  display: none;
}

#top #fixed a:hover {
  opacity: 1;
}

#top #fixed .shiny-btn {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#top #fixed .shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -30px;
  left: -30px;
  width: 10px;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: .3s;
  animation: shiny-btn 3s ease-in-out infinite;
  z-index: 100001;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-5deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(30) rotate(-45deg);
    opacity: 0;
  }
}

#top .fixed_bnr {
  max-width: 300px;
}

@media (max-width: 768px) {
  #top #fixed {
    bottom: 75%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  #top #fixed.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #top .fixed_bnr {
    max-width: 90px;
    width: 15%;
    position: fixed;
    transform: translate(300px);
  }
}

/*# sourceMappingURL=top.css.map */
