/*ソーシャルリストデザイン6*/
.shareList6 a:visited,.shareList6 a:link{
    color:#fff;
    text-decoration:none;
}
.shareList6 {
    list-style:none;
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    padding:0;
}
.shareList6__item {
    flex-grow: 1;
    height:50px;
    line-height:50px;
    text-align:center;
    margin:4px 2px;
}
.shareList6__link {
    display:block;
    color:#ffffff;
    text-decoration: none;
    transition: .2s;
    border-radius: 5px;
}
.shareList6__link::before{
    font-size: 20px;
    padding: 4px;
}
.shareList6__link::after{
    content:attr(title);
    font-size:14px;
    font-weight:700;
    vertical-align: top;
    margin-left: 0;
}
@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;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e904";
  color: #f00;
}
.icon-instagram:before {
  content: "\e903";
  color: #e4405f;
}
.icon-line:before {
  content: "\e901";
  color: #00c300;
}
.icon-facebook:before {
  content: "\e902";
  color: #1877f2;
}
.icon-x:before {
  content: "\e900";
  color: #333333;
}
.icon-tiktok:before {
  content: "\e906";
  color: #333333;
}
