/*
Theme Name: friends150th
Theme URI: https://www.friends.ac.jp/150th/
Author: BASE_C Matsubara
Author URI: https://www.basec.co.jp/
Description: 普連土学園150周年記念サイト
Version: 1.2.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: friend150th
*/

:root {
  --site-max-width: 1120px;
  --section-space: 72px;
  --text-color: #1a1a1a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text-color);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
}

.site-main {
  display: block;
}

.top-kv {
  padding: var(--section-space) 24px;
  background: #f2f6fb;
}

.top-kv__inner {
  max-width: var(--site-max-width);
  margin: 0 auto;
}

.top-kv__badge {
  display: inline-block;
  margin: 0 0 16px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-kv__visual {
  width: 100%;
  height: 120px;
  margin: 0 0 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d8e6f8 0%, #b8cce8 100%);
}

.top-kv__cta {
  display: inline-block;
  margin: 24px 0 0;
  padding: 0.7em 1.4em;
  border-radius: 9999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
}

.top-kv__cta.is-fixed,
.top-kv__badge.is-fixed,
.top-kv__visual.is-fixed {
  user-select: none;
  pointer-events: none;
}

.top-kv__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.25;
}

.top-kv__lead {
  margin: 0;
  max-width: 56ch;
}

.editor-styles-wrapper .top-kv__title.is-editable,
.editor-styles-wrapper .top-kv__lead.is-editable {
  outline: 1px dashed transparent;
  outline-offset: 4px;
}

.editor-styles-wrapper .top-kv__title.is-editable:focus,
.editor-styles-wrapper .top-kv__lead.is-editable:focus,
.editor-styles-wrapper .block-editor-rich-text__editable:focus {
  outline-color: #3858e9;
}

@media (max-width: 960px) {
  .top-kv {
    padding: 56px 16px;
  }
}
