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

@font-face {
    font-family: 'KoburinaW6';
    font-style: normal;
    font-weight: bold;
    src: local('KoburinaGoStd-W6'), 
    url('fonts/KoburinaGoStd-W6.otf') format('opentype');
}

@font-face {
    font-family: 'A1GothicM';
    font-style: normal;
    font-weight: bold;
    src: local('AP-OTF-A1GothicStdN-Medium'), 
    url('fonts/AP-OTF-A1GothicStdN-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'ShueiNGoGinB';
    font-style: normal;
    font-weight: bold;
    src: local('AP-OTF-ShueiNGoGinStdN-B'), 
    url('fonts/AP-OTF-ShueiNGoGinStdN-B.otf') format('opentype');
}

@font-face {
    font-family: 'MOBO';
    font-style: normal;
    font-weight: bold;
    src: local('MOBO'), 
    url('fonts/MOBO.otf') format('opentype');
}

@font-face {
    font-family: 'MOGA-Bold';
    font-style: normal;
    font-weight: bold;
    src: local('MOGA-Bold'), 
    url('fonts/MOGA-Bold.otf') format('opentype');
}

/********************************************************************************
 common
********************************************************************************/


body,h1,h2,h3,h4,h5,div,section,p,span,table,th,td,input,textarea,select {
	font-family:'A1GothicM','KoburinaW6';
}