@charset "UTF-8";
/* ==========================
   Concerts Archive
========================== */
.archive-article .post-section {
  display: flex !important;
  align-items: flex-start !important;
}
.archive-article main {
  top: 0 !important;
  position: static;
}

.archive-main {
  margin-top: 0;
}
.archive-main .archive-header {
  margin-bottom: 2rem;
}
.archive-main .archive-header h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.news-list {
  display: flex;
  flex-direction: column;
  /*    gap: 2.5rem; */
}

.post-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
  min-height: 180px;
}

.post-news .post-title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
}

.post-news .post-title a {
  text-decoration: none;
  color: inherit;
}

.post-news .post-more {
  margin-top: 1rem;
}

.post-news .post-more a {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #111;
}

.post-news .post-excerpt {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
  margin-top: 0.6rem;
}

/* ==========================
   Concerts Archive
========================== */
.concert-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2.2rem;
}

.post-concert-archive .post-thumb {
  width: 100%;
  aspect-ratio: 3/1.6;
  overflow: hidden;
}

.post-concert-archive img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-concert-archive .content-title h2 {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 0.7rem;
}

.post-concert-archive {
  background: transparent;
}

.post-concert-archive a {
  text-decoration: none;
  color: inherit;
  display: block;
}

@media (max-width: 768px) {
  .post-concert-archive .post-thumb {
    max-height: 160px;
  }
}
.post-section {
  margin-top: 3.2rem;
}

.single-article .post-section {
  display: flex !important;
  align-items: flex-start !important;
}
.single-article main {
  top: 0 !important;
  position: static;
}

.post-main {
  max-width: 860px;
  margin: 0 auto;
}

.post {
  margin-bottom: 4rem;
  border: 1px solid #ddd;
  border-radius: 9px;
  padding: 1rem;
}
.post-header {
  margin-bottom: 2rem;
  /*
  h1 {
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: 600;
      margin-bottom: 0.75rem;
  }
      */
}
.post-meta {
  font-size: 0.85rem;
  color: #777;
}
.post-meta .date {
  margin-right: 1rem;
  text-align: right;
}
.post-meta .categories a {
  color: #777;
  text-decoration: none;
}
.post-meta .categories a:hover {
  text-decoration: underline;
}
.post-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #222;
}
.post-content p {
  margin-bottom: 1.6rem;
}
.post-content h2 {
  font-size: 1.3rem;
  margin: 3rem 0 1rem;
  font-weight: 600;
}
.post-content h3 {
  font-size: 1.1rem;
  margin: 2.5rem 0 0.8rem;
}
.post-content img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}

.post-concert .post-header .content-title {
  margin-bottom: 1em;
}
.post-concert .post-header .content-title h1 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  position: relative;
  /*      margin: 3em 0 2em; */
  color: #1e7aca;
  /* フォント色 */
  padding-bottom: 0.2rem;
}
.post-concert .post-header .content-title h1 span {
  font-weight: normal;
}
.post-concert .post-header .content-title h1:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #1e7aca 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post-concert .post-header .content-title .content-title h1 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-concert .concert-content {
  font-size: 0.9rem;
}
.post-concert .concert-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-concert .concert-content strong {
  font-weight: bold;
}
.post-concert .concert-content h2 {
  position: relative;
  font-size: 1.3rem;
  border-bottom: 3px solid #f2f2f2;
}
.post-concert .concert-content h2 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-concert .concert-content h2 span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: "";
}
.post-concert .concert-content h2 figure {
  margin-bottom: 1.2rem;
}

.post-artist .post-header .content-title {
  margin-bottom: 1em;
}
.post-artist .post-header .content-title h1 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  position: relative;
  /*      margin: 3em 0 2em; */
  color: #162a45;
  /* フォント色 */
  padding-bottom: 0.2rem;
}
.post-artist .post-header .content-title h1 span {
  font-weight: normal;
}
.post-artist .post-header .content-title h1:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #1e7aca 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post-artist .post-header .content-title .content-title h1 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-artist .concert-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-artist .concert-content strong {
  font-weight: bold;
}
.post-artist .concert-content h2 {
  position: relative;
  font-size: 1.3rem;
  border-bottom: 3px solid #f2f2f2;
}
.post-artist .concert-content h2 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-artist .concert-content h2 span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: "";
}
.post-artist .concert-content h2 figure {
  margin-bottom: 1.2rem;
}

.post-announce .post-header .content-title {
  margin-bottom: 1em;
}
.post-announce .post-header .content-title h1 {
  font-size: 1.5em;
  /* フォントサイズ */
  font-weight: bold;
  position: relative;
  /*      margin: 3em 0 2em; */
  color: #162a45;
  /* フォント色 */
  padding-bottom: 0.2rem;
}
.post-announce .post-header .content-title h1 span {
  font-weight: normal;
}
.post-announce .post-header .content-title h1:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #1e7aca 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post-announce .post-header .content-title .content-title h1 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-announce .announce-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-announce .announce-content strong {
  font-weight: bold;
}
.post-announce .announce-content h2 {
  position: relative;
  font-size: 1.3rem;
  border-bottom: 3px solid #f2f2f2;
}
.post-announce .announce-content h2 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-announce .announce-content h2 span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: "";
}
.post-announce .announce-content h2 figure {
  margin-bottom: 1.2rem;
}

.post-navi {
  text-align: center;
  margin: 3rem auto;
  font-size: 0.9rem;
}
.post-navi .prev,
.post-navi .next {
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0.6rem 0.6rem;
}
.post-navi .prev a,
.post-navi .next a {
  color: #333;
  text-decoration: none;
}
.post-navi .prev a:hover,
.post-navi .next a:hover {
  text-decoration: underline;
}
.post-navi .prev {
  margin-right: 1rem;
}
.post-navi .next {
  margin-left: 1rem;
}

.ticket-cta {
  margin: 0;
  text-align: left;
}

.ticket-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 6px;
  /*    margin-left: 1.3rem; */
  background-color: #1f3a5f;
  /* 濃紺・上品 */
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ticket-button:hover {
  color: #ffffff;
  background-color: #162a45;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ticket-main {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.ticket-note {
  margin-top: 3px;
  font-size: 0.8rem;
}

.post-content-tags {
  margin-top: 18px;
  padding: 6px;
  border: 1px dashed #666666;
  border-radius: 6px;
}

@media (max-width: 576px) {
  .sidebar {
    margin-top: 3rem;
  }
}

.sidebar-block {
  margin-bottom: 1.5rem;
  padding: 1.3rem;
  background: #f8f8f8;
  font-size: 0.9rem;
  border-left: 1px solid #ddd;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sidebar-category-block {
  margin-bottom: 1.5rem;
  padding: 1.3rem;
  background: #f8f8f8;
  font-size: 0.9rem;
  border-left: 1px solid #ddd;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.sidebar-category-block .sidebar-category-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.sidebar-category-block .sidebar-category-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-category-block .sidebar-category-list {
  padding-left: 0.6rem;
}
.sidebar-category-block .sidebar-category-list li {
  list-style: none;
  margin-bottom: 0.6rem;
}
.sidebar-category-block .sidebar-category-list a {
  position: relative;
  display: inline-block;
  padding-left: 0.9rem;
  font-size: 0.82rem;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.sidebar-category-block .sidebar-category-list a::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 0.45rem;
  line-height: 1.9;
}
.sidebar-category-block .sidebar-category-list a:hover {
  border-bottom-color: #111;
}

.sidebar-tag-block {
  margin-bottom: 1.5rem;
  padding: 1.3rem;
  background: #f8f8f8;
  font-size: 0.9rem;
  border-left: 1px solid #ddd;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.sidebar-tag-block .sidebar-category-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.sidebar-tag-block .sidebar-category-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-tag-block .sidebar-tag-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-tag-block .sidebar-tag-list li {
  margin: 0 0.4rem 0.4rem 0;
}
.sidebar-tag-block .sidebar-tag-list li a {
  padding: 0.25rem 0.6rem;
  background: #f2f2f2;
  border-radius: 3px;
  font-size: 0.75rem;
}
.sidebar-tag-block .sidebar-tag-list li a:hover {
  background: #111;
  color: #fff;
  text-decoration: underline;
}

/*-- announce --*/
.sidebar-announce .sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.sidebar-announce .sidebar-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-announce .sidebar-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-announce .sidebar-post-list li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.sidebar-announce .sidebar-post-list li a {
  display: block;
  color: #222;
  text-decoration: none;
}
.sidebar-announce .sidebar-post-list li a:hover {
  text-decoration: underline;
}
.sidebar-announce .sidebar-post-list li .date {
  font-size: 0.75rem;
  color: #888;
}

.artist-detail {
  background: #fff;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .artist-detail {
    padding: 1.5rem 0;
  }
}

.artist-catchline {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.05em;
}

.artist-hero {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .artist-hero {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.artist-photo {
  flex: 0 0 320px;
}
.artist-photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
@media (max-width: 768px) {
  .artist-photo {
    max-width: 320px;
  }
}

/*
.note-style {
    background: #fff;
    padding: 2rem 2.2rem;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    position: relative;
}

.note-style::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(to right,
            #f5f5f5,
            #f5f5f5 10px,
            transparent 10px,
            transparent 20px);
}
*/
.artist-basic {
  flex: 1;
}

.artist-name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.artist-name-sub {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1rem;
}
.artist-name-sub span {
  display: block;
  letter-spacing: 0.08em;
}

.artist-category {
  font-size: 0.8rem;
  margin-bottom: 1.2rem;
}
.artist-category a {
  color: #555;
  text-decoration: none;
}
.artist-category a:hover {
  text-decoration: underline;
}

.artist-message {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #222;
}
.artist-message p {
  margin-bottom: 1.4rem;
}

.artist-body {
  max-width: 860px;
  margin-bottom: 4rem;
}

.artist-note {
  position: relative;
  background: #fffef9;
  padding: 2.5rem 2.5rem 2.5rem 3rem;
  margin: 4rem 0;
  border-radius: 2px;
  transform: rotate(-0.4deg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .artist-note {
    transform: none;
    padding: 1.8rem;
  }
}

.artist-note {
  background: #fffef9;
  padding: 2.5rem 2.5rem 2.5rem 3rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.artist-note::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  background: transparent;
  box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.15);
  transform: rotate(2deg);
}

.artist-note::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #f3f1ea transparent;
  transform: skew(-2deg, -2deg);
}

.artist-body section {
  margin-bottom: 3rem;
}
.artist-body section h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
}
.artist-body section p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #222;
  margin-bottom: 1.4rem;
}

.artist-actions {
  margin-bottom: 4rem;
}

.artist-video {
  margin-bottom: 2rem;
}
.artist-video iframe,
.artist-video video {
  max-width: 100%;
}

/*
.artist-link {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #111;
    border-radius: 4px;

    &:hover {
        background: #333;
    }
}
*/
.artist-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.link-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.link-icon:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.link-icon.website {
  background-image: url(/img/icon-website.svg);
}

.link-icon.youtube {
  background-image: url(/img/icon-youtube.svg);
}

.link-icon.instagram {
  background-image: url(/img/icon-instagram.svg);
}

.link-icon.x {
  background-image: url(/img/icon-x.svg);
}

.artist-works {
  max-width: 860px;
}
.artist-works h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.work-card {
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.work-card a {
  font-size: 0.95rem;
  color: #111;
  text-decoration: none;
}
.work-card a:hover {
  text-decoration: underline;
}

.sidebar-artists .sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.sidebar-artists .sidebar-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-artists .artist-category-list {
  list-style: none;
  padding: 0;
}
.sidebar-artists .artist-category-list .artist-cat-item {
  margin-bottom: 0.8rem;
}
.sidebar-artists .artist-category-list .artist-cat-name {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.sidebar-artists .artist-category-list .artist-cat-name::before {
  content: "―";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-artists .artist-category-list .artist-list {
  margin-top: 0.4rem;
  padding-left: 1.2rem;
}
.sidebar-artists .artist-category-list .artist-list li {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}

/*-- artist > concerts --*/
/* =========================
   Artist Concerts
========================= */
.artist-concerts {
  margin-top: 4rem;
}
.artist-concerts h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

/* -------------------------
   Concert Card
------------------------- */
.concert-card {
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.2rem;
  background: #fafafa;
  border-radius: 6px;
  transition: background 0.2s ease;
}
.concert-card:hover {
  background: #f2f2f2;
}

.concert-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.concert-title a {
  color: #111;
  text-decoration: none;
}
.concert-title a:hover {
  text-decoration: underline;
}

/* -------------------------
   Meta
------------------------- */
.concert-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.6rem;
}
.concert-meta span {
  position: relative;
  padding-left: 0.9rem;
}
.concert-meta span::after {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.6rem;
  color: #999;
}

/* -------------------------
   Excerpt
------------------------- */
.concert-excerpt {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #333;
}

.concert-card.upcoming {
  border-left: 4px solid #111;
}

.concert-card.past {
  opacity: 0.6;
}

.concert-badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  font-size: 0.7rem;
  line-height: 1.4;
  border-radius: 999px;
  border: 1px solid #aaa;
  color: #555;
  background: #fff;
  letter-spacing: 0.05em;
}

.concert-badge.online {
  border-color: #111;
  color: #111;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 576px) {
  .concert-card {
    padding: 1rem;
  }
  .concert-meta {
    gap: 0.5rem;
  }
}
/*-- concerts --*/
.sidebar-concerts .sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.sidebar-concerts .sidebar-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-concerts .sidebar-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-concerts .sidebar-post-list li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.sidebar-concerts .sidebar-post-list li a {
  display: block;
  color: #222;
  text-decoration: none;
}
.sidebar-concerts .sidebar-post-list li a:hover {
  text-decoration: underline;
}
.sidebar-concerts .sidebar-post-list li .date {
  font-size: 0.75rem;
  color: #888;
}

/*-- ブログ --*/
/* =========================
   Blog Post（本文）
========================= */
.post-blog {
  background: #fff;
  padding: 2.5rem 2.8rem;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

/* ヘッダー */
.post-blog .post-header {
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5rem;
}

/* タイトル */
.post-blog .blog-title h1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.post-blog .blog-title h1 span {
  display: inline-block;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #222;
}

/* メタ情報 */
/*
.post-blog .post-meta {
    margin-top: .8rem;
    font-size: .85rem;
    color: #777;
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.post-blog .post-meta .date {
    letter-spacing: .04em;
}
*/
/* 本文 */
.post-blog .blog-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
}

.post-blog .blog-content p {
  margin-bottom: 1.6em;
}

/* 見出し */
.post-blog .blog-content h2 {
  font-size: 1.25rem;
  margin: 3rem 0 1.2rem;
  padding-left: 0.6rem;
  border-left: 4px solid #222;
}

.post-blog .blog-content h3 {
  font-size: 1.05rem;
  margin: 2.2rem 0 1rem;
  font-weight: 600;
}

/* 画像 */
.post-blog .blog-content img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}

.front-section.workshop {
  padding: 4rem 0;
}
.front-section.workshop .workshop-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.front-section.workshop .workshop-header {
  text-align: center;
  margin-bottom: 2rem;
}
.front-section.workshop .workshop-header h2 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.front-section.workshop .workshop-header .lead {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.95rem;
}
.front-section.workshop .workshop-list {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}
.front-section.workshop .workshop-list::-webkit-scrollbar {
  height: 6px;
}
.front-section.workshop .workshop-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.front-section.workshop .workshop-card {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.front-section.workshop .workshop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.front-section.workshop .workshop-card figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.front-section.workshop .workshop-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-section.workshop .workshop-card .card-body {
  padding: 1rem;
}
.front-section.workshop .workshop-card .card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.front-section.workshop .workshop-card .card-body .meta {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0.6rem;
}
.front-section.workshop .workshop-card .card-body .text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.6;
}

/*
  workshop
*/
.post-workshop {
  max-width: 880px;
  margin: 0 auto;
}

/* =====================
  ヘッダー
===================== */
.post-workshop .post-header .content-title {
  margin-bottom: 1em;
}
.post-workshop .post-header .content-title h1 {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  color: #1e7aca;
  padding-bottom: 0.2rem;
}
.post-workshop .post-header .content-title h1 span {
  font-weight: normal;
}
.post-workshop .post-header .content-title h1:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #1e7aca 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post-workshop .post-header .content-title h1 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-workshop .post-header .workshop-header-meta {
  margin-top: 0.6rem;
  margin-bottom: 1.8rem;
  padding: 0.2rem 0.6rem;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  color: #777;
  font-size: 0.85rem;
}
.post-workshop .workshop-content {
  font-size: 0.9rem;
}
.post-workshop .workshop-content .workshop-meta {
  /*            margin-top: 1.5rem;*/
  padding: 1.2rem;
  border-radius: 6px;
  font-size: 0.9rem;
}
.post-workshop .workshop-content .workshop-meta .theme {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.post-workshop .workshop-content .workshop-meta h3 {
  font-size: 0.9rem;
  font-weight: bold;
}
.post-workshop .workshop-content .workshop-meta dl {
  display: grid;
  grid-template-columns: 6em 1fr;
  row-gap: 0.6rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.post-workshop .workshop-content .workshop-meta dt {
  color: #777;
  font-weight: normal;
}
.post-workshop .workshop-content .workshop-meta dd {
  margin: 0;
  color: #333;
}
.post-workshop .workshop-content p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.post-workshop .workshop-content strong {
  font-weight: bold;
}
.post-workshop .workshop-content h2 {
  position: relative;
  font-size: 1.3rem;
  border-bottom: 3px solid #f2f2f2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.post-workshop .workshop-content h2 span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #333333;
}
.post-workshop .workshop-content h2 span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: "";
}
.post-workshop .workshop-content figure {
  margin-bottom: 1.2rem;
}

/*-- sidebar-workshop --*/
.sidebar-workshop .sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.sidebar-workshop .sidebar-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-workshop .sidebar-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-workshop .sidebar-post-list li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.sidebar-workshop .sidebar-post-list li a {
  display: block;
  color: #222;
  text-decoration: none;
}
.sidebar-workshop .sidebar-post-list li a:hover {
  text-decoration: underline;
}
.sidebar-workshop .sidebar-post-list li .date {
  font-size: 0.75rem;
  color: #888;
}/*# sourceMappingURL=post.css.map */