/* 4コマ画像をスマホで横幅最大に表示するCSS */
.hugo-images p {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  width: 100vw !important;
  box-sizing: border-box !important;
}
.hugo-images {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.hugo-images img {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  margin: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
  background:#ffff !important;
  object-fit: cover !important;
  padding-top: 0;
  padding-bottom: 0;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}

html { font-size: 0; }
body { font-size: 0; }
.hugo-header { font-weight: bold; margin-bottom: 1em; }
.hugo-series { font-weight: bold; margin-bottom: 0.5em; }
.hugo-episode { color: #888; margin-bottom: 0.5em; }
.hugo-title { font-weight: bold; margin-bottom: 0.5em; }
.hugo-description { color: #555; margin-bottom: 0.5em; line-height: 1.6; }
.hugo-list { margin: 0; padding: 0; list-style: none; }

/* PC用 */
html { font-size: 30px; }
body { font-size: 1rem; }
.hugo-header { font-size: 1rem;}
.hugo-series { font-size: 1rem;}
.hugo-episode { font-size: 1rem;}
.hugo-title { font-size: 1rem;}
.hugo-description { font-size: 0.75rem;}
.hugo-list { font-size: 1rem; }
.hugo-images img {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* タブレット用 */
@media (max-width: 900px) {
  html { font-size: 26px; }
  body { font-size: 1rem; }
  .hugo-header { font-size: 1rem; }
  .hugo-series { font-size: 1rem; }
  .hugo-episode { font-size: 1rem; }
  .hugo-title { font-size: 1rem; }
  .hugo-description { font-size: 0.75rem; }
  .hugo-list { font-size: 1rem; }
  .hugo-images img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* スマホ用 */
@media (max-width: 600px) {
  html { font-size: 16px; }
  body { font-size: 1rem; }
  .hugo-header { font-size: 1rem; }
  .hugo-series { font-size: 1rem; }
  .hugo-episode { font-size: 1rem; }
  .hugo-title { font-size: 1rem; }
  .hugo-description { font-size: 0.75rem; }
  .hugo-list { font-size: 1rem; }
  .hugo-images img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
