@charset "utf-8";

/* CSS Document */


/***********
header
************/

@media screen and (min-width:835px) and (max-width:1440px) {

  .l-header-navi-list > li > a span.-pc {
    display: none;
  }

}

@media screen and (max-width:834px) {

  .l-header-navi-list > li > a {
    letter-spacing: 0.02em;
    white-space: wrap;
  }
}

/***********
footer
************/

.l-footer {
  font-family: var(--font-family-gothic-en);
}

@media screen and (max-width:834px) {

  .l-footer-btn.l-btn {
    white-space: pre-wrap;
  }
}

/***********
heading
************/

.l-heading{
}
.l-heading-title{
  font-family: var(--font-family-gothic-en);
  font-size: clamp(1.2rem,3vw, 2rem);
}

.l-heading-lead{
  font-family: var(--font-family-gothic-en);
}


@media screen and (max-width:834px) {

  .l-heading-title{
    font-size: clamp(1.15rem,4.5vw, 1.3rem);
  }

}

/***********
title
************/

.l-subTitle {
  line-height: 1.5;
}
