body {
  background-color: #f8e2e6;
  font-size: 16px;
  padding-top: 4.5rem;
}

section {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
}

section h1 {
  margin-bottom: 1.5rem;
}
section h2 {
  font-size: 6rem;
  margin: 0;
  padding: 3rem 0 2rem 2rem;
  /* text-align: center; */
  color: #fff !important;
  background: black;
}
.logotitle {
  text-align: center;
}
.logotitle img {
  height: 2.5rem;
}
.bg-dark.bg-inc {
  background-color: #004ea1 !important;
}

nav .navbar-brand img {
  width: 3rem;
}

.artistList .card {
  border: none;
  margin-bottom: 2rem;
}

.imgBox-3-2 {
  width: 100%;
  padding-bottom: 67%;
  height: 0;
  position: relative;
}
.imgBox-3-2 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  section h1 {
    font-size: 1.5rem;
  }
  section h2 {
    font-size: 1.2rem;
  }
  section .lead {
    font-size: 1rem;
  }
}
