@media (max-width: 599px) {
    .p-top-kv-inner {
      height: 100vh;
      overflow: hidden;
      position: relative;
    }
    .p-top-kv__img {
      height: 100vh;
      position: relative;
    }
    .p-top-kv__img img {
      height: 100vh !important;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .p-top-kv__copy {
      position: absolute;
    }
}
    
@media screen and (max-width: 767.98px) {
    .p-top-kv-inner {
    height: calc(100vh - 79px);
    }
    .p-top-kv__img {
    height: calc(100vh - 79px);
    }
    .p-top-kv__img img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    }
    .p-top-kv__copy {
    left: 50%;
    transform: translateX(-50%);
    bottom: 67px;
    }
    .p-top-kv__copy img {
    width: 203px;
    }
}
    
@media screen and (min-width: 768px) {
    .p-top-kv-inner {
    position: relative;
    width: calc(100vw - 240px);
    margin-left: -60px;
    }
    .p-top-kv__img {
    height: 100vh;
    }
    .p-top-kv__img img {
    height: 100vh !important;
    width: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    }
    .p-top-kv__copy {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    }
}