@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: 100rem;
  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%;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 1;
}

#top .mainVisual .scenes li.on {
  opacity: 1;
  z-index: 2;
}

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

#top .mainVisual .thumbs {
  position: absolute;
  bottom: 15rem;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 2;
}

#top .mainVisual .thumbs li {
  width: 15rem;
  height: 15rem;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color .7s;
}

#top .mainVisual .thumbs li.on {
  background-color: #000;
}

#top .obi {
  background: #fff;
  padding: 24rem 0;
}

#top .obi .images {
  max-width: 720px;
  margin: auto;
  width: 80%;
}

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

#top .apeal .text01 {
  position: relative;
}

#top .apeal .text01.price {
  padding-bottom: 50px;
}

#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 .info-box {
  margin: 30px auto 50px;
  font-family: serif;
}

#top .information .entryButton {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 35rem;
}

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

#top .information .entryButton.btn02 {
  margin-right: auto;
}

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

#top .information .text01 + .text01 {
  padding-bottom: 0;
}

#top .information .holiday {
  border: 1px solid;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
  display: inline-block;
}

#top .information .entry-page {
  margin: 55rem 15%;
  padding: 30rem 5%;
  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 .image .soon {
  position: absolute;
  max-width: 100px;
  top: -20%;
  left: -10%;
}

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

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

#top .information .entry-page .entryButton {
  margin-left: 0;
  max-width: 420rem;
  display: block;
  width: auto;
  margin: 0 auto;
  padding-bottom: 35rem;
}

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

#top .information .entry-page .entryButton .none {
  pointer-events: none;
}

#top .bnr-img {
  position: relative;
  max-width: 700px;
  width: 90%;
  margin: 0 auto 100px;
}

#top .bnr-img .new {
  position: absolute;
  width: 120px;
  left: -1%;
  top: -13%;
}

#top .bnr-img.img01 {
  margin-bottom: 50px;
}

#top .concept {
  position: relative;
  padding-top: 150vh;
  margin-bottom: -4rem;
}

#top .concept .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/top/concept-bg.jpg);
  background-size: cover;
}

#top .concept .bg .caption {
  left: 0;
  right: auto;
}

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

#top .concept .inner {
  position: relative;
  margin: 0 7% 0 36%;
  padding: 540rem 7% 220rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

#top .concept .title {
  font-size: 17rem;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 20rem;
}

#top .concept .concept-logo {
  padding-bottom: 75rem;
  margin-right: 35%;
}

#top .concept .text01 {
  font-size: 14rem;
  line-height: 2.9;
}

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

#top .sections {
  position: relative;
  min-height: 900rem;
  background-color: #EAEFF9;
  z-index: 2;
}

#top .sections .header {
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 30px solid #D2DEED;
}

#top .sections .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60rem;
  text-align: center;
  line-height: 0.8;
  font-weight: normal;
  color: #547BA8;
  letter-spacing: .25em;
  word-break: keep-all;
  min-height: 80%;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.2s , filter 1.2s;
}

#top .sections .title.on {
  filter: blur(0px);
  opacity: 1;
}

#top .sections .ja {
  position: absolute;
  top: 20rem;
  right: 0;
  padding-right: 50rem;
  color: #547BA8;
  font-size: 16rem;
  line-height: 1;
  display: block;
  word-break: keep-all;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.2s , filter 1.2s;
}

#top .sections .ja.on {
  filter: blur(0px);
  opacity: 1;
}

#top .sections .ja::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 35rem;
  height: 1px;
  background-color: #547BA8;
}

#top .sections .body {
  margin: 0 23% 0 40%;
  padding: 150rem 3% 0;
}

#top .sections .body .inner {
  margin: 0 auto;
  max-width: 60vh;
  max-width: 400rem;
}

#top .sections .big-image {
  -webkit-mask-image: url(../images/top/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: 0px -900px;
  mask-image: url(../images/top/mask.png);
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  mask-position: 0px -900px;
  transition: -webkit-mask-position 1.4s, mask-position 1.4s;
}

#top .sections .big-image.on {
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
}

#top .sections .image-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
}

#top .sections .image-area li {
  position: relative;
  height: 50%;
  background: url(../images/top/section01-02.jpg) center;
  background-size: cover;
  -webkit-mask-image: url(../images/top/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: 0px -900px;
  mask-image: url(../images/top/mask.png);
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  mask-position: 0px -900px;
  transition: -webkit-mask-position 1.4s, mask-position 1.4s;
}

#top .sections .image-area li:nth-child(2) {
  background-image: url(../images/top/section01-03.jpg);
}

#top .sections .image-area li.on {
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
}

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

#top .sections .image-area.one-row li {
  height: 100%;
}

#top .sections .text {
  padding-top: 20rem;
  padding-bottom: 40rem;
  font-size: 17rem;
  line-height: 2;
  text-align: center;
  opacity: 0;
  color: #547BA8;
  filter: blur(20px);
  transition: opacity 1.2s , filter 1.2s;
}

#top .sections .text.on {
  filter: blur(0px);
  opacity: 1;
}

#top .sections .button {
  margin: 0 auto;
  width: 80%;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.2s , filter 1.2s;
}

#top .sections .button.on {
  filter: blur(0px);
  opacity: 1;
}

#top .sections .button .none {
  pointer-events: none;
}

#top .section-quality,
#top .section-asset,
#top .section-design,
#top .section-access {
  background-color: #fff;
}

#top .section-quality .header,
#top .section-asset .header,
#top .section-design .header,
#top .section-access .header {
  right: auto;
  left: 0;
  border-left: 30px solid #D2DEED;
  border-right: none;
}

#top .section-quality .title,
#top .section-asset .title,
#top .section-design .title,
#top .section-access .title {
  right: auto;
  left: 0;
  line-height: 0.6;
}

#top .section-quality .ja,
#top .section-asset .ja,
#top .section-design .ja,
#top .section-access .ja {
  left: 0;
  right: auto;
  padding-left: 50rem;
  padding-right: 0;
}

#top .section-quality .ja::after,
#top .section-asset .ja::after,
#top .section-design .ja::after,
#top .section-access .ja::after {
  left: 0;
  right: auto;
}

#top .section-quality .body,
#top .section-asset .body,
#top .section-design .body,
#top .section-access .body {
  margin: 0 45% 0 20%;
}

#top .section-quality .image-area,
#top .section-asset .image-area,
#top .section-design .image-area,
#top .section-access .image-area {
  left: auto;
  right: 0;
}

#top .section-quality .image-area li,
#top .section-asset .image-area li,
#top .section-design .image-area li,
#top .section-access .image-area li {
  background-image: url(../images/top/section02-02.jpg);
}

#top .section-quality .image-area li:nth-child(2),
#top .section-asset .image-area li:nth-child(2),
#top .section-design .image-area li:nth-child(2),
#top .section-access .image-area li:nth-child(2) {
  background-image: url(../images/top/section02-03.jpg);
}

#top .section-location .body {
  margin: 0 13% 0 40%;
}

#top .section-location .body .innner {
  margin-right: 0;
}

#top .section-location .image-area {
  width: 40%;
}

#top .section-location .image-area li {
  background-image: url(../images/top/section03-02.jpg);
}

#top .section-location .image-area li:nth-child(2) {
  background-image: url(../images/top/section03-03.jpg);
}

#top .section-design .image-area {
  width: 40%;
}

#top .section-design .image-area li {
  background-image: url(../images/top/section04-02.jpg);
}

#top .section-design .image-area li:nth-child(2) {
  background-image: url(../images/top/section04-03.jpg);
}

#top .section-plan .body {
  margin: 0 18% 0 44%;
  padding: 150rem 3% 0;
}

#top .section-plan .image-area {
  width: 40%;
}

#top .section-plan .image-area li {
  background-image: url(../images/top/section05-02.jpg);
}

#top .section-plan .image-area li:nth-child(2) {
  background-image: url(../images/top/section05-03.jpg);
}

#top .section-asset .title {
  height: 80vh;
}

#top .section-asset .image-area li {
  background-image: url(../images/top/section06-02.jpg);
}

#top .section-asset .image-area li:nth-child(2) {
  background-image: url(../images/top/section06-03.jpg);
}

#top .section-lgente .title {
  height: 80vh;
}

#top .section-lgente .image-area li {
  background-image: url(../images/top/section07-02.jpg);
}

#top .section-lgente .image-area li:nth-child(2) {
  background-image: url(../images/top/section07-03.jpg);
}

#top .section-quality .image-area li {
  background-image: url(../images/top/section08-02.jpg);
}

#top .section-quality .image-area li:nth-child(2) {
  background-image: url(../images/top/section08-03.jpg);
}

#top .section-brand .image-area li {
  background-image: url(../images/top/section09-02.jpg);
}

#top .section-brand .image-area li:nth-child(2) {
  background-image: url(../images/top/section09-03.jpg);
}

#top .banners {
  padding: 95rem 0 100rem;
  background-color: #fff;
}

#top .banners ul {
  display: flex;
  justify-content: space-between;
}

#top .banners ul li {
  width: 49%;
  box-shadow: 0rem 6rem 12rem #333;
}

#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.all-wrap {
    position: relative;
    overflow: hidden;
  }
  #top .mainVisual {
    position: relative;
    z-index: 3;
  }
  #top .mainVisual .skip {
    top: 140rem;
    width: 45rem;
  }
  #top .mainVisual .title {
    width: 280rem;
  }
  #top .mainVisual .thumbs li {
    width: 10rem;
    height: 10rem;
  }
  #top .apeal {
    padding: 40rem 5%;
    background-image: url(../images/top/apeal-bg-sp.jpg);
  }
  #top .information {
    padding-top: 63rem;
    padding-bottom: 60rem;
    position: relative;
  }
  #top .information .info-txt {
    font-size: 24rem;
    padding-bottom: 40rem;
  }
  #top .information .text01 {
    text-align: left;
    line-height: 2;
  }
  #top .information .text01 br {
    display: none;
  }
  #top .information .holiday {
    font-size: 13px;
  }
  #top .information .entryButton {
    display: block;
    width: 100%;
    margin-right: auto;
    padding-bottom: 20rem;
  }
  #top .information .entryButton a {
    padding: 26rem 0;
  }
  #top .information .entryButton.btn02 {
    padding-bottom: 35rem;
  }
  #top .information .entry-page {
    padding: 25rem 8%;
    margin: 40rem -5% 0;
    display: block;
  }
  #top .information .entry-page .image {
    width: auto;
  }
  #top .information .entry-page .image .soon {
    max-width: 90px;
    left: -4%;
    top: -8%;
  }
  #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 .bnr-img .new {
    top: -9%;
  }
  #top .concept {
    padding-top: 150vh;
    margin-bottom: -4rem;
  }
  #top .concept .bg {
    background-image: url(../images/top/concept-bg-sp.jpg);
  }
  #top .concept .inner {
    margin: 0 auto 0;
    padding: 200rem 7% 220rem;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
  }
  #top .concept .concept-logo {
    padding-bottom: 55rem;
    margin-right: auto;
  }
  #top .sections {
    min-height: auto;
    min-height: inherit;
    padding-bottom: 140rem;
  }
  #top .sections .header {
    border-right: 20px solid #D2DEED;
  }
  #top .sections .title {
    top: 0;
    bottom: 0;
    transform: translateY(0%);
    font-size: 32rem;
    height: 90vh;
    min-height: auto;
    min-height: inherit;
  }
  #top .sections .ja {
    position: absolute;
    top: 0rem;
    right: 10rem;
    padding-top: 50rem;
    padding-right: 0rem;
    font-size: 16rem;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #top .sections .ja::after {
    top: 0%;
    right: auto;
    left: 50%;
    width: 1px;
    height: 35rem;
  }
  #top .sections .body {
    margin: 0 23% 0 0%;
    padding: 0vh 0 0;
  }
  #top .sections .body .inner {
    max-width: auto;
    max-width: inherit;
  }
  #top .sections .text {
    margin: 0 auto;
    width: 90%;
    padding-top: 30rem;
    padding-bottom: 20rem;
    text-align: left;
  }
  #top .sections .button {
    margin: 0 auto;
    width: 90%;
  }
  #top .section-quality .header,
  #top .section-asset .header,
  #top .section-design .header,
  #top .section-access .header {
    border-left: 20px solid #D2DEED;
    border-right: none;
  }
  #top .section-quality .ja,
  #top .section-asset .ja,
  #top .section-design .ja,
  #top .section-access .ja {
    left: 10rem;
    right: auto;
    padding-left: 0rem;
  }
  #top .section-quality .ja::after,
  #top .section-asset .ja::after,
  #top .section-design .ja::after,
  #top .section-access .ja::after {
    left: 50%;
    right: auto;
  }
  #top .section-quality .body,
  #top .section-asset .body,
  #top .section-design .body,
  #top .section-access .body {
    margin: 0 0% 0 20%;
  }
  #top .section-asset .title {
    height: 80vh;
  }
  #top .section-lgente .title {
    height: 80vh;
  }
  #top .banners {
    padding: 75rem 0 30rem;
    background-color: #fff;
  }
  #top .banners ul {
    display: block;
  }
  #top .banners ul li {
    width: auto;
    margin-bottom: 35rem;
    box-shadow: 0rem 6rem 12rem #333;
  }
  #top #fixed {
    right: auto;
    left: 0;
    bottom: 295px;
  }
  #top .fixed_bnr {
    max-width: 240px;
    width: 50%;
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translate(300px);
  }
}

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