@charset "UTF-8";
.infoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoInner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .infoInner {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
}
.infoContainer {
  margin: 0 20px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 21.5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .infoContainer {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .infoContainer:nth-of-type(1) {
    margin-bottom: 61.5px;
  }
}
@media screen and (max-width: 767px) {
  .infoContainer {
    font-size: 11px;
    margin-bottom: 17.5px;
  }
}
.infoTitle {
  line-height: 1;
  margin-bottom: 21.5px;
}
@media screen and (max-width: 767px) {
  .infoTitle {
    margin-bottom: 17.5px;
  }
}
.infoText {
  text-align: left;
  font-size: 10px;
  line-height: calc(15 / 10);
  letter-spacing: 0;
  margin-bottom: 13.5px;
}
@media screen and (max-width: 767px) {
  .infoText {
    margin-bottom: 9.5px;
  }
}
.infoText.ja {
  font-size: 9px;
  line-height: calc(14 / 9);
  letter-spacing: 0.03em;
  font-weight: bold;
}
