@charset "utf-8";
.h1Img {
	margin-right: -15px;
	margin-left: -15px;
}
.js-fadeIn.appeared2 {
	transform: translateY(0);
	transition: none;
}

/*----------------------------
fixBlock
----------------------------*/
#pageTopArea {
	bottom: 90px!important;
	z-index: 999999!important;
}
.fixBlock {
	position: fixed;
	left: 0;
	bottom: -120px;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: opacity .25s ease-in, visibility .25s ease-in;
}
.fixBlock.is-release {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.fixBlock::before {
	content: none;
	display: block;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, rgb(221, 102, 103) 0%, rgb(133, 24, 25) 50%, rgb(229, 139, 140) 100%);
	background: -webkit-linear-gradient(left, rgb(221, 102, 103) 0%, rgb(133, 24, 25) 50%, rgb(229, 139, 140) 100%);
	background: linear-gradient(to right, rgb(221, 102, 103) 0%, rgb(133, 24, 25) 50%, rgb(229, 139, 140) 100%);
}
.fixBlock .sectionInner .inner {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}