@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
/*
  Light 300
  Regular 400
  Medium 500
  Bold 700
  Black 900
*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
html .is-loading {
  height: 100%;
  overflow: hidden;
}
body {
  background-color: #ffffff;
  color: #004097;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
.is-loading body {
  height: 100%;
  overflow: hidden;
}
canvas {
  pointer-events: none;
}
.pc-br {
  display: block;
}
@media (max-width: 767.98px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-br {
    display: block;
  }
}
.tb-br {
  display: none;
}
@media (max-width: 939.98px) {
  .tb-br {
    display: block;
  }
}
.gumo-loader {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: #4a3c37;
}
.gumo-loader::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noize.png");
  background-size: 200px 200px;
  background-repeat: repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.is-loading .gumo-loader {
  display: block;
}
.gumo-loader-inner {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.gumo-loader-inner p {
  margin-bottom: 2.4vw;
  color: #ffffff;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-loader-inner p {
    margin-bottom: 5.1vw;
    font-size: 2.4rem;
  }
}
.gumo-loader-inner p.is-end {
  opacity: 0;
  transition: opacity 0.5s linear 1.2s;
}
.loader-tunnel {
  position: relative;
  width: 0%;
  height: 11.25vw;
  background: linear-gradient(180deg, #3c312c 0%, #40332e 49.93%, #3c312c 100%);
  transition: width 1.5s linear;
}
.loader-gumo {
  position: absolute;
  top: -0.6vw;
  right: -8vw;
  width: 12vw;
  height: 12vw;
  pointer-events: none;
}
.loader-gumo-main {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.loader-gumo-main img {
  height: 100%;
}
.loader-gumo-part {
  z-index: 2;
  position: absolute;
  top: 55%;
  left: 42%;
  width: 2.3vw;
  height: 100%;
  transform-origin: 1.15vw 0;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-name: loader-gumo-part-anim;
}
.loader-gumo-part img {
  width: 100%;
  height: auto;
}
@keyframes loader-gumo-part-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
}
.gumo-kv {
  z-index: 2;
  position: relative;
  aspect-ratio: 1440/860;
  width: 100%;
  background-color: #97cfe0;
  -webkit-mask-image: url("../img/mask-bottom.svg");
          mask-image: url("../img/mask-bottom.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
@media (max-width: 767.98px) {
  .gumo-kv {
    aspect-ratio: 390/840;
    -webkit-mask-image: url("../img/mask-bottom-sp.svg");
            mask-image: url("../img/mask-bottom-sp.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
.gumo-kv > .numo {
  z-index: 10;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 140px;
}
@media (max-width: 767.98px) {
  .gumo-kv > .numo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5.1vw;
  }
}
.gumo-kv > .numo img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .gumo-kv > .numo img {
    width: 22%;
    margin: 0 auto;
  }
}
.gumo-title {
  z-index: 5;
  position: relative;
  padding-top: 3vw;
  font-weight: 900;
  font-size: 8rem;
  font-size: clamp(4rem, 5.5vw, 16rem);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-title {
    padding-top: 7.6vw;
    font-size: clamp(4rem, 15.3vw, 16rem);
  }
}
.gumo-title span {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-size: clamp(1rem, 1.3vw, 4rem);
}
@media (max-width: 767.98px) {
  .gumo-title span {
    margin-bottom: 10px;
    font-size: clamp(1rem, 4.6vw, 4rem);
  }
}
.gumo-kv-main {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/428;
  width: 100%;
}
@media (max-width: 767.98px) {
  .gumo-kv-main {
    aspect-ratio: 390/438;
  }
}
.gumo-kv-gumo {
  z-index: 3;
  position: relative;
  width: 44vw;
  margin: -14vw auto 0 auto;
}
@media (max-width: 767.98px) {
  .gumo-kv-gumo {
    width: 100%;
    margin: -31vw auto 0 auto;
  }
}
.gumo-kv-gumo-text {
  z-index: 1;
  position: absolute;
  top: -14vw;
  left: 50%;
  width: 63.8vw;
  transform: translate(-50%, 20vw) scale(0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s;
}
@media (max-width: 767.98px) {
  .gumo-kv-gumo-text {
    top: -49vw;
    width: 100%;
    transform: translate(-50%, 30vw) scale(0.3);
  }
}
.gumo-kv-gumo-text img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .gumo-kv-gumo-text img {
    width: 84%;
    margin: 0 auto;
  }
}
.is-active .gumo-kv-gumo-text {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}
.gumo-kv-main-bg {
  z-index: 2;
  position: absolute;
  bottom: -1px;
  left: 0;
  aspect-ratio: 1440/428;
  width: 100%;
  height: auto;
  background-image: url("../img/kv-base.svg");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .gumo-kv-main-bg {
    aspect-ratio: 390/438;
    background-image: url("../img/kv-base-sp.svg");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.gumo-kv-desc {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  padding-bottom: 7.2vw;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 2rem);
  line-height: 1.9;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s linear 0.2s;
}
.gumo-kv-desc p + p {
  margin-top: 1.2vw;
}
.gumo-kv-desc span {
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .gumo-kv-desc {
    padding-bottom: 23vw;
    font-size: clamp(1.4rem, 4.1vw, 2rem);
    line-height: 1.8;
  }
}
.gumo-kv-desc.is-effect span {
  top: -0.2em;
  color: rgb(255, 255, 255);
}
.is-active .gumo-kv-desc {
  opacity: 1;
}
.gumo-kv-sky {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97cfe0;
  pointer-events: none;
}
.gumo-kv-sky::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noize.png");
  background-size: 200px 200px;
  background-repeat: repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.kv-cloud1 {
  position: absolute;
  top: -6.1vw;
  left: -36vw;
  width: 34.4vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: -15s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .kv-cloud1 {
    top: 1.7vw;
    left: -10vw;
    width: 43.3vw;
    animation-duration: 40s;
    animation-delay: -4s;
  }
}
.kv-cloud1 img {
  width: 100%;
}
.kv-cloud2 {
  position: absolute;
  top: 1.3vw;
  left: 65vw;
  width: 16.1vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: -36s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .kv-cloud2 {
    top: 16vw;
    left: 75vw;
    width: 20.5vw;
    animation-duration: 40s;
    animation-delay: -27s;
  }
}
.kv-cloud2 img {
  width: 100%;
}
.kv-cloud3 {
  position: absolute;
  top: 25.9vw;
  left: 80vw;
  width: 32.6vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: -42s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .kv-cloud3 {
    top: 42vw;
    left: 40vw;
    width: 42vw;
    animation-duration: 40s;
    animation-delay: -16s;
  }
}
.kv-cloud3 img {
  width: 100%;
}
.kv-cloud4 {
  position: absolute;
  top: 12vw;
  left: -16.1vw;
  width: 16.1vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .kv-cloud4 {
    top: 30vw;
    left: -20vw;
    width: 20.5vw;
    animation-duration: 40s;
    animation-delay: -2s;
  }
}
.kv-cloud4 img {
  width: 100%;
}
@keyframes kv-cloud1-anim {
  0% {
    left: -36vw;
  }
  100% {
    left: 136vw;
  }
}
@keyframes kv-cloud2-anim {
  0% {
    left: -17vw;
  }
  100% {
    left: 117vw;
  }
}
.section-ttl h2 {
  z-index: 2;
  position: relative;
  font-weight: 900;
  font-size: clamp(4rem, 4.8vw, 8rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .section-ttl h2 {
    font-size: clamp(2rem, 10vw, 4rem);
  }
}
.section-ttl p {
  display: block;
  margin-top: 1.3vw;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-ttl p {
    font-size: clamp(1rem, 4.1vw, 2rem);
  }
}
.section-ttl.profile {
  color: #6a3906;
}
.section-ttl.family {
  padding-top: 9.1vw;
  color: #ffffff;
  text-shadow: 1px 1px 0 #97cfe0, -1px 1px 0 #97cfe0, 1px -1px 0 #97cfe0, -1px -1px 0 #97cfe0;
}
@media (max-width: 767.98px) {
  .section-ttl.family {
    padding-top: 25.6vw;
  }
}
.section-ttl.life {
  padding-top: 9.1vw;
  color: #f0bb42;
}
@media (max-width: 767.98px) {
  .section-ttl.life {
    padding-top: 25.6vw;
  }
}
.gumo-profile {
  z-index: 1;
  position: relative;
  margin-top: -3.5vw;
  padding: 9.3vw 0;
  background-color: #f0bb42;
}
@media (max-width: 767.98px) {
  .gumo-profile {
    margin-top: -12vw;
    padding: 25vw 0;
  }
}
.profile-title {
  z-index: 2;
  position: relative;
  color: #6a3906;
  font-weight: 900;
  font-size: clamp(4rem, 4.8vw, 8rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .profile-title {
    font-size: clamp(2rem, 10vw, 4rem);
  }
}
.profile-title span {
  display: block;
  margin-top: 1.3vw;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .profile-title span {
    font-size: clamp(1rem, 4.1vw, 2rem);
  }
}
.profile-data {
  z-index: 2;
  position: relative;
  width: 62.5%;
  margin: 3.4vw auto 0 auto;
  transform: translate(0, 60px) scale(0.88);
  border: 5px solid #ea9e04;
  border-radius: 50px;
  background-image: url("../img/deco-profile-data.svg"), url("../img/deco-profile-data.svg"), url("../img/deco-profile-data.svg"), url("../img/deco-profile-data.svg");
  background-position: left 43px top 40px, right 43px top 40px, right 43px bottom 40px, left 43px bottom 40px;
  background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-color: #ffffff;
  transition: all 1s linear(0, -0.007 8.3%, -0.04 14.3%, -0.11 20.2%, -0.309 32.1%, -0.333 35.2%, -0.324 37.8%, -0.293 39.7%, -0.241 41.5%, -0.065 44.8%, 0.198 47.7%, 0.97 54%, 1.18 57.1%, 1.298 60.5%, 1.331 63.2%, 1.326 66.2%, 1.278 70.1%, 1.107 80%, 1.048 84.8%, 1.009 91.2%, 1) 0s;
}
.profile-data.is-active {
  transform: translate(0, 0) scale(1);
}
@media (max-width: 1449.98px) {
  .profile-data {
    width: 900px;
  }
}
@media (max-width: 949.98px) {
  .profile-data {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .profile-data {
    width: 89.7%;
    margin: 10.2vw auto 0 auto;
    border-radius: 3cqmax;
    background-position: left 20px top 20px, right 20px top 20px, right 20px bottom 20px, left 20px bottom 20px;
    background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  }
}
.profile-data .profile-data-ttl {
  position: relative;
  padding: 2vw 0 0 0;
  color: #6a3906;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  line-height: 2.5;
  letter-spacing: -1.1px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-underline-offset: 80%;
}
@media (max-width: 1449.98px) {
  .profile-data .profile-data-ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 949.98px) {
  .profile-data .profile-data-ttl {
    font-size: clamp(1.8rem, 1.5vw, 3rem);
  }
}
@media (max-width: 767.98px) {
  .profile-data .profile-data-ttl {
    padding: 30px 0 0 0;
    font-size: clamp(1rem, 4.1vw, 2rem);
    font-size: 1.8rem;
  }
}
@media (max-width: 339.98px) {
  .profile-data .profile-data-ttl {
    font-size: 1.5rem;
  }
}
.profile-data-inner {
  display: grid;
  position: relative;
  grid-template-columns: 36% 1fr;
  margin-top: 1.9vw;
  padding-right: 2vw;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .profile-data-inner {
    display: block;
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 28px;
    padding-bottom: 80px;
    padding-left: 50px;
    background-image: none;
  }
}
.profile-data-img {
  position: relative;
  width: 100%;
  padding-left: 2vw;
}
@media (max-width: 767.98px) {
  .profile-data-img {
    display: none;
  }
}
.profile-data-data {
  padding-bottom: 2.5vw;
}
.profile-data-data h3 {
  position: relative;
  color: #004097;
  font-weight: 900;
  font-size: 17px;
  font-size: clamp(1.7rem, 1.1vw, 3rem);
  line-height: 1;
  letter-spacing: -0.51px;
}
@media (max-width: 949.98px) {
  .profile-data-data h3 {
    font-size: clamp(1.4rem, 1.5vw, 2rem);
  }
}
@media (max-width: 767.98px) {
  .profile-data-data h3 {
    font-size: 1.5rem;
  }
}
.profile-data-data h3::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../img/deco-profile-ttl-1.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.profile-data-data h3.t1::before {
  background-image: url("../img/deco-profile-ttl-1.svg");
}
.profile-data-data h3.t2::before {
  background-image: url("../img/deco-profile-ttl-2.svg");
}
.profile-data-data h3.t3::before {
  background-image: url("../img/deco-profile-ttl-3.svg");
}
.profile-data-data h3.t4::before {
  background-image: url("../img/deco-profile-ttl-4.svg");
}
.profile-data-data h3.t5::before {
  background-image: url("../img/deco-profile-ttl-5.svg");
}
.profile-data-data h3.t6::before {
  background-image: url("../img/deco-profile-ttl-6.svg");
}
.profile-data-data p {
  color: #6a3906;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  font-size: clamp(1.7rem, 1.1vw, 3rem);
  line-height: 1; /* 47.6px */
  letter-spacing: -0.51px;
}
@media (max-width: 949.98px) {
  .profile-data-data p {
    font-size: clamp(1.4rem, 1.5vw, 2rem);
  }
}
@media (max-width: 767.98px) {
  .profile-data-data p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.profile-data-data h3 + p {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .profile-data-data h3 + p {
    margin-top: 2px;
  }
}
.profile-data-data p + h3 {
  margin-top: 20px;
}
.profile-bg {
  position: absolute;
  top: -30vw;
  left: -89.4vw;
  width: 278.8vw;
  height: 557.6vw;
  opacity: 0.1;
}
@media (max-width: 767.98px) {
  .profile-bg {
    width: 512.8vw;
    height: 512.8vw;
  }
}
.profile-data-canvas {
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  justify-content: center;
  width: 40%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .profile-data-canvas {
    right: 0;
    left: initial;
    justify-content: flex-end;
    width: 33.7%;
    height: 50%;
    padding-right: 5px;
  }
}
.profile-data-canvas .profile-gumo-canvas {
  position: relative;
  width: 100%;
  max-width: 305px;
  height: auto;
}
@media (max-width: 999.98px) {
  .profile-data-canvas .profile-gumo-canvas {
    max-width: 250px;
  }
}
@media (max-width: 767.98px) {
  .profile-data-canvas .profile-gumo-canvas {
    width: 100%;
    max-width: none;
    transform: scaleX(-1);
    transform-origin: center;
  }
}
.profile-bg-inner {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  transform: rotate(-20deg);
}
.profile-bg-inner img {
  position: relative;
  width: 100%;
}
.profile-bg-inner img:nth-child(odd) {
  left: 0;
  width: 100%;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-name: profile-bg-anim;
}
@media (max-width: 767.98px) {
  .profile-bg-inner img:nth-child(odd) {
    left: 0;
    animation-duration: 10s;
    animation-name: profile-bg-anim-sp;
  }
}
.profile-bg-inner img:nth-child(even) {
  left: 11.111%;
  width: 100%;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: profile-bg-anim;
}
@media (max-width: 767.98px) {
  .profile-bg-inner img:nth-child(even) {
    left: 10.8%;
    animation-duration: 10s;
    animation-name: profile-bg-anim-sp;
  }
}
@keyframes profile-bg-anim {
  0% {
    left: 11.111%;
  }
  100% {
    left: 0%;
  }
}
@keyframes profile-bg-anim-sp {
  0% {
    left: 10.8%;
  }
  100% {
    left: 0%;
  }
}
.gumo-family {
  z-index: 2;
  position: relative;
  -webkit-mask-image: url("../img/mask-top.svg");
          mask-image: url("../img/mask-top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
  margin-top: -4.3vw;
          mask-size: 100% auto;
}
@media (max-width: 767.98px) {
  .gumo-family {
    margin-top: -12vw;
    -webkit-mask-image: url("../img/mask-top-sp.svg");
            mask-image: url("../img/mask-top-sp.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
.gumo-family-sky {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97cfe0;
}
.gumo-family-sky::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noize.png");
  background-size: 200px 200px;
  background-repeat: repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.family-cloud1 {
  position: absolute;
  top: 10vw;
  left: -36vw;
  width: 34.4vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: -15s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .family-cloud1 {
    top: 18vw;
    left: -10vw;
    width: 43.3vw;
    animation-duration: 40s;
    animation-delay: -4s;
  }
}
.family-cloud1 img {
  width: 100%;
}
.family-cloud2 {
  position: absolute;
  top: 18vw;
  left: 65vw;
  width: 16.1vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: -39s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .family-cloud2 {
    top: 26vw;
    left: 75vw;
    width: 20.5vw;
    animation-duration: 40s;
    animation-delay: -20s;
  }
}
.family-cloud2 img {
  width: 100%;
}
.family-cloud3 {
  position: absolute;
  top: 23vw;
  left: -36vw;
  width: 32.6vw;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 6s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: kv-cloud1-anim;
}
@media (max-width: 767.98px) {
  .family-cloud3 {
    top: 38vw;
    left: -44vw;
    width: 42vw;
    animation-duration: 40s;
    animation-delay: 6s;
  }
}
.family-cloud3 img {
  width: 100%;
}
.gumo-family-main {
  z-index: 10;
  position: relative;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/428;
  width: 100%;
}
@media (max-width: 767.98px) {
  .gumo-family-main {
    bottom: initial;
    aspect-ratio: initial;
    height: auto;
  }
}
.gumo-family-main-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  aspect-ratio: 1440/428;
  width: 100%;
  height: auto;
  -webkit-mask-image: url("../img/family-base.svg");
          mask-image: url("../img/family-base.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
  z-index: 1;
  background-image: url("../img/family-base.svg");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
          mask-size: 100% auto;
}
@media (max-width: 767.98px) {
  .gumo-family-main-bg {
    aspect-ratio: initial;
    height: 100%;
    -webkit-mask-image: url("../img/family-base-sp.svg");
            mask-image: url("../img/family-base-sp.svg");
    -webkit-mask-position: center top;
    background-image: url("../img/family-base-sp.svg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
            mask-position: center top;
  }
}
.gumo-family-main-bg::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noize.png");
  background-size: 200px 200px;
  background-repeat: repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.gumo-family-top {
  z-index: 2;
  position: relative;
}
.family-title {
  padding-top: 9.1vw;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(4rem, 4.8vw, 8rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .family-title {
    padding-top: 25.6vw;
    font-size: clamp(2rem, 10vw, 4rem);
  }
}
.family-title span {
  display: block;
  margin-top: 1.3vw;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .family-title span {
    margin-top: 1.7vw;
    font-size: clamp(1rem, 4.1vw, 2rem);
  }
}
.family-copy {
  margin-top: 2.7vw;
  padding-bottom: 12.7vw;
  transform: translateY(1em);
  color: #6a3906;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  line-height: 1;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s linear 0.8s, transform 0.4s ease 0.8s;
}
@media (max-width: 767.98px) {
  .family-copy {
    margin-top: 12.8vw;
    padding-bottom: 22.5vw;
    font-size: clamp(1rem, 4.1vw, 2rem);
  }
}
.family-copy.is-active {
  transform: translateY(0);
  opacity: 1;
}
.gumo-family-info {
  z-index: 2;
  position: relative;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 29.7vw;
}
@media (max-width: 767.98px) {
  .gumo-family-info {
    top: -17.5vw;
    height: initial;
  }
}
.gumo-family-canvas {
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .gumo-family-canvas {
    top: initial;
  }
}
.gumo-family-canvas img {
  width: 65.2%;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .gumo-family-canvas img {
    width: 107vw;
    max-width: initial;
    margin: 0 0 0 -3.5vw;
  }
}
.gumo-family-canvas .family-gumo-canvas {
  width: 65.2%;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .gumo-family-canvas .family-gumo-canvas {
    width: 107vw;
    max-width: initial;
    margin: 0 0 0 -3.5vw;
  }
}
.gumo-family-desc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 65.2%;
  margin: 0 auto;
  gap: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-family-desc {
    grid-template-columns: 1fr;
    width: calc(100% - 58px);
    margin: 30px auto 0 auto;
    gap: 20px;
    text-align: left;
  }
}
@media (max-width: 399.98px) {
  .gumo-family-desc {
    gap: 15px;
  }
}
@media (max-width: 359.98px) {
  .gumo-family-desc {
    gap: 10px;
  }
}
.gumo-family-desc-info {
  position: relative;
  margin-top: 1.1vw;
}
@media (max-width: 767.98px) {
  .gumo-family-desc-info {
    margin-top: 0;
  }
}
.gumo-family-desc-info h3 {
  font-weight: 900;
  font-size: clamp(1.5rem, 2vw, 4rem);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .gumo-family-desc-info h3 {
    font-size: clamp(1rem, 5.1vw, 2rem);
  }
}
@media (max-width: 399.98px) {
  .gumo-family-desc-info h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 359.98px) {
  .gumo-family-desc-info h3 {
    font-size: 1.4rem;
  }
}
.gumo-family-desc-info p {
  margin-top: 20px;
  font-weight: 900;
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1.1vw, 2.2rem);
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .gumo-family-desc-info p {
    margin-top: 7px;
    font-size: 1.5rem;
  }
}
@media (max-width: 399.98px) {
  .gumo-family-desc-info p {
    font-size: 1.4rem;
  }
}
@media (max-width: 359.98px) {
  .gumo-family-desc-info p {
    font-size: 1.2rem;
  }
}
.gumo-family-desc-info.desc-1 {
  position: relative;
  top: -2.5vw;
  order: 2;
}
@media (max-width: 767.98px) {
  .gumo-family-desc-info.desc-1 {
    top: initial;
    order: 1;
  }
}
.gumo-family-desc-info.desc-2 {
  position: relative;
  order: 1;
}
@media (max-width: 767.98px) {
  .gumo-family-desc-info.desc-2 {
    order: 2;
  }
}
.gumo-family-desc-info.desc-3 {
  position: relative;
  order: 3;
}
.gumo-family-name {
  display: grid;
  z-index: 3;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  width: 65.2%;
  margin: 0 auto;
  margin-top: 1.1vw;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(1.5rem, 2vw, 4rem);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-family-name {
    width: 100%;
    margin-top: 2.6vw;
    font-size: 1.6rem;
  }
}
@media (max-width: 359.98px) {
  .gumo-family-name {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.gumo-family-name .gumo-family-name-inner {
  position: relative;
  transform: translateY(1em);
  opacity: 0;
  transition: opacity 0.6s linear 1.6s, transform 0.4s ease 1.6s;
}
.gumo-family-name .gumo-family-name-inner.name-1 {
  top: -1.7em;
}
.gumo-family-name .gumo-family-name-inner.name-2 {
  transition-delay: 2s;
}
.gumo-family-name .gumo-family-name-inner.name-3 {
  transition-delay: 2.4s;
}
.gumo-family-name.is-active .gumo-family-name-inner {
  transform: translateY(0);
  opacity: 1;
}
.gumo-life {
  z-index: 3;
  position: relative;
  background: linear-gradient(180deg, #483831 0%, #2b2625 100%);
  -webkit-mask-image: url("../img/mask-top.svg");
          mask-image: url("../img/mask-top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
  margin-top: -4.4vw;
  padding-bottom: 9.1vw;
          mask-size: 100% auto;
}
@media (max-width: 767.98px) {
  .gumo-life {
    margin-top: -12vw;
    padding-bottom: 20vw;
    -webkit-mask-image: url("../img/mask-top-sp.svg");
            mask-image: url("../img/mask-top-sp.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
.gumo-life .instagram-link {
  margin-top: 5.5vw;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-life .instagram-link {
    margin-top: 10.7vw;
  }
}
.gumo-life .instagram-link .instagram-link-desc {
  text-align: center;
}
.gumo-life .instagram-link .instagram-link-desc span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .gumo-life .instagram-link .instagram-link-desc span {
    font-size: 1.5rem;
  }
}
.gumo-life .instagram-link .instagram-link-desc span::before {
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 11px;
  height: 19px;
  background-image: url("../img/deco-desc-dl.svg");
  background-position: left top;
  background-size: 11px auto;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767.98px) {
  .gumo-life .instagram-link .instagram-link-desc span::before {
    background-size: 9px auto;
  }
}
.gumo-life .instagram-link .instagram-link-desc span::after {
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 11px;
  height: 19px;
  background-image: url("../img/deco-desc-dr.svg");
  background-position: right top;
  background-size: 11px auto;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767.98px) {
  .gumo-life .instagram-link .instagram-link-desc span::after {
    background-size: 9px auto;
  }
}
.gumo-life .instagram-link .btn {
  margin-top: 14px;
}
.gumo-life .instagram-link .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  margin: 0 auto;
  border-radius: 9999px;
  background-image: url("../img/btn-aw.svg");
  background-position: left 35px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #004097;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .gumo-life .instagram-link .btn a {
    width: 84.6%;
    max-width: 330px;
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  .gumo-life .instagram-link .btn a:hover {
    background-image: url("../img/btn-aw-cw.svg");
    background-color: #004097;
    color: #ffffff;
  }
}
.gumo-life .instagram-link .instagram-link-note {
  margin-top: 14px;
  color: #f0bb42;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-life .instagram-link .instagram-link-note {
    font-size: 1.3rem;
  }
}
.life-title {
  padding-top: 9.1vw;
  color: #f0bb42;
  font-weight: 900;
  font-size: clamp(4rem, 4.8vw, 8rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .life-title {
    padding-top: 25.6vw;
    font-size: clamp(2rem, 10vw, 4rem);
  }
}
.life-title span {
  display: block;
  margin-top: 1.3vw;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .life-title span {
    margin-top: 1.7vw;
    font-size: clamp(1rem, 4.1vw, 2rem);
  }
}
.gumo-life-slider {
  margin-top: 3.4vw;
}
@media (max-width: 767.98px) {
  .gumo-life-slider {
    margin-top: 6.1vw;
  }
}
@media (max-width: 767.98px) {
  .gumo-life-slider .swiper-slide {
    padding: 0 28px;
  }
}
.gumo-life-slider .swiper-button-next,
.gumo-life-slider .swiper-button-prev {
  width: 4vw;
}
@media (max-width: 767.98px) {
  .gumo-life-slider .swiper-button-next,
  .gumo-life-slider .swiper-button-prev {
    width: 6.1vw;
  }
}
.gumo-life-slider .swiper-button-next svg,
.gumo-life-slider .swiper-button-prev svg {
  display: none;
}
.gumo-life-slider .swiper-button-next {
  right: 21.5vw;
  background-image: url("../img/life-slide-next.svg");
  background-position: 30% center;
  background-size: auto 2.3vw;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .gumo-life-slider .swiper-button-next {
    right: 0;
    background-position: right 8px center;
    background-size: auto 3.9vw;
  }
}
.gumo-life-slider .swiper-button-prev {
  left: 21.5vw;
  background-image: url("../img/life-slide-back.svg");
  background-position: 70% center;
  background-size: auto 2.3vw;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .gumo-life-slider .swiper-button-prev {
    left: 0;
    background-position: left 8px center;
    background-size: auto 3.9vw;
  }
}
.gumo-slide-canvas {
  aspect-ratio: 8/5;
  width: 100%;
  height: auto;
}
.gumo-footer {
  z-index: 4;
  position: relative;
  background-color: #004097;
  -webkit-mask-image: url("../img/mask-top.svg");
          mask-image: url("../img/mask-top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
  margin-top: -4.4vw;
  padding-top: 9.1vw;
  padding-bottom: 30px;
          mask-size: 100% auto;
}
@media (max-width: 767.98px) {
  .gumo-footer {
    margin-top: -12vw;
    -webkit-mask-image: url("../img/mask-top-sp.svg");
            mask-image: url("../img/mask-top-sp.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-size: 100% auto;
    padding-top: 25.6vw;
    padding-bottom: 28px;
            mask-size: 100% auto;
  }
}
.gumo-footer .copyright {
  margin-top: 5.5vw;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: -0.42px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .gumo-footer .copyright {
    margin-top: 40px;
  }
}
.gumo-footer-ttl {
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s linear 0.2s;
}
.gumo-footer-ttl p {
  display: inline-block;
  padding: 0 39px;
  background-image: url("../img/deco-footer-ttl-kt.svg"), url("../img/deco-footer-ttl-kb.svg");
  background-position: left 20px top 20px, right 20px bottom 20px;
  background-size: 14px 23px, 14px 23px;
  background-repeat: no-repeat, no-repeat;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 150%;
  text-align: center;
  transition: all 0.3s ease 0.5s;
}
@media (max-width: 767.98px) {
  .gumo-footer-ttl p {
    padding: 0 29px;
    background-size: 11px 18px, 11px 18px;
    font-size: 3.7rem;
  }
}
@media (max-width: 339.98px) {
  .gumo-footer-ttl p {
    padding: 0 19px;
    background-size: 9px 15px, 9px 15px;
    font-size: 3.2rem;
  }
}
.gumo-footer-ttl p span {
  font-size: 3.2rem;
}
@media (max-width: 767.98px) {
  .gumo-footer-ttl p span {
    font-size: 2.7rem;
  }
}
@media (max-width: 339.98px) {
  .gumo-footer-ttl p span {
    font-size: 2.2rem;
  }
}
.gumo-footer-ttl.is-active {
  opacity: 1;
}
.gumo-footer-ttl.is-active p {
  background-position: left 0 top 0, right 0 bottom 0;
}
.gumo-footer-main {
  display: grid;
  grid-template-columns: 350px 1fr;
  width: 900px;
  margin: -10px auto 0 auto;
  gap: 35px;
}
@media (max-width: 767.98px) {
  .gumo-footer-main {
    display: block;
    width: 100%;
    margin-top: 28px;
  }
}
@media (max-width: 767.98px) {
  .gumo-footer-fig {
    padding: 0 20px;
    text-align: center;
  }
}
.gumo-footer-fig img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .gumo-footer-fig img {
    display: inline-block;
    max-width: 260px;
  }
}
.gumo-footer-fig .footer-gumo-canvas {
  width: 100%;
  max-width: 355px;
  height: auto;
}
@media (max-width: 767.98px) {
  .gumo-footer-fig .footer-gumo-canvas {
    display: inline-block;
    max-width: 260px;
  }
}
.gumo-footer-desc {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .gumo-footer-desc {
    padding-top: 30px;
  }
}
.gumo-footer-desc p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 240%;
  letter-spacing: -0.05em;
}
@media (max-width: 767.98px) {
  .gumo-footer-desc p {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 339.98px) {
  .gumo-footer-desc p {
    font-size: 1.3rem;
  }
}
.gumo-footer-desc p span {
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}
.gumo-footer-desc p.is-active span {
  color: rgb(255, 255, 255);
}
.gumo-footer-link {
  margin-top: 37px;
}
@media (max-width: 767.98px) {
  .gumo-footer-link {
    margin-top: 30px;
    padding: 0 30px;
    text-align: center;
  }
}
.gumo-footer-link a {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 62px;
  border: 1px solid transparent;
  border-radius: 9999px;
  background-image: url("../img/btn-aw.svg");
  background-position: left 32px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #004097;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .gumo-footer-link a {
    width: 100%;
    max-width: 330px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 339.98px) {
  .gumo-footer-link a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .gumo-footer-link:hover a {
    border: 1px solid #ffffff;
    background-image: url("../img/btn-aw-cw.svg");
    background-color: #004097;
    color: #ffffff;
  }
}
.gumo-loading-effect {
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4a3c37;
  transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1) 0.1s;
}
.is-loading .gumo-loading-effect {
  visibility: visible;
  height: 100%;
  opacity: 1;
}/*$vite$:1*/