@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.creatures-anchor-nav {
  margin-top: -4.375rem;
}
@media screen and (max-width: 767px) {
  .creatures-anchor-nav {
    margin-top: -3.5rem;
  }
}

.marine-creatures {
  background-color: #ffffff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.marine-creatures__inner {
  display: grid;
  row-gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .marine-creatures__inner {
    row-gap: 1.875rem;
  }
}

.marine-creatures__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #005bac;
  border-bottom: 1px solid #005bac;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .marine-creatures__title {
    font-size: 1.5625rem;
  }
}

.marine-creatures__title-description {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1.375rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .marine-creatures__title-description {
    font-size: 0.75rem;
    margin-left: initial;
    display: block;
  }
}

.marine-creatures__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .marine-creatures__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
  }
}

.marine-creatures__item-img {
  aspect-ratio: 276/222;
}
@media screen and (max-width: 767px) {
  .marine-creatures__item-img {
    aspect-ratio: 210/167;
  }
}

.marine-creatures__item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.marine-creatures__item-name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .marine-creatures__item-name {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.seasonality {
  margin-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .seasonality {
    margin-top: 7.5rem;
  }
}

.seasonality__inner-wrap {
  position: relative;
  margin-top: -7.5rem;
  background-color: #ffffff;
  padding-block: 4.5rem 9.75rem;
  border-radius: 1.25rem 1.25rem 0 0;
  z-index: 1;
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .seasonality__inner-wrap {
    padding-block: 2.5rem 6.25rem;
  }
}

.seasonality__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.seasonality__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .seasonality__title {
    font-size: 1.5625rem;
  }
}

.seasonality__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2.25rem;
  width: 92.6666666667%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .seasonality__table-wrap {
    margin-top: 1.5rem;
  }
}

.seasonality__table-wrap img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 43.75rem;
}

.seasonality__description {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .seasonality__description {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.seasonality__item {
  position: relative;
  background-color: #ffffff;
  padding: 2.9375rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 91, 172, 0.1);
}
@media screen and (max-width: 767px) {
  .seasonality__item {
    padding: 2rem 1rem 1rem 1rem;
  }
}

.seasonality__item-description {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}

.seasonality__icon {
  position: absolute;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1.875rem;
  border-radius: 9999px;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .seasonality__icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    top: -1.25rem;
  }
}

.seasonality__icon--spring {
  background-color: #e79bb5;
}

.seasonality__icon--summer {
  background-color: #3db0e4;
}

.seasonality__icon--autumn {
  background-color: #c96855;
}

.seasonality__icon--winter {
  background-color: #898989;
}

.page-hero--category .page-hero__description {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .page-hero--category .page-hero__description {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}
.breadcrumb {
  background-color: #f8f9fa;
  padding: 0.75rem 0;
}

.breadcrumb__nav {
  font-size: 0.875rem;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  color: #000000;
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: #6c757d;
}

.breadcrumb__item a {
  color: #005bac;
  text-decoration: none;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb__nav {
    font-size: 0.75rem;
  }
  .breadcrumb__list {
    gap: 0.375rem;
  }
  .breadcrumb__item:not(:last-child)::after {
    margin-left: 0.375rem;
  }
}
.creatures-archive {
  padding: 3.75rem 0;
  background-color: #ffffff;
}

.creatures-archive__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.creatures-archive__title {
  font-size: 2rem;
  font-weight: bold;
  color: #005bac;
}

.creatures-archive__count {
  font-size: 1.125rem;
  color: #6c757d;
  font-weight: normal;
}

.creatures-archive__empty {
  text-align: center;
  padding: 3.75rem 1.25rem;
}

.creatures-archive__empty p {
  font-size: 1.125rem;
  color: #6c757d;
  margin-bottom: 1.875rem;
}

.creatures-archive__back {
  text-align: center;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .creatures-archive {
    padding: 2.5rem 0;
  }
  .creatures-archive__header {
    margin-bottom: 1.875rem;
  }
  .creatures-archive__title {
    font-size: 1.5rem;
  }
  .creatures-archive__count {
    font-size: 1rem;
  }
  .creatures-archive__empty p {
    font-size: 1rem;
  }
  .creatures-archive__back {
    margin-top: 2.5rem;
  }
}
.creatures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .creatures-grid {
    grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
    gap: 1.25rem;
  }
}

.creature-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.creature-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.creature-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.creature-card__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.creature-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.creature-card:hover .creature-card__img {
  transform: scale(1.05);
}

.creature-card__rarity {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  display: flex;
  gap: 0.125rem;
}

.creature-card__star {
  color: #ccc;
  font-size: 0.75rem;
}

.creature-card__star.active {
  color: #ffd700;
}

.creature-card__content {
  padding: 1.25rem;
}

.creature-card__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.creature-card__en {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.creature-card__excerpt {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .creature-card__content {
    padding: 1rem;
  }
  .creature-card__title {
    font-size: 1rem;
  }
  .creature-card__en,
  .creature-card__excerpt {
    font-size: 0.8125rem;
  }
}
.marine-creatures__empty {
  text-align: center;
  padding: 3.75rem 1.25rem;
}

.marine-creatures__empty p {
  font-size: 1.125rem;
  color: #6c757d;
}

@media screen and (max-width: 767px) {
  .marine-creatures__empty p {
    font-size: 1rem;
  }
}
.creatures-archive-footer.footer {
  margin-top: 0;
}

.creatures-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.creatures-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.creatures-modal__inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  width: 90%;
  max-width: 60.625rem;
}
@media screen and (max-width: 767px) {
  .creatures-modal__inner {
    max-height: 70vh;
  }
}

.creatures-modal__close {
  position: absolute;
  top: -16.875rem;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .creatures-modal__close {
    right: -1.125rem;
    top: -42vh;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.creatures-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 60.625rem;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 1.25rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .creatures-modal__content {
    max-height: 70vh;
  }
}

.creatures-modal__close span {
  position: absolute;
  left: 50%;
  width: 1.875rem;
  height: 0.25rem;
  background: #ffffff;
  transform: translateX(-50%);
  transition: background 0.3s;
}

.creatures-modal__close span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.creatures-modal__close span:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.creatures-modal__close:hover span {
  background: #005bac;
}

.creatures-modal__body {
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem;
}

.creatures-modal__gallery {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .creatures-modal__gallery {
    width: 100%;
  }
}

.creatures-modal__main-image {
  width: 100%;
  aspect-ratio: 4/3;
  background: #000000;
  border-radius: 0.625rem;
  overflow: hidden;
}

.creatures-modal__main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.creatures-modal__thumbnails {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.9375rem;
  overflow-x: auto;
  padding: 0.3125rem 0;
}

.creatures-modal__thumbnails::-webkit-scrollbar {
  height: 0.375rem;
}

.creatures-modal__thumbnails::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 0.1875rem;
}

.creatures-modal__thumbnail {
  flex-shrink: 0;
  width: 5rem;
  height: 3.75rem;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
  padding: 0;
}

.creatures-modal__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creatures-modal__thumbnail.active,
.creatures-modal__thumbnail:hover {
  border-color: #005bac;
}

.creatures-modal__info {
  flex: 0 0 25rem;
}

.creatures-modal__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #005bac;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .creatures-modal__title {
    font-size: 1.5rem;
  }
}

.creatures-modal__meta {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .creatures-modal__meta {
    margin-top: 1rem;
  }
}

.creatures-modal__rare {
  color: #005bac;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .creatures-modal__rare {
    font-size: 1rem;
  }
}

.creatures-modal__detail-text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 0.5rem;
}

.creatures-modal__rare .star {
  color: transparent;
  margin-left: 0.3125rem;
  -webkit-text-stroke: 1.5px #005bac;
  position: relative;
}

.creatures-modal__rare .star.active {
  color: #005bac;
  -webkit-text-stroke: none;
}

.creatures-modal__details {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .creatures-modal__details {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.creatures-modal__detail-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #005bac;
}

.creatures-modal__detail-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .creatures-modal__body {
    flex-direction: column;
    gap: 1.875rem;
    padding: 1.875rem;
  }
  .creatures-modal__info {
    flex: 1 1 auto;
  }
}
body.modal-open {
  overflow: hidden;
}

.creatures-pagination {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .creatures-pagination {
    margin-top: 2.5rem;
  }
}

.pagination {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  background-color: #66cee3;
}

.pagination a:hover,
.pagination span:hover {
  background-color: #f8f9fa;
}

.pagination a:hover {
  background-color: #0099b8;
  opacity: 1;
}

.pagination .current {
  background-color: #00aed0;
  border-color: #00aed0;
  color: #ffffff;
  cursor: default;
}

.pagination .current:hover {
  background-color: #00aed0;
  border-color: #00aed0;
  color: #ffffff;
  opacity: 1;
}

.pagination .dots {
  border: none;
  background: none;
  color: #adb5bd;
}

.pagination .dots:hover {
  background: none;
  border: none;
  color: #adb5bd;
}

.pagination .prev,
.pagination .next {
  font-weight: normal;
  background-color: #00aed0;
  color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  padding: 0;
  position: relative;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #0099b8;
  opacity: 1;
}

.pagination .prev::before {
  content: "←";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  display: block;
}

.pagination .next::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  display: block;
}

@media screen and (max-width: 767px) {
  .pagination a,
  .pagination span {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
  }
  .pagination .prev,
  .pagination .next {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    font-size: 0;
  }
  .pagination .prev::before,
  .pagination .next::before {
    font-size: 0.875rem;
  }
}

/*# sourceMappingURL=creatures.css.map */
