@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
*/

@font-face {
  font-family: 'TimeMachineWa';
  src: url('./fonts/timemachine-wa.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* MVタイトルフォント */
.p-mainVisual__slideTitle {
  font-family: 'TimeMachineWa', sans-serif;
  font-size: clamp(38px, 3vw, 80px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 620px) {
  .p-mainVisual__slideTitle {
	  font-size: 24px;
	}
}