html {
  font-size: 10px;
  overflow: auto;
}

body {
  min-width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #f2f2f3;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

.panenca__cmn_logo--wrap {
  position: relative;
  height: calc(100vh - 54px);
}
@media screen and (max-width: 640px) {
  .panenca__cmn_logo--wrap {
    height: calc(100vh - 14vw);
  }
}
.panenca__cmn_logo--wrap > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.panenca__cmn_logo--wrap h1 {
  pointer-events: none;
  width: 240px;
  height: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .panenca__cmn_logo--wrap h1 {
    width: 48vw;
    height: 26.1333333333vw;
  }
}
.panenca__cmn_logo--wrap h1 > img {
  width: 100%;
}
.panenca__cmn_copylight {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .panenca__cmn_copylight {
    font-size: 3.2vw;
    padding: 5.3333333333vw 0;
  }
}