@charset "utf-8";
/* CSS Document */
:root {
  --base-color:#1433d6;
  --koi-color:#031b4e;
  --yellow-color:#ffff00;
}
.pc {display: none;}

body{
    font-size:16px;
    line-height:32px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #46526f;
    letter-spacing: 1px;
}
img{
    vertical-align: bottom;
}
a{
    color: #46526f;
    text-decoration: none;
}

.wap{
    transition:all 0.2s ease;
    position: relative;
}

@media only screen and (min-width: 680px) {
    .pc {display: block;}
    .sp {display: none;}
    
    body{
        font-size:15px;
        line-height:30px;
        letter-spacing: 2px;
    }
    
}
