div#mainVisual {
  width:100%;
  background:#000;
  margin-top:80px;
  paddin:0px;
  margin-top:0px;
}
div#mainVisual .inner{
	width:1280px;
	padding:120px 0px;
	height:60px;
	text-align:center
}
#mainVisual .slide.active:before {
	background:none;
}
.slide.slide01:before {
	background:#73729E;
	left:0px;
	background-position: center center;
	background-size: cover;
}
.slide.slide02:before {
	background:#A12830;
	left:0px;
	background-position: center center;
	background-size: cover;
}
.slide.slide03:before {
	background:#586267;
	background-position: center center;
	background-size: cover;
	left:0px;
}
.slide.slide04:before {
	background:#000;
	left:0px;
	background-position: center center;
	background-size: cover;
}
.slide.slide04 a{
  text-decoration:none;
  color:#fff;
  font-size:24px;
}
.slide.slide04 span.ctt {
 margin-top:20px;
  font-size:15px;
  display:inline-block;
}
.notice {
  width:340px;
  display:block;
  text-align:left;
  background:#73729E;
  margin:20px;
  padding:20px;
}
.slide.active div{
}
.literal{
	display:none;
}
.slide.slide01.active{
	background:#73729E;
	background-position: center center;
	background-size: cover;
	-webkit-transition: 0.3s ease-in-out;
}
.slide.slide02.active{
	background:#A12830;
	background-position: center center;
	background-size: cover;
}
.slide.slide03.active{
	background:#586267;
	background-position: center center;
	background-size: cover;
}
.slide.slide04.active{
	background:#000;
	background-position: center center;
	background-size: cover;
}
.slide.active:before {
  background-position: center;
  background-size: cover;
}
.slide.active {
  -webkit-filter: '';
  -ms-filter: '';
  filter: ''; 
}
.slide:before {
  content: "";
  z-index: -1;
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
	width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide {
opacity:.2
}
.slide.active {
opacity:1.0;
}
.literal01,.literal02{
	width:450px;
	text-align:center;
	margin:0px auto;
	margin-top:270px;
}
.literal03 {
	width:450px;
	margin-top:220px;
}