@charset "UTF-8";
/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#intro {
  background: #fff;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#intro p {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -60px;
  display: none;
}

#g_nav {
  position: fixed;
}

#mainVisual {
  margin-top: 0;
}
#mainVisual, #mainVisual li {
  height: 100%;
}

.topLogo {
  padding-top: 20px;
}
.topLogo-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.topLogo-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-mv {
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
  height: calc(100vh - 50px);
}
.home-mv a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-mv-clear {
  position: relative;
  height: calc(100vh - 50px);
}
.home-mv-txts {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  right: 0;
  bottom: 55px;
  font-size: 0.85rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.home-mv-txts:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.home-mv-txts:visited, .home-mv-txts:active {
  color: #fff;
}
.home-mv-txts:hover {
  text-decoration: none;
}
.home-mv-txts:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: 100%;
  opacity: 0.7;
  border: 6px solid transparent;
  border-bottom-color: #3bc7d2;
}
.home-mv-more {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  background: rgba(59, 199, 210, 0.7);
  text-align: center;
  padding: 7px 16px;
  letter-spacing: 0.1em;
}
.home-mv-modelName {
  padding: 7px 16px;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.home-mv-txts:hover .home-mv-modelName {
  background: rgba(59, 199, 210, 0.7);
}
.home-mv-modelName .num {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  margin-right: 0.5em;
}
.home-mv-modelName:after {
  content: "";
  background: url("../img/ico_arrow_c1.svg") center no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  display: block;
  margin-left: 8px;
}
.home-mv-modelhouseLink {
  position: absolute;
  left: 50%;
  margin-left: -550px;
  bottom: 66px;
  width: 180px;
  height: 180px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.home-mv-modelhouseLink:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.index-reallife-bnr-pc {
  position: absolute;
  right: 0;
  bottom: 80px;
  background: rgba(0, 0, 0, 0.5);
}

.index-reallife-bnr-sp {
  display: none;
}

body.fixed #content {
  margin-top: 0;
}
body.fixed #main {
  top: 0;
  position: relative;
  z-index: 998;
}
body.fixed #g_nav {
  position: fixed;
  top: 0 !important;
  bottom: auto;
  margin-top: 0;
}

body.sp #content, body.tablet #content {
  margin-top: 0 !important;
}
body.sp .topLogo-wrap, body.tablet .topLogo-wrap {
  display: none;
}
body.sp #main, body.tablet #main {
  position: relative !important;
  top: 0;
}
body.sp #main .logo, body.tablet #main .logo {
  display: block;
  top: auto;
  bottom: 20px;
}
body.sp #g_nav, body.tablet #g_nav {
  position: fixed;
  top: 0 !important;
  bottom: auto;
}

#infoBox {
  display: block;
}

.sec h2 {
  text-align: center;
  margin-bottom: 50px;
}

#model {
  padding: 110px 0 60px;
}
#model .moreBtn {
  margin-top: 30px;
}

#member {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 495px;
  background: url("../img/index/member_bg_03.jpg?v2") center no-repeat;
}
#member figure {
  position: relative;
  z-index: 1;
}
#member h2 {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  z-index: 2;
}

#guideWrapper {
  background-color: #EDEDED;
  padding: 50px 0 0;
  position: relative;
}
#guideWrapper .wrapper_in {
  // overflow: hidden;
  // *zoom: 1;
}
#guideWrapper aside {
  // position: absolute;
  // left: 50%;
  // top: 0;
  // width: 1400px;
  // height: 100%;
  // background-image: url("../img/shadow_bg_01.png"), url("../img/shadow_bg_01.png"), url("../img/shadow_bg_01.png"), url("../img/shadow_bg_01.png"), url("../img/shadow_bg_01.png");
  // background-repeat: no-repeat;
  // background-position: 0 140px, 216px 140px, 432px 140px, 648px 140px, 864px 140px;
  // margin-left: -530px;
}
#guideWrapper .subSec {
  // float: left;
}
#guideWrapper .subSec h2 {
  margin-bottom: 40px;
  text-align: left;
}
#guideWrapper ul {
  // overflow: hidden;
  // *zoom: 1;
  padding-bottom: 76px;
}
#guideWrapper ul li {
  // float: left;
  // margin-right: 40px;
  // position: relative;
  // background: url("../../guide/img/sec01_bg_01.png") 0 0 no-repeat;
  // background-size: cover;
}
#guideWrapper ul li a {
  // position: relative;
  // z-index: 1;
}
#guideWrapper ul li.edge {
  // margin-right: 0;
}

.guide-row{
  display: grid;
  gap: 40px;
  grid-template-columns: 4fr 1fr;
}
.guide-links{
  display: flex;
  gap: 40px;
}
.guide-link{
  position: relative;
}
.guide-link .label{
  position: relative;
  z-index: 1;
}
.guide-link a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items:center;
  justify-content:center;
  width: 176px;
  height: 176px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.2rem;
  background: #fff;
}
.guide-link a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
.guide-link a:before{
  content:"";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  clip-path:polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.guide-link:after{
  content:"";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 404px;
  height: 404px;
  background-image: url("../img/shadow_bg_01.png")
}


.infoBox {
  width: 100%;
  padding: 12px 0;
}
.infoBox-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoBox a {
  text-decoration: underline;
}
.infoBox-h {
  margin-right: 10px;
}
.infoBox-h img {
  vertical-align: middle;
}
.infoBox-posts {
  line-height: 2;
  text-indent: -1em;
}
.infoBox-posts-item {
  display: list-item;
  margin-bottom: 5px;
  margin-left: 25px;
}
.infoBox-posts-item a {
  text-decoration: underline !important;
}
.infoBox-posts-item:before {
  content: "・";
}

#imgRibbon {
  width: 9999px;
  position: relative;
  height: 248px;
}
#imgRibbon ul {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#imgRibbon ul li {
  float: left;
}