@charset "utf-8";

/*--------------------------------------
  # Web Font
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');

/*--------------------------------------
  # main
--------------------------------------*/

#main {
  padding-bottom: 0;
}

/*--------------------------------------
  # footer
--------------------------------------*/

#footer {
  border-top: none;
}

#footer:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(52px /2);
  margin-bottom: calc(-50px /2);
  background: url(../img/bg/footer_bg_sp.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(calc(-50px /2));
}

#footer .footer-wrapper {
  padding-top: 25px;
}

@media (min-width: 950px) {
  #footer:before {
    height: 93px;
    margin-bottom: -93px;
    background: url(../img/bg/footer_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-93px);
  }

  #footer .footer-wrapper {
    padding-top: 10px;
  }
}

/*--------------------------------------
  # eyecatch
--------------------------------------*/

#eyecatch {
  position: relative;
}

#eyecatch .swiper-eyecatch {}

#eyecatch .swiper-eyecatch .swiper-wrapper {}

#eyecatch .swiper-eyecatch .swiper-slide {}

#eyecatch .swiper-eyecatch .swiper-slide .img {}

#eyecatch .swiper-eyecatch .swiper-slide .img img {
  display: block;
  width: 100%;
  max-height: 65vh;
  object-fit: cover;
}

#eyecatch .eyecatch-wrapper {}

#eyecatch .eyecatch-wrapper .eyecatch-inner {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 20px;
  transition: 0.2s;
}

#eyecatch .eyecatch-wrapper .site-logo {}

#eyecatch .eyecatch-wrapper .site-logo img {
  display: block;
  width: min(43.6vw, 276px);
  transition: 0.2s;
}

@media (min-width: 950px) {
  #eyecatch {}

  #eyecatch .swiper-eyecatch {}

  #eyecatch .swiper-eyecatch .swiper-wrapper {}

  #eyecatch .swiper-eyecatch .swiper-slide {}

  #eyecatch .swiper-eyecatch .swiper-slide .img {}

  #eyecatch .swiper-eyecatch .swiper-slide .img img {
    height: 95vh;
    max-height: none;
  }

  #eyecatch .eyecatch-wrapper {}

  #eyecatch .eyecatch-wrapper .eyecatch-inner {
    top: 70px;
    left: min(7.5vw, 103px);
  }

  #eyecatch .eyecatch-wrapper .site-logo {}

  #eyecatch .eyecatch-wrapper .site-logo img {
    width: min(29vw, 400px);
  }
}

/*--------------------------------------
  # common
--------------------------------------*/

.node-home {
  padding: 60px 0;
}

.node-home .node-home-wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.node-home .node-home-wrapper>*:last-child {
  margin-bottom: 0;
}

a.btn-more {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 14em;
  height: 2.7em;
  padding: 0 20px 0 25px;
  font-weight: 600;
  line-height: 1.2;
  background: #d3e156;
  border-radius: 100px;
  text-decoration: none;
}

a.btn-more:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

a.btn-more:hover {}

@media (min-width: 950px) {
  .node-home {
    padding: 120px 0;
  }

  .node-home .node-home-wrapper {
    max-width: 1400px;
    padding: 0 100px;
  }

  .node-home .node-home-wrapper>*:last-child {}

  a.btn-more {
    position: relative;
    padding: 0 25px 0 30px;
    font-size: 2.0rem;
    transition: 0.2s;
  }

  a.btn-more:after {
    transition: 0.2s;
  }

  a.btn-more:hover {
    opacity: 0.6;
  }

  a.btn-more:hover:after {
    margin-right: -6px;
  }
}

/*--------------------------------------
  # main
--------------------------------------*/

/* concept */
#concept.node-home {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  padding: 58px 0 0;
  --swiper-theme-color: #FFF;
}

#concept.node-home .node-home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(80%, 700px);
  background: url(../img/home/comcept_bg.png) no-repeat top;
  background-size: cover;
  mask-image: url(../img/home/comcept_bg_mask_sp.png);
  -webkit-mask-image: url(../img/home/comcept_bg_mask_sp.png);
  -webkit-mask-size: 100% 1400px;
  mask-size: 100% 1400px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
  transition: 0.2s;
}

#concept.node-home .node-home-bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: url(../img/home/comcept_bg_bottom_sp.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.2s;
}

#concept.node-home .node-home-wrapper {
  position: relative;
}

#concept.node-home .concept-ttl {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 -20px 20px;
  color: #FFF;
  font-family: "Quicksand", sans-serif;
  font-size: min(11.2vw, 4.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  transition: 0.2s;
}

#concept.node-home .concept-ttl:before,
#concept.node-home .concept-ttl:after {
  content: '';
  width: 1.45em;
  height: 1.4em;
  transition: 0.2s;
}

#concept.node-home .concept-ttl:before {
  background: url(../img/home/comcept_ttl_l.png) no-repeat center;
  background-size: contain;
}

#concept.node-home .concept-ttl:after {
  background: url(../img/home/comcept_ttl_r.png) no-repeat center;
  background-size: contain;
}

#concept.node-home .concept-ttl span {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

#concept.node-home .concept-txt {
  margin: 0 -20px 25px;
  color: #FFF;
  text-align: center;
  line-height: 2;
  transition: 0.2s;
}

#concept.node-home .concept-txt>*:last-child {
  margin-bottom: 0;
}

#concept.node-home .concept-txt .big {
  font-size: 118%;
}

#concept.node-home .concept-img {
  position: relative;
}

#concept.node-home .concept-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

/* floormap */
#floormap.node-home {
  position: relative;
}

#floormap.node-home:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -80px;
  left: 0;
  width: calc(358px /2);
  height: calc(246px /2);
  background: url(../img/home/floormap_footprints.png) no-repeat left top;
  background-size: contain;
}

#floormap.node-home .node-home-wrapper {
  position: relative;
}

#floormap.node-home .floormap-block {
  display: flex;
  flex-direction: column;
}

#floormap.node-home .floormap-block .floormap-block-inner {
  display: contents;
}

#floormap.node-home .floormap-block .floormap-ttl {
  margin-bottom: 20px;
  color: #bf7830;
  font-family: "Quicksand", sans-serif;
  font-size: min(11.2vw, 4.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

#floormap.node-home .floormap-block .floormap-txt {
  margin-bottom: 25px;
  line-height: 2;
  transition: 0.2s;
}

#floormap.node-home .floormap-block .floormap-txt>*:last-child {
  margin-bottom: 0;
}

#floormap.node-home .floormap-block .floormap-btn {
  order: 1;
  text-align: center;
}

#floormap.node-home .floormap-block .floormap-btn a.btn-more {}

#floormap.node-home .floormap-block .floormap-btn a.btn-more:hover {}

#floormap.node-home .floormap-block .floormap-img {
  margin-bottom: 30px;
}

#floormap.node-home .floormap-block .floormap-img img {
  display: block;
  width: 100%;
}

/* access */
#access.node-home {
  position: relative;
  margin-top: 10px;
  padding: 0 0 100px;
}

#access.node-home .node-home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/access_bg.png) repeat top center;
  background-size: 24px;
}

#access.node-home .node-home-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: url(../img/home/access_bg_mask_sp.png) no-repeat top;
  background-size: 100% 100%;
}

#access.node-home .node-home-bg:after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 15px;
  width: 100px;
  height: 53px;
  background: url(../img/home/access_birds.png) no-repeat;
  background-size: contain;
}

#access.node-home .node-home-wrapper {
  position: relative;
}

#access.node-home .access-ttl {
  margin-bottom: calc(20px - 0.75em);
  color: #60990f;
  font-family: "Quicksand", sans-serif;
  font-size: min(11.2vw, 4.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  transform: translateY(-0.75em);
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

#access.node-home .access-txt {
  margin-bottom: 25px;
  text-align: center;
  line-height: 2;
}

#access.node-home .access-txt>*:last-child {
  margin-bottom: 0;
}

#access.node-home .access-map {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

#access.node-home .access-map iframe {
  display: block;
  width: 100%;
  height: 240px;
}

#access.node-home .access-btn {
  text-align: center;
}

#access.node-home .access-btn a.btn-more {
  background: #f7f381;
}

#access.node-home .access-btn a.btn-more:hover {}

/* tenants */
#tenants.node-home {
  position: relative;
  margin-top: -40px;
  padding: 58px 0 80px;
}

#tenants.node-home .node-home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CBD753;
  background: linear-gradient(135deg, rgba(203, 215, 83, 1) 0%, rgba(125, 156, 36, 1) 100%);
  mask-image: url(../img/home/tenants_bg_mask_sp.png);
  -webkit-mask-image: url(../img/home/tenants_bg_mask_sp.png);
  -webkit-mask-size: 100% 1400px;
  mask-size: 100% 1400px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
}

#tenants.node-home .node-home-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(65px /2);
  background: url(../img/home/tenants_bg_top_sp.png) no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: overlay;
  opacity: 0.25;
}

#tenants.node-home .node-home-wrapper {
  position: relative;
}

#tenants.node-home .tenants-block {
  display: flex;
  flex-direction: column;
}

#tenants.node-home .tenants-block .tenants-block-inner {
  display: contents;
}

#tenants.node-home .tenants-block .tenants-ttl {
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Quicksand", sans-serif;
  font-size: min(11.2vw, 4.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

#tenants.node-home .tenants-block .tenants-txt {
  margin-bottom: 25px;
  color: #FFF;
  line-height: 2;
  transition: 0.2s;
}

#tenants.node-home .tenants-block .tenants-txt>*:last-child {
  margin-bottom: 0;
}

#tenants.node-home .tenants-block .tenants-btn {
  order: 1;
  text-align: center;
}

#tenants.node-home .tenants-block .tenants-btn a.btn-more {
  color: #779520;
  background: rgba(255, 255, 255, 0.9);
}

#tenants.node-home .tenants-block .tenants-btn a.btn-more:hover {}

#tenants.node-home .tenants-block .tenants-img {
  margin-bottom: 30px;
}

#tenants.node-home .tenants-block .tenants-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 950px) {

  /* concept */
  #concept.node-home {
    margin-top: -135px;
    padding: 165px 0 0;
  }



  #concept.node-home .node-home-bg {
    height: 98%;
    mask-image: url(../img/home/comcept_bg_mask_pc.png);
    -webkit-mask-image: url(../img/home/comcept_bg_mask_pc.png);
    -webkit-mask-size: 100% 2000px;
    mask-size: 100% 2000px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
  }

  #concept.node-home .node-home-bg:after {
    height: 412px;
    background: url(../img/home/comcept_bg_bottom_pc.png) no-repeat bottom;
    background-size: 100% 100%;
  }

  #concept.node-home .node-home-bg img {}

  #concept.node-home .node-home-bg svg path {}

  #concept.node-home .node-home-wrapper {}

  #concept.node-home .concept-ttl {
    justify-content: center;
    margin: 0 0 35px;
    font-size: 7.4rem;
    font-weight: 300;
  }

  #concept.node-home .concept-ttl:before,
  #concept.node-home .concept-ttl:after {
    width: 117px;
    height: 113px;
  }

  #concept.node-home .concept-ttl:before {}

  #concept.node-home .concept-ttl:after {}

  #concept.node-home .concept-ttl span {
    margin: 0 55px;
    text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }

  #concept.node-home .concept-txt {
    margin-bottom: 55px;
    font-size: 2.1rem;
  }

  #concept.node-home .concept-txt .big {
    font-size: 168%;
  }

  #concept.node-home .concept-img {
    max-width: 1000px;
    margin: auto;
  }

  #concept.node-home .concept-img img {}

  /* floormap */
  #floormap.node-home {}

  #floormap.node-home:before {
    top: -150px;
    left: 0;
    width: 358px;
    height: 246px;
  }

  #floormap.node-home .node-home-wrapper {}

  #floormap.node-home .floormap-block {
    flex-direction: revert;
    justify-content: space-between;
    align-items: center;
  }

  #floormap.node-home .floormap-block .floormap-block-inner {
    display: block;
    width: 55%;
    padding-right: 40px;
  }

  #floormap.node-home .floormap-block .floormap-ttl {
    margin-bottom: 45px;
    font-size: 7.4rem;
    text-align: left;
    text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }

  #floormap.node-home .floormap-block .floormap-txt {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }

  #floormap.node-home .floormap-block .floormap-btn {
    text-align: left;
  }

  #floormap.node-home .floormap-block .floormap-btn a.btn-more {}

  #floormap.node-home .floormap-block .floormap-btn a.btn-more:hover {}

  #floormap.node-home .floormap-block .floormap-img {
    width: 40%;
    margin: -40px 0;
  }

  #floormap.node-home .floormap-block .floormap-img img {}

  /* access */
  #access.node-home {
    padding-bottom: 140px;
  }

  #access.node-home .node-home-bg {
    background-size: 40px;
  }

  #access.node-home .node-home-bg:before {
    height: 96px;
    background: url(../img/home/access_bg_mask_pc.png) no-repeat top;
    background-size: 100% 100%;
  }

  #access.node-home .node-home-bg:after {
    top: -55px;
    bottom: auto;
    left: 0;
    width: 30%;
    height: 125px;
    background: url(../img/home/access_birds.png) no-repeat center;
    background-size: contain;
  }

  #access.node-home .node-home-wrapper {}

  #access.node-home .access-ttl {
    margin-bottom: -5px;
    font-size: 7.4rem;
    text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }

  #access.node-home .access-txt {
    margin-bottom: 45px;
    font-size: 1.8rem;
  }

  #access.node-home .access-txt p {}

  #access.node-home .access-map {
    max-width: 1000px;
    margin: 0 auto 45px;
  }

  #access.node-home .access-map iframe {
    height: 500px;
  }

  #access.node-home .access-btn {}

  #access.node-home .access-btn a.btn-more {}

  #access.node-home .access-btn a.btn-more:hover {}

  /* tenants */
  #tenants.node-home {
    margin-top: -95px;
    padding: 150px 0 160px;
  }

  #tenants.node-home .node-home-bg {
    mask-image: url(../img/home/tenants_bg_mask_pc.png);
    -webkit-mask-image: url(../img/home/tenants_bg_mask_pc.png);
    -webkit-mask-size: 100% 2000px;
    mask-size: 100% 2000px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
  }

  #tenants.node-home .node-home-bg:before {
    height: 110px;
    background: url(../img/home/tenants_bg_top_pc.png) no-repeat;
    background-size: 100% 100%;
  }

  #tenants.node-home .node-home-wrapper {}

  #tenants.node-home .tenants-block {
    flex-direction: revert;
    justify-content: space-between;
    align-items: center;
  }

  #tenants.node-home .tenants-block .tenants-block-inner {
    display: block;
    width: 55%;
    padding-right: 40px;
  }

  #tenants.node-home .tenants-block .tenants-ttl {
    margin-bottom: 45px;
    font-size: 7.4rem;
    text-align: left;
    text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }

  #tenants.node-home .tenants-block .tenants-txt {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }

  #tenants.node-home .tenants-block .tenants-btn {
    text-align: left;
  }

  #tenants.node-home .tenants-block .tenants-btn a.btn-more {}

  #tenants.node-home .tenants-block .tenants-btn a.btn-more:hover {}

  #tenants.node-home .tenants-block .tenants-img {
    width: 45%;
    margin-bottom: 0;
  }

  #tenants.node-home .tenants-block .tenants-img img {}
}