@charset "UTF-8";
// _settings.scssで設定
// $color-main: #168893;
// $color-deep: #01293f;
// $color-light: #efefef;
// html {font-size:62.5%;}
body {
color: $color-deep;
font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Meiryo, sans-serif;
// font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: "palt" 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
letter-spacing: 0.04em;
line-height: 1.4;
}
a {
text-decoration: none;
color: $color-deep;
&:hover { transition: .2s; }
}
::selection {
background: rgba($color-main, 0.5);
}
img { width: 100%; }