.p-home-hero__mainVidual_light {
  position: absolute;
  top: 50svh;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -176px);
  transform: translate(-50%, calc(1300px * (380px / 960px) * -0.5 + 34px));
  max-width: 1300px;
}
@media screen and (max-width:1300px){
  .p-home-hero__mainVidual_light {
    transform: translate(-50%, calc(90vw * (380px / 960px) * -0.5));
  }
}
#light_mark {
  /*
  margin-left: 1.4vw;
  */
  /*
  width: 893.24px;
  height: 192px;
  */
}

#light_mark {
  width: 100%;
  /*
  transform: scale(1.06);
  transform-origin: top center;
  */
}
#light_mark path,
#light_mark ellipse {
  fill:#9bf0ff;
}

.p-home-about {
  background: none;
}
.l-wrapper {
  overflow: clip;
}

.p-home-hero__mainVidual_logo {
  position: absolute;
  left: 8.5%;
  top: 0;
  right: 13%;
  padding-top: 16%;
}
.p-home-hero__mainVidual_logo img {
  width: 100%;
  height: auto;
}