@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500&display=swap');

/**  Spartan
//------------------------------ */
.category,
.section-tit,
.block--share .share,
.list--schedule .block--date,
.list--faq .icon--q,
.list--qa .list__item a::before,
.list--thumbnail .list__item .thumb .limited-thumb span,
.detail__btn a,
.header .g-nav .g-nav--item a,
.list__more a,
.list__item.new .tit::after,
.tit .limited::after,
.limited .section-tit::after,
.tit .free::after,
.free .section-tit::after,
.block--pager li,
.block--category li,
.block--month,
.page--qa .tit--q span,
.page--qa .tit--a,
.page--qa .name span,
.page--faq .block--faq-detail span.icon--q,
.page--faq .block--faq-detail span.icon--a,
.g-nav--item__mypage,
.page--chat-community .switching {
  font-family: 'Spartan', -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.block--share li.share{
  font-size: 10px;
  letter-spacing: 0.3em;
}

.page--faq .block--faq-detail span.icon--q,
.page--faq .block--faq-detail span.icon--a {
  line-height: 32px;
}

/* pc */
@media screen and (min-width: 961px){
  .section-tit{ font-size: 38px; font-weight: 300; letter-spacing: 0;}
  .limited .section-tit::after,.free .section-tit::after{ vertical-align: 13px; padding: 3px 6px 1px; }
  .list--qa .list__item a::before{ line-height: 42px; }
  .category{ font-size: 12px; }
  .tit .limited::after,.tit .free::after { padding-top: 2px; }
}

/* sp */
@media screen and (max-width: 960px) and (min-width: 1px){
  .section-tit{ font-size: 6vw; letter-spacing: 0;font-weight: 300;}
  .limited .section-tit::after,.free .section-tit::after { font-size: 11px; vertical-align: 4px; padding: 4px 6px 1px; }
  .category{ font-size: 11px; }
  .list--faq .icon--q{line-height: 1.2;}
  .list__more a{font-size: 10px;}
  .tit .limited::after,.tit .free::after {
    display: inline-block;
    vertical-align: 1px;
    transform: scale(0.85);
    padding: 2px 5px 0;
    margin-left: 2px;
  }
  .list--support .list__item a, .header .drawer .nav li a {
    letter-spacing: 0;
  }
  .list--radio .list__item a::before, .list--radio .list__item .ico, .list--qa .list__item a::before, .list--qa .list__item .ico {
    font-size: 14px;
    line-height: 32px;
    top: 10px;
  }
  .block--category li a {
    font-size: 12px;
    font-weight: 500;
  }
}

/* tablet */
@media screen and (min-width:768px) and (max-width: 959px){
  .section-tit{ font-size: 5vw;}
}


.date {
  font-family: 'Spartan', -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

/**  和文
//------------------------------ */
.section--detail.support .section-tit{
  font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
