@charset "utf-8";

@font-face {
    font-family: "WhiteDress Icons";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../assets/fontawesome-whitedress/webfonts/whitedress-icons-solid.woff2") format("woff2");
}

@font-face {
    font-family: "WhiteDress Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../assets/fontawesome-whitedress/webfonts/whitedress-icons-regular.woff2") format("woff2");
}

@font-face {
    font-family: "WhiteDress Icons Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../assets/fontawesome-whitedress/webfonts/whitedress-icons-brands.woff2") format("woff2");
}

.wd-icon,
.wd-icon-brand {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.wd-icon {
    font-family: "WhiteDress Icons";
    font-weight: 900;
}

.wd-icon-brand {
    font-family: "WhiteDress Icons Brands";
    font-weight: 400;
}

.wd-icon-x-twitter::before { content: "\e61b"; }
.wd-icon-facebook::before { content: "\f39e"; }
.wd-icon-instagram::before { content: "\f16d"; }
.wd-icon-line::before { content: "\f3c0"; }
.wd-icon-youtube::before { content: "\f167"; }
.wd-icon-tiktok::before { content: "\e07b"; }
.wd-icon-pinterest::before { content: "\f0d2"; }
.wd-icon-pinterest-p::before { content: "\f231"; }
.wd-icon-linkedin::before { content: "\f08c"; }
.wd-icon-linkedin-in::before { content: "\f0e1"; }
.wd-icon-twitch::before { content: "\f1e8"; }
.wd-icon-github::before { content: "\f09b"; }
.wd-icon-codepen::before { content: "\f1cb"; }
.wd-icon-rss::before { content: "\f09e"; }
.wd-icon-copy::before { content: "\f0c5"; }

/* サイト共通アイコン */
.icon-font-category::before,
.single-post-category::before,
.single-post-tags::before,
[class*="icon-font"]::before {
    padding-right: 5px;
}

.top-navigation-bar [class*="icon-font"]::before,
.single-meta-section [class*="icon-font"]::before,
.list-articles-card [class*="icon-font"]::before {
    padding-right: 2px;
}

.icon-font-date-published::before { content: "\f017"; font-family: "WhiteDress Icons"; font-weight: 400; }
.icon-font-date-modified::before { content: "\f1da"; font-family: "WhiteDress Icons"; font-weight: 900; }
.icon-font-home::before { content: "\f015"; font-family: "WhiteDress Icons"; font-weight: 900; }
.single-post-category::before,
.icon-font-category::before { content: "\f07b"; font-family: "WhiteDress Icons"; font-weight: 900; }
.single-post-tags::before,
.icon-font-tag::before { content: "\f02b"; font-family: "WhiteDress Icons"; font-weight: 900; }
.icon-font-author::before { content: "\f304"; font-family: "WhiteDress Icons"; font-weight: 900; }
.icon-font-archive::before { content: "\f187"; font-family: "WhiteDress Icons"; font-weight: 900; }
.icon-font-search::before { content: "\f002"; font-family: "WhiteDress Icons"; font-weight: 900; }
.icon-font-calendar::before { content: "\f133"; font-family: "WhiteDress Icons"; font-weight: 400; }
.icon-font-tel::before,
.icon-font-contact::before { content: "\f098"; font-family: "WhiteDress Icons"; font-weight: 900; }
.icon-font-mail::before { content: "\f0e0"; font-family: "WhiteDress Icons"; font-weight: 900; }

/* 選択式アイコン */
.icon-wd-phone::before { content: "\f095"; }
.icon-wd-mobile::before { content: "\f3cd"; }
.icon-wd-mail::before { content: "\f0e0"; }
.icon-wd-comment::before { content: "\f075"; }
.icon-wd-location::before { content: "\f3c5"; }
.icon-wd-calendar::before { content: "\f073"; }
.icon-wd-document::before { content: "\f15b"; }
.icon-wd-book::before { content: "\f02d"; }
.icon-wd-download::before { content: "\f019"; }
.icon-wd-clipboard::before { content: "\f328"; }
.icon-wd-headset::before { content: "\f590"; }
.icon-wd-user::before { content: "\f007"; }

[class*="icon-wd-"]::before {
    font-family: "WhiteDress Icons";
    font-weight: 900;
    padding-right: 5px;
}

.back-to-top.icon-wd-angle-up::before { content: "\f106"; }
.back-to-top.icon-wd-arrow-up::before { content: "\f062"; }
.back-to-top.icon-wd-angles-up::before { content: "\f102"; }
.back-to-top.icon-wd-plane-up::before { content: "\e22d"; }

.back-to-top[class*="icon-wd-"]::before {
    padding-right: 0;
}
