html {
	margin:0 !important;
	height:100%;
}
body {
	height:100%;
	margin:0 !important;
}
#allWrapper {
	position:relative;
	width:100%;
	height:100%;
}
.fp-wrapper {
	position:absolute;
	width:100%;
	height:100%;
	overflow: hidden
}
.fp-mask {
	cursor:pointer;
	position:absolute;
	height:100%;
	width:100%;
}
.fp-background {
	position:absolute;
	height:100%;
	width:100%;
}
.fp-mask img {
    width: auto;
    min-height: 100vh;
    height: 1000px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fp-background img {
    width: auto;
    min-height: 100vh;
    height: 1000px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1240px){
/*mask_pc*/
.fp-mask img {
	height: 300px;
	}
.fp-background img {
	height: 300px;
	}	
}
@media print, screen and (max-width: 1119px){
/*mask_sp1120*/
.fp-mask img {
	height: 800px;
	}
.fp-background img {
	height: 800px;
	}	
}
@media print, screen and (max-width: 820px){
/*mask_sp1120*/
.fp-mask img {
	height: 500px;
	}
.fp-background img {
	height: 500px;
	}	
}
@media print, screen and (max-width: 720px){
/*mask_sp1120*/
.fp-mask img {
	height: 1000px;
	}
.fp-background img {
	height: 1000px;
	}	
}
@media print, screen and (max-width: 530px){
/*mask_sp1120*/
.fp-mask img {
	height: 300px;
	}
.fp-background img {
	height: 100px;
	}	
}
.opacity {
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	opacity:0;
}

.view {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:1;
}

.block {
	display:block;
}

.none {
	display:none;
}

.z10 {
	z-index:10;
}
.z0{
	z-index:0;
}


/*----------------------------------
クリック後テキスト表示
----------------------------------*/
.sp-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.sp-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.sp-container h2 {
    font-family: 'Anton', sans-serif;
	position: absolute;
	top: 50%;
	line-height: 100px;
	height: 90px;
	margin-top: -50px;
	font-size: 560%;
	width: 100%;
	text-align: center;
	color: transparent;
	animation: blurFadeInOut 2.5s ease-in backwards;
	-webkit-animation: blurFadeInOut 2.5s ease-in backwards;
	-moz-animation: blurFadeInOut 2.5s ease-in backwards;
	-ms-animation: blurFadeInOut 2.5s ease-in backwards;
}
.sp-container h2.frame-1 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
}
.sp-container h2.frame-2 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
}

@media print, screen and (max-width: 400px){
.sp-container h2 {
    top: 25%;
    line-height: 100%;
    height: auto;
    margin-top: 0;
	}
}



/**/
@-webkit-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	25%,50%{
		opacity: 0.6;
		color: #000;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(3);
	}
}



/**/
@-moz-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	25%,50%{
		opacity: 0.6;
		color: #000;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(3);
	}
}

/**/
@keyframes blurFadeInOut{
	0%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	25%,50%{
		opacity: 0.6;
		color: #000;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(3);
	}
}

/**/
@-ms-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 40px #fff;
		-ms-transform: scale(1.3);
	}
	25%,50%{
		opacity: 0.6;
		color: #000;
		text-shadow: 0px 0px 1px #fff;
		-ms-transform: scale(1);
	}
	100%{
		opacity: 0;
		color: #000;
		text-shadow: 0px 0px 50px #fff;
		-ms-transform: scale(3);
	}
}










