@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top {
  position: relative;
  overflow: hidden;
}

#top main {
  padding-top: 0;
}

#top .side-contents {
  opacity: 0;
  transform: translateY(20px);
  transition: .5s;
}

#top .side-contents.on {
  opacity: 1;
  transform: translateY(0);
}

#top section.introduction {
  position: relative;
  z-index: 12;
}

#top section.introduction.video-end > header .image01 {
  opacity: 1;
}

#top section.introduction > header {
  position: relative;
  overflow: hidden;
}

#top section.introduction > header .bg {
  opacity: 0;
}

#top section.introduction > header h2,
#top section.introduction > header .image01 {
  position: absolute;
}

#top section.introduction > header h2 {
  bottom: 2.22222%;
  left: calc(124 / 1600*100vw);
  width: calc(1352 / 1600*100vw);
  z-index: 3;
}

#top section.introduction > header .image01 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 2.8s 1.0s;
}

#top section.introduction > header .image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top section.introduction > header .image02 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#top section.introduction > header .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 43rem;
  padding: 30rem;
  box-sizing: border-box;
  text-align: center;
  width: 70%;
  background-color: #fff;
}

#top section.introduction > header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top section.introduction .appeal {
  padding: 25rem 0;
  text-align: center;
  background-color: #fff;
  background-size: 60rem 60rem;
}

#top section.introduction .appeal img {
  width: 900rem;
}

#top section.introduction .appeal02 {
  background: #527795;
}

#top section.introduction .appeal02 ul {
  text-align: center;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

#top section.introduction .appeal02 .image {
  width: 100%;
}

#top section.introduction .appeal02 .common-button03 {
  width: 9%;
}

#top section.introduction section.information {
  position: relative;
  padding: 60rem 0 80rem;
  background: #F5F5F5;
}

#top section.introduction section.information:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40rem;
  background: #315C24;
}

#top section.introduction section.information > header {
  padding-bottom: 30rem;
  text-align: center;
}

#top section.introduction section.information > header h3 {
  position: relative;
  margin-bottom: 100rem;
}

#top section.introduction section.information > header h3 .ja {
  position: absolute;
  bottom: -50rem;
  left: 50%;
  font-size: 25rem;
  font-weight: 400;
  z-index: 2;
  transform: translate(-50%, 0);
}

#top section.introduction section.information > header h3 .en {
  letter-spacing: 0;
  font-style: italic;
  font-size: 26rem;
  font-weight: 500;
}

#top section.introduction section.information > header .info-box {
  margin: 0 auto 50rem;
}

#top section.introduction section.information > header .entry-button {
  margin: auto;
  max-width: 280px;
  padding-bottom: 30rem;
}

#top section.introduction section.information > header .lead a {
  color: #595757;
}

#top section.introduction section.information .members {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 40rem 45rem;
  width: 720rem;
  border: 1px solid #EAEAEA;
  border-radius: 8rem;
  background: #fff;
}

#top section.introduction section.information .members figure {
  flex: 0 0 300rem;
}

#top section.introduction section.information .members .text-area {
  flex: 0 0 280rem;
}

#top section.introduction section.information .members .text-area .lead {
  padding-bottom: 30rem;
  text-align: center;
}

#top .lowers-area div.about,
#top .lowers-area section.about {
  position: relative;
  z-index: 4;
  padding-top: 100vh;
  height: 100vh;
  clip-path: inset(0);
}

#top .lowers-area div.about .header,
#top .lowers-area section.about .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 7%;
  left: auto;
  height: 100vh;
  text-align: center;
  color: #2F2F2F;
  z-index: 2;
}

#top .lowers-area div.about .header h3,
#top .lowers-area section.about .header h3 {
  letter-spacing: 0;
  font-size: 54rem;
  font-weight: 600;
}

#top .lowers-area div.about .header .catch,
#top .lowers-area section.about .header .catch {
  padding-bottom: 20rem;
  line-height: 1.5;
  font-size: 16rem;
  font-weight: 500;
}

#top .lowers-area div.about .header .lead,
#top .lowers-area section.about .header .lead {
  font-size: 15rem;
  padding-top: 0;
}

#top .lowers-area div.about .bg,
#top .lowers-area section.about .bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  perspective: 100rem;
}

#top .lowers-area div.about .bg img,
#top .lowers-area section.about .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

#top .lowers-area section:not(.about) {
  display: flex;
  flex-direction: column;
  padding-top: 100vh;
}

#top .lowers-area section:not(.about) > header {
  position: relative;
  min-height: 100vh;
  z-index: 4;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #4F828F;
}

#top .lowers-area section:not(.about) > header h4 {
  margin-bottom: 20rem;
  letter-spacing: 0;
  font-size: 54rem;
  font-weight: 600;
}

#top .lowers-area section:not(.about) > header h4 span {
  letter-spacing: 0;
  font-weight: 600;
}

#top .lowers-area section:not(.about) > header h4 span.number {
  position: relative;
  top: 1rem;
  padding-right: .1em;
  font-size: 100rem;
}

#top .lowers-area section:not(.about) > header .lead {
  margin-bottom: 25rem;
  font-size: 18rem;
  line-height: 28rem;
}

#top .lowers-area section:not(.about) > header h4 .line,
#top .lowers-area section:not(.about) > header .lead .line {
  display: inline-block;
  overflow: hidden;
}

#top .lowers-area section:not(.about) > header h4 .line span,
#top .lowers-area section:not(.about) > header .lead .line span {
  position: relative;
  transition: .5s top;
}

#top .lowers-area section:not(.about) > header h4 .line span.action,
#top .lowers-area section:not(.about) > header .lead .line span.action {
  top: 0;
}

#top .lowers-area section:not(.about) > header h4 .line span {
  top: 60rem;
}

#top .lowers-area section:not(.about) > header .lead .line span {
  top: 30rem;
}

#top .lowers-area section:not(.about) > header .common-button03,
#top .lowers-area section:not(.about) > header .movie-area,
#top .lowers-area section:not(.about) > header .image,
#top .lowers-area section:not(.about) > header .images figure {
  opacity: 0;
  transition: .5s opacity;
}

#top .lowers-area section:not(.about) > header .common-button03.action,
#top .lowers-area section:not(.about) > header .movie-area.action,
#top .lowers-area section:not(.about) > header .image.action,
#top .lowers-area section:not(.about) > header .images figure.action {
  opacity: 1;
}

#top .lowers-area section:not(.about).st .bg-area {
  top: 0;
}

#top .lowers-area section:not(.about) .bg-area {
  order: -1;
  height: 100vh;
  position: fixed;
  top: 120vh;
  right: 0;
  left: 0;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
}

#top .lowers-area section:not(.about) .bg-area.on {
  visibility: visible;
  opacity: 1;
}

#top .lowers-area section:not(.about) .bg-area .caption {
  bottom: auto;
  top: calc(100vh - 20rem);
}

#top .lowers-area section:not(.about) .bg-area .inner {
  position: relative;
  height: 100vh;
  z-index: 2;
  position: absolute;
  height: 100vh;
  z-index: 2;
  top: 0;
}

#top .lowers-area section:not(.about) .bg-area .bg {
  perspective: 100rem;
}

#top .lowers-area section:not(.about) .bg-area .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 20rem);
  transition: transform .3s;
}

#top .lowers-area section:not(.about):nth-of-type(2n) > header {
  flex-direction: row-reverse;
}

#top .lowers-area section.position {
  z-index: 10;
}

#top .lowers-area section.position .bg-area {
  top: 0;
}

#top .lowers-area section.position > header {
  gap: 0 120rem;
  padding: 240rem 0;
}

#top .lowers-area section.position > header .movie-area {
  position: relative;
  flex: 0 0 560rem;
}

#top .lowers-area section.position > header .movie-area video {
  width: 100%;
  height: auto;
}

#top .lowers-area section.position .bg-area .catch {
  position: absolute;
  top: calc(50% - 134rem);
  right: 0;
  width: 620rem;
  line-height: 1;
  z-index: 3;
}

#top .lowers-area section.design {
  z-index: 9;
}

#top .lowers-area section.design > header {
  gap: 0 180rem;
  padding: 64rem 0;
  background: #A09983;
}

#top .lowers-area section.design > header .image {
  flex: 0 0 540rem;
}

#top .lowers-area section.plan {
  z-index: 8;
}

#top .lowers-area section.plan > header {
  gap: 0 160rem;
  padding: 224rem 0;
  color: #2F2F2F;
  background: #fff;
}

#top .lowers-area section.plan > header .image {
  flex: 0 0 770rem;
}

#top .lowers-area section.access {
  z-index: 7;
}

#top .lowers-area section.access > header {
  gap: 0 120rem;
  padding: 100rem 0;
  background: #4F828F;
}

#top .lowers-area section.access > header .images {
  flex: 0 0 727rem;
  align-self: flex-end;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

#top .lowers-area section.access > header .images figure:nth-child(1) {
  z-index: 2;
}

#top .lowers-area section.access > header .images figure:nth-child(1) .caption {
  right: auto;
  left: 0;
}

#top .lowers-area section.access > header .images figure:nth-child(2) {
  margin-left: -33rem;
  margin-top: 212rem;
}

#top .lowers-area section.location {
  z-index: 6;
}

#top .lowers-area section.location > header {
  gap: 0 130rem;
  padding: 150rem 0;
  background: #A09983;
}

#top .lowers-area section.location > header .image {
  flex: 0 0 660rem;
}

#top .other-sections {
  position: relative;
  z-index: 3;
  display: flex;
}

#top .other-sections section {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
}

#top .other-sections section > header {
  box-sizing: border-box;
  position: relative;
  padding: 30rem 20rem 0;
  height: 260rem;
  text-align: center;
}

#top .other-sections section > header h4 {
  padding-bottom: 15rem;
  line-height: .9;
  letter-spacing: 0;
  font-size: 32rem;
  font-weight: 600;
}

#top .other-sections section > header .lead {
  line-height: 28rem;
  font-size: 13rem;
}

#top .other-sections section > header .common-button03 {
  position: absolute;
  bottom: 20rem;
  right: 50%;
  transform: translateX(50%);
}

#top .other-sections section .image {
  order: -1;
}

#top .other-sections section.quality > header {
  color: #000;
  background: #F5F5F5;
}

#top .other-sections section.lgente > header {
  color: #fff;
  background: #8E917B;
}

#top .other-sections section.zeh > header {
  color: #fff;
  background: #336F66;
}

#top .other-sections section.asset > header {
  color: #fff;
  background: #716950;
}

#top .other-sections section.brand > header {
  color: #fff;
  background: #929DA3;
}

@media screen and (max-width: 768px) {
  #top main {
    padding-top: 48rem;
  }
  #top .foot-banner-navi .swipe {
    margin: auto;
    padding: 20rem 0;
  }
  #top section.introduction > header {
    aspect-ratio: 720 / 1000;
    min-height: auto;
  }
  #top section.introduction > header h2,
  #top section.introduction > header .image01 {
    position: absolute;
  }
  #top section.introduction > header h2 {
    bottom: 2.5%;
    left: 2.5%;
    width: calc(343 / 360*100vw);
  }
  #top section.introduction .appeal {
    padding: 30rem 0 40rem;
  }
  #top section.introduction .appeal img {
    width: 320rem;
  }
  #top section.introduction .appeal02 ul {
    display: block;
    text-align: center;
  }
  #top section.introduction .appeal02 .image {
    width: 100%;
    margin: 0 auto 10rem;
  }
  #top section.introduction .appeal02 .common-button03 {
    margin: 0 auto 0;
    width: 100%;
  }
  #top section.introduction .appeal02 .common-button03 a {
    margin: auto;
  }
  #top section.introduction section.information {
    padding: 70rem 0 40rem;
  }
  #top section.introduction section.information > header h3 .ja {
    width: 100%;
  }
  #top section.introduction section.information > header h3 .en {
    font-size: 22rem;
  }
  #top section.introduction section.information > header .entry-button {
    max-width: none;
    width: 280rem;
  }
  #top section.introduction section.information > header .lead {
    text-align: left;
    margin: auto;
    width: 320rem;
    letter-spacing: .06em;
  }
  #top section.introduction section.information .members {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 20rem 0;
    padding: 20rem 20rem;
    width: 320rem;
  }
  #top section.introduction section.information .members figure {
    flex: 0 0 auto;
  }
  #top section.introduction section.information .members .text-area {
    flex: 0 0 auto;
  }
  #top section.introduction section.information .members .text-area .lead {
    padding-bottom: 20rem;
  }
  #top section.introduction section.information .members .text-area .button {
    width: 100%;
  }
  #top .lowers-area div.about {
    padding-top: 100vh;
    height: calc(100vh - 103rem);
  }
  #top .lowers-area div.about .header {
    display: block;
    top: 100rem;
    height: auto;
    left: 0;
    right: 0;
  }
  #top .lowers-area div.about .header h3 {
    padding-bottom: 15rem;
    font-size: 33rem;
    color: #fff;
  }
  #top .lowers-area div.about .header .catch {
    padding-bottom: 15rem;
    font-size: 11rem;
    color: #fff;
  }
  #top .lowers-area div.about .header .lead {
    text-align: center;
    line-height: 1.6;
    font-size: 14rem;
    color: #fff;
  }
  #top .lowers-area div.about .bg {
    perspective: 100rem;
  }
  #top .lowers-area div.about .bg .caption {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
  }
  #top .lowers-area div.about .bg img {
    transform: translate3d(0, 0, 0);
    object-position: left;
  }
  #top .lowers-area div.about .caption {
    top: 0;
    bottom: auto;
  }
  #top .lowers-area section:not(.about) > header {
    flex-direction: column !important;
    justify-content: normal;
    align-items: normal;
    gap: 20rem 0 !important;
    padding: 40rem 20rem !important;
    text-align: center;
  }
  #top .lowers-area section:not(.about) > header .text-area {
    order: 1;
  }
  #top .lowers-area section:not(.about) > header h4 {
    font-size: 40rem;
    margin-bottom: 15rem;
  }
  #top .lowers-area section:not(.about) > header h4 span.number {
    font-size: 60rem;
  }
  #top .lowers-area section:not(.about) > header .common-button03 {
    display: inline-block;
  }
  #top .lowers-area section:not(.about) > header .lead {
    font-size: 15rem;
  }
  #top .lowers-area section:not(.about) > header .lead .line .action {
    line-height: 1.6;
  }
  #top .lowers-area section:not(.about) .bg-area {
    padding-top: 100vh;
  }
  #top .lowers-area section:not(.about) .bg-area .caption {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
  }
  #top .lowers-area section:not(.about) .bg-area .bg {
    perspective: 200rem;
  }
  #top .lowers-area section:not(.about) .bg-area .bg img {
    transform: translate3d(0, 0, 20rem) !important;
  }
  #top .lowers-area section.position > header .text-area {
    padding-left: 0;
  }
  #top .lowers-area section.position > header .movie-area {
    flex: 0 0 auto;
  }
  #top .lowers-area section.position .bg-area .catch {
    top: auto;
    bottom: 50rem;
    right: 0;
    width: 100%;
  }
  #top .lowers-area section.design > header .image {
    flex: 0 0 auto;
    margin: auto;
    width: 235rem;
  }
  #top .lowers-area section.plan > header .image {
    flex: 0 0 auto;
  }
  #top .lowers-area section.access > header .images {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    align-self: center;
    margin-bottom: 0;
  }
  #top .lowers-area section.access > header .images figure {
    width: 160rem;
  }
  #top .lowers-area section.access > header .images figure:nth-child(2) {
    margin-left: -70rem;
    margin-top: 120rem;
  }
  #top .lowers-area section.location > header .image {
    flex: 0 0 auto;
  }
  #top .other-sections {
    display: block;
  }
  #top .other-sections section > header {
    padding: 40rem 0;
    height: auto;
    text-align: center;
  }
  #top .other-sections section > header h4 {
    font-size: 25rem;
    padding-bottom: 15rem;
  }
  #top .other-sections section > header .lead {
    padding-bottom: 15rem;
    line-height: 23rem;
    font-size: 15rem;
  }
  #top .other-sections section > header .common-button03 {
    display: inline-block;
    position: relative;
    bottom: 0;
    right: auto;
    left: auto;
    transform: translateX(0);
  }
}

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