.titleArea_photo-index {
  background: url(/gem/assets/img/database/mv_index.webp) no-repeat 50% 50%;
  background-size: cover;
}

.titleArea_photo-micro {
  background: url(/gem/assets/img/database/mv_micro.webp) no-repeat 50% 50%;
  background-size: cover;
}

.page-database.index #main h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #656154;
  position: relative;
  padding: 0 0 0.7em;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-database.index #main h2 {
    display: inline-block;
    padding: 0 0 0.5em;
  }
}
.page-database.index #main h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dedaca;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .page-database.index #main h2::before {
    min-width: 200px;
  }
}
.page-database.index #main h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  z-index: 2;
  background: #294487;
}
@media print, screen and (min-width: 769px) {
  .page-database.index #main h2 {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.page-database.index #main h2 > span {
  display: inline-block;
}
.page-database.index #main h2 + * {
  margin-top: 1.5em;
}
.page-database.index #main h2:not(:first-child) {
  margin-top: 3em;
}
.page-database.index .databaseBody p {
  margin-top: 0;
}

.page-database.micro #main h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #656154;
  position: relative;
  padding: 0 0 0.7em;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-database.micro #main h2 {
    display: inline-block;
    padding: 0 0 0.5em;
  }
}
:lang(en) .page-database.micro #main h2 {
  letter-spacing: -0.01em;
}
.page-database.micro #main h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dedaca;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .page-database.micro #main h2::before {
    min-width: 200px;
  }
}
.page-database.micro #main h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  z-index: 2;
  background: #294487;
}
@media print, screen and (min-width: 769px) {
  .page-database.micro #main h2 {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.page-database.micro #main h2 > span {
  display: inline-block;
}
.page-database.micro #main h2 + * {
  margin-top: 1.5em;
}
.page-database.micro #main h2:not(:first-child) {
  margin-top: 3em;
}
.page-database.micro .databaseBody p {
  margin-top: 0;
}