/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#intro {
  display: none;
}

#main {
  height: 340px !important;
}

#mainVisual {
  margin-top: 0;
}
#mainVisual, #mainVisual li {
  height: 100%;
}

.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;
}
#member figure {
  position: relative;
  z-index: 1;
}
#member h2 {
  z-index: 2;
  margin-bottom: 30px;
}

#guideWrapper {
  background-color: #EDEDED;
  padding: 50px 0 0;
  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%;
}

#imgRibbon li {
  width: 200%;
}
#imgRibbon li img {
  width: 100%;
  height: auto;
}
#imgRibbon .li02 {
  margin-left: -100%;
}
#imgRibbon .li03 {
  display: none;
}
