@charset "Shift_JIS";

a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#ruler{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#contents{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	
	background-color: #CCCCCC;;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.7;
	background-color: #000000;
	z-index: 500;
}

.loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(54,137,200, 1);
	z-index: 1000;
	
}
.loading p{
	text-align: center;
	position: relative;
	margin: 30px auto;
	width: 200px;
	height: 60px;
	-webkit-border-radius: 20px;
	background-color: #FFFFFF;
	
	vertical-align: middle;
	line-height: 60px;
}

.navi{
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.navi ul{
	width: 100%;
	height: 42px;
	position: relative;
	text-align: center;
}
.navi a{
	display: block;
	width: 100%;
	height: 100%;
}
.navi li,
.navi > div{
	height: 42px;
	width: 16px;
	display: inline-block;
}
.navi .prev,
.navi .next{
	position: absolute;
	width: 75px;
}
.navi .prev{
	top: 0;
	left: 0;
	background: url(../img/btn_back_off.png) no-repeat 0 0;
	background-size: 75px 42px;
}
.navi .next{
	top: 0;
	right: 0;
	background: url(../img/btn_next_off.png) no-repeat 0 0;
	background-size: 75px 42px;
}
.navi .prev.active{
	background: url(../img/btn_back.png) no-repeat 0 0;
	background-size: 75px 42px;
}
.navi .next.active{
	background: url(../img/btn_next.png) no-repeat 0 0;
	background-size: 75px 42px;
}


.navi li{
	width: 9px;
	margin-right: 7px;
}
.navi li:last-child{
	margin-right: 0;
}
.navi li a{
	margin-top: 18px;
	background: url(../img/pager_off.png) no-repeat 0 0;
	background-size: 9px;
}
.navi li.active a{
	background: url(../img/pager_on.png) no-repeat 0 0;
	background-size: 9px;
}

/* メニューボタン */
.menu{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 600;
}
.menu #head-menu {
	position: absolute;
	right: 2px;
	top: 0;
}
.menu #head-menu-popup {
	opacity: 0.0;
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 33px;
	z-index: 1500;
}
.menu #head-menu-popup .triangle {
	position: absolute;
	right: 24px;
	top: 0;
	border-bottom: 10px solid rgba(90, 194, 220, 1);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	width: 0;
}
.menu #head-menu-popup ul {
	position: absolute;
	left: 0;
	top: 10px;
	background-color: rgba(90, 194, 220, 1);
	text-align: center;
	padding: 5px 0;
	width: 100%;
}
.menu #head-menu-popup ul li {
	position: relative;
	display: inline-block;
	width: 32%;
	background-color: rgba(255, 255, 255, 1);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 12px;
	background-size: 35px 30px;
	-webkit-background-size: 35px 30px;
	border-right: 1px solid rgba(220, 220, 220, 1);
}
.menu #head-menu-popup ul.column2 li {
	width: 48%;
}
.menu #head-menu-popup ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.menu #head-menu-popup ul li:last-child {
	border: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.menu #head-menu-popup li.home {
	background-image: url('../img/head_menu_home.png');
}
.menu #head-menu-popup li.menu {
	background-image: url('../img/head_menu_menu.png');
}

.menu #head-menu-popup ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 43px;
	padding-bottom: 5px;
}

.pages{
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

.page{
	position: relative;
	width: 100%;
	height: 460px;
	overflow: hidden;
	float: left;
	
	background-color: #FFFFFF;
}

.page .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}

.page .title{
	height: 135px;
	/*background-color: red;*/
	position: relative;
	width: 100%;
	z-index: 2;
}

.valign_middle{
	position: relative;
	width: 100%;
	height: 315px;
	/*background-color: green;*/
	z-index: 10;
}

/* 仮想デバイスウィンドウ */
.vscreen{
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 1280px;
	/*background-color: red;*/
}

.page .title > *{
	width: 287px;
	margin:0 auto;
}
.page .title > h3{
	height: 39px;
}
.page .chara{
	position: relative;
	text-align: center;
	z-index: 20;
}
.page .chara > *{
	position: relative;
	margin:0 auto;
}

.page .chara .wrap{
	width: 320px;
}

/*=================== ホーム =======================*/
#page_home{
	background-color: #3689C8;
	position: relative;
}
	#page_home h3{
		height: 105px;
	}

	#page_home .title{
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 15px;
		z-index: 20;

	}
	#page_home .title > h3,
	#page_home .title > p{
		width: 318px;
	}

	#page_home .kumo{
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 136px;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	#page_home .kumo .wrap{
		position: relative;
		width: 100%;
		height: 136px;
	}
	
	#page_home .kumo img{
		position: absolute;
		top: 0;
	}
	#page_home .kumo .bg{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 46px;
		width: 100%;
		background-color: #FFFFFF;
	}
	#page_home .kumo .left_bg{
		position: absolute;
		top: 64px;
		left: 0;
		height: 45px;
		background: url(../img/home/left_bk.gif) repeat-x 0 0;
		background-size: 56px 45px;
	}
	#page_home .kumo .right_bg{
		position: absolute;
		top: 64px;
		right: 0;
		height: 26px;
		background: url(../img/home/right_bk.gif) repeat-x 0 0;
		background-size: 37px 26px;
	}

	#page_home .chara{
		width: 320px;
		height: 227px;
		position: absolute;
		bottom: 0;
		z-index: 5;
	}
	#page_home .chara img{
		position: absolute;
	}
	#page_home .chara .hare{
		left: 108px;
		bottom: 34px;
		z-index: 10;
	}
	#page_home .chara .kumori{
		left: 38px;
		bottom: 147px;
		z-index: 1;
	}
	#page_home .chara .ame{
		left: 101px;
		bottom: 178px;
		z-index: 1;
	}
	#page_home .chara .kaminari{
		left: 181px;
		bottom: 171px;
		z-index: 1;
	}
	#page_home .chara .kaze{
		left: 231px;
		bottom: 110px;
		z-index: 1;
	}
	#page_home .chara .yuki1{
		left: 283px;
		bottom: 203px;
		z-index: 1;
	}
	#page_home .chara .yuki2{
		left: 257px;
		bottom: 186px;
		z-index: 1;
	}
	#page_home .chara .yuki3{
		left: 289px;
		bottom: 177px;
		z-index: 1;
	}
	
	/*================= アニメーション設定 =================*/

	/* ホーム画面 *******************************************/
	#page_home .chara > img,
	#page_home .kumo{
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes home_kumo_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,10px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .home_kumo_anime{
		-webkit-animation-name: home_kumo_anime;
		-webkit-animation-duration: 4s;
	}
	
	@-webkit-keyframes home_hare_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,12px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .chara .home_hare_anime{
		-webkit-animation-name: home_hare_anime;
		-webkit-animation-duration: 4.6s;
		
	}

	@-webkit-keyframes home_kumori_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,10px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .chara .home_kumori_anime{
		-webkit-animation-name: home_kumori_anime;
		-webkit-animation-duration: 3.6s;
	}
	
	@-webkit-keyframes home_ame_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,10px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .chara .home_ame_anime{
		-webkit-animation-name: home_ame_anime;
		-webkit-animation-duration: 3.8s;
	}
	@-webkit-keyframes home_kaminari_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,10px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .chara .home_kaminari_anime{
		-webkit-animation-name: home_kaminari_anime;
		-webkit-animation-duration: 3.6s;
	}
	@-webkit-keyframes home_kaze_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,11px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .chara .home_kaze_anime{
		-webkit-animation-name: home_kaze_anime;
		-webkit-animation-duration: 3.8s;
	}
	
	@-webkit-keyframes home_yuki1_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,5px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_home .chara .home_yuki1_anime{
		-webkit-animation-name: home_yuki1_anime;
		-webkit-animation-duration: 2.3s;
	}
	#page_home .chara .home_yuki2_anime{
		-webkit-animation-name: home_yuki1_anime;
		-webkit-animation-duration: 2.2s;
	}
	#page_home .chara .home_yuki3_anime{
		-webkit-animation-name: home_yuki1_anime;
		-webkit-animation-duration: 2.26s;
	}




/*=================== はれてなびん =======================*/

#page_hare{
	background-color: #3689C8;
}
	#page_hare .title > p{
		margin-top: 22px;
	}

	/* 雲 */
	#page_hare .kumo{
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 175px;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	#page_hare .kumo .wrap{
		position: relative;
		width: 100%;
		height: 175px;
	}
	
	#page_hare .kumo img{
		position: absolute;
		top: 0;
		right: 0;
	}
	#page_hare .kumo .bg{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 79px;
		width: 100%;
		background-color: #FFFFFF;
	}
	#page_hare .kumo .left_bg{
		position: absolute;
		top: 74px;
		left: 0;
		height: 45px;
		background: url(../img/hare/left_bk.gif) repeat-x 0 0;
		background-size: 56px 45px;
	}	
	#page_hare .chara{
		width: 250px;
		height: 250px;
		position: absolute;
		bottom: 40px;
		right: 0;
		z-index: 5;

	}
	#page_hare .chara img.tenabin{
		position: absolute;
		top: 0;
		right: -57px;
		z-index: 2;
	}
	#page_hare .chara img.hand{
		position: absolute;
		top: 100px;
		right: 117px;
		z-index: 1;
	}
	
	/*================= アニメーション設定 =================*/

	/* アニメーション共通設定 */
	#page_hare .chara > img,
	#page_hare .kumo,
	#page_hare .chara{
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}
	/* 雲のアニメーション */
	@-webkit-keyframes hare_kumo_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,15px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_hare .hare_kumo_anime{
		-webkit-animation-name: hare_kumo_anime;
		-webkit-animation-duration: 6s;
		
	}
	/* てなびんの上下アニメーション */
	@-webkit-keyframes hare_chara_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,8px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_hare .hare_chara_anime{
		-webkit-animation-name: hare_chara_anime;
		-webkit-animation-duration: 4s;
		
	}
	/*
	@-webkit-keyframes hare_hand_anime {
		0%{
			-webkit-transform: rotate3d(0,0,1, 0deg);
		}
		50%{
			-webkit-transform: rotate3d(0,0,1, -10deg);
		}
		100%{
			-webkit-transform: rotate3d(0,0,1, 0deg);
		}
	}*/
	@-webkit-keyframes hare_hand_anime {
		0%{
			-webkit-transform: rotate(0deg);
		}
		50%{
			-webkit-transform: rotate(-10deg);
		}
		100%{
			-webkit-transform: rotate(0deg);
		}
	}
	#page_hare .hare_hand_anime{
		-webkit-animation-name: hare_hand_anime;
		-webkit-animation-duration: 2s;
		-webkit-transform-origin: 100% 100% 0;
	}
	
/*=================== くもりてなびん =======================*/

#page_kumori{
	background-color: #918ABD;
}
	#page_kumori .title > p{
		margin-top: 22px;
	}
	
	/* 雲 */
	#page_kumori .kumo{
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 175px;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#page_kumori .kumo .wrap{
		position: relative;
		width: 100%;
		height: 175px;
	}
	
	#page_kumori .kumo img{
		position: absolute;
		top: 0;
		right: 0;
	}
	#page_kumori .kumo .bg{
		position: absolute;
		top: 0;
		left: 0;
		height: 45px;
		width: 100%;
		background-color: #B5B6B6;
	}
	#page_kumori .kumo .left_bg{
		position: absolute;
		top: 0;
		left: 0;
		height: 51px;
		background: red url(../img/kumori/left_bk.gif) repeat-x 0 0;
		background-size: 105px 51px;
	}
	#page_kumori .kumo .right_bg{
		position: absolute;
		top: 0;
		right: 0;
		height: 173px;
		background: #B5B6B6 url(../img/kumori/right_bk.gif) repeat-x 0 bottom;
		background-size: 115px 72px;
	}
	
	/*================= アニメーション設定 =================*/

	/* アニメーション共通設定 */
	#page_kumori .chara,
	#page_kumori .kumo{
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}
	/* てなびんのアニメーション */
	@-webkit-keyframes kumori_chara_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,15px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_kumori .kumori_chara_anime{
		-webkit-animation-name: kumori_chara_anime;
		-webkit-animation-duration: 5s;
		
	}

	/* 雲アニメーション */
	@-webkit-keyframes kumori_kumo_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,-10px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_kumori .kumori_kumo_anime{
		-webkit-animation-name: kumori_kumo_anime;
		-webkit-animation-duration: 6s;
		
	}

/*================ あめてなびん =============================*/
#page_ame{
	background-color :#3D9FB9;
}
	#page_ame .title > p{
		margin-top: 22px;
	}
	#page_ame .chara{
		top:13px;
	}
	
	/* なみだ */
	#page_ame .chara .namida{
		position: absolute;
		top: 123px;
		left: 116px;
		-webkit-transform: scale3d(0.3, 0.3, 1.0);
		-webkit-transform-origin: 50% 0 0;
	
	}
	#page_ame .tenabin{
		position: absolute;
		left: 82px;
		top: 0;
	}
	
	/* 雨 */
	#page_ame .ame{
		position: absolute;
		top: 0;
		left: 0;
		width: 2px;
		height: 351px;
		background: url(../img/ame/line.png) no-repeat 0 0;
		background-size: 2px 351px;
		opacity: 0.8;
		z-index: 0;
	}

	/*================= アニメーション設定 =================*/

	/* アニメーション共通設定 */
	#page_ame .chara > img,
	#page_ame .chara,
	#page_ame .namida{
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}
	#page_ame .ame{
		-webkit-animation-iteration-count: infinite;
		-webkit-transform-origin: 50% 0 0;
	}
	/* なみだのアニメーション */
	@-webkit-keyframes ame_namida_anime {
		0%{
			-webkit-transform: scale(0.2, 0.2);
		}
		50%{
			-webkit-transform: scale(1.0, 1.0);
		}
		100%{
			-webkit-transform: scale(0.2, 0.2);
		}
	}
	#page_ame .chara .ame_namida_anime{
		-webkit-animation-name: ame_namida_anime;
		-webkit-animation-duration: 5s;
		
	}
	/* てなびんの上下アニメーション */
	@-webkit-keyframes ame_chara_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,5px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_ame .ame_chara_anime{
		-webkit-animation-name: ame_chara_anime;
		-webkit-animation-duration: 2s;
		
	}
	/* 雨のアニメーション */
	/*
	@-webkit-keyframes ame_ame_anime1 {
		0%{
			-webkit-transform: translate3d(0, 0, 0);
			opacity: 0.0;
		}
		to{
			-webkit-transform: translate3d(-200px, 300px, 0);
			opacity: 0.0;
		}
	}
	page_ame .ame{
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
	}*/
	/*
	#page_ame .ame_ame_anime1{
		-webkit-animation-name: ame_ame_anime1;
		-webkit-animation-duration: 1s;
	}*/

/*================ ゆきてなびん =============================*/
#page_yuki{
	background-color :#72BE7C;
}
	#page_yuki .title > p{
		margin-top: 22px;
	}

	/* 雪 */
	#page_yuki .yuki1{
		position: absolute;
		width: 45px;
		height: 45px;
		background: url(../img/yuki/tenabin_01.png) no-repeat 0 0;
		background-size: 45px 45px;
		z-index: 0;
	}
	#page_yuki .yuki2{
		position: absolute;
		width: 45px;
		height: 45px;
		background: url(../img/yuki/tenabin_02.png) no-repeat 0 0;
		background-size: 45px 45px;
		z-index: 0;
	}
	#page_yuki .yuki3{
		position: absolute;
		width: 45px;
		height: 45px;
		background: url(../img/yuki/tenabin_03.png) no-repeat 0 0;
		background-size: 45px 45px;
		z-index: 0;
	}
	
	#page_yuki .vscreen img{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	@-webkit-keyframes vscreen_anime {
		0%{
			-webkit-transform: translate3d(0, 0, 0);
		}
		25%{
			-webkit-transform: translate3d(30px, 0, 0);
		}
		50%{
			-webkit-transform: translate3d(0, 0, 0);
		}
		75%{
			-webkit-transform: translate3d(-30px, 0, 0);
		}
		100%{
			-webkit-transform: translate3d(0, 0, 0);
		}
	}
	#page_yuki .vscreen_anime{
		-webkit-animation-name: vscreen_anime;
		-webkit-animation-duration: 8s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}
	
/*================ かぜてなびん =============================*/
#page_kaze{
	background-color :#B48B64;
}
	#page_kaze .chara{
		z-index: 1;
	}

	#page_kaze .title > p{
		margin-top: 22px;
	}

	/* てなびん */
	#page_kaze .tenabin{
		position: absolute;
		width: 237px;
		height: 198px;
		z-index: 50;
		top: 0;
		left: 45px;
		/*opacity: 0;*/
		-webkit-transform: translate3d(400px, -300px, 0)
	}
	/* 風 */
	#page_kaze .kaze{
		position: absolute;
		width: 254px;
		height: 222px;
		z-index: 0;
		top: -75px;
		left: 135px;
		
	}
	/* 風マスク */
	#page_kaze .kaze_mask{
		position: absolute;
		width: 300px;
		height: 222px;
		z-index: 2;
		top: -75px;
		left: 135px;
		
		/*-webkit-transform: translate3d(-257px, 0, 0); opacity: 1;*/
	}
	
	/*================= アニメーション設定 =================*/
	/*
	@-webkit-keyframes kaze_chara_anime {
		0% { -webkit-transform: translate3d(400px, -300px, 0) rotate(-30deg); opacity: 0.0;  }
		100% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1.0; }
	}*/
	@-webkit-keyframes kaze_chara_anime {
		0% { -webkit-transform: translate3d(400px, -300px, 0) rotate(-30deg); }
		100% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg);  }
	}
	@-webkit-keyframes kaze_chara_anime2 {
		0%{
			-webkit-transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1.0;
		}
		50%{
			-webkit-transform: translate3d(0, 5px, 0) rotate(-2deg); opacity: 1.0;
		}
		100%{
			-webkit-transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1.0;
		}
		
	}
	#page_kaze .kaze_chara_anime{

		-webkit-animation-name: kaze_chara_anime;
		-webkit-animation-duration: 0.8s;
		-webkit-animation-timing-function: ease-out;
		
		-webkit-transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1.0;
		/*-webkit-animation: 	kaze_chara_anime 0.8s ease-out 0 1 normal forwards;*/
	}
	#page_kaze .kaze_chara_anime2{
		-webkit-animation-name: kaze_chara_anime2;
		-webkit-animation-duration: 1.6s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}
	
/*================ かみなりてなびん =============================*/
#page_kaminari{
	background-color :#E17B4E;
}
	#page_kaminari .chara{
		z-index: 1;
	}

	#page_kaminari .title > p{
		margin-top: 22px;
	}
	
	/* 雷 */
	#page_kaminari .kaminari{
		position: absolute;
		top: -164px;
		left: 69px;
		width: 221px;
		height: 219px;
	}
	/* 雷マスク */
	#page_kaminari .kaminari_mask{
		position: absolute;
		top: -205px;
		left: 69px;
		width: 221px;
		height: 260px;
	}

	/* てなびん */
	#page_kaminari .tenabin{
		position: absolute;
		width: 225px;
		height: 201px;
		z-index: 50;
		top: 0;
		left: 37px;
	}

	/*================= アニメーション設定 =================*/
	/* てなびんの上下アニメーション */
	@-webkit-keyframes kaminari_chara_anime {
		0%{
			-webkit-transform: translate3d(0,0,0);
		}
		50%{
			-webkit-transform: translate3d(0,3px,0);
		}
		100%{
			-webkit-transform: translate3d(0,0,0);
		}
	}
	#page_kaminari .kaminari_chara_anime{
		-webkit-animation-name: kaminari_chara_anime;
		-webkit-animation-duration: 2s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}

/*================ 紹介ページ１ =============================*/
#page_intro1{
	background-color: #3689C8;
}
	#page_intro1 .container{
		position: absolute;
		top: 0;
		left: 0;
		height: 294px;
		width: 100%;
		z-index: 10;
	}
	
	#page_intro1 .chara{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
	}
	
	#page_intro1 h3{
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 49px;
		text-align: center;
		
	}
	
	#page_intro1 .content{
		text-align: center;
		position: absolute;
		top: 69px;
		width: 100%;
	}
	#page_intro1 .content h4{
		margin-bottom: 5px;
		height: 29px;
	}
	#page_intro1 .content p{
		margin-bottom: 18px;
	}
	#page_intro1 .content p img{
		vertical-align: top;
	}



/*================ 紹介ページ２ =============================*/
#page_intro2{
	background-color: #3689C8;
}
	#page_intro2 h3{
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
	}
	#page_intro2 .content{
		background-image: url(../img/intro2/bk_top.gif), url(../img/intro2/bk_ft.gif);
		background-repeat: no-repeat, no-repeat;
		background-position: center 0, center bottom;
		background-size: 400px 103px, 400px 73px;
		width: 100%;
		height: 151px;
		padding: 103px 0;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
	#page_intro2 .content .left_top_bg{
		position: absolute;
		top: 83px;
		left: 0;
		background: url(../img/intro2/top_bk_left.png) repeat-x 0 0;
		background-size: 61px 20px;
		height: 20px;
		z-index: 1;
	}
	#page_intro2 .content .right_top_bg{
		position: absolute;
		top: 49px;
		right: 0;
		background: url(../img/intro2/top_bk_right.gif) repeat-x 0 0;
		background-size: 65px 54px;
		height: 54px;
		z-index: 1;
	}
	#page_intro2 .content .left_bottom_bg{
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #FFFFFF;
		height: 73px;
	}
	
	#page_intro2 .content .wrap{
		background-color: #FFFFFF;
		height: 154px;
		padding: 14px 20px;
		z-index: 2;
	}
	#page_intro2 .content .wrap > div{
		width: 320px;
		position: relative;
		margin: 0 auto;
	}
	
	#page_intro2 .content .wrap h4{
		margin-bottom: 10px;
	}
	#page_intro2 .content .wrap  p{
		margin-bottom: 25px;
	}
	#page_intro2 .content .wrap h4 a{
		display: inline-block;
		margin-left: 10px;
	}
	

/*================ おわり =============================*/
#page_end{
	background-color: #3689C8;
	color: #FFFFFF;
}
	
	#page_end ul{
		width: 100%;
		text-align: center;
	}
	#page_end ul li{
		display: inline-block;
		width: 132px;
	}
	#page_end ul a{
		display: block;
	}
	#page_end .title{
	
	}
	#page_end h3{
		width: 282px;
		margin: 0 auto 10px auto;
		position: relative;
	}
