@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@media screen and (min-width: 1001px) {
  html {
    font-size: clamp(10px, 0.833vw, 16px) !important;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 1rem !important;
  }
}
#demo .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.6923076923rem;
}
@media screen and (min-width: 1000px) {
  #demo .container {
    width: min(75vw, 1394px);
    padding: 0 clamp(10px, 1vw, 15px);
  }
}
#demo .demo__hero {
  background-color: #DEF3FF;
  padding: 0.5769230769rem 0;
}
@media screen and (min-width: 1001px) {
  #demo .demo__hero {
    padding: 4.688rem 0;
  }
}
#demo .demo__features {
  padding: 0.5769230769rem 0 0.9615384615rem;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features {
    padding: 2.5rem 0 4.063rem;
  }
}
#demo .demo__features .row__feat {
  display: flex;
}
@media screen and (max-width: 1000px) {
  #demo .demo__features .row__feat {
    flex-direction: column;
    gap: 0.6153846154rem;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  #demo .demo__features .row__feat {
    gap: 5.625rem;
    padding: 0 1.25rem;
  }
}
#demo .demo__features .row__feat .item {
  display: flex;
  align-items: center;
  gap: 0.2307692308rem;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat .item {
    gap: 1.063rem;
  }
}
#demo .demo__features .row__feat .item .icon {
  display: flex;
}
#demo .demo__features .row__feat .item .icon svg {
  height: auto;
}
@media screen and (max-width: 1000px) {
  #demo .demo__features .row__feat .item .icon svg {
    width: 1.3461538462rem !important;
  }
}
#demo .demo__features .row__feat .item .content h3 {
  color: #248BC1;
  font-size: 0.3461538462rem;
  letter-spacing: 0.0153846154rem;
  font-weight: bold;
  margin-bottom: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat .item .content h3 {
    font-size: 1.563rem;
    letter-spacing: 0.125rem;
    margin-bottom: 0.438rem;
  }
}
#demo .demo__features .row__feat .item .content p {
  color: #404040;
  font-size: 0.2692307692rem;
  letter-spacing: 0.0153846154rem;
  line-height: 1.55;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat .item .content p {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}
#demo .demo__features .row__feat .item:nth-child(1) .icon svg {
  width: 0.9615384615rem;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat .item:nth-child(1) .icon svg {
    width: 6.032rem;
  }
}
#demo .demo__features .row__feat .item:nth-child(2) .icon svg {
  width: 0.9615384615rem;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat .item:nth-child(2) .icon svg {
    width: 6.688rem;
  }
}
#demo .demo__features .row__feat .item:nth-child(3) .icon svg {
  width: 0.9615384615rem;
}
@media screen and (min-width: 1001px) {
  #demo .demo__features .row__feat .item:nth-child(3) .icon svg {
    width: 6.571rem;
  }
}
#demo .demos {
  background-color: #F0FAFF;
  padding: 0.5769230769rem 0 1.5384615385rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos {
    padding: 2.813rem 0 7.813rem;
  }
}
#demo .demos .filter__demos {
  background-color: #FFFFFF;
  padding: 0.5769230769rem;
  border-radius: 0.0961538462rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos {
    padding: 3.125rem 3.75rem;
    border-radius: 0.313rem;
  }
}
@media screen and (min-width: 1200px) {
  #demo .demos .filter__demos {
    padding: 3.438rem 5.313rem 2.938rem;
  }
}
#demo .demos .filter__demos .row__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1923076923rem;
}
@media screen and (max-width: 1000px) {
  #demo .demos .filter__demos .row__filter {
    flex-direction: column;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .row__filter {
    gap: 0.938rem;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #demo .demos .filter__demos .row__filter {
    gap: 2.375rem;
  }
}
@media screen and (max-width: 1000px) {
  #demo .demos .filter__demos .row__filter .label__cate {
    display: flex;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .row__filter .label__cate {
    flex: 0 0 17%;
  }
}
@media screen and (min-width: 1200px) {
  #demo .demos .filter__demos .row__filter .label__cate {
    flex: 0 0 13%;
  }
}
#demo .demos .filter__demos .row__filter .label__cate label {
  font-size: 0.3076923077rem;
  letter-spacing: 0.0240384615rem;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .row__filter .label__cate label {
    font-size: 1.438rem;
    letter-spacing: 0.144rem;
  }
}
#demo .demos .filter__demos .row__filter .cates {
  display: grid;
  gap: 0.0961538462rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1000px) {
  #demo .demos .filter__demos .row__filter .cates {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .row__filter .cates {
    flex: 1;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #demo .demos .filter__demos .row__filter .cates {
    -moz-column-gap: 1.563rem;
         column-gap: 1.563rem;
    row-gap: 1.375rem;
  }
}
#demo .demos .filter__demos .row__filter .cates .cate__item {
  background-color: #F4FBFF;
  color: #404040;
  font-size: 0.2307692308rem;
  letter-spacing: 0.0048076923rem;
  padding: 0.1923076923rem;
  border-radius: 0.1346153846rem;
  border: 0.0192307692rem solid #248BC1;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .row__filter .cates .cate__item {
    font-size: 1rem;
    letter-spacing: 0.146rem;
    padding: 1.019rem 1rem;
    border-radius: 0.438rem;
    border-width: 1px;
  }
  #demo .demos .filter__demos .row__filter .cates .cate__item:hover {
    background-color: #248BC1;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1200px) {
  #demo .demos .filter__demos .row__filter .cates .cate__item {
    font-size: 1.125rem;
  }
}
#demo .demos .filter__demos .row__filter .cates .cate__item.is-active {
  background-color: #248BC1;
  color: #FFFFFF;
}
#demo .demos .filter__demos .row__filter + .row__filter {
  margin-top: 0.6730769231rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .row__filter + .row__filter {
    margin-top: 4.188rem;
  }
}
#demo .demos .filter__demos .box__reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.4807692308rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .box__reset {
    margin-top: 2.813rem;
  }
}
#demo .demos .filter__demos .box__reset .btn__reset {
  border: none;
  background-color: transparent !important;
  color: #248BC1;
  font-size: 0.2692307692rem;
  letter-spacing: 0.0384615385rem;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  color: #248BC1;
  padding: 0;
}
@media screen and (min-width: 1001px) {
  #demo .demos .filter__demos .box__reset .btn__reset {
    font-size: 1.125rem;
    letter-spacing: 0.146rem;
  }
}
#demo .demos .box__count {
  text-align: right;
  margin: 0.5769230769rem 0 0.2884615385rem;
}
@media screen and (max-width: 1000px) {
  #demo .demos .box__count {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__count {
    margin: 2.75rem 0 1.688rem;
  }
}
#demo .demos .box__count label {
  color: #404040;
  font-size: 0.3076923077rem;
  letter-spacing: 0.0192307692rem;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__count label {
    font-size: 1.125rem;
    letter-spacing: 0.146rem;
  }
}
#demo .demos .box__res {
  display: grid;
  gap: 0.3846153846rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
    row-gap: 3.75rem;
  }
}
#demo .demos .box__res .card__demo {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.0961538462rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo {
    border-radius: 5px;
  }
}
#demo .demos .box__res .card__demo .inner {
  display: flex;
  flex-direction: column;
  padding: 0.2884615385rem 0.2884615385rem 0.4807692308rem;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .inner {
    padding: 1.688rem 2rem 2.5rem;
  }
}
#demo .demos .box__res .card__demo .thumbnail {
  border-radius: 0.0961538462rem;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .thumbnail {
    border-radius: 5px;
  }
}
#demo .demos .box__res .card__demo .thumbnail .thumb {
  position: relative;
  padding-top: 58.33%;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .thumbnail .thumb {
    padding-top: 58.33%;
  }
}
#demo .demos .box__res .card__demo .thumbnail .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#demo .demos .box__res .card__demo .cates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.0961538462rem;
  margin-top: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .cates {
    gap: 0.75rem;
    margin-top: 1rem;
  }
}
#demo .demos .box__res .card__demo .cates .cate {
  background-color: #F4FBFF;
  color: #404040;
  font-size: 0.2307692308rem;
  letter-spacing: 0.0192307692rem;
  font-weight: 500;
  padding: 0.0961538462rem;
  border-radius: 0.0576923077rem;
  border: 0.0192307692rem solid #248BC1;
  text-align: center;
  min-width: 1.3461538462rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .cates .cate {
    font-size: 0.875rem;
    letter-spacing: 0.114rem;
    border-radius: 3px;
    padding: 0.453rem 0.266rem;
    border-width: 1px;
    min-width: 6.563rem;
  }
}
#demo .demos .box__res .card__demo .cates .cate.cate__target {
  background-color: #edfaf0;
  border-color: #5fd474;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
#demo .demos .box__res .card__demo .card__bottom h2 {
  color: #404040;
  font-size: 0.3076923077rem;
  letter-spacing: 0.0192307692rem;
  font-weight: bold;
  margin-top: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom h2 {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    margin-top: 0.938rem;
  }
}
#demo .demos .box__res .card__demo .card__bottom h2.url__no__desc {
  margin-bottom: 0.3846153846rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom h2.url__no__desc {
    margin-bottom: 2.938rem;
  }
}
#demo .demos .box__res .card__demo .card__bottom p {
  color: #404040;
  font-size: 0.2692307692rem;
  letter-spacing: 0.0216346154rem;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 0.0961538462rem;
  margin-bottom: 0.3846153846rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-top: 0.625rem;
    margin-bottom: 2.938rem;
    line-height: 1.55;
  }
}
#demo .demos .box__res .card__demo .card__bottom p.no__url {
  margin-bottom: 0;
}
#demo .demos .box__res .card__demo .card__bottom .btn__card {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  #demo .demos .box__res .card__demo .card__bottom .btn__card {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom .btn__card {
    margin-top: auto;
  }
}
#demo .demos .box__res .card__demo .card__bottom .btn__card a {
  display: inline-block;
  color: #248BC1;
  font-size: 0.3076923077rem;
  letter-spacing: 0.0216346154rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom .btn__card a {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
  #demo .demos .box__res .card__demo .card__bottom .btn__card a:hover::after {
    width: 0%;
  }
}
#demo .demos .box__res .card__demo .card__bottom .btn__card a::after {
  content: "";
  position: absolute;
  bottom: -0.0961538462rem;
  left: 0;
  width: 91%;
  height: 0.0192307692rem;
  background-color: #248BC1;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .card__demo .card__bottom .btn__card a::after {
    bottom: -0.5rem;
    height: 1px;
  }
}
#demo .demos .box__res .demo__empty {
  color: #404040;
  font-size: 0.3076923077rem;
  letter-spacing: 0.0192307692rem;
  font-weight: bold;
  padding: 0.5769230769rem 0;
}
@media screen and (min-width: 1001px) {
  #demo .demos .box__res .demo__empty {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    padding: 1.25rem 0;
  }
}
#demo .demos .pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.8653846154rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination {
    margin-top: 4.5rem;
  }
}
#demo .demos .pagination .page__numbers {
  display: flex;
  align-items: center;
  gap: 0.0961538462rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers {
    gap: 0.75rem;
  }
}
#demo .demos .pagination .page__numbers li {
  display: flex;
}
#demo .demos .pagination .page__numbers .page__num {
  color: #4D8C8C;
  font-size: 0.2692307692rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.4807692308rem;
  min-height: 0.4807692308rem;
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers .page__num {
    font-size: 1rem;
    min-width: 1.438rem;
    min-height: 1.438rem;
  }
}
#demo .demos .pagination .page__numbers .page__num.current {
  color: #fff;
  background-color: #0163B9;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers .page__num.next {
    margin-left: 0.875rem;
  }
}
#demo .demos .pagination .page__numbers .page__num.next svg {
  width: 0.25rem;
  height: auto;
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers .page__num.next svg {
    width: 0.563rem;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers .page__num.prev {
    margin-right: 0.875rem;
  }
}
#demo .demos .pagination .page__numbers .page__num.prev svg {
  width: 0.25rem;
  height: auto;
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers .page__num.prev svg {
    width: 0.563rem;
  }
}
@media screen and (min-width: 1001px) {
  #demo .demos .pagination .page__numbers .page__num:not(.next, .prev) {
    padding-bottom: 1.5px;
  }
}
#demo .ss__demo .title {
  text-align: center;
  color: #404040;
}
#demo .ss__demo .title h1 {
  color: #404040;
}
#demo .ss__demo .title.type1 h1 {
  font-size: 0.6153846154rem;
  letter-spacing: 0.0384615385rem;
}
@media screen and (min-width: 1001px) {
  #demo .ss__demo .title.type1 h1 {
    font-size: 2.813rem;
    letter-spacing: 0.141rem;
  }
}
#demo .ss__demo .title.type2 h2 {
  font-size: 0.5192307692rem;
  letter-spacing: 0.0384615385rem;
  margin-bottom: 0.4807692308rem;
}
@media screen and (min-width: 1001px) {
  #demo .ss__demo .title.type2 h2 {
    font-size: 1.875rem;
    letter-spacing: 0.094rem;
    margin-bottom: 2.188rem;
  }
}
#demo .ss__demo .title .sub__box .desc {
  font-size: 0.3076923077rem;
  letter-spacing: 0.0153846154rem;
  font-weight: bold;
  margin-top: 0.1923076923rem;
  line-height: 1.62;
}
@media screen and (min-width: 1001px) {
  #demo .ss__demo .title .sub__box .desc {
    font-size: 1.25rem;
    letter-spacing: 0.063rem;
    margin-top: 1.063rem;
  }
}
#demo .ss__demo .title .sub__box .note {
  font-size: 0.2692307692rem;
  letter-spacing: 0.0192307692rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1001px) {
  #demo .ss__demo .title .sub__box .note {
    font-size: 1rem;
    letter-spacing: 0.06rem;
  }
}
#demo .ss__demo .title .sub__box .note:nth-child(2) {
  margin-top: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  #demo .ss__demo .title .sub__box .note:nth-child(2) {
    margin-top: 0.938rem;
  }
}
#demo .ss__demo .title .sub__box .note a {
  color: #001EC4;
  font-weight: bold;
  text-decoration: underline;
}
#demo .footer__demo {
  padding: 0.7115384615rem 0 0.5769230769rem;
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo {
    padding: 2.5rem 0 1.875rem;
  }
}
#demo .footer__demo .top__footer .foot__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  #demo .footer__demo .top__footer .foot__nav li {
    display: flex;
    padding: 0.0961538462rem 0.2884615385rem;
    border: none !important;
    flex: 0 0 50%;
    justify-content: center;
  }
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo .top__footer .foot__nav li {
    padding: 0.313rem 2.25rem;
  }
}
#demo .footer__demo .top__footer .foot__nav li:not(:last-child) {
  border-right: 0.0192307692rem solid #707070;
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo .top__footer .foot__nav li:not(:last-child) {
    border-width: 1px;
  }
}
#demo .footer__demo .top__footer .foot__nav li a {
  color: #000;
  font-size: 0.2692307692rem;
  letter-spacing: 0.0192307692rem;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo .top__footer .foot__nav li a {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}
#demo .footer__demo .bottom__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.9615384615rem;
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo .bottom__footer {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  #demo .footer__demo .bottom__footer .logo {
    display: flex;
  }
}
#demo .footer__demo .bottom__footer .logo img {
  width: 5.1153846154rem;
  max-width: 5.1153846154rem;
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo .bottom__footer .logo img {
    width: 16.625rem;
    max-width: 16.625rem;
  }
}
#demo .footer__demo .bottom__footer .copyright {
  color: #000;
  font-size: 0.2115384615rem;
  letter-spacing: 0.0153846154rem;
  font-weight: 500;
  margin-top: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  #demo .footer__demo .bottom__footer .copyright {
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
    margin-top: 0.875rem;
  }
}

.skeleton__card {
  pointer-events: none;
}
.skeleton__card .sk {
  border-radius: 0.0961538462rem;
  background: linear-gradient(90deg, #eee 25%, #f7f7f7 50%, #eee 75%);
  background-size: 200% 100%;
  animation: skeletonLoading 1.2s infinite;
}
@media screen and (min-width: 1001px) {
  .skeleton__card .sk {
    border-radius: 5px;
  }
}
.skeleton__card .sk__thumb {
  width: 100%;
  margin-bottom: 0.1923076923rem;
  height: 3.2115384615rem;
  border-radius: 0.0961538462rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .skeleton__card .sk__thumb {
    margin-bottom: 1rem;
    height: 21.875rem;
    border-radius: 5px;
  }
}
.skeleton__card .sk__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.skeleton__card .sk__thumb .sk__abs__thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.skeleton__card .sk__tag {
  width: 40%;
  height: 0.3846153846rem;
  margin-bottom: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  .skeleton__card .sk__tag {
    height: 1.875rem;
    margin-bottom: 1rem;
  }
}
.skeleton__card .sk__title {
  width: 85%;
  height: 0.5192307692rem;
  margin-bottom: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  .skeleton__card .sk__title {
    height: 2rem;
    margin-bottom: 1rem;
  }
}
.skeleton__card .sk__text {
  width: 100%;
  height: 0.3846153846rem;
  margin-bottom: 0.4807692308rem;
}
@media screen and (min-width: 1001px) {
  .skeleton__card .sk__text {
    height: 1.375rem;
    margin-bottom: 2.25rem;
  }
}
.skeleton__card .sk__btn {
  width: 30%;
  height: 0.5769230769rem;
  align-self: flex-end;
}
@media screen and (min-width: 1001px) {
  .skeleton__card .sk__btn {
    height: 2.313rem;
  }
}

@keyframes skeletonLoading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}/*# sourceMappingURL=demo.css.map */