body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #B3B3B3;
	text-align: center;
}

.container {
  width: 922px !important;
  max-width: 922px !important;
}

.award-gallery, .site-top  {
  background-color: white;
  max-width: 922px;
  margin: 0 auto;
}

/* === ヘッダー・フッター部分 === */
.site-top li {
  background: #f0f0f0;
  border-bottom: 0.5px solid #c5c5c5;
  display: block;
  font-weight: bold;
}

.site-top nav a {
  font-size: 28px;
  color: #000000;
  text-decoration: none;
}

.site-header li {
  background: #f0f0f0;
  font-size: 19px;
  padding: 4px 20px;
  border-bottom: 0.5px solid #c5c5c5;
  display: block;
  font-weight: bold;
}

.site-header nav a {
  color: #000000;
  text-decoration: none;
}

.link-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.link-btn::after {
  background: #920783;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.link-btn:hover {
  color: #fff;
}

.link-btn:hover::after {
  transform: scale(1, 1);
}

.judge-footer, .site-footer {
  font-size: 13px;
}

/* === アワードギャラリー部分 === */
.award-gallery figure {
  aspect-ratio: 4 / 3;
}

.award-gallery .click {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 5px;
}

.grandprix, .extra-prize, .selected-prize {
  border: 1px solid #666;
}

.grandprix .title {
  font-size: 24px;
}
.grandprix .name, .extra-prize .title {
  font-size: 20px;
}

.grandprix .coment {
  font-size: 14px;
}

.extra-prize .name{
  font-size: 18px;
}

.extra-prize .coment,.selected-prize .coment {
  font-size: 12px;
}

.award-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.kasaku {
  border: 1px solid #666;
  margin: 10px -4px;
  padding: 20px 0px;
}

.kasaku div {
  width: unset;
}

.kasaku span {
  font-size: 14px;
}