@charset 'utf-8';

a:hover, .uk-link:hover {
    color: inherit;
    text-decoration: inherit;
}

#main .bgimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#main .bgimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-element-id] #main .bgimage {
  position: relative;
  top: auto;
  left: auto;
  width: 500px;
  height: auto;
  z-index: 1;
  margin: 30px auto;
  border: 5px solid #6e6e6e;
  padding: 10px;
}

[data-element-id] #main .bgimage::before {
  content: "背景画像の変更はコチラから";
  background-color: #6e6e6e;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-bottom: 5px;
  margin: -10px -10px 10px;
  display: block;
}

.up-pos-rel {
  position: relative;
}
