html {
            background : transparent url(../img/bg_gree.gif);
}
body {
    font-size: 16px;
	/*font-size:100%; 16px*/
	line-height: 1.6;
	font-family:Verdana,Meiryo,'Hiragino Kaku Gothic ProN','MS PGothic',Geneva,Arial,sans-serif;
            background : transparent url(../img/bg_gree.gif);
	color: #402709;
	letter-spacing: 0.5px;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);    position: relative;
}

.vimg {
	position: fixed;
	top: 0;bottom: 0;
	left: 0;right: 0;
    padding: 0;
    margin: 0;
	width: 100%;
 	min-height: 580px;
	height: 100vh;
    text-align: center;

	z-index: 10;

}
.vimg img {
    opacity: .75;
}
#content {
	width: 100%;
	min-width: 280px;
	max-width: 960px;
	margin: 0 auto;
	z-index: 20;
    position: absolute;
	left: 0; right: 0;
	text-align: center;
}
img.logo {
	margin: 38vh auto;
filter: drop-shadow(2px 2px 3px #000);
}
#msg {
	border: 10px solid #CEC1AD;/**/
	text-align: center;
       background : transparent url(../img/bg_lbrig_op.png);
	border-radius: 8px;
	padding: 6em 0;
	margin: 18px;
}
#msg .res_img {
	padding: 3% 0;
	width: 80%;
	min-width: 280px;
	height: auto;
	filter: drop-shadow(2px 2px 3px #fff);
}
@media screen and (min-width: 620px) {
/********  media min 620 ********/ 
#msg .res_img {
	width:560px;
	height: auto;
}
/********  media min 620 ********/ 
}

#twitter {
	min-width: 240px;
	max-width: 540px;
	padding: 30px;
	margin: 30px auto;
	background-color: rgba(60,30,0,.7);
	border-radius: 6px;
}
.logo {

}
 .box1 {
	padding:10px;
	margin: 0 auto;
	background-color: rgba(60,30,0,.7);
	color: #fff;
	font-size: 84%;
	font-weight: 700;
 }
.altxt {
	color:#F4ECE4;
	font-family: Courier;
}

.sns-box a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 10px;
background-image: url(../img/Instagram_Gl.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.sns-box {
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	left: 0px;
	bottom: 20px;
	z-index: 9999;
	padding: 0 auto;
	border-radius: 0 20px 20px 0;
	background-color: rgba(0, 0, 0, 0.8);
}

footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	background-color: rgba(0, 0, 0, 0.8);
}
footer .istico {
	width: 32px;
	height: 32px;
	padding: 0 6px 0 0;
	vertical-align: middle;
}
footer a {
	color: #F4ECE4;
	font-size: 12px;
}