* {
	margin: 0;
	padding: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.content {
	width: 1400px;
	margin: 0 auto;
}
html{
	font-size: 62.5%;
	 position: relative;
	  overflow: auto;
}
body{
	font-size: 1.4em;
	overflow: hidden; 
	font-family: "monospace;";
}
p{
	font-size: 1em;
	font-family: "monospace;"; 
}
h1,h2,h3,h4,h5,ul,ol,li{
	font-family: "monospace;"; 
}
span {
display: inline-block;
}
a{
	text-decoration: none;
}
a:link { color : #000000; }
a:visited { color : #000000; }

/*.top{
	width: 100%;
	height: 800px;
	margin-top: 60px;
	background-position: center;
}
*/

/*--background--*/
.bg {
  animation:slide 10s ease-in-out infinite alternate;
  background-image: linear-gradient(-150deg, #cccccc 50%, #eeeeee 50%);
  bottom:0;
  left:-100%;
  opacity:.2;
  position:fixed;
  right:-100%;
  top:0;
  z-index:-1;
  will-change: transform;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:8s;
  will-change: transform;
}

.bg3 {
  animation-duration:13s;
  will-change: transform;
}

.bg-right {
  animation:slide 15s ease-in-out infinite alternate;
  background-image: linear-gradient(-40deg, #cccccc 50%, #eeeeee 50%);
  bottom:0;
  left:-100%;
  opacity:.1;
  position:fixed;
  right:-100%;
  top:0;
  z-index:-1;
  will-change: transform;
}
.bg5{
  animation-direction:alternate-reverse;
  animation-duration:12s;
  will-change: transform;

}
.bg6{
   animation-duration:9s;
   will-change: transform;

}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
/*--background--*/



/*--mainvisual--*/

.mainvisual{
	width: 100%;
	height: 100%;
	padding-bottom: 120px;
	color: gray;
}

.row{
	width: 100%;
	margin: 0 auto;
}


.mainvisual_logo,
.mainvisual_logo2{
	display: block;
	padding-top: 150px;
	float: none;
	text-align: center;
}

.mainvisual_logo img{
	width: 100%;
}

.mainvisual_logo2 img{
	width: 100%;

}

.mainvisual_logo2{
	padding-top: 60px;
}
.mainvisual_border{
	width: 60%;
	height: 1px;
	float: none;
	margin-top: 60px;
	background-color: gray;
}


.mainvisual_h2{
	padding-top: 30px;
	color: gray;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
}
.mainvisual_h1{
	padding-top: 30px;
	color: red;
	font-size: 1.3em;
	font-weight: 400;
	text-align: center;

}
.mainvisual_box{
	margin-top: 50px;
	margin-bottom: 50px;
	float: none;
}
.mainvisual_box-img{
	width: 100%;
	margin-bottom: 50px;


}

.mainvisual_carousel{
	width:70%;
	height: 100%;
	float: none;
	margin-top: 60px;
}

.img-responsive{
   width: 100%;
}


.carousel-control{
	text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
    opacity: .2;
}
.mainvisual_photos{
	width: 70%;
	height: 100%;
}

.mainvisual_photo2{
	margin-top: 60px;
	height: 100%;
	margin-top: 50px;
}

.mainvisual_photo2 img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.photos{
	height: 100%;
}
/*--mainvisual--*/



/*--footer--*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

/*--footer--*/





@media only screen and (min-width : 768px) {
	.dropdown:hover > .dropdown-menu{
	  display: block;
	}

}

@media only screen and (max-width : 768px) {

	.mainvisual_photos{
	width: 90%;
	}

	.mainvisual_carousel{
	width: 90%;
	}

}


@media only screen and (max-width : 767px) {
	.mainvisual_photo2{
		float: none;
	}

	.caret{
		display: none;
	}

	.mainvisual_photos{
	width: 100%;
	}

	.mainvisual_carousel{
	width: 100%;
	}

}

@media screen and (max-width: 479px) { 
	.mainvisual_logo{
	width: 80%;
	padding-top: 120px;
}

	.mainvisual_photo2{
		float: none;
	}

}
