/*
Theme Name: Voice Liver LP
Theme URI: https://banri.co.jp/
Author: BANRI LLC
Author URI: https://banri.co.jp/
Description: 音声配信ライバー募集用ランディングページテーマ
Version: 1.2.0
License: GPL v2 or later
Text Domain: voice-liver-lp
*/

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; }
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    color: #2d2d2d;
    line-height: 1.6;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }