body {
	position: relative;
	overflow: hidden;
}
#ec_link_pc>img {
	vertical-align: bottom !important;
}
#ec_link_pc {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: fixed;
	top: 260px;
	right: 0;
	right: -214px;
	z-index: 100;
	width: 269px;
	height: 204px;
	overflow: hidden;
	border-bottom: 3px solid rgba(0, 0, 0, .1);
	background: #f1f1f1;
	transition: .3s;
}
#ec_link_pc.open_link {
	right: 0;
}
#ec_link_pc.open_link .shop_pc {
	display: block;
	position: relative;
}
.btn_pc {
	display: inline-block;
	z-index: 100;
	overflow: hidden;
}
.btn_pc img {
	width: 55px;
	height: auto;
	cursor: pointer;
}
.shop_pc {
	/*display: none;*/
	position: absolute;
	top: 0;
	padding: .75rem;
}
.shop_pc a {
	display: inline-block;
}
.shop_pc a:nth-of-type(1) {
	margin-bottom: .75rem;
}
.shop_pc a img {
	width: 190px;
	height: auto;
}
/*
body {
	position: relative;
	overflow: hidden;
}
#ec_link_pc>img {
	vertical-align: bottom !important;
}
#ec_link_pc {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: fixed;
	right: 0;
	right: -214px;
	bottom: calc(100vh - 860px);
	z-index: 100;
	width: 269px;
	overflow: hidden;
	border-bottom: 3px solid rgba(0, 0, 0, .1);
	background: #f1f1f1;
	transition: .3s;
}
#ec_link_pc.open_link {
	right: 0;
}
#ec_link_pc.open_link .shop_pc {
	display: block;
	position: relative;
}
.btn_pc {
	display: inline-block;
	z-index: 100;
	overflow: hidden;
}
.btn_pc img {
	width: 55px;
	height: auto;
	cursor: pointer;
}
.shop_pc {
	position: absolute;
	top: 0;
	padding: .75rem;
}
.shop_pc a {
	display: inline-block;
}
.shop_pc a:nth-of-type(1) {
	margin-bottom: .75rem;
}
.shop_pc a img {
	width: 190px;
	height: auto;
}
*/
#gheader .social {
	position: relative;
}
#gheader .social ul {
	position: absolute;
	top: 530px;
}