@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
*/
body {
  background-color: #ffffff;
  color: #141414;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 600;
  color: #141414;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2.4em;
  margin-bottom: 0.8em;
}

body.page .date-tags {
  display: none;
}

body.home {
  background-color: #ffffff;
  overflow-x: hidden;
}
body.home .main {
  background-color: #ffffff;
  padding-top: 0;
}
body.home #content {
  margin-top: 0;
}
body.home #header-container,
body.home #header-container-in,
body.home #header,
body.home #navi {
  background-color: #ffffff;
}
body.home #navi {
  border-top: 1px solid #e3e4e7;
}
body.home .tagline {
  color: #5b5f66;
}
body.home .menu-header a {
  color: #141414;
}
body.home .menu-header a:hover,
body.home .menu-header .current-menu-item > a {
  color: #00bbdd;
}
body.home #footer,
body.home .footer-in {
  background-color: #ffffff;
}
body.home .footer-in {
  border-top: 1px solid #e3e4e7;
}
body.home .navi-footer a {
  color: #141414;
}
body.home .navi-footer a:hover {
  color: #00bbdd;
}
body.home .source-org.copyright {
  color: #5b5f66;
}
body.home .go-to-top-button {
  background-color: #f6f7f8;
  color: #141414;
  border: 1px solid #e3e4e7;
}
body.home .mobile-header-menu-buttons,
body.home .mobile-footer-menu-buttons {
  background-color: #ffffff;
  border-color: #e3e4e7;
}
body.home .mobile-header-menu-buttons a,
body.home .mobile-footer-menu-buttons a,
body.home .mobile-header-menu-buttons button,
body.home .mobile-footer-menu-buttons button {
  color: #141414;
}

.wrap {
  max-width: 100%;
  box-sizing: border-box;
}

.entry-card-thumb {
  width: 260px;
}

.entry-card-content {
  margin-left: 270px;
}

@media screen and (max-width: 960px) {
  .entry-card-thumb {
    width: 100%;
    margin-right: 0;
  }

  .entry-card-content {
    clear: both;
    margin-left: 0;
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1023px) {
  .navi-in > .menu-pc {
    display: flex;
  }

  .mobile-menu-buttons {
    display: none;
  }
}
.c-button {
  display: inline-block;
  padding: 0.75em 1.8em;
  border: none;
  border-radius: 999px;
  background-color: #00bbdd;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.c-button:hover {
  opacity: 0.85;
  color: #fff;
}
.c-button--dark {
  background-color: #141414;
  color: #fff;
}
.c-button--dark:hover {
  opacity: 0.85;
  color: #fff;
}
.c-button--ghost {
  background-color: transparent;
  border: 1px solid #141414;
  color: #141414;
}
.c-button--ghost:hover {
  background-color: #141414;
  color: #fff;
}
.c-button--small {
  padding: 0.5em 1.2em;
  font-size: 0.9rem;
}

.c-affiliate-cta {
  margin: 2em 0;
  padding: 1.6em;
  background-color: #f6f7f8;
  border: 1px solid #e3e4e7;
  border-radius: 16px;
  text-align: center;
}
.c-affiliate-cta__label {
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0.2em 0.8em;
  background-color: #e3e4e7;
  color: #5b5f66;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.c-affiliate-cta__text {
  margin-bottom: 1em;
  color: #141414;
}

.c-related-articles {
  margin: 2.4em 0;
  padding: 1.6em;
  background-color: #f6f7f8;
  border: 1px solid #e3e4e7;
  border-radius: 16px;
}
.c-related-articles__label {
  margin-bottom: 0.9em;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #141414;
}
.c-related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-related-articles li + li {
  margin-top: 0.6em;
  padding-top: 0.6em;
  border-top: 1px solid #e3e4e7;
}
.c-related-articles a {
  display: flex;
  align-items: baseline;
  gap: 0.6em;
  color: #141414;
  text-decoration: none;
}
.c-related-articles a::before {
  content: "";
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #00bbdd;
  border-bottom: 2px solid #00bbdd;
  transform: rotate(-45deg);
}
.c-related-articles a:hover {
  color: #00bbdd;
  text-decoration: underline;
}

.c-form {
  margin-bottom: 2em;
}
.c-form__dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #141414;
}
.c-form__dd {
  margin: 0 0 1.6em;
}
.c-form__dd input[type=text],
.c-form__dd input[type=email],
.c-form__dd textarea {
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid #e3e4e7;
  border-radius: 4px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
}
.c-form__dd input[type=text]:focus,
.c-form__dd input[type=email]:focus,
.c-form__dd textarea:focus {
  border-color: #00bbdd;
  outline: none;
}
.c-form__dd textarea {
  min-height: 8em;
}
.c-form__required {
  margin-left: 0.5em;
  padding: 0.15em 0.6em;
  border-radius: 4px;
  background-color: #141414;
  color: #fff;
  font-size: 0.65em;
  font-weight: normal;
  vertical-align: middle;
}

.c-paw {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.15em;
}

#toc {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e3e4e7;
  border-radius: 16px;
  padding: 1.4em 1.6em;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px -18px rgba(20, 20, 20, 0.2);
}
#toc .toc-title {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #141414;
  cursor: pointer;
}
#toc .toc-title::before {
  content: "";
  flex-shrink: 0;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: rgba(0, 187, 221, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300bbdd' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='4' r='2'/%3E%3Ccircle cx='18' cy='8' r='2'/%3E%3Ccircle cx='20' cy='16' r='2'/%3E%3Cpath d='M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9em;
}
#toc .toc-title::after {
  content: "" !important;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: auto;
  border-right: 2px solid #5b5f66;
  border-bottom: 2px solid #5b5f66;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
#toc .toc-checkbox:checked + .toc-title::after {
  transform: rotate(-135deg);
}
#toc .toc-content {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e3e4e7;
}
#toc .toc-list {
  list-style: none;
  padding-left: 0;
  counter-reset: toc-counter;
}
#toc .toc-list li {
  margin: 0;
  counter-increment: toc-counter;
}
#toc .toc-list li + li {
  margin-top: 0.5em;
}
#toc .toc-list li ul,
#toc .toc-list li ol {
  list-style: none;
  padding-left: 2.1em;
  margin: 0.5em 0 0;
  counter-reset: none;
}
#toc .toc-list li ul li,
#toc .toc-list li ol li {
  counter-increment: none;
}
#toc .toc-list li ul a::before,
#toc .toc-list li ol a::before {
  display: none;
}
#toc .toc-list > li > a {
  display: flex;
  align-items: baseline;
  gap: 0.7em;
  color: #141414;
  text-decoration: none;
  line-height: 1.5;
}
#toc .toc-list > li > a::before {
  content: counter(toc-counter);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background-color: #f6f7f8;
  color: #00bbdd;
  font-size: 0.8em;
  font-weight: bold;
}
#toc .toc-list > li > a:hover {
  color: #00bbdd;
  text-decoration: none;
}
#toc .toc-list > li > a:hover::before {
  background-color: #00bbdd;
  color: #fff;
}
#toc .toc-list a {
  text-decoration: none;
}

/* ==========================================================================
   トップページ(front-page.php)専用スタイル
   ========================================================================== */
.c-top-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3.2em 0;
  margin-bottom: 1em;
  background-color: #333333;
  color: #fff;
}
.c-top-hero .wrap {
  padding: 0 1.6em;
}
.c-top-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.6em;
  align-items: center;
}
.c-top-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #00bbdd;
  margin-bottom: 1em;
}
.c-top-hero__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.7em;
  color: #fff;
}
.c-top-hero__title em {
  font-style: normal;
  color: #00bbdd;
}
.c-top-hero__lead {
  font-size: 1.3rem;
  color: #bbbbbb;
  max-width: 28em;
  margin-bottom: 1.5em;
}
.c-top-hero__actions {
  display: flex;
  gap: 0.8em;
  flex-wrap: wrap;
}
.c-top-hero__actions .c-button--dark {
  background-color: #00bbdd;
  color: #fff;
}
.c-top-hero__actions .c-button--dark:hover {
  opacity: 0.85;
  color: #fff;
}
.c-top-hero__actions .c-button--ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.c-top-hero__actions .c-button--ghost:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #00bbdd;
  color: #00bbdd;
}
.c-top-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-top-hero__stage {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #f6f7f8 75%);
  border: 1px solid rgba(0, 187, 221, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 46px -18px rgba(0, 0, 0, 0.5);
}
.c-top-hero__stage-image {
  width: 160px;
  height: auto;
}
.c-top-hero__tag {
  position: absolute;
  background: #333333;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.45em 0.85em;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.c-top-hero__tag .c-paw {
  color: #00bbdd;
  font-size: 1.1rem;
}
.c-top-hero__tag--1 {
  top: 2%;
  left: -10%;
}
.c-top-hero__tag--3 {
  top: 6%;
  right: -10%;
}
.c-top-hero__tag--2 {
  bottom: 0%;
  left: 6%;
}
.c-top-hero__tag--4 {
  bottom: 6%;
  right: -12%;
}

.c-top-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.6em;
  flex-wrap: wrap;
  gap: 0.8em;
}

.c-top-section-title {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4em;
  color: #141414;
}
.c-top-section-title .c-paw {
  color: #00bbdd;
  font-size: 1.4rem;
}

.c-top-section-sub {
  font-size: 1.05rem;
  color: #5b5f66;
}

.c-top-band {
  background: #f6f7f8;
  border-top: 1px solid #e3e4e7;
  border-bottom: 1px solid #e3e4e7;
  padding: 2.8em 0;
}

.c-top-categories {
  padding: 0 0 3em;
}
.c-top-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
.c-top-categories__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: #ffffff;
  border: 1px solid #e3e4e7;
  border-radius: 999px;
  padding: 0.6em 1.2em;
  font-size: 0.95rem;
  font-weight: bold;
  color: #141414;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.c-top-categories__pill:hover {
  border-color: #00bbdd;
  color: #00bbdd;
}
.c-top-categories__pill .c-paw {
  color: #00bbdd;
  font-size: 1.1rem;
}

.c-top-article {
  padding: 3em 0;
}
.c-top-article__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
}
.c-top-article__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e4e7;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.c-top-article__card:hover {
  color: inherit;
  border-color: #00bbdd;
  box-shadow: 0 14px 24px -18px rgba(20, 20, 20, 0.16);
}
.c-top-article__thumb {
  height: 120px;
  background: linear-gradient(135deg, #f6f7f8, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-top-article__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-top-article__thumb .c-paw {
  font-size: 3.4rem;
  color: #e3e4e7;
}
.c-top-article__body {
  padding: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  flex: 1;
}
.c-top-article__cat {
  font-size: 0.85rem;
  font-weight: bold;
  color: #00bbdd;
  letter-spacing: 0.06em;
}
.c-top-article__title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #141414;
}
.c-top-article__excerpt {
  font-size: 0.95rem;
  color: #5b5f66;
  flex: 1;
}
.c-top-article__meta {
  font-size: 0.85rem;
  color: #8a8f98;
  display: flex;
  gap: 0.7em;
  margin-top: 0.3em;
}
.c-top-article__empty {
  font-size: 1rem;
  color: #5b5f66;
}

.c-top-about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2.4em;
  align-items: center;
}
.c-top-about__portrait {
  background: radial-gradient(circle at 35% 30%, #fff, #f6f7f8 75%);
  border-radius: 18px;
  padding: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-top-about__portrait img {
  width: 120px;
}
.c-top-about__title {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.6em;
  color: #141414;
}
.c-top-about__text {
  font-size: 1rem;
  color: #5b5f66;
  margin-bottom: 0.7em;
}
.c-top-about .c-button--ghost {
  border-color: #141414;
  color: #141414;
}
.c-top-about .c-button--ghost:hover {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
}

.c-top-cta {
  background: #121212;
  color: #fff;
  border-radius: 20px;
  padding: 2.2em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6em;
  flex-wrap: wrap;
}
.c-top-cta__title {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", "YuGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #fff;
}
.c-top-cta__text {
  font-size: 0.95rem;
  color: #bbbbbb;
}
.c-top-cta .c-paw {
  color: #00bbdd;
}
.c-top-cta .c-button {
  background-color: #00bbdd;
}
.c-top-cta .c-button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 880px) {
  .c-top-hero__inner,
.c-top-about {
    grid-template-columns: 1fr;
  }

  .c-top-article__grid {
    grid-template-columns: 1fr;
  }

  .c-top-hero {
    padding: 2em 0;
  }

  .c-top-hero .wrap {
    padding: 0 1.2em;
  }

  .c-top-hero__title {
    font-size: 2rem;
  }

  .c-top-hero__tag {
    display: none;
  }
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
