@charset "UTF-8";
/* Scss Document */
/*引数*/
/* 
---------------------------------------
#thanks01
---------------------------------------
*/
#thanks01 {
  margin-bottom: 200px;
  text-align: center; }
  @media (max-width: 999px) {
    #thanks01 {
      margin-bottom: 80px; } }

#thanks01 .sttl {
  font-size: 35px;
  line-height: 75px;
  font-family: 'Noto Sans JP Black';
  -webkit-font-smoothing: antialiased;
  margin-bottom: 25px; }
  @media (max-width: 999px) {
    #thanks01 .sttl {
      text-align: center;
      font-size: 25px;
      line-height: 40px;
      margin-bottom: 13px; } }

.topBtn {
  text-align: center;
  font-family: 'Noto Sans JP';
  -webkit-font-smoothing: antialiased; }
