.lineup_btn {
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.lineup_btn p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 10px;
	bottom: 40px;
	z-index:100;
}
.lineup_btn_img {
	display: block;
	/*background-image: url(../../../etc/image/09_project/80th/to-top-mobile.png);*/
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.lineup_btn_img::before {
	font: normal normal normal 100%/1.9 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,メイリオ,Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	content: '^';
	color: #fff;
	font-size: 4em;
	position: absolute;
	text-shadow: 0px 0px 6px #0a6a6f, 0px 0px 4px #0a6a6f, 0 0 0.5px #0a6a6f;
	right: 10px;
	/*bottom: -12px;*/
}


.lineup_btn:hover  {
	opacity:0.85;		
	z-index:100;
}

.net_btn {
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.net_btn p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 0px;
	bottom: 0px;
	z-index:100;
}
.net_btn_img {
	display: block;
	width: 136px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	background: #714d5fad;
	border-radius: 20px 0 0 0;
}

.net_btn_img::before {
content: 'ふくふくアルバムトップ';
color: #fff;
font-size: 0.7rem;
text-shadow: 0px 0px 6px #8e256a, 0px 0px 4px #8e256a, 0 0 0.5px #8e256a;
letter-spacing: -0.1em;
text-align: center;
  margin: 0;
}

.net_btn:hover  {
	opacity:0.85;		
	z-index:100;
}
