@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=M+PLUS+2:wght@100..900&family=M+PLUS+Rounded+1c:wght@400;700;900&family=Mochiy+Pop+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/* color */
/* font */
body {
  font-size: 62.5%; /* 16px × 62.5% = 10px に固定 */
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
}

.color-or {
  color: #ff6000;
}

.color-ye {
  color: #ffcb00;
}

.color-bl {
  color: #008eff;
}

.color-pu {
  color: #9c27b0;
}

.color-gn {
  color: #4caf50;
}

/* font */
.font-pop {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-cherry {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.font-mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font-mplus2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-num {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* icons */
.fa-hand-peace {
  color: #ff9000 !important;
}

.fa-puzzle-piece {
  color: #8cd028 !important;
}

.fa-house-chimney {
  color: #aa9f74 !important;
}

.fa-youtube {
  color: #f00;
}

.fa-calendar-days {
  color: #7d91ff !important;
}

.fa-folder {
  color: #e3b500 !important;
}

.fa-tag {
  color: #76bcc3 !important;
}

.fa-fire {
  color: #ff6000 !important;
}

.fa-bolt {
  color: #ffcb00 !important;
}

.fa-droplet {
  color: #008eff !important;
}

.fa-music {
  color: #9c27b0 !important;
}

.fa-wind {
  color: #4caf50 !important;
}

/* base */
a {
  line-height: 1;
  color: #333;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

/* header */
header {
  padding-bottom: 0.5rem;
  border-bottom: solid 10px;
  border-image-slice: 1;
  border-image-source: repeating-linear-gradient(to right, #ff6000 0px 30px, #ffcb00 30px 60px, #008eff 60px 90px, #9c27b0 90px 120px, #4caf50 120px 150px);
}
@media (min-width: 576px) {
  header {
    padding-bottom: 0;
    border-bottom: solid 15px;
    border-image-source: repeating-linear-gradient(to right, #ff6000 0px 100px, #ffcb00 100px 200px, #008eff 200px 300px, #9c27b0 300px 400px, #4caf50 400px 500px);
  }
}
header .row {
  align-items: center;
}
header h1.title {
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1;
}
header h1.title .font-cherry {
  font-size: 3.5rem;
  vertical-align: text-bottom;
  background: linear-gradient(125deg, #ff6000 0% 20%, #ffcb00 20% 40%, #008eff 40% 60%, #9c27b0 60% 80%, #4caf50 80% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
header h1.title i {
  margin-left: 0.3rem;
  vertical-align: bottom;
}
header h1.title .text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  align-items: end;
}
@media (max-width: 575.98px) {
  header h1.title {
    padding-bottom: 0.5rem;
  }
  header h1.title a {
    justify-content: space-between;
  }
  header h1.title .font-cherry {
    font-size: 2.2rem;
  }
  header h1.title i {
    font-size: 80%;
  }
  header h1.title .text {
    flex: 1 1 0;
    font-size: 1rem;
    text-align: right;
  }
}
header .about {
  font-size: 0.8rem;
}
@media (max-width: 575.98px) {
  header .about {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
header .navbar-nav {
  font-weight: 900;
  margin-top: 0.5rem;
  gap: 0.5rem 1rem;
}
header .nav-link {
  display: block;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
}

/* フッター */
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer a.nav-link {
  font-size: 0.8rem;
  color: #333;
}
@media (max-width: 575.98px) {
  footer a.nav-link {
    font-size: 0.6rem;
  }
}

html {
  scroll-behavior: smooth;
}

.back-to-top {
  position: fixed;
  box-sizing: content-box;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #555;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 3px solid #ccc;
  z-index: 999;
}
@media (max-width: 575.98px) {
  .back-to-top {
    right: 10px;
    bottom: 80px;
  }
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

/* メイン */
main {
  padding-top: 2rem;
  background-color: #f0f2eb;
}
@media (max-width: 575.98px) {
  main {
    padding: 0;
  }
}

section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
section .font-mplus {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) {
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section .font-mplus {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}

/* 動画カード */
.card-item .card-inner {
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.card-item .card-head {
  padding: 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .card-item .card-head {
    padding: 0.3rem;
    font-size: 0.7rem;
  }
}
.card-item .card-date {
  font-weight: 700;
}
.card-item .card-link {
  position: relative;
  border-top: solid 4px;
  border-bottom: solid 4px;
  border-image-slice: 1;
  border-image-source: repeating-linear-gradient(to right, #ff6000 0px 20px, #ffcb00 20px 40px, #008eff 40px 60px, #9c27b0 60px 80px, #4caf50 80px 100px);
}
.card-item .card-link a:hover .card-thumb img {
  transform: scale(1.05);
}
.card-item .card-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.card-item .card-thumb::after {
  content: "YouTubeでみる";
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  padding: 0.2rem;
  font-size: 0.7rem;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  cursor: pointer;
}
.card-item .card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
.card-item .card-cat {
  padding: 0.7rem 0.5rem 0.3rem;
  font-size: 0.8rem;
  line-height: 1;
}
.card-item .card-cat a {
  color: #d5b127;
}
@media (max-width: 575.98px) {
  .card-item .card-cat {
    padding: 0.5rem 0.3rem 0.2rem;
    font-size: 0.6rem;
  }
}
.card-item .card-title {
  font-size: 0.9rem;
  padding: 0.3rem 0.3rem 0.8rem;
  flex: 1 1 0;
  color: #333;
  word-break: break-all;
}
@media (max-width: 575.98px) {
  .card-item .card-title {
    font-size: 0.8rem;
  }
}
.card-item .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  font-size: 0.8rem;
  padding: 0 0.5rem 0.8rem;
}
.card-item .card-tags a {
  color: #666;
  font-weight: 800;
}
.card-item .card-tags a span {
  color: #333;
}
.card-item .card-tags a.cat-kazu {
  color: #ff6000;
}
.card-item .card-tags a.cat-kota {
  color: #ffcb00;
}
.card-item .card-tags a.cat-kacho {
  color: #008eff;
}
.card-item .card-tags a.cat-nao {
  color: #9c27b0;
}
.card-item .card-tags a.cat-kope {
  color: #4caf50;
}

/* category & tag */
.category-item, .tag-item {
  display: flex;
  padding: 0.7rem 1rem;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 3px solid #ddd;
  font-size: 1rem;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.category-item i, .tag-item i {
  font-size: 1.2rem;
  margin-right: 0.4rem;
  text-align: center;
  color: #999;
}
@media (min-width: 576px) {
  .category-item i, .tag-item i {
    margin-right: 0.6rem;
  }
}
.category-item:hover, .tag-item:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
  .category-item, .tag-item {
    padding: 0.5rem 0.3rem;
    font-size: 0.8rem;
  }
}

.tag-wrap {
  gap: 0.5rem;
}

.tag-item {
  display: block;
  word-break: keep-all;
  font-size: 0.9rem;
}
.tag-item i {
  margin-right: 0;
  font-size: 0.7rem;
}

.child-category-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* monthly */
.m-label {
  font-size: 1rem;
  color: #444;
}

#archive-go {
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
#archive-go:hover {
  opacity: 1;
  background-color: #eee;
}

/* pagination */
.pagination {
  margin-top: 2rem;
  justify-content: center;
  font-size: 1rem;
}
.pagination .nav-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.3rem;
}
.page-numbers:hover {
  background-color: #eee;
}
@media (max-width: 575.98px) {
  .page-numbers {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.page-numbers.current {
  color: #fff;
  background-color: #aaa;
  pointer-events: none;
}

/* archive.php */
#archive h2 .ps-1 {
  font-weight: 400;
}

/* page.php */
.page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page h2 {
  margin-bottom: 3rem;
  font-size: 1.7rem;
}
@media (max-width: 575.98px) {
  .page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.page-content h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.page-content p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.7;
}
.page-content strong {
  color: #000;
  font-weight: 800;
}
.page-content a {
  font-weight: 800;
  color: #1DA1F2;
}
@media (max-width: 575.98px) {
  .page-content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .page-content p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */