/*
Theme Name: 俳句川柳投稿サイト
Theme URI: https://example.com/
Author: syushu
Description: 俳句・川柳投稿、コンテスト、いいね、ランキング、有料ユーザー添削、作品画像自動生成に対応した専用テーマ。
Version: 1.0.11
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: st575
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
  color: #222;
}

a { color: inherit; }

.st575-container {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0;
}

.st575-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 20px;
  margin: 0 0 18px;
  background: #fff;
}

.st575-entry-text {
  font-size: 1.4rem;
  white-space: pre-line;
}

.st575-form-row {
  margin-bottom: 18px;
}

.st575-form-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.st575-form-row input[type="text"],
.st575-form-row input[type="email"],
.st575-form-row input[type="password"],
.st575-form-row textarea,
.st575-form-row select {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.st575-button,
button.st575-button,
input.st575-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.st575-button.secondary {
  background: #666;
}

.st575-notice {
  padding: 12px 14px;
  border-radius: 10px;
  background: #f5f5f5;
  margin: 0 0 18px;
}

.st575-error {
  background: #fff2f2;
  color: #9b1c1c;
}

.st575-success {
  background: #effaf0;
  color: #116329;
}

.st575-meta {
  color: #666;
  font-size: 0.92rem;
}

.st575-like-button {
  border: 1px solid #ddd;
  background: #fff;
  color: #222;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}

.st575-like-button.is-liked {
  background: #222;
  color: #fff;
}

.st575-entry-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.st575-profile-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .st575-profile-grid {
    grid-template-columns: 180px 1fr;
  }
}


/* v0.23.0 design refresh
   方針：年配層にも読みやすく、迷わず押せるUIへ調整。
*/

:root {
  --st575-bg: #fbfaf7;
  --st575-card: #fff;
  --st575-text: #222;
  --st575-muted: #666;
  --st575-border: #e7e0d4;
  --st575-soft: #f5efe4;
  --st575-accent: #222;
  --st575-focus: #0b57d0;
  --st575-radius: 18px;
  --st575-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

html {
  font-size: 17px;
}

body {
  background: var(--st575-bg);
  color: var(--st575-text);
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

a {
  color: #1f4f8f;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  opacity: 0.86;
}

img {
  max-width: 100%;
  height: auto;
}

.st575-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--st575-border);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
}

.st575-header-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

.st575-site-title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.st575-site-title a {
  color: var(--st575-text);
  text-decoration: none;
}

.st575-site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.st575-site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--st575-border);
  border-radius: 999px;
  background: #fff;
  color: var(--st575-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
}

.st575-site-nav .st575-nav-cta {
  background: var(--st575-accent);
  color: #fff;
  border-color: var(--st575-accent);
}

.st575-site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--st575-border);
  background: #fff;
  color: var(--st575-muted);
}

.st575-footer-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

.st575-container {
  width: min(1080px, calc(100% - 36px));
  padding: 34px 0;
}

main.st575-container {
  min-height: 60vh;
}

h1, h2, h3 {
  line-height: 1.45;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  margin: 0 0 22px;
}

h2 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  margin: 34px 0 16px;
}

h3 {
  font-size: 1.16rem;
  margin: 24px 0 10px;
}

.st575-card,
.st575-payment-card,
.st575-usage-meter,
.st575-preview-image-wrap,
.st575-sso-area,
.st575-profile-stat,
.st575-award-card,
.st575-entry-fallback-image {
  border-color: var(--st575-border);
  border-radius: var(--st575-radius);
  background: var(--st575-card);
  box-shadow: var(--st575-shadow);
}

.st575-card {
  padding: clamp(18px, 3vw, 28px);
  margin-bottom: 22px;
}

.st575-card > h2:first-child,
.st575-card > h3:first-child,
.st575-payment-card > h3:first-child {
  margin-top: 0;
}

.st575-entry-text {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 2.05;
  letter-spacing: 0.07em;
  padding: 12px 0;
  color: #111;
}

.st575-entry-image {
  display: block;
  width: min(100%, 720px);
  margin: 0 auto 20px;
  border: 1px solid var(--st575-border);
  box-shadow: var(--st575-shadow);
  background: #fff;
}

.st575-meta {
  color: var(--st575-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.st575-form-row {
  margin-bottom: 22px;
}

.st575-form-row label {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.st575-form-row input[type="text"],
.st575-form-row input[type="email"],
.st575-form-row input[type="password"],
.st575-form-row input[type="number"],
.st575-form-row input[type="url"],
.st575-form-row textarea,
.st575-form-row select {
  width: 100%;
  max-width: 760px;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #cfc7ba;
  border-radius: 12px;
  background: #fff;
  color: var(--st575-text);
  font-size: 1rem;
  line-height: 1.65;
}

.st575-form-row textarea {
  min-height: 150px;
}

.st575-form-row input:focus,
.st575-form-row textarea:focus,
.st575-form-row select:focus,
.st575-like-button:focus,
.st575-button:focus,
.st575-site-nav a:focus {
  outline: 3px solid rgba(11, 87, 208, 0.22);
  outline-offset: 2px;
  border-color: var(--st575-focus);
}

.st575-button,
button.st575-button,
input.st575-button,
.st575-like-button,
.st575-google-button,
.st575-line-button,
.st575-apple-button,
.st575-x-button,
.st575-facebook-button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.st575-button,
button.st575-button,
input.st575-button {
  background: var(--st575-accent);
  color: #fff;
}

.st575-button.secondary {
  background: #665f54;
  color: #fff;
}

.st575-like-button {
  background: #fff;
  border-color: var(--st575-border);
}

.st575-like-button.is-liked {
  background: #111;
  color: #fff;
}

.st575-notice {
  padding: 15px 17px;
  border-radius: 14px;
  border: 1px solid var(--st575-border);
  background: #fff8e7;
  color: #3f321b;
  line-height: 1.75;
}

.st575-error {
  border-color: #f3c4c4;
  background: #fff2f2;
  color: #8a1414;
}

.st575-success {
  border-color: #c6e8cc;
  background: #effaf0;
  color: #116329;
}

.st575-policy-links {
  border: 1px solid var(--st575-border);
  background: var(--st575-soft);
  line-height: 1.8;
}

.st575-contest-badges {
  gap: 8px;
}

.st575-contest-badge,
.st575-membership-badge,
.st575-payment-status,
.st575-user-suspended-badge,
.st575-award-badge {
  padding: 5px 11px;
  font-size: 0.92rem;
  line-height: 1.3;
}

.st575-list {
  display: grid;
  gap: 20px;
}

.st575-list .st575-card {
  margin-bottom: 0;
}

.st575-preview-grid {
  gap: 22px;
}

.st575-preview-image-wrap {
  padding: 18px;
}

.st575-preview-actions,
.st575-admin-action-row {
  gap: 10px;
}

.st575-profile-title-row {
  align-items: flex-start;
}

.st575-avatar {
  width: 96px;
  height: 96px;
}

.st575-avatar-sm {
  width: 38px;
  height: 38px;
}

.st575-profile-stat strong {
  font-size: 1.75rem;
}

.st575-payment-card {
  padding: clamp(18px, 3vw, 26px);
}

.st575-terms-card {
  border-left-width: 6px;
}

@media (min-width: 760px) {
  .st575-header-inner {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2fr);
    align-items: center;
    gap: 20px;
  }

  .st575-site-title {
    margin: 0;
  }

  .st575-site-nav {
    justify-content: flex-end;
  }

  .st575-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html {
    font-size: 16px;
  }

  .st575-container {
    width: min(100% - 24px, 1080px);
    padding: 24px 0;
  }

  .st575-site-header {
    position: static;
  }

  .st575-site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st575-site-nav a {
    width: 100%;
    min-height: 46px;
    padding: 9px 8px;
    font-size: 0.92rem;
  }

  .st575-card {
    padding: 18px;
    border-radius: 16px;
  }

  .st575-entry-text {
    font-size: 1.5rem;
    line-height: 1.95;
  }

  .st575-button,
  button.st575-button,
  input.st575-button,
  .st575-like-button,
  .st575-google-button,
  .st575-line-button,
  .st575-apple-button,
  .st575-x-button,
  .st575-facebook-button {
    width: 100%;
    justify-content: center;
    margin: 4px 0;
  }

  .st575-inline-form {
    display: block;
    width: 100%;
  }

  .st575-preview-actions {
    display: block;
  }

  .st575-contest-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .st575-contest-badge {
    width: fit-content;
  }

  .st575-policy-links {
    padding: 12px;
  }

  .st575-avatar {
    width: 84px;
    height: 84px;
  }
}


/* v0.24.0 home shortcode */

.st575-home-hero {
  display: grid;
  gap: 24px;
  align-items: center;
  margin: 0 0 34px;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 244, 206, 0.9), transparent 38%),
    #fff;
  box-shadow: var(--st575-shadow, 0 8px 22px rgba(0, 0, 0, 0.06));
}

.st575-home-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff4ce;
  color: #7a4f00;
  font-weight: 800;
  font-size: 0.95rem;
}

.st575-home-hero h1 {
  margin-bottom: 14px;
}

.st575-home-lead {
  font-size: clamp(1.08rem, 2.5vw, 1.28rem);
  line-height: 1.9;
  margin: 0 0 18px;
}

.st575-home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 12px;
}

.st575-button-lg {
  min-height: 54px;
  padding: 14px 24px;
  font-size: 1.06rem;
}

.st575-home-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.st575-home-hero-panel div {
  padding: 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.st575-home-hero-panel strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.35;
}

.st575-home-hero-panel span {
  display: block;
  color: var(--st575-muted, #666);
  font-size: 0.95rem;
}

.st575-home-section {
  margin: 36px 0;
}

.st575-home-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--st575-border, #e7e0d4);
  padding-bottom: 10px;
}

.st575-home-section-head h2 {
  margin: 0;
}

.st575-home-section-head a {
  font-weight: 800;
  white-space: nowrap;
}

.st575-home-grid {
  display: grid;
  gap: 18px;
}

.st575-home-grid .st575-card {
  margin-bottom: 0;
}

.st575-home-contest-card h3 {
  margin-top: 0;
}

.st575-home-rank {
  margin: 0 0 8px;
  font-weight: 900;
  color: #7a4f00;
}

.st575-home-steps {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

.st575-home-step {
  padding: 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 18px;
  background: #fff;
}

.st575-home-step strong {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 999px;
  background: #222;
  color: #fff;
}

.st575-home-step span {
  font-weight: 900;
  font-size: 1.08rem;
}

.st575-home-step p {
  margin: 8px 0 0;
  color: var(--st575-muted, #666);
}

@media (min-width: 760px) {
  .st575-home-hero {
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  }

  .st575-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st575-home-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .st575-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st575-home-section:nth-of-type(3) .st575-home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .st575-home-hero {
    border-radius: 20px;
    padding: 20px;
  }

  .st575-home-hero-panel {
    grid-template-columns: 1fr;
  }

  .st575-home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .st575-home-cta {
    display: block;
  }
}


/* v0.24.1 footer links */

.st575-footer-inner {
  display: grid;
  gap: 24px;
}

.st575-footer-brand {
  max-width: 720px;
}

.st575-footer-title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--st575-text, #222);
}

.st575-footer-nav {
  display: grid;
  gap: 18px;
}

.st575-footer-nav-group h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  color: var(--st575-text, #222);
}

.st575-footer-nav-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 7px;
}

.st575-footer-nav-group a {
  color: var(--st575-text, #222);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.st575-footer-nav-group a:hover {
  border-bottom-color: currentColor;
}

.st575-footer-copy {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--st575-border, #e7e0d4);
  color: var(--st575-muted, #666);
}

@media (min-width: 760px) {
  .st575-footer-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .st575-footer-nav {
    grid-template-columns: 1fr;
  }

  .st575-footer-nav-group {
    padding: 14px;
    border: 1px solid var(--st575-border, #e7e0d4);
    border-radius: 14px;
    background: #fff;
  }
}


/* v0.25.0 user ranks */

.st575-user-rank-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff4ce;
  color: #7a4f00;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  vertical-align: middle;
}

.st575-user-rank-badge-level {
  color: #222;
}

.st575-user-rank-badge-label {
  white-space: nowrap;
}

.st575-user-rank-card {
  margin: 14px 0 18px;
  padding: 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff9e8, #fff);
  box-shadow: var(--st575-shadow, 0 8px 22px rgba(0, 0, 0, 0.06));
}

.st575-user-rank-main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 8px;
}

.st575-user-rank-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}

.st575-user-rank-main strong {
  font-size: clamp(1.18rem, 2.6vw, 1.55rem);
}

@media (max-width: 640px) {
  .st575-user-rank-badge {
    display: inline-flex;
    margin: 6px 0 0;
  }

  .st575-user-rank-main {
    display: grid;
  }
}


/* v0.26.0 user award history */

.st575-user-awards {
  margin-top: 22px;
}

.st575-user-award-list {
  display: grid;
  gap: 14px;
}

.st575-user-award-item {
  padding: 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 18px;
  background: #fffef8;
}

.st575-user-award-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 10px;
}

.st575-user-award-contest {
  font-weight: 800;
}

.st575-user-award-text {
  font-size: clamp(1.18rem, 2.4vw, 1.45rem);
  line-height: 1.85;
  padding: 6px 0;
}

.st575-user-awards .st575-award-comment {
  margin-top: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px 10px 14px;
}

@media (max-width: 640px) {
  .st575-user-award-head {
    display: grid;
  }
}


/* v0.27.0 vertical generated image */

.st575-entry-image {
  width: min(100%, 520px);
  max-height: none;
  object-fit: contain;
}

.st575-preview-image-wrap img {
  width: min(100%, 520px);
  margin-inline: auto;
}

@media (min-width: 900px) {
  .st575-preview-grid {
    align-items: start;
  }
}


/* v0.27.1 image-first entry display */

.st575-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.st575-user-award-image .st575-entry-image {
  width: min(100%, 360px);
}

.st575-user-award-image .st575-entry-fallback-image {
  box-shadow: none;
}


/* v0.27.3 numeric font size */

input[name="st575_font_size"] {
  max-width: 180px;
}


/* v0.27.5 header logo */

.st575-site-title a {
  display: inline-flex;
  align-items: center;
  max-width: min(420px, 100%);
}

.st575-header-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(360px, 100%);
  max-height: 64px;
  object-fit: contain;
}

.st575-header-site-name {
  display: inline-block;
}

@media (max-width: 640px) {
  .st575-site-title a {
    max-width: 100%;
  }

  .st575-header-logo-img {
    max-width: min(260px, 100%);
    max-height: 54px;
  }
}


/* v0.27.8 contest featured image */

.st575-contest-featured-image {
  margin: 14px 0 16px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--st575-border, #e7e0d4);
}

.st575-contest-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.st575-contest-featured-image-card img {
}

.st575-contest-featured-image-single {
  margin-bottom: 22px;
}

.st575-contest-featured-image-single img {
}

@media (max-width: 640px) {
  .st575-contest-featured-image-card img {
  }

  .st575-contest-featured-image-single img {
  }
}


/* v0.27.10 compact entry grids */

.st575-entry-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.st575-entry-grid .st575-card,
.st575-entry-grid .st575-entry-card {
  margin-bottom: 0;
}

.st575-entry-card-compact {
  padding: 16px;
}

.st575-entry-card-compact .st575-entry-image {
  width: min(100%, 260px);
  max-height: 465px;
  margin-bottom: 12px;
}

.st575-entry-card-compact .st575-entry-fallback-image {
  min-height: 280px;
  padding: 18px;
}

.st575-entry-card-compact .st575-entry-text {
  font-size: 1.18rem;
  line-height: 1.75;
}

.st575-entry-card-compact .st575-meta {
  font-size: 0.9rem;
  line-height: 1.6;
}

.st575-entry-card-compact .st575-button,
.st575-ranking-item .st575-button,
.st575-mypage-entry-item .st575-button {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 0.92rem;
}

.st575-ranking-item,
.st575-mypage-entry-item {
  min-width: 0;
}

.st575-ranking-rank {
  margin: 0 0 8px;
  font-weight: 900;
}

@media (min-width: 720px) {
  .st575-entry-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .st575-entry-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .st575-entry-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .st575-entry-card-compact .st575-entry-image {
    width: min(100%, 320px);
  }
}


/* v0.27.11 embedded correction area */

.st575-correction-box-embedded {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--st575-border, #e7e0d4);
  box-shadow: none;
  background: transparent;
}

.st575-correction-box-embedded h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.st575-correction-box-embedded .st575-policy-links {
  margin: 0 0 10px;
  padding: 10px;
  font-size: 0.9rem;
}

.st575-correction-box-embedded .st575-usage-meter {
  margin: 10px 0;
  padding: 10px;
  box-shadow: none;
}

.st575-correction-box-embedded .st575-button {
  width: auto;
}


/* v0.27.13 share buttons */

.st575-share-box {
  margin: 22px 0 18px;
  padding: 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 18px;
  background: #fff;
}

.st575-share-box h2 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.st575-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.st575-share-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 999px;
  background: #fff;
  color: var(--st575-text, #222);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
}

.st575-share-button:hover,
.st575-share-button:focus {
  opacity: 0.86;
}

.st575-share-copy {
  font-family: inherit;
}

.st575-entry-download-box {
  margin: 14px 0 18px;
}

.st575-entry-download-button {
  display: inline-flex;
}

@media (max-width: 640px) {
  .st575-share-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st575-share-button {
    width: 100%;
  }
}


/* v0.27.14 profile grid and mypage fix */

.st575-profile-entry-grid {
  margin-top: 14px;
}

.st575-mypage-entry-card .st575-correction-box-embedded {
  margin-bottom: 0;
}


/* v0.27.15 mypage correction removed */
/* マイページ内の自分の投稿では添削セクションを表示しない。添削は投稿詳細ページのみ。 */


/* v0.27.16 admin access control */

.st575-admin-login-page {
  max-width: 760px;
}

.st575-admin-login-page .st575-card {
  margin-top: 32px;
}


/* v0.27.18 mobile hamburger and overflow fixes */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

a,
button,
input,
select,
textarea {
  max-width: 100%;
}

.st575-button,
button.st575-button,
input.st575-button,
.st575-like-button,
.st575-google-button,
.st575-line-button,
.st575-apple-button,
.st575-x-button,
.st575-facebook-button,
.st575-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.st575-policy-links,
.st575-meta,
.st575-notice,
.st575-card,
.st575-share-box,
.st575-user-rank-card,
.st575-payment-card {
  min-width: 0;
  overflow-wrap: anywhere;
}

.st575-site-header {
  z-index: 20;
}

.st575-menu-toggle {
  display: none;
}

@media (min-width: 760px) {
  .st575-site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
}

@media (max-width: 759px) {
  .st575-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    position: relative;
  }

  .st575-site-title {
    margin: 0;
    min-width: 0;
  }

  .st575-site-title a {
    max-width: 100%;
  }

  .st575-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid var(--st575-border, #e7e0d4);
    border-radius: 999px;
    background: #fff;
    color: var(--st575-text, #222);
    font-weight: 900;
    cursor: pointer;
    box-shadow: var(--st575-shadow, 0 8px 22px rgba(0, 0, 0, 0.06));
  }

  .st575-menu-toggle-icon,
  .st575-menu-toggle-icon::before,
  .st575-menu-toggle-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .st575-menu-toggle-icon {
    position: relative;
  }

  .st575-menu-toggle-icon::before,
  .st575-menu-toggle-icon::after {
    position: absolute;
    left: 0;
  }

  .st575-menu-toggle-icon::before {
    top: -6px;
  }

  .st575-menu-toggle-icon::after {
    top: 6px;
  }

  .st575-menu-toggle[aria-expanded="true"] .st575-menu-toggle-icon {
    background: transparent;
  }

  .st575-menu-toggle[aria-expanded="true"] .st575-menu-toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .st575-menu-toggle[aria-expanded="true"] .st575-menu-toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .st575-site-nav {
    display: none !important;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid var(--st575-border, #e7e0d4);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--st575-shadow, 0 8px 22px rgba(0, 0, 0, 0.06));
  }

  .st575-site-nav[data-open="1"] {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .st575-site-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .st575-container {
    width: min(100% - 20px, 1080px);
  }

  .st575-card,
  .st575-share-box,
  .st575-user-rank-card,
  .st575-payment-card,
  .st575-user-award-item,
  .st575-home-hero {
    max-width: 100%;
    overflow: hidden;
  }

  .st575-button,
  button.st575-button,
  input.st575-button,
  .st575-like-button,
  .st575-google-button,
  .st575-line-button,
  .st575-apple-button,
  .st575-x-button,
  .st575-facebook-button {
    width: 100%;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .st575-inline-form,
  .st575-inline-form button,
  .st575-preview-actions,
  .st575-admin-action-row {
    width: 100%;
    min-width: 0;
  }

  .st575-preview-actions,
  .st575-admin-action-row,
  .st575-home-cta,
  .st575-share-buttons {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .st575-share-button {
    min-width: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .st575-contest-badge,
  .st575-membership-badge,
  .st575-payment-status,
  .st575-user-suspended-badge,
  .st575-award-badge,
  .st575-user-rank-badge {
    max-width: 100%;
    white-space: normal;
  }

  .st575-profile-title-row,
  .st575-user-award-head,
  .st575-user-rank-main {
    min-width: 0;
  }

  .st575-home-section-head a {
    white-space: normal;
  }

  .st575-footer-nav-group,
  .st575-footer-nav-group a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  input[name="st575_font_size"] {
    max-width: 100%;
  }
}


/* v0.28.0 drafts and delete actions */

.st575-entry-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #f0f0f0;
  color: var(--st575-text, #222);
  font-size: 0.88rem;
  font-weight: 900;
}

.st575-entry-status-badge.status-draft {
  background: #fff4ce;
  color: #7a4f00;
}

.st575-entry-status-badge.status-private {
  background: #eaf2ff;
  color: #12417a;
}

.st575-owner-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--st575-border, #e7e0d4);
}

.st575-owner-entry-actions .st575-inline-form {
  display: inline-flex;
  margin: 0;
}

.st575-danger-button {
  background: #8a1414 !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .st575-owner-entry-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .st575-owner-entry-actions .st575-inline-form {
    display: block;
    width: 100%;
  }
}


/* v0.28.1 entry contest link and image link */

.st575-entry-image-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  text-decoration: none;
}

.st575-entry-image-link img,
.st575-entry-image-link .st575-entry-fallback-image {
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.st575-entry-image-link:hover img,
.st575-entry-image-link:focus img,
.st575-entry-image-link:hover .st575-entry-fallback-image,
.st575-entry-image-link:focus .st575-entry-fallback-image {
  opacity: 0.92;
  transform: translateY(-1px);
}

.st575-entry-contest-link {
  font-weight: 800;
}


/* v0.28.2 fallback and contest display fixes */

.st575-entry-card .st575-entry-image,
.st575-entry-card .st575-entry-fallback-image,
.st575-award-card .st575-entry-image,
.st575-award-card .st575-entry-fallback-image {
  margin-left: auto;
  margin-right: auto;
}

.st575-entry-contest-meta {
  margin-top: -4px;
}

.st575-entry-contest-link {
  word-break: break-word;
}


/* v0.28.3 branding logo only and free post label */

.st575-entry-contest-free {
  font-weight: 800;
  color: var(--st575-muted, #666);
}


/* v0.28.4 entry pagination and contest filter */

.st575-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 26px 0 8px;
}

.st575-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.st575-pagination .page-numbers.current {
  background: var(--st575-accent, #8b5a2b);
  color: #fff;
  border-color: var(--st575-accent, #8b5a2b);
}

.st575-entry-filter-notice {
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 16px;
  background: #fff;
}

.st575-entry-filter-notice p {
  margin: 0 0 8px;
}

.st575-entry-filter-notice p:last-child {
  margin-bottom: 0;
}

.st575-more-link {
  margin: 20px 0 0;
  text-align: center;
}


/* v0.28.9 brand share buttons */

.st575-share-box-brand {
  margin: 28px 0 22px;
  padding: 22px 16px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.st575-share-box-brand h2 {
  margin: 0 0 16px;
  color: #6f5b52;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.st575-share-buttons-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.st575-share-buttons-brand .st575-share-button {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
  transition: transform 0.16s ease, opacity 0.16s ease, box-shadow 0.16s ease;
}

.st575-share-buttons-brand .st575-share-button:hover,
.st575-share-buttons-brand .st575-share-button:focus {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.24);
}

.st575-share-buttons-brand .st575-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.st575-share-buttons-brand .st575-share-line .st575-share-icon {
  font-size: 0.72rem;
  letter-spacing: -0.04em;
}

.st575-share-buttons-brand .st575-share-hatena .st575-share-icon {
  font-size: 1.1rem;
}

.st575-share-buttons-brand .st575-share-linkedin .st575-share-icon {
  font-size: 0.92rem;
}

.st575-share-buttons-brand .st575-share-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.st575-share-buttons-brand .st575-share-x { background: #1da1f2; }
.st575-share-buttons-brand .st575-share-facebook { background: #31569c; }
.st575-share-buttons-brand .st575-share-hatena { background: #2f75c9; }
.st575-share-buttons-brand .st575-share-pocket { background: #ef4056; }
.st575-share-buttons-brand .st575-share-line { background: #00b900; }
.st575-share-buttons-brand .st575-share-pinterest { background: #bd081c; }
.st575-share-buttons-brand .st575-share-threads { background: #111; }
.st575-share-buttons-brand .st575-share-bluesky { background: #1185fe; }
.st575-share-buttons-brand .st575-share-linkedin { background: #0a66c2; }
.st575-share-buttons-brand .st575-share-copy { background: #74685f; font-family: inherit; }
.st575-share-buttons-brand .st575-share-download { background: #8b5a2b; }

.st575-share-buttons-brand .st575-share-download {
  width: auto;
  min-width: 54px;
  padding: 0 16px;
  gap: 7px;
}

.st575-share-buttons-brand .st575-share-download .st575-share-label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  font-size: 0.88rem;
}

.st575-entry-download-box .st575-share-button {
  width: auto;
}

@media (max-width: 640px) {
  .st575-share-box-brand {
    padding-inline: 0;
  }

  .st575-share-buttons-brand {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px;
  }

  .st575-share-buttons-brand .st575-share-button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .st575-share-buttons-brand .st575-share-download {
    flex-basis: 100%;
    width: min(100%, 260px);
    margin-top: 2px;
  }
}


/* v0.28.10 svg brand share buttons */

.st575-share-buttons-brand .st575-share-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.st575-share-buttons-brand .st575-share-line .st575-share-icon svg {
  width: 32px;
  height: 32px;
}

.st575-share-buttons-brand .st575-share-hatena .st575-share-icon svg {
  width: 28px;
  height: 28px;
}

.st575-share-buttons-brand .st575-share-bluesky .st575-share-icon svg {
  width: 30px;
  height: 30px;
}

.st575-share-buttons-brand .st575-share-download .st575-share-icon svg {
  width: 20px;
  height: 20px;
}

.st575-share-buttons-brand .st575-share-x { background: #000000; }
.st575-share-buttons-brand .st575-share-facebook { background: #1877f2; }
.st575-share-buttons-brand .st575-share-hatena { background: #00a4de; }
.st575-share-buttons-brand .st575-share-pocket { background: #ef4056; }
.st575-share-buttons-brand .st575-share-line { background: #06c755; }
.st575-share-buttons-brand .st575-share-pinterest { background: #e60023; }
.st575-share-buttons-brand .st575-share-threads { background: #000000; }
.st575-share-buttons-brand .st575-share-bluesky { background: #1185fe; }
.st575-share-buttons-brand .st575-share-linkedin { background: #0a66c2; }
.st575-share-buttons-brand .st575-share-copy { background: #74685f; }
.st575-share-buttons-brand .st575-share-download { background: #8b5a2b; }


/* v0.28.11 share cleanup and owner actions */

.st575-share-buttons-brand .st575-share-copy .st575-share-icon svg {
  width: 26px;
  height: 26px;
}

.st575-owner-entry-actions .st575-delete-entry-form {
  flex: 0 1 calc(50% - 4px);
  min-width: min(100%, 280px);
}

.st575-owner-entry-actions .st575-delete-entry-form .st575-danger-button {
  width: 100%;
  min-height: 54px;
  padding: 13px 18px;
  font-size: 1.02rem;
  font-weight: 900;
}

@media (max-width: 640px) {
  .st575-owner-entry-actions .st575-delete-entry-form {
    flex-basis: 100%;
    min-width: 0;
  }
}


/* v0.28.12 centered owner actions and copy text */

.st575-owner-entry-actions {
  justify-content: center;
  text-align: center;
}

.st575-owner-entry-actions .st575-inline-form {
  justify-content: center;
}

.st575-owner-entry-actions .st575-button {
  justify-content: center;
  text-align: center;
}

.st575-owner-entry-actions .st575-delete-entry-form {
  margin-left: auto;
  margin-right: auto;
}

.st575-share-buttons-brand .st575-share-copy {
  width: auto;
  min-width: 54px;
  padding: 0 16px;
  gap: 7px;
}

.st575-share-buttons-brand .st575-share-copy .st575-share-label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  font-size: 0.88rem;
}

.st575-share-buttons-brand .st575-share-copy .st575-share-icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .st575-owner-entry-actions {
    justify-items: center;
  }

  .st575-owner-entry-actions .st575-inline-form,
  .st575-owner-entry-actions .st575-button {
    width: min(100%, 320px);
  }

  .st575-owner-entry-actions .st575-delete-entry-form,
  .st575-owner-entry-actions .st575-delete-entry-form .st575-danger-button {
    width: min(100%, 320px);
  }

  .st575-share-buttons-brand .st575-share-copy {
    flex-basis: 100%;
    width: min(100%, 260px);
    margin-top: 2px;
  }
}


/* v0.28.13 green accent and footer copyright center */

:root {
  --st575-accent: #6A7A28;
}

.st575-nav-cta,
.st575-button,
button.st575-button,
input.st575-button,
.st575-home-step strong,
.st575-pagination .page-numbers.current {
  background: #6A7A28;
  border-color: #6A7A28;
  color: #fff;
}

.st575-nav-cta:hover,
.st575-nav-cta:focus,
.st575-button:hover,
button.st575-button:hover,
input.st575-button:hover,
.st575-button:focus,
button.st575-button:focus,
input.st575-button:focus {
  background: #596820;
  border-color: #596820;
  color: #fff;
}

.st575-button.secondary,
button.st575-button.secondary,
input.st575-button.secondary {
  background: #fff;
  color: #6A7A28;
  border-color: #6A7A28;
}

.st575-button.secondary:hover,
button.st575-button.secondary:hover,
input.st575-button.secondary:hover,
.st575-button.secondary:focus,
button.st575-button.secondary:focus,
input.st575-button.secondary:focus {
  background: #f5f8ea;
  color: #596820;
  border-color: #596820;
}

.st575-site-nav .st575-nav-cta {
  background: #6A7A28;
  border-color: #6A7A28;
  color: #fff;
}

.st575-site-nav .st575-nav-cta:hover,
.st575-site-nav .st575-nav-cta:focus {
  background: #596820;
  border-color: #596820;
  color: #fff;
}

.st575-footer-copy {
  text-align: center;
}


/* v0.28.14 centered card buttons */

.st575-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  text-align: center;
}

.st575-card-actions .st575-button,
.st575-card-actions .st575-like-button,
.st575-card-actions button,
.st575-card-actions .st575-inline-form {
  margin-left: 0;
  margin-right: 0;
}

.st575-card-actions .st575-inline-form {
  display: inline-flex;
}

.st575-card-actions .st575-inline-form button {
  width: auto;
}

.st575-home-contest-card > p:last-child,
.st575-contest-card > p:last-child,
.st575-entry-filter-notice p:last-child,
.st575-more-link {
  text-align: center;
}

.st575-home-contest-card > .st575-button,
.st575-contest-card > .st575-button,
.st575-card > .st575-button,
.st575-card > p > .st575-button {
  margin-left: auto;
  margin-right: auto;
}

.st575-home-cta {
  justify-content: center;
}

.st575-entry-card-actions {
  justify-content: center;
}

.st575-entry-card-actions .st575-like-button,
.st575-entry-card-actions .st575-button {
  min-width: 0;
}

@media (max-width: 640px) {
  .st575-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .st575-card-actions .st575-button,
  .st575-card-actions .st575-like-button,
  .st575-card-actions .st575-inline-form,
  .st575-card-actions .st575-inline-form button {
    width: min(100%, 280px);
  }
}


/* v0.28.15 mypage profile form and delete button fixes */

.st575-mypage-profile-section form,
.st575-card:has(h2:first-child):has(input[name="st575_nickname"]) form {
  width: 100%;
}

.st575-mypage-profile-section .st575-form-row,
.st575-card:has(input[name="st575_nickname"]) .st575-form-row {
  width: 100%;
}

.st575-mypage-profile-section input[type="text"],
.st575-mypage-profile-section input[type="email"],
.st575-mypage-profile-section input[type="url"],
.st575-mypage-profile-section input[type="file"],
.st575-mypage-profile-section select,
.st575-mypage-profile-section textarea,
.st575-card:has(input[name="st575_nickname"]) input[type="text"],
.st575-card:has(input[name="st575_nickname"]) input[type="email"],
.st575-card:has(input[name="st575_nickname"]) input[type="url"],
.st575-card:has(input[name="st575_nickname"]) input[type="file"],
.st575-card:has(input[name="st575_nickname"]) select,
.st575-card:has(input[name="st575_nickname"]) textarea {
  width: 100%;
  max-width: 100%;
}

.st575-mypage-profile-section form > .st575-button,
.st575-card:has(input[name="st575_nickname"]) form > .st575-button {
  display: flex;
  width: min(100%, 240px);
  margin: 18px auto 0;
  justify-content: center;
}

.st575-mypage-profile-section > p,
.st575-card:has(input[name="st575_nickname"]) > p {
  text-align: center;
}

.st575-mypage-profile-section > p .st575-button,
.st575-card:has(input[name="st575_nickname"]) > p .st575-button {
  margin-left: auto;
  margin-right: auto;
}

.st575-entry-card-actions .st575-delete-entry-form,
.st575-entry-card-actions .st575-delete-entry-form::before,
.st575-entry-card-actions .st575-delete-entry-form::after,
.st575-owner-entry-actions .st575-delete-entry-form,
.st575-owner-entry-actions .st575-delete-entry-form::before,
.st575-owner-entry-actions .st575-delete-entry-form::after {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.st575-entry-card-actions .st575-delete-entry-form {
  padding: 0 !important;
  margin-top: 8px;
}

.st575-entry-card-actions .st575-delete-entry-form .st575-danger-button,
.st575-owner-entry-actions .st575-delete-entry-form .st575-danger-button {
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(138, 20, 20, 0.18);
}

@media (max-width: 640px) {
  .st575-mypage-profile-section form > .st575-button,
  .st575-card:has(input[name="st575_nickname"]) form > .st575-button {
    width: min(100%, 280px);
  }
}


/* v0.28.16 mypage embedded action fixes */

.st575-entry-card-actions .st575-owner-entry-actions,
.st575-mypage-entry-card .st575-owner-entry-actions,
.st575-mypage-entry-item .st575-owner-entry-actions {
  width: 100%;
  margin-top: 14px;
  padding-top: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  justify-content: center;
}

.st575-entry-card-actions .st575-owner-entry-actions::before,
.st575-entry-card-actions .st575-owner-entry-actions::after,
.st575-mypage-entry-card .st575-owner-entry-actions::before,
.st575-mypage-entry-card .st575-owner-entry-actions::after,
.st575-mypage-entry-item .st575-owner-entry-actions::before,
.st575-mypage-entry-item .st575-owner-entry-actions::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

.st575-entry-card-actions .st575-owner-entry-actions .st575-button,
.st575-entry-card-actions .st575-owner-entry-actions .st575-inline-form,
.st575-entry-card-actions .st575-owner-entry-actions .st575-inline-form button,
.st575-mypage-entry-card .st575-owner-entry-actions .st575-button,
.st575-mypage-entry-card .st575-owner-entry-actions .st575-inline-form,
.st575-mypage-entry-card .st575-owner-entry-actions .st575-inline-form button,
.st575-mypage-entry-item .st575-owner-entry-actions .st575-button,
.st575-mypage-entry-item .st575-owner-entry-actions .st575-inline-form,
.st575-mypage-entry-item .st575-owner-entry-actions .st575-inline-form button {
  width: min(100%, 240px) !important;
  min-width: min(100%, 240px) !important;
  min-height: 48px !important;
  padding: 11px 16px !important;
  margin: 0 auto !important;
  font-size: 0.96rem !important;
  line-height: 1.25 !important;
  justify-content: center !important;
  text-align: center !important;
  border-width: 0 !important;
}

.st575-entry-card-actions .st575-owner-entry-actions .st575-inline-form,
.st575-mypage-entry-card .st575-owner-entry-actions .st575-inline-form,
.st575-mypage-entry-item .st575-owner-entry-actions .st575-inline-form {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.st575-entry-card-actions .st575-owner-entry-actions .st575-danger-button,
.st575-mypage-entry-card .st575-owner-entry-actions .st575-danger-button,
.st575-mypage-entry-item .st575-owner-entry-actions .st575-danger-button {
  min-height: 48px !important;
  padding: 11px 16px !important;
  font-size: 0.96rem !important;
}

.st575-entry-card-actions .st575-owner-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 640px) {
  .st575-entry-card-actions .st575-owner-entry-actions,
  .st575-mypage-entry-card .st575-owner-entry-actions,
  .st575-mypage-entry-item .st575-owner-entry-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .st575-entry-card-actions .st575-owner-entry-actions .st575-button,
  .st575-entry-card-actions .st575-owner-entry-actions .st575-inline-form,
  .st575-entry-card-actions .st575-owner-entry-actions .st575-inline-form button,
  .st575-mypage-entry-card .st575-owner-entry-actions .st575-button,
  .st575-mypage-entry-card .st575-owner-entry-actions .st575-inline-form,
  .st575-mypage-entry-card .st575-owner-entry-actions .st575-inline-form button,
  .st575-mypage-entry-item .st575-owner-entry-actions .st575-button,
  .st575-mypage-entry-item .st575-owner-entry-actions .st575-inline-form,
  .st575-mypage-entry-item .st575-owner-entry-actions .st575-inline-form button {
    width: min(100%, 280px) !important;
    min-width: 0 !important;
  }
}


/* v0.28.17 unified entry card action button sizes */

.st575-entry-card-actions > .st575-button,
.st575-entry-card-actions > .st575-like-button,
.st575-entry-card-actions > .st575-inline-form,
.st575-entry-card-actions > .st575-inline-form button {
  width: min(100%, 240px) !important;
  min-width: min(100%, 240px) !important;
  min-height: 48px !important;
  padding: 11px 16px !important;
  margin: 0 auto !important;
  font-size: 0.96rem !important;
  line-height: 1.25 !important;
  justify-content: center !important;
  text-align: center !important;
}

.st575-entry-card-actions > .st575-inline-form {
  display: inline-flex;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.st575-entry-card-actions > .st575-inline-form button {
  width: 100% !important;
}

@media (max-width: 640px) {
  .st575-entry-card-actions > .st575-button,
  .st575-entry-card-actions > .st575-like-button,
  .st575-entry-card-actions > .st575-inline-form,
  .st575-entry-card-actions > .st575-inline-form button {
    width: min(100%, 280px) !important;
    min-width: 0 !important;
  }
}


/* v0.28.20 award card action centering */

.st575-award-card-actions {
  justify-content: center;
  text-align: center;
}

.st575-award-card-actions .st575-button {
  width: min(100%, 240px);
  min-height: 48px;
  padding: 11px 16px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
}

@media (max-width: 640px) {
  .st575-award-card-actions .st575-button {
    width: min(100%, 280px);
  }
}


/* v0.28.23 home first view background images */

.st575-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(420px, 45vw, 620px);
  align-items: center;
  padding: clamp(34px, 5vw, 72px);
  background: url("./assets/images/home/bg-kv-pc.jpg") center right / cover no-repeat;
}

.st575-home-hero::before {
  content: none;
  display: none;
}

.st575-home-hero-copy {
  max-width: 650px;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(1.5px);
}

.st575-home-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.st575-home-hero .st575-meta {
  color: #4f4b42;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.st575-home-kicker {
  background: rgba(255, 238, 170, 0.92);
  color: #5f4814;
}

.st575-home-hero-panel {
  align-self: center;
}

.st575-home-hero-panel div {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 24px rgba(67, 55, 34, 0.07);
}

@media (min-width: 760px) {
  .st575-home-hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.78fr);
  }
}

@media (max-width: 759px) {
  .st575-home-hero {
    min-height: 780px;
    align-content: start;
    padding: 24px 18px 300px;
    background: url("./assets/images/home/bg-kv-sp.jpg") center bottom / cover no-repeat;
  }

  .st575-home-hero-copy {
    max-width: none;
    padding: 18px;
    background: rgba(255, 255, 255, 0.72);
  }

  .st575-home-hero h1 {
    font-size: clamp(1.8rem, 9.2vw, 2.75rem);
  }

  .st575-home-lead {
    font-size: 1.02rem;
    line-height: 1.8;
  }

  .st575-home-hero-panel {
    margin-top: 10px;
  }

  .st575-home-hero-panel div {
    background: rgba(255, 255, 255, 0.72);
  }
}

@media (max-width: 420px) {
  .st575-home-hero {
    min-height: 720px;
    padding-bottom: 250px;
    background-position: center bottom;
  }
}


/* v0.28.24 home feature images and common seo h1 */

.st575-site-seo-h1 {
  width: min(100% - 32px, 1180px);
  margin: 8px auto 0;
  padding: 0;
  color: #6A7A28;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.st575-home-main-title {
  margin: 0 0 14px;
  color: var(--st575-text, #1f2933);
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.st575-home-hero-panel.st575-home-feature-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
  align-self: center;
}

.st575-home-feature-image-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(218, 205, 172, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(67, 55, 34, 0.10);
}

.st575-home-feature-image-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (min-width: 760px) {
  .st575-home-hero-panel.st575-home-feature-image-grid {
    max-width: 430px;
    justify-self: end;
  }
}

@media (max-width: 759px) {
  .st575-site-seo-h1 {
    width: min(100% - 20px, 1080px);
    margin-top: 6px;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .st575-home-main-title {
    font-size: clamp(1.8rem, 9.2vw, 2.75rem);
  }

  .st575-home-hero-panel.st575-home-feature-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(100%, 420px);
    margin-inline: auto;
  }

  .st575-home-feature-image-card {
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .st575-home-hero-panel.st575-home-feature-image-grid {
    gap: 8px;
  }

  .st575-home-feature-image-card {
    border-radius: 14px;
  }
}


/* v0.28.25 home point images and global seo h1 */

.st575-page-top-seo-h1-wrap {
  background: #fbf8f1;
  border-bottom: 1px solid #efe5d2;
}

.st575-page-top-seo-h1 {
  margin: 0;
  padding: 8px 0 6px;
  font-size: 0.82rem;
  line-height: 1.55;
  font-weight: 500;
  color: #8b7d65;
  letter-spacing: 0.01em;
}

.st575-page-main-title {
  margin: 0 0 22px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.28;
  color: #20180d;
}

.st575-top-page-title {
  display: none !important;
}

.st575-home-hero-copy h1,
.st575-home-hero-copy h2,
.st575-home-main-title {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.35;
}

.st575-home-hero-panel {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
}

.st575-home-feature-card {
  padding: 0;
  border: 1px solid #eadfca;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(66, 52, 28, 0.08);
}

.st575-home-feature-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.st575-home-feature-card-fallback {
  display: grid;
  gap: 10px;
  min-height: 160px;
  place-content: center;
  text-align: center;
  padding: 24px;
}

@media (max-width: 759px) {
  .st575-page-top-seo-h1 {
    font-size: 0.74rem;
    padding: 7px 0 5px;
  }

  .st575-home-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .st575-home-feature-card {
    border-radius: 18px;
  }
}

@media (max-width: 479px) {
  .st575-home-hero-panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}


/* v0.28.26 larger home point images and configurable seo h1 */

.st575-home-hero {
  padding: clamp(18px, 3vw, 42px) !important;
  gap: clamp(14px, 2vw, 28px) !important;
}

@media (min-width: 760px) {
  .st575-home-hero {
    grid-template-columns: minmax(260px, 0.78fr) minmax(440px, 1.22fr) !important;
  }
}

.st575-home-hero-copy {
  max-width: 540px !important;
  padding: clamp(12px, 1.6vw, 20px) !important;
}

.st575-home-main-title,
.st575-home-hero-copy h2,
.st575-home-hero-copy h1 {
  font-size: clamp(1.75rem, 3.05vw, 2.75rem) !important;
  line-height: 1.32 !important;
}

.st575-home-lead {
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.st575-home-hero .st575-meta {
  font-size: 0.88rem;
  line-height: 1.7;
}

.st575-home-hero-panel.st575-home-feature-image-grid,
.st575-home-hero .st575-home-feature-image-grid {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  align-self: center !important;
  gap: clamp(8px, 1vw, 12px) !important;
}

.st575-home-feature-image-card,
.st575-home-feature-card {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: 0 10px 22px rgba(67, 55, 34, 0.08);
}

.st575-home-feature-image-card img,
.st575-home-feature-card img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 759px) {
  .st575-home-hero {
    padding: 16px 14px 250px !important;
    gap: 16px !important;
  }

  .st575-home-hero-copy {
    max-width: none !important;
    padding: 12px !important;
  }

  .st575-home-main-title,
  .st575-home-hero-copy h2,
  .st575-home-hero-copy h1 {
    font-size: clamp(1.6rem, 8.2vw, 2.35rem) !important;
  }

  .st575-home-hero-panel.st575-home-feature-image-grid,
  .st575-home-hero .st575-home-feature-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    gap: 8px !important;
  }

  .st575-home-feature-image-card,
  .st575-home-feature-card {
    border-radius: 12px !important;
  }
}

@media (max-width: 420px) {
  .st575-home-hero {
    padding-bottom: 220px !important;
  }

  .st575-home-hero-panel.st575-home-feature-image-grid,
  .st575-home-hero .st575-home-feature-image-grid {
    gap: 7px !important;
  }
}


/* v0.28.27 home feature slider and swapped layout */

.st575-home-hero {
  grid-template-columns: minmax(420px, 1.08fr) minmax(260px, 0.92fr) !important;
  align-items: center;
}

.st575-home-hero-copy {
  justify-self: start;
}

.st575-home-feature-slider {
  width: 100%;
  max-width: min(100%, 680px) !important;
  justify-self: start !important;
  align-self: center !important;
  display: block !important;
}

.st575-home-feature-slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 36px rgba(67, 55, 34, 0.13);
}

.st575-home-feature-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

.st575-home-feature-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.st575-home-feature-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.st575-home-feature-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.st575-home-feature-slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #6A7A28;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(67, 55, 34, 0.16);
  cursor: pointer;
}

.st575-home-feature-slider-arrow:hover,
.st575-home-feature-slider-arrow:focus {
  background: #596820;
}

.st575-home-feature-slider-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.st575-home-feature-slider-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(106, 122, 40, 0.28);
  cursor: pointer;
}

.st575-home-feature-slider-dots button.is-active {
  width: 28px;
  background: #6A7A28;
}

@media (min-width: 760px) {
  .st575-home-hero {
    grid-template-columns: minmax(420px, 1.08fr) minmax(260px, 0.92fr) !important;
  }

  .st575-home-hero-panel.st575-home-feature-slider {
    order: 1;
  }

  .st575-home-hero-copy {
    order: 2;
  }
}

@media (max-width: 759px) {
  .st575-home-hero {
    display: grid;
    grid-template-columns: 1fr !important;
    padding: 16px 14px 220px !important;
  }

  .st575-home-hero-panel.st575-home-feature-slider {
    order: 1;
    max-width: min(100%, 520px) !important;
    margin-inline: auto;
  }

  .st575-home-hero-copy {
    order: 2;
    justify-self: stretch;
  }

  .st575-home-feature-slider-viewport {
    border-radius: 16px;
  }

  .st575-home-feature-slider-controls {
    margin-top: 10px;
  }

  .st575-home-feature-slider-arrow {
    width: 34px;
    height: 34px;
    font-size: 1.35rem;
  }
}

@media (max-width: 420px) {
  .st575-home-hero {
    padding-bottom: 190px !important;
  }
}


/* v0.28.28 home feature slider no inner spacing */

.st575-home-feature-slider,
.st575-home-feature-slider *,
.st575-home-feature-slider *::before,
.st575-home-feature-slider *::after {
  box-sizing: border-box;
}

.st575-home-hero-panel.st575-home-feature-slider {
  gap: 0 !important;
  overflow: visible !important;
}

.st575-home-feature-slider .st575-home-feature-slider-viewport,
.st575-home-feature-slider .st575-home-feature-slider-track,
.st575-home-feature-slider .st575-home-feature-slide {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.st575-home-feature-slider .st575-home-feature-slider-viewport {
  overflow: hidden !important;
  width: 100% !important;
  line-height: 0;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(67, 55, 34, 0.14) !important;
  contain: paint;
}

.st575-home-feature-slider .st575-home-feature-slider-track {
  display: block !important;
  width: 100% !important;
  gap: 0 !important;
  transform: none !important;
  transition: none !important;
}

.st575-home-feature-slider .st575-home-feature-slide {
  display: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex: none !important;
}

.st575-home-feature-slider .st575-home-feature-slide.is-active {
  display: block !important;
}

.st575-home-feature-slider .st575-home-feature-slide img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.st575-home-feature-slider .st575-home-feature-slider-controls {
  margin-top: 10px !important;
  padding: 10px 12px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 10px 22px rgba(67, 55, 34, 0.08) !important;
  border-radius: 18px !important;
}

.st575-home-feature-slider .st575-home-feature-slider-dots {
  padding: 8px 16px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
}

@media (max-width: 759px) {
  .st575-home-feature-slider .st575-home-feature-slider-viewport {
    border-radius: 14px;
  }

  .st575-home-feature-slider .st575-home-feature-slider-controls {
    margin-top: 8px !important;
    padding: 8px 10px !important;
    border-radius: 16px !important;
  }
}


/* v0.28.29 fade home feature slider and transparent controls */

.st575-home-feature-slider .st575-home-feature-slider-track {
  display: grid !important;
  width: 100% !important;
  transform: none !important;
  transition: none !important;
}

.st575-home-feature-slider .st575-home-feature-slide {
  display: block !important;
  grid-area: 1 / 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.st575-home-feature-slider .st575-home-feature-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.st575-home-feature-slider .st575-home-feature-slider-controls {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 10px 0 0 !important;
}

.st575-home-feature-slider .st575-home-feature-slider-dots {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 759px) {
  .st575-home-feature-slider .st575-home-feature-slider-controls {
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px 0 0 !important;
  }
}


/* v0.28.30 stripe paid membership restart */

.st575-payment-card .st575-button {
  justify-content: center;
  text-align: center;
}

.st575-payment-card .st575-notice {
  margin-top: 12px;
}


/* v0.28.31 monthly yearly stripe plans */

.st575-payment-plan-grid {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

@media (min-width: 720px) {
  .st575-payment-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.st575-payment-plan-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
  border: 1px solid var(--st575-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(67, 55, 34, 0.06);
}

.st575-payment-plan-card h4 {
  margin: 0;
  font-size: 1.18rem;
}

.st575-payment-plan-card p {
  margin: 0;
}

.st575-payment-plan-card .st575-button {
  width: min(100%, 240px);
  margin: 4px auto 0;
}


/* v0.28.33 center payment plan buttons */

.st575-payment-plan-card {
  text-align: center;
}

.st575-payment-plan-card .st575-button,
.st575-payment-plan-card form .st575-button,
.st575-payment-plan-card button.st575-button,
.st575-payment-plan-card input.st575-button {
  display: inline-flex;
  width: min(100%, 240px);
  margin: 8px auto 0 !important;
  justify-self: center;
  align-self: center;
  justify-content: center;
  text-align: center;
}

.st575-payment-plan-card form {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

@media (max-width: 640px) {
  .st575-payment-plan-card .st575-button,
  .st575-payment-plan-card form .st575-button,
  .st575-payment-plan-card button.st575-button,
  .st575-payment-plan-card input.st575-button {
    width: min(100%, 280px);
  }
}


/* v0.28.37 news section and archive */

.st575-news-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee3d1;
}

.st575-news-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee3d1;
}

.st575-news-list-item a {
  color: #17406b;
  font-weight: 700;
  text-decoration: none;
}

.st575-news-list-item a:hover,
.st575-news-list-item a:focus {
  text-decoration: underline;
}

.st575-news-date {
  color: #7e7569;
  font-size: 0.9rem;
  white-space: nowrap;
}

.st575-home-news-section {
  margin-top: 24px;
}

.st575-news-archive .st575-card {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.st575-news-pagination {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 640px) {
  .st575-news-list-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .st575-news-date {
    font-size: 0.84rem;
  }
}


/* v0.28.38 breadcrumbs before footer */

.st575-breadcrumbs {
  margin: 28px 0 0;
  padding: 0;
}

.st575-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
  margin: 0;
  padding: 13px 16px;
  list-style: none;
  border: 1px solid #eadfca;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: #706855;
  font-size: 0.86rem;
  line-height: 1.6;
  box-shadow: 0 8px 22px rgba(67, 55, 34, 0.05);
}

.st575-breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.st575-breadcrumbs-item + .st575-breadcrumbs-item::before {
  content: "›";
  margin: 0 9px;
  color: #b0a48b;
}

.st575-breadcrumbs a {
  color: #6A7A28;
  text-decoration: none;
}

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

.st575-breadcrumbs [aria-current="page"] {
  color: #575044;
}

@media (max-width: 640px) {
  .st575-breadcrumbs {
    margin-top: 20px;
  }

  .st575-breadcrumbs-list {
    padding: 11px 13px;
    border-radius: 14px;
    font-size: 0.78rem;
  }

  .st575-breadcrumbs-item + .st575-breadcrumbs-item::before {
    margin: 0 7px;
  }
}


/* v0.28.39 breadcrumb spacing and frontend h2 starts */

.st575-breadcrumbs {
  margin-top: 12px !important;
}

.st575-breadcrumbs .st575-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.st575-breadcrumbs + .st575-site-footer {
  margin-top: 18px !important;
}

@media (max-width: 640px) {
  .st575-breadcrumbs {
    margin-top: 10px !important;
  }

  .st575-breadcrumbs + .st575-site-footer {
    margin-top: 14px !important;
  }
}


/* v0.28.40 home open contest count */

.st575-home-section-count {
  display: inline-block;
  margin-left: 0.35em;
  font-size: 0.72em;
  font-weight: 600;
  color: #8b7d65;
  vertical-align: baseline;
}

@media (max-width: 640px) {
  .st575-home-section-count {
    display: block;
    margin: 4px 0 0;
    font-size: 0.78rem;
  }
}


/* v0.28.42 footer version display */

.st575-footer-version {
  display: inline-block;
  margin-left: 0.45em;
  font-size: 0.82em;
  opacity: 0.78;
}


/* v0.28.43 auth form first and SSO buttons */

.st575-auth-layout {
  width: min(60%, 720px);
  margin: 0 auto;
}

.st575-auth-card {
  margin-bottom: 18px;
}

.st575-auth-card .st575-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.st575-auth-sso-area {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.st575-sso-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  padding: 10px 56px;
  border: 1px solid #e0ded8;
  border-radius: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.st575-sso-button:hover,
.st575-sso-button:focus {
  border-color: #cfc8ba;
  background: #fffdf8;
  text-decoration: none;
  transform: translateY(-1px);
}

.st575-sso-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.st575-sso-label {
  text-align: center;
}

.st575-line-button .st575-sso-icon {
  width: 28px;
  height: 28px;
  background: #06c755;
  font-size: 0.48rem;
  letter-spacing: -0.04em;
}

.st575-facebook-button .st575-sso-icon {
  background: #1877f2;
  font-size: 1.28rem;
  font-family: Arial, sans-serif;
}

.st575-google-button .st575-sso-icon {
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0 100%);
  font-size: 1rem;
  color: #fff;
}

.st575-apple-button .st575-sso-icon,
.st575-x-button .st575-sso-icon {
  background: #111;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .st575-auth-layout {
    width: min(100%, 640px);
  }
}

@media (max-width: 640px) {
  .st575-sso-button {
    min-height: 52px;
    padding: 10px 48px;
  }

  .st575-sso-icon {
    left: 18px;
  }
}


/* v0.28.44 center auth submit buttons */

.st575-auth-card button[type="submit"].st575-button,
.st575-auth-card .st575-button[type="submit"] {
  display: flex;
  width: min(100%, 220px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
}

@media (max-width: 640px) {
  .st575-auth-card button[type="submit"].st575-button,
  .st575-auth-card .st575-button[type="submit"] {
    width: min(100%, 260px);
  }
}


/* v0.28.47 contest submission mode */

.st575-contest-user-status {
  margin-top: 18px;
}

.st575-contest-user-status p {
  margin: 0.4em 0;
}


/* v0.28.48 contest submitted CTA button width */

.st575-contest-user-status-action {
  display: flex;
  justify-content: center;
  margin-top: 12px !important;
}

.st575-contest-submit-button {
  display: inline-flex;
  width: 50%;
  min-width: 220px;
  justify-content: center;
  text-align: center;
}

@media (max-width: 640px) {
  .st575-contest-submit-button {
    width: min(100%, 280px);
    min-width: 0;
  }
}


/* v0.28.50 user email setting and contest requirement */

.st575-email-required-notice a,
.st575-email-missing-notice a {
  color: #6A7A28;
  font-weight: 700;
}

.st575-email-required-notice p,
.st575-email-missing-notice p {
  margin: 0.35em 0;
}


/* v0.28.51 profile notice and account deletion */

.st575-profile-incomplete a {
  color: #6A7A28;
  font-weight: 700;
}

.st575-account-delete-section {
  margin-top: 24px;
  border-color: #e8e1d3;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: none;
  opacity: 0.86;
}

.st575-account-delete-section h2 {
  font-size: 1rem;
  color: #7a7161;
}

.st575-account-delete-section .st575-meta {
  font-size: 0.84rem;
}

.st575-account-delete-form {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.st575-account-delete-button {
  width: min(50%, 240px);
  border-color: #d5c9b5;
  background: #fff;
  color: #7a4c43;
}

@media (max-width: 640px) {
  .st575-account-delete-button {
    width: min(100%, 260px);
  }
}


/* v0.28.54 kigo calendar tools */

.st575-home-kigo-tools {
  margin-bottom: 34px;
  padding: clamp(22px, 4vw, 42px);
}

.st575-kigo-today {
  margin-top: 18px;
}

.st575-kigo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.st575-kigo-card h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

.st575-kigo-card-tool {
  background: #fffdf7;
  border-color: #dfe7c7;
}

.st575-kigo-usage {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(106, 122, 40, 0.08);
  font-size: 0.94rem;
}

.st575-kigo-actions {
  justify-content: center;
}

.st575-kigo-tool-links,
.st575-kigo-route-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.st575-kigo-mini-list {
  margin-top: 20px;
}

.st575-kigo-mini-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st575-kigo-mini-list li,
.st575-kigo-route-link-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid #e4dccb;
  border-radius: 999px;
  background: #fff;
  color: #5b5a4b;
  text-decoration: none;
  font-size: 0.9rem;
}

.st575-kigo-page-intro {
  margin-bottom: 20px;
}

.st575-selected-kigo-notice strong {
  color: #6A7A28;
}

@media (max-width: 900px) {
  .st575-kigo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .st575-kigo-grid {
    grid-template-columns: 1fr;
  }

  .st575-kigo-tool-links .st575-button,
  .st575-kigo-actions .st575-button {
    width: min(100%, 280px);
  }
}


/* v0.28.58 compact header nav */

.st575-site-nav {
  gap: 10px;
}

.st575-site-nav a {
  font-size: 0.9rem;
  padding: 8px 9px;
  white-space: nowrap;
}

.st575-site-nav .st575-nav-cta {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 1120px) {
  .st575-site-nav {
    gap: 7px;
  }

  .st575-site-nav a {
    font-size: 0.84rem;
    padding-left: 7px;
    padding-right: 7px;
  }

  .st575-site-nav .st575-nav-cta {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 860px) {
  .st575-site-nav a {
    font-size: inherit;
    padding: 12px 10px;
    white-space: normal;
  }
}


/* v0.28.59 force desktop header nav one line */

@media (min-width: 760px) {
  .st575-site-header .st575-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: nowrap;
  }

  .st575-site-header .st575-site-title {
    flex: 0 0 auto;
    margin: 0;
  }

  .st575-site-header .st575-site-title a,
  .st575-site-header .st575-header-logo,
  .st575-site-header .st575-header-logo img,
  .st575-site-header .custom-logo {
    display: block;
    max-width: 170px;
    height: auto;
  }

  .st575-site-header .st575-site-nav {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap !important;
  }

  .st575-site-header .st575-site-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 7px 8px;
    font-size: 0.82rem;
    line-height: 1.15;
    white-space: nowrap;
  }

  .st575-site-header .st575-site-nav .st575-nav-cta {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (min-width: 760px) and (max-width: 1180px) {
  .st575-site-header .st575-header-inner {
    gap: 12px;
  }

  .st575-site-header .st575-site-title a,
  .st575-site-header .st575-header-logo,
  .st575-site-header .st575-header-logo img,
  .st575-site-header .custom-logo {
    max-width: 150px;
  }

  .st575-site-header .st575-site-nav {
    gap: 4px;
  }

  .st575-site-header .st575-site-nav a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.78rem;
  }

  .st575-site-header .st575-site-nav .st575-nav-cta {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (min-width: 760px) and (max-width: 1040px) {
  .st575-site-header .st575-site-title a,
  .st575-site-header .st575-header-logo,
  .st575-site-header .st575-header-logo img,
  .st575-site-header .custom-logo {
    max-width: 130px;
  }

  .st575-site-header .st575-site-nav a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.74rem;
  }
}

@media (max-width: 759px) {
  .st575-site-header .st575-site-title a,
  .st575-site-header .st575-header-logo,
  .st575-site-header .st575-header-logo img,
  .st575-site-header .custom-logo {
    max-width: 190px;
    height: auto;
  }
}


/* v0.28.61 contest list featured image restore */

.st575-contest-card .st575-contest-featured-image {
  margin-top: 10px;
}

.st575-contest-card .st575-contest-featured-image-card img {
  width: 100%;
  object-fit: cover;
}


/* v0.28.62 draft count next to save button */

.st575-draft-save-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.st575-draft-count {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 4px 10px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 999px;
  background: #fffdf7;
  color: #6d604c;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .st575-draft-save-inline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: 100%;
  }

  .st575-draft-save-inline .st575-button {
    width: 100%;
  }

  .st575-draft-count {
    justify-content: center;
    width: 100%;
  }
}


/* v0.28.64 submit and preview form layout */

.st575-submit-form,
.st575-preview-edit-form {
  width: 100%;
}

.st575-submit-form .st575-form-row,
.st575-preview-edit-form .st575-form-row {
  width: 100%;
}

.st575-submit-form input[type="text"],
.st575-submit-form input[type="email"],
.st575-submit-form input[type="url"],
.st575-submit-form input[type="number"],
.st575-submit-form select,
.st575-submit-form textarea,
.st575-preview-edit-form input[type="text"],
.st575-preview-edit-form input[type="email"],
.st575-preview-edit-form input[type="url"],
.st575-preview-edit-form input[type="number"],
.st575-preview-edit-form select,
.st575-preview-edit-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.st575-submit-policy-links {
  margin-top: 18px;
  text-align: center;
}

.st575-submit-actions,
.st575-confirm-actions,
.st575-preview-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.st575-confirm-actions .st575-inline-form,
.st575-preview-actions .st575-inline-form {
  display: flex;
  justify-content: center;
  width: auto;
}

.st575-submit-actions .st575-button,
.st575-confirm-actions .st575-button,
.st575-preview-actions .st575-button,
.st575-preview-edit-form > .st575-button {
  justify-content: center;
  text-align: center;
}

.st575-preview-edit-form > .st575-button {
  display: flex;
  width: min(100%, 280px);
  margin: 18px auto 0;
}

@media (max-width: 640px) {
  .st575-submit-actions,
  .st575-confirm-actions,
  .st575-preview-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .st575-confirm-actions .st575-inline-form,
  .st575-preview-actions .st575-inline-form,
  .st575-submit-actions .st575-button,
  .st575-confirm-actions .st575-button,
  .st575-preview-actions .st575-button {
    width: 100%;
  }
}


/* v0.28.65 contest entry kind tabs and entry type removal */

.st575-contest-kind-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
}

.st575-contest-kind-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 8px 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 999px;
  background: #fff;
  color: #4c412f;
  text-decoration: none;
  font-weight: 800;
}

.st575-contest-kind-tabs a:hover,
.st575-contest-kind-tabs a:focus,
.st575-contest-kind-tabs a.is-active {
  border-color: #6A7A28;
  background: #f5f8ea;
  color: #596820;
}

.st575-contest-badge.entry-kind {
  background: #f3f1e8;
  color: #4c412f;
}

.st575-contest-badge.entry-kind-haiku {
  background: #edf5ff;
  color: #2f5d87;
}

.st575-contest-badge.entry-kind-senryu {
  background: #fff0ec;
  color: #8a4b34;
}

@media (max-width: 640px) {
  .st575-contest-kind-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .st575-contest-kind-tabs a {
    width: 100%;
  }
}


/* v0.28.66 kigo search nav inside intro */

.st575-kigo-page-intro .st575-kigo-route-nav {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--st575-border, #e7e0d4);
}

.st575-kigo-page-intro .st575-kigo-route-nav h2 {
  margin-top: 0;
  font-size: 1.15rem;
}


/* v0.28.67 unified contest submit cta */

.st575-contest-user-status {
  text-align: left;
}

.st575-contest-user-status .st575-contest-user-status-action {
  text-align: center;
}

.st575-contest-user-status .st575-contest-submit-button {
  margin-left: auto;
  margin-right: auto;
}


/* v0.28.68 contest detail divider before badges */

.single-haiku_contest .st575-contest-badges,
body.single-haiku_contest .st575-contest-badges {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--st575-border, #e7e0d4);
}


/* v0.28.70 premium award badge design */

.st575-award-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  padding: 9px 18px 9px 16px;
  border: 1px solid #d7a83a;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #fff8d7 0%, #f7d46c 42%, #dca934 72%, #fff1a8 100%);
  color: #4a3100;
  font-size: clamp(1rem, 2.4vw, 1.22rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  box-shadow:
    0 8px 18px rgba(142, 92, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(125, 79, 0, 0.16);
  vertical-align: middle;
  margin: 0 0 14px;
}

.st575-award-badge::before {
  content: "🏆";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 1.05em;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(160, 105, 0, 0.12);
}

.st575-award-badge::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  pointer-events: none;
}

.st575-user-award-head .st575-award-badge {
  margin-bottom: 0;
}

.st575-user-award-item {
  border-color: #ead59a;
  background:
    linear-gradient(180deg, #fffdf6 0%, #fff9e7 100%);
}

@media (max-width: 640px) {
  .st575-award-badge {
    min-height: 40px;
    padding: 8px 15px 8px 13px;
    font-size: 1rem;
    white-space: normal;
  }
}


/* v0.28.73 MW WP Form contact form design */

.st575-mw-form,
.mw_wp_form .st575-mw-form {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.st575-mw-form .st575-form-row,
.mw_wp_form .st575-form-row {
  width: 100%;
  margin: 0 0 18px;
}

.st575-mw-form label,
.mw_wp_form .st575-form-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  color: #3f3729;
  font-weight: 800;
  line-height: 1.5;
}

.st575-mw-form input[type="text"],
.st575-mw-form input[type="email"],
.st575-mw-form input[type="tel"],
.st575-mw-form input[type="url"],
.st575-mw-form select,
.st575-mw-form textarea,
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="url"],
.mw_wp_form select,
.mw_wp_form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 14px;
  background: #fffdf8;
  color: #222;
  font: inherit;
  line-height: 1.6;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.st575-mw-form textarea,
.mw_wp_form textarea {
  min-height: 180px;
  resize: vertical;
}

.st575-mw-form select,
.mw_wp_form select {
  min-height: 50px;
}

.st575-mw-form input:focus,
.st575-mw-form select:focus,
.st575-mw-form textarea:focus,
.mw_wp_form input:focus,
.mw_wp_form select:focus,
.mw_wp_form textarea:focus {
  outline: none;
  border-color: #6A7A28;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(106, 122, 40, 0.14);
}

.st575-mw-form .st575-required,
.mw_wp_form .st575-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f7e9e2;
  color: #934830;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.4;
}

.st575-mw-form .st575-optional,
.mw_wp_form .st575-optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ecefe3;
  color: #596820;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.4;
}

.st575-mw-form .st575-form-help,
.mw_wp_form .st575-form-help {
  margin: 6px 0 0;
  color: var(--st575-muted, #6b6558);
  font-size: 0.9rem;
  line-height: 1.6;
}

.st575-mw-form .st575-privacy-check,
.mw_wp_form .st575-privacy-check {
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid var(--st575-border, #e7e0d4);
  border-radius: 16px;
  background: #fffdf8;
}

.st575-mw-form .st575-privacy-check label,
.mw_wp_form .st575-privacy-check label {
  margin: 0;
  font-weight: 700;
}

.st575-mw-form input[type="checkbox"],
.mw_wp_form input[type="checkbox"] {
  width: 1.15em;
  height: 1.15em;
  margin: 0 7px 0 0;
  vertical-align: -0.15em;
}

.st575-mw-form .error,
.mw_wp_form .error {
  display: block;
  margin: 6px 0 0;
  color: #b3261e;
  font-size: 0.88rem;
  font-weight: 700;
}

.st575-mw-actions,
.mw_wp_form .st575-mw-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  text-align: center;
}

.st575-mw-actions input[type="submit"],
.st575-mw-actions input[type="button"],
.st575-mw-actions button,
.mw_wp_form .st575-mw-actions input[type="submit"],
.mw_wp_form .st575-mw-actions input[type="button"],
.mw_wp_form .st575-mw-actions button,
.mw_wp_form input[type="submit"].st575-button,
.mw_wp_form input[type="button"].st575-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid #6A7A28;
  border-radius: 999px;
  background: #6A7A28;
  color: #fff;
  font: inherit;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.st575-mw-actions input[type="button"],
.mw_wp_form .st575-mw-actions input[type="button"] {
  border-color: var(--st575-border, #e7e0d4);
  background: #fff;
  color: #4c412f;
}

.st575-mw-actions input[type="submit"]:hover,
.st575-mw-actions input[type="submit"]:focus,
.st575-mw-actions button:hover,
.st575-mw-actions button:focus,
.mw_wp_form .st575-mw-actions input[type="submit"]:hover,
.mw_wp_form .st575-mw-actions input[type="submit"]:focus,
.mw_wp_form .st575-mw-actions button:hover,
.mw_wp_form .st575-mw-actions button:focus {
  background: #596820;
  border-color: #596820;
  color: #fff;
}

.st575-mw-actions input[type="button"]:hover,
.st575-mw-actions input[type="button"]:focus,
.mw_wp_form .st575-mw-actions input[type="button"]:hover,
.mw_wp_form .st575-mw-actions input[type="button"]:focus {
  border-color: #6A7A28;
  background: #f5f8ea;
  color: #596820;
}

.mw_wp_form_confirm .st575-mw-form input,
.mw_wp_form_confirm .st575-mw-form textarea,
.mw_wp_form_confirm .st575-mw-form select {
  background: #f7f3e9;
}

@media (max-width: 640px) {
  .st575-mw-form,
  .mw_wp_form .st575-mw-form {
    max-width: 100%;
  }

  .st575-mw-actions,
  .mw_wp_form .st575-mw-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .st575-mw-actions input[type="submit"],
  .st575-mw-actions input[type="button"],
  .st575-mw-actions button,
  .mw_wp_form .st575-mw-actions input[type="submit"],
  .mw_wp_form .st575-mw-actions input[type="button"],
  .mw_wp_form .st575-mw-actions button {
    width: 100%;
  }
}


/* v0.28.79 home hero responsive background

   PC:     assets/images/home/bg-kv-pc.jpg
   Mobile: assets/images/home/bg-kv-sp.jpg
 */


/* v0.28.78 mobile home hero padding balance */

@media (max-width: 759px) {
  .st575-home-hero {
    padding-bottom: 16px !important;
  }
}

@media (max-width: 420px) {
  .st575-home-hero {
    padding-bottom: 16px !important;
  }
}


/* v0.28.80 plain home hero background images */

.st575-home-hero {
  background-image: url("./assets/images/home/bg-kv-pc.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.st575-home-hero::before {
  content: none;
  display: none;
}

@media (max-width: 759px) {
  .st575-home-hero {
    background-image: url("./assets/images/home/bg-kv-sp.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}


/* v0.28.83 smaller home main title */

.st575-home-main-title,
.st575-home-hero-copy h2,
.st575-home-hero-copy h1 {
  font-size: clamp(1.35rem, 2.35vw, 2.1rem) !important;
  line-height: 1.38 !important;
}

@media (max-width: 759px) {
  .st575-home-main-title,
  .st575-home-hero-copy h2,
  .st575-home-hero-copy h1 {
    font-size: clamp(1.22rem, 6vw, 1.75rem) !important;
    line-height: 1.4 !important;
  }
}


/* v0.28.84 smaller home main title */

.st575-home-main-title {
  font-size: clamp(1.18rem, 1.95vw, 1.72rem);
  line-height: 1.38;
  letter-spacing: 0.01em;
}

@media (max-width: 759px) {
  .st575-home-main-title {
    font-size: clamp(1.05rem, 4.6vw, 1.45rem);
    line-height: 1.42;
  }
}

@media (max-width: 420px) {
  .st575-home-main-title {
    font-size: clamp(0.98rem, 4.2vw, 1.28rem);
    line-height: 1.42;
  }
}


/* v0.28.85 split home main title sizes */

.st575-home-hero-copy .st575-home-main-title {
  line-height: 1.34 !important;
}

.st575-home-hero-copy .st575-home-main-title-first,
.st575-home-hero-copy .st575-home-main-title-second {
  display: block;
}

.st575-home-hero-copy .st575-home-main-title-first {
  font-size: clamp(0.95rem, 1.35vw, 1.15rem) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em;
}

.st575-home-hero-copy .st575-home-main-title-second {
  font-size: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 759px) {
  .st575-home-hero-copy .st575-home-main-title-first {
    font-size: clamp(0.84rem, 3.45vw, 1.02rem) !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 420px) {
  .st575-home-hero-copy .st575-home-main-title-first {
    font-size: clamp(0.78rem, 3.25vw, 0.94rem) !important;
    letter-spacing: 0;
  }
}


/* v0.28.88 home hero top align */

.st575-home-hero {
  align-items: flex-start;
}


/* v1.0.1 contest featured link and auth cta centering */

.st575-contest-featured-image-link {
  display: block;
  border-radius: inherit;
  overflow: hidden;
  text-decoration: none;
}

.st575-contest-featured-image-link img {
  display: block;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.st575-contest-featured-image-link:hover img,
.st575-contest-featured-image-link:focus img {
  transform: scale(1.025);
  filter: brightness(1.02);
}

.st575-auth-cta .st575-auth-cta-actions,
.single-haiku_contest .st575-auth-cta .st575-auth-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  text-align: center;
}

.st575-auth-cta .st575-auth-cta-actions .st575-button {
  margin: 0;
}

@media (max-width: 640px) {
  .st575-auth-cta .st575-auth-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .st575-auth-cta .st575-auth-cta-actions .st575-button {
    width: min(100%, 260px);
  }
}


/* v1.0.3 contest featured image max-height removed */

/*
  お題・コンテストのアイキャッチ画像は、一覧・詳細ページともにmax-heightを指定しない。
  元画像の縦横比を維持して表示する。
*/


/* v1.0.4 contest prize badge */

.st575-contest-badge.prize {
  background: linear-gradient(135deg, #fff3c6 0%, #f2c94c 46%, #d6a52a 100%);
  color: #5d3f00;
  border: 1px solid #c99824;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 3px rgba(93, 63, 0, 0.12);
}
