/*
Theme Name: Tokio Tokyo
Theme URI: 
Author: 
Author URI: 
Description: WordPressの最小構成テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tokio-tokyo
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.1em;
    background: #f5f5f5;
    /* background: #010101; */
    overflow-x: hidden;
    overflow-y: scroll;
}

html,
body {
    margin: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.sp_on {
    display: none;

    @media screen and (max-width:690px) {
        display: block;
    }
}