@charset "utf-8";
html{
	font-size: 62.5%;
}

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;
	background-image:url(../img/bg01.jpg);
	background-repeat:repeat;
	background-position:left top;
	background-size :auto auto;
	position: relative;
}
 
* 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;
}

.marker{
	background:linear-gradient(transparent 55%, #ff6 55%);
	font-weight: bold;
	font-size: 1.8rem;
	color: #333;
}

.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;
}

#header_bg{
	position: relative;
	background-color: #fbe8cb;
	filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.15));
}

#header{
	width: 100%;
	padding: 30px 0 0 0;
	max-width:1080px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	color: #fff;
}

#contents_bg{
	background: #fff;
	overflow: hidden;
	padding: 0 8px;
}

#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;
}


#catch01{
	max-width: 700px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
}

#catch02{
	width: 20%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 90%;
	z-index: 100;
}

#face_block{
	max-width: 700px;
	margin: 60px auto 40px auto;
	background-color: #fff;
	position: relative;
}

#nose{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 70;
}

#nosehair{
	width: 100%;
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 60;
}

#face{
	width: 100%;
	position: relative;
	z-index: 50;
}

#eyelids{
	width: 100%;
	position: absolute;
	top: -10%;
	left: 0;
	z-index: 40;
	animation:
	ani_eyelids01 10s ease infinite;
}

@keyframes ani_eyelids01 {
	0% {top: -15%; }
	23% {top: -15%; }
	25% {top: 0%; }
	27% {top: -15%; }
	50% {top: -15%; }
	73% {top: -15%; }
	75% {top: 0%; }
	76% {top: -15%; }
	100% {top: -15%; }
}

#eye01{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	animation:
	ani_eye01 10s ease infinite;
}

#eye02{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	animation:
	ani_eye01 10s ease infinite;
}

@keyframes ani_eye01 {
	0% { left: 0%; }
	5% { left: 0%; }
	10% { left: 3.5%; }
	31% { left: 3.5%; }
	39% { left: -3.5%; }
	70% { left: -3.5%; }
	75% { left: 0%; }
	100% { left: 0%; }
}

#eyedown01{
	width: 100%;
	position: absolute;
	top: 1.7%;
	right: -2.5%;
	z-index: 30;
	transition:all 0.3s ease;
}

#eyedown02{
	width: 100%;
	position: absolute;
	top: 1.7%;
	right: 5%;
	z-index: 30;
	transition:all 0.3s ease;
}

#head_txt01{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	color: #62472c;
	line-height: 1.3;
	padding: 0 10px;
}


.btn_block01 ul{
	margin: 0 auto;
	padding: 20px 0px 40px 0px;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.btn_block01 ul li:first-child{
	width: 29.2%;
}

.btn_block01 ul li{
	width: 35.25%;
	padding: 0 0.8%;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

.btn_block01 ul li img{
	filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.15));
}


.btn_block02 ul{
	margin: 0 auto;
	padding: 20px 0px 40px 0px;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.btn_block02 ul li:first-child{
	width: 29.2%;
}

.btn_block02 ul li{
	width: 35.25%;
	padding: 0 0.8%;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

.btn_block02 ul li img{
	filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.15));
}

@media (max-width: 850px) {
	#catch02{
		display: none;
	}
}

@media (max-width: 700px) {
	#head_txt01{
	font-size: 5vw;
	}
}

@media (max-width: 480px) {
	
	.btn_block01 ul li:first-child{
		width: auto;
	}

	.btn_block01 ul li{
		width: auto;
	}
	
	.btn_block01 ul li img{
		max-height: 48px;
	}

	.btn_block01 ul.rpt li{
		width: 98%;
		margin: 0 1% 15px 1%;
	}
	
	.btn_block01 ul.rpt li img{
		max-width: 280px;
	}
	
	.btn_block02 ul.rpt li{
		width: 70%;
		margin: 0 0 15px 0;
	}
	
	.btn_block021 ul.rpt li img{
		max-width: 280px;
	}
}




/* ---------------------------------------*/
/* コンテンツ */
/* ---------------------------------------*/


h2{
	
}

h3{
	font-size: 2.4rem;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}

h3 span{
	display: inline-block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

h3 p{
	color: #dc7916;
	font-weight: bold;
	border-bottom: dotted 4px #dc7916;
	line-height: 1.5;
	margin: 0 0 15px 45px;
}

#container{
	position: relative;
	overflow: hidden;
}


#contents{
	
}

#main{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#intro{
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	opacity: 0;
}

.bound01{
	animation:ani_bound01 0.8s ease-in-out forwards;
}


@keyframes ani_bound01{
	0% { opacity: 0; }
	30% { transform:scale(0.0, 0.0); opacity: 0; }
	65% { transform:scale(1.3, 1.3); }
	85% { transform:scale(0.8, 0.8); }
	100% { transform:scale(1, 1); opacity:1; }
}


.headline{
	width: 96%;
	max-width: 750px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

.talkblock01{
	width: 98%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

.talkblock01 img{
	position: relative;
	left: 0;
	opacity: 0;
	filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.03));
}

.chara01{
	width: 10%;
	position: absolute;
	right: 90%;
	bottom: 0;
}

.talk01{
	width: 100%;
	padding: 0 0 0 11%;
	box-sizing: border-box;
}

.move_a01 img{
	animation-name: ani_a01;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_a01{
	0% { left: -20%; opacity: 0;}
	50% {}
	100% { left: 0%; opacity: 1;}
}

.talkblock02{
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

.talkblock02 img{
	position: relative;
	right: 0;
	opacity: 0;
	filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.03));
}

.chara02{
	width: 13%;
	position: absolute;
	left: 86.5%;
	bottom: 0;
}

.talk02{
	width: 100%;
	padding: 0 14% 0 0;
	box-sizing: border-box;
}


.move_b01 img{
	animation-name: ani_b01;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ani_b01{
	0% { right: -20%; opacity: 0;}
	50% {}
	100% { right: 0%; opacity: 1;}
}



@media (max-width: 480px) {

	#intro{
		padding: 0 0 0 0;
	}
	
	.headline{
		padding: 5% 0 5% 0;
	}

	.talkblock01{
		padding: 2% 0 2% 0;
	}

	.talkblock02{
		padding: 2% 0 2% 0;
	}
	
	.talk01{
		padding: 0;
	}
	
	.talk02{
		padding: 0;
	}
	
	.chara01{
		position: relative;
		width: 14%;
		right: -1%;
	}

	.chara02{
		position: relative;
		width: 17%;
		left: 82%;
	}

}







/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/

#pagetop{
	width:17%;
	max-width: 110px;
	position: fixed;
	bottom:-30%;
	right: -14%;
	z-index: 200;
}


.move_up01{
	animation:ani_move_up01 0.4s ease-in-out 0.4s forwards;
}

@keyframes ani_move_up01{
	0% { bottom: -30%; right: -14%;}
	70% { bottom: 0px; right: 0px;}
	100% { bottom: -1%; right: -0.5%;}
}

.move_down01{
	animation:ani_move_down01 0.4s ease-in-out forwards;
}

@keyframes ani_move_down01{
	0% { bottom: -1%; right: -0.5%;}
	60% { bottom: 0px; right: 0px;}
	100% { bottom: -30%; right: -14%;}
}


#bottom_bg01{
	width: 100%;
	padding: 0 0 100% 0;
	position: absolute;
	bottom:20px;
	left: 0;
	z-index: 0;
}


#info{
	max-width: 800px;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	z-index: 10;
	min-height: 250px;
}

@media (max-width: 800px) {
	#info{
		min-height: 0px;
		padding: 35% 0 0 0;
	}
}


#info p{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
}



#footer{
	font-size: 1rem;
	background-color: #111;
	color: #ccc;
	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*/
