  @charset "UTF-8";


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

/*mbl*/
@media screen and (max-width:768px){


#wrapper{
width:100%;
}

#cnr{
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%;
min-height:500px;
height:100svh;
background: var(--accent-color);
}

header{
box-sizing:border-box;
display:grid;
width:100%;
grid-template-columns:50% 2fr 1fr 1rem;
background:var(--base-color);
aspect-ratio:100 / 20;
}

header a.logo{
box-sizing:border-box;
align-content: center;
padding:0 0 0 1rem;
grid-column:1;
grid-row:1;
background:var(--main-color);
outline:2px dotted var(--sub-accent-color);
outline-offset:-8px;
}

header a.logo h1 span{
display:block;
box-sizing:border-box;
padding-bottom:0.5rem;
color:white;
font-size: clamp(10px, calc(8.285714285714285px + 0.4761904761904762vw), 14px);
}

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

.menu{
display: flex;
box-sizing:border-box;	
width:90%;
aspect-ratio:1 / 1;
background:var(--accent-color);
border-radius:50% 50%;
align-items : center;	
align-self:center;
grid-column:3;
}




picture{
display:flex;
width:100%;
height:100svh;
}

.cat-pic::before,.cat-pic::before{
display:none;
}

.imgsmask{
width:100%;
object-fit:cover;
}

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

.side-lft{
width:100%;
}

.side-rgt{
display:none;
}

footer{
box-sizing:border-box;
display:grid;
grid-template-columns:1fr auto 1fr;
grid-template-rows:repeat(3,2rem);
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 (max-width:768px)===== end*/





