#bback001{
	display:none;
	background-color:rgba(0,0,0,.6);
	width: 100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:14;
}
#bback_box{
	opacity: 0;
	width: 84%;
	position:fixed;
	top:50%;
	left:50%;
	margin-left: -42%;
	margin-top: calc((35vw + 8.4vw + 2.5px) * -1);
	z-index:15;
	text-align:center;
}
#bback_box img {
	width: 100%;
	height: auto;
	display: block;
}
#bback_box a {
	display: block;
}
.bback_imgarea {
	position: relative;
}
.bback_imgarea:after {
	content: '';
	display: block;
	width: 100%;
	height: 70vw;
	box-shadow: 0 0 10px #aadeff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.8s;
}
.bback_imgarea.grow:after {
	opacity: 1;
}
.bback_talk_r,
.bback_talk_l {
	position: absolute;
}
.bback_talk_r {
	width: 32%;
	top: -12%;
	right: -6%;
	opacity: 0;
	transform: translateX(-20px);
	transition: all 1.2s 1.8s ease;
}
.bback_talk_l {
	width: 38%;
	top: 10%;
	left: -8%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	transition: all 0.5s 3s ease;
}
.bback_talk_r.move {
	opacity: 1;
	transform: translateX(0px);
}
.bback_talk_l.move {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.bback_btnarea {
	margin-top: 5px;
}
.bback_closebtn {
	display: inline-block;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	background: #363636;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0;
	top: -30px;
}
/*---------PC---------*/
#bback_box.pc {
	opacity: 0;
	width: 500px;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 527px;
	margin: auto;
	z-index:15;
	text-align:center;
}
#bback_box.pc .bback_btnarea {
	margin-top: 10px;
}
#bback_box.pc .bback_imgarea:after {
	height: 417px;
	box-shadow: 0 0 20px #aadeff;
}
#bback_box.pc .bback_closebtn {
	padding: 0 15px;
	font-size: 20px;
	line-height: 40px;
	top: -40px;
	cursor: pointer;
}