@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}
img{
    display: block;
    border: none;
    width: 100%;
}
a{
    color: #270c05;
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
}
a:hover{
    opacity: .8;
    cursor: pointer;
}
body{
    font-size: 16px;
    font-family:  "Noto Serif JP", serif;
    color: #270c05;
}
