@charset "UTF-8";
.shortcutmenu.is-absolute {
	bottom: 145px;
}
.shortcutmenu-inner{
	overflow: visible;
}
.shortcutmenu-inner a {
	overflow: visible;
	text-indent: -999em;
	position: relative;
}
.shortcutmenu-news{
	background: url(../images/common/toolbtn_news_pc.svg) no-repeat left top;
	/* background: url(../images/common/toolbtn_campaign_pc.svg) no-repeat left top; */
	background-size: 90px 90px;
}
.shortcutmenu-biz_online{
	background: url(../images/common/toolbtn_biz_online_pc.svg) no-repeat left top;
	background-size: 90px 90px;
	margin-bottom: 25px;
}
.shortcutmenu-news:after, .shortcutmenu-news:before,
.shortcutmenu-biz_online:after, .shortcutmenu-biz_online:before {
	content: "";
	position: absolute;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
	border-radius: 50%;
	opacity: 1;
}
.shortcutmenu-news:before, .shortcutmenu-biz_online:before {
	animation-delay: 0.1s;
}
.shortcutmenu-news:after, .shortcutmenu-news:before {
	border: 0px solid #ff0033;
	animation: 1.2s circleanime-01 linear 3;
}
.shortcutmenu-biz_online:after, .shortcutmenu-biz_online:before {
	border: 0px solid #2CA200;
	animation: 1.2s circleanime-02 linear 3;
}

@keyframes circleanime-01 {
	0% {
		transform: scale(0.8);
		border: 0;
		border: 1px solid #ff0033;
	}
	33% {
		border: 1px solid #ff0033;
		transform: scale(0.8);
	}
	70% {
		border: 1px solid #ff0033;
		opacity: 1;
		transform: scale(0.8);
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes circleanime-02 {
	0% {
		transform: scale(0.8);
		border: 0;
		border: 1px solid #2CA200;
	}
	33% {
		border: 1px solid #2CA200;
		transform: scale(0.8);
	}
	70% {
		border: 1px solid #2CA200;
		opacity: 1;
		transform: scale(0.8);
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@media (max-width: 768px) {
	.shortcutmenu.is-absolute {
		bottom: 135px;
	}
	.shortcutmenu-inner a{
		width: 60px;
		height: 68px;
	}
	.shortcutmenu-news{
		background-image:url(../images/common/toolbtn_news_sp.svg);
		/* background-image:url(../images/common/toolbtn_campaign_sp.svg); */
		background-size:60px 68px
	}
	.shortcutmenu-biz_online{
		background-image:url(../images/common/toolbtn_biz_online_sp.svg);
		background-size:60px 68px;
		margin-bottom: 8px;
	}
	.shortcutmenu-news:after, .shortcutmenu-news:before,
	.shortcutmenu-biz_online:after, .shortcutmenu-biz_online:before {
		top: -12%;
		left: -10%;
		width: 120%;
		height: 105%;
	}
	.shortcutmenu-news:before, .shortcutmenu-biz_online:before {
		animation-delay: 0.1s;
	}
	@keyframes circleanime-01 {
		0% {
		transform: scale(0.6);
		border: 0;
		border: 1px solid #ff0033;
		}
		33% {
		border: 1px solid #ff0033;
		transform: scale(0.6);
		}
		70% {
		border: 1px solid #ff0033;
		opacity: 1;
		transform: scale(0.8);
		}
		100% {
		transform: scale(1.2);
		opacity: 0;
		}
	}
	@keyframes circleanime-02 {
		0% {
		transform: scale(0.6);
		border: 0;
		border: 1px solid #2CA200;
		}
		33% {
		border: 1px solid #2CA200;
		transform: scale(0.6);
		}
		70% {
		border: 1px solid #2CA200;
		opacity: 1;
		transform: scale(0.8);
		}
		100% {
		transform: scale(1.2);
		opacity: 0;
		}
	}
	.gotop{
		right: 7px;
		bottom: 65px;
	}
	.gotop a{
		width: 55px;
		height: 60px;
		margin-right: 1px;
	}
}