@charset "UTF-8";
/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#intro {
  display: none;
}

#g_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainVisual {
  margin-top: 0;
}
#mainVisual, #mainVisual li {
  height: 100%;
}

.topLogo {
  display: none;
}

.home-mv {
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
  height: 340px;
}
.home-mv a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-mv-clear {
  position: relative;
  height: 340px;
}
.home-mv-txts {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  right: 5px;
  bottom: -20px;
  font-size: 0.85rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.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.9;
  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.9);
  text-align: center;
  padding: 3px 16px;
  letter-spacing: 0.1em;
}
.home-mv-modelName {
  padding: 3px 16px;
  background: rgba(0, 0, 0, 0.9);
  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-modelName:hover {
  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: 10px;
  margin-left: 0;
  bottom: 20px;
  width: 130px;
  height: 130px;
}

.infoBox {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 20px;
}
.infoBox-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoBox a {
  text-decoration: underline;
}
.infoBox-h {
  display: none;
}
.infoBox-posts {
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}
.infoBox-posts-item {
  display: list-item;
  margin-bottom: 5px;
}
.infoBox-posts-item a {
  text-decoration: underline !important;
}
.infoBox-posts-item:before {
  content: "・";
}

.index-reallife-bnr-pc {
  display: none;
}

.index-reallife-bnr-sp {
  margin: 20px 15px;
  text-align: center;
}

#infoBox {
  display: block;
}

.sec h2 {
  text-align: center;
  margin-bottom: 50px;
}

#model {
  padding: 60px 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

#member {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 0 0;
}
#member figure {
  position: relative;
  z-index: 1;
}
#member h2 {
  z-index: 2;
  margin-bottom: 30px;
}

#guideWrapper {
  background-color: #EDEDED;
  padding: 50px 0 25vw;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
#guideWrapper .subSec h2 {
  margin-bottom: 40px;
  text-align: left;
}
#guideWrapper ul {
  /* padding-bottom: 76px; */
  /* width: 100%; */
  /* display: block; */
}
#guideWrapper ul li {
  /* display: inline-block; */
  /* margin-right: 5%; */
  /* position: relative; */
  /* width: 46%; */
  /* margin-bottom: 20px; */
}
#guideWrapper ul li img {
  /* width: 100%; */
  /* height: auto; */
}
#guideWrapper ul li a {
  /* position: relative; */
  /* z-index: 1; */
  /* display: block; */
  /* background: url("../../guide/img/sec01_bg_01.png") 0 0 no-repeat; */
  /* background-size: cover; */
}
#guideWrapper ul li:nth-child(even) {
  /* margin-right: 0; */
}
#guideWrapper ul li:before {
  /* position: absolute;
  content: "";
  height: 1000%;
  width: 1000%;
  top: 0;
  left: 0;
  background: url("../img/shadow_bg_01.png") 0 0 no-repeat;
  background-size: 23%; */
}


.guide-row{
  display: grid;
  gap: 100px;
}
.guide-links{
  display: grid;
  gap: 6vw;
  grid-template-columns: 1fr 1fr;
}
.guide-link{
  position: relative;
  width: calc(47vw - 15px);
  height: calc(47vw - 15px);
}
.guide-link .label{
  position: relative;
  z-index: 1;
}
.guide-link a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items:center;
  justify-content:center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 4.5vw;
  background: #fff;
  width: 100%;
  height: 100%;
}
.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: 100vw;
  height: 100vw;
  background: url("../img/shadow_bg_01.png") left top no-repeat;
  background-size: contain;
}

#imgRibbon li {
  width: 200%;
}
#imgRibbon li img {
  width: 100%;
  height: auto;
}
#imgRibbon .li02 {
  margin-left: -100%;
}
#imgRibbon .li03 {
  display: none;
}