.header {
	height: auto !important;
}
.header .inner{
	height: 44px !important;
}
/*------------------------------ヘッダーバナー*/
#headerBnnerBx {width: 100%;}
#bannerInnerArea {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}
#bannerInnerArea .hederBanner {
	width: 340px;
	height: auto;
	line-height: 1;
}
#bannerInnerArea .hederBanner img{
	width: 100%;
	height: auto !important;
	display: block;
}
@media screen and (max-width: 840px) {
	#bannerInnerArea {
	flex-direction: column;
	position: relative;
	}
	#bannerInnerArea .hederBanner {
	width: 100%;
	}
	#bannerInnerArea .hederBanner:first-of-type {
	position: absolute;
	top: 0;
	opacity: 0;
	animation: hdBnnerfd 7.6s linear infinite;
	animation-delay: -7.6s;
	}
	
	@keyframes hdBnnerfd {
  	0% {
    opacity: 0;
  	}
  	6.6% {
    opacity: 1;
    z-index: 2;
  	}
  	47.6% {
    opacity: 1;
  	}
  	53.6% {
    opacity: 0;
  	}
  	100% {
    opacity: 0;
    z-index: -1;
  	}
	}
}

/*------------------------------ページサイドスライドバナー*/
#side_slideBnner {
	display: inline-block;
	position: fixed;
	top: 20vh;
	left: -550px;
	z-index: 6;
}
#side_slideBnner aside {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: stretch;
	position: relative;
	margin-bottom: 2rem;
	transform: translateX(0);
	transition: all 0.3s 0s linear;
}
#side_slideBnner aside:last-of-type {
	margin-bottom: 0;
}
#side_slideBnner aside.on {
	transform: translateX(550px);
	transition: all 0.3s 0s ease-in;
}
#side_slideBnner .titleArea.color_a {/*1つ目*/
	background: #75848C;
}
#side_slideBnner .titleArea.color_b {/*2つ目*/
	background: #5F6365;
}
#side_slideBnner .titleArea {
	width: 60px;
	box-sizing: border-box;
	padding: 20px 0 10px 7px;
	border-radius: 0 14px 14px 0;
	margin: 0;
	cursor: pointer;
}
#side_slideBnner .titleArea h2 {
	font-size: 2.1rem;
	color: #FFF;
	letter-spacing: 0.26em;
	line-height: 1.2;
	writing-mode: vertical-rl;
	margin: 0;
}
#side_slideBnner .titleArea h2 span {color: #FFF !important;}
#side_slideBnner .titleArea h2 span.en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}
#side_slideBnner .titleArea + div {
	margin: 0;
	width: 550px;
}
#side_slideBnner .titleArea + div img {
	height: auto;
}
#side_slideBnner .titleArea .makuake_logo {
	text-align: center;
	margin: 0 0 20px;
}
#side_slideBnner .titleArea .makuake_logo img {
	width: 56%;
	height: auto;
}
#side_slideBnner .banner_clooseBtn{
	width: 60px;
    height: 47px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #d4d4d4;
    padding: 0;
}
#side_slideBnner .banner_clooseBtn span {
	width: 20px;
    height: 20px;
    display: block;
    position: relative;
}
#side_slideBnner .banner_clooseBtn span::before,
#side_slideBnner .banner_clooseBtn span::after {
	width: 74%;
	height: 1px;
	display: block;
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	background: #FFF;
}
#side_slideBnner .banner_clooseBtn span::after {
    transform: translateY(-50%) rotate(45deg);
}
#side_slideBnner .banner_clooseBtn span::before{
	transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1280px) {
	#side_slideBnner .titleArea + div {
	width: 500px;
	}
	#side_slideBnner {
	top: 18vh;
	left: -500px;
	}
	#side_slideBnner .titleArea .makuake_logo {
	    margin: 0 0 14px;
	}
	#side_slideBnner .titleArea h2 {
	font-size: 2rem;
	}
}
@media screen and (max-width: 960px) {
	#side_slideBnner {
	top: 40vh;
	left: -320px;
	}
	#side_slideBnner aside.on {
	transform: translateX(320px);
	}
	#side_slideBnner .titleArea {
	width: 52px;
	padding: 14px 0 36px 6px;
	border-radius: 0 8px 8px 0;
	}
	#side_slideBnner .titleArea + div {
	margin: 0;
	width: 320px;
	}
	#side_slideBnner .titleArea h2 {
	font-size: 1.6rem;
	margin: 0;
	}
	#side_slideBnner .titleArea h2 span.en {
	font-size: 1.4rem;
	}
	#side_slideBnner .titleArea .makuake_logo {
	margin: 0 0 14px;
	}
	#side_slideBnner .titleArea .makuake_logo img {
	width: 50%;
	margin-left: -4px;
	}
	#side_slideBnner .banner_clooseBtn {
	width: 52px;
    height: 36px;
	}
}
@media screen and (max-width: 640px) {
	#side_slideBnner {
	top: auto;
	left: -320px;
	bottom: 16px;
	}
	#side_slideBnner aside {
	margin-bottom:1rem;
	}
	#side_slideBnner .banner_clooseBtn span::before,
	#side_slideBnner .banner_clooseBtn span::after {
	top: 45%;
	left: 0;
	}
}

