@charset "UTF-8";
.fs-c-heading.fs-c-heading--page {
  display: none;
}

.fs-c-productList {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .fs-body-category-f020500-t #wrapper > .flex,
  .fs-body-category-f020500 #wrapper > .flex {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fs-body-category-f020500-t .writer-top-inner,
  .fs-body-category-f020500 .writer-top-inner {
    width: var(--INNER_WIDTH);
    margin-left: auto;
    margin-right: auto;
  }
}
.groupsortarea {
  display: none;
}
.fs-body-category-f020500 .groupsortarea {
  display: block;
}

.writer-page.top {
  max-width: 840px;
  margin: 0 auto;
  background-size: 840px;
  padding: 40px 40px 1px;
}
@media screen and (max-width: 767px) {
  .writer-page.top {
    padding: 30px 5% 1px;
  }
}

.top-section {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top-section {
    margin-bottom: 100px;
  }
}
.top-section h2 {
  margin-bottom: 50px;
}
.top-section .term {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-section .term {
    width: 100%;
  }
}
.top-section .term .item {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-section .term .item {
    font-size: 16px;
  }
}
.top-section .term .item::after {
  display: block;
  width: 100%;
  content: "";
  margin-top: 5px;
  background-size: 500px auto;
  background-repeat: repeat-x;
  height: 10px;
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/nekobiyori/2025/tensen_1.png);
}
@media screen and (max-width: 767px) {
  .top-section .term .item::after {
    background-size: 375px auto;
  }
}

/* -------top------- */
.writer-page.top {
  padding: 0 0 1px;
}

.writer-slider {
  margin-bottom: 40px;
}
.writer-slider li {
  background-color: #fff;
}

.top-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-section {
    margin-bottom: 50px;
  }
}
.top-section h1 {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
}
.top-section h2 {
  font-size: 13px;
  text-align: center;
}

.neco_illust {
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .neco_illust {
    width: 80%;
  }
}
.neco_illust .neco_illust_ugoki {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.neco_illust .neco_illust_neko {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@keyframes wiggle15 {
  0% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
img.wiggle {
  display: inline-block; /* transformを安定させる */
  transform-origin: 50% 50%; /* 回転の中心（必要なら変える） */
  animation: wiggle15 1s ease-in-out infinite;
  will-change: transform; /* 任意：軽量化 */
}

.categorylist .wrap {
  position: relative;
}
.categorylist .categorylist_ttl {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .categorylist .categorylist_ttl {
    width: 60%;
    margin-bottom: 20px;
  }
}
.categorylist .categorylist_ttl .sub {
  font-size: 14px;
}
.categorylist .categorylist_writers {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categorylist .categorylist_writers .categorylist_writer {
  width: 25%;
}
.categorylist .categorylist_writers .categorylist_writer:first-of-type, .categorylist .categorylist_writers .categorylist_writer:nth-of-type(4) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .categorylist .categorylist_writers .categorylist_writer:first-of-type, .categorylist .categorylist_writers .categorylist_writer:nth-of-type(4) {
    margin-top: 40px;
  }
}
.categorylist .categorylist_writers .categorylist_writer:nth-of-type(6), .categorylist .categorylist_writers .categorylist_writer:nth-of-type(7) {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .categorylist .categorylist_writers .categorylist_writer:nth-of-type(6), .categorylist .categorylist_writers .categorylist_writer:nth-of-type(7) {
    margin-top: -20px;
  }
}
.categorylist .categorylist_writers .categorylist_writer:nth-of-type(9), .categorylist .categorylist_writers .categorylist_writer:nth-of-type(10) {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .categorylist .categorylist_writers .categorylist_writer:nth-of-type(9), .categorylist .categorylist_writers .categorylist_writer:nth-of-type(10) {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .categorylist .categorylist_writers {
    margin-bottom: 20px;
  }
}
.categorylist .categorylist_items {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .categorylist .categorylist_items {
    gap: 20px;
  }
}

.writers {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .writers {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 30px;
  }
}
.writers .writer .typelist {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.writers .writer .typelist .soldout {
  color: #ff0000;
  margin: 4px 0;
  font-size: 13px;
  font-weight: bold;
}
.writers .writer .typelist .typeitem {
  text-align: center;
  padding: 3px 10px;
  font-size: 13px;
}
.writers .writer .typelist .nekomitif .count_item {
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/nekobiyori/2025/blue.png);
  background-size: 22px 9px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .writers .writer .typelist .nekomitif .count_item {
    background-size: 26px 11px;
  }
}
.writers .writer .typelist .foodbowl .count_item {
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/nekobiyori/2025/pink.png);
  background-size: 22px 9px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .writers .writer .typelist .foodbowl .count_item {
    background-size: 26px 11px;
  }
}

.others .others_ttl {
  text-align: center;
}
.others .others_ttl .image {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .others .others_ttl .image {
    width: 60%;
    margin-bottom: 30px;
  }
}
.others .baners .item {
  margin-bottom: 30px;
}

/* ---------------------------------

作家ページ
---------------------------------- */
.writer-content .intro {
  margin-bottom: 50px;
}
.writer-content .info {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .writer-content .info {
    margin-bottom: 70px;
  }
}
.writer-content .info .info_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .writer-content .info .info_ttl {
    width: 280px;
  }
}
.writer-content .info .info_ttl .fukidasi {
  width: 35%;
  display: block;
}
.writer-content .info .info_ttl::after {
  content: "";
  display: block;
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/2026/nekobiyori/writers/line_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 972/52;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .writer-content .info .info_ttl::after {
    width: 280px;
  }
}
.writer-content .info .text {
  margin-bottom: 20px;
}
.writer-content .info .ctm__slider .item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.writer-content .info .ctm__slider .slick-slide {
  padding: 0 20px; /* ✅ スライド間に左右10pxの余白（お好みで調整） */
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .writer-content .info .ctm__slider .slick-slide {
    padding: 0 10px;
  }
}
.writer-content .info .ctm__slider .slick-list {
  margin: 0 -20px; /* ✅ 上のpaddingとセットで、見た目を整える */
}
@media screen and (max-width: 767px) {
  .writer-content .info .ctm__slider .slick-list {
    margin: 0 -10px;
  }
}
.writer-content .subimage {
  margin-bottom: 50px;
}
.writer-content .subimage .image {
  margin-bottom: 30px;
}
.writer-content .subimage .image:last-child {
  margin-bottom: 0;
}
.writer-content .list_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.writer-content .list_ttl img {
  width: auto;
  height: 80px;
}

.intro-title {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 30px;
}
.intro-title .jp {
  font-size: 3rem;
  display: block;
}
.intro-title .jp::after {
  content: "";
  display: block;
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/2026/nekobiyori/writers/line_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  aspect-ratio: 433/74;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.intro-title .en {
  font-size: 15px;
  display: block;
}

.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.cat-section {
  margin-bottom: 100px;
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/2026/nekobiyori/writers/hougan.png?t=260209);
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cat-section {
    background-size: 1430px;
  }
}
.cat-section::before {
  content: "";
  display: block;
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/2026/nekobiyori/writers/stema.png?t=260205);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 412/103;
  width: 220px;
  top: -30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cat-section::before {
    width: 120px;
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .cat-section {
    margin-bottom: 50px;
  }
}
.cat-section .wrap {
  width: 100%;
  padding: 20px 50px 50px;
}
@media screen and (max-width: 767px) {
  .cat-section .wrap {
    background-repeat: repeat-y;
    padding: 10px 20px 20px;
  }
}
.cat-section .section-title {
  text-align: center;
}
.cat-section .section-title img {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cat-section .section-title img {
    height: 50px;
  }
}
.cat-section .ttl_2 {
  text-align: left;
}
.cat-section .ttl_2 img {
  width: auto;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .cat-section .ttl_2 img {
    height: 30px;
  }
}
.cat-section .cat-img img {
  border-radius: 15px;
}

.profile-box {
  display: grid;
  gap: 20px;
}
.profile-box h4 {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  line-height: 1em;
  margin-bottom: 10px;
}
.profile-box h4::before {
  content: "";
  background-image: url(https://tachi1752.itembox.design/item/cat/cat_f/2026/nekobiyori/writers/niku_.png?t=260205);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  display: block;
  margin-right: 10px;
  margin-left: 7px;
}
.profile-box p {
  border-bottom: 1px solid #808080;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.profile-box .profile-box_item p:first-of-type {
  border-top: 1px solid #808080;
}

.episode-text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cat-flex {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .cat-img {
    width: 50%;
    margin-right: 40px;
  }
  .profile-area {
    flex: 1;
  }
  .profile-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cat-section h3 {
    font-size: 19px;
    margin-top: 20px;
  }
  .cat-flex {
    margin-top: 20px;
  }
  .cat-img {
    margin-bottom: 20px;
  }
  .profile-box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.gallery-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .gallery-section {
    margin-bottom: 50px;
  }
}
.gallery-section .section-title {
  text-align: center;
}
.gallery-section .section-title img {
  width: auto;
  height: 80px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.writer-content2 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .writer-content2 {
    margin-bottom: 70px;
  }
}

.history-title {
  border-bottom: 1px solid #ccc;
  font-size: 120%;
}

.history-list {
  margin-top: 10px;
}
.history-list li {
  display: flex;
}
.history-list .year {
  flex-shrink: 0;
  margin-right: 20px;
}

/* ---------------------

25-03-12 終了化

----------------------- *//*# sourceMappingURL=nekobiyori2026.css.map */