@charset "utf-8";
/* ------ Settings ------ */
:root {
--base-color: 26 92% 55%; /* 紫 */
--base-pale-color: 26 92% 60%;
--base-light-color: 26 92% 50%;
--base-dark-color: 26 92% 40%;
--seigaiha: url(/img/seigaiha-shopping.webp); /* shopping */
}
/* -------------------- ★ Group Tabs ★ -------------------- */
.group-tabs a:first-of-type:hover, .group-tabs a:first-of-type.active{
color: #00a5bf; /* 浅葱 */
font-weight: 700;
border-color: #00a5bf; /* 浅葱 */
}
.group-tabs a:nth-of-type(2):hover, .group-tabs a:nth-of-type(2).active{
color: #e7001d; /* 猩々緋 */
font-weight: 700;
border-color: #e7001d; /* 猩々緋 */
}
.group-tabs a:nth-of-type(3):hover, .group-tabs a:nth-of-type(3).active{
color: #ea930a; /* 琥珀 */
font-weight: 700;
border-color: #ea930a; /* 琥珀 */
}
.group-tabs a:nth-of-type(4):hover, .group-tabs a:nth-of-type(4).active{
color: #5e8630; /* 松葉 */
font-weight: 700;
border-color: #5e8630; /* 松葉 */
}
.group-tabs a:last-of-type:hover, .group-tabs a:last-of-type.active{
color: #7065a3; /* 菫 */
font-weight: 700;
border-color: #7065a3; /* 菫 */
}
/* -------------------- ★ special-order-menu ★ -------------------- */
.special-order-menu a{
background-image: url(/img/washi-shopping.webp);
}
/* -------------------- ★★★★★ 768 ★★★★★ -------------------- */
/* -------------------- ★★★★★ 1024 ★★★★★ -------------------- */
/* -------------------- ★★★★★ 1200 ★★★★★ -------------------- */