@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_outline a {
  background-color: rgba(0, 0, 0, .1);
}
.lower_mv img {
  width: 100%;
}
.lower_mv_title_area {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
  opacity: 1;
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.4) 100%);
	transition: position 0.3s, opacity 1s, bottom 0.3s;
}

.outlineWrap {
  overflow: hidden;
}
.outlineWrap #frame {
  display: block;
  height: 1500px;
}
@media only screen and (max-width:520px) {
  .outlineWrap #frame {
    max-width: 340px;
    height: 2600px;
    margin: 0 auto;
  }
}