@charset "utf-8";

/* CSS Document */


:root {
  --font-family-gothic:     'Lato','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
}

/***********
text
************/

.l-textMain{
  font-size: clamp(108%,1.2vw, 116%);
  line-height: 1.6;
}
.l-textLead{
  font-size: clamp(108%,1.2vw, 116%);
  line-height: 1.6;
}

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

  .l-textMain,
  .l-textLead{
    line-height: 1.6;
  }
}

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

.l-title{
  font-size: clamp(139%,2vw, 185%);
}

.l-subTitle{
  font-size: clamp(154%,2.5vw, 200%);
}
