@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/




.p-mainVisual__slideTitle{
  font-size:70px;
  font-weight: bold;/*メインテキストのフォントサイズ変更*/
}

.p-mainVisual__textLayer {
    justify-content: flex-end !important;
    height: 35% !important;/*メインテキストの位置変更*/
}


.p-mainVisual__slideText{
  font-size:30px;　　/*サブテキストのフォントサイズ変更*/
}

.c-mvBtn__btn{
  font-size:15px;  /*ボタンテキストのフォントサイズ変更*/
}

/*スマホサイズでの変更*/
@media (max-width: 480px){
.p-mainVisual__slideTitle{
  font-size:27px;
  font-weight: normal;
  letter-spacing: 18.0px;/*メインテキストのフォントサイズ変更*/
  height: 20% !important;/*メインテキストの位置変更*/
}
}



/*スマホサイズでの変更*/
@media (max-width: 480px){
.p-mainVisual__slideText{
  font-size:15px;  /*サブテキストのフォントサイズ変更*/
  letter-spacing: 18.0px;
}
}







