  @charset "UTF-8";


/*======design ============*/

/*pc*/
@media print,screen and (min-width:769px){



#cnr{
box-sizing:border-box;
display: flex;
flex-direction:column;
justify-content:space-between;
position:relative;
width:100%;
}


.upper-container{
display:flex;
flex-direction:column;
box-sizing:border-box;
width:100%;
padding-bottom:2rem;
min-height:400px;
background:var(--accent-color) url(../pic/vintage-speckles.png) repeat;
background-blend-mode:overlay;
}

header{
box-sizing:border-box;
display: grid;
width: 100%;
height: 10rem;
grid-template-columns:30% 1rem 1fr 2rem;
}

header a.logo{
box-sizing:border-box;
display:grid;
grid-template-columns:1fr;
grid-template-rows:10rem;
align-items:center;
padding:0 2rem;
box-sizing:border-box;
background:var(--main-color);
font-size: clamp(16px,1.8rem,1.8vw);
font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
outline:4px dotted var(--sub-accent-color);
outline-offset:-12px;
}

header a.logo h1 span{
display:block;
box-sizing:border-box;
padding-bottom:0.5rem;
color:white;
}

header a.logo h1 img{
display:block;
width:90%;
}

.check{
display:none;
}

.menu{
grid-column:3/4;	
align-self: center;
}




header h1 span{
display: block;
font-size: clamp(16px,1rem,0.5vw);
}	

picture{
display:grid;
grid-template-columns:30% 1fr;
justify-content:end;
width:100%;
}

.cat-pic::before{
display:block;
content:"";
position:absolute;
width:10%;
height:20%;
background:url("../pic/cat-silhouette01.svg") no-repeat;
bottom:0%;
left:0;
background-size:contain;
}

.cat-pic::after{
display:block;
content:"";
position:absolute;
width:20%;
height:80%;
background:red;
background:url("../pic/footprints.svg") no-repeat;
bottom:0%;
left:3%;
background-size:contain;
}



.imgsmask{
width:100%;
clip-path: inset(2rem 0 0 round 0 0 0 30px);
object-fit:cover;
}

main{
display: grid;
box-sizing:border-box;
width:100%;
min-height:100vh;
margin:0 auto;
padding:2rem;
background:var(--base-color);
border-radius:8px 8px 0 0;
grid-template-columns:70% 1fr;
gap:5%;
}

.side-lft{

}

.side-rgt{

}

.cat-pic{
position:relative;
}




footer{
box-sizing:border-box;
display:grid;
grid-template-columns:1fr auto 1fr;
grid-template-rows:repeat(3,4rem);
justify-content:center;
align-items:center;
width:100%;
background:var(--footer-color);
margin-top:6rem;
}

footer > p{
display:grid;
align-items:center;
color: var(--base-color);
grid-column:2/3;
grid-row:2/3;
margin-bottom:0;
}

div.to-jump a{
display:block;
width:1px;
position:absolute;
top:0;
}










}
/*=====@media print,screen and (min-width:769px)===== end*/





