@charset "utf-8";
body {
    background-color: #000000;
}
.last {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    max-width: 1800px;
}
.last img {
    width: 100%;
}
.last.pc {
    display: none;
}

/* タブレット以上のサイズに対応（768px以上） */
@media screen and (min-width: 768px) {
.last {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    max-width: 1800px;
}
.last img {
    width: 100%;
}
.last.sp {
    display: none;
}
.last.pc {
    display: block;
}
}
