:root {
  --color-link: #96445b;
  --footer-color: #000000;
  --page-bg: #3cad21;
  --header-bg: transparent;
}

body {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ Pro W4", "HGMaruGothicMPRO", "HGMaruGothicMPRO-W4", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
}

.header__logo {
  display: none;
}

.header h1 {
  max-width: 800px;
  margin: 0 auto;
  padding-top: min(50px, 10%);
  padding-bottom: min(40px, 5%);
}

.header__lead > div {
  text-align: center;
}

#wrapper {
  background-image: url("../images/baseball2026_text_bg_pc.jpg");
  background-position: top center;
  background-repeat: repeat;
}

@media (max-width: 600px) {
.header h1 img {
	width: 95%;
}

.header__lead > div {
  text-align: left;
}	
	
}
