@charset "utf-8";

*,
::before,
::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}


.header-inner {
	/* max-width: 1366px; */
	margin: 0 auto;
}

html {
	scroll-behavior: smooth;
}


body {
	background-image: url(./img/space-4984262.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-size: 16px;
	color: #fff;
    text-align: center;
    
}


main,
footer {
	font-family: "WDXL Lubrifont JP N", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn {
	display: none;
}

.iremono {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iremono .typewrite {
    font-size: 50px;
}

.home img {
    animation: fuwa 2s ease-in-out infinite alternate-reverse;
    
    }

    @keyframes fuwa {

        0% {
            transform: translateY(-10%);
        }

        100% {
            transform: translateY(10%);
        }
    }

	.navyoko .nav2 {
		display: flex;
		justify-content: center;
	}