@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;500;700&family=Noto+Sans+JP:wght@300;700;800&family=Shippori+Mincho:wght@400;600&display=swap");body{font-family:Noto Sans JP,sans-serif;margin:0}body,h1,h2,h3,p{font-weight:700}@keyframes fadeInAnime{0%{opacity:0;top:100px}to{opacity:1;top:0}}.main{animation:fadeInAnime 1s cubic-bezier(.09,.57,.21,.86) 1 normal;position:relative;max-width:1000px;margin:100px auto}a{text-decoration:none;color:#4496af}.heas{z-index:999;position:fixed;display:flex;flex-wrap:wrap;width:calc(100% - 50px);height:50px;justify-content:space-between;margin:25px;top:0}.heas a{color:#000;font-weight:500}.heat a{font-size:2rem;font-weight:700}.hamburger-icon{top:0;margin:20px;cursor:pointer;display:flex;position:fixed;flex-direction:column;justify-content:space-between;width:40px;height:30px;z-index:10002}.bar{background-color:#686868;height:3px;width:100%;transition:.4s;position:relative;top:0;z-index:10002}.hamburger-icon:hover .bar{background-color:#ccc}.hamburger-icon.open .bar:first-child{background-color:#fff;transform:rotate(45deg);position:relative;top:14px}.hamburger-icon.open .bar:nth-child(2){opacity:0}.hamburger-icon.open .bar:nth-child(3){background-color:#fff;transform:rotate(-45deg);position:relative;top:-13px}.menu{position:fixed;top:0;left:-290px;width:250px;height:100%;background-color:#333;padding:80px 20px 0;transition:.4s;z-index:10000}.menu.open{left:0}.menu a{color:#fff;text-decoration:none;font-size:18px;margin:10px 0;display:block}.close-button{position:absolute;top:10px;right:10px;cursor:pointer;color:#fff;font-size:24px}@media screen and (max-width:1070px){.main{width:95%}}