﻿/*
Theme Name: 
Description: 
Version: 1.0
*/

/*
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
@media only screen and (max-width: 768px) {}
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


body {
    color: #3E3A39;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.01rem;
    line-height: 1.6em;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    line-break: strict;
    position: relative;
}

.noto {
    font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.gothic {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.sbc_field {
    ime-mode: disabled;
}

.kana_field {
    ime-mode: active;
}