@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  background-color: #252525;
  color: #fffcea;
}

h1 {
  font-size: 28px;
}

h2 {
  margin-bottom: -20px;
  font-size: 16px;
}

p {
  font-size: 20px;
}

.wrapper {
  margin: 0 auto;
  padding: 10px 100px 50px 100px;
  width: 960px;
  background-color: #363636;
  filter: drop-shadow(0 0 8px #000);
}

.main-visual img {
  margin-bottom: 60px;
  width: 100%;
}

.item {
  margin-bottom: 60px;
}

.item img {
  max-width: 50%;
}

.footer {
  margin-top: 100px;
  text-align: right;
}