@charset "UTF-8";
/* CSS Document */
.ogd-lpWrap {
  font-family: 'Roboto', sans-serif;
}
.ogd-enter {
  padding: 20px;
  box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}
.ogd-enterLink {
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  color: #000;
  border: 2px solid #000;
  display: inline-block;
}
.ogd-lp-vis {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.ogd-lp-vis__item {
  width: 100%;
}
.ogd-lp-vis__item img {
  width: 100%;
}
.ogd-copyright {
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1240px;
  text-align: right;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
.ogd-enter {
  padding: 10px;
}
.ogd-enterLink {
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  color: #000;
  border: 2px solid #000;
  display: inline-block;
}
  .ogd-lpWrap {
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    position: relative;
  }
  .ogd-lp {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
  }
  .ogd-lpInner {
    width: 100%;
  }
  .ogd-copyright {
    padding: 10px 5px 30px;
    font-size: 10px;
  }

}
