@charset "UTF-8";
.fish-page .hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .fish-page .hero {
    margin-top: 56px;
    min-height: 220px;
  }
}
.fish-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fish-page .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fish-page .hero__overlay {
  display: none;
}
.fish-page .hero__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .fish-page .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fish-page .hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .fish-page .hero__content {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.fish-page .hero__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .fish-page .hero__title {
    font-size: 28px;
  }
}
.fish-page .hero__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .fish-page .hero__subtitle {
    font-size: 16px;
  }
}
.fish-page .hero__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.fish-page .hero__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .fish-page .hero__wave-bottom {
    height: 40px;
  }
}
.fish-page .top-fish {
  position: relative;
}
.fish-page .top-fish__wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}
.fish-page .top-fish__wave-top svg {
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .fish-page .top-fish__wave-top svg {
    height: 50px;
  }
}
.fish-page .top-fish__wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}
.fish-page .top-fish__wave-bottom svg {
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .fish-page .top-fish__wave-bottom svg {
    height: 50px;
  }
}
.fish-page .top-fish__ocean {
  position: relative;
  width: 100%;
  padding: 160px 0;
  background: url("../img/bg-fish.webp") center center/cover no-repeat;
  overflow: hidden;
}
.fish-page .top-fish__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.fish-page .top-fish__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  aspect-ratio: 1180/420;
}
@media (max-width: 768px) {
  .fish-page .top-fish__inner {
    aspect-ratio: 375/300;
  }
}
.fish-page .top-fish__swim {
  position: absolute;
  width: 295px;
  cursor: pointer;
  text-align: center;
}
.fish-page .top-fish__swim img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}
.fish-page .top-fish__swim:hover img, .fish-page .top-fish__swim:focus-visible img {
  transform: scale(1.08);
  outline: none;
}
.fish-page .top-fish__swim[data-fish=maguro] {
  left: 0%;
  top: 10%;
  animation: fish-float 4s ease-in-out infinite;
}
@media (max-width: 768px) {
  .fish-page .top-fish__swim[data-fish=maguro] {
    width: 48%;
    left: -2%;
    top: 5%;
  }
}
.fish-page .top-fish__swim[data-fish=buri] {
  left: 25%;
  top: 38%;
  animation: fish-float 4.5s ease-in-out 0.8s infinite;
}
@media (max-width: 768px) {
  .fish-page .top-fish__swim[data-fish=buri] {
    width: 40%;
    left: 10%;
    top: 45%;
  }
}
.fish-page .top-fish__swim[data-fish=kanpachi] {
  left: 48%;
  top: 5%;
  animation: fish-float 3.8s ease-in-out 1.5s infinite;
}
@media (max-width: 768px) {
  .fish-page .top-fish__swim[data-fish=kanpachi] {
    width: 42%;
    left: auto;
    right: -2%;
    top: 2%;
  }
}
.fish-page .top-fish__swim[data-fish=sugi] {
  right: 2%;
  top: 40%;
  animation: fish-float 4.2s ease-in-out 0.4s infinite;
}
@media (max-width: 768px) {
  .fish-page .top-fish__swim[data-fish=sugi] {
    width: 38%;
    right: 4%;
    left: auto;
    top: 48%;
  }
}
@keyframes fish-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.fish-page .top-fish__name {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  margin-top: 4px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .fish-page .top-fish__name {
    font-size: 16px;
  }
}
.fish-page .fish-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.fish-page .fish-modal.is-open {
  display: flex;
}
.fish-page .fish-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.fish-page .fish-modal__content {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 16px;
  max-width: 680px;
  width: calc(100% - 30px);
  max-height: 90vh;
  overflow-y: auto;
  animation: modal-in 0.3s ease;
}
.fish-page .fish-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.fish-page .fish-modal__close:hover {
  background: rgba(0, 0, 0, 0.08);
}
.fish-page .fish-modal__img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.fish-page .fish-modal__img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .fish-page .fish-modal__img img {
    height: 180px;
  }
}
.fish-page .fish-modal__body {
  padding: 28px 32px 32px;
}
@media (max-width: 768px) {
  .fish-page .fish-modal__body {
    padding: 20px 20px 24px;
  }
}
.fish-page .fish-modal__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  color: #004A77;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .fish-page .fish-modal__title {
    font-size: 22px;
  }
}
.fish-page .fish-modal__desc {
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .fish-page .fish-modal__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.fish-page .fish-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #004A77;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.fish-page .fish-modal__btn:hover {
  opacity: 0.85;
}
@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fish-page .intro-and-fish {
  background: linear-gradient(180deg, #ffffff 0%, #BEE6FF 100%);
}
.fish-page .intro {
  padding: 60px 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .fish-page .intro {
    padding: 40px 0 24px;
  }
}
.fish-page .intro__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .fish-page .intro__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fish-page .intro__text {
  font-family: "A-OTF Ryumin Pro", "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  line-height: 2.5;
  color: #333333;
  text-align: center;
  letter-spacing: 0.02em;
}
.fish-page .intro__text + .fish-page .intro__text {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .fish-page .intro__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.fish-page .fish-species {
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .fish-page .fish-species {
    padding: 40px 0 50px;
  }
}
.fish-page .fish-species__title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 600;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .fish-page .fish-species__title {
    font-size: 26px;
  }
}
.fish-page .fish-species__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #333333;
  margin: 16px auto 0;
  opacity: 0.3;
}
.fish-page .fish-species__subtitle {
  text-align: center;
  font-size: 16px;
  color: #555555;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .fish-page .fish-species__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.fish-page .fish-grid {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .fish-page .fish-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fish-page .fish-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .fish-page .fish-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.fish-page .fish-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.fish-page .fish-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}
.fish-page .fish-card__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #dceef8 0%, #c4e0f2 100%);
}
@media (max-width: 768px) {
  .fish-page .fish-card__image {
    height: 180px;
  }
}
.fish-page .fish-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.fish-page .fish-card:hover .fish-card__image img {
  transform: scale(1.05);
}
.fish-page .fish-card__body {
  padding: 20px 24px 24px;
}
@media (max-width: 768px) {
  .fish-page .fish-card__body {
    padding: 16px 18px 20px;
  }
}
.fish-page .fish-card__name {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fish-page .fish-card__name {
    font-size: 19px;
  }
}
.fish-page .fish-card__text {
  font-size: 16px;
  line-height: 1.9;
  color: #555555;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .fish-page .fish-card__text {
    font-size: 16px;
  }
}
.fish-page .fish-card__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fish-page .btn-circle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2c5f8a;
  transition: color 0.3s ease;
}
.fish-page .btn-circle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #2c5f8a;
  border-radius: 50%;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.fish-page .btn-circle__icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #2c5f8a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}
.fish-card:hover .fish-page .btn-circle {
  color: #3DA0D0;
}
.fish-card:hover .fish-page .btn-circle .btn-circle__icon {
  background: #2c5f8a;
  border-color: #2c5f8a;
}
.fish-card:hover .fish-page .btn-circle .btn-circle__icon svg {
  stroke: #ffffff;
}
.fish-page .yokatoto-brand {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #C8EAFF 100%);
  color: #000000;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand {
    padding: 80px 0 50px;
  }
}
.fish-page .yokatoto-brand__wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.fish-page .yokatoto-brand__wave-top svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand__wave-top {
    height: 40px;
  }
}
.fish-page .yokatoto-brand__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fish-page .yokatoto-brand__inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.fish-page .yokatoto-brand__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.fish-page .yokatoto-brand__text {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand__text {
    font-size: 16px;
    line-height: 2;
  }
}
.fish-page .yokatoto-brand__features {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand__features {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.fish-page .yokatoto-brand__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #004A77;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 48px;
  transition: opacity 0.2s;
}
.fish-page .yokatoto-brand__btn:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .fish-page .yokatoto-brand__btn {
    margin-top: 32px;
    font-size: 16px;
    padding: 12px 32px;
  }
}
.fish-page .feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 20px 28px;
  text-align: center;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fish-page .feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.fish-page .feature-card__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 16px;
}
.fish-page .feature-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fish-page .feature-card__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
  color: #004A77;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fish-page .feature-card__title {
    font-size: 20px;
  }
}
.fish-page .feature-card__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
@media (max-width: 768px) {
  .fish-page .feature-card__text {
    font-size: 16px;
  }
}
.fish-page .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fish-page .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fish-page .fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fish-page .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fish-page .delay-1 {
  transition-delay: 0.1s;
}
.fish-page .delay-2 {
  transition-delay: 0.2s;
}
.fish-page .delay-3 {
  transition-delay: 0.3s;
}/*# sourceMappingURL=fish.css.map */