@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a  LINE";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92  Instagram";}
.icon-twitter:before     {content: "\ea96  Twitter";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90  Facebook";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}
.icon-copy:before        {
font-family: 'Font Awesome 5 Free';
content: "\f0c5  Copy";
}
.icon-copy-top:before        {
font-family: 'Font Awesome 5 Free';
content: "\f0c5  Copy";
}

.shareList1 {
	list-style:none;
	display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
}
.shareList1__item {
    width : -webkit-calc(97% / 5) ;
    width : calc(97% / 5) ;
    flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:10px;
	text-align:center;
	margin:5px 0 0 5px;
}
.shareList1__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
}
.shareList1__link::before{
	font-size:16px;
	display:block;
	transition: ease-in-out .2s;
}
.shareList1__link:hover::before{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}

.shareList1__link.icon-twitter{background:#55acee;}
.shareList1__link.icon-twitter:hover::before{color:#55acee;}

.shareList1__link.icon-facebook{background:#3B5998;}
.shareList1__link.icon-facebook:hover::before{color:#3B5998;}

.shareList1__link.icon-google-plus{background:#dd4b39;}
.shareList1__link.icon-google-plus:hover::before{color:#dd4b39;}

.shareList1__link.icon-hatebu{background:#008FDE;}
.shareList1__link.icon-hatebu:hover::before{color:#008FDE;}

.shareList1__link.icon-pocket{background:#EB4654;}
.shareList1__link.icon-pocket:hover::before{color:#EB4654;}

.shareList1__link.icon-rss{background:#ff9900;}
.shareList1__link.icon-rss:hover::before{color:#ff9900;}

.shareList1__link.icon-feedly{background:#6cc655;}
.shareList1__link.icon-feedly:hover::before{color:#6cc655;}

.shareList1__link.icon-pinterest{background:#cb2027;}
.shareList1__link.icon-pinterest:hover::before{color:#cb2027;}

.shareList1__link.icon-linkedin{background:#0e76a8;}
.shareList1__link.icon-linkedin:hover::before{color:#0e76a8;}

.shareList1__link.icon-line{background:#1dcd00;}
.shareList1__link.icon-line:hover::before{color:#1dcd00;}

.shareList1__link.icon-instagram{background:#CFCFCF;}
.shareList1__link.icon-instagram:hover::before{color:#CFCFCF;}

.shareList1__link.icon-copy{background:#ff9900;}
.shareList1__link.icon-copy:hover::before{color:#ff9900;}

.shareList1__link.icon-copy-top{background:#ff9900;}
.shareList1__link.icon-copy-top:hover::before{color:#ff9900;}

@media screen and (max-width: 900px) {
.icon-line:before        {content: "\e90a";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-facebook:before    {content: "\ea90";}
.icon-copy:before        {content: "\f0c5 Copy";}
.shareList1__item {
    width : -webkit-calc(95% / 5) ;
    width : calc(95% / 5) ;
	margin:3px 0 0 3px;
}
}





/* TOPへ戻るボタン */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 999999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
