@charset "UTF-8";

.p-header-logo {
  position: absolute;
  width: calc(100vw / ( 360 / 132 ));
  left: calc(100vw / ( 750 / 38 ));
  top: calc(100vw / ( 360 / 30 ));
}
@media screen and (min-width: 768px) {
  .p-header-logo {
    width: 132px;
    left: 38px;
    top: 30px; }
}
