// ============================== // style info :ベース要素 // ============================== html { background: $white; height: 100%; font-size: $baseFontSize * 0.75; font-weight: 400; } body { background: $white; font-family: $baseFontFamily; line-height: $baseLineHeight; margin: 0; padding: 0; -webkit-text-size-adjust: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5); &.noscroll { height: 100vh; overflow: hidden; } } a { text-decoration: none; &:hover { cursor: pointer; } } img { max-width: 100%; } p { @include fs(14); } input[type=text], input[type=email], select, label, textarea { @include fs(16); }