@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/**  Playfair
//------------------------------ */
.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,
.date,
.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{
  font-family: 'Archivo Black', -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.date, .category { vertical-align: top;}

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

/* pc */
@media screen and (min-width: 961px){
  .section-tit{ font-size: 38px; letter-spacing: 0.01em;}
  .nav__list--sns li a, .header .drawer .nav li a { font-size: 13px; letter-spacing: 0.03em;}
  /* .page--home .block--contents a{font-size: 13px;} */
  .category,.date{font-size: 13px;}
  .limited .section-tit::after,.free .section-tit::after{
    vertical-align: 9px;
    letter-spacing: 0.1em;
    padding: 2px 5px 1px 6px;
    margin-left: 10px;
  }
  .tit .limited::after,.tit .free::after {
    letter-spacing: 0.05em !important;
    font-size: 11px;
  }
}

/* sp */
@media screen and (max-width: 960px) and (min-width: 1px){
  .section-tit{ font-size: 6.4vw; letter-spacing: 0;}
  .date, .category{ font-size: 10px; letter-spacing: 0;}
  .list--faq .icon--q{ line-height: 1.2;}
  .limited .section-tit::after,.free .section-tit::after{ vertical-align: 3px; font-size: 10px; margin-left: 0.6em;}
  .header .drawer .nav li{ font-size: 4vw; }
  .block--pager{ height: 80px; }
  .block--category li a {font-size: 12px; letter-spacing: 0;}
  .list__more a { font-size: 8px; letter-spacing: 0;}
  .list--schedule .block--date > [class^="block--date"] .block--date__youbi { line-height: 1.6em;}
  .page--schedule .list--schedule li .block--txt { padding-left: 7.5em;}
}

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


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