@charset "UTF-8";
    .vh_max {
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
}
.f_sans {
font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}
.f_serif {
font-family: "Noto Serif JP", serif;
}
.f_en {
font-family: "Roboto", serif;
}
.l_text {
font-size: 1.125rem;
line-height: 2.2222222222;
padding-bottom: 0.2em;
}
@media (max-width: 749px) {
.l_text {
font-size: 1rem;
line-height: 1.875;
}
}
.text {
line-height: 2.0625;
padding-bottom: 0.2em;
}
@media (max-width: 749px) {
.text {
font-size: 0.9375rem;
line-height: 2.2;
}
}
.cat_list li {
font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}
.u_ba {
position: relative;
}
.u_ba::before, .u_ba::after {
content: "";
position: absolute;
display: block;
}
.vertical {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-o-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}