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

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

#top .mainVisual {
  position: relative;
  z-index: 3;
}

#top .mainVisual .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

#top .mainVisual .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .mainVisual .skip {
  position: absolute;
  top: 88rem;
  right: 10rem;
  width: 60rem;
  z-index: 12;
}

#top .mainVisual .scenes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .mainVisual .scenes li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .mainVisual .scenes .title {
  position: absolute;
  left: 83%;
  width: 300rem;
  transform: translate(-117%, -50%);
  z-index: 11;
  opacity: 1;
  transition: opacity .5s;
}

#top .mainVisual .scenes.off .title {
  opacity: 0;
}

#top .mainVisual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300rem;
  transform: translate(-50%, -50%);
  z-index: 12;
}

#top .apeal {
  padding: 30rem 0 40rem;
  background: url(../images/top/apeal-bg.jpg) center;
  background-size: cover;
}

#top .apeal .text01 {
  padding-top: 25rem;
  padding-bottom: 25rem;
  position: relative;
}

#top .apeal .text01::after, #top .apeal .text01::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
  background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

#top .apeal .text01 .wid {
  display: block;
  width: 60%;
  margin: auto;
}

#top .apeal .text02 {
  padding-top: 25rem;
}

#top .information {
  padding-top: 63rem;
  text-align: center;
  padding-bottom: 60rem;
}

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

#top .information .info-txt {
  font-size: 32rem;
  line-height: 1.5;
  padding-bottom: 43rem;
}

#top .information .entryButton {
  max-width: 320rem;
  margin: 0 auto;
  padding-bottom: 35rem;
}

#top .information .entryButton a {
  padding: 30rem 0;
}

#top .information .text01 {
  font-size: 14rem;
  line-height: 2;
  padding-bottom: 40rem;
}

#top .information .entry-page {
  padding: 40rem 8%;
  background-color: #fff;
  box-shadow: 0px 0px 8rem #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .information .entry-page .image {
  position: relative;
  width: 48%;
}

#top .information .entry-page .texts {
  width: 46%;
  text-align: left;
}

#top .information .entry-page .text {
  font-size: 14rem;
  line-height: 2.5;
  padding-bottom: 20rem;
}

#top .information .entry-page .entryButton {
  margin-left: 0;
}

#top .concept {
  position: relative;
}

#top .concept .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#top .concept .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .concept .bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

#top .concept .header {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 300rem 0 150rem;
  width: 40rem;
}

#top .concept .fix-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: self-start;
  padding-bottom: 60vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, black 80%);
}

#top .concept .fix-box .side-box {
  width: 30%;
  box-sizing: border-box;
}

#top .concept .fix-box .text-area {
  position: sticky;
  top: 0;
  width: 40%;
  box-sizing: border-box;
  padding: 150rem 3% 10rem;
}

#top .concept .fix-box .text-area .text01 {
  margin: 0 auto;
  width: 254rem;
  padding-bottom: 60rem;
}

#top .concept .fix-box .text-area .text02 {
  font-size: 16rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}

#top .concept .fix-box .left {
  padding-top: 40vh;
}

#top .concept .fix-box .left .image01 {
  margin-bottom: 140rem;
  margin-right: 30rem;
}

#top .concept .fix-box .left .image02 {
  margin-right: 20rem;
}

#top .concept .fix-box .right {
  padding-top: 70vh;
}

#top .concept .fix-box .right .image03 {
  margin-bottom: 140rem;
  margin-right: 15%;
  margin-left: 15%;
}

#top .concept .fix-box .right .image04 {
  margin-left: 40rem;
}

#top .concept .fix-box .right .mini {
  color: #fff;
  font-size: 11rem;
  text-align: right;
  line-height: 1.3;
  margin-top: 5px;
}

#top .concept.on .bg {
  position: fixed;
}

#top .fixed-sections {
  position: relative;
  z-index: 2;
  padding-bottom: 390vh;
}

#top .fixed-sections .spacer {
  height: 300vh;
}

#top .fixed-sections.on .sections {
  position: fixed;
}

#top .sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-family: 'Cinzel', serif;
}

#top .sections .header {
  position: relative;
  height: 158rem;
  background-color: #E7E9E7;
  box-sizing: border-box;
  z-index: 2;
}

#top .sections .header a {
  display: flex;
  padding: 25rem 5% 0;
  justify-content: space-between;
  color: #202226;
}

#top .sections .header a:hover .arrow-text .arrow::after {
  left: 153%;
}

#top .sections .header a:hover .arrow-text .arrow::before {
  left: 53%;
}

#top .sections .header .left-box {
  display: flex;
  align-items: self-start;
  justify-content: left;
}

#top .sections .header .left-box .en {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0;
  min-height: 100rem;
  line-height: 1.2;
  padding-right: 10rem;
}

#top .sections .header .left-box .num {
  font-size: 40rem;
  padding-right: 30rem;
}

#top .sections .header .left-box .title {
  font-size: 40rem;
  font-weight: normal;
  padding-bottom: 3rem;
  word-break: break-all;
}

#top .sections .header .left-box .text01 {
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}

#top .sections .header .left-box .text02 {
  font-size: 16rem;
  line-height: 1.6;
}

#top .sections .header .arrow-text {
  position: absolute;
  bottom: 25rem;
  right: 5%;
  font-size: 16rem;
  padding-right: 45rem;
}

#top .sections .header .arrow-text .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid #202226;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

#top .sections .header .arrow-text .arrow::before, #top .sections .header .arrow-text .arrow::after {
  content: "";
  position: absolute;
  display: block;
  transition: left .5s;
}

#top .sections .header .arrow-text .arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-left: 5rem solid #202226;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
}

#top .sections .header .arrow-text .arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -53%;
  transform: translate(-50%, -50%);
  border-left: 5rem solid #202226;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
}

#top .sections .image {
  background: url(../images/top/section00-01.jpg) center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 158rem);
}

#top .sections .image .caption {
  z-index: 0;
}

#top .sections .image img {
  opacity: 0;
}

#top .sections.section-kagurazaka {
  z-index: 10;
}

#top .sections.section-access {
  z-index: 9;
}

#top .sections.section-access .image {
  background-image: url(../images/top/section02-01.jpg);
}

#top .sections.section-location {
  z-index: 8;
}

#top .sections.section-location .image {
  background-image: url(../images/top/section01-01.jpg);
}

#top .sections.section-design {
  z-index: 7;
}

#top .sections.section-design .image {
  background-image: url(../images/top/section03-01.jpg);
}

#top .sections.section-plan {
  z-index: 6;
}

#top .sections.section-plan .image {
  background-image: url(../images/top/section04-01.jpg);
}

#top .sections.section-brand {
  z-index: 5;
}

#top .sections.section-brand .image {
  background-image: url(../images/top/section05-01.jpg);
}

#top .sections.section-lgente {
  z-index: 4;
}

#top .sections.section-lgente .image {
  background-image: url(../images/top/section06-01.jpg);
}

#top .sections.section-asset {
  z-index: 3;
}

#top .sections.section-asset .image {
  background-image: url(../images/top/section07-01.jpg);
}

#top .foot-content-box {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 30;
}

#top .foot-content-box a {
  color: #202226;
}

#top .foot-content-box a:hover {
  opacity: 1 !important;
}

#top .foot-content-box a:hover .arrow-text .arrow::after {
  left: 153%;
}

#top .foot-content-box a:hover .arrow-text .arrow::before {
  left: 53%;
}

#top .foot-content-box .sections {
  position: relative;
  width: auto;
  height: auto;
  transform: none !important;
}

#top .foot-content-box .sections .header {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20rem 4%;
}

#top .foot-content-box .sections .header .num {
  font-size: 30rem;
  padding-right: 10rem;
}

#top .foot-content-box .sections .header .left-box .title {
  font-size: 30rem;
}

#top .foot-content-box .sections .header .left-box .en {
  font-size: 10rem;
  min-height: 80rem;
}

#top .foot-content-box .sections .header .arrow-text {
  font-size: 14rem;
  padding-right: 35rem;
}

#top .foot-content-box .sections .header .caption {
  top: -14.5%;
  bottom: auto;
}

#top .foot-content-box .sections .image {
  height: auto;
}

#top .foot-content-box .sections .image img {
  opacity: 1;
}

#top .foot-content-box .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
}

#top .foot-content-box .bgs li {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/top/foot-content-bg01.jpg) center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s;
}

#top .foot-content-box .bgs li.bg02 {
  background-image: url(../images/top/foot-content-bg02.jpg);
}

#top .foot-content-box .bgs li.bg03 {
  background-image: url(../images/top/foot-content-bg03.jpg);
}

#top .foot-content-box .bgs li.on {
  opacity: 1;
}

#top .foot-content-box .lists {
  position: absolute;
  top: 50%;
  width: 90%;
  transform: translateY(-50%);
  left: 5%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

#top .foot-content-box .lists li {
  position: relative;
  width: 32%;
  z-index: 30;
}

@media (max-width: 768px) {
  #top .mainVisual {
    position: relative;
    z-index: 3;
  }
  #top .mainVisual .skip {
    top: 140rem;
    width: 45rem;
  }
  #top .mainVisual .scenes .title {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
  }
  #top .mainVisual .title {
    width: 280rem;
  }
  #top .apeal {
    padding: 35rem 5% 60rem;
    background-image: url(../images/top/apeal-bg-sp.jpg);
  }
  #top .apeal .text01::after, #top .apeal .text01::before {
    border-radius: 50%;
    transform: translateY(50%);
  }
  #top .apeal .text01::after {
    left: -3rem;
  }
  #top .apeal .text01::before {
    right: -3rem;
  }
  #top .apeal .text02 {
    padding-top: 25rem;
  }
  #top .information {
    padding-top: 63rem;
    padding-bottom: 60rem;
  }
  #top .information .info-txt {
    font-size: 24rem;
    padding-bottom: 40rem;
  }
  #top .information .text01 {
    text-align: left;
  }
  #top .information .entryButton a {
    padding: 26rem 0;
  }
  #top .information .entry-page {
    padding: 25rem 8%;
    display: block;
  }
  #top .information .entry-page .image {
    width: auto;
  }
  #top .information .entry-page .texts {
    width: auto;
    padding-top: 20rem;
  }
  #top .information .entry-page .text {
    font-size: 14rem;
  }
  #top .information .entry-page .text br {
    display: none;
  }
  #top .information .entry-page .entryButton {
    margin-left: auto;
  }
  #top .concept .header {
    padding: 400rem 0 400rem;
    width: 40rem;
  }
  #top .concept .fix-box {
    position: relative;
    display: block;
    padding-bottom: 60vh;
  }
  #top .concept .fix-box .side-box {
    position: absolute;
    top: 0;
    width: 42%;
  }
  #top .concept .fix-box .side-box .images {
    position: relative;
  }
  #top .concept .fix-box .side-box .images::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #top .concept .fix-box .text-area {
    position: relative;
    z-index: 4;
    width: auto;
    margin: 0 auto;
    padding: 10rem 3%;
  }
  #top .concept .fix-box .text-area .text01 {
    width: 220rem;
    padding-bottom: 60rem;
  }
  #top .concept .fix-box .text-area .text02 {
    font-size: 14rem;
    line-height: 2.6;
  }
  #top .concept .fix-box .left {
    left: 0;
    padding-top: 350rem;
  }
  #top .concept .fix-box .left .image01 {
    margin-bottom: 140rem;
    margin-right: 20rem;
  }
  #top .concept .fix-box .left .image02 {
    margin-right: 10rem;
  }
  #top .concept .fix-box .left .caption {
    right: auto;
    left: 0;
  }
  #top .concept .fix-box .right {
    top: -10vh;
    padding-top: 0vh;
    right: 0;
  }
  #top .concept .fix-box .right .image03 {
    margin-bottom: 340rem;
    padding-right: 0%;
    margin-left: 20%;
  }
  #top .concept .fix-box .right .image04 {
    margin-left: 40rem;
  }
  #top .concept .fix-box .mini {
    color: #fff;
    font-size: 11rem;
    text-align: right;
    line-height: 1.3;
    padding-top: 20vh;
    margin-right: 5px;
  }
  #top .fixed-sections {
    padding-bottom: 180vh;
  }
  #top .fixed-sections .spacer {
    height: 220vh;
  }
  #top .fixed-sections.on .sections {
    position: fixed;
  }
  #top .sections .header {
    height: 210rem;
  }
  #top .sections .header a {
    position: relative;
    display: block;
    padding: 25rem 5% 0;
  }
  #top .sections .header .left-box {
    display: block;
    position: relative;
    padding-left: 45rem;
    padding-bottom: 30rem;
  }
  #top .sections .header .left-box .en {
    position: absolute;
    left: 0;
    font-size: 11px;
    line-height: 1.3;
  }
  #top .sections .header .left-box .num {
    font-size: 32rem;
    padding-right: 0rem;
  }
  #top .sections .header .left-box .title {
    font-size: 32rem;
    padding-bottom: 3rem;
  }
  #top .sections .header .left-box .text01 {
    line-height: 1.5;
    padding-bottom: 3rem;
  }
  #top .sections .header .left-box .text02 {
    line-height: 1.6;
  }
  #top .sections .header .arrow-text {
    position: absolute;
    bottom: 0rem;
    right: 5%;
    font-size: 16rem;
    padding-right: 45rem;
  }
  #top .sections .image {
    background-image: url(../images/top/section00-01-sp.jpg);
    height: calc(100vh - 210rem);
  }
  #top .sections.section-location .image {
    background-image: url(../images/top/section01-01-sp.jpg);
  }
  #top .sections.section-access .image {
    background-image: url(../images/top/section02-01-sp.jpg);
  }
  #top .sections.section-design .image {
    background-image: url(../images/top/section03-01-sp.jpg);
  }
  #top .sections.section-plan .image {
    background-image: url(../images/top/section04-01-sp.jpg);
  }
  #top .sections.section-brand .image {
    background-image: url(../images/top/section05-01-sp.jpg);
  }
  #top .sections.section-lgente .image {
    background-image: url(../images/top/section06-01-sp.jpg);
  }
  #top .sections.section-asset .image {
    background-image: url(../images/top/section07-01-sp.jpg);
  }
}

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