@charset "UTF-8";

html{
    overflow: hidden;
}

.sample_img {
    width: 100%;
}

.sample_img img {
    width: 100%;
    height: auto;
}