.odekakeenosui_2026 {
  overflow: hidden;
}
.odekakeenosui_2026 .main {
  color: #393939;
  background: #8bd2f8;
  font-weight: 500;
  overflow: hidden;
}
.odekakeenosui_2026 .main * {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  word-break: break-word;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

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

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/*------------------------------------------
header
------------------------------------------*/
.page-head {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .page-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-head {
    height: 40px;
    padding-left: 20px;
  }
}
.page-head .h-logo {
  display: inline-block;
}
@media (min-width: 769px) {
  .page-head .h-logo {
    width: 193px;
  }
}
@media (max-width: 768px) {
  .page-head .h-logo {
    width: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*------------------------------------------
breadcrumb
------------------------------------------*/
.tpl-breadcrumb {
  position: relative;
  z-index: 10;
}

/*------------------------------------------
footer
------------------------------------------*/
#tpl-footer {
  background: #fff;
  position: relative;
  z-index: 10;
}

#tpl-pagetop {
  display: none;
}

/*------------------------------------------
animation
------------------------------------------*/
@-webkit-keyframes mv-waves-pc {
  0% {
    background-position: 0 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  25% {
    background-position: -340px calc(100% - 3px);
    -webkit-transform: translate3d(0, 2px, 0) scaleY(0.98);
            transform: translate3d(0, 2px, 0) scaleY(0.98);
  }
  50% {
    background-position: -680px 100%;
    -webkit-transform: translate3d(0, -2px, 0) scaleY(1.03);
            transform: translate3d(0, -2px, 0) scaleY(1.03);
  }
  75% {
    background-position: -1020px calc(100% - 2px);
    -webkit-transform: translate3d(0, 1px, 0) scaleY(0.99);
            transform: translate3d(0, 1px, 0) scaleY(0.99);
  }
  100% {
    background-position: -1359px 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
}
@keyframes mv-waves-pc {
  0% {
    background-position: 0 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  25% {
    background-position: -340px calc(100% - 3px);
    -webkit-transform: translate3d(0, 2px, 0) scaleY(0.98);
            transform: translate3d(0, 2px, 0) scaleY(0.98);
  }
  50% {
    background-position: -680px 100%;
    -webkit-transform: translate3d(0, -2px, 0) scaleY(1.03);
            transform: translate3d(0, -2px, 0) scaleY(1.03);
  }
  75% {
    background-position: -1020px calc(100% - 2px);
    -webkit-transform: translate3d(0, 1px, 0) scaleY(0.99);
            transform: translate3d(0, 1px, 0) scaleY(0.99);
  }
  100% {
    background-position: -1359px 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
}
@-webkit-keyframes mv-waves-sp {
  0% {
    background-position: 0 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  25% {
    background-position: -170px calc(100% - 2px);
    -webkit-transform: translate3d(0, 1px, 0) scaleY(0.98);
            transform: translate3d(0, 1px, 0) scaleY(0.98);
  }
  50% {
    background-position: -340px 100%;
    -webkit-transform: translate3d(0, -1px, 0) scaleY(1.03);
            transform: translate3d(0, -1px, 0) scaleY(1.03);
  }
  75% {
    background-position: -510px calc(100% - 1px);
    -webkit-transform: translate3d(0, 1px, 0) scaleY(0.99);
            transform: translate3d(0, 1px, 0) scaleY(0.99);
  }
  100% {
    background-position: -680px 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
}
@keyframes mv-waves-sp {
  0% {
    background-position: 0 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  25% {
    background-position: -170px calc(100% - 2px);
    -webkit-transform: translate3d(0, 1px, 0) scaleY(0.98);
            transform: translate3d(0, 1px, 0) scaleY(0.98);
  }
  50% {
    background-position: -340px 100%;
    -webkit-transform: translate3d(0, -1px, 0) scaleY(1.03);
            transform: translate3d(0, -1px, 0) scaleY(1.03);
  }
  75% {
    background-position: -510px calc(100% - 1px);
    -webkit-transform: translate3d(0, 1px, 0) scaleY(0.99);
            transform: translate3d(0, 1px, 0) scaleY(0.99);
  }
  100% {
    background-position: -680px 100%;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
}
@-webkit-keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft-2-pc {
  100% {
    opacity: 1;
    -webkit-transform: rotate(173deg) translate3d(0%, 0, 0);
            transform: rotate(173deg) translate3d(0%, 0, 0);
  }
}
@keyframes fadeInLeft-2-pc {
  100% {
    opacity: 1;
    -webkit-transform: rotate(173deg) translate3d(0%, 0, 0);
            transform: rotate(173deg) translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft-2-sp {
  100% {
    opacity: 1;
    -webkit-transform: rotate(170deg) translate3d(0%, 0, 0);
            transform: rotate(170deg) translate3d(0%, 0, 0);
  }
}
@keyframes fadeInLeft-2-sp {
  100% {
    opacity: 1;
    -webkit-transform: rotate(170deg) translate3d(0%, 0, 0);
            transform: rotate(170deg) translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft-3 {
  100% {
    opacity: 1;
    -webkit-transform: rotate(17deg) translate3d(0%, 0, 0);
            transform: rotate(17deg) translate3d(0%, 0, 0);
  }
}
@keyframes fadeInLeft-3 {
  100% {
    opacity: 1;
    -webkit-transform: rotate(17deg) translate3d(0%, 0, 0);
            transform: rotate(17deg) translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  100% {
    opacity: 1;
    -webkit-transform: rotate(5deg) translate3d(0%, 0, 0);
            transform: rotate(5deg) translate3d(0%, 0, 0);
  }
}
@keyframes fadeInRight {
  100% {
    opacity: 1;
    -webkit-transform: rotate(5deg) translate3d(0%, 0, 0);
            transform: rotate(5deg) translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@-webkit-keyframes fuwafuwa-2 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
@keyframes fuwafuwa-2 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-3-pc {
  0%, 100% {
    -webkit-transform: rotate(-12deg) translate(0, 0);
            transform: rotate(-12deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-12deg) translate(0, -20px);
            transform: rotate(-12deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-3-pc {
  0%, 100% {
    -webkit-transform: rotate(-12deg) translate(0, 0);
            transform: rotate(-12deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-12deg) translate(0, -20px);
            transform: rotate(-12deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-3-sp {
  0%, 100% {
    -webkit-transform: rotate(13deg) translate(0, 0);
            transform: rotate(13deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(13deg) translate(0, -20px);
            transform: rotate(13deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-3-sp {
  0%, 100% {
    -webkit-transform: rotate(13deg) translate(0, 0);
            transform: rotate(13deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(13deg) translate(0, -20px);
            transform: rotate(13deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-4-pc {
  0%, 100% {
    -webkit-transform: rotate(-48deg) translate(0, 0);
            transform: rotate(-48deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-48deg) translate(0, -20px);
            transform: rotate(-48deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-4-pc {
  0%, 100% {
    -webkit-transform: rotate(-48deg) translate(0, 0);
            transform: rotate(-48deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-48deg) translate(0, -20px);
            transform: rotate(-48deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-4-sp {
  0%, 100% {
    -webkit-transform: rotate(-26deg) translate(0, 0);
            transform: rotate(-26deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-26deg) translate(0, -20px);
            transform: rotate(-26deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-4-sp {
  0%, 100% {
    -webkit-transform: rotate(-26deg) translate(0, 0);
            transform: rotate(-26deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-26deg) translate(0, -20px);
            transform: rotate(-26deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-5-pc {
  0%, 100% {
    -webkit-transform: rotate(57deg) translate(0, 0);
            transform: rotate(57deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(57deg) translate(0, -20px);
            transform: rotate(57deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-5-pc {
  0%, 100% {
    -webkit-transform: rotate(57deg) translate(0, 0);
            transform: rotate(57deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(57deg) translate(0, -20px);
            transform: rotate(57deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-5-sp {
  0%, 100% {
    -webkit-transform: rotate(8deg) translate(0, 0);
            transform: rotate(8deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(8deg) translate(0, -20px);
            transform: rotate(8deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-5-sp {
  0%, 100% {
    -webkit-transform: rotate(8deg) translate(0, 0);
            transform: rotate(8deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(8deg) translate(0, -20px);
            transform: rotate(8deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-6 {
  0%, 100% {
    -webkit-transform: rotate(36deg) translate(0, 0);
            transform: rotate(36deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(36deg) translate(0, -20px);
            transform: rotate(36deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-6 {
  0%, 100% {
    -webkit-transform: rotate(36deg) translate(0, 0);
            transform: rotate(36deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(36deg) translate(0, -20px);
            transform: rotate(36deg) translate(0, -20px);
  }
}
@-webkit-keyframes fuwafuwa-7 {
  0%, 100% {
    -webkit-transform: rotate(-24deg) translate(0, 0);
            transform: rotate(-24deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-24deg) translate(0, -20px);
            transform: rotate(-24deg) translate(0, -20px);
  }
}
@keyframes fuwafuwa-7 {
  0%, 100% {
    -webkit-transform: rotate(-24deg) translate(0, 0);
            transform: rotate(-24deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-24deg) translate(0, -20px);
            transform: rotate(-24deg) translate(0, -20px);
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
/*------------------------------------------
mv__container
------------------------------------------*/
.mv__container {
  overflow: hidden;
  position: relative;
  height: 179.2vw;
}
@media (min-width: 1025px) {
  .mv__container {
    height: 65.8125915081vw;
  }
}
.mv__container .mv__img {
  width: 100%;
}
.mv__container .mv__ill--1,
.mv__container .mv__ill--2,
.mv__container .mv__explanation,
.mv__container .mv__waves {
  pointer-events: none;
  position: absolute;
}
.mv__container .mv__ill--1 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  width: 37.6vw;
  top: 27.2vw;
  left: 0;
}
@media (min-width: 1025px) {
  .mv__container .mv__ill--1 {
    width: 27.5256222548vw;
    top: 22.7672035139vw;
    left: 3.8067349927vw;
  }
}
.mv__container .mv__ill--2 {
  opacity: 0;
  -webkit-transform: rotate(5deg) translate3d(100%, 0, 0);
          transform: rotate(5deg) translate3d(100%, 0, 0);
  width: 37.6vw;
  top: 33.8666666667vw;
  right: -4.2666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__ill--2 {
    width: 45.5344070278vw;
    top: 26.8667642753vw;
    right: -13.7628111274vw;
  }
}
.mv__container .mv__explanation {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  width: 33.3333333333vw;
  bottom: 6.4vw;
  right: 0.8vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__explanation {
    width: 14.055636896vw;
    bottom: 16.8374816984vw;
    right: 18.8872620791vw;
  }
}
.mv__container .mv__explanation img {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.mv__container .mv__explanation .txt {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 10.4vw;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  font-weight: 900;
  font-size: 2.6666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__explanation .txt {
    top: 4.5387994143vw;
    font-size: 1.0248901903vw;
  }
}
.mv__container .mv__waves {
  width: 100%;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  height: 31px;
}
@media (min-width: 1025px) {
  .mv__container .mv__waves {
    height: 63px;
    bottom: -10px;
  }
}
.mv__container .mv__waves::before, .mv__container .mv__waves::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../images/mv_wave_2.png) 0 100%/680px auto repeat-x;
  -webkit-animation: mv-waves-sp 12s infinite linear;
          animation: mv-waves-sp 12s infinite linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: background-position, transform;
}
@media (min-width: 1025px) {
  .mv__container .mv__waves::before, .mv__container .mv__waves::after {
    background: url(../images/mv_wave_2.png) 0 100%/1359px auto repeat-x;
    -webkit-animation: mv-waves-pc 12s infinite linear;
            animation: mv-waves-pc 12s infinite linear;
  }
}
.mv__container .mv__waves::before {
  -webkit-animation-duration: 11.5s;
          animation-duration: 11.5s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.mv__container .mv__waves::after {
  opacity: 0.55;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.mv__container .mv__waves .mv__waves--shape {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: url(../images/mv_wave_1.png) 0 100%/680px auto repeat-x;
  -webkit-animation: mv-waves-sp 18s infinite linear;
          animation: mv-waves-sp 18s infinite linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: background-position, transform;
}
@media (min-width: 1025px) {
  .mv__container .mv__waves .mv__waves--shape {
    background: url(../images/mv_wave_1.png) 0 100%/1359px auto repeat-x;
    -webkit-animation: mv-waves-pc 18s infinite linear;
            animation: mv-waves-pc 18s infinite linear;
  }
}
.mv__container.is-active .mv__ill--1 {
  -webkit-animation: 2s forwards fadeInLeft;
          animation: 2s forwards fadeInLeft;
}
.mv__container.is-active .mv__ill--2 {
  -webkit-animation: 2s forwards fadeInRight;
          animation: 2s forwards fadeInRight;
}
.mv__container.is-active .mv__explanation img {
  opacity: 1;
  -webkit-animation: 6s linear infinite rotation;
          animation: 6s linear infinite rotation;
}
.mv__container.is-active .mv__explanation .txt {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}

/*------------------------------------------
nav__container
------------------------------------------*/
.nav__container {
  position: relative;
  z-index: 2;
  padding: 35px 0 50.6666666667vw;
}
@media (min-width: 1025px) {
  .nav__container {
    padding: 35px 0 22.6939970717vw;
  }
}
.nav__container .nav__list {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 14px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list {
    max-width: 1100px;
    padding: 0;
    gap: 24px;
  }
}
.nav__container .nav__list > li {
  width: calc(50% - 7px);
  height: 80px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li {
    width: calc(25% - 36px);
    height: 100px;
  }
}
.nav__container .nav__list > li > a {
  background: -webkit-gradient(linear, left top, right top, from(#4ac2ba), to(#37bde7));
  background: linear-gradient(to right, #4ac2ba 0%, #37bde7 100%);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li > a {
    border-radius: 30px;
  }
}
.nav__container .nav__list > li > a::after {
  content: "";
  background: url(../images/nav_arrow.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  bottom: -17px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li > a::after {
    width: 42px;
    height: 42px;
    bottom: -21px;
  }
}
.nav__container .nav__list > li > a .txt {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
  font-size: 16px;
  padding-top: 9px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li > a .txt {
    padding-top: 13px;
    font-size: 20px;
  }
}
.nav__container .nav__list > li:nth-child(2) > a .txt {
  padding-top: 17px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li:nth-child(2) > a .txt {
    padding-top: 26px;
  }
}

/*------------------------------------------
cnt1__container
------------------------------------------*/
.cmn__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  color: #fff;
  text-align: center;
}
.cmn__ttl .ttl {
  line-height: 1.2;
  font-weight: 900;
  font-size: 36px;
}
@media (min-width: 1025px) {
  .cmn__ttl .ttl {
    font-size: 60px;
  }
}
.cmn__ttl .icon__ttl {
  opacity: 0;
}
.cmn__ttl.is-active .icon__ttl {
  -webkit-animation: 1s forwards bounceIn;
          animation: 1s forwards bounceIn;
}

.cmn__lead {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}

.cnt1__container {
  background: #57b0e7;
  position: relative;
  padding: 0 0 41.6vw;
}
@media (min-width: 1025px) {
  .cnt1__container {
    padding: 0 0 28.8433382138vw;
  }
}
.cnt1__container .cnt1__wave {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 28.8vw;
  top: -28.2666666667vw;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__wave {
    height: 24.2313323572vw;
    top: -23.7920937042vw;
  }
}
.cnt1__container .ill__coral--1 {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  width: 33.0666666667vw;
  position: absolute;
  top: -38.4vw;
  left: -6.1333333333vw;
}
@media (min-width: 1025px) {
  .cnt1__container .ill__coral--1 {
    width: 22.9868228404vw;
    top: -19.1800878477vw;
    left: -4.6120058565vw;
  }
}
.cnt1__container .fish--1 {
  width: 22.6666666667vw;
  position: absolute;
  top: -22.9333333333vw;
  left: 20vw;
  -webkit-animation: fuwafuwa 3s infinite;
          animation: fuwafuwa 3s infinite;
}
@media (min-width: 1025px) {
  .cnt1__container .fish--1 {
    width: 11.2005856515vw;
    top: -9.224011713vw;
    left: 12.1522693997vw;
  }
}
.cnt1__container .fish--2 {
  display: none;
  -webkit-animation: fuwafuwa-2 3s infinite;
          animation: fuwafuwa-2 3s infinite;
}
@media (min-width: 1025px) {
  .cnt1__container .fish--2 {
    display: block;
    position: absolute;
    width: 29.6486090776vw;
    top: -20.4245973646vw;
    right: -3.7335285505vw;
  }
}
.cnt1__container .ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cnt1__container .ttl__area {
    -webkit-transform: none;
            transform: none;
    padding: 0;
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.cnt1__container .ttl__area .icon__ttl {
  width: 136px;
  position: absolute;
  top: -104px;
  right: -100px;
}
@media (min-width: 1025px) {
  .cnt1__container .ttl__area .icon__ttl {
    width: 168px;
    top: -100px;
    right: -133px;
  }
}
.cnt1__container .sub__ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.cnt1__container .cnt1__info {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__info {
    max-width: 82.3572474378vw;
  }
}
.cnt1__container .bubbles {
  position: absolute;
}
.cnt1__container .bubbles.bubble__1, .cnt1__container .bubbles.bubble__4 {
  width: 13.8666666667vw;
}
@media (min-width: 1025px) {
  .cnt1__container .bubbles.bubble__1, .cnt1__container .bubbles.bubble__4 {
    width: 4.6120058565vw;
  }
}
.cnt1__container .bubbles.bubble__2, .cnt1__container .bubbles.bubble__3, .cnt1__container .bubbles.bubble__5 {
  width: 13.6vw;
}
@media (min-width: 1025px) {
  .cnt1__container .bubbles.bubble__2, .cnt1__container .bubbles.bubble__3, .cnt1__container .bubbles.bubble__5 {
    width: 4.831625183vw;
  }
}
@media (min-width: 1025px) {
  .cnt1__container .bubbles.bubble__1 {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    top: 3.8067349927vw;
    left: 35.944363104vw;
    -webkit-animation: fuwafuwa-3-pc 3s infinite;
            animation: fuwafuwa-3-pc 3s infinite;
  }
}
@media (max-width: 1024px) {
  .cnt1__container .bubbles.bubble__1 {
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
    top: 9.8666666667vw;
    right: 9.8666666667vw;
    -webkit-animation: fuwafuwa-3-sp 3s infinite;
            animation: fuwafuwa-3-sp 3s infinite;
  }
}
.cnt1__container .bubbles.bubble__2 {
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  top: 69.3333333333vw;
  left: 8.2666666667vw;
  -webkit-animation: fuwafuwa-4-sp 3s infinite;
          animation: fuwafuwa-4-sp 3s infinite;
}
@media (min-width: 1025px) {
  .cnt1__container .bubbles.bubble__2 {
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
    top: 32.6500732064vw;
    left: 18.0087847731vw;
    -webkit-animation: fuwafuwa-4-pc 3s infinite;
            animation: fuwafuwa-4-pc 3s infinite;
  }
}
@media (min-width: 1025px) {
  .cnt1__container .bubbles.bubble__3 {
    -webkit-transform: rotate(57deg);
            transform: rotate(57deg);
    top: 30.7467057101vw;
    left: 60.0292825769vw;
    -webkit-animation: fuwafuwa-5-pc 3s infinite;
            animation: fuwafuwa-5-pc 3s infinite;
  }
}
@media (max-width: 1024px) {
  .cnt1__container .bubbles.bubble__3 {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    top: 126.4vw;
    right: 13.3333333333vw;
    -webkit-animation: fuwafuwa-5-sp 3s infinite;
            animation: fuwafuwa-5-sp 3s infinite;
  }
}
.cnt1__container .bubbles.bubble__4 {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  top: 180.8vw;
  left: 11.2vw;
  -webkit-animation: fuwafuwa-6 3s infinite;
          animation: fuwafuwa-6 3s infinite;
}
@media (min-width: 1025px) {
  .cnt1__container .bubbles.bubble__4 {
    top: 59.5168374817vw;
    left: 47.9502196193vw;
  }
}
.cnt1__container .bubbles.bubble__5 {
  -webkit-animation: fuwafuwa-7 3s infinite;
          animation: fuwafuwa-7 3s infinite;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  top: 230.9333333333vw;
  right: 16.8vw;
}
.cnt1__container .cnt1__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cnt1__container .cnt1__list > li:first-child {
  width: 75.7333333333vw;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__list > li:first-child {
    width: 40.1903367496vw;
  }
}
.cnt1__container .cnt1__list > li:nth-child(2) {
  width: 76.8vw;
  margin: -9.3333333333vw 0 0 auto;
  -webkit-transform: translateX(4.8vw);
          transform: translateX(4.8vw);
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__list > li:nth-child(2) {
    width: 40.6295754026vw;
    -webkit-transform: translateX(-2.3426061493vw) translateY(-2.9282576867vw);
            transform: translateX(-2.3426061493vw) translateY(-2.9282576867vw);
    margin: 0;
  }
}
.cnt1__container .cnt1__list > li:nth-child(3) {
  width: 56.2666666667vw;
  margin: -4.2666666667vw 0 0 2.4vw;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__list > li:nth-child(3) {
    width: 25.6222547584vw;
    margin: 6.0029282577vw 0 0;
  }
}
.cnt1__container .cnt1__list > li:nth-child(4) {
  width: 66.6666666667vw;
  margin: -9.6vw 0 0 auto;
  -webkit-transform: translateX(1.6vw);
          transform: translateX(1.6vw);
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__list > li:nth-child(4) {
    width: 32.8696925329vw;
    -webkit-transform: translateX(-0.5124450952vw) translateY(-5.4904831625vw);
            transform: translateX(-0.5124450952vw) translateY(-5.4904831625vw);
    margin: 0;
  }
}
.cnt1__container .cnt1__list > li:nth-child(5) {
  width: 53.0666666667vw;
  margin: 1.8666666667vw 0 0 2.9333333333vw;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__list > li:nth-child(5) {
    width: 23.8653001464vw;
    margin: 8.345534407vw 0 0 -1.317715959vw;
  }
}
.cnt1__container .cnt1__btm--wave {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24.8vw;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__btm--wave {
    height: 15.1537335286vw;
    bottom: -0.1464128843vw;
  }
}
.cnt1__container .ill__coral--2 {
  width: 29.0666666667vw;
  position: absolute;
  bottom: 4.2666666667vw;
  left: 8.5333333333vw;
}
@media (min-width: 1025px) {
  .cnt1__container .ill__coral--2 {
    width: 20.4245973646vw;
    bottom: 5.8565153734vw;
    left: 10.102489019vw;
  }
}
.cnt1__container .fish--3 {
  opacity: 0;
  -webkit-transform: rotate(170deg) translate3d(100%, 0, 0);
          transform: rotate(170deg) translate3d(100%, 0, 0);
  width: 112.8vw;
  position: absolute;
  bottom: 2.4vw;
  left: -26.6666666667vw;
}
@media (min-width: 1025px) {
  .cnt1__container .fish--3 {
    -webkit-transform: rotate(173deg) translate3d(100%, 0, 0);
            transform: rotate(173deg) translate3d(100%, 0, 0);
    width: 63.2503660322vw;
    bottom: 2.196193265vw;
    left: 15.3001464129vw;
  }
}
.cnt1__container .fish--3.is-active {
  -webkit-animation: 2s forwards fadeInLeft-2-sp;
          animation: 2s forwards fadeInLeft-2-sp;
}
@media (min-width: 1025px) {
  .cnt1__container .fish--3.is-active {
    -webkit-animation: 2s forwards fadeInLeft-2-pc;
            animation: 2s forwards fadeInLeft-2-pc;
  }
}
.cnt1__container .ill__coral--3 {
  -webkit-transform: rotate(328deg);
          transform: rotate(328deg);
  width: 61.0666666667vw;
  position: absolute;
  bottom: -4.2666666667vw;
  right: -17.0666666667vw;
}
@media (min-width: 1025px) {
  .cnt1__container .ill__coral--3 {
    width: 32.8696925329vw;
    bottom: -3.4407027818vw;
    right: -6.2957540264vw;
  }
}

/*------------------------------------------
cnt2__container
------------------------------------------*/
.cnt2__container {
  background: #5FC1D1;
  position: relative;
  padding: 14.4vw 0 40.8vw;
}
@media (min-width: 1025px) {
  .cnt2__container {
    padding: 6.7349926794vw 0 25.7686676428vw;
  }
}
.cnt2__container .icon__ttl {
  width: 136px;
  position: absolute;
  top: -104px;
  right: -22px;
}
@media (min-width: 1025px) {
  .cnt2__container .icon__ttl {
    width: 168px;
    top: -100px;
    right: -133px;
  }
}
.cnt2__container .cmn__lead {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .cnt2__container .cmn__lead {
    padding: 0 20px;
  }
}
.cnt2__container .cnt2__info {
  width: 100%;
  padding: 0 20px;
  margin: 45px auto 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__info {
    max-width: 73.2064421669vw;
    padding: 0;
    margin: 40px auto 0;
  }
}
.cnt2__container .cnt2__info .inner {
  background: #fff;
  border-radius: 15px;
  padding: 46px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__info .inner {
    gap: 2.9282576867vw;
    border-radius: 2.196193265vw;
    padding: 2.3426061493vw 3.513909224vw 2.4158125915vw 4.0995607613vw;
  }
}
.cnt2__container .cnt2__info .inner::before {
  content: "";
  background: url(../images/cnt2_info_icon.png) no-repeat center/100%;
  position: absolute;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__info .inner::before {
    width: 1.8301610542vw;
    height: 18.0087847731vw;
    top: 2.635431918vw;
    left: -0.878477306vw;
  }
}
@media (max-width: 1024px) {
  .cnt2__container .cnt2__info .inner::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 25px;
    height: 246px;
    top: -123px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.cnt2__container .cnt2__info .info__ttl {
  width: 100%;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__info .info__ttl {
    height: 17.2767203514vw;
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2.9282576867vw;
    border-right: 2px dotted #393939;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .cnt2__container .cnt2__info .info__ttl {
    font-size: 24px;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 2px dotted #393939;
    margin-bottom: 24px;
  }
}
.cnt2__container .cnt2__info .info__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__info .info__img {
    width: 24.8901903367vw;
    border-radius: 20px;
  }
}
.cnt2__container .cnt2__info .info__txt {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__info .info__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.cnt2__container .cnt2__btm--wave {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20vw;
}
@media (min-width: 1025px) {
  .cnt2__container .cnt2__btm--wave {
    height: 15.6661786237vw;
    bottom: -0.2196193265vw;
  }
}
.cnt2__container .ill__coral--4 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 61.8666666667vw;
  position: absolute;
  bottom: -12.8vw;
  left: -19.4666666667vw;
}
@media (min-width: 1025px) {
  .cnt2__container .ill__coral--4 {
    width: 32.8696925329vw;
    bottom: -2.9282576867vw;
    left: -7.6134699854vw;
  }
}
.cnt2__container .fish--4 {
  opacity: 0;
  -webkit-transform: rotate(17deg) translate3d(-100%, 0, 0);
          transform: rotate(17deg) translate3d(-100%, 0, 0);
  width: 38.1333333333vw;
  position: absolute;
  bottom: 1.8666666667vw;
  left: -1.0666666667vw;
}
@media (min-width: 1025px) {
  .cnt2__container .fish--4 {
    width: 21.8887262079vw;
    bottom: 4.9048316252vw;
    left: 1.0980966325vw;
  }
}
.cnt2__container .fish--4.is-active {
  -webkit-animation: 2s forwards fadeInLeft-3;
          animation: 2s forwards fadeInLeft-3;
}
.cnt2__container .fish--5 {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  z-index: 2;
  width: 43.7333333333vw;
  position: absolute;
  bottom: -7.2vw;
  right: -4vw;
}
@media (min-width: 1025px) {
  .cnt2__container .fish--5 {
    width: 22.5475841874vw;
    bottom: -1.9765739385vw;
    right: 2.9282576867vw;
  }
}
.cnt2__container .fish--5.is-active {
  opacity: 1;
  -webkit-animation: yurayura 5s linear infinite;
          animation: yurayura 5s linear infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/*------------------------------------------
cnt3__container
------------------------------------------*/
.cnt3__container {
  background: #339FD9;
  position: relative;
  padding: 25.3333333333vw 0 40.8vw;
}
@media (min-width: 1025px) {
  .cnt3__container {
    padding: 5.8565153734vw 0 28.6969253294vw;
  }
}
.cnt3__container .icon__ttl {
  width: 136px;
  position: absolute;
  top: -95px;
  left: -47px;
}
@media (min-width: 1025px) {
  .cnt3__container .icon__ttl {
    width: 168px;
    top: -100px;
    left: -168px;
  }
}
.cnt3__container .cmn__lead {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .cnt3__container .cmn__lead {
    padding: 0 20px;
  }
}
.cnt3__container .place__info {
  width: 100%;
  max-width: 272px;
  margin: 24px auto 32px;
}
@media (min-width: 1025px) {
  .cnt3__container .place__info {
    max-width: 514px;
    margin: 32px auto 40px;
  }
}
.cnt3__container .place__info li {
  width: 100%;
  color: #339FD9;
  font-weight: 900;
  font-size: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt3__container .place__info li span {
  text-align: center;
  width: 100%;
  line-height: 2;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 100px;
  background: #ffef01;
}
@media (min-width: 1025px) {
  .cnt3__container .place__info li span {
    padding: 10px 30px;
  }
}
.cnt3__container .place__info li .txt--1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  margin: 0 auto 8px;
}
.cnt3__container .cnt3__img {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cnt3__container .cnt3__img {
    width: 32.2108345534vw;
    padding: 0;
  }
}
.cnt3__container .cnt3__btm--wave {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21.8666666667vw;
}
@media (min-width: 1025px) {
  .cnt3__container .cnt3__btm--wave {
    height: 17.5695461201vw;
    bottom: -0.2196193265vw;
  }
}
.cnt3__container .ill__coral--5 {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  width: 29.0666666667vw;
  position: absolute;
  bottom: 14.4vw;
  left: -4.2666666667vw;
}
@media (min-width: 1025px) {
  .cnt3__container .ill__coral--5 {
    width: 13.7628111274vw;
    bottom: 14.4216691069vw;
    left: 1.317715959vw;
  }
}
.cnt3__container .ill__coral--5.is-active {
  opacity: 1;
  -webkit-animation: yurayura 5s linear infinite;
          animation: yurayura 5s linear infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.cnt3__container .fish--6 {
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  width: 20vw;
  position: absolute;
  bottom: 14.6666666667vw;
  left: 11.2vw;
}
@media (min-width: 1025px) {
  .cnt3__container .fish--6 {
    width: 9.4436310395vw;
    bottom: 13.2503660322vw;
    left: 9.2972181552vw;
  }
}
.cnt3__container .fish--7 {
  -webkit-animation: fuwafuwa 3s infinite;
          animation: fuwafuwa 3s infinite;
  width: 13.0666666667vw;
  position: absolute;
  bottom: 19.7333333333vw;
  right: 5.6vw;
}
@media (min-width: 1025px) {
  .cnt3__container .fish--7 {
    width: 6.4421669107vw;
    bottom: 10.4685212299vw;
    right: 5.0512445095vw;
  }
}
.cnt3__container .ill__coral--6 {
  z-index: 2;
  width: 53.3333333333vw;
  position: absolute;
  bottom: 0;
  right: -12.8vw;
}
@media (min-width: 1025px) {
  .cnt3__container .ill__coral--6 {
    width: 31.8448023426vw;
    bottom: -0.2928257687vw;
    right: -4.1727672035vw;
  }
}

/*------------------------------------------
cnt4__container
------------------------------------------*/
.cnt4__container {
  background: #5FC1D1;
  position: relative;
  padding: 14.4vw 0 51.7333333333vw;
}
@media (min-width: 1025px) {
  .cnt4__container {
    padding: 0.5856515373vw 0 20.3513909224vw;
  }
}
.cnt4__container .icon__ttl {
  width: 136px;
  position: absolute;
  top: -97px;
  left: -46px;
}
@media (min-width: 1025px) {
  .cnt4__container .icon__ttl {
    width: 168px;
    top: -98px;
    left: -54px;
  }
}
.cnt4__container .cnt4__lead {
  width: 250px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin: 24px auto 0;
  padding: 0 5px;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    padding: 0 20px;
  }
}
.cnt4__container .cnt4__lead::before, .cnt4__container .cnt4__lead::after {
  content: "";
  background: url(../images/cnt4_ttl_dot_sp.svg) no-repeat center/100%;
  width: 4px;
  height: 124px;
  position: absolute;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead::before, .cnt4__container .cnt4__lead::after {
    background: url(../images/cnt4_ttl_dot_pc.svg) no-repeat center/100%;
    height: 64px;
  }
}
.cnt4__container .cnt4__lead::before {
  top: -10px;
  left: 0;
  -webkit-transform: rotate(346deg);
          transform: rotate(346deg);
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead::before {
    -webkit-transform: rotate(332deg);
            transform: rotate(332deg);
    top: 8px;
  }
}
.cnt4__container .cnt4__lead::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(194deg);
          transform: rotate(194deg);
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead::after {
    -webkit-transform: rotate(208deg);
            transform: rotate(208deg);
  }
}
.cnt4__container .cnt4__lead > span {
  line-height: 1;
  width: 100%;
  display: inline-block;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead > span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cnt4__container .cnt4__lead .txt--1 {
  color: #fff;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead .txt--1 {
    font-size: 22px;
  }
}
.cnt4__container .cnt4__lead .txt--2 {
  line-height: 1.5;
  color: #ffef01;
  font-size: 36px;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__lead .txt--2 {
    font-size: 40px;
  }
}
.cnt4__container .cnt4__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44vw;
  margin: 5.8666666667vw auto 0;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info {
    width: 65.8857979502vw;
    gap: 2.7818448023vw;
    margin: 6.8081991215vw auto 0;
  }
}
.cnt4__container .cnt4__info .info__img {
  width: 85.8666666667vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .info__img {
    width: 36.2371888726vw;
  }
}
.cnt4__container .cnt4__info .info__detail {
  width: 86.9333333333vw;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .info__detail {
    width: 26.7935578331vw;
    padding-top: 10.0292825769vw;
  }
}
.cnt4__container .cnt4__info .info__detail::after {
  content: "";
  background: url(../images/cnt4_info_bg.png) no-repeat center/100%;
  position: absolute;
  margin: auto;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .info__detail::after {
    width: 47.1449487555vw;
    height: 41.5080527086vw;
    top: 2.9282576867vw;
    left: auto;
    right: -5.270863836vw;
  }
}
@media (max-width: 1024px) {
  .cnt4__container .cnt4__info .info__detail::after {
    width: 130.6666666667vw;
    height: 115.2vw;
    bottom: -17.3333333333vw;
    left: -23.4666666667vw;
    right: 0;
  }
}
.cnt4__container .cnt4__info .d__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2666666667vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .d__list {
    gap: 1.1713030747vw;
  }
}
.cnt4__container .cnt4__info .d__list::after {
  opacity: 0;
  content: "";
  background: url(../images/icon_ttl_sp_4.svg) no-repeat center/100%;
  width: 64.2666666667vw;
  height: 45.8666666667vw;
  position: absolute;
  top: -48vw;
  left: -11.4666666667vw;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .d__list::after {
    background: url(../images/icon_ttl_pc_4.svg) no-repeat center/100%;
    width: 22.8404099561vw;
    height: 16.3250366032vw;
    top: -14.934114202vw;
    left: 9.224011713vw;
  }
}
.cnt4__container .cnt4__info .d__list > li {
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cnt4__container .cnt4__info .d__list > li {
    text-align: center;
  }
}
.cnt4__container .cnt4__info .d__list > li .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background: #fff;
  color: #37A6E2;
  padding: 1.6vw 5.3333333333vw;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .d__list > li .ttl {
    padding: 0.3660322108vw 2.196193265vw;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .cnt4__container .cnt4__info .d__list > li .ttl {
    margin: 0 auto;
  }
}
.cnt4__container .cnt4__info .d__list > li .txt {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-top: 1.6vw;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .d__list > li .txt {
    margin-top: 0.7320644217vw;
    font-size: clamp(16px, 1.8vw, 20px);
  }
}
.cnt4__container .cnt4__info .d__list > li .txt small {
  display: inline-block;
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .d__list > li .txt small {
    font-size: 16px;
  }
}
.cnt4__container .cnt4__info .d__list > li .txt small.mg--t {
  margin-top: 5px;
}
.cnt4__container .cnt4__info .bubbles {
  position: absolute;
}
.cnt4__container .cnt4__info .bubbles.bubble__1 {
  -webkit-animation: fuwafuwa 3s infinite;
          animation: fuwafuwa 3s infinite;
  width: 14.9333333333vw;
  top: 189.6vw;
  left: 6.9333333333vw;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .bubbles.bubble__1 {
    width: 5.3440702782vw;
    top: 30.6002928258vw;
    left: 34.4070278184vw;
  }
}
.cnt4__container .cnt4__info .bubbles.bubble__2 {
  -webkit-animation: fuwafuwa-2 3s infinite;
          animation: fuwafuwa-2 3s infinite;
  width: 15.4666666667vw;
  top: 93.3333333333vw;
  left: 74.9333333333vw;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__info .bubbles.bubble__2 {
    width: 5.7833089312vw;
    top: 5.5636896047vw;
    left: 71.7423133236vw;
  }
}
.cnt4__container .cnt4__info.is-active .info__img {
  -webkit-animation: 1s forwards bounce;
          animation: 1s forwards bounce;
}
.cnt4__container .cnt4__info.is-active .d__list::after {
  -webkit-animation: 1s forwards bounceIn;
          animation: 1s forwards bounceIn;
}
.cnt4__container .cnt4__btm--wave {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 23.4666666667vw;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__btm--wave {
    height: 15.6661786237vw;
    bottom: -0.2196193265vw;
  }
}
.cnt4__container .ill__coral--7 {
  width: 33.0666666667vw;
  position: absolute;
  bottom: 4.5333333333vw;
  right: -1.0666666667vw;
}
@media (min-width: 1025px) {
  .cnt4__container .ill__coral--7 {
    width: 20.4245973646vw;
    bottom: 5.1244509517vw;
    right: 3.6603221083vw;
  }
}
.cnt4__container .ill__coral--8 {
  z-index: 2;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  width: 53.6vw;
  position: absolute;
  bottom: -31.4666666667vw;
  left: -21.3333333333vw;
}
@media (min-width: 1025px) {
  .cnt4__container .ill__coral--8 {
    width: 32.8696925329vw;
    bottom: -20.6442166911vw;
    left: -8.2723279649vw;
  }
}

/*------------------------------------------
cnt5__container
------------------------------------------*/
.cnt5__container {
  background: #339FD9;
  position: relative;
  padding: 11.2vw 0 13.3333333333vw;
}
@media (min-width: 1025px) {
  .cnt5__container {
    padding: 5.4904831625vw 0 7.3206442167vw;
  }
}
.cnt5__container .inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cnt5__container .inner {
    max-width: 68.8140556369vw;
    padding: 0;
  }
}
.cnt5__container .cmn__ttl {
  margin: 0 auto 16px;
}
.cnt5__container .cmn__lead {
  margin: 0 auto 24px;
}
@media (min-width: 1025px) {
  .cnt5__container .cmn__lead {
    margin: 0 auto 64px;
  }
}
.cnt5__container .cnt5__item {
  background: #fff;
  margin: 0 auto 24px;
  border-radius: 15px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item {
    margin: 0 auto 1.1713030747vw;
    border-radius: 2.196193265vw;
    padding: 4.0995607613vw;
    gap: 56px;
  }
}
.cnt5__container .cnt5__item:last-child {
  margin: 0;
}
.cnt5__container .cnt5__item .item__slide {
  width: 100%;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__slide {
    width: 24.8901903367vw;
  }
}
.cnt5__container .cnt5__item .item__slide .splide {
  overflow: hidden;
}
.cnt5__container .cnt5__item .item__slide .splide.no-slide {
  visibility: visible;
}
.cnt5__container .cnt5__item .item__slide .splide.no-slide .splide__slide {
  width: 100%;
}
.cnt5__container .cnt5__item .item__slide .splide__wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.cnt5__container .cnt5__item .item__slide .splide__slide {
  width: 100%;
}
.cnt5__container .cnt5__item .item__slide .splide__slide .slide--img {
  aspect-ratio: 34/23;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__slide .splide__slide .slide--img {
    border-radius: 20px;
  }
}
.cnt5__container .cnt5__item .item__slide .thumbnails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.cnt5__container .cnt5__item .item__slide .thumbnails .thumbnail {
  cursor: pointer;
  width: 18.6666666667vw;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__slide .thumbnails .thumbnail {
    width: 5.8565153734vw;
  }
}
.cnt5__container .cnt5__item .item__slide .thumbnails .thumbnail .thumbnail--img {
  aspect-ratio: 34/23;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__slide .thumbnails .thumbnail .thumbnail--img {
    border-radius: 10px;
  }
}
.cnt5__container .cnt5__item .item__slide .thumbnails .thumbnail.is-active .thumbnail--img {
  outline: 3px solid #ff822e;
}
.cnt5__container .cnt5__item .item__info {
  width: 100%;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cnt5__container .cnt5__item .item__info .logo {
  width: 240px;
  margin: 0 auto 16px;
}
.cnt5__container .cnt5__item .item__info .ttl {
  color: #ff822e;
  line-height: 1.4;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 8px;
}
.cnt5__container .cnt5__item .item__info .txt {
  line-height: 1.6;
  font-weight: 700;
}
.cnt5__container .cnt5__item .item__info .txt small {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info .txt small {
    font-size: 16px;
  }
}
.cnt5__container .cnt5__item .item__info .item__list {
  margin-top: 24px;
}
.cnt5__container .cnt5__item .item__info .item__list > li {
  border-top: 2px dotted #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info .item__list > li {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cnt5__container .cnt5__item .item__info .item__list > li:last-child {
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 2px dotted #b5b5b5;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info .item__list > li:last-child {
    padding-bottom: 12px;
  }
}
.cnt5__container .cnt5__item .item__info .item__list > li > span {
  display: inline-block;
}
.cnt5__container .cnt5__item .item__info .item__list > li .category {
  background: #ff822e;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  width: 74px;
  height: 28px;
  font-weight: 700;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info .item__list > li .category {
    width: 76px;
    font-size: 14px;
  }
}
.cnt5__container .cnt5__item .item__info .item__list > li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info .item__list > li .detail {
    font-size: 16px;
  }
}
.cnt5__container .cnt5__item .item__info .item__list > li .detail small {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .cnt5__container .cnt5__item .item__info .item__list > li .detail small {
    display: block;
  }
}
.cnt5__container .cnt5__item .item__info .item__list > li .detail .link {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__item .item__info .item__list > li .detail .link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .cnt5__container .cnt5__item .item__info .item__list > li .detail .link:hover {
    text-decoration: none;
  }
}
.cnt5__container .cnt5__option {
  color: #fff;
  line-height: 1.6;
  margin-top: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.cnt5__container .cnt5__option.type--2 {
  width: 100%;
  text-align: left;
  margin-top: 40px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .cnt5__container .cnt5__option.type--2 {
    margin-top: 60px;
    font-size: 14px;
  }
}

.fix__bnr {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 10;
  width: 186px;
  height: 62px;
}
@media (min-width: 1025px) {
  .fix__bnr {
    top: 64px;
    width: 226px;
    height: 76px;
  }
}
.fix__bnr > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(18, 129, 188, 0.3);
          box-shadow: 0px 0px 10px rgba(18, 129, 188, 0.3);
  padding: 13px 15px 14px 18px;
}
@media (min-width: 1025px) {
  .fix__bnr > a {
    border-radius: 20px 0px 0px 20px;
    padding: 17px 12px 18px 23px;
  }
}
.fix__bnr > a .txt {
  text-align: center;
  padding-left: 28px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #47483f;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
@media (min-width: 1025px) {
  .fix__bnr > a .txt {
    padding-left: 35px;
    font-size: 15px;
  }
}
.fix__bnr > a .txt::before {
  content: "";
  background: url(../images/icon_access.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 30px;
}
@media (min-width: 1025px) {
  .fix__bnr > a .txt::before {
    width: 24px;
    height: 37px;
    bottom: 4px;
  }
}

.soaps {
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, opacity;
  pointer-events: none;
  z-index: 10;
}
.soaps.soap--1 {
  width: 24.8vw;
  left: 3.4666666667vw;
}
@media (min-width: 1025px) {
  .soaps.soap--1 {
    width: 5.7833089312vw;
    left: 3.2210834553vw;
  }
}
.soaps.soap--2 {
  width: 18.9333333333vw;
  left: 41.8666666667vw;
}
@media (min-width: 1025px) {
  .soaps.soap--2 {
    width: 12.6647144949vw;
    left: 6.0761346999vw;
  }
}
.soaps.soap--3 {
  width: 18.9333333333vw;
  left: 41.8666666667vw;
}
@media (min-width: 1025px) {
  .soaps.soap--3 {
    width: 12.6647144949vw;
    left: 8.0527086384vw;
  }
}
.soaps.soap--4 {
  width: 15.7333333333vw;
  left: 54.4vw;
}
@media (min-width: 1025px) {
  .soaps.soap--4 {
    width: 5.7833089312vw;
    left: 11.7862371889vw;
  }
}
.soaps.soap--5 {
  width: 29.0666666667vw;
  right: 2.9333333333vw;
}
@media (min-width: 1025px) {
  .soaps.soap--5 {
    width: 6.9546120059vw;
    right: 22.5475841874vw;
  }
}
.soaps.soap--6 {
  width: 29.0666666667vw;
  right: 2.9333333333vw;
}
@media (min-width: 1025px) {
  .soaps.soap--6 {
    width: 12.6647144949vw;
    right: 7.8330893119vw;
  }
}
.soaps.soap--7 {
  width: 8.6383601757vw;
  right: 4.39238653vw;
}

.soap-paths {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}