@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "Kiwi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #695E9A;
  line-height: 1.6;
  font-weight: 400;
  background: #CDDFE1;
}

.content-wrap {
  width: 100%;
  margin: auto;
}
@media (min-width: 1300px) {
  .content-wrap {
    width: 1300px;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .content-wrap {
    width: 100%;
  }
}

a {
  text-decoration: none;
}
a:hover {
  -webkit-animation: hop 0.3s cubic-bezier(0.2, 0.89, 0.77, 0.98);
          animation: hop 0.3s cubic-bezier(0.2, 0.89, 0.77, 0.98);
}

a.external-link {
  display: block;
  text-decoration: none;
  position: relative;
  color: #D4798E;
  background: url(../img/btn-external-link-hover.png) no-repeat top/contain;
  font-size: 20px;
  font-weight: bold;
  font-family: "Kaisei Opti", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  padding: 1.5rem;
  margin: 1.5rem 0;
  z-index: 0;
}
a.external-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/btn-external-link.png) no-repeat top/contain;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}
a.external-link:hover::after {
  opacity: 1;
}
a.external-link small {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #695E9A;
}
@media (max-width: 1299px) {
  p {
    font-size: 15px;
    font-weight: bold;
  }
}

.main-ttl {
  display: block;
  margin: 0 0 2rem;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (min-width: 1300px) {
  .main-ttl {
    margin: 3rem auto 4rem;
  }
}
.main-ttl img {
  width: 450px;
}
@media (max-width: 1299px) {
  .main-ttl img {
    width: 70%;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .main-ttl img {
    width: 40%;
  }
}

section {
  padding: 4rem 0 7rem;
}
@media (min-width: 1300px) {
  section {
    padding: 100px 0 190px;
  }
}

@media (max-width: 1299px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1300px) {
  .sp {
    display: none;
  }
}

#usalupa-main .show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#usalupa-main .blur {
  opacity: 1;
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@-webkit-keyframes hop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 泡が上るアニメーション */
.bubble-anim, .mv-awa {
  -webkit-animation: bubbleUp 10s cubic-bezier(0.7, -0.08, 0.59, 0.7) forwards, bubbleSway 8s ease infinite;
          animation: bubbleUp 10s cubic-bezier(0.7, -0.08, 0.59, 0.7) forwards, bubbleSway 8s ease infinite;
}
@media (max-width: 1299px) {
  .bubble-anim, .mv-awa {
    -webkit-animation: bubbleUp 4s cubic-bezier(0.7, -0.08, 0.59, 0.7) forwards, bubbleSway 3s ease infinite;
            animation: bubbleUp 4s cubic-bezier(0.7, -0.08, 0.59, 0.7) forwards, bubbleSway 3s ease infinite;
  }
}

/* アニメーション */
@media (min-width: 1300px) {
  @-webkit-keyframes bubbleUp {
    0% {
      bottom: -100dvh;
    }
    100% {
      bottom: 150dvh;
    }
  }
  @keyframes bubbleUp {
    0% {
      bottom: -100dvh;
    }
    100% {
      bottom: 150dvh;
    }
  }
}
@media (max-width: 1299px) {
  @-webkit-keyframes bubbleUp {
    0% {
      bottom: -100dvh;
    }
    100% {
      bottom: 100dvh;
    }
  }
  @keyframes bubbleUp {
    0% {
      bottom: -100dvh;
    }
    100% {
      bottom: 100dvh;
    }
  }
}
/* 横のゆらぎ */
@-webkit-keyframes bubbleSway {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes bubbleSway {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.bg-bubble {
  position: absolute;
  z-index: -1;
  width: 800px;
  height: auto;
  max-width: unset;
  display: block;
  bottom: -100dvh;
}
@media (min-width: 1300px) {
  .bg-bubble {
    bottom: 0;
    width: 1200px;
  }
}

.mv {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: no-repeat center top/cover #9db6d3;
  background-image: url(../img/bg-sumoguri-sp.png);
  /* 泡の基本位置（画面外下） */
  /* 泡の位置をバラす */
}
@media (min-width: 1300px) {
  .mv {
    background-image: url(../img/bg-sumoguri.jpg);
  }
}
.mv .parallax-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv .mv-title {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  width: 90%;
  top: -30%;
}
@media (min-width: 1300px) {
  .mv .mv-title {
    width: 780px;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .mv .mv-title {
    width: 40%;
    bottom: unset;
    top: 3rem;
  }
}
.mv .mv-usalupa {
  position: absolute;
  inset: 0;
  margin: auto;
  bottom: -250px;
  max-width: 50vw;
  z-index: 2;
}
@media (min-width: 1300px) {
  .mv .mv-usalupa {
    width: 300px;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .mv .mv-usalupa {
    width: 40dvh;
    bottom: unset;
    top: 6rem;
  }
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv .mv-usalupa.show {
  -webkit-animation: floatUpDown 3s ease-in-out infinite;
          animation: floatUpDown 3s ease-in-out infinite;
}
.mv .mv-usalupa.blur {
  -webkit-animation: blur 3s ease-in-out infinite;
          animation: blur 3s ease-in-out infinite;
}
.mv .mv-title {
  opacity: 0;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 2s ease;
  transition: opacity 0.6s ease, -webkit-filter 2s ease;
  transition: opacity 0.6s ease, filter 2s ease;
  transition: opacity 0.6s ease, filter 2s ease, -webkit-filter 2s ease;
}
.mv .mv-usalupa {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.mv .mv-awa {
  position: absolute;
  width: 800px;
  height: auto;
  max-width: unset;
  display: block;
  bottom: -100dvh;
}
@media (min-width: 1300px) {
  .mv .mv-awa {
    bottom: 0;
    width: 1200px;
  }
}
.mv .awa1 {
  left: -60%;
}
.mv .awa2 {
  left: 50%;
}
.mv .awa3 {
  left: 40%;
}
@media (min-width: 1300px) {
  .mv .awa3 {
    left: 10%;
  }
}

.products {
  position: relative;
  z-index: 5; /* MVより上に重ねる */
  background: #bedee2;
  overflow-x: clip;
}
@media (min-width: 1300px) {
  .products {
    min-height: 80dvh;
  }
}
.products::before {
  content: "";
  background: url(../img/bg-naminami01.png) repeat-x top;
  width: 100%;
  height: 84px;
  position: absolute;
  top: -42px;
  left: 0;
}
.products .products-wrap {
  text-align: center;
}
@media (max-width: 1299px) {
  .products .products-wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .products .products-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 2rem;
  }
}
@media (min-width: 1300px) {
  .products .products-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 2rem;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .products .products-wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 2rem;
  }
}
@media (max-width: 1299px) {
  .products .products-wrap .products-item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .products .products-wrap .products-item {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1300px) {
  .products .products-wrap .products-item {
    width: calc(50% - 2rem);
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .products .products-wrap .products-item {
    width: calc(50% - 1rem);
  }
}
.products .products-wrap .products-item .products-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-bottom: 1rem;
}
.products .products-wrap .products-item .products-ttl-wrap .data {
  background: #fcfbf9;
  border-radius: 100px;
  font-size: 15px;
  padding: 0.2rem 0.5rem;
  letter-spacing: 3px;
  width: 110px;
  display: block;
  margin: auto;
}
.products .products-wrap .products-item .products-ttl-wrap .products-ttl {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 1.5px;
}
.products .products-wrap .products-item .products-ttl-wrap p {
  font-size: 14px;
}
.products .products-wrap .products-item img {
  width: 100%;
  display: block;
  margin: auto;
}
@media (min-width: 1300px) {
  .products .products-wrap .products-item img {
    max-width: 420px;
  }
}
.products .bg-bubble {
  opacity: 0.4;
  top: 0;
  bottom: unset;
}

.ecology {
  position: relative;
  z-index: 5; /* MVより上に重ねる */
  background: #cddfe1;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 200px;
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}
@media (max-width: 1299px) {
  .ecology {
    padding-top: 5rem;
    padding-bottom: 4rem;
    min-height: 72dvh;
  }
}
.ecology::before {
  content: "";
  background: url(../img/bg-naminami03.svg) repeat-x top;
  width: 100%;
  height: 145px;
  position: absolute;
  top: -34px;
  left: 0;
}
@media (max-width: 1299px) {
  .ecology::before {
    top: -9px;
    height: 45px;
    background-size: auto 100%;
  }
}
.ecology .swiper {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.ecology .swiper .swiper-wrapper {
  height: 156dvw;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-wrapper {
    width: 780px;
    height: 910px;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-wrapper {
    height: 910px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .ecology .swiper .swiper-wrapper {
    height: 140dvw;
  }
}
.ecology .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide {
    width: 100%;
    padding: 0 3rem;
  }
}
.ecology .swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide img {
    height: 100%;
  }
}
.ecology .swiper .swiper-slide .slide-wrap {
  position: relative;
  width: 100%;
  height: 130dvw;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide-wrap {
    width: 780px;
    height: 910px;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide-wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-slide .slide-wrap {
    height: 910px;
  }
}
.ecology .swiper .swiper-slide .slide01 {
  position: relative;
  background: url(../img/usalupa-ecology01.png) no-repeat top/auto 100%;
}
.ecology .swiper .swiper-slide .slide01 .slide01-wrap {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-wrap {
    margin-top: 4vw;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-wrap {
    padding: 0;
    position: relative;
    background-size: auto 100%;
  }
}


.ecology .swiper .swiper-slide .slide01 img {
  position: absolute;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  inset: 0;
  bottom: unset;
}
@media (max-width: 1299px) {
  .ecology .swiper .swiper-slide .slide01 img {
    height: 11dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 img {
    height: 18dvh;
  }
}
.ecology .swiper .swiper-slide .slide01 .slide01-img01 {
  top: 18%;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img01 {
    top: 12dvh;
    left: 3dvh;
    height: 23dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img01 {
    top: 18dvh;
    left: 1dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img01 {
    height: 41dvh;
    top: 40dvh;
  }
}
.ecology .swiper .swiper-slide .slide01 .slide01-img02 {
  top: 23%;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img02 {
    top: 17dvh;
    height: 21dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img02 {
    top: 23dvh;
    height: 18dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img02 {
    height: 41dvh;
    top: 50dvh;
  }
}
.ecology .swiper .swiper-slide .slide01 .slide01-img03 {
  bottom: -30%;
  height: 13dvh;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img03 {
    bottom: -30dvh;
    height: 24dvh;
    left: 2dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img03 {
    height: 20dvh;
    top: 55dvh;
    bottom: unset;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img03 {
    height: 51dvh;
    bottom: -64dvh;
  }
}
.ecology .swiper .swiper-slide .slide01 .slide01-img04 {
  bottom: -45%;
  height: 7dvh;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img04 {
    height: 15dvh;
    bottom: -48dvh;
    left: 1.3dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img04 {
    height: 12dvh;
    bottom: 0;
    top: 50dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-slide .slide01 .slide01-img04 {
    height: 30dvh;
    bottom: -90dvh;
  }
}
.ecology .swiper .swiper-slide .slide02 {
  background: url(../img/usalupa-ecology02.png) no-repeat top/100% auto;
  position: relative;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 {
    width: 1300px;
    height: 100dvh;
    background-size: auto 100%;
  }
}
.ecology .swiper .swiper-slide .slide02 .slide02-wrap {
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 2rem 1rem;
  background-size: 100% auto;
  padding: 17vw 0 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-wrap {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-wrap {
    margin-top: 19dvh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 60dvh;
  }
}
.ecology .swiper .swiper-slide .slide02 .slide02-item {
  background: no-repeat top/80% auto;
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 26%;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 1299px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item {
    width: calc(50% - 1rem);
    padding-top: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item {
    position: inherit;
    inset: unset;
    margin: unset;
    top: unset;
    width: 22%;
    background-position: top 6% center;
    background-size: 70% auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item {
    width: 48%;
  }
}
@media (max-width: 1299px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item p {
    font-size: 2.4cqw;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item p {
    font-size: 1rem;
  }
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item p {
    padding-top: 1.5rem;
    font-size: 15px;
    margin: 0 3rem;
    text-align: center;
  }
}
.ecology .swiper .swiper-slide .slide02 .slide02-item.item-leucistic {
  background-image: url(../img/bg-fellow02-leucistic.png);
}
@media (min-width: 1301px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item.item-leucistic {
    left: -90dvh;
  }
}
.ecology .swiper .swiper-slide .slide02 .slide02-item.item-golden {
  background-image: url(../img/bg-fellow02-golden.png);
}
@media (min-width: 1301px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item.item-golden {
    left: -29dvh;
    top: 22dvh;
  }
}
.ecology .swiper .swiper-slide .slide02 .slide02-item.item-black {
  background-image: url(../img/bg-fellow02-black.png);
}
@media (min-width: 1301px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item.item-black {
    right: -30dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item.item-black img {
    width: 42%;
  }
}
@media (max-width: 1299px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item.item-black img {
    width: 48%;
  }
}
.ecology .swiper .swiper-slide .slide02 .slide02-item.item-cyan {
  background-image: url(../img/bg-fellow02-cyan.png);
}
@media (min-width: 1301px) {
  .ecology .swiper .swiper-slide .slide02 .slide02-item.item-cyan {
    right: -91dvh;
    top: 22dvh;
  }
}
.ecology .swiper .swiper-slide .slide02 img {
  height: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  width: 55%;
  margin: 3rem auto 1rem;
}
@media (max-width: 1299px) {
  .ecology .swiper .swiper-slide .slide02 img {
    margin: auto;
  }
}
.ecology .swiper .swiper-slide .slide02 img.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ecology .swiper .swiper-slide .slide03 {
  background: url(../img/usalupa-ecology03.png) no-repeat top/100% auto;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide03 {
    background-size: auto 100%;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .ecology .swiper .swiper-slide .slide03 {
    background-size: auto 100%;
    max-width: 60%;
  }
}
@media (min-width: 1040px) and (max-width: 1300px) and (min-height: 481px) and (max-height: 850px) {
  .ecology .swiper .swiper-slide .slide03 {
    width: 1040px;
  }
}
.ecology .swiper .swiper-slide .slide03 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  inset: 0;
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  .ecology .swiper .swiper-slide .slide03 img {
    height: 100%;
    width: auto;
    top: 3vh;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .ecology .swiper .swiper-slide .slide03 {
    height: 100%;
    width: auto;
  }
}

@media (orientation: landscape) and (max-height: 480px) {
  .ecology .swiper .swiper-slide .slide03 {
    height: 100%;
    width: auto;
    top: 3vh;
  }
}

.ecology .swiper-wrapper {
  position: relative;
}
.ecology .swiper-wrapper .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.ecology .swiper-pagination {
  width: 90%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 1;
}
.ecology .swiper-pagination-bullet {
  width: 30px;
  border-radius: 10px;
}
.ecology .swiper-prev,
.ecology .swiper-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 1;
  width: 30px;
  height: 30px;
}
@media (min-width: 1300px) {
  .ecology .swiper-prev,
  .ecology .swiper-next {
    width: 40px;
    height: 40px;
  }
}
.ecology .swiper-prev {
  left: 0;
  background: url(../img/ico-prev.png) no-repeat 0 0/100% auto;
}
.ecology .swiper-next {
  right: 0;
  background: url(../img/ico-next.png) no-repeat 0 0/100% auto;
}
.ecology .swiper-slide img {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fellow {
  position: relative;
  background: #CDDFE1;
  z-index: 5;
  padding-bottom: 130px;
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
}
@media (max-width: 1299px) {
  .fellow {
    padding-bottom: 20px;
  }
}
.fellow::before {
  content: "";
  background: url(../img/bg-naminami02.svg) repeat-x top/100% auto;
  width: 100%;
  height: 244px;
  position: absolute;
  top: -83px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1299px) {
  .fellow::before {
    height: 15vw;
    top: -6vw;
  }
}
.fellow::after {
  content: "";
  background: url(../img/bg-naminami06.svg) repeat-x top;
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: -145px;
  left: 0;
}
@media (max-width: 1299px) {
  .fellow .main-ttl {
    margin-bottom: 3rem;
  }
}
.fellow .fellow-wrap {
  margin: auto;
  position: relative;
}
@media (min-width: 1300px) {
  .fellow .fellow-wrap {
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 0;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .fellow .fellow-wrap {
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 0;
  }
}
.fellow .fellow-wrap .fellow-item {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  text-align: center;
  position: relative;
  background: url(../img/img-awa1.png) no-repeat right 18% top 0/25px auto, url(../img/img-awa2.png) no-repeat 15% 73%/30px auto;
}
@media (min-width: 1300px) {
  .fellow .fellow-wrap .fellow-item {
    width: 30%;
    background: url(../img/img-awa1.png) no-repeat right 13% top 8%/30px auto, url(../img/img-awa2.png) no-repeat 10% 42%/40px auto;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .fellow .fellow-wrap .fellow-item {
    width: 33%;
  }
}
.fellow .fellow-wrap .fellow-item.fellow-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1300px) {
  .fellow .fellow-wrap .fellow-item.item01 {
    margin-top: 10px;
    top: 50px;
    left: 60px;
  }
}
@media (max-width: 1299px) {
  .fellow .fellow-wrap .fellow-item.item01 img {
    width: 50%;
  }
}
.fellow .fellow-wrap .fellow-item.item02 {
  background: url(../img/img-awa1.png) no-repeat right 13% top 0%/25px auto, url(../img/img-awa2.png) no-repeat 16% 69%/30px auto;
}
@media (min-width: 1300px) {
  .fellow .fellow-wrap .fellow-item.item02 {
    background: url(../img/img-awa1.png) no-repeat right 13% top 8%/30px auto, url(../img/img-awa2.png) no-repeat 10% 42%/40px auto;
    inset: 0;
    left: 2%;
    top: 160px;
    margin: auto;
  }
}
@media (max-width: 1299px) {
  .fellow .fellow-wrap .fellow-item.item02 img {
    width: 40%;
  }
}
.fellow .fellow-wrap .fellow-item.item03 {
  background: url(../img/img-awa1.png) no-repeat right 13% top 8%/30px auto, url(../img/img-awa2.png) no-repeat 10% 42%/40px auto;
}
@media (min-width: 1300px) {
  .fellow .fellow-wrap .fellow-item.item03 {
    background: url(../img/img-awa1.png) no-repeat right 13% top 8%/30px auto, url(../img/img-awa2.png) no-repeat 15% 9%/40px auto;
    width: 34%;
    right: 0;
    top: 0;
  }
}
.fellow .fellow-wrap .fellow-item .ttl-wrap {
  position: relative;
  margin: 0 auto 1.5rem;
  cursor: pointer;
  display: table;
}
.fellow .fellow-wrap .fellow-item .ttl-wrap .chara-name {
  width: 210px;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fellow .fellow-wrap .fellow-item .ttl-wrap .chara-name {
    width: 140px;
  }
}
.fellow .fellow-wrap .fellow-item .ttl-wrap .modal__trigger {
  position: absolute;
  top: -4vw;
  width: 80px;
  height: auto;
  right: -64px;
}
.fellow .fellow-wrap .fellow-item .ttl-wrap:hover .modal__trigger {
  -webkit-animation: hop 0.3s cubic-bezier(0.2, 0.89, 0.77, 0.98);
          animation: hop 0.3s cubic-bezier(0.2, 0.89, 0.77, 0.98);
}
@media (max-width: 1299px) {
  .fellow .fellow-wrap .fellow-item img {
    width: 70%;
    height: auto;
  }
}
.fellow .fellow-wrap .fellow-item p {
  text-align: center;
}
.fellow .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.fellow .modal__layer {
  height: 100%;
  background: #b7d6d9;
  cursor: pointer;
}
.fellow .modal__container {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (min-width: 1300px) {
  .fellow .modal__container {
    width: 90%;
    max-width: 660px;
    height: 90dvh;
    background: #CDDFE1;
    padding: 3rem 0;
  }
}
.fellow .modal__container .modal__inner {
  position: relative;
}
@media (max-width: 1299px) {
  .fellow .modal__container .modal__inner {
    position: relative;
    display: grid;
    place-items: center;
  }
}
@media screen and (max-width: 768px) {
  .fellow .modal__container .modal__inner {
    height: 100dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .fellow .modal__container .modal__inner {
    height: 600px;
    overflow-y: scroll;
    padding: 6vw 6vw 62dvh;
  }
}
@media (max-width: 1299px) {
  .fellow .modal__container .modal__content {
    background: #cddfe1;
  }
}
@media screen and (min-width: 769px) {
  .fellow .modal__container .modal__content {
    margin-top: 3rem;
  }
}
@media (min-width: 1300px) {
  .fellow .modal__container .modal__content {
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .fellow .modal__container .modal__content img {
    height: 70dvh;
    margin: auto;
    width: auto;
    display: block;
  }
}
@media (min-width: 1300px) {
  .fellow .modal__container .modal__content img {
    height: calc(93dvh - 6rem);
    margin: auto;
    display: block;
  }
}
.fellow .modal__close {
  position: absolute;
  top: 20px;
  right: -60px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (max-width: 1299px) {
  .fellow .modal__close {
    top: 30px;
    right: 20px;
    z-index: 1;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .fellow .modal__close {
    position: fixed;
  }
}
.fellow .modal__close:hover {
  opacity: 0.6;
}
.fellow .modal__close:before,
.fellow .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fcfbf9;
  content: "";
}
.fellow .modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fellow .modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.fellow .scroll-infinity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 0;
}
@media (max-width: 1299px) {
  .fellow .scroll-infinity {
    gap: 9vw 0;
  }
}
.fellow .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0.4;
}
@media (max-width: 1299px) {
  .fellow .scroll-infinity__wrap.osakana {
    margin-top: -5rem;
  }
}
@media (max-width: 1299px) {
  .fellow .scroll-infinity__wrap.osakana2 {
    margin: 34dvh 0 -4rem;
  }
}
.fellow .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.fellow .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.fellow .scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.fellow .scroll-infinity__item {
  width: 100vw;
}
.fellow .scroll-infinity__item.scroll-infinity__item__osakana img {
  height: 140px;
}

.parallax-bg {
  position: relative;
  height: 45dvh;
  padding: 0;
  position: sticky;
  top: 0;
}
@media (min-width: 1300px) {
  .parallax-bg {
    height: 110dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .parallax-bg {
    height: 70dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .parallax-bg {
    height: 400px;
  }
}
.parallax-bg .parallax-wrap {
  display: block;
  height: 47dvh;
}
@media (min-width: 1300px) {
  .parallax-bg .parallax-wrap {
    height: 100dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .parallax-bg .parallax-wrap {
    height: 70dvh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .parallax-bg .parallax-wrap {
    height: 70dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .parallax-bg .parallax-wrap {
    height: 400px;
  }
}
.parallax-bg img {
  width: 100vw;
  height: 47dvh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1300px) {
  .parallax-bg img {
    height: 100dvh;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .parallax-bg img {
    height: 70dvh;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .parallax-bg img {
    height: 400px;
  }
}

.parallax-bg + section {
  z-index: 4;
}

.contact {
  position: relative;
  background: #98a7cb;
  z-index: 5;
}
.contact::before {
  content: "";
  background: url(../img/bg-naminami02.svg) repeat-x top/100% auto;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: 0;
}
@media (max-width: 1299px) {
  .contact::before {
    top: -6vw;
    background-size: 130% auto;
    height: 21vw;
  }
}
.contact .contact-wrap {
  width: 100%;
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 1300px) {
  .contact .contact-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}
.contact .contact-wrap .main-ttl {
  margin-bottom: 2rem;
}
.contact .contact-wrap p {
  color: #fff;
}
.contact .contact-wrap .contact-link {
  display: block;
  position: relative;
  z-index: 0;
  margin: 4rem auto 0;
}
@media (min-width: 769px) and (max-width: 1300px) {
  .contact .contact-wrap .contact-link {
    width: 60%;
    max-width: 350px;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .contact .contact-wrap .contact-link {
    max-width: 50%;
    margin: auto;
  }
}
.contact .contact-wrap .contact-link:hover::after {
  -webkit-transform: translate(80px, -100px) rotate(40deg);
          transform: translate(80px, -100px) rotate(40deg);
}
.contact .contact-wrap .contact-link::before {
  position: absolute;
  inset: 0;
  width: 100px;
  height: 110px;
  margin: auto;
  content: "";
  background: url(../img/img-usalupa-mail.png) no-repeat 0 0/100% auto;
  left: -70%;
  bottom: -40%;
  z-index: 1;
}
@media (min-width: 1300px) {
  .contact .contact-wrap .contact-link::before {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    width: 160px;
    height: 190px;
    left: -72%;
    bottom: -7%;
  }
}
.contact .contact-wrap .contact-link::after {
  position: absolute;
  inset: 0;
  width: 100px;
  height: 110px;
  margin: auto;
  content: "";
  background: url(../img/img-usalupa-mail.png) no-repeat 0 0/100% auto;
  left: -70%;
  bottom: -40%;
  z-index: 1;
}
@media (min-width: 1300px) {
  .contact .contact-wrap .contact-link::after {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    width: 160px;
    height: 190px;
    left: 56%;
    bottom: -7%;
    z-index: -1;
  }
}
@media (max-width: 1299px) {
  .contact .contact-wrap .contact-link::after {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 5;
  background: url(../img/bg-footer.png) no-repeat bottom/contain;
  background-color: #CDDFE1;
  padding-bottom: 13vw;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .footer {
    padding-bottom: 17rem;
  }
}
.footer .moving-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
@media (max-width: 1299px) {
  .footer .moving-wave {
    height: 10vw;
    top: -2px;
  }
}
.footer .footer-wrap {
  position: relative;
  padding: 4rem 0 5rem;
}
@media (min-width: 1300px) {
  .footer .footer-wrap {
    width: 700px;
    margin: auto;
    padding-bottom: 10rem;
  }
}
.footer .footer-wrap::before, .footer .footer-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.footer .footer-wrap::before {
  background: url(../img/img-mochi1.gif) no-repeat 0 0/100% auto;
  width: 80px;
  height: 100px;
  right: -69%;
}
@media (min-width: 1300px) {
  .footer .footer-wrap::before {
    width: 160px;
    height: 190px;
    right: -75%;
  }
}
.footer .footer-wrap::after {
  background: url(../img/img-mochi2.gif) no-repeat 0 0/100% auto;
  width: 59px;
  height: 71px;
  left: -60%;
  bottom: -8%;
}
@media (min-width: 1300px) {
  .footer .footer-wrap::after {
    width: 100px;
    height: 116px;
    left: -63%;
    bottom: -13%;
  }
}
.footer .footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: -2rem 0 3rem;
  z-index: 0;
}
.footer .footer-icon a {
  display: block;
  width: 75px;
}
@media (min-width: 1300px) {
  .footer .footer-icon a {
    width: 125px;
    margin-left: 1rem;
  }
}
.footer .footer-tag {
  text-align: center;
  margin: 2rem 0 0;
  font-size: 20px;
  letter-spacing: 2.5px;
}
.footer .footer-tag img {
  height: 60px;
  margin-left: 10px;
}
@media (max-width: 1299px) {
  .footer .footer-tag img {
    display: block;
    margin: 0.5rem auto;
  }
}
.footer .bg-bubble {
  opacity: 0.4;
}/*# sourceMappingURL=common.css.map */