@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*記事詳細のアイキャッチ*/
.eye-catch-wrap {
	justify-content: center;
}

/*ヘッダー*/
.logo {
	text-align: left;
}
.tagline {
	margin: 0;
}
.logo-text {
	padding: 0;
	font-weight: bold;
}
.pagination-next .pagination-next-link {
  border-color: #ddd;
}

/************************************
** tooCinema home design
************************************/
:root {
  --tc-ink: #202124;
  --tc-muted: #686c71;
  --tc-line: #e3e5e7;
  --tc-paper: #ffffff;
  --tc-base: #f3f5f6;
  --tc-accent: #b33a2d;
  --tc-deep: #17191d;
  --tc-gold: #c5a35a;
  --tc-teal: #386a6d;
}

body.front-top-page {
  background: var(--tc-base);
  color: var(--tc-ink);
}

.front-top-page .container,
.front-top-page #header-container,
.front-top-page .footer {
  background: transparent;
}

.front-top-page .header-container {
  border-bottom: 1px solid rgba(32, 33, 36, 0.08);
}

.front-top-page .header {
  padding: 18px 0 16px;
}

.front-top-page .logo-text {
  letter-spacing: 0;
}

.front-top-page .site-name-text {
  color: var(--tc-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

.front-top-page .content {
  margin-top: 24px;
}

.front-top-page .main,
.front-top-page .sidebar {
  background: transparent;
  border: 0;
  padding-top: 0;
}

.tc-home-hero {
  background: var(--tc-deep);
  color: #fff;
  overflow: hidden;
}

.tc-home-hero__inner {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  min-height: 380px;
  padding: 36px 32px;
}

.tc-home-hero__copy {
  align-self: center;
  max-width: 600px;
}

.tc-home-hero__eyebrow {
  color: var(--tc-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.tc-home-hero h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.tc-home-hero__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.9;
  margin: 22px 0 0;
}

.tc-home-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.tc-home-hero__button,
.tc-home-hero__button:hover {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: var(--tc-deep);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 18px;
  text-decoration: none;
}

.tc-home-hero__textlink,
.tc-home-hero__textlink:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  text-decoration: none;
}

.tc-home-feature {
  align-self: stretch;
  color: #fff;
  display: grid;
  min-height: 308px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  text-decoration: none;
}

.tc-home-feature::before {
  background: rgba(10, 11, 13, 0.52);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.tc-home-feature__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.tc-home-feature__meta,
.tc-home-feature__title,
.tc-home-feature__excerpt {
  position: relative;
  z-index: 2;
}

.tc-home-feature__meta {
  align-self: start;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px;
}

.tc-home-feature__title {
  align-self: end;
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.45;
  max-width: 760px;
}

.tc-home-feature__excerpt {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 14px;
  max-width: 760px;
}

.tc-home-categories {
  align-items: center;
  display: flex;
  gap: 18px;
  padding: 22px 32px 0;
}

.tc-home-categories__label {
  color: var(--tc-muted);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
}

.tc-home-categories__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-home-categories a {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 999px;
  color: var(--tc-ink);
  font-size: 13px;
  line-height: 1;
  padding: 10px 13px;
  text-decoration: none;
}

.tc-home-categories a:hover {
  border-color: var(--tc-accent);
  color: var(--tc-accent);
}

.front-top-page .entry-card-wrap.a-wrap {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.front-top-page .entry-card-wrap.a-wrap:hover {
  border-color: rgba(179, 58, 45, 0.42);
  box-shadow: none;
  transform: translateY(-2px);
}

.front-top-page .entry-card {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 280px minmax(0, 1fr);
}

.front-top-page .entry-card-thumb {
  aspect-ratio: 16 / 10;
  float: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.front-top-page .entry-card-thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
  width: 100%;
}

.front-top-page .entry-card-wrap:hover .entry-card-thumb img {
  transform: scale(1.035);
}

.front-top-page .cat-label {
  background: rgba(23, 25, 29, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 9px;
  top: 12px;
}

.front-top-page .entry-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  padding: 28px 30px 26px;
  width: auto;
}

.front-top-page .entry-card-title {
  color: var(--tc-ink);
  font-size: 23px;
  line-height: 1.45;
  margin: 0;
}

.front-top-page .entry-card-snippet {
  color: var(--tc-muted);
  font-size: 15px;
  line-height: 1.75;
  margin-top: 12px;
}

.front-top-page .entry-card-meta {
  color: var(--tc-muted);
  font-size: 13px;
  margin-top: 18px;
}

.front-top-page .pagination {
  margin-top: 34px;
}

.front-top-page .pagination .page-numbers,
.front-top-page .pagination-next-link {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 4px;
  color: var(--tc-ink);
}

.front-top-page .pagination .current {
  background: var(--tc-deep);
  border-color: var(--tc-deep);
  color: #fff;
}

.front-top-page .sidebar .widget {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px;
}

.front-top-page .sidebar h2,
.front-top-page .sidebar h3 {
  background: transparent;
  border: 0;
  color: var(--tc-ink);
  font-size: 20px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  position: relative;
}

.front-top-page .sidebar h2::after,
.front-top-page .sidebar h3::after {
  background: var(--tc-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.front-top-page .search-box {
  display: flex;
  gap: 8px;
}

.front-top-page .search-edit {
  border: 1px solid var(--tc-line);
  border-radius: 4px;
  min-height: 46px;
}

.front-top-page .search-submit {
  background: var(--tc-deep);
  border-radius: 4px;
  min-height: 46px;
}

.front-top-page .widget-entry-cards .a-wrap {
  border-bottom: 1px solid var(--tc-line);
  padding: 14px 0;
}

.front-top-page .widget-entry-cards .a-wrap:last-child {
  border-bottom: 0;
}

.front-top-page .widget-entry-card-title {
  color: var(--tc-ink);
  font-size: 15px;
  line-height: 1.55;
}

.front-top-page .widget_categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.front-top-page .widget_categories li {
  border: 0;
  margin: 0;
  padding: 0;
}

.front-top-page .widget_categories a {
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 999px;
  color: var(--tc-ink);
  display: inline-flex;
  font-size: 13px;
  line-height: 1;
  padding: 9px 12px;
}

.front-top-page .footer {
  border-top: 1px solid var(--tc-line);
  margin-top: 48px;
}

/************************************
** tooCinema single design
************************************/
body.tc-single-modern {
  background: var(--tc-base);
  color: var(--tc-ink);
}

.tc-single-modern .container,
.tc-single-modern #header-container {
  background: transparent;
}

.tc-single-modern .header-container {
  border-bottom: 1px solid rgba(32, 33, 36, 0.08);
}

.tc-single-modern .header {
  padding: 18px 0 16px;
}

.tc-single-modern .logo-text {
  letter-spacing: 0;
}

.tc-single-modern .site-name-text {
  color: var(--tc-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

.tc-single-modern .content {
  margin-top: 28px;
}

.tc-single-modern .content-in.wrap {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 860px) minmax(280px, 320px);
  max-width: 1180px;
  width: auto;
}

.tc-single-modern .main,
.tc-single-modern .sidebar {
  background: transparent;
  border: 0;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.tc-single-modern .article {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.tc-single-modern .article-header {
  background: var(--tc-deep);
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 22px 34px;
  grid-template-areas:
    "title media"
    "meta media"
    "share media";
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  overflow: hidden;
  padding: 38px 34px;
  position: relative;
}

.tc-single-modern .article-header::before {
  background: var(--tc-gold);
  content: "";
  height: 2px;
  left: 34px;
  position: absolute;
  right: 34px;
  top: 0;
}

.tc-single-modern .entry-title {
  align-self: end;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 600;
  grid-area: title;
  line-height: 1.32;
  margin: 0;
  padding: 0;
}

.tc-single-modern .article-header .eye-catch-wrap {
  align-self: stretch;
  display: block;
  grid-area: media;
  margin: 0;
}

.tc-single-modern .article-header .eye-catch {
  aspect-ratio: 4 / 5;
  background: #0d0e11;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  height: 100%;
  margin: 0;
  max-height: 560px;
  min-height: 360px;
  overflow: hidden;
  width: 100%;
}

.tc-single-modern .article-header .eye-catch img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.tc-single-modern .article-header .cat-label {
  background: rgba(23, 25, 29, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 9px;
  top: 12px;
}

.tc-single-modern .article-header .date-tags {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px;
  grid-area: meta;
  margin: 0;
}

.tc-single-modern .article-header .date-tags a,
.tc-single-modern .article-header .date-tags span {
  color: inherit;
}

.tc-single-modern .article-header .sns-share.ss-top {
  align-self: start;
  grid-area: share;
  margin: 0;
}

.tc-single-modern .article-header .sns-share.ss-top .sns-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tc-single-modern .article-header .sns-share.ss-top a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin: 0;
  min-width: 42px;
  padding: 0 12px;
}

.tc-single-modern .article-header .sns-share.ss-top a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.tc-single-modern .article-header .sns-share.ss-top .button-caption {
  display: none;
}

.tc-single-modern .entry-content {
  color: var(--tc-ink);
  font-size: 18px;
  line-height: 1.95;
  padding: 46px 52px 10px;
}

.tc-single-modern .entry-content p {
  margin-bottom: 1.45em;
}

.tc-single-modern .entry-content a {
  color: var(--tc-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tc-single-modern .entry-content h2,
.tc-single-modern .entry-content h3,
.tc-single-modern .entry-content h4 {
  background: transparent;
  border: 0;
  color: var(--tc-ink);
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
  position: relative;
}

.tc-single-modern .entry-content h2 {
  font-size: 27px;
  line-height: 1.45;
  margin: 50px 0 20px;
  padding-bottom: 14px;
}

.tc-single-modern .entry-content h2::after {
  background: var(--tc-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 42px;
}

.tc-single-modern .entry-content h3 {
  border-left: 3px solid var(--tc-gold);
  font-size: 22px;
  line-height: 1.5;
  margin: 38px 0 18px;
  padding-left: 14px;
}

.tc-single-modern .entry-content h4 {
  font-size: 19px;
  line-height: 1.55;
  margin: 30px 0 14px;
}

.tc-single-modern .entry-content .toc {
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  margin: 0 0 38px;
  padding: 24px 26px;
}

.tc-single-modern .toc-title {
  color: var(--tc-ink);
  font-size: 17px;
  font-weight: 700;
}

.tc-single-modern .toc-title::after {
  color: var(--tc-muted);
  font-weight: 400;
}

.tc-single-modern .toc-list {
  margin-top: 14px;
}

.tc-single-modern .toc li {
  margin: 8px 0;
}

.tc-single-modern .toc a {
  color: var(--tc-ink);
  text-decoration: none;
}

.tc-single-modern .toc a:hover {
  color: var(--tc-accent);
}

.tc-single-modern .article-footer {
  padding: 0 52px 42px;
}

.tc-single-modern .entry-categories-tags {
  margin: 18px 0 26px;
}

.tc-single-modern .entry-categories,
.tc-single-modern .entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-single-modern .cat-link,
.tc-single-modern .tag-link {
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 999px;
  color: var(--tc-ink);
  display: inline-flex;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 9px 12px;
  text-decoration: none;
}

.tc-single-modern .cat-link:hover,
.tc-single-modern .tag-link:hover {
  border-color: var(--tc-accent);
  color: var(--tc-accent);
}

.tc-single-modern .article-footer .sns-share {
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  margin: 26px 0;
  padding: 22px;
}

.tc-single-modern .sns-share-message {
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.tc-single-modern .article-footer .sns-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tc-single-modern .article-footer .sns-share-buttons a {
  border-radius: 4px;
  margin: 0;
}

.tc-single-modern .under-entry-content {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  margin-top: 26px;
  padding: 34px;
}

.tc-single-modern .related-entries {
  margin-bottom: 30px;
}

.tc-single-modern .related-entry-heading {
  background: transparent;
  border: 0;
  color: var(--tc-ink);
  font-size: 22px;
  margin: 0 0 22px;
  padding: 0 0 13px;
  position: relative;
}

.tc-single-modern .related-entry-heading::after {
  background: var(--tc-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 36px;
}

.tc-single-modern .related-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tc-single-modern .related-entry-card-wrap.a-wrap {
  background: #fff;
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.tc-single-modern .related-entry-card-wrap.a-wrap:hover {
  border-color: rgba(179, 58, 45, 0.42);
  transform: translateY(-2px);
}

.tc-single-modern .related-entry-card {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 145px minmax(0, 1fr);
}

.tc-single-modern .related-entry-card-thumb {
  aspect-ratio: 16 / 10;
  float: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.tc-single-modern .related-entry-card-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tc-single-modern .related-entry-card-content {
  margin-left: 0;
  padding: 16px 17px;
  width: auto;
}

.tc-single-modern .related-entry-card-title {
  color: var(--tc-ink);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.tc-single-modern .related-entry-card-snippet,
.tc-single-modern .related-entry-card-meta {
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

.tc-single-modern .pager-post-navi {
  border-top: 1px solid var(--tc-line);
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin: 34px 0 0;
  padding-top: 26px;
}

.tc-single-modern .pager-post-navi a {
  align-items: stretch;
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  color: var(--tc-ink);
  display: grid;
  gap: 6px 14px;
  grid-template-columns: 120px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  min-height: 112px;
  overflow: hidden;
  padding: 12px;
  text-decoration: none;
}

.tc-single-modern .pager-post-navi a::before {
  align-self: end;
  color: var(--tc-muted);
  font-size: 12px;
  font-weight: 700;
  grid-column: 2;
  line-height: 1;
}

.tc-single-modern .pager-post-navi .prev-post::before {
  content: "前の記事";
}

.tc-single-modern .pager-post-navi .next-post::before {
  content: "次の記事";
}

.tc-single-modern .pager-post-navi a:hover {
  border-color: rgba(179, 58, 45, 0.42);
}

.tc-single-modern .pager-post-navi .iconfont {
  color: var(--tc-muted);
  display: none;
  padding: 0;
}

.tc-single-modern .pager-post-navi .card-thumb {
  align-self: center;
  border-radius: 4px;
  grid-row: 1 / span 2;
  height: 78px;
  margin: 0;
  overflow: hidden;
  width: 120px;
}

.tc-single-modern .pager-post-navi .card-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tc-single-modern .prev-post-title,
.tc-single-modern .next-post-title {
  align-self: start;
  color: var(--tc-ink);
  font-size: 14px;
  font-weight: 700;
  grid-column: 2;
  line-height: 1.5;
  margin: 0;
}

.tc-single-modern .pager-post-navi a.prev-post .prev-post-title,
.tc-single-modern .pager-post-navi a.next-post .next-post-title {
  margin: 0;
}

.tc-single-modern .comment-area {
  border-top: 1px solid var(--tc-line);
  margin: 34px 0 0;
  padding: 34px 0 0;
}

.tc-single-modern .comment-list {
  margin: 0;
}

.tc-single-modern .comment-title {
  background: transparent;
  border: 0;
  color: var(--tc-ink);
  font-size: 22px;
  margin: 0 0 22px;
  padding: 0 0 13px;
  position: relative;
}

.tc-single-modern .comment-title::after {
  background: var(--tc-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 36px;
}

.tc-single-modern .comment-sub-heading {
  color: var(--tc-muted);
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
}

.tc-single-modern .commets-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.tc-single-modern .commets-list .comment-body.article,
.tc-single-modern .commets-list .st-comment-body.article {
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  color: var(--tc-ink);
  margin: 0;
  overflow: visible;
  padding: 22px;
}

.tc-single-modern .commets-list .avatar {
  border-radius: 50%;
  float: right;
  margin: 0 0 10px 16px;
}

.tc-single-modern .comment-author,
.tc-single-modern .st-comment-author {
  color: var(--tc-ink);
  font-size: 15px;
  font-weight: 700;
}

.tc-single-modern .comment-author .fn,
.tc-single-modern .st-comment-author .fn {
  font-weight: 700;
}

.tc-single-modern .says,
.tc-single-modern .comment-author-label,
.tc-single-modern .comment-author-separator {
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 400;
}

.tc-single-modern .comment-meta,
.tc-single-modern .st-comment-meta,
.tc-single-modern .st-comment-datetime {
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.6;
}

.tc-single-modern .comment-meta a,
.tc-single-modern .st-comment-meta a {
  color: var(--tc-muted);
  text-decoration: none;
}

.tc-single-modern .comment-content,
.tc-single-modern .st-comment-content {
  color: var(--tc-ink);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 14px;
}

.tc-single-modern .commets-list .reply {
  margin-top: 16px;
  text-align: right;
}

.tc-single-modern .comment-reply-link {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 999px;
  color: var(--tc-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 12px;
  text-decoration: none;
}

.tc-single-modern .comment-reply-link:hover {
  border-color: var(--tc-accent);
  color: var(--tc-accent);
}

.tc-single-modern .comment-page-link {
  margin: 24px 0;
  text-align: center;
}

.tc-single-modern .comment-page-link .page-numbers {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 4px;
  color: var(--tc-ink);
}

.tc-single-modern .comment-page-link .current {
  background: var(--tc-deep);
  border-color: var(--tc-deep);
  color: #fff;
}

.tc-single-modern aside.comment-form {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f8 100%);
  border: 1px solid rgba(32, 33, 36, 0.11);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 25, 29, 0.08);
  margin: 26px 0 0;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.tc-single-modern aside.comment-form::before {
  background: linear-gradient(90deg, var(--tc-accent), var(--tc-gold));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tc-single-modern .comment-btn {
  background: var(--tc-deep);
  border: 1px solid var(--tc-deep);
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 48px;
  padding: 16px 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.tc-single-modern .comment-btn:hover {
  background: #2a2d33;
  border-color: #2a2d33;
  color: #ffffff;
  transform: translateY(-1px);
}

.tc-single-modern #respond {
  margin-top: 24px;
}

.tc-single-modern .comment-reply-title {
  background: transparent;
  border: 0;
  color: var(--tc-ink);
  font-size: 21px;
  line-height: 1.45;
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  position: relative;
}

.tc-single-modern .comment-reply-title::before {
  background: var(--tc-accent);
  border-radius: 999px;
  bottom: 8px;
  content: "";
  left: 0;
  position: absolute;
  top: 8px;
  width: 3px;
}

.tc-single-modern .comment-reply-title small {
  display: inline-flex;
  font-size: 13px;
  margin-left: 10px;
}

.tc-single-modern .comment-reply-title a {
  color: var(--tc-muted);
  text-decoration: none;
}

.tc-single-modern #commentform {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.tc-single-modern #commentform p {
  margin: 0;
}

.tc-single-modern #commentform .comment-notes,
.tc-single-modern #commentform .logged-in-as,
.tc-single-modern #commentform .comment-information-messag,
.tc-single-modern #commentform .comment-form-comment,
.tc-single-modern #commentform .comment-form-url,
.tc-single-modern #commentform .comment-form-cookies-consent,
.tc-single-modern #commentform .form-submit {
  grid-column: 1 / -1;
}

.tc-single-modern .comment-notes,
.tc-single-modern .logged-in-as,
.tc-single-modern .comment-information-messag {
  background: rgba(179, 58, 45, 0.06);
  border: 1px solid rgba(179, 58, 45, 0.13);
  border-radius: 8px;
  color: #5d6064;
  font-size: 13px;
  line-height: 1.7;
  padding: 12px 14px;
}

.tc-single-modern #commentform label {
  color: #3d4045;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 9px;
}

.tc-single-modern .comment-form .required {
  color: var(--tc-accent);
}

.tc-single-modern #commentform input[type="text"],
.tc-single-modern #commentform input[type="email"],
.tc-single-modern #commentform input[type="url"],
.tc-single-modern #commentform textarea {
  background: #ffffff;
  border: 1px solid #d9dde0;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(23, 25, 29, 0.02);
  color: var(--tc-ink);
  font: inherit;
  line-height: 1.6;
  min-height: 48px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
  width: 100%;
}

.tc-single-modern #commentform textarea {
  min-height: 168px;
  resize: vertical;
}

.tc-single-modern #commentform input:focus,
.tc-single-modern #commentform textarea:focus {
  border-color: rgba(179, 58, 45, 0.62);
  box-shadow: 0 0 0 4px rgba(179, 58, 45, 0.08);
  outline: 2px solid rgba(179, 58, 45, 0.14);
  outline-offset: 0;
}

.tc-single-modern .comment-form-cookies-consent {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(32, 33, 36, 0.08);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 12px 14px;
}

.tc-single-modern .comment-form-cookies-consent input {
  flex: 0 0 auto;
  margin-top: 5px;
}

.tc-single-modern #commentform .comment-form-cookies-consent label {
  color: var(--tc-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

.tc-single-modern .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.tc-single-modern #submit {
  background: var(--tc-deep);
  border: 1px solid var(--tc-deep);
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  min-height: 48px;
  min-width: 220px;
  padding: 16px 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: auto;
}

.tc-single-modern #submit:hover {
  background: #2a2d33;
  border-color: #2a2d33;
  transform: translateY(-1px);
}

.tc-single-modern .breadcrumb {
  color: var(--tc-muted);
  font-size: 13px;
  margin: 24px 0 0;
  padding: 0;
}

.tc-single-modern .breadcrumb a {
  color: var(--tc-muted);
}

.tc-single-modern .sidebar .widget {
  background: var(--tc-paper);
  border: 1px solid var(--tc-line);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px;
}

.tc-single-modern .sidebar h2,
.tc-single-modern .sidebar h3,
.tc-single-modern .sidebar .wp-block-heading {
  background: transparent;
  border: 0;
  color: var(--tc-ink);
  font-size: 20px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  position: relative;
}

.tc-single-modern .sidebar h2::after,
.tc-single-modern .sidebar h3::after,
.tc-single-modern .sidebar .wp-block-heading::after {
  background: var(--tc-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.tc-single-modern .wp-block-search__inside-wrapper {
  display: flex;
  gap: 8px;
}

.tc-single-modern .wp-block-search__input {
  border: 1px solid var(--tc-line);
  border-radius: 4px;
  min-height: 46px;
}

.tc-single-modern .wp-block-search__button {
  background: var(--tc-deep);
  border: 1px solid var(--tc-deep);
  border-radius: 4px;
  color: #fff;
  min-height: 46px;
  padding-left: 16px;
  padding-right: 16px;
}

.tc-single-modern .wp-block-latest-posts li {
  border-bottom: 1px solid var(--tc-line);
  margin: 0;
  padding: 13px 0;
}

.tc-single-modern .wp-block-latest-posts li:last-child {
  border-bottom: 0;
}

.tc-single-modern .wp-block-latest-posts a {
  color: var(--tc-ink);
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.tc-single-modern .wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-single-modern .wp-block-categories-list li {
  border: 0;
  margin: 0;
  padding: 0;
}

.tc-single-modern .wp-block-categories-list a {
  background: #f7f8f8;
  border: 1px solid var(--tc-line);
  border-radius: 999px;
  color: var(--tc-ink);
  display: inline-flex;
  font-size: 13px;
  line-height: 1;
  padding: 9px 12px;
  text-decoration: none;
}

.tc-single-modern .wp-block-categories-list a:hover {
  border-color: var(--tc-accent);
  color: var(--tc-accent);
}

.tc-single-modern .mobile-footer-menu-buttons {
  border-top: 1px solid var(--tc-line);
}

/************************************
** tooCinema footer
************************************/
body.wp-child-theme-cocoon-child-master .footer {
  background: var(--tc-deep);
  border-top: 0;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 64px;
  overflow: hidden;
  position: relative;
}

body.wp-child-theme-cocoon-child-master #footer.footer {
  background: var(--tc-deep);
  color: rgba(255, 255, 255, 0.78);
}

body.wp-child-theme-cocoon-child-master .footer::before {
  background: var(--tc-gold);
  content: "";
  display: block;
  height: 2px;
  opacity: 0.82;
}

body.wp-child-theme-cocoon-child-master .footer-in {
  max-width: 1180px;
  width: auto;
}

body.wp-child-theme-cocoon-child-master .footer-bottom {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(240px, 1fr) minmax(320px, auto);
  padding: 44px 32px 38px;
}

body.wp-child-theme-cocoon-child-master .footer-bottom-logo,
body.wp-child-theme-cocoon-child-master .footer-bottom-content {
  float: none;
  text-align: left;
  width: auto;
}

body.wp-child-theme-cocoon-child-master .footer-bottom-logo {
  min-width: 0;
}

body.wp-child-theme-cocoon-child-master .footer-bottom-logo::after {
  content: none;
}

body.wp-child-theme-cocoon-child-master .footer .logo {
  line-height: 1;
  text-align: left;
}

body.wp-child-theme-cocoon-child-master .footer .logo-footer {
  padding: 0;
}

body.wp-child-theme-cocoon-child-master .footer .site-name-text {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

body.wp-child-theme-cocoon-child-master .footer a {
  color: inherit;
}

body.wp-child-theme-cocoon-child-master #footer.footer a {
  color: inherit;
}

body.wp-child-theme-cocoon-child-master .footer-bottom-content {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: flex-end;
}

body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer > li {
  border: 0;
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: auto;
}

body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer > li > a {
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  width: auto;
}

body.wp-child-theme-cocoon-child-master #footer.footer .navi-footer-in > .menu-footer > li > a {
  color: rgba(255, 255, 255, 0.76);
}

body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer > li > a::after {
  background: var(--tc-gold);
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0.3);
  transform-origin: left center;
  transition: opacity 160ms ease, transform 160ms ease;
}

body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer > li > a:hover {
  color: #ffffff;
}

body.wp-child-theme-cocoon-child-master #footer.footer .navi-footer-in > .menu-footer > li > a:hover {
  color: #ffffff;
}

body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer > li > a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

body.wp-child-theme-cocoon-child-master .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .front-top-page .site-name-text {
    font-size: 38px;
  }

  .tc-home-hero__inner {
    gap: 24px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 32px 24px;
  }

  .tc-home-hero__copy {
    max-width: 720px;
  }

  .tc-home-feature {
    min-height: 280px;
  }

  .tc-home-categories {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tc-single-modern .content-in.wrap {
    grid-template-columns: 1fr;
    max-width: 860px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tc-single-modern .sidebar {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-single-modern .sidebar .widget {
    margin-bottom: 0;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .front-top-page .header {
    padding: 14px 0 12px;
  }

  .front-top-page .site-name-text {
    font-size: 32px;
  }

  .tc-home-hero h2 {
    font-size: 31px;
  }

  .tc-home-hero__lead {
    font-size: 16px;
  }

  .front-top-page .entry-card {
    grid-template-columns: 1fr;
  }

  .front-top-page .entry-card-thumb {
    height: auto;
  }

  .front-top-page .entry-card-content {
    padding: 22px;
  }

  .front-top-page .entry-card-title {
    font-size: 21px;
  }

  body.front-top-page {
    padding-bottom: 0;
  }

  .front-top-page .footer {
    margin-bottom: 24px;
  }

  .front-top-page .mobile-footer-menu-buttons {
    display: none;
  }

  .front-top-page .grecaptcha-badge {
    bottom: 12px !important;
    right: -230px !important;
    transform: scale(0.78);
    transform-origin: right bottom;
  }

  body.wp-child-theme-cocoon-child-master .footer {
    margin-top: 44px;
  }

  body.wp-child-theme-cocoon-child-master .footer-bottom {
    align-items: start;
    gap: 26px;
    grid-template-columns: 1fr;
    padding: 36px 24px 34px;
  }

  body.wp-child-theme-cocoon-child-master .footer-bottom-content {
    align-items: flex-start;
  }

  body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer {
    justify-content: flex-start;
  }

  body.wp-child-theme-cocoon-child-master .copyright {
    text-align: left;
  }

  .tc-single-modern .header {
    padding: 14px 0 12px;
  }

  .tc-single-modern .site-name-text {
    font-size: 32px;
  }

  .tc-single-modern .content {
    margin-top: 18px;
  }

  .tc-single-modern .content-in.wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tc-single-modern .article-header {
    gap: 22px;
    grid-template-areas:
      "title"
      "media"
      "meta"
      "share";
    grid-template-columns: 1fr;
    padding: 30px 24px 24px;
  }

  .tc-single-modern .article-header::before {
    left: 24px;
    right: 24px;
  }

  .tc-single-modern .entry-title {
    font-size: 31px;
  }

  .tc-single-modern .article-header .eye-catch {
    aspect-ratio: 16 / 10;
    max-height: none;
    min-height: 0;
  }

  .tc-single-modern .entry-content {
    font-size: 16px;
    padding: 34px 28px 6px;
  }

  .tc-single-modern .entry-content h2 {
    font-size: 24px;
  }

  .tc-single-modern .article-footer {
    padding: 0 28px 32px;
  }

  .tc-single-modern .under-entry-content {
    padding: 28px;
  }

  .tc-single-modern .related-list {
    grid-template-columns: 1fr;
  }

  .tc-single-modern .pager-post-navi {
    grid-template-columns: 1fr;
  }

  .tc-single-modern .sidebar {
    grid-template-columns: 1fr;
  }

  .tc-single-modern .mobile-footer-menu-buttons {
    display: none;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .front-top-page .site-name-text {
    font-size: 30px;
  }

  .tc-home-hero__inner {
    padding: 24px 18px;
  }

  .tc-home-hero h2 {
    font-size: 27px;
  }

  .tc-home-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tc-home-hero__button {
    justify-content: center;
  }

  .tc-home-feature {
    min-height: 260px;
    padding: 22px;
  }

  .tc-home-feature__title {
    font-size: 22px;
  }

  .tc-home-categories {
    padding: 18px;
  }

  body.wp-child-theme-cocoon-child-master .footer-bottom {
    padding: 32px 18px 30px;
  }

  body.wp-child-theme-cocoon-child-master .footer .site-name-text {
    font-size: 34px;
  }

  body.wp-child-theme-cocoon-child-master .navi-footer-in > .menu-footer {
    gap: 10px 18px;
  }

  .front-top-page .entry-card-title {
    font-size: 19px;
  }

  .front-top-page .entry-card-snippet {
    font-size: 14px;
  }

  .tc-single-modern .content-in.wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tc-single-modern .article-header {
    padding: 26px 18px 20px;
  }

  .tc-single-modern .article-header::before {
    left: 18px;
    right: 18px;
  }

  .tc-single-modern .entry-title {
    font-size: 27px;
  }

  .tc-single-modern .entry-content {
    padding: 28px 20px 4px;
  }

  .tc-single-modern .entry-content .toc {
    padding: 20px;
  }

  .tc-single-modern .article-footer {
    padding: 0 20px 28px;
  }

  .tc-single-modern .under-entry-content,
  .tc-single-modern aside.comment-form {
    padding: 20px;
  }

  .tc-single-modern .related-entry-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .tc-single-modern .related-entry-card-content {
    padding: 13px 14px;
  }

  .tc-single-modern .comment-form-cookies-consent {
    align-items: flex-start;
  }

  .tc-single-modern #commentform {
    grid-template-columns: 1fr;
  }

  .tc-single-modern .comment-btn,
  .tc-single-modern #submit {
    min-width: 0;
    width: 100%;
  }
}
