@charset "UTF-8";
.hidden-pc-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .hidden-pc-inline {
    display: none !important;
  }
}

html {
  scroll-padding-top: 60px; /* ヘッダーの高さ */
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 107px; /* ヘッダーの高さ */
  }
}

.hidden-sp-inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hidden-sp-inline {
    display: inline !important;
  }
}

.hidden-pc {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

.hidden-sp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block !important;
  }
}

html {
  scroll-padding-top: 50px; /* ヘッダーの高さ */
}

body {
  min-width: 100%;
  color: #333333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  display: block;
  width: 100%;
}

.inner {
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 640px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1024px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}

.button-green {
  display: flex;
  padding: 4px 24px;
  border-radius: 30px;
  background: #405d22;
  gap: 10px;
  align-items: center;
  color: #fff;
}
.button-green a {
  color: #fff;
  letter-spacing: 0.8px;
}
.button-green img {
  width: 9.599px;
  height: 10.831px;
}
.button-green:hover {
  background: #ffcf1e;
}

.button-yellow {
  display: inline-flex;
  padding: 4px 16px;
  border-radius: 30px;
  background: #ffcf1e;
  gap: 10px;
  align-items: center;
}
.button-yellow a {
  color: #333333;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 14px;
}
.button-yellow img {
  width: 9.599px;
  height: 10.831px;
}
.button-yellow:hover {
  background: #ffcf1e;
}

.section {
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-block: 88px;
  }
}

.heading-center,
.heading-left,
.heading {
  text-align: center;
  color: #405d22;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .heading-center,
  .heading-left,
  .heading {
    gap: 8px;
  }
}

.heading-center {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}
.heading-center::before {
  position: absolute;
  content: "";
  background-image: url("../images/decoration-mimosa.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 79px;
  top: 0;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .heading-center::before {
    left: -60px;
  }
}

.heading-left {
  display: flex;
  text-align: left;
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}
.heading-left::before {
  position: absolute;
  content: "";
  background-image: url("../images/decoration-mimosa-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 150px;
  top: -60px;
  right: -5px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .heading-left::before {
    width: 180px;
    top: -40px;
    right: -50px;
  }
}

.heading__en {
  font-family: "Cormorant Garamond", serif, cursive;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 1.5px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
}

.heading__ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
  position: relative;
  letter-spacing: 0.7px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .heading__ja {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
  }
}

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 60px;
  background: #fcf6dc;
}
.pa-subpage .header {
  height: 50px;
}
.pa-subpage .header__nav {
  top: 50px;
  height: calc(100% - 50px);
}
@media screen and (min-width: 1024px) {
  .pa-subpage .header {
    height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 107px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-inline: 64px;
  }
}

.header__logo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 163px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 183px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo a {
    transition: opacity 0.3s;
  }
  .header__logo a :hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .header__open {
    display: none;
  }
}

.header__open {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.header__open:focus:not(:focus-visible) {
  outline: none;
}
.header__open:focus-visible {
  outline: 2px solid #405d22;
  outline-offset: 2px;
}

.drawer-icon {
  position: relative;
  z-index: 100;
  width: 24px;
  height: 17px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1), .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 7px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  transition: top 0.4s, transform 0.4s;
  background: #333333;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 15px;
}

.header__nav {
  position: fixed;
  top: 60px;
  right: 0;
  width: 80%;
  height: calc(100% - 60px);
  padding: 34px 50px;
  transition: transform 0.4s;
  transform: translateX(100%);
  text-align: right;
  background: #ffcf1e;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    transform: translateX(0);
    background: transparent;
  }
}
.header__nav.is-checked {
  transform: translateX(0);
}

.header__lists {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 40px;
}
.header__list:last-child {
  align-self: center;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .header__lists {
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
    gap: 5px;
  }
}

.header__list:nth-of-type(4) .header__link {
  border-right: none;
}

/* 豆知識ドロップダウン */
.header__list--has-submenu {
  position: relative;
}
.header__submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  right: -36px;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.header__submenu-toggle:hover,
.header__submenu-toggle:active {
  background: #405d22;
  color: #ffffff;
}
.header__submenu-toggle svg {
  transition: transform 0.3s;
}
.header__submenu-toggle.is-open svg {
  transform: rotate(180deg);
}
.header__submenu {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  padding-left: 16px;
  border-left: 2px solid #ffcf1e;
}
.header__submenu.is-open {
  display: flex;
}
.header__submenu a {
  color: #333333;
  font-size: 13px;
  white-space: nowrap;
  transition: color 0.3s;
}
.header__submenu a:hover {
  color: #405d22;
}
@media screen and (min-width: 1024px) {
  .header__submenu-toggle {
    display: none;
  }
  .header__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding: 8px 0;
    border-left: none;
    border-radius: 8px;
    background: #fcf6dc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    clip-path: inset(0px -20px -20px -20px);
    white-space: nowrap;
  }
  .header__submenu a {
    display: block;
    padding: 8px 20px;
  }
  .header__submenu a:hover {
    background: #ffcf1e;
  }
  .header__list--has-submenu:hover .header__submenu {
    display: flex;
  }
}

.header__link {
  color: #333333;
  font-size: 14px;
  padding-block: 9px;
}
@media screen and (min-width: 1024px) {
  .header__link {
    padding: 0 12px;
    transition: color 0.3s;
    color: #333333;
    border-right: 1px solid #d8d8d8;
    font-size: 16px;
  }
  .header__link:hover {
    color: #ffcf1e;
  }
}

.header__button {
  display: flex;
  align-items: center;
  padding: 12px 32px;
  border: #fff;
  border-radius: 30px;
  background: #405d22;
  font-size: 16px;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .header__list:last-child {
    align-self: center;
    margin-top: 0;
  }
  .header__button {
    margin-left: 8px;
    margin-right: -10px;
    font-size: 16px;
  }
}

.fv {
  position: relative;
}
.fv::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 50%;
  height: 80px;
  content: "";
  background: url("../images/fv_circle-sp.png") no-repeat;
  filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .fv::before {
    top: 180px;
    left: 0;
    width: 52%;
    height: 52%;
    background: url("../images/fv_circle-pc.png") no-repeat;
    filter: blur(40px);
  }
}

.fv__heading {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 55%;
}
@media screen and (min-width: 768px) {
  .fv__heading {
    top: 28%;
    left: 50px;
    width: 45%;
  }
}

.fv__heading-jp {
  color: #405d22;
  font-size: 14px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .fv__heading-jp {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__heading-jp {
    font-size: 34px;
  }
}

.fv__text {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 85%;
  padding: 4px 2px;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  opacity: 0.7;
  color: #1e1e1e;
  background: #fffdf8;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .fv__text {
    top: 52%;
    left: 50px;
    transform: translateX(0);
    -moz-text-align-last: left;
         text-align-last: left;
    background: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: 24px;
  }
}

.news {
  padding-block: 70px 70px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-block: 20px 35px;
  }
}

.news__inner {
  position: relative;
  padding-inline: 50px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .news__inner {
    display: flex;
    width: 100%;
    padding-inline: 30px;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner {
    padding-inline: 64px;
  }
}

@media screen and (min-width: 768px) {
  .news__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

.news__heading {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%);
  color: #405d22;
}
@media screen and (min-width: 768px) {
  .news__heading {
    position: static;
    left: 0;
    transform: translateX(0);
  }
}

.news__heading__en {
  text-align: left;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .news__heading__en {
    letter-spacing: 2px;
    font-size: 40px;
  }
}

.news__heading__ja {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .news__heading__ja {
    font-size: 16px;
  }
}

.news-link {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .news-link {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
}

.news-link__date {
  letter-spacing: 0.7px;
  font-family: "Josefin Sans , serif", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news-link__date {
    font-size: 16px;
  }
}

.news-link__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.news-link__body::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: translateY(-50%);
  background: #d8d8d8;
}
@media screen and (min-width: 768px) {
  .news-link__body::before {
    width: 170%;
  }
}
.news-link__body img {
  width: 28px;
}

.news-link__title {
  position: relative;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.news__button {
  position: absolute;
  right: 20px;
  bottom: -50px;
}
@media screen and (min-width: 768px) {
  .news__button {
    right: 30px;
    bottom: -20px;
    height: 40px;
  }
  .news__button a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .news__button {
    right: 60px;
  }
}

/* LINEスタンプ販売バナー */
.line-sticker-banner {
  padding-block: 32px 40px;
  background: #fff;
}

.line-sticker-banner__link {
  display: block;
  max-width: 700px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(64, 93, 34, 0.12);
}

.line-sticker-banner__link[href] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.line-sticker-banner__link[href]:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(64, 93, 34, 0.2);
}

.line-sticker-banner__link img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .line-sticker-banner {
    padding-block: 48px 64px;
  }

  .line-sticker-banner__link {
    border-radius: 22px;
  }
}

.kitten-block {
  background: #fcf6dc;
}
.kitten {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fcf6dc;
}
@media screen and (min-width: 768px) {
  .kitten::before, .kitten::after {
    position: absolute;
    z-index: 2;
    display: block;
    width: 276px;
    height: 276px;
    content: "";
    transform: scaleX(-1);
    background: url("../images/decoration-paw-yellow.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kitten::before, .kitten::after {
    width: 320px;
    height: 320px;
  }
}
.kitten::before {
  top: -25px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .kitten::before {
    top: 0;
    left: 65%;
  }
}
.kitten::after {
  top: 700px;
  right: 70%;
}

.kitten__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kitten__container::before {
    position: absolute;
    z-index: 2;
    top: 75%;
    left: 70%;
    display: block;
    width: 300px;
    height: 300px;
    content: "";
    background: url("../images/decoration-paw-yellow.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .kitten__container::before {
    top: 2500px;
    width: 320px;
    height: 320px;
  }
}
.kitten__container::after {
  filter: blur(49.5499992371px);
}
@media screen and (min-width: 1024px) {
  .kitten__container::after {
    position: absolute;
    z-index: 100;
    top: 1900px;
    top: 1980px;
    right: 80%;
    display: block;
    width: 276px;
    width: 340px;
    height: 276px;
    height: 340px;
    content: "";
    border-radius: 276px;
    background: rgba(255, 227, 123, 0.65);
  }
}

.kitten__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
  background: #fcf6dc;
}
.kitten__inner::before, .kitten__inner::after {
  position: absolute;
  display: block;
  width: 276px;
  height: 276px;
  content: "";
  transform: scaleX(-1);
  border-radius: 276px;
  background: rgba(255, 227, 123, 0.65);
  filter: blur(49.5499992371px);
}
@media screen and (min-width: 1024px) {
  .kitten__inner::before, .kitten__inner::after {
    width: 390px;
    height: 380px;
  }
}
.kitten__inner::before {
  top: 0;
}
@media screen and (min-width: 1024px) {
  .kitten__inner::before {
    right: 85%;
  }
}
.kitten__inner::after {
  top: 1050px;
  left: 70%;
}

.kitten__cards {
  z-index: 0;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 70px 0;
}
@media screen and (min-width: 768px) {
  .kitten__cards {
    gap: 90px;
  }
}

.kitten-card, .kitten-card2 {
  position: relative;
  margin-bottom: 125px;
}
@media screen and (min-width: 768px) {
  .kitten-card, .kitten-card2 {
    margin-bottom: 135px;
  }
}
.kitten-card__availability {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  background: var(--main, #ffcf1e);
  font-size: 14px;
  font-weight: 600;
  margin-inline: auto;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .kitten-card__availability {
    width: 40%;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 18px;
  }
}

.kitten-card__contents {
  display: flex;
}
@media screen and (min-width: 768px) {
  .kitten-card__contents {
    flex-direction: row;
  }
}

.kitten-card__contents2 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .kitten-card__contents2 {
    flex-direction: row-reverse;
  }
}

.kitten-card__img, .kitten-card__img2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .kitten-card__img, .kitten-card__img2 {
    width: 75%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.kitten-card__img {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.kitten-card__img2 {
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.kitten-card__body, .kitten-card__body2 {
  position: absolute;
  z-index: 2;
  bottom: -110px;
  left: 50%;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  text-align: left;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .kitten-card__body, .kitten-card__body2 {
    bottom: -120px;
    width: 50%;
    transform: translateX(0);
  }
}
.kitten-card__body table, .kitten-card__body2 table {
  border-spacing: 12px;
  border-collapse: separate;
}
@media screen and (min-width: 768px) {
  .kitten-card__body table, .kitten-card__body2 table {
    border-spacing: 20px;
  }
}
.kitten-card__body table tr, .kitten-card__body2 table tr {
  padding-block: 10px;
}
.kitten-card__body table td, .kitten-card__body2 table td {
  white-space: normal;
  word-break: break-word;
}
.kitten-card__body table th, .kitten-card__body2 table th {
  padding-left: 3px;
  vertical-align: middle;
  border-left: 5px solid #ffcf1e;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .kitten-card__body table th, .kitten-card__body2 table th {
    font-size: 16px;
  }
}
.kitten-card__body table td, .kitten-card__body2 table td {
  vertical-align: middle;
  letter-spacing: 0.6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .kitten-card__body table td, .kitten-card__body2 table td {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .kitten-card__body {
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .kitten-card__body2 {
    right: auto;
    left: 0;
  }
}

.kitten-card__name-title {
  border-left: none !important;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .kitten-card__name-title {
    font-size: 16px;
  }
}

.kitten-card__name {
  font-size: 16px !important;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .kitten-card__name {
    font-size: 20px !important;
  }
}

.kitten__card-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .kitten__card-button {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .kitten__card-button {
    width: 110px;
  }
}

.modal-block {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: none;
  overflow: auto;
  padding-block: 40px;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-block .img-section {
  position: relative;
  margin: auto;
  width: 90vw;
  height: 70vh;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}
.modal-block .img-section .modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 50%;
  background: #ffcf1e;
}
.modal-block .img-section .modal-close::before, .modal-block .img-section .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  content: "";
  border-radius: 2.5px; /* 棒の四隅の丸み*/
  background: #333;
}
.modal-block .img-section .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-block .img-section .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-block .img-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-block .caption {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #fff;
  font-size: 20px;
}

.papa-mama {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--gradation, linear-gradient(180deg, #fff 25.5%, #f6f9f4 25.51%));
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .papa-mama {
    background: var(--gradation, linear-gradient(180deg, #fff 48%, #f6f9f4 48%));
  }
}
@media screen and (min-width: 1024px) {
  .papa-mama {
    background: var(--gradation, linear-gradient(180deg, #fff 38%, #f6f9f4 38%));
  }
}
@media screen and (min-width: 1024px) {
  .papa-mama::before {
    position: absolute;
    z-index: 2;
    right: 68%;
    bottom: 150px;
    display: block;
    width: 300px;
    height: 300px;
    content: "";
    background: url("../images/decoration-paw-green.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .papa-mama__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .papa-mama__inner {
    display: flex;
    justify-content: center;
    padding-inline: 30px;
    gap: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .papa-mama__heading {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .papa-mama__heading__en {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) {
  .papa-mama__heading__ja {
    font-size: 18px;
  }
}

.papa-mama__cards {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  margin-top: 28px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .papa-mama__cards {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .papa-mama__cards {
    gap: 22px;
  }
}

@media screen and (min-width: 768px) {
  .papa-mama-card {
    width: calc(50% - 41px);
  }
}
@media screen and (min-width: 1024px) {
  .papa-mama-card {
    width: calc(50% - 12px);
  }
}

.papa-mama-card__img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.papa-mama-card__heading {
  margin-top: 4px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .papa-mama-card__heading {
    margin-top: 8px;
    font-size: 18px;
  }
}

.papa-mama-card__contents {
  padding: 12px;
}

.papa-mama-card__table {
  border-spacing: 15px;
  border-collapse: separate;
}
.papa-mama-card__table tr {
  white-space: nowrap;
  padding-block: 10px;
}
.papa-mama-card__table th {
  padding-left: 3px;
  vertical-align: middle;
  border-left: 5px solid #405d22;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .papa-mama-card__table th {
    font-size: 18px;
  }
}
.papa-mama-card__table td {
  vertical-align: middle;
  letter-spacing: 0.6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .papa-mama-card__table td {
    font-size: 16px;
  }
}

.papa-mama-card__name-title {
  border-left: none !important;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .papa-mama-card__name-title {
    font-size: 18px;
  }
}

.papa-mama-card__name {
  font-size: 16px !important;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .papa-mama-card__name {
    font-size: 20px !important;
  }
}

.papa-mama-card__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 12px;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .papa-mama-card__text {
    font-size: 18px;
  }
}
.papa-mama-card__text::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: "";
  opacity: 0.4;
  background: #ffcf1e;
}

.process__cards {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 60px;
}

.process-card {
  position: relative;
  width: 100%;
  padding: 28px 20px 28px 18px;
  border-radius: 10px;
  background: #fcf6dc;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .process-card {
    max-width: 730px;
    padding: 28px 70px;
  }
}
.process-card::before {
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: 50%;
  width: 70px;
  height: 47px;
  content: "";
  transform: translateX(-50%);
  background: url(../images/process_arrow.svg) no-repeat;
}
.process-card:not(:nth-of-type(3))::before {
  background: url(../images/process_arrow.svg) no-repeat;
}
.process-card:nth-of-type(3)::before {
  display: none;
}

.process-card__heading {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .process-card__heading {
    font-size: 20px;
  }
}
.process-card__heading h3 {
  font-size: 18px;
  font-weight: 600;
}
.process-card__heading img {
  width: 25px;
  height: 25px;
}

.process-card__content {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .process-card__content {
    margin-top: 12px;
    gap: 28px;
  }
}

@media screen and (min-width: 768px) {
  .process-card__left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -18px;
    gap: 6px;
  }
}

.process-card__number {
  position: absolute;
  top: -38px;
  left: 0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .process-card__number {
    position: static;
    font-size: 29px;
  }
}
.process-card__number span {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .process-card__number span {
    font-size: 40px;
  }
}

.process-card__icon {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .process-card__icon {
    width: 80px;
  }
}

.process-card__text {
  max-width: 370px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 24px;
}

.process-card__arrow {
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
}

.promise__inner {
  max-width: 550px;
  margin-inline: auto;
}

.promise__heading {
  padding-top: 40px;
  text-align: center;
  color: #405d22;
  font-size: 24px;
  font-weight: 700;
}

.promise__contents {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 28px;
}

.promise-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.promise-content__number {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 5px solid #405d22;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .promise-content__number {
    width: 80px;
    height: 80px;
  }
}

.promise-content__title {
  position: absolute;
  top: -16px;
  left: 50%;
  width: 48px;
  height: 23px;
  transform: translateX(-50%);
  color: #405d22;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .promise-content__title {
    width: 63px;
    height: 30px;
    font-size: 20px;
  }
}

.promise-content__num {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #405d22;
  font-family: "josefin sans";
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .promise-content__num {
    font-size: 36px;
  }
}

.promise-content__text {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .promise-content__text {
    font-size: 16px;
    line-height: 29px;
  }
}

.contact {
  background: url(../images/contact-bg.png) no-repeat bottom center/cover;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .contact {
    background: url(../images/contact-bg-pc.png) no-repeat center center/cover;
    padding-bottom: 56px;
  }
}

.contact__contents {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  text-align: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .contact__contents {
    margin-top: 10px;
    gap: 36px;
  }
}

.contact__logo {
  width: 129px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__logo {
    width: 255px;
  }
}

.contact__text {
  text-align: center;
  font-weight: 500;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__text {
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 25px;
  }
}

.contact__button {
  margin-top: 0;
  margin-inline: auto;
}
.contact__button .detail-button {
  margin-top: 0;
}

.message {
  padding-top: 100px;
  background: #f6f9f4;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 80px;
  }
}

.message__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .message-heading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .message-heading {
    top: 40px;
    left: 30px;
    transform: translateX(0);
  }
}

.message__contents {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .message__contents {
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 150px;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .message__contents {
    align-items: flex-end;
    padding-top: 50px;
    gap: 40px;
  }
}

.message__img {
  overflow: hidden;
  width: 85%;
  border-radius: 10px;
  box-shadow: 7px 7px 4px 0 rgba(0, 0, 0, 0.25);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .message__img {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .message__img {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .message__text {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .message__text {
    padding: 0;
  }
}

.about {
  background: #f6f9f4;
}

.about__inner {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .about__contents {
    padding-top: 100px;
  }
}

.about .page-intro__body,
.process .page-intro__body {
  max-width: 640px;
  margin: 24px auto 40px;
  line-height: 1.9;
  text-align: left;
}
.kitten .page-intro__body {
  margin: 24px 0 40px;
  line-height: 1.9;
  text-align: left;
}
.about__cattery {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about__cattery {
    margin-top: 30px;
    line-height: 29px;
  }
}

.about__logo {
  width: 90px;
  margin-top: 5px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about__logo {
    width: 120px;
    margin-top: -4px;
  }
}

.about__rules {
  margin-top: -20px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .about__rules {
    margin-top: -60px;
    font-weight: 500;
    line-height: 29.1px;
  }
}

.swiper {
  margin-top: 60px;
  padding: 0;
}

.trivia {
  padding-top: 80px;
  background: #fcf6dc;
}

.trivia__inner {
  position: relative;
}

.trivia-heading {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .trivia-heading {
    position: absolute;
    top: -10px;
    left: 30px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .trivia__heading__en {
    letter-spacing: 1.3px;
    font-size: 45px;
    line-height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .trivia__heading__ja {
    font-size: 18px;
  }
}

.trivia__contents {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .trivia__contents {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
    gap: 60px 40px;
  }
}

@media screen and (min-width: 768px) {
  .trivia__text {
    width: calc(50% - 20px);
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .trivia__text {
    width: calc(50% - 20px);
    font-size: 14px;
  }
}

.trivia-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .trivia-card {
    width: calc(50% - 20px);
    margin-top: 50px;
  }
}

.trivia-card__img {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.trivia-card__img img {
  aspect-ratio: 16/9;
  transition: transform 0.4s;
}
.trivia-card:hover .trivia-card__img img {
  transform: scale(1.08);
}

.trivia-card__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  padding: 5px 10px;
  text-align: justify;
  letter-spacing: 0.6px;
  color: #fff;
  border-radius: 5px;
  background: #405d22;
  font-weight: 500;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .trivia-card__heading {
    padding: 6px 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .trivia-card__heading {
    padding: 9px 15px;
    font-size: 16px;
  }
}

.trivia-card__button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border-radius: 30px;
  background: #ffcf1e;
  gap: 5px;
  transition: background 0.3s;
}
.trivia-card__button a {
  letter-spacing: 0.8px;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s;
}
.trivia-card__button img {
  width: 28px;
}
.trivia-card__button:hover {
  background: #405d22;
}
.trivia-card__button:hover a {
  color: #fff;
}

.footer {
  background: #fcf6dc;
  padding-block: 30px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-block: 40px 100px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}

.footer__logo {
  position: relative;
  width: 144px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 192px;
  }
}

.footer__sns {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__sns {
    bottom: -50px;
    left: 0;
  }
}

.footer__lists {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-inline: auto;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .footer__lists {
    flex-direction: row;
    width: 100%;
    max-width: 700px;
    justify-content: space-between;
  }
}

.footer__list {
  text-align: center;
}

.footer__sublist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .footer__sublist {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.footer__sublist a {
  color: #666666;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .footer__sublist a {
    padding: 0 12px;
  }
}
.footer__sublist a:hover {
  color: #405d22;
}

.footer__link {
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .footer__link {
    padding: 0 12px;
    transition: color 0.3s;
    color: #333333;
    border-right: 1px solid #d8d8d8;
    font-size: 14px;
  }
}

.footer__list:nth-of-type(4) .footer__link {
  border-right: none;
}

.footer__button {
  margin-top: 15px;
  white-space: nowrap;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__button {
    margin-top: 0;
  }
}

/* SPでは豆知識の5項目を見出し直下に置き、お問い合わせを最後にする */
@media screen and (max-width: 1023px) {
  .footer__nav {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    gap: 12px;
  }
  .footer__lists {
    display: contents;
  }
  .footer__list:nth-child(1) {
    order: 1;
  }
  .footer__list:nth-child(2) {
    order: 2;
  }
  .footer__list:nth-child(3) {
    order: 3;
  }
  .footer__list:nth-child(4) {
    order: 4;
  }
  .footer__sublist {
    order: 5;
    margin-top: 4px;
  }
  .footer__list:nth-child(5) {
    order: 6;
  }
  .footer__button {
    margin-top: 0;
  }
}

.footer__copyright {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 29px;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    position: absolute;
    right: 0;
    bottom: -50px;
    padding-right: 30px;
    font-size: 12px;
  }
}

.construction {
  text-align: center;
  color: #405d22;
  font-size: 20px;
  margin-block: 50px;
}
@media screen and (min-width: 768px) {
  .construction {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .js-backToTop {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    visibility: hidden;
    width: 160px;
    height: 237px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
  }
}

/* クラス付与時の指定 */
@media screen and (min-width: 768px) {
  .page-top_is-active {
    visibility: visible;
    opacity: 1;
  }
}

iframe {
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-inline: auto;
}

/* Contact Form 7 */
.contact-form {
  max-width: 600px;
  margin-inline: auto;
}
.contact-form .wpcf7-form p {
  margin-bottom: 24px;
}
.contact-form .wpcf7-form label {
  display: block;
  color: #405d22;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-form .wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d9d0b0;
  border-radius: 8px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.contact-form .wpcf7-form-control.wpcf7-radio,
.contact-form .wpcf7-form-control.wpcf7-checkbox,
.contact-form .wpcf7-form-control.wpcf7-acceptance {
  width: auto;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-list-item-label {
  margin-left: 6px;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  accent-color: #405d22;
  width: 18px;
  height: 18px;
}
.contact-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #405d22;
}
.contact-form textarea.wpcf7-form-control {
  min-height: 160px;
  resize: vertical;
}
.contact-form .wpcf7-submit {
  display: block;
  margin-inline: auto;
  padding: 14px 56px;
  border-radius: 30px;
  background: #405d22;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.contact-form .wpcf7-submit:hover {
  background: #ffcf1e;
  color: #333333;
}
.contact-form .wpcf7-spinner {
  margin-inline: auto;
  display: block;
}
.contact-form .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
}
.contact-form .wpcf7-response-output {
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
}

/* WordPress管理バー分、固定ヘッダーの位置をずらす（ログイン時のみ・訪問者には影響なし） */
body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

/* 固定ページ用ヒーロー */
.page-hero {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page-hero {
    height: 320px;
  }
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-inline: 20px;
}
.page-hero__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .page-hero__title {
    font-size: 36px;
  }
}
.page-hero__breadcrumb {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
}
.page-hero__breadcrumb a {
  color: #fff;
  display: flex;
  align-items: center;
}
.page-hero__breadcrumb-sep {
  opacity: 0.7;
}

/* TOPページの要約(ティザー)セクション */
.process-teaser__text,
.about-teaser__text {
  max-width: 640px;
  margin: 24px auto 0;
  text-align: center;
  line-height: 1.9;
}
.detail-button {
  justify-content: center;
  width: 380px;
  max-width: 100%;
  white-space: nowrap;
  margin: 40px auto 0;
  padding: 12px 20px;
  font-size: 16px;
}
@media screen and (max-width: 420px) {
  .detail-button {
    font-size: 13px;
    padding: 12px 14px;
  }
}
.kitten__text {
  margin: 16px 0 0;
  text-align: left;
  line-height: 1.9;
}
.kitten__more {
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 60px;
  background: #fcf6dc;
}

/* 仔猫一覧の末尾に重なっていた余白を調整 */
.kitten__inner {
  padding-bottom: 40px;
}
.kitten__cards > .kitten__card:last-child,
.kitten__cards > .kitten__entry:last-child > .kitten__card {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .kitten__inner {
    padding-bottom: 60px;
  }
  .kitten__cards > .kitten__card:last-child,
  .kitten__cards > .kitten__entry:last-child > .kitten__card {
    margin-bottom: 32px;
  }
}

/* 仔猫情報ページ：仔猫ごとの追加ギャラリー */
.kitten__entry {
  display: flex;
  flex-direction: column;
}
.kitten-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  max-width: 640px;
}
.kitten-gallery__item {
  display: block;
  width: calc(25% - 8px);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.kitten-gallery__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.kitten-gallery__item:hover img {
  opacity: 0.8;
}

/* 固定ページ(仔猫情報ページ)では肉球・ブロブ装飾を非表示にする。TOPページはそのまま */
body.pa-subpage .kitten::before,
body.pa-subpage .kitten::after,
body.pa-subpage .kitten__container::before,
body.pa-subpage .kitten__container::after,
body.pa-subpage .kitten__inner::before,
body.pa-subpage .kitten__inner::after {
  display: none;
}

/* お知らせ一覧 */
.news-list__items {
  max-width: 800px;
  margin-inline: auto;
}
.news-list__item {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding-block: 20px;
  border-bottom: 1px solid #e5ddc0;
  color: #333333;
  transition: opacity 0.3s;
}
.news-list__item:hover {
  opacity: 0.6;
}
.news-list__date {
  flex-shrink: 0;
  color: #405d22;
  font-family: "Cormorant Garamond", serif, cursive;
  font-size: 16px;
}
.news-list__title {
  font-size: 15px;
}
.news-list__empty {
  text-align: center;
  color: #666666;
}
.news-list .pagination,
.news-list .navigation {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.news-list .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #333333;
}
.news-list .page-numbers.current {
  background: #405d22;
  color: #fff;
}

/* お知らせ個別投稿ページ */
.single-post .page-intro__body {
  max-width: 640px;
  margin: 16px auto 40px;
  line-height: 1.9;
  text-align: left;
}
.single-post__date {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  color: #405d22;
  font-family: "Cormorant Garamond", serif, cursive;
  font-size: 18px;
}
.single-post__back {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  color: #405d22;
  font-size: 14px;
}

.page-intro__body blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #ffcf1e;
  background: #fcf6dc;
  color: #333333;
  font-style: italic;
}
.page-intro__body h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #405d22;
  font-size: 20px;
}
.page-intro__body h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  color: #405d22;
  font-size: 18px;
}
.page-intro__body table {
  width: 100%;
  margin-block: 16px;
  border-collapse: collapse;
}
.page-intro__body table th,
.page-intro__body table td {
  padding: 8px 12px;
  border: 1px solid #e5ddc0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}
.page-intro__body table th {
  background: #fcf6dc;
}
.page-intro__body ul {
  margin: 16px 0;
  padding-left: 16px;
  list-style: disc;
}
.page-intro__body li {
  margin-bottom: 8px;
}
.page-intro__body a {
  color: #405d22;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-intro__body a:hover {
  color: #ffcf1e;
}

/* タブレット以下ではMessage / Triviaの見出しを中央に揃え、ミモザを前面に表示 */
@media screen and (max-width: 1024px) {
  .message-heading,
  .trivia-heading {
    justify-content: center;
    text-align: center;
    isolation: isolate;
  }

  .message-heading::before,
  .trivia-heading::before {
    z-index: 0;
    top: 0;
    right: auto;
    left: -30px;
    width: 95px;
    height: 79px;
    background-image: url("../images/decoration-mimosa.png");
  }

  .message-heading .heading__en,
  .trivia-heading .heading__en {
    position: relative;
    z-index: 1;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .message-heading,
  .trivia-heading {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .trivia-heading {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    margin-inline: auto;
  }

  .message-heading::before,
  .trivia-heading::before {
    left: -60px;
  }
}

/* スマホではMessage / Trivia見出し上の余白をコンパクトにする */
@media screen and (max-width: 767px) {
  .message {
    padding-top: 48px;
  }

  .trivia {
    padding-top: 48px;
  }

  .trivia-heading {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
