@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@600&family=Zen+Old+Mincho:wght@700&display=swap');


body{
width:100%;
font-size:13px;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color:#fff;
font-family: "Zen Old Mincho", serif;
font-weight: 700;
font-style: normal;
font-feature-settings: "palt";
}

body {
animation: fadeIn 0.4s ease 0s 1 normal;
-webkit-animation: fadeIn 0.4s ease 0s 1 normal;
background: #fff;
}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

*{
margin:0px;
padding:0px;
box-sizing:border-box;
outline: 0;
}

ul,li{
list-style:none;
}

i{
font-style: normal;
display: block
}

img{
max-width:100%;
display:block;
}

a{
text-decoration: none;
color:#fff;
transition: 0.2s;
}

h1,h2,h3,h4,h5,h6{
line-height: 100%;
}