@charset "utf-8";
@import "../../css/machine-new.css";

body {
	background-color: #0b0a15;
	min-width: 1068px;
}

/*
******************************************************************
* menu
******************************************************************/
#menu {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.shutter-bg01 {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 999;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.shutter-bg02 {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 998;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.shutter-bg03 {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 997;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.shutter-bg img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.shutter-bg img.ptn1 {
	z-index: 2;
}
.shutter-bg img.ptn2 {
	z-index: 1;
}
.shutter-bg img.ptn3 {
	z-index: 0;
}
#menu .menu-item {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0.4%;
	right: 0;
	margin: auto;
	width: 15.519%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menu .menu-item img {
	width: 100%;
}

#menu .menu-inner {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 615px;
	height: 588px;
	z-index: 4;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#menu .menu-inner-bg {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #bf2c00;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#menu .menu-inner ul {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
#menu .menu-inner ul li {
	text-align: center;
	margin-top: 35px;
	position: relative;
}
#menu .menu-inner ul li a {
	display: inline-block;
}
#menu .menu-inner ul li a img {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}
#menu .menu-inner ul li a:after {
	content: "";
	display: block;
	background: url(../img/menu_hover.png) no-repeat center 0;
	position: absolute;
	top: 9px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	z-index: 0;
	-webkit-animation: menuout 0.2s linear 0s forwards;
  animation: menuout 0.2s linear 0s forwards;
}
#menu .menu-inner ul li a:hover:after {
	-webkit-animation: menuhover 0.2s linear 0s forwards;
  animation: menuhover 0.2s linear 0s forwards;
}
@-webkit-keyframes menuhover {
  0% {
		opacity: 1;
		height: 77px;
		width: 10px;
	}
  100% {
		width: 469px;
		height: 77px;
	}
}
@keyframes menuhover {
  0% {
		opacity: 1;
		height: 77px;
		width: 10px;
	}
  100% {
		width: 469px;
		height: 77px;
	}
}
@-webkit-keyframes menuout {
  0% {
		width: 469px;
		height: 77px;
	}
	50% {
		width: 0;
		height: 77px;
	}
  100% {
		opacity: 0;
		height: 0;
	}
}
@keyframes menuout {
  0% {
		width: 469px;
		height: 77px;
	}
	50% {
		width: 0;
		height: 77px;
	}
  100% {
		opacity: 0;
		height: 0;
	}
}
#menu .menu-inner ul li a:hover img {
	opacity: 1;
}
#menu .menu-inner ul li .top {
	background: url(../img/nav_top.png) no-repeat 0 0;
	width: 133px;
	height: 75px;
}
#menu .menu-inner ul li .feature {
	background: url(../img/nav_feature.png) no-repeat 0 0;
	width: 117px;
	height: 76px;
}
#menu .menu-inner ul li .gameflow {
	background: url(../img/nav_gameflow.png) no-repeat 0 0;
	width: 281px;
	height: 73px;
}
#menu .menu-inner ul li .play {
	background: url(../img/nav_play.png) no-repeat 0 0;
	width: 150px;
	height: 75px;
}
#menu .menu-inner ul li .spec {
	background: url(../img/nav_spec.png) no-repeat 0 0;
	width: 179px;
	height: 70px;
}

#menu .menu-close {
	opacity: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 85px;
	height: 74px;
	z-index: 1;
	-webkit-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}

#menu-btn {
	background: url(../img/menu_btn_on.png) no-repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 151px;
	height: 61px;
	z-index: 990;
}
#menu-btn a img {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menu-btn a:hover img {
	opacity: 0;
}

.shutter-bg01.start,
.shutter-bg02.start,
.shutter-bg03.start {
	opacity: 1;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.shutter-bg01.start img.fadeout,
.shutter-bg02.start img.fadeout {
	opacity: 0;
}

#menu .menu-item.start {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#menu .menu-inner.start,
#menu .menu-inner.start ul,
#menu .menu-inner.start .menu-close {
	opacity: 1;
}
#menu .menu-inner.start .menu-inner-bg {
	opacity: 0.78;
	border-radius: 0;
	width: 615px;
	height: 588px;
}

/*
******************************************************************
* utility
******************************************************************/

/* 要素アクション */
*[data-sf] {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*.animated[data-sf="toggle"] {
	opacity: 1;
}

*[data-sf="slide-top"] {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}
*[data-sf="slide-left"] {
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
*[data-sf="slide-right"] {
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
*.animated[data-sf="slide-top"],
*.animated[data-sf="slide-left"],
*.animated[data-sf="slide-right"] {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}


/*
******************************************************************
* #footer
******************************************************************/
#footer .copy {
	display: inline-block;
	vertical-align: middle;
}
#footer .sns_btn {
	display: inline-block;
	margin-left: 10px;
    vertical-align: middle;
}
#footer .sns_btn li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
#footer .sns_btn li:first-child {
    margin: 0;
}