@charset "UTF-8";
/* --------------------------------------------
 * 海獣たちのご紹介 / sea-animals
 * -------------------------------------------- */
.under-page.sea-animals-and-fish {
  overflow-x: hidden;
}

.under-page.sea-animals-and-fish main section:last-child {
  padding-bottom: 0;
}

/* エリアボタン */
.sea-animals__area-badge.red-badge,
.fish__area-badge.yellow-badge {
  width: 63px;
  height: 63px;
}
@media (max-width: 499px) {
  .sea-animals__area-badge.red-badge,
  .fish__area-badge.yellow-badge {
    width: 50px;
    height: 50px;
  }
}
.sea-animals__area-badge.red-badge p,
.fish__area-badge.yellow-badge p {
  line-height: 0.7;
}

.sea-animals-and-fish-intro__icon .red-badge .badge-inner .badge-main,
.sea-animals-and-fish-intro__icon .yellow-badge .badge-inner .badge-main {
  line-height: 0.7;
}
.sea-animals-and-fish-intro__icon .red-badge .badge-inner .badge-big,
.sea-animals-and-fish-intro__icon .yellow-badge .badge-inner .badge-big {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 499px) {
  .sea-animals-and-fish-intro__icon .red-badge .badge-inner .badge-big,
  .sea-animals-and-fish-intro__icon .yellow-badge .badge-inner .badge-big {
    font-size: 2rem;
  }
}
.sea-animals-and-fish-intro__icon .red-badge .badge-inner .badge-small,
.sea-animals-and-fish-intro__icon .yellow-badge .badge-inner .badge-small {
  font-size: 1.3rem;
}
@media (max-width: 499px) {
  .sea-animals-and-fish-intro__icon .red-badge .badge-inner .badge-small,
  .sea-animals-and-fish-intro__icon .yellow-badge .badge-inner .badge-small {
    font-size: 1.1rem;
  }
}
.sea-animals-and-fish-intro__icon .yellow-badge .badge-big,
.sea-animals-and-fish-intro__icon .yellow-badge .badge-small {
  color: #166dc1;
}

.sea-animals-intro__b-icon {
  bottom: 46%;
  right: 34%;
}

.sea-animals-intro__g-icon {
  top: 32%;
  right: 37%;
}

.sea-animals-intro__h-icon {
  top: 45%;
  right: 66%;
}

.sea-animals-intro__k-icon {
  top: 17%;
  left: 23%;
}

/* マップ箇所 */
.sea-animals-and-fish-intro-btn:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sea-animals-and-fish-intro {
  margin-top: -12vw;
  position: relative;
  z-index: 2;
  padding-bottom: 22vw;
  position: relative;
}
.sea-animals-and-fish-intro::after {
  background: url(../img/under/sea-animals-and-fish/intro_bg-coral01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 42%;
  aspect-ratio: 2119/1471;
  bottom: 15vw;
  left: 3%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1240px) {
  .sea-animals-and-fish-intro::after {
    bottom: -5vw;
  }
}
@media (max-width: 499px) {
  .sea-animals-and-fish-intro::after {
    bottom: 7vw;
    width: 65%;
  }
}
@media (max-width: 1399px) {
  .sea-animals-and-fish-intro {
    padding-bottom: 30vw;
  }
}
@media (max-width: 1240px) {
  .sea-animals-and-fish-intro {
    padding-bottom: 15vw;
  }
}
@media (max-width: 1024px) {
  .sea-animals-and-fish-intro {
    margin-top: -6vw;
    padding-bottom: 24vw;
  }
}
@media (max-width: 834px) {
  .sea-animals-and-fish-intro {
    padding-bottom: 31vw;
  }
}
@media (max-width: 499px) {
  .sea-animals-and-fish-intro {
    padding-bottom: 45vw;
  }
}
.sea-animals-and-fish-intro .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
@media (max-width: 1024px) {
  .sea-animals-and-fish-intro .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sea-animals-and-fish-intro__body {
  width: 60%;
  max-width: 614px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .sea-animals-and-fish-intro__body {
    width: 100%;
    max-width: none;
  }
}

.sea-animals-and-fish-intro__img {
  max-width: 638px;
  margin-left: -70px;
  position: relative;
}
@media (max-width: 1024px) {
  .sea-animals-and-fish-intro__img {
    max-width: 750px;
    width: 100%;
    margin-left: 0;
  }
}

.sea-animals-and-fish-intro__ttl {
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .sea-animals-and-fish-intro__ttl {
    font-size: 3.2rem;
  }
}
@media (max-width: 834px) {
  .sea-animals-and-fish-intro__ttl {
    font-size: 2.6rem;
  }
}

.sea-animals-and-fish-intro__txt {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .sea-animals-and-fish-intro__txt {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .sea-animals-and-fish-intro__txt {
    margin-top: 20px;
  }
}

.sea-animals-and-fish-intro__map-img {
  position: relative;
}

/* マップアイコン */
.sea-animals-and-fish-intro__icon {
  position: absolute;
  max-width: 84px;
  width: 10%;
}

.sea-animals-intro__a-icon {
  bottom: 18%;
  right: 21%;
}

.sea-animals-intro__c-icon {
  top: 46%;
  right: 8%;
}

.sea-animals-intro__d-icon {
  top: 43%;
  right: 24%;
}

.sea-animals-intro__e-icon {
  top: 30%;
  right: 5%;
}

.sea-animals-intro__f-icon {
  top: 10%;
  right: 22%;
}

/* 各エリア共通 */
.area-content {
  position: relative;
}
.area-content .inner {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

/* エリアトップアイコン */
.area-top-icon {
  position: absolute;
  top: -19vw;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  width: 200px;
  height: 200px;
}
@media (max-width: 1199px) {
  .area-top-icon {
    width: 25%;
    top: -20vw;
  }
}
@media (max-width: 834px) {
  .area-top-icon {
    width: 25%;
    top: -189px;
  }
}
@media (max-width: 639px) {
  .area-top-icon {
    width: 30%;
  }
}
@media (max-width: 499px) {
  .area-top-icon {
    width: 40%;
  }
}
.area-top-icon.area-top-icon--red.--odd {
  background: url(../img/under/sea-animals-and-fish/sea-animals/area-top-icon_odd.svg) center/contain no-repeat;
}
.area-top-icon.area-top-icon--red.--even {
  background: url(../img/under/sea-animals-and-fish/sea-animals/area-top-icon_even.svg) center/contain no-repeat;
}
.area-top-icon.area-top-icon--yellow .badge-main,
.area-top-icon.area-top-icon--yellow .badge-inner .badge-detail {
  color: #166dc1;
}
.area-top-icon.area-top-icon--yellow.--odd {
  background: url(../img/under/sea-animals-and-fish/fish/area-top-icon_odd.svg) center/contain no-repeat;
}
.area-top-icon.area-top-icon--yellow.--even {
  background: url(../img/under/sea-animals-and-fish/fish/area-top-icon_even.svg) center/contain no-repeat;
}
.area-top-icon .badge-inner {
  width: 80%;
}
.area-top-icon .badge-inner .badge-main {
  line-height: 1.3rem;
  margin-bottom: 6px;
}
@media (max-width: 834px) {
  .area-top-icon .badge-inner .badge-main {
    line-height: 0.85;
  }
}
.area-top-icon .badge-inner .badge-main .badge-big {
  font-size: clamp(2rem, 3.3vw, 4rem);
}
@media (max-width: 834px) {
  .area-top-icon .badge-inner .badge-main .badge-big {
    font-size: clamp(3.5rem, 5.9vw, 5rem);
  }
}
.area-top-icon .badge-inner .badge-main .badge-small {
  font-size: clamp(1rem, 0.8vw, 1.3rem);
  margin-top: -4px;
}
@media (max-width: 834px) {
  .area-top-icon .badge-inner .badge-main .badge-small {
    font-size: clamp(1.1rem, 1.9vw, 1.6rem);
  }
}
.area-top-icon .badge-inner .badge-detail {
  font-family: var(--fot);
  color: #fff;
  font-size: clamp(1.1rem, 0.9vw, 1.4rem);
  font-weight: 500;
  line-height: 1.5;
}

/* ノート箇所 */
.area-cont-note {
  position: absolute;
  width: 400px;
  background-image: url(../img/under/sea-animals-and-fish/area-cont_note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 417/227;
  left: -5.5%;
  top: -5%;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-cont-note {
    width: 46%;
    top: -7%;
  }
}
@media (max-width: 639px) {
  .area-cont-note {
    top: 84%;
    left: -5.5%;
    width: 111%;
  }
}
.area-cont-note__bubble-wrap {
  position: absolute;
  width: 184px;
  background-image: url(../img/under/sea-animals-and-fish/sea-animals/area-cont_note-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 204/86;
  right: 9%;
  top: -11%;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-cont-note__bubble-wrap {
    top: -30%;
  }
}
@media (max-width: 639px) {
  .area-cont-note__bubble-wrap {
    top: -5%;
    right: 3%;
    width: 224px;
  }
}
@media (max-width: 499px) {
  .area-cont-note__bubble-wrap {
    width: 175px;
  }
}
@media (max-width: 399px) {
  .area-cont-note__bubble-wrap {
    top: -10%;
  }
}
.area-cont-note__bubble-wrap.--fish {
  background-image: url(../img/under/sea-animals-and-fish/fish/area-cont_note-bubble.png);
}

@media (max-width: 639px) {
  .swiper .area-cont-note__txt-wrap {
    top: 28%;
  }
}
@media (max-width: 499px) {
  .swiper .area-cont-note__bubble-wrap {
    top: -15%;
  }
}
@media (max-width: 399px) {
  .swiper .area-cont-note__bubble-wrap {
    top: -22%;
  }
}
@media (max-width: 499px) {
  .swiper .area-cont-note__bubble {
    font-size: 1.4rem;
  }
}
.swiper .area-cont-note__name {
  margin: 8% 0;
}
@media (max-width: 499px) {
  .swiper .area-cont-note__name {
    margin: 7% 0;
  }
}
@media (max-width: 399px) {
  .swiper .area-cont-note__name {
    margin: 5% 0;
  }
}

.area-cont-note__name-br-834 {
  display: none;
}
@media (max-width: 834px) {
  .area-cont-note__name-br-834 {
    display: block;
  }
}
@media (max-width: 639px) {
  .area-cont-note__name-br-834 {
    display: none;
  }
}

@media (max-width: 639px) {
  .fish .area-cont-note__txt-wrap {
    top: 31%;
  }
}
@media (max-width: 639px) {
  .fish .swiper .area-cont-note__name {
    margin: 10% 0;
  }
}

.area-cont-note__bubble-wrap-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area-cont-note__bubble {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  line-height: 1.1;
  font-size: 1.5rem;
  -webkit-transform: translateY(188%);
          transform: translateY(188%);
}
@media (max-width: 834px) {
  .area-cont-note__bubble {
    font-size: 1.4rem;
    line-height: 2;
    -webkit-transform: translateY(115%);
            transform: translateY(115%);
  }
}
@media (max-width: 639px) {
  .area-cont-note__bubble {
    -webkit-transform: translateY(140%);
            transform: translateY(140%);
  }
}
@media (max-width: 499px) {
  .area-cont-note__bubble {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.area-cont-note__bubble.two-row {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 834px) {
  .area-cont-note__bubble.two-row {
    line-height: 1.2;
  }
}
@media (max-width: 639px) {
  .area-cont-note__bubble.two-row {
    -webkit-transform: translateY(124%);
            transform: translateY(124%);
  }
}
@media (max-width: 639px) {
  .area-cont-note__bubble.two-row {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 834px) {
  .area-cont-note__bubble-slider {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}
@media (max-width: 639px) {
  .area-cont-note__bubble-slider {
    -webkit-transform: translateY(136%);
            transform: translateY(136%);
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  .area-cont-note__bubble-slider {
    -webkit-transform: translateY(108%);
            transform: translateY(108%);
  }
}

.area-cont-note__txt-wrap {
  position: absolute;
  top: 27%;
  left: 16%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  color: #000;
}
@media (max-width: 639px) {
  .area-cont-note__txt-wrap {
    top: 31%;
  }
}
@media (max-width: 499px) {
  .area-cont-note__txt-wrap {
    top: 27%;
  }
}

.area-cont-note__en {
  color: #fe5358;
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.2;
  font-family: var(--gra);
  font-weight: bold;
}
@media (max-width: 639px) {
  .area-cont-note__en {
    font-size: 1.6rem;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  }
}

.fish .area-cont-note__en {
  color: #166dc1;
}
.fish .area-cont-note__bubble {
  color: #166dc1;
}

.area-cont-note__name {
  line-height: 1.2;
  font-size: clamp(2rem, 3.3vw, 2.4rem);
  margin: 4px 0 8px;
}
@media (max-width: 834px) {
  .area-cont-note__name {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .area-cont-note__name {
    margin: 10% 0;
    font-size: clamp(2.4rem, 5vw, 3.2rem);
  }
}
@media (max-width: 499px) {
  .area-cont-note__name {
    margin: 8% 0;
  }
}
@media (max-width: 399px) {
  .area-cont-note__name {
    margin: 4% 0;
    font-size: 2rem;
  }
}

.area-cont-note__detail {
  line-height: 1.3;
  font-size: 1.5rem;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
@media (max-width: 639px) {
  .area-cont-note__detail {
    font-size: 1.6rem;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  }
}

/* コンテンツ */
.area-content__body {
  position: relative;
  display: inline-block;
}

.area-content__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 40px;
  border: 5px solid #fff;
}

.area-content__event {
  position: absolute;
  right: -3.5%;
  top: -6%;
  max-width: 355px;
  width: 30%;
}
@media (max-width: 499px) {
  .area-content__event {
    width: 36%;
  }
}

/* 右下テキストラベル */
.area-content__txt-label--pc {
  position: absolute;
  bottom: -16%;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  color: #000;
}
@media (max-width: 1240px) {
  .area-content__txt-label--pc {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    bottom: -2%;
  }
}
@media (max-width: 834px) {
  .area-content__txt-label--pc {
    display: none;
  }
}
.area-content__txt-label--pc span {
  position: relative;
  padding: 8px 2px;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .area-content__txt-label--pc span {
    padding: 2px 8px;
  }
}
.area-content__txt-label--pc span .num {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0;
  line-height: 1.5;
}
@media (max-width: 1240px) {
  .area-content__txt-label--pc span .num {
    display: contents;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.area-content__txt-label--pc span .num-wrapper {
  display: inline-block;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 0;
}
@media (max-width: 1240px) {
  .area-content__txt-label--pc span .num-wrapper {
    display: contents;
  }
}
.area-content__txt-label--pc span .padding-top-0 {
  padding: 0 2px 8px;
}
@media (max-width: 1240px) {
  .area-content__txt-label--pc span .padding-top-0 {
    padding: 8px 2px;
  }
}

.area-content__txt-label--sp {
  display: none;
}
@media (max-width: 834px) {
  .area-content__txt-label--sp {
    display: block;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
@media (max-width: 639px) {
  .area-content__txt-label--sp {
    margin-top: 45vw;
  }
}

/* 説明リスト箇所 */
.area-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  margin-top: 30px;
  max-width: 900px;
}
@media (max-width: 1240px) {
  .area-content__list {
    max-width: none;
  }
}
@media (max-width: 834px) {
  .area-content__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0px;
  }
}
@media (max-width: 499px) {
  .area-content__list {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.area-content__list li {
  padding: 16px 0;
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* すべてのliを均等な幅に */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .area-content__list li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 499px) {
  .area-content__list li {
    width: 100%;
    padding: 8px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.area-content__list li:not(:last-child) {
  border-right: 4px dotted #a1e2ea;
}
@media (max-width: 499px) {
  .area-content__list li:not(:last-child) {
    border-right: none;
    border-bottom: 4px dotted #a1e2ea;
  }
}
@media (max-width: 834px) {
  .area-content__list li:nth-child(2) {
    border-right: none;
  }
}

.area-content__list-ttl {
  font-size: 2.1rem;
  font-size: clamp(1.8rem, 1.3vw, 2.1rem);
  margin-bottom: 8px;
  color: var(--yellow);
}
@media (max-width: 499px) {
  .area-content__list-ttl {
    width: 30%;
    min-width: 128px;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.area-content__list-txt {
  font-size: 1.6rem;
}
@media (max-width: 499px) {
  .area-content__list-txt {
    text-align: left;
    font-size: 1.3rem !important;
  }
}

@media (max-width: 499px) {
  .swiper .area-content__list-ttl {
    width: 36%;
  }
}

/* Aエリア */
.area-01 {
  position: relative;
  background: var(--blue-green);
  margin-top: 12vw;
  padding-bottom: 28vw;
  z-index: 2;
}
@media (max-width: 1240px) {
  .area-01 {
    padding-top: 23vw;
  }
}
@media (max-width: 1024px) {
  .area-01 {
    padding-top: 29vw;
  }
}
@media (max-width: 834px) {
  .area-01 {
    padding-bottom: 33vw;
    padding-top: 37vw;
  }
}
@media (max-width: 639px) {
  .area-01 {
    padding-top: 44vw;
    padding-bottom: 36vw;
  }
}
@media (max-width: 499px) {
  .area-01 {
    padding-bottom: 43vw;
    padding-top: 60vw;
  }
}
.area-01::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/sea-animals-and-fish/area-01_separator01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3360/1215;
  background-position: top center;
  top: -23vw;
  left: 0;
  z-index: 0;
}

.area-a__bg01 {
  position: relative;
  left: 0;
  top: -28.5vw;
  z-index: 2;
}
@media (max-width: 1240px) {
  .area-a__bg01 {
    top: -49.5vw;
  }
}
@media (max-width: 1024px) {
  .area-a__bg01 {
    top: -59.5vw;
  }
}
@media (max-width: 834px) {
  .area-a__bg01 {
    top: -63.5vw;
  }
}
@media (max-width: 639px) {
  .area-a__bg01 {
    top: -77.5vw;
  }
}
@media (max-width: 499px) {
  .area-a__bg01 {
    top: -99.5vw;
  }
}
@media (max-width: 399px) {
  .area-a__bg01 {
    top: -101.5vw;
  }
}
.area-a__bg01 .area-a__bg01-kawauso {
  position: absolute;
  width: 20%;
  max-width: 250px;
}
.area-a__bg01 .area-a__bg01-fukidashi {
  position: absolute;
  top: -2vw;
  left: 250px;
  max-width: 210px;
  width: 14%;
}
@media (max-width: 1199px) {
  .area-a__bg01 .area-a__bg01-fukidashi {
    left: 19%;
  }
}
@media (max-width: 834px) {
  .area-a__bg01 .area-a__bg01-fukidashi {
    width: 24%;
    top: -8vw;
  }
}

/* Cエリア */
.area-02 {
  background-image: url(../img/under/sea-animals-and-fish/area-02_bg.webp);
  background-size: cover;
  aspect-ratio: 3360/2952;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  margin-top: -21vw;
  padding-top: 12vw;
  z-index: 2;
  padding-bottom: 32vw;
  position: relative;
}
@media (max-width: 1599px) {
  .area-02 {
    margin-top: -24vw;
  }
}
@media (max-width: 1199px) {
  .area-02 {
    padding-bottom: 35vw;
  }
}
@media (max-width: 834px) {
  .area-02 {
    padding-bottom: 46vw;
    padding-top: 10vw;
    background-position: top right;
  }
}
@media (max-width: 639px) {
  .area-02 {
    padding-bottom: 50vw;
    padding-top: 19vw;
  }
}
@media (max-width: 499px) {
  .area-02 {
    margin-top: -27vw;
    padding-bottom: 55vw;
    aspect-ratio: unset;
  }
}
.area-02 .inner {
  padding-top: 0px;
  margin-top: 10vw;
}
@media (max-width: 834px) {
  .area-02 .inner {
    padding-top: 8vw;
  }
}
@media (max-width: 499px) {
  .area-02 .inner {
    padding-top: 11vw;
  }
}
.area-02 .area-content__body {
  margin-top: 4vw;
}

.area-02__top-icon {
  top: 4vw;
}
@media (max-width: 1024px) {
  .area-02__top-icon {
    top: 2vw;
  }
}
@media (max-width: 834px) {
  .area-02__top-icon {
    top: -3vw;
  }
}
@media (max-width: 639px) {
  .area-02__top-icon {
    top: -7vw;
  }
}
@media (max-width: 499px) {
  .area-02__top-icon {
    top: -10vw;
  }
}

.area-c__bg01 {
  position: absolute;
  width: 19%;
  background-image: url(../img/under/sea-animals-and-fish/coral01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 722/841;
  left: 0;
  top: 2.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-c__bg01 {
    top: 7.5vw;
  }
}
@media (max-width: 499px) {
  .area-c__bg01 {
    top: -3.5vw;
  }
}

.area-c__bg02 {
  position: absolute;
  width: 12%;
  background-image: url(../img/under/sea-animals-and-fish/sea-animals/item01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 394/400;
  left: 80%;
  top: -4.5vw;
  z-index: 2;
}
@media (max-width: 499px) {
  .area-c__bg02 {
    width: 15%;
    top: -0.5vw;
  }
}

/* Dエリア */
@media (max-width: 834px) {
  .area-d__top-icon {
    top: -26vw;
  }
}
@media (max-width: 499px) {
  .area-d__top-icon {
    top: -28vw;
  }
}

.area-03 {
  position: relative;
  background: var(--sky-blue);
  margin-top: 12vw;
  margin-top: -100px;
  padding-bottom: 27vw;
  z-index: 2;
}
@media (max-width: 1240px) {
  .area-03 {
    padding-bottom: 20vw;
    padding-top: 5vw;
  }
}
@media (max-width: 834px) {
  .area-03 {
    padding-top: 9vw;
    padding-bottom: 26vw;
  }
}
@media (max-width: 639px) {
  .area-03 {
    padding-top: 16vw;
    padding-bottom: 29vw;
  }
}
@media (max-width: 499px) {
  .area-03 {
    padding-top: 25vw;
  }
}
.area-03 .inner {
  margin-top: 0;
}
.area-03::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/sea-animals-and-fish/area-03_separator01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3360/1449;
  background-position: top center;
  top: -24vw;
  left: 0;
  z-index: 0;
  -webkit-transform: scaleY(0.75);
          transform: scaleY(0.75);
}
.area-03::before {
  background: url(../img/under/sea-animals-and-fish/area-03_bg-coral01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 34%;
  aspect-ratio: 1156/1150;
  bottom: 5vw;
  left: 0px;
  z-index: 1;
}

.area-d__bg01 {
  position: absolute;
  width: 13%;
  background-image: url(../img/under/sea-animals-and-fish/sea-animals/item02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 460/398;
  left: 4%;
  top: -22.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-d__bg01 {
    width: 18%;
  }
}

.area-d__bg02 {
  position: absolute;
  width: 15%;
  background-image: url(../img/under/sea-animals-and-fish/fish/coral02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 523/757;
  right: 0;
  top: -24.5vw;
  z-index: 2;
}
@media (max-width: 499px) {
  .area-d__bg02 {
    width: 19%;
  }
}

/* Eエリア */
.area-04__top-icon {
  top: -12vw;
}
@media (max-width: 834px) {
  .area-04__top-icon {
    top: -18vw;
  }
}
@media (max-width: 499px) {
  .area-04__top-icon {
    top: -20vw;
  }
}

.area-04 {
  background: var(--blue-green);
  padding-top: 4vw;
  margin-bottom: 6vw;
  z-index: 2;
  margin-top: -10vw;
  padding-bottom: 20vw;
}
@media (max-width: 1240px) {
  .area-04 {
    margin-top: 0vw;
  }
}
@media (max-width: 834px) {
  .area-04 {
    background-size: cover;
    padding-bottom: 17vw;
    margin-top: -4vw;
  }
}
@media (max-width: 639px) {
  .area-04 {
    padding-top: 11vw;
    padding-bottom: 30vw;
  }
}
@media (max-width: 499px) {
  .area-04 {
    padding-bottom: 36vw;
  }
}
.area-04::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/sea-animals-and-fish/area-04_separator01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3360/545;
  background-position: top center;
  top: -16vw;
  left: 0;
  z-index: 0;
}
.area-04 .inner {
  padding-top: 0px;
  margin-top: -12vw;
}
@media (max-width: 1199px) {
  .area-04 .inner {
    padding-top: 20px;
  }
}
@media (max-width: 499px) {
  .area-04 .inner {
    padding-top: 12vw;
  }
}

.area-e__bg01 {
  position: absolute;
  width: 13%;
  background-image: url(../img/under/sea-animals-and-fish/sea-animals/item03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 478/342;
  left: 4%;
  top: -12.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-e__bg01 {
    width: 18%;
  }
}
@media (max-width: 499px) {
  .area-e__bg01 {
    width: 22%;
  }
}

.area-e__bg02 {
  position: absolute;
  width: 8%;
  background-image: url(../img/under/sea-animals-and-fish/sea-animals/item04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 286/362;
  left: 88%;
  top: -24.5vw;
  z-index: 2;
}
@media (max-width: 1240px) {
  .area-e__bg02 {
    top: -21.5vw;
  }
}
@media (max-width: 834px) {
  .area-e__bg02 {
    width: 12%;
    left: 84%;
  }
}
@media (max-width: 499px) {
  .area-e__bg02 {
    width: 14%;
    left: 81%;
  }
}

/* Fエリア */
.area-05__top-icon {
  top: 5vw;
}
@media (max-width: 639px) {
  .area-05__top-icon {
    top: -5vw;
  }
}
@media (max-width: 499px) {
  .area-05__top-icon {
    top: -13vw;
  }
}

.area-05 {
  background-image: url(../img/under/sea-animals-and-fish/area-05_bg.webp);
  background-size: contain;
  aspect-ratio: 3360/3646;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-top: 41vw;
  padding-bottom: 24vw;
  margin-bottom: 0vw;
  margin-top: -20vw;
  z-index: 2;
}
@media (max-width: 1599px) {
  .area-05 {
    margin-bottom: 5vw;
  }
}
@media (max-width: 834px) {
  .area-05 {
    background-size: cover;
    padding-bottom: 27vw;
    margin-top: -23vw;
    padding-top: 51vw;
  }
}
@media (max-width: 639px) {
  .area-05 {
    padding-bottom: 33vw;
    background-position: top right;
  }
}
@media (max-width: 499px) {
  .area-05 {
    padding-bottom: 57vw;
  }
}
.area-05 .inner {
  padding-top: 0px;
  margin-top: -12vw;
}
@media (max-width: 499px) {
  .area-05 .inner {
    padding-top: 8vw;
  }
}

.area-f__bg01 {
  position: absolute;
  width: 13%;
  background-image: url(../img/under/sea-animals-and-fish/sea-animals/item05.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 448/382;
  left: 5%;
  top: 3.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-f__bg01 {
    width: 16%;
  }
}
@media (max-width: 499px) {
  .area-f__bg01 {
    width: 18%;
    top: 13.5vw;
  }
}

/* お魚たちの世界へ */
.sea-animals__to-fish-page.to-other-page {
  position: relative;
  z-index: 2;
  background: url(../img/under/sea-animals-and-fish/sea-animals/to-fish-page_bg.webp) no-repeat center center/cover;
  aspect-ratio: 3360/1420;
  background-position: top center;
  margin-top: -31vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1240px) {
  .sea-animals__to-fish-page.to-other-page {
    margin-top: -28vw;
  }
}
@media (max-width: 834px) {
  .sea-animals__to-fish-page.to-other-page {
    margin-top: -31vw;
    margin-bottom: 7vw;
  }
}
@media (max-width: 639px) {
  .sea-animals__to-fish-page.to-other-page {
    margin-top: -36vw;
  }
}
@media (max-width: 499px) {
  .sea-animals__to-fish-page.to-other-page {
    margin-top: -50vw;
  }
}
@media (max-width: 499px) {
  .sea-animals__to-fish-page.to-other-page {
    margin-top: -54vw;
    background: url(../img/under/sea-animals-and-fish/sea-animals/to-fish-page_bg-sp.webp) no-repeat center center/cover;
    aspect-ratio: 1500/1168;
  }
}
@media (max-width: 639px) {
  .sea-animals__to-fish-page.to-other-page .base__btn {
    font-size: 1.3rem;
    height: auto;
    padding: 4px 0;
  }
}
.sea-animals__to-fish-page.to-other-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: -5vw;
}
@media (max-width: 834px) {
  .sea-animals__to-fish-page.to-other-page .inner {
    gap: 10px;
  }
}

.to-other-page__ttl {
  max-width: 475px;
  width: 40%;
  margin: 0 auto;
}

/* スライダー */
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01,
  .sea-animals-and-fish-swiper02,
  .sea-animals-and-fish-swiper03 {
    padding-top: 1px;
  }
}
.sea-animals-and-fish-swiper01 .swiper-nav-wrap,
.sea-animals-and-fish-swiper02 .swiper-nav-wrap,
.sea-animals-and-fish-swiper03 .swiper-nav-wrap {
  position: relative;
  max-width: 230px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14vw;
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .swiper-nav-wrap,
  .sea-animals-and-fish-swiper02 .swiper-nav-wrap,
  .sea-animals-and-fish-swiper03 .swiper-nav-wrap {
    max-width: 180px;
    margin-bottom: 0vw;
    margin-inline: auto;
    margin-top: 10vw;
  }
}
@media (max-width: 499px) {
  .sea-animals-and-fish-swiper01 .swiper-nav-wrap,
  .sea-animals-and-fish-swiper02 .swiper-nav-wrap,
  .sea-animals-and-fish-swiper03 .swiper-nav-wrap {
    margin-top: 23vw;
  }
}
.sea-animals-and-fish-swiper01 .swiper-pagination,
.sea-animals-and-fish-swiper02 .swiper-pagination,
.sea-animals-and-fish-swiper03 .swiper-pagination {
  top: 0;
  right: 0;
  position: static;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .swiper-pagination,
  .sea-animals-and-fish-swiper02 .swiper-pagination,
  .sea-animals-and-fish-swiper03 .swiper-pagination {
    font-size: 16px;
    -webkit-transform: translateY(-78%);
            transform: translateY(-78%);
  }
}
.sea-animals-and-fish-swiper01 .swiper,
.sea-animals-and-fish-swiper02 .swiper,
.sea-animals-and-fish-swiper03 .swiper {
  overflow: visible;
}

@media (max-width: 834px) {
  .sea-animals-and-fish-swiper02 .swiper-nav-wrap {
    margin-top: 140px;
  }
}

@media (max-width: 834px) {
  .sea-animals-and-fish-swiper03 .swiper-nav-wrap {
    margin-top: 90px;
  }
}
@media (max-width: 499px) {
  .sea-animals-and-fish-swiper03 .swiper-nav-wrap {
    margin-top: 100px;
  }
}

.sea-animals-and-fish-swiper02 .swiper-nav-wrap {
  margin-bottom: 0;
}

.fish .sea-animals-and-fish-swiper01 .swiper-nav-wrap {
  margin-bottom: 7vw;
}

.sea-animals-and-fish-swiper01 .area-content__list,
.sea-animals-and-fish-swiper02 .area-content__list,
.sea-animals-and-fish-swiper03 .area-content__list {
  width: 70%;
}
@media (max-width: 1240px) {
  .sea-animals-and-fish-swiper01 .area-content__list,
  .sea-animals-and-fish-swiper02 .area-content__list,
  .sea-animals-and-fish-swiper03 .area-content__list {
    width: 100%;
  }
}
.sea-animals-and-fish-swiper01 .area-content__list li,
.sea-animals-and-fish-swiper02 .area-content__list li,
.sea-animals-and-fish-swiper03 .area-content__list li {
  padding: 16px 8px;
}
.sea-animals-and-fish-swiper01 .area-content__list-ttl,
.sea-animals-and-fish-swiper02 .area-content__list-ttl,
.sea-animals-and-fish-swiper03 .area-content__list-ttl {
  font-size: 1.8rem;
}
@media (max-width: 499px) {
  .sea-animals-and-fish-swiper01 .area-content__list-ttl,
  .sea-animals-and-fish-swiper02 .area-content__list-ttl,
  .sea-animals-and-fish-swiper03 .area-content__list-ttl {
    font-size: 1.6rem;
  }
}
.sea-animals-and-fish-swiper01 .area-content__list-txt,
.sea-animals-and-fish-swiper02 .area-content__list-txt,
.sea-animals-and-fish-swiper03 .area-content__list-txt {
  font-size: 1.6rem;
}
.sea-animals-and-fish-swiper01 .area-content__txt-label--pc,
.sea-animals-and-fish-swiper02 .area-content__txt-label--pc,
.sea-animals-and-fish-swiper03 .area-content__txt-label--pc {
  gap: 6px;
  right: 1%;
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .area-content__txt-label--pc,
  .sea-animals-and-fish-swiper02 .area-content__txt-label--pc,
  .sea-animals-and-fish-swiper03 .area-content__txt-label--pc {
    display: none !important;
  }
}

/* 中央以外のスライドのコンテンツ非表示 */
.sea-animals-and-fish-swiper01 .area-content__note,
.sea-animals-and-fish-swiper02 .area-content__note,
.sea-animals-and-fish-swiper03 .area-content__note {
  display: none;
}
.sea-animals-and-fish-swiper01 .area-content__list,
.sea-animals-and-fish-swiper02 .area-content__list,
.sea-animals-and-fish-swiper03 .area-content__list {
  display: none;
}
.sea-animals-and-fish-swiper01 .area-content__txt-label--pc,
.sea-animals-and-fish-swiper01 .area-content__txt-label--sp,
.sea-animals-and-fish-swiper02 .area-content__txt-label--pc,
.sea-animals-and-fish-swiper02 .area-content__txt-label--sp,
.sea-animals-and-fish-swiper03 .area-content__txt-label--pc,
.sea-animals-and-fish-swiper03 .area-content__txt-label--sp {
  display: none;
}
.sea-animals-and-fish-swiper01 .area-content__event-link,
.sea-animals-and-fish-swiper02 .area-content__event-link,
.sea-animals-and-fish-swiper03 .area-content__event-link {
  display: none;
}

/* 中央のスライドのコンテンツ表示 */
.sea-animals-and-fish-swiper01 .swiper-slide.swiper-slide-active .area-content__note,
.sea-animals-and-fish-swiper01 .swiper-slide.swiper-slide-active .area-content__event-link,
.sea-animals-and-fish-swiper02 .swiper-slide.swiper-slide-active .area-content__note,
.sea-animals-and-fish-swiper02 .swiper-slide.swiper-slide-active .area-content__event-link,
.sea-animals-and-fish-swiper03 .swiper-slide.swiper-slide-active .area-content__note,
.sea-animals-and-fish-swiper03 .swiper-slide.swiper-slide-active .area-content__event-link {
  display: block;
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .swiper-slide.swiper-slide-active .area-content__txt-label--sp,
  .sea-animals-and-fish-swiper02 .swiper-slide.swiper-slide-active .area-content__txt-label--sp,
  .sea-animals-and-fish-swiper03 .swiper-slide.swiper-slide-active .area-content__txt-label--sp {
    display: block;
  }
}
.sea-animals-and-fish-swiper01 .swiper-slide.swiper-slide-active .area-content__list,
.sea-animals-and-fish-swiper01 .swiper-slide.swiper-slide-active .area-content__txt-label--pc,
.sea-animals-and-fish-swiper02 .swiper-slide.swiper-slide-active .area-content__list,
.sea-animals-and-fish-swiper02 .swiper-slide.swiper-slide-active .area-content__txt-label--pc,
.sea-animals-and-fish-swiper03 .swiper-slide.swiper-slide-active .area-content__list,
.sea-animals-and-fish-swiper03 .swiper-slide.swiper-slide-active .area-content__txt-label--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sea-animals-and-fish-swiper01 .swiper-slide,
.sea-animals-and-fish-swiper02 .swiper-slide,
.sea-animals-and-fish-swiper03 .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.sea-animals-and-fish-swiper01 .swiper-slide-active,
.sea-animals-and-fish-swiper02 .swiper-slide-active,
.sea-animals-and-fish-swiper03 .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sea-animals-and-fish-swiper01 .swiper-slide-next,
.sea-animals-and-fish-swiper02 .swiper-slide-next,
.sea-animals-and-fish-swiper03 .swiper-slide-next {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.sea-animals-and-fish-swiper01 .swiper-slide-prev,
.sea-animals-and-fish-swiper02 .swiper-slide-prev,
.sea-animals-and-fish-swiper03 .swiper-slide-prev {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.sea-animals-and-fish-swiper01 .swiper,
.sea-animals-and-fish-swiper02 .swiper,
.sea-animals-and-fish-swiper03 .swiper {
  overflow: hidden;
  padding-top: 5vw;
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .swiper,
  .sea-animals-and-fish-swiper02 .swiper,
  .sea-animals-and-fish-swiper03 .swiper {
    padding-top: 9vw;
  }
}
@media (max-width: 499px) {
  .sea-animals-and-fish-swiper01 .swiper,
  .sea-animals-and-fish-swiper02 .swiper,
  .sea-animals-and-fish-swiper03 .swiper {
    padding-top: 12vw;
  }
}

@media (max-width: 834px) {
  .sea-animals-and-fish-swiper02 .swiper {
    padding-top: 5vw;
  }
}
@media (max-width: 499px) {
  .sea-animals-and-fish-swiper02 .swiper {
    padding-top: 8vw;
  }
}

/* スライダーprev,nextボタン */
.sea-animals-and-fish-swiper01 .swiper-button-prev,
.sea-animals-and-fish-swiper01 .swiper-button-next,
.sea-animals-and-fish-swiper02 .swiper-button-prev,
.sea-animals-and-fish-swiper02 .swiper-button-next,
.sea-animals-and-fish-swiper03 .swiper-button-prev,
.sea-animals-and-fish-swiper03 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .swiper-button-prev,
  .sea-animals-and-fish-swiper01 .swiper-button-next,
  .sea-animals-and-fish-swiper02 .swiper-button-prev,
  .sea-animals-and-fish-swiper02 .swiper-button-next,
  .sea-animals-and-fish-swiper03 .swiper-button-prev,
  .sea-animals-and-fish-swiper03 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.sea-animals-and-fish-swiper01 .swiper-button-prev,
.sea-animals-and-fish-swiper02 .swiper-button-prev,
.sea-animals-and-fish-swiper03 .swiper-button-prev {
  left: 10px;
}
.sea-animals-and-fish-swiper01 .swiper-button-next,
.sea-animals-and-fish-swiper02 .swiper-button-next,
.sea-animals-and-fish-swiper03 .swiper-button-next {
  right: 10px;
}
.sea-animals-and-fish-swiper01 .swiper-button-prev .material-symbols-outlined,
.sea-animals-and-fish-swiper01 .swiper-button-next .material-symbols-outlined,
.sea-animals-and-fish-swiper02 .swiper-button-prev .material-symbols-outlined,
.sea-animals-and-fish-swiper02 .swiper-button-next .material-symbols-outlined,
.sea-animals-and-fish-swiper03 .swiper-button-prev .material-symbols-outlined,
.sea-animals-and-fish-swiper03 .swiper-button-next .material-symbols-outlined {
  color: white;
  font-size: 30px;
}
@media (max-width: 834px) {
  .sea-animals-and-fish-swiper01 .swiper-button-prev .material-symbols-outlined,
  .sea-animals-and-fish-swiper01 .swiper-button-next .material-symbols-outlined,
  .sea-animals-and-fish-swiper02 .swiper-button-prev .material-symbols-outlined,
  .sea-animals-and-fish-swiper02 .swiper-button-next .material-symbols-outlined,
  .sea-animals-and-fish-swiper03 .swiper-button-prev .material-symbols-outlined,
  .sea-animals-and-fish-swiper03 .swiper-button-next .material-symbols-outlined {
    font-size: 20px;
  }
}
.sea-animals-and-fish-swiper01 .swiper-button-prev:hover,
.sea-animals-and-fish-swiper01 .swiper-button-next:hover,
.sea-animals-and-fish-swiper02 .swiper-button-prev:hover,
.sea-animals-and-fish-swiper02 .swiper-button-next:hover,
.sea-animals-and-fish-swiper03 .swiper-button-prev:hover,
.sea-animals-and-fish-swiper03 .swiper-button-next:hover {
  background-color: #333;
}
.sea-animals-and-fish-swiper01 .swiper-button-next:after,
.sea-animals-and-fish-swiper01 .swiper-button-prev:after,
.sea-animals-and-fish-swiper02 .swiper-button-next:after,
.sea-animals-and-fish-swiper02 .swiper-button-prev:after,
.sea-animals-and-fish-swiper03 .swiper-button-next:after,
.sea-animals-and-fish-swiper03 .swiper-button-prev:after {
  content: none;
}

/* --------------------------------------------
 * お魚たちのご紹介 / fish
 * -------------------------------------------- */
body.fish.loading-active {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

/* マップアイコン */
.sea-animals-and-fish-intro__icon {
  position: absolute;
  max-width: 84px;
  width: 10%;
}

/* Bエリア */
.area-b {
  position: relative;
}

.area-b__bg01 {
  position: absolute;
  width: 20%;
  background-image: url(../img/under/sea-animals-and-fish/fish/item01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 710/704;
  left: 2%;
  top: -24.5vw;
  z-index: 2;
}
@media (max-width: 1199px) {
  .area-b__bg01 {
    width: 25%;
    top: -25.5vw;
  }
}
@media (max-width: 834px) {
  .area-b__bg01 {
    width: 24%;
    top: -27.5vw;
  }
}
@media (max-width: 499px) {
  .area-b__bg01 {
    width: 22%;
    top: -32.5vw;
  }
}

.fish__to-sea-animals-page.to-other-page {
  position: relative;
  z-index: 2;
  background: url(../img/under/sea-animals-and-fish/fish/to-sea-animals-page_bg.webp) no-repeat center center/cover;
  aspect-ratio: 3360/1420;
  background-position: top center;
  margin-top: -31vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1240px) {
  .fish__to-sea-animals-page.to-other-page {
    margin-top: -28vw;
  }
}
@media (max-width: 834px) {
  .fish__to-sea-animals-page.to-other-page {
    margin-top: -31vw;
    margin-bottom: 7vw;
  }
}
@media (max-width: 639px) {
  .fish__to-sea-animals-page.to-other-page {
    margin-top: -36vw;
  }
}
@media (max-width: 499px) {
  .fish__to-sea-animals-page.to-other-page {
    margin-top: -54vw;
    background: url(../img/under/sea-animals-and-fish/fish/to-sea-animals-page_bg-sp.webp) no-repeat center center/cover;
    aspect-ratio: 1500/1170;
  }
}
@media (max-width: 639px) {
  .fish__to-sea-animals-page.to-other-page .base__btn {
    font-size: 1.3rem;
    height: auto;
    padding: 4px 0;
  }
}
.fish__to-sea-animals-page.to-other-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: -5vw;
}
@media (max-width: 834px) {
  .fish__to-sea-animals-page.to-other-page .inner {
    gap: 10px;
  }
}

/* エリアG */
.area-g.area-02 {
  padding-top: 17vw;
}
@media (max-width: 834px) {
  .area-g.area-02 {
    padding-top: 13vw;
  }
}
@media (max-width: 639px) {
  .area-g.area-02 {
    padding-bottom: 340px;
  }
}
@media (max-width: 499px) {
  .area-g.area-02 {
    padding-bottom: 310px;
  }
}

.area-g__bg01 {
  position: absolute;
  width: 19%;
  background-image: url(../img/under/sea-animals-and-fish/coral01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 722/841;
  left: 0;
  top: 2.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-g__bg01 {
    top: 7.5vw;
  }
}
@media (max-width: 499px) {
  .area-g__bg01 {
    top: -3.5vw;
  }
}

.area-g__bg02 {
  position: absolute;
  width: 10%;
  background-image: url(../img/under/sea-animals-and-fish/fish/item02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 452/510;
  left: 86%;
  top: -1.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-g__bg02 {
    width: 12%;
    left: 82%;
  }
}
@media (max-width: 499px) {
  .area-g__bg02 {
    width: 15%;
    top: -0.5vw;
    left: 78%;
  }
}
@media (max-width: 399px) {
  .area-g__bg02 {
    width: 12%;
    left: 69%;
  }
}

/* エリアH */
.area-h.area-03 {
  padding-bottom: 31vw;
}
@media (max-width: 1199px) {
  .area-h.area-03 {
    padding-bottom: 24vw;
  }
}
@media (max-width: 834px) {
  .area-h.area-03 {
    padding-top: 15vw;
    padding-bottom: 30vw;
  }
}

.area-h__bg01 {
  position: absolute;
  width: 16%;
  background-image: url(../img/under/sea-animals-and-fish/fish/item03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 605/653;
  left: 3%;
  top: -22.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-h__bg01 {
    width: 18%;
    top: -28.5vw;
  }
}
@media (max-width: 499px) {
  .area-h__bg01 {
    width: 24%;
    top: -31.5vw;
  }
}

.area-h__bg02 {
  position: absolute;
  width: 15%;
  background-image: url(../img/under/sea-animals-and-fish/fish/coral02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 618/757;
  right: 0;
  top: -20.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-h__bg02 {
    top: -25.5vw;
    width: 18%;
  }
}
@media (max-width: 499px) {
  .area-h__bg02 {
    width: 19%;
  }
}

/* エリアK */
.area-k.area-04 {
  padding-bottom: 28vw;
}
@media (max-width: 639px) {
  .area-k.area-04 {
    padding-bottom: 32vw;
  }
}
@media (max-width: 499px) {
  .area-k.area-04 {
    padding-bottom: 55vw;
  }
}

.area-k__bg01 {
  position: absolute;
  width: 10%;
  background-image: url(../img/under/sea-animals-and-fish/fish/item04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 366/296;
  left: 4%;
  top: -8.5vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .area-k__bg01 {
    width: 14%;
  }
}
@media (max-width: 499px) {
  .area-k__bg01 {
    width: 16%;
  }
}

.area-k__bg02 {
  position: absolute;
  width: 18%;
  background-image: url(../img/under/sea-animals-and-fish/fish/item05.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 668/270;
  left: 80%;
  top: -18.5vw;
  z-index: 2;
}
@media (max-width: 1240px) {
  .area-k__bg02 {
    top: -21.5vw;
  }
}
@media (max-width: 834px) {
  .area-k__bg02 {
    width: 20%;
    left: 76%;
    top: -15.5vw;
  }
}
@media (max-width: 499px) {
  .area-k__bg02 {
    width: 18%;
    left: 75%;
  }
}/*# sourceMappingURL=sea-animals-and-fish.css.map */