html {
  font-size: 16px;
}
.contents-card a {
    transition: filter 1s;
    filter: grayscale(100%);
}

.contents-card a:hover {
    filter: grayscale(0%);
}

.contents-card img {
    height: 70%;
    object-fit: cover;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.h-90 {
    height: 90%;
}
.twitter,.pixiv,.crepu,.taittsuu,.nijimiss{
    --bs-btn-color: #fff;
    --bs-btn-bg: #999;
    --bs-btn-border-color: #999;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #247ea5;
    --bs-btn-hover-border-color: #136d94;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0db5fda;
    --bs-btn-active-border-color: #999;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999    ;
}
.profile a{
    --bs-btn-padding-x:0.5rem;
    --bs-btn-padding-y:0.1rem;
    font-size: small;

}
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
    .contents-card img {
    height: 100%;
    object-fit: cover;
}
}
