.aquarium__section {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aquarium__section {
    padding: 0;
  }
}
.aquarium__container {
  max-width: calc(800px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .aquarium__container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
.aquarium__button {
  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;
  position: relative;
  width: 100%;
  max-width: 272px;
  height: 58px;
  color: #fff;
  border-radius: 40px;
  font: 700 2rem "Zen Maru Gothic", serif;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.aquarium__button.center {
  margin-inline: auto;
}
.aquarium__button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#fec300), to(#ff5100));
  background: linear-gradient(90deg, #fec300 0%, #ff5100 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.aquarium__button span {
  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;
  position: relative;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .aquarium__button span {
    gap: 4px;
  }
}
.aquarium__button span::before, .aquarium__button span::after {
  content: "";
  background: url("../../public/img/aquarium/star.svg") no-repeat center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .aquarium__button span::before, .aquarium__button span::after {
    width: 10px;
    height: 10px;
  }
}
.aquarium__button:hover {
  -webkit-filter: unset;
          filter: unset;
}
.aquarium__button:hover::before {
  opacity: 1;
}
.aquarium__button:hover .aquarium__button-bg {
  margin: 5px;
}
.aquarium__button:hover .aquarium__button-bg::after {
  opacity: 1;
}
.aquarium__button-bg {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fec300), to(#ff5100));
  background: linear-gradient(-90deg, #fec300 0%, #ff5100 100%);
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.aquarium__button-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fec300), to(#ff5100));
  background: linear-gradient(90deg, #fec300 0%, #ff5100 100%);
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.aquarium__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .aquarium__title {
    font-size: 20px;
    margin-bottom: 34px;
  }
}
.aquarium__title::after {
  content: "";
  background: url("../../public/img/aquarium/title-curve-line.svg") no-repeat center/cover;
  width: 115%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -24px;
  left: -7.5%;
}
@media screen and (max-width: 767px) {
  .aquarium__title::after {
    background: url("../../public/img/aquarium/title-curve-line-sp.svg") no-repeat center/cover;
    height: 14px;
    bottom: -16px;
  }
}
.aquarium__mv {
  position: relative;
  width: 100%;
}
.aquarium__mv-image {
  width: 100%;
  aspect-ratio: 1140/500;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aquarium__mv-image {
    aspect-ratio: 375/500;
  }
}
.aquarium__mv-logo-block {
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .aquarium__mv-logo-block {
    bottom: -135px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__mv-logo-block {
    bottom: -100px;
  }
}
.aquarium__mv-logo {
  width: 463px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .aquarium__mv-logo {
    width: 403px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__mv-logo {
    width: 337px;
    max-width: 89.8%;
  }
}
.aquarium__content {
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  min-height: 100vh;
  padding-block: 185px 120px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aquarium__content {
    padding-block: 140px 80px;
  }
}
.aquarium__bg {
  width: calc(100% - 315px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 300px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ac21de), to(#7a9bfd));
  background: linear-gradient(180deg, #ac21de 25%, #7a9bfd 100%);
  z-index: -3;
}
@media screen and (max-width: 980px) {
  .aquarium__bg {
    top: 65px;
    left: 0;
    width: 100%;
  }
}
.aquarium__space {
  width: calc(100% - 315px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 300px;
  z-index: -2;
}
@media screen and (max-width: 980px) {
  .aquarium__space {
    top: 65px;
    left: 0;
    width: 100%;
  }
}
.aquarium__space-bg {
  width: 100%;
  aspect-ratio: 1140/888;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aquarium__space-bg {
    aspect-ratio: 375/839;
  }
}
.aquarium__stars-glitter {
  position: fixed;
  top: 0;
  left: 300px;
  width: calc(100% - 315px);
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .aquarium__stars-glitter {
    top: 76px;
    left: 0;
    width: 100%;
  }
}
.aquarium__stars-glitter-bg {
  width: 100%;
  max-width: 89.8%;
  aspect-ratio: 1024/687;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aquarium__stars-glitter-bg {
    max-width: 100%;
    aspect-ratio: 375/401;
  }
}
.aquarium__star-glitter {
  position: absolute;
  -webkit-animation: glitter 4s linear 0s infinite normal;
          animation: glitter 4s linear 0s infinite normal;
}
.aquarium__star-glitter.left-1 {
  width: 1.64%;
  left: 11.2%;
  bottom: 54.6%;
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.left-1 {
    width: 2.67%;
    top: 42.64%;
    left: 10.93%;
    bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.left-sp-1 {
    width: 4.48%;
    top: 3.24%;
    left: 6.67%;
  }
}
.aquarium__star-glitter.left-2 {
  width: 4.2%;
  left: 10.53%;
  bottom: 24.74%;
  -webkit-animation: glitter 3.5s linear 0s infinite normal;
          animation: glitter 3.5s linear 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.left-2 {
    width: 11.47%;
    left: 10.4%;
    bottom: 21.95%;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.left-sp-2 {
    width: 4.48%;
    left: 12%;
    bottom: 37.96%;
  }
}
.aquarium__star-glitter.left-3 {
  width: 1.64%;
  left: 11.5%;
  bottom: 7.29%;
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.left-3 {
    width: 2.4%;
    left: 11.47%;
    bottom: 8.48%;
  }
}
.aquarium__star-glitter.right-1 {
  width: 1.64%;
  right: 11.81%;
  top: 2.33%;
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.right-1 {
    width: 2.67%;
    right: 12.27%;
    top: 1.46%;
  }
}
.aquarium__star-glitter.right-2 {
  width: 4.2%;
  right: 8.46%;
  top: 18.78%;
  -webkit-animation: glitter 3.5s linear 0s infinite normal;
          animation: glitter 3.5s linear 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.right-2 {
    width: 11.47%;
    right: 8%;
    top: 27.18%;
    -webkit-animation: glitter 3s linear 0s infinite normal;
            animation: glitter 3s linear 0s infinite normal;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.right-sp-2 {
    width: 4.48%;
    right: 9.65%;
    bottom: 28.49%;
  }
}
.aquarium__star-glitter.right-3 {
  width: 1.64%;
  right: 10.32%;
  bottom: 13.4%;
}
@media screen and (max-width: 767px) {
  .aquarium__star-glitter.right-3 {
    width: 2.67%;
    right: 9.33%;
    bottom: 12.51%;
  }
}
.aquarium__heading {
  font-size: 5.4rem;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .aquarium__heading {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.aquarium__text-intro {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aquarium__text-intro {
    font-size: 14px;
    padding-inline: 20px;
  }
}
.aquarium__gradient-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 165px auto 60px;
}
@media screen and (max-width: 767px) {
  .aquarium__gradient-text {
    margin: 80px auto 40px;
  }
}
.aquarium__intro-button-block {
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  place-items: center;
  margin-inline: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__intro-button-block {
    max-width: 348px;
    margin-bottom: 60px;
    gap: 18px 8px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__intro-button-block .aquarium__button {
    font-size: 16px;
    max-width: 158px;
    height: 34px;
  }
}
.aquarium__topics {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__topics {
    margin-bottom: 60px;
  }
}
.aquarium__topics-heading {
  width: 100%;
  max-width: 527px;
  margin-bottom: -4%;
}
@media screen and (max-width: 767px) {
  .aquarium__topics-heading {
    max-width: 242px;
    margin-left: 14px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__topics-title {
    margin-left: 20px;
  }
}
.aquarium__topics-title::after {
  background: url("../../public/img/aquarium/topics-title-curve-line.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .aquarium__topics-title::after {
    background: url("../../public/img/aquarium/topics-title-curve-line-sp.svg") no-repeat center/cover;
  }
}
.aquarium__box-container {
  width: 100%;
  max-width: calc(900px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .aquarium__box-container {
    max-width: 100%;
  }
}
.aquarium__box {
  width: 100%;
  min-height: 400px;
  padding: 80px 28px;
  background: #ffeede;
  border: 12px solid #fff;
  border-radius: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aquarium__box {
    min-height: 217px;
    padding: 20px 28px;
    border-width: 3px;
    border-radius: 16px;
    margin-bottom: 24px;
  }
}
.aquarium__box:last-child {
  margin-bottom: 0;
}
.aquarium__topics-box-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.aquarium__topics-box-title {
  color: #ff6f00;
  font: 700 4rem "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .aquarium__topics-box-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.aquarium__topics-box-text {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aquarium__topics-box-text {
    font-size: 16px;
  }
}
.aquarium__box-button {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .aquarium__box-button {
    margin-top: 16px;
  }
}
.aquarium__box-button .aquarium__button {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .aquarium__box-button .aquarium__button {
    max-width: 160px;
    height: 36px;
    font-size: 14px;
  }
}
.aquarium__info {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__info {
    margin-bottom: 60px;
  }
}
.aquarium__info-heading {
  width: 100%;
  max-width: 1012px;
  margin-bottom: -3%;
}
@media screen and (max-width: 767px) {
  .aquarium__info-heading {
    max-width: 345px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__info-title {
    margin-bottom: 24px;
  }
}
.aquarium__info-title::after {
  background: url("../../public/img/aquarium/info-title-curve-line.svg") no-repeat center/cover;
  width: 140%;
  left: -17.5%;
}
@media screen and (max-width: 767px) {
  .aquarium__info-title::after {
    background: url("../../public/img/aquarium/info-title-curve-line-sp.svg") no-repeat center/cover;
    width: 115%;
    left: -7.5%;
  }
}
.aquarium__info-wrap {
  width: 100%;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 232px;
  padding: 72px 48px 49px;
}
@media screen and (max-width: 767px) {
  .aquarium__info-wrap {
    border-radius: 160px;
    padding: 32px 48px;
  }
}
.aquarium__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .aquarium__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.aquarium__info-item:last-child {
  margin-bottom: 0;
}
.aquarium__info-label-block {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 125px;
  height: 45px;
  background: #6e58fd;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 7.5px 14.5px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .aquarium__info-label-block {
    height: 32px;
    font-size: 18px;
    padding: 5px 14.5px;
    margin-inline: auto;
  }
}
.aquarium__info-dtl-block {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .aquarium__info-dtl-block {
    font-size: 18px;
    padding-top: 0;
  }
}
.aquarium__info-dtl {
  display: block;
}
.aquarium__info-notes {
  max-width: 377px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aquarium__info-notes {
    max-width: 223px;
    font-size: 12px;
    margin-top: 4px;
    margin-inline: auto;
  }
}
.aquarium__exhibit-heading {
  width: 100%;
  max-width: 1009px;
  margin-bottom: -3%;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-heading {
    max-width: 378px;
  }
}
.aquarium__exhibit-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-title {
    margin-bottom: 55px;
    margin-left: 20px;
  }
}
.aquarium__exhibit-title::after {
  background: url("../../public/img/aquarium/exhibit-title-curve-line.svg") no-repeat center/cover;
  width: 140%;
  left: -17.5%;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-title::after {
    background: url("../../public/img/aquarium/exhibit-title-curve-line-sp.svg") no-repeat center/cover;
    width: 115%;
    left: -7.5%;
  }
}
.aquarium__exhibit-slider {
  margin-bottom: 78px;
  padding-bottom: 42px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-slider {
    padding-bottom: 18px;
  }
}
.aquarium__exhibit-splide {
  position: relative;
}
.aquarium__exhibit-splide .splide__track {
  width: 100%;
  margin-inline: auto;
  overflow: visible !important;
}
.aquarium__exhibit-splide .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 634px !important;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-splide .splide__slide {
    width: 316px !important;
    padding: 0 8px;
  }
}
.aquarium__exhibit-splide .splide__slide.is-active .aquarium__exhibit-image-block {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.aquarium__exhibit-splide .splide__pagination {
  bottom: -42px;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-splide .splide__pagination {
    bottom: -18px;
  }
}
.aquarium__exhibit-splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #a9a9a9;
  opacity: 1;
}
.aquarium__exhibit-splide .splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.aquarium__exhibit-splide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-splide .splide__arrows {
    max-width: 320px;
  }
}
.aquarium__exhibit-splide .splide__arrow {
  background: url("../../public/img/aquarium/splide-button.svg") no-repeat center/contain;
  width: 72px;
  height: 72px;
  border-radius: unset;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-splide .splide__arrow {
    width: 39px;
    height: 39px;
  }
}
.aquarium__exhibit-splide .splide__arrow svg {
  display: none;
}
.aquarium__exhibit-splide .splide__arrow.splide__arrow--prev {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  left: 0;
}
.aquarium__exhibit-splide .splide__arrow.splide__arrow--next {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-splide .splide__arrow.splide__arrow--next {
    right: 8px;
  }
}
.aquarium__exhibit-image-block {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 554/622;
  overflow: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-image-block {
    aspect-ratio: 300/390;
  }
}
.aquarium__exhibit-map {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-map {
    margin-bottom: 60px;
  }
}
.aquarium__exhibit-map-container {
  max-width: calc(846px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-map-container {
    max-width: 100% !important;
  }
}
.aquarium__exhibit-map-title {
  color: #ff0;
  font-size: 3.2rem;
  margin-bottom: 20px;
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .aquarium__exhibit-map-title {
    font-size: 20px;
    margin-left: 0;
  }
}
.aquarium__exhibit-map-image {
  width: 100%;
  aspect-ratio: 846/387;
}
.aquarium__creatures {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures {
    margin-bottom: 100px;
  }
}
.aquarium__creatures-heading {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-heading {
    max-width: 409px;
  }
}
.aquarium__creatures-title {
  margin-top: -40px;
  margin-bottom: 66px;
}
@media screen and (max-width: 1200px) {
  .aquarium__creatures-title {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-title {
    margin-top: -20px;
    margin-bottom: 70px;
    margin-left: 20px;
  }
}
.aquarium__creatures-title::after {
  background: url("../../public/img/aquarium/creatures-title-curve-line.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-title::after {
    background: url("../../public/img/aquarium/creatures-title-curve-line-sp.svg") no-repeat center/cover;
  }
}
.aquarium__creatures-box-container {
  max-width: calc(1020px + 8%);
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-box-container {
    max-width: 100%;
  }
}
.aquarium__creatures-box {
  padding: 80px 3.5% 35px 4%;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-box {
    padding: 16px 14px 16px 22px;
  }
}
.aquarium__creatures-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-wrapper {
    gap: 5px;
    margin-bottom: 48px;
  }
}
.aquarium__creatures-image-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 47%;
  aspect-ratio: 480/362;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-image-block {
    max-width: 52%;
    aspect-ratio: 175/149;
  }
}
.aquarium__creatures-image-block::before, .aquarium__creatures-image-block::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
}
.aquarium__creatures-image-block::before {
  background: url("../../public/img/aquarium/creatures-fish-1.png") no-repeat center/contain;
  width: 65.4%;
  max-height: 214px;
  top: -105px;
  left: -25%;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-image-block::before {
    width: 63.4%;
    max-height: 100px;
    top: -35px;
    left: -19%;
  }
}
.aquarium__creatures-image-block::after {
  background: url("../../public/img/aquarium/creatures-fish-2.png") no-repeat center/contain;
  width: 61.6%;
  max-height: 249px;
  bottom: -86px;
  right: -39px;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-image-block::after {
    width: 66.2%;
    max-height: 97px;
    bottom: -7px;
    right: 0;
  }
}
.aquarium__creatures-info {
  max-width: 401px;
}
@media screen and (max-width: 450px) {
  .aquarium__creatures-info {
    max-width: 126px;
  }
}
.aquarium__creatures-box-title {
  color: #ff6f00;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-box-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.aquarium__creatures-box-desc {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aquarium__creatures-box-desc {
    font-size: 14px;
    font-weight: 400;
  }
}
.aquarium__goods {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .aquarium__goods {
    margin-bottom: 115px;
  }
}
.aquarium__goods-heading {
  max-width: 489px;
}
@media screen and (max-width: 767px) {
  .aquarium__goods-heading {
    max-width: 250px;
  }
}
.aquarium__goods-title {
  margin-top: -40px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1200px) {
  .aquarium__goods-title {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__goods-title {
    margin-top: -20px;
    margin-bottom: 59px;
    margin-left: 20px;
  }
}
.aquarium__goods-title::after {
  background: url("../../public/img/aquarium/goods-title-curve-line.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .aquarium__goods-title::after {
    background: url("../../public/img/aquarium/goods-title-curve-line-sp.svg") no-repeat center/cover;
  }
}
.aquarium__goods-list {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 290px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 1.7%;
}
@media screen and (max-width: 767px) {
  .aquarium__goods-list {
    max-width: 100%;
    grid-template-columns: 295px;
    gap: 18px;
  }
}
.aquarium__goods-image {
  width: 100%;
  aspect-ratio: 290/290;
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
}
.aquarium__goods-image img {
  border-radius: 36px;
}
.aquarium__goods-item-title {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .aquarium__goods-item-title {
    font-size: 18px;
    margin-top: 8px;
  }
}
.aquarium__goods-item-price {
  display: block;
  color: #ff0;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aquarium__goods-item-price {
    font-size: 22px;
  }
}
.aquarium__notice {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__notice {
    margin-bottom: 60px;
  }
}
.aquarium__notice-heading {
  max-width: 528px;
}
@media screen and (max-width: 767px) {
  .aquarium__notice-heading {
    max-width: 250px;
  }
}
.aquarium__notice-title {
  margin-top: -40px;
  margin-bottom: 65px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .aquarium__notice-title {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__notice-title {
    margin-top: -20px;
    margin-bottom: 47px;
  }
}
.aquarium__notice-title::after {
  background: url("../../public/img/aquarium/notice-title-curve-line.svg") no-repeat center/cover;
  width: 140%;
  left: -17.5%;
}
@media screen and (max-width: 767px) {
  .aquarium__notice-title::after {
    background: url("../../public/img/aquarium/notice-title-curve-line-sp.svg") no-repeat center/cover;
    width: 115%;
    left: -7.5%;
  }
}
.aquarium__notice-list {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .aquarium__notice-list {
    font-size: 14px;
    font-weight: 400;
    gap: 12px;
  }
}
.aquarium__notice-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .aquarium__notice-list li {
    gap: 8px;
  }
}
.aquarium__notice-list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .aquarium__notice-list li::before {
    width: 3px;
    height: 3px;
    margin-top: 9px;
  }
}
.aquarium__gallery {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .aquarium__gallery {
    margin-bottom: 115px;
  }
}
.aquarium__gallery-heading {
  max-width: 643px;
}
@media screen and (max-width: 767px) {
  .aquarium__gallery-heading {
    max-width: 345px;
  }
}
.aquarium__gallery-title {
  margin-top: -40px;
  margin-bottom: 56px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .aquarium__gallery-title {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__gallery-title {
    margin-top: -20px;
    margin-bottom: 44px;
  }
}
.aquarium__gallery-title::after {
  background: url("../../public/img/aquarium/gallery-title-curve-line.svg") no-repeat center/cover;
  width: 140%;
  left: -17.5%;
}
@media screen and (max-width: 767px) {
  .aquarium__gallery-title::after {
    background: url("../../public/img/aquarium/gallery-title-curve-line-sp.svg") no-repeat center/cover;
    width: 115%;
    left: -7.5%;
  }
}
.aquarium__gallery-box {
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .aquarium__gallery-box {
    padding-block: 30px;
  }
}
.aquarium__gallery-box .tiktok-embed {
  margin: 0 auto !important;
}
.aquarium__map-heading {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .aquarium__map-heading {
    max-width: 165px;
  }
}
.aquarium__map-heading img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.aquarium__map-title {
  margin-top: -40px;
  margin-bottom: 66px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .aquarium__map-title {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium__map-title {
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
.aquarium__map-title::after {
  background: url("../../public/img/aquarium/map-title-curve-line.svg") no-repeat center/cover;
  width: 140%;
  left: -17.5%;
}
@media screen and (max-width: 767px) {
  .aquarium__map-title::after {
    background: url("../../public/img/aquarium/map-title-curve-line-sp.svg") no-repeat center/cover;
    width: 115%;
    left: -7.5%;
  }
}
.aquarium__map-image {
  width: 100%;
  aspect-ratio: 800/436;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aquarium__map-image {
    aspect-ratio: 335/183;
  }
}
.aquarium__desc {
  margin-block: 16px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aquarium__desc {
    margin-block: 12px;
  }
}
.aquarium__map-text-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .aquarium__map-text-link {
    height: 13px;
  }
}
.aquarium__map-text-link img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.aquarium__map-text-link:hover img {
  opacity: 0.8;
}
.aquarium__map-button {
  display: block;
  width: 100%;
  max-width: 306px;
  height: 65px;
  margin: 36px auto 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .aquarium__map-button {
    max-width: 280px;
    height: 60px;
    margin: 24px auto 0;
  }
}
.aquarium__map-button img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.aquarium__map-button:hover img {
  opacity: 0.8;
}

.aquarium-creatures__mv {
  width: 100%;
  aspect-ratio: 1140/432;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__mv {
    aspect-ratio: 375/324;
  }
}
.aquarium-creatures__content {
  padding-block: 30px 120px;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__content {
    padding-block: 5px 80px;
  }
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__wrapper .aquarium__button {
    max-width: 150px;
    height: 35px;
    font-size: 14px;
  }
}
.aquarium-creatures__list {
  margin-top: 224px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 242px));
  gap: 4.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__list {
    margin-top: 94px;
    grid-template-columns: repeat(2, minmax(0, 160px));
    gap: 24px 4.5%;
  }
}
.aquarium-creatures__item {
  position: relative;
}
.aquarium-creatures__item:nth-child(2) {
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__item:nth-child(2) {
    bottom: 24px;
  }
}
.aquarium-creatures__image {
  width: 100%;
  aspect-ratio: 242/242;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__image {
    border-radius: 20px;
    margin-bottom: 8px;
  }
}
.aquarium-creatures__image img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__image img {
    border-radius: 20px;
  }
}
.aquarium-creatures__name {
  display: block;
  color: #ff0;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__name {
    font-size: 16px;
  }
}
.aquarium-creatures__more {
  width: 100%;
  max-width: 178px;
  height: 36px;
  margin: 32px auto 16px;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__more {
    max-width: 130px;
    height: 29px;
    margin: 32px auto 8px;
  }
}
.aquarium-creatures__note {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aquarium-creatures__note {
    font-size: 14px;
    text-align: left;
    max-width: 335px;
    margin-inline: auto;
  }
}
