
/* Demo Styles */
html {
  height: 100%;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
	height: 100%;
}

#curtain_top{
	background-image: url(/nenga/2015/inc/images/common/bg_header.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width:100%;
	height:50px;
	z-index:9999;
	top:0;
	left:0;
	position: absolute;
}

.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}


.page01,.page02,.page03,.page04{
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-position: 0 0;
	width: 100%;
	position: relative;
}

.page01 img,.page02 img,
.page03 img,.page04 img{
	width: 100%;
	height: auto;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page01 img.bottomimg,.page02 img.bottomimg,
.page03 img.bottomimg,.page04 img.bottomimg{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 94px;
}


p{
	margin-bottom: 20px;
	text-align: center;
}

.page01 p img,.page02 p img,
.page03 p img,.page04 p img{
	width: 70%;
}

.page03 p{
	font-size: 320%;
}



.txt {
	padding: 15% 0 0 0;
}

/*p1*/
.page01{
	background-image: url(/nenga/2015/sp/inc/images/common/bg_night.jpg);
}

.page01 .title img{
	width: 80%;
	-moz-animation: swing linear 5s infinite;
	-webkit-animation: swing linear 5s infinite;
	animation: swing linear 5s infinite;
	transform-origin: top center;
}

p.flick {
	color: #fff;
	font-size: 2.5em;
	letter-spacing: 5px;
	line-height: normal;
}

p.flick img{
	width: auto;
	-moz-animation: swing linear 2s infinite;
	-webkit-animation: swing linear 2s infinite;
	animation: swing linear 2s infinite;
	transform-origin: center;
}


/*p2*/
.page02{
	background-image: url(/nenga/2015/sp/inc/images/02_story/bg_roll.jpg);
}

.page02 .txt img{
	width: 80%;
}



/*p3*/
.page03{
	background-image: url(/nenga/2015/sp/inc/images/common/bg_night.jpg);
}

.page03 .txt{
	padding-top:5%;
}



/*p4*/
.page04{
	background-image: url(/nenga/2015/sp/inc/images/04_entry/bg_morning.jpg);
}

.page04 .txt{
	padding-top: 7%;
}

.page04 .txt img{
		-moz-animation: swing-vertical linear 3s infinite;
		-webkit-animation: swing-vertical linear 3s infinite;
		animation: swing-vertical linear 3s infinite;
}

.page04 .btnArea li{
	width: 50%;
	float: left;
}

.page04 .btnArea li img{
	width: 90%;
	margin-bottom: 10px;
}

.page04 p{
	margin-top: 5px;
}

.page04 a{
	display: block;
}

#attention{
	display: none;
	font-size: 2em;
	text-align: left;
}

/* Fancybox */
.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 9999;
}

.fancybox-wrap{
	font-size: 90%!important;
}
.fancybox-wrap section{
	padding: 0 20px;
	margin:  20px 0;
}

.fancybox-wrap h2{
	font-size: 120%;
	margin-bottom: 10px;
}

.fancybox-wrap li{
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 1em;
}

.fancybox-wrap p{
	text-align: left;
}

/* footer */

footer{
	background: url(/nenga/2015/sp/inc/images/common/bg_butai.jpg) repeat-x 0 0;
	height: 94px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	display: block;
}

footer a{
	display: block;
	position: absolute;
	left: 10px;
	top: -80px;
}

footer a img {
	width: 180px;
	height: auto;
	
}

footer small{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	font-size: 2em;
}
	


/*ページネーション */
.pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  top: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #222;
  margin-right: 10px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}

.result_btn{
	width: 70%;
	margin: 60px auto;
}




/*-------------------------------------*/
@-moz-keyframes swing { 
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(3deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-3deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing { 
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(3deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-3deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@keyframes swing { 
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

@-moz-keyframes swing-vertical { 
    0% { transform:translateY(0px); }
    50% { transform:translateY(-10px); }
	100% { transform:translateY(0px); }
}
@-webkit-keyframes swing-vertical { 
    0% { transform:translateY(0px); }
    50% { transform:translateY(-10px); }
	100% { transform:translateY(0px); }
}
@keyframes swing-vertical { 
    0% { transform:translateY(0px); }
    50% { transform:translateY(-10px); }
	100% { transform:translateY(0px); }
}