* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  color: inherit;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fv_wrap {
  width: 100%;
  height: 100vh;
  background-image: url(../img/prooflab_back.jpg);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .fv_wrap {
    height: 100%;
  }
}

.fv_wrap picture {
  width: 440px;
  margin: auto;
}

.fv_wrap picture img {
  width: 100%;
  height: auto;
}

.copyright {
  position: fixed;
  bottom: 12px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.link {
  width: 130px;
  position: fixed;
  bottom: 20px;
  right: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.link img {
  width: 100%;
  height: auto;
}

.link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .fv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/prooflab_back_sp.jpg);
    padding-bottom: 20px;
  }
  .fv_wrap picture {
    width: 320px;
    max-width: 90%;
    margin: 80px auto 0;
  }
  .copyright {
    position: relative;
    width: 175px;
    height: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    margin: 20px auto 0;
  }
  .link {
    position: relative;
    width: 100px;
    bottom: 0;
    right: 0;
    margin: 50px auto 0;
  }
}
.privacy-list_container {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 45px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  color: white;
}
@media screen and (max-width: 768px) {
  .privacy-list_container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: -25px;
  }
}
.privacy-list_container .privacy-item {
  padding-left: 10px;
}
.privacy-list_container .privacy-item:not(:last-child) {
  border-right: 1px white solid;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .privacy-list_container .privacy-item:not(:last-child) {
    border-right: none;
  }
}
.privacy-list_container .privacy-item .privacy-item_link {
  font-size: 14px;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .privacy-list_container .privacy-item .privacy-item_link {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */