/*
Theme Name: BeginUs STAGE Theme
Theme URI: https://example.com/beginus-stage
Description: 毎日公演を行うアイドルプロジェクト「BeginUs STAGE」用テーマ
Author: BeginUs PROJECT
Version: 1.0.0
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #6d564a;
    -webkit-font-smoothing: antialiased;
}

.font-eng { font-family: 'Tenor Sans', sans-serif; }
.fade-in { animation: fadeIn 0.8s ease-in-out; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.menu-open { transform: translateX(0); }
.menu-closed { transform: translateX(100%); }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }