@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: "GeistSans";
  src: url("fonts/Geist[wght].woff2") format("woff2");
  font-weight: 100 900; /* 可変フォントなので範囲指定 */
  font-display: swap;
}
/*
body {
  font-family: "GeistSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
*/


#content h2,
.mirai-hero-title,
.mirai-about-concept,
.mirai-product-category,
.mirai-product-name,
.page-sub-ttl {
  font-family: "GeistSans","Noto Sans JP", sans-serif;
}

.page-sub-ttl {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.1em;
	line-height: 1.4;
}

.l-topTitleArea__body.l-container {
    text-align: center;
}