@charset "utf-8";
/* CSS Document */
.pc_none {
    display: block;
}
.sp_none{
    display: none;
}
#image {
    width: 100%;
}
#wrapper #image img {
    width: 100%;
}
#wrapper .pc_none img {
    width: 100%;
}
body {
    position: relative;
    max-width: 100%;
    margin: auto;
}