/* keyframes */
@-moz-keyframes bounce {0% {-moz-transform:scale(1)}10% {-moz-transform:scale(.9)}60% {-moz-transform:scale(1.1)}100% {-moz-transform:scale(1)}}
@-webkit-keyframes bounce {0% {-webkit-transform:scale(1)}10% {-webkit-transform:scale(.9)}60% {-webkit-transform:scale(1.1)}100% {-webkit-transform:scale(1)}}
@-o-keyframes bounce {0% {-o-transform:scale(1)}10% {-o-transform:scale(.9)}60% {-o-transform:scale(1.1)}100% {-o-transform:scale(1)}}
@-ms-keyframes bounce {0% {-ms-transform:scale(1)}10% {-ms-transform:scale(.9)}60% {-ms-transform:scale(1.1)}100% {-ms-transform:scale(1)}}
@keyframes bounce {0% {transform:scale(1)}10% {transform:scale(.9)}60% {transform:scale(1.1)}100% {transform:scale(1)}}

@-moz-keyframes dooon {0% {-moz-transform:scale(3.8)}30% {-moz-transform:scale(.9)}60% {-moz-transform:scale(1.1)}100% {-moz-transform:scale(1)}}
@-webkit-keyframes dooon {0% {-webkit-transform:scale(3.8)}30% {-webkit-transform:scale(.9)}60% {-webkit-transform:scale(1.1)}100% {-webkit-transform:scale(1)}}
@-o-keyframes dooon {0% {-o-transform:scale(3.8)}30% {-o-transform:scale(.9)}60% {-o-transform:scale(1.1)}100% {-o-transform:scale(1)}}
@-ms-keyframes dooon {0% {-ms-transform:scale(3.8)}30% {-ms-transform:scale(.9)}60% {-ms-transform:scale(1.1)}100% {-ms-transform:scale(1)}}
@keyframes dooon {0% {transform:scale(3.8)}30% {transform:scale(.9)}60% {transform:scale(1.1)}100% {transform:scale(1)}}

@-moz-keyframes underunder {0% {background-position: center 0px}50% {background-position: center 5px}100% {background-position: center 0px}}
@-webkit-keyframes underunder {0% {background-position: center 0px}50% {background-position: center 5px}100% {background-position: center 0px}}
@-o-keyframes underunder {0% {background-position: center 0px}50% {background-position: center 5px}100% {background-position: center 0px}}
@-ms-keyframes underunder {0% {background-position: center 0px}50% {background-position: center 5px}100% {background-position: center 0px}}
@keyframes underunder {0% {background-position: center 0px}50% {background-position: center 5px}100% {background-position: center 0px}}

html,body{
	height:100%;
}
.font15{
	font-size:15px !important;
}
.font16{
	font-size:16px !important;
}
#ehon_page01,#ehon_page02,#ehon_page03,#ehon_page04{
	background:#00a0e6;
}

.ehon_border{
	padding: 10px 0 0 10px;
	position: relative;
	overflow: hidden;
}

.ehon_box{
	background:#fff;
}

#ehon_page01 .ehon_box {
  background: url(./img/ehon_page01.png) no-repeat center 30% #fff;
	position: relative;
}
#ehon_page01 .ehon_box .tc{
  position: absolute;
	bottom: 0px;
	width:100%;
	height:70px;
}
#ehon_page01 .ehon_box .tc a{
  display: block;
	width:100%;
	height:70px;
	font-size: 20px;
	font-weight: bold;
	color:#00a0e6;
	text-decoration: none;
	background-image: url(./img/ehon_page01_scroll.png);
	background-repeat: no-repeat;
	-webkit-animation: underunder 1s infinite;;
	-moz-animation: underunder 1s infinite;;
	-o-animation: underunder 1s infinite;;
	-ms-animation: underunder 1s infinite;;
	animation: underunder 1s infinite;
}
#ehon_page01 .ehon_box .tc a span{
  display: none;
}

#ehon_page02 .ehon_box {
  background: url(./img/ehon_page02.png) no-repeat center 20% #fff;
}
#ehon_page02 .ehon_page02_car {
  position: absolute;
  bottom:12%;
  left: -620px;
}
#ehon_page02 .ehon_page02_car.move_img {
  left:10%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
#ehon_page02 .ehon_page02_boy {
  position: absolute;
  bottom:10%;
  right: -270px;
}
#ehon_page02 .ehon_page02_boy.move_img {
  right:18%;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
#ehon_page02 .ehon_box p{
  position: absolute;
	bottom: 0px;
	width:100%;
	height:100px;
	text-align: center;
	font-size: 28px;
	font-weight: 100;
	line-height: 36px;
	color:#00a0e6;
}

#ehon_page03 .ehon_box {
  background: url(./img/ehon_page03.png) no-repeat center center;
	background-size: cover;
}
#ehon_page03 .ehon_page03_car {
  position: absolute;
  top: 22%;
  left: -470px;
	transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
}
#ehon_page03 .ehon_page03_car.move_img {
  left:9%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
#ehon_page03 .ehon_page03_boy {
  position: absolute;
  bottom:-400px;
  right:17%;
}
#ehon_page03 .ehon_page03_boy.move_img {
  bottom:10%;
  right:10%;
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
}
#ehon_page03 .ehon_page03_car_sound {
  position: absolute;
  top: 25%;
  left:9%;
	opacity: 0;
	filter: Alpha(opacity=0);
}
#ehon_page03 .ehon_page03_car_sound.move_img {
	top: 5%;
  left: 29%;
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#ehon_page03 .ehon_page03_boy_sound {
  position: absolute;
	top:-400px;
  right:-10%;
	opacity: 0;
	filter: Alpha(opacity=0);
}
#ehon_page03 .ehon_page03_boy_sound.move_img {
	top: 10%;
  right: 5%;
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

#ehon_page04 .ehon_box {
  background: url(./img/ehon_page04.png) no-repeat center center;
	background-size: cover;
}
#ehon_page04 .ehon_page04_fukidashi {
	position:absolute;
	top:10%;
	left:7%;
	filter: Alpha(opacity=0);
	opacity:0;
	width: 675px;
	height: 490px;
	background: url(./img/ehon_page04_fukidashi_bg.png) no-repeat left top;
}
#ehon_page04 .ehon_page04_fukidashi.move_img {
	filter: Alpha(opacity=100);
	opacity:1;
	-webkit-animation: dooon .8s;
	-moz-animation: dooon .8s;
	-o-animation: dooon .8s;
	-ms-animation: dooon .8s;
	animation: dooon .8s;
}
#ehon_page04 .ehon_page04_fukidashi .fukidashi_tx{
	position:absolute;
	top: 260px;
	left: 174px;
	filter: Alpha(opacity=0);
	opacity:0;
}
#ehon_page04 .ehon_page04_fukidashi .fukidashi_tx.move_img{
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	top: 250px;
	left: 170px;
	filter: Alpha(opacity=100);
	opacity:1;
}
#ehon_page04 .ehon_page04_mikizuku {
  position: absolute;
  bottom:-50px;
  right:-500px;
}
#ehon_page04 .ehon_page04_mikizuku.move_img {
  bottom:0;
  right:5%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#ehon_page05 .under_box01{
	background: #00a0e6;
	padding:30px 0 100px;
	min-width:1000px;
}
#ehon_page05 .under_box_voice01{
	position: relative;
	height:420px;
}
#ehon_page05 .under_box_voice01 .voice{
	position: absolute;
	top:100px;
	left: -100%;
	width:100%;
	height:319px;
	background: url(./img/under_box_voice01.png) no-repeat center center;
}
#ehon_page05 .under_box_voice01 .voice.move_other{
	left: 0;
	top:10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#ehon_page05 .under_box_voice01 img{
	position: absolute;
	top:10px;
	left: 0px;
}
#ehon_page05 .under_box01_in{
	width:800px;
	margin:0 auto;
}
#ehon_page05 .under_box01_in .under_box01_div{
	position: relative;
	padding:0 0 30px;
	color: #787878;
}
#ehon_page05 .under_box01_in .under_box01_div .gragh{
	display: block;
	margin: 0 auto 0 0;
	width: 556px;
	height: 330px;
	border-radius: 25px;
	background: #fff;
	padding: 40px 0 0 30px;
}
#ehon_page05 .under_box01_in .under_box01_div .gragh img{
	padding: 0 0 15px;
}
#ehon_page05 .under_box01_in .under_box01_div .mikizuku{
	position:absolute;
  right: -20px;
	top:50px;
}
#ehon_page05 .under_box01_in .under_box01_div .voice{
	position:absolute;
	right: 150px;
	top: -100px;
}
#ehon_page05 .under_box01_in p.font15{
	color: #fff;
  line-height: 28px;
}

#ehon_page05 .under_box02{
	background:url(./img/under_box02_bg.png) no-repeat center top #dcf5ff;
	padding:30px 0 100px;
	min-width:1000px;
}
#ehon_page05 .under_box_voice02{
	position: relative;
	height:380px;
}
#ehon_page05 .under_box_voice02 .voice{
	position: absolute;
	top:100px;
	left: -100%;
	width:100%;
	height:319px;
	background: url(./img/under_box_voice02.png) no-repeat center center;
}
#ehon_page05 .under_box_voice02 .voice.move_other{
	left: 0;
	top:10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#ehon_page05 .under_box_voice02 img{
	position: absolute;
	top:10px;
	left: 0;
}
#ehon_page05 .under_box02_in{
	width:800px;
	margin:0 auto;
}
#ehon_page05 .under_box02_in .under_box02_dl01{
	position: relative;
	margin:0 0 30px;
	border:3px solid #00a0e6;
	text-align:center;
}
#ehon_page05 .under_box02_in .under_box02_dl01 dt{
	display: inline-block;
	background: #dcf5ff;
	padding:0 20px;
	font-size:23px;
	font-weight: bold;
	color: #00a0e6;
	position: relative;
	top: -15px;
}
#ehon_page05 .under_box02_in .under_box02_dl01 dd{
	padding:0 30px 25px;
}
#ehon_page05 .under_box02_in .under_box02_dl01 .gragh{
	padding:50px 0 20px;
}
#ehon_page05 .under_box02_in .under_box02_dl01 .mikizuku{
	position: absolute;
	right: -90px;
	top: 180px;
}
#ehon_page05 .under_box02_in .under_box02_dl01 .voice{
	position: absolute;
	right: 30px;
	top: 100px;
}
#ehon_page05 .under_box02_in .under_box02_dl01 .font10{
	text-align: left;
	color: #787878;
}
#ehon_page05 .under_box02_in p.font15{
  line-height: 28px;
}
#ehon_page05 .under_box02_in .under_box02_dl02{
	position: relative;
	margin:0 0 30px;
	border:3px solid #00a0e6;
	text-align:center;
}
#ehon_page05 .under_box02_in .under_box02_dl02 dt{
	display: inline-block;
	background: #dcf5ff;
	padding:0 20px;
	font-size:23px;
	font-weight: bold;
	color: #00a0e6;
	position: relative;
	top: -15px;
}
#ehon_page05 .under_box02_in .under_box02_dl02 dd{
	padding:0 30px 25px;
}
#ehon_page05 .under_box02_in .under_box02_dl02 .gragh{
	padding:50px 0 20px;
}
#ehon_page05 .under_box02_in .under_box02_dl02 .mikizuku{
	position:absolute;
	right: -60px;
	top: -20px;
}
#ehon_page05 .under_box02_in .under_box02_dl02 .voice{
	position:absolute;
	right: 60px;
  top: 60px;
}
#ehon_page05 .under_box02_in .under_box02_dl02 .font10{
	text-align: left;
	color: #787878;
}

#ehon_page05 .under_box03{
	background:#05d2ff;
	padding:30px 0 100px;
	overflow: hidden;
}
#ehon_page05 .under_box_voice03{
	position: relative;
	height:350px;
}
#ehon_page05 .under_box_voice03 .voice{
	position: absolute;
	top:10px;
	left:-100%;
	width:100%;
	height:319px;
	background: url(./img/under_box_voice03.png) no-repeat center center;
}
#ehon_page05 .under_box_voice03 .voice.move_other{
	left: 80px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#ehon_page05 .under_box_voice03 img{
	position: absolute;
	top:10px;
	left: 0;
}
#ehon_page05 .under_box03_in{
	width:800px;
	margin:0 auto;
}
#ehon_page05 .under_box03_in ul{
	height:390px;
}
#ehon_page05 .under_box03_in ul li{
	float: left;
	padding: 295px 0px 0;
	height: 90px;
	width: 266px;
	text-align: center;
	color: #fff000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
#ehon_page05 .under_box03_in ul li.li01{background: url(./img/under_box03_in_01.png) no-repeat center top;}
#ehon_page05 .under_box03_in ul li.li02{background: url(./img/under_box03_in_02.png) no-repeat center top;}
#ehon_page05 .under_box03_in ul li.li03{background: url(./img/under_box03_in_03.png) no-repeat center top;}
#ehon_page05 .under_box03_in p.font15{
	color: #fff;
  line-height: 28px;
	padding: 0 20px;
}

#ehon_page05 .under_box04{
	text-align: center;
	padding:100px 0 100px;
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}
#ehon_page05 .under_box04 .about_mikizuku dt{
	font-size: 30px;
	font-weight: 300;
	color: #00a0e6;
	display: block;
  padding:60px 0 30px;
}
#ehon_page05 .under_box04 .about_mikizuku dd{
	font-size: 17px;
	color: #787878;
	line-height: 34px;
	padding: 0 0 60px;
}
#ehon_page05 .under_box04 .count_comment{
	font-size:18px;
	color: #00a0e6;
	display: inline-block;
  padding:5px 10px;
	border: 1px solid #00a0e6;
}
#ehon_page05 #mikizukubox{
	height:650px;
	position: relative;
}
#ehon_page05 #mikizukubox #mikizuku_count{
	width: 335px;
	height:300px;
	position: absolute;
	top:80px;
	left: 10px;
	background: url(./img/mikizuku_count.png) no-repeat left top;
	color: #00a0e6;
}
#ehon_page05 #mikizukubox #mikizuku_count span{
	display: block;
	width:200px;
	height:150px;
	position: absolute;
	top:85px;
	left:20px;
	font-size: 117px;
	line-height: 1em;
	letter-spacing: -2px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
#ehon_page05 #mikizukubox #mikizuku_count small{
	position: absolute;
	top:150px;
	left:210px;
	font-size:37px;
	line-height: 1em;
  font-weight: 600;
}
#ehon_page05 #mikizukubox #count_btn01{
	width:400px;
	height:570px;
	position: absolute;
	top:30px;
	left:360px;
	background: url(./img/count_btn01_p.png) no-repeat left top;
}
#ehon_page05 #mikizukubox #count_btn01 a{
	width:400px;
	height:570px;
	display: block;
}
#ehon_page05 #mikizukubox #count_btn01.have_cookie a{
	display:none;
}
#ehon_page05 .under_box04 .about_occhan{
	padding: 40px 40px;
	width: 570px;
	margin: 0 auto;
	border: 3px solid #00a0e6;
	background: url(./img/about_occhan.png) no-repeat 40px 30px;
}
#ehon_page05 .under_box04 .about_occhan p{
	background: url(./img/about_occhan_p.png) no-repeat left top;
  padding: 40px 0 40px;
	margin:0 0 0 190px;
	text-align: left;
	font-size: 13px;
	line-height: 25px;
}
#ehon_page05 .under_box04 .about_occhan .occhan_timeline{
	border: 2px solid #00A0E6;
	padding-top: 20px;
	width: 390px;
	margin: 0 auto;
}
.foot_logo{
    height:270px;
    text-align:center;
    padding:60px 0 0;
}
.foot_logo a.reloop_logo{
    display:inline-block;
    width:301px;
    height:131px;
    background:url(/static/img/common/foot_reloop_logo.png) no-repeat center center;
}
.foot_logo a.reloop_logo:hover{
    background:url(/static/img/common/foot_reloop_logo_on.png) no-repeat center center;
}
.foot_logo a.reppi_logo{
    display:inline-block;
    width:301px;
    height:131px;
    background:url(./img/footer_reppi_logo_off.png) no-repeat center center;
}
.foot_logo a.reppi_logo:hover{
    background:url(./img/footer_reppi_logo_on.png) no-repeat center center;
}
.foot_logo a span{
    display:none;
}
.blank_space{
	height:100px;
}


/* modal */
.modal-content {
  position:fixed;
  display:none;
  z-index:2;
  width:800px;
  margin:0;
	text-align: center;
	padding: 30px 0;
  border-radius:30px;
  background:#00b4e6;
}
.modal-content .modal-close{
  position:absolute;
	top:30px;
	right:30px;
  display:block;
	height:39px;
	width:38px;
  background:url(./img/ShowThanks_close.png) no-repeat left top;
}

.modal-content p {
  margin:0;
  padding:0;
}
.modal-content .ShowThanks_img{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 420px 0 20px;
	background:url(./img/ShowThanks_img.png) no-repeat center top;
}
.modal-content .logo_sns{
	display: block;
	width: 512px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 0 20px 40px;
	height: 90px;
}
.modal-content .logo_sns .thanks_logo{
  float:left;
}
.modal-content .logo_sns aside ul{
  margin: 0 auto;
  padding:0 0 10px;
  line-height: 1em;
  display: table;
  height: 80px;
}
.modal-content .logo_sns aside ul>li{
  display: table-cell;
  height:70px;
  vertical-align: bottom;
  padding: 0 5px;
}

.modal-overlay {
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

.modal-open {
  color:#00f;
  text-decoration:underline;
}

.modal-open:hover {
  cursor:pointer;
  color:#f00;
}

.modal-close {
  color:#00f;
  text-decoration:underline;
}

.modal-close:hover {
  cursor:pointer;
  color:#f00;
}