@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.main_visual{
    height: 800px;
    background-color: rgb(229, 255, 158);
}
.section-01{
    height: 800px;
    background-color: rgb(239, 221, 255);
}
.section-02{
    height: 800px;
    background-color: rgb(211, 231, 255);
}