@charset "UTF-8";
/* --------------------------------------------
 * 水族館について / about
 * -------------------------------------------- */
.under-page.about-page {
  overflow-x: hidden;
}

/* 見出し */
.about__top-txt--center {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 834px) {
  .about__top-txt--center {
    gap: 30px;
  }
}
.about__top-txt--center .about__catch,
.about__top-txt--center .about__lead {
  text-align: center;
}

.about__top-txt--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5%;
}
@media (max-width: 1024px) {
  .about__top-txt--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;
  }
}

/* キャッチ */
.about__catch {
  font-size: clamp(2.8rem, 2.7vw, 4.2rem);
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .about__catch {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .about__catch {
    margin-bottom: 20px;
  }
}
@media (max-width: 834px) {
  .about__catch {
    font-size: 2.6rem;
  }
}

/* MV */
.under-mv_about.under-mv::before,
.under-mv_about.under-mv::after {
  content: none;
}

.under-mv.under-mv_about {
  margin-bottom: 20px;
}

/* イントロ */
.sec-about__intro {
  position: relative;
  padding-bottom: 10vw;
  background: url(../img/under/about/about_intro-bg.png) no-repeat top center/cover;
  background-size: 121%;
}
@media (max-width: 1199px) {
  .sec-about__intro {
    padding-bottom: 6vw;
  }
}
.sec-about__intro::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  z-index: 0;
  max-width: 269px;
  width: 20vw;
  aspect-ratio: 563/669;
  bottom: -110px;
  left: 0;
  background-image: url(../img/under/about/about_bg01.webp);
}
.sec-about__intro::after {
  content: "";
  display: block;
  width: 68%;
  max-width: 700px;
  position: absolute;
  background-image: url(../img/under/about/about_intro-bg-iso.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1943/1417;
  bottom: -230px;
  right: 0;
}
@media (max-width: 834px) {
  .sec-about__intro::after {
    bottom: -16vw;
  }
}
.sec-about__intro .inner {
  position: relative;
  z-index: 2;
}

.sec-about__intro > .horizontal-element {
  max-width: 100%;
}

.sec-about__intro-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 499px) {
  .sec-about__intro-body {
    gap: 30px;
  }
}

.sec-about__intro-heading-img {
  max-width: 500px;
  width: 30vw;
}
@media (max-width: 499px) {
  .sec-about__intro-heading-img {
    width: 59vw;
  }
}
.sec-about__intro-heading-img img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.sec-about__intro-txt {
  text-align: center;
  font-size: clamp(1.6rem, 1.2vw, 2.1rem);
}
@media (max-width: 1024px) {
  .sec-about__intro-txt {
    font-size: 1.5rem;
  }
}

.sec-about__intro-txt span {
  color: #f3ed69;
}
.sec-about__intro-txt br {
  display: block;
  content: "";
  margin-bottom: 5px;
  border-bottom: none;
  background-image: radial-gradient(circle, #7dc6f0 0px, transparent 1.5px);
  background-size: 5px 5px;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-bottom: 15px;
}
@media (max-width: 834px) {
  .sec-about__intro-txt br {
    padding-bottom: 8px;
  }
}

.sec-about__intro-img01 {
  position: absolute;
  width: 15%;
  left: 72%;
  top: -8vw;
}
@media (max-width: 930px) {
  .sec-about__intro-img01 {
    width: 17%;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img01 {
    left: 78%;
    top: -20vw;
  }
}

.sec-about__intro-img02.img-white-border {
  border-radius: 0;
  border: none;
  border-top-left-radius: 9%;
  border-bottom-left-radius: 9%;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  border-left: 4px solid white;
}

.sec-about__intro-img02 {
  position: absolute;
  width: 18%;
  right: 0;
  top: 18vw;
}
@media (max-width: 1199px) {
  .sec-about__intro-img02 {
    width: 23%;
    top: 24vw;
  }
}
@media (max-width: 930px) {
  .sec-about__intro-img02 {
    top: 32vw;
  }
}
@media (max-width: 834px) {
  .sec-about__intro-img02 {
    top: 40vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img02 {
    width: 21%;
  }
}

.sec-about__intro-img03 {
  position: absolute;
  width: 12%;
  left: -1%;
  top: -5vw;
}
@media (max-width: 834px) {
  .sec-about__intro-img03 {
    width: 13%;
    left: -2%;
    top: -5vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img03 {
    top: -12vw;
  }
}

.sec-about__intro-img04 {
  position: absolute;
  width: 15%;
  left: 13%;
  top: 10vw;
}
@media (max-width: 834px) {
  .sec-about__intro-img04 {
    width: 15%;
    left: 10%;
    top: 16vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img04 {
    left: 2%;
    top: 12vw;
  }
}

.sec-about__intro-img05 {
  position: absolute;
  width: 15%;
  left: 2%;
  top: 29vw;
}
@media (max-width: 834px) {
  .sec-about__intro-img05 {
    width: 18%;
    left: 1%;
    top: 34vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img05 {
    left: -3%;
    top: 39vw;
  }
}

.sec-about__intro-img06 {
  position: absolute;
  width: 12%;
  right: 0;
  top: 6vw;
}
@media (max-width: 1199px) {
  .sec-about__intro-img06 {
    top: 9vw;
  }
}
@media (max-width: 930px) {
  .sec-about__intro-img06 {
    top: 14vw;
    width: 14%;
  }
}

.sec-about__intro-img07 {
  position: absolute;
  width: 25%;
  right: 0;
  top: 27vw;
  z-index: 1;
}
@media (max-width: 1199px) {
  .sec-about__intro-img07 {
    top: 45vw;
  }
}
@media (max-width: 930px) {
  .sec-about__intro-img07 {
    top: 54vw;
  }
}
@media (max-width: 834px) {
  .sec-about__intro-img07 {
    width: 25%;
    top: 63vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img07 {
    top: 85vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img07 {
    top: unset;
    bottom: 4vw;
  }
}

.sec-about__intro-img08 {
  position: absolute;
  width: 13%;
  right: 84%;
  top: 18vw;
}
@media (max-width: 834px) {
  .sec-about__intro-img08 {
    width: 16%;
    top: 25vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img08 {
    right: 90%;
  }
}

.sec-about__intro-img09 {
  position: absolute;
  width: 15%;
  right: 73%;
  top: 25vw;
}
@media (max-width: 1199px) {
  .sec-about__intro-img09 {
    width: 18%;
    right: 76%;
    top: 39vw;
  }
}
@media (max-width: 834px) {
  .sec-about__intro-img09 {
    width: 21%;
    right: 80%;
    top: 48vw;
  }
}
@media (max-width: 639px) {
  .sec-about__intro-img09 {
    right: 82%;
    top: 55vw;
  }
}
@media (max-width: 499px) {
  .sec-about__intro-img09 {
    top: unset;
    left: 1%;
    bottom: -27vw;
    z-index: 0;
    width: 24%;
  }
}

/* Feature 水族館の特徴 */
.about-feature {
  position: relative;
  padding-bottom: 350px;
  background: url(../img/under/about/about_feature-bg.png) no-repeat top left/cover;
}
@media (max-width: 834px) {
  .about-feature {
    padding-bottom: 290px;
  }
}
@media (max-width: 639px) {
  .about-feature {
    padding-bottom: 250px;
  }
}
@media (max-width: 499px) {
  .about-feature {
    padding-bottom: 200px;
  }
}
.about-feature::after {
  background: url(../img/under/about/about_coral03.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18%;
  aspect-ratio: 551/719;
  bottom: 84px;
  left: 0;
  z-index: 1;
}
.about-feature .inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
}

/* 水族館の特徴 背景 */
.about-feature__bg01,
.about-feature__bg02,
.about-feature__bg03 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.about-feature__bg01 {
  width: 15%;
  max-width: 238px;
  background-image: url(../img/under/about/about_bg02.webp);
  aspect-ratio: 476/340;
  left: 71%;
  top: 1vw;
}

.about-feature__bg02 {
  width: 12%;
  max-width: 238px;
  background-image: url(../img/under/about/about_bg03.webp);
  aspect-ratio: 434/230;
  left: 84%;
  top: 51vw;
}

.about-feature__bg03 {
  width: 10%;
  max-width: 238px;
  background-image: url(../img/under/about/about_bg04.webp);
  aspect-ratio: 448/386;
  left: 1%;
  top: 60%;
}
@media (max-width: 834px) {
  .about-feature__bg03 {
    top: 55%;
  }
}
@media (max-width: 639px) {
  .about-feature__bg03 {
    width: 18%;
    top: 53%;
  }
}
@media (max-width: 499px) {
  .about-feature__bg03 {
    bottom: 11vw;
  }
}

/* 水族館の特徴 コンテンツ */
.about-feature__body {
  margin-top: 72px;
}
@media (max-width: 834px) {
  .about-feature__body {
    margin-top: 30px;
  }
}

.about-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .about-feature__list {
    gap: 7%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 639px) {
  .about-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.about-feature__list:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 639px) {
  .about-feature__list:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-feature__list + .about-feature__list {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .about-feature__list + .about-feature__list {
    margin-top: 30px;
  }
}

.about-feature__list-item {
  position: relative;
  z-index: 10;
}
.about-feature__list-item:nth-child(1) {
  width: 48%;
}
@media (max-width: 834px) {
  .about-feature__list-item:nth-child(1) {
    width: 56%;
  }
}
@media (max-width: 639px) {
  .about-feature__list-item:nth-child(1) {
    width: 100%;
  }
}
.about-feature__list-item:nth-child(2) {
  width: 34%;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .about-feature__list-item:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 639px) {
  .about-feature__list-item:nth-child(2) {
    width: 76%;
  }
}

.about-feature__item-img {
  position: relative;
}
.about-feature__item-img img {
  border-radius: 40px;
  border: solid 5px #fff;
  overflow: hidden;
}
.about-feature__item-img .feature-img__num {
  position: absolute;
}
.about-feature__item-img .feature-img__txt-label {
  position: absolute;
  top: -10px;
  right: -20px;
  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.6rem, 1.8vw, 2.4rem);
  color: white;
}
@media (max-width: 499px) {
  .about-feature__item-img .feature-img__txt-label {
    right: -10px;
  }
}
.about-feature__item-img .feature-img__txt-label span {
  position: relative;
  padding: 16px 4px;
  white-space: nowrap;
  border-radius: 10px;
}
.about-feature__item-img .feature-img__txt-label span.end-symbol {
  padding-bottom: 4px;
}
.about-feature__item-img .feature-img__txt-label span.start-symbol {
  padding-top: 4px;
}
.about-feature__item-img .feature-img__txt-label span.material-symbols-outlined {
  padding: 4px 0 0;
  font-variation-settings: "FILL" 1;
}

.feature-img__num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  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;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  font-family: var(--gra);
}
@media (max-width: 834px) {
  .feature-img__num {
    width: 60px;
    font-size: 2.4rem;
  }
}
.feature-img__num span {
  line-height: 1;
  padding-top: 6px;
}
@media (max-width: 834px) {
  .feature-img__num span {
    padding-top: 3px;
  }
}

.feature-img01 .feature-img__num {
  background-color: #fe5358;
}
.feature-img01 .feature-img__txt-label span {
  background-color: #fe5358;
}

.feature-img02 .feature-img__num {
  background-color: #946aff;
}
.feature-img02 .feature-img__txt-label span {
  background-color: #946aff;
}

.feature-img03 .feature-img__num {
  background-color: #ff9cc4;
}
.feature-img03 .feature-img__txt-label span {
  background-color: #ff9cc4;
}

.feature-img04 .feature-img__num {
  background-color: #5ce8ff;
}
.feature-img04 .feature-img__txt-label span {
  background-color: #5ce8ff;
}

.about-feature__list-item span.vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0;
  line-height: 1.5;
}
.about-feature__list-item span.vertical-text.en {
  font-family: var(--gra);
  font-style: italic;
  font-weight: bold;
}
.about-feature__list-item span.vertical-text-inner {
  display: inline-block;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 0;
}

.about-feature__item-txt {
  font-size: 1.6rem;
  margin-top: 24px;
  width: 96%;
  padding-left: 10px;
}
@media (max-width: 834px) {
  .about-feature__item-txt {
    margin-top: 12px;
  }
}

.about-feature__event-check {
  width: 32%;
  max-width: 500px;
  position: absolute;
  left: 9%;
  bottom: -14vw;
  z-index: 3;
}

.about-feature__event-check-link {
  position: relative;
  z-index: 3;
  display: block;
}
.about-feature__event-check-link .about-feature__event-check-penguin {
  max-width: 219px;
  width: 57%;
}
@media (max-width: 639px) {
  .about-feature__event-check-link .about-feature__event-check-penguin {
    width: 78%;
  }
}
.about-feature__event-check-link .about-feature__event-check-bubble {
  -webkit-animation: yurayura 3s infinite;
          animation: yurayura 3s infinite;
  max-width: 355px;
  width: 90%;
  position: absolute;
  left: 38%;
  top: -21%;
}
@media (max-width: 639px) {
  .about-feature__event-check-link .about-feature__event-check-bubble {
    width: 130%;
    left: 57%;
    top: -16%;
  }
}
@media (max-width: 499px) {
  .about-feature__event-check-link .about-feature__event-check-bubble {
    width: 160%;
    top: -29%;
  }
}

/* シーパラの仲間たち */
.sec-about__friends {
  background: #58b1e4;
  position: relative;
  z-index: 4;
}
@media (max-width: 834px) {
  .sec-about__friends {
    padding-top: 6vw;
  }
}
.sec-about__friends::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/about/about_intro-wave.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1680/407;
  top: -23vw;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.sec-about__friends::after {
  content: "";
  display: block;
  width: 12%;
  position: absolute;
  background-image: url(../img/under/about/about_bg05.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 366/296;
  top: -13vw;
  left: 63%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec-about__friends::after {
    width: 10%;
  }
}

/* 背景 */
.about-friends__bg01,
.about-friends__bg02,
.about-friends__bg03,
.about-friends__bg04 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.about-friends__bg01 {
  width: 26%;
  max-width: 429px;
  background-image: url(../img/under/about/about_coral01.webp);
  aspect-ratio: 778/841;
  left: 0;
  top: 0;
}

.about-friends__bg02 {
  width: 26%;
  max-width: 465px;
  background-image: url(../img/under/about/about_coral02.webp);
  aspect-ratio: 928/1122;
  right: 0;
  top: -13vw;
}

.about-friends__bg03 {
  width: 26%;
  max-width: 173px;
  background-image: url(../img/under/about/about_bg07.webp);
  aspect-ratio: 928/1122;
  left: 72%;
  top: 7vw;
}
@media (max-width: 834px) {
  .about-friends__bg03 {
    width: 14%;
  }
}
@media (max-width: 639px) {
  .about-friends__bg03 {
    left: 84%;
  }
}

.about-friends__bg04 {
  width: 26%;
  max-width: 121px;
  background-image: url(../img/under/about/about_bg06.webp);
  aspect-ratio: 928/1122;
  left: 17%;
  top: 8vw;
}
@media (max-width: 834px) {
  .about-friends__bg04 {
    width: 10%;
    left: 8%;
  }
}

.about-friends__bg05 {
  position: absolute;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url(../img/under/about/about_friends-bg-iso.png);
  aspect-ratio: 3359/1554;
  left: 0;
  bottom: 0;
}

/* スライダー箇所 */
.about-friends__slider01,
.about-friends__slider02 {
  overflow: hidden;
}
@media (max-width: 499px) {
  .about-friends__slider01,
  .about-friends__slider02 {
    padding-top: 4vw;
  }
}
@media (max-width: 399px) {
  .about-friends__slider01,
  .about-friends__slider02 {
    padding-top: 6vw;
  }
}

.about-friends__body li + li {
  margin-top: 60px;
}
@media (max-width: 499px) {
  .about-friends__body li + li {
    margin-top: 40px;
  }
}

.about-friends__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  background-image: radial-gradient(circle, #f3ed69 0px, transparent 2px);
  background-size: 6px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 16px;
  margin: 70px 0 32px;
}
@media (max-width: 834px) {
  .about-friends__heading-wrap {
    margin-bottom: 16px;
  }
}

.about-friends__heading {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .about-friends__heading {
    font-size: 2.2rem;
  }
}
@media (max-width: 834px) {
  .about-friends__heading {
    font-size: 2rem;
  }
}
@media (max-width: 499px) {
  .about-friends__heading {
    font-size: 1.8rem;
  }
}

.about-friends__btn {
  color: #0f679a;
  font-size: 1.6rem;
  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;
  gap: 8px;
  background: #fff;
  border-radius: calc(infinity * 1px);
  padding: 12px 0;
  width: 240px;
}
.about-friends__btn img {
  width: 7px;
  height: auto;
}
@media (max-width: 834px) {
  .about-friends__btn {
    width: 200px;
    padding: 8px 0;
  }
}
@media (max-width: 499px) {
  .about-friends__btn {
    font-size: 1.5rem;
  }
}

.about-friends__btn.base__btn.base__btn-white {
  margin: 0;
}

.about-friends__btn.--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 499px) {
  .about-friends__btn.--pc {
    display: none;
  }
}
.about-friends__btn.--sp {
  display: none;
}
@media (max-width: 499px) {
  .about-friends__btn.--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0 !important;
  }
}

/* ぺージネーション */
.about-friends__cont .about-friends__slider01 .swiper-pagination.swiper-pagination-bullet {
  background-color: #fff !important;
  background: #fff !important;
  opacity: 1;
}
.about-friends__cont .about-friends__slider01 .swiper-pagination-bullet-active {
  background-color: #f3ed69;
  opacity: 1;
}

.about-friends__slider01 .swiper-pagination01,
.about-friends__slider02 .swiper-pagination02 {
  margin-top: 11vw;
  bottom: unset;
  top: unset;
  left: unset;
  text-align: center;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-friends__slider01 .swiper-pagination01 .swiper-pagination-bullet,
.about-friends__slider02 .swiper-pagination02 .swiper-pagination-bullet {
  background: #fff !important;
}
.about-friends__slider01 .swiper-pagination01 .swiper-pagination-bullet-active,
.about-friends__slider02 .swiper-pagination02 .swiper-pagination-bullet-active {
  background: #f3ed69 !important;
}
@media (max-width: 834px) {
  .about-friends__slider01 .swiper-pagination01,
  .about-friends__slider02 .swiper-pagination02 {
    margin-top: 14vw;
  }
}

.about-friends__slider01 .swiper-slide,
.about-friends__slider02 .swiper-slide {
  -webkit-transform: scale(0.8) translateY(0);
          transform: scale(0.8) translateY(0);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.about-friends__slider01 .swiper-slide-active,
.about-friends__slider02 .swiper-slide-active {
  -webkit-transform: scale(1) translateY(8vw);
          transform: scale(1) translateY(8vw);
}
@media (max-width: 834px) {
  .about-friends__slider01 .swiper-slide-active,
  .about-friends__slider02 .swiper-slide-active {
    -webkit-transform: scale(1) translateY(10vw);
            transform: scale(1) translateY(10vw);
  }
}

.about-friends__slider01 .swiper-slide-next,
.about-friends__slider02 .swiper-slide-next {
  -webkit-transform: scale(0.8) translateY(4vw);
          transform: scale(0.8) translateY(4vw);
}

.about-friends__slider01 .swiper-slide-prev,
.about-friends__slider02 .swiper-slide-prev {
  -webkit-transform: scale(0.8) translateY(4vw);
          transform: scale(0.8) translateY(4vw);
}

.about-friends__slider01 .swiper,
.about-friends__slider02 .swiper {
  overflow: visible;
}
@media (max-width: 639px) {
  .about-friends__slider01 .swiper,
  .about-friends__slider02 .swiper {
    padding-top: 4vw;
  }
}

/* スライドに吹き出し表示 */
.swiper-slide-active:has(img[src*="marine-mammal01.webp"])::before {
  background-image: url("../img/under/about/marine-mammal01-txt.webp");
}
.swiper-slide-active:has(img[src*="fish01.webp"])::before {
  background-image: url("../img/under/about/fish01-txt.webp");
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スライドのキャプション */
.about-friends__slider01 .swiper-slide,
.about-friends__slider02 .swiper-slide {
  position: relative;
}
.about-friends__slider01 .slide-bubble,
.about-friends__slider02 .slide-bubble {
  position: absolute;
  left: -12px;
  top: -70px;
  aspect-ratio: 408/248;
  width: 160px;
  height: auto;
  background-image: url("../img/under/about/slide-bubble.webp");
  background-size: cover;
  background-position: center;
  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;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 639px) {
  .about-friends__slider01 .slide-bubble,
  .about-friends__slider02 .slide-bubble {
    width: 140px;
    top: -69px;
  }
}
.about-friends__slider01 .slide-bubble .slide-bubble__txt,
.about-friends__slider02 .slide-bubble .slide-bubble__txt {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #fe5358;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 639px) {
  .about-friends__slider01 .slide-bubble .slide-bubble__txt,
  .about-friends__slider02 .slide-bubble .slide-bubble__txt {
    font-size: 1.3rem;
  }
}
.about-friends__slider01 .slide-bubble .slide-bubble__txt.two-row,
.about-friends__slider02 .slide-bubble .slide-bubble__txt.two-row {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.about-friends__slider01 .swiper-slide-active .slide-bubble,
.about-friends__slider02 .swiper-slide-active .slide-bubble {
  opacity: 1;
}
.about-friends__slider01 .slide-caption,
.about-friends__slider02 .slide-caption {
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px 15px;
  border-radius: 50px;
  margin: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .about-friends__slider01 .slide-caption,
  .about-friends__slider02 .slide-caption {
    font-size: 1.3rem;
  }
}
.about-friends__slider01 .swiper-slide-active .slide-caption,
.about-friends__slider02 .swiper-slide-active .slide-caption {
  opacity: 1;
}

.about-friends__slider01 .slide-caption {
  background-color: #ffa37f;
}

.about-friends__slider02 .slide-caption {
  background-color: #35e8dc;
}/*# sourceMappingURL=about.css.map */