/*
Theme Name: r2
Theme URI: https://r2sc.jp/
Description: Develop tool for WordPress theme via @wordpress/scripts
Author: R2 SUPPERCLUB
Author URI: https://r2sc.jp/
Version: 1.0.0
Tested up to: 24.10.25.1149
Requires PHP: 8.1.29
License: GNU General Public License v3 or later
License URI: //www.gnu.org/licenses/gpl-3.0.html
*/

/* ----------------------------------------------
   言語別全体調整用
   ---------------------------------------------- */
/* 日本語版全体 */
html[lang="ja"] {}

/* 英語版全体 */
html[lang="en-US"] {}

/* ----------------------------------------------
   言語 + ページ個別調整
   ---------------------------------------------- */
/* 日本語 + 特定ページ */
body.index-ja {}
body.music-ja {}
body.menu-ja {}
body.menu-smoke-ja {}
body.plan-ja {}
body.contact-ja {}

/* 英語 + 特定ページ */
body.index-en {}
body.music-en {}
body.menu-en {}
body.menu-smoke-en {}
body.plan-en {}
body.contact-en {}
