:root {
--bg: #fff;
--bg-warm: #FFFBF2;
--bg-sec: #F5F0EA;
--beige: #EDE7DE;
--beige-l: #F5F0EB;
--orange: #E07530;
--orange-h: #C96528;
--orange-l: #E8956A;
--yellow: #F0C044;
--grad: linear-gradient(135deg, #E07530, #F0C044);
--text: #2A2320;
--text-s: #6D6058;
--text-l: #9E9490;
--line: #DDD6CE;
--card-bd: #D8D0C7;
--thumb: linear-gradient(135deg, #F5EBE0, #F5F0DD);
--round: 'Zen Maru Gothic', sans-serif;
--sans: 'Noto Sans JP', sans-serif;
--mx: 1040px;
--px: max(5vw, 20px);
}
body {
background: var(--bg);
color: var(--text);
font-family: var(--sans);
font-size: 1rem;
font-weight: 400;
max-width: none;
margin: 0;
padding: 0;
}
p {
line-height: 2.1;
margin-bottom: .8rem;
}
.br-sp {display: none;} .w {
max-width: var(--mx);
margin: 0 auto;
padding-left: var(--px);
padding-right: var(--px);
}
.wrap {
max-width: 1020px;
margin: 0 auto;
padding: 0 3rem;
} .sh {
margin-bottom: 1rem;
}
.sh-en {
font-family: 'Zen Maru Gothic', sans-serif;
font-size: .875rem;
font-weight: 600;
letter-spacing: .18em;
color: #E8956A;
display: block;
margin-bottom: .3rem;
}
.sh h2 {
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
font-size: clamp(1.35rem, 2vw, 1.6rem);
letter-spacing: .04em;
line-height: 1.7;
} .sh--cmy {
position: relative;
}
.cmy-dots {
position: absolute;
right: 0;
bottom: .2rem;
display: flex;
gap: 4px;
}
.cmy-dots span {
display: block;
width: 9px;
height: 12px;
opacity: .7;
clip-path: path('M4.5 0 C4.5 0 9 6 9 8.25 C9 10.35 7 12 4.5 12 C2 12 0 10.35 0 8.25 C0 6 4.5 0 4.5 0 Z');
}
.dot-c {
background: #00AEEF;
}
.dot-m {
background: #EC008C;
}
.dot-y {
background: #FFF200;
}
.dot-k {
background: #231F20;
} .hd {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
height: 68px;
padding: 0 3.5rem;
background: rgba(255,255,255,.95);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
.hd-logo {
display: flex;
align-items: center;
gap: .5rem;
margin: 0;
padding: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.hd-logo img {
height: 45px;
width: auto;
} .hd-r {
display: flex;
align-items: center;
gap: 3rem;
}
.hd-tel {
display: grid;
grid-template-columns: 1fr auto;
justify-items: end;
align-items: center;
gap: .3rem;
}
.hd-tel img {
width: 13%;
}
.hd-tel span {
font-size: 2rem;
font-weight: 700;
color: #E07530;
margin-left: .3rem;
}
.hd-cta {
font-family: 'Zen Maru Gothic', sans-serif;
font-size: .8rem;
font-weight: 500;
color: #fff;
background: linear-gradient(135deg, #E07530, #F0C044);
padding: .5rem 3rem;
border-radius: 6px;
letter-spacing: .04em;
transition: opacity .2s;
display: inline-block;
}
.hd-cta:hover {
opacity: .85;
} .hd-menu {
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
padding: 4px;
transition: transform .2s;
}
.hd-menu:hover {
transform: scale(1.05);
}
.hd-menu img {
width: 36px;
height: 36px;
object-fit: contain;
}
.hd-menu span {
font-family: var(--round);
font-size: .6rem;
font-weight: 500;
letter-spacing: .12em;
color: var(--text-s);
} .nav-ov {
position: fixed;
inset: 0;
z-index: 200;
background: rgba(255,255,255,.97);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none;
transition: opacity .3s ease;
}
.nav-ov.is-open {
opacity: 1;
pointer-events: auto;
}
.nav-close {
position: absolute;
top: 20px;
right: var(--px);
font-size: 1.8rem;
color: var(--text-s);
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
transition: color .2s;
}
.nav-close:hover {
color: var(--orange);
}
.nav-ov nav {
display: flex;
flex-direction: column;
align-items: center;
}
.nav-ov nav a {
font-family: var(--round);
font-size: 1.2rem;
font-weight: 500;
color: var(--text);
padding: .9rem 2rem;
transition: color .2s;
letter-spacing: .04em;
}
.nav-ov nav a:hover {
color: var(--orange);
}
.nav-ov .nav-tel {
margin-top: 1.5rem;
font-family: var(--round);
font-size: 1rem;
font-weight: 500;
color: var(--orange);
display: flex;
align-items: center;
gap: .4rem;
}
.nav-ov .nav-tel svg {
width: 16px;
height: 16px;
} .ft {
padding: 3rem 0 0;
background: rgba(249, 193, 83, .2);
color: #2A2320;
}
.ft-chara {
position: absolute;
top: -3.2rem;
right: calc((100% - min(92%, 1020px)) / 2);
width: 65px;
height: 65px;
z-index: 2;
object-fit: contain;
}
.ft-in {
max-width: var(--mx);
margin: 0 auto;
padding: 0 var(--px);
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 2rem;
}
.ft-brand > div {
margin-bottom: 1.3rem;
}
.ft-brand img {
}
.ft-brand p {
font-size: .875rem;
font-weight: 400;
line-height: 1.8;
}
.ft-navs {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.8rem;
}
.ft-n h4 {
font-family: var(--round);
font-size: 1rem;
font-weight: 500;
letter-spacing: .06em;
color: #E73828;
margin-bottom: .4rem;
}
.ft-n li {
line-height: 1.8;
margin-bottom: .2rem;
}
.ft-n a {
font-size: .75rem;
font-weight: 400;
color: #2A2320;
transition: color .3s;
}
.ft-btm {
background: #E73828; margin: 5rem auto 0;
padding: .8rem 0;
border-top: 1px solid #E73828;
}
.ft-btm p {
color: #fff;
text-align: center;
font-size: .65rem;
font-weight: 400;
letter-spacing: .1em;
} .chara-wrap {
position: relative;
max-width: min(92%, 1020px);
margin: 0 auto;
height: 0;
}
.chara-wrap img {
position: absolute;
bottom: -3px;
width: 72px;
height: 65px;
z-index: 2;
object-fit: contain;
}
.chara-wrap--l img {
left: 0;
}
.chara-wrap--r img {
right: 0;
} @keyframes fadeIn {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes up {
from { opacity: 0; transform: translateY(14px); }
to   { opacity: 1; transform: translateY(0); }
}
@keyframes pop {
from { opacity: 0; transform: scale(.85); }
to   { opacity: 1; transform: scale(1); }
}
@keyframes bounce {
0%, 100% { transform: translateY(0); }
50%      { transform: translateY(4px); }
}
.rv {
opacity: 0;
transform: translateY(14px);
transition: opacity .7s ease-out, transform .7s ease-out;
}
.rv.v {
opacity: 1;
transform: translateY(0);
} @media (max-width: 820px) {
.br-sp {display: block;}
.hd {
height: 60px;
}
.hd-tel,
.hd-cta {
display: none;
}
.hd-r {
gap: 0;
}
.hd-menu img {
width: 30px;
height: 30px;
}
.chara-wrap img {
width: 52px;
height: 52px;
} .ft-in {
gap: 1rem;
}
.ft-brand img {
width: 70%;
}
.ft-navs {
flex-direction: column;
gap: .2rem;
}
}
@media (max-width: 480px) {
.wrap {padding: 0 1.5rem;}
.hd {padding: 0 1rem;}
.hd-logo img {height: 36px;}
.ft-in {
display: block;
padding: 0 2rem;
}
.ft {padding: 2rem 0 0;}
.ft-brand > div {margin-bottom: 1rem;}
.ft-brand {
text-align: center;
margin-bottom: 1.5rem;
}
.ft-navs {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.ft-btm {
padding: .5rem 0;
margin: 3rem auto 0;
}
}