@charset "UTF-8";

/* loader */
.icon-loading{
	text-align:center;
	background: url(../img/loader.gif) no-repeat;
	background-position: center center;
	background-size: contain;
	height: 22px;
}

/* preload loader */
body:before {
	content: url(../img/loader.gif);
	width:0px;height:0px;
	position: absolute;
}

/* sns */
.sns-share {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 820px) {
	.sns-share {
		margin-top: 26px;
	}
  }

.sns-share .btn-share {
	display: block;
	width: 45px;
    height: 45px;
    margin: 0 3%;
    border: none;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: -.4em;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,.15);
}

.sns-share .btn-fb {
	background: url(../img/share_facebook.svg) 50% 50% no-repeat #016cf9;
    background-size: 26%;
}

.sns-share .btn-tw {
	background: url(../img/share_twitter.svg) 50% 50% no-repeat #016cf9;
    background-size: 44%;
}

.sns-share .btn-line {
	background: url(../img/share_line.svg) 50% 50% no-repeat #016cf9;
    background-size: 55%;
}