* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  width: 100%;
  min-height: 100%;
  font-size: 1.6rem;
}

.ly_root {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .ly_root {
    background-attachment: fixed;
  }
}

.ly_root__sub {
  background-color: rgba(0, 0, 0, 0.7);
}

.ly_root_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .ly_root_inner {
    padding: 1rem;
  }
}

.ly_contents {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .ly_contents {
    flex-direction: column;
  }
}

.el_contentsBlock {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .el_contentsBlock {
    text-align: center;
  }
}

.ly_card_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ly_footer {
  margin-top: 2rem;
}

.ly_copyright {
  padding-top: 2rem;
  text-align: center;
}

.el_siteName {
  font-family: "Staatliches", "Noto Serif JP", cursive;
  font-size: 6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .el_siteName {
    margin-bottom: 4rem;
    text-align: center;
  }
}
.el_siteName a {
  text-decoration: none;
  color: inherit;
}

.bl_card {
  width: 30%;
  border: 20px solid #030303;
  background-color: #030303;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .bl_card {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.bl_card a {
  text-decoration: none;
  color: inherit;
}

.el_card_thumbnail img {
  max-width: 100%;
  vertical-align: bottom;
}

.el_card_title {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 3rem;
  width: 100%;
  text-align: center;
  font-family: "Staatliches", cursive;
  font-size: 5rem;
}

.el_card_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 16px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

.el_copyright {
  color: #fefefe;
}

.el_pageTitle {
  font-family: "Staatliches", cursive;
  font-size: 12rem;
  letter-spacing: 0.125em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .el_pageTitle {
    text-align: center;
    font-size: 3rem;
  }
}

/*# sourceMappingURL=styles.css.map */