@charset "utf-8";

#contents_outer{width: 100%; padding:0 !important;}
#main_contents {width:100% !important;}
#contents{padding-bottom: 0 !important;}
#inuneko_footer{margin-top: 0 !important;}


#bravopets {
	padding-bottom: 90px;
	color: #000;
	font-size: 133.3%; /* 16px */
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#bravopets * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#bravopets sup,
#bravopets sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 90%;
}

#bravopets sup {
	bottom: 1ex;
}

#bravopets sub {
	top: .5ex;
}

#bravopets img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#bravopets .hover01 a img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#bravopets .hover01 a:hover img {
	opacity: .6;
}

#bravopets .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#bravopets .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#bravopets .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#bravopets .navBtn01 {
	position: fixed;
	top: 100px;
	right: 10px;
	-webkikt-animation: pukapuka 3.5s ease-in-out infinite alternate;
	animation: pukapuka 3.5s ease-in-out infinite alternate;
}

#bravopets .mainArea01 {
	padding-top: 9px;
	background: url(../img/bg02.png) repeat-x 0 0, url(../img/bg01.png)no-repeat center bottom;
}

#bravopets .mainArea01 > .title01 {
	text-align: center;
}

#bravopets .cvArea01 {
	background: linear-gradient(to bottom, rgba(255,91,53,1) 0%,rgba(242,140,0,1) 100%);
}

#bravopets .cvArea01 > .inner01 {
	position: relative;
	margin: 0 auto;
	padding-top: 45px;
	width: 1060px;
	min-height: 473px;
}

#bravopets .cvArea01 > .inner01 > .text01 {
	text-align: center;
}

#bravopets .cvArea01 > .inner01 > .button01 {
	margin-top: 14px;
	text-align: center;
}

#bravopets .btnHover01 > a {
	display: block;
	transition: all .5s;
}

#bravopets .btnHover01 > a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#bravopets .cvArea01 > .inner01 > .ballon01 {
	position: absolute;
	bottom: 26px;
	left: 97px;
	-webkikt-animation: pukapuka 2s ease-in-out infinite alternate;
	animation: pukapuka 2s ease-in-out infinite alternate;
}
#bravopets .cvArea01 > .inner01 > .ballon02 {
	position: absolute;
	bottom: -58px;
	left: 0;
	-webkikt-animation: pukapuka 3s ease-in-out infinite alternate-reverse;
	animation: pukapuka 3s ease-in-out infinite alternate-reverse;
}
#bravopets .cvArea01 > .inner01 > .ballon03 {
	position: absolute;
	top: -51px;
	right: 0;
	-webkikt-animation: pukapuka 3s ease-in-out infinite alternate-reverse;
	animation: pukapuka 3s ease-in-out infinite alternate-reverse;
}
#bravopets .cvArea01 > .inner01 > .ballon04 {
	position: absolute;
	top: 54px;
	right: 72px;
	-webkikt-animation: pukapuka 2s ease-in-out infinite alternate;
	animation: pukapuka 2s ease-in-out infinite alternate;
}

@-webkit-keyframes pukapuka {
	0% {
		-webkit-transform: translate( -5px, -20px);
		transform: translate( -5px, -20px);
	}
	100% {
		-webkit-transform: translate( 0, 0);
		transform: translate( 0, 0);
	}
}
@keyframes pukapuka {
	0% {
		-webkit-transform: translate( -5px, -20px);
		transform: translate( -5px, -20px);
	}
	100% {
		-webkit-transform: translate( 0, 0);
		transform: translate( 0, 0);
	}
}

#bravopets .frameArea01 {
	padding: 40px 0 4px;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	background: url(../img/bg03.png) repeat-x top left, url(../img/bg04.png) repeat-x bottom left;
}

#bravopets .frameArea01 > .text01 {
	margin-top: 143px;
	text-align: center;
}

#bravopets .frameArea02 {
	position: relative;
	margin: 99px auto 0;
	padding: 60px 216px 29px 29px;
	width: 850px;
	border: #cacaca solid 1px;
	background: url(../img/bg05.jpg) no-repeat bottom right;
}

#bravopets .frameArea02 > .title01 {
	position: absolute;
	top: -40px;
	left: -20px;
}

#bravopets .frameArea02 > .text01 {
	font-size: 137.5%;
	font-weight: bold;
}

#bravopets .frameArea02 > .text02 {
	margin-top: 5px;
}

#bravopets .frameArea03 {
	position: relative;
	margin: 50px auto 0;
	padding: 5px;
	width: 680px;
	background: linear-gradient(to bottom, rgba(221,4,43,1) 0%,rgba(255,91,53,1) 50%,rgba(242,140,0,1) 100%);
}

#bravopets .frameArea03 > .inner01 {
	position: relative;
	margin-top: 5px;
	background-color: #fff;
}

#bravopets .frameArea03 > .inner01:first-child {
	margin-top: 0;
}

#bravopets .frameArea03 > .inner01 > .text01 {
	position: absolute;
	top: 50%;
	left: 22px;
	margin-top: -25px;
}

#bravopets .frameArea03 > .inner01 > .image01 {
	padding: 2px 0 2px 416px;
}

#bravopets .snsArea01 {
	margin: 0 auto;
	width: 850px;
}

#bravopets .snsArea01 > .inner01 {
	position: relative;
	margin: 43px 0 0 180px;
	padding: 30px 0 30px 148px;
	width: 590px;
	border-radius: 42px;
	background-color: #fff;
}

#bravopets .snsArea01 > .inner01 > .text01 {
	position: absolute;
	top: -4px;
	left: -99px;
	-webkit-animation: buruburu01 2s infinite 2s;
	animation: buruburu01 2s infinite 2s;
}

@-webkit-keyframes buruburu01 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	3% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	6% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	9% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	12% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}
@keyframes buruburu01 {
	0% {
		transform: rotate(0deg);
	}
	3% {
		transform: rotate(-5deg);
	}
	6% {
		transform: rotate(0deg);
	}
	9% {
		transform: rotate(-5deg);
	}
	12% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

#bravopets .fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#bravopets .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#bravopets .snsBtn01 > li {
	margin-right: 20px;
	font-size: 0;
	text-align: center;
}

#bravopets .lineBtn01 img {
	height: 28px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#bravopets .section01 {
	margin-top: 43px;
}

#bravopets .section01 + .section01 {
	margin-top: 100px;
	border-top: #000 solid 3px;
}

#bravopets .section01 > .title01 {
	text-align: center;
	border-bottom: #000 solid 3px;
}

#bravopets .section01 > .inner01 {
	margin: 0 auto;
	width: 1060px;
}

#bravopets .section02 {
	margin: 54px auto 0;
	width: 800px;
}

#bravopets .section02:first-of-type {
	margin-top: 20px;
}

#bravopets .section03 {
	margin: 40px auto 0;
	width: 850px;
}

#bravopets .section03 > .text01 {
	margin-top: 107px;
	text-align: center;
}

#bravopets .section03 > .image01 {
	display: table;
	margin: 30px auto 0;
	text-align: center;
}

#bravopets .section03 > .image01 img {
	border: #ccc solid 1px;
}

#bravopets .box01 {
	position: relative;
	height: 2023px;
}

#bravopets .box01 > .title01 {
	position: absolute;
	top: 40px;
	left: -1px;
}

#bravopets .box01 > .image01 {
	position: absolute;
	top: 50px;
	right: 1px;
}

#bravopets .box01 > .image02 {
	position: absolute;
	top: 527px;
	left: 0;
}

#bravopets .box01 > .image03 {
	position: absolute;
	top: 993px;
	right: 1px;
}

#bravopets .box01 > .image04 {
	position: absolute;
	top: 1410px;
	left: 0;
}

#bravopets .box01 > .text01 {
	position: absolute;
	top: 319px;
	left: 157px;
}

#bravopets .box01 > .text02 {
	position: absolute;
	top: 789px;
	right: 99px;
}

#bravopets .box01 > .text03 {
	position: absolute;
	top: 1216px;
	left: 165px;
}

#bravopets .box01 > .text04 {
	position: absolute;
	top: 1778px;
	right: 84px;
}

#bravopets .box01 > .ballon01 {
	position: absolute;
	top: 470px;
	left: 508px;
	width: 80px;
	-webkikt-animation: pukapuka 3s ease-in-out infinite alternate;
	animation: pukapuka 3s ease-in-out infinite alternate;
}
#bravopets .box01 > .ballon02 {
	position: absolute;
	top: 548px;
	left: 469px;
	width: 45px;
	-webkikt-animation: pukapuka 2s ease-in-out infinite alternate;
	animation: pukapuka 2s ease-in-out infinite alternate;
}
#bravopets .box01 > .ballon03 {
	position: absolute;
	top: 890px;
	right: 1px;
	width: 80px;
	-webkikt-animation: pukapuka 3s ease-in-out infinite alternate-reverse;
	animation: pukapuka 3s ease-in-out infinite alternate-reverse;
}
#bravopets .box01 > .ballon04 {
	position: absolute;
	top: 1553px;
	left: 500px;
	width: 50px;
	-webkikt-animation: pukapuka 2s ease-in-out infinite alternate;
	animation: pukapuka 2s ease-in-out infinite alternate;
}
#bravopets .box01 > .ballon05 {
	position: absolute;
	top: 1639px;
	left: 553px;
	width: 80px;
	-webkikt-animation: pukapuka 3s ease-in-out infinite alternate-reverse;
	animation: pukapuka 3s ease-in-out infinite alternate-reverse;
}
#bravopets .box01 > .ballon06 {
	position: absolute;
	top: 1674px;
	right: 54px;
	width: 50px;
	-webkikt-animation: pukapuka 2s ease-in-out infinite alternate;
	animation: pukapuka 2s ease-in-out infinite alternate;
}
#bravopets .box01 > .ballon07 {
	position: absolute;
	top: 1882px;
	left: 613px;
	width: 60px;
	-webkikt-animation: pukapuka 1.8s ease-in-out infinite alternate;
	animation: pukapuka 1.8s ease-in-out infinite alternate;
}
#bravopets .box01 > .ballon08 {
	position: absolute;
	top: 1884px;
	right: 1px;
	width: 78px;
	-webkikt-animation: pukapuka 3s ease-in-out infinite alternate-reverse;
	animation: pukapuka 3s ease-in-out infinite alternate-reverse;
}
#bravopets .box01 > .ballon09 {
	position: absolute;
	top: 1958px;
	right: 76px;
	width: 50px;
	-webkikt-animation: pukapuka 2s ease-in-out infinite alternate;
	animation: pukapuka 2s ease-in-out infinite alternate;
}

#bravopets .box02 {
	position: relative;
	margin-top: 39px;
}

#bravopets .box02 > .text01 {
	margin-left: 285px;
}

#bravopets .box02 > .text02 {
	margin: 39px 0 0 260px;
}

#bravopets .box02 > .image01 {
	margin: 8px 0 0 441px;
}

#bravopets .box02 > .image02 {
	position: absolute;
	top: 5px;
	left: 64px;
}

#bravopets .box02 > .image03 {
	position: absolute;
	top: 273px;
	right: -100px;
}

#bravopets .box03 {
	margin: 40px auto 0;
	width: 472px;
}

#bravopets .box04 {
	position: relative;
	margin-top: 40px;
	padding-bottom: 142px;
}

#bravopets .box04 > .image02 {
	position: absolute;
	bottom: 0;
	right: 30px;
}

#bravopets .list01,
#bravopets .list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 17px 0 0 269px;
}

#bravopets .list01 > li {
	margin-right: 20px;
}

#bravopets .list02 {
	margin: 0 0 0 316px;
	padding: 21px 0;
}

#bravopets .list02 > li {
	margin-right: 13px;
	height: 53px;
}

#bravopets .list02 > li > a {
	height: 53px;
}

#bravopets .list02 > li img {
	width: auto;
	height: 100%;
}


/* Clearfix */
#bravopets .cf:after {
	content: " ";
	display: block;
	clear: both;
}