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

#modal01 .swipe-img img {
  height: 550rem;
}

#top {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F9F7F5;
  transform: none !important;
}

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

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

#top .foot-banner-navi,
#top .site-footer {
  background-color: #F9F7F5;
}

#top .mv {
  position: relative;
}

#top .mv::before, #top .mv:after {
  content: "";
  display: block;
  bottom: -32rem;
  left: 50%;
  width: 1px;
  height: 64rem;
  position: absolute;
  background-color: #aaa;
  z-index: 13;
}

#top .mv:after {
  background-color: #000;
  z-index: 14;
  animation: _bar 2s infinite linear;
}

#top .mv .bg {
  opacity: 0;
}

#top .mv .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.9s;
}

#top .mv .slides li.on {
  opacity: 1;
}

#top .apeal {
  padding: 85rem 0 125rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1178rem;
}

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

#top .information .title {
  font-size: 24rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 40rem;
}

#top .information .text01 {
  font-size: 25rem;
  padding-bottom: 40rem;
}

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

#top .information .button {
  margin: 0 auto;
  max-width: 320rem;
  margin-bottom: 80rem;
}

#top .information .colum {
  display: flex;
  justify-content: space-between;
  border: 1px solid #AAAAAA;
  padding: 55rem 45rem;
  border-radius: 6rem;
  text-align: left;
  align-items: flex-end;
}

#top .information .colum .images {
  width: 48%;
}

#top .information .colum .texts {
  width: 48%;
}

#top .information .colum .text03 {
  font-size: 14rem;
  line-height: 2;
  padding-bottom: 34rem;
}

#top .information .colum .button02 {
  margin: 0 auto;
  max-width: 320rem;
}

#top .concept {
  position: relative;
}

#top .concept .header {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 790rem;
  text-align: center;
  margin-bottom: -390rem;
  z-index: 2;
}

#top .concept .title {
  margin: 0 auto;
  max-width: 440rem;
  position: relative;
  padding-bottom: 45rem;
}

#top .concept .title .front {
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url(../images/top/mask01.png);
  mask-position: 0% 0%;
  mask-size: 300% 100%;
  transition: mask-position 2s;
}

#top .concept .title.on .front {
  mask-position: -60% 0%;
}

#top .concept .lead {
  font-size: 24rem;
  line-height: 1.8;
  padding-bottom: 40rem;
}

#top .concept .text {
  font-size: 14rem;
  line-height: 2.2;
}

#top .panels {
  padding: 80rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #F9F7F5;
}

#top .panels .after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

#top .panels .images {
  order: 0;
  width: 50%;
}

#top .panels .header {
  order: 1;
  width: 50%;
  text-align: center;
}

#top .panels .header .in {
  margin: 0 auto;
  width: 90%;
  max-width: 320rem;
  text-align: left;
}

#top .panels:nth-last-of-type(even) .images {
  order: 1;
}

#top .panels:nth-last-of-type(even) .header {
  order: 0;
}

#top .panels .title {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 20rem;
}

#top .panels .en {
  font-size: 13rem;
  line-height: 1.5;
  padding-bottom: 18rem;
}

#top .panels .text {
  font-size: 22rem;
  line-height: 1.9;
  padding-bottom: 35rem;
}

#top .panels.panel-position .title {
  max-width: 445rem;
}

#top .panels.panel-location .title {
  max-width: 414rem;
}

#top .panels.panel-access .title {
  max-width: 345rem;
}

#top .panels.panel-design .title {
  max-width: 374rem;
}

#top .panels.panel-plan .title {
  max-width: 278rem;
}

#top .page-lists {
  padding: 110rem 50rem 120rem 45%;
  background: url(../images/top/bg01.jpg) center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

#top .page-lists .lists {
  border-top: 1px solid #fff;
}

#top .page-lists .list {
  position: relative;
  border-bottom: 1px solid #fff;
}

#top .page-lists .list .images {
  position: absolute;
  top: -50rem;
  right: 100%;
  margin-right: 30rem;
  width: 515rem;
  opacity: 0;
  transition: opacity 1.5s;
}

#top .page-lists .list a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rem;
  position: relative;
}

#top .page-lists .list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15rem;
  width: 15rem;
  height: 15rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
}

#top .page-lists .list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #29749E, #153A4F);
  z-index: 2;
  opacity: 0;
  transition: opacity 1.4s;
}

@media screen and (min-width: 769px) {
  #top .page-lists .list a:hover {
    opacity: 1 !important;
  }
  #top .page-lists .list a:hover:after {
    opacity: .3;
  }
  #top .page-lists .list a:hover .images {
    opacity: 1;
  }
}

#top .page-lists .list .name {
  font-size: 28rem;
  position: relative;
  z-index: 3;
}

#top .page-lists .list .text {
  font-size: 18rem;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

#top .page-lists .texts:hover .images {
  opacity: 1;
}

#top .page-lists .list02 .images {
  position: absolute;
  top: -95rem;
  margin-right: 20rem;
}

#top .page-lists .list03 .images {
  position: absolute;
  top: -155rem;
  margin-right: 38rem;
}

#top .page-lists .list04 .images {
  position: absolute;
  top: -235rem;
  margin-right: 48rem;
}

@media (max-width: 768px) {
  #top main {
    padding-top: 110rem;
  }
  #top .apeal {
    padding: 45rem 0 85rem;
  }
  #top .information {
    padding-bottom: 80rem;
  }
  #top .information .title {
    padding-bottom: 50rem;
  }
  #top .information .text01 {
    font-size: 23rem;
    padding-bottom: 27rem;
  }
  #top .information .text02 {
    font-size: 15rem;
    text-align: left;
  }
  #top .information .text02 br {
    display: none;
  }
  #top .information .button {
    margin-bottom: 37rem;
  }
  #top .information .colum {
    display: block;
    padding: 20rem;
  }
  #top .information .colum .images {
    width: auto;
    margin-bottom: 27rem;
  }
  #top .information .colum .texts {
    width: auto;
  }
  #top .information .colum .text03 {
    font-size: 16rem;
    line-height: 2;
    padding-bottom: 34rem;
  }
  #top .information .colum .button02 a {
    font-size: 14rem;
  }
  #top .concept .header {
    width: 90%;
    margin-bottom: -590rem;
    z-index: 2;
  }
  #top .concept .title {
    margin: 0 auto;
    width: 80%;
    padding-bottom: 45rem;
  }
  #top .concept .text {
    font-size: 15px;
  }
  #top .concept .lead {
    font-size: 21rem;
  }
  #top .concept .lead span {
    padding-top: 19rem;
    display: block;
    font-size: 15px;
    line-height: 2;
  }
  #top .concept .text {
    text-align: left;
  }
  #top .concept .text br {
    display: none;
  }
  #top .panels {
    flex-wrap: wrap;
    padding: 0rem 0 170rem;
  }
  #top .panels .images {
    order: 0;
    width: 100%;
    transform: none !important;
  }
  #top .panels .header {
    order: 1;
    width: 100%;
    text-align: center;
  }
  #top .panels:nth-last-of-type(even) .images {
    order: 0;
  }
  #top .panels:nth-last-of-type(even) .header {
    order: 1;
  }
  #top .panels .title {
    width: 54%;
    padding-bottom: 8rem;
  }
  #top .panels .title.tit02 {
    width: 49%;
  }
  #top .panels .title.tit03 {
    width: 41%;
  }
  #top .panels .title.tit04 {
    width: 44%;
  }
  #top .panels .title.tit05 {
    width: 33%;
  }
  #top .panels .en {
    padding-bottom: 14rem;
  }
  #top .panels .text {
    font-size: 22rem;
    line-height: 1.7;
    padding-bottom: 28rem;
  }
  #top .panels.panel-access .title {
    max-width: 285rem;
  }
  #top .panels.panel-design .title {
    max-width: 310rem;
  }
  #top .panels.panel-plan .title {
    max-width: 210rem;
  }
  #top .panels-wrap {
    padding-bottom: 0rem;
  }
  #top .page-lists {
    padding: 40rem 0;
    background-image: url(../images/top/bg01-sp.jpg);
  }
  #top .page-lists .inner {
    position: relative;
    background: url(../images/top/sp-bg01.jpg) center;
    background-size: cover;
  }
  #top .page-lists .lists {
    border-top: 1px solid #fff;
  }
  #top .page-lists .list {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #top .page-lists .list a {
    display: block;
    padding: 20rem;
  }
  #top .page-lists .list a::before {
    right: 15rem;
    width: 15rem;
    height: 15rem;
  }
  #top .page-lists .list a:after {
    opacity: .6;
  }
  #top .page-lists .list .name {
    font-size: 22rem;
    padding-bottom: 12rem;
  }
  #top .page-lists .list .text {
    font-size: 14rem;
    line-height: 1.8;
  }
}

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