@charset "UTF-8";
/* CSS Document */

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

	.sp_none {
		display: none;
	}

	#wrapper {
		/**padding-top: 45px;**/
	}

	.abs01 {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
		margin: auto;
		z-index: 900;
	}

	img.abs01 {
		width: 62%;
	}

	.abs02 {
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 900;
	}

	img.abs02 {
		width: 78%;
	}

	.abs03 {
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 900;
	}

	img.abs03 {
		width: 78%;
	}


	/**********************************
				top
	**********************************/
	#top .logo {
		float: left;
		width: auto;
		line-height: 45px;
		margin: 0;
		padding: 0 0 0 20px;
	}

	#top .nav_sp ul {
		margin: 0;
		padding: 0 0 0 0;
		width: 100%;
		height: auto;
		list-style: none;
		float: right;
		font-size: 0.8em;
	}

	#top .nav_sp ul a {
		color: #DDDDDD;
	}

	#top .nav_sp li {
		float: left;
		width: 100%;
		padding: 0px 20px;
		border-top: 1px solid #444444;
		background-image: url(../img/common/vector3.png);
		background-repeat: no-repeat;
		background-size: 5px;
		background-position: 95% 50%;
	}

	#hamburger {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 45px;
		padding: 0%;
		background: rgba(0,0,0,0.3);
		cursor: pointer;
	}

	.icon-animation {
		width: 60px;
		height: 45px;
		float: left;
		display: block;
		background: rgba(255, 255, 255, 0.02);
		position: relative;
	}
	.icon-animation span {
		width: 30px;
		height: 1px;
		display: block;
		background: #fff;
		position: absolute;
		margin-right: auto;
		margin-left: auto;
		margin: auto;
		top: 50%;
	}

	.type-6 span {
	  position: relative;
	  -webkit-transition: 0.3s opacity;
			  transition: 0.3s opacity; }

	.type-6 .top {
	  -webkit-animation: type6-top 0.5s;
			  animation: type6-top 0.5s;
	  -webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards;
	}

	.type-6 .middle {
	  -webkit-transition: .5s opacity;
			  transition: .5s opacity;
	  -webkit-transform: translateY(-1px);
		  -ms-transform: translateY(-1px);
			  transform: translateY(-1px);
	  opacity: 1; }

	.type-6 .bottom {
	  -webkit-animation: type6-bottom 0.5s;
			  animation: type6-bottom 0.5s;
	  -webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards; }

	.type-6.is-open .middle {
	  opacity: 0;
	  -webkit-transition: .5s opacity;
			  transition: .5s opacity; }

	.type-6.is-open .top {
	  -webkit-animation: type6-top-close 0.5s;
			  animation: type6-top-close 0.5s;
	  -webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards; }

	.type-6.is-open .bottom {
	  -webkit-animation: type6-bottom-close 0.5s;
			  animation: type6-bottom-close 0.5s;
	  -webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards; }

	@-webkit-keyframes type6-top {
	  0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
				transform: translateY(0px) rotate(-45deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(-5px) rotate(0deg);
				transform: translateY(-5px) rotate(0deg); } }

	@keyframes type6-top {
	  0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
				transform: translateY(0px) rotate(-45deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(-5px) rotate(0deg);
				transform: translateY(-5px) rotate(0deg); } }

	@-webkit-keyframes type6-bottom {
	  0% {
		-webkit-transform: translateY(-1px) rotate(45deg);
				transform: translateY(-1px) rotate(45deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(5px) rotate(0deg);
				transform: translateY(5px) rotate(0deg); } }

	@keyframes type6-bottom {
	  0% {
		-webkit-transform: translateY(-1px) rotate(45deg);
				transform: translateY(-1px) rotate(45deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(5px) rotate(0deg);
				transform: translateY(5px) rotate(0deg); } }

	@-webkit-keyframes type6-top-close {
	  0% {
		-webkit-transform: translateY(-5px) rotate(0deg);
				transform: translateY(-5px) rotate(0deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
				transform: translateY(0px) rotate(-45deg); } }

	@keyframes type6-top-close {
	  0% {
		-webkit-transform: translateY(-5px) rotate(0deg);
				transform: translateY(-5px) rotate(0deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
				transform: translateY(0px) rotate(-45deg); } }

	@-webkit-keyframes type-bottom-close {
	  0% {
		-webkit-transform: translateY(5px) rotate(0deg);
				transform: translateY(5px) rotate(0deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(-1px) rotate(45deg);
				transform: translateY(-1px) rotate(45deg); } }

	@keyframes type6-bottom-close {
	  0% {
		-webkit-transform: translateY(5px) rotate(0deg);
				transform: translateY(5px) rotate(0deg); }
	  50% {
		-webkit-transform: translateY(0px) rotate(0deg);
				transform: translateY(0px) rotate(0deg); }
	  100% {
		-webkit-transform: translateY(-1px) rotate(45deg);
				transform: translateY(-1px) rotate(45deg); } }


	/**********************************
			footer
	**********************************/
	footer {
		width: 100%;
		height: auto;
		margin: 0px 0px;
		margin-top: 25px;
		background: #000000;
	}

	.footer_inner {
		max-width: 1000px;
		height: auto;
		margin: 0px auto;
		padding: 15px 0px;
		text-align: center;
		color: #CCCCCC;
		font-size: 0.9em;
	}
}
