html {
  margin-top: 0 !important;
}
* {
  font-family: "Noto Sans JP";
  box-sizing: content-box;
}
body {
  margin: 0;
  color: #222c41;
  padding: 0;
  background-color: #fff;
}

img {
  width: auto;
}

a {
  color: #000;
  transition: all 0.2s;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

@media (min-width: 950px) {
  a:hover,
  a:active {
    opacity: 0.65;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.card-box {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 50px;
  padding-bottom: 56px;
}

#body {
  background-image: url("../images/bg-top_main-container.png"),
    url("../images/bg-bottom_main-container.png");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  padding-bottom: 120px;
}

.breadcrumb {
  margin-top: 80px;
}

@media screen and (max-width: 1099px) {
  .breadcrumb {
    margin-top: 60px;
  }
  .card-box {
    width: 722px;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .card-box {
    width: 345px;
    margin: 0 auto;
  }
}

#body a:hover {
  text-decoration: none;
}
