@charset "UTF-8";

body{
    max-width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    background-image: url("../logo/yakusugi3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

main{
    backdrop-filter: none;
    background-attachment: none;
}

.concept{
    display: none;
}

footer{
    display: none;
}

h6{
	color: rgba(255, 255, 255, 0.8);
	font-family:serif;
	font-size: clamp(4.4rem, calc(4.2rem + 0.625vw), 12.9rem);
	letter-spacing: 30%;
	text-align: center;
	text-transform: uppercase;
	z-index: 5;
}

.topTitle{
    position: relative;
    top: 50%;
    justify-content: center;
}

.privacy-wrapper{
    backdrop-filter: none;
}

    @media  screen and (max-width: 959px){
        body{
            background-attachment: none;
            background-image: url("../logo/yakusugi3\'tablet.jpeg");
            background-position: center;
            overflow: hidden;
            max-height: 1000px;
            max-width: 850px;
            }    
        }
    
        @media  screen and (max-width: 480px){
            body{
                background-attachment: none;
                background-image: url("../logo/yakusugi3\'mobile.jpeg");
                background-position: center;
                overflow: hidden;
                max-height: 800px;
                max-width: 450px;
                }
                /*.topTitle h6{
                    font-size: .6em;
                }*/
               /* .topTitle{
                    
                    justify-content: right;
                }*/
                
                
                
            }
       