@charset "utf-8";
/* ------ Settings ------ */
:root {
--base-color: 145 48% 47%; /* 青/緑 */
--base-pale-color: 145 48% 52%;
--base-light-color: 145 48% 42%;
--base-dark-color: 145 48% 32%;
--seigaiha: url(/img/seigaiha-play.webp); /* play */
}
/* -------------------- ★ Group Tabs ★ -------------------- */
.group-tabs a:first-of-type:hover, .group-tabs a:first-of-type.active{
color: #ea930a; /* 琥珀 */
font-weight: 700;
border-color: #ea930a; /* 琥珀 */
}
.group-tabs a:nth-of-type(2):hover, .group-tabs a:nth-of-type(2).active{
color: #3eb370; /* 青/緑 */
font-weight: 700;
border-color: #3eb370; /* 青/緑 */
}
.group-tabs a:last-of-type:hover, .group-tabs a:last-of-type.active{
color: #7065a3; /* 菫 */
font-weight: 700;
border-color: #7065a3; /* 菫 */
}
/* -------------------- ★ activity-menu ★ -------------------- */
.activity-menu a{
background-image: url(/img/washi-play.webp);
}
.activity-menu h3{
font-size: 27px;
text-shadow: 1px 1px #777;
}
/* ------ notice ------ */
.notice{
margin: 1.5em;
font-size: clamp(16px, calc(16px + ((100vw - 360px) * (1 / 420))), 18px);
}
/* -------------------- ★★★★★ 768 ★★★★★ -------------------- */
/* -------------------- ★★★★★ 1024 ★★★★★ -------------------- */
/* -------------------- ★★★★★ 1200 ★★★★★ -------------------- */