@charset "utf-8";
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #000;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.6em;
	line-height: 1.8;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width:320px;
	position: relative;
	background-color: #99ddff;

}

#wrapper{
	overflow: hidden;
	background: -moz-linear-gradient(top, #99ddff 10%, #d5f7ff 90%);
	background: -webkit-linear-gradient(top, #99ddff 10%, #d5f7ff 90%);
	background: linear-gradient(to bottom, #99ddf 10%,#d5f7ff 90%);
	/*background-attachment: fixed;*/
}
 
* html body{
	overflow: hidden;
}

* html body{ font-size: 88%; } /* under IE6 */
*:first-child+html body{ font-size: 88%; } /* IE7 */

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}

strong, b{ font-weight: bold; }
a, font, span{ font-weight: inherit; }

img,object{
	border: 0;
	vertical-align: bottom;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}

.red{
	color: #f33;
	font-weight: bold;
	font-size: 1.8rem;
}

.blue{
	color: #33f;
	font-weight: bold;
	font-size: 1.8rem;
}

.only_ios{
	display: none;
}

.other_ios{
	display: none;
}

@media (max-width: 700px) {
	.pc{display: none;}
	.sp{display: block;}
}

@media (min-width: 701px) {
	.pc{display: block;}
	.sp{display: none;}
}



/* ---------------------------------------*/
/* ヘッダー */
/* ---------------------------------------*/
.hdn{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	z-index: -10;
	visibility:hidden;
}

#ponos_logo{
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 160px;
	width: 20%;
	text-align: right;
}

#ponos_logo img{
	vertical-align: top;
}

#header_bg{
	position: relative;
	margin: 0 auto;
	z-index: 10;
}

#header{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#top_logo{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: absolute;
	bottom:62%;
	left: 0;
	z-index: 20;
}

#top_logo img{
	width: 60%;
	max-width: 600px;
}


#headblock{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#catch01{
	position: absolute;
	width: 100%;
	padding: 53% 0 0 0;
	top: 0;
	left: 0;
	z-index: 30;
}


.btn_block01{
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
}

.btn_block01 a{
	display: inline-block;
	width: 55%;
}

.btn_block01 a img{
	filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.3));
}

#top_cloud{
	position: absolute;
	bottom: -14%;
	z-index: 20;
	filter: drop-shadow(0px 8px 16px rgba(0,30,50,0.12));
}

#top_cloud p{
	position: relative;
}

#top_cloud .left_cloud{
	position: absolute;
	top:0;
	left:-100%;
}

#top_cloud .right_cloud{
	position: absolute;
	top:0;
	right:-100%;
}



@media (max-width: 700px) {
	
}/*@media*/

@media (max-width: 480px) {
	.btn_block01{
		width: 72%;
	}
}/*@media*/


@media (min-width: 1400px) {
#header_bg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(153,221,255,1) 0%, rgba(153,221,255,0.2) 6%, rgba(153,221,255,0) 10%, rgba(153,221,255,0) 90%, rgba(153,221,255,0.2) 94%, rgba(153,221,255,1) 100%);
}
}/*@media*/




.bound01{
	animation:ani_bound01 0.9s ease-in-out forwards;
}

@keyframes ani_bound01{
	0% { opacity: 0; }
	30% { transform:scale(0.0, 0.0); opacity: 0; }
	60% { transform:scale(1.3, 1.3); }
	80% { transform:scale(0.8, 0.8); }
	100% { transform:scale(1, 1); opacity:1; }
}




/* ---------------------------------------*/
/* コンテンツ */
/* ---------------------------------------*/

.parallax01, .parallax02, .parallax03{
	transition: all 0.2s 0s ease;
}

#container{
	position: relative;
	z-index: 30;
}


#contents{

}

#main{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}

#movie{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 4% 0 0 0;
	position: relative;
}


#movie .frame{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.3));
}

#movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}


#intro{
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 6% 0 6% 0;
	position: relative;
}




.discript{
	position: relative;
	width: 100%;
}

#cube_01{
	position: absolute;
	z-index: -1;
	width: 25%;
	top:86%;
	left: 112%;
}

#cube_02{
	position: absolute;
	z-index: -1;
	width: 17%;
	top:140%;
	left: -32%;
}

#cube_03{
	position: absolute;
	z-index: -1;
	width: 18%;
	top:115%;
	left: 110%;
}

#cube_04{
	position: absolute;
	z-index: -1;
	width: 13%;
	top:82%;
	left: -5%;
}

#cube_05{
	position: absolute;
	z-index: -1;
	width: 12%;
	top:190%;
	left: 96%;
}

#cube_06{
	position: absolute;
	z-index: -1;
	width: 10%;
	top:155%;
	left: -5%;
}

#cube_07{
	position: absolute;
	z-index: -1;
	width: 13%;
	top:100%;
	left: 95%;
}

#cube_08{
	position: absolute;
	z-index: -1;
	width: 16%;
	top:170%;
	left: -5%;
}

#cube_09{
	position: absolute;
	z-index: -1;
	width: 12%;
	top:140%;
	left: 95%;
}

#cube_10{
	position: absolute;
	z-index: -1;
	width: 12%;
	top:85%;
	left: -16%;
}

#culoud_01{
	position: absolute;
	z-index: -10;
	width: 50%;
	top:175%;
	left: 125%;
	filter:drop-shadow(0px 6px 6px rgba(0,30,50,0.06));
}

#culoud_02{
	position: absolute;
	z-index: -10;
	width: 30%;
	top:125%;
	left: -40%;
	filter: blur(5px);
}

#culoud_03{
	position: absolute;
	z-index: -10;
	width: 25%;
	top:125%;
	left: 90%;
	filter: blur(5px);
}

#culoud_04{
	position: absolute;
	z-index: -10;
	width: 30%;
	top:175%;
	left: -20%;
	filter:drop-shadow(0px 6px 6px rgba(0,30,50,0.06));
}

#culoud_05{
	position: absolute;
	z-index: -10;
	width: 30%;
	top:160%;
	left: 95%;
	filter:drop-shadow(0px 6px 6px rgba(0,30,50,0.06));
}

#culoud_06{
	position: absolute;
	z-index: -10;
	width: 25%;
	top:120%;
	left: -20%;
	filter: blur(5px);
}

#culoud_07{
	position: absolute;
	z-index: -10;
	width: 20%;
	top:85%;
	left: 91%;
	filter: blur(5px);
}

#culoud_08{
	position: absolute;
	z-index: -10;
	width: 32%;
	top:135%;
	left: -25%;
	filter:drop-shadow(0px 6px 6px rgba(0,30,50,0.06));
}

#leaf_01{
	position: absolute;
	z-index: -5;
	width: 120%;
	top:110%;
	left: 65%;
}

#leaf_02{
	position: absolute;
	z-index: -5;
	width: 80%;
	top:-30%;
	left: -56%;
}

#leaf_03{
	position: absolute;
	z-index: -5;
	width: 80%;
	top:30%;
	left: 65%;
}

#leaf_04{
	position: absolute;
	z-index: -5;
	width: 80%;
	top:80%;
	left: -60%;
}

#leaf_05{
	position: absolute;
	z-index: -5;
	width: 80%;
	top:85%;
	left: 70%;
}


.discript .block{
	position: relative;
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.discript .box{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

.reverse{
	flex-direction:row-reverse;
}

.pict{
	width:30%;
	z-index: 10;
}

.pict img{
	border-radius: 10px;
	border:solid 3px #fff;
	filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.3));
}

.txt01{
	width:70%;
	margin: 0 0 0 -7%;
	position: relative;
}

.txt02{
	width:70%;
	margin: 0 -7% 0 0;
	position: relative;
}

.txt03{
	width:70%;
	margin: 0 0 0 -5%;
	position: relative;
}

.txt04{
	width:70%;
	margin: 0 -5% 0 0;
	position: relative;
}




.obj01{
	width:28%;
	position: absolute;
	right: -8%;
	top:72%;
	z-index: 10;
}

.obj02{
	width:28%;
	position: absolute;
	left: -8%;
	top:60%;
	z-index: 10;
}


.obj03{
	width:28%;
	position: absolute;
	right: -6%;
	top:70%;
	z-index: 10;
}

.obj04{
	width:28%;
	position: absolute;
	left: -10%;
	top:68%;
	z-index: 10;
}

#reg {
	text-align: left;
	padding: 0 0 5px 5px;
	font-size: 0.8em;
}

#reg a{
	color: #000;
}





@media (max-width: 800px) {


	#cube_01{
		left: 92%;
	}

	#cube_02{
		left: -12%;
	}

	#cube_03{
		left: 90%;
	}

	#cube_04{
		left: 5%;
	}

	#cube_05{
		left: 86%;
	}

	#cube_06{
		left: 5%;
	}

	#cube_07{
		left: 85%;
	}

	#cube_08{
		left: 5%;
	}

	#cube_09{
		left: 85%;
	}

	#cube_10{
		left: 4%;
	}

	#culoud_01{
		left: 85%;
	}

	#culoud_02{
		left: -10%;
	}

	#culoud_03{
		left: 80%;
	}

	#culoud_04{
		left: -10%;
	}

	#culoud_05{
		left: 85%;
	}

	#culoud_06{
		left: -10%;
	}

	#culoud_07{
		left: 80%;
	}

	#culoud_08{
		left: -15%;
	}


	#leaf_01{
		left: 45%;
	}

	#leaf_02{
		left: -36%;
	}

	#leaf_03{
		left: 45%;
	}

	#leaf_04{
		left: -40%;
	}

	#leaf_05{
		left: 50%;
	}

	
}/*@media*/

@media (max-width: 480px) {
	#movie{
		padding: 8% 0 0 0;
	}

	.pict{
		width:60%;
		padding: 5px 0 25px 0;
	}

	.txt01{
		width:96%;
		margin: 0 0 0 0;
	}

	.txt02{
		width:96%;
		margin: 0 0 0 0;
	}

	.txt03{
		width:96%;
		margin: 0 0 0 0;
	}

	.txt04{
		width:96%;
		margin: 0 0 0 0;
	}

}/*@media*/


/* ---------------------------------------*/
/* スーパーにゃんアニメ */
/* ---------------------------------------*/

#super01{
	width: 22%;
	position: absolute;
	bottom:10%;
	right: -5%;
	z-index: 100;
}

#super02{
	width: 22%;
	position: absolute;
	bottom:10%;
	right: -5%;
	z-index: 99;
	opacity: 0;
	filter: blur(1px);
}

#super03{
	width: 22%;
	position: absolute;
	bottom:10%;
	right: -5%;
	z-index: 98;
	opacity: 0;
	filter: blur(2px);
}


.move_s01{
	animation-name: ani_move_s01;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s01{
	0% { bottom: 10%; right:-5%; opacity: 1;}
	50% {}
	100% { bottom: -60%; right:250%;}
}


.move_s02{
	animation-name: ani_move_s02;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-delay: 0.05s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s02{
	0% { bottom: 10%; right:-5%;opacity: 0.7;}
	50% {}
	100% { bottom: -60%; right:250%;}
}


.move_s03{
	animation-name: ani_move_s03;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s03{
	0% { bottom: 10%; right:-5%;opacity: 0.4;}
	50% {}
	100% { bottom: -60%; right:250%;}
}


#super04{
	width: 22%;
	max-width: 154px;
	position: absolute;
	bottom:90%;
	right: 200%;
	z-index: 100;
	transform: scale(-1, 1);
}

#super05{
	width: 22%;
	max-width: 154px;
	position: absolute;
	bottom:90%;
	right: 200%;
	z-index: 99;
	transform: scale(-1, 1);
	opacity: 0;
	filter: blur(1px);
}

#super06{
	width: 22%;
	max-width: 154px;
	position: absolute;
	bottom:90%;
	right: 200%;
	z-index: 98;
	transform: scale(-1, 1);
	opacity: 0;
	filter: blur(2px);
}


.move_s04{
	animation-name: ani_move_s04;
	animation-duration: 2.5s;
	animation-timing-function: ease-in;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s04{
	0% { bottom: 70%; right:200%; opacity: 1;}
	50% {}
	100% { bottom: -30%; right:-200%;}
}


.move_s05{
	animation-name: ani_move_s05;
	animation-duration: 2.5s;
	animation-timing-function: ease-in;
	animation-delay: 0.05s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s05{
	0% { bottom: 70%; right:200%; opacity: 0.7;}
	50% {}
	100% { bottom: -30%; right:-200%;}
}


.move_s06{
	animation-name: ani_move_s06;
	animation-duration: 2.5s;
	animation-timing-function: ease-in;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s06{
	0% { bottom: 70%; right:200%; opacity: 0.4;}
	50% {}
	100% { bottom: -30%; right:-200%;}
}



#super07{
	width: 22%;
	max-width: 154px;
	position: absolute;
	bottom:180%;
	right: -200%;
	z-index: 100;
}

#super08{
	width: 22%;
	max-width: 154px;
	position: absolute;
	bottom:180%;
	right: -200%;
	z-index: 99;
	opacity: 0;
	filter: blur(1px);
}

#super09{
	width: 22%;
	max-width: 154px;
	position: absolute;
	bottom:180%;
	right: -200%;
	z-index: 98;
	opacity: 0;
	filter: blur(2px);
}


.move_s07{
	animation-name: ani_move_s07;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s07{
	0% { bottom: 100%; right:-200%; opacity: 1;}
	50% {}
	100% { bottom: -20%; right:200%;}
}


.move_s08{
	animation-name: ani_move_s08;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-delay: 0.05s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s08{
	0% { bottom: 100%; right:-200%; opacity: 0.7;}
	50% {}
	100% { bottom: -20%; right:200%;}
}


.move_s09{
	animation-name: ani_move_s09;
	animation-duration: 3s;

	animation-timing-function: ease-in;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_move_s09{
	0% { bottom: 100%; right:-200%; opacity: 0.4;}
	50% {}
	100% { bottom: -20%; right:200%;}
}

/* ---------------------------------------*/
/* アプリ情報 */
/* ---------------------------------------*/

#info{
	background-color: rgba(255,255,255,0.75);
	border-radius:20px;
	border:solid 4px #000;
	outline:solid 4px #fff;
	width: 96%;
	max-width: 900px;
	margin: 30px auto 0 auto;
	position: relative;
}


#info_bg{
	border-radius:20px;
	background-image:url(../img/ptn_dot01.png);
	background-repeat:repeat;
	background-position:left top;
	background-size :10px;
	
	padding: 15px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:start;
}

#app_icon{
	width: 20%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

#app_detail{
	width:80%;
	text-align: left;
}


#app_detail li{
	width: 100%;
	padding: 0 0 6px 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: start;
	align-items:stretch;
}

#app_detail li span{
}

#app_detail .t01{
	width: 20%;
}

#app_detail .t02{
	width: 3%;
}

#app_detail .d01{
	width: 77%;
}

.btn_block02{
	max-width: 250px;
	padding: 20px 0;
}

.sns{
	padding: 20px 0 0 0;
}

.sns img{
	max-width: 70px;
	filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.3));
}

@media (max-width: 800px) {
	#app_icon{
		width: 100%;
		padding: 0 0 20px 0;
	}

	#app_detail{
		width:100%;
	}

}/*@media*/

@media (max-width: 480px) {
	
	#app_detail .t01{
		width: 100%;
	}
	#app_detail .d01{
		width: 97%;
	}

}/*@media*/


/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/

#pagetop{
	width:8%;
	max-width: 110px;
	min-width: 60px;
	position: fixed;
	bottom:-30%;
	right: -14%;
	z-index: 200;
}

#pagetop a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

.move_up01{
	animation:ani_move_up01 0.4s ease-in-out 0.1s forwards;
}

@keyframes ani_move_up01{
	0% { bottom: -30%; right: 0.5%;}
	100% { bottom: 1%; right: 0.5%;}
}

.move_fly01{
	animation:ani_move_fly01 0.7s ease-in-out forwards;
}

@keyframes ani_move_fly01{
	0% { bottom: 1%; right: 0.5%;}
	100% { bottom: 120%; right: 0.5%;}
}


#bottom_bg01{
	width: 100%;
	padding: 0 0 100% 0;
	position: absolute;
	bottom:20px;
	left: 0;
	z-index: 0;
}



#footer{
	font-size: 1rem;
	background-color: #fff;
	color: #222;
	margin: 0px auto 0 auto;
	padding: 6px 20px 6px 20px;
	line-height: 1.6;
	position: relative;
	z-index: 10;
}

#footer ul{
	margin: 0 0 10px 0;
	
}

#footer ul li{
	display: inline;
}



@media (min-width: 640px) {

	#footer_top{
		width: 100%;
		max-width: 1080px;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: hidden;
	}


	#footer_top #footer_logo{

	}


	#footer_top .list{
		width:100%;
	}

	#footer_top span{
		display: inline-block;
	}

}/*@media*/
