﻿
.home-container-pc > .area1 {
    display: flex;
    opacity: 1;
    z-index: 2;
}

/*.home-container-pc > .area1 > img:nth-child(1) {
    width: 100vw;
    height: 100vh;
}*/

.home-container-pc > .area1 > img:nth-child(2) {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
}
