/* -----------------------
  unity
----------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10%;
}

body {
  font-family: "sicuveiw-dsp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: #505050;
}
@media screen and (max-width: 767px) {
  body.active {
    overflow: hidden;
  }
}
body:has(.loading.active) {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

a {
  color: #505050;
}

/* -----------------------
  loading
----------------------- */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  overflow: scroll;
  transition: transform 1s ease, opacity 0.5s ease 0.5s;
  transform-origin: center top 30px;
  opacity: 1;
}
.loading:not(.active) {
  transform: scale(10);
  opacity: 0;
  pointer-events: none;
}
.loading--bg {
  background-image: url("../img/loading-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .loading--bg {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .loading--bg {
    min-height: 179.4871794872vw;
  }
}
.loading--bg .loading--container {
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .loading--bg .loading--container {
    left: 40%;
  }
}
@media screen and (max-width: 767px) {
  .loading--bg .loading--container {
    left: 30%;
  }
}
.loading--bg .loading--container .loading--balloon {
  animation: balloon-move 3s ease-in-out infinite;
}
@keyframes balloon-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
.loading--bg .loading--container .loading--balloon--img {
  aspect-ratio: 162/251;
  background-image: url("../img/loading-balloon.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: balloon-swing 2s ease-in-out infinite;
  transform-origin: center top;
}
@media screen and (min-width: 768px) {
  .loading--bg .loading--container .loading--balloon--img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .loading--bg .loading--container .loading--balloon--img {
    width: 20.5128205128vw;
  }
}
@keyframes balloon-swing {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.loading--bg .loading--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.loading--bg .txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .loading--bg .txt {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .loading--bg .txt {
    gap: 1.2820512821vw;
  }
}
.loading--bg .txt .TX {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .loading--bg .txt .TX {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .loading--bg .txt .TX {
    font-size: 7.1794871795vw;
  }
}
.loading--bg .txt .TX span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  animation: loading-text 1s ease infinite;
  width: 0%;
}
@keyframes loading-text {
  100% {
    width: 100%;
  }
}

/* -----------------------
  header
----------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  transition: backdrop-filter 0.3s ease-in-out;
}
.header--inner {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header--inner {
    padding: 15px 345px 21px 10px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .header--inner {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header--inner {
    padding: 3.8461538462vw 5.1282051282vw 4.358974359vw;
  }
}
.header--inner .logo {
  display: block;
  width: fit-content;
}
.header--inner .logo .TL {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  line-height: 85%;
}
@media screen and (min-width: 768px) {
  .header--inner .logo .TL {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .logo .TL {
    font-size: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper {
    margin-left: 34px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF366;
    z-index: 999;
    padding: 14.1025641026vw 0 8.9743589744vw;
    overflow-x: scroll;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: top;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav {
    min-height: 256.4102564103vw;
  }
}
.header--inner .nav--wrapper nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul {
    gap: 10px 19px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul {
    flex-direction: column;
    align-items: center;
    gap: 7.6923076923vw;
  }
}
.header--inner .nav--wrapper nav ul li:not(:last-child) a::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #F49047;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul li:not(:last-child) a::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li:not(:last-child) a::before {
    height: 0.5128205128vw;
  }
}
.header--inner .nav--wrapper nav ul li:not(:last-child) a:hover::before {
  transform: scaleX(1);
}
.header--inner .nav--wrapper nav ul li:last-child {
  background: rgba(244, 144, 71, 0.5);
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul li:last-child {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li:last-child {
    position: relative;
    border-radius: 2.5641025641vw;
    padding: 0.5128205128vw;
    margin-top: 48.7179487179vw;
  }
}
.header--inner .nav--wrapper nav ul li:last-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(244, 144, 71, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul li:last-child::before {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li:last-child::before {
    border-radius: 2.5641025641vw;
  }
}
.header--inner .nav--wrapper nav ul li:last-child:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.header--inner .nav--wrapper nav ul li:last-child a {
  display: block;
  background: #F49047;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul li:last-child a {
    border-radius: 8px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li:last-child a {
    border-radius: 2.0512820513vw;
    padding: 2.5641025641vw 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li:last-child a::after {
    content: "";
    display: block;
    aspect-ratio: 174/195;
    width: 44.358974359vw;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="174" height="195" viewBox="0 0 174 195" fill="none"><path d="M86.7202 28.9756C124.541 27.279 157.392 47.7833 158.859 80.484C159.561 96.1423 156.993 107.885 146.355 116.214C136.043 124.287 118.542 128.781 90.7033 131.649L90.5836 131.661L90.4624 131.662C64.7347 131.795 47.2889 128.866 36.0833 121.611C24.5973 114.174 20.1224 102.53 19.414 86.7392C17.947 54.0358 48.9028 30.672 86.7202 28.9756Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.95585" /> <path d="M64.4254 129.387C63.15 127.158 60.786 126.068 58.3102 125.773C53.3981 125.189 46.8643 127.5 41.4627 132.548C38.0762 135.712 37.002 137.547 34.8904 140.886C33.9093 142.437 32.8659 144.473 32.0874 146.071C31.6931 146.88 31.357 147.597 31.1196 148.112C31.0009 148.369 30.907 148.577 30.8419 148.721C30.8094 148.793 30.7839 148.849 30.7666 148.888C30.758 148.907 30.7509 148.923 30.7463 148.933C30.7441 148.938 30.7419 148.942 30.7406 148.944C30.74 148.946 30.7398 148.947 30.7395 148.948L26.9282 157.345C26.491 157.484 25.9742 157.691 25.4352 158.002C23.9379 158.864 22.3706 160.474 21.8502 163.244C21.4603 165.32 22.3309 167.237 23.5903 168.56C24.8596 169.893 26.6969 170.83 28.724 170.962C31.7154 171.157 33.8073 170.945 35.5864 170.443C37.2851 169.964 38.6768 169.207 39.9175 168.634C44.9829 166.294 47.1766 165.06 48.5382 163.201C49.1548 162.36 49.6076 161.352 50.0452 160.505C50.5283 159.569 51.2006 158.367 52.4242 156.68C56.4125 151.181 61.1224 144.652 64.2945 137.29C65.5396 134.4 65.7069 131.626 64.4254 129.387Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.37452" /> <path d="M46.0591 162.754C48.0558 161.218 51.1408 159.86 55.564 160.135C60.769 160.458 63.9465 161.73 65.8804 163.13C66.8462 163.829 67.4744 164.541 67.8755 165.136C68.0746 165.431 68.2144 165.692 68.311 165.902C68.3593 166.007 68.3968 166.099 68.4253 166.176C68.4396 166.214 68.4523 166.249 68.4624 166.279C68.4674 166.294 68.472 166.308 68.4761 166.321C68.4781 166.328 68.4801 166.334 68.4819 166.34C68.4828 166.343 68.483 166.347 68.4839 166.35C68.4843 166.351 68.4856 166.353 68.4858 166.354C68.4858 166.356 68.4517 166.368 66.5288 166.936L68.4868 166.357L68.5278 166.498L68.5493 166.644V166.645V166.646C68.5494 166.646 68.5501 166.647 68.5503 166.648C68.5507 166.651 68.5505 166.656 68.5513 166.661C68.5528 166.672 68.5552 166.688 68.5581 166.709C68.564 166.75 68.5726 166.81 68.5835 166.888C68.6053 167.043 68.6364 167.268 68.6743 167.549C68.7502 168.109 68.8535 168.893 68.9624 169.785C69.1787 171.558 69.4244 173.81 69.52 175.604C69.6112 177.315 69.6621 179.471 69.6909 181.185C69.7054 182.045 69.715 182.8 69.7202 183.34C69.7218 183.499 69.7222 183.639 69.7231 183.758C69.8125 183.96 69.9214 184.219 70.0269 184.515C70.2481 185.134 70.5734 186.211 70.4653 187.281C70.3122 188.797 69.3471 189.821 68.4673 190.447C67.5831 191.076 66.5346 191.493 65.6343 191.772C64.7119 192.059 63.8181 192.241 63.1665 192.352C62.8373 192.407 62.5612 192.446 62.3647 192.471C62.2667 192.483 62.1879 192.493 62.1313 192.499C62.103 192.502 62.0798 192.505 62.063 192.507C62.0547 192.508 62.0478 192.508 62.0425 192.509C62.0399 192.509 62.0375 192.51 62.0356 192.51H62.0317L61.8335 190.479L62.0308 192.51L61.9819 192.515L61.9331 192.517H61.9302C61.9284 192.517 61.9255 192.517 61.9224 192.518C61.9162 192.518 61.9072 192.518 61.896 192.519C61.8731 192.52 61.8393 192.522 61.7964 192.523C61.7104 192.527 61.5851 192.532 61.4263 192.538C61.1081 192.55 60.653 192.565 60.1001 192.578C58.996 192.604 57.4921 192.622 55.9038 192.587C54.3241 192.552 52.6184 192.465 51.1255 192.273C50.3794 192.178 49.6489 192.051 48.9956 191.88C48.373 191.717 47.6767 191.477 47.0933 191.088C44.7055 189.496 43.382 187.632 42.7368 185.388C42.1381 183.305 42.1605 180.97 42.1694 178.631C42.1785 176.253 42.3885 173.258 42.5913 170.895C42.6934 169.705 42.7956 168.66 42.8716 167.913C42.9096 167.539 42.9411 167.239 42.9634 167.032C42.9745 166.929 42.9827 166.848 42.9888 166.793C42.9918 166.766 42.995 166.745 42.9966 166.73C42.9974 166.723 42.9971 166.718 42.9976 166.714C42.9977 166.712 42.9984 166.711 42.9985 166.71V166.708L43.0386 166.351L43.1987 166.029L45.0269 166.936C43.1981 166.029 43.1991 166.028 43.1997 166.026L43.2241 165.978C43.2355 165.956 43.2499 165.929 43.2671 165.897C43.3018 165.834 43.3492 165.751 43.4087 165.653C43.5276 165.457 43.6986 165.195 43.9272 164.893C44.3837 164.288 45.0776 163.509 46.0591 162.754Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.08257" /> <path d="M127.698 162.754C125.701 161.218 122.616 159.86 118.193 160.135C112.988 160.458 109.81 161.73 107.876 163.13C106.91 163.829 106.282 164.541 105.881 165.136C105.682 165.431 105.542 165.692 105.446 165.902C105.397 166.007 105.36 166.099 105.331 166.176C105.317 166.214 105.304 166.249 105.294 166.279C105.289 166.294 105.285 166.308 105.281 166.321C105.279 166.328 105.276 166.334 105.275 166.34C105.274 166.343 105.274 166.347 105.273 166.35C105.272 166.351 105.271 166.353 105.271 166.354C105.271 166.356 105.305 166.368 107.228 166.936L105.27 166.357L105.229 166.498L105.207 166.644V166.645V166.646C105.207 166.646 105.206 166.647 105.206 166.648C105.206 166.651 105.206 166.656 105.205 166.661C105.204 166.672 105.201 166.688 105.198 166.709C105.193 166.75 105.184 166.81 105.173 166.888C105.151 167.043 105.12 167.268 105.082 167.549C105.006 168.109 104.903 168.893 104.794 169.785C104.578 171.558 104.332 173.81 104.237 175.604C104.145 177.315 104.095 179.471 104.066 181.185C104.051 182.045 104.042 182.8 104.036 183.34C104.035 183.499 104.034 183.639 104.033 183.758C103.944 183.96 103.835 184.219 103.73 184.515C103.509 185.134 103.183 186.211 103.291 187.281C103.444 188.797 104.41 189.821 105.289 190.447C106.174 191.076 107.222 191.493 108.122 191.772C109.045 192.059 109.938 192.241 110.59 192.352C110.919 192.407 111.195 192.446 111.392 192.471C111.49 192.483 111.569 192.493 111.625 192.499C111.654 192.502 111.677 192.505 111.694 192.507C111.702 192.508 111.709 192.508 111.714 192.509C111.717 192.509 111.719 192.51 111.721 192.51H111.725L111.923 190.479L111.726 192.51L111.775 192.515L111.823 192.517H111.826C111.828 192.517 111.831 192.517 111.834 192.518C111.84 192.518 111.849 192.518 111.861 192.519C111.884 192.52 111.917 192.522 111.96 192.523C112.046 192.527 112.171 192.532 112.33 192.538C112.649 192.55 113.104 192.565 113.656 192.578C114.761 192.604 116.265 192.622 117.853 192.587C119.433 192.552 121.138 192.465 122.631 192.273C123.377 192.178 124.108 192.051 124.761 191.88C125.384 191.717 126.08 191.477 126.663 191.088C129.051 189.496 130.375 187.632 131.02 185.388C131.618 183.305 131.596 180.97 131.587 178.631C131.578 176.253 131.368 173.258 131.165 170.895C131.063 169.705 130.961 168.66 130.885 167.913C130.847 167.539 130.815 167.239 130.793 167.032C130.782 166.929 130.774 166.848 130.768 166.793C130.765 166.766 130.762 166.745 130.76 166.73C130.759 166.723 130.759 166.718 130.759 166.714C130.759 166.712 130.758 166.711 130.758 166.71V166.708L130.718 166.351L130.558 166.029L128.73 166.936C130.559 166.029 130.557 166.028 130.557 166.026L130.532 165.978C130.521 165.956 130.507 165.929 130.49 165.897C130.455 165.834 130.407 165.751 130.348 165.653C130.229 165.457 130.058 165.195 129.829 164.893C129.373 164.288 128.679 163.509 127.698 162.754Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.08257" /> <path d="M24.1647 24.0783C24.4706 22.2721 26.1631 21.0653 27.9704 21.3653C32.7939 22.1658 41.9533 23.8017 48.0546 25.6075C51.9197 26.7514 56.5878 28.4554 60.13 29.8077C62.563 30.7366 63.0228 33.9373 60.9789 35.5514L27.527 61.9695C25.3685 63.6742 22.2021 62.249 22.0864 59.501C21.8689 54.3301 21.6567 47.212 21.8726 42.515C22.1407 36.6816 23.4097 28.5357 24.1647 24.0783Z" fill="%23646464" /> <path d="M28.0429 29.771C28.3065 27.8849 30.0852 26.6229 31.9542 26.9885C36.5034 27.8785 44.6233 29.5779 50.1041 31.3574C53.6234 32.5 57.8688 34.167 61.1362 35.5053C63.5096 36.4774 63.924 39.6205 61.9149 41.2146L32.4704 64.5759C30.3427 66.264 27.2084 64.9022 27.0281 62.1921C26.7076 57.3727 26.3541 50.854 26.4382 46.5373C26.5408 41.2673 27.4523 33.997 28.0429 29.771Z" fill="%23F7FBF8" /> <path d="M50.3615 41.4584C48.6105 40.8679 48.2666 41.3855 49.8463 41.5286C51.4049 41.6697 47.1624 39.7163 45.6125 39.4997C44.3745 39.3267 47.3138 41.5227 47.6261 41.8186C48.697 42.8329 49.0708 43.4413 50.4456 42.8917" stroke="%23FDE8F1" stroke-width="2.04128" stroke-linecap="round" /> <path d="M147.511 19.6225C147.019 17.8665 145.22 16.8473 143.459 17.3221C138.634 18.6231 129.338 21.2506 123.238 23.7373C119.358 25.3194 114.697 27.5712 111.201 29.3238C108.869 30.4929 108.734 33.7309 110.937 35.1296L148.348 58.8894C150.673 60.3661 153.68 58.6165 153.507 55.8675C153.173 50.5501 152.618 43.1597 151.882 38.3362C150.97 32.3541 148.761 24.0737 147.511 19.6225Z" fill="%23646464" /> <path d="M145.258 25.7727C144.958 24.2226 143.46 23.2185 141.916 23.5449C136.896 24.6057 126.355 26.9572 120.691 29.1222C117.382 30.3871 113.381 32.5676 110.517 34.2305C108.731 35.2677 108.694 37.7844 110.413 38.9296L144.536 61.6671C146.356 62.8802 148.788 61.6828 148.883 59.4972C149.084 54.8626 149.221 48.0093 148.558 43.8769C147.691 38.4727 146.096 30.1008 145.258 25.7727Z" fill="%23F7FBF8" /> <path d="M125.653 37.4154C121.317 36.679 130.808 34.799 128.817 36.1912C127.4 37.1819 126.361 37.376 124.957 37.8157" stroke="%23FDE8F1" stroke-width="2.04128" stroke-linecap="round" /> <path d="M51.0955 117.792C52.9585 116.344 56.1515 114.752 59.7214 116.505C69.7478 121.427 82.0727 123.665 93.3542 123.533C104.734 123.4 114.53 120.865 119.791 116.773L119.948 116.656C121.578 115.488 123.394 115.689 124.726 116.191C126.054 116.692 127.258 117.597 128.188 118.419C129.15 119.268 129.985 120.18 130.57 120.862C130.866 121.207 131.105 121.503 131.272 121.716C131.356 121.822 131.423 121.908 131.469 121.97C131.493 122 131.512 122.025 131.525 122.043C131.532 122.052 131.538 122.06 131.542 122.065C131.544 122.068 131.545 122.07 131.547 122.072C131.547 122.073 131.548 122.074 131.549 122.075L131.55 122.076C131.546 122.079 131.462 122.142 129.619 123.508L131.551 122.077L131.934 122.595L132.016 123.234L129.559 123.552L132.017 123.235V123.237C132.018 123.239 132.018 123.241 132.018 123.244C132.019 123.25 132.02 123.259 132.021 123.27C132.024 123.292 132.029 123.324 132.034 123.366C132.045 123.452 132.06 123.578 132.081 123.741C132.122 124.068 132.181 124.546 132.254 125.148C132.399 126.354 132.599 128.065 132.819 130.087C133.258 134.127 133.776 139.432 134.092 144.454C134.382 149.084 136.01 152.704 137.305 157.06C138.567 161.304 139.32 165.897 136.769 171.148C135.16 174.46 131.96 176.611 128.33 178.054C124.666 179.51 120.207 180.389 115.532 180.934C106.188 182.021 95.3681 181.828 87.1375 181.828C80.8628 181.828 70.5069 181.939 61.3181 181.271C56.731 180.938 52.3198 180.404 48.7976 179.529C47.0389 179.093 45.4075 178.548 44.0554 177.849C42.7388 177.168 41.431 176.209 40.6794 174.808C38.2101 170.204 38.1285 165.717 38.6306 161.42C38.877 159.312 39.2804 157.138 39.6238 155.067C39.9743 152.954 40.2789 150.863 40.3875 148.708C40.6594 143.307 42.5538 136.444 44.2957 131.096C45.178 128.386 46.0434 126 46.6882 124.291C47.0109 123.436 47.2793 122.748 47.4675 122.272C47.5617 122.035 47.6361 121.849 47.6873 121.723C47.7128 121.659 47.7322 121.611 47.7458 121.577C47.7527 121.56 47.7578 121.547 47.7615 121.538C47.7633 121.534 47.7653 121.53 47.7664 121.527C47.7668 121.526 47.767 121.525 47.7673 121.524L47.7683 121.523L47.8591 121.301L47.9919 121.101L50.0603 122.465C47.992 121.1 47.9924 121.099 47.9929 121.099L47.9939 121.098C47.9946 121.097 47.995 121.095 47.9958 121.094C47.9976 121.091 48.0005 121.088 48.0027 121.085C48.0072 121.078 48.0127 121.069 48.0193 121.06C48.0323 121.04 48.0492 121.015 48.0701 120.985C48.1119 120.925 48.1695 120.844 48.2419 120.745C48.3866 120.548 48.5931 120.279 48.8542 119.969C49.3698 119.355 50.1331 118.54 51.0955 117.792Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.95585" /> <path d="M156.383 80.5924C157.766 111.426 146.172 123.574 90.4557 129.325C39.1047 129.584 23.2115 117.318 21.8284 86.4844C47.3117 106.117 61.3312 112.426 89.4357 111.918C119.215 111.38 137.01 106.118 156.383 80.5924Z" fill="%23F7FBF8" /> <path d="M68.8997 119.529C68.8997 119.529 86.8489 117.231 104.363 119.529C108.12 120.022 111.961 120.414 113.555 122.634C116.598 126.873 111.729 131.702 107.282 134.433C102.935 137.103 96.0705 139.391 88.4637 139.463C80.5753 139.538 74.1789 137.29 68.8997 134.433C64.269 131.927 59.3125 126.914 62.3783 122.634C64.0208 120.341 68.8997 119.529 68.8997 119.529Z" fill="%23F0F6F2" /> <path d="M52.4917 94.7578C54.0483 95.0611 54.0401 94.9508 55.9758 94.8943C56.3493 94.8834 57.5041 95.1055 57.8954 95.0826C58.3227 95.0575 58.9995 94.8175 59.4113 94.9043C59.7578 94.9773 60.3231 94.5781 60.6627 94.6195C60.9087 94.6494 61.9333 94.7992 62.1747 94.8317C62.3489 94.855 62.4797 94.739 62.645 94.7147C63.2281 94.6289 63.5758 94.9269 64.1588 94.9597C64.6995 94.9902 66.1885 94.7461 66.6836 95.009C66.9624 95.1571 65.6272 95.2731 65.9267 95.1534C66.3441 94.9865 67.2744 95.1898 67.7167 95.1904C68.2564 95.1911 68.4191 94.9625 68.9505 94.8761C69.1633 94.8415 69.3806 94.7694 69.5628 94.9138C69.7569 95.0677 69.819 95.215 70.0444 95.0539C70.185 94.9534 72.5245 94.6533 72.5394 94.9076" stroke="%23676564" stroke-width="3.16825" stroke-linecap="round" /> <path d="M105.53 92.51C105.741 92.4976 105.911 92.4876 106.12 92.5488C106.286 92.5977 106.762 92.845 106.923 92.6853C107.061 92.5492 106.978 92.3885 107.22 92.3251C107.568 92.2341 108.15 92.3299 108.508 92.3598C109.108 92.41 109.648 92.3636 110.243 92.2948C111.005 92.2067 111.721 92.309 112.465 92.0972C113.079 91.9224 113.996 91.3664 114.641 91.5166C115.016 91.604 115.417 91.9791 115.805 91.9564C116.391 91.922 117.054 91.4509 117.654 91.3399C117.955 91.2843 119.294 91.4784 118.936 91.0628C118.927 91.0527 120.199 90.6532 120.342 90.613C120.813 90.4799 121.295 90.6149 121.775 90.6269C122.362 90.6417 122.887 90.5458 123.451 90.4062C124.11 90.2434 124.829 90.2895 125.485 90.4338C125.948 90.5358 126.055 90.5083 126.088 89.9578C126.098 89.7834 126.092 89.9824 126.104 90.0242C126.139 90.1482 126.451 90.0205 126.507 90.0067C126.794 89.9347 127.416 89.6522 127.694 89.6861C128.056 89.7302 128.285 89.9693 128.691 89.9949C129.005 90.0146 129.309 90.0137 129.622 89.9954" stroke="%23676564" stroke-width="3.75946" stroke-linecap="round" /> <circle cx="117.401" cy="90.8968" r="18.9007" fill="url(%23paint0_linear_1066_3747)" fill-opacity="0.6" stroke="url(%23paint1_linear_1066_3747)" stroke-width="4.42984" /> <path d="M125.817 110.094L133.348 126.927" stroke="%238E7C32" stroke-width="6.20178" stroke-linecap="round" /> <path d="M130.543 115.815L129.906 113.722L129.905 113.723L129.903 113.724C129.902 113.724 129.899 113.724 129.897 113.725C129.892 113.727 129.886 113.729 129.879 113.731C129.864 113.736 129.843 113.741 129.818 113.749C129.768 113.765 129.698 113.789 129.61 113.818C129.435 113.876 129.188 113.961 128.894 114.069C128.309 114.285 127.511 114.605 126.681 115.014C125.865 115.416 124.942 115.943 124.153 116.592C123.41 117.205 122.508 118.153 122.214 119.46C121.625 122.077 122.219 124.034 123.509 125.286C123.804 125.571 124.11 125.793 124.4 125.966C124.473 126.537 124.566 127.267 124.665 128.081C124.9 130.005 125.169 132.365 125.32 134.185C125.467 135.957 125.448 137.37 125.462 138.898C125.475 140.416 125.523 141.992 125.844 143.872C126.487 147.638 127.004 151.222 130.374 154.967C133.227 158.137 136.714 158.674 139.656 157.939C142.411 157.25 144.798 155.425 145.875 153.629C148.116 149.895 149.021 147.202 148.978 144.406C148.958 143.063 148.72 141.788 148.422 140.504C148.085 139.048 147.788 138.018 147.391 136.249C146.473 132.156 146.804 128.61 146.585 124.775C146.375 121.121 145.589 117.333 141.668 114.84C139.335 113.357 136.275 113.168 134.144 113.23C133.02 113.263 132.022 113.372 131.305 113.472C130.945 113.522 130.652 113.571 130.445 113.608C130.341 113.626 130.259 113.642 130.2 113.654C130.17 113.659 130.146 113.663 130.129 113.667C130.12 113.669 130.113 113.671 130.108 113.672C130.105 113.672 130.103 113.673 130.101 113.673L130.098 113.674L130.097 113.674L130.543 115.815ZM130.543 115.815L130.096 113.674L130 113.694L129.907 113.722L130.543 115.815Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.37452" /> <path d="M86.1223 101.006C86.6996 100.972 88.2734 101.255 88.6111 100.769C88.8032 100.493 89.0992 100.302 89.3667 100.109C89.6965 99.8718 89.7047 99.6943 89.9218 99.4404C90.121 99.2073 90.1589 98.9473 90.3128 98.7548C90.4629 98.5669 90.6149 98.8068 90.7555 98.9497C91.0138 99.2121 91.3239 99.2666 91.6373 99.4555C92.1849 99.7856 92.8568 100.028 93.4766 100.237C94.0286 100.422 94.868 99.5104 95.4487 99.4555" stroke="%23676564" stroke-width="2.46775" stroke-linecap="round" /> <path d="M86.4089 85.5735C86.4196 85.757 86.382 85.9026 86.3677 86.0812C86.361 86.1648 86.4971 86.4246 86.4531 86.4796C86.3995 86.5467 86.397 86.7312 86.397 86.7312" stroke="%23676564" stroke-width="1.51437" stroke-linecap="round" /> <path d="M89.5237 86.0356C89.4453 85.8396 89.3783 85.8236 89.3641 85.5814C89.2408 85.3723 89.1483 85.6627 89.0622 85.4243C89.1087 85.1193 88.8821 84.6595 89.0133 84.5894C89.0783 84.5546 89.0805 84.4955 89.0681 84.4288C89.0562 84.364 89.0122 84.3279 89.0471 84.2593C89.0648 84.2246 89.088 84.03 89.0449 84.0325" stroke="%23676564" stroke-width="1.51437" stroke-linecap="round" /> <path d="M90.3995 96.7241C90.1407 96.7567 89.1683 96.814 89.3809 96.2644C89.5307 95.8773 90.6277 95.9494 90.5705 96.419C90.5092 96.9221 89.6074 96.8197 89.2833 96.8132C88.7832 96.8032 88.4306 96.9001 88.3619 96.3006C88.231 95.1578 89.6046 95.5283 90.3661 95.6518C90.6785 95.7025 91.8824 95.8091 91.9829 96.348C92.0287 96.5935 91.639 96.8711 91.4506 96.934C91.0464 97.0689 90.717 96.7865 90.3303 96.7518C90.1468 96.7353 88.8162 96.9344 88.9871 96.4941C89.2302 95.8679 90.0734 95.3275 90.7049 95.5907C90.9474 95.6917 91.2233 95.6974 91.0363 95.9077C90.7729 96.2039 90.6714 96.6283 90.4666 96.9622C90.0182 97.6934 88.9961 96.7656 88.6079 96.3688C88.0043 95.7516 88.3094 95.3428 89.0434 95.3398C89.5255 95.3379 91.1915 95.0977 91.4772 95.5749C91.5713 95.7321 91.9414 96.8563 91.8005 96.9607C91.4749 97.2019 90.6702 96.8144 90.4092 96.6881C90.1256 96.5509 89.7122 96.2938 89.4972 96.0333C88.893 95.3011 89.6752 96.1774 89.4904 95.715" stroke="%23EE8E7E" stroke-width="1.38066" stroke-linecap="round" /> <defs> <linearGradient id="paint0_linear_1066_3747" x1="117.401" y1="69.7813" x2="133.644" y2="105.515" gradientUnits="userSpaceOnUse" > <stop stop-color="%23E1F9FB" /> <stop offset="0.84" stop-color="%239DDBDF" /> </linearGradient> <linearGradient id="paint1_linear_1066_3747" x1="105.145" y1="69.7812" x2="125.965" y2="108.616" gradientUnits="userSpaceOnUse" > <stop stop-color="%23C6B46A" /> <stop offset="1" stop-color="%238E7C32" /> </linearGradient> </defs> </svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 94%;
    margin: 0 auto;
    z-index: 2;
  }
}
.header--inner .nav--wrapper nav ul li:last-child a:hover::after {
  animation: jumping 2s linear infinite;
}
@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px) translateX(10px);
  }
  20% {
    transform: translateY(0) translateX(10px);
  }
  30% {
    transform: translateY(-10px) translateX(-10px);
  }
  40% {
    transform: translateY(0) translateX(-10px);
  }
  50% {
    transform: translateY(-10px) translateX(10px);
  }
  60% {
    transform: translateY(0) translateX(10px);
  }
  70% {
    transform: translateY(-10px) translateX(0px);
  }
  80% {
    transform: translateY(0) translateX(0px);
  }
  90% {
    transform: translateY(-10px) translateX(0px);
  }
  100% {
    transform: translateY(0);
  }
}
.header--inner .nav--wrapper nav ul li:last-child a .TX {
  color: #FFF;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul li:last-child a .TX {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li:last-child a .TX {
    font-size: 5.1282051282vw;
  }
}
.header--inner .nav--wrapper nav ul li a {
  position: relative;
  display: block;
}
.header--inner .nav--wrapper nav ul li a .TX {
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .header--inner .nav--wrapper nav ul li a .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .nav--wrapper nav ul li a .TX {
    font-size: 5.1282051282vw;
  }
}
.header--inner .owl-position {
  position: absolute;
  aspect-ratio: 140/168;
  transform: rotate(180deg);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header--inner .owl-position {
    top: -5px;
    right: 245px;
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .owl-position {
    top: 0;
    right: 27.9487179487vw;
    width: 12.3076923077vw;
  }
}
.header--inner .owl-position .owl-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="140" height="168" viewBox="0 0 140 168" fill="none"><path d="M47.5496 132.059C67.1189 138.494 74.1879 139.95 94.588 134.898C104.876 132.351 108.217 144.378 114.835 136.622C120.339 130.17 135.363 136.906 137.13 129.366C136.282 124.754 129.41 127.506 127.153 123.47C121.147 112.73 124.109 116.441 114.835 52.4607C112.732 37.9535 98.247 22.7581 83.5855 21.735C76.2245 21.2214 68.5852 21.5451 61.2519 22.271C57.7747 22.6151 53.1366 23.3546 50.0604 24.8368C44.1815 27.6694 36.2614 32.7046 32.3744 37.7612C25.8964 46.1885 19.2308 55.5216 18.0895 68.8251C17.3366 77.6008 14.23 88.7885 18.0897 100.569C21.6951 111.574 26.7108 118.466 35.1186 124.846C39.7727 128.378 42.0826 130.261 47.5496 132.059Z" fill="%23B2A693" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M29.3128 103.014C30.4905 110.357 34.5948 126.413 33.525 124.881C19.8159 117.943 8.34493 103.206 9.87757 87.4637C10.156 84.6045 11.8161 74.8981 16.6878 77.2777C20.6157 79.1962 22.723 82.5264 24.8252 86.4082C27.6302 91.5879 28.4031 97.3429 29.3128 103.014Z" fill="%235C443D" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M118.582 109.415C123.61 115.551 134.018 130.233 133.285 128.27C133.358 112.039 126.754 92.18 114.421 82.3876C112.181 80.609 107.261 76.9929 104.213 80.8714C100.165 90.9702 103.112 97.7239 105.204 102.193C107.995 108.157 114.699 104.676 118.582 109.415Z" fill="%235C443D" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M59.8485 130.727C59.8485 134.183 59.7127 137.664 59.8732 141.117C59.9843 143.504 61.3441 144.604 61.976 146.658C62.1655 147.274 58.7806 147.374 58.1663 147.821C54.71 150.334 50.1336 151.191 49.6069 157.444" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M61.0037 151.82C61.0037 153.898 60.4563 156.695 61.0284 158.697C61.198 159.291 60.6117 160.622 61.0284 161.038" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M62.6768 149.128C65.6977 148.691 67.9826 149.516 70.0289 151.781C71.2059 153.083 71.8953 155.22 71.7014 156.965" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M87.0516 134.43C87.0516 137.886 86.9158 141.367 87.0764 144.82C87.1874 147.207 88.5472 148.307 89.1791 150.361C89.3686 150.977 85.9837 151.077 85.3694 151.524C81.9131 154.037 79.2345 153.87 76.8101 161.147" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M88.2068 155.523C88.2068 157.602 87.6594 160.398 88.2316 162.401C88.4012 162.994 87.8148 164.325 88.2316 164.742" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M89.9385 151.531C93.393 150.972 99.0512 153.851 99.8172 157.266C100.218 159.051 99.7434 163.288 98.9698 163.573" stroke="%23646464" stroke-width="4.98078" stroke-linecap="round" /> <path d="M49.6066 44.7864C50.9817 46.0002 53.1687 47.9614 53.2345 47.9614C53.7043 48.2282 54.1014 48.5072 54.3682 48.6416C54.8978 48.9731 56.3666 49.7372 56.8624 50.0021C57.6926 50.466 59.0471 51.1054 60.4903 51.3621C61.4191 51.5274 64.0809 52.9256 66.3856 52.4959C67.8633 52.2203 68.6462 53.013 71.374 52.0427C73.7921 51.1826 74.5172 49.4283 76.7368 48.2987C78.6263 47.337 81.0406 45.9942 83.2037 45.2155C84.8602 44.6192 87.2781 43.4206 89.3709 43.7929C90.2998 43.9582 91.205 44.1526 92.3923 44.5575C93.9513 45.0891 94.976 45.472 95.9762 46.2519C97.4675 47.4146 98.5849 48.3545 99.4954 50.011C101.314 53.3201 101.999 53.226 102.665 55.67C103.385 58.3187 103.036 60.5826 102.665 62.6991C102.293 64.8156 101.569 67.5553 101.02 68.679L99.4954 72.0936C99.2296 72.891 94.6949 74.3554 93.5948 75.2504C92.4948 76.1454 90.3183 77.1704 87.5362 77.11C85.8398 77.0732 84.1967 76.9989 83.124 76.5764C81.8577 76.0777 80.4583 75.6828 79.7064 75.1489C78.6761 74.4171 77.1769 73.7176 75.6576 73.0254C74.4909 72.4938 71.8351 71.4357 69.9822 70.8024C68.7208 70.3714 66.3302 70.2775 64.1703 70.4062C61.346 70.5744 59.5087 70.9088 58.6014 71.0035C57.6387 71.1041 56.8115 71.1124 55.8468 71.4356C54.8512 71.7691 53.9268 72.3036 52.7587 73.0981C51.1997 74.1583 50.2378 74.4477 49.3102 74.8203C48.4799 75.1538 45.4098 75.4908 43.5033 75.2504C42.7059 75.1499 41.8802 74.962 40.9787 74.5515C39.5202 73.8875 38.37 73.6111 36.898 72.0936C35.8686 71.0324 33.3551 68.3065 31.9184 65.6815C30.9567 63.9244 29.8159 61.834 29.334 60.01C29.0374 58.887 28.3249 56.9025 29.0055 54.666C29.8477 51.8985 31.8766 48.1061 33.1558 47.5739C33.5531 47.4087 36.2675 44.1188 38.9496 43.7929C42.0209 43.4197 46.7266 42.2441 49.6066 44.7864Z" fill="%23E7E0D4" stroke="%237D6863" stroke-width="5.01741" stroke-linecap="round" /> <path d="M49.4898 52.1483C46.2785 52.1483 43.6024 50.2203 43.6024 54.1855C43.6024 55.7729 47.5173 59.9913 48.574 57.1099C50.4793 51.9145 43.079 50.6267 43.079 53.9227C43.079 56.0359 46.8493 57.6363 48.2796 55.9599C50.6116 53.2268 44.1502 51.0604 43.6024 52.4112C42.5385 55.0346 49.2347 60.3577 49.9477 54.4484C50.2473 51.9657 46.853 52.7169 45.3032 52.7398C36.0157 52.877 48.9011 63.0647 48.9011 55.697" stroke="%23CF9942" stroke-width="1.2681" stroke-linecap="round" /> <path d="M91.6358 54.8202C88.4245 54.8202 85.7484 52.8922 85.7484 56.8574C85.7484 58.4447 89.6633 62.6632 90.72 59.7818C92.6253 54.5864 85.225 53.2986 85.225 56.5946C85.225 58.7078 88.9953 60.3081 90.4256 58.6318C92.7576 55.8987 86.2962 53.7323 85.7484 55.0831C84.6845 57.7065 91.3807 63.0295 92.0937 57.1203C92.3933 54.6375 88.999 55.3888 87.4492 55.4117C78.1617 55.5489 91.0471 65.7365 91.0471 58.3689" stroke="%23CF9942" stroke-width="1.2681" stroke-linecap="round" /> <path d="M45.7916 53.5034C46.0986 53.5305 46.416 53.6248 46.7004 53.7846C47.5353 53.7534 48.3865 53.8647 48.2709 54.8184C48.1821 55.5511 47.9302 55.9789 47.5972 56.1847C46.8969 58.7458 41.783 54.8156 44.5042 53.995C44.534 53.9477 44.568 53.9039 44.6056 53.8634C44.616 53.7947 44.6338 53.7281 44.6598 53.6644C44.7084 53.5452 44.8386 53.4743 45.019 53.4455C45.2264 53.4124 45.5 53.4349 45.7916 53.5034Z" fill="%23646464" /> <path d="M48.0103 53.5155C46.1828 53.5155 44.6598 52.4233 44.6598 54.6695C44.6598 55.5687 46.8877 57.9584 47.4891 56.3262C48.5734 53.383 44.362 52.6535 44.362 54.5206C44.362 55.7178 46.5076 56.6243 47.3216 55.6747C48.6486 54.1264 44.9715 52.8992 44.6598 53.6644C44.0543 55.1505 47.8651 58.166 48.2709 54.8184C48.4413 53.412 46.5097 53.8376 45.6277 53.8505C40.3423 53.9283 47.6752 59.6995 47.6752 55.5258" stroke="%23646464" stroke-width="1.2681" stroke-linecap="round" /> <path d="M87.9957 55.808C88.3027 55.8352 88.6201 55.9295 88.9045 56.0893C89.7395 56.0581 90.5906 56.1694 90.475 57.1231C90.3862 57.8558 90.1343 58.2836 89.8013 58.4894C89.101 61.0505 83.9871 57.1203 86.7083 56.2997C86.7381 56.2524 86.7721 56.2086 86.8097 56.1681C86.8201 56.0994 86.8379 56.0328 86.8639 55.9691C86.9125 55.8499 87.0427 55.779 87.2231 55.7502C87.4305 55.7171 87.7041 55.7395 87.9957 55.808Z" fill="%23646464" /> <path d="M90.2144 55.8202C88.3869 55.8202 86.8639 54.728 86.8639 56.9742C86.8639 57.8734 89.0918 60.2631 89.6932 58.6308C90.7775 55.6877 86.5661 54.9582 86.5661 56.8253C86.5661 58.0224 88.7117 58.929 89.5257 57.9794C90.8527 56.4311 87.1756 55.2039 86.8639 55.9691C86.2584 57.4552 90.0692 60.4707 90.475 57.1231C90.6454 55.7167 88.7138 56.1423 87.8318 56.1552C82.5464 56.2329 89.8793 62.0041 89.8793 57.8305" stroke="%23646464" stroke-width="1.2681" stroke-linecap="round" /> <path d="M63.1548 67.6346C63.3888 68.2945 64.1982 70.2798 64.6309 70.85C65.5994 72.1262 67.0041 71.4443 67.5034 70.1599C68.0105 68.8556 69.1929 64.7725 69.5387 63.4165C69.7059 62.7612 69.4022 61.2162 69.2977 60.5307C69.1634 59.6495 68.7656 60.1231 68.3736 59.4206C67.662 58.1454 66.2958 57.4986 64.5013 58.0536C63.6021 58.3317 62.7698 58.7394 62.3748 59.1881C62.1891 59.2725 61.9054 63.1069 61.9438 63.2767C62.2766 64.7468 62.6508 66.2128 63.1548 67.6346Z" fill="%23E7D88A" stroke="%23646464" stroke-width="3.39598" stroke-linecap="round" /> <path d="M51.2847 46.6168C53.5018 47.6399 54.5798 49.1305 57.0566 49.8888C57.9227 50.1539 58.5958 50.5428 59.5519 51.0251C60.1782 51.3412 60.839 51.6664 61.134 51.8761C62.2711 52.4242 62.692 53.3248 65.8978 53.352C70.5055 53.3912 76.3152 49.6704 77.4669 49.0339C84.0453 45.3975 84.1051 47.1462 91.7581 42.6703C96.9572 39.6295 96.9991 40.8515 104.24 35.3435C111.481 29.8354 101.152 31.8498 101.064 31.4799C100.896 30.7663 106.696 29.1014 106.962 28.5253C107.215 27.9797 114.219 26.2663 114.448 25.1163C114.675 23.9799 110.327 24.1673 110.138 23.9799C109.802 23.6452 119.893 17.8436 115.356 16.7073C114.482 16.4884 110.758 17.7406 111.046 17.6163C111.341 17.4888 116.893 12.4543 117.851 9.93496C118.059 9.38807 116.365 8.87344 115.583 8.98006C114.153 9.17497 110.306 11.623 109.231 11.9346C108.424 12.1686 107.991 12.363 107.189 12.6164C104.928 13.3313 105.429 13.5375 104.24 13.98C103.715 14.1755 103.424 14.3033 102.879 14.4346C102.014 14.6432 101.498 14.5874 100.611 14.6618C100.343 14.6843 100.061 14.9445 99.7034 15.1164C97.6953 16.0826 98.6195 15.6168 94.3611 17.1203C90.7267 18.4035 84.2545 20.6272 80.6062 21.7404C76.2267 23.0767 74.4218 23.505 72.78 23.2005C71.1866 22.9049 69.6528 22.1017 68.4144 21.431C67.4046 20.8841 66.3095 20.5865 64.5467 19.7044C63.3705 19.1159 62.1965 18.6093 59.9491 17.1241C54.2938 13.3868 52.8493 14.4767 51.7812 13.7633C50.7715 13.0889 49.6318 12.6164 48.67 11.8246C47.2416 10.6487 46.3161 10.1168 45.183 9.76459C43.9639 9.38568 42.7488 9.15188 41.5674 8.62661C39.6727 7.78417 38.2746 5.29246 36.6863 4.84373C35.0411 4.37894 33.5726 3.20002 32.3597 3.20307C31.8567 3.20433 28.7827 2.15948 27.9071 3.62744C27.6562 4.04803 27.3744 4.85962 27.868 6.95802C28.3345 8.94097 28.9835 10.6265 29.6783 11.8421C30.8558 13.9021 35.5168 17.3959 33.8334 17.0546C33.6217 17.0117 33.1136 16.8457 32.569 16.6315C31.1785 16.0846 27.3503 13.1693 27.0663 15.0868C26.8167 16.7717 26.7523 18.5916 27.3663 19.376C28.4202 20.7224 29.7802 21.876 31.9072 23.5844C33.3821 24.7691 35.8389 26.8671 34.8382 27.8345C34.6226 28.0429 34.1234 28.0429 33.9595 28.1717C33.7956 28.3005 33.9377 28.5687 34.131 28.8045C34.8899 29.7303 39.3201 30.6427 39.3627 32.6162C39.4018 34.4249 34.9924 33.0317 35.5063 33.9798C36.0547 34.9915 38.548 37.6469 39.3627 38.7525C40.0775 39.7225 42.4999 41.7663 44.807 43.2979C47.1755 44.8703 48.7039 45.426 51.2847 46.6168Z" fill="%23B2A693" stroke="%23646464" stroke-width="5.01741" stroke-linecap="round" /> <path d="M42.6074 100.356C42.9705 100.648 43.6985 101.233 45.065 102.231C46.0308 102.936 48.2452 102.998 49.7203 102.647C50.5112 102.061 51.3614 101.356 52.062 100.711C52.2153 100.534 52.3357 100.359 52.6422 100.18" stroke="%237D6863" stroke-width="5.01741" stroke-linecap="round" /> <path d="M63.6807 100.378C64.0437 100.707 64.7717 101.365 66.1383 102.487C67.1041 103.281 69.3184 103.35 70.7935 102.956C71.5844 102.296 72.4347 101.503 73.1353 100.777C73.2885 100.578 73.409 100.382 73.7155 100.18" stroke="%237D6863" stroke-width="5.01741" stroke-linecap="round" /> <path d="M83.0811 102.028C83.4441 102.32 84.1721 102.905 85.5387 103.903C86.5045 104.608 88.7188 104.67 90.1939 104.319C90.9848 103.733 91.8351 103.028 92.5357 102.383C92.6889 102.206 92.8093 102.031 93.1159 101.852" stroke="%237D6863" stroke-width="5.01741" stroke-linecap="round" /> <path d="M53.98 112.403C54.3431 112.695 55.071 113.28 56.4376 114.278C57.4034 114.983 59.6177 115.045 61.0928 114.694C61.8838 114.108 62.734 113.403 63.4346 112.758C63.5879 112.581 63.7083 112.406 64.0148 112.227" stroke="%237D6863" stroke-width="5.01741" stroke-linecap="round" /> <path d="M73.7153 113.739C74.0663 114.031 74.77 114.616 76.091 115.614C77.0246 116.319 79.1651 116.381 80.5911 116.03C81.3557 115.444 82.1775 114.739 82.8548 114.094C83.0029 113.917 83.1193 113.742 83.4157 113.562" stroke="%237D6863" stroke-width="5.01741" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  transform-origin: center bottom;
}
.header--inner .owl-position .owl-img:hover {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.header--inner .burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #F49047;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header--inner .burger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header--inner .burger {
    right: 5.1282051282vw;
    width: 17.9487179487vw;
    border-radius: 1.2820512821vw;
    padding-block: 2.8205128205vw 3.3333333333vw;
  }
}
.header--inner .burger .TX {
  color: #FFF;
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  line-height: 68%;
}
@media screen and (max-width: 767px) {
  .header--inner .burger .TX {
    font-size: 4.1025641026vw;
  }
}
.header--inner .burger .TX:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .header.active {
    background: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .header.active .nav--wrapper {
    transform: scaleY(1);
  }
}
.header.active .burger {
  background: #A7A7A7;
}
.header.active .burger .TX:first-child {
  display: none;
}
.header.active .burger .TX:last-child {
  display: block;
}
.header.on {
  backdrop-filter: blur(4px);
}

/* -----------------------
  KV
----------------------- */
.KV {
  background-color: #FFF;
  position: relative;
  z-index: 1;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .KV {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .KV {
    min-height: 179.4871794872vw;
    max-height: 230.7692307692vw;
  }
}
.KV.active .KV--character_area .chara {
  animation: chara-appear 1s ease forwards;
}
@keyframes chara-appear {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(1) translateY(10%);
  }
  70% {
    transform: scaleY(1) translateY(0%);
  }
  80% {
    transform: scaleY(1) translateY(5%);
  }
  90% {
    transform: scaleY(1) translateY(0%);
  }
  100% {
    transform: scaleY(1);
  }
}
.KV.active .KV--character_area .chara.chara-01 {
  animation: chara-hero 2.5s ease-out 1s forwards;
}
@media screen and (min-width: 768px) {
  @keyframes chara-hero {
    to {
      right: min(-2.421875vw, -31px);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes chara-hero {
    to {
      right: -3.0769230769vw;
    }
  }
}
.KV.active .KV--character_area .chara.chara-02 {
  animation: chara-bird 1.5s ease 0.1s forwards;
}
@media screen and (min-width: 768px) {
  @keyframes chara-bird {
    to {
      top: 149px;
      left: min(12.96875vw, 166px);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes chara-bird {
    to {
      top: 26.9230769231vw;
      left: 7.1794871795vw;
    }
  }
}
.KV.active .KV--character_area .chara.chara-03 {
  animation-delay: 0.5s;
}
.KV.active .KV--character_area .chara.chara-04 {
  animation-delay: 0.1s;
}
.KV.active .KV--character_area .chara.chara-05 {
  animation-delay: 0.4s;
}
.KV.active .KV--character_area .chara.chara-06 {
  animation-delay: 0.1s;
}
.KV.active .KV--character_area .chara.chara-07 {
  animation-delay: 0.2s;
}
.KV.active .KV--character_area .chara.chara-08 {
  animation-delay: 0.5s;
}
.KV.active .KV--character_area .chara.chara-09 {
  animation-delay: 0.3s;
}
.KV.active .KV--character_area .chara.chara-10 {
  animation-delay: 0.3s;
}
.KV.active .KV--character_area .chara.chara-11 {
  animation-delay: 0.5s;
}
.KV.active .KV--character_area .chara.chara-12 {
  animation-delay: 0.2s;
}
.KV.active .KV--character_area .chara.chara-13 {
  animation-delay: 0.2s;
}
.KV--title_area {
  width: fit-content;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .KV--title_area {
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .KV--title_area {
    top: 15%;
  }
}
@media screen and (min-width: 768px) {
  .KV--title_area .ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .KV--title_area .ttl {
    margin-bottom: 2.5641025641vw;
  }
}
.KV--title_area .ttl .TL {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .KV--title_area .ttl .TL {
    font-size: 160px;
  }
}
@media screen and (max-width: 767px) {
  .KV--title_area .ttl .TL {
    font-size: 32.8205128205vw;
    line-height: 126%;
  }
}
.KV--title_area .txt .TX {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .KV--title_area .txt .TX {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .KV--title_area .txt .TX {
    font-size: 5.1282051282vw;
  }
}
.KV--title_area .txt .TX span {
  color: #F49047;
}
.KV--character_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  z-index: 2;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .KV--character_area {
    max-width: 1280px;
    min-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area {
    min-height: 179.4871794872vw;
  }
}
.KV--character_area .chara {
  position: absolute;
  transform-origin: center bottom;
  transform: scaleY(0);
}
.KV--character_area .chara.chara-01 {
  aspect-ratio: 312/354;
  background-image: url('data:image/svg+xml;utf-8,<svg width="312" height="354" viewBox="0 0 312 354" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M99.2712 214.626C98.2971 206.789 93.5488 201.612 86.7373 198.633C83.5218 197.228 80.6717 197.005 77.8652 197.73C75.3167 198.388 72.9645 199.813 70.8224 201.075C67.9809 202.75 65.1252 205.082 62.2414 207.548C59.2849 210.077 56.269 212.773 52.8426 215.503C48.9563 218.598 43.4677 222.06 38.8512 224.794C36.5629 226.149 34.5247 227.304 33.0599 228.12C32.4118 228.481 31.8764 228.775 31.4825 228.991C30.9573 229.006 30.255 229.047 29.4645 229.149C27.9008 229.351 25.4865 229.847 23.5194 231.269C19.9643 233.84 17.8421 237.88 17.1077 241.934C16.3743 245.983 16.9459 250.489 19.3604 254.085C21.4146 257.144 23.3728 259.595 26.0891 261.068C28.8502 262.565 31.8991 262.789 35.4393 262.699C49.2367 262.348 63.7916 253.954 74.4991 246.179C79.941 242.228 84.5654 238.303 87.8286 235.368C89.462 233.9 90.7595 232.674 91.6528 231.811C92.0994 231.38 92.4454 231.039 92.6823 230.803C92.8008 230.686 92.892 230.594 92.9549 230.53C92.9862 230.498 93.0107 230.474 93.0278 230.456C93.0364 230.448 93.0434 230.44 93.0484 230.435C93.0508 230.432 93.0534 230.43 93.0549 230.429L93.0572 230.427C93.0574 230.426 93.021 230.39 90.6498 228.071L93.0574 230.426L93.169 230.312L93.2695 230.189L90.5424 227.966C93.2301 230.158 93.2692 230.188 93.2703 230.188L93.2713 230.186C93.272 230.185 93.2729 230.184 93.2738 230.183C93.2758 230.181 93.278 230.178 93.2807 230.174C93.2861 230.168 93.2936 230.159 93.3019 230.149C93.3183 230.128 93.34 230.101 93.367 230.066C93.4213 229.998 93.4965 229.903 93.5889 229.782C93.7735 229.541 94.0297 229.199 94.3309 228.774C94.9299 227.928 95.7247 226.73 96.5015 225.327C97.9503 222.71 99.7683 218.625 99.2712 214.626Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="7.03701" /> <path d="M143.486 52.4591C79.3769 41.4397 19.3412 69.3632 9.88443 124.381C5.3227 150.921 7.21866 171.245 23.3586 187.522C39.0842 203.382 67.8423 214.804 114.838 225.712L115.006 225.75L115.176 225.773C159.129 231.544 189.401 230.265 209.914 220.376C230.854 210.282 240.93 191.608 245.524 164.884C254.981 109.862 207.591 63.4776 143.486 52.4591Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="7.03701" /> <path d="M80.2731 297.574C78.6268 293.556 75.2037 288.861 68.3731 285.441C60.3356 281.417 54.4996 280.563 50.4054 280.975C48.3604 281.181 46.8076 281.698 45.695 282.237C45.1422 282.505 44.7066 282.773 44.3806 283.003C44.2178 283.117 44.0828 283.223 43.974 283.312C43.9197 283.357 43.8719 283.398 43.8307 283.434C43.8102 283.452 43.7906 283.469 43.7733 283.484C43.7645 283.492 43.7561 283.501 43.7481 283.508C43.7443 283.512 43.7402 283.515 43.7366 283.518C43.7347 283.52 43.7319 283.523 43.731 283.524C43.7295 283.528 43.7804 283.587 46.144 286.086L43.7258 283.529L43.5421 283.704L43.3848 283.903L43.3839 283.902L43.3829 283.904C43.3821 283.905 43.3807 283.906 43.3791 283.908C43.376 283.912 43.3717 283.918 43.3658 283.925C43.3542 283.94 43.3371 283.962 43.315 283.99C43.2706 284.046 43.2059 284.129 43.1223 284.236C42.9553 284.449 42.7134 284.757 42.414 285.142C41.8156 285.912 40.9837 286.991 40.0486 288.227C38.1918 290.682 35.8764 293.825 34.1805 296.417C32.5638 298.887 30.6204 302.058 29.0942 304.587C28.3281 305.856 27.661 306.973 27.1859 307.773C27.0878 307.938 26.9987 308.09 26.9176 308.227C26.4148 308.521 25.7348 308.945 25.049 309.459C24.375 309.965 23.5288 310.681 22.8624 311.569C22.2479 312.389 21.3203 313.989 21.7714 315.985C22.2298 318.013 23.3373 319.818 24.4721 321.269C25.6332 322.754 27.0016 324.093 28.2579 325.192C29.5235 326.3 30.7388 327.221 31.6342 327.863C32.0841 328.185 32.4589 328.441 32.7258 328.62C32.8593 328.709 32.9658 328.78 33.0422 328.83C33.0802 328.854 33.111 328.874 33.1335 328.888C33.1447 328.895 33.1546 328.901 33.1617 328.906C33.1652 328.908 33.168 328.91 33.1705 328.912L33.1756 328.915L35.0561 325.942L33.1764 328.915L33.1962 328.928L33.219 328.941C33.2197 328.942 33.22 328.943 33.221 328.944C33.2234 328.945 33.227 328.947 33.2312 328.949C33.2394 328.954 33.2512 328.962 33.2661 328.971C33.296 328.989 33.3392 329.015 33.3947 329.049C33.506 329.116 33.668 329.213 33.8738 329.336C34.2854 329.582 34.8752 329.931 35.5977 330.347C37.0398 331.177 39.0253 332.284 41.1825 333.387C43.3278 334.484 45.7064 335.608 47.9215 336.445C49.9783 337.223 52.4407 337.974 54.528 337.845C59.261 337.552 62.767 336.299 65.6713 333.764C68.3689 331.409 70.3006 328.125 72.3264 324.606C74.3718 321.053 76.6511 316.408 78.3948 312.709C79.2724 310.848 80.0248 309.203 80.5585 308.024C80.8254 307.434 81.0383 306.959 81.1844 306.631C81.2575 306.467 81.314 306.339 81.3526 306.252C81.3718 306.209 81.3868 306.175 81.3969 306.152C81.4019 306.141 81.4051 306.132 81.4077 306.126C81.409 306.123 81.4109 306.121 81.4116 306.119L81.4118 306.117L81.4123 306.116L81.6622 305.55L81.7026 304.932L78.1919 304.7C81.613 304.926 81.7005 304.929 81.7029 304.928C81.7029 304.927 81.7031 304.925 81.7032 304.923C81.7033 304.92 81.7031 304.916 81.7033 304.913C81.7038 304.906 81.7047 304.899 81.7052 304.89C81.7061 304.874 81.7069 304.855 81.7079 304.833C81.7099 304.79 81.7123 304.738 81.7139 304.675C81.7171 304.551 81.7187 304.387 81.715 304.189C81.7076 303.794 81.6792 303.256 81.6005 302.607C81.4434 301.311 81.0823 299.549 80.2731 297.574Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="7.03701" /> <path d="M282.942 192.775C274.315 189.918 266.558 193.489 261.509 197.688C257.116 201.343 240.446 222.278 227.888 246.056C217.673 261.308 205.885 270.872 198.361 272.679C188.485 275.052 170.967 277.84 167.088 279.625C159.002 283.843 162.552 290.194 165.338 292.843C165.338 292.843 170.851 297.197 175.338 297.55C184.55 298.275 202.357 296.493 212.335 291.694C247.826 274.623 260.536 224.809 277.832 216.849C287.313 212.485 296.316 200.273 282.942 192.775Z" fill="%23E9F0EB" stroke="%23646464" stroke-width="7.32923" /> <path d="M256.789 69.2836C257.034 66.1102 254.699 63.345 251.527 63.0812C242.789 62.3544 225.87 61.1522 214.309 61.6226C206.995 61.9201 198.008 62.8509 191.197 63.6572C186.664 64.1938 184.575 69.4924 187.461 73.0295L240.249 137.726C243.297 141.461 249 140.069 249.759 135.309C250.858 128.421 252.288 118.077 253.827 103.354C254.935 92.7452 256.157 77.4707 256.789 69.2836Z" fill="%23646464" /> <path d="M249.053 75.6525C249.408 72.3499 246.954 69.4281 243.637 69.248C235.321 68.7964 220.217 68.1716 209.764 68.8714C203.005 69.3238 194.702 70.3905 188.358 71.2987C183.939 71.9311 181.937 77.0893 184.707 80.5892L232.72 141.256C236.057 145.472 242.858 143.353 243.226 137.988C243.969 127.164 244.992 113.259 245.821 105.626C246.89 95.7917 248.26 83.044 249.053 75.6525Z" fill="%23F7FBF8" /> <path d="M205.329 86.6425C208.61 86.3062 208.957 87.4002 206.18 86.9902C203.44 86.5857 211.635 84.8134 214.396 85.0761C216.601 85.286 210.528 88.0567 209.853 88.4655C207.54 89.8672 206.613 90.8222 204.512 89.2311" stroke="%23FDE8F1" stroke-width="3.5185" stroke-linecap="round" /> <path d="M169.457 346.219C170.107 349.677 170.106 349.678 170.105 349.678L170.104 349.678C170.103 349.678 170.101 349.678 170.099 349.679C170.096 349.679 170.092 349.68 170.087 349.681C170.078 349.683 170.066 349.685 170.052 349.687C170.023 349.692 169.984 349.699 169.936 349.708C169.839 349.724 169.704 349.748 169.535 349.774C169.198 349.827 168.723 349.895 168.151 349.961C167.02 350.092 165.453 350.22 163.788 350.188C162.163 350.158 160.227 349.973 158.461 349.356C156.704 348.742 154.615 347.51 153.633 345.074C152.94 343.354 152.96 341.417 153.029 340.285C153.062 339.746 153.119 339.265 153.169 338.888C153.114 338.69 153.047 338.456 152.972 338.191C152.722 337.295 152.374 336.041 151.985 334.611C151.21 331.761 150.259 328.166 149.588 325.29C148.885 322.274 148.208 318.429 147.715 315.391C147.466 313.861 147.26 312.514 147.117 311.55C147.045 311.067 146.989 310.679 146.95 310.412C146.931 310.278 146.916 310.174 146.906 310.103C146.901 310.067 146.896 310.04 146.894 310.021C146.892 310.012 146.892 310.004 146.891 309.999C146.891 309.997 146.891 309.995 146.891 309.994L146.89 309.992L146.855 309.741L146.856 309.487L150.374 309.503C146.865 309.487 146.856 309.484 146.856 309.48C146.856 309.479 146.856 309.475 146.856 309.473C146.856 309.468 146.856 309.462 146.856 309.457C146.856 309.446 146.857 309.434 146.857 309.423C146.858 309.399 146.858 309.373 146.859 309.346C146.861 309.291 146.865 309.228 146.87 309.158C146.88 309.017 146.898 308.847 146.928 308.65C146.987 308.256 147.092 307.755 147.28 307.171C147.659 305.994 148.357 304.513 149.62 302.892C152.149 299.646 156.797 296.014 165.258 292.978C172.218 290.481 178.133 290.457 182.371 291.104C184.481 291.426 186.167 291.913 187.353 292.334C187.946 292.545 188.417 292.739 188.754 292.89C188.923 292.965 189.059 293.03 189.161 293.08C189.212 293.105 189.254 293.126 189.288 293.143C189.305 293.152 189.32 293.16 189.333 293.166C189.339 293.169 189.345 293.172 189.35 293.175L189.361 293.181C189.362 293.183 189.33 293.247 187.713 296.29L189.364 293.183L190.819 293.956L191.157 295.568L191.157 295.569C191.157 295.571 191.158 295.574 191.159 295.577C191.16 295.583 191.163 295.593 191.165 295.606C191.171 295.633 191.179 295.673 191.19 295.726C191.212 295.83 191.245 295.986 191.288 296.186C191.373 296.588 191.498 297.171 191.655 297.896C191.969 299.345 192.411 301.356 192.922 303.601C193.95 308.117 195.236 313.488 196.317 317.161C197.455 321.028 198.614 324.883 198.623 328.618C198.633 332.643 197.339 336.365 194.151 340.147C193.372 341.071 192.334 341.803 191.382 342.372C190.382 342.969 189.235 343.529 188.046 344.046C185.667 345.081 182.885 346.045 180.287 346.861C177.674 347.682 175.176 348.376 173.336 348.863C172.414 349.107 171.654 349.301 171.121 349.434C170.855 349.5 170.645 349.552 170.501 349.587C170.429 349.605 170.373 349.618 170.334 349.628C170.315 349.632 170.3 349.636 170.29 349.638C170.285 349.64 170.28 349.64 170.277 349.641L170.273 349.642L169.457 346.219ZM169.457 346.219L170.272 349.643L170.19 349.662L170.107 349.677L169.457 346.219Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="7.03701" /> <path d="M44.0533 31.1758C45.2065 28.6565 48.0841 27.4694 50.6787 28.4412C57.0852 30.8409 68.8044 35.4015 76.4073 39.3771C80.7816 41.6644 85.8771 44.7165 90.0368 47.3008C93.6261 49.5306 93.256 54.7901 89.4293 56.5823L36.717 81.2694C32.6888 83.1559 28.2638 79.6559 29.2395 75.3162C30.7385 68.6488 32.7498 60.2514 34.5371 54.6273C36.9227 47.1204 41.4226 36.9231 44.0533 31.1758Z" fill="%23646464" /> <path d="M47.8713 40.275C48.7346 38.2229 50.9636 37.1376 53.1066 37.7412C59.0865 39.4254 70.9155 43.0165 78.3466 46.9849C82.6554 49.2859 87.725 52.9097 91.4576 55.7402C94.0366 57.696 93.6489 61.6045 90.789 63.1203L42.6111 88.655C39.4914 90.3085 35.7969 87.9351 36.0986 84.4172C36.6613 77.855 37.6722 68.7835 39.2683 63.3258C41.4473 55.8755 45.6266 45.6109 47.8713 40.275Z" fill="%23F7FBF8" /> <path d="M74.2487 201.127C70.6185 197.985 65.7714 197.9 62.5771 198.246C60.8788 198.43 59.378 198.765 58.3073 199.051C57.7682 199.195 57.328 199.33 57.0142 199.431C56.8573 199.482 56.7313 199.525 56.6397 199.556C56.5939 199.572 56.556 199.585 56.5278 199.595C56.5138 199.6 56.5022 199.606 56.4927 199.609C56.4879 199.611 56.4834 199.612 56.4797 199.613C56.478 199.614 56.4762 199.614 56.4747 199.615L56.4727 199.616C56.4717 199.616 56.4708 199.617 57.6208 202.741L56.4707 199.616L54.7443 200.252L54.2808 202.032L57.6862 202.919C54.2889 202.035 54.2808 202.032 54.2807 202.033L54.2806 202.034C54.2804 202.035 54.2799 202.037 54.2794 202.038C54.2784 202.042 54.2773 202.048 54.2754 202.055C54.2716 202.069 54.2661 202.091 54.2588 202.119C54.2441 202.176 54.2218 202.26 54.1937 202.369C54.1374 202.587 54.0552 202.908 53.9498 203.322C53.7387 204.15 53.4356 205.35 53.0651 206.843C52.3243 209.827 51.3142 213.984 50.2367 218.679C48.0905 228.029 45.6439 239.651 44.5517 248.371C42.3142 266.233 44.5967 276.096 49.2148 289.95C53.4249 302.58 65.3342 310.41 79.0015 315.292C92.7845 320.215 109.216 322.46 123.94 323.357C135.3 324.049 150.044 323.341 163.486 320.121C176.76 316.941 189.615 311.107 196.072 300.873C205.072 286.61 203.415 274.135 203.563 258.741C203.649 249.8 202.751 239.416 201.845 231.337C201.391 227.282 200.931 223.778 200.585 221.286C200.412 220.04 200.266 219.045 200.164 218.361C200.113 218.019 200.074 217.753 200.046 217.573C200.032 217.483 200.021 217.413 200.014 217.366C200.01 217.343 200.007 217.324 200.005 217.312C200.004 217.306 200.004 217.301 200.003 217.297C200.003 217.296 200.002 217.294 200.002 217.293L200.002 217.292L200.002 217.291L199.899 216.633L199.561 216.058L196.526 217.839C199.561 216.059 199.561 216.057 199.56 216.056L199.558 216.054C199.557 216.052 199.556 216.05 199.555 216.048C199.552 216.044 199.55 216.039 199.547 216.034C199.54 216.023 199.532 216.009 199.522 215.993C199.503 215.961 199.477 215.919 199.445 215.867C199.382 215.764 199.293 215.623 199.18 215.452C198.955 215.109 198.631 214.638 198.217 214.09C197.398 213.006 196.183 211.565 194.63 210.222C191.604 207.606 186.534 204.78 180.555 207.228C162.302 214.701 140.305 217.253 120.421 215.812C100.396 214.361 83.2519 208.919 74.2487 201.127Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="7.03701" /> <path d="M13.3528 124.977C4.34068 177.408 21.5497 200.682 115.592 222.529C203.354 234.04 233.178 216.49 242.19 164.059C194.378 192.14 169.042 199.906 121.089 192.98C70.2782 185.641 40.9814 172.805 13.3528 124.977Z" fill="%23F7FBF8" /> <path d="M179.406 149.959C176.126 150.087 176.179 149.86 172.244 149.119C171.485 148.976 169.053 149.065 168.261 148.891C167.397 148.701 166.094 147.985 165.224 148.032C164.492 148.072 163.47 147.061 162.763 147.038C162.25 147.021 160.108 147.001 159.604 146.99C159.241 146.983 159.012 146.7 158.683 146.596C157.52 146.23 156.711 146.736 155.509 146.616C154.395 146.505 151.435 145.519 150.336 145.905C149.718 146.122 152.406 146.793 151.834 146.448C151.037 145.967 149.07 146.089 148.166 145.948C147.063 145.775 146.807 145.249 145.75 144.898C145.327 144.758 144.907 144.538 144.487 144.779C144.04 145.035 143.864 145.321 143.457 144.914C143.203 144.66 138.524 143.283 138.41 143.806" stroke="%23676564" stroke-width="4.45677" stroke-linecap="round" /> <path d="M85.1513 131.737C84.8829 131.687 84.6678 131.647 84.387 131.714C84.163 131.767 83.4998 132.087 83.3276 131.813C83.1807 131.579 83.3212 131.338 83.0247 131.203C82.5988 131.01 81.8332 131.077 81.3674 131.073C80.5873 131.065 79.9063 130.915 79.1588 130.721C78.2008 130.473 77.2617 130.531 76.3535 130.091C75.6043 129.727 74.5504 128.721 73.6911 128.864C73.1912 128.948 72.5966 129.48 72.1041 129.389C71.3611 129.25 70.6131 128.414 69.8679 128.153C69.4946 128.022 67.7369 128.135 68.2858 127.532C68.2991 127.518 66.7551 126.706 66.5814 126.623C66.0057 126.345 65.3588 126.488 64.742 126.438C63.9859 126.377 63.3344 126.151 62.6414 125.85C61.8332 125.499 60.9009 125.468 60.0294 125.601C59.4139 125.695 59.2825 125.636 59.3601 124.765C59.3847 124.489 59.3494 124.803 59.3251 124.867C59.2531 125.057 58.8804 124.812 58.8125 124.782C58.4603 124.628 57.7239 124.094 57.3607 124.107C56.8877 124.124 56.5424 124.468 56.0159 124.449C55.6091 124.435 55.2203 124.39 54.8235 124.316" stroke="%23676564" stroke-width="4.45677" stroke-linecap="round" /> <path d="M115.074 150.587C114.183 150.421 111.414 151.086 110.968 150.352C110.715 149.934 110.286 149.612 109.902 149.294C109.428 148.901 109.444 148.657 109.148 148.265C108.877 147.905 108.86 147.542 108.652 147.247C108.449 146.959 108.175 147.255 107.933 147.422C107.49 147.727 107 147.737 106.484 147.93C105.581 148.268 104.499 148.46 103.503 148.617C102.617 148.757 102.013 148.714 101.121 148.519C100.366 148.354 99.9957 147.809 99.4038 147.406" stroke="%23676564" stroke-width="3.75307" stroke-linecap="round" /> <path d="M117.487 128.641C117.445 128.869 117.412 129.046 117.371 129.265C117.352 129.368 117.29 129.699 117.278 129.764C117.264 129.843 117.221 130.07 117.221 130.07" stroke="%23676564" stroke-width="2.1111" stroke-linecap="round" /> <path d="M111.239 130.434C111.52 130.048 111.727 130.043 111.822 129.531C112.242 129.136 112.461 129.799 112.774 129.326C112.698 128.652 113.486 127.765 113.103 127.558C112.913 127.455 112.919 127.327 112.971 127.19C113.021 127.056 113.162 126.998 113.071 126.836C113.025 126.753 112.996 126.326 113.127 126.35" stroke="%23676564" stroke-width="2.1111" stroke-linecap="round" /> <path d="M108.63 142.414C109.032 142.512 110.554 142.795 110.302 142.025C110.125 141.482 108.388 141.343 108.407 141.975C108.428 142.651 109.862 142.709 110.373 142.77C111.162 142.864 111.702 143.067 111.9 142.29C112.279 140.811 110.061 141.006 108.844 141.006C108.345 141.006 106.435 140.889 106.195 141.579C106.086 141.893 106.658 142.343 106.944 142.466C107.56 142.73 108.121 142.428 108.735 142.465C109.026 142.482 111.09 143.03 110.887 142.412C110.599 141.534 109.354 140.641 108.321 140.853C107.924 140.934 107.489 140.883 107.751 141.2C108.121 141.647 108.217 142.229 108.489 142.713C109.084 143.774 110.832 142.768 111.503 142.328C112.546 141.643 112.127 141.038 110.973 140.877C110.215 140.772 107.629 140.099 107.108 140.667C106.936 140.854 106.184 142.258 106.39 142.426C106.866 142.814 108.191 142.475 108.62 142.364C109.087 142.244 109.777 141.993 110.154 141.695C111.215 140.858 109.852 141.847 110.213 141.277" stroke="%23EE8E7E" stroke-width="1.87654" stroke-linecap="round" /> <path d="M187.823 243.593C189.81 246.312 189.895 246.428 189.9 246.432C189.9 246.432 189.901 246.431 189.902 246.431C189.904 246.429 189.907 246.427 189.909 246.425C189.915 246.421 189.924 246.414 189.935 246.406C189.956 246.391 189.988 246.368 190.027 246.338C190.107 246.279 190.223 246.193 190.373 246.081C190.672 245.857 191.108 245.527 191.662 245.1C192.769 244.247 194.35 243.004 196.266 241.43C200.093 238.285 205.272 233.805 210.67 228.466C221.316 217.938 233.405 203.508 237.013 189.088C237.937 185.394 238.433 182.167 237.523 179.062C236.609 175.945 234.451 173.547 231.73 171.03C228.435 167.983 223.792 166.937 219.476 167.285C215.124 167.635 210.597 169.429 207.267 172.733C205.471 174.516 204.427 176.873 203.849 178.499C203.543 179.358 203.329 180.123 203.191 180.677C203.187 180.693 203.185 180.71 203.181 180.725C202.853 181.132 202.374 181.724 201.771 182.461C200.566 183.936 198.867 185.986 196.9 188.282C192.937 192.905 187.98 198.412 183.771 202.26C180.087 205.627 176.524 208.571 173.196 211.431C169.931 214.236 166.868 216.98 164.496 219.758C162.646 221.925 160.684 224.178 159.447 226.698C158.1 229.441 157.63 232.409 158.337 235.998C159.068 239.704 160.484 243.066 162.845 245.761C165.232 248.486 168.409 250.325 172.291 251.23C174.399 251.722 176.589 251.541 178.496 251.157C180.436 250.766 182.323 250.114 183.934 249.452C185.556 248.787 186.971 248.08 187.98 247.542C188.486 247.272 188.895 247.041 189.183 246.875C189.328 246.791 189.443 246.724 189.524 246.676C189.564 246.651 189.596 246.632 189.62 246.618C189.631 246.611 189.642 246.605 189.649 246.6C189.653 246.598 189.656 246.596 189.658 246.594C189.659 246.593 189.661 246.593 189.662 246.592L189.663 246.591C189.659 246.583 189.572 246.441 187.823 243.593ZM187.823 243.593L189.898 246.433L189.784 246.517L189.664 246.591L187.823 243.593Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="7.03701" /> <ellipse cx="42.0081" cy="31.7244" rx="42.0081" ry="31.7244" transform="matrix(0.0182757 -0.999833 -0.999833 -0.0182757 200.538 281.393)" fill="%23F7FBF8" /> <path d="M118.265 189.937C118.265 189.937 96.809 183.962 75.0807 183.243C70.4201 183.089 65.6742 182.805 63.3459 185.003C58.9005 189.201 63.9871 195.555 68.9257 199.469C73.7538 203.295 81.7133 207.166 90.9636 208.683C100.556 210.257 108.737 208.933 115.664 206.714C121.74 204.767 128.651 200.059 125.664 194.663C124.064 191.772 118.265 189.937 118.265 189.937Z" fill="%23F0F6F2" /> </svg> ');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  right: -100%;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-01 {
    width: min(24.375vw, 312px);
    z-index: 13;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-01 {
    width: 43.8461538462vw;
    z-index: 13;
    bottom: 2.5641025641vw;
  }
}
.KV--character_area .chara.chara-02 {
  aspect-ratio: 85/81;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="85" height="81" viewBox="0 0 85 81" fill="none"><path d="M54.7821 65.475C43.8666 69.0645 39.9236 69.8765 28.5447 67.0587C22.806 65.6376 14.9353 61.2816 11.244 56.9551C8.17363 53.3564 7.05949 51.1017 6.0739 46.896C6.54686 44.3237 9.98546 43.305 11.244 41.0542C14.5941 35.0632 16.2786 27.7853 17.2512 21.076C18.4241 12.984 26.5037 4.50822 34.6817 3.93755C38.7876 3.65104 43.0487 3.83159 47.1391 4.23648C49.0787 4.42846 50.3225 5.6766 52.0384 6.50333C55.3176 8.08331 57.2807 10.9318 59.4489 13.7523C63.0622 18.453 65.4574 24.5495 67.8661 29.9862C69.0646 32.6914 69.2059 39.6684 69.4631 42.6617C69.9404 48.2157 66.4058 57.8928 61.716 61.4517C59.12 63.4217 57.8315 64.4723 54.7821 65.475Z" fill="%23BDDEE6" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M61.9009 11.4673C67.1849 17.6484 69.7041 22.9899 70.5553 30.6445C71.9027 30.6445 73.2766 30.8539 74.5649 31.2671C75.4229 31.5423 75.9543 31.8088 76.1502 32.7821C76.4114 34.0798 76.3204 35.3853 75.0572 36.0093C73.8932 36.5843 72.3954 35.9642 71.773 37.2856C71.1177 38.6767 70.7096 40.1606 69.1 40.0043C67.1749 39.8175 67.4068 39.4697 65.467 39.4697C64.7528 39.4697 63.3473 41.0126 63.2925 41.5608C63.1473 43.0144 60.3985 43.8794 59.0306 43.7192C56.9045 43.4702 57.3296 42.1892 55.334 41.4882C54.5682 41.2192 53.4979 42.8684 53.0992 43.4598C51.8164 45.3623 49.1081 45.7647 47.3319 45.1408C46.3414 44.7929 46.2215 43.3117 45.3749 42.6711C45.3013 42.6155 44.2288 42.4303 44.1781 42.6711C43.7628 44.6406 41.6045 45.9685 39.5473 46.0693C37.5884 46.1653 37.6713 45.8397 35.8506 45.1408C35.6484 45.0632 34.3137 43.4169 33.8936 43.4598C33.3909 43.511 31.1128 44.8952 30.5884 45.1408C28.8969 45.9331 26.7349 45.5057 25.3697 44.3736C24.5167 43.6663 24.5333 42.5058 23.9037 41.5608C23.6928 41.2443 23.7453 41.2316 23.441 41.4882C18.3244 44.3736 15.3236 40.5238 16.0264 37.2649C15.839 36.566 14.3763 37.4671 13.7814 37.2856C12.846 37.0003 11.9084 35.6166 11.7726 34.6292C11.4432 32.2338 12.8245 31.673 14.5494 30.6445C15.5476 30.0493 15.0066 30.7237 15.3236 29.6162C15.7839 28.0076 16.2536 25.7349 16.3415 24.804C16.5638 22.451 16.8784 20.4649 17.1936 19.2127C17.7364 17.0569 18.5325 15.5733 19.803 13.4838C21.3357 10.9634 22.6733 9.26744 24.5869 7.70921C27.6123 5.24552 30.8178 4.06896 33.3369 3.08033C38.0044 1.24851 47.4952 1.75417 53.0992 4.53674C56.4326 6.19192 59.0289 8.10777 61.9009 11.4673Z" fill="%23D2F5FF" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M76.4853 36.3879C78.6385 34.2536 82.945 29.0853 82.7121 29.8008C83.9871 35.9476 82.0581 43.2177 76.3759 46.463C75.3438 47.0525 71.6524 48.819 71.1706 46.6551C70.7821 44.9104 71.3453 43.4265 72.0949 41.813C73.0952 39.6601 74.8222 38.0365 76.4853 36.3879Z" fill="%23ACE0EE" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M9.32712 35.8703C6.9391 33.6989 2.12175 28.3993 2.40225 29.1497C1.328 35.7459 3.71311 43.3899 9.90546 46.5811C11.0302 47.1607 13.5193 48.3158 15.4507 46.5467C18.331 42.1878 17.1322 39.6329 16.2609 37.9511C15.0984 35.7071 11.1716 37.5474 9.32712 35.8703Z" fill="%23ACE0EE" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M49.7163 65.2904C49.7163 66.8428 49.7773 68.4062 49.7052 69.9567C49.6553 71.029 49.0446 71.5231 48.7608 72.4454C48.6757 72.722 50.1959 72.7669 50.4718 72.9676C52.024 74.0965 52.8208 76.3924 54.3159 77.2895" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M49.1974 74.7638C49.1974 75.6971 49.4433 76.9531 49.1863 77.8524C49.1101 78.119 49.3735 78.7166 49.1863 78.9038" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M47.3162 73.2899C46.121 73.6883 44.9807 74.7971 43.9831 75.5453C43.687 75.7674 43.273 75.9766 43.1165 76.2897" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M28.9524 65.2904C28.9524 66.8428 29.0134 68.4062 28.9413 69.9567C28.8914 71.029 28.2807 71.5231 27.9969 72.4454C27.9118 72.722 29.432 72.7669 29.7079 72.9676C31.2601 74.0965 32.0569 76.3924 33.552 77.2895" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M28.4333 74.7638C28.4333 75.6971 28.6791 76.9531 28.4222 77.8524C28.346 78.119 28.6093 78.7166 28.4222 78.9038" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M26.552 73.2899C25.3569 73.6883 24.2165 74.7971 23.2189 75.5453C22.9228 75.7674 22.5089 75.9766 22.3523 76.2897" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M54.5251 21.6658C55.5445 21.6658 56.3939 21.0566 56.3939 22.3095C56.3939 22.8111 55.1512 24.144 54.8158 23.2335C54.211 21.5919 56.5601 21.185 56.5601 22.2264C56.5601 22.8942 55.3633 23.3999 54.9092 22.8702C54.169 22.0066 56.2201 21.322 56.3939 21.7488C56.7317 22.5778 54.6061 24.2598 54.3797 22.3926C54.2846 21.6081 55.3621 21.8454 55.8541 21.8527C58.8022 21.896 54.712 25.1151 54.712 22.7871" stroke="%23646464" stroke-width="0.958964" stroke-linecap="round" /> <path d="M30.9841 22.9498C32.0034 22.9498 32.8529 22.3406 32.8529 23.5936C32.8529 24.0951 31.6102 25.4281 31.2748 24.5176C30.67 22.876 33.0191 22.469 33.0191 23.5105C33.0191 24.1782 31.8223 24.6839 31.3682 24.1542C30.628 23.2906 32.679 22.6061 32.8529 23.0329C33.1906 23.8618 31.0651 25.5438 30.8387 23.6766C30.7436 22.8921 31.8211 23.1295 32.313 23.1367C35.2612 23.1801 31.171 26.3992 31.171 24.0712" stroke="%23646464" stroke-width="0.958964" stroke-linecap="round" /> <path d="M47.7932 25.6183C48.0439 25.9179 48.7678 26.8696 48.919 27.2392C49.2562 28.0634 46.7852 27.6581 46.0175 27.5321L46.0096 27.5308C45.2393 27.4045 44.4735 27.227 43.7241 27.0086C43.362 26.903 42.9387 26.7988 42.639 26.5542C42.2539 26.2398 42.3831 25.8792 42.5577 25.5302C42.9601 24.7253 44.0146 24.39 44.7667 24.0429C45.0279 23.9223 45.4515 23.7005 45.779 23.638C45.8722 23.5728 45.9728 23.7342 46.0435 23.8008C46.6552 24.3775 47.2533 24.973 47.7932 25.6183Z" fill="%23E7D88A" stroke="%23646464" stroke-width="2.5681" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  top: -100%;
  left: -100%;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-02 {
    width: min(6.640625vw, 85px);
    z-index: 12;
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-02 {
    width: 12.0512820513vw;
    z-index: 12;
  }
}
.KV--character_area .chara.chara-03 {
  aspect-ratio: 136/133;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="136" height="133" viewBox="0 0 136 133" fill="none"><path d="M57.0689 3.62304L54.8023 9.82288C54.5672 10.4658 53.8092 10.7414 53.2161 10.3996L49.5938 8.31221C49.0544 8.00138 48.3648 8.1984 48.0711 8.74727L45.777 13.0336C45.3838 13.7681 44.3494 13.8181 43.8873 13.1249L40.3082 7.75621C39.703 6.84846 38.288 7.27687 38.288 8.36785V17.0123C38.288 17.7943 37.4966 18.3278 36.7717 18.0344L32.2088 16.1875C31.3567 15.8426 30.4814 16.6306 30.7353 17.5142L32.1396 22.401C32.3421 23.1057 31.8131 23.8081 31.0798 23.8081H22.7425C22.1335 23.8081 21.6399 24.3018 21.6399 24.9108V32.4413C21.6399 33.0503 21.1462 33.5439 20.5372 33.5439H9.6576C8.72695 33.5439 8.21485 34.6257 8.80476 35.3455L17.2027 45.5925C17.6034 46.0815 17.5118 46.8067 17.0019 47.1806L9.99025 52.3225C9.53029 52.6598 9.40349 53.2923 9.69787 53.7808L13.1262 59.4703C13.4624 60.0284 13.2441 60.7548 12.6558 61.0349L7.32996 63.571C6.55703 63.9391 6.48008 65.0092 7.19238 65.4841L11.9756 68.6729C12.721 69.1698 12.5941 70.3011 11.7571 70.6205L3.64251 73.7177C2.70374 74.076 2.69432 75.4007 3.6279 75.7723L9.70896 78.193C10.3776 78.4591 10.6162 79.284 10.1929 79.866L6.84943 84.4633C6.31937 85.1921 6.84 86.2145 7.74119 86.2145H9.04841C9.91236 86.2145 10.4407 87.163 9.98597 87.8976L3.34262 98.6291C2.86188 99.4057 3.47963 100.397 4.38856 100.307L15.9937 99.1606C16.8485 99.0762 17.4673 99.9583 17.097 100.733L14.5078 106.153C14.1582 106.884 14.6917 107.731 15.5027 107.731H18.9795C19.5885 107.731 20.0821 108.224 20.0821 108.833V113.638C20.0821 114.247 20.5758 114.74 21.1848 114.74H24.4315C25.0405 114.74 25.5342 115.234 25.5342 115.843V121.816C25.5342 122.425 26.0278 122.918 26.6368 122.918H30.11H35.27H39.7146C40.1497 122.918 40.5441 123.174 40.7215 123.572L42.5095 127.577C42.7173 128.042 43.2172 128.305 43.7185 128.211L54.017 126.291C54.2353 126.25 54.4608 126.276 54.6639 126.366L62.5228 129.831C63.0286 130.054 63.6213 129.868 63.9091 129.396L65.0481 127.528C65.4387 126.887 66.3411 126.815 66.8282 127.386L68.6815 129.557C69.0134 129.946 69.569 130.055 70.0238 129.822L72.6129 128.492C72.7688 128.412 72.9414 128.37 73.1166 128.37H78.5672C78.9474 128.37 79.3007 128.175 79.5022 127.852L82.0336 123.802C82.3435 123.306 82.9867 123.138 83.4993 123.42L91.3368 127.723C91.8675 128.014 92.5163 127.63 92.5163 127.025C92.5163 126.585 92.8728 126.229 93.3126 126.229H101.668H104.168C104.777 126.229 105.27 125.735 105.27 125.126V120.457C105.27 119.733 105.956 119.206 106.655 119.391L118.586 122.551C119.286 122.737 119.971 122.209 119.971 121.486V114.743C119.971 114.186 120.387 113.716 120.941 113.649L125.693 113.071C126.43 112.981 126.87 112.204 126.567 111.527L124.848 107.673C124.582 107.078 124.888 106.384 125.506 106.178L133.02 103.673C133.891 103.383 134.047 102.218 133.283 101.709L126.049 96.8869C125.32 96.4007 125.422 95.2991 126.228 94.9552L130.278 93.2271C130.961 92.9357 131.167 92.0659 130.686 91.4995L127.743 88.0306C127.135 87.3142 127.644 86.2145 128.584 86.2145L130.59 86.2145C131.567 86.2145 132.061 85.0387 131.378 84.3407L125.342 78.1719C124.84 77.6585 124.955 76.8094 125.575 76.4479L132.349 72.5027C132.839 72.2175 133.033 71.6076 132.798 71.0921L128.856 62.4545C128.717 62.1498 128.724 61.7984 128.875 61.4994L132.835 53.6638C133.058 53.2228 132.96 52.6874 132.596 52.3536L126.84 47.0771C126.465 46.7339 126.374 46.1793 126.618 45.734L128.979 41.429C129.273 40.8928 129.074 40.2196 128.536 39.9288L123.012 36.9427C122.592 36.7157 122.366 36.2442 122.452 35.7746L124.142 26.5197C124.256 25.8943 123.819 25.3021 123.188 25.2267L109.696 23.6144C109.208 23.5562 108.818 23.1826 108.738 22.6981L107.015 12.1936C106.913 11.573 106.314 11.1631 105.698 11.2934L95.2574 13.5035C94.4502 13.6744 93.7482 12.9306 93.9653 12.1346L95.4672 6.62772C95.7184 5.70673 94.76 4.92339 93.9074 5.35277L83.4636 10.6122C82.9633 10.8642 82.3537 10.701 82.0461 10.233L78.717 5.16685C78.381 4.65554 77.6929 4.51555 77.1838 4.85494L73.537 7.28614C73.1298 7.55762 72.5924 7.5282 72.2172 7.21389L69.8102 5.19724C69.4696 4.9118 68.9908 4.8588 68.596 5.06282L64.1223 7.37419C63.6959 7.59451 63.1759 7.51366 62.8365 7.17425L58.8842 3.22195C58.3143 2.65209 57.3456 2.86613 57.0689 3.62304Z" fill="%23C8AFA3" stroke="%23676564" stroke-width="4.41064" stroke-linecap="round" /> <path d="M72.6056 24.2571C86.9628 24.5214 98.1689 30.0794 105.692 39.707C113.128 49.2243 116.785 62.483 116.661 77.961C119.366 92.8547 118.36 103.94 110.518 111.443C102.855 118.775 89.2005 122.082 68.5203 123.304L68.3747 123.313L68.2283 123.302C58.6968 122.62 51.1234 121.598 45.1502 119.93C39.1613 118.257 34.6276 115.893 31.3325 112.423C28.0253 108.939 26.163 104.55 25.137 99.2003C24.1183 93.8885 23.8979 87.4849 23.9763 79.8452C24.1336 64.5235 26.1453 50.9639 33.3398 41.0318C40.6391 30.9553 52.9164 25.0654 72.4727 24.2585L72.5392 24.2558L72.6056 24.2571Z" fill="%23F6EBDB" stroke="%23646464" stroke-width="4.47795" /> <path d="M51.5287 54.4939C51.544 54.3928 51.621 54.1053 51.562 54.1889C51.3196 54.5327 52.0597 55.1651 52.1079 54.8918C52.1193 54.8271 52.2019 54.5547 52.1565 54.4858C52.0906 54.3856 51.7145 54.2907 51.6221 54.3466C51.3602 54.5051 51.7683 54.9826 52.0009 54.8304C52.1929 54.7047 52.8249 53.9347 52.4364 53.8758" stroke="%236A6767" stroke-width="3.5504" stroke-linecap="round" /> <path d="M71.4208 58.2095C71.4175 58.0939 71.3646 57.9793 71.2795 57.869C71.2089 57.9214 71.1371 57.9718 71.0637 58.0199C71.0067 58.0572 70.9304 58.0582 70.9152 58.1329C70.7501 58.9451 70.5287 59.6423 70.0774 60.3541C69.7615 60.8524 69.2746 61.7597 68.6835 61.9656C67.3757 62.421 65.6884 61.8188 65.2788 60.4311C64.9568 59.3402 65.5049 58.1483 66.1584 57.2842C66.6655 56.6136 67.4058 56.5735 68.1922 56.6237C68.7692 56.6606 69.3705 56.7626 69.9067 56.9864C70.2394 57.1253 70.971 57.4692 71.2795 57.869C71.6859 57.5673 72.0503 57.2033 72.4426 56.8865C72.7497 56.6386 72.962 56.6387 73.3523 56.5729C73.8814 56.4836 74.43 56.3498 74.967 56.321C76.7295 56.2266 78.6411 58.443 78.0567 60.1766C77.8859 60.6832 77.4694 61.0648 77.0584 61.3718C76.8592 61.5206 76.5957 61.853 76.3231 61.835C76.0731 61.8186 75.8456 61.8387 75.5973 61.8563C75.3068 61.8769 74.9797 61.7791 74.6959 61.7361C74.2073 61.662 73.676 61.6312 73.2269 61.4065C71.9632 60.7743 71.9557 59.4395 71.4208 58.2095Z" fill="%23E4C8BA" /> <path d="M71.4208 58.2095C71.4051 57.6746 70.3312 57.1636 69.9067 56.9864C69.3705 56.7626 68.7692 56.6606 68.1922 56.6237C67.4058 56.5735 66.6655 56.6136 66.1584 57.2842C65.5049 58.1483 64.9568 59.3402 65.2788 60.4311C65.6884 61.8188 67.3757 62.421 68.6835 61.9656C69.2746 61.7597 69.7615 60.8524 70.0774 60.3541C70.5287 59.6423 70.7501 58.9451 70.9152 58.1329C70.9304 58.0582 71.0067 58.0572 71.0637 58.0199C71.5602 57.695 71.9822 57.2583 72.4426 56.8865C72.7497 56.6386 72.962 56.6387 73.3523 56.5729C73.8814 56.4836 74.43 56.3498 74.967 56.321C76.7295 56.2266 78.6411 58.443 78.0567 60.1766C77.8859 60.6832 77.4694 61.0648 77.0584 61.3718C76.8592 61.5206 76.5957 61.853 76.3231 61.835C76.0731 61.8186 75.8456 61.8387 75.5973 61.8563C75.3068 61.8769 74.9797 61.7791 74.6959 61.7361C74.2073 61.662 73.676 61.6312 73.2269 61.4065C71.9632 60.7743 71.9557 59.4395 71.4208 58.2095Z" stroke="%236A6767" stroke-width="2.0119" stroke-linecap="round" /> <path d="M70.6881 55.7335C70.9126 55.7675 71.1225 55.7446 70.7754 55.8617C70.4914 55.9574 71.0037 55.9546 71.102 55.9276C71.4156 55.8416 70.6405 55.8044 70.6846 55.8643C70.7871 56.0035 71.1232 55.8817 71.255 55.8934C71.3828 55.9046 69.8395 55.5052 69.9489 55.8431C70.0268 56.0837 71.4584 56.1709 71.6665 56.1036" stroke="%23E4C8BA" stroke-width="2.0119" stroke-linecap="round" /> <path d="M65.1853 57.4651C64.1385 57.3063 63.0551 57.0398 61.9959 57.0553" stroke="%23E4C8BA" stroke-width="0.946774" stroke-linecap="round" /> <path d="M64.6375 59.1492C63.5694 58.9872 62.37 59.6935 61.2155 60.1098" stroke="%23E4C8BA" stroke-width="0.946774" stroke-linecap="round" /> <path d="M77.5346 57.2216C78.5098 56.7657 79.4805 56.7498 80.3462 56.617" stroke="%23E4C8BA" stroke-width="0.946774" stroke-linecap="round" /> <path d="M78.696 58.4376C79.5523 58.5897 80.5357 58.7181 81.304 59.1493" stroke="%23E4C8BA" stroke-width="0.946774" stroke-linecap="round" /> <path d="M89.5056 53.6471L90.0557 53.7305" stroke="%236A6767" stroke-width="3.5504" stroke-linecap="round" /> <path d="M89.9897 52.5022C89.8323 52.4783 89.9899 52.7153 89.8107 52.7237C89.7722 52.7256 89.4379 52.8154 89.5136 52.8413C89.6124 52.8752 89.8419 52.9261 89.9323 52.8685C90.1921 52.7025 89.9718 52.4995 89.7372 52.4639C89.6154 52.4454 89.3569 52.6282 89.3327 52.7469C89.2886 52.9641 89.2892 53.1405 89.5328 53.2441C89.7695 53.3448 90.0563 53.3812 90.2218 53.1668C90.587 52.6939 90.022 52.2845 89.5525 52.3326C89.4395 52.3441 89.0996 52.4196 89.0543 52.5516C89.0086 52.6849 88.8712 53.4345 89.0184 53.4569" stroke="%236A6767" stroke-width="0.946774" stroke-linecap="round" /> <path d="M88.4006 53.6003C88.3791 53.7425 88.354 53.8708 88.3776 54.0149C88.4016 54.1616 88.489 54.3 88.5683 54.4221C88.6352 54.5251 88.7274 54.6053 88.8083 54.6956C88.9479 54.8516 89.0917 54.9391 89.2689 55.0478C89.397 55.1264 89.5305 55.2004 89.6698 55.257C89.9672 55.3779 90.3211 55.2994 90.6026 55.1632C90.7415 55.096 90.8566 54.9905 90.9823 54.9031C91.0313 54.8691 91.0779 54.8395 91.1182 54.7952C91.1695 54.7389 91.2159 54.6847 91.2586 54.621C91.441 54.3489 91.4252 53.9311 91.2646 53.6563C91.1997 53.5453 91.1126 53.4168 91.0044 53.3435C90.9354 53.2969 90.8248 53.3 90.7449 53.2879" stroke="%236A6767" stroke-width="0.946774" stroke-linecap="round" /> <path d="M41.3861 25.9521C40.0576 25.2466 37.9333 25.2436 36.6963 26.3594C35.4005 27.5284 33.7574 30.1699 33.6336 32.5191C33.5617 33.8823 34.1977 35.6827 34.7394 36.9448C35.1527 37.9078 36.0038 38.2779 36.8492 37.9169C37.4923 37.6423 38.2404 37.2957 38.8188 36.9494C40.5865 35.8908 42.7025 33.6754 44.0008 32.2127C44.7446 31.3747 45.0442 30.0321 44.5338 29.0919C43.9821 28.0754 43.0179 26.8187 41.3861 25.9521Z" fill="%23E4C8BA" stroke="%236A6767" stroke-width="4.07278" /> <path d="M98.545 25.0884C99.901 24.5033 102.021 24.6907 103.209 25.9153C104.452 27.1982 105.98 29.982 106.003 32.3377C106.017 33.6864 105.325 35.3979 104.735 36.6066C104.27 37.5611 103.393 37.873 102.571 37.4404C101.939 37.1081 101.204 36.6937 100.64 36.2948C98.9045 35.0686 96.8657 32.6349 95.6353 31.0595C94.9491 30.1808 94.7221 28.8242 95.2809 27.9219C95.8764 26.9603 96.8899 25.8025 98.545 25.0884Z" fill="%23E4C8BA" stroke="%236A6767" stroke-width="4.07278" /> <path d="M36.8543 81.3886C37.2845 80.6109 37.6449 80.2676 38.0109 80.1468C38.361 80.0314 39.0712 80.0078 40.4751 80.7843C41.8597 81.5501 42.8878 82.5272 43.4554 83.4304C44.0488 84.3744 44.0022 84.9758 43.8472 85.2563C43.6921 85.5367 43.2073 85.8966 42.0918 85.8958C41.0252 85.895 39.6514 85.5426 38.2669 84.7768C36.8628 84.0002 36.5054 83.3862 36.4172 83.0284C36.325 82.6541 36.4241 82.1664 36.8543 81.3886Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.42585" /> <path d="M104.074 81.2675C103.804 80.421 103.517 80.0142 103.181 79.8246C102.86 79.6433 102.168 79.4822 100.64 79.9711C99.1331 80.4532 97.9347 81.212 97.2024 81.9876C96.437 82.7983 96.3658 83.3973 96.4633 83.7025C96.561 84.0077 96.9666 84.455 98.061 84.6709C99.1074 84.8774 100.523 84.7987 102.03 84.3166C103.559 83.8276 104.029 83.2948 104.185 82.9609C104.348 82.6117 104.345 82.114 104.074 81.2675Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.42585" /> <path d="M92.8545 120.829C93.7552 121.064 94.281 121.024 94.6621 120.757C95.0783 120.466 95.6206 119.697 95.9599 117.661C96.2934 115.659 96.2022 113.806 95.8355 112.449C95.4424 110.995 94.878 110.539 94.5822 110.461C94.2862 110.384 93.624 110.521 92.7994 111.657C92.03 112.717 91.3534 114.37 91.0198 116.372C90.6805 118.408 90.933 119.384 91.2216 119.859C91.4857 120.294 91.954 120.594 92.8545 120.829Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.42585" /> <path d="M49.1109 121.628C48.3161 121.836 47.8814 121.783 47.5534 121.53C47.1636 121.23 46.6445 120.437 46.3022 118.383C45.9666 116.368 46.0269 114.509 46.3498 113.154C46.5117 112.474 46.7259 111.981 46.9397 111.664C47.1486 111.354 47.307 111.281 47.3832 111.261C47.4596 111.241 47.6283 111.229 47.9186 111.409C48.2158 111.592 48.5697 111.937 48.9351 112.479C49.664 113.56 50.3132 115.234 50.6489 117.249C50.9912 119.303 50.7686 120.289 50.5073 120.76C50.2874 121.155 49.9058 121.421 49.1109 121.628Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.42585" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-03 {
    width: min(10.625vw, 136px);
    z-index: 11;
    bottom: 0;
    left: min(42.265625vw, 541px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-03 {
    width: 18.7179487179vw;
    z-index: 7;
    bottom: 46.9230769231vw;
    right: 0.7692307692vw;
  }
}
.KV--character_area .chara.chara-04 {
  aspect-ratio: 212/238;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="212" height="238" viewBox="0 0 212 238" fill="none"><path d="M99.7967 10.4297C151.691 11.1432 194.705 41.8086 194.093 86.3434C193.798 107.826 189.345 123.491 174.31 133.903C159.66 144.048 135.436 148.809 96.9814 150.506L96.8445 150.512L96.7079 150.505C61.3897 148.617 37.8323 143.195 23.1855 132.445C8.23372 121.471 3.05511 105.354 3.35241 83.7213C3.96467 39.1834 47.9067 9.71643 99.7967 10.4297Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.61439" /> <path d="M153.073 193.835C150.327 191.722 146.084 189.855 140.001 190.232C132.844 190.677 128.474 192.427 125.815 194.352C124.487 195.313 123.622 196.292 123.071 197.109C122.797 197.516 122.604 197.876 122.471 198.165C122.405 198.309 122.353 198.436 122.314 198.541C122.294 198.594 122.278 198.641 122.264 198.683C122.257 198.703 122.251 198.723 122.246 198.741C122.243 198.75 122.239 198.758 122.237 198.767C122.236 198.771 122.235 198.775 122.234 198.778C122.233 198.78 122.232 198.783 122.232 198.784C122.231 198.787 122.23 198.791 124.922 199.585L122.23 198.79L122.173 198.984L122.144 199.185V199.187C122.144 199.188 122.143 199.189 122.143 199.19C122.142 199.194 122.142 199.201 122.141 199.208C122.139 199.223 122.135 199.245 122.131 199.273C122.123 199.33 122.111 199.413 122.096 199.52C122.066 199.733 122.023 200.043 121.971 200.429C121.867 201.2 121.725 202.277 121.576 203.505C121.278 205.942 120.941 209.038 120.809 211.506C120.684 213.858 120.613 216.825 120.574 219.181C120.554 220.363 120.541 221.402 120.534 222.145C120.532 222.363 120.531 222.557 120.53 222.721C120.407 222.999 120.257 223.355 120.112 223.761C119.808 224.613 119.361 226.093 119.509 227.564C119.72 229.649 121.046 231.058 122.256 231.919C123.472 232.784 124.915 233.356 126.153 233.741C127.421 234.135 128.65 234.385 129.546 234.537C129.999 234.614 130.378 234.668 130.648 234.702C130.783 234.719 130.892 234.732 130.97 234.74C131.009 234.745 131.041 234.749 131.064 234.751C131.075 234.752 131.085 234.753 131.092 234.754C131.096 234.754 131.099 234.755 131.102 234.755H131.107C131.108 234.75 131.12 234.638 131.379 231.961L131.108 234.755L131.175 234.762L131.243 234.765H131.244C131.244 234.765 131.245 234.766 131.247 234.766C131.249 234.766 131.253 234.765 131.257 234.766C131.266 234.766 131.278 234.767 131.293 234.768C131.325 234.769 131.371 234.771 131.43 234.773C131.548 234.779 131.72 234.786 131.939 234.794C132.377 234.81 133.003 234.832 133.763 234.85C135.282 234.885 137.35 234.909 139.535 234.861C141.707 234.814 144.053 234.693 146.106 234.43C147.132 234.298 148.135 234.124 149.034 233.889C149.89 233.664 150.848 233.335 151.651 232.8C154.935 230.611 156.754 228.047 157.641 224.96C158.464 222.096 158.434 218.885 158.421 215.669C158.409 212.398 158.12 208.279 157.841 205.029C157.701 203.394 157.561 201.957 157.457 200.93C157.404 200.416 157.36 200.003 157.33 199.718C157.314 199.576 157.303 199.465 157.294 199.39C157.29 199.352 157.287 199.323 157.285 199.303C157.284 199.293 157.283 199.285 157.283 199.28C157.282 199.278 157.282 199.276 157.282 199.274V199.272V199.271L157.226 198.781L157.007 198.338L154.492 199.585C157.007 198.338 157.006 198.337 157.005 198.335C157.005 198.334 157.004 198.333 157.003 198.332C157.002 198.33 157.002 198.328 157 198.325C156.998 198.32 156.995 198.314 156.992 198.309C156.986 198.297 156.979 198.284 156.971 198.269C156.955 198.238 156.935 198.201 156.912 198.157C156.864 198.07 156.8 197.956 156.718 197.821C156.555 197.551 156.32 197.192 156.005 196.775C155.378 195.944 154.423 194.874 153.073 193.835Z" fill="%23E7D88A" stroke="%23646464" stroke-width="5.61439" /> <path d="M51.576 134.671C50.2866 132.245 50.2581 132.193 50.2568 132.193L50.2544 132.194C50.2529 132.195 50.2508 132.196 50.2483 132.198C50.2431 132.2 50.2354 132.204 50.2263 132.209C50.2081 132.219 50.1821 132.232 50.1488 132.25C50.0815 132.286 49.9836 132.34 49.8574 132.409C49.6051 132.547 49.2383 132.75 48.7717 133.014C47.8384 133.543 46.5037 134.316 44.8812 135.306C41.6393 137.283 37.2326 140.134 32.5768 143.626C23.4034 150.508 12.7298 160.268 8.62356 171.078C8.14073 172.349 7.59617 173.52 7.03023 174.824C6.49846 176.051 5.93904 177.417 5.63577 178.773C5.32752 180.151 5.22411 181.768 5.86589 183.383C6.52182 185.034 7.793 186.28 9.45304 187.211C14.3263 189.945 19.1291 191.778 23.4417 192.438C27.711 193.09 31.8799 192.64 35.0172 190.278C36.8771 188.877 40.8204 186.398 44.308 183.057C47.4207 180.074 48.8761 178.98 50.5059 177.554C52.1799 176.09 53.7382 174.518 56.6818 170.936C59.9927 166.907 61.8802 163.828 63.3799 161.404C64.8866 158.969 65.8655 157.443 67.4344 156.035C69.0526 154.583 70.7932 153.052 71.9926 151.22C73.3038 149.217 73.933 146.945 73.7124 144.075C73.4842 141.106 72.6961 138.336 71.1323 135.974C69.5527 133.589 67.2867 131.779 64.3774 130.601C61.3434 129.373 57.6287 129.963 55.1795 130.559C53.8606 130.879 52.6981 131.256 51.8669 131.553C51.4493 131.701 51.1098 131.832 50.8706 131.926C50.7508 131.974 50.6559 132.013 50.5881 132.042C50.5543 132.055 50.5268 132.066 50.5069 132.074C50.4972 132.079 50.4892 132.082 50.4829 132.085C50.4799 132.086 50.4769 132.087 50.4747 132.088C50.4736 132.089 50.4719 132.089 50.471 132.09L50.4702 132.09C50.4696 132.091 50.4691 132.091 51.576 134.671ZM51.576 134.671L50.2576 132.192L50.3611 132.137L50.4694 132.091L51.576 134.671Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.61439" /> <path d="M40.8789 138.301C38.1452 137.663 38.1446 137.664 38.1445 137.664C38.1444 137.665 38.1438 137.666 38.1436 137.667C38.143 137.67 38.1426 137.673 38.1416 137.677C38.1397 137.685 38.1374 137.698 38.1338 137.713C38.1267 137.744 38.1158 137.789 38.1025 137.847C38.0759 137.964 38.0376 138.136 37.9883 138.358C37.8897 138.801 37.7489 139.447 37.5781 140.264C37.2366 141.897 36.7743 144.218 36.2891 146.977C35.321 152.482 34.2503 159.794 33.875 166.906C33.5488 173.089 33.1475 177.676 33.5947 182.263C34.0541 186.975 35.3862 191.623 38.3105 198.251C39.674 201.342 43.0661 204.055 46.8945 206.335C50.876 208.707 55.9133 210.944 61.3281 212.87C72.1203 216.71 84.852 219.472 94.4023 219.472C100.321 219.472 106.627 219.806 112.978 220.098C119.287 220.389 125.635 220.637 131.475 220.445C137.291 220.253 142.801 219.62 147.387 218.048C152.004 216.466 155.941 213.838 158.142 209.516C161.515 202.89 162.523 196.006 162.605 189.148C162.686 182.397 161.854 175.309 161.414 168.621C160.96 161.714 160.211 154.412 159.578 148.851C159.261 146.067 158.972 143.713 158.763 142.054C158.658 141.224 158.573 140.568 158.514 140.119C158.484 139.894 158.462 139.72 158.446 139.603C158.438 139.544 158.432 139.499 158.428 139.469C158.426 139.454 158.424 139.442 158.423 139.434C158.422 139.43 158.422 139.427 158.422 139.425V139.422L158.32 138.673L157.857 138.077L155.851 139.634C157.857 138.077 157.857 138.076 157.856 138.076L157.853 138.072C157.851 138.069 157.849 138.066 157.846 138.062C157.84 138.055 157.832 138.045 157.823 138.034C157.805 138.01 157.779 137.977 157.746 137.936C157.68 137.854 157.587 137.738 157.468 137.594C157.231 137.307 156.891 136.907 156.471 136.439C155.638 135.511 154.456 134.281 153.102 133.139C151.781 132.026 150.128 130.851 148.352 130.211C146.536 129.558 144.165 129.34 142.062 130.901C134.264 136.689 119.898 140.195 103.387 140.379C86.9887 140.563 69.0556 137.459 54.4404 130.613C49.7381 128.41 45.5042 130.369 42.8955 132.304C41.5607 133.294 40.4947 134.379 39.7695 135.203C39.4033 135.618 39.1138 135.978 38.9121 136.24C38.8111 136.371 38.7313 136.479 38.6738 136.558C38.6452 136.597 38.6219 136.63 38.6045 136.655C38.5958 136.667 38.5888 136.678 38.583 136.686C38.5801 136.69 38.5774 136.694 38.5752 136.697C38.5741 136.698 38.5732 136.7 38.5723 136.702L38.5703 136.703C38.5722 136.706 38.6469 136.758 40.8789 138.301ZM40.8789 138.301L38.1445 137.662L38.2666 137.144L38.5693 136.704L40.8789 138.301Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.61439" /> <path d="M191.286 86.3057C190.703 128.747 173.808 144.491 96.8546 147.901C26.3365 144.122 5.50495 126.003 6.08838 83.5621C39.4928 112.566 58.2315 122.356 96.8557 123.922C137.782 125.581 162.635 119.789 191.286 86.3057Z" fill="%23F7FBF8" /> <path d="M165.955 161.041C166.902 163.518 166.956 163.654 166.959 163.662L166.961 163.661C166.963 163.661 166.965 163.66 166.968 163.659C166.973 163.657 166.979 163.654 166.988 163.651C167.005 163.645 167.029 163.636 167.06 163.623C167.122 163.599 167.21 163.564 167.324 163.519C167.551 163.428 167.88 163.295 168.298 163.12C169.135 162.77 170.329 162.254 171.779 161.581C174.676 160.235 178.618 158.252 182.792 155.701C190.991 150.69 200.688 143.131 204.524 133.46C204.962 132.356 205.451 131.347 205.97 130.195C206.455 129.121 206.978 127.898 207.27 126.674C207.568 125.427 207.691 123.929 207.113 122.412C206.522 120.86 205.356 119.693 203.858 118.824C199.577 116.34 195.33 114.643 191.488 113.998C187.689 113.361 183.905 113.698 181.01 115.813C179.385 116.999 175.835 119.165 172.701 122.082C169.927 124.663 168.647 125.593 167.18 126.839C165.668 128.123 164.262 129.503 161.615 132.63C158.631 136.155 156.918 138.858 155.564 140.977C154.203 143.106 153.345 144.4 151.986 145.584C150.552 146.834 148.96 148.19 147.85 149.832C146.626 151.644 146.024 153.711 146.186 156.312C146.257 157.449 146.337 158.494 146.513 159.382C146.7 160.319 147.03 161.283 147.73 162.155C148.409 163 149.254 163.53 150.034 163.93C150.785 164.316 151.736 164.707 152.739 165.13C154.253 165.768 155.978 165.854 157.45 165.78C158.979 165.702 160.546 165.432 161.913 165.126C163.292 164.817 164.534 164.457 165.428 164.177C165.878 164.036 166.244 163.913 166.502 163.824C166.631 163.78 166.733 163.745 166.805 163.719C166.84 163.706 166.868 163.695 166.889 163.688C166.899 163.684 166.908 163.682 166.914 163.679C166.917 163.678 166.92 163.677 166.922 163.676C166.923 163.676 166.924 163.676 166.925 163.676L166.925 163.675C166.926 163.675 166.918 163.652 165.955 161.041ZM165.955 161.041L166.958 163.663L166.942 163.669L166.926 163.674L165.955 161.041Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.61439" /> <path d="M55.356 225.281C57.7717 225.424 60.3047 224.764 63.842 223.381C65.363 222.786 66.7953 222.344 68.1721 221.934C69.5037 221.537 70.8957 221.138 72.1203 220.667C74.7059 219.672 77.17 218.113 78.2488 214.696C78.7484 213.113 78.7048 211.257 78.6186 210.065C78.5717 209.416 78.5023 208.845 78.4442 208.436C78.4149 208.23 78.3876 208.061 78.3676 207.941C78.3575 207.881 78.3496 207.832 78.3433 207.797C78.3402 207.78 78.3377 207.766 78.3357 207.755C78.3347 207.749 78.3335 207.744 78.3328 207.74C78.3325 207.738 78.3318 207.737 78.3315 207.736L78.3319 207.733L78.3317 207.732C78.3316 207.732 78.3312 207.732 75.6425 208.236L78.3314 207.732L78.3166 207.652L78.2968 207.572L75.6211 196.788C75.6673 196.484 75.72 196.09 75.7536 195.648C75.8221 194.746 75.8616 193.201 75.3298 191.821C74.079 188.574 70.8755 187.411 68.312 186.955C65.6286 186.477 62.5339 186.566 59.972 186.695C52.2474 187.083 47.5367 190.438 44.4655 193.97C39.5044 199.676 37.738 206.771 41.0966 213.998C41.5128 214.894 41.8155 215.647 42.1954 216.522C42.5517 217.343 42.9596 218.227 43.4917 219.072C44.6463 220.907 46.2504 222.341 48.8556 223.375C50.9911 224.222 53.0104 225.142 55.356 225.281Z" fill="%23E7D88A" stroke="%23646464" stroke-width="5.61439" /> <path d="M72.2132 134.385C72.2132 134.385 96.8971 131.226 120.983 134.385C126.15 135.063 131.432 135.602 133.624 138.655C137.809 144.486 131.113 151.125 124.997 154.882C119.019 158.554 109.579 161.699 99.1178 161.799C88.2696 161.902 79.4732 158.81 72.2132 154.882C65.8451 151.436 59.0289 144.541 63.245 138.655C65.5037 135.502 72.2132 134.385 72.2132 134.385Z" fill="%23F0F6F2" /> <path d="M50.1802 86.3093C50.4369 86.3654 50.4368 86.3509 50.7612 86.364C50.8238 86.3665 51.0143 86.4077 51.08 86.4088C51.1518 86.4101 51.2679 86.3859 51.3357 86.4015C51.3928 86.4147 51.4921 86.3685 51.5484 86.3775C51.5892 86.3841 51.7588 86.4145 51.7987 86.4212C51.8276 86.4261 51.8509 86.4124 51.8788 86.4109C51.9774 86.4059 52.0319 86.4485 52.129 86.4589C52.2191 86.4686 52.4711 86.4525 52.5507 86.492C52.5955 86.5143 52.3708 86.5154 52.4224 86.5029C52.4942 86.4855 52.6473 86.5219 52.7213 86.5267C52.8115 86.5325 52.8415 86.5043 52.9314 86.4986C52.9674 86.4963 53.0046 86.4892 53.0334 86.51C53.064 86.5322 53.0726 86.5521 53.1122 86.5334C53.137 86.5218 53.5319 86.5072 53.5313 86.5406" stroke="%23676564" stroke-width="3.55578" stroke-linecap="round" /> <path d="M66.1267 101.534C70.2024 102.362 71.8907 102.725 75.1643 103.197C78.3314 104.02 75.7135 103.216 77.9007 103.895C79.5885 104.418 76.8126 103.94 78.468 104.52C80.3488 105.179 84.8548 109.098 86.9312 109.631C89.1551 110.202 94.1664 111.373 96.8073 111.434C99.5621 111.498 104.615 111.858 107.931 111.434C111.67 110.957 113.885 110.243 117.251 108.428C120.112 106.886 120.801 104.961 123.88 103.396C125.168 102.741 126.391 102 127.951 101.649C129.122 101.385 130.091 101.201 131.068 101.049C131.135 101.246 130.954 101.283 129.878 101.649C128.288 102.189 135.838 100.474 134.162 100.657C132.99 100.785 132.025 100.901 131.068 101.049C131 100.847 130.67 100.477 130.78 99.4087C130.911 98.1386 129.09 98.4141 127.951 97.6048C124.854 95.4053 127.295 94.2586 123.88 93.9986C119.499 93.6653 126.534 91.8534 122.272 92.9807C119.136 93.8106 117.468 95.1283 114.436 95.5774C109.554 96.3002 106.388 96.6679 101.857 96.8462C95.7859 97.0852 90.2948 95.1294 86.9312 93.9986C81.6845 93.4663 77.5109 91.494 71.5514 91.3834C69.8394 91.0254 68.8704 91.1565 67.0827 91.3005C63.6695 91.5754 61.935 94.3089 61.632 97.9054C61.2647 102.266 62.3045 100.758 66.1267 101.534Z" fill="%23EE8E7E" /> <path d="M75.1643 103.197C71.8907 102.725 70.2024 102.362 66.1267 101.534C62.3045 100.758 61.2647 102.266 61.632 97.9054C61.935 94.3089 63.6695 91.5754 67.0827 91.3005C68.8704 91.1565 69.8394 91.0254 71.5514 91.3834C77.5109 91.494 81.6845 93.4663 86.9312 93.9986C90.2948 95.1294 95.7859 97.0852 101.857 96.8462C106.388 96.6679 109.554 96.3002 114.436 95.5774C117.468 95.1283 119.136 93.8106 122.272 92.9807C126.534 91.8534 119.499 93.6653 123.88 93.9986C127.295 94.2586 124.854 95.4053 127.951 97.6048C129.09 98.4141 130.911 98.1386 130.78 99.4087C130.562 101.517 132.059 100.907 129.878 101.649C128.288 102.189 135.838 100.474 134.162 100.657C131.793 100.916 130.27 101.127 127.951 101.649C126.391 102 125.168 102.741 123.88 103.396C120.801 104.961 120.112 106.886 117.251 108.428C113.885 110.243 111.67 110.957 107.931 111.434C104.615 111.858 99.5621 111.498 96.8073 111.434C94.1664 111.373 89.1551 110.202 86.9312 109.631C84.8548 109.098 80.3488 105.179 78.468 104.52C76.8126 103.94 79.5885 104.418 77.9007 103.895C75.7135 103.216 78.3314 104.02 75.1643 103.197Z" stroke="%23646464" stroke-width="3.98926" stroke-linecap="round" /> <path d="M83.5781 101.449C85.9833 106.624 108.532 113.238 116.348 101.449C110.736 97.6404 96.3254 92.309 83.5781 101.449Z" fill="%23A26C6C" /> <path d="M144.766 86.6363C144.793 86.6351 144.814 86.6341 144.841 86.6438C144.862 86.6515 144.923 86.6896 144.943 86.6663C144.961 86.6465 144.951 86.6224 144.981 86.6136C145.026 86.6011 145.1 86.617 145.145 86.6224C145.222 86.6316 145.291 86.6262 145.367 86.6177C145.464 86.6068 145.555 86.624 145.65 86.5946C145.728 86.5704 145.845 86.4903 145.928 86.5145C145.975 86.5285 146.026 86.5854 146.076 86.5832C146.15 86.5797 146.235 86.5116 146.312 86.4968C146.35 86.4894 146.521 86.522 146.475 86.4592C146.474 86.4577 146.636 86.4019 146.655 86.3964C146.715 86.3779 146.776 86.3993 146.837 86.4025C146.912 86.4063 146.979 86.3936 147.051 86.3744C147.135 86.3521 147.227 86.361 147.31 86.3843C147.369 86.4008 147.383 86.397 147.387 86.3153C147.389 86.2894 147.388 86.3189 147.389 86.3252C147.394 86.3437 147.434 86.3256 147.441 86.3237C147.477 86.3138 147.557 86.2736 147.592 86.2794C147.638 86.287 147.667 86.3232 147.719 86.3281C147.759 86.332 147.798 86.3327 147.838 86.3309" stroke="%23676564" stroke-width="3.55578" stroke-linecap="round" /> <path d="M65.8552 90.9637C70.0217 90.0178 71.7495 89.6002 75.0781 89.0825C78.3327 88.1209 75.6308 89.0712 77.8888 88.2688C79.6311 87.6495 81.4254 86.297 83.1405 85.6059C85.0892 84.8208 87.2947 83.8611 89.4277 83.239C91.7125 82.5726 94.5391 82.2932 97.1944 82.2775C99.9641 82.2611 103.967 82.6288 107.254 83.2389C110.961 83.9269 112.87 83.8612 115.908 85.6059C118.392 87.0322 121.029 87.9293 123.971 89.9701C125.202 90.8242 126.359 91.7851 127.891 92.263C130.169 92.9738 131.677 93.2747 134.03 93.6557C135.694 93.9252 137.547 93.9784 139.091 94.6955C141.21 95.6794 142.907 96.2587 142.928 98.9168C142.94 100.518 142.039 102.044 140.821 103.036C137.508 105.731 135.336 105.108 131.885 105.355C127.459 105.672 125.551 104.553 121.382 103.036C118.313 101.918 116.764 100.222 113.763 99.5858C108.933 98.5624 105.792 98.0259 101.263 97.6958C95.194 97.2535 89.5017 99.5858 86.0212 100.93C80.7076 101.477 76.3355 103.861 70.3463 103.861C68.5951 104.272 67.6353 104.084 65.8552 103.861C62.4566 103.436 55.0916 102.228 55.1247 97.6958C55.1649 92.2013 61.9478 91.8508 65.8552 90.9637Z" fill="%23EE8E7E" stroke="%23646464" stroke-width="3.98926" stroke-linecap="round" /> <path d="M85.2551 2C85.6551 4.60011 87.2503 9.49475 89.5835 11.0502" stroke="%23646464" stroke-width="3.98926" stroke-linecap="round" /> <path d="M100.601 3.18048V9.86974" stroke="%23646464" stroke-width="3.98926" stroke-linecap="round" /> <path d="M115.554 3.96564C115.554 7.21293 114.332 8.48029 112.406 11.0484" stroke="%23646464" stroke-width="3.98926" stroke-linecap="round" /> <path d="M158.827 173.934C158.524 165.641 156.113 145.549 152.703 136.473L137.419 151.201L138.826 173.334L158.827 173.934Z" fill="%23F7FBF8" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-04 {
    width: min(16.5625vw, 212px);
    z-index: 10;
    bottom: 0;
    right: min(19.375vw, 248px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-04 {
    width: 29.4871794872vw;
    z-index: 10;
    bottom: 6.9230769231vw;
    left: 29.4871794872vw;
  }
}
.KV--character_area .chara.chara-05 {
  aspect-ratio: 234/237;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="234" height="237" viewBox="0 0 234 237" fill="none"><path d="M69.0708 189.95C68.2126 192.28 68.2114 192.28 68.2107 192.28L68.209 192.279C68.2075 192.278 68.2056 192.278 68.2034 192.277C68.1985 192.275 68.1916 192.272 68.1831 192.269C68.1659 192.263 68.141 192.253 68.1093 192.242C68.046 192.218 67.9544 192.183 67.8358 192.137C67.5981 192.047 67.2524 191.913 66.8118 191.737C65.9307 191.386 64.6678 190.869 63.1275 190.196C60.0498 188.851 55.847 186.88 51.349 184.376C42.4863 179.444 31.9644 172.168 27.072 163.187C25.818 160.885 24.9323 158.812 24.9995 156.552C25.0666 154.299 26.0693 152.279 27.433 150.054C29.0682 147.386 31.9426 145.753 34.8789 145.12C37.8329 144.482 41.1792 144.777 44.0021 146.354C45.5376 147.212 46.6528 148.612 47.3176 149.589C47.6704 150.108 47.9457 150.581 48.1339 150.927C48.4188 151.133 48.8254 151.426 49.3312 151.786C50.3818 152.532 51.8568 153.567 53.5524 154.711C56.9685 157.016 61.1887 159.71 64.6239 161.442C67.637 162.961 70.4945 164.218 73.1935 165.472C75.8362 166.699 78.348 167.932 80.4099 169.329C82.0019 170.408 83.7113 171.541 84.9818 173.003C86.3705 174.601 87.193 176.517 87.3433 179.058C87.4988 181.687 87.1399 184.21 86.0521 186.467C84.9534 188.747 83.1843 190.603 80.7759 191.984C78.2642 193.423 74.938 193.35 72.7204 193.122C71.5264 192.999 70.4627 192.808 69.6989 192.648C69.3151 192.567 69.0019 192.494 68.7809 192.439C68.6705 192.412 68.5827 192.39 68.52 192.373C68.4886 192.365 68.4627 192.358 68.4442 192.353C68.4352 192.351 68.4279 192.348 68.4221 192.347C68.4192 192.346 68.4165 192.345 68.4143 192.345C68.4133 192.345 68.4121 192.345 68.4113 192.344L68.4104 192.344C68.4099 192.344 68.4096 192.343 69.0708 189.95ZM69.0708 189.95L68.212 192.279L68.3091 192.316L68.4096 192.343L69.0708 189.95Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.96573" /> <path d="M156.149 190.004C156.808 192.398 156.81 192.398 156.81 192.398L156.812 192.397C156.813 192.397 156.815 192.396 156.818 192.396C156.823 192.394 156.83 192.392 156.839 192.39C156.856 192.385 156.882 192.377 156.914 192.368C156.98 192.35 157.074 192.323 157.196 192.287C157.44 192.217 157.796 192.113 158.25 191.975C159.157 191.699 160.459 191.289 162.051 190.748C165.23 189.667 169.584 188.056 174.277 185.94C183.523 181.77 194.619 175.404 200.249 166.866C201.692 164.677 202.749 162.687 202.872 160.429C202.994 158.178 202.165 156.081 200.993 153.749C199.588 150.953 196.861 149.085 193.988 148.206C191.098 147.322 187.739 147.335 184.793 148.67C183.191 149.396 181.962 150.697 181.218 151.615C180.823 152.102 180.509 152.55 180.292 152.879C179.991 153.06 179.561 153.318 179.027 153.634C177.917 154.29 176.36 155.196 174.574 156.194C170.977 158.204 166.545 160.534 162.976 161.97C159.846 163.231 156.893 164.243 154.098 165.266C151.362 166.267 148.755 167.284 146.583 168.503C144.906 169.444 143.108 170.429 141.719 171.779C140.201 173.255 139.22 175.095 138.857 177.614C138.481 180.221 138.626 182.765 139.521 185.106C140.424 187.47 142.03 189.469 144.314 191.047C146.696 192.692 150.017 192.899 152.246 192.858C153.446 192.836 154.522 192.734 155.296 192.639C155.686 192.591 156.004 192.544 156.229 192.509C156.341 192.491 156.43 192.476 156.494 192.465C156.526 192.459 156.552 192.455 156.571 192.451C156.581 192.45 156.588 192.448 156.594 192.447C156.597 192.446 156.6 192.446 156.602 192.445C156.603 192.445 156.604 192.445 156.605 192.445L156.606 192.445C156.606 192.445 156.607 192.444 156.149 190.004ZM156.149 190.004L156.809 192.397L156.709 192.425L156.607 192.444L156.149 190.004Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.96573" /> <path d="M19.0514 119.3C18.0798 119.773 16.7091 120.608 15.2661 121.063C10.9112 122.982 6.90484 126.716 4.68388 133.052C3.7987 135.577 3.873 136.286 3.97251 138.743C4.05589 140.801 4.96175 142.507 5.918 143.803C8.97142 147.945 13.0745 149.271 17.9235 149.352C23.3029 147.676 28.3066 144.97 31.6797 140.52C35.6285 135.311 40.0852 130.036 43.1297 123.982C46.0961 118.084 49.738 110.181 48.8931 104.156C48.5323 101.583 47.3743 99.8988 45.0379 100.646C44.0955 100.948 42.927 101.96 42.0231 102.588C39.9972 103.996 38.1541 105.982 36.2361 107.711C34.1088 109.629 31.884 111.316 29.6607 112.905C26.1833 115.391 22.6341 117.555 19.0514 119.3Z" fill="%23C5BC9E" stroke="%23646464" stroke-width="4.00949" stroke-linecap="round" /> <path d="M213.739 119.846C214.815 120.27 216.324 121.042 217.939 121.417C222.778 123.112 227.102 126.7 229.225 133.081C230.071 135.624 229.94 136.359 229.668 138.896C229.44 141.021 228.298 142.836 227.125 144.233C223.378 148.694 218.617 150.325 213.086 150.721C207.063 149.342 201.536 146.878 197.979 142.513C193.815 137.403 189.077 132.259 185.998 126.221C182.998 120.338 179.357 112.435 180.709 106.175C181.286 103.502 182.714 101.693 185.329 102.312C186.383 102.562 187.649 103.529 188.639 104.118C190.857 105.437 192.829 107.363 194.903 109.02C197.204 110.858 199.63 112.451 202.061 113.945C205.864 116.281 209.769 118.281 213.739 119.846Z" fill="%23C5BC9E" stroke="%23646464" stroke-width="4.00949" stroke-linecap="round" /> <path d="M82.4749 231.886L82.7151 234.357H82.72C82.7222 234.357 82.7248 234.356 82.7278 234.356C82.7343 234.355 82.743 234.354 82.7532 234.353C82.7736 234.351 82.8017 234.348 82.8362 234.344C82.9051 234.337 83.0017 234.325 83.1213 234.31C83.3603 234.279 83.6949 234.232 84.095 234.165C84.8876 234.03 85.9749 233.809 87.0969 233.46C88.192 233.12 89.4677 232.614 90.5432 231.849C91.6133 231.088 92.7866 229.842 92.9729 227.998C93.1043 226.696 92.7097 225.386 92.4407 224.632C92.3125 224.273 92.1792 223.958 92.0706 223.712C92.0694 223.568 92.0685 223.397 92.0667 223.204C92.0603 222.547 92.0491 221.629 92.0315 220.583C91.9964 218.499 91.9344 215.875 91.8235 213.794C91.7071 211.612 91.4088 208.873 91.1458 206.717C91.0133 205.631 90.8875 204.678 90.7952 203.997C90.749 203.656 90.7113 203.382 90.6848 203.193C90.6716 203.098 90.6607 203.024 90.6536 202.974C90.65 202.949 90.6476 202.93 90.6458 202.917C90.6448 202.91 90.6443 202.905 90.6438 202.902C90.6436 202.9 90.643 202.899 90.6428 202.898V202.896L90.6174 202.719L90.5667 202.547L88.1848 203.25C90.5662 202.548 90.5655 202.545 90.5647 202.542C90.5644 202.542 90.5642 202.539 90.5637 202.538C90.5627 202.534 90.5609 202.53 90.5598 202.527C90.5576 202.52 90.5555 202.511 90.553 202.503C90.548 202.488 90.5425 202.47 90.5364 202.452C90.5241 202.415 90.5097 202.373 90.4924 202.327C90.4578 202.234 90.4124 202.122 90.3538 201.995C90.2362 201.739 90.0659 201.42 89.8235 201.061C89.3356 200.338 88.5707 199.472 87.3958 198.622C85.0435 196.919 81.1797 195.372 74.8489 194.979C69.4686 194.645 65.7161 196.296 63.2874 198.165C62.0934 199.083 61.2488 200.031 60.6936 200.766C60.4156 201.134 60.2083 201.452 60.0637 201.691C59.9913 201.81 59.9341 201.911 59.8918 201.988C59.8709 202.026 59.853 202.059 59.8391 202.085C59.8321 202.099 59.8258 202.111 59.8206 202.122C59.818 202.127 59.8159 202.132 59.8137 202.136C59.8127 202.138 59.8117 202.14 59.8108 202.142C59.8103 202.143 59.8091 202.145 59.8088 202.145C59.8084 202.147 59.8308 202.159 62.0325 203.25L59.8079 202.148L59.6135 202.54L59.5647 202.973V202.974V202.976C59.5646 202.977 59.564 202.979 59.5637 202.981C59.5632 202.986 59.5627 202.993 59.5618 203.001C59.5598 203.019 59.5566 203.044 59.553 203.078C59.5457 203.144 59.5352 203.242 59.5217 203.368C59.4947 203.62 59.4566 203.985 59.4104 204.44C59.318 205.349 59.1937 206.619 59.0696 208.066C58.8229 210.941 58.5669 214.583 58.5559 217.476C58.5451 220.321 58.5182 223.161 59.2463 225.694C60.0311 228.424 61.6408 230.691 64.5452 232.627C65.2549 233.101 66.1022 233.392 66.8596 233.59C67.6542 233.799 68.542 233.952 69.4495 234.069C71.2653 234.302 73.3395 234.408 75.261 234.451C77.1929 234.493 79.0225 234.473 80.3655 234.441C81.038 234.425 81.5917 234.407 81.9788 234.392C82.1724 234.385 82.3253 234.378 82.4299 234.374C82.4819 234.371 82.5222 234.369 82.55 234.368C82.5638 234.367 82.5747 234.367 82.5823 234.367C82.5861 234.367 82.5899 234.366 82.592 234.366H82.595L82.4749 231.886ZM82.4749 231.886L82.5959 234.366L82.6545 234.363L82.7141 234.357L82.4749 231.886Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.96573" /> <path d="M143.397 231.886L143.157 234.357H143.152C143.15 234.357 143.147 234.356 143.144 234.356C143.138 234.355 143.129 234.354 143.119 234.353C143.098 234.351 143.07 234.348 143.036 234.344C142.967 234.337 142.87 234.325 142.75 234.31C142.512 234.279 142.177 234.232 141.777 234.165C140.984 234.03 139.897 233.809 138.775 233.46C137.68 233.12 136.404 232.614 135.329 231.849C134.258 231.088 133.085 229.842 132.899 227.998C132.767 226.696 133.162 225.386 133.431 224.632C133.559 224.273 133.693 223.958 133.801 223.712C133.802 223.568 133.803 223.397 133.805 223.204C133.812 222.547 133.823 221.629 133.84 220.583C133.875 218.499 133.937 215.875 134.048 213.794C134.165 211.612 134.463 208.873 134.726 206.717C134.859 205.631 134.984 204.678 135.077 203.997C135.123 203.656 135.161 203.382 135.187 203.193C135.2 203.098 135.211 203.024 135.218 202.974C135.222 202.949 135.224 202.93 135.226 202.917C135.227 202.91 135.228 202.905 135.228 202.902C135.228 202.9 135.229 202.899 135.229 202.898V202.896L135.254 202.719L135.305 202.547L137.687 203.25C135.306 202.548 135.306 202.545 135.307 202.542C135.307 202.542 135.308 202.539 135.308 202.538C135.309 202.534 135.311 202.53 135.312 202.527C135.314 202.52 135.316 202.511 135.319 202.503C135.324 202.488 135.329 202.47 135.335 202.452C135.348 202.415 135.362 202.373 135.379 202.327C135.414 202.234 135.459 202.122 135.518 201.995C135.636 201.739 135.806 201.42 136.048 201.061C136.536 200.338 137.301 199.472 138.476 198.622C140.828 196.919 144.692 195.372 151.023 194.979C156.403 194.645 160.156 196.296 162.584 198.165C163.778 199.083 164.623 200.031 165.178 200.766C165.456 201.134 165.663 201.452 165.808 201.691C165.88 201.81 165.938 201.911 165.98 201.988C166.001 202.026 166.019 202.059 166.033 202.085C166.04 202.099 166.046 202.111 166.051 202.122C166.054 202.127 166.056 202.132 166.058 202.136C166.059 202.138 166.06 202.14 166.061 202.142C166.062 202.143 166.063 202.145 166.063 202.145C166.063 202.147 166.041 202.159 163.839 203.25L166.064 202.148L166.258 202.54L166.307 202.973V202.974V202.976C166.307 202.977 166.308 202.979 166.308 202.981C166.309 202.986 166.309 202.993 166.31 203.001C166.312 203.019 166.315 203.044 166.319 203.078C166.326 203.144 166.337 203.242 166.35 203.368C166.377 203.62 166.415 203.985 166.461 204.44C166.554 205.349 166.678 206.619 166.802 208.066C167.049 210.941 167.305 214.583 167.316 217.476C167.327 220.321 167.354 223.161 166.625 225.694C165.841 228.424 164.231 230.691 161.327 232.627C160.617 233.101 159.77 233.392 159.012 233.59C158.218 233.799 157.33 233.952 156.422 234.069C154.606 234.302 152.532 234.408 150.611 234.451C148.679 234.493 146.849 234.473 145.506 234.441C144.834 234.425 144.28 234.407 143.893 234.392C143.699 234.385 143.547 234.378 143.442 234.374C143.39 234.371 143.35 234.369 143.322 234.368C143.308 234.367 143.297 234.367 143.29 234.367C143.286 234.367 143.282 234.366 143.28 234.366H143.277L143.397 231.886ZM143.397 231.886L143.276 234.366L143.217 234.363L143.158 234.357L143.397 231.886Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.96573" /> <path d="M65.1375 143.742C67.4448 142.031 71.1894 140.298 75.3484 142.246C88.2751 148.302 104.137 151.047 118.64 150.885C133.244 150.721 145.949 147.62 152.846 142.501C154.706 141.121 156.804 141.314 158.41 141.892C159.981 142.457 161.443 143.496 162.611 144.481C163.809 145.49 164.854 146.579 165.591 147.4C165.962 147.813 166.263 148.168 166.472 148.422C166.577 148.549 166.66 148.651 166.719 148.724C166.748 148.76 166.77 148.79 166.787 148.811C166.795 148.821 166.802 148.83 166.807 148.836C166.81 148.839 166.812 148.842 166.813 148.844C166.814 148.845 166.815 148.846 166.815 148.847L166.816 148.848C166.813 148.851 166.737 148.911 165.111 150.173L166.817 148.849L167.226 149.376L167.316 150.038V150.039L167.317 150.041L167.322 150.08C167.326 150.107 167.331 150.147 167.338 150.198C167.351 150.302 167.372 150.456 167.398 150.654C167.45 151.052 167.525 151.633 167.618 152.366C167.803 153.834 168.058 155.916 168.339 158.378C168.899 163.297 169.561 169.755 169.963 175.864C170.765 188.065 171.417 195.785 165.58 207.251C163.701 210.941 160.46 213.562 156.573 215.434C152.697 217.301 148.033 218.497 143.042 219.28C133.076 220.845 121.257 220.84 110.694 220.84C102.54 220.84 91.6197 220.288 82.1599 218.776C77.4381 218.022 72.9838 217.015 69.3904 215.674C65.938 214.386 62.7057 212.588 61.1892 209.89C55.3473 199.497 55.9305 188.654 56.5164 177.551C56.849 171.246 57.9605 163.966 58.9744 158.314C59.4832 155.477 59.9714 153.028 60.3328 151.287C60.5135 150.417 60.6631 149.722 60.7673 149.244C60.8195 149.005 60.8603 148.82 60.8884 148.693C60.9025 148.631 60.9133 148.582 60.9207 148.549C60.9243 148.533 60.9275 148.52 60.9294 148.512C60.9304 148.507 60.9309 148.503 60.9314 148.501L60.9324 148.498C60.9324 148.498 60.9324 148.497 63.0994 148.989L60.9324 148.497L61.0388 148.029L61.3113 147.635L63.3533 149.047C61.3947 147.693 61.315 147.637 61.3123 147.634L61.3132 147.632C61.314 147.631 61.3152 147.629 61.3162 147.628C61.3181 147.625 61.3205 147.622 61.323 147.618C61.3281 147.611 61.3349 147.602 61.3425 147.591C61.358 147.569 61.3786 147.54 61.4041 147.505C61.4548 147.435 61.5256 147.34 61.615 147.224C61.7934 146.992 62.0489 146.674 62.3728 146.307C63.0142 145.579 63.9567 144.618 65.1375 143.742Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.96573" /> <path d="M38.3289 56.2688C39.3812 47.8923 38.4906 43.2119 45.5583 40.7233C48.0644 39.841 54.2884 38.4239 56.2618 40.7233C56.7546 41.2976 56.8504 42.112 57.2081 40.7459C57.2081 33.5282 55.1009 31.0824 62.4383 25.3087C69.7757 19.535 79.2541 27.2848 79.3782 26.2971C80.1272 20.3352 86.3946 16.7121 90.4438 16.2906C93.7401 15.9475 96.315 17.6944 99.1008 19.5845L99.175 19.6348C100.923 20.8208 101.223 21.6421 102.432 23.7359C102.801 24.3743 103.986 22.7699 104 22.2957C104.041 20.9646 104.668 19.72 105.328 18.7063C110.092 11.3818 125.3 12.46 127.786 21.3162C128.53 23.9687 128.456 21.3371 130.069 20.1905C133.151 16.3525 137.33 11.9127 147.908 16.9098C151.044 19.4351 153.382 23.0252 154.915 27.3891C155.234 28.2986 154.201 30.7376 154.609 29.8227C154.902 29.1658 155.921 28.5146 156.105 27.7955C156.417 26.5761 158.789 26.0995 159.502 25.9429C167.372 24.2139 173.438 30.5509 171.327 40.6937C171.48 42.0787 173.936 40.1043 174.892 39.2411C178.456 36.0264 184.988 36.1624 188.572 38.4557C194.27 42.6698 193.684 45.7441 192.935 51.704C192.776 52.9721 192.274 54.1489 191.963 54.728C192.011 54.8576 192.116 54.9425 192.329 54.8511C198.034 52.4038 209.202 57.4588 209.346 65.123C210.62 70.1743 210.149 72.4234 209.603 73.314C212.43 72.9361 222.211 81.8951 220.871 90.8609C219.486 100.124 220.871 101.168 209.346 107.784C207.831 111.987 215.424 109.936 213.837 123.662C213.54 139.306 203.815 137.471 202.716 137.735C201.943 137.92 204.81 137.804 204.856 144.752C204.863 145.874 205.372 145.233 204.856 147.919C204.339 150.605 202.716 152.613 202.249 153.091C199.351 156.058 194.311 156.459 189.138 154.294C188.261 152.82 188.068 152.671 187.695 154.735C187.695 158.023 187.324 163.035 184.437 164.79C180.859 166.965 178.302 167.597 172.689 166.434C170.961 166.076 166.329 163.616 165.847 161.316C165.364 159.017 163.183 168.321 162.707 169.474C160.734 174.255 156.769 173.851 152.709 172.93C150.553 172.441 147.056 168.823 145.526 166.955C144.934 166.233 142.908 162.226 143.577 160.964C143.708 160.717 143.014 160.899 142.918 161.17C142.688 161.824 142.695 162.75 142.608 163.443C142.197 166.713 140.653 172.408 136.498 173.333C132.193 173.972 130.028 173.333 126.074 170.29C124.684 169.354 123.501 168.067 122.565 166.446C122.364 166.097 120.322 161.474 120.158 161.585C119.491 162.038 118.624 167.601 118.172 168.591C116.878 171.422 115.834 173.13 112.713 175.257C109.029 177.027 102.71 177.936 97.3505 167.878C97.0136 167.524 96.1674 164.696 95.5062 165.552C94.7305 166.556 94.5755 167.862 94.3434 169.241C93.0203 177.099 86.9368 180.232 83.1168 179.264C77.8814 177.939 74.296 173.333 75.8597 158.264C70.6072 171.847 56.748 170.558 53.0857 166.507C49.6672 162.725 51.2553 155.432 50.6504 155.537C47.287 158.509 44.3642 158.629 43.4124 158.495C37.1175 157.613 36.4463 155.889 35.444 153.292C33.4576 148.145 39.905 139.459 36.9095 141.419C32.9642 144 26.9142 139.9 25.1099 137.294C22.8555 133.365 23.1859 133.867 22.8555 130.836C22.6299 128.765 22.2749 124.176 24.0485 120.681C29.7464 109.452 18.3123 112.087 17.7999 112.022C13.6134 111.496 8.20015 98.49 13.415 90.5827C17.7188 81.3044 22.1955 83.5194 24.4684 81.5982C26.7126 79.7012 26.9384 78.2571 25.0705 76.8055C22.8833 75.1057 20.9576 72.5153 21.2608 68.8518C21.7587 62.8378 23.9628 58.4212 29.3556 56.7755C31.929 55.9902 35.0936 56.2688 38.3289 56.2688Z" fill="%23F7FBF8" /> <path d="M38.3289 56.2688C39.3812 47.8923 38.4906 43.2119 45.5583 40.7233C48.0644 39.841 54.2884 38.4239 56.2618 40.7233C56.7546 41.2976 56.8504 42.112 57.2081 40.7459C57.2081 33.5282 55.1009 31.0824 62.4383 25.3087C69.7757 19.535 79.2541 27.2848 79.3782 26.2971C80.1272 20.3352 86.3946 16.7121 90.4438 16.2906C93.7693 15.9445 96.3606 17.7256 99.175 19.6348C100.923 20.8208 101.223 21.6421 102.432 23.7359C102.801 24.3743 103.986 22.7699 104 22.2957C104.041 20.9646 104.668 19.72 105.328 18.7063C110.092 11.3818 125.3 12.46 127.786 21.3162C128.53 23.9687 128.456 21.3371 130.069 20.1905C133.151 16.3525 137.33 11.9127 147.908 16.9098C151.044 19.4351 153.382 23.0252 154.915 27.3891C155.234 28.2986 154.201 30.7376 154.609 29.8227C154.902 29.1658 155.921 28.5146 156.105 27.7955C156.417 26.5761 158.789 26.0995 159.502 25.9429C167.372 24.2139 173.438 30.5509 171.327 40.6937C171.48 42.0787 173.936 40.1043 174.892 39.2411C178.456 36.0264 184.988 36.1624 188.572 38.4557C194.27 42.6698 193.684 45.7441 192.935 51.704C192.636 54.0806 191.135 56.1368 191.945 54.5379C192.046 53.7298 191.67 55.1339 192.329 54.8511C198.034 52.4038 209.202 57.4589 209.346 65.123C211.863 75.1008 207.569 74.1449 209.346 73.3825C211.77 72.3428 222.256 81.5982 220.871 90.8609C219.486 100.124 220.871 101.168 209.346 107.784C207.831 111.987 215.424 109.936 213.837 123.662C213.54 139.306 203.815 137.471 202.716 137.735C201.943 137.92 204.81 137.804 204.856 144.752C204.863 145.874 205.372 145.233 204.856 147.919C204.339 150.605 202.716 152.613 202.249 153.091C199.351 156.058 194.311 156.459 189.138 154.294C188.261 152.82 188.068 152.671 187.695 154.735C187.695 158.023 187.324 163.035 184.437 164.79C180.859 166.965 178.302 167.597 172.689 166.434C170.961 166.076 166.329 163.616 165.847 161.316C165.364 159.017 163.183 168.321 162.707 169.474C160.734 174.255 156.769 173.851 152.709 172.93C150.553 172.441 147.056 168.823 145.526 166.955C144.934 166.233 142.908 162.226 143.577 160.964C143.708 160.717 143.014 160.899 142.918 161.17C142.688 161.824 142.695 162.75 142.608 163.443C142.197 166.713 140.653 172.408 136.498 173.333C132.193 173.972 130.028 173.333 126.074 170.29C124.684 169.354 123.501 168.067 122.565 166.446C122.364 166.097 120.322 161.474 120.158 161.585C119.491 162.038 118.624 167.601 118.172 168.591C116.878 171.422 115.834 173.13 112.712 175.257C109.029 177.027 102.71 177.936 97.3505 167.878C97.0137 167.524 96.1674 164.696 95.5062 165.552C94.7305 166.556 94.5755 167.862 94.3434 169.241C93.0203 177.099 86.9368 180.232 83.1168 179.264C77.8814 177.939 74.296 173.333 75.8597 158.264C70.6072 171.847 56.748 170.558 53.0857 166.507C49.6672 162.725 51.2553 155.432 50.6504 155.537C47.287 158.509 44.3642 158.629 43.4124 158.495C37.1175 157.613 36.4463 155.889 35.444 153.292C33.4576 148.145 39.905 139.459 36.9095 141.419C32.9642 144 26.9142 139.9 25.1099 137.294C22.8555 133.365 23.1859 133.867 22.8555 130.836C22.6299 128.765 22.2749 124.176 24.0485 120.681C29.7464 109.452 18.3123 112.087 17.7999 112.022C13.6134 111.496 8.20015 98.49 13.415 90.5827C17.7188 81.3044 22.1955 83.5194 24.4684 81.5982C26.7126 79.7012 26.9384 78.2571 25.0705 76.8055C22.8834 75.1057 20.9576 72.5153 21.2608 68.8518C21.7587 62.8378 23.9628 58.4212 29.3556 56.7755C31.929 55.9902 35.0936 56.2688 38.3289 56.2688Z" stroke="%23646464" stroke-width="5.03304" stroke-linecap="round" /> <path d="M69.4925 76.0895C82.8869 66.9695 100.414 62.409 117.41 63.5126C129.24 64.2808 146.226 68.8251 160.264 77.3822C174.282 85.9278 185.898 98.8422 185.656 116.459C185.431 132.791 183.464 143.676 172.823 150.228C167.7 153.382 160.766 155.4 151.563 156.813C142.333 158.23 130.59 159.07 115.707 159.727L115.585 159.732L115.464 159.725C101.825 158.996 90.7069 158.12 81.7295 156.689C72.7723 155.262 65.7469 153.255 60.4013 150.153C54.9644 146.998 51.3407 142.751 49.161 137.079C47.0206 131.51 46.3175 124.681 46.4315 116.391C46.6696 99.065 56.0656 85.2317 69.4925 76.0895Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.96573" /> <path d="M47.7171 97.2201C47.1251 100.26 44.7757 104.653 43.7058 107.527C43.9913 110.445 43.5444 113.561 41.8936 116.021C39.3519 119.81 34.7842 122.091 30.4354 123.062C23.8411 124.535 16.9387 122.144 11.7285 118.079C7.01686 114.403 5.62432 107.121 5.54631 101.505C5.45418 94.8712 7.58666 88.6212 12.7384 84.2139C18.6781 79.1325 26.0926 76.6291 33.8521 78.1545C39.854 79.3343 45.4222 83.2527 47.7643 89.0841C48.7733 91.5964 48.2117 94.6808 47.7171 97.2201Z" fill="%23E3DCB8" /> <path d="M43.7058 107.527C44.7757 104.653 47.1251 100.26 47.7171 97.22C48.2117 94.6808 48.7733 91.5964 47.7643 89.0841C45.4222 83.2527 39.854 79.3343 33.8521 78.1545C26.0926 76.6291 18.6781 79.1325 12.7384 84.2139C7.58666 88.6212 5.45418 94.8712 5.54631 101.505C5.62432 107.121 7.01686 114.403 11.7285 118.079C16.9387 122.144 23.8411 124.535 30.4354 123.062C34.7842 122.091 39.3519 119.81 41.8936 116.021C43.5444 113.561 43.9913 110.445 43.7058 107.527ZM43.7058 107.527C43.2804 103.178 39.2787 99.4762 35.4189 97.9374C33.4212 97.1409 30.1357 96.8995 28.3589 98.2394C26.8429 99.3826 25.7994 100.388 25.5463 102.222C25.3197 103.866 24.7856 106.692 27.0093 107.376C27.7273 107.597 28.2085 108.055 29.0008 108.055C29.781 108.055 30.5612 108.055 31.3415 108.055" stroke="%23646464" stroke-width="4.41044" stroke-linecap="round" /> <path d="M181.528 97.2201C182.12 100.26 184.47 104.653 185.54 107.527C185.254 110.445 185.701 113.561 187.352 116.021C189.893 119.81 194.461 122.091 198.81 123.062C205.404 124.535 212.307 122.144 217.517 118.079C222.229 114.403 223.621 107.121 223.699 101.505C223.791 94.8712 221.659 88.6212 216.507 84.2139C210.567 79.1325 203.153 76.6291 195.393 78.1545C189.391 79.3343 183.823 83.2527 181.481 89.0841C180.472 91.5964 181.034 94.6808 181.528 97.2201Z" fill="%23E3DCB8" /> <path d="M185.54 107.527C184.47 104.653 182.12 100.26 181.528 97.22C181.034 94.6808 180.472 91.5964 181.481 89.0841C183.823 83.2527 189.391 79.3343 195.393 78.1545C203.153 76.6291 210.567 79.1325 216.507 84.2139C221.659 88.6212 223.791 94.8712 223.699 101.505C223.621 107.121 222.229 114.403 217.517 118.079C212.307 122.144 205.404 124.535 198.81 123.062C194.461 122.091 189.893 119.81 187.352 116.021C185.701 113.561 185.254 110.445 185.54 107.527ZM185.54 107.527C185.965 103.178 189.967 99.4762 193.826 97.9374C195.824 97.1409 199.11 96.8995 200.886 98.2394C202.402 99.3826 203.446 100.388 203.699 102.222C203.926 103.866 204.46 106.692 202.236 107.376C201.518 107.597 201.037 108.055 200.245 108.055C199.464 108.055 198.684 108.055 197.904 108.055" stroke="%23646464" stroke-width="4.41044" stroke-linecap="round" /> <path d="M121.272 52.6128C114.649 53.883 109.104 56.5619 106.199 63.3414C103.778 68.9895 102.508 75.6416 103.776 81.5613C104.438 84.6511 107.07 89.0244 110.279 90.3139C114.963 92.1963 117.806 90.9492 120.255 89.5402C121.878 88.607 122.891 86.7173 123.543 84.9694C124.103 83.47 124.762 82.4835 123.543 79.3962C122.324 76.3089 118.526 76.9026 116.767 77.4717C114.024 78.3592 113.051 81.9246 115.492 83.5519" stroke="%23646464" stroke-width="3.2076" stroke-linecap="round" /> <path d="M109.94 129.485C110.644 129.485 112.663 130.511 113.108 129.945C113.361 129.623 113.734 129.413 114.072 129.198C114.49 128.933 114.512 128.718 114.794 128.425C115.052 128.156 115.117 127.843 115.317 127.621C115.513 127.403 115.681 127.705 115.841 127.889C116.136 128.226 116.509 128.314 116.876 128.566C117.517 129.006 118.316 129.347 119.053 129.645C119.711 129.91 120.177 129.97 120.886 129.945C121.486 129.924 121.846 129.51 122.355 129.255" stroke="%23676564" stroke-width="2.64839" stroke-linecap="round" /> <path d="M115.568 125.163C115.252 125.184 114.067 125.184 114.364 124.532C114.574 124.073 115.9 124.238 115.798 124.804C115.687 125.411 114.6 125.222 114.206 125.191C113.6 125.144 113.165 125.236 113.124 124.503C113.047 123.106 114.688 123.654 115.604 123.858C115.98 123.942 117.434 124.157 117.518 124.819C117.556 125.12 117.063 125.429 116.83 125.492C116.329 125.627 115.949 125.261 115.482 125.191C115.261 125.158 113.631 125.305 113.87 124.783C114.209 124.04 115.272 123.444 116.02 123.808C116.307 123.948 116.642 123.975 116.4 124.217C116.059 124.558 115.905 125.066 115.633 125.457C115.036 126.312 113.861 125.113 113.418 124.604C112.729 123.811 113.129 123.337 114.02 123.385C114.606 123.417 116.646 123.244 116.959 123.844C117.062 124.042 117.431 125.433 117.252 125.55C116.84 125.819 115.89 125.292 115.583 125.12C115.248 124.933 114.764 124.591 114.522 124.26C113.84 123.327 114.728 124.447 114.536 123.873" stroke="%23EE8E7E" stroke-width="1.32419" stroke-linecap="round" /> <path d="M78.952 117.449C79.5842 117.691 83.5336 118.719 83.9693 120.24C84.4338 121.861 81.0978 123.15 80.1249 123.619C78.5909 124.359 81.4324 123.154 81.4448 123.148C83.1588 122.36 84.8598 121.544 86.5944 120.802C87.1572 120.561 88.1561 120.281 87.009 119.828C85.5184 119.24 83.8795 118.978 82.3361 118.562C81.9815 118.467 80.0719 117.354 80.1892 117.371C82.0136 117.626 86.4754 119.867 86.6604 121.926C86.8225 123.73 82.0162 123.41 80.8338 123.732" stroke="%23646464" stroke-width="1.59545" stroke-linecap="round" /> <path d="M150.127 118.33C149.495 118.572 146.782 118.719 146.347 120.24C145.882 121.861 149.218 123.15 150.191 123.619C151.725 124.358 148.884 123.154 148.871 123.148C147.157 122.36 145.456 121.544 143.722 120.802C143.159 120.561 142.16 120.281 143.307 119.828C144.797 119.24 146.436 118.978 147.98 118.562C148.334 118.467 150.244 117.354 150.127 117.371C148.302 117.625 143.492 118.93 143.307 120.989C143.145 122.793 148.3 123.41 149.482 123.732" stroke="%23646464" stroke-width="1.59545" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-05 {
    width: min(18.28125vw, 234px);
    z-index: 9;
    bottom: 0;
    left: min(22.421875vw, 287px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-05 {
    width: 32.0512820513vw;
    z-index: 6;
    bottom: 50.2564102564vw;
    right: 27.9487179487vw;
  }
}
.KV--character_area .chara.chara-06 {
  aspect-ratio: 236/220;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="236" height="220" viewBox="0 0 236 220" fill="none"><path d="M139.798 189.023C141.404 190.91 141.516 192.015 143.827 192.643C147.338 193.597 150.429 192.3 153.086 191.609C172.955 186.438 179.625 179.549 191.469 165.957C202.26 153.573 208.569 138.485 210.74 128.572C214.191 112.812 212.687 99.2317 201.984 88.1988C191.063 76.9423 175.895 75.7563 162.363 81.6416C152.963 85.7299 148.663 93.5642 144.319 100.706C134.823 116.317 131.242 131.091 131.67 151.547C131.982 166.519 133.162 174.4 139.798 189.023Z" fill="%23DDC7AC" stroke="%23646464" stroke-width="4.87982" stroke-linecap="round" /> <path d="M134.211 137.895C133.73 143.137 134.156 151.264 134.156 151.264C134.156 151.264 148.747 159.545 158.99 162.356C170.138 165.416 188.439 165.373 188.439 165.373C188.439 165.373 192.308 161.267 196.723 154.838C199.98 150.095 203.158 142.873 203.158 142.873C203.158 142.873 183.428 133.063 169.902 129.405C157.156 125.958 136.472 124.339 136.472 124.339C136.472 124.339 134.663 132.972 134.211 137.895Z" fill="%23B39789" /> <path d="M152.532 91.6558C156.354 85.7406 166.287 82.4212 166.287 82.4212C166.287 82.4212 177.488 78.4679 187.089 81.4464C197.538 84.6883 203.977 92.93 203.977 92.93C203.977 92.93 211.146 102.519 211.004 110.008C210.9 115.533 209.343 123.03 209.343 123.03C209.343 123.03 203.065 107.336 177.504 101.335C155.67 96.2083 144.742 103.929 146.828 100.332C149.947 94.953 149.135 96.9115 152.532 91.6558Z" fill="%23B39789" /> <path d="M54.5649 9.53107C49.943 8.00027 42.6348 8.21896 38.4615 10.995C34.0894 13.9033 28.6305 20.3385 28.3765 25.9191C28.1936 29.9381 31.8104 35.4366 33.816 38.1598C34.5781 39.1945 35.9016 39.6028 37.1304 39.2266C39.562 38.4822 43.6723 37.1553 46.5388 35.8677C53.8818 32.5691 62.8903 25.1137 66.4814 22.0086C67.4543 21.1674 67.7953 19.821 67.1268 18.7222C65.6381 16.2748 62.0983 12.0262 54.5649 9.53107Z" fill="%23B39789" stroke="%23676564" stroke-width="4.87982" /> <path d="M142.72 9.53107C147.341 8.00027 154.65 8.21896 158.823 10.995C163.195 13.9033 168.654 20.3385 168.908 25.9191C169.091 29.9381 165.474 35.4366 163.468 38.1598C162.706 39.1945 161.383 39.6028 160.154 39.2266C157.722 38.4822 153.612 37.1553 150.746 35.8677C143.403 32.5691 134.394 25.1137 130.803 22.0086C129.83 21.1674 129.489 19.821 130.158 18.7222C131.646 16.2748 135.186 12.0262 142.72 9.53107Z" fill="%23B39789" stroke="%23676564" stroke-width="4.87982" /> <path d="M101.638 15.3334C148.189 15.9733 186.776 43.4815 186.226 83.4312C185.961 102.702 181.966 116.754 168.479 126.094C155.338 135.194 133.608 139.466 99.1126 140.988L98.9894 140.993L98.8675 140.987C67.1854 139.293 46.0527 134.43 32.914 124.787C19.5016 114.942 14.8567 100.484 15.1234 81.0791C15.6727 41.1267 55.0904 14.6936 101.638 15.3334Z" fill="%23DDC7AC" stroke="%23676564" stroke-width="5.03635" /> <path d="M68.1782 214.057L68.4224 216.563H68.4272C68.4295 216.563 68.4321 216.562 68.4351 216.562C68.4417 216.561 68.451 216.56 68.4614 216.559C68.4821 216.557 68.5099 216.554 68.5444 216.55C68.6143 216.543 68.7122 216.531 68.8335 216.515C69.0759 216.484 69.4157 216.437 69.8218 216.368C70.6257 216.232 71.7287 216.008 72.8667 215.654C73.9773 215.309 75.2711 214.795 76.3618 214.019C77.4471 213.247 78.6369 211.983 78.8257 210.113C78.959 208.793 78.5585 207.465 78.2856 206.701C78.1556 206.337 78.0209 206.017 77.9106 205.767C77.9094 205.62 77.9086 205.447 77.9067 205.251C77.9003 204.585 77.8894 203.653 77.8716 202.592C77.836 200.479 77.7722 197.818 77.6597 195.708C77.5416 193.494 77.2389 190.716 76.9722 188.53C76.8378 187.429 76.7103 186.463 76.6167 185.771C76.5699 185.425 76.5323 185.147 76.5054 184.956C76.4919 184.86 76.4814 184.785 76.4741 184.734C76.4706 184.709 76.4672 184.69 76.4653 184.676C76.4644 184.67 76.4639 184.664 76.4634 184.661C76.4632 184.659 76.4625 184.658 76.4624 184.657V184.655L76.436 184.475L76.3853 184.301L73.9702 185.014C76.265 184.337 76.3783 184.301 76.3833 184.297C76.383 184.296 76.3829 184.292 76.3823 184.291C76.3813 184.287 76.3795 184.284 76.3784 184.28C76.3762 184.273 76.3741 184.264 76.3716 184.256C76.3666 184.24 76.3611 184.223 76.355 184.205C76.3426 184.167 76.3276 184.125 76.3101 184.078C76.2749 183.983 76.229 183.869 76.1694 183.74C76.0502 183.481 75.8772 183.158 75.6313 182.794C75.1365 182.06 74.361 181.182 73.1694 180.32C70.7837 178.593 66.8649 177.023 60.4438 176.625C54.9871 176.286 51.1816 177.961 48.7183 179.856C47.5074 180.788 46.6505 181.748 46.0874 182.494C45.8053 182.867 45.5945 183.19 45.4478 183.432C45.3744 183.553 45.3167 183.655 45.2739 183.733C45.2526 183.772 45.2353 183.805 45.2212 183.833C45.2142 183.846 45.2079 183.858 45.2026 183.869C45.2 183.874 45.197 183.879 45.1948 183.883C45.1937 183.886 45.1929 183.888 45.1919 183.89C45.1914 183.891 45.1902 183.893 45.1899 183.893C45.1904 183.895 45.2392 183.921 47.4448 185.014L45.189 183.896L44.9917 184.293L44.9429 184.733V184.736C44.9427 184.737 44.9421 184.739 44.9419 184.741C44.9414 184.746 44.9409 184.753 44.9399 184.761C44.938 184.779 44.9348 184.805 44.9312 184.839C44.9237 184.906 44.9126 185.006 44.8989 185.133C44.8715 185.389 44.8325 185.759 44.7856 186.22C44.6919 187.142 44.5669 188.431 44.4409 189.898C44.1907 192.814 43.9306 196.508 43.9194 199.442C43.9084 202.327 43.8811 205.208 44.6196 207.777C45.4156 210.546 47.048 212.845 49.9937 214.809C50.7135 215.289 51.5731 215.584 52.3413 215.786C53.1471 215.997 54.0471 216.153 54.9673 216.271C56.809 216.508 58.9129 216.616 60.8618 216.659C62.8213 216.702 64.6774 216.68 66.0396 216.648C66.7215 216.632 67.2828 216.613 67.6753 216.598C67.8715 216.591 68.0262 216.584 68.1323 216.58C68.1854 216.577 68.2271 216.575 68.2554 216.574C68.2692 216.573 68.28 216.573 68.2876 216.573C68.2912 216.573 68.2942 216.572 68.2964 216.572H68.3003L68.1782 214.057ZM68.1782 214.057L68.3013 216.572L68.3608 216.569L68.4214 216.563L68.1782 214.057Z" fill="%23DDC7AC" stroke="%23676564" stroke-width="5.03635" /> <path d="M129.969 214.057L129.725 216.563H129.72C129.718 216.563 129.715 216.562 129.712 216.562C129.705 216.561 129.696 216.56 129.686 216.559C129.665 216.557 129.637 216.554 129.603 216.55C129.533 216.543 129.435 216.531 129.313 216.515C129.071 216.484 128.731 216.437 128.325 216.368C127.521 216.232 126.418 216.008 125.28 215.654C124.17 215.309 122.876 214.795 121.785 214.019C120.7 213.247 119.51 211.983 119.321 210.113C119.188 208.793 119.588 207.465 119.861 206.701C119.991 206.337 120.126 206.017 120.236 205.767C120.238 205.62 120.238 205.447 120.24 205.251C120.247 204.585 120.258 203.653 120.275 202.592C120.311 200.479 120.375 197.818 120.487 195.708C120.605 193.494 120.908 190.716 121.175 188.53C121.309 187.429 121.437 186.463 121.53 185.771C121.577 185.425 121.615 185.147 121.642 184.956C121.655 184.86 121.666 184.785 121.673 184.734C121.676 184.709 121.68 184.69 121.682 184.676C121.683 184.67 121.683 184.664 121.684 184.661C121.684 184.659 121.684 184.658 121.685 184.657V184.655L121.711 184.475L121.762 184.301L124.177 185.014C121.882 184.337 121.769 184.301 121.764 184.297C121.764 184.296 121.764 184.292 121.765 184.291C121.766 184.287 121.767 184.284 121.769 184.28C121.771 184.273 121.773 184.264 121.775 184.256C121.78 184.24 121.786 184.223 121.792 184.205C121.804 184.167 121.819 184.125 121.837 184.078C121.872 183.983 121.918 183.869 121.978 183.74C122.097 183.481 122.27 183.158 122.516 182.794C123.01 182.06 123.786 181.182 124.978 180.32C127.363 178.593 131.282 177.023 137.703 176.625C143.16 176.286 146.965 177.961 149.429 179.856C150.64 180.788 151.496 181.748 152.06 182.494C152.342 182.867 152.553 183.19 152.699 183.432C152.773 183.553 152.83 183.655 152.873 183.733C152.894 183.772 152.912 183.805 152.926 183.833C152.933 183.846 152.939 183.858 152.944 183.869C152.947 183.874 152.95 183.879 152.952 183.883C152.953 183.886 152.954 183.888 152.955 183.89C152.956 183.891 152.957 183.893 152.957 183.893C152.957 183.895 152.908 183.921 150.702 185.014L152.958 183.896L153.155 184.293L153.204 184.733V184.736C153.204 184.737 153.205 184.739 153.205 184.741C153.206 184.746 153.206 184.753 153.207 184.761C153.209 184.779 153.212 184.805 153.216 184.839C153.223 184.906 153.234 185.006 153.248 185.133C153.275 185.389 153.314 185.759 153.361 186.22C153.455 187.142 153.58 188.431 153.706 189.898C153.956 192.814 154.216 196.508 154.228 199.442C154.239 202.327 154.266 205.208 153.527 207.777C152.731 210.546 151.099 212.845 148.153 214.809C147.433 215.289 146.574 215.584 145.806 215.786C145 215.997 144.1 216.153 143.18 216.271C141.338 216.508 139.234 216.616 137.285 216.659C135.326 216.702 133.47 216.68 132.107 216.648C131.425 216.632 130.864 216.613 130.472 216.598C130.275 216.591 130.121 216.584 130.015 216.58C129.962 216.577 129.92 216.575 129.892 216.574C129.878 216.573 129.867 216.573 129.859 216.573C129.856 216.573 129.853 216.572 129.851 216.572H129.847L129.969 214.057ZM129.969 214.057L129.846 216.572L129.786 216.569L129.726 216.563L129.969 214.057Z" fill="%23DDC7AC" stroke="%23676564" stroke-width="5.03635" /> <path d="M48.5683 159.877C47.76 162.261 47.7588 162.261 47.7581 162.261L47.7564 162.26C47.7549 162.26 47.753 162.259 47.7507 162.258C47.7457 162.257 47.7382 162.254 47.7294 162.251C47.7118 162.245 47.687 162.236 47.6549 162.225C47.59 162.202 47.4956 162.17 47.3739 162.127C47.1305 162.041 46.7764 161.914 46.3251 161.748C45.4225 161.415 44.1293 160.923 42.5499 160.282C39.394 159 35.0798 157.113 30.4531 154.694C21.3369 149.927 10.4766 142.829 5.27887 133.852C3.94662 131.552 2.99319 129.474 3.00158 127.181C3.01002 124.894 3.97408 122.82 5.29772 120.528C6.88502 117.78 9.75616 116.049 12.7165 115.328C15.6946 114.604 19.0951 114.813 21.9989 116.338C23.5783 117.168 24.7462 118.557 25.4461 119.53C25.818 120.047 26.1095 120.52 26.3096 120.866L26.31 120.868C26.6042 121.069 27.0242 121.354 27.5454 121.704C28.6303 122.434 30.153 123.443 31.9023 124.558C35.4266 126.805 39.7766 129.425 43.3051 131.089C46.4004 132.55 49.3317 133.749 52.1014 134.949C54.8132 136.124 57.3921 137.308 59.5195 138.67C61.1622 139.722 62.9253 140.824 64.2521 142.273C65.7023 143.857 66.5867 145.777 66.8064 148.35C67.0335 151.011 66.7368 153.578 65.6937 155.895C64.6401 158.236 62.8946 160.165 60.4892 161.628C57.9807 163.154 54.6075 163.168 52.3533 162.995C51.139 162.902 50.0551 162.736 49.2764 162.594C48.8854 162.523 48.5664 162.457 48.3409 162.408C48.2281 162.383 48.1377 162.362 48.0737 162.347C48.0418 162.34 48.0162 162.334 47.9974 162.329C47.9879 162.327 47.9799 162.325 47.9738 162.324C47.9709 162.323 47.9685 162.322 47.9664 162.321C47.9654 162.321 47.9642 162.321 47.9634 162.321L47.9625 162.32C47.9635 162.314 47.9925 162.195 48.5683 159.877ZM48.5683 159.877L47.7594 162.261L47.8592 162.295L47.9612 162.321L48.5683 159.877Z" fill="%23DDC7AC" stroke="%23676564" stroke-width="5.03635" /> <path d="M153.848 130.894C155.494 128.989 155.495 128.99 155.496 128.99L155.497 128.991C155.498 128.992 155.5 128.994 155.502 128.995C155.506 128.999 155.512 129.004 155.519 129.01C155.533 129.022 155.552 129.04 155.578 129.062C155.63 129.108 155.705 129.173 155.801 129.259C155.994 129.43 156.275 129.681 156.63 130.005C157.341 130.653 158.354 131.596 159.576 132.785C162.016 135.161 165.303 138.533 168.678 142.517C175.328 150.365 182.716 161.03 184.151 171.303C184.519 173.936 184.62 176.22 183.749 178.342C182.88 180.456 181.206 182.015 179.117 183.64C176.611 185.588 173.299 186.111 170.286 185.663C167.254 185.213 164.183 183.738 162.067 181.232C160.916 179.869 160.357 178.142 160.075 176.977C159.925 176.358 159.834 175.81 159.779 175.414L159.779 175.413C159.582 175.115 159.3 174.694 158.949 174.173C158.219 173.088 157.188 171.58 155.988 169.888C153.569 166.479 150.525 162.415 147.883 159.544C145.566 157.026 143.302 154.81 141.188 152.656C139.118 150.547 137.175 148.479 135.717 146.416C134.591 144.823 133.373 143.138 132.69 141.296C131.942 139.282 131.846 137.171 132.611 134.705C133.403 132.154 134.645 129.887 136.483 128.134C138.341 126.362 140.684 125.232 143.464 124.782C146.362 124.313 149.492 125.571 151.515 126.58C152.605 127.123 153.547 127.685 154.215 128.11C154.55 128.323 154.821 128.504 155.011 128.635C155.107 128.7 155.182 128.753 155.236 128.791C155.263 128.81 155.284 128.825 155.3 128.837C155.308 128.842 155.315 128.847 155.32 128.851C155.322 128.852 155.324 128.855 155.326 128.856C155.326 128.857 155.328 128.857 155.328 128.857L155.329 128.858C155.326 128.864 155.254 128.963 153.848 130.894ZM153.848 130.894L155.495 128.99L155.415 128.92L155.33 128.858L153.848 130.894Z" fill="%23DDC7AC" stroke="%23676564" stroke-width="5.03635" /> <path d="M50.595 124.66C52.9351 122.924 56.7333 121.167 60.9514 123.143C74.0619 129.285 90.1488 132.068 104.859 131.904C119.67 131.738 132.556 128.593 139.551 123.401C141.437 122.001 143.565 122.196 145.194 122.783C146.787 123.356 148.271 124.41 149.455 125.409C150.67 126.433 151.73 127.537 152.477 128.369C152.853 128.788 153.158 129.148 153.371 129.406C153.478 129.535 153.561 129.639 153.62 129.712C153.65 129.749 153.674 129.778 153.691 129.799C153.699 129.81 153.705 129.819 153.71 129.826C153.713 129.829 153.715 129.831 153.717 129.833C153.718 129.835 153.718 129.836 153.719 129.836L153.72 129.837C153.72 129.838 153.721 129.839 151.806 131.326L153.721 129.838L153.931 130.11L154.062 130.427V130.428V130.429C154.062 130.43 154.063 130.431 154.064 130.432C154.065 130.435 154.066 130.44 154.069 130.445C154.073 130.455 154.079 130.47 154.087 130.49C154.103 130.529 154.127 130.588 154.157 130.664C154.219 130.816 154.309 131.039 154.423 131.326C154.652 131.899 154.979 132.729 155.376 133.761C156.169 135.824 157.242 138.698 158.363 141.944C160.582 148.375 163.063 156.48 163.83 162.62C165.685 177.461 160.205 188.89 153.226 194.035C147.06 198.579 138.142 200.713 128.409 201.772C118.608 202.839 107.534 202.853 96.7991 202.853C88.4454 202.853 77.9019 201.843 68.6125 200.092C63.9662 199.217 59.579 198.145 55.9065 196.901C52.3126 195.683 49.1135 194.206 47.0969 192.382C40.5314 186.446 35.8563 176.783 36.4954 164.67C36.8441 158.061 39.3931 149.083 41.7542 141.953C42.9488 138.345 44.1223 135.134 44.9963 132.826C45.4336 131.671 45.7965 130.74 46.051 130.096C46.1783 129.774 46.2781 129.524 46.3469 129.353C46.3813 129.268 46.4079 129.201 46.426 129.157C46.435 129.135 46.4427 129.118 46.4475 129.106C46.4498 129.1 46.4511 129.095 46.4524 129.092C46.453 129.091 46.454 129.089 46.4543 129.088V129.087L46.4553 129.086L46.5588 128.833L46.7141 128.608L48.7854 130.04C46.7144 128.608 46.7145 128.607 46.7151 128.606L46.717 128.605C46.7179 128.604 46.718 128.602 46.719 128.6C46.721 128.597 46.7242 128.594 46.7268 128.59C46.732 128.583 46.7387 128.574 46.7463 128.563C46.762 128.541 46.7822 128.511 46.8079 128.476C46.8594 128.405 46.9312 128.309 47.0217 128.191C47.2027 127.956 47.4617 127.633 47.7903 127.26C48.4408 126.522 49.3973 125.548 50.595 124.66Z" fill="%23DDC7AC" stroke="%23676564" stroke-width="5.03635" /> <path d="M183.708 83.3971C183.184 121.469 168.029 135.592 98.9982 138.651C35.7404 135.261 17.0535 119.008 17.5769 80.936C47.5421 106.954 64.3516 115.736 98.9992 117.14C135.712 118.629 158.006 113.433 183.708 83.3971Z" fill="%23DDC7AC" /> <path d="M78.5068 136.251C78.5068 136.251 101.621 126.678 122.577 134.955C133.594 139.306 135.452 147.304 136.078 149.269C139.832 161.066 137.973 172.502 133.679 179.321C126.609 190.546 120.625 191.719 102.641 191.719C84.6566 191.719 77.7235 189.344 70.4621 177.722C63.6684 166.849 64.8825 156.072 70.4621 144.891C72.7622 140.282 78.5068 136.251 78.5068 136.251Z" fill="%23F0F6F2" /> <path d="M57.1659 107.981C77.5205 107.981 78.206 101.292 97.6967 97.3935C123.301 97.3935 116.953 98.4711 128.772 102.618C140.883 106.866 148.709 104.713 153.712 102.618C166.323 97.3347 160.515 73.4629 153.712 66.6391C137.999 50.8776 91.0028 48.2852 62.3817 57.5154C41.584 64.2225 37.2607 73.7641 38.2187 85.0587C38.5826 89.3489 38.3863 93.0958 40.2205 97.3935C43.8003 105.781 47.8158 107.981 57.1659 107.981Z" fill="%23B39789" /> <path d="M101.95 93.6567C101.629 93.6781 100.428 93.6784 100.729 93.0171C100.942 92.5511 102.287 92.7191 102.183 93.2933C102.071 93.9085 100.968 93.7172 100.569 93.6858C99.9542 93.6374 99.513 93.7313 99.4717 92.988C99.393 91.5712 101.058 92.1267 101.987 92.3338C102.368 92.4187 103.843 92.637 103.928 93.3078C103.966 93.6136 103.466 93.9273 103.23 93.9911C102.722 94.1281 102.337 93.7565 101.863 93.6858C101.638 93.6523 99.9854 93.8014 100.228 93.2715C100.572 92.5178 101.65 91.9133 102.408 92.2829C102.7 92.4249 103.039 92.4518 102.794 92.6972C102.448 93.043 102.292 93.5583 102.016 93.9548C101.411 94.8228 100.219 93.6065 99.7697 93.0898C99.0709 92.2862 99.4762 91.8047 100.38 91.854C100.974 91.8864 103.043 91.711 103.361 92.3193C103.465 92.5197 103.84 93.9309 103.659 94.0493C103.24 94.3228 102.277 93.7875 101.965 93.6131C101.626 93.4236 101.135 93.0771 100.889 92.7409C100.198 91.7955 101.098 92.9311 100.904 92.3483" stroke="%23F2ACA1" stroke-width="1.34303" stroke-linecap="round" /> <path d="M69.263 91.107C67.1017 91.107 65.3005 89.8152 65.3005 92.4718C65.3005 93.5353 67.9354 96.3615 68.6466 94.431C69.929 90.9503 64.9483 90.0875 64.9483 92.2957C64.9483 93.7115 67.4858 94.7837 68.4485 93.6605C70.018 91.8295 65.6692 90.3781 65.3005 91.2831C64.5845 93.0406 69.0913 96.6069 69.5712 92.6479C69.7728 90.9846 67.4884 91.4879 66.4452 91.5032C60.1944 91.5951 68.8667 98.4205 68.8667 93.4844" stroke="%23646464" stroke-width="2.03326" stroke-linecap="round" /> <path d="M137.845 91.107C135.683 91.107 133.882 89.8152 133.882 92.4718C133.882 93.5353 136.517 96.3615 137.228 94.431C138.511 90.9503 133.53 90.0875 133.53 92.2957C133.53 93.7115 136.067 94.7837 137.03 93.6605C138.6 91.8295 134.251 90.3781 133.882 91.2831C133.166 93.0406 137.673 96.6069 138.153 92.6479C138.354 90.9846 136.07 91.4879 135.027 91.5032C128.776 91.5951 137.448 98.4205 137.448 93.4844" stroke="%23646464" stroke-width="2.03326" stroke-linecap="round" /> <path d="M97.0479 175.773C100.573 177.775 104.021 179.92 107.498 182.005" stroke="%23646464" stroke-width="4.06652" stroke-linecap="round" /> <path d="M107.149 177.136C105.515 177.768 104.202 178.996 102.519 179.587C100.886 180.16 99.2262 180.665 97.5812 181.204" stroke="%23646464" stroke-width="4.06652" stroke-linecap="round" /> <path d="M102.6 100.149C104.821 100.603 106.261 106.353 103.663 107.049C101.643 108.174 96.5741 105.493 102.6 100.149Z" fill="%23F2ACA1" stroke="%23646464" stroke-width="3.23292" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-06 {
    width: min(18.4375vw, 236px);
    z-index: 8;
    bottom: min(2.890625vw, 37px);
    right: min(32.5vw, 416px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-06 {
    width: 33.0769230769vw;
    z-index: 11;
    bottom: 4.1025641026vw;
    left: 4.358974359vw;
  }
}
.KV--character_area .chara.chara-07 {
  aspect-ratio: 189/220;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="189" height="220" viewBox="0 0 189 220" fill="none"><path d="M105.589 25.8944C149.878 26.5033 186.59 52.6739 186.067 90.6825C185.815 109.017 182.015 122.387 169.183 131.274C156.68 139.932 136.005 143.996 103.186 145.444L103.069 145.449L102.952 145.443C72.8095 143.831 52.7045 139.204 40.2041 130.029C27.4432 120.663 23.0242 106.907 23.278 88.4447C23.8007 50.4334 61.3029 25.2856 105.589 25.8944Z" fill="%23E8E5CA" stroke="%23646464" stroke-width="4.79167" /> <path d="M73.7544 214.963L73.9868 217.347H73.9907C73.993 217.346 73.9963 217.346 73.9995 217.346C74.0058 217.345 74.0141 217.345 74.0239 217.344C74.0436 217.342 74.0701 217.339 74.103 217.335C74.1695 217.328 74.2629 217.317 74.3784 217.302C74.609 217.272 74.9326 217.227 75.3188 217.161C76.0837 217.032 77.1329 216.818 78.2153 216.481C79.272 216.153 80.5028 215.665 81.5405 214.927C82.5732 214.192 83.7056 212.989 83.8853 211.21C84.012 209.954 83.6302 208.691 83.3706 207.964C83.2468 207.617 83.1191 207.313 83.0142 207.075C83.013 206.935 83.0121 206.771 83.0103 206.584C83.0041 205.95 82.994 205.064 82.9771 204.055C82.9432 202.044 82.8829 199.512 82.7759 197.505C82.6636 195.399 82.3754 192.756 82.1216 190.676C81.9938 189.628 81.8727 188.709 81.7837 188.051C81.7391 187.722 81.7028 187.457 81.6772 187.274C81.6645 187.183 81.6538 187.113 81.647 187.064C81.6435 187.04 81.641 187.021 81.6392 187.009C81.6383 187.002 81.6377 186.998 81.6372 186.994C81.637 186.993 81.6364 186.991 81.6362 186.99V186.989V186.988L81.6118 186.818L81.563 186.652L79.2651 187.33C81.5628 186.652 81.5618 186.65 81.561 186.647C81.5607 186.646 81.5605 186.644 81.5601 186.643C81.559 186.639 81.5582 186.635 81.5571 186.632C81.555 186.625 81.5526 186.618 81.5503 186.61C81.5455 186.595 81.5396 186.578 81.5337 186.561C81.5218 186.525 81.5075 186.484 81.4907 186.439C81.4573 186.35 81.4136 186.241 81.3569 186.118C81.2435 185.872 81.079 185.564 80.8452 185.218C80.3744 184.52 79.6369 183.685 78.5034 182.864C76.2336 181.221 72.5051 179.728 66.396 179.349C61.2044 179.026 57.5833 180.62 55.2397 182.423C54.0876 183.309 53.2725 184.224 52.7368 184.934C52.4686 185.289 52.2679 185.595 52.1284 185.825C52.0586 185.941 52.0041 186.038 51.9634 186.112C51.9431 186.149 51.926 186.181 51.9126 186.207C51.9059 186.22 51.9001 186.231 51.895 186.241L51.8853 186.261L51.8833 186.264C51.8826 186.265 51.8824 186.266 54.0288 187.33L51.8823 186.267L51.6948 186.645L51.6479 187.063V187.065C51.6478 187.067 51.6472 187.068 51.647 187.07C51.6465 187.075 51.6459 187.082 51.645 187.09C51.6431 187.107 51.6407 187.132 51.6372 187.164C51.6301 187.228 51.619 187.323 51.606 187.444C51.5798 187.687 51.5432 188.04 51.4985 188.479C51.4093 189.356 51.2902 190.582 51.1704 191.978C50.9324 194.751 50.685 198.266 50.6743 201.058C50.6638 203.803 50.6378 206.543 51.3403 208.987C52.0976 211.622 53.6511 213.809 56.4536 215.678C57.1385 216.134 57.9561 216.416 58.687 216.607C59.4537 216.808 60.3104 216.957 61.186 217.069C62.9383 217.294 64.9402 217.397 66.7944 217.438C68.6584 217.478 70.4234 217.458 71.7192 217.428C72.3684 217.412 72.9034 217.394 73.2769 217.38C73.4635 217.373 73.6105 217.367 73.7114 217.362C73.7618 217.36 73.8008 217.359 73.8276 217.357C73.8411 217.357 73.8516 217.357 73.8589 217.356C73.8625 217.356 73.8656 217.356 73.8677 217.355H73.8706L73.7544 214.963ZM73.7544 214.963L73.8716 217.355L73.9282 217.353L73.9858 217.347L73.7544 214.963Z" fill="%23E8E5CA" stroke="%23646464" stroke-width="4.79167" /> <path d="M132.543 214.963L132.311 217.347H132.307C132.305 217.346 132.302 217.346 132.298 217.346C132.292 217.345 132.284 217.345 132.274 217.344C132.254 217.342 132.228 217.339 132.195 217.335C132.128 217.328 132.035 217.317 131.919 217.302C131.689 217.272 131.365 217.227 130.979 217.161C130.214 217.032 129.165 216.818 128.083 216.481C127.026 216.153 125.795 215.665 124.757 214.927C123.725 214.192 122.592 212.989 122.413 211.21C122.286 209.954 122.668 208.691 122.927 207.964C123.051 207.617 123.179 207.313 123.284 207.075C123.285 206.935 123.286 206.771 123.288 206.584C123.294 205.95 123.304 205.064 123.321 204.055C123.355 202.044 123.415 199.512 123.522 197.505C123.634 195.399 123.922 192.756 124.176 190.676C124.304 189.628 124.425 188.709 124.514 188.051C124.559 187.722 124.595 187.457 124.621 187.274C124.633 187.183 124.644 187.113 124.651 187.064C124.654 187.04 124.657 187.021 124.659 187.009C124.66 187.002 124.66 186.998 124.661 186.994C124.661 186.993 124.661 186.991 124.662 186.99V186.989V186.988L124.686 186.818L124.735 186.652L127.033 187.33C124.735 186.652 124.736 186.65 124.737 186.647C124.737 186.646 124.737 186.644 124.738 186.643C124.739 186.639 124.74 186.635 124.741 186.632C124.743 186.625 124.745 186.618 124.748 186.61C124.752 186.595 124.758 186.578 124.764 186.561C124.776 186.525 124.79 186.484 124.807 186.439C124.841 186.35 124.884 186.241 124.941 186.118C125.054 185.872 125.219 185.564 125.453 185.218C125.923 184.52 126.661 183.685 127.794 182.864C130.064 181.221 133.793 179.728 139.902 179.349C145.093 179.026 148.715 180.62 151.058 182.423C152.21 183.309 153.025 184.224 153.561 184.934C153.829 185.289 154.03 185.595 154.169 185.825C154.239 185.941 154.294 186.038 154.334 186.112C154.355 186.149 154.372 186.181 154.385 186.207C154.392 186.22 154.398 186.231 154.403 186.241L154.413 186.261L154.415 186.264C154.415 186.265 154.415 186.266 152.269 187.33L154.416 186.267L154.603 186.645L154.65 187.063V187.065C154.65 187.067 154.651 187.068 154.651 187.07C154.651 187.075 154.652 187.082 154.653 187.09C154.655 187.107 154.657 187.132 154.661 187.164C154.668 187.228 154.679 187.323 154.692 187.444C154.718 187.687 154.755 188.04 154.799 188.479C154.889 189.356 155.008 190.582 155.127 191.978C155.365 194.751 155.613 198.266 155.624 201.058C155.634 203.803 155.66 206.543 154.958 208.987C154.2 211.622 152.647 213.809 149.844 215.678C149.159 216.134 148.342 216.416 147.611 216.607C146.844 216.808 145.987 216.957 145.112 217.069C143.36 217.294 141.358 217.397 139.503 217.438C137.639 217.478 135.874 217.458 134.579 217.428C133.929 217.412 133.394 217.394 133.021 217.38C132.834 217.373 132.687 217.367 132.586 217.362C132.536 217.36 132.497 217.359 132.47 217.357C132.457 217.357 132.446 217.357 132.439 217.356C132.435 217.356 132.432 217.356 132.43 217.355H132.427L132.543 214.963ZM132.543 214.963L132.426 217.355L132.37 217.353L132.312 217.347L132.543 214.963Z" fill="%23E8E5CA" stroke="%23646464" stroke-width="4.79167" /> <path d="M57.3972 132.233C55.8828 130.482 55.8318 130.423 55.8296 130.422L55.8283 130.423C55.8272 130.424 55.8255 130.425 55.8238 130.427L55.7508 130.49C55.7017 130.533 55.6304 130.596 55.5385 130.677C55.3548 130.84 55.088 131.079 54.7498 131.387C54.0734 132.003 53.1095 132.9 51.9472 134.032C49.6249 136.292 46.4992 139.501 43.2879 143.291C36.9606 150.758 29.9308 160.905 28.5655 170.679C28.2155 173.184 28.12 175.357 28.949 177.375C29.7755 179.388 31.3683 180.87 33.3563 182.417C35.74 184.271 38.8904 184.767 41.7576 184.341C44.6422 183.913 47.5648 182.51 49.5779 180.126C50.6728 178.829 51.204 177.186 51.4723 176.077C51.6148 175.488 51.7021 174.967 51.7544 174.591L51.7543 174.589C51.9415 174.306 52.2098 173.905 52.5437 173.409C53.2386 172.377 54.2196 170.943 55.3618 169.333C57.6631 166.09 60.5584 162.222 63.0721 159.49C65.277 157.094 67.4301 154.987 69.4414 152.937C71.4107 150.931 73.2599 148.964 74.6469 147.001C75.7179 145.485 76.8771 143.882 77.5275 142.129C78.2383 140.214 78.3299 138.204 77.6017 135.858C76.8484 133.431 75.6669 131.275 73.9174 129.607C72.1502 127.921 69.9214 126.846 67.277 126.418C64.5194 125.972 61.5406 127.168 59.6157 128.128C58.579 128.645 57.6835 129.18 57.0481 129.584C56.7288 129.787 56.471 129.96 56.2899 130.084C56.1993 130.146 56.1273 130.196 56.0763 130.232C56.0507 130.25 56.0301 130.265 56.0151 130.276C56.0078 130.281 56.002 130.286 55.9973 130.289C55.9949 130.291 55.9924 130.292 55.9907 130.294C55.9899 130.294 55.9887 130.295 55.9881 130.295L55.9874 130.296C55.9872 130.297 56.0047 130.322 57.3972 132.233ZM57.3972 132.233L55.8302 130.421L55.9059 130.356L55.9868 130.297L57.3972 132.233Z" fill="%23E8E5CA" stroke="%23646464" stroke-width="4.79167" /> <path d="M150.4 132.233C151.915 130.482 151.966 130.423 151.968 130.422L151.969 130.423C151.97 130.424 151.972 130.425 151.974 130.427L152.047 130.49C152.096 130.533 152.167 130.596 152.259 130.677C152.443 130.84 152.709 131.079 153.048 131.387C153.724 132.003 154.688 132.9 155.85 134.032C158.172 136.292 161.298 139.501 164.509 143.291C170.837 150.758 177.867 160.905 179.232 170.679C179.582 173.184 179.677 175.357 178.848 177.375C178.022 179.388 176.429 180.871 174.441 182.417C172.057 184.271 168.907 184.767 166.04 184.341C163.155 183.913 160.233 182.51 158.219 180.126C157.125 178.829 156.593 177.186 156.325 176.077C156.183 175.488 156.095 174.967 156.043 174.591L156.043 174.589C155.856 174.306 155.588 173.905 155.254 173.409C154.559 172.377 153.578 170.943 152.436 169.333C150.134 166.09 147.239 162.222 144.725 159.49C142.52 157.094 140.367 154.987 138.356 152.937C136.387 150.931 134.537 148.964 133.15 147.001C132.079 145.485 130.92 143.882 130.27 142.129C129.559 140.214 129.467 138.204 130.196 135.858C130.949 133.431 132.13 131.275 133.88 129.607C135.647 127.921 137.876 126.846 140.52 126.418C143.278 125.972 146.257 127.168 148.182 128.128C149.218 128.645 150.114 129.18 150.749 129.584C151.069 129.787 151.326 129.96 151.507 130.084C151.598 130.146 151.67 130.196 151.721 130.232C151.747 130.25 151.767 130.265 151.782 130.276C151.79 130.281 151.795 130.286 151.8 130.289C151.802 130.291 151.805 130.292 151.807 130.294C151.807 130.294 151.809 130.295 151.809 130.295L151.81 130.296C151.81 130.297 151.793 130.322 150.4 132.233ZM150.4 132.233L151.967 130.421L151.891 130.356L151.811 130.297L150.4 132.233Z" fill="%23E8E5CA" stroke="%23646464" stroke-width="4.79167" /> <path d="M57.0251 129.909C59.2516 128.258 62.8654 126.586 66.8787 128.466C79.3522 134.309 94.6579 136.957 108.653 136.801C122.744 136.643 135.005 133.651 141.66 128.711C143.455 127.379 145.478 127.565 147.028 128.123C148.544 128.669 149.956 129.672 151.083 130.622C152.238 131.596 153.247 132.646 153.958 133.438C154.316 133.837 154.606 134.179 154.808 134.424C154.91 134.546 154.99 134.646 155.046 134.716L155.132 134.823C155.134 134.826 155.136 134.829 155.137 134.831C155.138 134.832 155.139 134.833 155.139 134.834L155.14 134.835C155.141 134.835 155.141 134.837 153.336 136.238L155.14 134.836L155.536 135.346L155.623 135.984V135.987C155.623 135.989 155.623 135.992 155.624 135.995C155.625 136.002 155.626 136.012 155.628 136.024C155.631 136.05 155.637 136.089 155.643 136.139C155.657 136.239 155.676 136.387 155.701 136.578C155.751 136.962 155.824 137.522 155.914 138.23C156.093 139.647 156.339 141.656 156.609 144.032C157.149 148.779 157.789 155.01 158.177 160.905C158.951 172.679 159.58 180.127 153.947 191.191C152.134 194.752 149.006 197.28 145.256 199.087C141.515 200.888 137.015 202.042 132.199 202.799C122.583 204.309 111.176 204.304 100.984 204.304C93.1164 204.304 82.579 203.772 73.4509 202.313C68.8945 201.586 64.5962 200.613 61.1287 199.319C57.7975 198.076 54.6789 196.341 53.2156 193.738C47.5783 183.71 48.1415 173.246 48.7068 162.532C49.0278 156.448 50.0995 149.424 51.0779 143.97C51.5689 141.232 52.0407 138.869 52.3894 137.189C52.5638 136.349 52.7077 135.679 52.8083 135.218C52.8587 134.987 52.8984 134.808 52.9255 134.687C52.939 134.626 52.9497 134.58 52.9568 134.548C52.9604 134.532 52.9627 134.519 52.9646 134.511C52.9655 134.507 52.966 134.503 52.9666 134.501L52.9675 134.498V134.497L53.0701 134.046L53.3337 133.665L55.3044 135.027C53.4536 133.748 53.3411 133.669 53.3347 133.664L53.3376 133.658C53.3395 133.655 53.342 133.652 53.3445 133.648C53.3495 133.641 53.3557 133.632 53.363 133.622C53.3779 133.601 53.3982 133.574 53.4226 133.54C53.4716 133.473 53.5396 133.381 53.6257 133.269C53.7979 133.045 54.0446 132.738 54.3572 132.383C54.9761 131.68 55.886 130.754 57.0251 129.909Z" fill="%23E8E5CA" stroke="%23646464" stroke-width="4.79167" /> <path d="M183.672 90.6511C183.174 126.873 168.754 140.31 103.078 143.22C42.8931 139.995 25.1141 124.532 25.6121 88.3096C54.1214 113.063 70.1143 121.418 103.079 122.755C138.007 124.171 159.219 119.227 183.672 90.6511Z" fill="%23E8E5CA" /> <path d="M82.0473 131.685C82.0473 131.685 103.114 128.989 123.671 131.685C128.08 132.264 132.589 132.724 134.459 135.33C138.031 140.306 132.316 145.972 127.097 149.178C121.994 152.312 113.938 154.997 105.009 155.082C95.7509 155.17 88.2435 152.531 82.0473 149.178C76.6124 146.237 70.795 140.353 74.3933 135.33C76.321 132.638 82.0473 131.685 82.0473 131.685Z" fill="%23F0F6F2" /> <path d="M101.964 111.119C102.798 111.708 103.881 112.037 104.871 111.515C105.282 111.298 105.49 111.136 105.871 110.7C106.106 110.432 106.227 110.204 106.455 109.9C106.665 109.621 106.871 109.206 107.032 108.976C107.19 108.752 107.438 109.188 107.6 109.35C107.896 109.648 107.996 109.65 108.35 109.86C108.97 110.227 109.574 110.826 110.335 111.007C111.043 111.176 111.395 111.085 112.045 110.848C112.575 110.655 112.929 110.346 113.367 110.059" stroke="%23676564" stroke-width="2.55556" stroke-linecap="round" /> <path d="M106.674 104.619C106.372 104.667 105.234 104.773 105.461 104.12C105.621 103.66 106.911 103.701 106.863 104.254C106.811 104.846 105.749 104.762 105.368 104.768C104.781 104.776 104.372 104.904 104.267 104.203C104.068 102.868 105.694 103.248 106.592 103.362C106.961 103.409 108.377 103.486 108.516 104.114C108.58 104.4 108.134 104.741 107.916 104.823C107.447 104.997 107.049 104.679 106.594 104.654C106.378 104.642 104.825 104.929 105.008 104.405C105.268 103.661 106.236 102.993 106.987 103.277C107.276 103.386 107.599 103.381 107.388 103.635C107.091 103.993 106.989 104.495 106.762 104.895C106.266 105.771 105.03 104.723 104.558 104.273C103.826 103.574 104.167 103.082 105.028 103.049C105.593 103.027 107.538 102.679 107.892 103.227C108.009 103.408 108.488 104.712 108.327 104.84C107.955 105.136 106.995 104.714 106.684 104.576C106.346 104.426 105.851 104.141 105.588 103.844C104.85 103.01 105.803 104.006 105.567 103.471" stroke="%23646464" stroke-width="1.27778" stroke-linecap="round" /> <path d="M76.3993 96.1849C73.4278 96.1849 70.9515 94.4008 70.9515 98.07C70.9515 99.5388 74.5741 103.442 75.5519 100.776C77.3149 95.9685 70.4673 94.7769 70.4673 97.8267C70.4673 99.7822 73.956 101.263 75.2795 99.7118C77.4373 97.1828 71.4584 95.1782 70.9515 96.4281C69.967 98.8556 76.1633 103.781 76.823 98.3132C77.1002 96.0158 73.9595 96.711 72.5253 96.7322C63.9314 96.8591 75.8545 106.286 75.8545 99.4686" stroke="%23646464" stroke-width="1.93448" stroke-linecap="round" /> <path d="M141.315 91.0532C138.313 91.0532 135.811 89.2691 135.811 92.9382C135.811 94.407 139.471 98.3105 140.459 95.6442C142.241 90.8368 135.322 89.6451 135.322 92.695C135.322 94.6504 138.847 96.1313 140.184 94.5801C142.364 92.0511 136.323 90.0465 135.811 91.2964C134.816 93.7239 141.077 98.6495 141.743 93.1815C142.024 90.8841 138.85 91.5793 137.401 91.6004C128.718 91.7274 140.765 101.154 140.765 94.3368" stroke="%23646464" stroke-width="1.93448" stroke-linecap="round" /> <path d="M40.4536 34.4397C44.0796 36.3511 49.6369 42.6042 50.5108 46.9736L35.9248 61.2114C38.091 65.5438 34.4732 69.8131 30.8213 72.7887C28.7019 74.5155 26.4466 74.7436 23.8037 74.7121C20.9836 74.6786 17.9897 74.5041 15.2683 73.7654C12.0745 72.8985 8.16436 72.1862 5.93653 69.5128C2.5461 65.4443 2.36976 59.3688 3.99805 54.5158C5.46726 50.137 8.07277 45.9212 10.8654 42.2989C14.6641 37.3716 19.042 32.9597 25.3665 31.6447C30.4075 30.5966 36.0026 32.0935 40.4536 34.4397Z" fill="%23E8E5CA" /> <path d="M49.59 44.1472C48.7161 39.7777 44.0796 36.3511 40.4536 34.4397C36.0026 32.0935 30.4075 30.5966 25.3665 31.6447C19.042 32.9597 14.6641 37.3716 10.8654 42.2989C8.07277 45.9212 5.46726 50.137 3.99805 54.5158C2.36976 59.3688 2.5461 65.4443 5.93653 69.5128C8.16436 72.1862 12.0745 72.8985 15.2683 73.7654C17.9897 74.5041 20.9836 74.6786 23.8036 74.7121C26.4466 74.7436 28.7019 74.5155 30.8213 72.7887C34.4732 69.8131 36.8794 64.9792 34.7133 60.6468" stroke="%23646464" stroke-width="4.64275" stroke-linecap="round" /> <path d="M134.933 34.0037C134.775 38.0996 137.412 46.0389 140.759 48.9804L160.382 43.4675C163.051 47.5096 168.557 46.5111 172.96 44.8363C175.515 43.8644 176.841 42.0252 178.135 39.7206C179.516 37.2616 180.862 34.5816 181.583 31.8554C182.429 28.6561 183.767 24.9136 182.566 21.6476C180.737 16.6771 175.564 13.4866 170.547 12.4703C166.02 11.5533 161.066 11.7018 156.533 12.3091C150.367 13.1352 144.357 14.7207 140.056 19.5403C136.628 23.3819 135.126 28.9758 134.933 34.0037Z" fill="%23E8E5CA" /> <path d="M134.933 34.0037C135.126 28.9758 136.628 23.3819 140.056 19.5403C144.357 14.7207 150.367 13.1352 156.533 12.3091C161.066 11.7018 166.02 11.5533 170.547 12.4703C175.564 13.4866 180.737 16.6771 182.566 21.6476C183.767 24.9136 182.429 28.6561 181.583 31.8554C180.862 34.5816 179.516 37.2616 178.135 39.7206C176.841 42.0252 175.515 43.8643 172.96 44.8363C168.557 46.5111 163.168 46.1781 160.499 42.136" stroke="%23646464" stroke-width="4.64275" stroke-linecap="round" /> <path d="M82.4856 89.3128C82.1776 90.9508 79.738 92.5361 76.3991 91.9084C73.0601 91.2807 70.8386 88.819 71.1465 87.181C71.4545 85.543 74.3969 84.1703 77.7359 84.798C81.0748 85.4258 82.7935 87.6748 82.4856 89.3128Z" fill="%23F0F6F2" /> <path d="M138.704 81.3964C139.201 82.9872 137.791 85.5323 134.548 86.5456C131.306 87.5589 128.188 86.4283 127.691 84.8375C127.194 83.2467 129.148 80.6532 132.391 79.6399C135.633 78.6266 138.207 79.8055 138.704 81.3964Z" fill="%23F0F6F2" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-07 {
    width: min(14.765625vw, 189px);
    z-index: 7;
    bottom: min(1.71875vw, 22px);
    left: min(10vw, 128px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-07 {
    width: 25.8974358974vw;
    z-index: 5;
    bottom: 33.0769230769vw;
    left: 19.2307692308vw;
  }
}
.KV--character_area .chara.chara-08 {
  aspect-ratio: 182/182;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="182" height="182" viewBox="0 0 182 182" fill="none"><path d="M20.4376 74.6503C68.5722 61.0254 75.9648 105.356 73.6443 129.224C73.5128 140.363 84.8328 151.799 78.9899 156.201C64.0721 167.439 48.0127 149.55 44.3661 137.989C42.9984 136.622 36.6584 140.164 27.7079 135.565C-10.8298 109.21 2.9693 79.5948 20.4376 74.6503Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.97259" /> <path d="M146.05 12.9096C149.713 8.97373 153.8 3.02122 155.737 4.29469C157.767 5.6288 158.518 13.7247 156.852 20.0847C155.519 25.1763 151.475 34.336 149.953 37.7051C149.579 38.5316 148.92 39.0993 148.13 39.2498C146.708 39.5206 144.374 39.8893 142.857 39.7352C139.428 39.3868 136.174 35.9589 134.449 33.8096C133.633 32.7924 133.491 31.3299 134.055 30.197C135.693 26.9095 139.626 19.811 146.05 12.9096Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.81938" /> <path d="M88.0182 12.9096C84.3549 8.97373 80.2682 3.02122 78.3306 4.29469C76.3008 5.6288 75.5505 13.7247 77.2158 20.0847C78.549 25.1763 82.5934 34.336 84.1155 37.7051C84.489 38.5316 85.1481 39.0993 85.9383 39.2498C87.3602 39.5206 89.6944 39.8893 91.2111 39.7352C94.6404 39.3868 97.8936 35.9589 99.6187 33.8096C100.435 32.7924 100.577 31.3299 100.013 30.197C98.375 26.9095 94.4416 19.811 88.0182 12.9096Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.81938" /> <path d="M114.952 25.2775C79.4435 25.7657 64.6229 53.124 59.8092 69.8249C55.4012 72.1026 53.2538 76.6017 53.239 81.6722C53.2232 87.1029 55.5939 93.3453 60.2049 99.1786C69.4837 110.917 88.0764 121.38 116.952 121.38C143.32 121.38 161.955 111.331 171.705 99.8932C176.552 94.2062 179.318 88.0271 179.499 82.4846C179.674 77.1617 177.425 72.4688 172.604 69.8516C168.444 56.5505 163.096 45.3162 154.291 37.443C145.183 29.2985 132.706 25.0336 114.952 25.2775Z" fill="%23F7FBF8" stroke="%23676564" stroke-width="4.97397" /> <path d="M155.297 149.695C153.33 148.182 150.317 146.869 146.045 147.134C141.117 147.44 138.04 148.649 136.125 150.035C135.168 150.727 134.535 151.441 134.124 152.051C133.919 152.354 133.773 152.626 133.67 152.849C133.619 152.96 133.579 153.059 133.547 153.144C133.532 153.186 133.518 153.225 133.506 153.26C133.501 153.277 133.496 153.293 133.491 153.309C133.488 153.316 133.486 153.324 133.484 153.331C133.483 153.335 133.482 153.338 133.481 153.342C133.48 153.344 133.479 153.346 133.479 153.347C133.478 153.349 133.493 153.356 135.863 154.056L133.478 153.352L133.427 153.524L133.401 153.7V153.701V153.705C133.4 153.708 133.4 153.712 133.399 153.717C133.397 153.727 133.396 153.743 133.393 153.762C133.388 153.801 133.379 153.858 133.369 153.931C133.348 154.076 133.319 154.287 133.284 154.549C133.213 155.073 133.116 155.807 133.014 156.642C132.812 158.296 132.582 160.411 132.492 162.104C132.406 163.709 132.357 165.728 132.331 167.326C132.317 168.13 132.309 168.835 132.304 169.339C132.303 169.438 132.303 169.529 132.302 169.611C132.225 169.791 132.137 170.005 132.052 170.243C131.841 170.836 131.498 171.943 131.613 173.076C131.779 174.724 132.826 175.811 133.717 176.445C134.614 177.083 135.657 177.493 136.523 177.762C137.416 178.039 138.276 178.215 138.899 178.32C139.215 178.374 139.48 178.41 139.669 178.435C139.764 178.447 139.841 178.456 139.897 178.462C139.925 178.465 139.947 178.468 139.964 178.47C139.973 178.471 139.98 178.471 139.986 178.472C139.989 178.472 139.992 178.473 139.994 178.473H139.998C139.998 178.469 140.008 178.377 140.239 175.997L139.999 178.473L140.058 178.479L140.118 178.482H140.121C140.122 178.482 140.125 178.482 140.128 178.483C140.134 178.483 140.143 178.483 140.154 178.484C140.176 178.485 140.207 178.486 140.248 178.487C140.329 178.491 140.447 178.496 140.596 178.502C140.895 178.513 141.322 178.527 141.84 178.539C142.875 178.564 144.287 178.58 145.779 178.547C147.26 178.514 148.873 178.433 150.293 178.25C151.003 178.159 151.711 178.037 152.352 177.869C152.956 177.711 153.678 177.467 154.301 177.052C156.633 175.497 157.957 173.649 158.599 171.414C159.185 169.377 159.158 167.11 159.15 164.954C159.141 162.712 158.944 159.901 158.754 157.695C158.659 156.583 158.565 155.607 158.494 154.908C158.458 154.559 158.428 154.277 158.407 154.083C158.396 153.986 158.389 153.911 158.383 153.859C158.38 153.834 158.378 153.814 158.376 153.8C158.376 153.793 158.375 153.788 158.375 153.784C158.374 153.783 158.375 153.781 158.375 153.78L158.374 153.779V153.778L158.325 153.344L158.13 152.951L155.903 154.056C158.131 152.952 158.13 152.95 158.129 152.948L158.128 152.945C158.127 152.944 158.126 152.942 158.125 152.94C158.122 152.935 158.12 152.931 158.118 152.926C158.113 152.916 158.107 152.906 158.101 152.894C158.089 152.87 158.073 152.841 158.055 152.808C158.019 152.741 157.971 152.657 157.911 152.558C157.79 152.359 157.62 152.099 157.394 151.8C156.943 151.202 156.26 150.436 155.297 149.695Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.97397" /> <path d="M78.4971 149.695C80.4641 148.182 83.4779 146.869 87.749 147.134C92.6779 147.44 95.7546 148.649 97.6699 150.035C98.6261 150.727 99.2592 151.441 99.6709 152.051C99.8752 152.354 100.021 152.626 100.124 152.849C100.175 152.96 100.216 153.059 100.247 153.144C100.263 153.186 100.277 153.225 100.288 153.26C100.294 153.277 100.299 153.293 100.304 153.309C100.306 153.316 100.308 153.324 100.311 153.331C100.312 153.335 100.312 153.338 100.313 153.342C100.314 153.344 100.315 153.346 100.315 153.347C100.316 153.349 100.302 153.356 97.9316 154.056L100.316 153.352L100.367 153.524L100.394 153.7V153.701V153.705C100.394 153.708 100.395 153.712 100.396 153.717C100.397 153.727 100.399 153.743 100.401 153.762C100.407 153.801 100.416 153.858 100.426 153.931C100.446 154.076 100.475 154.287 100.511 154.549C100.582 155.073 100.678 155.807 100.78 156.642C100.982 158.296 101.212 160.411 101.303 162.104C101.388 163.709 101.437 165.728 101.464 167.326C101.477 168.13 101.485 168.835 101.49 169.339C101.491 169.438 101.491 169.529 101.492 169.611C101.569 169.791 101.657 170.005 101.742 170.243C101.954 170.836 102.296 171.943 102.182 173.076C102.015 174.724 100.968 175.811 100.077 176.445C99.1809 177.083 98.1371 177.493 97.2715 177.762C96.3789 178.039 95.5186 178.215 94.8955 178.32C94.5799 178.374 94.3147 178.41 94.125 178.435C94.0301 178.447 93.9532 178.456 93.8975 178.462C93.8697 178.465 93.8471 178.468 93.8301 178.47C93.8216 178.471 93.8143 178.471 93.8086 178.472C93.8057 178.472 93.8029 178.473 93.8008 178.473H93.7969C93.796 178.469 93.7863 178.377 93.5557 175.997L93.7959 178.473L93.7363 178.479L93.6768 178.482H93.6738C93.6721 178.482 93.669 178.482 93.666 178.483C93.66 178.483 93.6513 178.483 93.6406 178.484C93.6188 178.485 93.5873 178.486 93.5469 178.487C93.4656 178.491 93.3478 178.496 93.1982 178.502C92.8994 178.513 92.4725 178.527 91.9541 178.539C90.9194 178.564 89.5076 178.58 88.0156 178.547C86.5341 178.514 84.9217 178.433 83.501 178.25C82.7911 178.159 82.0838 178.037 81.4424 177.869C80.8382 177.711 80.1164 177.467 79.4932 177.052C77.1614 175.497 75.8377 173.649 75.1953 171.414C74.6098 169.377 74.6363 167.11 74.6445 164.954C74.6531 162.712 74.8508 159.901 75.04 157.695C75.1355 156.583 75.2297 155.607 75.3008 154.908C75.3363 154.559 75.3668 154.277 75.3877 154.083C75.3981 153.986 75.4055 153.911 75.4111 153.859C75.414 153.834 75.4165 153.814 75.418 153.8C75.4187 153.793 75.4195 153.788 75.4199 153.784C75.4201 153.783 75.4198 153.781 75.4199 153.78L75.4209 153.779V153.778L75.4697 153.344L75.6641 152.951L77.8916 154.056C75.6635 152.952 75.6644 152.95 75.665 152.948L75.666 152.945C75.667 152.944 75.6689 152.942 75.6699 152.94C75.672 152.935 75.6744 152.931 75.6768 152.926C75.6816 152.916 75.6872 152.906 75.6934 152.894C75.7059 152.87 75.7211 152.841 75.7393 152.808C75.7756 152.741 75.8236 152.657 75.8838 152.558C76.0039 152.359 76.1742 152.099 76.4004 151.8C76.8517 151.202 77.534 150.436 78.4971 149.695Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.97397" /> <path d="M152.621 110.215C154.217 108.369 154.247 108.335 154.248 108.334L154.249 108.336C154.25 108.337 154.252 108.338 154.253 108.339C154.257 108.342 154.262 108.345 154.267 108.35C154.278 108.36 154.293 108.374 154.313 108.392C154.353 108.426 154.411 108.476 154.485 108.542C154.632 108.673 154.846 108.865 155.117 109.111C155.658 109.605 156.428 110.322 157.356 111.225C159.21 113.029 161.706 115.591 164.271 118.618C169.302 124.555 174.984 132.724 176.094 140.663C176.373 142.667 176.473 144.528 175.751 146.284C175.033 148.034 173.659 149.291 172.07 150.526C170.02 152.12 167.345 152.526 164.954 152.171C162.545 151.813 160.088 150.641 158.384 148.622C157.426 147.488 156.978 146.077 156.758 145.168C156.656 144.747 156.59 144.367 156.545 144.07C156.403 143.855 156.217 143.574 155.991 143.238C155.441 142.422 154.664 141.287 153.76 140.013C151.936 137.441 149.654 134.395 147.685 132.255C145.942 130.362 144.247 128.704 142.639 127.066C141.076 125.472 139.577 123.88 138.446 122.279C137.609 121.094 136.637 119.755 136.088 118.277C135.477 116.63 135.403 114.901 136.018 112.92C136.638 110.923 137.621 109.116 139.099 107.706C140.595 106.279 142.476 105.378 144.682 105.021C147.069 104.634 149.582 105.665 151.12 106.432C151.966 106.854 152.695 107.289 153.212 107.618C153.472 107.783 153.682 107.925 153.831 108.027C153.905 108.078 153.965 108.118 154.007 108.149C154.029 108.164 154.046 108.177 154.059 108.186C154.066 108.191 154.071 108.194 154.075 108.197C154.077 108.199 154.079 108.201 154.08 108.202L154.083 108.203L154.084 108.204C154.084 108.204 154.085 108.205 152.621 110.215ZM152.621 110.215L154.248 108.334L154.169 108.266L154.085 108.204L152.621 110.215Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.97397" /> <path d="M80.3928 110.215C78.7971 108.369 78.7666 108.335 78.7655 108.334L78.7643 108.336C78.7633 108.337 78.7618 108.338 78.7603 108.339C78.7571 108.342 78.7521 108.345 78.7466 108.35C78.7356 108.36 78.7204 108.374 78.7004 108.392C78.6606 108.426 78.6028 108.476 78.5291 108.542C78.3813 108.673 78.1672 108.865 77.8965 109.111C77.3553 109.605 76.5852 110.322 75.6573 111.225C73.8036 113.029 71.3077 115.591 68.7427 118.618C63.7114 124.555 58.0293 132.724 56.9201 140.663C56.6402 142.667 56.5409 144.528 57.2623 146.284C57.9811 148.034 59.3551 149.291 60.9433 150.526C62.9934 152.12 65.6688 152.526 68.0596 152.171C70.4684 151.813 72.9258 150.641 74.6298 148.622C75.5874 147.488 76.0361 146.077 76.2561 145.168C76.3581 144.747 76.4237 144.367 76.4685 144.07C76.6105 143.855 76.7968 143.574 77.0228 143.238C77.5726 142.422 78.3495 141.287 79.2533 140.013C81.0781 137.441 83.3592 134.395 85.3289 132.255C87.0713 130.362 88.7668 128.704 90.3742 127.066C91.9381 125.472 93.4365 123.88 94.5679 122.279C95.4048 121.094 96.3769 119.755 96.9253 118.277C97.5367 116.63 97.6102 114.901 96.9954 112.92C96.3754 110.923 95.3927 109.116 93.9147 107.706C92.4185 106.279 90.5373 105.378 88.3317 105.021C85.9443 104.634 83.4315 105.665 81.8937 106.432C81.0477 106.854 80.3183 107.289 79.8016 107.618C79.5417 107.783 79.3318 107.925 79.183 108.027C79.1087 108.078 79.049 108.118 79.0063 108.149C78.9849 108.164 78.9673 108.177 78.9543 108.186C78.9481 108.191 78.9426 108.194 78.9384 108.197C78.9365 108.199 78.9348 108.201 78.9332 108.202L78.9306 108.203L78.9299 108.204C78.9295 108.204 78.9288 108.205 80.3928 110.215ZM80.3928 110.215L78.7662 108.334L78.8451 108.266L78.9286 108.204L80.3928 110.215Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.97397" /> <path d="M153.872 107.989C152.031 106.624 148.924 105.156 145.451 106.783C135.641 111.378 123.579 113.47 112.534 113.347C101.389 113.222 91.802 110.851 86.6646 107.038L86.355 106.826C84.7971 105.846 83.1071 106.04 81.856 106.49C80.5565 106.958 79.3734 107.805 78.4575 108.577C77.5119 109.374 76.6905 110.23 76.1157 110.87C75.8251 111.194 75.5903 111.472 75.4253 111.672C75.3429 111.772 75.2773 111.852 75.231 111.91C75.2077 111.939 75.1888 111.963 75.1753 111.98C75.1686 111.989 75.1629 111.996 75.1587 112.001C75.1567 112.004 75.1552 112.006 75.1538 112.008C75.1531 112.009 75.1515 112.01 75.1509 112.011V112.012C75.1551 112.016 75.2443 112.086 77.022 113.466L75.1499 112.013L74.9419 112.28L74.813 112.594V112.595V112.596L74.812 112.598C74.8111 112.6 74.8097 112.603 74.8081 112.607C74.8048 112.616 74.7997 112.627 74.7935 112.643C74.7811 112.673 74.7632 112.718 74.7397 112.775C74.6929 112.891 74.6244 113.061 74.5376 113.278C74.3641 113.714 74.1156 114.343 73.8149 115.125C73.2139 116.688 72.4013 118.866 71.5522 121.326C69.8747 126.187 67.9822 132.36 67.394 137.064C65.9716 148.444 70.1635 157.306 75.6392 161.342C80.4276 164.871 87.2959 166.495 94.6704 167.298C102.113 168.108 110.512 168.118 118.616 168.118C124.966 168.118 132.968 167.351 140.019 166.022C143.546 165.358 146.889 164.542 149.698 163.59C152.429 162.664 154.942 161.518 156.558 160.057C161.651 155.452 165.251 147.979 164.759 138.655C164.491 133.575 162.541 126.725 160.757 121.339C159.852 118.604 158.963 116.17 158.3 114.421C157.969 113.545 157.693 112.839 157.5 112.351C157.403 112.106 157.327 111.916 157.275 111.786C157.249 111.721 157.228 111.671 157.214 111.637C157.207 111.62 157.201 111.606 157.198 111.597C157.196 111.592 157.195 111.588 157.194 111.586C157.193 111.585 157.193 111.584 157.193 111.583L157.192 111.582C157.188 111.583 157.099 111.62 155.057 112.455L157.192 111.581L157.089 111.331L156.936 111.108L154.89 112.523C156.886 111.144 156.934 111.109 156.935 111.107L156.933 111.105C156.932 111.104 156.932 111.103 156.931 111.102C156.929 111.099 156.927 111.096 156.924 111.093C156.92 111.086 156.914 111.078 156.908 111.069C156.895 111.051 156.878 111.027 156.857 110.998C156.815 110.941 156.758 110.863 156.686 110.77C156.543 110.583 156.338 110.33 156.081 110.037C155.571 109.459 154.819 108.692 153.872 107.989Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="4.97397" /> <path d="M57.2926 78.4429C57.2926 93.3607 64.8004 116.717 116.953 119.028C164.744 116.467 177.132 96.4685 174.894 78.4427C152.256 98.0992 143.129 101.716 116.952 102.777C89.2159 103.902 76.7103 101.135 57.2926 78.4429Z" fill="%23F7FBF8" /> <path d="M140.22 82.3018C142.847 82.2069 144.988 80.7917 145.087 83.5396C145.127 84.6396 142.03 87.6786 141.093 85.713C139.404 82.169 145.426 81.0579 145.509 83.342C145.562 84.8064 142.517 86.0268 141.305 84.9074C139.329 83.0823 144.561 81.3901 145.043 82.31C145.979 84.0965 140.634 87.9832 139.903 83.9092C139.595 82.1976 142.391 82.6179 143.66 82.588C151.261 82.4086 140.975 89.8492 140.79 84.7436" stroke="%23646464" stroke-width="1.96383" stroke-linecap="round" /> <path d="M87.2617 81.6011C89.8889 81.5062 92.03 80.0911 92.1292 82.8389C92.169 83.9389 89.0718 86.9779 88.1351 85.0123C86.4463 81.4684 92.4683 80.3572 92.5508 82.6413C92.6037 84.1057 89.5593 85.3261 88.3472 84.2067C86.371 82.3816 91.6028 80.6894 92.0848 81.6093C93.0209 83.3958 87.6759 87.2825 86.9447 83.2086C86.6374 81.4969 89.4331 81.9172 90.7016 81.8873C98.3031 81.7079 88.0166 89.1485 87.8322 84.0429" stroke="%23646464" stroke-width="1.96383" stroke-linecap="round" /> <path d="M116.003 89.6283C116.246 89.6445 117.154 89.6447 116.926 89.1451C116.765 88.7931 115.749 88.92 115.828 89.3538C115.912 89.8186 116.746 89.674 117.047 89.6503C117.511 89.6138 117.845 89.6847 117.876 89.1231C117.935 88.0527 116.678 88.4724 115.976 88.6289C115.688 88.693 114.574 88.8579 114.51 89.3647C114.48 89.5957 114.858 89.8327 115.037 89.881C115.42 89.9844 115.711 89.7037 116.069 89.6503C116.239 89.625 117.488 89.7376 117.305 89.3373C117.045 88.7679 116.231 88.3112 115.657 88.5904C115.437 88.6977 115.181 88.718 115.366 88.9034C115.627 89.1647 115.745 89.554 115.954 89.8535C116.411 90.5093 117.311 89.5904 117.651 89.2C118.179 88.5929 117.873 88.2291 117.19 88.2664C116.741 88.2909 115.178 88.1583 114.938 88.6179C114.859 88.7693 114.576 89.8355 114.713 89.9249C115.029 90.1315 115.756 89.7271 115.992 89.5954C116.249 89.4522 116.619 89.1905 116.805 88.9364C117.327 88.2222 116.647 89.0801 116.794 88.6398" stroke="%23646464" stroke-width="1.32639" stroke-linecap="round" /> <path d="M137.129 112.492C137.129 112.492 118.298 111.477 99.236 111.477C93.8529 111.477 90.5423 112.036 89.7558 113.453C82.7799 126.023 85.9978 140.855 89.6906 146.19C95.7695 154.973 100.914 155.891 116.378 155.891C131.841 155.891 137.802 154.033 144.046 144.939C149.887 136.432 148.843 121.239 144.045 112.491C142.068 108.885 137.129 112.492 137.129 112.492Z" fill="%23F7FBF8" /> <path d="M117.587 87.5176C118.582 79.3626 139.467 47.1151 150.158 37.0456C139.094 28.3437 123.555 27.5562 117.587 27.722C101.675 26.8516 89.1194 33.4819 84.7684 37.0456C99.5867 43.0127 110.792 76.5365 114.728 87.5176H117.587Z" fill="%23F8CBB8" /> <path d="M45.3248 127.175C46.2248 124.071 47.4759 119.755 48.7189 115.285C49.3947 112.855 49.283 111.332 48.8239 109.453C48.1716 106.782 45.8625 103.759 43.0029 100.65C40.1176 97.5126 36.1281 95.9338 33.0322 94.7177C29.5505 93.35 26.4772 93.659 23.9594 94.2582C21.522 94.8382 18.7977 97.7881 17.267 99.9132C16.3074 101.245 16.0708 102.754 15.9998 104.274C15.9326 105.713 17.0529 107.392 19.4227 109.464C24.0818 113.537 29.2242 113.055 30.7424 112.595C31.5689 111.937 32.4046 110.902 33.1375 109.473C33.4795 108.667 33.7607 107.696 34.0505 106.697" stroke="%23F7FBF8" stroke-width="3.72944" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-08 {
    width: min(14.21875vw, 182px);
    z-index: 6;
    bottom: min(1.25vw, 16px);
    left: max(-1.09375vw, -14px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-08 {
    width: 24.8717948718vw;
    z-index: 2;
    bottom: 30.5128205128vw;
    left: -0.5128205128vw;
  }
}
.KV--character_area .chara.chara-09 {
  aspect-ratio: 217/245;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="217" height="245" viewBox="0 0 217 245" fill="none"><path d="M110.711 31.2544C159.446 31.9244 199.842 60.7224 199.267 102.546C198.99 122.721 194.807 137.433 180.687 147.211C166.93 156.738 144.18 161.209 108.067 162.803L107.939 162.809L107.81 162.802C74.6421 161.029 52.5191 155.937 38.764 145.842C24.7224 135.536 19.859 120.399 20.1383 100.083C20.7135 58.257 61.9804 30.5845 110.711 31.2544Z" fill="%23B0B0B0" stroke="%23676564" stroke-width="5.27258" /> <path d="M79.6226 239.318L79.8784 241.942L79.8794 241.941C79.8804 241.941 79.8821 241.941 79.8833 241.941L79.9185 241.937C79.9401 241.935 79.9699 241.932 80.0063 241.928C80.0795 241.92 80.182 241.907 80.3091 241.891C80.5628 241.859 80.9183 241.809 81.3433 241.737C82.1848 241.594 83.3394 241.36 84.5308 240.99C85.6936 240.628 87.0479 240.091 88.1899 239.278C89.3261 238.469 90.5722 237.147 90.77 235.189C90.9095 233.807 90.4903 232.417 90.2046 231.617C90.0685 231.236 89.9274 230.9 89.812 230.639C89.8108 230.485 89.8091 230.304 89.8071 230.098C89.8004 229.401 89.7897 228.426 89.771 227.316C89.7338 225.103 89.6671 222.317 89.5493 220.108C89.4258 217.79 89.1089 214.882 88.8296 212.593C88.6889 211.44 88.5555 210.429 88.4575 209.705C88.4085 209.342 88.3685 209.052 88.3403 208.851C88.3263 208.751 88.3147 208.673 88.3071 208.62C88.3033 208.593 88.3003 208.572 88.2983 208.558C88.2974 208.551 88.2969 208.546 88.2964 208.542C88.2961 208.541 88.2956 208.539 88.2954 208.538V208.537L88.2681 208.348L88.2144 208.167L85.686 208.913C88.2145 208.167 88.2142 208.163 88.2134 208.161C88.2131 208.16 88.2119 208.157 88.2114 208.156C88.2103 208.152 88.2097 208.148 88.2085 208.144C88.2061 208.136 88.2033 208.128 88.2007 208.12C88.1954 208.103 88.1896 208.084 88.1831 208.065C88.1701 208.026 88.1546 207.981 88.1362 207.932C88.0994 207.833 88.0511 207.714 87.9888 207.579C87.8639 207.307 87.6826 206.97 87.4253 206.588C86.9072 205.82 86.0957 204.901 84.8481 203.998C82.3505 202.19 78.2479 200.547 71.5259 200.129C65.8131 199.775 61.8283 201.528 59.2495 203.512C57.9818 204.488 57.0851 205.493 56.4956 206.274C56.2003 206.665 55.9802 207.003 55.8267 207.256C55.7498 207.383 55.6889 207.49 55.644 207.572C55.6217 207.613 55.6032 207.648 55.5884 207.676C55.581 207.69 55.5744 207.703 55.5688 207.714C55.5662 207.72 55.5633 207.724 55.561 207.729C55.5599 207.731 55.5591 207.734 55.5581 207.736C55.5576 207.737 55.5564 207.738 55.5562 207.739C55.5557 207.74 55.5813 207.755 57.9175 208.913L55.5552 207.742L55.3491 208.158L55.2974 208.619V208.621C55.2972 208.622 55.2967 208.624 55.2964 208.626C55.2958 208.631 55.2955 208.639 55.2944 208.648C55.2924 208.666 55.2895 208.694 55.2856 208.729C55.2779 208.8 55.2658 208.904 55.2515 209.038C55.2227 209.305 55.1824 209.693 55.1333 210.175C55.0351 211.14 54.9038 212.49 54.772 214.026C54.51 217.078 54.2378 220.946 54.2261 224.017C54.2145 227.038 54.1863 230.053 54.9595 232.743C55.7927 235.641 57.5016 238.049 60.5854 240.105C61.339 240.607 62.2383 240.917 63.0425 241.127C63.8862 241.349 64.8289 241.512 65.7925 241.636C67.7206 241.884 69.9231 241.997 71.9634 242.042C74.0147 242.087 75.9573 242.063 77.3833 242.03C78.0976 242.013 78.6862 241.994 79.0972 241.978C79.3024 241.97 79.4636 241.963 79.5747 241.958C79.6303 241.956 79.674 241.954 79.7036 241.953C79.7182 241.952 79.7298 241.952 79.7378 241.952C79.7415 241.951 79.7444 241.951 79.7466 241.951H79.7505L79.6226 239.318ZM79.6226 239.318L79.7515 241.951L79.814 241.948L79.8774 241.942L79.6226 239.318Z" fill="%23B0B0B0" stroke="%23676564" stroke-width="5.27258" /> <path d="M136.549 239.318L136.293 241.942L136.292 241.941C136.291 241.941 136.289 241.941 136.288 241.941L136.253 241.937C136.231 241.935 136.202 241.932 136.165 241.928C136.092 241.92 135.989 241.908 135.862 241.891C135.609 241.859 135.253 241.809 134.828 241.737C133.987 241.595 132.832 241.36 131.641 240.99C130.478 240.629 129.123 240.091 127.981 239.278C126.845 238.469 125.599 237.147 125.401 235.189C125.262 233.807 125.681 232.417 125.967 231.617C126.103 231.236 126.244 230.9 126.359 230.639C126.361 230.485 126.362 230.304 126.364 230.098C126.371 229.401 126.382 228.427 126.4 227.316C126.438 225.103 126.504 222.317 126.622 220.108C126.746 217.791 127.063 214.883 127.342 212.593C127.482 211.441 127.616 210.429 127.714 209.705C127.763 209.343 127.803 209.052 127.831 208.851C127.845 208.751 127.857 208.673 127.864 208.62C127.868 208.593 127.871 208.572 127.873 208.558C127.874 208.551 127.874 208.546 127.875 208.543C127.875 208.541 127.876 208.539 127.876 208.538V208.537L127.903 208.348L127.957 208.167L130.485 208.913C127.957 208.167 127.957 208.163 127.958 208.161C127.958 208.16 127.959 208.158 127.96 208.156C127.961 208.152 127.962 208.148 127.963 208.144C127.965 208.136 127.968 208.128 127.971 208.12C127.976 208.103 127.982 208.085 127.988 208.065C128.001 208.026 128.017 207.982 128.035 207.932C128.072 207.833 128.12 207.714 128.183 207.579C128.307 207.307 128.489 206.97 128.746 206.589C129.264 205.821 130.076 204.901 131.323 203.998C133.821 202.19 137.924 200.547 144.646 200.13C150.358 199.775 154.343 201.528 156.922 203.512C158.19 204.488 159.086 205.494 159.676 206.274C159.971 206.665 160.191 207.003 160.345 207.256C160.422 207.383 160.482 207.49 160.527 207.572C160.55 207.613 160.568 207.648 160.583 207.676C160.59 207.691 160.597 207.704 160.603 207.714C160.605 207.72 160.608 207.725 160.61 207.729C160.611 207.731 160.612 207.734 160.613 207.736C160.614 207.737 160.615 207.738 160.615 207.739C160.616 207.74 160.59 207.755 158.254 208.913L160.616 207.742L160.822 208.158L160.874 208.619V208.621C160.874 208.622 160.875 208.624 160.875 208.627C160.876 208.632 160.876 208.639 160.877 208.648C160.879 208.667 160.882 208.694 160.886 208.729C160.894 208.8 160.906 208.904 160.92 209.038C160.949 209.305 160.989 209.693 161.038 210.175C161.136 211.141 161.268 212.49 161.399 214.026C161.661 217.078 161.934 220.946 161.945 224.017C161.957 227.038 161.985 230.053 161.212 232.743C160.379 235.641 158.67 238.049 155.586 240.105C154.832 240.607 153.933 240.917 153.129 241.128C152.285 241.349 151.342 241.513 150.379 241.636C148.451 241.884 146.248 241.997 144.208 242.042C142.157 242.087 140.214 242.063 138.788 242.03C138.074 242.013 137.485 241.994 137.074 241.978C136.869 241.97 136.708 241.963 136.597 241.959C136.541 241.956 136.497 241.954 136.468 241.953C136.453 241.952 136.442 241.952 136.434 241.952C136.43 241.952 136.427 241.951 136.425 241.951H136.421L136.549 239.318ZM136.549 239.318L136.42 241.951L136.357 241.948L136.294 241.942L136.549 239.318Z" fill="%23B0B0B0" stroke="%23676564" stroke-width="5.27258" /> <path d="M57.2744 145.709C59.7243 143.892 63.7002 142.052 68.1162 144.121C81.8417 150.551 98.6832 153.465 114.083 153.293C129.589 153.119 143.079 149.826 150.402 144.39C152.377 142.925 154.604 143.129 156.31 143.743C157.978 144.343 159.53 145.447 160.771 146.493C162.042 147.565 163.153 148.72 163.935 149.592C164.329 150.031 164.648 150.407 164.871 150.677C164.983 150.811 165.07 150.921 165.132 150.998C165.163 151.036 165.188 151.067 165.205 151.09C165.214 151.101 165.221 151.11 165.227 151.117C165.229 151.12 165.231 151.123 165.232 151.125C165.233 151.126 165.235 151.127 165.235 151.128L165.236 151.13C165.235 151.132 165.174 151.179 163.316 152.621L165.237 151.131L165.672 151.69L165.767 152.393V152.394L165.768 152.396C165.768 152.398 165.768 152.401 165.769 152.405C165.77 152.412 165.771 152.423 165.772 152.437C165.776 152.466 165.783 152.508 165.79 152.563C165.805 152.674 165.826 152.836 165.854 153.048C165.909 153.47 165.989 154.086 166.087 154.865C166.284 156.423 166.555 158.635 166.853 161.249C167.447 166.472 168.151 173.328 168.577 179.815C169.005 186.323 169.125 191.987 168.106 197.401C167.075 202.883 164.901 207.992 160.92 213.492C158.854 216.346 155.649 218.574 151.896 220.332C148.119 222.102 143.597 223.484 138.669 224.546C128.812 226.668 117.031 227.57 105.646 227.57C96.8709 227.57 85.2253 226.288 75.1768 223.994C70.1536 222.847 65.4376 221.426 61.6416 219.741C57.9853 218.118 54.6482 216.024 53.082 213.238C46.8919 202.226 47.4954 193.465 48.1211 181.606C48.4743 174.911 49.6539 167.183 50.7305 161.18C51.2708 158.168 51.7891 155.568 52.1729 153.719C52.3648 152.795 52.5231 152.057 52.6338 151.55C52.6891 151.296 52.7329 151.099 52.7627 150.966C52.7776 150.899 52.789 150.847 52.7969 150.812C52.8008 150.795 52.8036 150.781 52.8057 150.772C52.8067 150.768 52.808 150.764 52.8086 150.761V150.758C52.8087 150.757 52.8211 150.76 54.7725 151.203L52.8096 150.758L52.9219 150.26L53.2119 149.842L55.3799 151.341C53.2116 149.842 53.2123 149.84 53.2129 149.84L53.2139 149.839C53.2147 149.837 53.2158 149.835 53.2168 149.834C53.2188 149.831 53.2211 149.828 53.2236 149.824C53.2292 149.816 53.2369 149.806 53.2451 149.795C53.2615 149.772 53.2827 149.741 53.3096 149.704C53.3635 149.63 53.4383 149.528 53.5332 149.405C53.7226 149.159 53.994 148.822 54.3379 148.431C55.019 147.658 56.0206 146.639 57.2744 145.709Z" fill="%23B0B0B0" stroke="%23676564" stroke-width="5.27258" /> <path d="M196.631 102.511C196.083 142.368 180.216 157.153 107.948 160.356C41.7229 156.807 22.1596 139.791 22.7075 99.9341C54.0782 127.172 71.6761 136.366 107.949 137.836C146.383 139.395 169.723 133.955 196.631 102.511Z" fill="%23B0B0B0" /> <path d="M84.8071 147.665C84.8071 147.665 107.988 144.697 130.608 147.665C135.46 148.301 140.421 148.807 142.479 151.675C146.409 157.15 140.121 163.386 134.378 166.913C128.763 170.362 119.898 173.316 110.074 173.409C99.8859 173.507 91.6251 170.602 84.8071 166.913C78.8266 163.677 72.4254 157.203 76.3849 151.675C78.506 148.714 84.8071 147.665 84.8071 147.665Z" fill="%23F0F6F2" /> <path d="M84.5439 100.707C89.1543 104.173 92.1284 102.809 97.2893 106.696C98.4868 107.368 99.1503 110.214 97.2893 111.518C95.6844 112.643 87.9658 113.57 86.0456 114.647C79.2779 117.126 78.4035 116.811 72.0966 123.221C70.3823 125.464 70.6338 128.91 72.0966 131.299C75.2576 136.462 79.1038 140.557 88.3304 142.872C98.7324 145.483 109.531 145.779 120.987 144.547C131.702 143.395 140.298 139.561 144.984 134.015C151.337 126.495 148.307 123.098 138.079 117.651C133.72 115.329 126.247 114.014 121.917 111.76C118.45 109.956 120.359 107.093 122.514 105.229C128.059 100.432 139.743 98.8623 138.079 92.9974C136.043 85.8227 125.423 77.1502 116.839 71.9188C113.496 69.8818 106.084 70.5538 102.5 72.2538C99.5777 73.6403 98.033 75.6071 95.497 77.1665C90.33 80.3438 88.5075 84.7421 84.1456 88.2202C81.8317 90.0652 78.6818 92.5052 78.4035 94.8449C78.0832 97.5389 81.1971 99.2255 84.5439 100.707Z" fill="%23F0F6F2" stroke="%23F0F6F2" stroke-width="4.25726" stroke-linecap="round" /> <path d="M44.8792 176.429C47.6982 184.016 55.4008 186.755 61.0232 185.968C62.6846 185.735 64.1399 184.92 64.8959 183.35C65.5261 182.041 65.4336 180.636 65.326 179.747C65.2665 179.255 65.179 178.768 65.1018 178.351C65.0197 177.907 64.9518 177.552 64.8999 177.208C64.8101 176.614 64.8327 176.397 64.8283 176.383L64.8101 176.431C65.0399 175.821 65.1606 175.121 65.2416 174.541C65.3284 173.92 65.3981 173.207 65.4661 172.492C65.6062 171.016 65.7511 169.406 66.0341 167.804C66.3185 166.193 66.7176 164.744 67.2939 163.601C67.8613 162.476 68.5213 161.796 69.276 161.442C71.5216 160.387 73.1278 159.371 74.3533 158.081C75.5838 156.785 76.265 155.377 76.9067 153.963C78.2786 150.94 79.145 147.423 79.4366 145.955C80.015 143.042 78.1352 140.488 76.2818 138.882C74.2751 137.144 71.4962 135.759 68.519 135.157C65.6486 134.577 63.4248 134.251 61.3873 134.421C59.2407 134.6 57.5073 135.309 55.5654 136.375C47.9763 140.538 44.9377 148.224 43.7348 154.392C43.1255 157.517 42.9584 160.383 42.9413 162.465C42.9327 163.509 42.961 164.364 42.9931 164.966C43.0091 165.268 43.0263 165.506 43.0395 165.674C43.0452 165.746 43.0514 165.805 43.0555 165.851C43.0556 165.854 43.0552 165.858 43.0554 165.862C43.0574 165.913 43.0604 165.985 43.0648 166.076C43.0736 166.259 43.0883 166.52 43.1099 166.843C43.153 167.489 43.2263 168.39 43.3484 169.423C43.5873 171.445 44.0321 174.15 44.8792 176.429Z" fill="%23B0B0B0" stroke="%23676564" stroke-width="5.27258" /> <path d="M105.217 130.109C106.071 130.839 107.223 131.311 108.362 130.839C108.834 130.643 109.079 130.487 109.541 130.049C109.826 129.778 109.98 129.541 110.262 129.231C110.52 128.947 110.788 128.514 110.988 128.278C111.183 128.048 111.411 128.551 111.572 128.745C111.866 129.102 111.976 129.114 112.342 129.38C112.983 129.845 113.585 130.563 114.4 130.839C115.158 131.096 115.553 131.032 116.29 130.839C116.89 130.682 117.309 130.379 117.818 130.109" stroke="%23676564" stroke-width="2.81204" stroke-linecap="round" /> <path d="M82.2751 126.105C78.103 127.294 70.165 127.688 67.12 123.644C65.4193 121.385 63.9048 117.521 64.7665 114.622C65.941 110.672 72.7588 107.954 76.8193 107.954C80.1809 108.373 81.0098 108.558 83.6654 110.742C84.0924 111.094 85.6516 112.694 86.2788 114.622C86.8387 116.345 86.1457 118.321 85.6516 118.617C84.8501 119.615 84.4668 120.011 83.2821 120.499C82.0973 120.987 80.7014 121.299 79.1704 121.44C76.6772 121.669 74.3121 121.257 72.3262 119.615C69.1142 116.959 72.5161 113.484 75.8565 113.374C77.8913 113.308 78.103 113.817 78.103 115.496C78.103 116.112 77.1182 116.754 76.8193 116.156" stroke="%23646464" stroke-width="3.48452" stroke-linecap="round" /> <path d="M150.73 126.105C146.558 127.294 138.62 127.688 135.575 123.644C133.874 121.385 132.359 117.521 133.221 114.622C134.396 110.672 141.213 107.954 145.274 107.954C148.635 108.373 149.464 108.558 152.12 110.742C152.547 111.094 154.106 112.694 154.733 114.622C155.293 116.345 154.6 118.321 154.106 118.617C153.305 119.615 152.921 120.011 151.737 120.499C150.552 120.987 149.156 121.299 147.625 121.44C145.132 121.669 142.767 121.257 140.781 119.615C137.569 116.959 140.971 113.484 144.311 113.374C146.346 113.308 146.558 113.817 146.558 115.496C146.558 116.112 145.573 116.754 145.274 116.156" stroke="%23646464" stroke-width="3.48452" stroke-linecap="round" /> <path d="M111.04 123.469C110.704 123.492 109.446 123.492 109.761 122.799C109.984 122.312 111.393 122.488 111.283 123.089C111.166 123.733 110.011 123.532 109.594 123.5C108.95 123.449 108.488 123.547 108.445 122.769C108.362 121.286 110.105 121.867 111.078 122.084C111.477 122.173 113.021 122.402 113.11 123.104C113.15 123.424 112.627 123.752 112.379 123.819C111.848 123.963 111.444 123.574 110.948 123.5C110.713 123.464 108.983 123.621 109.236 123.066C109.597 122.277 110.725 121.644 111.519 122.031C111.824 122.179 112.179 122.208 111.922 122.465C111.561 122.827 111.397 123.366 111.108 123.781C110.475 124.69 109.227 123.417 108.757 122.876C108.025 122.034 108.449 121.53 109.396 121.582C110.018 121.616 112.184 121.432 112.516 122.069C112.626 122.279 113.018 123.756 112.828 123.88C112.39 124.166 111.382 123.606 111.055 123.423C110.7 123.225 110.186 122.862 109.929 122.51C109.205 121.521 110.147 122.709 109.944 122.099" stroke="%23EE8E7E" stroke-width="1.40602" stroke-linecap="round" /> <path d="M29.9376 22.5848C30.4686 20.2791 32.7419 18.8513 35.0493 19.3746C41.2076 20.7714 52.8929 23.573 60.6226 26.3624C65.5192 28.1295 71.4088 30.6793 75.8734 32.6906C78.9401 34.0721 79.2908 38.2335 76.5337 40.16L31.4079 71.691C28.4961 73.7255 24.5214 71.6488 24.5801 68.0971C24.6905 61.4139 24.9551 52.2207 25.5886 46.1813C26.3753 38.6807 28.6273 28.2745 29.9376 22.5848Z" fill="%23646464" /> <path d="M33.8396 28.5757C34.3221 26.164 36.7107 24.6714 39.0927 25.2841C44.8905 26.7755 55.2308 29.5803 62.1626 32.289C66.6135 34.0282 71.9609 36.4984 76.0723 38.4708C79.0587 39.9035 79.3554 43.9872 76.6446 45.8905L36.9164 73.7834C34.0456 75.799 30.1076 73.8063 30.0801 70.2986C30.0312 64.0609 30.0683 55.6297 30.5031 50.0707C31.0338 43.2841 32.7587 33.9795 33.8396 28.5757Z" fill="%23B0B0B0" /> <path d="M187.234 26.746C186.685 24.5649 184.564 23.1928 182.348 23.5807C176.374 24.6265 164.85 26.7872 157.262 29.1164C152.713 30.5128 147.29 32.547 143.031 34.2211C139.839 35.476 139.354 39.7292 142.142 41.7278L186.38 73.4408C189.314 75.5446 193.367 73.41 193.239 69.8014C193.016 63.4981 192.611 55.1478 191.918 49.5738C191.017 42.3263 188.605 32.1928 187.234 26.746Z" fill="%23646464" /> <path d="M183.749 32.4696C183.363 30.704 181.749 29.5064 179.949 29.6668C174.488 30.1533 163.067 31.3907 155.657 33.7361C151.242 35.1334 145.843 37.6861 142.016 39.6225C139.672 40.8089 139.401 43.9864 141.459 45.6209L181.074 77.0928C183.319 78.8757 186.621 77.5327 186.91 74.6811C187.516 68.7247 188.191 60.0238 187.654 54.7007C186.934 47.5659 184.842 37.4709 183.749 32.4696Z" fill="%23B0B0B0" /> <path d="M58.6842 158.325C56.0421 156.873 53.6965 154.333 52.5124 151.339C51.2651 150.342 49.1689 152.387 48.7392 153.178C47.7885 154.927 48.131 154.595 47.3979 156.451C46.6852 158.256 45.339 160.941 45.6495 166.304C45.0064 177.991 53.5842 184.531 59.2539 183.513C66.8193 182.155 62.1708 177.509 67.3265 160.074C67.4754 159.57 70.0478 159.494 68.9421 158.608C68.7967 158.038 66.5751 159.043 66.1364 158.919C65.6979 158.794 64.5782 159.234 64.172 159.136C63.1673 158.894 59.4071 158.722 58.6842 158.325Z" fill="%23B0B0B0" /> <path d="M179.743 166.712C178.373 173.846 171.967 177.401 166.886 177.538C165.338 177.58 163.845 177.058 162.887 175.701C162.097 174.581 161.972 173.273 161.936 172.48C161.916 172.036 161.921 171.594 161.928 171.223C161.934 170.825 161.941 170.517 161.936 170.221C161.93 169.808 161.897 169.633 161.893 169.599C161.616 169.095 161.417 168.525 161.272 168.063C161.105 167.532 160.94 166.921 160.778 166.315C160.443 165.059 160.088 163.707 159.618 162.381C159.145 161.047 158.605 159.89 157.97 159.025C157.347 158.176 156.736 157.743 156.127 157.572C154.021 156.983 152.443 156.325 151.153 155.354C149.857 154.378 149.04 153.222 148.281 152.093C146.846 149.959 145.698 147.447 145.12 146.024L144.908 145.486L144.822 145.242C144.007 142.723 145.316 140.23 146.66 138.604C148.177 136.769 150.421 135.14 152.952 134.171C155.345 133.256 157.253 132.638 159.085 132.486C161.027 132.325 162.674 132.7 164.524 133.345C171.805 135.886 175.587 142.185 177.53 147.368C178.516 149.997 179.079 152.466 179.397 154.272C179.556 155.178 179.656 155.926 179.716 156.456C179.746 156.721 179.766 156.932 179.779 157.082L179.794 157.259C179.799 157.301 179.806 157.356 179.814 157.422C179.833 157.583 179.859 157.811 179.887 158.095C179.944 158.662 180.011 159.457 180.056 160.373C180.142 162.158 180.151 164.585 179.743 166.712Z" fill="%23B0B0B0" stroke="%23676564" stroke-width="5.27258" /> <path d="M157.823 167.759C160.189 165.89 162.082 162.997 162.755 159.849C163.821 158.659 166.226 160.33 166.781 161.039C168.007 162.607 167.615 162.336 168.645 164.045C169.646 165.708 171.417 168.133 171.998 173.474C174.564 184.894 167.185 192.762 161.425 192.695C153.739 192.606 157.556 187.255 149.589 170.913C149.359 170.441 146.809 170.79 147.753 169.734C147.803 169.148 150.16 169.772 150.572 169.577C150.984 169.381 152.161 169.63 152.545 169.467C153.496 169.061 157.176 168.27 157.823 167.759Z" fill="%23B0B0B0" /> <path d="M52.343 167.145H77.1889V189.733L50.6489 188.603L52.343 167.145Z" fill="%23B0B0B0" /> <path d="M139.304 181.262L168.95 179.568C168.95 179.568 168.162 186.324 167.256 190.58C165.911 196.891 162.456 206.391 162.456 206.391L137.61 202.72L139.304 181.262Z" fill="%23B0B0B0" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-09 {
    width: min(16.953125vw, 217px);
    z-index: 5;
    bottom: min(4.6875vw, 60px);
    left: min(35.3125vw, 452px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-09 {
    width: 28.2051282051vw;
    z-index: 3;
    bottom: 57.4358974359vw;
    right: 5.3846153846vw;
  }
}
.KV--character_area .chara.chara-10 {
  aspect-ratio: 177/196;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="177" height="196" viewBox="0 0 177 196" fill="none"><path d="M88.397 22.5377C111.37 22.8535 132.243 28.1824 147.413 37.2008C162.57 46.212 172.359 59.1491 172.146 74.6293C172.045 81.9529 171.015 88.3854 168.261 93.8902C165.478 99.4527 161.038 103.865 154.492 107.304C141.62 114.066 120.298 117.204 86.2591 118.237L86.1673 118.24L86.0746 118.235C54.82 116.861 34.0546 113.143 21.1219 105.888C14.5753 102.216 9.97154 97.6047 7.06567 91.9107C4.17516 86.2467 3.06125 79.7019 3.1629 72.3063C3.37574 56.8237 13.5407 44.161 28.9593 35.5715C44.3916 26.9745 65.4247 22.2219 88.397 22.5377Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97397" /> <path d="M36.5244 156.621C38.9572 154.749 42.7156 153.096 48.1045 153.431C54.446 153.824 58.3167 155.374 60.6729 157.079C61.8498 157.931 62.6158 158.798 63.1045 159.522C63.3472 159.882 63.517 160.201 63.6348 160.457C63.6935 160.585 63.7397 160.697 63.7744 160.79C63.7918 160.837 63.8061 160.879 63.8184 160.916C63.8245 160.934 63.83 160.952 63.835 160.968C63.8374 160.976 63.8406 160.983 63.8428 160.99C63.8438 160.994 63.8447 160.998 63.8457 161.001C63.8462 161.003 63.8464 161.006 63.8467 161.007C63.8411 161.011 63.7224 161.049 61.4629 161.716L63.8486 161.012L63.8994 161.184L63.9248 161.36V161.362C63.9249 161.363 63.9255 161.365 63.9258 161.366C63.9263 161.37 63.9268 161.375 63.9277 161.382C63.9296 161.395 63.933 161.414 63.9365 161.439C63.9437 161.49 63.9535 161.564 63.9668 161.658C63.9933 161.848 64.0319 162.121 64.0781 162.463C64.1706 163.146 64.296 164.101 64.4287 165.188C64.6922 167.348 64.9909 170.091 65.1074 172.277C65.2185 174.361 65.2813 176.989 65.3164 179.076C65.334 180.124 65.3452 181.043 65.3516 181.701C65.3534 181.895 65.3533 182.067 65.3545 182.212C65.4634 182.458 65.5972 182.774 65.7256 183.134C65.9951 183.888 66.3904 185.2 66.2588 186.504C66.0722 188.351 64.8971 189.599 63.8252 190.361C62.7479 191.128 61.47 191.635 60.373 191.976C59.2492 192.325 58.1601 192.547 57.3662 192.682C56.9653 192.749 56.6299 192.797 56.3906 192.827C56.2708 192.842 56.1745 192.854 56.1055 192.861C56.0709 192.865 56.043 192.868 56.0225 192.87C56.0123 192.871 56.0036 192.872 55.9971 192.873C55.9941 192.873 55.9915 192.874 55.9893 192.874H55.9844C55.9838 192.874 55.9828 192.871 55.7432 190.398L55.9834 192.874L55.9238 192.88L55.8643 192.883H55.8604C55.8582 192.883 55.8553 192.884 55.8516 192.884C55.844 192.884 55.8332 192.884 55.8193 192.885C55.7914 192.886 55.7507 192.888 55.6982 192.891C55.5934 192.895 55.441 192.901 55.2471 192.908C54.8594 192.923 54.3047 192.942 53.6309 192.958C52.2856 192.99 50.4528 193.01 48.5176 192.968C46.5928 192.925 44.5152 192.82 42.6963 192.586C41.7874 192.469 40.8984 192.315 40.1025 192.106C39.3439 191.908 38.4951 191.615 37.7842 191.142C34.875 189.202 33.2626 186.931 32.4766 184.196C31.7472 181.659 31.7743 178.814 31.7852 175.965C31.7962 173.067 32.0527 169.419 32.2998 166.539C32.4242 165.09 32.548 163.818 32.6406 162.907C32.6869 162.452 32.7258 162.086 32.7529 161.834C32.7665 161.708 32.7768 161.61 32.7842 161.543C32.7879 161.51 32.791 161.483 32.793 161.466C32.7939 161.457 32.7944 161.451 32.7949 161.446C32.7952 161.444 32.7948 161.442 32.7949 161.44L32.7959 161.438L32.8447 161.003L33.0391 160.611L35.2666 161.716C33.0415 160.613 33.0394 160.61 33.04 160.608C33.0403 160.608 33.0415 160.606 33.042 160.605C33.0429 160.604 33.0439 160.602 33.0449 160.6C33.0471 160.595 33.0492 160.59 33.0518 160.585C33.057 160.575 33.0633 160.562 33.0703 160.549C33.0843 160.522 33.102 160.489 33.123 160.45C33.1653 160.373 33.2225 160.273 33.2949 160.153C33.4398 159.914 33.6482 159.595 33.9268 159.227C34.4829 158.49 35.3287 157.541 36.5244 156.621Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97397" /> <path d="M135.986 156.621C133.553 154.749 129.795 153.096 124.406 153.431C118.064 153.824 114.194 155.374 111.837 157.079C110.66 157.931 109.894 158.798 109.406 159.522C109.163 159.882 108.993 160.201 108.875 160.457C108.817 160.585 108.771 160.697 108.736 160.79C108.718 160.837 108.704 160.879 108.692 160.916C108.686 160.934 108.68 160.952 108.675 160.968C108.673 160.976 108.67 160.983 108.667 160.99C108.666 160.994 108.666 160.998 108.665 161.001C108.664 161.003 108.664 161.006 108.664 161.007C108.669 161.011 108.788 161.049 111.047 161.716L108.662 161.012L108.611 161.184L108.585 161.36V161.362C108.585 161.363 108.585 161.365 108.584 161.366C108.584 161.37 108.583 161.375 108.583 161.382C108.581 161.395 108.577 161.414 108.574 161.439C108.567 161.49 108.557 161.564 108.543 161.658C108.517 161.848 108.478 162.121 108.432 162.463C108.34 163.146 108.214 164.101 108.082 165.188C107.818 167.348 107.519 170.091 107.403 172.277C107.292 174.361 107.229 176.989 107.194 179.076C107.176 180.124 107.165 181.043 107.159 181.701C107.157 181.895 107.157 182.067 107.156 182.212C107.047 182.458 106.913 182.774 106.785 183.134C106.515 183.888 106.12 185.2 106.251 186.504C106.438 188.351 107.613 189.599 108.685 190.361C109.762 191.128 111.04 191.635 112.137 191.976C113.261 192.325 114.35 192.547 115.144 192.682C115.545 192.749 115.88 192.797 116.12 192.827C116.239 192.842 116.336 192.854 116.405 192.861C116.439 192.865 116.467 192.868 116.488 192.87C116.498 192.871 116.507 192.872 116.513 192.873C116.516 192.873 116.519 192.874 116.521 192.874H116.526C116.526 192.874 116.527 192.871 116.767 190.398L116.527 192.874L116.586 192.88L116.646 192.883H116.65C116.652 192.883 116.655 192.884 116.659 192.884C116.666 192.884 116.677 192.884 116.691 192.885C116.719 192.886 116.76 192.888 116.812 192.891C116.917 192.895 117.069 192.901 117.263 192.908C117.651 192.923 118.206 192.942 118.879 192.958C120.225 192.99 122.057 193.01 123.993 192.968C125.917 192.925 127.995 192.82 129.814 192.586C130.723 192.469 131.612 192.315 132.408 192.106C133.166 191.908 134.015 191.615 134.726 191.142C137.635 189.202 139.248 186.931 140.034 184.196C140.763 181.659 140.736 178.814 140.725 175.965C140.714 173.067 140.458 169.419 140.21 166.539C140.086 165.09 139.962 163.818 139.87 162.907C139.823 162.452 139.784 162.086 139.757 161.834C139.744 161.708 139.733 161.61 139.726 161.543C139.722 161.51 139.719 161.483 139.717 161.466C139.716 161.457 139.716 161.451 139.715 161.446C139.715 161.444 139.715 161.442 139.715 161.44L139.714 161.438L139.666 161.003L139.471 160.611L137.244 161.716C139.469 160.613 139.471 160.61 139.47 160.608C139.47 160.608 139.469 160.606 139.468 160.605C139.467 160.604 139.466 160.602 139.465 160.6C139.463 160.595 139.461 160.59 139.458 160.585C139.453 160.575 139.447 160.562 139.44 160.549C139.426 160.522 139.408 160.489 139.387 160.45C139.345 160.373 139.288 160.273 139.215 160.153C139.07 159.914 138.862 159.595 138.583 159.227C138.027 158.49 137.182 157.541 135.986 156.621Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97397" /> <path d="M39.5557 104.405C37.9294 102.524 37.929 102.524 37.9284 102.525L37.9272 102.526C37.926 102.527 37.9244 102.529 37.9226 102.53C37.9186 102.534 37.9132 102.538 37.9063 102.544C37.8925 102.557 37.8725 102.574 37.847 102.596C37.7961 102.641 37.722 102.705 37.6269 102.79C37.4363 102.959 37.1593 103.206 36.8083 103.526C36.1062 104.166 35.1053 105.098 33.8988 106.272C31.4881 108.619 28.2437 111.949 24.9103 115.883C18.3423 123.634 11.0453 134.168 9.62799 144.314C9.26472 146.914 9.16589 149.169 10.0264 151.264C10.8843 153.353 12.5368 154.893 14.6005 156.498C17.0749 158.422 20.3452 158.938 23.3214 158.496C26.3158 158.052 29.3492 156.595 31.4389 154.12C32.5755 152.774 33.1268 151.068 33.4053 149.918C33.5532 149.307 33.6443 148.766 33.6986 148.375C33.8929 148.081 34.1701 147.663 34.5172 147.147C35.2386 146.076 36.2573 144.587 37.4431 142.916C39.832 139.549 42.8378 135.535 45.4471 132.699C47.7359 130.212 49.971 128.025 52.0588 125.898C54.1032 123.815 56.0229 121.773 57.4627 119.735C58.5745 118.162 59.7774 116.497 60.4524 114.678C61.1903 112.689 61.2861 110.604 60.5302 108.168C59.7483 105.648 58.5211 103.411 56.7049 101.678C54.8706 99.9291 52.557 98.8137 49.8122 98.3695C46.9496 97.9062 43.8573 99.147 41.8591 100.144C40.7829 100.68 39.8527 101.236 39.193 101.655C38.8618 101.866 38.5944 102.045 38.4065 102.174C38.3126 102.239 38.238 102.291 38.185 102.328C38.1586 102.347 38.1373 102.362 38.1218 102.373C38.114 102.379 38.1077 102.384 38.1027 102.388C38.1005 102.389 38.0984 102.39 38.0968 102.392L38.0941 102.393L38.0928 102.395C38.0959 102.4 38.1651 102.496 39.5557 104.405ZM39.5557 104.405L37.9297 102.523L38.0086 102.456L38.0922 102.395L39.5557 104.405Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97397" /> <path d="M133.976 104.405C135.602 102.524 135.603 102.524 135.603 102.525L135.605 102.526C135.606 102.527 135.607 102.529 135.609 102.53C135.613 102.534 135.619 102.538 135.625 102.544C135.639 102.557 135.659 102.574 135.685 102.596C135.736 102.641 135.81 102.705 135.905 102.79C136.095 102.959 136.372 103.206 136.723 103.526C137.426 104.166 138.426 105.098 139.633 106.272C142.044 108.619 145.288 111.949 148.621 115.883C155.189 123.634 162.486 134.168 163.904 144.314C164.267 146.914 164.366 149.169 163.505 151.264C162.647 153.353 160.995 154.893 158.931 156.498C156.457 158.422 153.187 158.938 150.21 158.496C147.216 158.052 144.183 156.595 142.093 154.12C140.956 152.774 140.405 151.068 140.126 149.918C139.979 149.307 139.887 148.766 139.833 148.375C139.639 148.081 139.362 147.663 139.015 147.147C138.293 146.076 137.274 144.587 136.089 142.916C133.7 139.549 130.694 135.535 128.085 132.699C125.796 130.212 123.561 128.025 121.473 125.898C119.429 123.815 117.509 121.773 116.069 119.735C114.957 118.162 113.754 116.497 113.079 114.678C112.341 112.689 112.246 110.604 113.001 108.168C113.783 105.648 115.011 103.411 116.827 101.678C118.661 99.9291 120.975 98.8137 123.72 98.3695C126.582 97.9062 129.674 99.147 131.673 100.144C132.749 100.68 133.679 101.236 134.339 101.655C134.67 101.866 134.937 102.045 135.125 102.174C135.219 102.239 135.294 102.291 135.347 102.328C135.373 102.347 135.394 102.362 135.41 102.373C135.418 102.379 135.424 102.384 135.429 102.388C135.431 102.389 135.433 102.39 135.435 102.392L135.438 102.393L135.439 102.395C135.436 102.4 135.367 102.496 133.976 104.405ZM133.976 104.405L135.602 102.523L135.523 102.456L135.44 102.395L133.976 104.405Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97397" /> <path d="M36.5908 107.423C34.3047 106.488 34.2883 106.481 34.2881 106.482V106.483C34.2877 106.483 34.2868 106.485 34.2861 106.486C34.2849 106.49 34.2836 106.494 34.2812 106.5C34.2765 106.512 34.2687 106.529 34.2598 106.551C34.2418 106.595 34.2156 106.66 34.1816 106.744C34.1137 106.913 34.0153 107.161 33.8896 107.479C33.6383 108.115 33.2795 109.034 32.8477 110.174C31.9844 112.454 30.8263 115.625 29.6465 119.188C27.3147 126.229 24.7966 135.096 24.4521 141.624C23.821 153.587 28.4387 163.13 34.9229 168.993C36.9144 170.794 40.0738 172.252 43.623 173.455C47.2501 174.684 51.583 175.743 56.1719 176.608C65.3461 178.337 75.7587 179.334 84.0088 179.334C94.6111 179.334 105.548 179.32 115.229 178.267C124.841 177.22 133.647 175.113 139.736 170.625C146.63 165.544 152.042 154.257 150.21 139.6C149.452 133.536 147.003 125.532 144.811 119.18C143.704 115.974 142.644 113.136 141.86 111.099C141.468 110.08 141.145 109.259 140.919 108.693C140.806 108.409 140.718 108.189 140.657 108.039C140.627 107.964 140.603 107.907 140.587 107.867C140.579 107.848 140.574 107.833 140.569 107.822C140.567 107.817 140.566 107.813 140.564 107.811C140.564 107.809 140.563 107.808 140.562 107.807V107.806L140.434 107.491L140.226 107.224L138.448 108.604C140.225 107.224 140.225 107.223 140.225 107.223L140.224 107.222C140.223 107.221 140.222 107.22 140.222 107.219C140.22 107.217 140.218 107.214 140.216 107.211C140.211 107.205 140.204 107.196 140.195 107.186C140.179 107.165 140.156 107.135 140.127 107.099C140.069 107.026 139.985 106.923 139.88 106.796C139.67 106.542 139.369 106.187 138.997 105.773C138.26 104.951 137.212 103.86 136.013 102.849C134.843 101.862 133.377 100.821 131.804 100.255C130.195 99.6761 128.094 99.4835 126.231 100.866C119.323 105.994 106.596 109.1 91.9688 109.264C77.4412 109.426 61.5535 106.677 48.6055 100.611C44.4395 98.6599 40.6881 100.396 38.377 102.109C37.1943 102.987 36.2499 103.949 35.6074 104.678C35.283 105.046 35.0273 105.365 34.8486 105.597C34.7592 105.713 34.6885 105.808 34.6377 105.878C34.6122 105.913 34.5917 105.942 34.5762 105.964C34.5685 105.975 34.5618 105.984 34.5566 105.991C34.5541 105.995 34.5518 105.998 34.5498 106.001C34.5488 106.003 34.5477 106.004 34.5469 106.005L34.5459 106.007C34.5468 106.009 34.6005 106.047 36.5908 107.423ZM36.5908 107.423L34.2891 106.482L34.3906 106.231L34.5449 106.008L36.5908 107.423Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97397" /> <path d="M167.547 68.2541C167.03 105.854 154.357 115.896 86.1816 118.917C23.7073 115.569 7.78292 101.379 8.2998 63.7788C37.8938 89.4743 52.4924 103.822 86.1825 97.6733C122.048 91.128 142.164 97.9177 167.547 68.2541Z" fill="%23C7E3C8" /> <path d="M53.6053 61.3758C55.0565 61.3501 55.2118 61.3501 55.367 61.3501C55.8406 61.297 55.6822 61.4016 55.9198 61.3758C57.0449 61.297 58.0877 61.1939 59.0568 61.0636C60.2313 60.9847 61.2424 61.092 64.462 59.9091C65.9706 59.3548 68.1957 58.479 69.5215 57.988C70.8474 57.497 71.2614 57.394 72.508 56.9443C73.7546 56.4947 75.7516 55.6507 77.1284 55.2824C79.1568 54.7399 81.0756 54.4659 83.8807 54.8757C85.5154 55.1146 87.5336 55.5783 88.7293 55.8898C89.9249 56.2012 90.2832 56.3681 91.508 56.7515C94.7469 57.7655 97.1684 58.6585 98.5856 58.881C101.066 59.2705 102.997 59.4254 103.828 59.5032C104.662 59.5812 106.311 59.4927 108.781 59.7124C111.414 59.9465 113.753 60.209 116.023 60.9941C117.395 61.4687 123.03 62.0609 127.518 62.7497C132.956 63.5841 136.087 63.6359 141.441 64.898C145.687 65.8986 148.19 66.6777 150.765 68.0059C153.826 69.5845 156.36 72.244 158.1 75.2161C160.287 78.9529 159.788 81.3959 159.84 85.2856C159.892 89.1754 159.123 93.1099 156.484 97.1271C154.391 100.313 152.471 101.624 149.341 103.763L149.273 103.809C145.129 106.639 143.928 107.247 138.831 108.999C133.89 110.698 130.552 110.982 125.586 110.894C121.034 110.814 104.862 108.753 92.8343 107.429C80.8061 106.105 72.1306 110.371 58.7722 110.646C55.0348 110.723 50.6046 110.741 49.2 110.646C45.1404 110.369 41.8095 108.98 39.146 107.911C36.2751 106.758 34.5295 106.404 31.7962 104.954C29.8705 103.933 28.76 103.361 27.0719 101.982C25.1281 100.394 24.0484 99.3816 22.7209 97.2514C20.8873 94.3091 20.1985 92.2322 20.1102 88.7664C20.014 84.9865 21.0555 80.5243 21.6022 78.9456C22.6717 75.8575 24.451 71.3053 28.1908 68.0059C32.1864 64.4807 38.3031 63.3288 40.7821 62.7497C42.1353 62.4335 44.3605 61.9698 46.8859 61.7115C49.4114 61.4531 52.154 61.4016 53.6053 61.3758Z" fill="%23F0F6F2" stroke="%23F0F6F2" stroke-width="0.497259" stroke-linecap="round" /> <path d="M85.089 43.4619C84.8437 43.4493 84.675 43.4434 84.6571 43.1086C84.6538 43.0468 84.6567 42.9923 84.665 42.9443C84.5433 42.6621 84.7441 42.5026 85.1075 42.5232C85.4019 42.5399 86.4276 42.4494 86.5849 42.7634C86.6015 42.7965 86.6319 42.8937 86.6625 43.0126C86.7725 43.0802 86.8529 43.1656 86.866 43.2738C86.8752 43.3494 86.8231 43.426 86.7534 43.4888C86.761 43.576 86.7567 43.6402 86.7327 43.6565C86.6232 43.7311 86.4385 43.6893 86.2657 43.6199C86.1689 43.5917 86.0764 43.5422 85.9796 43.5063C85.9603 43.5413 85.94 43.5753 85.9183 43.6078C85.7089 43.9207 85.3577 43.709 85.089 43.4619Z" fill="%23E8B0B1" /> <path d="M85.8859 43.4539C85.7267 43.4649 85.131 43.4651 85.2805 43.1237C85.3858 42.8831 86.0529 42.9698 86.0012 43.2663C85.9457 43.5839 85.3989 43.4851 85.2012 43.4689C84.8963 43.4439 84.6776 43.4924 84.6571 43.1086C84.6181 42.3772 85.4434 42.664 85.9039 42.7709C86.0928 42.8147 86.8239 42.9274 86.866 43.2738C86.8852 43.4316 86.6373 43.5936 86.5201 43.6265C86.2685 43.6972 86.0775 43.5054 85.8426 43.4689C85.7312 43.4516 84.9118 43.5286 85.0319 43.255C85.2027 42.8659 85.7368 42.5538 86.1129 42.7446C86.2573 42.8179 86.4256 42.8318 86.3039 42.9585C86.1325 43.137 86.0553 43.4031 85.9183 43.6078C85.6184 44.0559 85.0276 43.428 84.8049 43.1612C84.4584 42.7463 84.6593 42.4977 85.1075 42.5232C85.4019 42.5399 86.4276 42.4494 86.5849 42.7634C86.6368 42.8668 86.8224 43.5954 86.7327 43.6565C86.5253 43.7977 86.0479 43.5214 85.8931 43.4314C85.7249 43.3336 85.4817 43.1547 85.3598 42.981C85.0171 42.493 85.4633 43.0793 85.367 42.7784" stroke="%23646464" stroke-width="0.665776" stroke-linecap="round" /> <path d="M91.8263 43.4619C92.0988 43.4493 92.2863 43.4434 92.3061 43.1086C92.3098 43.0468 92.3066 42.9923 92.2974 42.9443C92.4326 42.6621 92.2094 42.5026 91.8056 42.5232C91.4786 42.5399 90.3389 42.4494 90.1641 42.7634C90.1456 42.7965 90.112 42.8937 90.0779 43.0126C89.9557 43.0802 89.8664 43.1656 89.8518 43.2738C89.8416 43.3494 89.8995 43.426 89.9769 43.4888C89.9685 43.576 89.9732 43.6402 89.9999 43.6565C90.1216 43.7311 90.3268 43.6893 90.5188 43.6199C90.6264 43.5917 90.7291 43.5422 90.8367 43.5063C90.8582 43.5413 90.8806 43.5753 90.9048 43.6078C91.1375 43.9207 91.5277 43.709 91.8263 43.4619Z" fill="%23E8B0B1" /> <path d="M90.9408 43.4539C91.1177 43.4649 91.7795 43.4651 91.6135 43.1237C91.4965 42.8831 90.7552 42.9698 90.8127 43.2663C90.8743 43.5839 91.4819 43.4851 91.7015 43.4689C92.0404 43.4439 92.2834 43.4924 92.3061 43.1086C92.3495 42.3772 91.4324 42.664 90.9208 42.7709C90.711 42.8147 89.8986 42.9274 89.8518 43.2738C89.8305 43.4316 90.1059 43.5936 90.2362 43.6265C90.5157 43.6972 90.7279 43.5054 90.9889 43.4689C91.1127 43.4516 92.0232 43.5286 91.8897 43.255C91.6999 42.8659 91.1065 42.5538 90.6886 42.7446C90.5281 42.8179 90.3412 42.8318 90.4764 42.9585C90.6668 43.137 90.7526 43.4031 90.9048 43.6078C91.238 44.0559 91.8945 43.428 92.142 43.1612C92.5269 42.7463 92.3036 42.4977 91.8056 42.5232C91.4786 42.5399 90.3389 42.4494 90.1641 42.7634C90.1065 42.8668 89.9002 43.5954 89.9999 43.6565C90.2303 43.7977 90.7608 43.5214 90.9328 43.4314C91.1197 43.3336 91.3899 43.1547 91.5254 42.981C91.9061 42.493 91.4104 43.0793 91.5174 42.7784" stroke="%23646464" stroke-width="0.702883" stroke-linecap="round" /> <path d="M116.703 59.4283C94.7365 59.4283 94.7365 54.207 88.5323 54.207C83.5019 54.207 80.9867 59.4283 59.0206 59.4283" stroke="%23646464" stroke-width="4.01615" stroke-linecap="round" /> <path d="M14.9022 10.1212C-6.40542 30.198 5.00477 49.324 10.8301 56.6703C10.9938 56.8768 11.0779 57.1393 11.1243 57.3987C12.9771 67.7574 64.6435 47.702 63.8762 31.8898C61.9702 -7.38514 24.7358 1.5955 14.9022 10.1212Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97259" stroke-linecap="round" /> <path d="M162.238 10.4374C183.197 30.8781 171.459 49.8048 165.508 57.0497C165.341 57.2534 165.252 57.5144 165.201 57.773C163.171 68.0982 111.857 47.1563 112.897 31.3596C115.479 -7.87672 152.553 1.74369 162.238 10.4374Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="4.97259" stroke-linecap="round" /> <path d="M79.1177 31.0221C81.792 37.271 71.4236 47.7017 55.9592 54.3199C40.4949 60.938 11.5961 69.7798 8.92185 63.531C6.24759 57.2821 18.772 33.8792 46.2749 31.6907C61.7392 25.0726 76.4435 24.7733 79.1177 31.0221Z" fill="%23C7E3C8" /> <path d="M96.1986 31.0222C93.5243 37.2711 103.893 47.7019 119.357 54.32C134.821 60.9381 164.625 73.2606 167.299 67.0118C169.973 60.7629 156.544 33.8793 129.041 31.6909C113.577 25.0727 98.8729 24.7734 96.1986 31.0222Z" fill="%23C7E3C8" /> <path d="M32.3995 28.0752C35.6306 28.0752 38.3234 26.1352 38.3234 30.125C38.3234 31.7222 34.3842 35.9667 33.321 33.0675C31.4038 27.84 38.8499 26.5441 38.8499 29.8605C38.8499 31.9868 35.0564 33.5971 33.6172 31.9103C31.2708 29.1603 37.7722 26.9805 38.3234 28.3397C39.3939 30.9793 32.6561 36.3353 31.9387 30.3895C31.6373 27.8914 35.0526 28.6473 36.612 28.6703C45.957 28.8084 32.9919 39.0591 32.9919 31.6458" stroke="%23646464" stroke-width="2.10353" stroke-linecap="round" /> <path d="M146.011 28.0752C142.746 28.0752 140.025 26.1352 140.025 30.125C140.025 31.7222 144.005 35.9667 145.08 33.0675C147.017 27.84 139.493 26.5441 139.493 29.8605C139.493 31.9868 143.326 33.5971 144.78 31.9103C147.151 29.1603 140.582 26.9805 140.025 28.3397C138.943 30.9793 145.751 36.3353 146.476 30.3895C146.781 27.8914 143.33 28.6473 141.754 28.6703C132.312 28.8084 145.412 39.0591 145.412 31.6458" stroke="%23646464" stroke-width="2.10353" stroke-linecap="round" /> <path d="M57.6242 104.515C57.6242 104.515 87.6738 93.6299 114.919 103.041C129.241 107.988 131.428 108.287 132.241 110.522C137.122 123.934 134.935 145.732 129.351 153.486C120.16 166.249 112.381 167.582 89.0002 167.582C65.6194 167.582 56.6058 164.882 47.1656 151.668C38.3333 139.305 37.4698 123.234 44.7236 110.522C47.7138 105.281 57.6242 104.515 57.6242 104.515Z" fill="%23F0F6F2" /> <path d="M63.5806 109.96C63.5806 109.96 86.4884 107.028 108.841 109.96C113.636 110.589 118.539 111.089 120.573 113.923C124.457 119.334 118.242 125.496 112.567 128.982C107.018 132.39 98.2576 135.309 88.5493 135.401C78.4816 135.497 70.3182 132.627 63.5806 128.982C57.6706 125.784 51.3449 119.386 55.2576 113.923C57.3538 110.997 63.5806 109.96 63.5806 109.96Z" fill="black" fill-opacity="0.05" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-10 {
    width: min(13.828125vw, 177px);
    z-index: 4;
    bottom: min(9.375vw, 120px);
    right: min(26.5625vw, 340px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-10 {
    width: 24.6153846154vw;
    z-index: 9;
    bottom: 26.9230769231vw;
    right: 34.8717948718vw;
  }
}
.KV--character_area .chara.chara-11 {
  aspect-ratio: 216/246;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="216" height="246" viewBox="0 0 216 246" fill="none"><path d="M74.0026 177.1C74.2188 179.589 74.2296 179.72 74.2294 179.727L74.2274 179.727C74.2257 179.728 74.2233 179.728 74.2206 179.728C74.2151 179.729 74.2075 179.729 74.198 179.73C74.1786 179.731 74.1502 179.734 74.1144 179.737C74.0428 179.742 73.9385 179.751 73.8039 179.761C73.5344 179.781 73.1419 179.808 72.6393 179.838C71.6336 179.899 70.1859 179.972 68.401 180.021C64.8348 180.119 59.9034 180.125 54.448 179.752C43.6993 179.017 30.2969 176.779 21.5346 170.357C20.5043 169.602 19.4768 168.958 18.3636 168.218C17.3176 167.524 16.1779 166.732 15.2458 165.819C14.2984 164.89 13.3908 163.668 13.0709 162.066C12.7441 160.429 13.1094 158.798 13.9419 157.216C16.3858 152.57 19.2339 148.669 22.2962 145.945C25.3278 143.248 28.8445 141.473 32.525 141.731C34.7069 141.884 39.0826 141.822 43.5397 142.674C47.5182 143.433 49.2253 143.552 51.239 143.843C53.307 144.142 55.3383 144.585 59.4894 145.903C64.1587 147.387 67.2205 148.848 69.6416 149.992C72.0743 151.141 73.6261 151.844 75.5826 152.152C77.6005 152.47 79.755 152.786 81.6371 153.617C83.6945 154.526 85.3515 155.995 86.6448 158.37C87.9825 160.827 88.7771 163.414 88.7518 166.076C88.7261 168.763 87.8645 171.347 86.1733 173.763C84.4097 176.282 81.1807 177.716 78.9458 178.499C77.7421 178.92 76.6323 179.216 75.8257 179.408C75.4206 179.504 75.0868 179.575 74.8498 179.623C74.7314 179.646 74.6365 179.664 74.5688 179.677C74.5352 179.683 74.5078 179.688 74.4878 179.692C74.478 179.693 74.4694 179.695 74.463 179.696C74.4598 179.697 74.4565 179.697 74.4542 179.698C74.453 179.698 74.4521 179.698 74.4512 179.698L74.4502 179.698C74.4489 179.694 74.4303 179.591 74.0026 177.1ZM74.0026 177.1L74.2304 179.727L74.3405 179.717L74.4492 179.699L74.0026 177.1Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.2747" /> <path d="M16.601 163.963L22.5111 169.077C31.6803 161.014 39.3599 145.829 41.4021 144.334C39.1477 143.308 31.3778 144.823 29.3796 141.909C25.6917 144.54 19.7114 151.298 17.6882 154.348C13.7072 159.607 15.6419 162.949 16.601 163.963Z" fill="%23646464" /> <path d="M111.283 32.3864C160.037 33.0568 200.45 61.8663 199.874 103.707C199.597 123.89 195.413 138.607 181.287 148.389C167.524 157.92 144.766 162.393 108.638 163.987L108.509 163.994L108.38 163.987C75.1987 162.213 53.0664 157.119 39.3059 147.019C25.2589 136.709 20.3942 121.567 20.6736 101.243C21.2488 59.3999 62.5325 31.7162 111.283 32.3864Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.2747" /> <path d="M55.8584 204.695C58.4383 202.711 62.4246 200.956 68.1396 201.311C74.8645 201.728 78.9692 203.372 81.4678 205.181C82.7156 206.084 83.5277 207.004 84.0459 207.772C84.3033 208.153 84.4835 208.491 84.6084 208.763C84.6708 208.898 84.719 209.017 84.7559 209.116C84.7743 209.166 84.7907 209.21 84.8037 209.249C84.8102 209.269 84.816 209.287 84.8213 209.304C84.8239 209.312 84.8258 209.321 84.8281 209.328L84.834 209.346C84.8323 209.349 84.7549 209.374 82.3057 210.097L84.835 209.351L84.8887 209.533L84.916 209.721V209.723C84.9162 209.724 84.9168 209.725 84.917 209.727C84.9175 209.73 84.9179 209.736 84.9189 209.743C84.9209 209.757 84.924 209.777 84.9277 209.804C84.9353 209.857 84.9469 209.936 84.9609 210.036C84.9891 210.237 85.0291 210.528 85.0781 210.89C85.1761 211.614 85.3095 212.626 85.4502 213.779C85.7296 216.069 86.0463 218.979 86.1699 221.297C86.2877 223.507 86.3543 226.294 86.3916 228.508C86.4103 229.619 86.4219 230.594 86.4287 231.291C86.4307 231.497 86.4314 231.679 86.4326 231.833C86.548 232.094 86.6891 232.429 86.8252 232.81C87.111 233.61 87.5312 235.001 87.3916 236.384C87.1938 238.343 85.9473 239.667 84.8105 240.476C83.6681 241.289 82.3126 241.825 81.1494 242.187C79.9577 242.557 78.8028 242.792 77.9609 242.935C77.5359 243.007 77.1805 243.057 76.9268 243.09C76.7997 243.106 76.6972 243.118 76.624 243.126C76.5874 243.13 76.5579 243.134 76.5361 243.136C76.5253 243.137 76.5158 243.137 76.5088 243.138C76.5055 243.138 76.5024 243.139 76.5 243.139C76.4989 243.139 76.498 243.14 76.4971 243.14H76.4951L76.2402 240.515L76.4941 243.14L76.4316 243.146L76.3682 243.149H76.3643C76.362 243.149 76.3585 243.149 76.3545 243.15C76.3465 243.15 76.335 243.151 76.3203 243.151C76.2907 243.153 76.2478 243.154 76.1924 243.156C76.0812 243.161 75.9194 243.168 75.7139 243.176C75.3028 243.191 74.7145 243.211 74 243.228C72.5734 243.261 70.6294 243.284 68.5771 243.239C66.5362 243.195 64.3331 243.082 62.4043 242.834C61.4404 242.71 60.4973 242.546 59.6533 242.325C58.8487 242.114 57.9483 241.805 57.1943 241.303C54.1093 239.246 52.4 236.837 51.5664 233.938C50.7929 231.247 50.8215 228.23 50.833 225.208C50.8447 222.135 51.1169 218.266 51.3789 215.212C51.5108 213.675 51.642 212.326 51.7402 211.36C51.7893 210.878 51.8306 210.49 51.8594 210.223C51.8737 210.089 51.8848 209.985 51.8926 209.914C51.8965 209.879 51.8993 209.851 51.9014 209.832C51.9024 209.823 51.9038 209.816 51.9043 209.812V209.804V209.803L51.9561 209.342L52.1621 208.926L54.5254 210.097C52.1627 208.926 52.1633 208.924 52.1641 208.923C52.1644 208.922 52.1655 208.921 52.166 208.92C52.167 208.918 52.1678 208.915 52.1689 208.913C52.1712 208.909 52.174 208.904 52.1768 208.899C52.1823 208.888 52.1889 208.875 52.1963 208.86C52.2111 208.832 52.2296 208.797 52.252 208.756C52.2968 208.674 52.3577 208.567 52.4346 208.441C52.5882 208.187 52.8082 207.849 53.1035 207.458C53.6932 206.677 54.5903 205.671 55.8584 204.695Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.2747" /> <path d="M161.336 204.695C158.756 202.711 154.77 200.956 149.055 201.311C142.33 201.728 138.225 203.372 135.727 205.181C134.479 206.084 133.667 207.004 133.148 207.772C132.891 208.153 132.711 208.491 132.586 208.763C132.524 208.898 132.475 209.017 132.438 209.116C132.42 209.166 132.404 209.21 132.391 209.249C132.384 209.269 132.378 209.287 132.373 209.304C132.37 209.312 132.369 209.321 132.366 209.328L132.36 209.346C132.362 209.349 132.439 209.374 134.889 210.097L132.359 209.351L132.306 209.533L132.278 209.721V209.723C132.278 209.724 132.278 209.725 132.277 209.727C132.277 209.73 132.276 209.736 132.275 209.743C132.273 209.757 132.27 209.777 132.267 209.804C132.259 209.857 132.247 209.936 132.233 210.036C132.205 210.237 132.165 210.528 132.116 210.89C132.018 211.614 131.885 212.626 131.744 213.779C131.465 216.069 131.148 218.979 131.024 221.297C130.907 223.507 130.84 226.294 130.803 228.508C130.784 229.619 130.772 230.594 130.766 231.291C130.764 231.497 130.763 231.679 130.762 231.833C130.646 232.094 130.505 232.429 130.369 232.81C130.083 233.61 129.663 235.001 129.803 236.384C130 238.343 131.247 239.666 132.384 240.475C133.526 241.288 134.882 241.825 136.045 242.187C137.237 242.557 138.392 242.792 139.233 242.935C139.658 243.007 140.014 243.057 140.268 243.09C140.395 243.106 140.497 243.118 140.57 243.126C140.607 243.13 140.636 243.134 140.658 243.136C140.669 243.137 140.679 243.137 140.686 243.138C140.689 243.138 140.692 243.139 140.694 243.139C140.695 243.139 140.696 243.14 140.697 243.14H140.699L140.954 240.515L140.7 243.14L140.763 243.146L140.826 243.149H140.83C140.832 243.149 140.836 243.149 140.84 243.15C140.848 243.15 140.859 243.151 140.874 243.151C140.904 243.153 140.947 243.154 141.002 243.156C141.113 243.161 141.275 243.168 141.48 243.176C141.892 243.191 142.48 243.211 143.194 243.228C144.621 243.261 146.565 243.284 148.617 243.239C150.658 243.195 152.861 243.082 154.79 242.834C155.754 242.71 156.697 242.546 157.541 242.325C158.346 242.114 159.246 241.805 160 241.303C163.085 239.246 164.794 236.837 165.628 233.938C166.401 231.247 166.373 228.23 166.361 225.208C166.35 222.135 166.077 218.266 165.815 215.212C165.684 213.675 165.552 212.326 165.454 211.36C165.405 210.878 165.364 210.49 165.335 210.223C165.321 210.089 165.31 209.985 165.302 209.914C165.298 209.879 165.295 209.851 165.293 209.832C165.292 209.823 165.291 209.816 165.29 209.812V209.804V209.803L165.238 209.342L165.032 208.926L162.669 210.097C165.032 208.926 165.031 208.924 165.03 208.923C165.03 208.922 165.029 208.921 165.028 208.92C165.027 208.918 165.027 208.915 165.025 208.913C165.023 208.909 165.02 208.904 165.018 208.899C165.012 208.888 165.005 208.875 164.998 208.86C164.983 208.832 164.965 208.797 164.942 208.756C164.898 208.674 164.837 208.567 164.76 208.441C164.606 208.187 164.386 207.849 164.091 207.458C163.501 206.677 162.604 205.671 161.336 204.695Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.2747" /> <path d="M160.016 156.45C161.65 154.56 161.737 154.461 161.742 154.457L161.744 154.457C161.745 154.459 161.747 154.46 161.749 154.462C161.753 154.466 161.759 154.471 161.766 154.477C161.781 154.49 161.802 154.508 161.829 154.532C161.883 154.579 161.962 154.648 162.063 154.738C162.265 154.917 162.558 155.18 162.93 155.519C163.675 156.198 164.736 157.185 166.015 158.431C168.572 160.919 172.013 164.451 175.548 168.623C182.513 176.843 190.251 188.012 191.754 198.772C191.931 200.037 192.185 201.222 192.431 202.536C192.662 203.77 192.889 205.139 192.883 206.444C192.878 207.771 192.634 209.274 191.709 210.619C190.763 211.995 189.339 212.87 187.624 213.376C182.589 214.862 177.807 215.538 173.719 215.241C169.672 214.948 165.948 213.664 163.568 210.845C162.157 209.173 159.062 206.079 156.566 202.29C154.337 198.907 153.233 197.6 152.038 195.954C150.81 194.263 149.712 192.498 147.764 188.602C145.573 184.22 144.486 181.006 143.619 178.473C142.747 175.927 142.17 174.324 141.027 172.707C139.848 171.039 138.573 169.273 137.857 167.345C137.075 165.236 136.973 163.024 137.774 160.441C138.604 157.769 139.905 155.396 141.831 153.559C143.776 151.704 146.229 150.521 149.14 150.05C152.176 149.558 155.455 150.874 157.574 151.931C158.715 152.5 159.701 153.089 160.401 153.534C160.752 153.758 161.035 153.948 161.235 154.084C161.334 154.153 161.413 154.208 161.469 154.248C161.497 154.268 161.52 154.284 161.537 154.296C161.545 154.302 161.552 154.307 161.557 154.31C161.56 154.312 161.562 154.314 161.564 154.316C161.565 154.316 161.566 154.317 161.567 154.317L161.568 154.318C161.565 154.322 161.505 154.407 160.016 156.45ZM160.016 156.45L161.741 154.456L161.658 154.383L161.569 154.318L160.016 156.45Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.2747" /> <path d="M57.8247 146.887C60.2756 145.07 64.2527 143.229 68.6704 145.298C82.4014 151.731 99.2497 154.646 114.656 154.474C130.168 154.301 143.665 151.007 150.991 145.569C152.966 144.102 155.194 144.306 156.9 144.92C158.569 145.521 160.122 146.625 161.363 147.671C162.635 148.744 163.746 149.9 164.528 150.772C164.922 151.211 165.241 151.587 165.464 151.857C165.576 151.992 165.664 152.101 165.726 152.178C165.757 152.217 165.781 152.248 165.798 152.27C165.807 152.281 165.814 152.291 165.82 152.297C165.822 152.301 165.825 152.304 165.827 152.306C165.827 152.307 165.828 152.308 165.829 152.309L165.83 152.31C165.827 152.313 165.751 152.372 163.814 153.876L165.831 152.311L166.265 152.872L166.361 153.575V153.578C166.361 153.58 166.361 153.583 166.362 153.586C166.363 153.594 166.365 153.605 166.367 153.619C166.371 153.647 166.376 153.689 166.383 153.745C166.398 153.855 166.42 154.018 166.448 154.229C166.503 154.651 166.583 155.268 166.681 156.047C166.878 157.606 167.149 159.818 167.447 162.433C168.042 167.658 168.745 174.518 169.171 181.007C170.024 193.968 170.717 202.167 164.516 214.347C162.52 218.267 159.077 221.05 154.949 223.039C150.831 225.022 145.877 226.293 140.576 227.125C129.99 228.788 117.435 228.781 106.215 228.781C97.5544 228.781 85.9541 228.195 75.9058 226.59C70.8901 225.789 66.1584 224.719 62.3413 223.294C58.6743 221.926 55.2413 220.016 53.6304 217.151C47.4248 206.111 48.0452 194.594 48.6675 182.799C49.0209 176.102 50.2009 168.369 51.2778 162.365C51.8183 159.351 52.3373 156.75 52.7212 154.901C52.9131 153.976 53.0714 153.239 53.1821 152.731C53.2375 152.477 53.2812 152.28 53.311 152.146C53.3259 152.079 53.3374 152.028 53.3452 151.993C53.3491 151.975 53.3519 151.962 53.354 151.953C53.355 151.948 53.3564 151.944 53.3569 151.942V151.938C53.3571 151.938 53.3688 151.941 55.0005 152.311L53.3579 151.938L53.4702 151.441L53.7603 151.022L55.9292 152.522C53.7598 151.022 53.7607 151.021 53.7612 151.02L53.7622 151.018C53.7631 151.017 53.7641 151.016 53.7651 151.014C53.7672 151.011 53.7702 151.007 53.7729 151.003C53.7784 150.996 53.7854 150.986 53.7935 150.974C53.8099 150.951 53.8311 150.92 53.8579 150.883C53.9118 150.809 53.9876 150.709 54.0825 150.585C54.272 150.339 54.5431 150.001 54.8872 149.611C55.5685 148.837 56.5704 147.817 57.8247 146.887Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.2747" /> <path d="M197.237 103.671C196.689 143.544 180.816 158.336 108.518 161.539C42.2667 157.989 22.6955 140.967 23.2437 101.093C54.627 128.342 72.232 137.54 108.519 139.011C146.969 140.57 170.319 135.128 197.237 103.671Z" fill="%23F7FBF8" /> <path d="M85.3671 148.842C85.3671 148.842 108.558 145.874 131.186 148.842C136.04 149.479 141.003 149.985 143.062 152.854C146.994 158.331 140.703 164.569 134.958 168.098C129.341 171.548 120.472 174.504 110.644 174.597C100.452 174.694 92.1879 171.789 85.3671 168.098C79.3843 164.861 72.9805 158.384 76.9415 152.854C79.0635 149.891 85.3671 148.842 85.3671 148.842Z" fill="%23F0F6F2" /> <ellipse cx="158.043" cy="110.985" rx="16.0457" ry="12.8366" fill="%23EADA88" /> <path d="M149.664 113.574C149.7 113.574 163.553 113.523 163.587 113.538C163.615 113.549 163.693 113.604 163.722 113.574C163.747 113.549 163.734 113.516 163.776 113.506C163.836 113.492 163.933 113.518 163.994 113.528C164.095 113.545 164.186 113.542 164.288 113.535C164.418 113.527 164.538 113.555 164.666 113.522C164.772 113.494 164.932 113.395 165.04 113.432C165.103 113.454 165.167 113.533 165.233 113.533C165.332 113.533 165.449 113.447 165.552 113.432C165.603 113.425 165.828 113.479 165.771 113.392C165.77 113.39 165.989 113.326 166.014 113.32C166.095 113.299 166.175 113.331 166.256 113.339C166.356 113.349 166.445 113.336 166.542 113.315C166.655 113.29 166.777 113.308 166.886 113.344C166.964 113.37 166.982 113.365 166.993 113.257C166.996 113.223 166.993 113.262 166.995 113.27C167 113.295 167.054 113.274 167.063 113.271C167.113 113.261 167.221 113.212 167.268 113.222C167.328 113.235 167.365 113.285 167.433 113.294C167.486 113.302 167.538 113.305 167.591 113.305" stroke="%23676564" stroke-width="4.73258" stroke-linecap="round" /> <ellipse cx="59.8806" cy="110.985" rx="16.0457" ry="12.8366" fill="%23EADA88" /> <path d="M51.5015 113.574C51.5374 113.574 65.3906 113.523 65.4254 113.538C65.4531 113.549 65.5312 113.604 65.56 113.574C65.5847 113.549 65.5723 113.516 65.6139 113.506C65.6737 113.492 65.7711 113.518 65.8315 113.528C65.9326 113.545 66.0243 113.542 66.1257 113.535C66.2557 113.527 66.3758 113.555 66.5039 113.522C66.6096 113.494 66.7702 113.395 66.8779 113.432C66.9406 113.454 67.0047 113.533 67.0706 113.533C67.1701 113.533 67.287 113.447 67.3897 113.432C67.4412 113.425 67.6659 113.479 67.6094 113.392C67.608 113.39 67.8273 113.326 67.8518 113.32C67.933 113.299 68.0132 113.331 68.0943 113.339C68.1936 113.349 68.2833 113.336 68.3802 113.315C68.4932 113.29 68.6146 113.308 68.7242 113.344C68.8016 113.37 68.82 113.365 68.8309 113.257C68.8344 113.223 68.8314 113.262 68.833 113.27C68.8377 113.295 68.8919 113.274 68.9013 113.271C68.9506 113.261 69.0588 113.212 69.1055 113.222C69.1662 113.235 69.2026 113.285 69.2712 113.294C69.3242 113.302 69.3756 113.305 69.4287 113.305" stroke="%23676564" stroke-width="4.73258" stroke-linecap="round" /> <path d="M103.738 132.257C104.592 132.987 105.746 133.459 106.885 132.987C107.357 132.791 107.602 132.635 108.064 132.196C108.349 131.925 108.504 131.688 108.785 131.378C109.044 131.094 109.311 130.66 109.512 130.424C109.707 130.194 109.935 130.698 110.096 130.892C110.39 131.248 110.5 131.26 110.867 131.527C111.508 131.992 112.109 132.711 112.925 132.987C113.684 133.244 114.079 133.18 114.816 132.987C115.416 132.829 115.836 132.526 116.345 132.257" stroke="%23676564" stroke-width="2.81317" stroke-linecap="round" /> <path d="M191.581 206.937L189.69 198.827C178.411 200.652 170.662 200.263 168.198 199.841C169.023 202.173 167.854 209.683 167.166 213.147C171.568 213.958 179.775 212.809 183.328 212.133C189.793 211.322 191.524 208.331 191.581 206.937Z" fill="%23646464" /> <path d="M89.3921 238.344L86.6819 233.31C74.7937 238.344 57.4342 234.075 53.9028 233.813C50.7885 234.568 52.896 237.085 55.8845 240.609C62.1918 241.112 72.474 241.988 77.5659 241.569C86.8297 241.065 89.31 239.209 89.3921 238.344Z" fill="%23646464" /> <path d="M129.412 238.344L132.122 233.31C144.01 238.344 161.369 234.075 164.901 233.813C168.015 234.568 165.908 237.085 162.919 240.609C156.612 241.112 146.33 241.988 141.238 241.569C131.974 241.065 129.494 239.209 129.412 238.344Z" fill="%23646464" /> <path d="M152.86 3.21974C137.31 16.6754 132.222 30.7952 131.622 36.1731C138.161 43.437 148.116 42.3911 152.275 40.9601C146.871 26.6734 150.413 9.84705 152.86 3.21974Z" fill="%23F5EBBB" stroke="%23646464" stroke-width="5.03394" stroke-linejoin="round" /> <path d="M65.7013 3.21974C81.2512 16.6754 86.3392 30.7952 86.9395 36.1731C80.3997 43.437 70.4454 42.3911 66.2857 40.9601C71.6899 26.6734 68.1478 9.84705 65.7013 3.21974Z" fill="%23F5EBBB" stroke="%23646464" stroke-width="5.03394" stroke-linejoin="round" /> <path d="M209.323 13.8291C199.132 15.2134 172.535 35.9696 158.105 42.7465L164.523 46.5348C164.523 46.5348 172.172 47.6413 177.108 47.9239C182.456 48.2299 190.825 47.9239 190.825 47.9239C219.013 45.1963 214.609 22.9631 209.323 13.8291Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.03394" stroke-linejoin="round" /> <path d="M9.48041 13.8291C19.6717 15.2134 46.2684 35.9696 60.6983 42.7465L54.2803 46.5348C54.2803 46.5348 46.6321 47.6413 41.6959 47.9239C36.3479 48.2299 27.9791 47.9239 27.9791 47.9239C-0.20963 45.1963 4.19502 22.9631 9.48041 13.8291Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="5.03394" stroke-linejoin="round" /> <path d="M200.911 37.9185C208.785 28.6532 185.343 41.539 192.034 40.9491C196.795 40.5293 196.132 40.3112 199.887 38.7473" stroke="%23FDE8F1" stroke-width="5.64362" stroke-linecap="round" /> <path d="M16.8947 37.9185C9.02055 28.6532 32.4625 41.539 25.7717 40.9491C21.0102 40.5293 21.6735 40.3112 17.9183 38.7473" stroke="%23FDE8F1" stroke-width="5.64362" stroke-linecap="round" /> <path d="M104.737 121.43C104.737 121.43 107.19 123.71 109.144 123.817C111.322 123.936 114.193 121.43 114.193 121.43" stroke="%23646464" stroke-width="2.66547" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-11 {
    width: min(16.875vw, 216px);
    z-index: 3;
    bottom: min(11.71875vw, 150px);
    left: min(16.09375vw, 206px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-11 {
    width: 26.1538461538vw;
    z-index: 4;
    bottom: 58.7179487179vw;
    left: 17.4358974359vw;
  }
}
.KV--character_area .chara.chara-12 {
  aspect-ratio: 183/220;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="183" height="220" viewBox="0 0 183 220" fill="none"><path d="M92.7015 8.72504C140.84 9.38692 180.741 37.8325 180.173 79.144C179.9 99.0719 175.768 113.604 161.821 123.262C148.232 132.673 125.761 137.089 90.089 138.663L89.962 138.669L89.8351 138.663C57.0732 136.911 35.2207 131.881 21.6341 121.909C7.76465 111.729 2.96121 96.7783 3.23706 76.7117C3.8051 35.3972 44.5671 8.06335 92.7015 8.72504Z" fill="%23868686" stroke="%23646464" stroke-width="5.20805" /> <path d="M58.1011 214.223L58.353 216.815H58.3579L58.3931 216.811C58.4145 216.809 58.4439 216.805 58.48 216.801C58.5523 216.793 58.6533 216.781 58.7788 216.765C59.0294 216.733 59.3805 216.684 59.8003 216.613C60.6316 216.472 61.772 216.24 62.9487 215.874C64.0972 215.517 65.435 214.987 66.563 214.184C67.6853 213.385 68.9165 212.079 69.1118 210.145C69.2497 208.78 68.8354 207.406 68.5532 206.616C68.4188 206.239 68.2795 205.909 68.1655 205.651C68.1643 205.499 68.1626 205.32 68.1606 205.117C68.1539 204.428 68.143 203.465 68.1245 202.368C68.0877 200.182 68.0221 197.43 67.9058 195.248C67.7837 192.959 67.4707 190.088 67.1948 187.827C67.0559 186.688 66.9244 185.688 66.8276 184.973C66.7792 184.615 66.7392 184.328 66.7114 184.129C66.6975 184.03 66.6867 183.953 66.6792 183.901C66.6755 183.874 66.6724 183.854 66.6704 183.84C66.6694 183.833 66.669 183.828 66.6685 183.825C66.6682 183.823 66.6676 183.822 66.6675 183.821V183.819L66.6411 183.633L66.5874 183.453L64.0903 184.19C66.5878 183.453 66.5872 183.45 66.5864 183.448C66.5862 183.447 66.585 183.445 66.5845 183.443C66.5834 183.439 66.5827 183.435 66.5815 183.431C66.5792 183.423 66.5763 183.415 66.5737 183.407C66.5685 183.39 66.5625 183.372 66.5562 183.353C66.5433 183.314 66.5284 183.27 66.5103 183.221C66.4739 183.123 66.4263 183.006 66.3647 182.872C66.2414 182.604 66.0623 182.271 65.8081 181.894C65.2964 181.135 64.4944 180.227 63.2622 179.335C60.7951 177.55 56.7427 175.927 50.103 175.515C44.4602 175.165 40.5243 176.896 37.9771 178.856C36.7248 179.819 35.8396 180.813 35.2573 181.584C34.9657 181.97 34.7479 182.304 34.5962 182.554C34.5203 182.679 34.4608 182.785 34.4165 182.866C34.3943 182.906 34.3755 182.941 34.3608 182.969C34.3536 182.983 34.3468 182.995 34.3413 183.006C34.3387 183.011 34.3367 183.016 34.3345 183.021C34.3333 183.023 34.3316 183.026 34.3306 183.028C34.3301 183.029 34.3299 183.03 34.3296 183.031C34.3289 183.032 34.3284 183.034 36.6616 184.19L34.3276 183.034L34.1245 183.445L34.0737 183.9V183.901L34.0728 183.902C34.0726 183.903 34.073 183.905 34.0728 183.908C34.0722 183.912 34.0708 183.92 34.0698 183.929C34.0678 183.947 34.0649 183.974 34.061 184.009C34.0533 184.079 34.042 184.182 34.0278 184.314C33.9994 184.578 33.9591 184.961 33.9106 185.438C33.8137 186.391 33.6844 187.723 33.5542 189.241C33.2955 192.256 33.0267 196.076 33.0151 199.11C33.0038 202.094 32.976 205.072 33.7397 207.729C34.5628 210.592 36.2503 212.971 39.2964 215.001C40.0408 215.498 40.9298 215.803 41.7241 216.011C42.5574 216.229 43.4883 216.391 44.4399 216.513C46.3446 216.758 48.5202 216.869 50.5356 216.913C52.5619 216.958 54.4806 216.936 55.8892 216.903C56.5948 216.886 57.1756 216.866 57.5815 216.851C57.7846 216.843 57.9444 216.837 58.0542 216.832C58.1087 216.83 58.151 216.828 58.1802 216.827C58.1948 216.826 58.2064 216.825 58.2144 216.825C58.2183 216.824 58.2219 216.825 58.2241 216.825L58.2261 216.824H58.2271L58.1011 214.223ZM58.1011 214.223L58.228 216.824L58.2905 216.821L58.3521 216.815L58.1011 214.223Z" fill="%23E7D88A" stroke="%23646464" stroke-width="5.20805" /> <path d="M121.998 214.223L121.746 216.815H121.741L121.706 216.811C121.684 216.809 121.655 216.805 121.619 216.801C121.546 216.793 121.445 216.781 121.32 216.765C121.069 216.733 120.718 216.684 120.298 216.613C119.467 216.472 118.327 216.24 117.15 215.874C116.001 215.517 114.664 214.987 113.536 214.184C112.413 213.385 111.182 212.079 110.987 210.145C110.849 208.78 111.263 207.406 111.545 206.616C111.68 206.239 111.819 205.909 111.933 205.651C111.934 205.499 111.936 205.32 111.938 205.117C111.945 204.428 111.956 203.465 111.974 202.368C112.011 200.182 112.077 197.43 112.193 195.248C112.315 192.959 112.628 190.088 112.904 187.827C113.043 186.688 113.174 185.688 113.271 184.973C113.319 184.615 113.359 184.328 113.387 184.129C113.401 184.03 113.412 183.953 113.419 183.901C113.423 183.874 113.426 183.854 113.428 183.84C113.429 183.833 113.43 183.828 113.43 183.825C113.43 183.823 113.431 183.822 113.431 183.821V183.819L113.458 183.633L113.511 183.453L116.008 184.19C113.511 183.453 113.511 183.45 113.512 183.448C113.512 183.447 113.514 183.445 113.514 183.443C113.515 183.439 113.516 183.435 113.517 183.431C113.519 183.423 113.522 183.415 113.525 183.407C113.53 183.39 113.536 183.372 113.542 183.353C113.555 183.314 113.57 183.27 113.588 183.221C113.625 183.123 113.672 183.006 113.734 182.872C113.857 182.604 114.036 182.271 114.291 181.894C114.802 181.135 115.604 180.227 116.836 179.335C119.304 177.55 123.356 175.927 129.996 175.515C135.638 175.165 139.574 176.896 142.122 178.856C143.374 179.819 144.259 180.813 144.841 181.584C145.133 181.97 145.351 182.304 145.502 182.554C145.578 182.679 145.638 182.785 145.682 182.866C145.704 182.906 145.723 182.941 145.738 182.969C145.745 182.983 145.752 182.995 145.757 183.006C145.76 183.011 145.762 183.016 145.764 183.021C145.765 183.023 145.767 183.026 145.768 183.028C145.769 183.029 145.769 183.03 145.769 183.031C145.77 183.032 145.77 183.034 143.437 184.19L145.771 183.034L145.974 183.445L146.025 183.9V183.901L146.026 183.902C146.026 183.903 146.026 183.905 146.026 183.908C146.026 183.912 146.028 183.92 146.029 183.929C146.031 183.947 146.034 183.974 146.038 184.009C146.045 184.079 146.057 184.182 146.071 184.314C146.099 184.578 146.14 184.961 146.188 185.438C146.285 186.391 146.414 187.723 146.544 189.241C146.803 192.256 147.072 196.076 147.083 199.11C147.095 202.094 147.123 205.072 146.359 207.729C145.536 210.592 143.848 212.971 140.802 215.001C140.058 215.498 139.169 215.803 138.375 216.011C137.541 216.229 136.61 216.391 135.659 216.513C133.754 216.758 131.578 216.869 129.563 216.913C127.537 216.958 125.618 216.936 124.209 216.903C123.504 216.886 122.923 216.866 122.517 216.851C122.314 216.843 122.154 216.837 122.044 216.832C121.99 216.83 121.948 216.828 121.918 216.827C121.904 216.826 121.892 216.825 121.884 216.825C121.88 216.824 121.877 216.825 121.875 216.825L121.873 216.824H121.872L121.998 214.223ZM121.998 214.223L121.871 216.824L121.808 216.821L121.747 216.815L121.998 214.223Z" fill="%23E7D88A" stroke="%23646464" stroke-width="5.20805" /> <path d="M41.1519 124.184C39.5408 122.32 39.4535 122.219 39.4483 122.214L39.4457 122.215C39.4445 122.217 39.4429 122.218 39.4411 122.219C39.437 122.223 39.4313 122.228 39.4242 122.234C39.4097 122.247 39.3883 122.265 39.3616 122.289C39.3083 122.335 39.2309 122.404 39.1312 122.492C38.9315 122.669 38.6423 122.929 38.2749 123.263C37.5398 123.934 36.4917 124.908 35.2285 126.138C32.7044 128.595 29.3061 132.082 25.8157 136.201C18.9387 144.317 11.2994 155.347 9.81549 165.97C9.64099 167.219 9.38954 168.389 9.14686 169.686C8.91882 170.904 8.69435 172.256 8.69965 173.544C8.7051 174.854 8.94595 176.338 9.8596 177.667C10.7934 179.025 12.1995 179.889 13.893 180.389C18.8643 181.856 23.5864 182.524 27.6227 182.231C31.6185 181.941 35.2959 180.673 37.646 177.89C39.0393 176.24 42.0939 173.184 44.5588 169.442C46.759 166.103 47.8497 164.813 49.0297 163.188C50.2416 161.518 51.3263 159.774 53.2497 155.927C55.4129 151.601 56.4853 148.428 57.3417 145.927C58.2021 143.414 58.7724 141.831 59.9008 140.234C61.0648 138.587 62.3237 136.844 63.0305 134.939C63.8032 132.857 63.9034 130.673 63.1119 128.123C62.2931 125.485 61.009 123.142 59.1074 121.328C57.1868 119.496 54.7645 118.328 51.8905 117.863C48.8932 117.378 45.6557 118.678 43.5634 119.721C42.4365 120.283 41.4623 120.864 40.7716 121.303C40.4246 121.524 40.1449 121.712 39.9481 121.847C39.8499 121.914 39.7722 121.969 39.7167 122.008C39.6891 122.028 39.6665 122.044 39.6502 122.055C39.642 122.061 39.635 122.066 39.6297 122.07C39.6272 122.072 39.625 122.073 39.6232 122.075C39.6223 122.075 39.6212 122.076 39.6205 122.076L39.6192 122.078C39.6201 122.08 39.665 122.142 41.1519 124.184ZM41.1519 124.184L39.449 122.213L39.5311 122.142L39.6186 122.078L41.1519 124.184Z" fill="%23868686" stroke="%23646464" stroke-width="5.20805" /> <path d="M140.819 131.222C142.43 129.359 142.517 129.258 142.522 129.253L142.525 129.254C142.526 129.255 142.528 129.256 142.53 129.258C142.534 129.262 142.539 129.267 142.547 129.273C142.561 129.286 142.582 129.304 142.609 129.327C142.662 129.374 142.74 129.443 142.84 129.531C143.039 129.708 143.328 129.967 143.696 130.302C144.431 130.972 145.479 131.947 146.742 133.176C149.266 135.633 152.665 139.121 156.155 143.24C163.032 151.356 170.671 162.385 172.155 173.008C172.33 174.258 172.581 175.428 172.824 176.724C173.052 177.943 173.276 179.295 173.271 180.583C173.266 181.893 173.025 183.377 172.111 184.705C171.177 186.063 169.771 186.928 168.078 187.428C163.106 188.895 158.384 189.563 154.348 189.27C150.352 188.98 146.675 187.712 144.325 184.928C142.931 183.278 139.877 180.223 137.412 176.481C135.212 173.142 134.121 171.852 132.941 170.226C131.729 168.557 130.644 166.813 128.721 162.966C126.558 158.64 125.485 155.467 124.629 152.965C123.769 150.452 123.198 148.87 122.07 147.273C120.906 145.626 119.647 143.883 118.94 141.978C118.167 139.896 118.067 137.712 118.859 135.161C119.678 132.523 120.962 130.181 122.863 128.367C124.784 126.535 127.206 125.366 130.08 124.901C133.077 124.416 136.315 125.716 138.407 126.76C139.534 127.322 140.508 127.903 141.199 128.342C141.546 128.562 141.826 128.751 142.023 128.886C142.121 128.953 142.199 129.008 142.254 129.047C142.282 129.067 142.304 129.082 142.321 129.094C142.329 129.1 142.336 129.105 142.341 129.109C142.343 129.111 142.346 129.112 142.348 129.113C142.348 129.114 142.35 129.114 142.35 129.115L142.351 129.116C142.351 129.119 142.306 129.181 140.819 131.222ZM140.819 131.222L142.522 129.252L142.44 129.181L142.352 129.117L140.819 131.222Z" fill="%23868686" stroke="%23646464" stroke-width="5.20805" /> <path d="M39.9175 121.78C42.3373 119.985 46.2647 118.167 50.6265 120.21C64.184 126.561 80.8203 129.44 96.0317 129.27C111.348 129.098 124.673 125.847 131.907 120.478C133.858 119.03 136.057 119.232 137.742 119.838C139.389 120.431 140.923 121.521 142.148 122.554C143.404 123.613 144.501 124.754 145.273 125.615C145.662 126.049 145.978 126.42 146.198 126.687C146.308 126.82 146.395 126.927 146.456 127.003C146.486 127.041 146.511 127.072 146.528 127.094C146.536 127.105 146.543 127.115 146.548 127.121C146.551 127.125 146.553 127.127 146.555 127.129C146.556 127.13 146.557 127.131 146.557 127.132L146.558 127.133C146.558 127.134 146.559 127.135 144.568 128.681L146.559 127.134L146.989 127.688L147.083 128.382V128.383L147.083 128.385C147.084 128.387 147.084 128.39 147.084 128.394C147.085 128.401 147.086 128.412 147.088 128.426C147.092 128.454 147.098 128.496 147.105 128.55C147.12 128.659 147.141 128.82 147.168 129.029C147.223 129.446 147.302 130.054 147.399 130.823C147.593 132.363 147.862 134.547 148.156 137.129C148.743 142.288 149.437 149.061 149.858 155.469C150.699 168.265 151.384 176.361 145.261 188.387C143.291 192.257 139.891 195.005 135.815 196.968C131.75 198.926 126.858 200.181 121.624 201.003C111.172 202.645 98.7748 202.638 87.6968 202.638C79.1454 202.638 67.6923 202.06 57.771 200.475C52.8188 199.684 48.1472 198.627 44.3784 197.221C40.7575 195.87 37.3673 193.984 35.7769 191.155C29.6498 180.255 30.262 168.883 30.8765 157.238C31.2254 150.625 32.3902 142.99 33.4536 137.062C33.9873 134.086 34.4994 131.517 34.8784 129.692C35.068 128.779 35.2251 128.05 35.3345 127.549C35.3892 127.298 35.432 127.104 35.4614 126.972C35.4761 126.906 35.4878 126.855 35.4956 126.821C35.4994 126.804 35.5023 126.791 35.5044 126.781C35.5054 126.777 35.5058 126.773 35.5063 126.771C35.5066 126.77 35.5072 126.769 35.5073 126.768V126.767V126.766L35.6187 126.276L35.9048 125.862L38.0474 127.342C35.9054 125.861 35.9052 125.86 35.9058 125.86L35.9077 125.859C35.9086 125.857 35.9086 125.855 35.9097 125.854C35.9117 125.851 35.9148 125.848 35.9175 125.844C35.9229 125.836 35.9299 125.826 35.938 125.815C35.9542 125.792 35.9759 125.762 36.0024 125.726C36.0557 125.653 36.1295 125.553 36.2231 125.431C36.4103 125.188 36.6783 124.854 37.0181 124.468C37.6907 123.705 38.6794 122.698 39.9175 121.78Z" fill="%23868686" stroke="%23646464" stroke-width="5.20805" /> <path d="M177.569 79.1087C177.028 118.478 161.356 133.083 89.972 136.246C24.5576 132.74 5.2337 115.933 5.7749 76.5637C36.7616 103.468 54.1442 112.55 89.9729 114.002C127.937 115.541 150.991 110.168 177.569 79.1087Z" fill="%23868686" /> <path d="M67.1138 123.71C67.1138 123.71 90.0112 120.778 112.354 123.71C117.147 124.338 122.047 124.838 124.08 127.671C127.962 133.079 121.751 139.238 116.078 142.722C110.532 146.129 101.775 149.047 92.0712 149.139C82.0081 149.235 73.8484 146.366 67.1138 142.722C61.2066 139.526 54.8837 133.131 58.7947 127.671C60.8899 124.745 67.1138 123.71 67.1138 123.71Z" fill="%23827D7D" /> <path d="M46.6743 84.1594C46.9133 84.2073 46.913 84.1939 47.2141 84.2008C47.2722 84.2021 47.4495 84.2373 47.5105 84.2373C47.5771 84.2373 47.6844 84.213 47.7475 84.2265C47.8007 84.2378 47.8921 84.1934 47.9444 84.2008C47.9824 84.2062 48.1401 84.2317 48.1773 84.2373C48.2041 84.2414 48.2255 84.2282 48.2514 84.2265C48.3427 84.2202 48.394 84.2588 48.4842 84.267C48.5679 84.2745 48.8014 84.2555 48.8759 84.291C48.9178 84.3109 48.7094 84.3155 48.757 84.3031C48.8233 84.2858 48.966 84.3171 49.0346 84.3203C49.1184 84.3243 49.1458 84.2977 49.2291 84.291C49.2625 84.2883 49.2969 84.2811 49.3238 84.2999C49.3526 84.32 49.3609 84.3383 49.3973 84.3203C49.4201 84.3091 49.7861 84.2893 49.7861 84.3203" stroke="%23676564" stroke-width="3.29843" stroke-linecap="round" /> <path d="M137.757 84.3702C137.779 84.3702 137.796 84.3702 137.816 84.3803C137.833 84.3884 137.879 84.4263 137.897 84.4056C137.911 84.388 137.904 84.3652 137.929 84.3584C137.964 84.3487 138.022 84.3666 138.058 84.3736C138.118 84.3854 138.173 84.3833 138.233 84.3787C138.31 84.3727 138.381 84.3925 138.458 84.3694C138.52 84.3503 138.616 84.2811 138.68 84.307C138.717 84.3221 138.755 84.377 138.795 84.377C138.854 84.377 138.923 84.3175 138.984 84.307C139.015 84.3018 139.148 84.3393 139.115 84.2792C139.114 84.2777 139.244 84.233 139.259 84.2286C139.307 84.2141 139.355 84.2366 139.403 84.2421C139.462 84.2489 139.515 84.2399 139.573 84.2253C139.64 84.2081 139.712 84.2203 139.777 84.2455C139.823 84.2633 139.834 84.2603 139.841 84.1848C139.843 84.1609 139.841 84.1882 139.842 84.1941C139.845 84.2114 139.877 84.1964 139.883 84.1949C139.912 84.1873 139.976 84.1534 140.004 84.1603C140.04 84.1693 140.062 84.2041 140.103 84.2109C140.134 84.2162 140.165 84.2185 140.196 84.2185" stroke="%23676564" stroke-width="3.29843" stroke-linecap="round" /> <path d="M61.216 94.1789C65.0809 93.3014 66.6837 92.9141 69.7714 92.4338C72.7904 91.5418 70.2841 92.4234 72.3786 91.679C73.9949 91.1046 75.6593 89.8499 77.2503 89.2089C79.0579 88.4805 81.1038 87.5903 83.0825 87.0132C85.2019 86.395 87.8239 86.1358 90.287 86.1213C92.8563 86.1061 96.5696 86.4472 99.6186 87.0131C103.057 87.6513 104.828 87.5904 107.646 89.2089C109.951 90.5319 112.397 91.3641 115.125 93.2571C116.268 94.0494 117.341 94.9408 118.762 95.3842C120.875 96.0435 122.274 96.3226 124.456 96.676C126 96.9261 127.719 96.9753 129.152 97.6405C131.117 98.5533 132.691 99.0907 132.71 101.556C132.722 103.042 131.886 104.457 130.756 105.377C127.683 107.877 125.668 107.299 122.467 107.529C118.361 107.823 116.592 106.785 112.724 105.377C109.877 104.341 108.44 102.767 105.657 102.177C101.176 101.228 98.262 100.73 94.0608 100.424C88.4314 100.013 83.1511 102.177 79.9224 103.424C74.9934 103.931 70.9378 106.143 65.382 106.143C63.7576 106.524 62.8673 106.35 61.216 106.143C58.0634 105.748 51.2314 104.628 51.2621 100.424C51.2994 95.3269 57.5914 95.0018 61.216 94.1789Z" fill="%23E7D88A" stroke="%23646464" stroke-width="3.70053" stroke-linecap="round" /> <path d="M93.4473 2V8.20513" stroke="%23646464" stroke-width="3.70053" stroke-linecap="round" /> <path d="M88.3049 73.7097C88.2198 73.4543 88.1356 73.4289 88.1356 73.1195C87.9943 72.8439 87.8548 73.2068 87.763 72.8968C87.8449 72.5119 87.5907 71.9094 87.763 71.8298C87.8484 71.7904 87.8556 71.7154 87.8448 71.6294C87.8344 71.5461 87.7811 71.4968 87.8307 71.4121C87.8559 71.3691 87.9 71.123 87.8448 71.123" stroke="%23676564" stroke-width="1.56241" stroke-linecap="round" /> <path d="M91.2339 73.1417C91.1864 72.9922 91.1395 72.9773 91.1395 72.7962C91.0606 72.6349 90.9829 72.8473 90.9316 72.6659C90.9773 72.4406 90.8356 72.088 90.9317 72.0415C90.9793 72.0184 90.9833 71.9745 90.9773 71.9242C90.9715 71.8754 90.9418 71.8466 90.9694 71.797C90.9835 71.7718 91.008 71.6278 90.9773 71.6278" stroke="%23676564" stroke-width="1.56241" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-12 {
    width: min(14.296875vw, 183px);
    z-index: 2;
    bottom: min(11.015625vw, 141px);
    left: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-12 {
    width: 23.5897435897vw;
    z-index: 1;
    bottom: 46.6666666667vw;
    left: -0.5128205128vw;
  }
}
.KV--character_area .chara.chara-13 {
  aspect-ratio: 206/235;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="206" height="235" viewBox="0 0 206 235" fill="none"><path d="M197.052 135.555C196.442 130.121 193.301 126.328 188.731 123.917C186.577 122.781 184.624 122.457 182.654 122.824C180.873 123.155 179.228 124.046 177.782 124.803C175.818 125.831 173.849 127.315 171.883 128.873C169.86 130.477 167.814 132.18 165.486 133.887C162.859 135.813 159.142 137.914 156.003 139.565C154.45 140.382 153.066 141.075 152.072 141.563C151.667 141.761 151.327 141.925 151.067 142.05C150.714 142.035 150.256 142.028 149.741 142.056C148.679 142.114 146.974 142.332 145.558 143.265C143.039 144.925 141.559 147.695 141.036 150.481C140.513 153.275 140.887 156.403 142.471 158.974C143.841 161.198 145.136 162.971 146.94 164.118C148.791 165.295 150.86 165.617 153.279 165.742C171.64 166.691 185.149 153.701 192.701 146.291C194.03 144.987 195.297 143.556 196.132 141.786C196.995 139.955 197.319 137.933 197.052 135.555Z" fill="%23CDC2BD" stroke="%23646464" stroke-width="5.0016" /> <path d="M8.70534 131.945C10.1288 126.729 13.737 123.424 18.5287 121.629C20.7841 120.784 22.7397 120.697 24.6232 121.305C26.3232 121.854 27.8012 122.942 29.0828 123.855C30.8434 125.109 32.5334 126.811 34.1999 128.574C35.9184 130.392 37.6355 132.3 39.6272 134.25C41.8686 136.444 45.141 138.945 47.9287 140.941C49.3075 141.928 50.5407 142.773 51.4286 143.37C51.7777 143.605 52.0733 143.801 52.3024 143.952C52.644 143.981 53.0809 144.028 53.5635 144.116C54.5851 144.302 56.2374 144.727 57.5001 145.841C59.7321 147.811 60.7426 150.74 60.8197 153.53C60.8971 156.335 60.0487 159.335 58.1328 161.635C56.4629 163.639 54.9443 165.203 53.032 166.098C51.0613 167.021 49.0017 167.085 46.6261 166.911C37.513 166.246 29.9709 161.705 24.1382 156.724C18.3279 151.762 13.9535 146.12 11.3964 143.157C10.1422 141.704 9.09534 140.098 8.56856 138.182C8.03451 136.239 8.0925 134.19 8.70534 131.945Z" fill="%23CDC2BD" stroke="%23646464" stroke-width="5.0016" /> <path d="M103.912 30.8685C150.142 31.504 188.462 58.8216 187.917 98.4954C187.654 117.633 183.686 131.589 170.292 140.865C157.241 149.902 135.661 154.144 101.403 155.655L101.282 155.661L101.16 155.655C69.6968 153.973 48.7103 149.142 35.6623 139.566C22.3425 129.789 17.7296 115.431 17.9945 96.1595C18.5403 56.483 57.6857 30.233 103.912 30.8685Z" fill="%23CDC2BD" stroke="%23646464" stroke-width="5.0016" /> <path d="M76.4346 199.378C78.8096 198.677 78.8326 198.668 78.832 198.665C78.8318 198.664 78.8306 198.662 78.8301 198.66C78.8291 198.657 78.8282 198.653 78.8271 198.649C78.8249 198.642 78.8219 198.634 78.8193 198.626C78.8143 198.61 78.8089 198.593 78.8027 198.574C78.7904 198.537 78.7763 198.494 78.7588 198.447C78.7239 198.354 78.6773 198.241 78.6182 198.112C78.4998 197.855 78.3289 197.534 78.085 197.173C77.5935 196.444 76.8231 195.572 75.6396 194.716C73.2704 193.001 69.3786 191.443 63.002 191.047C57.5828 190.711 53.8037 192.374 51.3574 194.256C50.1551 195.181 49.3043 196.135 48.7451 196.875C48.465 197.246 48.2551 197.566 48.1094 197.807C48.0365 197.927 47.9791 198.028 47.9365 198.105C47.9152 198.144 47.8979 198.178 47.8838 198.205C47.8768 198.219 47.8705 198.231 47.8652 198.241C47.8627 198.246 47.8606 198.252 47.8584 198.256C47.8574 198.258 47.8564 198.26 47.8555 198.262C47.855 198.263 47.8538 198.264 47.8535 198.265C47.8532 198.266 47.8802 198.281 50.0928 199.378L47.8525 198.268L47.6572 198.662L47.6074 199.099V199.1V199.102C47.6073 199.103 47.6067 199.104 47.6064 199.106C47.6059 199.111 47.6055 199.118 47.6045 199.127C47.6025 199.145 47.5994 199.17 47.5957 199.204C47.5883 199.271 47.5781 199.37 47.5645 199.497C47.5372 199.751 47.4987 200.118 47.4521 200.576C47.359 201.492 47.2344 202.771 47.1094 204.229C46.8609 207.124 46.6029 210.792 46.5918 213.706C46.5809 216.572 46.5537 219.432 47.2871 221.983C48.0775 224.733 49.6986 227.018 52.624 228.968C54.6054 230.289 57.6651 231.143 60.8633 231.474C64.1287 231.811 67.8773 231.637 71.3789 230.622C72.0972 230.414 72.8845 230.265 73.8066 230.089C74.6722 229.924 75.6906 229.729 76.6309 229.432C77.5689 229.135 78.6498 228.671 79.5459 227.835C80.5087 226.937 81.1113 225.745 81.2568 224.304C81.3892 222.993 80.9917 221.674 80.7207 220.915C80.5915 220.553 80.4572 220.235 80.3477 219.987C80.3465 219.841 80.3456 219.669 80.3438 219.475C80.3373 218.813 80.3273 217.889 80.3096 216.835C80.2742 214.736 80.2103 212.094 80.0986 209.998C79.9814 207.8 79.6809 205.042 79.416 202.87C79.2826 201.777 79.1564 200.817 79.0635 200.13C79.017 199.786 78.9788 199.51 78.9521 199.319C78.9388 199.224 78.9281 199.15 78.9209 199.1C78.9173 199.075 78.915 199.055 78.9131 199.042C78.9122 199.036 78.9116 199.031 78.9111 199.027C78.9109 199.026 78.9103 199.023 78.9102 199.022V199.021L76.4346 199.378ZM76.4346 199.378L78.833 198.67L78.8838 198.843L78.9102 199.021L76.4346 199.378Z" fill="%23CDC2BD" stroke="%23646464" stroke-width="5.0016" /> <path d="M126.295 199.378C123.92 198.677 123.897 198.668 123.898 198.665C123.898 198.664 123.899 198.662 123.9 198.66C123.901 198.657 123.902 198.653 123.903 198.649C123.905 198.642 123.908 198.634 123.911 198.626C123.916 198.61 123.921 198.593 123.927 198.574C123.94 198.537 123.954 198.494 123.971 198.447C124.006 198.354 124.053 198.241 124.112 198.112C124.23 197.855 124.401 197.534 124.645 197.173C125.136 196.444 125.907 195.572 127.09 194.716C129.46 193.001 133.351 191.443 139.728 191.047C145.147 190.711 148.926 192.374 151.373 194.256C152.575 195.181 153.426 196.135 153.985 196.875C154.265 197.246 154.475 197.566 154.621 197.807C154.693 197.927 154.751 198.028 154.793 198.105C154.815 198.144 154.832 198.178 154.846 198.205C154.853 198.219 154.859 198.231 154.865 198.241C154.867 198.246 154.869 198.252 154.872 198.256C154.873 198.258 154.874 198.26 154.875 198.262C154.875 198.263 154.876 198.264 154.876 198.265C154.877 198.266 154.85 198.281 152.637 199.378L154.877 198.268L155.073 198.662L155.123 199.099V199.1V199.102C155.123 199.103 155.123 199.104 155.124 199.106C155.124 199.111 155.125 199.118 155.125 199.127C155.127 199.145 155.131 199.17 155.134 199.204C155.142 199.271 155.152 199.37 155.166 199.497C155.193 199.751 155.231 200.118 155.278 200.576C155.371 201.492 155.496 202.771 155.621 204.229C155.869 207.124 156.127 210.792 156.138 213.706C156.149 216.572 156.176 219.432 155.443 221.983C154.652 224.733 153.031 227.018 150.106 228.968C148.125 230.289 145.065 231.143 141.867 231.474C138.601 231.811 134.853 231.637 131.351 230.622C130.633 230.414 129.845 230.265 128.923 230.089C128.058 229.924 127.039 229.729 126.099 229.432C125.161 229.135 124.08 228.671 123.184 227.835C122.221 226.937 121.619 225.745 121.473 224.304C121.341 222.993 121.738 221.674 122.009 220.915C122.139 220.553 122.273 220.235 122.382 219.987C122.384 219.841 122.384 219.669 122.386 219.475C122.393 218.813 122.403 217.889 122.42 216.835C122.456 214.736 122.52 212.094 122.631 209.998C122.749 207.8 123.049 205.042 123.314 202.87C123.447 201.777 123.574 200.817 123.667 200.13C123.713 199.786 123.751 199.51 123.778 199.319C123.791 199.224 123.802 199.15 123.809 199.1C123.813 199.075 123.815 199.055 123.817 199.042C123.818 199.036 123.818 199.031 123.819 199.027C123.819 199.026 123.82 199.023 123.82 199.022V199.021L126.295 199.378ZM126.295 199.378L123.897 198.67L123.846 198.843L123.82 199.021L126.295 199.378Z" fill="%23CDC2BD" stroke="%23646464" stroke-width="5.0016" /> <path d="M28.399 21.4241C28.9027 19.237 31.0591 17.8825 33.2479 18.379C39.0897 19.704 50.1745 22.3616 57.5069 25.0077C62.1518 26.6839 67.7388 29.1027 71.9739 31.0106C74.883 32.3211 75.2157 36.2686 72.6003 38.0961L29.7937 68.0065C27.0315 69.9365 23.2611 67.9665 23.3168 64.5974C23.4216 58.2577 23.6725 49.5369 24.2735 43.8079C25.0198 36.6929 27.156 26.8214 28.399 21.4241Z" fill="%23646464" /> <path d="M32.0997 27.1075C32.5574 24.8197 34.8232 23.4038 37.0828 23.985C42.5827 25.3998 52.3915 28.0604 58.967 30.6299C63.1892 32.2797 68.2617 34.623 72.1619 36.494C74.9948 37.8531 75.2763 41.7269 72.7047 43.5324L35.0184 69.9918C32.2951 71.9038 28.5595 70.0134 28.5334 66.6861C28.4871 60.7689 28.5222 52.7711 28.9347 47.4977C29.4381 41.0599 31.0743 32.2335 32.0997 27.1075Z" fill="%23CDC2BD" /> <path d="M177.611 25.3717C177.09 23.3026 175.077 22.0011 172.976 22.369C167.309 23.3611 156.377 25.4107 149.179 27.6202C144.864 28.9448 139.72 30.8746 135.68 32.4626C132.651 33.653 132.191 37.6876 134.836 39.5835L176.8 69.6666C179.584 71.6623 183.428 69.6374 183.307 66.2142C183.096 60.2349 182.711 52.3138 182.054 47.0262C181.199 40.1512 178.911 30.5386 177.611 25.3717Z" fill="%23646464" /> <path d="M174.304 30.8004C173.938 29.1255 172.407 27.9895 170.699 28.1416C165.519 28.6031 154.685 29.777 147.656 32.0018C143.468 33.3273 138.346 35.7488 134.716 37.5856C132.492 38.7111 132.236 41.7253 134.187 43.2757L171.767 73.1301C173.896 74.8215 177.028 73.5475 177.303 70.8424C177.877 65.1921 178.518 56.9384 178.008 51.8889C177.325 45.1209 175.341 35.5446 174.304 30.8004Z" fill="%23CDC2BD" /> <path d="M53.2207 139.441C55.5447 137.717 59.3168 135.971 63.5059 137.934C76.5259 144.033 92.502 146.798 107.11 146.635C121.819 146.47 134.617 143.347 141.563 138.191C143.437 136.8 145.548 136.994 147.166 137.576C148.748 138.146 150.222 139.193 151.398 140.185C152.605 141.202 153.658 142.298 154.399 143.124C154.774 143.541 155.077 143.898 155.288 144.153C155.394 144.281 155.477 144.385 155.535 144.458C155.564 144.495 155.588 144.524 155.604 144.545C155.613 144.556 155.62 144.564 155.625 144.57L155.633 144.582L155.634 144.583C155.629 144.588 155.541 144.656 154.022 145.835L155.635 144.584L156.048 145.115L156.138 145.782V145.785C156.138 145.787 156.138 145.79 156.139 145.793C156.14 145.8 156.142 145.811 156.144 145.824C156.147 145.851 156.152 145.891 156.159 145.943C156.173 146.048 156.193 146.202 156.22 146.402C156.272 146.803 156.348 147.388 156.441 148.127C156.628 149.605 156.886 151.703 157.168 154.183C157.732 159.137 158.398 165.642 158.803 171.795C159.611 184.084 160.268 191.859 154.389 203.408C152.496 207.125 149.231 209.764 145.316 211.65C141.412 213.53 136.715 214.735 131.688 215.525C121.65 217.101 109.744 217.095 99.1055 217.095C90.893 217.095 79.8942 216.539 70.3662 215.017C65.6102 214.257 61.1233 213.242 57.5039 211.892C54.0268 210.594 50.7716 208.784 49.2441 206.067C43.3599 195.599 43.948 184.677 44.5381 173.493C44.8732 167.143 45.9915 159.811 47.0127 154.117C47.5252 151.26 48.0179 148.794 48.3818 147.04C48.5639 146.163 48.7143 145.463 48.8193 144.982C48.8718 144.741 48.9131 144.555 48.9414 144.428C48.9555 144.364 48.9662 144.316 48.9736 144.282C48.9774 144.266 48.9804 144.253 48.9824 144.244C48.9834 144.24 48.9838 144.237 48.9844 144.234C48.9846 144.233 48.9852 144.232 48.9854 144.232V144.231V144.23L49.0918 143.759L49.3672 143.361L51.4238 144.783C49.3671 143.361 49.3676 143.36 49.3682 143.359L49.3691 143.359C49.3699 143.357 49.3711 143.356 49.3721 143.355C49.3741 143.352 49.3763 143.348 49.3789 143.344C49.3841 143.336 49.3907 143.327 49.3984 143.317C49.414 143.295 49.4344 143.266 49.46 143.231C49.5111 143.16 49.5828 143.064 49.6729 142.947C49.8525 142.714 50.1094 142.394 50.4355 142.024C51.0816 141.29 52.0313 140.323 53.2207 139.441Z" fill="%23CDC2BD" stroke="%23646464" stroke-width="5.0016" /> <path d="M185.415 98.4622C184.896 136.271 169.845 150.297 101.291 153.334C38.4692 149.968 19.9114 133.827 20.4312 96.0181C50.1895 121.856 66.883 130.577 101.291 131.972C137.751 133.451 159.891 128.291 185.415 98.4622Z" fill="%23CDC2BD" /> <path d="M79.3386 141.295C79.3386 141.295 101.328 138.48 122.785 141.295C127.388 141.899 132.094 142.379 134.047 145.099C137.775 150.293 131.81 156.208 126.362 159.554C121.035 162.826 112.626 165.628 103.307 165.717C93.6425 165.809 85.8062 163.054 79.3386 159.554C73.6656 156.485 67.5934 150.343 71.3493 145.099C73.3615 142.29 79.3386 141.295 79.3386 141.295Z" fill="%23C3B8B3" /> <path d="M124.415 132.356C124.415 132.356 104.285 136.572 84.6305 132.412C80.4147 131.52 76.1044 130.813 74.3106 126.769C70.8856 119.047 76.3354 110.241 81.3172 105.256C86.1875 100.383 93.8821 96.2034 102.416 96.0592C111.265 95.9096 118.447 99.9973 124.376 105.195C129.578 109.754 135.151 118.882 131.723 126.687C129.886 130.868 124.415 132.356 124.415 132.356Z" fill="%23F0EEED" /> <ellipse cx="84.6451" cy="53.7512" rx="3.71538" ry="10.0558" fill="%23BFB2AB" /> <ellipse cx="121.395" cy="53.7512" rx="3.71538" ry="10.0558" fill="%23BFB2AB" /> <ellipse cx="3.47737" cy="10.0556" rx="3.47737" ry="10.0556" transform="matrix(-0.0178599 -0.99984 0.999878 -0.0156449 47.9873 199.264)" fill="%23BFB2AB" /> <ellipse cx="3.47737" cy="10.0556" rx="3.47737" ry="10.0556" transform="matrix(-0.0178599 -0.99984 0.999878 -0.0156449 46.6465 188.837)" fill="%23BFB2AB" /> <ellipse cx="3.47737" cy="10.0556" rx="3.47737" ry="10.0556" transform="matrix(-0.0178599 -0.99984 0.999878 -0.0156449 134.895 199.264)" fill="%23BFB2AB" /> <ellipse cx="3.47737" cy="10.0556" rx="3.47737" ry="10.0556" transform="matrix(-0.0178599 -0.99984 0.999878 -0.0156449 136.865 188.837)" fill="%23BFB2AB" /> <ellipse cx="101.768" cy="52.6609" rx="3.71538" ry="13.4884" fill="%23BFB2AB" /> <path d="M70.3681 97.4828C68.2217 97.4828 66.4329 96.2 66.4329 98.8383C66.4329 99.8944 69.0496 102.701 69.7559 100.784C71.0294 97.3273 66.0831 96.4704 66.0831 98.6634C66.0831 100.069 68.6031 101.134 69.5592 100.019C71.1178 98.2004 66.7991 96.759 66.4329 97.6577C65.7218 99.4032 70.1976 102.945 70.6741 99.0132C70.8744 97.3613 68.6057 97.8611 67.5697 97.8763C61.3621 97.9676 69.9745 104.746 69.9745 99.8439" stroke="%23646464" stroke-width="2.01923" stroke-linecap="round" /> <path d="M138.477 97.4828C136.331 97.4828 134.542 96.2 134.542 98.8383C134.542 99.8944 137.159 102.701 137.865 100.784C139.138 97.3273 134.192 96.4704 134.192 98.6634C134.192 100.069 136.712 101.134 137.668 100.019C139.227 98.2004 134.908 96.759 134.542 97.6577C133.831 99.4032 138.306 102.945 138.783 99.0132C138.983 97.3613 136.715 97.8611 135.679 97.8763C129.471 97.9676 138.083 104.746 138.083 99.8439" stroke="%23646464" stroke-width="2.01923" stroke-linecap="round" /> <path d="M97.776 115.271C97.6439 114.613 97.275 113.696 97.4546 113.493C97.4546 113.493 99.9887 110.924 101.838 110.938C104.088 110.954 106.683 114.461 106.683 114.461C107.382 116.042 105.819 118.33 104.641 119.128C103.192 120.11 100.527 120.12 99.2773 118.709C98.4811 117.81 98.0196 116.484 97.776 115.271Z" fill="%23FDC5C5" stroke="%23FDC5C5" stroke-width="3.87692" stroke-linecap="round" /> <path d="M102.429 105.421C102.11 105.442 100.917 105.442 101.216 104.786C101.427 104.323 102.763 104.49 102.66 105.06C102.549 105.671 101.453 105.481 101.057 105.45C100.446 105.402 100.008 105.495 99.9672 104.757C99.889 103.35 101.542 103.901 102.465 104.107C102.843 104.191 104.308 104.408 104.392 105.074C104.431 105.378 103.934 105.69 103.699 105.753C103.195 105.889 102.813 105.52 102.342 105.45C102.119 105.416 100.477 105.565 100.718 105.038C101.06 104.29 102.13 103.689 102.884 104.057C103.173 104.198 103.51 104.224 103.266 104.468C102.923 104.811 102.768 105.323 102.494 105.717C101.893 106.579 100.709 105.371 100.263 104.858C99.5692 104.06 99.9716 103.582 100.87 103.631C101.459 103.663 103.514 103.489 103.829 104.093C103.933 104.292 104.305 105.693 104.125 105.811C103.71 106.082 102.753 105.551 102.443 105.378C102.106 105.189 101.619 104.845 101.375 104.511C100.688 103.572 101.582 104.7 101.389 104.122" stroke="%23F5BEA8" stroke-width="1.33376" stroke-linecap="round" /> <path d="M92.1562 111.163C93.0447 111.664 93.0851 112.108 95.3062 112.108C96.1543 112.108 97.9932 111.718 98.537 111.502C99.2078 111.236 99.9018 110.763 100.354 110.469C100.77 110.199 101.082 109.909 101.404 109.685C101.719 109.466 102.317 109.5 102.575 109.685C103.049 110.024 103.585 110.55 103.989 110.856C105.02 111.298 105.065 111.809 106.25 112.108C107.306 112.375 108.934 112.36 110.006 112.108C111.079 111.856 111.369 111.418 112.187 111.163" stroke="%23676564" stroke-width="2.91011" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .KV--character_area .chara.chara-13 {
    width: min(16.09375vw, 206px);
    z-index: 1;
    bottom: min(13.75vw, 176px);
    right: min(14.921875vw, 191px);
  }
}
@media screen and (max-width: 767px) {
  .KV--character_area .chara.chara-13 {
    width: 28.9743589744vw;
    z-index: 8;
    bottom: 34.8717948718vw;
    right: 13.8461538462vw;
  }
}
.KV--marbles_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 1900px;
  height: 100%;
  z-index: 1;
}
.KV--marbles_area .marble {
  position: absolute;
}
.KV--marbles_area .marble.marble-01 {
  background-image: url("../img/marbles/marble-01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 506/748;
}
@media screen and (min-width: 768px) {
  .KV--marbles_area .marble.marble-01 {
    width: 506px;
    top: -470px;
    left: 92px;
  }
}
@media screen and (max-width: 767px) {
  .KV--marbles_area .marble.marble-01 {
    width: 129.7435897436vw;
    top: -117.1794871795vw;
    left: -25.1282051282vw;
  }
}
.KV--marbles_area .marble.marble-02 {
  background-image: url("../img/marbles/marble-02.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 362/567;
}
@media screen and (min-width: 768px) {
  .KV--marbles_area .marble.marble-02 {
    width: 362px;
    top: 136px;
    left: -231px;
  }
}
@media screen and (max-width: 767px) {
  .KV--marbles_area .marble.marble-02 {
    width: 92.8205128205vw;
    top: 49.4871794872vw;
    left: -66.6666666667vw;
  }
}
.KV--marbles_area .marble.marble-03 {
  background-image: url("../img/marbles/marble-03.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 586/426;
}
@media screen and (min-width: 768px) {
  .KV--marbles_area .marble.marble-03 {
    width: 586px;
    top: 90px;
    right: -270px;
  }
}
@media screen and (max-width: 767px) {
  .KV--marbles_area .marble.marble-03 {
    width: 115.8974358974vw;
    top: 71.7948717949vw;
    right: -66.6666666667vw;
  }
}

/* -----------------------
  footer
----------------------- */
.footer {
  background: #FFF366;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 30px 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 7.6923076923vw 0;
  }
}
.footer .TX {
  color: #F49047;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .TX {
    font-size: 3.3333333333vw;
  }
}

/* -----------------------
  C_title
----------------------- */
.C_title {
  width: fit-content;
}
.C_title .C_title--inner .sub--title {
  background: #F49047;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .C_title .C_title--inner .sub--title {
    border-radius: 50px;
    padding: 3px 18px;
  }
}
@media screen and (max-width: 767px) {
  .C_title .C_title--inner .sub--title {
    border-radius: 12.8205128205vw;
    padding: 0.7692307692vw 3.5897435897vw;
  }
}
.C_title .C_title--inner .sub--title .TX {
  color: #FFF;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .C_title .C_title--inner .sub--title .TX {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .C_title .C_title--inner .sub--title .TX {
    font-size: 5.1282051282vw;
  }
}
.C_title .C_title--inner .main--title .TL {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .C_title .C_title--inner .main--title .TL {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .C_title .C_title--inner .main--title .TL {
    font-size: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .C_title.type-01 .C_title--inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-01 .C_title--inner {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
}
.C_title.type-02 {
  margin-inline: auto;
}
.C_title.type-02 .C_title--inner {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .C_title.type-02 .C_title--inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-02 .C_title--inner {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
}
.C_title.type-03 {
  margin-inline: auto;
}
.C_title.type-03 .C_title--inner {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .C_title.type-03 .C_title--inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-03 .C_title--inner {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
}
.C_title.type-03 .C_title--inner .main--title .TL {
  display: flex;
}
@media screen and (min-width: 768px) {
  .C_title.type-03 .C_title--inner .main--title .TL {
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-03 .C_title--inner .main--title .TL {
    flex-direction: column;
    align-items: center;
    gap: 5.1282051282vw;
  }
}
.C_title.type-03 .C_title--inner .main--title .TL span {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .C_title.type-03 .C_title--inner .main--title .TL span {
    font-size: 96px;
    margin-right: 14px;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-03 .C_title--inner .main--title .TL span {
    width: fit-content;
    font-size: 24.6153846154vw;
    line-height: 83%;
  }
}
.C_title.type-03 .C_title--inner .main--title .TL span::before {
  content: "";
  display: block;
  width: 100%;
  background: #F49047;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .C_title.type-03 .C_title--inner .main--title .TL span::before {
    top: 100%;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-03 .C_title--inner .main--title .TL span::before {
    top: calc(100% + 2.5641025641vw);
    height: 1.2820512821vw;
  }
}
.C_title.type-04 {
  margin-inline: auto;
}
.C_title.type-04 .C_title--inner .main--title {
  position: relative;
}
.C_title.type-04 .C_title--inner .main--title .TL {
  position: relative;
  z-index: 1;
}
.C_title.type-04 .C_title--inner .main--title .img--wrapper {
  aspect-ratio: 66/73;
  position: absolute;
  z-index: 2;
  transform: rotate(6.945deg);
}
@media screen and (min-width: 768px) {
  .C_title.type-04 .C_title--inner .main--title .img--wrapper {
    width: 66px;
    bottom: calc(100% - 24px);
    left: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-04 .C_title--inner .main--title .img--wrapper {
    width: 7.9487179487vw;
    bottom: calc(100% - 3.8461538462vw);
    left: calc(100% - 5.8974358974vw);
  }
}
.C_title.type-04 .C_title--inner .main--title .img--wrapper .img {
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="66" height="73" viewBox="0 0 66 73" fill="none"><path d="M20.9517 58.5932C30.5942 61.7641 34.0773 62.4814 44.1291 59.9922C49.1984 58.7368 56.1512 54.8888 59.412 51.067C62.1243 47.8879 63.1085 45.8963 63.9791 42.181C63.5613 39.9088 60.5238 39.0089 59.412 37.0206C56.4526 31.7283 54.9646 25.2993 54.1054 19.3725C53.0693 12.2243 45.9321 4.737 38.7078 4.23289C35.0808 3.97979 31.3167 4.13929 27.7033 4.49695C25.99 4.66654 24.8912 5.76911 23.3755 6.49942C20.4787 7.89513 18.7446 10.4114 16.8293 12.9029C13.6374 17.0554 11.5215 22.4408 9.39378 27.2435C8.33506 29.6331 8.21024 35.7964 7.983 38.4406C7.56135 43.3468 10.6838 51.8953 14.8266 55.0391C17.1198 56.7794 18.258 57.7074 20.9517 58.5932Z" fill="%23BDDEE6" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M14.6641 10.8866C9.99637 16.3468 7.77101 21.0652 7.01907 27.8271C5.8288 27.8271 4.6151 28.0121 3.47709 28.3771C2.71917 28.6202 2.24973 28.8556 2.07667 29.7154C1.84592 30.8618 1.92632 32.015 3.04217 32.5662C4.07044 33.0742 5.39354 32.5264 5.94339 33.6937C6.5222 34.9225 6.88276 36.2333 8.30462 36.0953C10.0052 35.9302 9.80035 35.6231 11.5139 35.6231C12.1448 35.6231 13.3864 36.986 13.4348 37.4703C13.563 38.7543 15.9913 39.5184 17.1997 39.3769C19.0778 39.157 18.7022 38.0254 20.4651 37.4061C21.1415 37.1685 22.0871 38.6253 22.4393 39.1477C23.5724 40.8284 25.9649 41.1839 27.5339 40.6327C28.4089 40.3253 28.5148 39.017 29.2627 38.4511C29.3276 38.4019 30.275 38.2383 30.3199 38.4511C30.6868 40.1908 32.5933 41.3639 34.4106 41.4529C36.141 41.5378 36.0677 41.2501 37.6761 40.6327C37.8547 40.5641 39.0337 39.1099 39.4049 39.1477C39.849 39.193 41.8614 40.4157 42.3246 40.6327C43.8188 41.3326 45.7287 40.955 46.9347 39.955C47.6881 39.3302 47.6735 38.305 48.2296 37.4703C48.4159 37.1906 48.3696 37.1794 48.6384 37.4061C53.1583 39.955 55.809 36.5542 55.1882 33.6753C55.3538 33.058 56.6458 33.854 57.1714 33.6937C57.9976 33.4416 58.8259 32.2193 58.9459 31.3471C59.2369 29.231 58.0167 28.7357 56.4929 27.8271C55.6111 27.3014 56.089 27.8971 55.809 26.9187C55.4024 25.4978 54.9876 23.4901 54.9099 22.6678C54.7135 20.5892 54.4356 18.8348 54.1571 17.7286C53.6777 15.8242 52.9744 14.5136 51.8521 12.6679C50.4981 10.4414 49.3165 8.94328 47.6262 7.56678C44.9536 5.39043 42.1219 4.3511 39.8967 3.47777C35.7735 1.8596 27.3897 2.30628 22.4393 4.76432C19.4946 6.22646 17.2011 7.91885 14.6641 10.8866Z" fill="%23D2F5FF" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M18.0791 35.4448C19.1858 33.006 22.1444 27.8521 21.6232 28.2647C16.1404 29.096 10.711 32.926 9.76759 38.629C9.59624 39.6648 9.26648 43.2648 11.2068 42.9995C12.7712 42.7855 13.8273 41.8634 14.9336 40.7471C16.4097 39.2576 17.2242 37.3286 18.0791 35.4448Z" fill="%23ACE0EE" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M56.2946 48.5438C58.4041 50.4619 62.6596 55.1434 62.4119 54.4805C63.3608 48.6537 61.2539 41.9012 55.7837 39.0822C54.7902 38.5702 52.5914 37.5498 50.8853 39.1126C48.3409 42.963 49.3999 45.22 50.1695 46.7056C51.1965 48.6879 54.6653 47.0623 56.2946 48.5438Z" fill="%23ACE0EE" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M31.62 59.479C31.8565 60.8298 32.0416 62.1994 32.3405 63.5376C32.5473 64.463 33.1539 64.7999 33.5414 65.5592C33.6576 65.787 32.3416 66.0576 32.1321 66.2742C30.9534 67.493 30.6099 69.6122 29.4456 70.6205" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M33.5161 67.6401C33.6583 68.4522 33.6357 69.5825 33.9963 70.3259C34.1032 70.5463 33.9651 71.1064 34.1565 71.2408" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M34.928 66.0703C36.0286 66.2349 37.1897 67.026 38.1718 67.525C38.4633 67.6732 38.8553 67.7922 39.0392 68.0407" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M43.7683 58.4297C43.7683 59.801 43.7144 61.1821 43.7781 62.5518C43.8221 63.499 44.3616 63.9354 44.6123 64.7502C44.6875 64.9946 43.3446 65.0342 43.1009 65.2115C41.7296 66.2087 41.0258 68.2369 39.7051 69.0293" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M44.2277 66.7969C44.2277 67.6214 44.0105 68.7308 44.2375 69.5253C44.3048 69.7608 44.0722 70.2887 44.2375 70.454" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M45.8896 65.4922C46.9454 65.8441 47.9527 66.8236 48.834 67.4845C49.0955 67.6807 49.4612 67.8655 49.5995 68.1421" stroke="%23646464" stroke-width="3.32726" stroke-linecap="round" /> <path d="M21.1797 19.8964C20.2792 19.8964 19.5288 19.3583 19.5288 20.4651C19.5288 20.9081 20.6266 22.0856 20.9229 21.2814C21.4572 19.8312 19.3821 19.4717 19.3821 20.3917C19.3821 20.9816 20.4393 21.4283 20.8404 20.9603C21.4943 20.1975 19.6824 19.5928 19.5288 19.9698C19.2305 20.7021 21.1082 22.1879 21.3081 20.5385C21.3921 19.8454 20.4403 20.0551 20.0057 20.0615C17.4015 20.0998 21.0146 22.9435 21.0146 20.887" stroke="%23646464" stroke-width="0.847119" stroke-linecap="round" /> <path d="M41.9739 21.0293C41.0734 21.0293 40.323 20.4911 40.323 21.5979C40.323 22.041 41.4208 23.2184 41.7171 22.4142C42.2514 20.964 40.1763 20.6045 40.1763 21.5245C40.1763 22.1144 41.2335 22.5611 41.6346 22.0932C42.2885 21.3303 40.4766 20.7256 40.323 21.1026C40.0247 21.8349 41.9024 23.3207 42.1023 21.6713C42.1863 20.9783 41.2345 21.188 40.7999 21.1943C38.1956 21.2326 41.8088 24.0763 41.8088 22.0198" stroke="%23646464" stroke-width="0.847119" stroke-linecap="round" /> <path d="M27.1262 23.3878C26.9049 23.6524 26.2653 24.4932 26.1318 24.8196C25.8339 25.5477 28.0167 25.1896 28.6949 25.0784L28.7018 25.0772C29.3823 24.9656 30.0588 24.8089 30.7208 24.6159C31.0407 24.5227 31.4146 24.4306 31.6793 24.2145C32.0196 23.9368 31.9054 23.6182 31.7512 23.3099C31.3957 22.599 30.4642 22.3027 29.7998 21.9961C29.569 21.8896 29.1949 21.6936 28.9055 21.6385C28.8232 21.5808 28.7343 21.7234 28.6719 21.7822C28.1315 22.2917 27.6032 22.8177 27.1262 23.3878Z" fill="%23E7D88A" stroke="%23646464" stroke-width="2.26858" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_title.type-05 {
  margin-inline: auto;
}
.C_title.type-06 .C_title--inner .main--title .TL {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .C_title.type-06 .C_title--inner .main--title .TL {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-06 .C_title--inner .main--title .TL {
    gap: 1.7948717949vw;
  }
}
.C_title.type-06 .C_title--inner .main--title .TL span {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .C_title.type-06 .C_title--inner .main--title .TL span {
    font-size: 96px;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-06 .C_title--inner .main--title .TL span {
    font-size: 24.6153846154vw;
    line-height: 83%;
    transform: translateY(1.2820512821vw);
  }
}
.C_title.type-06 .C_title--inner .main--title .TL span::before {
  content: "";
  display: block;
  width: 100%;
  background: #F49047;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .C_title.type-06 .C_title--inner .main--title .TL span::before {
    top: 100%;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .C_title.type-06 .C_title--inner .main--title .TL span::before {
    top: calc(100% + 2.5641025641vw);
    height: 1.2820512821vw;
  }
}

/* -----------------------
  C_btn
----------------------- */
.C_btn--link {
  margin-inline: auto;
  background: rgba(244, 144, 71, 0.5);
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .C_btn--link {
    border-radius: 20px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link {
    border-radius: 5.1282051282vw;
  }
}
.C_btn--link::before {
  content: "";
  position: absolute;
  background: rgba(244, 144, 71, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .C_btn--link::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link::before {
    width: calc(100% + 2.5641025641vw);
    height: calc(100% + 2.5641025641vw);
    border-radius: 5.1282051282vw;
  }
}
.C_btn--link:hover {
  padding: 0;
}
.C_btn--link:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.C_btn--link:hover .img--wrapper {
  animation: jumping 2s linear infinite;
}
.C_btn--link .link--inner {
  background: #F49047;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .C_btn--link .link--inner {
    padding: 22px min(40px, 3.125vw) 29px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link .link--inner {
    padding: 2.0512820513vw 0 19.4871794872vw;
    border-radius: 3.8461538462vw;
  }
}
.C_btn--link .link--inner .TX {
  color: #FFF;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .C_btn--link .link--inner .TX {
    text-align: end;
    font-size: min(64px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link .link--inner .TX {
    display: flex;
    flex-direction: column;
    gap: 4.6153846154vw;
    align-items: center;
    font-size: 6.1538461538vw;
  }
}
.C_btn--link .link--inner .TX span {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .C_btn--link .link--inner .TX span {
    display: inline-block;
    font-size: min(96px, 7.5vw);
    margin-right: min(14px, 1.09375vw);
    transform: translateY(3px);
    line-height: 92.708%;
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link .link--inner .TX span {
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: 24.6153846154vw;
    line-height: 83.333%;
  }
}
.C_btn--link .link--inner .TX span::before {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .C_btn--link .link--inner .TX span::before {
    height: 5px;
    bottom: -9px;
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link .link--inner .TX span::before {
    height: 1.2820512821vw;
    top: calc(100% + 2.5641025641vw);
  }
}
.C_btn--link .img--wrapper {
  position: absolute;
  z-index: 2;
  aspect-ratio: 174/195;
}
@media screen and (min-width: 768px) {
  .C_btn--link .img--wrapper {
    width: min(438px, 34.21875vw);
    top: max(-85px, -6.640625vw);
    left: max(-65px, -5.078125vw);
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .C_btn--link .img--wrapper {
    width: 27.34375vw;
  }
}
@media screen and (max-width: 865px) and (min-width: 768px) {
  .C_btn--link .img--wrapper {
    left: -7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .C_btn--link .img--wrapper {
    width: 66.6666666667vw;
    top: 28.9743589744vw;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.C_btn--link .img--wrapper .img {
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="174" height="195" viewBox="0 0 174 195" fill="none"><path d="M86.7202 28.9756C124.541 27.279 157.392 47.7833 158.859 80.484C159.561 96.1423 156.993 107.885 146.355 116.214C136.043 124.287 118.542 128.781 90.7033 131.649L90.5836 131.661L90.4624 131.662C64.7347 131.795 47.2889 128.866 36.0833 121.611C24.5973 114.174 20.1224 102.53 19.414 86.7392C17.947 54.0358 48.9028 30.672 86.7202 28.9756Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.95585" /> <path d="M64.4254 129.387C63.15 127.158 60.786 126.068 58.3102 125.773C53.3981 125.189 46.8643 127.5 41.4627 132.548C38.0762 135.712 37.002 137.547 34.8904 140.886C33.9093 142.437 32.8659 144.473 32.0874 146.071C31.6931 146.88 31.357 147.597 31.1196 148.112C31.0009 148.369 30.907 148.577 30.8419 148.721C30.8094 148.793 30.7839 148.849 30.7666 148.888C30.758 148.907 30.7509 148.923 30.7463 148.933C30.7441 148.938 30.7419 148.942 30.7406 148.944C30.74 148.946 30.7398 148.947 30.7395 148.948L26.9282 157.345C26.491 157.484 25.9742 157.691 25.4352 158.002C23.9379 158.864 22.3706 160.474 21.8502 163.244C21.4603 165.32 22.3309 167.237 23.5903 168.56C24.8596 169.893 26.6969 170.83 28.724 170.962C31.7154 171.157 33.8073 170.945 35.5864 170.443C37.2851 169.964 38.6768 169.207 39.9175 168.634C44.9829 166.294 47.1766 165.06 48.5382 163.201C49.1548 162.36 49.6076 161.352 50.0452 160.505C50.5283 159.569 51.2006 158.367 52.4242 156.68C56.4125 151.181 61.1224 144.652 64.2945 137.29C65.5396 134.4 65.7069 131.626 64.4254 129.387Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.37452" /> <path d="M46.0591 162.754C48.0558 161.218 51.1408 159.86 55.564 160.135C60.769 160.458 63.9465 161.73 65.8804 163.13C66.8462 163.829 67.4744 164.541 67.8755 165.136C68.0746 165.431 68.2144 165.692 68.311 165.902C68.3593 166.007 68.3968 166.099 68.4253 166.176C68.4396 166.214 68.4523 166.249 68.4624 166.279C68.4674 166.294 68.472 166.308 68.4761 166.321C68.4781 166.328 68.4801 166.334 68.4819 166.34C68.4828 166.343 68.483 166.347 68.4839 166.35C68.4843 166.351 68.4856 166.353 68.4858 166.354C68.4858 166.356 68.4517 166.368 66.5288 166.936L68.4868 166.357L68.5278 166.498L68.5493 166.644V166.645V166.646C68.5494 166.646 68.5501 166.647 68.5503 166.648C68.5507 166.651 68.5505 166.656 68.5513 166.661C68.5528 166.672 68.5552 166.688 68.5581 166.709C68.564 166.75 68.5726 166.81 68.5835 166.888C68.6053 167.043 68.6364 167.268 68.6743 167.549C68.7502 168.109 68.8535 168.893 68.9624 169.785C69.1787 171.558 69.4244 173.81 69.52 175.604C69.6112 177.315 69.6621 179.471 69.6909 181.185C69.7054 182.045 69.715 182.8 69.7202 183.34C69.7218 183.499 69.7222 183.639 69.7231 183.758C69.8125 183.96 69.9214 184.219 70.0269 184.515C70.2481 185.134 70.5734 186.211 70.4653 187.281C70.3122 188.797 69.3471 189.821 68.4673 190.447C67.5831 191.076 66.5346 191.493 65.6343 191.772C64.7119 192.059 63.8181 192.241 63.1665 192.352C62.8373 192.407 62.5612 192.446 62.3647 192.471C62.2667 192.483 62.1879 192.493 62.1313 192.499C62.103 192.502 62.0798 192.505 62.063 192.507C62.0547 192.508 62.0478 192.508 62.0425 192.509C62.0399 192.509 62.0375 192.51 62.0356 192.51H62.0317L61.8335 190.479L62.0308 192.51L61.9819 192.515L61.9331 192.517H61.9302C61.9284 192.517 61.9255 192.517 61.9224 192.518C61.9162 192.518 61.9072 192.518 61.896 192.519C61.8731 192.52 61.8393 192.522 61.7964 192.523C61.7104 192.527 61.5851 192.532 61.4263 192.538C61.1081 192.55 60.653 192.565 60.1001 192.578C58.996 192.604 57.4921 192.622 55.9038 192.587C54.3241 192.552 52.6184 192.465 51.1255 192.273C50.3794 192.178 49.6489 192.051 48.9956 191.88C48.373 191.717 47.6767 191.477 47.0933 191.088C44.7055 189.496 43.382 187.632 42.7368 185.388C42.1381 183.305 42.1605 180.97 42.1694 178.631C42.1785 176.253 42.3885 173.258 42.5913 170.895C42.6934 169.705 42.7956 168.66 42.8716 167.913C42.9096 167.539 42.9411 167.239 42.9634 167.032C42.9745 166.929 42.9827 166.848 42.9888 166.793C42.9918 166.766 42.995 166.745 42.9966 166.73C42.9974 166.723 42.9971 166.718 42.9976 166.714C42.9977 166.712 42.9984 166.711 42.9985 166.71V166.708L43.0386 166.351L43.1987 166.029L45.0269 166.936C43.1981 166.029 43.1991 166.028 43.1997 166.026L43.2241 165.978C43.2355 165.956 43.2499 165.929 43.2671 165.897C43.3018 165.834 43.3492 165.751 43.4087 165.653C43.5276 165.457 43.6986 165.195 43.9272 164.893C44.3837 164.288 45.0776 163.509 46.0591 162.754Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.08257" /> <path d="M127.698 162.754C125.701 161.218 122.616 159.86 118.193 160.135C112.988 160.458 109.81 161.73 107.876 163.13C106.91 163.829 106.282 164.541 105.881 165.136C105.682 165.431 105.542 165.692 105.446 165.902C105.397 166.007 105.36 166.099 105.331 166.176C105.317 166.214 105.304 166.249 105.294 166.279C105.289 166.294 105.285 166.308 105.281 166.321C105.279 166.328 105.276 166.334 105.275 166.34C105.274 166.343 105.274 166.347 105.273 166.35C105.272 166.351 105.271 166.353 105.271 166.354C105.271 166.356 105.305 166.368 107.228 166.936L105.27 166.357L105.229 166.498L105.207 166.644V166.645V166.646C105.207 166.646 105.206 166.647 105.206 166.648C105.206 166.651 105.206 166.656 105.205 166.661C105.204 166.672 105.201 166.688 105.198 166.709C105.193 166.75 105.184 166.81 105.173 166.888C105.151 167.043 105.12 167.268 105.082 167.549C105.006 168.109 104.903 168.893 104.794 169.785C104.578 171.558 104.332 173.81 104.237 175.604C104.145 177.315 104.095 179.471 104.066 181.185C104.051 182.045 104.042 182.8 104.036 183.34C104.035 183.499 104.034 183.639 104.033 183.758C103.944 183.96 103.835 184.219 103.73 184.515C103.509 185.134 103.183 186.211 103.291 187.281C103.444 188.797 104.41 189.821 105.289 190.447C106.174 191.076 107.222 191.493 108.122 191.772C109.045 192.059 109.938 192.241 110.59 192.352C110.919 192.407 111.195 192.446 111.392 192.471C111.49 192.483 111.569 192.493 111.625 192.499C111.654 192.502 111.677 192.505 111.694 192.507C111.702 192.508 111.709 192.508 111.714 192.509C111.717 192.509 111.719 192.51 111.721 192.51H111.725L111.923 190.479L111.726 192.51L111.775 192.515L111.823 192.517H111.826C111.828 192.517 111.831 192.517 111.834 192.518C111.84 192.518 111.849 192.518 111.861 192.519C111.884 192.52 111.917 192.522 111.96 192.523C112.046 192.527 112.171 192.532 112.33 192.538C112.649 192.55 113.104 192.565 113.656 192.578C114.761 192.604 116.265 192.622 117.853 192.587C119.433 192.552 121.138 192.465 122.631 192.273C123.377 192.178 124.108 192.051 124.761 191.88C125.384 191.717 126.08 191.477 126.663 191.088C129.051 189.496 130.375 187.632 131.02 185.388C131.618 183.305 131.596 180.97 131.587 178.631C131.578 176.253 131.368 173.258 131.165 170.895C131.063 169.705 130.961 168.66 130.885 167.913C130.847 167.539 130.815 167.239 130.793 167.032C130.782 166.929 130.774 166.848 130.768 166.793C130.765 166.766 130.762 166.745 130.76 166.73C130.759 166.723 130.759 166.718 130.759 166.714C130.759 166.712 130.758 166.711 130.758 166.71V166.708L130.718 166.351L130.558 166.029L128.73 166.936C130.559 166.029 130.557 166.028 130.557 166.026L130.532 165.978C130.521 165.956 130.507 165.929 130.49 165.897C130.455 165.834 130.407 165.751 130.348 165.653C130.229 165.457 130.058 165.195 129.829 164.893C129.373 164.288 128.679 163.509 127.698 162.754Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.08257" /> <path d="M24.1647 24.0783C24.4706 22.2721 26.1631 21.0653 27.9704 21.3653C32.7939 22.1658 41.9533 23.8017 48.0546 25.6075C51.9197 26.7514 56.5878 28.4554 60.13 29.8077C62.563 30.7366 63.0228 33.9373 60.9789 35.5514L27.527 61.9695C25.3685 63.6742 22.2021 62.249 22.0864 59.501C21.8689 54.3301 21.6567 47.212 21.8726 42.515C22.1407 36.6816 23.4097 28.5357 24.1647 24.0783Z" fill="%23646464" /> <path d="M28.0429 29.771C28.3065 27.8849 30.0852 26.6229 31.9542 26.9885C36.5034 27.8785 44.6233 29.5779 50.1041 31.3574C53.6234 32.5 57.8688 34.167 61.1362 35.5053C63.5096 36.4774 63.924 39.6205 61.9149 41.2146L32.4704 64.5759C30.3427 66.264 27.2084 64.9022 27.0281 62.1921C26.7076 57.3727 26.3541 50.854 26.4382 46.5373C26.5408 41.2673 27.4523 33.997 28.0429 29.771Z" fill="%23F7FBF8" /> <path d="M50.3615 41.4584C48.6105 40.8679 48.2666 41.3855 49.8463 41.5286C51.4049 41.6697 47.1624 39.7163 45.6125 39.4997C44.3745 39.3267 47.3138 41.5227 47.6261 41.8186C48.697 42.8329 49.0708 43.4413 50.4456 42.8917" stroke="%23FDE8F1" stroke-width="2.04128" stroke-linecap="round" /> <path d="M147.511 19.6225C147.019 17.8665 145.22 16.8473 143.459 17.3221C138.634 18.6231 129.338 21.2506 123.238 23.7373C119.358 25.3194 114.697 27.5712 111.201 29.3238C108.869 30.4929 108.734 33.7309 110.937 35.1296L148.348 58.8894C150.673 60.3661 153.68 58.6165 153.507 55.8675C153.173 50.5501 152.618 43.1597 151.882 38.3362C150.97 32.3541 148.761 24.0737 147.511 19.6225Z" fill="%23646464" /> <path d="M145.258 25.7727C144.958 24.2226 143.46 23.2185 141.916 23.5449C136.896 24.6057 126.355 26.9572 120.691 29.1222C117.382 30.3871 113.381 32.5676 110.517 34.2305C108.731 35.2677 108.694 37.7844 110.413 38.9296L144.536 61.6671C146.356 62.8802 148.788 61.6828 148.883 59.4972C149.084 54.8626 149.221 48.0093 148.558 43.8769C147.691 38.4727 146.096 30.1008 145.258 25.7727Z" fill="%23F7FBF8" /> <path d="M125.653 37.4154C121.317 36.679 130.808 34.799 128.817 36.1912C127.4 37.1819 126.361 37.376 124.957 37.8157" stroke="%23FDE8F1" stroke-width="2.04128" stroke-linecap="round" /> <path d="M51.0955 117.792C52.9585 116.344 56.1515 114.752 59.7214 116.505C69.7478 121.427 82.0727 123.665 93.3542 123.533C104.734 123.4 114.53 120.865 119.791 116.773L119.948 116.656C121.578 115.488 123.394 115.689 124.726 116.191C126.054 116.692 127.258 117.597 128.188 118.419C129.15 119.268 129.985 120.18 130.57 120.862C130.866 121.207 131.105 121.503 131.272 121.716C131.356 121.822 131.423 121.908 131.469 121.97C131.493 122 131.512 122.025 131.525 122.043C131.532 122.052 131.538 122.06 131.542 122.065C131.544 122.068 131.545 122.07 131.547 122.072C131.547 122.073 131.548 122.074 131.549 122.075L131.55 122.076C131.546 122.079 131.462 122.142 129.619 123.508L131.551 122.077L131.934 122.595L132.016 123.234L129.559 123.552L132.017 123.235V123.237C132.018 123.239 132.018 123.241 132.018 123.244C132.019 123.25 132.02 123.259 132.021 123.27C132.024 123.292 132.029 123.324 132.034 123.366C132.045 123.452 132.06 123.578 132.081 123.741C132.122 124.068 132.181 124.546 132.254 125.148C132.399 126.354 132.599 128.065 132.819 130.087C133.258 134.127 133.776 139.432 134.092 144.454C134.382 149.084 136.01 152.704 137.305 157.06C138.567 161.304 139.32 165.897 136.769 171.148C135.16 174.46 131.96 176.611 128.33 178.054C124.666 179.51 120.207 180.389 115.532 180.934C106.188 182.021 95.3681 181.828 87.1375 181.828C80.8628 181.828 70.5069 181.939 61.3181 181.271C56.731 180.938 52.3198 180.404 48.7976 179.529C47.0389 179.093 45.4075 178.548 44.0554 177.849C42.7388 177.168 41.431 176.209 40.6794 174.808C38.2101 170.204 38.1285 165.717 38.6306 161.42C38.877 159.312 39.2804 157.138 39.6238 155.067C39.9743 152.954 40.2789 150.863 40.3875 148.708C40.6594 143.307 42.5538 136.444 44.2957 131.096C45.178 128.386 46.0434 126 46.6882 124.291C47.0109 123.436 47.2793 122.748 47.4675 122.272C47.5617 122.035 47.6361 121.849 47.6873 121.723C47.7128 121.659 47.7322 121.611 47.7458 121.577C47.7527 121.56 47.7578 121.547 47.7615 121.538C47.7633 121.534 47.7653 121.53 47.7664 121.527C47.7668 121.526 47.767 121.525 47.7673 121.524L47.7683 121.523L47.8591 121.301L47.9919 121.101L50.0603 122.465C47.992 121.1 47.9924 121.099 47.9929 121.099L47.9939 121.098C47.9946 121.097 47.995 121.095 47.9958 121.094C47.9976 121.091 48.0005 121.088 48.0027 121.085C48.0072 121.078 48.0127 121.069 48.0193 121.06C48.0323 121.04 48.0492 121.015 48.0701 120.985C48.1119 120.925 48.1695 120.844 48.2419 120.745C48.3866 120.548 48.5931 120.279 48.8542 119.969C49.3698 119.355 50.1331 118.54 51.0955 117.792Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.95585" /> <path d="M156.383 80.5924C157.766 111.426 146.172 123.574 90.4557 129.325C39.1047 129.584 23.2115 117.318 21.8284 86.4844C47.3117 106.117 61.3312 112.426 89.4357 111.918C119.215 111.38 137.01 106.118 156.383 80.5924Z" fill="%23F7FBF8" /> <path d="M68.8997 119.529C68.8997 119.529 86.8489 117.231 104.363 119.529C108.12 120.022 111.961 120.414 113.555 122.634C116.598 126.873 111.729 131.702 107.282 134.433C102.935 137.103 96.0705 139.391 88.4637 139.463C80.5753 139.538 74.1789 137.29 68.8997 134.433C64.269 131.927 59.3125 126.914 62.3783 122.634C64.0208 120.341 68.8997 119.529 68.8997 119.529Z" fill="%23F0F6F2" /> <path d="M52.4917 94.7578C54.0483 95.0611 54.0401 94.9508 55.9758 94.8943C56.3493 94.8834 57.5041 95.1055 57.8954 95.0826C58.3227 95.0575 58.9995 94.8175 59.4113 94.9043C59.7578 94.9773 60.3231 94.5781 60.6627 94.6195C60.9087 94.6494 61.9333 94.7992 62.1747 94.8317C62.3489 94.855 62.4797 94.739 62.645 94.7147C63.2281 94.6289 63.5758 94.9269 64.1588 94.9597C64.6995 94.9902 66.1885 94.7461 66.6836 95.009C66.9624 95.1571 65.6272 95.2731 65.9267 95.1534C66.3441 94.9865 67.2744 95.1898 67.7167 95.1904C68.2564 95.1911 68.4191 94.9625 68.9505 94.8761C69.1633 94.8415 69.3806 94.7694 69.5628 94.9138C69.7569 95.0677 69.819 95.215 70.0444 95.0539C70.185 94.9534 72.5245 94.6533 72.5394 94.9076" stroke="%23676564" stroke-width="3.16825" stroke-linecap="round" /> <path d="M105.53 92.51C105.741 92.4976 105.911 92.4876 106.12 92.5488C106.286 92.5977 106.762 92.845 106.923 92.6853C107.061 92.5492 106.978 92.3885 107.22 92.3251C107.568 92.2341 108.15 92.3299 108.508 92.3598C109.108 92.41 109.648 92.3636 110.243 92.2948C111.005 92.2067 111.721 92.309 112.465 92.0972C113.079 91.9224 113.996 91.3664 114.641 91.5166C115.016 91.604 115.417 91.9791 115.805 91.9564C116.391 91.922 117.054 91.4509 117.654 91.3399C117.955 91.2843 119.294 91.4784 118.936 91.0628C118.927 91.0527 120.199 90.6532 120.342 90.613C120.813 90.4799 121.295 90.6149 121.775 90.6269C122.362 90.6417 122.887 90.5458 123.451 90.4062C124.11 90.2434 124.829 90.2895 125.485 90.4338C125.948 90.5358 126.055 90.5083 126.088 89.9578C126.098 89.7834 126.092 89.9824 126.104 90.0242C126.139 90.1482 126.451 90.0205 126.507 90.0067C126.794 89.9347 127.416 89.6522 127.694 89.6861C128.056 89.7302 128.285 89.9693 128.691 89.9949C129.005 90.0146 129.309 90.0137 129.622 89.9954" stroke="%23676564" stroke-width="3.75946" stroke-linecap="round" /> <circle cx="117.401" cy="90.8968" r="18.9007" fill="url(%23paint0_linear_1066_3747)" fill-opacity="0.6" stroke="url(%23paint1_linear_1066_3747)" stroke-width="4.42984" /> <path d="M125.817 110.094L133.348 126.927" stroke="%238E7C32" stroke-width="6.20178" stroke-linecap="round" /> <path d="M130.543 115.815L129.906 113.722L129.905 113.723L129.903 113.724C129.902 113.724 129.899 113.724 129.897 113.725C129.892 113.727 129.886 113.729 129.879 113.731C129.864 113.736 129.843 113.741 129.818 113.749C129.768 113.765 129.698 113.789 129.61 113.818C129.435 113.876 129.188 113.961 128.894 114.069C128.309 114.285 127.511 114.605 126.681 115.014C125.865 115.416 124.942 115.943 124.153 116.592C123.41 117.205 122.508 118.153 122.214 119.46C121.625 122.077 122.219 124.034 123.509 125.286C123.804 125.571 124.11 125.793 124.4 125.966C124.473 126.537 124.566 127.267 124.665 128.081C124.9 130.005 125.169 132.365 125.32 134.185C125.467 135.957 125.448 137.37 125.462 138.898C125.475 140.416 125.523 141.992 125.844 143.872C126.487 147.638 127.004 151.222 130.374 154.967C133.227 158.137 136.714 158.674 139.656 157.939C142.411 157.25 144.798 155.425 145.875 153.629C148.116 149.895 149.021 147.202 148.978 144.406C148.958 143.063 148.72 141.788 148.422 140.504C148.085 139.048 147.788 138.018 147.391 136.249C146.473 132.156 146.804 128.61 146.585 124.775C146.375 121.121 145.589 117.333 141.668 114.84C139.335 113.357 136.275 113.168 134.144 113.23C133.02 113.263 132.022 113.372 131.305 113.472C130.945 113.522 130.652 113.571 130.445 113.608C130.341 113.626 130.259 113.642 130.2 113.654C130.17 113.659 130.146 113.663 130.129 113.667C130.12 113.669 130.113 113.671 130.108 113.672C130.105 113.672 130.103 113.673 130.101 113.673L130.098 113.674L130.097 113.674L130.543 115.815ZM130.543 115.815L130.096 113.674L130 113.694L129.907 113.722L130.543 115.815Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="4.37452" /> <path d="M86.1223 101.006C86.6996 100.972 88.2734 101.255 88.6111 100.769C88.8032 100.493 89.0992 100.302 89.3667 100.109C89.6965 99.8718 89.7047 99.6943 89.9218 99.4404C90.121 99.2073 90.1589 98.9473 90.3128 98.7548C90.4629 98.5669 90.6149 98.8068 90.7555 98.9497C91.0138 99.2121 91.3239 99.2666 91.6373 99.4555C92.1849 99.7856 92.8568 100.028 93.4766 100.237C94.0286 100.422 94.868 99.5104 95.4487 99.4555" stroke="%23676564" stroke-width="2.46775" stroke-linecap="round" /> <path d="M86.4089 85.5735C86.4196 85.757 86.382 85.9026 86.3677 86.0812C86.361 86.1648 86.4971 86.4246 86.4531 86.4796C86.3995 86.5467 86.397 86.7312 86.397 86.7312" stroke="%23676564" stroke-width="1.51437" stroke-linecap="round" /> <path d="M89.5237 86.0356C89.4453 85.8396 89.3783 85.8236 89.3641 85.5814C89.2408 85.3723 89.1483 85.6627 89.0622 85.4243C89.1087 85.1193 88.8821 84.6595 89.0133 84.5894C89.0783 84.5546 89.0805 84.4955 89.0681 84.4288C89.0562 84.364 89.0122 84.3279 89.0471 84.2593C89.0648 84.2246 89.088 84.03 89.0449 84.0325" stroke="%23676564" stroke-width="1.51437" stroke-linecap="round" /> <path d="M90.3995 96.7241C90.1407 96.7567 89.1683 96.814 89.3809 96.2644C89.5307 95.8773 90.6277 95.9494 90.5705 96.419C90.5092 96.9221 89.6074 96.8197 89.2833 96.8132C88.7832 96.8032 88.4306 96.9001 88.3619 96.3006C88.231 95.1578 89.6046 95.5283 90.3661 95.6518C90.6785 95.7025 91.8824 95.8091 91.9829 96.348C92.0287 96.5935 91.639 96.8711 91.4506 96.934C91.0464 97.0689 90.717 96.7865 90.3303 96.7518C90.1468 96.7353 88.8162 96.9344 88.9871 96.4941C89.2302 95.8679 90.0734 95.3275 90.7049 95.5907C90.9474 95.6917 91.2233 95.6974 91.0363 95.9077C90.7729 96.2039 90.6714 96.6283 90.4666 96.9622C90.0182 97.6934 88.9961 96.7656 88.6079 96.3688C88.0043 95.7516 88.3094 95.3428 89.0434 95.3398C89.5255 95.3379 91.1915 95.0977 91.4772 95.5749C91.5713 95.7321 91.9414 96.8563 91.8005 96.9607C91.4749 97.2019 90.6702 96.8144 90.4092 96.6881C90.1256 96.5509 89.7122 96.2938 89.4972 96.0333C88.893 95.3011 89.6752 96.1774 89.4904 95.715" stroke="%23EE8E7E" stroke-width="1.38066" stroke-linecap="round" /> <defs> <linearGradient id="paint0_linear_1066_3747" x1="117.401" y1="69.7813" x2="133.644" y2="105.515" gradientUnits="userSpaceOnUse" > <stop stop-color="%23E1F9FB" /> <stop offset="0.84" stop-color="%239DDBDF" /> </linearGradient> <linearGradient id="paint1_linear_1066_3747" x1="105.145" y1="69.7812" x2="125.965" y2="108.616" gradientUnits="userSpaceOnUse" > <stop stop-color="%23C6B46A" /> <stop offset="1" stop-color="%238E7C32" /> </linearGradient> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* -----------------------
  C_community_board
----------------------- */
.C_community_board {
  display: flex;
}
@media screen and (min-width: 768px) {
  .C_community_board {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .C_community_board {
    gap: 2.0512820513vw;
  }
}
.C_community_board:hover .C_community_board--lists {
  animation-play-state: paused;
}
.C_community_board--lists {
  display: flex;
  animation: scroll 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .C_community_board--lists {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .C_community_board--lists {
    gap: 2.0512820513vw;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.C_community_board--lists .item {
  width: fit-content;
}
.C_community_board--lists .item--inner {
  position: relative;
  width: fit-content;
}
.C_community_board--lists .item--inner .img {
  aspect-ratio: 450/250;
  border: solid #FFF;
}
@media screen and (min-width: 768px) {
  .C_community_board--lists .item--inner .img {
    border-radius: 20px;
    border-width: 10px;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .C_community_board--lists .item--inner .img {
    border-radius: 11px;
    border-width: 1.2820512821vw;
    width: 68.2051282051vw;
  }
}
.C_community_board--lists .item--inner .img.img-01 {
  background-image: url("../img/C_community_board/C_community_board-img-01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_community_board--lists .item--inner .img.img-02 {
  background-image: url("../img/C_community_board/C_community_board-img-02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_community_board--lists .item--inner .img.img-03 {
  background-image: url("../img/C_community_board/C_community_board-img-03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_community_board--lists .item--inner .img.img-04 {
  background-image: url("../img/C_community_board/C_community_board-img-04.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_community_board--lists .item--inner .txt {
  position: absolute;
  left: 6.66%;
  bottom: -11%;
}
.C_community_board--lists .item--inner .txt .TX {
  font-family: "sicuveiw-dsp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  -webkit-text-stroke-color: #FFF;
  font-weight: 800;
  line-height: 1;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .C_community_board--lists .item--inner .txt .TX {
    font-size: 40px;
    -webkit-text-stroke-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_community_board--lists .item--inner .txt .TX {
    font-size: 6.1538461538vw;
    -webkit-text-stroke-width: 1.7948717949vw;
  }
}
.C_community_board--lists .item--inner .txt .TX::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-text-stroke-width: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* -----------------------
  C_dress_up-tab
----------------------- */
.C_dress_up-tab {
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
  transform-origin: center;
  position: relative;
  cursor: pointer;
  border-style: solid;
  border-color: #C9C8C8;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .C_dress_up-tab {
    border-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_dress_up-tab {
    border-width: 1.0256410256vw;
  }
}
.C_dress_up-tab.is-active.hover-opa {
  opacity: 1;
}
.C_dress_up-tab .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.C_dress_up-tab.dress_up-tab__icon-01 .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="56" viewBox="0 0 59 56" fill="none"><path d="M56.893 24.8217C57.922 23.8176 58.2939 22.3157 57.8495 20.9465C57.4049 19.581 56.2219 18.5822 54.7997 18.3767L41.2917 16.4126C40.0608 16.2337 38.9964 15.4615 38.4473 14.3475L32.4043 2.1058C31.7703 0.816453 30.4544 0 29.018 0C27.5782 0 26.2658 0.816453 25.6299 2.1058L19.5869 14.3475C19.0379 15.4615 17.9735 16.2337 16.7426 16.4126L3.23466 18.3768C1.81066 18.5823 0.627633 19.5811 0.184892 20.9467C-0.259662 22.3157 0.112236 23.8176 1.14133 24.8218L10.9159 34.3485C11.8067 35.2163 12.2124 36.4667 12.0015 37.6923L9.69555 51.147C9.45117 52.5657 10.0338 53.9967 11.1974 54.8415C12.3611 55.6881 13.9036 55.7997 15.177 55.1302L27.2593 48.7792C28.361 48.2001 29.6733 48.2001 30.7749 48.7792L42.8554 55.1302C44.1288 55.7997 45.6732 55.6881 46.835 54.8415C47.9987 53.9967 48.5813 52.5657 48.3387 51.147L46.031 37.6922C45.8203 36.4665 46.2276 35.2162 47.1185 34.3484L56.893 24.8217ZM50.4338 21.8251C51.199 21.5754 52.0225 21.9951 52.2704 22.7602C52.5201 23.5272 52.1004 24.3489 51.3353 24.5968C50.5684 24.8465 49.7466 24.4268 49.4987 23.6617C49.249 22.8948 49.6687 22.073 50.4338 21.8251ZM8.53554 23.6617C8.28753 24.4268 7.46405 24.8448 6.69894 24.5968C5.93384 24.3471 5.51411 23.5254 5.76381 22.7602C6.01182 21.9933 6.8336 21.5754 7.59871 21.8251C8.36551 22.073 8.78343 22.8948 8.53554 23.6617ZM12.6444 24.9954C12.9208 24.1453 13.8346 23.6812 14.6865 23.9576C15.5348 24.2321 16.0007 25.1459 15.7262 25.9978C15.4498 26.8479 14.536 27.3137 13.6841 27.0375C12.834 26.7593 12.3681 25.8472 12.6444 24.9954ZM16.6825 49.7744C16.2078 50.4261 15.2975 50.5713 14.6457 50.0967C13.994 49.6238 13.8505 48.7117 14.3234 48.0618C14.7963 47.41 15.7066 47.2665 16.3583 47.7394C17.0101 48.2123 17.1554 49.1226 16.6825 49.7744ZM21.1598 43.8857C20.6355 44.6083 19.6224 44.7694 18.8981 44.2434C18.1755 43.7173 18.0143 42.7043 18.5421 41.9817C19.0663 41.2573 20.0776 41.098 20.802 41.6222C21.5263 42.1499 21.6875 43.1612 21.1598 43.8857ZM20.8551 29.5559C19.9093 29.2495 19.3922 28.2328 19.7003 27.2871C20.0067 26.3431 21.0215 25.8259 21.9673 26.1323C22.9112 26.4405 23.4302 27.4553 23.1221 28.3992C22.8157 29.3451 21.8009 29.8622 20.8551 29.5559ZM25.7716 37.8445C25.1872 38.6486 24.0625 38.8256 23.2584 38.2412C22.4562 37.6568 22.2773 36.5321 22.8599 35.728C23.4461 34.924 24.5708 34.7469 25.3749 35.3313C26.1772 35.9141 26.3578 37.0404 25.7716 37.8445ZM29.018 5.86592C29.8221 5.86592 30.4756 6.51768 30.4756 7.32178C30.4756 8.12757 29.822 8.77933 29.018 8.77933C28.214 8.77933 27.5605 8.12757 27.5605 7.32178C27.5604 6.51768 28.2139 5.86592 29.018 5.86592ZM29.018 13.1008C29.9125 13.1008 30.6368 13.8269 30.6368 14.7213C30.6368 15.6139 29.9124 16.34 29.018 16.34C28.1237 16.34 27.3975 15.6139 27.3975 14.7213C27.3975 13.8269 28.1236 13.1008 29.018 13.1008ZM29.018 32.1151C28.0244 32.1151 27.2186 31.3093 27.2186 30.3156C27.2186 29.3238 28.0244 28.5162 29.018 28.5162C30.0116 28.5162 30.8174 29.3238 30.8174 30.3156C30.8174 31.3093 30.0115 32.1151 29.018 32.1151ZM29.018 24.1186C28.0244 24.1186 27.2186 23.3128 27.2186 22.3174C27.2186 21.3238 28.0244 20.5198 29.018 20.5198C30.0116 20.5198 30.8174 21.3239 30.8174 22.3174C30.8174 23.3128 30.0115 24.1186 29.018 24.1186ZM34.7758 38.2412C33.9717 38.8256 32.8471 38.6468 32.2626 37.8427C31.6782 37.0404 31.8571 35.9139 32.6612 35.3313C33.4653 34.7469 34.5899 34.924 35.1744 35.728C35.7588 36.5321 35.5798 37.6568 34.7758 38.2412ZM34.9122 28.4011C34.6058 27.4553 35.1229 26.4405 36.067 26.1323C37.0128 25.8259 38.0294 26.343 38.3358 27.2888C38.6422 28.2327 38.1251 29.2494 37.1793 29.5557C36.2352 29.8622 35.2204 29.3468 34.9122 28.4011ZM39.1361 44.2434C38.4117 44.7694 37.4004 44.6083 36.8745 43.8857C36.3484 43.1612 36.5079 42.1499 37.2322 41.6222C37.9566 41.098 38.9696 41.2573 39.4939 41.9817C40.0199 42.7043 39.8605 43.7173 39.1361 44.2434ZM43.3885 50.0967C42.7368 50.5714 41.8265 50.4261 41.3536 49.7744C40.8807 49.1226 41.0259 48.2123 41.6759 47.7394C42.3259 47.2647 43.238 47.41 43.7109 48.0618C44.1855 48.7117 44.0403 49.6238 43.3885 50.0967ZM44.3502 27.0374C43.4983 27.3119 42.5844 26.8478 42.3099 25.9977C42.0319 25.1458 42.4976 24.232 43.3477 23.9574C44.1997 23.6811 45.1118 24.147 45.3898 24.9953C45.6662 25.8472 45.2003 26.7611 44.3502 27.0374Z" fill="%23C9C8C8" /> </svg>');
  aspect-ratio: 59/56;
  width: 55.7692307692%;
}
.C_dress_up-tab.dress_up-tab__icon-01.is-active {
  box-shadow: 0 0 15px 0 #77CAF4;
  border-color: #77CAF4;
}
.C_dress_up-tab.dress_up-tab__icon-01.is-active .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="56" viewBox="0 0 59 56" fill="none"><path d="M56.893 24.8217C57.922 23.8176 58.2939 22.3157 57.8495 20.9465C57.4049 19.581 56.2219 18.5822 54.7997 18.3767L41.2917 16.4126C40.0608 16.2337 38.9964 15.4615 38.4473 14.3475L32.4043 2.1058C31.7703 0.816453 30.4544 0 29.018 0C27.5782 0 26.2658 0.816453 25.6299 2.1058L19.5869 14.3475C19.0379 15.4615 17.9735 16.2337 16.7426 16.4126L3.23466 18.3768C1.81066 18.5823 0.627633 19.5811 0.184892 20.9467C-0.259662 22.3157 0.112236 23.8176 1.14133 24.8218L10.9159 34.3485C11.8067 35.2163 12.2124 36.4667 12.0015 37.6923L9.69555 51.147C9.45117 52.5657 10.0338 53.9967 11.1974 54.8415C12.3611 55.6881 13.9036 55.7997 15.177 55.1302L27.2593 48.7792C28.361 48.2001 29.6733 48.2001 30.7749 48.7792L42.8554 55.1302C44.1288 55.7997 45.6732 55.6881 46.835 54.8415C47.9987 53.9967 48.5813 52.5657 48.3387 51.147L46.031 37.6922C45.8203 36.4665 46.2276 35.2162 47.1185 34.3484L56.893 24.8217ZM50.4338 21.8251C51.199 21.5754 52.0225 21.9951 52.2704 22.7602C52.5201 23.5272 52.1004 24.3489 51.3353 24.5968C50.5684 24.8465 49.7466 24.4268 49.4987 23.6617C49.249 22.8948 49.6687 22.073 50.4338 21.8251ZM8.53554 23.6617C8.28753 24.4268 7.46405 24.8448 6.69894 24.5968C5.93384 24.3471 5.51411 23.5254 5.76381 22.7602C6.01182 21.9933 6.8336 21.5754 7.59871 21.8251C8.36551 22.073 8.78343 22.8948 8.53554 23.6617ZM12.6444 24.9954C12.9208 24.1453 13.8346 23.6812 14.6865 23.9576C15.5348 24.2321 16.0007 25.1459 15.7262 25.9978C15.4498 26.8479 14.536 27.3137 13.6841 27.0375C12.834 26.7593 12.3681 25.8472 12.6444 24.9954ZM16.6825 49.7744C16.2078 50.4261 15.2975 50.5713 14.6457 50.0967C13.994 49.6238 13.8505 48.7117 14.3234 48.0618C14.7963 47.41 15.7066 47.2665 16.3583 47.7394C17.0101 48.2123 17.1554 49.1226 16.6825 49.7744ZM21.1598 43.8857C20.6355 44.6083 19.6224 44.7694 18.8981 44.2434C18.1755 43.7173 18.0143 42.7043 18.5421 41.9817C19.0663 41.2573 20.0776 41.098 20.802 41.6222C21.5263 42.1499 21.6875 43.1612 21.1598 43.8857ZM20.8551 29.5559C19.9093 29.2495 19.3922 28.2328 19.7003 27.2871C20.0067 26.3431 21.0215 25.8259 21.9673 26.1323C22.9112 26.4405 23.4302 27.4553 23.1221 28.3992C22.8157 29.3451 21.8009 29.8622 20.8551 29.5559ZM25.7716 37.8445C25.1872 38.6486 24.0625 38.8256 23.2584 38.2412C22.4562 37.6568 22.2773 36.5321 22.8599 35.728C23.4461 34.924 24.5708 34.7469 25.3749 35.3313C26.1772 35.9141 26.3578 37.0404 25.7716 37.8445ZM29.018 5.86592C29.8221 5.86592 30.4756 6.51768 30.4756 7.32178C30.4756 8.12757 29.822 8.77933 29.018 8.77933C28.214 8.77933 27.5605 8.12757 27.5605 7.32178C27.5604 6.51768 28.2139 5.86592 29.018 5.86592ZM29.018 13.1008C29.9125 13.1008 30.6368 13.8269 30.6368 14.7213C30.6368 15.6139 29.9124 16.34 29.018 16.34C28.1237 16.34 27.3975 15.6139 27.3975 14.7213C27.3975 13.8269 28.1236 13.1008 29.018 13.1008ZM29.018 32.1151C28.0244 32.1151 27.2186 31.3093 27.2186 30.3156C27.2186 29.3238 28.0244 28.5162 29.018 28.5162C30.0116 28.5162 30.8174 29.3238 30.8174 30.3156C30.8174 31.3093 30.0115 32.1151 29.018 32.1151ZM29.018 24.1186C28.0244 24.1186 27.2186 23.3128 27.2186 22.3174C27.2186 21.3238 28.0244 20.5198 29.018 20.5198C30.0116 20.5198 30.8174 21.3239 30.8174 22.3174C30.8174 23.3128 30.0115 24.1186 29.018 24.1186ZM34.7758 38.2412C33.9717 38.8256 32.8471 38.6468 32.2626 37.8427C31.6782 37.0404 31.8571 35.9139 32.6612 35.3313C33.4653 34.7469 34.5899 34.924 35.1744 35.728C35.7588 36.5321 35.5798 37.6568 34.7758 38.2412ZM34.9122 28.4011C34.6058 27.4553 35.1229 26.4405 36.067 26.1323C37.0128 25.8259 38.0294 26.343 38.3358 27.2888C38.6422 28.2327 38.1251 29.2494 37.1793 29.5557C36.2352 29.8622 35.2204 29.3468 34.9122 28.4011ZM39.1361 44.2434C38.4117 44.7694 37.4004 44.6083 36.8745 43.8857C36.3484 43.1612 36.5079 42.1499 37.2322 41.6222C37.9566 41.098 38.9696 41.2573 39.4939 41.9817C40.0199 42.7043 39.8605 43.7173 39.1361 44.2434ZM43.3885 50.0967C42.7368 50.5714 41.8265 50.4261 41.3536 49.7744C40.8807 49.1226 41.0259 48.2123 41.6759 47.7394C42.3259 47.2647 43.238 47.41 43.7109 48.0618C44.1855 48.7117 44.0403 49.6238 43.3885 50.0967ZM44.3502 27.0374C43.4983 27.3119 42.5844 26.8478 42.3099 25.9977C42.0319 25.1458 42.4976 24.232 43.3477 23.9574C44.1997 23.6811 45.1118 24.147 45.3898 24.9953C45.6662 25.8472 45.2003 26.7611 44.3502 27.0374Z" fill="%2377CAF4" /> </svg>');
}
.C_dress_up-tab.dress_up-tab__icon-02 .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="54" viewBox="0 0 59 54" fill="none"><path d="M35.5064 28.6827C35.5064 23.1729 39.9731 18.708 45.4811 18.708C49.142 18.708 52.3369 20.6828 54.0691 23.6245C54.4039 24.1931 54.379 24.294 54.379 24.294C54.4659 24.4835 54.6589 24.6022 54.8679 24.5915C55.0751 24.5844 55.2576 24.4498 55.3285 24.2533C55.3285 24.2533 55.3975 24.1134 55.6207 23.4457C57.9177 16.5614 58.4809 9.30357 57.7122 6.06428C57.335 4.47558 56.5822 3.42892 55.4735 2.95421C55.192 2.83372 48.4724 0 39.4683 0C29.7522 0 21.1111 3.41464 14.4767 9.87371C3.13466 20.9147 4.24162 33.3459 5.45128 42.7309C3.62002 45.0315 1.79045 47.4295 -0.00012207 49.8895L2.34303 51.5951L4.01844 52.8118L4.68788 53.2988C6.34561 51.0177 7.98384 48.8622 9.65574 46.7511C10.2561 46.7971 10.8494 46.8396 11.4587 46.8875C14.4482 47.1302 17.5405 47.3816 20.7321 47.3816C27.2248 47.3816 35.2479 46.4464 43.2725 40.3788C43.981 39.8439 44.4751 39.4011 44.4751 39.4011C44.6344 39.2701 44.7018 39.0593 44.6469 38.8627C44.5902 38.6644 44.4237 38.5192 44.22 38.4908C44.22 38.4908 43.6745 38.5263 42.8687 38.3066C38.6271 37.1591 35.5064 33.2875 35.5064 28.6827Z" fill="%23C9C8C8" /> </svg>');
  aspect-ratio: 59/54;
  width: 55.7692307692%;
}
.C_dress_up-tab.dress_up-tab__icon-02.is-active {
  box-shadow: 0 0 15px 0 #78D070;
  border-color: #78D070;
}
.C_dress_up-tab.dress_up-tab__icon-02.is-active .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="54" viewBox="0 0 59 54" fill="none"><path d="M35.5064 28.6827C35.5064 23.1729 39.9731 18.708 45.4811 18.708C49.142 18.708 52.3369 20.6828 54.0691 23.6245C54.4039 24.1931 54.379 24.294 54.379 24.294C54.4659 24.4835 54.6589 24.6022 54.8679 24.5915C55.0751 24.5844 55.2576 24.4498 55.3285 24.2533C55.3285 24.2533 55.3975 24.1134 55.6207 23.4457C57.9177 16.5614 58.4809 9.30357 57.7122 6.06428C57.335 4.47558 56.5822 3.42892 55.4735 2.95421C55.192 2.83372 48.4724 0 39.4683 0C29.7522 0 21.1111 3.41464 14.4767 9.87371C3.13466 20.9147 4.24162 33.3459 5.45128 42.7309C3.62002 45.0315 1.79045 47.4295 -0.00012207 49.8895L2.34303 51.5951L4.01844 52.8118L4.68788 53.2988C6.34561 51.0177 7.98384 48.8622 9.65574 46.7511C10.2561 46.7971 10.8494 46.8396 11.4587 46.8875C14.4482 47.1302 17.5405 47.3816 20.7321 47.3816C27.2248 47.3816 35.2479 46.4464 43.2725 40.3788C43.981 39.8439 44.4751 39.4011 44.4751 39.4011C44.6344 39.2701 44.7018 39.0593 44.6469 38.8627C44.5902 38.6644 44.4237 38.5192 44.22 38.4908C44.22 38.4908 43.6745 38.5263 42.8687 38.3066C38.6271 37.1591 35.5064 33.2875 35.5064 28.6827Z" fill="%2378D070" /> </svg>');
}
.C_dress_up-tab.dress_up-tab__icon-03 .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="59" viewBox="0 0 59 59" fill="none"><path d="M56.9599 38.053L43.1991 32.8833C44.6089 27.9506 43.3745 22.425 39.4926 18.5421C35.6097 14.6593 30.0821 13.4258 25.1525 14.8336L19.9818 1.07381C19.7604 0.488252 19.2312 0.078155 18.6088 0.0094655C17.9886 -0.0571837 17.3826 0.23197 17.0422 0.755869L13.7365 5.86915L7.25037 5.50723C6.78076 5.48161 6.32249 5.65798 5.98925 5.99112C5.656 6.32346 5.48065 6.78173 5.50842 7.25224L5.8683 13.7364L0.754904 17.0431C0.230891 17.3835 -0.0572416 17.9896 0.00952093 18.6108C0.0761701 19.2331 0.4874 19.7612 1.07171 19.9817L13.1622 24.5259C13.8758 22.8117 14.9248 21.2049 16.3182 19.8114C17.8141 18.3154 19.5541 17.2184 21.4099 16.5089C20.5036 17.08 19.6463 17.7546 18.857 18.542C13.1603 24.2398 13.1603 33.4789 18.857 39.1756C22.6374 42.9549 27.973 44.2253 32.8013 42.9898L38.052 56.9619C38.2725 57.5473 38.8015 57.9585 39.4239 58.0251C40.0443 58.0917 40.6512 57.8036 40.9886 57.2787L44.2982 52.1664L50.7814 52.5274C51.252 52.5531 51.7104 52.3767 52.0436 52.0445C52.3758 51.7124 52.5521 51.254 52.5265 50.7844L52.1646 44.2993L57.2778 40.9916C57.8017 40.6521 58.0909 40.0451 58.0244 39.4249C57.9556 38.8036 57.5465 38.2735 56.9599 38.053Z" fill="%23C9C8C8" /> </svg>');
  aspect-ratio: 59/59;
  width: 55.7692307692%;
}
.C_dress_up-tab.dress_up-tab__icon-03.is-active {
  box-shadow: 0 0 15px 0 #EC9A4D;
  border-color: #EC9A4D;
}
.C_dress_up-tab.dress_up-tab__icon-03.is-active .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="59" viewBox="0 0 59 59" fill="none"><path d="M56.9599 38.053L43.1991 32.8833C44.6089 27.9506 43.3745 22.425 39.4926 18.5421C35.6097 14.6593 30.0821 13.4258 25.1525 14.8336L19.9818 1.07381C19.7604 0.488252 19.2312 0.078155 18.6088 0.0094655C17.9886 -0.0571837 17.3826 0.23197 17.0422 0.755869L13.7365 5.86915L7.25037 5.50723C6.78076 5.48161 6.32249 5.65798 5.98925 5.99112C5.656 6.32346 5.48065 6.78173 5.50842 7.25224L5.8683 13.7364L0.754904 17.0431C0.230891 17.3835 -0.0572416 17.9896 0.00952093 18.6108C0.0761701 19.2331 0.4874 19.7612 1.07171 19.9817L13.1622 24.5259C13.8758 22.8117 14.9248 21.2049 16.3182 19.8114C17.8141 18.3154 19.5541 17.2184 21.4099 16.5089C20.5036 17.08 19.6463 17.7546 18.857 18.542C13.1603 24.2398 13.1603 33.4789 18.857 39.1756C22.6374 42.9549 27.973 44.2253 32.8013 42.9898L38.052 56.9619C38.2725 57.5473 38.8015 57.9585 39.4239 58.0251C40.0443 58.0917 40.6512 57.8036 40.9886 57.2787L44.2982 52.1664L50.7814 52.5274C51.252 52.5531 51.7104 52.3767 52.0436 52.0445C52.3758 51.7124 52.5521 51.254 52.5265 50.7844L52.1646 44.2993L57.2778 40.9916C57.8017 40.6521 58.0909 40.0451 58.0244 39.4249C57.9556 38.8036 57.5465 38.2735 56.9599 38.053Z" fill="%23EC9A4D" /> </svg>');
}
.C_dress_up-tab.dress_up-tab__icon-04 .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="47" viewBox="0 0 77 47" fill="none"><path d="M71.6709 9.60456L71.287 9.58084C71.1276 9.57123 70.9723 9.56703 70.8199 9.56703C68.8034 9.56703 66.8674 10.3499 65.3996 11.7415L65.394 11.7359L50.6782 24.3783C48.3292 21.5247 45.1762 19.3433 41.6185 18.52C42.0468 18.617 42.4763 18.7126 41.5617 18.5047C40.8771 18.3523 41.1487 18.4148 41.509 18.4951C35.7366 17.2394 30.4563 20.646 29.4792 26.5044C27.661 25.623 24.9112 26.0165 24.3555 24.2039C23.3811 21.0245 21.5323 18.1114 19.1112 15.8383C18.0731 14.864 16.8423 13.9896 15.5148 13.2869L28.4092 4.4711L28.4301 4.45578C29.1229 3.95406 29.9518 3.68938 30.7944 3.68938C31.0647 3.68938 31.3335 3.71851 31.6024 3.77256L36.1469 5.03933L37.1364 1.48566L32.4437 0.177451L32.387 0.16634C31.8588 0.054045 31.3253 0 30.7944 0C29.1978 0 27.6275 0.498874 26.3083 1.44137L26.3068 1.43852L11.2017 11.7665C8.03915 11.1997 4.82522 11.8593 2.47872 14.6091C-6.62816 25.2821 11.5011 47.5026 22.2448 36.6217C23.5323 35.3189 24.3681 33.6335 24.774 31.8581C25.0638 30.5913 24.4816 29.2887 26.056 29.3843C28.9803 29.538 29.2104 30.4902 29.9366 33.0582C31.8117 39.6816 37.9181 46.0374 45.1388 46.1842C52.6435 46.3367 56.0432 38.9719 54.6212 32.3915C54.254 30.6924 53.6137 29.0251 52.7584 27.4576L67.8429 14.4965L67.8872 14.4549C68.6522 13.7065 69.6682 13.2908 70.727 13.2657L75.1826 15.5483L76.8653 12.2641L71.6709 9.60456ZM19.1499 33.7083C10.9994 40.9234 -1.88413 24.1468 5.88257 17.1396C7.75901 15.4336 9.90313 15.0399 11.9917 15.5139L12.0761 15.6373L12.1884 15.561C19.0572 17.299 25.219 28.3989 19.1499 33.7083ZM48.8141 40.6434C40.3586 47.8198 27.2436 30.956 35.3389 23.8502C43.7237 16.4619 57.084 33.5475 48.8141 40.6434Z" fill="%23C9C8C8" /> </svg>');
  aspect-ratio: 77/47;
  width: 73.0769230769%;
}
.C_dress_up-tab.dress_up-tab__icon-04.is-active {
  box-shadow: 0 0 15px 0 #AD8764;
  border-color: #AD8764;
}
.C_dress_up-tab.dress_up-tab__icon-04.is-active .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="47" viewBox="0 0 77 47" fill="none"><path d="M71.6709 9.60456L71.287 9.58084C71.1276 9.57123 70.9723 9.56703 70.8199 9.56703C68.8034 9.56703 66.8674 10.3499 65.3996 11.7415L65.394 11.7359L50.6782 24.3783C48.3292 21.5247 45.1762 19.3433 41.6185 18.52C42.0468 18.617 42.4763 18.7126 41.5617 18.5047C40.8771 18.3523 41.1487 18.4148 41.509 18.4951C35.7366 17.2394 30.4563 20.646 29.4792 26.5044C27.661 25.623 24.9112 26.0165 24.3555 24.2039C23.3811 21.0245 21.5323 18.1114 19.1112 15.8383C18.0731 14.864 16.8423 13.9896 15.5148 13.2869L28.4092 4.4711L28.4301 4.45578C29.1229 3.95406 29.9518 3.68938 30.7944 3.68938C31.0647 3.68938 31.3335 3.71851 31.6024 3.77256L36.1469 5.03933L37.1364 1.48566L32.4437 0.177451L32.387 0.16634C31.8588 0.054045 31.3253 0 30.7944 0C29.1978 0 27.6275 0.498874 26.3083 1.44137L26.3068 1.43852L11.2017 11.7665C8.03915 11.1997 4.82522 11.8593 2.47872 14.6091C-6.62816 25.2821 11.5011 47.5026 22.2448 36.6217C23.5323 35.3189 24.3681 33.6335 24.774 31.8581C25.0638 30.5913 24.4816 29.2887 26.056 29.3843C28.9803 29.538 29.2104 30.4902 29.9366 33.0582C31.8117 39.6816 37.9181 46.0374 45.1388 46.1842C52.6435 46.3367 56.0432 38.9719 54.6212 32.3915C54.254 30.6924 53.6137 29.0251 52.7584 27.4576L67.8429 14.4965L67.8872 14.4549C68.6522 13.7065 69.6682 13.2908 70.727 13.2657L75.1826 15.5483L76.8653 12.2641L71.6709 9.60456ZM19.1499 33.7083C10.9994 40.9234 -1.88413 24.1468 5.88257 17.1396C7.75901 15.4336 9.90313 15.0399 11.9917 15.5139L12.0761 15.6373L12.1884 15.561C19.0572 17.299 25.219 28.3989 19.1499 33.7083ZM48.8141 40.6434C40.3586 47.8198 27.2436 30.956 35.3389 23.8502C43.7237 16.4619 57.084 33.5475 48.8141 40.6434Z" fill="%23AD8764" /> </svg>');
}
.C_dress_up-tab.dress_up-tab__icon-05 .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="49" height="50" viewBox="0 0 49 50" fill="none"><path d="M46.2053 1.10861C33.3284 -3.43619 28.0261 7.16831 27.6475 11.7131C42.418 13.9855 45.4478 5.65341 46.2053 1.10861Z" fill="%23C9C8C8" /> <path d="M24.4999 12.4707C10.9692 12.4707 0 19.5091 0 31.3482C0 43.1879 10.9692 49.5865 24.4999 49.5865C38.0312 49.5865 49 43.1879 49 31.3482C49 19.5091 38.0312 12.4707 24.4999 12.4707ZM7.5746 37.4315C6.7572 37.4315 6.09524 36.7695 6.09524 35.9522C6.09524 35.1348 6.7573 34.4727 7.5746 34.4727C8.392 34.4727 9.05406 35.1348 9.05406 35.9522C9.05406 36.7695 8.392 37.4315 7.5746 37.4315ZM11.6313 26.3743C10.8546 26.3743 10.2258 25.7456 10.2258 24.9689C10.2258 24.1922 10.8546 23.5634 11.6313 23.5634C12.408 23.5634 13.0367 24.1922 13.0367 24.9689C13.0367 25.7456 12.4079 26.3743 11.6313 26.3743ZM19.6941 42.7693C18.9174 42.7693 18.2886 42.1406 18.2886 41.3638C18.2886 40.5871 18.9174 39.9585 19.6941 39.9585C20.4708 39.9585 21.0996 40.5871 21.0996 41.3638C21.0996 42.1405 20.4708 42.7693 19.6941 42.7693ZM24.6176 34.0229C23.8002 34.0229 23.1381 33.3609 23.1381 32.5436C23.1381 31.7262 23.8002 31.0641 24.6176 31.0641C25.435 31.0641 26.0969 31.7262 26.0969 32.5436C26.0969 33.3609 25.435 34.0229 24.6176 34.0229ZM24.9963 18.5304C22.9048 18.5304 21.209 17.8521 21.209 17.0155C21.209 16.1789 22.9048 15.5006 24.9963 15.5006C27.0879 15.5006 28.7837 16.1789 28.7837 17.0155C28.7837 17.8521 27.0879 18.5304 24.9963 18.5304ZM34.5002 41.2189C33.6828 41.2189 33.0207 40.5568 33.0207 39.7394C33.0207 38.922 33.6828 38.2599 34.5002 38.2599C35.3176 38.2599 35.9796 38.922 35.9796 39.7394C35.9795 40.5568 35.3175 41.2189 34.5002 41.2189ZM37.604 23.3444C36.8273 23.3444 36.1985 22.7157 36.1985 21.939C36.1985 21.1623 36.8272 20.5335 37.604 20.5335C38.3807 20.5335 39.0094 21.1623 39.0094 21.939C39.0094 22.7157 38.3806 23.3444 37.604 23.3444ZM42.1488 32.434C41.3721 32.434 40.7434 31.8053 40.7434 31.0286C40.7434 30.2519 41.3721 29.6231 42.1488 29.6231C42.9255 29.6231 43.5542 30.2519 43.5542 31.0286C43.5542 31.8053 42.9254 32.434 42.1488 32.434Z" fill="%23C9C8C8" /> </svg>');
  aspect-ratio: 49/50;
  width: 47.1153846154%;
}
.C_dress_up-tab.dress_up-tab__icon-05.is-active {
  box-shadow: 0 0 15px 0 #D87E6A;
  border-color: #D87E6A;
}
.C_dress_up-tab.dress_up-tab__icon-05.is-active .icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="49" height="50" viewBox="0 0 49 50" fill="none"><path d="M46.2053 1.10861C33.3284 -3.43619 28.0261 7.16831 27.6475 11.7131C42.418 13.9855 45.4478 5.65341 46.2053 1.10861Z" fill="%23D87E6A" /> <path d="M24.4999 12.4707C10.9692 12.4707 0 19.5091 0 31.3482C0 43.1879 10.9692 49.5865 24.4999 49.5865C38.0312 49.5865 49 43.1879 49 31.3482C49 19.5091 38.0312 12.4707 24.4999 12.4707ZM7.5746 37.4315C6.7572 37.4315 6.09524 36.7695 6.09524 35.9522C6.09524 35.1348 6.7573 34.4727 7.5746 34.4727C8.392 34.4727 9.05406 35.1348 9.05406 35.9522C9.05406 36.7695 8.392 37.4315 7.5746 37.4315ZM11.6313 26.3743C10.8546 26.3743 10.2258 25.7456 10.2258 24.9689C10.2258 24.1922 10.8546 23.5634 11.6313 23.5634C12.408 23.5634 13.0367 24.1922 13.0367 24.9689C13.0367 25.7456 12.4079 26.3743 11.6313 26.3743ZM19.6941 42.7693C18.9174 42.7693 18.2886 42.1406 18.2886 41.3638C18.2886 40.5871 18.9174 39.9585 19.6941 39.9585C20.4708 39.9585 21.0996 40.5871 21.0996 41.3638C21.0996 42.1405 20.4708 42.7693 19.6941 42.7693ZM24.6176 34.0229C23.8002 34.0229 23.1381 33.3609 23.1381 32.5436C23.1381 31.7262 23.8002 31.0641 24.6176 31.0641C25.435 31.0641 26.0969 31.7262 26.0969 32.5436C26.0969 33.3609 25.435 34.0229 24.6176 34.0229ZM24.9963 18.5304C22.9048 18.5304 21.209 17.8521 21.209 17.0155C21.209 16.1789 22.9048 15.5006 24.9963 15.5006C27.0879 15.5006 28.7837 16.1789 28.7837 17.0155C28.7837 17.8521 27.0879 18.5304 24.9963 18.5304ZM34.5002 41.2189C33.6828 41.2189 33.0207 40.5568 33.0207 39.7394C33.0207 38.922 33.6828 38.2599 34.5002 38.2599C35.3176 38.2599 35.9796 38.922 35.9796 39.7394C35.9795 40.5568 35.3175 41.2189 34.5002 41.2189ZM37.604 23.3444C36.8273 23.3444 36.1985 22.7157 36.1985 21.939C36.1985 21.1623 36.8272 20.5335 37.604 20.5335C38.3807 20.5335 39.0094 21.1623 39.0094 21.939C39.0094 22.7157 38.3806 23.3444 37.604 23.3444ZM42.1488 32.434C41.3721 32.434 40.7434 31.8053 40.7434 31.0286C40.7434 30.2519 41.3721 29.6231 42.1488 29.6231C42.9255 29.6231 43.5542 30.2519 43.5542 31.0286C43.5542 31.8053 42.9254 32.434 42.1488 32.434Z" fill="%23D87E6A" /> </svg>');
}

/* -----------------------
  C_dress_up-content
----------------------- */
.C_dress_up-content {
  aspect-ratio: 400/460;
  position: relative;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
  display: none;
}
@media screen and (min-width: 768px) {
  .C_dress_up-content {
    --radius: 20px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .C_dress_up-content {
    --radius: calc((17 / 390) * 100vw);
    width: 89.7435897436vw;
  }
}
.C_dress_up-content::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  border: solid;
  transition: border-width 0.3s ease;
  border-width: 0;
}
.C_dress_up-content.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .C_dress_up-content.is-active::before {
    border-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_dress_up-content.is-active::before {
    border-width: 1.2820512821vw;
  }
}
.C_dress_up-content.dress_up-content__img-01::before {
  border-color: #77CAF4;
}
.C_dress_up-content.dress_up-content__img-01 .img {
  background-image: url("../img/C_dress_up-content/C_dress_up-content-img-01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_dress_up-content.dress_up-content__img-02::before {
  border-color: #78D070;
}
.C_dress_up-content.dress_up-content__img-02 .img {
  background-image: url("../img/C_dress_up-content/C_dress_up-content-img-02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_dress_up-content.dress_up-content__img-03::before {
  border-color: #EC9A4D;
}
.C_dress_up-content.dress_up-content__img-03 .img {
  background-image: url("../img/C_dress_up-content/C_dress_up-content-img-03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_dress_up-content.dress_up-content__img-04::before {
  border-color: #AD8764;
}
.C_dress_up-content.dress_up-content__img-04 .img {
  background-image: url("../img/C_dress_up-content/C_dress_up-content-img-04.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_dress_up-content.dress_up-content__img-05::before {
  border-color: #D87E6A;
}
.C_dress_up-content.dress_up-content__img-05 .img {
  background-image: url("../img/C_dress_up-content/C_dress_up-content-img-05.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.C_dress_up-content .img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
}

/* -----------------------
C_possible_tab
----------------------- */
.C_possible_tab {
  width: fit-content;
  position: relative;
}
.C_possible_tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 96/10;
  background-color: #C8C8C8;
  border-radius: 50%;
  filter: blur(2px);
  width: 0;
  transition: all 0.3s ease-in-out;
}
.C_possible_tab:hover::before {
  width: 60%;
}
.C_possible_tab:hover .icon {
  transform: translateY(-15%);
}
.C_possible_tab.is-active::before {
  width: 96%;
}
.C_possible_tab.is-active .icon {
  transform: translateY(-30%);
}
.C_possible_tab .icon {
  aspect-ratio: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .C_possible_tab .icon {
    border-radius: 7.05px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_tab .icon {
    border-radius: 0.7692307692vw;
    width: 12.8205128205vw;
  }
}
.C_possible_tab .icon.icon-01 {
  background-image: url("../img/C_possible/possible_icon-01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_tab .icon.icon-02 {
  background-image: url("../img/C_possible/possible_icon-03.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_tab .icon.icon-03 {
  background-image: url("../img/C_possible/possible_icon-06.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_tab .icon.icon-04 {
  background-image: url("../img/C_possible/possible_icon-07.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_tab .icon.icon-05 {
  background-image: url("../img/C_possible/possible_icon-10.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* -----------------------
C_possible_content
----------------------- */
.C_possible_content {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #FFF;
  display: none;
}
@media screen and (min-width: 768px) {
  .C_possible_content {
    width: 100%;
    max-width: 920px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content {
    width: 92.3076923077vw;
    border-radius: 5.1282051282vw;
  }
}
.C_possible_content.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .C_possible_content .img__area {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content .img__area {
    padding: 1.2820512821vw 1.2820512821vw 0;
  }
}
.C_possible_content .img__area .img {
  aspect-ratio: 900/486;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .C_possible_content .img__area .img {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content .img__area .img {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
}
.C_possible_content .img__area .img.img-01 {
  background-image: url("../img/C_possible_content/possible_content_img-01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.C_possible_content .img__area .img.img-01::before {
  content: "";
  display: block;
  aspect-ratio: 83/191;
  background-image: url("../img/C_possible_content/possible_content_img-01-mini.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  transform: rotate(7.425deg);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .C_possible_content .img__area .img.img-01::before {
    width: 9.2222222222%;
    bottom: -78px;
    right: 31px;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .C_possible_content .img__area .img.img-01::before {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content .img__area .img.img-01::before {
    width: 12.8205128205vw;
    bottom: -7.4358974359vw;
    right: 1.7948717949vw;
  }
}
.C_possible_content .img__area .img.img-02 {
  background-image: url("../img/C_possible_content/possible_content_img-02.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_content .img__area .img.img-03 {
  background-image: url("../img/C_possible_content/possible_content_img-03.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_content .img__area .img.img-04 {
  background-image: url("../img/C_possible_content/possible_content_img-04.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_content .img__area .img.img-05 {
  background-image: url("../img/C_possible_content/possible_content_img-05.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_content .img__area .img video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .C_possible_content .img__area .img video {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content .img__area .img video {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .C_possible_content .txt__area {
    padding: 25px 47px 36px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content .txt__area {
    padding: 7.4358974359vw 6.1538461538vw;
  }
}
.C_possible_content .txt__area .TX {
  font-family: "sicuveiw-dsp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .C_possible_content .txt__area .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_content .txt__area .TX {
    font-size: 4.1025641026vw;
  }
}

/* -----------------------
C_possible_other
----------------------- */
.C_possible_other {
  display: flex;
}
@media screen and (min-width: 768px) {
  .C_possible_other {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_other {
    gap: 5.1282051282vw;
  }
}
.C_possible_other:hover .icon--list {
  animation-play-state: paused;
}
.C_possible_other .icon--list {
  display: flex;
  animation: scroll 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .C_possible_other .icon--list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_other .icon--list {
    gap: 5.1282051282vw;
  }
}
.C_possible_other .icon--list .icon {
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .C_possible_other .icon--list .icon {
    border-radius: 6px;
    width: 83px;
  }
}
@media screen and (max-width: 767px) {
  .C_possible_other .icon--list .icon {
    border-radius: 1.5384615385vw;
    width: 21.2820512821vw;
  }
}
.C_possible_other .icon--list .icon.icon-01 {
  background-image: url("../img/C_possible/possible_icon-01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-02 {
  background-image: url("../img/C_possible/possible_icon-02.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-03 {
  background-image: url("../img/C_possible/possible_icon-03.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-04 {
  background-image: url("../img/C_possible/possible_icon-04.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-05 {
  background-image: url("../img/C_possible/possible_icon-05.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-06 {
  background-image: url("../img/C_possible/possible_icon-06.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-07 {
  background-image: url("../img/C_possible/possible_icon-07.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-08 {
  background-image: url("../img/C_possible/possible_icon-08.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-09 {
  background-image: url("../img/C_possible/possible_icon-09.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-10 {
  background-image: url("../img/C_possible/possible_icon-10.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-11 {
  background-image: url("../img/C_possible/possible_icon-11.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-12 {
  background-image: url("../img/C_possible/possible_icon-12.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-13 {
  background-image: url("../img/C_possible/possible_icon-13.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-14 {
  background-image: url("../img/C_possible/possible_icon-14.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_possible_other .icon--list .icon.icon-15 {
  background-image: url("../img/C_possible/possible_icon-15.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* -----------------------
  C_question
----------------------- */
.C_question {
  position: relative;
}
@media screen and (min-width: 768px) {
  .C_question {
    margin-inline: auto;
    max-width: 900px;
  }
}
.C_question::before {
  content: "";
  display: block;
  aspect-ratio: 258/181;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="258" height="181" viewBox="0 0 258 181" fill="none"><path d="M187.993 8.04142C224.91 8.52474 255.524 30.3187 255.109 61.9999C254.909 77.2824 251.748 88.4284 241.057 95.8422C230.641 103.066 213.411 106.465 186.056 107.69L185.958 107.694L185.861 107.689C160.736 106.362 143.974 102.517 133.55 94.8762C122.909 87.0763 119.218 75.6123 119.42 60.2234C119.835 28.5401 151.08 7.55822 187.993 8.04142Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="3.99396" /> <path d="M146.113 138.533C148.065 137.029 151.082 135.699 155.41 135.964C160.502 136.277 163.611 137.519 165.504 138.887C166.449 139.571 167.064 140.267 167.457 140.848C167.652 141.137 167.79 141.393 167.884 141.599C167.932 141.701 167.968 141.792 167.996 141.866C168.01 141.904 168.021 141.937 168.031 141.967C168.036 141.982 168.041 141.995 168.045 142.008C168.047 142.014 168.049 142.021 168.051 142.026C168.052 142.029 168.053 142.032 168.054 142.035C168.054 142.037 168.054 142.038 168.055 142.039C168.055 142.041 168.056 142.043 166.141 142.61L168.056 142.043L168.097 142.182L168.117 142.323L168.117 142.325C168.117 142.326 168.118 142.327 168.118 142.328C168.119 142.331 168.118 142.336 168.119 142.341C168.121 142.351 168.123 142.367 168.126 142.387C168.132 142.427 168.14 142.486 168.151 142.563C168.172 142.715 168.204 142.935 168.241 143.209C168.315 143.757 168.416 144.524 168.524 145.397C168.736 147.131 168.977 149.333 169.072 151.088C169.163 152.762 169.214 154.872 169.244 156.548C169.258 157.389 169.268 158.127 169.273 158.656C169.275 158.811 169.276 158.948 169.277 159.065C169.364 159.263 169.471 159.517 169.574 159.806C169.791 160.412 170.11 161.464 170.004 162.512C169.856 163.995 168.913 164.997 168.052 165.61C167.188 166.227 166.162 166.634 165.282 166.908C164.38 167.189 163.505 167.368 162.867 167.476C162.545 167.531 162.276 167.569 162.084 167.594C161.988 167.606 161.91 167.615 161.855 167.621C161.827 167.624 161.805 167.627 161.788 167.629C161.78 167.63 161.774 167.631 161.769 167.631C161.766 167.631 161.764 167.632 161.762 167.632L161.758 167.632L161.563 165.645L161.757 167.632L161.709 167.637L161.661 167.639L161.658 167.639C161.657 167.639 161.654 167.64 161.651 167.64C161.645 167.64 161.636 167.64 161.625 167.641C161.603 167.642 161.57 167.643 161.528 167.645C161.444 167.649 161.322 167.654 161.166 167.66C160.855 167.672 160.409 167.688 159.868 167.701C158.788 167.727 157.317 167.744 155.763 167.711C154.217 167.678 152.548 167.594 151.088 167.408C150.358 167.314 149.644 167.191 149.005 167.024C148.395 166.865 147.714 166.631 147.143 166.251C144.806 164.695 143.51 162.872 142.877 160.677C142.29 158.64 142.31 156.355 142.317 154.067C142.325 151.74 142.529 148.81 142.725 146.498C142.825 145.335 142.923 144.313 142.997 143.582C143.034 143.216 143.066 142.922 143.087 142.72C143.098 142.618 143.107 142.54 143.112 142.486C143.115 142.459 143.118 142.439 143.119 142.425C143.12 142.418 143.12 142.412 143.12 142.408C143.12 142.406 143.121 142.405 143.121 142.404L143.121 142.402L143.16 142.053L143.316 141.738L145.106 142.623C143.367 141.763 143.318 141.738 143.317 141.736L143.318 141.733C143.319 141.732 143.32 141.73 143.321 141.728C143.323 141.725 143.325 141.721 143.327 141.716C143.331 141.708 143.336 141.699 143.341 141.688C143.353 141.667 143.366 141.64 143.383 141.609C143.417 141.547 143.464 141.467 143.522 141.371C143.638 141.179 143.805 140.922 144.028 140.626C144.474 140.035 145.153 139.272 146.113 138.533Z" fill="%23E7D88A" stroke="%23646464" stroke-width="3.99396" /> <path d="M225.978 138.482C224.024 136.98 221.005 135.654 216.678 135.925C211.586 136.245 208.479 137.491 206.588 138.862C205.643 139.546 205.029 140.243 204.637 140.825C204.442 141.114 204.305 141.37 204.211 141.576C204.163 141.679 204.127 141.769 204.099 141.844C204.086 141.881 204.074 141.915 204.064 141.944C204.059 141.959 204.055 141.973 204.051 141.985C204.049 141.992 204.047 141.998 204.045 142.004C204.044 142.007 204.043 142.01 204.042 142.013C204.042 142.014 204.041 142.016 204.041 142.017C204.04 142.019 204.04 142.021 205.955 142.585L204.04 142.02L203.999 142.159L203.979 142.301L203.979 142.303C203.978 142.303 203.978 142.304 203.978 142.306C203.977 142.308 203.977 142.313 203.977 142.318C203.975 142.329 203.973 142.344 203.97 142.364C203.964 142.405 203.956 142.464 203.946 142.54C203.924 142.692 203.893 142.912 203.856 143.187C203.782 143.735 203.682 144.502 203.576 145.375C203.366 147.109 203.128 149.312 203.035 151.067C202.947 152.74 202.898 154.851 202.871 156.527C202.857 157.368 202.849 158.106 202.844 158.634C202.842 158.79 202.842 158.927 202.841 159.044C202.754 159.242 202.648 159.496 202.545 159.785C202.329 160.391 202.011 161.444 202.118 162.491C202.269 163.975 203.213 164.976 204.074 165.588C204.939 166.203 205.965 166.609 206.846 166.882C207.749 167.162 208.624 167.339 209.262 167.447C209.584 167.501 209.853 167.539 210.045 167.563C210.141 167.576 210.219 167.584 210.274 167.591C210.302 167.594 210.324 167.597 210.341 167.598C210.349 167.599 210.355 167.6 210.36 167.6C210.363 167.601 210.365 167.601 210.367 167.601L210.371 167.601L210.563 165.614L210.372 167.601L210.42 167.606L210.468 167.608L210.471 167.608C210.472 167.608 210.475 167.609 210.478 167.609C210.484 167.609 210.493 167.609 210.504 167.61C210.526 167.611 210.559 167.612 210.601 167.614C210.685 167.617 210.807 167.622 210.963 167.628C211.274 167.64 211.72 167.655 212.261 167.667C213.341 167.692 214.813 167.708 216.366 167.673C217.912 167.638 219.58 167.551 221.041 167.363C221.771 167.269 222.485 167.145 223.124 166.977C223.733 166.817 224.414 166.582 224.984 166.201C227.319 164.642 228.613 162.817 229.243 160.621C229.827 158.583 229.804 156.299 229.794 154.01C229.783 151.684 229.576 148.754 229.376 146.442C229.275 145.279 229.175 144.257 229.1 143.526C229.063 143.161 229.031 142.867 229.009 142.664C228.998 142.563 228.989 142.484 228.984 142.431C228.981 142.404 228.978 142.383 228.977 142.369C228.976 142.362 228.976 142.356 228.976 142.353C228.976 142.351 228.975 142.35 228.975 142.349L228.975 142.347L228.935 141.998L228.779 141.683L226.99 142.571C228.728 141.708 228.777 141.683 228.778 141.681L228.777 141.678C228.776 141.677 228.775 141.675 228.774 141.673C228.772 141.67 228.77 141.666 228.768 141.661C228.764 141.653 228.759 141.644 228.754 141.633C228.742 141.612 228.728 141.585 228.712 141.554C228.678 141.492 228.631 141.412 228.573 141.316C228.456 141.124 228.289 140.868 228.065 140.572C227.618 139.981 226.939 139.22 225.978 138.482Z" fill="%23E7D88A" stroke="%23646464" stroke-width="3.99396" /> <path d="M156.882 99.9279C156.349 98.1167 156.32 98.0182 156.318 98.013L156.316 98.0129C156.314 98.0132 156.313 98.0144 156.311 98.0149C156.307 98.0161 156.302 98.0172 156.295 98.0192C156.281 98.0234 156.26 98.0295 156.234 98.0373C156.182 98.0529 156.107 98.0762 156.009 98.1062C155.814 98.1664 155.528 98.2549 155.165 98.3721C154.439 98.6064 153.399 98.9548 152.127 99.4118C149.584 100.325 146.105 101.68 142.36 103.447C134.982 106.927 126.146 112.199 121.736 119.143C121.218 119.959 120.671 120.696 120.09 121.524C119.544 122.303 118.958 123.175 118.552 124.077C118.14 124.993 117.836 126.105 118.052 127.322C118.272 128.567 118.979 129.617 120.003 130.504C123.007 133.107 126.091 135.073 129.002 136.15C131.883 137.216 134.852 137.499 137.376 136.303C138.873 135.594 141.976 134.43 144.885 132.602C147.481 130.97 148.652 130.416 149.992 129.656C151.369 128.876 152.679 128.004 155.244 125.93C158.128 123.597 159.884 121.722 161.277 120.248C162.675 118.767 163.576 117.844 164.871 117.087C166.206 116.307 167.639 115.491 168.738 114.386C169.938 113.178 170.701 111.685 170.959 109.653C171.225 107.552 171.073 105.508 170.322 103.638C169.563 101.75 168.243 100.164 166.385 98.927C164.447 97.6367 161.775 97.516 159.983 97.5797C159.018 97.6141 158.153 97.7107 157.531 97.7979C157.219 97.8417 156.964 97.8836 156.783 97.9154C156.693 97.9312 156.621 97.9443 156.57 97.9541C156.545 97.959 156.524 97.9631 156.509 97.9661C156.502 97.9675 156.495 97.9693 156.491 97.9702C156.488 97.9707 156.486 97.9706 156.484 97.9709L156.482 97.9721C156.482 97.9772 156.501 98.0737 156.882 99.9279ZM156.882 99.9279L156.319 98.0126L156.399 97.9886L156.48 97.9717L156.882 99.9279Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="3.99396" /> <path d="M147.572 94.7603C149.427 93.3829 152.438 91.9869 155.784 93.5518C166.184 98.4155 178.943 100.615 190.608 100.477C202.353 100.338 212.57 97.837 218.115 93.716C219.61 92.6047 221.297 92.7589 222.589 93.2229C223.853 93.6768 225.031 94.5122 225.971 95.3037C226.934 96.1151 227.776 96.9893 228.369 97.6488C228.668 97.9814 228.909 98.2665 229.078 98.4706C229.163 98.5728 229.23 98.6551 229.277 98.7136C229.3 98.7427 229.318 98.7661 229.331 98.7829C229.338 98.7914 229.344 98.7983 229.348 98.8034C229.35 98.8059 229.351 98.8085 229.353 98.8102L229.355 98.8122L229.355 98.8132L229.356 98.8142L229.685 99.2378L229.758 99.7709L229.758 99.7729C229.758 99.7744 229.758 99.7769 229.759 99.7797C229.759 99.7853 229.761 99.7935 229.763 99.8041C229.766 99.8256 229.77 99.8573 229.775 99.8988C229.787 99.9824 229.802 100.106 229.823 100.266C229.866 100.586 229.927 101.053 230.002 101.643C230.152 102.823 230.358 104.498 230.584 106.478C231.037 110.434 231.574 115.628 231.9 120.541C232.552 130.354 233.08 136.563 228.391 145.788C226.882 148.757 224.276 150.866 221.151 152.373C218.034 153.877 214.284 154.842 210.27 155.475C202.255 156.739 192.749 156.74 184.253 156.746C177.695 156.75 168.911 156.312 161.302 155.102C157.504 154.498 153.92 153.69 151.03 152.613C148.252 151.579 145.652 150.134 144.431 147.965C139.727 139.61 140.191 130.888 140.656 121.957C140.92 116.886 141.81 111.031 142.622 106.484C143.03 104.202 143.422 102.232 143.712 100.831C143.856 100.131 143.975 99.5719 144.059 99.1874C144.101 98.9951 144.134 98.8463 144.156 98.7449C144.168 98.6942 144.177 98.6552 144.183 98.6287C144.186 98.6156 144.188 98.6053 144.19 98.5984C144.19 98.595 144.191 98.5925 144.192 98.5906L144.192 98.5877L144.192 98.5867L144.277 98.2107L144.497 97.8931L146.14 99.0278C144.588 97.9562 144.502 97.896 144.498 97.8922L144.498 97.8912C144.498 97.8902 144.5 97.8884 144.501 97.8873C144.502 97.8851 144.504 97.8823 144.506 97.8795C144.51 97.8736 144.515 97.8665 144.521 97.858C144.534 97.8404 144.55 97.8167 144.571 97.7886C144.612 97.7325 144.668 97.656 144.74 97.5629C144.883 97.3764 145.088 97.1201 145.349 96.8242C145.864 96.2383 146.623 95.4652 147.572 94.7603Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="3.99396" /> <path d="M253.112 61.9749C252.717 92.1669 240.705 103.375 185.964 105.836C135.797 103.181 120.97 90.3014 121.365 60.1094C145.142 80.7266 158.477 87.6821 185.954 88.778C215.069 89.9393 232.746 85.8072 253.112 61.9749Z" fill="%23F7FBF8" /> <path d="M230.173 114.351C228.868 115.863 228.867 115.863 228.867 115.862L228.863 115.859C228.861 115.857 228.858 115.854 228.854 115.85C228.845 115.843 228.833 115.833 228.818 115.82C228.789 115.794 228.746 115.757 228.692 115.709C228.583 115.612 228.426 115.472 228.228 115.291C227.829 114.928 227.263 114.402 226.581 113.739C225.219 112.415 223.385 110.535 221.499 108.313C217.807 103.962 213.609 97.9459 212.785 92.0752C212.693 91.425 212.565 90.8268 212.431 90.1136C212.308 89.4602 212.177 88.6869 212.179 87.9344C212.182 87.1656 212.322 86.2359 212.904 85.3879C213.502 84.5175 214.389 83.9885 215.389 83.6924C218.096 82.8916 220.699 82.516 222.954 82.6783C225.176 82.8383 227.332 83.5489 228.737 85.2111C229.437 86.0389 231.138 87.7476 232.484 89.7884C233.654 91.561 234.214 92.2185 234.865 93.1129C235.539 94.041 236.137 95.0047 237.178 97.0826C238.356 99.4359 238.942 101.166 239.403 102.51C239.867 103.862 240.149 104.629 240.697 105.404C241.307 106.265 242.035 107.267 242.447 108.375C242.91 109.619 242.965 110.925 242.504 112.412C242.044 113.897 241.312 115.25 240.203 116.309C239.08 117.382 237.669 118.058 236.021 118.326C234.213 118.62 232.327 117.841 231.197 117.279C230.57 116.967 230.03 116.645 229.647 116.402C229.455 116.28 229.299 116.176 229.189 116.1C229.134 116.062 229.089 116.031 229.057 116.009C229.041 115.997 229.028 115.987 229.018 115.98C229.013 115.977 229.009 115.974 229.006 115.972C229.004 115.971 229.003 115.97 229.002 115.969L229 115.967L228.999 115.967C228.999 115.967 228.998 115.966 230.173 114.351ZM230.173 114.351L228.868 115.862L228.931 115.917L228.998 115.967L230.173 114.351Z" fill="%23F7FBF8" stroke="%23646464" stroke-width="3.99396" /> <path d="M168.428 96.2345C168.428 96.2345 185.986 93.9752 203.122 96.2118C206.798 96.6915 210.556 97.0723 212.116 99.2435C215.096 103.389 210.336 108.115 205.987 110.79C201.736 113.406 195.022 115.648 187.58 115.723C179.863 115.802 173.604 113.606 168.438 110.815C163.906 108.367 159.054 103.465 162.05 99.2763C163.656 97.032 168.428 96.2345 168.428 96.2345Z" fill="%23F0F6F2" /> <path d="M167.406 66.7539C167.592 66.777 167.591 66.7667 167.821 66.7549C167.866 66.7526 168.004 66.7694 168.05 66.766C168.101 66.7622 168.182 66.7375 168.231 66.7442C168.272 66.7498 168.339 66.7106 168.38 66.7134C168.409 66.7153 168.531 66.7258 168.56 66.7281C168.581 66.7296 168.596 66.7184 168.616 66.7155C168.686 66.7056 168.727 66.7322 168.797 66.7333C168.861 66.7343 169.038 66.7065 169.097 66.7294C169.131 66.7422 168.972 66.7576 169.007 66.7454C169.057 66.7284 169.168 66.7442 169.221 66.7428C169.285 66.7411 169.304 66.7192 169.368 66.7093C169.393 66.7053 169.419 66.6979 169.441 66.7107C169.464 66.7245 169.471 66.738 169.498 66.7222C169.515 66.7123 169.793 66.6764 169.795 66.7001" stroke="%23676564" stroke-width="2.5295" stroke-linecap="round" /> <path d="M237.078 61.7393C237.097 61.7379 237.112 61.7368 237.131 61.7431C237.147 61.7482 237.19 61.7741 237.205 61.7571C237.217 61.7427 237.209 61.7257 237.231 61.7189C237.262 61.7091 237.315 61.7189 237.348 61.7219C237.402 61.7269 237.451 61.7217 237.505 61.7141C237.574 61.7044 237.639 61.7148 237.706 61.692C237.761 61.6732 237.843 61.614 237.902 61.6295C237.936 61.6386 237.973 61.678 238.008 61.6754C238.061 61.6714 238.12 61.6213 238.174 61.6092C238.201 61.6032 238.323 61.623 238.29 61.5793C238.289 61.5782 238.403 61.5353 238.416 61.531C238.459 61.5167 238.503 61.5307 238.546 61.5317C238.6 61.5329 238.647 61.5225 238.698 61.5075C238.757 61.4899 238.822 61.4944 238.882 61.5093C238.924 61.5199 238.934 61.5169 238.936 61.4587C238.936 61.4402 238.936 61.4613 238.937 61.4657C238.941 61.4788 238.969 61.4651 238.974 61.4636C239 61.4559 239.055 61.4257 239.081 61.4291C239.113 61.4336 239.135 61.4587 239.172 61.4612C239.2 61.4631 239.228 61.4629 239.256 61.4608" stroke="%23676564" stroke-width="2.5295" stroke-linecap="round" /> <path d="M179.095 73.5904C182.001 72.6997 183.205 72.3124 185.539 71.7695C187.797 70.9158 185.931 71.7324 187.49 71.0441C188.694 70.513 189.895 69.4588 191.075 68.8781C192.417 68.2184 193.931 67.4213 195.411 66.8675C196.997 66.2743 198.987 65.927 200.87 65.7759C202.834 65.6183 205.693 65.6681 208.057 65.9276C210.723 66.2203 212.074 66.073 214.322 67.1506C216.159 68.0314 218.077 68.5288 220.271 69.8215C221.19 70.3625 222.062 70.9832 223.173 71.2415C224.827 71.6257 225.913 71.7596 227.602 71.9058C228.797 72.0093 230.114 71.9493 231.247 72.3766C232.803 72.963 234.037 73.2845 234.192 75.1691C234.285 76.3043 233.726 77.4345 232.914 78.2022C230.706 80.2887 229.132 79.9615 226.697 80.3189C223.574 80.7772 222.162 80.084 219.124 79.227C216.887 78.5962 215.699 77.4741 213.537 77.1813C210.056 76.71 207.799 76.495 204.569 76.4995C200.241 76.5057 196.325 78.4604 193.927 79.5975C190.186 80.2658 187.21 82.1876 182.961 82.5034C181.741 82.8869 181.05 82.8044 179.775 82.7402C177.342 82.6175 172.053 82.1488 171.838 78.932C171.577 75.032 176.37 74.4257 179.095 73.5904Z" fill="%23EE8E7E" stroke="%23646464" stroke-width="2.83787" stroke-linecap="round" /> <path d="M177.644 2.0498C177.929 3.89928 179.066 7.38048 180.727 8.48589" stroke="%23646464" stroke-width="2.83787" stroke-linecap="round" /> <path d="M188.558 2.88184L188.561 7.64043" stroke="%23646464" stroke-width="2.83787" stroke-linecap="round" /> <path d="M199.195 3.43506C199.196 5.74511 198.328 6.64725 196.959 8.47504" stroke="%23646464" stroke-width="2.83787" stroke-linecap="round" /> <path d="M71.2823 19.2787C108.199 19.762 138.813 41.556 138.398 73.2372C138.198 88.5197 135.037 99.6657 124.346 107.08C113.93 114.303 96.6999 117.702 69.3449 118.927L69.2471 118.932L69.1505 118.926C44.025 117.6 27.2635 113.754 16.8392 106.113C6.19772 98.3137 2.5071 86.8496 2.70858 71.4607C3.1237 39.7774 34.3689 18.7955 71.2823 19.2787Z" fill="%23868686" stroke="%23646464" stroke-width="3.99396" /> <path d="M29.4015 149.777C31.354 148.273 34.3711 146.943 38.6987 147.209C43.7909 147.521 46.8996 148.764 48.7924 150.132C49.7378 150.815 50.353 151.511 50.7458 152.092C50.941 152.381 51.0784 152.637 51.1731 152.843C51.2203 152.945 51.2566 153.036 51.2846 153.11C51.2985 153.148 51.3099 153.181 51.3198 153.211C51.3247 153.226 51.3295 153.239 51.3335 153.252C51.3355 153.258 51.3376 153.265 51.3394 153.271C51.3403 153.274 51.3414 153.277 51.3423 153.279C51.3427 153.281 51.343 153.282 51.3433 153.283C51.3439 153.285 51.3444 153.287 49.4296 153.854L51.3442 153.287L51.3854 153.426L51.406 153.567L51.406 153.569C51.4061 153.57 51.4068 153.571 51.4069 153.572C51.4073 153.575 51.4072 153.58 51.4079 153.585C51.4094 153.596 51.4119 153.611 51.4148 153.631C51.4205 153.671 51.4286 153.731 51.4393 153.807C51.4607 153.959 51.4923 154.179 51.5296 154.453C51.6042 155.001 51.7052 155.768 51.8123 156.641C52.0249 158.375 52.2662 160.577 52.3609 162.332C52.4512 164.006 52.5031 166.116 52.5325 167.792C52.5472 168.633 52.5567 169.372 52.5622 169.9C52.5638 170.055 52.5643 170.193 52.5653 170.309C52.653 170.507 52.7593 170.761 52.8627 171.05C53.0795 171.656 53.3982 172.708 53.2932 173.756C53.1444 175.239 52.2014 176.241 51.3411 176.855C50.4766 177.471 49.451 177.878 48.5705 178.152C47.6682 178.433 46.7933 178.612 46.1558 178.72C45.834 178.775 45.5648 178.813 45.3727 178.838C45.2764 178.85 45.1986 178.859 45.1432 178.865C45.1156 178.869 45.0932 178.872 45.0768 178.873C45.069 178.874 45.0624 178.875 45.0573 178.875C45.0548 178.876 45.0523 178.876 45.0504 178.876L45.0465 178.876L44.8519 176.889L45.0456 178.876L44.9977 178.881L44.9499 178.883L44.9469 178.883C44.9453 178.883 44.943 178.884 44.9401 178.884C44.934 178.884 44.925 178.885 44.9137 178.885C44.8914 178.886 44.8589 178.887 44.8171 178.889C44.7329 178.893 44.6103 178.898 44.4548 178.904C44.1435 178.916 43.6979 178.932 43.1569 178.945C42.0768 178.971 40.6053 178.989 39.0515 178.955C37.5059 178.922 35.8372 178.838 34.3765 178.652C33.6466 178.559 32.9324 178.435 32.2932 178.268C31.684 178.109 31.0024 177.875 30.4314 177.495C28.0944 175.939 26.7986 174.116 26.166 171.921C25.579 169.884 25.5988 167.599 25.606 165.311C25.6134 162.984 25.8173 160.054 26.0142 157.742C26.1132 156.579 26.2118 155.557 26.2857 154.826C26.3226 154.46 26.3543 154.166 26.3759 153.964C26.3867 153.862 26.3953 153.784 26.4012 153.73C26.4041 153.703 26.4064 153.683 26.408 153.669C26.4087 153.662 26.4085 153.656 26.4089 153.652C26.4091 153.65 26.4098 153.649 26.4099 153.648L26.4099 153.646L26.4487 153.298L26.6048 152.982L28.3944 153.868C26.6555 153.007 26.6066 152.982 26.6058 152.98L26.6067 152.977C26.6075 152.976 26.6088 152.974 26.6097 152.972C26.6114 152.969 26.6135 152.965 26.6155 152.961C26.6197 152.952 26.6246 152.943 26.6301 152.932C26.6413 152.911 26.6552 152.884 26.6721 152.853C26.706 152.791 26.7525 152.711 26.8106 152.615C26.9268 152.423 27.0935 152.167 27.3169 151.87C27.7631 151.279 28.4418 150.517 29.4015 149.777Z" fill="%23E7D88A" stroke="%23646464" stroke-width="3.99396" /> <path d="M109.267 149.725C107.313 148.223 104.294 146.897 99.9666 147.168C94.8748 147.488 91.7678 148.734 89.8767 150.105C88.9323 150.789 88.3179 151.486 87.9259 152.068C87.7311 152.357 87.594 152.614 87.4996 152.819C87.4525 152.922 87.4163 153.012 87.3885 153.087C87.3746 153.124 87.3632 153.158 87.3534 153.187C87.3485 153.202 87.3437 153.216 87.3397 153.228C87.3377 153.235 87.3356 153.241 87.3339 153.247C87.333 153.25 87.3318 153.253 87.3309 153.256C87.3306 153.257 87.3302 153.259 87.33 153.26C87.3294 153.262 87.3288 153.264 89.2444 153.828L87.329 153.264L87.2881 153.402L87.2677 153.544L87.2677 153.546C87.2676 153.547 87.2669 153.548 87.2667 153.549C87.2663 153.552 87.2665 153.556 87.2657 153.561C87.2642 153.572 87.2617 153.587 87.2589 153.607C87.2532 153.648 87.2452 153.707 87.2346 153.783C87.2134 153.935 87.1821 154.156 87.1452 154.43C87.0713 154.978 86.9713 155.745 86.8654 156.618C86.655 158.352 86.4166 160.555 86.3242 162.31C86.2361 163.984 86.1869 166.094 86.1598 167.77C86.1462 168.611 86.1376 169.35 86.1328 169.878C86.1314 170.033 86.1311 170.17 86.1302 170.287C86.0428 170.485 85.9368 170.739 85.8338 171.028C85.6178 171.634 85.3005 172.688 85.4069 173.735C85.5576 175.218 86.5019 176.219 87.363 176.831C88.2283 177.446 89.2544 177.852 90.1353 178.125C91.0379 178.405 91.9131 178.582 92.5507 178.69C92.8726 178.744 93.1418 178.782 93.334 178.807C93.4303 178.819 93.5081 178.828 93.5635 178.834C93.5911 178.837 93.6135 178.84 93.6299 178.842C93.6378 178.842 93.6443 178.843 93.6495 178.843C93.6519 178.844 93.6545 178.844 93.6563 178.844L93.6602 178.844L93.8523 176.857L93.6612 178.844L93.709 178.849L93.7569 178.851L93.7598 178.851C93.7615 178.851 93.7637 178.852 93.7666 178.852C93.7727 178.852 93.7818 178.853 93.793 178.853C93.8154 178.854 93.8478 178.855 93.8897 178.857C93.9738 178.861 94.0965 178.866 94.252 178.871C94.5633 178.883 95.0089 178.898 95.5499 178.911C96.63 178.935 98.1016 178.951 99.6554 178.916C101.201 178.881 102.87 178.795 104.33 178.606C105.06 178.512 105.774 178.388 106.413 178.22C107.022 178.06 107.703 177.825 108.274 177.444C110.608 175.885 111.902 174.06 112.532 171.864C113.116 169.826 113.093 167.542 113.083 165.254C113.073 162.927 112.865 159.997 112.665 157.685C112.564 156.522 112.464 155.501 112.39 154.77C112.352 154.404 112.32 154.11 112.298 153.907C112.287 153.806 112.279 153.728 112.273 153.674C112.27 153.647 112.267 153.627 112.266 153.613C112.265 153.605 112.265 153.6 112.265 153.596C112.265 153.594 112.264 153.593 112.264 153.592L112.264 153.59L112.224 153.241L112.068 152.926L110.28 153.814C112.017 152.951 112.066 152.926 112.067 152.924L112.066 152.921C112.065 152.92 112.064 152.918 112.063 152.916C112.061 152.913 112.059 152.909 112.057 152.905C112.053 152.896 112.048 152.887 112.043 152.876C112.031 152.855 112.018 152.828 112.001 152.797C111.967 152.735 111.92 152.655 111.862 152.559C111.745 152.367 111.578 152.111 111.354 151.815C110.908 151.224 110.228 150.463 109.267 149.725Z" fill="%23E7D88A" stroke="%23646464" stroke-width="3.99396" /> <path d="M106.03 113.037C106.802 111.314 106.844 111.22 106.847 111.215L106.849 111.216C106.85 111.216 106.852 111.217 106.853 111.218C106.857 111.22 106.863 111.222 106.869 111.225C106.882 111.231 106.902 111.24 106.926 111.251C106.976 111.273 107.048 111.307 107.14 111.349C107.326 111.435 107.597 111.562 107.941 111.727C108.628 112.057 109.612 112.543 110.811 113.167C113.207 114.415 116.472 116.227 119.944 118.483C126.785 122.928 134.828 129.344 138.26 136.82C138.664 137.699 139.106 138.503 139.57 139.401C140.006 140.246 140.469 141.19 140.749 142.138C141.034 143.101 141.185 144.244 140.807 145.422C140.42 146.625 139.578 147.57 138.444 148.311C135.117 150.484 131.795 152.016 128.766 152.69C125.767 153.358 122.787 153.238 120.447 151.712C119.06 150.807 116.142 149.235 113.506 147.031C111.154 145.063 110.069 144.357 108.844 143.423C107.585 142.464 106.404 141.423 104.143 139.021C101.601 136.321 100.113 134.226 98.9326 132.578C97.7465 130.922 96.9789 129.885 95.798 128.961C94.5798 128.008 93.27 127.005 92.3309 125.762C91.3043 124.403 90.7501 122.821 90.7691 120.773C90.7888 118.655 91.2152 116.65 92.2121 114.899C93.2189 113.13 94.7404 111.738 96.7488 110.762C98.8431 109.745 101.507 109.986 103.274 110.291C104.226 110.456 105.07 110.668 105.674 110.839C105.977 110.924 106.225 111 106.399 111.056C106.486 111.084 106.556 111.106 106.605 111.123C106.63 111.131 106.649 111.138 106.664 111.143C106.671 111.146 106.677 111.148 106.682 111.15C106.684 111.151 106.686 111.151 106.688 111.151L106.69 111.153C106.689 111.158 106.657 111.251 106.03 113.037ZM106.03 113.037L106.846 111.215L106.77 111.18L106.692 111.153L106.03 113.037Z" fill="%23868686" stroke="%23646464" stroke-width="3.99396" /> <path d="M30.8614 106.003C32.7163 104.626 35.7274 103.23 39.0735 104.795C49.4736 109.659 62.2322 111.859 73.8974 111.72C85.6427 111.581 95.86 109.08 101.405 104.959C102.9 103.848 104.587 104.002 105.879 104.466C107.143 104.92 108.32 105.755 109.26 106.547C110.224 107.358 111.066 108.232 111.658 108.892C111.957 109.225 112.199 109.51 112.368 109.714C112.452 109.816 112.519 109.898 112.566 109.957C112.589 109.986 112.608 110.009 112.621 110.026C112.628 110.035 112.633 110.041 112.637 110.047C112.639 110.049 112.641 110.052 112.642 110.053L112.644 110.055L112.644 110.056L112.645 110.057L112.975 110.481L113.047 111.014L113.047 111.016C113.047 111.018 113.048 111.02 113.048 111.023C113.049 111.028 113.051 111.037 113.052 111.047C113.055 111.069 113.059 111.1 113.065 111.142C113.076 111.226 113.092 111.349 113.113 111.509C113.155 111.829 113.217 112.296 113.292 112.886C113.442 114.066 113.647 115.741 113.874 117.722C114.327 121.677 114.863 126.871 115.19 131.784C115.841 141.597 116.37 147.806 111.681 157.032C110.172 160.001 107.565 162.109 104.44 163.616C101.323 165.12 97.5734 166.085 93.5593 166.718C85.5448 167.982 76.0381 167.984 67.5426 167.989C60.9846 167.993 52.2006 167.555 44.5913 166.345C40.7932 165.741 37.21 164.933 34.3192 163.857C31.5418 162.822 28.9415 161.378 27.7204 159.209C23.0162 150.853 23.4802 142.131 23.9456 133.2C24.2099 128.129 25.0996 122.274 25.912 117.727C26.3198 115.445 26.7113 113.475 27.0011 112.074C27.146 111.374 27.265 110.815 27.3487 110.431C27.3905 110.238 27.4235 110.089 27.446 109.988C27.4573 109.937 27.4664 109.898 27.4723 109.872C27.4752 109.859 27.4776 109.849 27.4791 109.842C27.4799 109.838 27.4807 109.836 27.4811 109.834L27.4811 109.831L27.482 109.83L27.5668 109.454L27.7863 109.136L29.4296 110.271C27.8775 109.199 27.7916 109.139 27.7873 109.135L27.7873 109.134C27.7879 109.133 27.7894 109.132 27.7902 109.13C27.7917 109.128 27.7931 109.125 27.7951 109.123C27.7992 109.117 27.8046 109.11 27.8107 109.101C27.8231 109.084 27.84 109.06 27.8604 109.032C27.9012 108.976 27.9576 108.899 28.0292 108.806C28.1726 108.62 28.3778 108.363 28.6381 108.067C29.1536 107.481 29.9121 106.708 30.8614 106.003Z" fill="%23868686" stroke="%23646464" stroke-width="3.99396" /> <path d="M136.402 73.2131C136.006 103.405 123.995 114.613 69.2535 117.075C19.0867 114.419 4.25914 101.54 4.65442 71.3477C28.4311 91.9649 41.766 98.9203 69.2431 100.016C98.3578 101.178 116.035 97.0455 136.402 73.2131Z" fill="%23868686" /> <path d="M16.5668 137.549C15.0303 136.738 13.791 135.48 12.7945 133.95C11.8311 132.471 11.5007 131.063 11.6166 129.599C11.7226 128.261 12.2093 126.925 12.6525 125.667C13.0823 124.448 13.1593 123.338 13.2533 121.584C13.3468 119.839 13.4567 117.627 14.0522 114.485C14.5817 111.692 14.9569 110.388 15.4265 109.107C15.8838 107.86 16.3451 106.844 17.142 104.323C18.035 101.499 19.4268 99.0039 20.0153 97.703C21.0079 95.5089 23.1179 94.0393 25.6068 93.134C28.1211 92.2196 31.245 91.7924 34.6713 91.8289C35.8386 91.8414 36.8893 92.1378 37.7281 92.833C38.5489 93.5133 38.9693 94.4135 39.2091 95.2456C39.4449 96.0643 39.546 96.9642 39.6208 97.7805C39.7003 98.6491 39.7521 99.4387 39.8664 100.265C40.8387 107.289 37.9689 115.682 35.0587 122.084C33.5818 125.334 32.0499 128.165 30.8877 130.183C30.306 131.192 29.8148 132.001 29.4682 132.56C29.2948 132.839 29.1569 133.057 29.0619 133.205C29.0144 133.28 28.9774 133.337 28.9519 133.376C28.9392 133.396 28.9299 133.411 28.923 133.422C28.9196 133.427 28.917 133.431 28.915 133.434C28.914 133.436 28.9127 133.437 28.9121 133.438L28.9116 133.439L28.9112 133.44L28.8713 133.5L28.8269 133.556L27.4725 132.494C28.7554 133.5 28.8231 133.554 28.8265 133.557L28.8253 133.56C28.8244 133.561 28.8226 133.562 28.8214 133.563C28.8188 133.566 28.815 133.571 28.8109 133.576C28.8026 133.587 28.7914 133.601 28.7774 133.618C28.7492 133.653 28.7094 133.702 28.6589 133.763C28.5581 133.885 28.4137 134.054 28.2329 134.257C27.8728 134.661 27.3586 135.207 26.7433 135.767C25.6009 136.808 23.7765 138.219 21.783 138.451C19.8711 138.673 18.1188 138.368 16.5668 137.549Z" fill="%23868686" stroke="%23646464" stroke-width="3.44306" /> <path d="M51.7183 107.47C51.7183 107.47 69.2764 105.211 86.4122 107.447C90.0878 107.927 93.8459 108.308 95.4066 110.479C98.3865 114.624 93.6262 119.351 89.2774 122.026C85.026 124.641 78.3121 126.883 70.8704 126.959C63.1533 127.037 56.8943 124.842 51.7278 122.05C47.1961 119.602 42.344 114.701 45.3405 110.512C46.9458 108.267 51.7183 107.47 51.7183 107.47Z" fill="%23827D7D" /> <path d="M21.6084 73.7451C21.7886 73.7948 21.7891 73.7845 22.019 73.8063C22.0634 73.8105 22.1971 73.8471 22.2437 73.8504C22.2947 73.8541 22.3781 73.8414 22.4257 73.8551C22.4657 73.8667 22.538 73.8377 22.5777 73.8463C22.6064 73.8524 22.7257 73.8806 22.7538 73.8869C22.7741 73.8915 22.7912 73.8826 22.8111 73.8827C22.8813 73.8829 22.9184 73.9153 22.987 73.9264C23.0506 73.9368 23.2302 73.935 23.2852 73.9662C23.3162 73.9837 23.1566 73.9758 23.1937 73.9689C23.2453 73.9594 23.3527 73.9911 23.4051 73.9973C23.469 74.0049 23.4913 73.9861 23.5554 73.9855C23.5811 73.9853 23.6078 73.9816 23.6274 73.9975C23.6483 74.0144 23.6536 74.0289 23.6825 74.0172C23.7005 74.0098 23.9816 74.0147 23.9799 74.0384" stroke="%23676564" stroke-width="2.52951" stroke-linecap="round" /> <path d="M91.2702 78.8898C91.2865 78.8909 91.2996 78.8919 91.3149 78.9007C91.327 78.9078 91.3605 78.9393 91.3747 78.9245C91.3869 78.9118 91.3825 78.8939 91.4018 78.8901C91.4295 78.8846 91.4729 78.9015 91.4999 78.9088C91.5453 78.9211 91.5871 78.9225 91.6335 78.9222C91.6929 78.9219 91.7464 78.941 91.8059 78.9274C91.855 78.9163 91.9318 78.8686 91.9794 78.8919C92.0071 78.9054 92.0332 78.9495 92.0632 78.9517C92.1084 78.9549 92.1649 78.9132 92.2121 78.9085C92.2358 78.9062 92.336 78.9422 92.3135 78.8944C92.313 78.8932 92.4152 78.8662 92.4266 78.8636C92.4643 78.8551 92.4995 78.8749 92.5361 78.8818C92.5808 78.8902 92.6221 78.8863 92.667 78.8782C92.7193 78.8688 92.7739 78.882 92.8223 78.9049C92.8565 78.921 92.8651 78.9193 92.8742 78.8619C92.877 78.8437 92.8742 78.8645 92.8746 78.8691C92.8758 78.8825 92.9012 78.8727 92.9056 78.8719C92.9285 78.8677 92.9795 78.8453 93.0003 78.8521C93.0275 78.861 93.0421 78.8888 93.073 78.8962C93.0968 78.902 93.12 78.9054 93.1442 78.9071" stroke="%23676564" stroke-width="2.52951" stroke-linecap="round" /> <path d="M32.1841 82.2053C35.1885 81.7456 36.4357 81.537 38.8238 81.3385C41.1819 80.8214 39.2166 81.3586 40.8595 80.9038C42.1272 80.5528 43.469 79.6841 44.721 79.2808C46.1436 78.8226 47.7572 78.2536 49.3024 77.9204C50.9574 77.5635 52.9772 77.5087 54.8621 77.6323C56.8282 77.7613 59.65 78.2253 61.9513 78.825C64.5465 79.5013 65.9044 79.5516 67.9719 80.9438C69.662 82.0819 71.4876 82.8522 73.4713 84.4496C74.3016 85.1181 75.0741 85.8587 76.1366 86.2756C77.7169 86.8955 78.772 87.1855 80.4218 87.5753C81.5892 87.851 82.9012 87.9827 83.9606 88.5699C85.4142 89.3757 86.5887 89.8728 86.4685 91.76C86.396 92.8966 85.6795 93.9339 84.7643 94.5756C82.2768 96.3197 80.7676 95.7678 78.3063 95.7681C75.1497 95.7685 73.8528 94.8777 70.9712 93.5891C68.8502 92.6406 67.8371 91.3579 65.7403 90.7546C62.365 89.7833 60.1631 89.2432 56.9663 88.7791C52.6827 88.1572 48.5253 89.5233 45.9874 90.3004C42.1892 90.4191 38.966 91.8888 34.7162 91.5848C33.4528 91.7873 32.7813 91.6054 31.5295 91.3569C29.1396 90.8825 23.9749 89.6516 24.2284 86.4376C24.5358 82.5409 29.3665 82.6364 32.1841 82.2053Z" fill="%23E7D88A" stroke="%23646464" stroke-width="2.83787" stroke-linecap="round" /> <path d="M71.8517 14.1191L71.8548 18.8777" stroke="%23646464" stroke-width="2.83787" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .C_question::before {
    width: 258px;
    bottom: -161px;
    right: -81px;
  }
}
@media screen and (max-width: 767px) {
  .C_question::before {
    width: 41.5384615385vw;
    bottom: -25.8974358974vw;
    right: 4.8717948718vw;
  }
}
@media screen and (min-width: 768px) {
  .C_question .question--list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list {
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.C_question .question--list .list--item.is-active .question__area {
  transition: border-radius 0s ease-in-out;
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item.is-active .question__area {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item.is-active .question__area {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
  }
}
.C_question .question--list .list--item.is-active .question__area .icon--arrow {
  transform: translateY(-50%) rotate(0deg);
}
.C_question .question--list .list--item .question__area {
  background: #FFFEF1;
  position: relative;
  cursor: pointer;
  transition: border-radius 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item .question__area {
    border-radius: 10px;
    padding: 21px 60px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item .question__area {
    border-radius: 2.5641025641vw;
    padding: 5.641025641vw 12.8205128205vw;
  }
}
.C_question .question--list .list--item .question__area .ttl {
  color: #FFF;
  font-weight: 800;
  line-height: 1.5;
  background: #F49047;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item .question__area .ttl {
    width: 35px;
    font-size: 16px;
    left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item .question__area .ttl {
    width: 8.9743589744vw;
    font-size: 3.3333333333vw;
    left: 2.3076923077vw;
  }
}
.C_question .question--list .list--item .question__area .txt .TX {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item .question__area .txt .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item .question__area .txt .TX {
    font-size: 4.1025641026vw;
  }
}
.C_question .question--list .list--item .question__area .icon--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(540deg);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item .question__area .icon--arrow {
    aspect-ratio: 18/10;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M2.13721 8L8.56319 2L15.4176 8" stroke="%23F49047" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item .question__area .icon--arrow {
    aspect-ratio: 16/6;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="6" viewBox="0 0 16 6" fill="none"><path d="M1 5L7.77419 1L15 5" stroke="%23F49047" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 2.0512820513vw;
    width: 4.1025641026vw;
  }
}
.C_question .question--list .list--item .answer__area {
  background: #FFEFB4;
  display: none;
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item .answer__area {
    border-radius: 0 0 10px 10px;
    padding: 23px 31px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item .answer__area {
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    padding: 4.6153846154vw 5.3846153846vw;
  }
}
.C_question .question--list .list--item .answer__area .TX {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .C_question .question--list .list--item .answer__area .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .C_question .question--list .list--item .answer__area .TX {
    font-size: 3.3333333333vw;
  }
}

/* -----------------------
C_plan
----------------------- */
.C_plan .plan--container {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container {
    max-width: 1080px;
  }
}
.C_plan .plan--container .plan--content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    row-gap: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content {
    flex-direction: column;
    gap: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.C_plan .plan--container .plan--content .plan--item {
  flex: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item {
    min-width: 320px;
  }
}
.C_plan .plan--container .plan--content .plan--item .recommend__area {
  width: fit-content;
  position: absolute;
  z-index: 3;
  animation: bird-move 4s 0.5s linear infinite;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .recommend__area {
    top: -13%;
    right: -3%;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .recommend__area {
    top: -10%;
    right: 7%;
  }
}
@keyframes bird-move {
  0% {
    transform: translate(0, 0%);
  }
  10% {
    transform: translate(0, -10%);
  }
  20% {
    transform: translate(10%, 0%);
  }
  30% {
    transform: translate(10%, -10%);
  }
  40% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(-10%, -10%);
  }
  60% {
    transform: translate(-10%, 0%);
  }
  70% {
    transform: translate(-10%, -10%);
  }
  80% {
    transform: translate(-10%, 0%);
  }
  90% {
    transform: translate(0%, -10%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.C_plan .plan--container .plan--content .plan--item .recommend__area .bird-wrap {
  transform: scale(-1, 1);
}
.C_plan .plan--container .plan--content .plan--item .recommend__area .bird-wrap .bird-img {
  aspect-ratio: 85/81;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="85" height="81" viewBox="0 0 85 81" fill="none"><path d="M54.7821 65.475C43.8666 69.0645 39.9236 69.8765 28.5447 67.0587C22.806 65.6376 14.9353 61.2816 11.244 56.9551C8.17363 53.3564 7.05949 51.1017 6.0739 46.896C6.54686 44.3237 9.98546 43.305 11.244 41.0542C14.5941 35.0632 16.2786 27.7853 17.2512 21.076C18.4241 12.984 26.5037 4.50822 34.6817 3.93755C38.7876 3.65104 43.0487 3.83159 47.1391 4.23648C49.0787 4.42846 50.3225 5.6766 52.0384 6.50333C55.3176 8.08331 57.2807 10.9318 59.4489 13.7523C63.0622 18.453 65.4574 24.5495 67.8661 29.9862C69.0646 32.6914 69.2059 39.6684 69.4631 42.6617C69.9404 48.2157 66.4058 57.8928 61.716 61.4517C59.12 63.4217 57.8315 64.4723 54.7821 65.475Z" fill="%23BDDEE6" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M61.9009 11.4673C67.1849 17.6484 69.7041 22.9899 70.5553 30.6445C71.9027 30.6445 73.2766 30.8539 74.5649 31.2671C75.4229 31.5423 75.9543 31.8088 76.1502 32.7821C76.4114 34.0798 76.3204 35.3853 75.0572 36.0093C73.8932 36.5843 72.3954 35.9642 71.773 37.2856C71.1177 38.6767 70.7096 40.1606 69.1 40.0043C67.1749 39.8175 67.4068 39.4697 65.467 39.4697C64.7528 39.4697 63.3473 41.0126 63.2925 41.5608C63.1473 43.0144 60.3985 43.8794 59.0306 43.7192C56.9045 43.4702 57.3296 42.1892 55.334 41.4882C54.5682 41.2192 53.4979 42.8684 53.0992 43.4598C51.8164 45.3623 49.1081 45.7647 47.3319 45.1408C46.3414 44.7929 46.2215 43.3117 45.3749 42.6711C45.3013 42.6155 44.2288 42.4303 44.1781 42.6711C43.7628 44.6406 41.6045 45.9685 39.5473 46.0693C37.5884 46.1653 37.6713 45.8397 35.8506 45.1408C35.6484 45.0632 34.3137 43.4169 33.8936 43.4598C33.3909 43.511 31.1128 44.8952 30.5884 45.1408C28.8969 45.9331 26.7349 45.5057 25.3697 44.3736C24.5167 43.6663 24.5333 42.5058 23.9037 41.5608C23.6928 41.2443 23.7453 41.2316 23.441 41.4882C18.3244 44.3736 15.3236 40.5238 16.0264 37.2649C15.839 36.566 14.3763 37.4671 13.7814 37.2856C12.846 37.0003 11.9084 35.6166 11.7726 34.6292C11.4432 32.2338 12.8245 31.673 14.5494 30.6445C15.5476 30.0493 15.0066 30.7237 15.3236 29.6162C15.7839 28.0076 16.2536 25.7349 16.3415 24.804C16.5638 22.451 16.8784 20.4649 17.1936 19.2127C17.7364 17.0569 18.5325 15.5733 19.803 13.4838C21.3357 10.9634 22.6733 9.26744 24.5869 7.70921C27.6123 5.24552 30.8178 4.06896 33.3369 3.08033C38.0044 1.24851 47.4952 1.75417 53.0992 4.53674C56.4326 6.19192 59.0289 8.10777 61.9009 11.4673Z" fill="%23D2F5FF" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M76.4853 36.3879C78.6385 34.2536 82.945 29.0853 82.7121 29.8008C83.9871 35.9476 82.0581 43.2177 76.3759 46.463C75.3438 47.0525 71.6524 48.819 71.1706 46.6551C70.7821 44.9104 71.3453 43.4265 72.0949 41.813C73.0952 39.6601 74.8222 38.0365 76.4853 36.3879Z" fill="%23ACE0EE" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M9.32712 35.8703C6.9391 33.6989 2.12175 28.3993 2.40225 29.1497C1.328 35.7459 3.71311 43.3899 9.90546 46.5811C11.0302 47.1607 13.5193 48.3158 15.4507 46.5467C18.331 42.1878 17.1322 39.6329 16.2609 37.9511C15.0984 35.7071 11.1716 37.5474 9.32712 35.8703Z" fill="%23ACE0EE" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M49.7163 65.2904C49.7163 66.8428 49.7773 68.4062 49.7052 69.9567C49.6553 71.029 49.0446 71.5231 48.7608 72.4454C48.6757 72.722 50.1959 72.7669 50.4718 72.9676C52.024 74.0965 52.8208 76.3924 54.3159 77.2895" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M49.1974 74.7638C49.1974 75.6971 49.4433 76.9531 49.1863 77.8524C49.1101 78.119 49.3735 78.7166 49.1863 78.9038" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M47.3162 73.2899C46.121 73.6883 44.9807 74.7971 43.9831 75.5453C43.687 75.7674 43.273 75.9766 43.1165 76.2897" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M28.9524 65.2904C28.9524 66.8428 29.0134 68.4062 28.9413 69.9567C28.8914 71.029 28.2807 71.5231 27.9969 72.4454C27.9118 72.722 29.432 72.7669 29.7079 72.9676C31.2601 74.0965 32.0569 76.3924 33.552 77.2895" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M28.4333 74.7638C28.4333 75.6971 28.6791 76.9531 28.4222 77.8524C28.346 78.119 28.6093 78.7166 28.4222 78.9038" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M26.552 73.2899C25.3569 73.6883 24.2165 74.7971 23.2189 75.5453C22.9228 75.7674 22.5089 75.9766 22.3523 76.2897" stroke="%23646464" stroke-width="3.76655" stroke-linecap="round" /> <path d="M54.5251 21.6658C55.5445 21.6658 56.3939 21.0566 56.3939 22.3095C56.3939 22.8111 55.1512 24.144 54.8158 23.2335C54.211 21.5919 56.5601 21.185 56.5601 22.2264C56.5601 22.8942 55.3633 23.3999 54.9092 22.8702C54.169 22.0066 56.2201 21.322 56.3939 21.7488C56.7317 22.5778 54.6061 24.2598 54.3797 22.3926C54.2846 21.6081 55.3621 21.8454 55.8541 21.8527C58.8022 21.896 54.712 25.1151 54.712 22.7871" stroke="%23646464" stroke-width="0.958964" stroke-linecap="round" /> <path d="M30.9841 22.9498C32.0034 22.9498 32.8529 22.3406 32.8529 23.5936C32.8529 24.0951 31.6102 25.4281 31.2748 24.5176C30.67 22.876 33.0191 22.469 33.0191 23.5105C33.0191 24.1782 31.8223 24.6839 31.3682 24.1542C30.628 23.2906 32.679 22.6061 32.8529 23.0329C33.1906 23.8618 31.0651 25.5438 30.8387 23.6766C30.7436 22.8921 31.8211 23.1295 32.313 23.1367C35.2612 23.1801 31.171 26.3992 31.171 24.0712" stroke="%23646464" stroke-width="0.958964" stroke-linecap="round" /> <path d="M47.7932 25.6183C48.0439 25.9179 48.7678 26.8696 48.919 27.2392C49.2562 28.0634 46.7852 27.6581 46.0175 27.5321L46.0096 27.5308C45.2393 27.4045 44.4735 27.227 43.7241 27.0086C43.362 26.903 42.9387 26.7988 42.639 26.5542C42.2539 26.2398 42.3831 25.8792 42.5577 25.5302C42.9601 24.7253 44.0146 24.39 44.7667 24.0429C45.0279 23.9223 45.4515 23.7005 45.779 23.638C45.8722 23.5728 45.9728 23.7342 46.0435 23.8008C46.6552 24.3775 47.2533 24.973 47.7932 25.6183Z" fill="%23E7D88A" stroke="%23646464" stroke-width="2.5681" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .recommend__area .bird-wrap .bird-img {
    width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .recommend__area .bird-wrap .bird-img {
    width: 15.3846153846vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .recommend__area .TX {
  color: #51493F;
  font-weight: 800;
  transform: rotate(16.001deg);
  white-space: nowrap;
  position: absolute;
  top: -20%;
  right: -40%;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .recommend__area .TX {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .recommend__area .TX {
    font-size: 3.0769230769vw;
  }
}
.C_plan .plan--container .plan--content .plan--item.beginner__plan .plan__name {
  background: linear-gradient(90deg, #9B9B9B 0%, #C9C9C9 100%);
}
.C_plan .plan--container .plan--content .plan--item.beginner__plan .plan__price .TX {
  color: #9C9C9C;
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item.pro__plan {
    margin-top: 7.6923076923vw;
  }
}
.C_plan .plan--container .plan--content .plan--item.pro__plan .plan__name {
  background: linear-gradient(90deg, #42AFA4 0%, #BAE8E4 100%);
}
.C_plan .plan--container .plan--content .plan--item.pro__plan .plan__price .TX {
  color: #42AFA4;
}
.C_plan .plan--container .plan--content .plan--item.pro__plan .plan__detail ul li p:nth-child(1) {
  color: #42AFA4;
}
.C_plan .plan--container .plan--content .plan--item.master__plan .plan__name {
  background: linear-gradient(90deg, #AF4254 0%, #E8BAC3 100%);
}
.C_plan .plan--container .plan--content .plan--item.master__plan .plan__price .TX {
  color: #AF4254;
}
.C_plan .plan--container .plan--content .plan--item.master__plan .plan__detail ul li p:nth-child(1) {
  color: #AF4254;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__name {
    border-radius: 10px 10px 0 0;
    padding: 13px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__name {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    padding: 2.5641025641vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__name .TL {
  color: #FFF;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__name .TL {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__name .TL {
    font-size: 6.1538461538vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__price {
  background-color: #FFF;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price {
    padding: 25px 10px 10px;
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price {
    padding: 5.1282051282vw 2.5641025641vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__price .TX {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price .TX {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price .TX {
    font-size: 11.5384615385vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__price .TX span {
  color: #C9C9C9;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price .TX span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price .TX span {
    font-size: 5.1282051282vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__price .TX-sub {
  text-align: center;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price .TX-sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__price .TX-sub {
    font-size: 3.5897435897vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__detail ul {
  width: 100%;
  display: block;
}
.C_plan .plan--container .plan--content .plan--item .plan__detail ul li {
  width: 100%;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__detail ul li {
    min-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__detail ul li {
    min-height: 7.6923076923vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__detail ul li:nth-child(odd) {
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__detail ul li:last-child {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__detail ul li:last-child {
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
  }
}
.C_plan .plan--container .plan--content .plan--item .plan__detail ul li p {
  height: 100%;
  vertical-align: middle;
  color: #51493F;
  font-weight: 800;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--content .plan--item .plan__detail ul li p {
    font-size: 16px;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--content .plan--item .plan__detail ul li p {
    font-size: 4.1025641026vw;
    padding-inline: 2.5641025641vw;
  }
}
.C_plan .plan--container .plan--method {
  border-top: solid #C9C9C9;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--method {
    border-top-width: 2px;
    padding: 13px 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--method {
    border-top-width: 0.5128205128vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
.C_plan .plan--container .plan--method .TX-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--method .TX-wrap {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--method .TX-wrap {
    gap: 4.1025641026vw;
  }
}
.C_plan .plan--container .plan--method .TX-wrap .TX {
  color: #51493F;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .C_plan .plan--container .plan--method .TX-wrap .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .C_plan .plan--container .plan--method .TX-wrap .TX {
    font-size: 4.1025641026vw;
  }
}

/* -----------------------
  C_voice--tabs
----------------------- */
.C_voice--tabs {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .C_voice--tabs {
    max-width: 1080px;
    margin-inline: auto;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_voice--tabs {
    border-radius: 5.1282051282vw;
  }
}
.C_voice--tabs .tsb {
  flex: 1;
  background: #D9D9D9;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .C_voice--tabs .tsb {
    padding-block: 6px;
  }
}
@media screen and (max-width: 767px) {
  .C_voice--tabs .tsb {
    padding-block: 1.5384615385vw;
  }
}
.C_voice--tabs .tsb .TX {
  white-space: nowrap;
  text-align: center;
  color: #A7A7A7;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .C_voice--tabs .tsb .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .C_voice--tabs .tsb .TX {
    font-size: 4.1025641026vw;
  }
}
.C_voice--tabs .tsb.is-active {
  background: #42AFA4;
  opacity: 1;
}
.C_voice--tabs .tsb.is-active .TX {
  color: #FFF;
}

/* -----------------------
  C_voice
----------------------- */
.C_voice {
  display: none;
}
.C_voice.active {
  display: block;
}
.C_voice--inr {
  background: #FFF;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .C_voice--inr {
    max-width: 1080px;
    padding: min(5.859375vw, 75px) min(2.578125vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .C_voice--inr {
    padding: 3.5897435897vw 5.641025641vw 10.7692307692vw;
  }
}
.C_voice--inr .voice--messages {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages {
    position: relative;
    height: min(15.625vw, 200px);
  }
}
@media screen and (max-width: 767px) {
  .C_voice--inr .voice--messages {
    display: flex;
    flex-direction: column;
    gap: 10.2564102564vw;
  }
}
.C_voice--inr .voice--messages .message {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message {
    position: absolute;
    border-radius: min(1.5625vw, 20px);
    width: min(21.5625vw, 276px);
    height: min(4.84375vw, 62px);
  }
}
@media screen and (max-width: 767px) {
  .C_voice--inr .voice--messages .message {
    position: relative;
    border-radius: 5.1282051282vw;
    width: 70.7692307692vw;
    height: 15.8974358974vw;
    margin: 0 auto;
  }
}
.C_voice--inr .voice--messages .message::before {
  content: "";
  position: absolute;
  aspect-ratio: 41/20.5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 14.8550724638%;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 99%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.show {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .C_voice--inr .voice--messages .message.show {
    transform: scale(1.1);
  }
}
.C_voice--inr .voice--messages .message.message--01 {
  background: #EEA2B4;
}
.C_voice--inr .voice--messages .message.message--01::before {
  background: #EEA2B4;
}
.C_voice--inr .voice--messages .message.message--02 {
  background: #98CDB3;
}
.C_voice--inr .voice--messages .message.message--02::before {
  background: #98CDB3;
}
.C_voice--inr .voice--messages .message.message--03 {
  background: #A8A3CF;
}
.C_voice--inr .voice--messages .message.message--03::before {
  background: #A8A3CF;
}
.C_voice--inr .voice--messages .message.message--04 {
  background: #FFD346;
}
.C_voice--inr .voice--messages .message.message--04::before {
  background: #FFD346;
}
.C_voice--inr .voice--messages .message.message--05 {
  background: #77CAF4;
}
.C_voice--inr .voice--messages .message.message--05::before {
  background: #77CAF4;
}
.C_voice--inr .voice--messages .message.message--06 {
  background: #DB6883;
}
.C_voice--inr .voice--messages .message.message--06::before {
  background: #DB6883;
}
.C_voice--inr .voice--messages .message.message--07 {
  background: #63BB8F;
}
.C_voice--inr .voice--messages .message.message--07::before {
  background: #63BB8F;
}
.C_voice--inr .voice--messages .message.message--08 {
  background: #7A71BE;
}
.C_voice--inr .voice--messages .message.message--08::before {
  background: #7A71BE;
}
.C_voice--inr .voice--messages .message.message--09 {
  background: #E4B728;
}
.C_voice--inr .voice--messages .message.message--09::before {
  background: #E4B728;
}
.C_voice--inr .voice--messages .message.message--10 {
  background: #50AAD7;
}
.C_voice--inr .voice--messages .message.message--10::before {
  background: #50AAD7;
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--01, .C_voice--inr .voice--messages .message.message--05, .C_voice--inr .voice--messages .message.message--06, .C_voice--inr .voice--messages .message.message--10 {
    left: 0;
    top: min(3.125vw, 40px);
  }
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--02, .C_voice--inr .voice--messages .message.message--07, .C_voice--inr .voice--messages .message.message--04, .C_voice--inr .voice--messages .message.message--09 {
    left: 18.9349112426%;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--02, .C_voice--inr .voice--messages .message.message--07, .C_voice--inr .voice--messages .message.message--04, .C_voice--inr .voice--messages .message.message--09 {
    left: 14.7928994083%;
  }
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--03, .C_voice--inr .voice--messages .message.message--08 {
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--04, .C_voice--inr .voice--messages .message.message--09 {
    left: unset;
    right: 18.9349112426%;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--04, .C_voice--inr .voice--messages .message.message--09 {
    right: 14.7928994083%;
  }
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message.message--05, .C_voice--inr .voice--messages .message.message--10 {
    left: unset;
    right: 0;
  }
}
.C_voice--inr .voice--messages .message .TX {
  color: #FFF;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--messages .message .TX {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .C_voice--inr .voice--messages .message .TX {
    font-size: 4.1025641026vw;
  }
}
.C_voice--inr .voice--animals {
  display: flex;
  gap: var(--gap);
}
@media screen and (min-width: 768px) {
  .C_voice--inr .voice--animals {
    --item: 5;
    --gap: 9px;
    margin-top: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .C_voice--inr .voice--animals {
    --item: 2;
    --gap: calc((6 / 390) * 100vw);
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.5641025641vw;
  }
}
.C_voice--inr .voice--animals .animal {
  aspect-ratio: 187/190;
  transition: transform 0.3s ease;
  transform-origin: center bottom;
  width: calc(100% / var(--item) - var(--gap) * (var(--item) - 1) / var(--item));
}
.C_voice--inr .voice--animals .animal:hover {
  transform: scale(1.1);
}
.C_voice--inr .voice--animals .animal.animal--img01 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M19.8205 176.333C38.0525 174.024 52.57 163.915 57.9572 158.719C58.0764 158.604 58.2083 158.527 58.369 158.487C72.0748 155.09 109.186 165.803 113.738 170.478C114.064 170.813 113.865 171.278 113.44 171.473C82.1502 185.874 33.5429 181.288 19.6495 177.736C18.7157 177.497 18.8644 176.454 19.8205 176.333Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> <path d="M41.3143 47.1964C37.6457 46.7308 26.8946 44.5175 24.1897 47.1965C21.3559 50.003 23.5635 59.0413 24.1897 63.2379C24.6406 66.2602 28.1398 69.8299 30.0326 71.5666C30.7518 72.2264 31.798 72.3373 32.6589 71.8774C34.3624 70.9673 37.2322 69.3776 39.1805 67.999C44.1716 64.4675 49.7965 57.5943 52.0194 54.7552C52.6217 53.986 52.6791 52.9327 52.0203 52.2113C50.5531 50.6048 47.2939 47.9553 41.3143 47.1964Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="3.70638" /> <path d="M30.5716 73.8007C27.4593 75.798 17.1988 75.9326 16.8435 79.723C16.4714 83.6939 24.5597 94.2763 27.733 97.0929C30.0184 99.1213 34.9929 99.6134 37.559 99.7306C38.534 99.7751 39.4075 99.1888 39.7726 98.2836C40.495 96.4923 41.6757 93.4315 42.2852 91.1239C43.8466 85.2125 43.7496 76.3316 43.6323 72.7277C43.6006 71.7513 42.9686 70.9067 42.0005 70.7762C39.8443 70.4857 35.6444 70.5454 30.5716 73.8007Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="3.70638" /> <path d="M147.512 47.1955C151.18 46.7299 161.932 44.5166 164.637 47.1956C167.47 50.0021 165.263 59.0404 164.636 63.237C164.186 66.2593 160.686 69.829 158.793 71.5657C158.074 72.2255 157.028 72.3364 156.167 71.8765C154.464 70.9664 151.594 69.3767 149.646 67.9981C144.655 64.4666 139.03 57.5934 136.807 54.7543C136.204 53.9851 136.147 52.9318 136.806 52.2104C138.273 50.6039 141.532 47.9544 147.512 47.1955Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="3.70638" /> <path d="M44.5377 120.218C40.8692 120.683 24.1374 114.526 21.4325 111.847C18.5987 109.04 24.9174 107.534 25.5436 103.338C26.0236 100.12 31.071 96.7815 33.353 95.4235C34.0427 95.013 34.8858 95.0077 35.5948 95.3838C37.2458 96.2597 40.3412 97.9557 42.4039 99.4153C47.395 102.947 53.02 109.82 55.2429 112.659C55.8451 113.428 55.9025 114.482 55.2437 115.203C53.7765 116.81 50.5173 119.459 44.5377 120.218Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="3.70638" /> <path d="M144.835 120.217C148.504 120.683 165.235 114.525 167.94 111.846C170.774 109.039 163.842 107.151 163.216 102.955C162.741 99.7743 158.161 96.6978 156.013 95.4161C155.328 95.0076 154.491 95.0051 153.786 95.3787C152.137 96.2532 149.035 97.9525 146.969 99.4145C141.978 102.946 136.353 109.819 134.13 112.658C133.528 113.428 133.47 114.481 134.129 115.202C135.596 116.809 138.856 119.458 144.835 120.217Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="3.70638" /> <path d="M158.255 73.8011C161.367 75.7983 172.707 75.9331 173.063 79.7235C173.435 83.6944 164.267 94.2766 161.093 97.0933C158.808 99.1217 153.833 99.6137 151.267 99.7309C150.292 99.7754 149.419 99.1891 149.054 98.2839C148.331 96.4927 147.151 93.4319 146.541 91.1243C144.98 85.2129 145.077 76.3319 145.194 72.728C145.226 71.7516 145.858 70.907 146.826 70.7765C148.982 70.486 153.182 70.5457 158.255 73.8011Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="3.70638" /> <path d="M95.3477 34.0033C130.705 34.4895 160.012 55.3826 159.595 85.7253C159.394 100.362 156.359 111.036 146.115 118.13C136.134 125.042 119.629 128.286 93.4292 129.442L93.3354 129.447L93.2427 129.441C69.1792 128.155 53.1286 124.461 43.1493 117.136C32.9622 109.659 29.434 98.6776 29.6366 83.9388C30.054 53.5938 59.9935 33.5173 95.3477 34.0033Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82527" /> <path d="M55.1543 158.964C57.0252 157.524 59.9159 156.253 64.0605 156.51C68.9372 156.813 71.9136 158.004 73.7256 159.315C74.6306 159.97 75.2198 160.637 75.5957 161.194C75.7824 161.471 75.9133 161.717 76.0039 161.914C76.049 162.012 76.0837 162.098 76.1104 162.17C76.1237 162.206 76.1351 162.238 76.1445 162.267C76.1492 162.281 76.1534 162.294 76.1572 162.306L76.166 162.332C76.1664 162.333 76.1668 162.335 76.167 162.336C76.1675 162.338 76.156 162.343 74.334 162.881L76.168 162.34L76.207 162.472L76.2266 162.608V162.609C76.2267 162.61 76.2274 162.611 76.2275 162.612C76.2279 162.615 76.2278 162.619 76.2285 162.624C76.23 162.634 76.2326 162.65 76.2354 162.669C76.2408 162.708 76.2486 162.764 76.2588 162.837C76.2792 162.983 76.3082 163.193 76.3438 163.456C76.4148 163.981 76.5122 164.715 76.6143 165.552C76.8169 167.213 77.0461 169.323 77.1357 171.004C77.2212 172.606 77.2699 174.627 77.2969 176.232C77.3104 177.038 77.3183 177.746 77.3232 178.252C77.3247 178.401 77.3253 178.533 77.3262 178.645C77.4098 178.834 77.5127 179.076 77.6113 179.353C77.8186 179.933 78.1227 180.942 78.0215 181.944C77.8781 183.365 76.9748 184.325 76.1504 184.912C75.3219 185.502 74.3387 185.891 73.4951 186.153C72.6308 186.422 71.7932 186.592 71.1826 186.695C70.8744 186.747 70.6167 186.784 70.4326 186.808C70.3404 186.819 70.266 186.828 70.2129 186.834C70.1864 186.837 70.1652 186.839 70.1494 186.841C70.1415 186.842 70.1349 186.842 70.1299 186.843C70.1274 186.843 70.1249 186.844 70.123 186.844H70.1201L69.9346 184.94L70.1191 186.844L70.0732 186.849L70.0273 186.851H70.0176C70.0118 186.851 70.0037 186.852 69.9932 186.853C69.9717 186.854 69.9397 186.855 69.8994 186.856C69.8188 186.86 69.7016 186.864 69.5527 186.87C69.2546 186.881 68.8277 186.896 68.3096 186.908C67.2751 186.933 65.866 186.949 64.3779 186.916C62.8976 186.883 61.2993 186.802 59.9004 186.622C59.2014 186.532 58.5173 186.413 57.9053 186.253C57.322 186.1 56.6696 185.876 56.123 185.512C53.8857 184.02 52.6455 182.273 52.041 180.17C51.4802 178.219 51.5014 176.031 51.5098 173.84C51.5183 171.611 51.7152 168.805 51.9053 166.591C52.0009 165.476 52.0958 164.497 52.167 163.797C52.2026 163.447 52.2321 163.166 52.2529 162.972C52.2633 162.875 52.2717 162.799 52.2773 162.748C52.2802 162.722 52.2827 162.703 52.2842 162.689C52.2849 162.683 52.2857 162.677 52.2861 162.674V162.668L52.3242 162.333L52.4736 162.032L54.1875 162.881C52.4738 162.032 52.4741 162.03 52.4746 162.029L52.4756 162.027C52.4763 162.026 52.4767 162.024 52.4775 162.022C52.4792 162.019 52.4814 162.016 52.4834 162.012C52.4874 162.004 52.4927 161.995 52.498 161.984C52.5088 161.964 52.5218 161.938 52.5381 161.908C52.5706 161.849 52.6142 161.772 52.6699 161.68C52.7813 161.496 52.942 161.25 53.1562 160.967C53.5839 160.401 54.2348 159.671 55.1543 158.964Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82527" /> <path d="M131.646 158.964C129.775 157.524 126.885 156.253 122.74 156.51C117.863 156.813 114.887 158.004 113.075 159.315C112.17 159.97 111.581 160.637 111.205 161.194C111.018 161.471 110.887 161.717 110.797 161.914C110.751 162.012 110.717 162.098 110.69 162.17C110.677 162.206 110.665 162.238 110.656 162.267C110.651 162.281 110.647 162.294 110.643 162.306L110.635 162.332C110.634 162.333 110.634 162.335 110.634 162.336C110.633 162.338 110.645 162.343 112.467 162.881L110.633 162.34L110.594 162.472L110.574 162.608V162.609C110.574 162.61 110.573 162.611 110.573 162.612C110.573 162.615 110.573 162.619 110.572 162.624C110.571 162.634 110.568 162.65 110.565 162.669C110.56 162.708 110.552 162.764 110.542 162.837C110.521 162.983 110.492 163.193 110.457 163.456C110.386 163.981 110.288 164.715 110.186 165.552C109.984 167.213 109.754 169.323 109.665 171.004C109.579 172.606 109.531 174.627 109.504 176.232C109.49 177.038 109.482 177.746 109.477 178.252C109.476 178.401 109.475 178.533 109.474 178.645C109.391 178.834 109.288 179.076 109.189 179.353C108.982 179.933 108.678 180.942 108.779 181.944C108.922 183.365 109.826 184.325 110.65 184.912C111.479 185.502 112.462 185.891 113.305 186.153C114.17 186.422 115.007 186.592 115.618 186.695C115.926 186.747 116.184 186.784 116.368 186.808C116.46 186.819 116.535 186.828 116.588 186.834C116.614 186.837 116.635 186.839 116.651 186.841C116.659 186.842 116.666 186.842 116.671 186.843C116.673 186.843 116.676 186.844 116.677 186.844H116.68L116.866 184.94L116.681 186.844L116.727 186.849L116.773 186.851H116.783C116.789 186.851 116.797 186.852 116.807 186.853C116.829 186.854 116.861 186.855 116.901 186.856C116.982 186.86 117.099 186.864 117.248 186.87C117.546 186.881 117.973 186.896 118.491 186.908C119.525 186.933 120.935 186.949 122.423 186.916C123.903 186.883 125.501 186.802 126.9 186.622C127.599 186.532 128.283 186.413 128.895 186.253C129.479 186.1 130.131 185.876 130.677 185.512C132.915 184.02 134.155 182.273 134.76 180.17C135.32 178.219 135.299 176.031 135.291 173.84C135.282 171.611 135.085 168.805 134.895 166.591C134.8 165.476 134.705 164.497 134.634 163.797C134.598 163.447 134.568 163.166 134.548 162.972C134.537 162.875 134.529 162.799 134.523 162.748C134.52 162.722 134.518 162.703 134.516 162.689C134.516 162.683 134.515 162.677 134.514 162.674V162.668L134.476 162.333L134.327 162.032L132.613 162.881C134.327 162.032 134.326 162.03 134.326 162.029L134.325 162.027C134.324 162.026 134.324 162.024 134.323 162.022C134.321 162.019 134.319 162.016 134.317 162.012C134.313 162.004 134.308 161.995 134.302 161.984C134.292 161.964 134.279 161.938 134.262 161.908C134.23 161.849 134.186 161.772 134.131 161.68C134.019 161.496 133.859 161.25 133.644 160.967C133.217 160.401 132.566 159.671 131.646 158.964Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82527" /> <path d="M70.6737 116.71C72.0704 118.042 73.0138 119.763 73.6151 121.701C74.1965 123.574 74.1226 125.178 73.5551 126.707C73.036 128.106 72.1111 129.386 71.2561 130.596C70.1489 132.163 68.6725 133.733 67.1005 135.335C65.4948 136.971 63.7761 138.654 62.0159 140.567C60.0093 142.747 57.6981 145.835 55.8609 148.424C54.949 149.709 54.1652 150.855 53.6104 151.678C53.3437 152.074 53.1297 152.395 52.9803 152.621C52.9386 152.921 52.8686 153.338 52.7549 153.808C52.5407 154.692 52.117 156.005 51.2428 157.04C49.6357 158.944 47.3022 160.064 44.9993 160.405C42.7105 160.745 40.1959 160.349 38.293 158.869C36.7059 157.634 35.435 156.45 34.7751 154.844C34.1134 153.233 34.1894 151.498 34.4687 149.498C35.5588 141.696 41.1701 133.595 46.2212 127.634C48.7849 124.608 51.2806 122.047 53.1346 120.242C54.0624 119.339 54.8319 118.623 55.3718 118.131C55.6419 117.885 55.8553 117.694 56.0019 117.564C56.0751 117.5 56.1321 117.449 56.1712 117.415C56.1907 117.398 56.2055 117.384 56.2161 117.375C56.2214 117.371 56.2261 117.367 56.2292 117.365C56.2306 117.363 56.2315 117.362 56.2324 117.361L56.2337 117.361C56.2381 117.365 56.3078 117.444 57.4856 118.806L56.2344 117.36L56.295 117.308L56.3594 117.26L56.3601 117.26L56.3627 117.258C56.3641 117.257 56.3655 117.256 56.3673 117.254C56.3711 117.251 56.3766 117.248 56.3825 117.244C56.3944 117.236 56.4104 117.224 56.4306 117.21C56.4713 117.181 56.5289 117.14 56.6013 117.09C56.7458 116.991 56.9513 116.853 57.206 116.691C57.7134 116.369 58.4284 115.942 59.2561 115.529C60.7929 114.762 63.1714 113.808 65.3729 114.164C67.4838 114.506 69.2631 115.365 70.6737 116.71Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82527" /> <path d="M116.911 116.71C115.514 118.042 114.57 119.763 113.969 121.701C113.388 123.574 113.462 125.178 114.029 126.707C114.548 128.106 115.473 129.386 116.328 130.596C117.435 132.163 118.912 133.733 120.484 135.335C122.089 136.971 123.808 138.654 125.568 140.567C127.575 142.747 129.886 145.835 131.723 148.424C132.635 149.709 133.419 150.855 133.974 151.678C134.241 152.074 134.454 152.395 134.604 152.621C134.646 152.921 134.716 153.338 134.829 153.808C135.044 154.692 135.467 156.005 136.341 157.04C137.949 158.944 140.282 160.064 142.585 160.405C144.874 160.745 147.388 160.349 149.291 158.869C150.878 157.634 152.149 156.45 152.809 154.844C153.471 153.233 153.395 151.498 153.115 149.498C152.025 141.696 146.414 133.595 141.363 127.634C138.799 124.608 136.304 122.047 134.45 120.242C133.522 119.339 132.752 118.623 132.212 118.131C131.942 117.885 131.729 117.694 131.582 117.564C131.509 117.5 131.452 117.449 131.413 117.415C131.394 117.398 131.379 117.384 131.368 117.375C131.363 117.371 131.358 117.367 131.355 117.365C131.354 117.363 131.353 117.362 131.352 117.361L131.35 117.361C131.346 117.365 131.276 117.444 130.099 118.806L131.35 117.36L131.289 117.308L131.225 117.26L131.224 117.26L131.221 117.258C131.22 117.257 131.219 117.256 131.217 117.254C131.213 117.251 131.208 117.248 131.202 117.244C131.19 117.236 131.174 117.224 131.154 117.21C131.113 117.181 131.055 117.14 130.983 117.09C130.838 116.991 130.633 116.853 130.378 116.691C129.871 116.369 129.156 115.942 128.328 115.529C126.791 114.762 124.413 113.808 122.211 114.164C120.1 114.506 118.321 115.365 116.911 116.71Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82527" /> <path d="M56.5786 117.041C58.356 115.723 61.2401 114.388 64.4438 115.889C74.4017 120.554 86.6208 122.668 97.7935 122.543C109.043 122.417 118.83 120.028 124.143 116.085C125.576 115.021 127.192 115.17 128.429 115.615C129.639 116.051 130.766 116.851 131.666 117.609C132.588 118.387 133.394 119.226 133.961 119.858C134.247 120.177 134.479 120.45 134.64 120.646C134.721 120.743 134.785 120.822 134.83 120.878C134.852 120.906 134.87 120.928 134.882 120.944C134.889 120.952 134.894 120.96 134.898 120.965C134.9 120.967 134.902 120.969 134.903 120.971C134.903 120.971 134.904 120.972 134.905 120.973V120.974C134.901 120.977 134.828 121.035 133.452 122.104L134.906 120.975L135.066 121.181L135.165 121.422V121.423C135.165 121.423 135.166 121.424 135.167 121.425C135.167 121.427 135.168 121.431 135.169 121.435C135.173 121.442 135.178 121.454 135.184 121.469C135.196 121.499 135.214 121.544 135.238 121.602C135.284 121.717 135.352 121.886 135.439 122.104C135.613 122.539 135.861 123.17 136.163 123.954C136.765 125.521 137.58 127.704 138.431 130.169C140.117 135.054 142.002 141.21 142.584 145.873C143.993 157.145 139.831 165.826 134.53 169.733C129.847 173.185 123.074 174.806 115.681 175.61C108.237 176.421 99.8259 176.432 91.6724 176.432C85.3276 176.432 77.3196 175.664 70.2642 174.334C66.735 173.669 63.4023 172.855 60.6128 171.91C57.8831 170.985 55.453 169.863 53.9214 168.479C48.9347 163.97 45.3842 156.63 45.8696 147.43C46.1346 142.409 48.0705 135.59 49.8638 130.175C50.7711 127.435 51.6618 124.996 52.3257 123.243C52.6578 122.366 52.9341 121.659 53.1274 121.17C53.2241 120.925 53.2998 120.735 53.3521 120.605C53.3781 120.541 53.3988 120.491 53.4126 120.457C53.4195 120.44 53.4246 120.427 53.4282 120.418C53.4301 120.413 53.4311 120.41 53.4321 120.407C53.4326 120.406 53.4328 120.405 53.4331 120.404L53.4341 120.403L53.5132 120.211L53.6313 120.039L55.2046 121.127C53.6314 120.039 53.6319 120.039 53.6323 120.038V120.037C53.633 120.036 53.6345 120.035 53.6353 120.034C53.6368 120.032 53.6381 120.029 53.6401 120.026C53.6441 120.021 53.6488 120.013 53.6548 120.005C53.6667 119.988 53.6831 119.966 53.7026 119.939C53.7418 119.886 53.7959 119.812 53.8647 119.723C54.0022 119.544 54.1992 119.3 54.4487 119.017C54.9428 118.456 55.669 117.716 56.5786 117.041Z" fill="%23FFF0F0" stroke="%23676564" stroke-width="3.82527" /> <path d="M157.683 85.7003C157.285 114.617 145.774 125.344 93.3431 127.667C45.2967 125.092 31.1035 112.748 31.501 83.8311C54.2605 103.592 67.0278 110.262 93.3438 111.329C121.228 112.46 138.161 108.513 157.683 85.7003Z" fill="%23FFF0F0" /> <path d="M103.118 94.3525C96.9244 91.1698 90.211 92.5127 85.8758 94.3758C84.9997 94.7523 85.2961 95.8803 86.2496 95.8803H102.677C103.598 95.8803 103.936 94.7734 103.118 94.3525Z" fill="%23E8B0B1" stroke="%23676564" stroke-width="2.48574" stroke-linecap="round" /> <path d="M75.5995 122.42C75.5995 122.42 93.1888 120.785 110.352 122.42C114.034 122.771 117.798 123.05 119.36 124.63C122.342 127.647 117.57 131.083 113.213 133.027C108.952 134.927 102.226 136.555 94.7712 136.606C87.041 136.66 80.7729 135.06 75.5995 133.027C71.0617 131.244 66.2046 127.676 69.2089 124.63C70.8184 122.998 75.5995 122.42 75.5995 122.42Z" fill="black" fill-opacity="0.05" /> <path d="M58.826 84.7699C56.3411 84.7699 54.2702 83.2779 54.2702 86.3463C54.2702 87.5746 57.2996 90.8389 58.1174 88.6092C59.5917 84.589 53.8653 83.5924 53.8653 86.1429C53.8653 87.7782 56.7827 89.0166 57.8896 87.7193C59.6941 85.6044 54.6941 83.928 54.2702 84.9733C53.4469 87.0033 58.6286 91.1224 59.1804 86.5497C59.4122 84.6285 56.7857 85.2098 55.5863 85.2276C48.3995 85.3337 58.3705 93.2172 58.3705 87.5159" stroke="%23646464" stroke-width="1.61774" stroke-linecap="round" /> <path d="M135.562 85.1537C133.051 85.1537 130.959 83.6617 130.959 86.7301C130.959 87.9584 134.02 91.2227 134.846 88.993C136.336 84.9728 130.55 83.9762 130.55 86.5267C130.55 88.162 133.498 89.4003 134.616 88.1031C136.439 85.9882 131.387 84.3118 130.959 85.3571C130.127 87.3871 135.363 91.5062 135.92 86.9335C136.154 85.0123 133.501 85.5936 132.289 85.6113C125.027 85.7175 135.102 93.6009 135.102 87.8997" stroke="%23646464" stroke-width="1.61774" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img02 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M94.4195 53.4574C112.087 53.7004 128.14 57.799 139.806 64.7347C151.463 71.6648 158.991 81.6143 158.827 93.5194C158.75 99.1517 157.956 104.099 155.838 108.332C153.698 112.61 150.284 116.003 145.25 118.648C135.351 123.848 118.952 126.262 92.7749 127.056L92.7036 127.058L92.6323 127.055C68.596 125.998 52.6259 123.139 42.68 117.56C37.6452 114.735 34.1055 111.188 31.8707 106.809C29.6479 102.453 28.7905 97.4202 28.8686 91.7329C29.0323 79.8258 36.8501 70.0873 48.7081 63.4814C60.5764 56.8698 76.7523 53.2146 94.4195 53.4574Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82527" /> <path d="M54.5254 156.576C56.3963 155.137 59.287 153.865 63.4316 154.122C68.3083 154.425 71.2847 155.616 73.0967 156.928C74.0017 157.583 74.5909 158.25 74.9668 158.807C75.1535 159.083 75.2844 159.329 75.375 159.526C75.4201 159.625 75.4548 159.711 75.4814 159.782C75.4948 159.818 75.5062 159.85 75.5156 159.879C75.5203 159.893 75.5245 159.906 75.5283 159.918L75.5371 159.944C75.5375 159.946 75.5379 159.948 75.5381 159.948C75.5386 159.95 75.5271 159.956 73.7051 160.493L75.5391 159.952L75.5781 160.084L75.5977 160.221V160.222C75.5978 160.222 75.5985 160.223 75.5986 160.225C75.599 160.227 75.5989 160.231 75.5996 160.236C75.6011 160.246 75.6037 160.262 75.6064 160.281C75.6119 160.32 75.6197 160.377 75.6299 160.449C75.6503 160.595 75.6793 160.806 75.7148 161.068C75.7859 161.594 75.8833 162.328 75.9854 163.164C76.188 164.825 76.4172 166.935 76.5068 168.616C76.5923 170.219 76.641 172.24 76.668 173.845C76.6815 174.651 76.6894 175.358 76.6943 175.864C76.6958 176.013 76.6964 176.145 76.6973 176.257C76.7809 176.446 76.8838 176.689 76.9824 176.965C77.1897 177.545 77.4938 178.554 77.3926 179.557C77.2492 180.977 76.3459 181.938 75.5215 182.524C74.693 183.114 73.7098 183.503 72.8662 183.766C72.0019 184.034 71.1643 184.204 70.5537 184.308C70.2455 184.36 69.9877 184.396 69.8037 184.42C69.7115 184.432 69.6371 184.44 69.584 184.446C69.5575 184.449 69.5362 184.451 69.5205 184.453C69.5126 184.454 69.506 184.455 69.501 184.455C69.4984 184.455 69.4959 184.456 69.4941 184.456H69.4912L69.3057 182.553L69.4902 184.456L69.4443 184.461L69.3984 184.463H69.3887C69.3829 184.463 69.3748 184.464 69.3643 184.465C69.3428 184.466 69.3108 184.467 69.2705 184.469C69.1899 184.472 69.0727 184.477 68.9238 184.482C68.6257 184.494 68.1988 184.508 67.6807 184.521C66.6462 184.545 65.2371 184.561 63.749 184.528C62.2687 184.496 60.6704 184.414 59.2715 184.234C58.5725 184.145 57.8884 184.026 57.2764 183.865C56.6931 183.712 56.0407 183.488 55.4941 183.124C53.2568 181.632 52.0166 179.885 51.4121 177.782C50.8513 175.831 50.8725 173.644 50.8809 171.452C50.8894 169.224 51.0863 166.418 51.2764 164.203C51.372 163.089 51.4669 162.109 51.5381 161.409C51.5737 161.059 51.6032 160.778 51.624 160.584C51.6344 160.487 51.6428 160.412 51.6484 160.36C51.6512 160.335 51.6538 160.315 51.6553 160.302C51.656 160.295 51.6568 160.29 51.6572 160.286V160.28L51.6953 159.945L51.8447 159.645L53.5586 160.493C51.8449 159.644 51.8452 159.643 51.8457 159.642L51.8467 159.64C51.8474 159.638 51.8478 159.636 51.8486 159.635C51.8503 159.631 51.8525 159.628 51.8545 159.624C51.8585 159.616 51.8638 159.607 51.8691 159.597C51.8799 159.576 51.8929 159.55 51.9092 159.521C51.9417 159.461 51.9853 159.384 52.041 159.292C52.1524 159.108 52.3131 158.863 52.5273 158.579C52.955 158.013 53.6058 157.284 54.5254 156.576Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82527" /> <path d="M131.017 156.576C129.146 155.137 126.255 153.865 122.111 154.122C117.234 154.425 114.258 155.616 112.446 156.928C111.541 157.583 110.952 158.25 110.576 158.807C110.389 159.083 110.258 159.329 110.167 159.526C110.122 159.625 110.088 159.711 110.061 159.782C110.048 159.818 110.036 159.85 110.027 159.879C110.022 159.893 110.018 159.906 110.014 159.918L110.005 159.944C110.005 159.946 110.005 159.948 110.004 159.948C110.004 159.95 110.015 159.956 111.837 160.493L110.003 159.952L109.964 160.084L109.945 160.221V160.222C109.945 160.222 109.944 160.223 109.944 160.225C109.943 160.227 109.944 160.231 109.943 160.236C109.941 160.246 109.939 160.262 109.936 160.281C109.931 160.32 109.923 160.377 109.913 160.449C109.892 160.595 109.863 160.806 109.828 161.068C109.757 161.594 109.659 162.328 109.557 163.164C109.354 164.825 109.125 166.935 109.036 168.616C108.95 170.219 108.902 172.24 108.875 173.845C108.861 174.651 108.853 175.358 108.848 175.864C108.847 176.013 108.846 176.145 108.845 176.257C108.762 176.446 108.659 176.689 108.56 176.965C108.353 177.545 108.049 178.554 108.15 179.557C108.293 180.977 109.197 181.938 110.021 182.524C110.85 183.114 111.833 183.503 112.676 183.766C113.541 184.034 114.378 184.204 114.989 184.308C115.297 184.36 115.555 184.396 115.739 184.42C115.831 184.432 115.905 184.44 115.958 184.446C115.985 184.449 116.006 184.451 116.022 184.453C116.03 184.454 116.036 184.455 116.042 184.455C116.044 184.455 116.047 184.456 116.048 184.456H116.051L116.237 182.553L116.052 184.456L116.098 184.461L116.144 184.463H116.154C116.16 184.463 116.168 184.464 116.178 184.465C116.2 184.466 116.232 184.467 116.272 184.469C116.353 184.472 116.47 184.477 116.619 184.482C116.917 184.494 117.344 184.508 117.862 184.521C118.896 184.545 120.305 184.561 121.793 184.528C123.274 184.496 124.872 184.414 126.271 184.234C126.97 184.145 127.654 184.026 128.266 183.865C128.849 183.712 129.502 183.488 130.048 183.124C132.286 181.632 133.526 179.885 134.13 177.782C134.691 175.831 134.67 173.644 134.662 171.452C134.653 169.224 134.456 166.418 134.266 164.203C134.17 163.089 134.076 162.109 134.004 161.409C133.969 161.059 133.939 160.778 133.918 160.584C133.908 160.487 133.9 160.412 133.894 160.36C133.891 160.335 133.889 160.315 133.887 160.302C133.886 160.295 133.886 160.29 133.885 160.286V160.28L133.847 159.945L133.698 159.645L131.984 160.493C133.698 159.644 133.697 159.643 133.697 159.642L133.696 159.64C133.695 159.638 133.695 159.636 133.694 159.635C133.692 159.631 133.69 159.628 133.688 159.624C133.684 159.616 133.679 159.607 133.673 159.597C133.663 159.576 133.65 159.55 133.633 159.521C133.601 159.461 133.557 159.384 133.501 159.292C133.39 159.108 133.229 158.863 133.015 158.579C132.587 158.013 131.937 157.284 131.017 156.576Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82527" /> <path d="M70.0458 114.322C71.4424 115.655 72.3859 117.375 72.9872 119.313C73.5685 121.186 73.4947 122.79 72.9272 124.319C72.408 125.718 71.4832 126.999 70.6282 128.209C69.5209 129.775 68.0446 131.346 66.4726 132.947C64.8669 134.584 63.1482 136.266 61.388 138.179C59.3814 140.359 57.0702 143.447 55.233 146.036C54.321 147.321 53.5372 148.467 52.9824 149.29C52.7158 149.686 52.5018 150.007 52.3524 150.233C52.3106 150.534 52.2407 150.95 52.127 151.42C51.9128 152.305 51.489 153.617 50.6149 154.652C49.0078 156.556 46.6742 157.676 44.3714 158.018C42.0826 158.358 39.568 157.961 37.6651 156.481C36.078 155.246 34.807 154.063 34.1472 152.456C33.4855 150.845 33.5614 149.111 33.8408 147.111C34.9308 139.308 40.5421 131.207 45.5933 125.246C48.1569 122.221 50.6527 119.659 52.5066 117.855C53.4345 116.951 54.204 116.236 54.7439 115.743C55.0139 115.497 55.2273 115.307 55.374 115.177C55.4472 115.112 55.5041 115.062 55.5433 115.027C55.5627 115.01 55.5776 114.997 55.5882 114.988C55.5934 114.983 55.5982 114.98 55.6012 114.977C55.6026 114.976 55.6035 114.974 55.6044 114.973L55.6058 114.973C55.6102 114.977 55.6798 115.056 56.8577 116.419L55.6065 114.972L55.6671 114.92L55.7315 114.873L55.7322 114.872L55.7348 114.87C55.7361 114.869 55.7376 114.868 55.7394 114.867C55.7432 114.864 55.7486 114.861 55.7546 114.856C55.7665 114.848 55.7825 114.836 55.8026 114.822C55.8434 114.793 55.901 114.752 55.9733 114.702C56.1179 114.603 56.3234 114.466 56.5781 114.304C57.0854 113.981 57.8005 113.554 58.6282 113.141C60.165 112.375 62.5435 111.42 64.745 111.777C66.8559 112.118 68.6351 112.977 70.0458 114.322Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82527" /> <path d="M116.282 114.322C114.885 115.655 113.942 117.375 113.341 119.313C112.759 121.186 112.833 122.79 113.401 124.319C113.92 125.718 114.845 126.999 115.7 128.209C116.807 129.775 118.283 131.346 119.855 132.947C121.461 134.584 123.18 136.266 124.94 138.179C126.947 140.359 129.258 143.447 131.095 146.036C132.007 147.321 132.791 148.467 133.345 149.29C133.612 149.686 133.826 150.007 133.975 150.233C134.017 150.534 134.087 150.95 134.201 151.42C134.415 152.305 134.839 153.617 135.713 154.652C137.32 156.556 139.654 157.676 141.956 158.018C144.245 158.358 146.76 157.961 148.663 156.481C150.25 155.246 151.521 154.063 152.181 152.456C152.842 150.845 152.766 149.111 152.487 147.111C151.397 139.308 145.786 131.207 140.735 125.246C138.171 122.221 135.675 119.659 133.821 117.855C132.893 116.951 132.124 116.236 131.584 115.743C131.314 115.497 131.101 115.307 130.954 115.177C130.881 115.112 130.824 115.062 130.785 115.027C130.765 115.01 130.75 114.997 130.74 114.988C130.734 114.983 130.73 114.98 130.727 114.977C130.725 114.976 130.724 114.974 130.723 114.973L130.722 114.973C130.718 114.977 130.648 115.056 129.47 116.419L130.721 114.972L130.661 114.92L130.596 114.873L130.596 114.872L130.593 114.87C130.592 114.869 130.59 114.868 130.588 114.867C130.585 114.864 130.579 114.861 130.573 114.856C130.561 114.848 130.545 114.836 130.525 114.822C130.484 114.793 130.427 114.752 130.355 114.702C130.21 114.603 130.004 114.466 129.75 114.304C129.242 113.981 128.527 113.554 127.7 113.141C126.163 112.375 123.784 111.42 121.583 111.777C119.472 112.118 117.693 112.977 116.282 114.322Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82527" /> <path d="M55.9502 114.653C57.7276 113.335 60.6117 112 63.8154 113.501C73.7733 118.166 85.9923 120.28 97.165 120.155C108.414 120.029 118.202 117.641 123.515 113.697C124.947 112.634 126.564 112.782 127.801 113.228C129.011 113.663 130.137 114.463 131.037 115.222C131.96 116 132.766 116.839 133.333 117.471C133.619 117.789 133.85 118.062 134.012 118.258C134.093 118.356 134.156 118.434 134.201 118.49C134.223 118.518 134.241 118.541 134.254 118.557C134.26 118.565 134.266 118.572 134.27 118.577C134.271 118.579 134.273 118.581 134.274 118.583C134.275 118.584 134.276 118.584 134.276 118.585V118.586C134.273 118.589 134.2 118.647 132.823 119.716L134.277 118.587L134.438 118.793L134.536 119.034V119.035C134.536 119.036 134.538 119.036 134.538 119.037C134.539 119.039 134.539 119.043 134.541 119.047C134.544 119.055 134.55 119.066 134.556 119.081C134.568 119.111 134.586 119.156 134.609 119.214C134.656 119.329 134.724 119.498 134.811 119.716C134.984 120.152 135.233 120.783 135.534 121.566C136.137 123.133 136.952 125.316 137.803 127.781C139.489 132.666 141.373 138.822 141.956 143.485C143.365 154.758 139.203 163.438 133.901 167.346C129.219 170.797 122.445 172.418 115.053 173.223C107.608 174.033 99.1975 174.044 91.0439 174.044C84.6992 174.044 76.6912 173.276 69.6357 171.946C66.1066 171.281 62.7738 170.468 59.9844 169.522C57.2547 168.597 54.8246 167.476 53.293 166.091C48.3062 161.582 44.7558 154.242 45.2412 145.042C45.5062 140.022 47.4421 133.202 49.2354 127.787C50.1427 125.047 51.0334 122.609 51.6973 120.855C52.0294 119.978 52.3057 119.271 52.499 118.782C52.5957 118.538 52.6714 118.348 52.7236 118.218C52.7497 118.153 52.7704 118.103 52.7842 118.069C52.791 118.052 52.7961 118.039 52.7998 118.03C52.8016 118.026 52.8027 118.022 52.8037 118.02C52.8042 118.018 52.8044 118.017 52.8047 118.017L52.8057 118.016L52.8848 117.823L53.0029 117.651L54.5762 118.739C53.0029 117.652 53.0035 117.651 53.0039 117.65V117.649C53.0045 117.648 53.0061 117.648 53.0068 117.646C53.0083 117.644 53.0097 117.642 53.0117 117.639C53.0157 117.633 53.0204 117.626 53.0264 117.617C53.0383 117.6 53.0547 117.579 53.0742 117.552C53.1133 117.498 53.1675 117.424 53.2363 117.335C53.3737 117.156 53.5708 116.912 53.8203 116.629C54.3144 116.068 55.0406 115.328 55.9502 114.653Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82527" /> <path d="M155.289 88.6166C154.891 117.533 145.145 125.256 92.7142 127.579C44.6679 125.005 32.4211 114.091 32.8186 85.1748C55.5781 104.936 66.8053 115.97 92.7149 111.242C120.297 106.208 135.768 111.43 155.289 88.6166Z" fill="%23C7E3C8" /> <path d="M67.6609 83.3264C68.777 83.3066 68.8964 83.3066 69.0158 83.3066C69.38 83.2658 69.2582 83.3462 69.4409 83.3264C70.3062 83.2658 71.1081 83.1866 71.8534 83.0863C72.7567 83.0257 73.5343 83.1081 76.0104 82.1984C77.1705 81.7722 78.8818 81.0986 79.9014 80.721C80.9211 80.3434 81.2395 80.2642 82.1982 79.9184C83.1569 79.5726 84.6927 78.9235 85.7516 78.6403C87.3115 78.223 88.7872 78.0123 90.9445 78.3275C92.2017 78.5112 93.7537 78.8678 94.6733 79.1073C95.5928 79.3469 95.8684 79.4752 96.8103 79.7701C99.3012 80.5499 101.163 81.2366 102.253 81.4078C104.161 81.7073 105.646 81.8264 106.285 81.8862C106.927 81.9463 108.195 81.8782 110.094 82.0471C112.119 82.2272 113.918 82.4291 115.664 83.0329C116.719 83.3979 121.052 83.8533 124.504 84.383C128.686 85.0247 131.094 85.0645 135.212 86.0352C138.477 86.8048 140.402 87.4039 142.382 88.4253C144.736 89.6394 146.685 91.6847 148.023 93.9704C149.705 96.8442 149.322 98.723 149.362 101.714C149.401 104.706 148.81 107.732 146.78 110.821C145.171 113.271 143.694 114.28 141.287 115.924L141.235 115.96C138.048 118.137 137.124 118.604 133.204 119.952C129.404 121.258 126.837 121.477 123.018 121.409C119.517 121.347 107.081 119.762 97.8303 118.744C88.5799 117.726 81.908 121.007 71.6346 121.218C68.7603 121.277 65.3532 121.291 64.273 121.218C61.1509 121.005 58.5892 119.937 56.5409 119.115C54.333 118.228 52.9905 117.956 50.8885 116.841C49.4075 116.056 48.5534 115.615 47.2552 114.555C45.7603 113.334 44.9299 112.555 43.909 110.917C42.4989 108.654 41.9692 107.057 41.9013 104.391C41.8272 101.484 42.6282 98.0528 43.0487 96.8386C43.8712 94.4637 45.2396 90.9628 48.1157 88.4253C51.1886 85.7143 55.8927 84.8284 57.7991 84.383C58.8399 84.1399 60.5511 83.7833 62.4933 83.5846C64.4355 83.3859 66.5448 83.3462 67.6609 83.3264Z" fill="%23F0F6F2" stroke="%23F0F6F2" stroke-width="0.382421" stroke-linecap="round" /> <path d="M91.8742 69.5494C91.6856 69.5397 91.5558 69.5353 91.5421 69.2778C91.5395 69.2303 91.5417 69.1883 91.5481 69.1514C91.4545 68.9343 91.609 68.8117 91.8885 68.8275C92.1149 68.8404 92.9037 68.7707 93.0247 69.0123C93.0374 69.0377 93.0608 69.1125 93.0843 69.2039C93.1689 69.2559 93.2307 69.3216 93.2408 69.4048C93.2479 69.4629 93.2078 69.5218 93.1542 69.5702C93.1601 69.6372 93.1568 69.6866 93.1383 69.6991C93.0541 69.7565 92.9121 69.7243 92.7792 69.671C92.7047 69.6493 92.6336 69.6112 92.5591 69.5836C92.5443 69.6105 92.5287 69.6367 92.512 69.6616C92.3509 69.9023 92.0808 69.7395 91.8742 69.5494Z" fill="%23E8B0B1" /> <path d="M92.4871 69.5433C92.3647 69.5518 91.9065 69.5519 92.0215 69.2893C92.1025 69.1043 92.6155 69.171 92.5757 69.399C92.5331 69.6433 92.1125 69.5673 91.9605 69.5548C91.726 69.5356 91.5578 69.5729 91.5421 69.2778C91.5121 68.7153 92.1468 68.9358 92.5009 69.018C92.6462 69.0517 93.2085 69.1384 93.2408 69.4048C93.2556 69.5262 93.065 69.6507 92.9748 69.6761C92.7813 69.7304 92.6344 69.5829 92.4538 69.5548C92.3681 69.5415 91.7379 69.6007 91.8303 69.3903C91.9616 69.0911 92.3724 68.8511 92.6616 68.9978C92.7727 69.0542 92.9021 69.0649 92.8085 69.1623C92.6767 69.2996 92.6173 69.5042 92.512 69.6616C92.2813 70.0063 91.827 69.5234 91.6557 69.3182C91.3893 68.9991 91.5438 68.808 91.8885 68.8275C92.1149 68.8404 92.9037 68.7707 93.0247 69.0123C93.0645 69.0918 93.2073 69.6521 93.1383 69.6991C92.9788 69.8077 92.6117 69.5952 92.4926 69.526C92.3632 69.4507 92.1762 69.3132 92.0825 69.1796C91.8189 68.8043 92.1621 69.2552 92.088 69.0238" stroke="%23646464" stroke-width="0.512021" stroke-linecap="round" /> <path d="M97.0548 69.5494C97.2644 69.5397 97.4086 69.5353 97.4238 69.2778C97.4266 69.2303 97.4242 69.1883 97.4171 69.1514C97.5211 68.9343 97.3495 68.8117 97.0389 68.8275C96.7874 68.8404 95.9109 68.7707 95.7765 69.0123C95.7623 69.0377 95.7364 69.1125 95.7102 69.2039C95.6162 69.2559 95.5475 69.3216 95.5363 69.4048C95.5285 69.4629 95.573 69.5218 95.6325 69.5702C95.626 69.6372 95.6297 69.6866 95.6502 69.6991C95.7438 69.7565 95.9016 69.7243 96.0493 69.671C96.132 69.6493 96.211 69.6112 96.2937 69.5836C96.3103 69.6105 96.3275 69.6367 96.3461 69.6616C96.5251 69.9023 96.8252 69.7395 97.0548 69.5494Z" fill="%23E8B0B1" /> <path d="M96.3738 69.5433C96.5098 69.5518 97.0188 69.5519 96.8911 69.2893C96.8012 69.1043 96.2311 69.171 96.2753 69.399C96.3227 69.6433 96.79 69.5673 96.9589 69.5548C97.2194 69.5356 97.4063 69.5729 97.4238 69.2778C97.4572 68.7153 96.7519 68.9358 96.3584 69.018C96.1971 69.0517 95.5723 69.1384 95.5363 69.4048C95.5199 69.5262 95.7317 69.6507 95.8319 69.6761C96.0469 69.7304 96.2101 69.5829 96.4108 69.5548C96.506 69.5415 97.2062 69.6007 97.1036 69.3903C96.9576 69.0911 96.5012 68.8511 96.1798 68.9978C96.0564 69.0542 95.9127 69.0649 96.0167 69.1623C96.1631 69.2996 96.2291 69.5042 96.3461 69.6616C96.6024 70.0063 97.1072 69.5234 97.2976 69.3182C97.5936 68.9991 97.4219 68.808 97.0389 68.8275C96.7874 68.8404 95.9109 68.7707 95.7765 69.0123C95.7322 69.0918 95.5735 69.6521 95.6502 69.6991C95.8274 69.8077 96.2354 69.5952 96.3677 69.526C96.5114 69.4507 96.7192 69.3132 96.8234 69.1796C97.1162 68.8043 96.7349 69.2552 96.8172 69.0238" stroke="%23646464" stroke-width="0.540558" stroke-linecap="round" /> <path d="M116.186 81.8279C99.2931 81.8279 99.2931 77.8125 94.5217 77.8125C90.653 77.8125 88.7187 81.8279 71.8254 81.8279" stroke="%23646464" stroke-width="3.08865" stroke-linecap="round" /> <path d="M37.8957 43.9076C21.5089 59.3478 30.284 74.0568 34.764 79.7065C34.8899 79.8654 34.9546 80.0672 34.9903 80.2668C36.4152 88.2332 76.1496 72.8095 75.5595 60.649C74.0937 30.4442 45.4583 37.3509 37.8957 43.9076Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> <path d="M151.205 44.1516C167.324 59.8717 158.297 74.4274 153.72 79.9991C153.591 80.1558 153.523 80.3565 153.484 80.5554C151.922 88.4961 112.459 72.3905 113.259 60.242C115.244 30.0669 143.757 37.4656 151.205 44.1516Z" fill="%23C7E3C8" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> <path d="M87.2812 59.9822C89.3379 64.7879 81.364 72.8098 69.471 77.8995C57.578 82.9893 35.3532 89.7891 33.2965 84.9834C31.2398 80.1777 40.8718 62.1795 62.0231 60.4964C73.9161 55.4067 85.2245 55.1765 87.2812 59.9822Z" fill="%23C7E3C8" /> <path d="M100.418 59.9814C98.3612 64.7871 106.335 72.809 118.228 77.8987C130.121 82.9885 153.042 92.4652 155.098 87.6594C157.155 82.8537 146.827 62.1787 125.676 60.4956C113.783 55.4059 102.475 55.1757 100.418 59.9814Z" fill="%23C7E3C8" /> <path d="M51.3522 57.7162C53.8371 57.7162 55.908 56.2242 55.908 59.2926C55.908 60.5209 52.8786 63.7852 52.0609 61.5555C50.5865 57.5353 56.313 56.5387 56.313 59.0892C56.313 60.7245 53.3955 61.9628 52.2887 60.6656C50.4842 58.5507 55.4841 56.8743 55.908 57.9196C56.7313 59.9496 51.5496 64.0687 50.9978 59.496C50.766 57.5748 53.3926 58.1561 54.5919 58.1738C61.7787 58.28 51.8078 66.1634 51.8078 60.4622" stroke="%23646464" stroke-width="1.61774" stroke-linecap="round" /> <path d="M138.726 57.7162C136.215 57.7162 134.123 56.2242 134.123 59.2926C134.123 60.5209 137.184 63.7852 138.01 61.5555C139.5 57.5353 133.714 56.5387 133.714 59.0892C133.714 60.7245 136.662 61.9628 137.78 60.6656C139.603 58.5507 134.551 56.8743 134.123 57.9196C133.291 59.9496 138.527 64.0687 139.084 59.496C139.319 57.5748 136.665 58.1561 135.453 58.1738C128.191 58.28 138.266 66.1634 138.266 60.4622" stroke="%23646464" stroke-width="1.61774" stroke-linecap="round" /> <path d="M70.7515 116.502C70.7515 116.502 93.8614 108.131 114.814 115.369C125.829 119.174 127.511 119.403 128.136 121.122C131.89 131.437 130.208 148.201 125.914 154.164C118.845 163.979 112.863 165.005 94.8814 165.005C76.9002 165.005 69.9683 162.928 62.7082 152.766C55.9156 143.258 55.2516 130.899 60.8302 121.122C63.1299 117.092 70.7515 116.502 70.7515 116.502Z" fill="%23F0F6F2" /> <path d="M75.3327 120.69C75.3327 120.69 92.9501 118.435 110.141 120.69C113.828 121.174 117.599 121.558 119.163 123.737C122.15 127.899 117.371 132.637 113.006 135.318C108.739 137.939 102.001 140.184 94.5351 140.256C86.7925 140.329 80.5143 138.122 75.3327 135.318C70.7876 132.859 65.9227 127.938 68.9319 123.737C70.5439 121.487 75.3327 120.69 75.3327 120.69Z" fill="black" fill-opacity="0.05" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img03 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M83.7103 60.4365L81.3645 66.8529C81.1607 67.4104 80.5035 67.6493 79.9892 67.353L76.1882 65.1626C75.7206 64.8931 75.1227 65.0639 74.868 65.5398L72.4536 70.0509C72.1127 70.6877 71.2159 70.7311 70.8152 70.13L66.9509 64.3335C66.4262 63.5465 65.1993 63.9179 65.1993 64.8639V73.9594C65.1993 74.6375 64.5131 75.1 63.8846 74.8456L58.9882 72.8638C58.2494 72.5647 57.4905 73.248 57.7107 74.014L59.208 79.2248C59.3836 79.8358 58.9249 80.4449 58.2891 80.4449H49.8069C49.2789 80.4449 48.8508 80.8729 48.8508 81.4009V89.0493C48.8508 89.5774 48.4228 90.0054 47.8948 90.0054H36.8165C36.0096 90.0054 35.5656 90.9434 36.077 91.5675L44.5783 101.941C44.9258 102.365 44.8463 102.993 44.4042 103.318L37.3176 108.514C36.9188 108.807 36.8088 109.355 37.0641 109.779L40.5626 115.585C40.8541 116.069 40.6648 116.699 40.1547 116.941L34.5969 119.588C33.9267 119.907 33.86 120.835 34.4776 121.247L39.565 124.638C40.2112 125.069 40.1012 126.05 39.3755 126.327L30.8737 129.572C30.0597 129.883 30.0516 131.031 30.861 131.353L37.2863 133.911C37.866 134.142 38.0729 134.857 37.7059 135.362L34.1802 140.209C33.7207 140.841 34.1721 141.728 34.9534 141.728H36.7136C37.4627 141.728 37.9208 142.55 37.5265 143.187L30.748 154.137C30.3312 154.81 30.8668 155.67 31.6548 155.592L43.5301 154.419C44.2712 154.346 44.8078 155.11 44.4867 155.782L41.7605 161.488C41.4573 162.123 41.9199 162.857 42.6232 162.857H46.3651C46.8931 162.857 47.3211 163.285 47.3211 163.813V168.784C47.3211 169.312 47.7492 169.74 48.2772 169.74H51.719C52.247 169.74 52.675 170.168 52.675 170.696V176.815C52.675 177.343 53.1031 177.771 53.6311 177.771H57.1685H62.2356H66.6825C67.0597 177.771 67.4017 177.993 67.5555 178.337L69.3855 182.437C69.5657 182.84 69.9992 183.068 70.4337 182.987L80.6837 181.076C80.8729 181.04 81.0684 181.063 81.2446 181.141L89.0994 184.604C89.5379 184.797 90.0518 184.636 90.3013 184.227L91.5688 182.148C91.9074 181.593 92.6898 181.53 93.1122 182.025L95.1107 184.366C95.3985 184.703 95.8803 184.798 96.2746 184.596L98.9336 183.23C99.0687 183.161 99.2184 183.125 99.3703 183.125H104.824C105.153 183.125 105.46 182.955 105.634 182.676L108.221 178.537C108.49 178.107 109.047 177.962 109.492 178.206L117.293 182.489C117.814 182.775 118.451 182.398 118.451 181.804C118.451 181.372 118.802 181.022 119.233 181.022H127.438H130.02C130.548 181.022 130.976 180.594 130.976 180.066V175.189C130.976 174.562 131.57 174.104 132.177 174.265L144.211 177.453C144.818 177.614 145.412 177.156 145.412 176.529V169.631C145.412 169.148 145.773 168.74 146.253 168.682L151.202 168.08C151.84 168.002 152.222 167.329 151.959 166.741L150.144 162.672C149.914 162.156 150.179 161.554 150.715 161.376L158.472 158.79C159.227 158.539 159.362 157.529 158.7 157.088L151.186 152.078C150.553 151.656 150.642 150.701 151.341 150.403L155.692 148.547C156.284 148.294 156.462 147.54 156.046 147.049L152.867 143.302C152.34 142.681 152.781 141.728 153.596 141.728H156.141C156.988 141.728 157.417 140.708 156.825 140.103L150.573 133.714C150.137 133.269 150.237 132.532 150.775 132.219L157.667 128.205C158.091 127.958 158.259 127.429 158.055 126.982L154.112 118.34C153.991 118.076 153.997 117.771 154.128 117.512L158.088 109.677C158.281 109.295 158.196 108.831 157.88 108.541L152.084 103.228C151.759 102.93 151.68 102.449 151.892 102.063L154.319 97.6367C154.574 97.1718 154.402 96.5881 153.935 96.336L148.317 93.2992C147.953 93.1024 147.757 92.6936 147.831 92.2864L149.532 82.9749C149.631 82.4327 149.252 81.9193 148.705 81.8539L135.227 80.2433C134.804 80.1928 134.466 79.8689 134.397 79.4488L132.667 68.9084C132.579 68.3704 132.06 68.015 131.526 68.1279L120.94 70.3687C120.24 70.5169 119.631 69.872 119.82 69.1819L121.424 63.2991C121.642 62.5006 120.811 61.8214 120.072 62.1937L109.461 67.5373C109.027 67.7558 108.498 67.6143 108.232 67.2085L104.83 62.0325C104.539 61.5892 103.942 61.4678 103.501 61.7621L99.7348 64.2729C99.3817 64.5083 98.9157 64.4828 98.5905 64.2103L96.0894 62.1148C95.7941 61.8673 95.379 61.8214 95.0366 61.9983L90.4863 64.3493C90.1165 64.5403 89.6657 64.4702 89.3714 64.1759L85.2843 60.0888C84.7902 59.5947 83.9502 59.7803 83.7103 60.4365Z" fill="%23C8AFA3" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> <path d="M98.8971 81.1426C112.926 81.401 123.853 86.8283 131.187 96.2146C138.446 105.504 142.028 118.467 141.903 133.636C144.564 148.258 143.558 159.036 135.95 166.315C128.499 173.444 115.181 176.692 94.8706 177.892L94.7435 177.9L94.6176 177.891C85.2632 177.221 77.8461 176.219 72.0056 174.588C66.1513 172.953 61.7474 170.649 58.5549 167.287C55.352 163.913 53.5389 159.654 52.5373 154.432C51.5422 149.243 51.3258 142.977 51.4028 135.477C51.5572 120.441 53.533 107.196 60.5486 97.5104C67.6551 87.6998 79.6236 81.9348 98.7808 81.1444L98.8385 81.1416L98.8971 81.1426Z" fill="%23F6EBDB" stroke="%23646464" stroke-width="3.88257" /> <path d="M78.2019 110.578C78.2169 110.479 78.2925 110.197 78.2346 110.279C77.9966 110.616 78.7233 111.237 78.7706 110.969C78.7818 110.905 78.8629 110.638 78.8184 110.57C78.7536 110.472 78.3843 110.379 78.2936 110.433C78.0364 110.589 78.4371 111.058 78.6656 110.909C78.8541 110.785 79.4748 110.029 79.0932 109.971" stroke="%236A6767" stroke-width="3.07835" stroke-linecap="round" /> <path d="M97.7358 114.226C97.7325 114.113 97.6806 114 97.597 113.892C97.5277 113.943 97.4572 113.993 97.3851 114.04C97.3291 114.077 97.2542 114.078 97.2393 114.151C97.0772 114.949 96.8598 115.633 96.4166 116.332C96.1064 116.822 95.6282 117.713 95.0478 117.915C93.7635 118.362 92.1066 117.771 91.7043 116.408C91.3882 115.337 91.9264 114.166 92.5681 113.318C93.0661 112.659 93.7931 112.62 94.5653 112.669C95.1319 112.705 95.7224 112.805 96.2489 113.025C96.5757 113.162 97.2941 113.499 97.597 113.892C97.9961 113.596 98.3539 113.238 98.7392 112.927C99.0407 112.684 99.2492 112.684 99.6325 112.619C100.152 112.532 100.691 112.4 101.218 112.372C102.949 112.279 104.826 114.456 104.252 116.158C104.084 116.656 103.676 117.03 103.272 117.332C103.076 117.478 102.818 117.804 102.55 117.787C102.304 117.77 102.081 117.79 101.837 117.808C101.552 117.828 101.231 117.732 100.952 117.689C100.472 117.617 99.9503 117.586 99.5093 117.366C98.2685 116.745 98.261 115.434 97.7358 114.226Z" fill="%23E4C8BA" stroke="%236A6767" stroke-width="1.7444" stroke-linecap="round" /> <path d="M97.0165 111.795C97.237 111.828 97.4431 111.806 97.1022 111.92C96.8234 112.015 97.3264 112.012 97.423 111.985C97.7309 111.901 96.9698 111.864 97.0131 111.923C97.1138 112.06 97.4438 111.94 97.5732 111.952C97.6987 111.963 96.1832 111.57 96.2906 111.902C96.3671 112.139 97.773 112.224 97.9773 112.158" stroke="%23E4C8BA" stroke-width="1.7444" stroke-linecap="round" /> <path d="M91.6118 113.495C90.5839 113.339 89.5199 113.077 88.4798 113.092" stroke="%23E4C8BA" stroke-width="0.820893" stroke-linecap="round" /> <path d="M91.0744 115.15C90.0256 114.991 88.8478 115.684 87.714 116.093" stroke="%23E4C8BA" stroke-width="0.820893" stroke-linecap="round" /> <path d="M103.738 113.257C104.696 112.809 105.649 112.794 106.499 112.663" stroke="%23E4C8BA" stroke-width="0.820893" stroke-linecap="round" /> <path d="M104.879 114.451C105.72 114.6 106.685 114.726 107.44 115.15" stroke="%23E4C8BA" stroke-width="0.820893" stroke-linecap="round" /> <path d="M115.494 109.745L116.035 109.827" stroke="%236A6767" stroke-width="3.07835" stroke-linecap="round" /> <path d="M115.97 108.622C115.815 108.599 115.97 108.831 115.794 108.84C115.756 108.841 115.428 108.93 115.502 108.955C115.599 108.988 115.825 109.038 115.913 108.982C116.168 108.819 115.952 108.619 115.722 108.584C115.602 108.566 115.348 108.746 115.325 108.862C115.281 109.076 115.282 109.249 115.521 109.351C115.754 109.449 116.035 109.485 116.198 109.275C116.556 108.81 116.001 108.408 115.54 108.455C115.429 108.467 115.096 108.541 115.051 108.671C115.006 108.801 114.871 109.538 115.016 109.56" stroke="%236A6767" stroke-width="0.820893" stroke-linecap="round" /> <path d="M114.41 109.701C114.389 109.841 114.364 109.967 114.387 110.108C114.411 110.252 114.497 110.388 114.575 110.508C114.64 110.609 114.731 110.688 114.81 110.777C114.947 110.93 115.089 111.016 115.263 111.123C115.388 111.2 115.52 111.272 115.656 111.328C115.948 111.447 116.296 111.37 116.572 111.236C116.709 111.17 116.822 111.066 116.945 110.981C116.993 110.947 117.039 110.918 117.079 110.875C117.129 110.819 117.175 110.766 117.217 110.703C117.396 110.436 117.38 110.026 117.222 109.756C117.159 109.647 117.073 109.521 116.967 109.449C116.899 109.403 116.791 109.406 116.712 109.394" stroke="%236A6767" stroke-width="0.820893" stroke-linecap="round" /> <path d="M68.242 82.5494C66.9374 81.8566 64.8512 81.8536 63.6366 82.9494C62.3641 84.0973 60.7506 86.6913 60.6289 88.9981C60.5548 90.4033 61.2466 92.2813 61.7933 93.5247C62.1579 94.3539 62.8943 94.6742 63.6279 94.366C64.292 94.087 65.1046 93.7177 65.7209 93.3487C67.5221 92.27 69.6915 89.9683 70.9501 88.5382C71.5929 87.8079 71.8532 86.6469 71.428 85.8131C70.9046 84.7869 69.9424 83.4524 68.242 82.5494Z" fill="%23E4C8BA" stroke="%236A6767" stroke-width="3.53127" /> <path d="M124.372 81.7017C125.703 81.1271 127.786 81.3112 128.951 82.5137C130.173 83.7735 131.673 86.5072 131.696 88.8206C131.71 90.213 130.958 91.9993 130.362 93.1916C129.952 94.0124 129.194 94.2828 128.48 93.9122C127.828 93.5738 127.03 93.1311 126.429 92.7063C124.662 91.458 122.575 88.9351 121.384 87.3983C120.792 86.6329 120.594 85.4606 121.062 84.6575C121.63 83.6826 122.646 82.4464 124.372 81.7017Z" fill="%23E4C8BA" stroke="%236A6767" stroke-width="3.53127" /> <path d="M63.6691 136.922C64.0958 136.151 64.4717 135.773 64.8831 135.637C65.2806 135.506 66.0212 135.503 67.4146 136.274C68.7908 137.035 69.8197 138.009 70.3919 138.919C70.9865 139.865 70.9681 140.515 70.78 140.855C70.5917 141.195 70.0518 141.555 68.9347 141.554C67.8595 141.553 66.4876 141.199 65.1114 140.438C63.7181 139.668 63.3267 139.039 63.2265 138.632C63.1229 138.212 63.2427 137.693 63.6691 136.922Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.10332" /> <path d="M129.935 136.827C129.666 135.988 129.371 135.544 128.993 135.331C128.629 135.125 127.903 134.979 126.386 135.464C124.889 135.943 123.69 136.699 122.952 137.48C122.185 138.293 122.077 138.933 122.195 139.304C122.314 139.674 122.773 140.132 123.869 140.348C124.924 140.556 126.339 140.476 127.837 139.996C129.353 139.511 129.859 138.97 130.036 138.591C130.22 138.199 130.203 137.667 129.935 136.827Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.10332" /> <path d="M118.761 175.856C119.657 176.09 120.221 176.062 120.641 175.768C121.092 175.452 121.633 174.655 121.968 172.643C122.299 170.661 122.209 168.818 121.842 167.461C121.452 166.02 120.875 165.497 120.503 165.4C120.131 165.303 119.435 165.493 118.617 166.619C117.847 167.68 117.177 169.325 116.847 171.307C116.512 173.319 116.753 174.321 117.066 174.835C117.357 175.314 117.864 175.622 118.761 175.856Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.10332" /> <path d="M75.8502 176.641C75.0547 176.849 74.5775 176.808 74.2098 176.524C73.7884 176.2 73.2715 175.379 72.9338 173.352C72.6017 171.36 72.6606 169.513 72.9833 168.159C73.1451 167.48 73.3609 166.976 73.5848 166.644C73.8045 166.318 73.9885 166.216 74.1078 166.185C74.2271 166.154 74.4279 166.156 74.7329 166.344C75.0442 166.537 75.4039 166.891 75.769 167.432C76.4975 168.512 77.1402 170.176 77.4723 172.168C77.81 174.195 77.5982 175.206 77.3157 175.714C77.0692 176.158 76.6454 176.434 75.8502 176.641Z" fill="%23E4C8BA" stroke="%23646464" stroke-width="2.10332" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img04 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M138.294 96.7339C100.447 89.8229 98.0293 124.302 101.551 142.405C102.466 150.923 94.6363 160.506 99.4314 163.448C111.674 170.961 122.66 156.092 124.607 146.974C125.554 145.827 130.667 148.076 137.182 143.9C164.759 120.905 152.029 99.242 138.294 96.7339Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.82421" /> <path d="M125.806 138.914C124.243 136.98 122.07 134.293 119.858 131.494C118.655 129.972 118.281 128.859 118.046 127.389C117.714 125.302 118.451 122.471 119.552 119.414C120.664 116.331 123.022 114.023 124.855 112.239C126.917 110.232 129.188 109.536 131.151 109.211C133.052 108.896 135.863 110.176 137.581 111.227C138.658 111.886 139.275 112.885 139.778 113.942C140.254 114.942 139.96 116.466 138.897 118.641C136.806 122.917 133.017 124.107 131.803 124.233C131.021 124.012 130.12 123.527 129.175 122.732C128.692 122.262 128.204 121.658 127.701 121.036" stroke="%23F7FBF8" stroke-width="2.86816" stroke-linecap="round" /> <path d="M56.9342 57.8892C54.1169 54.8623 50.974 50.2844 49.4839 51.2638C47.9228 52.2898 47.3458 58.516 48.6265 63.4072C49.6519 67.323 52.7622 74.3673 53.9328 76.9583C54.22 77.594 54.727 78.0306 55.3346 78.1463C56.4282 78.3546 58.2233 78.6381 59.3897 78.5196C62.0271 78.2516 64.529 75.6154 65.8557 73.9624C66.4836 73.1802 66.5928 72.0554 66.1587 71.1842C64.8992 68.6559 61.8742 63.1967 56.9342 57.8892Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.70638" /> <path d="M101.564 57.8892C104.381 54.8623 107.524 50.2844 109.014 51.2638C110.575 52.2898 111.152 58.516 109.871 63.4072C108.846 67.323 105.736 74.3673 104.565 76.9583C104.278 77.594 103.771 78.0306 103.163 78.1463C102.07 78.3546 100.275 78.6381 99.1083 78.5196C96.4709 78.2516 93.9691 75.6154 92.6423 73.9624C92.0145 73.1802 91.9052 72.0554 92.3393 71.1842C93.5988 68.6559 96.6238 63.1967 101.564 57.8892Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.70638" /> <path d="M80.8517 67.4C108.16 67.7755 119.558 88.8162 123.26 101.66C126.649 103.412 128.301 106.872 128.313 110.771C128.325 114.948 126.501 119.748 122.955 124.234C115.819 133.262 101.52 141.309 79.3132 141.309C59.0347 141.309 44.7035 133.58 37.2053 124.784C33.4771 120.41 31.3495 115.658 31.21 111.396C31.076 107.302 32.8063 103.692 36.514 101.68C39.7137 91.4506 43.8261 82.8113 50.5972 76.7565C57.6019 70.4927 67.1979 67.2123 80.8517 67.4Z" fill="%23F7FBF8" stroke="%23676564" stroke-width="3.82527" /> <path d="M56.937 161.115C60.7276 161.351 63.0939 162.281 64.5669 163.347C65.3025 163.879 65.7893 164.428 66.106 164.897C66.2631 165.13 66.3756 165.339 66.4546 165.511C66.494 165.596 66.5251 165.672 66.5493 165.737C66.5614 165.77 66.5717 165.8 66.5806 165.826C66.585 165.84 66.5896 165.852 66.5933 165.864C66.595 165.87 66.5965 165.876 66.5981 165.881C66.599 165.884 66.5993 165.887 66.6001 165.89C66.6005 165.891 66.6019 165.893 66.6021 165.894C66.6019 165.896 66.565 165.908 64.7681 166.438L66.603 165.897L66.6421 166.029L66.6616 166.166V166.169C66.6619 166.171 66.663 166.175 66.6636 166.179C66.6647 166.187 66.6664 166.198 66.6685 166.213C66.6727 166.243 66.6782 166.286 66.686 166.342C66.7017 166.454 66.7251 166.617 66.7524 166.818C66.807 167.222 66.8812 167.785 66.9595 168.427C67.1147 169.699 67.2914 171.326 67.3608 172.628C67.4267 173.862 67.4642 175.415 67.4849 176.645C67.4953 177.262 67.5016 177.805 67.5054 178.192C67.5061 178.268 67.5058 178.339 67.5063 178.402C67.5654 178.54 67.6342 178.704 67.6997 178.888C67.8625 179.343 68.1245 180.195 68.0366 181.066C67.9087 182.333 67.1037 183.17 66.4185 183.657C65.7291 184.148 64.9261 184.463 64.2603 184.67C63.5738 184.883 62.9122 185.019 62.4331 185.1C62.1905 185.141 61.9872 185.169 61.8413 185.188C61.7684 185.197 61.7094 185.204 61.6665 185.209C61.645 185.211 61.6269 185.213 61.6138 185.214C61.6073 185.215 61.6015 185.215 61.5972 185.216C61.5953 185.216 61.5937 185.217 61.5923 185.217H61.5884L61.4028 183.313L61.5874 185.217L61.5425 185.222L61.4966 185.224H61.4888C61.4841 185.224 61.4767 185.224 61.4683 185.225C61.4514 185.225 61.427 185.227 61.396 185.229C61.3335 185.231 61.2432 185.235 61.1284 185.239C60.8985 185.248 60.5701 185.258 60.1714 185.268C59.3757 185.286 58.2903 185.3 57.1431 185.274C56.0037 185.249 54.7631 185.186 53.6704 185.046C53.1245 184.976 52.5807 184.882 52.0874 184.753C51.6227 184.631 51.0677 184.444 50.5884 184.124C48.7951 182.929 47.7777 181.507 47.2837 179.788C46.8334 178.221 46.8526 176.478 46.8589 174.82C46.8655 173.096 47.018 170.934 47.1636 169.238C47.237 168.383 47.3101 167.631 47.3647 167.094C47.3921 166.825 47.4141 166.609 47.4302 166.46C47.4382 166.386 47.4453 166.328 47.4497 166.288C47.4519 166.268 47.4534 166.253 47.4546 166.242C47.4551 166.237 47.4553 166.233 47.4556 166.23C47.4557 166.229 47.4555 166.227 47.4556 166.227L47.4565 166.226L47.4937 165.891L47.6431 165.589L49.3569 166.438C47.6432 165.589 47.6435 165.588 47.644 165.587L47.645 165.585C47.6458 165.583 47.6471 165.582 47.6479 165.58L47.6655 165.545C47.6752 165.526 47.6867 165.504 47.7007 165.479C47.7286 165.427 47.7657 165.362 47.812 165.286C47.9044 165.134 48.0356 164.933 48.2095 164.703C48.5566 164.244 49.0822 163.655 49.8228 163.085C51.3355 161.921 53.6528 160.911 56.937 161.115Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.82527" /> <path d="M101.772 161.115C97.9817 161.351 95.6154 162.281 94.1423 163.347C93.4067 163.879 92.9199 164.428 92.6033 164.897C92.4462 165.13 92.3336 165.339 92.2546 165.511C92.2153 165.596 92.1841 165.672 92.1599 165.737C92.1478 165.77 92.1375 165.8 92.1287 165.826C92.1242 165.84 92.1197 165.852 92.116 165.864C92.1142 165.87 92.1127 165.876 92.1111 165.881C92.1102 165.884 92.1099 165.887 92.1091 165.89C92.1087 165.891 92.1074 165.893 92.1072 165.894C92.1074 165.896 92.1442 165.908 93.9412 166.438L92.1062 165.897L92.0671 166.029L92.0476 166.166V166.169C92.0473 166.171 92.0462 166.175 92.0457 166.179C92.0445 166.187 92.0429 166.198 92.0408 166.213C92.0365 166.243 92.031 166.286 92.0232 166.342C92.0075 166.454 91.9841 166.617 91.9568 166.818C91.9022 167.222 91.8281 167.785 91.7498 168.427C91.5945 169.699 91.4178 171.326 91.3484 172.628C91.2826 173.862 91.2451 175.415 91.2244 176.645C91.214 177.262 91.2076 177.805 91.2039 178.192C91.2031 178.268 91.2034 178.339 91.2029 178.402C91.1438 178.54 91.075 178.704 91.0095 178.888C90.8468 179.343 90.5847 180.195 90.6726 181.066C90.8005 182.333 91.6056 183.17 92.2908 183.657C92.9801 184.148 93.7832 184.463 94.449 184.67C95.1354 184.883 95.797 185.019 96.2761 185.1C96.5187 185.141 96.722 185.169 96.8679 185.188C96.9408 185.197 96.9999 185.204 97.0427 185.209C97.0642 185.211 97.0823 185.213 97.0955 185.214C97.1019 185.215 97.1077 185.215 97.1121 185.216C97.1139 185.216 97.1155 185.217 97.1169 185.217H97.1208L97.3064 183.313L97.1218 185.217L97.1667 185.222L97.2126 185.224H97.2205C97.2251 185.224 97.2325 185.224 97.241 185.225C97.2578 185.225 97.2822 185.227 97.3132 185.229C97.3757 185.231 97.4661 185.235 97.5808 185.239C97.8107 185.248 98.1391 185.258 98.5378 185.268C99.3335 185.286 100.419 185.3 101.566 185.274C102.706 185.249 103.946 185.186 105.039 185.046C105.585 184.976 106.129 184.882 106.622 184.753C107.086 184.631 107.642 184.444 108.121 184.124C109.914 182.929 110.932 181.507 111.426 179.788C111.876 178.221 111.857 176.478 111.85 174.82C111.844 173.096 111.691 170.934 111.546 169.238C111.472 168.383 111.399 167.631 111.344 167.094C111.317 166.825 111.295 166.609 111.279 166.46C111.271 166.386 111.264 166.328 111.26 166.288C111.257 166.268 111.256 166.253 111.255 166.242C111.254 166.237 111.254 166.233 111.254 166.23C111.254 166.229 111.254 166.227 111.254 166.227L111.253 166.226L111.216 165.891L111.066 165.589L109.352 166.438C111.066 165.589 111.066 165.588 111.065 165.587L111.064 165.585C111.063 165.583 111.062 165.582 111.061 165.58L111.044 165.545C111.034 165.526 111.023 165.504 111.009 165.479C110.981 165.427 110.943 165.362 110.897 165.286C110.805 165.134 110.674 164.933 110.5 164.703C110.153 164.244 109.627 163.655 108.886 163.085C107.374 161.921 105.056 160.911 101.772 161.115Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.82527" /> <path d="M62.281 130.792C63.4175 131.876 64.1725 133.266 64.6493 134.802C65.1221 136.325 65.0663 137.655 64.5961 138.922C64.1743 140.058 63.4265 141.089 62.7828 141.999C61.9127 143.231 60.7598 144.455 59.557 145.681C58.3209 146.94 57.0178 148.216 55.6779 149.672C54.1631 151.318 52.4082 153.66 51.0048 155.638C50.3097 156.618 49.7127 157.491 49.2898 158.119C49.116 158.377 48.9714 158.593 48.8622 158.757C48.8278 158.986 48.7785 159.279 48.7001 159.603C48.5309 160.302 48.1856 161.387 47.4491 162.259C46.1386 163.811 44.2482 164.713 42.3957 164.988C40.5573 165.261 38.5005 164.949 36.9239 163.723C35.7025 162.773 34.6451 161.806 34.0923 160.461C33.5375 159.11 33.6137 157.679 33.829 156.138C34.682 150.032 39.0524 143.75 42.9218 139.184C44.8946 136.856 46.814 134.886 48.2396 133.498C48.9531 132.804 49.5452 132.253 49.9615 131.873C50.1696 131.683 50.3341 131.536 50.4478 131.435C50.5045 131.385 50.5486 131.346 50.5793 131.319C50.5947 131.306 50.6073 131.295 50.6158 131.287C50.6198 131.284 50.6232 131.281 50.6256 131.279C50.6267 131.278 50.6274 131.277 50.6281 131.276L50.6302 131.275C50.6339 131.279 50.6939 131.348 51.7258 132.542L50.6308 131.275L50.6908 131.223L50.7552 131.176L51.8814 132.722C50.7553 131.176 50.7555 131.175 50.7558 131.175L50.7565 131.174L50.7585 131.173C50.7597 131.173 50.7609 131.171 50.7624 131.17L50.9503 131.038C51.0646 130.96 51.2264 130.851 51.4261 130.724C51.8235 130.472 52.3853 130.137 53.0359 129.812C54.2186 129.223 56.1508 128.429 57.9868 128.727C59.6831 129.001 61.1304 129.695 62.281 130.792Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.82527" /> <path d="M97.0288 130.792C95.8923 131.876 95.1373 133.266 94.6605 134.802C94.1877 136.325 94.2436 137.655 94.7137 138.922C95.1355 140.058 95.8833 141.089 96.527 141.999C97.3971 143.231 98.5501 144.455 99.7528 145.681C100.989 146.94 102.292 148.216 103.632 149.672C105.147 151.318 106.902 153.66 108.305 155.638C109 156.618 109.597 157.491 110.02 158.119C110.194 158.377 110.338 158.593 110.448 158.757C110.482 158.986 110.531 159.279 110.61 159.603C110.779 160.302 111.124 161.387 111.861 162.259C113.171 163.811 115.062 164.713 116.914 164.988C118.753 165.261 120.809 164.949 122.386 163.723C123.607 162.773 124.665 161.806 125.218 160.461C125.772 159.11 125.696 157.679 125.481 156.138C124.628 150.032 120.257 143.75 116.388 139.184C114.415 136.856 112.496 134.886 111.07 133.498C110.357 132.804 109.765 132.253 109.348 131.873C109.14 131.683 108.976 131.536 108.862 131.435C108.805 131.385 108.761 131.346 108.731 131.319C108.715 131.306 108.703 131.295 108.694 131.287C108.69 131.284 108.687 131.281 108.684 131.279C108.683 131.278 108.682 131.277 108.682 131.276L108.68 131.275C108.676 131.279 108.616 131.348 107.584 132.542L108.679 131.275L108.619 131.223L108.555 131.176L107.428 132.722C108.555 131.176 108.554 131.175 108.554 131.175L108.553 131.174L108.551 131.173C108.55 131.173 108.549 131.171 108.547 131.17L108.36 131.038C108.245 130.96 108.083 130.851 107.884 130.724C107.486 130.472 106.925 130.137 106.274 129.812C105.091 129.223 103.159 128.429 101.323 128.727C99.6267 129.001 98.1794 129.695 97.0288 130.792Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.82527" /> <path d="M50.9194 131.01C52.3349 129.96 54.7242 128.832 57.395 130.083C64.9389 133.617 74.2162 135.226 82.7104 135.131C91.2815 135.035 98.6539 133.212 102.605 130.279C103.866 129.343 105.277 129.488 106.303 129.857C107.303 130.217 108.213 130.869 108.917 131.463C109.645 132.076 110.276 132.734 110.718 133.227C110.942 133.475 111.123 133.688 111.25 133.842C111.313 133.919 111.363 133.982 111.399 134.026C111.416 134.048 111.431 134.066 111.441 134.079C111.446 134.086 111.45 134.092 111.454 134.096C111.455 134.098 111.457 134.099 111.458 134.101L111.459 134.104H111.46C111.461 134.104 111.461 134.104 110.141 135.129L111.46 134.104L111.621 134.311L111.719 134.552L109.95 135.277C111.708 134.556 111.72 134.552 111.72 134.552L111.721 134.555C111.722 134.556 111.723 134.559 111.724 134.562C111.727 134.569 111.73 134.578 111.735 134.589C111.744 134.612 111.759 134.647 111.777 134.691C111.813 134.78 111.865 134.911 111.931 135.078C112.065 135.413 112.256 135.897 112.487 136.498C112.949 137.7 113.575 139.376 114.228 141.268C115.518 145.006 116.973 149.753 117.425 153.371C118.519 162.123 115.296 168.938 111.084 172.042C107.402 174.756 102.119 176.005 96.4478 176.622C90.724 177.245 84.2646 177.253 78.0327 177.253C73.1488 177.253 66.9951 176.663 61.5728 175.641C58.8601 175.129 56.2886 174.503 54.1284 173.771C52.0282 173.059 50.096 172.177 48.853 171.053C44.9364 167.511 42.1681 161.765 42.5464 154.595C42.7525 150.688 44.2518 145.42 45.6235 141.277C46.32 139.174 47.0037 137.303 47.5132 135.957C47.7681 135.284 47.9808 134.74 48.1294 134.364C48.2036 134.176 48.262 134.03 48.3022 133.93C48.3222 133.88 48.3375 133.842 48.3481 133.815C48.3534 133.802 48.358 133.792 48.3608 133.785C48.3623 133.782 48.3639 133.778 48.3647 133.776L48.3657 133.774V133.773L48.4448 133.58L48.563 133.409L50.1362 134.497C48.6408 133.463 48.5672 133.411 48.564 133.408L48.5649 133.407C48.5655 133.406 48.5662 133.405 48.5669 133.404C48.5682 133.402 48.5691 133.4 48.5708 133.397C48.5744 133.392 48.5794 133.386 48.5845 133.379C48.5946 133.365 48.6075 133.346 48.6235 133.324C48.6557 133.28 48.7001 133.22 48.7554 133.148C48.8657 133.005 49.022 132.81 49.2202 132.585C49.6119 132.14 50.1908 131.55 50.9194 131.01Z" fill="%23F8CBB8" stroke="%23676564" stroke-width="3.82527" /> <path d="M125.194 108.287C125.194 119.76 119.42 137.722 79.3119 139.5C42.5575 137.53 33.0306 122.15 34.7516 108.287C52.1621 123.404 59.1814 126.186 79.3125 127.002C100.643 127.866 110.261 125.739 125.194 108.287Z" fill="%23F7FBF8" /> <path d="M61.4178 111.256C59.3974 111.183 57.7507 110.095 57.6744 112.208C57.6439 113.054 60.0258 115.391 60.7461 113.88C62.0449 111.154 57.4137 110.3 57.3502 112.056C57.3095 113.183 59.6508 114.121 60.583 113.26C62.1028 111.857 58.0792 110.555 57.7086 111.263C56.9887 112.637 61.0993 115.626 61.6616 112.493C61.8979 111.176 59.7479 111.499 58.7723 111.476C52.9263 111.338 60.8373 117.061 60.9791 113.134" stroke="%23646464" stroke-width="1.5103" stroke-linecap="round" /> <path d="M102.146 110.716C100.125 110.643 98.4788 109.555 98.4024 111.668C98.3719 112.514 100.754 114.851 101.474 113.34C102.773 110.614 98.1417 109.76 98.0782 111.516C98.0376 112.642 100.379 113.581 101.311 112.72C102.831 111.317 98.8073 110.015 98.4366 110.723C97.7167 112.097 101.827 115.086 102.39 111.953C102.626 110.636 100.476 110.959 99.5004 110.936C93.6543 110.798 101.565 116.521 101.707 112.594" stroke="%23646464" stroke-width="1.5103" stroke-linecap="round" /> <path d="M80.0415 116.89C79.855 116.903 79.1568 116.903 79.332 116.519C79.4554 116.248 80.2373 116.345 80.1767 116.679C80.1117 117.037 79.4707 116.925 79.2391 116.907C78.8817 116.879 78.6253 116.934 78.6013 116.502C78.5556 115.679 79.523 116.001 80.0626 116.122C80.284 116.171 81.141 116.298 81.1903 116.688C81.2128 116.865 80.9223 117.047 80.7848 117.085C80.4899 117.164 80.2661 116.948 79.9908 116.907C79.8603 116.888 78.8998 116.974 79.0406 116.666C79.2408 116.228 79.8668 115.877 80.3076 116.092C80.4769 116.174 80.6741 116.19 80.5314 116.333C80.3306 116.534 80.2401 116.833 80.0795 117.063C79.728 117.568 79.0356 116.861 78.7745 116.561C78.3685 116.094 78.6039 115.814 79.1293 115.843C79.4743 115.862 80.6765 115.76 80.8609 116.113C80.9216 116.23 81.1392 117.05 81.034 117.118C80.791 117.277 80.2314 116.966 80.05 116.865C79.8528 116.755 79.5678 116.553 79.4249 116.358C79.0233 115.809 79.5462 116.469 79.4334 116.13" stroke="%23646464" stroke-width="1.02007" stroke-linecap="round" /> <path d="M63.7955 134.473C63.7955 134.473 78.2776 133.693 92.9371 133.693C97.077 133.693 99.6231 134.123 100.228 135.212C105.593 144.879 103.118 156.286 100.278 160.389C95.603 167.144 91.6464 167.849 79.7542 167.849C67.862 167.849 63.2775 166.42 58.4759 159.427C53.9835 152.884 54.7865 141.201 58.476 134.473C59.9969 131.699 63.7955 134.473 63.7955 134.473Z" fill="%23F7FBF8" /> <path d="M78.8237 115.267C78.0589 108.995 61.9972 84.1951 53.7751 76.451C62.284 69.7588 74.2347 69.1531 78.8237 69.2807C91.0612 68.6113 100.717 73.7104 104.064 76.451C92.6674 81.0401 84.0501 106.822 81.0226 115.267H78.8237Z" fill="%23F8CBB8" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img05 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="189" height="190" viewBox="0 0 189 190" fill="none"><g clip-path="url(%23clip0_1098_986)" > <path d="M36.7566 18.3696C28.4339 18.7665 16.8966 23.6093 11.9384 30.6089C6.74398 37.9418 1.98243 51.5757 5.00806 60.6447C7.18699 67.1757 16.3442 73.7334 21.2216 76.8494C23.0748 78.0334 25.4397 77.8716 27.1709 76.5153C30.5966 73.8315 36.3453 69.1849 40.1315 65.366C49.8308 55.5831 59.6339 38.1373 63.46 30.9702C64.4966 29.0285 64.2133 26.6686 62.4702 25.3246C58.5879 22.3314 50.3222 17.7225 36.7566 18.3696Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.20663" /> <path d="M153.644 18.3696C161.967 18.7665 173.504 23.6093 178.462 30.6089C183.657 37.9418 188.418 51.5757 185.393 60.6447C183.214 67.1757 174.056 73.7334 169.179 76.8494C167.326 78.0334 164.961 77.8716 163.23 76.5153C159.804 73.8315 154.055 69.1849 150.269 65.366C140.57 55.5831 130.767 38.1373 126.941 30.9702C125.904 29.0285 126.187 26.6686 127.93 25.3247C131.813 22.3314 140.078 17.7225 153.644 18.3696Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.20663" /> <path d="M43.0376 28.6638C36.0452 28.7322 26.4807 32.0522 22.5176 37.1743C18.3659 42.5405 14.7672 52.6528 17.5854 59.5503C19.5535 64.3674 27.0454 69.3845 31.3254 71.9416C33.162 73.0389 35.5369 72.9021 37.3388 71.6559C40.1761 69.6936 44.4329 66.6359 47.2863 64.0678C56.0529 56.1781 59.8234 42.607 60.6545 39.2168C60.7826 38.6942 60.8124 38.1661 60.6667 37.6552C60.0005 35.3196 56.8728 28.5285 43.0376 28.6638Z" fill="%23CEE8F5" /> <path d="M43.0376 28.6638C36.0452 28.7322 26.4807 32.0522 22.5176 37.1743C18.3659 42.5405 14.7672 52.6528 17.5854 59.5503C19.5535 64.3674 27.0454 69.3845 31.3254 71.9416C33.162 73.0389 35.5369 72.9021 37.3388 71.6559C40.1761 69.6936 44.4329 66.6359 47.2863 64.0678C56.0529 56.1781 59.8234 42.607 60.6545 39.2168C60.7826 38.6942 60.8124 38.1661 60.6667 37.6552C60.0005 35.3196 56.8728 28.5285 43.0376 28.6638Z" fill="black" fill-opacity="0.2" /> <path d="M43.0376 28.6638C36.0452 28.7322 26.4807 32.0522 22.5176 37.1743C18.3659 42.5405 14.7672 52.6528 17.5854 59.5503C19.5535 64.3674 27.0454 69.3845 31.3254 71.9416C33.162 73.0389 35.5369 72.9021 37.3388 71.6559C40.1761 69.6936 44.4329 66.6359 47.2863 64.0678C56.0529 56.1781 59.8234 42.607 60.6545 39.2168C60.7826 38.6942 60.8124 38.1661 60.6667 37.6552C60.0005 35.3196 56.8728 28.5285 43.0376 28.6638Z" stroke="%23676564" stroke-width="4.20663" /> <path d="M149.38 29.7625C156.229 29.6286 165.489 32.5191 169.2 37.2861C173.088 42.2801 176.276 51.8116 173.283 58.463C171.182 63.133 163.604 68.1545 159.337 70.6999C157.535 71.7747 155.212 71.6733 153.416 70.4884C150.703 68.6975 146.705 65.9472 144.03 63.6125C136.427 56.9758 132.005 47.7533 130.51 44.2467C130.113 43.3136 130.05 42.3077 130.426 41.3886C131.793 38.0538 136.424 30.0158 149.38 29.7625Z" fill="%23CEE8F5" /> <path d="M149.38 29.7625C156.229 29.6286 165.489 32.5191 169.2 37.2861C173.088 42.2801 176.276 51.8116 173.283 58.463C171.182 63.133 163.604 68.1545 159.337 70.6999C157.535 71.7747 155.212 71.6733 153.416 70.4884C150.703 68.6975 146.705 65.9472 144.03 63.6125C136.427 56.9758 132.005 47.7533 130.51 44.2467C130.113 43.3136 130.05 42.3077 130.426 41.3886C131.793 38.0538 136.424 30.0158 149.38 29.7625Z" fill="black" fill-opacity="0.2" /> <path d="M149.38 29.7625C156.229 29.6286 165.489 32.5191 169.2 37.2861C173.088 42.2801 176.276 51.8116 173.283 58.463C171.182 63.133 163.604 68.1545 159.337 70.6999C157.535 71.7747 155.212 71.6733 153.416 70.4884C150.703 68.6975 146.705 65.9472 144.03 63.6125C136.427 56.9758 132.005 47.7533 130.51 44.2467C130.113 43.3136 130.05 42.3077 130.426 41.3886C131.793 38.0538 136.424 30.0158 149.38 29.7625Z" stroke="%23676564" stroke-width="4.20663" /> <path d="M96.6273 21.8869C134.629 22.4094 166.181 44.8707 165.732 77.5422C165.516 93.2743 162.253 104.781 151.209 112.429C140.462 119.871 122.708 123.355 94.5698 124.597L94.4642 124.601L94.3588 124.596C68.513 123.214 51.2478 119.246 40.5034 111.36C29.5243 103.302 25.7306 91.4678 25.9484 75.6206C26.3976 42.9466 58.6284 21.3645 96.6273 21.8869Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.31888" /> <path d="M69.3323 184.095C69.5304 186.139 69.5403 186.239 69.5413 186.244H69.5452C69.5472 186.244 69.5502 186.243 69.553 186.243C69.5584 186.243 69.5652 186.242 69.5735 186.241C69.5906 186.239 69.6141 186.237 69.6428 186.233C69.7003 186.227 69.7806 186.218 69.8801 186.205C70.079 186.18 70.3578 186.14 70.6907 186.084C71.3493 185.973 72.2535 185.788 73.1877 185.498C74.0985 185.215 75.1658 184.793 76.0686 184.15C76.9667 183.511 77.9639 182.456 78.1223 180.889C78.2335 179.787 77.8996 178.685 77.676 178.059C77.5726 177.769 77.4651 177.514 77.3762 177.312C77.3753 177.196 77.3748 177.061 77.3733 176.91C77.368 176.367 77.3595 175.607 77.345 174.741C77.316 173.017 77.264 170.845 77.1721 169.122C77.0757 167.313 76.8283 165.044 76.6106 163.26C76.5009 162.361 76.397 161.571 76.3206 161.007C76.2824 160.725 76.2507 160.498 76.2288 160.342C76.2178 160.264 76.2093 160.203 76.2034 160.161C76.2004 160.14 76.1981 160.124 76.1965 160.113C76.1958 160.108 76.195 160.104 76.1946 160.101V160.096L76.1721 159.942L76.1282 159.793L74.0569 160.404C76.128 159.793 76.1279 159.79 76.1272 159.788C76.1269 159.787 76.1257 159.786 76.1252 159.784L76.1165 159.755C76.1121 159.741 76.1071 159.726 76.1018 159.71C76.0913 159.679 76.0793 159.643 76.0647 159.604C76.0351 159.524 75.9962 159.428 75.9465 159.32C75.847 159.104 75.703 158.836 75.4993 158.534C75.0888 157.926 74.4481 157.2 73.4661 156.489C71.4996 155.066 68.2814 153.782 63.0295 153.456C58.5517 153.178 55.4222 154.553 53.3938 156.113C52.3975 156.88 51.6927 157.671 51.2288 158.285C50.9964 158.593 50.8218 158.858 50.7004 159.059C50.6397 159.159 50.5925 159.243 50.5569 159.309C50.5391 159.341 50.5238 159.369 50.512 159.392L50.4866 159.442C50.486 159.444 50.4853 159.445 52.4202 160.404L50.4846 159.445L50.3167 159.785L50.2737 160.163V160.17C50.2733 160.174 50.2725 160.179 50.2717 160.187C50.2701 160.201 50.2669 160.223 50.2639 160.25C50.2578 160.305 50.2497 160.386 50.2385 160.49C50.2161 160.699 50.184 161.001 50.1458 161.377C50.0692 162.129 49.9673 163.181 49.8645 164.379C49.6604 166.758 49.4479 169.775 49.4387 172.173C49.4298 174.522 49.4066 176.888 50.0139 179.001C50.6706 181.285 52.0186 183.181 54.4407 184.796C55.0422 185.197 55.7561 185.442 56.387 185.607C57.0501 185.781 57.789 185.909 58.5422 186.006C60.0499 186.2 61.7711 186.287 63.3625 186.322C64.9629 186.357 66.478 186.34 67.5901 186.313C68.147 186.3 68.6054 186.286 68.926 186.273C69.0864 186.267 69.2133 186.262 69.3 186.258C69.3431 186.256 69.3765 186.255 69.3997 186.254C69.4113 186.253 69.4207 186.252 69.427 186.252H69.4368L69.3323 184.095ZM69.3323 184.095L69.4377 186.252L69.4895 186.249L69.5403 186.244L69.3323 184.095Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.31888" /> <path d="M119.736 184.095C119.538 186.139 119.528 186.239 119.527 186.244H119.523C119.521 186.244 119.518 186.243 119.516 186.243C119.51 186.243 119.503 186.242 119.495 186.241C119.478 186.239 119.454 186.237 119.426 186.233C119.368 186.227 119.288 186.218 119.188 186.205C118.99 186.18 118.711 186.14 118.378 186.084C117.719 185.973 116.815 185.788 115.881 185.498C114.97 185.215 113.903 184.793 113 184.15C112.102 183.511 111.105 182.456 110.946 180.889C110.835 179.787 111.169 178.685 111.393 178.059C111.496 177.769 111.604 177.514 111.692 177.312C111.693 177.196 111.694 177.061 111.695 176.91C111.701 176.367 111.709 175.607 111.724 174.741C111.753 173.017 111.805 170.845 111.896 169.122C111.993 167.313 112.24 165.044 112.458 163.26C112.568 162.361 112.672 161.571 112.748 161.007C112.786 160.725 112.818 160.498 112.84 160.342C112.851 160.264 112.859 160.203 112.865 160.161C112.868 160.14 112.871 160.124 112.872 160.113C112.873 160.108 112.874 160.104 112.874 160.101V160.096L112.896 159.942L112.94 159.793L115.012 160.404C112.941 159.793 112.941 159.79 112.941 159.788C112.942 159.787 112.943 159.786 112.943 159.784L112.952 159.755C112.956 159.741 112.962 159.726 112.967 159.71C112.977 159.679 112.989 159.643 113.004 159.604C113.033 159.524 113.072 159.428 113.122 159.32C113.222 159.104 113.366 158.836 113.569 158.534C113.98 157.926 114.62 157.2 115.603 156.489C117.569 155.066 120.787 153.782 126.039 153.456C130.517 153.178 133.646 154.553 135.675 156.113C136.671 156.88 137.376 157.671 137.84 158.285C138.072 158.593 138.247 158.858 138.368 159.059C138.429 159.159 138.476 159.243 138.512 159.309C138.529 159.341 138.545 159.369 138.557 159.392L138.582 159.442C138.583 159.444 138.583 159.445 136.648 160.404L138.584 159.445L138.752 159.785L138.795 160.163V160.17C138.795 160.174 138.796 160.179 138.797 160.187C138.798 160.201 138.802 160.223 138.805 160.25C138.811 160.305 138.819 160.386 138.83 160.49C138.852 160.699 138.885 161.001 138.923 161.377C138.999 162.129 139.101 163.181 139.204 164.379C139.408 166.758 139.621 169.775 139.63 172.173C139.639 174.522 139.662 176.888 139.055 179.001C138.398 181.285 137.05 183.181 134.628 184.796C134.026 185.197 133.313 185.442 132.682 185.607C132.019 185.781 131.28 185.909 130.526 186.006C129.019 186.2 127.298 186.287 125.706 186.322C124.106 186.357 122.591 186.34 121.479 186.313C120.922 186.3 120.463 186.286 120.143 186.273C119.982 186.267 119.855 186.262 119.769 186.258C119.725 186.256 119.692 186.255 119.669 186.254C119.657 186.253 119.648 186.252 119.642 186.252H119.632L119.736 184.095ZM119.736 184.095L119.631 186.252L119.579 186.249L119.528 186.244L119.736 184.095Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.31888" /> <path d="M55.9627 113.068C54.5504 111.434 54.549 111.435 54.5485 111.435L54.5479 111.436C54.5468 111.437 54.545 111.438 54.5433 111.44C54.54 111.442 54.5359 111.447 54.5303 111.452C54.5188 111.462 54.5026 111.476 54.4815 111.495C54.4392 111.532 54.3774 111.585 54.2985 111.655C54.1407 111.795 53.9117 111.999 53.6216 112.264C53.041 112.793 52.2139 113.564 51.2165 114.535C49.2237 116.475 46.541 119.228 43.785 122.48C38.3589 128.884 32.3137 137.604 31.1385 146.016C30.8381 148.166 30.7519 150.053 31.4738 151.811C32.1937 153.564 33.5793 154.85 35.2856 156.177C37.3577 157.788 40.0898 158.217 42.5686 157.849C45.0631 157.479 47.5934 156.265 49.3385 154.198C50.2931 153.067 50.7534 151.639 50.9846 150.684C51.1048 150.187 51.1779 149.747 51.2235 149.423C51.3831 149.182 51.6089 148.844 51.888 148.43C52.4834 147.546 53.3239 146.316 54.3027 144.937C56.2754 142.157 58.755 138.846 60.9054 136.509C62.7943 134.456 64.6376 132.652 66.3639 130.893C68.0524 129.173 69.6434 127.48 70.838 125.79C71.7538 124.494 72.7563 123.107 73.3196 121.589C73.9376 119.924 74.0171 118.177 73.3861 116.144C72.7363 114.051 71.7149 112.185 70.1989 110.74C68.6672 109.279 66.7365 108.348 64.4506 107.978C62.0506 107.59 59.4698 108.63 57.8177 109.454C56.9246 109.899 56.153 110.36 55.6059 110.707C55.3311 110.882 55.109 111.031 54.9529 111.138C54.8749 111.192 54.8132 111.236 54.769 111.267L54.6998 111.315C54.6977 111.317 54.6961 111.319 54.6946 111.32L54.6926 111.321L54.692 111.322C54.6916 111.322 54.6913 111.322 55.9627 113.068ZM55.9627 113.068L54.5505 111.434L54.6183 111.375L54.6913 111.322L55.9627 113.068Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.31888" /> <path d="M133.948 113.068C135.36 111.434 135.362 111.435 135.362 111.435L135.363 111.436C135.364 111.437 135.366 111.438 135.367 111.44C135.371 111.442 135.375 111.447 135.38 111.452C135.392 111.462 135.408 111.476 135.429 111.495C135.471 111.532 135.533 111.585 135.612 111.655C135.77 111.795 135.999 111.999 136.289 112.264C136.87 112.793 137.697 113.564 138.694 114.535C140.687 116.475 143.37 119.228 146.126 122.48C151.552 128.884 157.597 137.604 158.772 146.016C159.073 148.166 159.159 150.053 158.437 151.811C157.717 153.564 156.331 154.85 154.625 156.177C152.553 157.788 149.821 158.217 147.342 157.849C144.848 157.479 142.317 156.265 140.572 154.198C139.618 153.067 139.157 151.639 138.926 150.684C138.806 150.187 138.733 149.747 138.687 149.423C138.528 149.182 138.302 148.844 138.023 148.43C137.427 147.546 136.587 146.316 135.608 144.937C133.635 142.157 131.156 138.846 129.005 136.509C127.116 134.456 125.273 132.652 123.547 130.893C121.858 129.173 120.267 127.48 119.073 125.79C118.157 124.494 117.154 123.107 116.591 121.589C115.973 119.924 115.894 118.177 116.525 116.144C117.174 114.051 118.196 112.185 119.712 110.74C121.243 109.279 123.174 108.348 125.46 107.978C127.86 107.59 130.441 108.63 132.093 109.454C132.986 109.899 133.758 110.36 134.305 110.707C134.58 110.882 134.802 111.031 134.958 111.138C135.036 111.192 135.097 111.236 135.142 111.267L135.211 111.315C135.213 111.317 135.215 111.319 135.216 111.32L135.218 111.321L135.219 111.322C135.219 111.322 135.219 111.322 133.948 113.068ZM133.948 113.068L135.36 111.434L135.292 111.375L135.219 111.322L133.948 113.068Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.31888" /> <path d="M54.9248 111.088C56.8468 109.663 59.9881 108.203 63.4805 109.839C74.1579 114.841 87.264 117.11 99.251 116.976C111.325 116.84 121.81 114.276 127.489 110.061C129.067 108.89 130.843 109.057 132.19 109.542C133.507 110.016 134.728 110.884 135.698 111.702C136.694 112.542 137.563 113.446 138.174 114.127C138.482 114.471 138.732 114.766 138.906 114.977C138.993 115.082 139.063 115.167 139.111 115.228C139.136 115.258 139.154 115.282 139.168 115.3C139.175 115.309 139.18 115.316 139.185 115.321C139.187 115.324 139.189 115.326 139.19 115.328C139.191 115.329 139.192 115.329 139.192 115.33V115.331C139.189 115.334 139.115 115.392 137.532 116.621L139.193 115.332L139.374 115.564L139.485 115.837L137.487 116.656C139.472 115.842 139.486 115.837 139.486 115.837V115.838C139.487 115.839 139.487 115.84 139.487 115.841C139.488 115.843 139.49 115.846 139.491 115.851C139.495 115.859 139.5 115.872 139.507 115.889C139.52 115.921 139.539 115.969 139.564 116.03C139.615 116.154 139.688 116.336 139.781 116.57C139.968 117.039 140.235 117.717 140.559 118.559C141.206 120.242 142.082 122.588 142.996 125.237C144.807 130.484 146.833 137.104 147.461 142.124C148.978 154.261 144.499 163.624 138.769 167.848C133.716 171.572 126.418 173.315 118.475 174.18C110.472 175.051 101.433 175.062 92.6777 175.062C85.8564 175.062 77.2494 174.237 69.666 172.808C65.8726 172.093 62.2882 171.218 59.2861 170.2C56.3518 169.206 53.7251 167.996 52.0635 166.493C46.684 161.629 42.8589 153.715 43.3818 143.804C43.6672 138.396 45.7509 131.061 47.6768 125.245C48.6518 122.301 49.6089 119.68 50.3223 117.796C50.6791 116.854 50.9758 116.094 51.1836 115.568C51.2875 115.306 51.3686 115.101 51.4248 114.961C51.4529 114.891 51.4754 114.837 51.4902 114.801C51.4976 114.783 51.5029 114.768 51.5068 114.759C51.5087 114.754 51.5107 114.751 51.5117 114.748C51.5122 114.747 51.5124 114.746 51.5127 114.745L51.5137 114.744C51.5217 114.747 51.64 114.795 53.4043 115.517L51.5137 114.743L51.6025 114.525L51.7363 114.333L53.5117 115.561C51.7429 114.338 51.7359 114.332 51.7363 114.331L51.7373 114.33L51.7461 114.318C51.7505 114.312 51.7562 114.304 51.7627 114.295C51.7757 114.277 51.7922 114.252 51.8135 114.223C51.856 114.164 51.9157 114.085 51.9902 113.988C52.139 113.795 52.3514 113.53 52.6211 113.224C53.1549 112.618 53.9404 111.818 54.9248 111.088Z" fill="%23CEE8F5" stroke="%23676564" stroke-width="4.31888" /> <path d="M163.572 77.5125C163.145 108.568 150.782 120.089 94.4725 122.584C42.8713 119.819 27.628 106.561 28.0549 75.5049C52.4983 96.7283 66.2103 103.892 94.4732 105.038C124.421 106.252 142.607 102.013 163.572 77.5125Z" fill="%23CEE8F5" /> <path d="M67.3585 80.6722C67.3819 80.5179 67.4994 80.079 67.4094 80.2066C67.0394 80.7314 68.1691 81.6968 68.2426 81.2796C68.26 81.1808 68.3862 80.765 68.3169 80.6598C68.2162 80.5069 67.6421 80.362 67.5011 80.4473C67.1012 80.6893 67.7242 81.4182 68.0793 81.1858C68.3724 80.994 69.3372 79.8186 68.7441 79.7286" stroke="%236A6767" stroke-width="4.78526" stroke-linecap="round" /> <path d="M125.33 79.3799L126.17 79.5072" stroke="%236A6767" stroke-width="4.78526" stroke-linecap="round" /> <path d="M126.068 77.6318C125.828 77.5954 126.069 77.9572 125.795 77.9701C125.736 77.9728 125.226 78.1099 125.341 78.1495C125.492 78.2012 125.843 78.279 125.981 78.1909C126.377 77.9376 126.041 77.6277 125.683 77.5734C125.497 77.5452 125.102 77.8242 125.065 78.0054C124.998 78.337 124.999 78.6062 125.371 78.7643C125.732 78.9181 126.17 78.9737 126.423 78.6464C126.98 77.9246 126.118 77.2995 125.401 77.3729C125.228 77.3906 124.71 77.5058 124.64 77.7073C124.571 77.9107 124.361 79.0551 124.586 79.0892" stroke="%236A6767" stroke-width="1.27607" stroke-linecap="round" /> <path d="M123.643 79.3085C123.61 79.5257 123.572 79.7216 123.608 79.9414C123.645 80.1654 123.778 80.3767 123.899 80.5631C124.001 80.7203 124.142 80.8427 124.266 80.9806C124.479 81.2186 124.698 81.3523 124.969 81.5182C125.164 81.6382 125.368 81.7512 125.581 81.8376C126.035 82.0222 126.575 81.9023 127.005 81.6944C127.217 81.5918 127.392 81.4308 127.584 81.2974C127.659 81.2455 127.73 81.2002 127.792 81.1326C127.87 81.0466 127.941 80.964 128.006 80.8668C128.284 80.4513 128.26 79.8136 128.015 79.3941C127.916 79.2246 127.783 79.0284 127.618 78.9166C127.513 78.8454 127.344 78.8502 127.222 78.8317" stroke="%236A6767" stroke-width="1.27607" stroke-linecap="round" /> <path d="M78.5561 120.869C78.5561 120.869 96.1735 118.613 113.364 120.869C117.052 121.352 120.822 121.737 122.386 123.916C125.373 128.077 120.594 132.816 116.229 135.497C111.962 138.118 105.225 140.363 97.7585 140.434C90.0158 140.508 83.7377 138.301 78.5561 135.497C74.011 133.038 69.1461 128.117 72.1553 123.916C73.7673 121.666 78.5561 120.869 78.5561 120.869Z" fill="black" fill-opacity="0.05" /> <path d="M96.241 102.671L99.574 104.342" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> <path d="M93.0713 107.07L97.1735 109.127" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> <path d="M87.3629 90.0898C83.8948 94.2331 77.3681 103.367 79.006 106.755C80.5994 109.123 85.7872 113.92 93.7908 114.169C96.4169 110.994 102.029 103.712 103.47 99.9853" stroke="%23676564" stroke-width="3.82421" stroke-linecap="round" /> </g> <defs> <clipPath id="clip0_1098_986" > <rect width="187.233" height="190" fill="white" transform="translate(0.902832)" /> </clipPath> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img06 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M53.9756 40.5341C50.5965 39.2978 45.1931 39.2925 42.047 41.2478C38.751 43.2962 34.5718 47.9251 34.2567 52.0415C34.0298 55.0061 36.576 59.1502 37.9952 61.2076C38.5345 61.9893 39.5029 62.3211 40.4191 62.0713C42.2323 61.577 45.2988 60.6906 47.4456 59.8049C52.945 57.5361 59.7695 52.2346 62.493 50.023C63.2309 49.4238 63.5135 48.4371 63.0448 47.6101C62.0011 45.7684 59.4833 42.5492 53.9756 40.5341Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.60631" /> <path d="M136.566 39.0202C140.015 37.995 145.409 38.3234 148.428 40.4693C151.591 42.7174 155.477 47.5955 155.537 51.7236C155.58 54.6965 152.783 58.6755 151.239 60.6412C150.653 61.3881 149.666 61.6595 148.767 61.3536C146.988 60.7482 143.982 59.6742 141.894 58.6576C136.545 56.0534 130.061 50.3406 127.479 47.9649C126.78 47.3213 126.559 46.319 127.077 45.5226C128.233 43.7488 130.945 40.6913 136.566 39.0202Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.60631" /> <path d="M94.7108 37.8412C129.113 38.3142 157.629 58.6433 157.223 88.1672C157.027 102.409 154.075 112.793 144.108 119.696C134.396 126.421 118.337 129.578 92.8444 130.703L92.7535 130.707L92.6627 130.703C69.249 129.451 53.6322 125.857 43.9223 118.73C34.0101 111.455 30.5771 100.77 30.7742 86.4289C31.1801 56.903 60.311 37.3684 94.7108 37.8412Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.72199" /> <path d="M55.6022 159.428C57.4226 158.027 60.2347 156.79 64.2672 157.04C69.0125 157.335 71.9094 158.493 73.6725 159.77C74.5531 160.407 75.1261 161.057 75.4918 161.599C75.6733 161.868 75.8002 162.106 75.8883 162.298C75.9323 162.393 75.9668 162.477 75.9928 162.547C76.0057 162.582 76.0168 162.613 76.026 162.641C76.0306 162.654 76.035 162.668 76.0387 162.68C76.0406 162.686 76.0419 162.692 76.0436 162.697C76.0444 162.7 76.0457 162.703 76.0465 162.705C76.0469 162.706 76.0473 162.708 76.0475 162.709C76.0473 162.711 76.0124 162.723 74.2633 163.239L76.0485 162.713L76.0865 162.841L76.1051 162.974H76.1061V162.979C76.1064 162.981 76.1074 162.985 76.108 162.989C76.1094 162.999 76.1112 163.014 76.1139 163.032C76.1192 163.07 76.1274 163.125 76.1373 163.196C76.1572 163.338 76.1857 163.543 76.2203 163.799C76.2895 164.31 76.3828 165.024 76.4821 165.838C76.6792 167.454 76.9036 169.507 76.9908 171.143C77.074 172.702 77.1208 174.668 77.1471 176.23C77.1603 177.014 77.1677 177.702 77.1725 178.194C77.1739 178.34 77.1745 178.468 77.1754 178.577C77.2569 178.761 77.3567 178.998 77.4528 179.267C77.6544 179.831 77.9507 180.812 77.8522 181.788C77.7126 183.17 76.833 184.104 76.0309 184.675C75.2247 185.248 74.2687 185.628 73.4479 185.883C72.6069 186.144 71.792 186.311 71.1979 186.411C70.8979 186.462 70.6465 186.497 70.4674 186.52C70.3779 186.531 70.3061 186.54 70.2545 186.546C70.2287 186.549 70.2074 186.55 70.192 186.552C70.1845 186.553 70.1783 186.553 70.1735 186.554C70.1712 186.554 70.1693 186.555 70.1676 186.555H70.1637L69.983 184.703L70.1627 186.555L70.1188 186.56L70.0739 186.562H70.0709C70.0693 186.562 70.0669 186.562 70.0641 186.562C70.0584 186.563 70.0499 186.563 70.0397 186.563C70.0188 186.564 69.9887 186.566 69.9498 186.567C69.8714 186.571 69.757 186.576 69.6119 186.581C69.3219 186.592 68.907 186.605 68.403 186.617C67.3963 186.641 66.0249 186.657 64.5768 186.625C63.1364 186.593 61.5815 186.514 60.2203 186.339C59.5402 186.252 58.8745 186.137 58.2789 185.98C57.7113 185.832 57.0764 185.613 56.5446 185.259C54.3676 183.808 53.1611 182.108 52.5729 180.062C52.0272 178.163 52.0472 176.035 52.0553 173.902C52.0636 171.734 52.2561 169.003 52.441 166.849C52.5341 165.764 52.6266 164.812 52.6959 164.131C52.7306 163.79 52.7596 163.517 52.7799 163.328C52.79 163.234 52.7978 163.16 52.8033 163.11C52.8061 163.085 52.8077 163.066 52.8092 163.053C52.8099 163.046 52.8108 163.041 52.8112 163.037C52.8113 163.036 52.8111 163.034 52.8112 163.033L52.8121 163.032L52.8483 162.706L52.9938 162.413L54.6608 163.239C53.0677 162.45 52.9974 162.414 52.9948 162.411L52.9957 162.409C52.9964 162.408 52.9969 162.406 52.9977 162.404C52.9993 162.401 53.0016 162.397 53.0035 162.394C53.0075 162.386 53.012 162.376 53.0172 162.366C53.0276 162.346 53.0406 162.322 53.0563 162.293C53.0879 162.235 53.1309 162.16 53.1852 162.07C53.2936 161.891 53.4494 161.653 53.6578 161.377C54.074 160.826 54.7073 160.116 55.6022 159.428Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.72199" /> <path d="M130.029 159.428C128.209 158.027 125.396 156.79 121.364 157.04C116.619 157.335 113.722 158.493 111.959 159.77C111.078 160.407 110.505 161.057 110.139 161.599C109.958 161.868 109.831 162.106 109.743 162.298C109.699 162.393 109.664 162.477 109.638 162.547C109.625 162.582 109.614 162.613 109.605 162.641C109.601 162.654 109.596 162.668 109.592 162.68C109.591 162.686 109.589 162.692 109.588 162.697C109.587 162.7 109.585 162.703 109.585 162.705C109.584 162.706 109.584 162.708 109.584 162.709C109.584 162.711 109.619 162.723 111.368 163.239L109.583 162.713L109.545 162.841L109.526 162.974H109.525V162.979C109.525 162.981 109.524 162.985 109.523 162.989C109.522 162.999 109.52 163.014 109.517 163.032C109.512 163.07 109.504 163.125 109.494 163.196C109.474 163.338 109.445 163.543 109.411 163.799C109.342 164.31 109.248 165.024 109.149 165.838C108.952 167.454 108.727 169.507 108.64 171.143C108.557 172.702 108.51 174.668 108.484 176.23C108.471 177.014 108.463 177.702 108.459 178.194C108.457 178.34 108.457 178.468 108.456 178.577C108.374 178.761 108.274 178.998 108.178 179.267C107.977 179.831 107.68 180.812 107.779 181.788C107.918 183.17 108.798 184.104 109.6 184.675C110.406 185.248 111.362 185.628 112.183 185.883C113.024 186.144 113.839 186.311 114.433 186.411C114.733 186.462 114.985 186.497 115.164 186.52C115.253 186.531 115.325 186.54 115.377 186.546C115.402 186.549 115.424 186.55 115.439 186.552C115.447 186.553 115.453 186.553 115.458 186.554C115.46 186.554 115.462 186.555 115.464 186.555H115.467L115.648 184.703L115.468 186.555L115.512 186.56L115.557 186.562H115.56C115.562 186.562 115.564 186.562 115.567 186.562C115.573 186.563 115.581 186.563 115.591 186.563C115.612 186.564 115.642 186.566 115.681 186.567C115.76 186.571 115.874 186.576 116.019 186.581C116.309 186.592 116.724 186.605 117.228 186.617C118.235 186.641 119.606 186.657 121.054 186.625C122.495 186.593 124.05 186.514 125.411 186.339C126.091 186.252 126.757 186.137 127.352 185.98C127.92 185.832 128.555 185.613 129.087 185.259C131.263 183.808 132.47 182.108 133.058 180.062C133.604 178.163 133.584 176.035 133.576 173.902C133.568 171.734 133.375 169.003 133.19 166.849C133.097 165.764 133.004 164.812 132.935 164.131C132.901 163.79 132.871 163.517 132.851 163.328C132.841 163.234 132.833 163.16 132.828 163.11C132.825 163.085 132.823 163.066 132.822 163.053C132.821 163.046 132.82 163.041 132.82 163.037C132.82 163.036 132.82 163.034 132.82 163.033L132.819 163.032L132.783 162.706L132.637 162.413L130.97 163.239C132.563 162.45 132.634 162.414 132.636 162.411L132.635 162.409C132.635 162.408 132.634 162.406 132.633 162.404C132.632 162.401 132.629 162.397 132.628 162.394C132.624 162.386 132.619 162.376 132.614 162.366C132.603 162.346 132.591 162.322 132.575 162.293C132.543 162.235 132.5 162.16 132.446 162.07C132.338 161.891 132.182 161.653 131.973 161.377C131.557 160.826 130.924 160.116 130.029 159.428Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.72199" /> <path d="M57.8705 120.355C56.6925 118.992 56.6548 118.948 56.6532 118.947L56.6519 118.949C56.651 118.949 56.6495 118.95 56.648 118.952C56.6451 118.954 56.6413 118.958 56.6363 118.962C56.6259 118.971 56.6103 118.984 56.5913 119.001C56.5531 119.034 56.4978 119.083 56.4266 119.146C56.2839 119.273 56.0766 119.458 55.8141 119.697C55.2887 120.176 54.5399 120.873 53.6371 121.752C51.8332 123.508 49.4052 126 46.9109 128.944C41.9961 134.744 36.5364 142.626 35.4759 150.218C35.2041 152.164 35.1296 153.851 35.7733 155.419C36.4153 156.982 37.6526 158.133 39.1968 159.334C41.0484 160.775 43.495 161.16 45.7222 160.83C47.9628 160.497 50.2326 159.408 51.7964 157.556C52.6469 156.548 53.06 155.272 53.2684 154.411C53.3789 153.955 53.4459 153.55 53.4866 153.258C53.632 153.038 53.8401 152.725 54.1003 152.339C54.6401 151.537 55.4027 150.423 56.29 149.172C58.0775 146.653 60.3257 143.649 62.2782 141.527C63.9909 139.666 65.6638 138.029 67.2262 136.437C68.7558 134.879 70.1924 133.351 71.2698 131.826C72.1017 130.649 73.0013 129.403 73.5065 128.042C74.0587 126.554 74.1308 124.992 73.5651 123.17C72.9799 121.285 72.0622 119.61 70.7033 118.314C69.3306 117.005 67.5992 116.17 65.5452 115.838C63.4031 115.491 61.0894 116.42 59.5941 117.166C58.7888 117.568 58.0927 117.982 57.5991 118.296C57.3513 118.454 57.1516 118.588 57.0109 118.685C56.9405 118.733 56.8845 118.772 56.8448 118.8C56.8249 118.814 56.809 118.826 56.7974 118.834C56.7916 118.838 56.7866 118.842 56.7829 118.845C56.7813 118.846 56.7794 118.847 56.7782 118.847L56.7757 118.85C56.7792 118.856 56.8415 118.942 57.8705 120.355ZM57.8705 120.355L56.6538 118.946L56.7125 118.896L56.775 118.85L57.8705 120.355Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.72199" /> <path d="M128.524 120.355C129.702 118.992 129.74 118.948 129.741 118.947L129.742 118.949C129.743 118.949 129.745 118.95 129.746 118.952C129.749 118.954 129.753 118.958 129.758 118.962C129.769 118.971 129.784 118.984 129.803 119.001C129.841 119.034 129.897 119.083 129.968 119.146C130.111 119.273 130.318 119.458 130.58 119.697C131.106 120.176 131.854 120.873 132.757 121.752C134.561 123.508 136.989 126 139.484 128.944C144.398 134.744 149.858 142.626 150.919 150.218C151.19 152.164 151.265 153.851 150.621 155.419C149.979 156.982 148.742 158.133 147.198 159.334C145.346 160.775 142.899 161.16 140.672 160.83C138.432 160.497 136.162 159.408 134.598 157.556C133.748 156.548 133.334 155.272 133.126 154.411C133.016 153.955 132.949 153.55 132.908 153.258C132.762 153.038 132.554 152.725 132.294 152.339C131.754 151.537 130.992 150.423 130.104 149.172C128.317 146.653 126.069 143.649 124.116 141.527C122.403 139.666 120.731 138.029 119.168 136.437C117.639 134.879 116.202 133.351 115.125 131.826C114.293 130.649 113.393 129.403 112.888 128.042C112.336 126.554 112.264 124.992 112.829 123.17C113.414 121.285 114.332 119.61 115.691 118.314C117.064 117.005 118.795 116.17 120.849 115.838C122.991 115.491 125.305 116.42 126.8 117.166C127.606 117.568 128.302 117.982 128.795 118.296C129.043 118.454 129.243 118.588 129.383 118.685C129.454 118.733 129.51 118.772 129.55 118.8C129.569 118.814 129.585 118.826 129.597 118.834C129.603 118.838 129.608 118.842 129.611 118.845C129.613 118.846 129.615 118.847 129.616 118.847L129.619 118.85C129.615 118.856 129.553 118.942 128.524 120.355ZM128.524 120.355L129.741 118.946L129.682 118.896L129.619 118.85L128.524 120.355Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.72199" /> <path d="M56.989 118.636C58.7185 117.353 61.5251 116.054 64.6423 117.515C74.3312 122.053 86.2198 124.111 97.0906 123.989C108.036 123.867 117.56 121.542 122.729 117.705C124.123 116.67 125.695 116.815 126.899 117.248C128.077 117.672 129.173 118.45 130.049 119.188C130.946 119.945 131.73 120.762 132.282 121.377C132.56 121.687 132.785 121.952 132.942 122.143C133.021 122.238 133.083 122.315 133.127 122.369C133.148 122.396 133.166 122.418 133.178 122.434C133.185 122.441 133.189 122.448 133.193 122.453C133.195 122.456 133.197 122.457 133.198 122.459C133.199 122.46 133.199 122.46 133.2 122.461V122.462C133.196 122.465 133.126 122.521 131.871 123.495L133.201 122.463L133.356 122.663L133.453 122.897L131.731 123.604L133.453 122.898C133.453 122.899 133.453 122.9 133.454 122.901C133.455 122.903 133.456 122.906 133.458 122.91C133.461 122.918 133.465 122.93 133.471 122.944C133.483 122.974 133.502 123.016 133.524 123.072C133.57 123.185 133.636 123.35 133.72 123.562C133.889 123.986 134.131 124.6 134.425 125.362C135.011 126.887 135.804 129.011 136.632 131.409C138.272 136.162 140.104 142.152 140.672 146.689C142.042 157.657 137.993 166.103 132.835 169.905C128.278 173.264 121.689 174.84 114.496 175.623C107.252 176.411 99.0681 176.423 91.1345 176.423C84.961 176.423 77.1694 175.676 70.3044 174.382C66.8706 173.735 63.628 172.943 60.9138 172.023C58.2578 171.123 55.8934 170.031 54.4031 168.684C49.5511 164.296 46.0968 157.155 46.5691 148.204C46.8268 143.319 48.71 136.684 50.4548 131.415C51.3377 128.749 52.2044 126.376 52.8503 124.67C53.1734 123.817 53.4425 123.129 53.6306 122.653C53.7247 122.415 53.7985 122.23 53.8494 122.104C53.8747 122.04 53.8946 121.992 53.908 121.959C53.9146 121.943 53.92 121.93 53.9236 121.921C53.9253 121.917 53.9265 121.913 53.9275 121.911C53.928 121.91 53.9282 121.909 53.9285 121.908V121.907L54.0056 121.72L54.1208 121.553L55.6511 122.611C54.1206 121.553 54.1214 121.552 54.1218 121.552V121.551C54.1224 121.55 54.124 121.549 54.1248 121.548C54.1262 121.546 54.1277 121.543 54.1296 121.54C54.1335 121.535 54.1386 121.528 54.1443 121.52C54.1558 121.503 54.1713 121.482 54.1902 121.456C54.2283 121.404 54.2814 121.332 54.3484 121.245C54.4821 121.071 54.6731 120.833 54.9158 120.558C55.3965 120.012 56.1039 119.292 56.989 118.636Z" fill="%23A79C96" stroke="%23676564" stroke-width="3.72199" /> <path d="M155.363 88.1421C154.976 116.278 143.776 126.715 92.7603 128.976C46.0111 126.471 32.2011 114.459 32.5879 86.3232C54.7329 105.551 67.1555 112.041 92.761 113.079C119.892 114.179 136.368 110.339 155.363 88.1421Z" fill="%23A79C96" /> <path d="M71.9418 86.3942C70.3445 86.3942 69.0134 85.4395 69.0134 87.4028C69.0134 88.1887 70.9606 90.2774 71.4862 88.8507C72.4339 86.2784 68.7531 85.6407 68.7531 87.2727C68.7531 88.319 70.6284 89.1113 71.3398 88.2813C72.4997 86.9281 69.2859 85.8555 69.0134 86.5243C68.4842 87.8232 71.8149 90.4588 72.1695 87.533C72.3185 86.3037 70.6303 86.6757 69.8594 86.687C65.2398 86.7549 71.6489 91.799 71.6489 88.1512" stroke="%23646464" stroke-width="1.50263" stroke-linecap="round" /> <path d="M119.378 84.0025C117.781 84.0025 116.45 83.0479 116.45 85.0112C116.45 85.7971 118.397 87.8858 118.923 86.4591C119.87 83.8868 116.19 83.2491 116.19 84.8811C116.19 85.9274 118.065 86.7197 118.776 85.8897C119.936 84.5365 116.722 83.4639 116.45 84.1327C115.921 85.4316 119.251 88.0671 119.606 85.1414C119.755 83.9121 118.067 84.284 117.296 84.2954C112.676 84.3633 119.085 89.4074 119.085 85.7596" stroke="%23646464" stroke-width="1.50263" stroke-linecap="round" /> <path d="M140.171 99.3213C141.265 100.268 142.322 101.26 143.394 102.233" stroke="%23646464" stroke-width="3.00526" stroke-linecap="round" /> <path d="M144.014 98.5113C143.009 99.3286 142.366 100.491 141.318 101.291C140.301 102.066 139.25 102.8 138.216 103.554" stroke="%23646464" stroke-width="3.00526" stroke-linecap="round" /> <path d="M93.6875 90.1424C93.4502 90.1582 92.5622 90.1585 92.785 89.6697C92.942 89.3253 93.9365 89.4495 93.8594 89.8738C93.7767 90.3285 92.9615 90.1871 92.6668 90.1639C92.2122 90.1281 91.8862 90.1975 91.8557 89.6482C91.7975 88.6012 93.0279 89.0117 93.7143 89.1647C93.9959 89.2275 95.0859 89.3888 95.1486 89.8846C95.1772 90.1105 94.8077 90.3424 94.6329 90.3895C94.2578 90.4907 93.9731 90.2161 93.623 90.1639C93.4569 90.1391 92.2353 90.2493 92.4143 89.8577C92.669 89.3007 93.4652 88.854 94.0259 89.1271C94.2413 89.232 94.492 89.2519 94.3106 89.4333C94.0551 89.6888 93.94 90.0697 93.7358 90.3627C93.2887 91.0042 92.408 90.1053 92.0759 89.7234C91.5595 89.1295 91.859 88.7737 92.5271 88.8102C92.966 88.8341 94.4951 88.7045 94.7296 89.154C94.8069 89.3021 95.0837 90.345 94.9499 90.4325C94.6408 90.6346 93.929 90.2391 93.6982 90.1102C93.4474 89.9701 93.0849 89.7141 92.9032 89.4655C92.3923 88.7669 93.0575 89.6061 92.9139 89.1755" stroke="%23D7C289" stroke-width="0.992531" stroke-linecap="round" /> <path d="M94.9414 97.85C93.9989 95.9651 93.86 96.6016 92.6118 97.8498" stroke="%23646464" stroke-width="3.00526" stroke-linecap="round" /> <path d="M84.7527 135.856C81.9053 134.337 78.0398 131.855 78.1884 130.404C79.0266 128.547 82.5945 129.508 83.8857 129.866C89.4756 131.414 93.9842 131.9 99.6549 131.481C102.717 131.255 105.869 129.435 108.956 129.473C109.543 129.48 112.228 129.184 111.728 130.616C110.827 133.192 107.573 135.429 105.515 136.452C98.5265 139.929 91.5651 139.492 84.7527 135.856Z" fill="%23F7FBF8" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img07 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M52.1621 28.481C48.5344 27.2795 42.7981 27.4512 39.5224 29.6301C36.0907 31.9128 31.8059 36.9639 31.6066 41.3442C31.463 44.4988 34.3019 48.8146 35.8761 50.952C36.4742 51.7642 37.5131 52.0846 38.4776 51.7894C40.3862 51.2052 43.6124 50.1636 45.8624 49.1529C51.626 46.5639 58.6968 40.712 61.5155 38.2748C62.2792 37.6145 62.5468 36.5577 62.0221 35.6952C60.8536 33.7743 58.0752 30.4395 52.1621 28.481Z" fill="%23676564" stroke="%23676564" stroke-width="3.83023" /> <path d="M140.218 28.481C143.846 27.2795 149.582 27.4512 152.858 29.6301C156.289 31.9128 160.574 36.9639 160.774 41.3442C160.917 44.4988 158.078 48.8146 156.504 50.952C155.906 51.7642 154.867 52.0846 153.903 51.7894C151.994 51.2051 148.768 50.1636 146.518 49.1529C140.754 46.5639 133.683 40.712 130.865 38.2748C130.101 37.6145 129.833 36.5577 130.358 35.6952C131.526 33.7743 134.305 30.4395 140.218 28.481Z" fill="%23676564" stroke="%23676564" stroke-width="3.83023" /> <path d="M96.6549 27.3771C133.193 27.8794 163.48 49.4702 163.05 80.827C162.842 95.953 159.706 106.983 149.119 114.314C138.804 121.457 121.748 124.81 94.6721 126.005L94.5763 126.009L94.4797 126.004C69.6125 124.674 53.0259 120.857 42.7131 113.288C32.1854 105.561 28.5394 94.2121 28.7488 78.9808C29.1801 47.6218 60.1193 26.8748 96.6549 27.3771Z" fill="%23F7FBF8" stroke="%23676564" stroke-width="3.95309" /> <path d="M70.3927 183.356C70.5809 185.298 70.5836 185.324 70.5841 185.324H70.5851L70.588 185.323C70.5898 185.323 70.5923 185.323 70.5948 185.323C70.6 185.323 70.6065 185.322 70.6144 185.321C70.6307 185.32 70.6533 185.317 70.6808 185.313C70.7356 185.307 70.8123 185.298 70.9073 185.286C71.0976 185.262 71.3642 185.225 71.6827 185.171C72.3137 185.064 73.1792 184.888 74.0724 184.61C74.9441 184.339 75.9594 183.936 76.8156 183.327C77.6675 182.721 78.6019 181.729 78.7501 180.261C78.8547 179.225 78.5405 178.183 78.3263 177.583C78.2242 177.297 78.1179 177.045 78.0314 176.85C78.0304 176.734 78.0299 176.598 78.0284 176.444C78.0234 175.922 78.0151 175.191 78.0011 174.358C77.9732 172.699 77.9234 170.61 77.8351 168.954C77.7424 167.217 77.5044 165.037 77.295 163.32C77.1896 162.456 77.0902 161.697 77.0167 161.154C76.98 160.883 76.9499 160.665 76.9288 160.515C76.9183 160.439 76.9101 160.381 76.9044 160.341C76.9016 160.321 76.8991 160.305 76.8976 160.295C76.8969 160.29 76.896 160.286 76.8956 160.283C76.8955 160.282 76.8957 160.281 76.8956 160.28L76.8947 160.279V160.278L76.8751 160.138L76.8341 160.001L74.9386 160.561C76.8343 160.001 76.8337 159.999 76.8331 159.997C76.8329 159.996 76.8325 159.994 76.8322 159.993C76.8313 159.99 76.8301 159.987 76.8292 159.984C76.8275 159.979 76.8253 159.972 76.8234 159.966C76.8194 159.953 76.8155 159.939 76.8107 159.925C76.8009 159.895 76.7893 159.862 76.7755 159.825C76.7479 159.751 76.7119 159.662 76.6652 159.561C76.5716 159.357 76.4353 159.103 76.2423 158.817C75.8539 158.242 75.2456 157.553 74.3107 156.876C72.4381 155.521 69.3621 154.288 64.3224 153.976C60.0394 153.71 57.0518 155.024 55.1183 156.512C54.1678 157.243 53.4958 157.998 53.0538 158.583C52.8325 158.876 52.667 159.129 52.5519 159.319C52.4943 159.414 52.4488 159.494 52.4152 159.556C52.3984 159.586 52.3843 159.612 52.3732 159.634C52.3676 159.644 52.3627 159.654 52.3585 159.662C52.3565 159.666 52.3544 159.67 52.3527 159.674C52.3519 159.675 52.3514 159.677 52.3507 159.679L52.3488 159.681C52.3486 159.682 52.3746 159.696 54.1193 160.561L52.3478 159.683L52.1935 159.994L52.1544 160.34V160.341V160.347C52.154 160.35 52.1532 160.356 52.1525 160.362C52.1509 160.376 52.1485 160.396 52.1456 160.423C52.1398 160.476 52.131 160.554 52.1202 160.654C52.0987 160.855 52.0682 161.146 52.0314 161.508C51.9578 162.231 51.8597 163.243 51.7609 164.395C51.5645 166.683 51.3605 169.582 51.3517 171.885C51.343 174.15 51.3218 176.411 51.9015 178.428C52.5263 180.601 53.8073 182.406 56.1193 183.947C56.6843 184.324 57.3591 184.556 57.962 184.714C58.5945 184.88 59.3012 185.002 60.0236 185.095C61.4692 185.28 63.1208 185.365 64.6505 185.398C66.1885 185.432 67.6449 185.416 68.714 185.391C69.2494 185.378 69.6901 185.363 69.9982 185.352C70.1521 185.346 70.2733 185.341 70.3566 185.337C70.3982 185.335 70.431 185.334 70.4532 185.333C70.4642 185.333 70.4727 185.331 70.4786 185.331H70.4884L70.3927 183.356ZM70.3927 183.356L70.4894 185.331L70.5363 185.328L70.5831 185.324L70.3927 183.356Z" fill="%23646464" stroke="%23676564" stroke-width="3.95309" /> <path d="M118.893 183.356C118.704 185.298 118.702 185.324 118.701 185.324H118.7L118.697 185.323C118.695 185.323 118.693 185.323 118.69 185.323C118.685 185.323 118.679 185.322 118.671 185.321C118.655 185.32 118.632 185.317 118.604 185.313C118.55 185.307 118.473 185.298 118.378 185.286C118.188 185.262 117.921 185.225 117.603 185.171C116.972 185.064 116.106 184.888 115.213 184.61C114.341 184.339 113.326 183.936 112.47 183.327C111.618 182.721 110.683 181.729 110.535 180.261C110.431 179.225 110.745 178.183 110.959 177.583C111.061 177.297 111.167 177.045 111.254 176.85C111.255 176.734 111.255 176.598 111.257 176.444C111.262 175.922 111.27 175.191 111.284 174.358C111.312 172.699 111.362 170.61 111.45 168.954C111.543 167.217 111.781 165.037 111.99 163.32C112.096 162.456 112.195 161.697 112.269 161.154C112.305 160.883 112.335 160.665 112.356 160.515C112.367 160.439 112.375 160.381 112.381 160.341C112.384 160.321 112.386 160.305 112.388 160.295C112.388 160.29 112.389 160.286 112.39 160.283C112.39 160.282 112.39 160.281 112.39 160.28L112.391 160.279V160.278L112.41 160.138L112.451 160.001L114.347 160.561C112.451 160.001 112.452 159.999 112.452 159.997C112.452 159.996 112.453 159.994 112.453 159.993C112.454 159.99 112.455 159.987 112.456 159.984C112.458 159.979 112.46 159.972 112.462 159.966C112.466 159.953 112.47 159.939 112.475 159.925C112.484 159.895 112.496 159.862 112.51 159.825C112.537 159.751 112.573 159.662 112.62 159.561C112.714 159.357 112.85 159.103 113.043 158.817C113.431 158.242 114.04 157.553 114.975 156.876C116.847 155.521 119.923 154.288 124.963 153.976C129.246 153.71 132.234 155.024 134.167 156.512C135.117 157.243 135.789 157.998 136.231 158.583C136.453 158.876 136.618 159.129 136.733 159.319C136.791 159.414 136.837 159.494 136.87 159.556C136.887 159.586 136.901 159.612 136.912 159.634C136.918 159.644 136.923 159.654 136.927 159.662C136.929 159.666 136.931 159.67 136.933 159.674C136.933 159.675 136.934 159.677 136.935 159.679L136.937 159.681C136.937 159.682 136.911 159.696 135.166 160.561L136.938 159.683L137.092 159.994L137.131 160.34V160.341V160.347C137.131 160.35 137.132 160.356 137.133 160.362C137.134 160.376 137.137 160.396 137.14 160.423C137.145 160.476 137.154 160.554 137.165 160.654C137.187 160.855 137.217 161.146 137.254 161.508C137.327 162.231 137.426 163.243 137.524 164.395C137.721 166.683 137.925 169.582 137.934 171.885C137.942 174.15 137.963 176.411 137.384 178.428C136.759 180.601 135.478 182.406 133.166 183.947C132.601 184.324 131.926 184.556 131.323 184.714C130.691 184.88 129.984 185.002 129.262 185.095C127.816 185.28 126.165 185.365 124.635 185.398C123.097 185.432 121.64 185.416 120.571 185.391C120.036 185.378 119.595 185.363 119.287 185.352C119.133 185.346 119.012 185.341 118.929 185.337C118.887 185.335 118.854 185.334 118.832 185.333C118.821 185.333 118.813 185.331 118.807 185.331H118.797L118.893 183.356ZM118.893 183.356L118.796 185.331L118.749 185.328L118.702 185.324L118.893 183.356Z" fill="%23646464" stroke="%23676564" stroke-width="3.95309" /> <path d="M57.5276 115.013C56.2351 113.518 56.2346 113.518 56.2341 113.519L56.2329 113.52C56.2319 113.521 56.2303 113.522 56.2289 113.523C56.2258 113.526 56.2219 113.53 56.2166 113.534C56.2056 113.544 56.1898 113.558 56.1697 113.575C56.1292 113.611 56.0703 113.663 55.9946 113.73C55.843 113.864 55.6233 114.061 55.3444 114.315C54.7864 114.824 53.9906 115.564 53.0318 116.497C51.1159 118.362 48.537 121.009 45.8877 124.136C40.6678 130.296 34.8691 138.668 33.7427 146.731C33.454 148.798 33.3746 150.59 34.0585 152.255C34.7404 153.915 36.054 155.139 37.694 156.414C39.6605 157.944 42.2595 158.353 44.6249 158.002C47.0046 157.649 49.4161 156.491 51.077 154.524C51.9801 153.454 52.4181 152.098 52.6394 151.184C52.7568 150.699 52.8286 150.27 52.8718 149.959C53.0263 149.726 53.2473 149.393 53.5236 148.983C54.0969 148.132 54.9059 146.948 55.8481 145.62C57.7467 142.945 60.1362 139.754 62.2099 137.501C64.0289 135.524 65.8047 133.785 67.464 132.094C69.0886 130.439 70.6149 128.816 71.7592 127.197C72.6427 125.947 73.5982 124.623 74.1347 123.178C74.7211 121.597 74.7973 119.939 74.1965 118.004C73.575 116.001 72.6005 114.222 71.1571 112.846C69.6993 111.455 67.86 110.569 65.6786 110.216C63.4036 109.848 60.9462 110.834 59.3581 111.626C58.5027 112.053 57.7638 112.494 57.2395 112.827C56.9763 112.995 56.7643 113.137 56.6149 113.24C56.5403 113.291 56.4803 113.332 56.4382 113.362C56.4171 113.377 56.4006 113.39 56.3882 113.399C56.382 113.403 56.3763 113.407 56.3724 113.41C56.3705 113.411 56.3691 113.413 56.3678 113.414L56.3658 113.414L56.3651 113.415C56.3648 113.415 56.3641 113.416 57.5276 115.013ZM57.5276 115.013L56.2348 113.518L56.2981 113.464L56.3645 113.416L57.5276 115.013Z" fill="%23646464" stroke="%23676564" stroke-width="3.95309" /> <path d="M132.568 115.013C133.861 113.518 133.861 113.518 133.862 113.519L133.863 113.52C133.864 113.521 133.865 113.522 133.867 113.523C133.87 113.526 133.874 113.53 133.879 113.534C133.89 113.544 133.906 113.558 133.926 113.575C133.967 113.611 134.025 113.663 134.101 113.73C134.253 113.864 134.472 114.061 134.751 114.315C135.309 114.824 136.105 115.564 137.064 116.497C138.98 118.362 141.559 121.009 144.208 124.136C149.428 130.296 155.227 138.668 156.353 146.731C156.642 148.798 156.721 150.59 156.037 152.255C155.355 153.915 154.042 155.139 152.402 156.414C150.435 157.944 147.836 158.353 145.471 158.002C143.091 157.649 140.68 156.491 139.019 154.524C138.116 153.454 137.678 152.098 137.456 151.184C137.339 150.699 137.267 150.27 137.224 149.959C137.069 149.726 136.848 149.393 136.572 148.983C135.999 148.132 135.19 146.948 134.248 145.62C132.349 142.945 129.96 139.754 127.886 137.501C126.067 135.524 124.291 133.785 122.632 132.094C121.007 130.439 119.481 128.816 118.337 127.197C117.453 125.947 116.498 124.623 115.961 123.178C115.375 121.597 115.298 119.939 115.899 118.004C116.521 116.001 117.495 114.222 118.939 112.846C120.396 111.455 122.236 110.569 124.417 110.216C126.692 109.848 129.15 110.834 130.738 111.626C131.593 112.053 132.332 112.494 132.856 112.827C133.119 112.995 133.331 113.137 133.481 113.24C133.555 113.291 133.615 113.332 133.658 113.362C133.679 113.377 133.695 113.39 133.707 113.399C133.714 113.403 133.719 113.407 133.723 113.41C133.725 113.411 133.727 113.413 133.728 113.414L133.73 113.414L133.731 113.415C133.731 113.415 133.732 113.416 132.568 115.013ZM132.568 115.013L133.861 113.518L133.798 113.464L133.731 113.416L132.568 115.013Z" fill="%23646464" stroke="%23676564" stroke-width="3.95309" /> <path d="M56.5906 113.188C58.4274 111.826 61.4086 110.447 64.7195 111.998C75.0101 116.819 87.6373 119.004 99.1833 118.875C110.809 118.745 120.923 116.276 126.414 112.201C127.895 111.102 129.564 111.256 130.843 111.716C132.093 112.166 133.257 112.993 134.187 113.776C135.141 114.58 135.973 115.447 136.559 116.101C136.855 116.43 137.094 116.712 137.261 116.914C137.345 117.015 137.411 117.096 137.457 117.154C137.48 117.183 137.498 117.207 137.511 117.224C137.518 117.232 137.523 117.238 137.527 117.243C137.529 117.246 137.531 117.248 137.532 117.25L137.535 117.253C137.535 117.253 137.535 117.254 136.123 118.351L137.536 117.254L137.701 117.467L137.802 117.716L135.974 118.466L137.803 117.717C137.804 117.717 137.804 117.719 137.804 117.72C137.805 117.722 137.807 117.725 137.808 117.729C137.812 117.738 137.817 117.749 137.823 117.765C137.836 117.796 137.855 117.842 137.879 117.901C137.927 118.021 137.997 118.196 138.087 118.421C138.266 118.871 138.523 119.523 138.835 120.333C139.457 121.952 140.3 124.208 141.179 126.756C142.922 131.804 144.868 138.165 145.47 142.984C146.927 154.633 142.626 163.605 137.147 167.643C132.308 171.209 125.308 172.884 117.669 173.716C109.975 174.553 101.283 174.563 92.8572 174.563C86.3003 174.563 78.0245 173.771 70.7332 172.396C67.086 171.709 63.6422 170.869 60.7595 169.892C57.9387 168.936 55.4283 167.776 53.8455 166.345C48.6921 161.685 45.0226 154.101 45.5242 144.594C45.7979 139.406 47.7989 132.358 49.6521 126.762C50.5897 123.93 51.51 121.41 52.196 119.599C52.5392 118.692 52.8244 117.961 53.0242 117.456C53.1241 117.203 53.2026 117.006 53.2566 116.872C53.2835 116.805 53.3049 116.754 53.3191 116.719C53.3262 116.701 53.3319 116.688 53.3357 116.679C53.3375 116.674 53.3386 116.67 53.3396 116.668C53.34 116.667 53.3403 116.666 53.3406 116.665L53.3416 116.664V116.663L53.4226 116.465L53.5447 116.288L55.1707 117.412C53.5448 116.288 53.5452 116.287 53.5457 116.286L53.5466 116.285C53.5472 116.284 53.5479 116.283 53.5486 116.282C53.5501 116.28 53.5524 116.277 53.5544 116.274C53.5586 116.268 53.5639 116.261 53.5701 116.252C53.5823 116.235 53.5988 116.212 53.6189 116.185C53.6593 116.129 53.7157 116.052 53.7869 115.96C53.9288 115.776 54.1318 115.523 54.3894 115.23C54.9 114.651 55.6506 113.886 56.5906 113.188Z" fill="%23F7FBF8" stroke="%23676564" stroke-width="3.95309" /> <path d="M161.073 80.8009C160.662 110.684 148.766 121.769 94.5837 124.17C44.9319 121.509 30.2644 108.752 30.6752 78.8691C54.1952 99.2908 67.3891 106.184 94.5844 107.286C123.4 108.455 140.899 104.376 161.073 80.8009Z" fill="%23F7FBF8" /> <path d="M97.3025 93.6621C96.8996 93.689 95.3916 93.6894 95.77 92.8594C96.0366 92.2747 97.7254 92.4855 97.5944 93.206C97.454 93.9781 96.0697 93.738 95.5693 93.6986C94.7974 93.6379 94.2437 93.7557 94.1919 92.8229C94.0931 91.0449 96.1825 91.742 97.3481 92.0019C97.8262 92.1085 99.6772 92.3824 99.7837 93.2243C99.8323 93.6079 99.2048 94.0017 98.908 94.0817C98.271 94.2536 97.7875 93.7873 97.193 93.6986C96.911 93.6565 94.8366 93.8437 95.1406 93.1787C95.573 92.2328 96.9251 91.4742 97.8772 91.9381C98.2429 92.1162 98.6687 92.15 98.3607 92.458C97.9268 92.8919 97.7314 93.5386 97.3846 94.0361C96.6253 95.1255 95.1298 93.5991 94.5659 92.9506C93.6889 91.9421 94.1975 91.338 95.3321 91.3998C96.0774 91.4405 98.6739 91.2203 99.0722 91.9837C99.2034 92.2352 99.6734 94.0061 99.4462 94.1547C98.9213 94.4979 97.7127 93.8262 97.3208 93.6074C96.8949 93.3696 96.2793 92.9348 95.9707 92.5127C95.1032 91.3263 96.2327 92.7515 95.9889 92.0202" stroke="%23646464" stroke-width="1.68542" stroke-linecap="round" /> <path d="M72.8797 88.2603C71.9087 89.37 68.0158 93.2648 66.8497 90.1446C66.0281 87.9465 70.9334 84.1298 72.4557 86.3288C74.0868 88.6848 79.5494 92.2991 78.1558 93.4894M78.1558 93.4894C76.0057 95.326 65.223 96.4003 62.6805 94.1254C57.8344 89.7895 60.295 83.0613 63.976 80.7223C65.4857 79.763 72.7855 74.2014 78.156 80.7227C81.9209 86.3288 79.8965 91.1767 79.3369 92.1499C78.136 94.2384 74.4554 87.3312 72.6913 88.6371C71.8543 89.2567 66.981 95.0965 66.0488 92.5943C64.723 89.0356 65.0603 80.6173 68.7165 79.3565C70.1208 78.8723 72.5028 80.8278 72.5028 82.4186C72.5028 84.6595 73.6682 86.834 74.0574 89.014C74.9099 93.7876 67.1066 93.7079 63.976 93.4894C59.1075 93.1498 58.8606 90.2766 61.9503 87.5065C63.9795 85.6872 70.1158 78.4138 73.1153 79.3565C76.1675 79.3565 78.3589 92.519 78.1558 93.4894ZM78.1558 93.4894C77.6866 95.7312 74.3626 87.6249 72.7855 88.0718C71.0717 88.5575 68.3593 89.0243 66.4728 88.7314C61.1693 87.9078 67.7659 88.6713 65.2479 87.4123" stroke="%23646464" stroke-width="6.15474" stroke-linecap="round" /> <path d="M120.175 88.2603C121.146 89.37 125.039 93.2648 126.205 90.1446C127.027 87.9465 122.121 84.1298 120.599 86.3288C118.968 88.6848 113.505 92.2991 114.899 93.4894M114.899 93.4894C117.049 95.326 127.832 96.4003 130.374 94.1254C135.22 89.7895 132.76 83.0613 129.079 80.7223C127.569 79.763 120.269 74.2014 114.899 80.7227C111.134 86.3288 113.158 91.1767 113.718 92.1499C114.919 94.2384 118.599 87.3312 120.363 88.6371C121.2 89.2567 126.074 95.0965 127.006 92.5943C128.332 89.0356 127.994 80.6173 124.338 79.3565C122.934 78.8723 120.552 80.8278 120.552 82.4186C120.552 84.6595 119.387 86.834 118.997 89.014C118.145 93.7876 125.948 93.7079 129.079 93.4894C133.947 93.1498 134.194 90.2766 131.104 87.5065C129.075 85.6872 122.939 78.4138 119.939 79.3565C116.887 79.3565 114.696 92.519 114.899 93.4894ZM114.899 93.4894C115.368 95.7312 118.692 87.6249 120.269 88.0718C121.983 88.5575 124.695 89.0243 126.582 88.7314C131.885 87.9078 125.289 88.6713 127.807 87.4123" stroke="%23646464" stroke-width="6.15474" stroke-linecap="round" /> <path d="M76.5672 82.0957C75.6597 82.0957 74.9033 81.5533 74.9033 82.6688C74.9033 83.1154 76.0097 84.3021 76.3084 83.4915C76.8469 82.0299 74.7554 81.6676 74.7554 82.5949C74.7554 83.1894 75.821 83.6396 76.2252 83.168C76.8842 82.3991 75.0582 81.7896 74.9033 82.1697C74.6027 82.9077 76.4951 84.4052 76.6966 82.7428C76.7813 82.0443 75.822 82.2557 75.384 82.2621C72.7592 82.3007 76.4008 85.1667 76.4008 83.094" stroke="%23F7FBF8" stroke-width="1.59593" stroke-linecap="round" /> <path d="M119.198 82.0957C118.29 82.0957 117.534 81.5533 117.534 82.6688C117.534 83.1154 118.64 84.3021 118.939 83.4915C119.477 82.0299 117.386 81.6676 117.386 82.5949C117.386 83.1894 118.452 83.6396 118.856 83.168C119.515 82.3991 117.689 81.7896 117.534 82.1697C117.233 82.9077 119.126 84.4052 119.327 82.7428C119.412 82.0443 118.453 82.2557 118.015 82.2621C115.39 82.3007 119.031 85.1667 119.031 83.094" stroke="%23F7FBF8" stroke-width="1.59593" stroke-linecap="round" /> <path d="M94.9445 122.733C78.1865 122.623 54.7409 117.615 54.7409 117.615C54.7409 117.615 52.1178 125.655 50.8624 129.272C49.3852 133.528 47.8353 139.791 47.8353 139.791C47.8353 139.791 73.9906 144.771 93.3364 145.477C111.128 146.126 143.283 140.928 143.283 140.928C143.283 140.928 141.685 133.809 140.256 129.366C138.862 125.029 136.094 118.468 136.094 118.468C136.094 118.468 109.841 122.83 94.9445 122.733Z" fill="%23646464" /> <path d="M79.0398 126.052C79.0398 126.052 95.1651 123.988 110.9 126.052C114.275 126.495 117.726 126.847 119.158 128.842C121.892 132.65 117.517 136.988 113.522 139.442C109.617 141.841 103.45 143.896 96.6158 143.961C89.529 144.028 83.7825 142.008 79.0398 139.442C74.8796 137.191 70.4268 132.687 73.1811 128.842C74.6566 126.782 79.0398 126.052 79.0398 126.052Z" fill="black" fill-opacity="0.1" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img08 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M145.425 108.258C99.854 115.613 89.094 143.593 93.1426 160.831C93.1577 160.896 93.1803 160.958 93.2099 161.016C102.461 179.471 135.717 177.177 162.101 160.927C183.519 147.736 184.104 115.083 184.321 100.038C184.331 99.2967 183.463 98.881 182.856 99.307C177.671 102.944 172.796 103.668 168.597 104.134C160.027 105.086 147.603 108.18 145.558 108.246C145.511 108.247 145.471 108.251 145.425 108.258Z" fill="%23ECC7A0" stroke="%23646464" stroke-width="3.67533" /> <path d="M60.7595 117.013C62.0988 118.29 63.0037 119.94 63.5803 121.798C64.1376 123.594 64.0669 125.132 63.5228 126.599C63.025 127.94 62.1378 129.167 61.3181 130.327C60.2563 131.829 58.8407 133.335 57.3333 134.871C55.7937 136.44 54.146 138.054 52.4582 139.888C50.5342 141.978 48.3177 144.939 46.5562 147.421C45.6819 148.653 44.931 149.751 44.3991 150.541C44.1433 150.921 43.938 151.228 43.7947 151.445C43.7546 151.733 43.688 152.133 43.5789 152.583C43.3735 153.432 42.9666 154.689 42.1285 155.682C40.5876 157.507 38.351 158.581 36.143 158.909C33.9483 159.235 31.5372 158.854 29.7126 157.435C28.1909 156.252 26.9716 155.117 26.3389 153.577C25.7045 152.032 25.7778 150.369 26.0456 148.452C27.0907 140.97 32.4707 133.202 37.3138 127.487C39.7718 124.586 42.1648 122.131 43.9424 120.4C44.8319 119.534 45.5699 118.848 46.0877 118.376C46.3466 118.14 46.551 117.957 46.6917 117.832C46.7617 117.77 46.8163 117.722 46.8538 117.689C46.8726 117.673 46.8872 117.66 46.8974 117.651C46.9024 117.647 46.9062 117.643 46.9091 117.64C46.9106 117.639 46.9122 117.638 46.9131 117.637L46.9137 117.637C46.9141 117.636 46.9149 117.636 48.1143 119.024L46.9151 117.637L46.9731 117.586L47.0342 117.541L47.0356 117.541L47.0375 117.538C47.0388 117.538 47.041 117.537 47.0428 117.535C47.0464 117.533 47.051 117.529 47.0566 117.525C47.0681 117.517 47.0839 117.506 47.1034 117.492C47.1425 117.464 47.1975 117.426 47.2669 117.378C47.4055 117.283 47.6029 117.151 47.8472 116.996C48.3336 116.686 49.0187 116.276 49.8121 115.881C51.2855 115.146 53.5659 114.23 55.6767 114.572C57.7008 114.899 59.4069 115.723 60.7595 117.013Z" fill="%23ECC7A0" stroke="%23646464" stroke-width="3.66773" /> <path d="M105.093 117.486C103.753 118.764 102.848 120.414 102.272 122.272C101.714 124.068 101.785 125.606 102.329 127.072C102.827 128.413 103.714 129.64 104.534 130.8C105.596 132.303 107.011 133.809 108.519 135.345C110.058 136.914 111.706 138.527 113.394 140.361C115.318 142.452 117.534 145.412 119.296 147.895C120.17 149.127 120.921 150.225 121.453 151.014C121.709 151.394 121.914 151.702 122.057 151.918C122.097 152.207 122.164 152.606 122.273 153.057C122.479 153.905 122.885 155.163 123.724 156.156C125.264 157.981 127.501 159.055 129.709 159.383C131.904 159.708 134.315 159.328 136.139 157.909C137.661 156.725 138.88 155.591 139.513 154.05C140.148 152.506 140.074 150.843 139.806 148.925C138.761 141.444 133.381 133.676 128.538 127.96C126.08 125.06 123.687 122.604 121.91 120.874C121.02 120.008 120.282 119.322 119.764 118.85C119.505 118.614 119.301 118.43 119.16 118.306C119.09 118.243 119.036 118.196 118.998 118.163C118.979 118.147 118.965 118.134 118.955 118.125C118.95 118.12 118.946 118.117 118.943 118.114C118.941 118.113 118.94 118.112 118.939 118.111L118.938 118.11C118.938 118.11 118.937 118.11 117.738 119.497L118.937 118.11L118.879 118.06L118.818 118.014L118.816 118.014L118.815 118.012C118.813 118.011 118.811 118.01 118.809 118.009C118.806 118.006 118.801 118.003 118.795 117.999C118.784 117.991 118.768 117.98 118.749 117.966C118.71 117.938 118.655 117.899 118.585 117.852C118.447 117.756 118.249 117.625 118.005 117.469C117.518 117.16 116.833 116.75 116.04 116.354C114.567 115.62 112.286 114.704 110.175 115.046C108.151 115.373 106.445 116.196 105.093 117.486Z" fill="%23ECC7A0" stroke="%23646464" stroke-width="3.66773" /> <path d="M135.013 156.461C132.351 158.531 127.544 157.839 125.124 154.972C124.001 153.642 123.829 151.275 123.829 151.275C123.829 151.275 127.623 152.526 132.086 150.513C133.531 149.861 137.497 146.225 137.949 149.463C138.401 152.701 137.996 154.141 135.013 156.461Z" fill="%23887E72" /> <path d="M30.2301 156.461C32.8924 158.531 37.6991 157.839 40.1194 154.972C41.2423 153.642 41.4147 151.275 41.4147 151.275C41.4147 151.275 37.6202 152.526 33.1573 150.513C31.7122 149.861 27.7465 146.225 27.2943 149.463C26.8421 152.701 27.2472 154.141 30.2301 156.461Z" fill="%23887E72" /> <path d="M84.417 37.7127C118.318 38.1787 146.418 58.2111 146.018 87.3044C145.826 101.338 142.916 111.572 133.094 118.374C123.524 125.001 107.699 128.112 82.5779 129.22L82.489 129.225L82.3992 129.22C59.3268 127.986 43.9376 124.445 34.3693 117.422C24.6016 110.253 21.2188 99.7233 21.413 85.5915C21.8132 56.4962 50.5189 37.2469 84.417 37.7127Z" fill="%23ECC7A0" stroke="%23646464" stroke-width="3.66773" /> <path d="M45.8781 157.526C47.6719 156.146 50.4441 154.927 54.4181 155.174C59.0941 155.464 61.9483 156.607 63.6857 157.864C64.5532 158.492 65.1173 159.132 65.4777 159.666C65.6567 159.931 65.7824 160.167 65.8693 160.355C65.9125 160.45 65.9462 160.532 65.9718 160.601C65.9846 160.635 65.9959 160.666 66.005 160.693C66.0095 160.707 66.014 160.72 66.0177 160.731C66.0195 160.737 66.0209 160.744 66.0226 160.749C66.0234 160.752 66.0238 160.754 66.0245 160.757C66.0249 160.758 66.0263 160.76 66.0265 160.761C66.0252 160.763 65.9701 160.781 64.2687 161.283L66.0275 160.764L66.0646 160.891L66.0831 161.021V161.022C66.0832 161.023 66.0839 161.024 66.0841 161.025C66.0845 161.028 66.0844 161.032 66.0851 161.037C66.0865 161.047 66.0893 161.061 66.0919 161.079C66.0972 161.116 66.1046 161.17 66.1144 161.24C66.134 161.38 66.1623 161.582 66.1964 161.834C66.2646 162.338 66.3564 163.042 66.4542 163.844C66.6485 165.436 66.8693 167.459 66.9552 169.071C67.0371 170.608 67.0836 172.546 67.1095 174.085C67.1225 174.858 67.1302 175.536 67.1349 176.021C67.1363 176.163 67.1369 176.289 67.1378 176.396C67.2182 176.577 67.3164 176.811 67.4113 177.076C67.61 177.633 67.9019 178.6 67.8048 179.562C67.6981 180.618 67.256 181.493 66.5499 182.151C65.8929 182.764 65.1 183.104 64.4122 183.321C63.7227 183.54 62.9757 183.683 62.3409 183.804C61.6647 183.933 61.0874 184.043 60.5607 184.195C57.9931 184.94 55.2441 185.067 52.8497 184.819C50.5045 184.577 48.2607 183.95 46.8077 182.981C44.6626 181.551 43.4733 179.877 42.8937 177.86C42.3558 175.989 42.3759 173.891 42.3839 171.79C42.3921 169.653 42.5816 166.963 42.7638 164.84C42.8555 163.771 42.9465 162.833 43.0148 162.161C43.0489 161.826 43.0768 161.556 43.0968 161.37C43.1068 161.277 43.1148 161.205 43.1202 161.155C43.1229 161.131 43.1256 161.112 43.1271 161.099C43.1278 161.092 43.1277 161.087 43.1281 161.084C43.1282 161.082 43.1289 161.081 43.129 161.08V161.079V161.078L43.1652 160.758L43.3087 160.469L44.9513 161.283C43.3973 160.513 43.3138 160.47 43.3097 160.467L43.3107 160.465C43.3114 160.463 43.3118 160.462 43.3126 160.46C43.3142 160.457 43.3165 160.453 43.3185 160.449C43.3223 160.442 43.3261 160.433 43.3312 160.423C43.3415 160.403 43.3547 160.379 43.3702 160.351C43.4014 160.294 43.4437 160.219 43.4972 160.131C43.604 159.955 43.7577 159.72 43.963 159.448C44.3731 158.905 44.9962 158.205 45.8781 157.526Z" fill="%23887E72" stroke="%23646464" stroke-width="3.66773" /> <path d="M119.222 157.526C117.428 156.146 114.656 154.927 110.682 155.174C106.006 155.464 103.152 156.607 101.414 157.864C100.547 158.492 99.9825 159.132 99.6222 159.666C99.4432 159.931 99.3174 160.167 99.2306 160.355C99.1873 160.45 99.1537 160.532 99.1281 160.601C99.1153 160.635 99.1039 160.666 99.0948 160.693C99.0903 160.707 99.0858 160.72 99.0822 160.731C99.0803 160.737 99.0789 160.744 99.0773 160.749C99.0765 160.752 99.076 160.754 99.0753 160.757C99.0749 160.758 99.0735 160.76 99.0734 160.761C99.0746 160.763 99.1298 160.781 100.831 161.283L99.0724 160.764L99.0353 160.891L99.0167 161.021V161.022C99.0166 161.023 99.0159 161.024 99.0157 161.025C99.0154 161.028 99.0155 161.032 99.0148 161.037C99.0134 161.047 99.0105 161.061 99.0079 161.079C99.0027 161.116 98.9953 161.17 98.9855 161.24C98.9659 161.38 98.9375 161.582 98.9034 161.834C98.8353 162.338 98.7435 163.042 98.6456 163.844C98.4513 165.436 98.2306 167.459 98.1447 169.071C98.0627 170.608 98.0163 172.546 97.9904 174.085C97.9774 174.858 97.9697 175.536 97.965 176.021C97.9636 176.163 97.9629 176.289 97.962 176.396C97.8817 176.577 97.7835 176.811 97.6886 177.076C97.4899 177.633 97.198 178.6 97.295 179.562C97.4018 180.618 97.8439 181.493 98.5499 182.151C99.207 182.764 99.9999 183.104 100.688 183.321C101.377 183.54 102.124 183.683 102.759 183.804C103.435 183.933 104.012 184.043 104.539 184.195C107.107 184.94 109.856 185.067 112.25 184.819C114.595 184.577 116.839 183.95 118.292 182.981C120.437 181.551 121.627 179.877 122.206 177.86C122.744 175.989 122.724 173.891 122.716 171.79C122.708 169.653 122.518 166.963 122.336 164.84C122.244 163.771 122.153 162.833 122.085 162.161C122.051 161.826 122.023 161.556 122.003 161.37C121.993 161.277 121.985 161.205 121.98 161.155C121.977 161.131 121.974 161.112 121.973 161.099C121.972 161.092 121.972 161.087 121.972 161.084C121.972 161.082 121.971 161.081 121.971 161.08V161.079V161.078L121.935 160.758L121.791 160.469L120.149 161.283C121.703 160.513 121.786 160.47 121.79 160.467L121.789 160.465C121.788 160.463 121.788 160.462 121.787 160.46C121.786 160.457 121.783 160.453 121.781 160.449C121.778 160.442 121.774 160.433 121.769 160.423C121.758 160.403 121.745 160.379 121.73 160.351C121.698 160.294 121.656 160.219 121.603 160.131C121.496 159.955 121.342 159.72 121.137 159.448C120.727 158.905 120.104 158.205 119.222 157.526Z" fill="%23887E72" stroke="%23646464" stroke-width="3.66773" /> <path d="M43.8628 5.17977C44.6262 3.50591 46.6703 2.94793 48.0984 4.10775C50.9106 6.39166 55.3382 10.5142 58.8842 16.2148C63.997 24.4341 66.8124 32.5097 67.932 36.1584C68.3042 37.3714 67.822 38.6586 66.7808 39.3838L31.0719 64.2567C28.8729 65.7884 25.9409 63.9562 26.3924 61.3147C27.5725 54.4121 29.5548 43.831 31.7568 36.3416C35.1569 24.7774 41.1187 11.1965 43.8628 5.17977Z" fill="%23646464" /> <path d="M45.4031 10.7863C46.3441 8.79472 48.9853 8.48895 50.3169 10.2436C52.6657 13.3385 55.9551 17.9827 58.2717 22.5148C61.0005 27.8533 63.9693 37.9214 65.1564 42.1416C65.4873 43.318 65.0674 44.5692 64.1061 45.3236L33.4231 69.404C31.107 71.2217 27.7877 69.0339 28.5337 66.1858C31.0589 56.5444 34.7359 41.9632 35.082 37.5378C35.4886 32.3389 42.0099 17.9678 45.4031 10.7863Z" fill="%23ECC7A0" /> <path d="M123.683 5.17977C122.92 3.50591 120.876 2.94793 119.448 4.10775C116.636 6.39166 112.208 10.5142 108.662 16.2148C103.549 24.4341 100.734 32.5097 99.6143 36.1584C99.242 37.3714 99.7243 38.6586 100.765 39.3838L136.474 64.2567C138.673 65.7884 141.605 63.9562 141.154 61.3147C139.974 54.4121 137.992 43.831 135.789 36.3416C132.389 24.7774 126.428 11.1965 123.683 5.17977Z" fill="%23646464" /> <path d="M122.144 10.7863C121.202 8.79472 118.561 8.48895 117.23 10.2436C114.881 13.3385 111.591 17.9827 109.275 22.5148C106.546 27.8533 103.577 37.9214 102.39 42.1416C102.059 43.318 102.479 44.5692 103.441 45.3236L134.124 69.404C136.44 71.2217 139.759 69.0339 139.013 66.1858C136.488 56.5444 132.811 41.9632 132.465 37.5378C132.058 32.3389 125.537 17.9678 122.144 10.7863Z" fill="%23ECC7A0" /> <path d="M122.143 10.7873C121.202 8.7957 118.561 8.48993 117.229 10.2446C114.88 13.3395 111.591 17.9836 109.274 22.5157C106.545 27.8543 103.577 37.9224 102.389 42.1426C102.059 43.3189 102.479 44.5702 103.44 45.3246L134.123 69.405C136.439 71.2227 139.758 69.0349 139.012 66.1868C136.487 56.5454 132.81 41.9642 132.464 37.5388C132.057 32.3399 125.536 17.9688 122.143 10.7873Z" fill="%23ECC7A0" /> <path d="M45.4028 10.7921C46.3438 8.80049 48.9849 8.49472 50.3166 10.2494C52.6654 13.3442 55.9548 17.9884 58.2714 22.5205C59.2829 24.4995 60.4744 26.2965 61.658 27.8522C63.3942 30.1341 61.8097 34.0659 58.9424 34.0659L48.4909 34.0659C47.7979 34.0659 47.1262 34.3018 46.5724 34.7185C43.7138 36.8688 34.6333 43.2764 35.0817 37.5436C35.4883 32.3447 42.0096 17.9736 45.4028 10.7921Z" fill="%23887E72" /> <path d="M122.143 10.7929C121.202 8.80132 118.561 8.49556 117.229 10.2502C114.881 13.3451 111.591 17.9893 109.274 22.5214C107.761 25.4824 106.579 27.9384 105.725 29.7746C104.858 31.6364 106.104 33.7433 108.147 33.9435L119.309 35.0363C119.844 35.0887 120.349 35.2773 120.794 35.5784C123.427 37.3608 132.922 43.4036 132.464 37.5444C132.058 32.3455 125.536 17.9744 122.143 10.7929Z" fill="%23887E72" /> <path d="M46.4447 18.8997C47.3758 16.9034 50.0169 16.5956 51.3202 18.3714C52.8726 20.4867 54.7508 23.2554 56.137 25.9674C57.9565 29.527 59.9267 36.0562 60.8522 39.3009C61.1874 40.476 60.7669 41.726 59.8056 42.4805L40.6641 57.503C38.348 59.3206 35.0238 57.13 35.7592 54.2792C37.4636 47.6716 39.5018 39.3593 39.7173 36.6046C39.9834 33.202 43.9487 24.2506 46.4447 18.8997Z" fill="%23F0EEED" /> <path d="M120.705 18.8997C119.774 16.9034 117.133 16.5956 115.83 18.3714C114.277 20.4867 112.399 23.2554 111.013 25.9674C109.194 29.527 107.223 36.0562 106.298 39.3009C105.963 40.476 106.383 41.726 107.344 42.4805L126.486 57.503C128.802 59.3206 132.126 57.13 131.391 54.2792C129.686 47.6716 127.648 39.3593 127.433 36.6046C127.167 33.202 123.201 24.2506 120.705 18.8997Z" fill="%23F0EEED" /> <path d="M47.2446 117.331C48.9488 116.067 51.7148 114.788 54.7866 116.227C64.3343 120.699 76.0498 122.726 86.7622 122.606C97.5484 122.486 106.934 120.195 112.028 116.414C113.401 115.395 114.95 115.537 116.136 115.964C117.297 116.381 118.377 117.15 119.24 117.877C120.124 118.623 120.897 119.426 121.441 120.032C121.715 120.338 121.937 120.6 122.092 120.787C122.17 120.881 122.231 120.957 122.274 121.011C122.295 121.037 122.313 121.059 122.325 121.074C122.331 121.082 122.336 121.088 122.339 121.093L122.345 121.102H122.346C122.346 121.102 122.347 121.103 121.011 122.14L122.346 121.103L122.649 121.492L122.715 121.981V121.983C122.716 121.985 122.716 121.987 122.716 121.989C122.717 121.994 122.718 122.002 122.719 122.012L122.776 122.437C122.814 122.73 122.87 123.159 122.938 123.701C123.075 124.785 123.263 126.323 123.47 128.142C123.884 131.775 124.373 136.544 124.669 141.057C125.262 150.068 125.744 155.77 121.432 164.239C120.044 166.965 117.651 168.9 114.78 170.282C111.917 171.661 108.472 172.545 104.786 173.124C97.4249 174.28 88.6947 174.275 80.8931 174.275C74.8707 174.275 66.805 173.868 59.8179 172.752C56.3304 172.195 53.0403 171.451 50.3862 170.461C47.8363 169.51 45.4487 168.181 44.3286 166.188C40.0137 158.512 40.4447 150.504 40.8774 142.303C41.1232 137.646 41.944 132.269 42.6929 128.094C43.0687 125.998 43.4299 124.189 43.6968 122.903C43.8302 122.26 43.9401 121.748 44.0171 121.395C44.0556 121.218 44.0862 121.081 44.1069 120.988C44.1173 120.942 44.1249 120.906 44.1304 120.882C44.1331 120.87 44.1348 120.86 44.1362 120.854C44.1369 120.851 44.1378 120.848 44.1382 120.847L44.1392 120.844V120.843L44.2173 120.498L44.4194 120.206L45.9272 121.249C44.4388 120.22 44.4193 120.206 44.4194 120.205L44.4204 120.204C44.421 120.203 44.4217 120.202 44.4224 120.201C44.4238 120.199 44.4253 120.196 44.4272 120.193C44.431 120.188 44.4363 120.182 44.4419 120.174C44.4533 120.158 44.469 120.136 44.4878 120.11C44.5253 120.059 44.5771 119.988 44.6431 119.902C44.7748 119.731 44.9634 119.496 45.2026 119.225C45.6764 118.687 46.3727 117.978 47.2446 117.331Z" fill="%23ECC7A0" stroke="%23646464" stroke-width="3.66773" /> <path d="M144.185 87.2806C143.804 115.006 132.767 125.291 82.4953 127.519C36.4276 125.05 22.8189 113.214 23.2001 85.4883C45.0223 104.436 57.2638 110.831 82.4959 111.854C109.232 112.938 125.468 109.154 144.185 87.2806Z" fill="%23ECC7A0" /> <path d="M66.3975 118.69C66.3975 118.69 82.5229 116.626 98.2576 118.69C101.633 119.133 105.084 119.485 106.516 121.479C109.25 125.288 104.875 129.626 100.88 132.08C96.9743 134.478 90.6577 137.085 83.8237 137.15C76.7369 137.218 71.1403 134.646 66.3975 132.08C62.2374 129.828 57.7846 125.325 60.5389 121.479C62.0144 119.419 66.3975 118.69 66.3975 118.69Z" fill="%23F0EEED" /> <path d="M66.1556 134.1L64.687 131.148C64.3086 130.387 65.127 129.588 65.8786 129.984L71.1113 132.742C71.8979 133.157 71.6363 134.345 70.7482 134.39L66.9841 134.584C66.6362 134.602 66.3108 134.412 66.1556 134.1Z" fill="%23F0EEED" /> <path d="M100.871 134.1L102.34 131.148C102.718 130.387 101.9 129.588 101.148 129.984L95.9154 132.742C95.1287 133.157 95.3903 134.345 96.2784 134.39L100.042 134.584C100.39 134.602 100.716 134.412 100.871 134.1Z" fill="%23F0EEED" /> <path d="M71.7995 137.191L70.3309 134.239C69.9525 133.478 70.7709 132.678 71.5225 133.075L76.7552 135.833C77.5418 136.248 77.2802 137.435 76.3921 137.481L72.628 137.675C72.2801 137.693 71.9547 137.503 71.7995 137.191Z" fill="%23F0EEED" /> <path d="M82.5407 140.611L76.6349 137.354C75.0509 136.481 75.6712 134.071 77.48 134.071L89.4586 134.071C91.2784 134.071 91.8895 136.504 90.2858 137.364L84.2131 140.621C83.69 140.901 83.0605 140.897 82.5407 140.611Z" fill="%23F0EEED" /> <path d="M94.9207 137.366L96.3893 134.413C96.7677 133.653 95.9493 132.853 95.1977 133.249L89.965 136.008C89.1784 136.423 89.44 137.61 90.3281 137.656L94.0922 137.85C94.4401 137.868 94.7655 137.678 94.9207 137.366Z" fill="%23F0EEED" /> <path d="M122.46 121.46C103.559 131.436 61.7912 124.511 47.3785 121.461C44.287 120.807 29.0239 113.288 27.5141 102.734C25.1052 85.8936 73.9156 101.226 77.5688 97.5709C81.1402 93.9972 81.1391 93.1803 83.6943 93.458C87.7197 93.8956 85.734 93.7595 90.0824 97.5709C93.8966 100.914 139.763 88.7071 140.137 103.871C140.355 112.703 130.273 117.337 122.46 121.46Z" fill="%23F0EEED" /> <path d="M84.0481 97.3609C83.6871 97.385 82.3359 97.3853 82.675 96.6417C82.9138 96.1178 84.427 96.3067 84.3096 96.9523C84.1838 97.644 82.9435 97.4289 82.4952 97.3936C81.8035 97.3392 81.3074 97.4448 81.261 96.609C81.1725 95.016 83.0445 95.6406 84.0889 95.8734C84.5173 95.9689 86.1757 96.2143 86.2712 96.9686C86.3147 97.3124 85.7525 97.6651 85.4866 97.7369C84.9159 97.8909 84.4826 97.4731 83.95 97.3936C83.6973 97.3559 81.8386 97.5236 82.111 96.9277C82.4984 96.0803 83.7099 95.4006 84.563 95.8162C84.8906 95.9758 85.2722 96.0061 84.9962 96.2821C84.6074 96.6708 84.4323 97.2503 84.1216 97.696C83.4413 98.6721 82.1014 97.3045 81.5961 96.7234C80.8104 95.8198 81.266 95.2785 82.2827 95.334C82.9504 95.3704 85.2768 95.1731 85.6337 95.8571C85.7512 96.0824 86.1724 97.6692 85.9688 97.8023C85.4985 98.1098 84.4156 97.508 84.0644 97.3119C83.6828 97.0988 83.1313 96.7092 82.8548 96.3311C82.0775 95.2681 83.0895 96.545 82.8711 95.8897" stroke="%23646464" stroke-width="1.51011" stroke-linecap="round" /> <path d="M101.029 94.5482C101.571 94.0748 103.354 92.8344 106.183 91.2789C107.742 90.4212 109.691 89.6847 110.871 89.2217C112.438 88.6579 113.092 88.5291 113.544 88.4744C113.74 88.4447 113.869 88.4111 114.385 88.4024" stroke="%23646464" stroke-width="3.3253" stroke-linecap="round" /> <path d="M66.026 94.5482C65.4842 94.0748 63.7015 92.8344 60.8726 91.2789C59.3128 90.4212 57.3646 89.6847 56.1848 89.2217C54.6175 88.6579 53.9631 88.5291 53.5116 88.4744C53.3155 88.4447 53.1864 88.4111 52.6707 88.4024" stroke="%23646464" stroke-width="3.3253" stroke-linecap="round" /> <path d="M156.763 107.81C155.188 108.072 154.138 108.422 153.526 108.772C153.073 109.031 153.063 109.11 152.825 109.385C152.445 109.824 152.306 110.247 151.95 110.785C151.652 111.236 151.469 111.371 151.163 111.922C150.876 112.439 150.265 113.009 150.638 113.237C151.775 113.935 152.82 114.332 153.526 114.723C154.167 115.077 155.178 115.577 156.326 115.773C157.3 115.939 158.393 116.049 158.419 117.086C158.441 117.963 158.292 118.827 158.038 119.574C157.633 120.76 156.936 121.73 157.282 123.981C157.355 124.452 157.488 124.658 157.808 124.663C159.251 124.685 159.909 123.907 164.22 123.642C167.269 123.454 169.258 125.542 169.893 126.181C170.011 126.3 170.132 126.44 170.152 127.236C170.247 131.087 170.116 133.756 171.338 133.854C171.622 133.877 172.77 133.573 173.652 133.274C174.681 132.926 176.19 132.137 176.19 132.137C176.19 132.137 177.807 130.619 178.815 129.337C180.312 127.433 180.565 125.391 180.928 123.276C181.218 121.582 181.601 119.029 181.791 117.086C181.907 115.889 181.775 115.911 182.141 113.237C182.305 112.038 182.568 110.873 182.578 109.647C182.602 106.782 182.666 105.709 182.666 105.709C182.666 105.709 182.911 101.751 182.403 101.684C181.693 101.59 180.912 102.314 180.137 102.729C179.472 103.085 178.735 103.575 177.765 103.959C176.394 104.503 175.524 104.488 174.09 104.834C172.414 105.239 171.698 105.409 170.152 105.709C166.969 106.329 165.602 106.234 161.926 106.847C160.3 107.118 159.369 107.375 156.763 107.81Z" fill="%23F0EEED" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img09 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="188" height="190" viewBox="0 0 188 190" fill="none"><path d="M92.2022 29.8763C126.986 30.3546 155.865 50.9136 155.454 80.8179C155.256 95.2176 152.27 105.749 142.162 112.75C132.325 119.562 116.074 122.751 90.319 123.888L90.2232 123.891L90.1266 123.887C66.4695 122.622 50.6659 118.99 40.8314 111.772C30.7824 104.396 27.3099 93.5641 27.5093 79.0591C27.9205 49.1525 57.4216 29.3982 92.2022 29.8763Z" fill="%23D3C3B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M52.6304 152.734C54.487 151.306 57.3519 150.048 61.4507 150.303C66.2575 150.601 69.2026 151.776 71.0024 153.079C71.9014 153.73 72.4881 154.394 72.8638 154.951C73.0503 155.228 73.1819 155.473 73.2729 155.671C73.3184 155.77 73.3533 155.857 73.3804 155.93C73.3939 155.966 73.4059 155.998 73.4155 156.027C73.4204 156.042 73.4243 156.056 73.4282 156.068L73.437 156.095C73.4374 156.096 73.4377 156.098 73.438 156.099C73.4386 156.101 73.4392 156.103 71.5435 156.662L73.439 156.103L73.479 156.239L73.4995 156.38V156.381V156.382C73.4996 156.383 73.5003 156.384 73.5005 156.385C73.5009 156.387 73.5017 156.392 73.5024 156.396C73.5039 156.406 73.5057 156.421 73.5083 156.439C73.5137 156.477 73.5217 156.534 73.5317 156.605C73.5518 156.749 73.5808 156.957 73.6157 157.215C73.6857 157.731 73.78 158.454 73.8804 159.276C74.0796 160.909 74.3067 162.986 74.395 164.642C74.4791 166.219 74.5267 168.207 74.5532 169.785C74.5666 170.577 74.5738 171.273 74.5786 171.771C74.58 171.909 74.5807 172.032 74.5815 172.138C74.6629 172.323 74.7622 172.557 74.8569 172.822C75.0616 173.395 75.3669 174.404 75.2651 175.412C75.1202 176.847 74.2073 177.812 73.3853 178.397C72.5589 178.986 71.5812 179.372 70.7476 179.631C69.8926 179.897 69.0651 180.065 68.4624 180.167C68.158 180.219 67.9032 180.255 67.7212 180.278C67.63 180.29 67.5561 180.299 67.5034 180.305C67.4771 180.308 67.4556 180.31 67.4399 180.312C67.4322 180.312 67.4254 180.313 67.4204 180.313C67.4182 180.314 67.4162 180.313 67.4146 180.313L67.4116 180.314H67.4106L67.2192 178.347L67.4097 180.314L67.3628 180.318L67.3149 180.321H67.3052C67.2994 180.322 67.2912 180.322 67.2808 180.322C67.2595 180.323 67.2286 180.325 67.189 180.327C67.1095 180.331 66.9938 180.335 66.8472 180.341C66.5537 180.352 66.1342 180.366 65.6245 180.378C64.6066 180.402 63.2193 180.418 61.7544 180.386C60.2977 180.354 58.7232 180.273 57.3433 180.096C56.6537 180.007 55.9767 179.891 55.3696 179.731C54.7922 179.58 54.1389 179.355 53.5884 178.988C51.3715 177.51 50.1376 175.775 49.5366 173.685C48.9806 171.75 49.002 169.585 49.0103 167.435C49.0186 165.24 49.213 162.478 49.3999 160.301C49.494 159.205 49.5877 158.241 49.6577 157.553C49.6927 157.208 49.7212 156.932 49.7417 156.741C49.7519 156.646 49.7606 156.572 49.7661 156.521C49.7689 156.496 49.7705 156.476 49.772 156.463C49.7727 156.456 49.7735 156.451 49.7739 156.447C49.7741 156.446 49.7748 156.444 49.7749 156.443V156.442L49.814 156.097L49.9683 155.784L51.7388 156.662C49.968 155.785 49.9687 155.783 49.9692 155.782L49.9702 155.78C49.971 155.779 49.9723 155.777 49.9731 155.775C49.9749 155.772 49.976 155.768 49.978 155.764C49.9821 155.756 49.9873 155.747 49.9927 155.736C50.0035 155.715 50.0174 155.69 50.0337 155.66C50.0663 155.601 50.11 155.523 50.1655 155.432C50.2766 155.248 50.4362 155.004 50.6489 154.723C51.0736 154.16 51.7184 153.436 52.6304 152.734Z" fill="%23D3C3B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M127.943 152.734C126.087 151.306 123.222 150.048 119.123 150.303C114.316 150.601 111.371 151.776 109.571 153.079C108.672 153.73 108.086 154.394 107.71 154.951C107.523 155.228 107.392 155.473 107.301 155.671C107.255 155.77 107.22 155.857 107.193 155.93C107.18 155.966 107.168 155.998 107.158 156.027C107.153 156.042 107.149 156.056 107.146 156.068L107.137 156.095C107.136 156.096 107.136 156.098 107.136 156.099C107.135 156.101 107.135 156.103 109.03 156.662L107.135 156.103L107.095 156.239L107.074 156.38V156.381V156.382C107.074 156.383 107.073 156.384 107.073 156.385C107.073 156.387 107.072 156.392 107.071 156.396C107.07 156.406 107.068 156.421 107.065 156.439C107.06 156.477 107.052 156.534 107.042 156.605C107.022 156.749 106.993 156.957 106.958 157.215C106.888 157.731 106.794 158.454 106.693 159.276C106.494 160.909 106.267 162.986 106.179 164.642C106.095 166.219 106.047 168.207 106.021 169.785C106.007 170.577 106 171.273 105.995 171.771C105.994 171.909 105.993 172.032 105.992 172.138C105.911 172.323 105.812 172.557 105.717 172.822C105.512 173.395 105.207 174.404 105.309 175.412C105.454 176.847 106.366 177.812 107.188 178.397C108.015 178.986 108.992 179.372 109.826 179.631C110.681 179.897 111.509 180.065 112.111 180.167C112.416 180.219 112.671 180.255 112.853 180.278C112.944 180.29 113.018 180.299 113.07 180.305C113.097 180.308 113.118 180.31 113.134 180.312C113.142 180.312 113.148 180.313 113.153 180.313C113.156 180.314 113.158 180.313 113.159 180.313L113.162 180.314H113.163L113.354 178.347L113.164 180.314L113.211 180.318L113.259 180.321H113.269C113.274 180.322 113.283 180.322 113.293 180.322C113.314 180.323 113.345 180.325 113.385 180.327C113.464 180.331 113.58 180.335 113.727 180.341C114.02 180.352 114.44 180.366 114.949 180.378C115.967 180.402 117.354 180.418 118.819 180.386C120.276 180.354 121.851 180.273 123.23 180.096C123.92 180.007 124.597 179.891 125.204 179.731C125.782 179.58 126.435 179.355 126.985 178.988C129.202 177.51 130.436 175.775 131.037 173.685C131.593 171.75 131.572 169.585 131.563 167.435C131.555 165.24 131.361 162.478 131.174 160.301C131.08 159.205 130.986 158.241 130.916 157.553C130.881 157.208 130.853 156.932 130.832 156.741C130.822 156.646 130.813 156.572 130.808 156.521C130.805 156.496 130.803 156.476 130.802 156.463C130.801 156.456 130.8 156.451 130.8 156.447C130.8 156.446 130.799 156.444 130.799 156.443V156.442L130.76 156.097L130.605 155.784L128.835 156.662C130.606 155.785 130.605 155.783 130.604 155.782L130.604 155.78C130.603 155.779 130.601 155.777 130.601 155.775C130.599 155.772 130.598 155.768 130.596 155.764C130.592 155.756 130.586 155.747 130.581 155.736C130.57 155.715 130.556 155.69 130.54 155.66C130.507 155.601 130.464 155.523 130.408 155.432C130.297 155.248 130.138 155.004 129.925 154.723C129.5 154.16 128.855 153.436 127.943 152.734Z" fill="%23D3C3B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M54.9814 113.335C53.689 111.84 53.6883 111.84 53.6879 111.84L53.6873 111.841C53.6864 111.842 53.6848 111.843 53.6833 111.844C53.6803 111.847 53.6762 111.851 53.671 111.856C53.6604 111.865 53.6454 111.879 53.6261 111.895C53.5875 111.929 53.5313 111.978 53.4594 112.042C53.3149 112.17 53.1049 112.358 52.8391 112.6C52.3076 113.085 51.5503 113.789 50.6375 114.678C48.8134 116.453 46.3578 118.973 43.8353 121.95C38.8687 127.811 33.336 135.793 32.2604 143.493C31.9855 145.461 31.9066 147.188 32.5674 148.797C33.2263 150.402 34.4945 151.578 36.0562 152.793C37.9527 154.268 40.4531 154.66 42.7218 154.323C45.005 153.984 47.3214 152.874 48.9186 150.982C49.7924 149.947 50.2132 148.64 50.4249 147.765C50.5349 147.311 50.6033 146.907 50.6451 146.611C50.7912 146.39 50.9972 146.081 51.2526 145.702C51.7976 144.893 52.5672 143.768 53.463 142.506C55.2686 139.961 57.5381 136.93 59.5064 134.791C61.2353 132.912 62.9226 131.261 64.5027 129.651C66.0482 128.076 67.504 126.527 68.5974 124.98C69.4356 123.793 70.3536 122.524 70.8692 121.135C71.4348 119.611 71.5076 118.012 70.9302 116.152C70.3355 114.235 69.4008 112.528 68.0133 111.204C66.6113 109.867 64.8436 109.015 62.7512 108.677C60.5545 108.321 58.192 109.273 56.6798 110.027C55.8624 110.435 55.1563 110.856 54.6556 111.175C54.4043 111.335 54.2017 111.471 54.0588 111.569C53.9875 111.618 53.9305 111.657 53.89 111.686C53.8698 111.7 53.8526 111.712 53.8406 111.721C53.8348 111.725 53.8299 111.729 53.8261 111.732C53.8243 111.733 53.8229 111.734 53.8216 111.735L53.8196 111.736L53.8189 111.737C53.8186 111.737 53.8179 111.738 54.9814 113.335ZM54.9814 113.335L53.6893 111.84L53.7518 111.786L53.8183 111.738L54.9814 113.335Z" fill="%23D3C3B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M126.363 113.335C127.656 111.84 127.656 111.84 127.657 111.84L127.657 111.841C127.658 111.842 127.66 111.843 127.661 111.844C127.664 111.847 127.668 111.851 127.674 111.856C127.684 111.865 127.699 111.879 127.719 111.895C127.757 111.929 127.813 111.978 127.885 112.042C128.03 112.17 128.24 112.358 128.506 112.6C129.037 113.085 129.794 113.789 130.707 114.678C132.531 116.453 134.987 118.973 137.509 121.95C142.476 127.811 148.009 135.793 149.084 143.493C149.359 145.461 149.438 147.188 148.777 148.797C148.118 150.402 146.85 151.578 145.288 152.793C143.392 154.268 140.892 154.66 138.623 154.323C136.34 153.984 134.023 152.874 132.426 150.982C131.552 149.947 131.131 148.64 130.92 147.765C130.81 147.311 130.741 146.907 130.7 146.611C130.553 146.39 130.347 146.081 130.092 145.702C129.547 144.893 128.777 143.768 127.882 142.506C126.076 139.961 123.807 136.93 121.838 134.791C120.109 132.912 118.422 131.261 116.842 129.651C115.296 128.076 113.841 126.527 112.747 124.98C111.909 123.793 110.991 122.524 110.475 121.135C109.91 119.611 109.837 118.012 110.414 116.152C111.009 114.235 111.944 112.528 113.331 111.204C114.733 109.867 116.501 109.015 118.593 108.677C120.79 108.321 123.153 109.273 124.665 110.027C125.482 110.435 126.188 110.856 126.689 111.175C126.94 111.335 127.143 111.471 127.286 111.569C127.357 111.618 127.414 111.657 127.455 111.686C127.475 111.7 127.492 111.712 127.504 111.721C127.51 111.725 127.515 111.729 127.518 111.732C127.52 111.733 127.522 111.734 127.523 111.735L127.525 111.736L127.526 111.737C127.526 111.737 127.527 111.738 126.363 113.335ZM126.363 113.335L127.655 111.84L127.593 111.786L127.526 111.738L126.363 113.335Z" fill="%23D3C3B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M54.0326 111.521C55.7918 110.217 58.667 108.881 61.8636 110.379C71.6367 114.957 83.6331 117.034 94.6049 116.911C105.656 116.787 115.252 114.44 120.451 110.582C121.895 109.51 123.521 109.663 124.754 110.106C125.96 110.54 127.077 111.336 127.965 112.085C128.877 112.853 129.672 113.681 130.231 114.305C130.513 114.619 130.742 114.888 130.902 115.081C130.982 115.178 131.044 115.256 131.088 115.312C131.11 115.339 131.128 115.361 131.141 115.377C131.147 115.385 131.153 115.392 131.157 115.396C131.159 115.399 131.16 115.402 131.161 115.403L131.162 115.405L131.163 115.406C131.161 115.409 131.094 115.461 129.643 116.588L131.164 115.407L131.329 115.62L131.432 115.869V115.87C131.432 115.871 131.433 115.872 131.433 115.873C131.434 115.875 131.435 115.878 131.437 115.882C131.44 115.89 131.445 115.901 131.451 115.916C131.463 115.946 131.48 115.989 131.503 116.046C131.549 116.16 131.617 116.327 131.703 116.541C131.873 116.97 132.117 117.59 132.413 118.36C133.006 119.901 133.808 122.048 134.645 124.473C136.302 129.275 138.157 135.335 138.732 139.93C140.12 151.038 136.02 159.609 130.776 163.475C126.151 166.883 119.471 168.479 112.201 169.271C104.876 170.068 96.6024 170.078 88.5883 170.078C82.3447 170.078 74.4668 169.323 67.5258 168.015C64.0536 167.36 60.7726 166.559 58.0248 165.628C55.3389 164.718 52.9343 163.61 51.4135 162.234C46.4898 157.782 42.9886 150.54 43.4672 141.468C43.7283 136.519 45.635 129.804 47.3978 124.48C48.2903 121.785 49.1667 119.387 49.8197 117.662C50.1463 116.8 50.4176 116.104 50.6078 115.623C50.7029 115.382 50.778 115.195 50.8295 115.067C50.8552 115.004 50.8754 114.954 50.889 114.921C50.8958 114.904 50.9011 114.892 50.9047 114.883C50.9065 114.878 50.9076 114.875 50.9086 114.872C50.9091 114.871 50.9093 114.87 50.9095 114.869V114.868C50.9096 114.868 50.9101 114.868 52.2308 115.408L50.9105 114.868L50.9916 114.669L51.1136 114.492L52.7396 115.616C51.1946 114.548 51.118 114.494 51.1146 114.491L51.1156 114.489C51.1162 114.488 51.1168 114.487 51.1176 114.486C51.1191 114.484 51.1214 114.481 51.1234 114.479C51.1274 114.473 51.1322 114.465 51.1381 114.457C51.15 114.44 51.1656 114.418 51.1849 114.392C51.2239 114.338 51.2779 114.265 51.3461 114.177C51.4823 114 51.6773 113.758 51.9242 113.478C52.4128 112.923 53.1314 112.19 54.0326 111.521Z" fill="%23D3C3B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M153.478 80.7917C153.088 109.217 141.772 119.762 90.231 122.046C43.0003 119.515 29.048 107.38 29.4387 78.9541C51.8119 98.38 64.3625 104.937 90.2317 105.986C117.643 107.097 134.288 103.217 153.478 80.7917Z" fill="%23D3C3B9" /> <path d="M96.2708 108.333H100.888C103.187 108.488 108.113 107.849 110.6 107.379C113.208 106.492 118.058 106.735 120.355 105.951C123.282 104.952 127.646 103.934 129.443 103.225C130.897 102.65 134.796 101.357 136.613 98.8548C138.104 96.8008 138.733 95.1258 139.321 92.5508C140.036 89.4276 140.74 87.1675 140.198 83.2382C139.896 81.0539 139.565 73.7202 134.528 68.338C130.581 64.1193 127.174 58.5507 119.605 56.9479C112.988 55.5467 108.317 56.651 102.43 59.6C99.4078 61.1139 96.6387 65.2695 92.0083 64.6845C88.2907 64.2149 86.2331 60.5995 84.4214 59.6C81.8647 58.1896 79.4218 55.7437 71.3927 56.2769C69.043 56.4329 65.6487 56.7507 62.0722 58.3113C58.2609 59.9745 52.2491 62.3128 50.4039 65.3321C48.579 68.3182 45.8243 72.35 45.5648 78.3657C45.3251 83.923 45.0692 88.6231 46.1786 91.0327C47.8745 94.7162 49.2414 96.6463 50.7162 98.0409C52.4866 99.715 56.3094 103.71 64.3637 105.951C68.8324 107.194 72.7065 108.095 79.1879 108.23C84.1032 108.333 92.1326 108.333 96.2708 108.333Z" fill="%23F7FBF8" /> <path d="M35.9961 83.139C34.6594 85.4743 34.7854 84.9782 34.2649 86.3183C33.8442 87.4017 33.6433 87.6145 33.3483 88.5321C33.0003 89.8911 31.2935 92.5924 32.5688 97.494C33.4787 100.991 35.2974 103.181 35.898 104.159C36.5949 105.293 37.0445 105.539 39.1411 106.134C39.9152 106.354 42.243 104.113 44.1587 102.637C45.9522 101.255 46.6338 101.173 49.0629 99.7365C51.4904 98.3013 53.8404 97.4749 53.8404 97.4749C53.8404 97.4749 57.9202 96.0997 59.3526 95.3102C61.4276 94.1666 63.2473 94.0037 64.7942 92.7292C66.8995 90.9947 68.2533 90.1572 69.8824 87.817C70.7027 86.6386 71.2713 85.5798 71.4371 83.9038C71.6594 81.657 71.7328 80.064 70.2358 77.5762C68.9963 75.5165 69.3368 74.8849 67.045 73.5582C65.4663 72.6444 63.3101 71.917 60.6844 71.8602C59.2817 71.8299 57.7432 71.8924 55.6075 72.2457C53.4718 72.5989 50.8192 73.2239 48.7004 73.9228C46.5815 74.6217 45.043 75.3717 43.5359 76.2941C42.0287 77.2165 40.5619 78.2248 39.5795 79.1322C37.9791 80.6105 36.7802 81.7692 35.9961 83.139Z" fill="%23AAA09A" /> <path d="M147.577 83.139C148.913 85.4743 148.787 84.9782 149.308 86.3183C149.728 87.4017 149.929 87.6145 150.224 88.5321C150.572 89.8911 152.279 92.5924 151.004 97.494C150.094 100.991 148.275 103.181 147.675 104.159C146.978 105.293 146.528 105.539 144.432 106.134C143.657 106.354 141.33 104.113 139.414 102.637C137.62 101.255 136.939 101.173 134.51 99.7365C132.082 98.3013 129.732 97.4749 129.732 97.4749C129.732 97.4749 125.652 96.0997 124.22 95.3102C122.145 94.1666 120.325 94.0037 118.778 92.7292C116.673 90.9947 115.319 90.1572 113.69 87.817C112.87 86.6386 112.301 85.5798 112.135 83.9038C111.913 81.657 111.84 80.064 113.337 77.5762C114.576 75.5165 114.236 74.8849 116.528 73.5582C118.106 72.6444 120.263 71.917 122.888 71.8602C124.291 71.8299 125.829 71.8924 127.965 72.2457C130.101 72.5989 132.753 73.2239 134.872 73.9228C136.991 74.6217 138.53 75.3717 140.037 76.2941C141.544 77.2165 143.011 78.2248 143.993 79.1322C145.594 80.6105 146.792 81.7692 147.577 83.139Z" fill="%23AAA09A" /> <path d="M93.0447 87.8594C92.2946 87.8094 89.4869 87.8087 90.1914 89.354C90.6877 90.4427 93.8321 90.0502 93.5882 88.7086C93.3268 87.2711 91.123 86.6335 90.1914 86.7067C88.7541 86.8198 87.3496 87.6852 87.2531 89.4219C87.0692 92.7323 90.9593 91.4343 93.1296 90.9505C94.0198 90.7521 96.8322 91.9484 97.0306 90.381C97.121 89.6666 95.0017 86.53 94.4491 86.3809C93.2632 86.0609 93.9478 87.6263 92.8409 87.7915C92.3158 87.8698 88.4535 87.5214 89.0195 88.7596C89.8245 90.5205 93.5882 95.9938 94.1147 91.0694C94.7956 90.7377 95.5884 90.6749 95.0149 90.1013C94.207 89.2934 93.8432 88.0893 93.1976 87.163C91.7839 85.1347 88.9994 87.9767 87.9495 89.1842C86.3167 91.0618 89.5906 92.9459 91.7031 92.8307C93.0906 92.755 95.3764 92.8307 96.3396 90.9845C96.5839 90.5162 98.3594 90.1013 97.3819 87.7915C95.7526 85.4033 93.8084 87.5538 93.0787 87.9613C92.2857 88.4041 91.1395 89.2137 90.565 89.9994C88.9499 92.2083 91.0529 89.5549 90.599 90.9165" stroke="%23646464" stroke-width="3.29889" stroke-linecap="round" /> <path d="M34.5722 156.305C34.0291 152.838 34.425 150.779 34.4132 150.684C34.9662 151.112 35.1073 151.251 35.2819 151.393C35.6585 151.676 36.0059 151.96 36.3217 152.241C37.1151 152.857 37.8053 153.607 38.2596 154.22C38.7543 154.888 38.7219 155.311 38.8126 156.864C38.9552 159.305 40.7118 161.911 39.9479 162.348C39.8063 162.429 38.7442 162.138 38.6004 162.001C38.2821 161.697 37.8603 161.676 37.4415 161.095C35.9505 159.027 34.8825 158.286 34.5722 156.305Z" fill="%23676564" /> <path d="M39.4124 158.1C38.0614 154.861 37.9571 152.767 37.9231 152.678C38.5619 152.962 38.7319 153.063 38.9352 153.159C39.3683 153.345 39.7732 153.539 40.1466 153.736C41.0636 154.146 41.9121 154.711 42.4991 155.199C43.1383 155.73 43.2073 156.149 43.6642 157.636C44.3823 159.973 46.7074 162.087 46.0692 162.693C45.9509 162.806 44.85 162.775 44.6778 162.676C44.2966 162.457 43.8817 162.536 43.3369 162.071C41.3974 160.416 40.1843 159.951 39.4124 158.1Z" fill="%23676564" /> <path d="M147.808 156.003C148.121 152.564 147.581 150.538 147.587 150.444C147.057 150.879 146.924 151.019 146.757 151.163C146.396 151.452 146.064 151.74 145.764 152.024C145.004 152.651 144.358 153.407 143.94 154.023C143.486 154.694 143.547 155.112 143.561 156.649C143.583 159.064 141.984 161.678 142.786 162.093C142.935 162.17 143.988 161.859 144.124 161.72C144.425 161.413 144.85 161.383 145.233 160.799C146.6 158.722 147.628 157.967 147.808 156.003Z" fill="%23676564" /> <path d="M143.118 157.959C144.147 154.663 144.045 152.569 144.07 152.478C143.461 152.792 143.301 152.901 143.108 153.007C142.694 153.213 142.309 153.426 141.956 153.64C141.081 154.093 140.291 154.697 139.753 155.212C139.168 155.772 139.14 156.193 138.831 157.699C138.344 160.065 136.233 162.285 136.929 162.859C137.058 162.966 138.154 162.882 138.316 162.775C138.674 162.539 139.096 162.598 139.594 162.108C141.366 160.365 142.53 159.842 143.118 157.959Z" fill="%23676564" /> <path d="M126.799 182.508C127.113 179.07 126.573 177.044 126.579 176.95C126.049 177.385 125.916 177.525 125.749 177.669C125.388 177.958 125.056 178.246 124.756 178.53C123.996 179.157 123.35 179.913 122.932 180.529C122.478 181.2 122.539 181.618 122.553 183.155C122.574 185.57 120.976 188.184 121.778 188.599C121.926 188.676 122.98 188.365 123.116 188.226C123.417 187.919 123.841 187.889 124.225 187.305C125.591 185.228 126.62 184.473 126.799 182.508Z" fill="%23676564" /> <path d="M120.144 183.819C121.173 180.522 121.071 178.428 121.096 178.338C120.487 178.652 120.327 178.761 120.134 178.867C119.72 179.073 119.335 179.285 118.982 179.5C118.108 179.953 117.317 180.557 116.779 181.071C116.194 181.632 116.166 182.053 115.857 183.558C115.37 185.924 113.259 188.144 113.955 188.718C114.084 188.825 115.18 188.742 115.342 188.635C115.7 188.398 116.122 188.457 116.62 187.967C118.392 186.224 119.556 185.702 120.144 183.819Z" fill="%23676564" /> <path d="M113.651 183.819C114.68 180.522 114.578 178.428 114.603 178.338C113.994 178.652 113.834 178.761 113.641 178.867C113.227 179.073 112.842 179.285 112.489 179.5C111.614 179.953 110.823 180.557 110.286 181.071C109.7 181.632 109.673 182.053 109.363 183.558C108.877 185.924 106.766 188.144 107.462 188.718C107.591 188.825 108.686 188.742 108.848 188.635C109.207 188.398 109.629 188.457 110.127 187.967C111.899 186.224 113.063 185.702 113.651 183.819Z" fill="%23676564" /> <path d="M54.3747 182.508C54.0612 179.07 54.6009 177.044 54.5954 176.95C55.1251 177.385 55.2583 177.525 55.425 177.669C55.7863 177.958 56.1181 178.246 56.4181 178.53C57.178 179.157 57.8244 179.913 58.2418 180.529C58.6963 181.2 58.6349 181.618 58.6212 183.155C58.5996 185.57 60.1978 188.184 59.3962 188.599C59.2476 188.676 58.1942 188.365 58.0583 188.226C57.7573 187.919 57.3326 187.889 56.9488 187.305C55.5826 185.228 54.5538 184.473 54.3747 182.508Z" fill="%23676564" /> <path d="M61.0298 183.819C60.0009 180.522 60.103 178.428 60.0779 178.338C60.6871 178.652 60.8468 178.761 61.0401 178.867C61.4539 179.073 61.8388 179.285 62.1919 179.5C63.0664 179.953 63.8573 180.557 64.3948 181.071C64.9802 181.632 65.0078 182.053 65.3173 183.558C65.8035 185.924 67.9151 188.144 67.2186 188.718C67.0895 188.825 65.9942 188.742 65.8322 188.635C65.4735 188.398 65.0518 188.457 64.554 187.967C62.7821 186.224 61.6176 185.702 61.0298 183.819Z" fill="%23676564" /> <path d="M67.5226 183.819C66.4937 180.522 66.5958 178.428 66.5707 178.338C67.1799 178.652 67.3396 178.761 67.5329 178.867C67.9467 179.073 68.3316 179.285 68.6847 179.5C69.5592 179.953 70.3501 180.557 70.8876 181.071C71.473 181.632 71.5006 182.053 71.8101 183.558C72.2963 185.924 74.4079 188.144 73.7114 188.718C73.5823 188.825 72.487 188.742 72.325 188.635C71.9663 188.398 71.5446 188.457 71.0468 187.967C69.2749 186.224 68.1104 185.702 67.5226 183.819Z" fill="%23676564" /> <path d="M66.726 82.4233C64.4857 82.4233 62.6187 81.1118 62.6187 83.809C62.6187 84.8887 65.3498 87.758 66.087 85.7981C67.4163 82.2642 62.2536 81.3883 62.2536 83.6302C62.2536 85.0676 64.8838 86.1561 65.8817 85.0159C67.5085 83.1568 63.0009 81.6833 62.6187 82.6021C61.8765 84.3865 66.548 88.0072 67.0454 83.9878C67.2544 82.299 64.8865 82.81 63.8052 82.8256C57.3259 82.9189 66.3152 89.8485 66.3152 84.8371" stroke="%23646464" stroke-width="1.48072" stroke-linecap="round" /> <path d="M122.906 82.4233C120.666 82.4233 118.799 81.1118 118.799 83.809C118.799 84.8887 121.53 87.758 122.267 85.7981C123.597 82.2642 118.434 81.3883 118.434 83.6302C118.434 85.0676 121.064 86.1561 122.062 85.0159C123.689 83.1568 119.181 81.6833 118.799 82.6021C118.057 84.3865 122.728 88.0072 123.226 83.9878C123.435 82.299 121.067 82.81 119.986 82.8256C113.506 82.9189 122.496 89.8485 122.496 84.8371" stroke="%23646464" stroke-width="1.48072" stroke-linecap="round" /> <path d="M74.119 120.476C74.119 120.476 90.2443 118.412 105.979 120.476C109.354 120.919 112.805 121.271 114.237 123.266C116.971 127.074 112.597 131.412 108.602 133.866C104.696 136.265 98.529 138.32 91.695 138.385C84.6082 138.452 78.8617 136.432 74.119 133.866C69.9588 131.615 65.506 127.111 68.2603 123.266C69.7358 121.206 74.119 120.476 74.119 120.476Z" fill="black" fill-opacity="0.05" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.C_voice--inr .voice--animals .animal.animal--img10 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="189" height="190" viewBox="0 0 189 190" fill="none"><g clip-path="url(%23clip0_1098_2744)" > <path d="M43.5711 32.4368C35.9532 32.8001 25.3931 37.2327 20.8548 43.6395C16.1003 50.3514 11.7421 62.8306 14.5114 71.1314C16.5058 77.1093 24.8874 83.1116 29.3517 85.9637C31.048 87.0474 33.2126 86.8993 34.7972 85.6579C37.9327 83.2013 43.1945 78.9483 46.6601 75.4529C55.5379 66.4985 64.5108 50.5303 68.0128 43.9702C68.9616 42.1929 68.7023 40.0329 67.1068 38.8028C63.5533 36.0631 55.9877 31.8445 43.5711 32.4368Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.85035" /> <path d="M54.9027 53.9359C54.6943 58.17 53.1266 61.8683 52.7634 62.4597C52.7634 62.4597 49.726 67.6971 49.3578 68.0063C48.6268 68.62 45.5433 72.0745 44.8122 72.6882C43.264 74.0518 42.0243 74.7885 40.3149 75.9557C38.3292 77.3117 42.2334 78.05 39.9805 78.2386C37.8005 78.4211 33.725 79.631 31.1923 79.2858C28.1863 78.8761 26.6837 80.0286 24.6818 76.8984C23.3694 74.8462 22.3321 72.3686 23.6274 70.17C25.585 66.8474 27.839 67.5093 27.0575 64.5837C26.4907 62.4621 23.5378 59.0284 24.4698 55.4339C25.1645 52.7546 25.1155 51.4911 28.7 49.7472C30.8709 48.691 34.1982 49.4413 35.0234 49.4286C35.5034 49.4213 35.7937 48.6802 35.5601 48.2509C34.474 46.2551 32.8587 44.0216 33.9715 42.0292L33.9936 41.9897C34.87 40.4206 35.6745 38.9802 36.6414 38.7046C39.014 38.0283 41.5318 36.8989 43.514 37.7821C44.5575 38.247 46.4107 39.4479 47.28 40.0945C49.3512 41.6352 50.1677 42.5229 51.3675 44.6521C52.517 46.6921 55.161 48.6883 54.9027 53.9359Z" fill="%23F0EEED" /> <path d="M150.559 32.4368C158.177 32.8001 168.737 37.2327 173.275 43.6395C178.03 50.3514 182.388 62.8306 179.618 71.1314C177.624 77.1093 169.242 83.1116 164.778 85.9637C163.082 87.0474 160.917 86.8993 159.333 85.6579C156.197 83.2013 150.935 78.9483 147.47 75.4529C138.592 66.4985 129.619 50.5303 126.117 43.9702C125.168 42.1929 125.428 40.0329 127.023 38.8028C130.577 36.0631 138.142 31.8445 150.559 32.4368Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.85035" /> <path d="M139.228 53.9359C139.436 58.17 141.004 61.8683 141.367 62.4597C141.367 62.4597 144.404 67.6971 144.772 68.0063C145.503 68.62 148.587 72.0745 149.318 72.6882C150.866 74.0518 152.106 74.7885 153.815 75.9557C155.801 77.3117 151.897 78.05 154.15 78.2386C156.33 78.4211 160.405 79.631 162.938 79.2858C165.944 78.8761 167.447 80.0286 169.448 76.8984C170.761 74.8462 171.798 72.3686 170.503 70.17C168.545 66.8474 166.291 67.5093 167.073 64.5837C167.64 62.4621 170.592 59.0284 169.66 55.4339C168.966 52.7546 169.015 51.4911 165.43 49.7472C163.259 48.691 159.932 49.4413 159.107 49.4286C158.627 49.4213 158.337 48.6802 158.57 48.2509C159.656 46.2551 161.272 44.0216 160.159 42.0292L160.137 41.9897C159.26 40.4206 158.456 38.9802 157.489 38.7046C155.116 38.0283 152.598 36.8989 150.616 37.7821C149.573 38.247 147.72 39.4479 146.85 40.0945C144.779 41.6352 143.963 42.5229 142.763 44.6521C141.613 46.6921 138.969 48.6883 139.228 53.9359Z" fill="%23F0EEED" /> <path d="M98.3696 35.6556C133.153 36.1339 162.033 56.6929 161.622 86.5972C161.424 100.997 158.438 111.529 148.329 118.529C138.492 125.341 122.241 128.53 96.4863 129.667L96.3906 129.67L96.294 129.666C72.6369 128.401 56.8332 124.769 46.9988 117.551C36.9497 110.175 33.4773 99.3434 33.6767 84.8384C34.0878 54.9318 63.589 35.1775 98.3696 35.6556Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M58.7976 158.514C60.6543 157.085 63.5192 155.828 67.6179 156.082C72.4247 156.38 75.3698 157.556 77.1697 158.858C78.0687 159.509 78.6553 160.174 79.031 160.73C79.2175 161.007 79.3491 161.252 79.4402 161.45C79.4857 161.549 79.5205 161.636 79.5476 161.709C79.5611 161.745 79.5731 161.778 79.5828 161.807C79.5876 161.821 79.5915 161.835 79.5955 161.848L79.6042 161.874C79.6046 161.875 79.605 161.877 79.6052 161.878C79.6058 161.88 79.6064 161.882 77.7107 162.441L79.6062 161.882L79.6462 162.019L79.6667 162.159V162.16V162.161C79.6669 162.162 79.6675 162.163 79.6677 162.164C79.6681 162.167 79.669 162.171 79.6697 162.176C79.6711 162.186 79.6729 162.2 79.6755 162.219C79.6809 162.257 79.6889 162.313 79.699 162.385C79.7191 162.528 79.748 162.736 79.783 162.994C79.8529 163.511 79.9472 164.233 80.0476 165.056C80.2468 166.689 80.474 168.765 80.5623 170.421C80.6463 171.998 80.6939 173.986 80.7205 175.564C80.7338 176.357 80.741 177.052 80.7458 177.55C80.7472 177.688 80.7479 177.811 80.7488 177.917C80.8302 178.102 80.9294 178.336 81.0242 178.602C81.2288 179.175 81.5341 180.183 81.4324 181.191C81.2874 182.626 80.3745 183.592 79.5525 184.177C78.7261 184.765 77.7485 185.151 76.9148 185.41C76.0599 185.676 75.2324 185.844 74.6296 185.946C74.3252 185.998 74.0705 186.034 73.8884 186.058C73.7972 186.069 73.7233 186.078 73.6707 186.084C73.6444 186.087 73.6229 186.089 73.6072 186.091C73.5995 186.092 73.5927 186.092 73.5876 186.093C73.5854 186.093 73.5834 186.093 73.5818 186.093L73.5789 186.094H73.5779L73.3865 184.126L73.5769 186.094L73.53 186.098L73.4822 186.101H73.4724C73.4667 186.101 73.4584 186.101 73.448 186.102C73.4268 186.103 73.3959 186.105 73.3562 186.106C73.2768 186.11 73.161 186.115 73.0144 186.12C72.7209 186.131 72.3014 186.145 71.7917 186.157C70.7738 186.181 69.3866 186.197 67.9216 186.165C66.465 186.133 64.8905 186.052 63.5105 185.875C62.8209 185.786 62.144 185.67 61.5369 185.511C60.9594 185.359 60.3061 185.135 59.7556 184.768C57.5388 183.29 56.3049 181.555 55.7039 179.464C55.1479 177.53 55.1693 175.364 55.1775 173.214C55.1859 171.019 55.3803 168.257 55.5671 166.08C55.6612 164.984 55.7549 164.021 55.825 163.332C55.86 162.988 55.8884 162.711 55.9089 162.521C55.9192 162.425 55.9278 162.351 55.9333 162.301C55.9361 162.275 55.9377 162.255 55.9392 162.242C55.9399 162.236 55.9408 162.23 55.9412 162.227C55.9413 162.225 55.942 162.224 55.9421 162.223V162.222L55.9812 161.876L56.1355 161.563L57.906 162.441C56.1353 161.564 56.1359 161.563 56.1365 161.562L56.1375 161.56C56.1382 161.558 56.1395 161.556 56.1404 161.555C56.1421 161.551 56.1432 161.547 56.1453 161.543C56.1493 161.535 56.1545 161.526 56.1599 161.516C56.1708 161.495 56.1847 161.469 56.2009 161.439C56.2335 161.38 56.2772 161.303 56.3328 161.211C56.4438 161.028 56.6034 160.784 56.8162 160.502C57.2409 159.94 57.8857 159.215 58.7976 158.514Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M134.11 158.514C132.253 157.085 129.389 155.828 125.29 156.082C120.483 156.38 117.538 157.556 115.738 158.858C114.839 159.509 114.252 160.174 113.877 160.73C113.69 161.007 113.559 161.252 113.468 161.45C113.422 161.549 113.387 161.636 113.36 161.709C113.347 161.745 113.335 161.778 113.325 161.807C113.32 161.821 113.316 161.835 113.312 161.848L113.303 161.874C113.303 161.875 113.303 161.877 113.302 161.878C113.302 161.88 113.301 161.882 115.197 162.441L113.302 161.882L113.261 162.019L113.241 162.159V162.16V162.161C113.241 162.162 113.24 162.163 113.24 162.164C113.24 162.167 113.239 162.171 113.238 162.176C113.237 162.186 113.235 162.2 113.232 162.219C113.227 162.257 113.219 162.313 113.209 162.385C113.189 162.528 113.16 162.736 113.125 162.994C113.055 163.511 112.96 164.233 112.86 165.056C112.661 166.689 112.434 168.765 112.345 170.421C112.261 171.998 112.214 173.986 112.187 175.564C112.174 176.357 112.167 177.052 112.162 177.55C112.161 177.688 112.16 177.811 112.159 177.917C112.078 178.102 111.978 178.336 111.884 178.602C111.679 179.175 111.374 180.183 111.475 181.191C111.62 182.626 112.533 183.592 113.355 184.177C114.182 184.765 115.159 185.151 115.993 185.41C116.848 185.676 117.675 185.844 118.278 185.946C118.582 185.998 118.837 186.034 119.019 186.058C119.11 186.069 119.184 186.078 119.237 186.084C119.263 186.087 119.285 186.089 119.301 186.091C119.308 186.092 119.315 186.092 119.32 186.093C119.322 186.093 119.324 186.093 119.326 186.093L119.329 186.094H119.33L119.521 184.126L119.331 186.094L119.378 186.098L119.426 186.101H119.435C119.441 186.101 119.449 186.101 119.46 186.102C119.481 186.103 119.512 186.105 119.552 186.106C119.631 186.11 119.747 186.115 119.893 186.12C120.187 186.131 120.606 186.145 121.116 186.157C122.134 186.181 123.521 186.197 124.986 186.165C126.443 186.133 128.017 186.052 129.397 185.875C130.087 185.786 130.764 185.67 131.371 185.511C131.948 185.359 132.602 185.135 133.152 184.768C135.369 183.29 136.603 181.555 137.204 179.464C137.76 177.53 137.738 175.364 137.73 173.214C137.722 171.019 137.527 168.257 137.341 166.08C137.246 164.984 137.153 164.021 137.083 163.332C137.048 162.988 137.019 162.711 136.999 162.521C136.989 162.425 136.98 162.351 136.974 162.301C136.972 162.275 136.97 162.255 136.969 162.242C136.968 162.236 136.967 162.23 136.967 162.227C136.966 162.225 136.966 162.224 136.966 162.223V162.222L136.927 161.876L136.772 161.563L135.002 162.441C136.772 161.564 136.772 161.563 136.771 161.562L136.77 161.56C136.769 161.558 136.768 161.556 136.767 161.555C136.766 161.551 136.765 161.547 136.762 161.543C136.758 161.535 136.753 161.526 136.748 161.516C136.737 161.495 136.723 161.469 136.707 161.439C136.674 161.38 136.63 161.303 136.575 161.211C136.464 161.028 136.304 160.784 136.092 160.502C135.667 159.94 135.022 159.215 134.11 158.514Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M61.1481 119.114C59.8557 117.619 59.8551 117.619 59.8547 117.62L59.854 117.621C59.8531 117.621 59.8515 117.622 59.8501 117.624C59.8471 117.626 59.843 117.63 59.8377 117.635C59.8272 117.644 59.8122 117.658 59.7928 117.675C59.7542 117.709 59.6981 117.757 59.6261 117.821C59.4816 117.949 59.2716 118.137 59.0058 118.379C58.4744 118.864 57.7171 119.568 56.8042 120.457C54.9802 122.232 52.5246 124.752 50.0021 127.729C45.0355 133.59 39.5028 141.572 38.4272 149.272C38.1522 151.24 38.0733 152.968 38.7341 154.577C39.393 156.181 40.6612 157.358 42.2229 158.572C44.1194 160.047 46.6198 160.439 48.8886 160.102C51.1717 159.763 53.4881 158.653 55.0854 156.761C55.9592 155.726 56.3799 154.419 56.5916 153.544C56.7016 153.09 56.7701 152.686 56.8118 152.39C56.958 152.169 57.164 151.86 57.4193 151.481C57.9643 150.672 58.734 149.547 59.6298 148.285C61.4353 145.74 63.7049 142.709 65.6731 140.57C67.4021 138.692 69.0894 137.04 70.6695 135.43C72.2149 133.856 73.6707 132.306 74.7642 130.759C75.6024 129.573 76.5203 128.304 77.036 126.914C77.6015 125.39 77.6743 123.792 77.0969 121.931C76.5022 120.015 75.5675 118.307 74.18 116.984C72.7781 115.646 71.0103 114.795 68.9179 114.456C66.7212 114.1 64.3588 115.052 62.8466 115.807C62.0292 116.214 61.3231 116.636 60.8224 116.954C60.5711 117.114 60.3684 117.25 60.2256 117.348C60.1543 117.397 60.0972 117.437 60.0568 117.465C60.0365 117.48 60.0193 117.492 60.0074 117.5C60.0015 117.504 59.9967 117.508 59.9929 117.511C59.9911 117.512 59.9897 117.514 59.9883 117.515L59.9863 117.515L59.9857 117.516C59.9853 117.516 59.9847 117.517 61.1481 119.114ZM61.1481 119.114L59.856 117.62L59.9186 117.565L59.985 117.517L61.1481 119.114Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M132.53 119.114C133.822 117.619 133.823 117.619 133.824 117.62L133.824 117.621C133.825 117.621 133.827 117.622 133.828 117.624C133.831 117.626 133.835 117.63 133.84 117.635C133.851 117.644 133.866 117.658 133.885 117.675C133.924 117.709 133.98 117.757 134.052 117.821C134.197 117.949 134.407 118.137 134.672 118.379C135.204 118.864 135.961 119.568 136.874 120.457C138.698 122.232 141.154 124.752 143.676 127.729C148.643 133.59 154.175 141.572 155.251 149.272C155.526 151.24 155.605 152.968 154.944 154.577C154.285 156.181 153.017 157.358 151.455 158.572C149.559 160.047 147.058 160.439 144.79 160.102C142.506 159.763 140.19 158.653 138.593 156.761C137.719 155.726 137.298 154.419 137.087 153.544C136.977 153.09 136.908 152.686 136.866 152.39C136.72 152.169 136.514 151.86 136.259 151.481C135.714 150.672 134.944 149.547 134.048 148.285C132.243 145.74 129.973 142.709 128.005 140.57C126.276 138.692 124.589 137.04 123.009 135.43C121.463 133.856 120.008 132.306 118.914 130.759C118.076 129.573 117.158 128.304 116.642 126.914C116.077 125.39 116.004 123.792 116.581 121.931C117.176 120.015 118.111 118.307 119.498 116.984C120.9 115.646 122.668 114.795 124.76 114.456C126.957 114.1 129.319 115.052 130.832 115.807C131.649 116.214 132.355 116.636 132.856 116.954C133.107 117.114 133.31 117.25 133.453 117.348C133.524 117.397 133.581 117.437 133.621 117.465C133.642 117.48 133.659 117.492 133.671 117.5C133.677 117.504 133.682 117.508 133.685 117.511C133.687 117.512 133.689 117.514 133.69 117.515L133.692 117.515L133.693 117.516C133.693 117.516 133.694 117.517 132.53 119.114ZM132.53 119.114L133.822 117.62L133.76 117.565L133.693 117.517L132.53 119.114Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M60.2 117.301C61.9591 115.996 64.8344 114.661 68.031 116.158C77.8041 120.737 89.8004 122.813 100.772 122.69C111.823 122.567 121.419 120.22 126.618 116.361C128.062 115.29 129.688 115.442 130.922 115.886C132.127 116.32 133.245 117.116 134.133 117.864C135.044 118.633 135.839 119.461 136.398 120.084C136.68 120.398 136.909 120.667 137.069 120.86C137.149 120.957 137.211 121.035 137.256 121.091C137.278 121.118 137.296 121.14 137.308 121.156C137.315 121.164 137.32 121.171 137.324 121.176C137.326 121.178 137.328 121.181 137.329 121.183L137.33 121.185L137.331 121.186C137.328 121.188 137.261 121.241 135.81 122.367L137.332 121.187L137.497 121.399L137.599 121.648V121.649C137.6 121.65 137.6 121.651 137.6 121.652C137.601 121.654 137.603 121.657 137.604 121.661C137.607 121.669 137.612 121.68 137.618 121.695C137.63 121.725 137.648 121.769 137.671 121.825C137.717 121.939 137.784 122.106 137.87 122.32C138.041 122.749 138.285 123.369 138.581 124.14C139.173 125.68 139.975 127.827 140.812 130.252C142.47 135.054 144.325 141.114 144.899 145.709C146.288 156.817 142.188 165.388 136.943 169.254C132.318 172.663 125.638 174.258 118.368 175.05C111.043 175.847 102.77 175.857 94.7556 175.857C88.5121 175.857 80.6342 175.102 73.6931 173.794C70.2209 173.14 66.9399 172.338 64.1921 171.407C61.5062 170.497 59.1017 169.389 57.5808 168.014C52.6572 163.561 49.1559 156.319 49.6345 147.247C49.8957 142.298 51.8024 135.583 53.5652 130.26C54.4577 127.565 55.3341 125.166 55.9871 123.441C56.3137 122.579 56.5849 121.883 56.7751 121.402C56.8702 121.162 56.9454 120.974 56.9968 120.847C57.0225 120.783 57.0428 120.734 57.0564 120.7C57.0631 120.684 57.0684 120.671 57.072 120.662C57.0738 120.658 57.0749 120.654 57.0759 120.651C57.0764 120.65 57.0766 120.649 57.0769 120.648V120.647C57.077 120.647 57.0774 120.647 58.3982 121.188L57.0779 120.647L57.1589 120.448L57.281 120.271L58.907 121.396C57.362 120.327 57.2854 120.274 57.282 120.271L57.283 120.269C57.2836 120.268 57.2842 120.267 57.2849 120.266C57.2864 120.263 57.2888 120.261 57.2908 120.258C57.2948 120.252 57.2996 120.245 57.3054 120.236C57.3173 120.22 57.3329 120.198 57.3523 120.171C57.3912 120.117 57.4452 120.045 57.5134 119.956C57.6496 119.779 57.8447 119.537 58.0916 119.257C58.5802 118.702 59.2988 117.969 60.2 117.301Z" fill="%23AFB1B9" stroke="%23676564" stroke-width="3.95309" /> <path d="M159.645 86.57C159.254 114.996 147.939 125.541 96.3979 127.824C49.1671 125.293 35.2148 113.158 35.6056 84.7324C57.9788 104.158 70.5294 110.715 96.3986 111.764C123.81 112.875 140.455 108.996 159.645 86.57Z" fill="%23AFB1B9" /> <path d="M97.8718 95.0919C97.06 95.0483 94.0215 95.0477 94.7839 96.3932C95.321 97.341 98.724 96.9993 98.46 95.8312C98.1771 94.5797 95.225 80.025 94.7839 94.0883C93.2285 94.1867 91.7085 94.9402 91.6041 96.4523C91.4051 99.3345 96.6811 101.017 99.0298 100.596C99.9932 100.423 101.971 98.652 102.185 97.2873C102.283 96.6653 99.5404 86.2253 98.9424 86.0955C97.6589 85.8169 98.8491 94.8889 97.6513 95.0327C97.083 95.101 91.4142 84.9947 96.42 84.7488C108.828 84.1394 98.46 102.174 99.0298 97.8867C99.7666 97.5979 100.625 97.5432 100.004 97.0438C99.1297 96.3404 98.7359 95.2921 98.0372 94.4856C96.42 92.6188 95.1904 86.3642 94.0542 87.4155C92.2872 89.0503 90.9156 99.4011 93.2019 99.3008C94.7034 99.2349 102.104 102.424 103.335 98.3102C104.123 95.6782 104.014 91.2548 102.956 89.2437C101.193 87.1645 98.6983 94.8258 97.9086 95.1806C97.0505 95.5661 95.81 96.271 95.1883 96.9551C93.4404 98.8783 95.7162 96.568 95.225 97.7536" stroke="%23646464" stroke-width="2.88653" stroke-linecap="round" /> <path d="M71.5814 89.4626C71.6029 89.3213 71.7104 88.9197 71.628 89.0365C71.2893 89.5168 72.3234 90.4005 72.3907 90.0186C72.4066 89.9282 72.522 89.5475 72.4586 89.4512C72.3665 89.3114 71.841 89.1787 71.7119 89.2568C71.3459 89.4783 71.9162 90.1454 72.2412 89.9327C72.5095 89.7572 73.3925 88.6813 72.8496 88.599" stroke="%236A6767" stroke-width="4.37998" stroke-linecap="round" /> <path d="M124.643 88.2793L125.412 88.3959" stroke="%236A6767" stroke-width="4.37998" stroke-linecap="round" /> <path d="M125.319 86.6795C125.099 86.6462 125.319 86.9774 125.069 86.9891C125.015 86.9916 124.548 87.1171 124.654 87.1534C124.792 87.2007 125.113 87.2719 125.239 87.1913C125.602 86.9594 125.294 86.6757 124.967 86.626C124.796 86.6002 124.435 86.8556 124.401 87.0215C124.34 87.325 124.341 87.5713 124.681 87.7161C125.012 87.8568 125.412 87.9077 125.644 87.6082C126.154 86.9475 125.364 86.3754 124.708 86.4425C124.55 86.4587 124.076 86.5642 124.012 86.7486C123.948 86.9348 123.756 87.9822 123.962 88.0134" stroke="%236A6767" stroke-width="1.16799" stroke-linecap="round" /> <path d="M123.1 88.2137C123.07 88.4125 123.035 88.5917 123.068 88.793C123.101 88.998 123.223 89.1913 123.334 89.3619C123.428 89.5059 123.556 89.6179 123.669 89.7441C123.865 89.962 124.065 90.0843 124.313 90.2362C124.492 90.346 124.679 90.4495 124.873 90.5285C125.289 90.6975 125.783 90.5878 126.176 90.3974C126.371 90.3035 126.531 90.1562 126.707 90.0341C126.775 89.9865 126.841 89.9451 126.897 89.8833C126.969 89.8045 127.033 89.7289 127.093 89.6399C127.348 89.2597 127.326 88.6759 127.101 88.292C127.011 88.1369 126.889 87.9573 126.738 87.855C126.641 87.7898 126.487 87.7941 126.375 87.7772" stroke="%236A6767" stroke-width="1.16799" stroke-linecap="round" /> <path d="M81.8309 126.254C81.8309 126.254 97.9562 124.19 113.691 126.254C117.066 126.697 120.517 127.049 121.949 129.044C124.683 132.853 120.309 137.19 116.313 139.644C112.408 142.043 106.241 144.098 99.4069 144.163C92.3201 144.23 86.5736 142.21 81.8309 139.644C77.6708 137.393 73.2179 132.889 75.9722 129.044C77.4477 126.984 81.8309 126.254 81.8309 126.254Z" fill="black" fill-opacity="0.05" /> </g> <defs> <clipPath id="clip0_1098_2744" > <rect width="187.233" height="190" fill="white" transform="translate(0.902832)" /> </clipPath> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* -----------------------
  C_floating_btn
----------------------- */
.C_floating_btn {
  position: fixed;
  z-index: 100;
  aspect-ratio: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .C_floating_btn {
    padding: 10px;
    bottom: 0px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_floating_btn {
    padding: 2.5641025641vw;
    bottom: -7.6923076923vw;
    right: 0vw;
  }
}
.C_floating_btn.is-active {
  opacity: 1;
  pointer-events: auto;
}
.C_floating_btn a {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.C_floating_btn a:hover .TX {
  transform: scale(1.2);
}
.C_floating_btn a .TX {
  color: #505050;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .C_floating_btn a .TX {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .C_floating_btn a .TX {
    font-size: 3.5897435897vw;
  }
}
.C_floating_btn .decorations {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  z-index: 2;
  animation: deco-move 40s ease infinite;
}
@keyframes deco-move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.C_floating_btn .decorations .deco {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  position: absolute;
}
.C_floating_btn .decorations .deco.deco-01 {
  aspect-ratio: 1;
  z-index: 2;
  width: 50%;
  top: 0;
  left: 0;
  animation: deco-move01 25s ease-out infinite;
}
@keyframes deco-move01 {
  0%, 100% {
    top: 0;
    left: 0;
  }
  50% {
    top: 50%;
    left: 50%;
  }
}
.C_floating_btn .decorations .deco.deco-01 .radius {
  width: 100%;
  height: 100%;
  background-color: #ffde63;
  border-radius: 26% 74% 54% 46%/42% 30% 70% 58%;
}
.C_floating_btn .decorations .deco.deco-02 {
  aspect-ratio: 1;
  z-index: 1;
  width: 90%;
  inset: 0;
  margin: auto;
}
@keyframes deco-move02 {
  0%, 100% {
    top: 30%;
    right: 0;
  }
  50% {
    top: 30%;
    right: 30%;
  }
}
.C_floating_btn .decorations .deco.deco-02 .radius {
  width: 100%;
  height: 100%;
  background-color: #ffefb4;
  border-radius: 48% 52% 28% 72%/58% 49% 51% 42%;
}
.C_floating_btn .decorations .deco.deco-03 {
  aspect-ratio: 1;
  z-index: 3;
  width: 110%;
  bottom: 0;
  right: 0;
  animation: deco-move03 30s ease infinite;
}
@keyframes deco-move03 {
  0%, 100% {
    bottom: 0%;
    right: 0%;
  }
  50% {
    bottom: 30%;
    right: 30%;
  }
}
.C_floating_btn .decorations .deco.deco-03 .radius {
  width: 100%;
  height: 100%;
  border: solid #fcb245;
  border-radius: 26% 74% 54% 46%/42% 30% 70% 58%;
}
@media screen and (min-width: 768px) {
  .C_floating_btn .decorations .deco.deco-03 .radius {
    border-width: 2px;
  }
}
/* -----------------------
  sec-about
----------------------- */
.sec-about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-about {
    padding: 231px 50px 271px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: 19.2307692308vw 5.1282051282vw 81.7948717949vw;
  }
}
.sec-about--inr {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-about--inr {
    max-width: 1080px;
    margin-inline: auto;
    justify-content: space-between;
    gap: 60px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec-about--inr {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr {
    flex-direction: column;
    align-items: center;
    gap: 20.7692307692vw;
  }
}
.sec-about--inr .sec-about--img_area {
  position: relative;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--img_area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 450px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec-about--inr .sec-about--img_area {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--img_area {
    width: 84.1025641026vw;
  }
}
.sec-about--inr .sec-about--img_area .img {
  aspect-ratio: 450/245;
  border: solid #FFF;
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--img_area .img {
    border-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--img_area .img {
    border-width: 1.5384615385vw;
  }
}
.sec-about--inr .sec-about--img_area .img.img-01 {
  background-image: url("../img/about-img-01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-4.877deg);
  position: relative;
  z-index: 1;
}
.sec-about--inr .sec-about--img_area .img.img-02 {
  background-image: url("../img/about-img-02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(8.406deg);
  position: relative;
  z-index: 3;
}
.sec-about--inr .sec-about--img_area .chara {
  background-image: url('data:image/svg+xml;utf-8,<svg width="174" height="284" viewBox="0 0 174 284" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M113.604 11.4034C123.94 -3.60222 154.54 6.20438 161.663 32.4047C171.876 69.9753 138.824 113.249 116.941 118.369C108.855 120.261 100.423 112.2 101.437 103.796C106.294 63.5585 102.235 27.9095 113.604 11.4034Z" fill="%23F9E7E7" stroke="%23676564" stroke-width="4.65078" /> <path d="M80.0459 11.5303C69.8064 -3.06795 38.6021 9.72414 31.9449 32.3485C21.143 69.059 54.3145 111.201 76.137 116.069C84.2011 117.868 92.6644 109.939 91.6968 101.733C87.0641 62.4466 91.3093 27.5883 80.0459 11.5303Z" fill="%23F9E7E7" stroke="%23676564" stroke-width="4.65078" /> <path d="M83.0621 89.3931C38.6958 90.003 1.92029 116.22 2.44369 154.294C2.69618 172.661 6.50432 186.054 19.3587 194.955C31.8832 203.628 52.5932 207.699 85.4692 209.15L85.5865 209.155L85.7036 209.149C115.898 207.535 136.039 202.899 148.561 193.709C161.343 184.326 165.77 170.547 165.516 152.053C164.993 113.975 127.425 88.7833 83.0621 89.3931Z" fill="%23F9E7E7" stroke="%23646464" stroke-width="4.79996" /> <path d="M114.951 278.79L114.719 281.178L114.718 281.177C114.717 281.177 114.715 281.177 114.714 281.177C114.712 281.177 114.709 281.177 114.706 281.176C114.7 281.176 114.692 281.175 114.682 281.174C114.662 281.172 114.635 281.169 114.602 281.166C114.535 281.158 114.442 281.147 114.326 281.132C114.095 281.103 113.772 281.057 113.385 280.992C112.619 280.862 111.568 280.648 110.484 280.311C109.425 279.982 108.192 279.493 107.152 278.753C106.118 278.017 104.984 276.812 104.804 275.03C104.677 273.772 105.058 272.506 105.318 271.778C105.442 271.431 105.571 271.126 105.676 270.888C105.677 270.748 105.678 270.583 105.68 270.396C105.686 269.761 105.696 268.874 105.713 267.863C105.747 265.848 105.808 263.312 105.915 261.301C106.028 259.192 106.316 256.544 106.57 254.46C106.698 253.411 106.819 252.49 106.908 251.831C106.953 251.501 106.99 251.236 107.016 251.053C107.029 250.962 107.038 250.891 107.045 250.842C107.048 250.819 107.051 250.8 107.053 250.788C107.054 250.782 107.054 250.776 107.055 250.773C107.055 250.771 107.056 250.769 107.056 250.768V250.767L107.081 250.596L107.13 250.43L109.432 251.109C107.156 250.437 107.131 250.428 107.131 250.425C107.131 250.424 107.132 250.422 107.133 250.42C107.134 250.417 107.135 250.413 107.136 250.41C107.138 250.403 107.14 250.395 107.143 250.387C107.147 250.372 107.152 250.355 107.158 250.337C107.17 250.302 107.185 250.261 107.201 250.216C107.235 250.126 107.279 250.018 107.336 249.895C107.45 249.648 107.614 249.341 107.848 248.994C108.319 248.295 109.059 247.457 110.194 246.635C112.468 244.99 116.203 243.494 122.322 243.114C127.523 242.791 131.15 244.388 133.498 246.194C134.652 247.082 135.468 247.997 136.005 248.708C136.274 249.063 136.475 249.371 136.614 249.602C136.684 249.717 136.74 249.814 136.78 249.888C136.801 249.926 136.818 249.958 136.831 249.984C136.838 249.997 136.844 250.008 136.849 250.018C136.851 250.023 136.854 250.028 136.856 250.032C136.857 250.034 136.858 250.037 136.859 250.039L136.86 250.041C136.861 250.042 136.861 250.043 134.711 251.109L136.861 250.043L137.049 250.422L137.096 250.841L137.097 250.842V250.849C137.097 250.854 137.099 250.86 137.1 250.869C137.102 250.886 137.104 250.911 137.108 250.943C137.115 251.007 137.125 251.102 137.138 251.223C137.164 251.467 137.202 251.82 137.246 252.259C137.336 253.138 137.454 254.366 137.574 255.764C137.813 258.543 138.061 262.064 138.071 264.86C138.082 267.61 138.108 270.356 137.404 272.804C136.646 275.443 135.09 277.635 132.282 279.506C131.596 279.964 130.777 280.245 130.045 280.437C129.277 280.638 128.419 280.787 127.542 280.9C125.787 281.125 123.781 281.227 121.924 281.268C120.057 281.309 118.288 281.289 116.99 281.258C116.34 281.243 115.804 281.226 115.43 281.211C115.243 281.204 115.096 281.198 114.995 281.194C114.945 281.192 114.905 281.189 114.878 281.188C114.865 281.187 114.854 281.187 114.847 281.187C114.843 281.187 114.84 281.186 114.838 281.186H114.835L114.951 278.79ZM114.951 278.79L114.834 281.186L114.777 281.183L114.72 281.178L114.951 278.79Z" fill="%23F9E7E7" stroke="%23646464" stroke-width="4.79996" /> <path d="M56.0612 278.79L56.2936 281.178L56.2946 281.177C56.2955 281.177 56.2974 281.177 56.2985 281.177C56.3007 281.177 56.3033 281.177 56.3063 281.176C56.3126 281.176 56.3209 281.175 56.3307 281.174C56.3505 281.172 56.3775 281.169 56.4108 281.166C56.4774 281.158 56.5707 281.147 56.6862 281.132C56.9172 281.103 57.2408 281.057 57.6276 280.992C58.3937 280.862 59.4445 280.648 60.529 280.311C61.5874 279.982 62.8204 279.493 63.86 278.753C64.8945 278.017 66.0287 276.812 66.2086 275.03C66.3356 273.772 65.9541 272.506 65.694 271.778C65.5701 271.431 65.4416 271.126 65.3366 270.888C65.3354 270.748 65.3345 270.583 65.3327 270.396C65.3265 269.761 65.3165 268.874 65.2995 267.863C65.2656 265.848 65.2045 263.312 65.0973 261.301C64.9848 259.192 64.6963 256.544 64.442 254.46C64.314 253.411 64.1934 252.49 64.1042 251.831C64.0595 251.501 64.0224 251.236 63.9967 251.053C63.9839 250.962 63.9743 250.891 63.9674 250.842C63.9641 250.819 63.9614 250.8 63.9596 250.788C63.9588 250.782 63.9582 250.776 63.9577 250.773C63.9574 250.771 63.9568 250.769 63.9567 250.768V250.767L63.9313 250.596L63.8825 250.43L61.5807 251.109C63.8569 250.437 63.8819 250.428 63.8815 250.425C63.8813 250.424 63.8801 250.422 63.8795 250.42C63.8785 250.417 63.8777 250.413 63.8766 250.41C63.8745 250.403 63.8722 250.395 63.8698 250.387C63.865 250.372 63.86 250.355 63.8542 250.337C63.8423 250.302 63.8279 250.261 63.8112 250.216C63.7777 250.126 63.7331 250.018 63.6764 249.895C63.5628 249.648 63.3988 249.341 63.1647 248.994C62.6931 248.295 61.9538 247.457 60.818 246.635C58.5443 244.99 54.8095 243.494 48.6901 243.114C43.4894 242.791 39.862 244.388 37.5143 246.194C36.3604 247.082 35.5441 247.997 35.0075 248.708C34.7387 249.063 34.5379 249.371 34.3981 249.602C34.3283 249.717 34.2729 249.814 34.2321 249.888C34.2117 249.926 34.1948 249.958 34.1813 249.984C34.1746 249.997 34.1688 250.008 34.1637 250.018C34.1613 250.023 34.159 250.028 34.1569 250.032C34.1558 250.034 34.1549 250.037 34.154 250.039L34.152 250.041C34.1513 250.042 34.151 250.043 36.3014 251.109L34.151 250.043L33.9635 250.422L33.9167 250.841L33.9157 250.842V250.849C33.9152 250.854 33.9137 250.86 33.9128 250.869C33.9109 250.886 33.9085 250.911 33.9049 250.943C33.8979 251.007 33.8877 251.102 33.8747 251.223C33.8485 251.467 33.811 251.82 33.7663 252.259C33.6769 253.138 33.5582 254.366 33.4381 255.764C33.1997 258.543 32.9518 262.064 32.9411 264.86C32.9306 267.61 32.9042 270.356 33.6081 272.804C34.3667 275.443 35.9228 277.635 38.7301 279.506C39.4161 279.964 40.2354 280.245 40.9674 280.437C41.7354 280.638 42.5933 280.787 43.4704 280.9C45.2257 281.125 47.231 281.227 49.0885 281.268C50.9558 281.309 52.724 281.289 54.0221 281.258C54.6724 281.243 55.2085 281.226 55.5827 281.211C55.7694 281.204 55.9162 281.198 56.0172 281.194C56.0678 281.192 56.1074 281.189 56.1344 281.188C56.1478 281.187 56.1584 281.187 56.1657 281.187C56.1693 281.187 56.1724 281.186 56.1745 281.186H56.1774L56.0612 278.79ZM56.0612 278.79L56.1784 281.186L56.235 281.183L56.2926 281.178L56.0612 278.79Z" fill="%23F9E7E7" stroke="%23646464" stroke-width="4.79996" /> <path d="M130.572 195.804C132.053 194.091 132.137 193.995 132.142 193.99L132.145 193.991C132.146 193.992 132.147 193.993 132.149 193.994C132.153 193.998 132.158 194.002 132.165 194.008C132.178 194.02 132.197 194.037 132.221 194.058C132.271 194.102 132.342 194.165 132.434 194.246C132.618 194.409 132.885 194.648 133.224 194.957C133.901 195.574 134.867 196.473 136.031 197.606C138.358 199.87 141.49 203.084 144.707 206.881C151.045 214.361 158.086 224.526 159.454 234.316C159.804 236.826 159.9 239.003 159.07 241.024C158.242 243.04 156.646 244.525 154.654 246.074C152.267 247.931 149.112 248.429 146.24 248.003C143.35 247.574 140.422 246.168 138.405 243.78C137.309 242.481 136.777 240.835 136.508 239.725C136.437 239.43 136.379 239.152 136.333 238.9L136.225 238.235C136.038 237.951 135.769 237.548 135.434 237.051C134.738 236.017 133.755 234.58 132.611 232.968C130.306 229.719 127.406 225.845 124.888 223.109C122.679 220.709 120.523 218.598 118.508 216.545C116.535 214.534 114.681 212.564 113.292 210.598C112.219 209.08 111.059 207.473 110.408 205.718C109.696 203.799 109.603 201.786 110.332 199.436C111.087 197.004 112.27 194.844 114.023 193.173C115.793 191.484 118.026 190.408 120.675 189.979C123.437 189.532 126.421 190.73 128.35 191.692C129.388 192.21 130.286 192.745 130.922 193.15C131.242 193.354 131.5 193.527 131.682 193.651C131.772 193.713 131.844 193.763 131.895 193.8C131.921 193.818 131.941 193.833 131.956 193.843C131.964 193.849 131.97 193.854 131.975 193.857C131.977 193.859 131.979 193.86 131.981 193.861L131.983 193.863L131.984 193.863C131.984 193.864 131.985 193.864 130.572 195.804ZM130.572 195.804L132.142 193.989L132.066 193.923L131.985 193.864L130.572 195.804Z" fill="%23F9E7E7" stroke="%23646464" stroke-width="4.79996" /> <path d="M39.4564 195.804C37.9753 194.091 37.891 193.995 37.8858 193.99L37.8838 193.991C37.8827 193.992 37.8811 193.993 37.8792 193.994C37.8755 193.998 37.8702 194.002 37.8636 194.008C37.8503 194.02 37.8315 194.037 37.807 194.058C37.7578 194.102 37.6862 194.165 37.5941 194.246C37.4102 194.409 37.1433 194.648 36.8048 194.957C36.1273 195.574 35.1612 196.473 33.997 197.606C31.6706 199.87 28.5383 203.084 25.3215 206.881C18.9833 214.361 11.9425 224.526 10.5747 234.316C10.2242 236.826 10.128 239.003 10.9584 241.024C11.7864 243.04 13.3825 244.525 15.3739 246.074C17.7616 247.931 20.9167 248.429 23.7887 248.003C26.6782 247.574 29.6064 246.168 31.623 243.78C32.7197 242.481 33.2516 240.835 33.5204 239.725C33.5917 239.43 33.6494 239.152 33.6957 238.9L33.8029 238.235C33.9905 237.951 34.2593 237.548 34.5942 237.051C35.2903 236.017 36.273 234.58 37.4172 232.968C39.7225 229.719 42.6223 225.845 45.1403 223.109C47.349 220.709 49.5057 218.598 51.5205 216.545C53.4934 214.534 55.3469 212.564 56.7364 210.598C57.8092 209.08 58.969 207.473 59.6205 205.718C60.3326 203.799 60.4254 201.786 59.696 199.436C58.9414 197.004 57.758 194.844 56.0053 193.173C54.2352 191.484 52.0023 190.408 49.3535 189.979C46.5911 189.532 43.6068 190.73 41.6785 191.692C40.64 192.21 39.7428 192.745 39.1062 193.15C38.7864 193.354 38.5282 193.527 38.3468 193.651C38.2562 193.713 38.1843 193.763 38.1332 193.8C38.1076 193.818 38.087 193.833 38.0719 193.843C38.0644 193.849 38.0583 193.854 38.0535 193.857C38.0513 193.859 38.0492 193.86 38.0476 193.861L38.0449 193.863L38.0443 193.863C38.0439 193.864 38.0434 193.864 39.4564 195.804ZM39.4564 195.804L37.8865 193.989L37.962 193.923L38.0436 193.864L39.4564 195.804Z" fill="%23F9E7E7" stroke="%23646464" stroke-width="4.79996" /> <path d="M133.434 198.716C135.68 198.206 135.771 198.186 135.774 198.186L135.775 198.188C135.776 198.191 135.776 198.194 135.777 198.198C135.779 198.207 135.783 198.219 135.786 198.235C135.793 198.267 135.804 198.314 135.817 198.374C135.845 198.496 135.883 198.675 135.934 198.906C136.034 199.368 136.179 200.039 136.354 200.881C136.703 202.564 137.175 204.931 137.667 207.674C138.647 213.138 139.721 220.174 140.043 226.269C140.609 237.001 141.173 247.482 135.526 257.528C134.061 260.136 130.936 261.874 127.599 263.119C124.125 264.415 119.82 265.389 115.256 266.118C106.112 267.579 95.5563 268.112 87.6749 268.112C77.4649 268.112 66.0393 268.117 56.4063 266.604C51.5817 265.847 47.074 264.69 43.3272 262.886C39.5701 261.076 36.4363 258.545 34.6202 254.978C28.9776 243.894 29.6084 236.432 30.3839 224.639C30.7721 218.733 31.412 212.49 31.9532 207.735C32.2241 205.356 32.4713 203.343 32.6505 201.925C32.74 201.215 32.8129 200.654 32.8633 200.27C32.8885 200.078 32.9076 199.929 32.921 199.829C32.9277 199.779 32.9331 199.74 32.9366 199.714C32.9383 199.701 32.9396 199.691 32.9405 199.685C32.9409 199.681 32.9412 199.678 32.9415 199.677V199.675L35.3204 199.996L32.9415 199.674L33.0284 199.034L33.4249 198.524L35.0743 199.805C33.4631 198.554 33.4254 198.525 33.4249 198.523L33.4258 198.522C33.4264 198.522 33.427 198.521 33.4278 198.52C33.4294 198.517 33.4322 198.515 33.4346 198.512C33.4394 198.506 33.4454 198.497 33.4532 198.487C33.4692 198.467 33.4915 198.438 33.5196 198.403C33.5758 198.333 33.6564 198.234 33.7579 198.111C33.9607 197.866 34.2505 197.523 34.6094 197.123C35.3212 196.33 36.3326 195.279 37.4903 194.303C38.6194 193.351 40.0332 192.345 41.5518 191.799C43.1042 191.24 45.1311 191.054 46.9288 192.389C53.5955 197.337 65.8773 200.334 79.9932 200.492C94.0127 200.649 109.345 197.996 121.84 192.143C125.86 190.259 129.48 191.935 131.71 193.589C132.851 194.435 133.763 195.364 134.383 196.067C134.696 196.423 134.943 196.73 135.115 196.954C135.202 197.066 135.269 197.158 135.318 197.226C135.343 197.259 135.363 197.287 135.378 197.308C135.385 197.318 135.392 197.328 135.397 197.335C135.399 197.338 135.402 197.341 135.403 197.344C135.404 197.345 135.406 197.347 135.406 197.348L135.407 197.35C135.407 197.351 135.382 197.369 133.434 198.716ZM133.434 198.716L135.774 198.185L135.672 197.732L135.408 197.352L133.434 198.716Z" fill="%23F9E7E7" stroke="%23646464" stroke-width="4.79996" /> <path d="M4.84389 154.262C5.34268 190.547 19.7871 204.007 85.5774 206.922C145.866 203.691 163.676 188.201 163.177 151.917C134.618 176.713 118.598 185.083 85.5765 186.421C50.5872 187.84 29.3394 182.888 4.84389 154.262Z" fill="%23F9E7E7" /> <path d="M106.645 195.369C106.645 195.369 85.5413 192.667 64.9492 195.369C60.5322 195.948 56.0159 196.409 54.142 199.019C50.5641 204.004 56.2888 209.68 61.5172 212.892C66.6287 216.031 74.6992 218.72 83.6428 218.806C92.9173 218.894 100.438 216.25 106.645 212.892C112.089 209.946 117.916 204.051 114.312 199.019C112.381 196.323 106.645 195.369 106.645 195.369Z" fill="%23F1DDDD" /> <path d="M83.0733 163.089C83.3792 163.109 84.5245 163.109 84.2371 162.479C84.0347 162.035 82.7521 162.195 82.8516 162.742C82.9582 163.329 84.0096 163.146 84.3895 163.116C84.9758 163.07 85.3963 163.16 85.4356 162.451C85.5106 161.101 83.9239 161.63 83.0386 161.828C82.6755 161.909 81.2698 162.117 81.1889 162.756C81.152 163.047 81.6286 163.346 81.854 163.407C82.3377 163.538 82.7049 163.184 83.1564 163.116C83.3706 163.084 84.946 163.226 84.7151 162.721C84.3868 162.003 83.3599 161.427 82.6368 161.779C82.3591 161.915 82.0357 161.94 82.2696 162.174C82.5992 162.504 82.7476 162.995 83.0109 163.373C83.5875 164.2 84.7233 163.041 85.1516 162.548C85.8176 161.782 85.4314 161.323 84.5697 161.37C84.0037 161.401 82.0317 161.234 81.7293 161.814C81.6296 162.005 81.2727 163.35 81.4452 163.463C81.8439 163.723 82.7618 163.213 83.0594 163.047C83.3828 162.866 83.8504 162.536 84.0847 162.216C84.7435 161.315 83.8857 162.397 84.0709 161.842" stroke="%23EE8E7E" stroke-width="1.27999" stroke-linecap="round" /> <path d="M113.064 153.798C115.961 153.798 118.376 152.009 118.376 155.689C118.376 157.161 114.844 161.076 113.89 158.402C112.172 153.581 118.848 152.386 118.848 155.445C118.848 157.406 115.446 158.891 114.156 157.335C112.052 154.799 117.881 152.789 118.376 154.042C119.335 156.476 113.294 161.416 112.651 155.932C112.381 153.629 115.443 154.326 116.841 154.347C125.22 154.474 113.595 163.928 113.595 157.091" stroke="%23646464" stroke-width="1.93783" stroke-linecap="round" /> <path d="M49.9524 153.798C52.8494 153.798 55.2637 152.009 55.2637 155.689C55.2637 157.161 51.7319 161.076 50.7786 158.402C49.0597 153.581 55.7358 152.386 55.7358 155.445C55.7358 157.406 52.3345 158.891 51.0441 157.335C48.9404 154.799 54.7695 152.789 55.2637 154.042C56.2235 156.476 50.1825 161.416 49.5392 155.932C49.269 153.629 52.3311 154.326 53.7293 154.347C62.108 154.474 50.4835 163.928 50.4835 157.091" stroke="%23646464" stroke-width="1.93783" stroke-linecap="round" /> <path d="M86.3174 167.379C86.4616 167.118 87.1059 165.944 87.2117 165.662C87.1719 165.583 86.6912 165.563 86.5737 165.578C85.9213 165.661 83.6445 166.767 82.9884 166.801C81.4345 166.881 82.1065 166.624 80.5611 166.801C79.8882 166.879 78.5732 166.095 77.9215 166.279L77.9175 166.28C77.5998 166.37 77.1821 166.489 77.0779 166.801C76.9792 167.097 77.2692 167.41 77.4628 167.655C77.7381 168.004 79.6433 169.694 79.962 169.959C80.305 170.245 80.6596 170.517 81.0244 170.774C81.4932 171.104 81.9724 171.353 82.5086 171.541C82.6699 171.598 82.8198 171.599 82.9884 171.594C83.6237 171.576 83.9267 170.745 84.1958 170.302C84.8486 169.228 85.7104 168.48 86.3174 167.379Z" fill="white" stroke="%23646464" stroke-width="3.10052" stroke-linecap="round" /> </svg> ');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 174/284;
  position: absolute;
  transform: rotate(-18deg);
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--img_area .chara {
    z-index: 2;
    width: 38.6666666667%;
    bottom: 10%;
    left: -30%;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--img_area .chara {
    z-index: 4;
    width: 30vw;
    bottom: 9.2307692308vw;
    right: -16.6666666667vw;
  }
}
.sec-about--inr .sec-about--txt_area {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area--inr {
    width: 448px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area--inr {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area--inr .C_title {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area--inr .sub--ttl {
    margin-top: 12.0512820513vw;
  }
}
.sec-about--inr .sec-about--txt_area--inr .sub--ttl .TX {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area--inr .sub--ttl .TX {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area--inr .sub--ttl .TX {
    text-align: center;
    font-size: 6.1538461538vw;
  }
}
.sec-about--inr .sec-about--txt_area--inr .sub--ttl .TX span {
  color: #F49047;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area--inr .txt {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area--inr .txt {
    margin-top: 2.5641025641vw;
  }
}
.sec-about--inr .sec-about--txt_area--inr .txt .TX {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area--inr .txt .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area--inr .txt .TX {
    font-size: 4.1025641026vw;
  }
}
.sec-about--inr .sec-about--txt_area .characters {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area .characters {
    margin-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area .characters {
    margin-top: 9.7435897436vw;
  }
}
.sec-about--inr .sec-about--txt_area .characters .chara {
  width: fit-content;
}
.sec-about--inr .sec-about--txt_area .characters .chara.chara-02 {
  transform: rotate(-5.745deg);
}
.sec-about--inr .sec-about--txt_area .characters .chara.chara-03 {
  transform: rotate(7.775deg);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area .characters .chara.chara-03 {
    top: -26%;
    right: -25%;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area .characters .chara.chara-03 {
    top: -14.358974359vw;
    right: -10.7692307692vw;
  }
}
.sec-about--inr .sec-about--txt_area .characters .chara-02--img {
  aspect-ratio: 181/258;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="181" height="258" viewBox="0 0 181 258" fill="none"><path d="M9.97429 28.1064C15.0028 8.14192 39.6968 6.47514 57.4842 17.7839C86.3463 36.1336 85.6678 79.7026 72.2415 93.6197C67.2801 98.7625 58.5353 96.3009 52.5562 92.0548C22.8968 70.9921 6.05343 43.6732 9.97429 28.1064Z" fill="url(%23paint0_linear_1173_406)" stroke="%23676564" stroke-width="4.34533" /> <path d="M170.287 28.1375C165.259 8.17305 140.565 6.50627 122.777 17.815C93.9154 36.1647 94.5939 79.7337 108.02 93.6508C112.982 98.7936 121.726 96.332 127.705 92.0859C157.365 71.0232 174.208 43.7044 170.287 28.1375Z" fill="url(%23paint1_linear_1173_406)" stroke="%23676564" stroke-width="4.34533" /> <path d="M92.401 75.5692C133.853 76.1392 168.213 100.634 167.724 136.208C167.488 153.368 163.931 165.881 151.921 174.197C140.219 182.301 120.869 186.104 90.1518 187.46L90.0424 187.465L89.9331 187.459C61.7211 185.951 42.9036 181.62 31.2039 173.033C19.2608 164.267 15.1249 151.393 15.3624 134.113C15.8515 98.5369 50.9518 74.9994 92.401 75.5692Z" fill="%23FCF9F0" stroke="%23646464" stroke-width="4.48472" /> <path d="M45.2774 222.071C47.4709 220.383 50.8598 218.893 55.7188 219.194C61.4364 219.549 64.9265 220.947 67.0508 222.484C68.1118 223.252 68.8017 224.034 69.2422 224.687C69.4612 225.012 69.6156 225.299 69.7217 225.53C69.7746 225.645 69.8155 225.746 69.8467 225.83C69.8624 225.872 69.8757 225.91 69.8868 225.943C69.8923 225.96 69.8969 225.976 69.9014 225.99C69.9037 225.997 69.9063 226.004 69.9083 226.01C69.9093 226.014 69.9102 226.017 69.9112 226.02C69.9117 226.022 69.9119 226.024 69.9122 226.025C69.9081 226.029 69.8104 226.06 67.7628 226.664L69.9141 226.029L69.96 226.184L69.9825 226.344V226.345C69.9826 226.346 69.9832 226.348 69.9835 226.349C69.9839 226.353 69.9846 226.357 69.9854 226.363C69.9871 226.375 69.989 226.392 69.9922 226.415C69.9987 226.46 70.0086 226.527 70.0206 226.612C70.0445 226.783 70.0785 227.03 70.1202 227.338C70.2035 227.953 70.3169 228.815 70.4366 229.796C70.6741 231.743 70.9438 234.216 71.0489 236.187C71.149 238.066 71.2057 240.435 71.2374 242.317C71.2533 243.262 71.2629 244.091 71.2686 244.684C71.2703 244.859 71.2705 245.013 71.2715 245.143C71.3698 245.366 71.4905 245.651 71.6065 245.975C71.8495 246.656 72.2057 247.839 72.087 249.014C71.9187 250.68 70.8591 251.805 69.8926 252.493C68.9213 253.184 67.7693 253.641 66.7803 253.948C65.767 254.263 64.7852 254.463 64.0694 254.584C63.7078 254.645 63.4053 254.688 63.1895 254.716C63.0817 254.729 62.9949 254.739 62.9327 254.746C62.9015 254.749 62.876 254.753 62.8575 254.755C62.8484 254.756 62.8409 254.756 62.835 254.757C62.8321 254.757 62.8293 254.757 62.8272 254.758H62.8233L62.6055 252.526L62.8223 254.758L62.7686 254.763L62.7149 254.765H62.7139L62.711 254.766C62.7091 254.766 62.7063 254.766 62.7032 254.766C62.6964 254.767 62.6864 254.767 62.6739 254.767C62.6488 254.768 62.6124 254.77 62.5655 254.772C62.471 254.776 62.3331 254.782 62.1583 254.789C61.8087 254.802 61.3087 254.818 60.7012 254.833C59.4883 254.861 57.8358 254.881 56.0909 254.843C54.3554 254.804 52.4819 254.708 50.8419 254.498C50.0224 254.393 49.2206 254.253 48.503 254.065C47.8191 253.886 47.054 253.623 46.4131 253.196C43.7901 251.447 42.3367 249.399 41.628 246.933C40.9704 244.646 40.9942 242.081 41.004 239.511C41.014 236.899 41.245 233.61 41.4678 231.013C41.58 229.707 41.692 228.559 41.7755 227.738C41.8172 227.328 41.8516 226.998 41.876 226.77C41.8882 226.657 41.8977 226.569 41.9044 226.509C41.9077 226.478 41.9104 226.455 41.9122 226.439C41.913 226.431 41.9137 226.425 41.9141 226.421C41.9143 226.419 41.915 226.417 41.9151 226.416V226.415V226.414L41.959 226.022L42.1348 225.669L44.1436 226.664C42.1346 225.668 42.1352 225.667 42.1358 225.666L42.1368 225.663C42.1376 225.661 42.1388 225.66 42.1397 225.658C42.1417 225.654 42.1442 225.649 42.1465 225.644C42.1512 225.635 42.1569 225.624 42.1631 225.612C42.1757 225.588 42.1911 225.558 42.21 225.523C42.2482 225.453 42.3 225.363 42.3653 225.256C42.4959 225.04 42.6836 224.753 42.9346 224.421C43.436 223.757 44.1991 222.901 45.2774 222.071Z" fill="%23FCF9F0" stroke="%23646464" stroke-width="4.48472" /> <path d="M134.957 222.071C132.763 220.383 129.374 218.893 124.515 219.194C118.798 219.549 115.308 220.947 113.183 222.484C112.122 223.252 111.433 224.034 110.992 224.687C110.773 225.012 110.619 225.299 110.513 225.53C110.46 225.645 110.419 225.746 110.388 225.83C110.372 225.872 110.359 225.91 110.347 225.943C110.342 225.96 110.337 225.976 110.333 225.99C110.331 225.997 110.328 226.004 110.326 226.01C110.325 226.014 110.324 226.017 110.323 226.02C110.323 226.022 110.322 226.024 110.322 226.025C110.326 226.029 110.424 226.06 112.471 226.664L110.32 226.029L110.274 226.184L110.252 226.344V226.345C110.252 226.346 110.251 226.348 110.251 226.349C110.25 226.353 110.25 226.357 110.249 226.363C110.247 226.375 110.245 226.392 110.242 226.415C110.236 226.46 110.226 226.527 110.214 226.612C110.19 226.783 110.156 227.03 110.114 227.338C110.031 227.953 109.917 228.815 109.798 229.796C109.56 231.743 109.29 234.216 109.185 236.187C109.085 238.066 109.029 240.435 108.997 242.317C108.981 243.262 108.971 244.091 108.966 244.684C108.964 244.859 108.964 245.013 108.963 245.143C108.864 245.366 108.744 245.651 108.628 245.975C108.385 246.656 108.029 247.839 108.147 249.014C108.316 250.68 109.375 251.805 110.342 252.493C111.313 253.184 112.465 253.641 113.454 253.948C114.467 254.263 115.449 254.463 116.165 254.584C116.526 254.645 116.829 254.688 117.045 254.716C117.153 254.729 117.239 254.739 117.302 254.746C117.333 254.749 117.358 254.753 117.377 254.755C117.386 254.756 117.393 254.756 117.399 254.757C117.402 254.757 117.405 254.757 117.407 254.758H117.411L117.629 252.526L117.412 254.758L117.466 254.763L117.519 254.765H117.52L117.523 254.766C117.525 254.766 117.528 254.766 117.531 254.766C117.538 254.767 117.548 254.767 117.56 254.767C117.585 254.768 117.622 254.77 117.669 254.772C117.763 254.776 117.901 254.782 118.076 254.789C118.426 254.802 118.926 254.818 119.533 254.833C120.746 254.861 122.398 254.881 124.143 254.843C125.879 254.804 127.752 254.708 129.392 254.498C130.212 254.393 131.014 254.253 131.731 254.065C132.415 253.886 133.18 253.623 133.821 253.196C136.444 251.447 137.898 249.399 138.606 246.933C139.264 244.646 139.24 242.081 139.23 239.511C139.22 236.899 138.989 233.61 138.766 231.013C138.654 229.707 138.542 228.559 138.459 227.738C138.417 227.328 138.383 226.998 138.358 226.77C138.346 226.657 138.337 226.569 138.33 226.509C138.327 226.478 138.324 226.455 138.322 226.439C138.321 226.431 138.321 226.425 138.32 226.421C138.32 226.419 138.319 226.417 138.319 226.416V226.415V226.414L138.275 226.022L138.099 225.669L136.091 226.664C138.1 225.668 138.099 225.667 138.098 225.666L138.097 225.663C138.097 225.661 138.095 225.66 138.095 225.658C138.093 225.654 138.09 225.649 138.088 225.644C138.083 225.635 138.077 225.624 138.071 225.612C138.059 225.588 138.043 225.558 138.024 225.523C137.986 225.453 137.934 225.363 137.869 225.256C137.738 225.04 137.551 224.753 137.3 224.421C136.798 223.757 136.035 222.901 134.957 222.071Z" fill="%23FCF9F0" stroke="%23646464" stroke-width="4.48472" /> <path d="M64.8518 171.551C66.5628 173.032 67.7655 174.994 68.5794 177.229C69.3661 179.389 69.3695 181.272 68.7914 183.095C68.2626 184.763 67.2528 186.314 66.32 187.779C65.112 189.677 63.472 191.599 61.7216 193.564C59.9339 195.571 58.0157 197.638 56.0626 199.978C53.836 202.645 51.3039 206.391 49.299 209.527C48.3039 211.083 47.4519 212.468 46.8488 213.464C46.5474 213.962 46.3088 214.363 46.1459 214.637C46.0646 214.774 46.0015 214.879 45.9598 214.95C45.9473 214.971 45.9361 214.989 45.9273 215.004C45.9249 215.009 45.923 215.014 45.9201 215.02C45.901 215.056 45.8733 215.109 45.8376 215.177C45.7659 215.313 45.6621 215.508 45.5343 215.747C45.2789 216.224 44.9237 216.879 44.5269 217.589C43.763 218.957 42.7489 220.704 41.9882 221.698C40.9589 223.044 39.5217 223.903 37.8195 223.765C36.2812 223.64 35.0557 222.734 34.2085 221.826C32.511 220.006 31.314 217.109 31.19 214.542C31.1484 213.681 30.8981 213.37 30.6294 213.13C30.1511 212.703 29.6052 212.483 28.4023 211.822C27.342 211.239 26.0218 210.409 24.9772 208.921C23.9249 207.422 23.2993 205.475 23.1742 202.886C22.9818 198.904 24.7126 195.021 27.0669 191.6C29.4434 188.147 32.627 184.915 35.7524 182.168C38.8893 179.41 42.0352 177.082 44.391 175.447C45.5709 174.628 46.5581 173.979 47.2531 173.533C47.6007 173.31 47.8761 173.137 48.066 173.019C48.1371 172.975 48.196 172.938 48.2427 172.909C48.2836 172.877 48.3345 172.839 48.3943 172.793C48.5579 172.669 48.7907 172.496 49.08 172.291C49.6558 171.885 50.4695 171.345 51.4154 170.815C53.1717 169.83 55.9025 168.578 58.5007 168.87C60.9918 169.151 63.1238 170.055 64.8518 171.551Z" fill="%23FCF9F0" stroke="%23646464" stroke-width="4.48472" /> <path d="M116.57 171.551C114.859 173.032 113.656 174.993 112.842 177.228C112.056 179.389 112.052 181.272 112.63 183.095C113.159 184.762 114.169 186.314 115.102 187.779C116.31 189.677 117.95 191.599 119.7 193.564C121.488 195.571 123.406 197.638 125.359 199.978C127.586 202.645 130.118 206.39 132.123 209.526C133.118 211.083 133.97 212.468 134.573 213.464C134.874 213.962 135.113 214.362 135.276 214.637C135.357 214.774 135.42 214.879 135.462 214.95C135.474 214.971 135.486 214.989 135.494 215.004C135.497 215.008 135.499 215.014 135.501 215.019C135.521 215.056 135.548 215.109 135.584 215.177C135.656 215.313 135.759 215.508 135.887 215.747C136.143 216.224 136.498 216.879 136.895 217.589C137.659 218.957 138.673 220.703 139.433 221.698C140.463 223.044 141.9 223.903 143.602 223.765C145.14 223.64 146.366 222.734 147.213 221.825C148.911 220.005 150.108 217.109 150.232 214.541C150.273 213.681 150.523 213.369 150.792 213.13C151.27 212.703 151.816 212.483 153.019 211.822C154.08 211.239 155.4 210.408 156.444 208.921C157.497 207.422 158.122 205.475 158.247 202.886C158.44 198.903 156.709 195.021 154.355 191.6C151.978 188.147 148.795 184.915 145.669 182.168C142.532 179.41 139.386 177.082 137.031 175.447C135.851 174.627 134.864 173.979 134.169 173.533C133.821 173.309 133.546 173.137 133.356 173.019C133.285 172.974 133.226 172.938 133.179 172.909C133.138 172.877 133.087 172.839 133.027 172.793C132.864 172.669 132.631 172.495 132.342 172.291C131.766 171.885 130.952 171.345 130.006 170.814C128.25 169.83 125.519 168.577 122.921 168.87C120.43 169.151 118.298 170.055 116.57 171.551Z" fill="%23FCF9F0" stroke="%23646464" stroke-width="4.48472" /> <path d="M46.948 172.921C49.0318 171.376 52.4136 169.811 56.1697 171.571C67.8442 177.04 82.1696 179.518 95.2683 179.371C108.457 179.224 119.932 176.423 126.161 171.8C127.841 170.553 129.735 170.727 131.185 171.249C132.604 171.76 133.925 172.699 134.98 173.588C136.062 174.5 137.007 175.483 137.672 176.224C138.007 176.598 138.278 176.917 138.468 177.147C138.562 177.261 138.637 177.354 138.689 177.42C138.715 177.453 138.737 177.479 138.752 177.498C138.759 177.508 138.765 177.515 138.769 177.521C138.772 177.524 138.774 177.527 138.775 177.529L138.778 177.531C138.778 177.532 138.779 177.533 137.008 178.907L138.779 177.532L139.25 178.14V178.934C139.25 178.953 139.25 178.983 139.251 179.024C139.251 179.105 139.252 179.227 139.255 179.389C139.259 179.712 139.268 180.192 139.286 180.805C139.322 182.032 139.396 183.794 139.542 185.92C139.835 190.181 140.418 195.87 141.58 201.636C143.8 212.657 144.309 222.163 139.006 232.58C137.27 235.989 134.177 238.212 130.519 239.672C126.875 241.127 122.486 241.901 117.828 242.312C108.57 243.129 97.4928 242.55 88.0916 242.55C80.7278 242.55 70.8654 242.052 62.322 240.688C58.0575 240.007 54.0342 239.096 50.7888 237.885C47.671 236.722 44.7521 235.098 43.3826 232.661C40.8891 228.226 39.1265 224.478 38.3796 219.944C37.637 215.434 37.9275 210.33 39.1941 203.182C40.1584 197.74 41.1385 191.301 41.8787 186.212C42.2484 183.67 42.5574 181.469 42.7742 179.905C42.8825 179.122 42.968 178.499 43.0261 178.072C43.0551 177.858 43.0776 177.693 43.0925 177.582C43.1 177.527 43.1054 177.484 43.1091 177.456L43.114 177.417L43.115 177.415L43.1863 176.88L43.4929 176.437L45.3376 177.712C43.5904 176.504 43.4983 176.44 43.4939 176.436L43.4949 176.434C43.4956 176.433 43.4969 176.431 43.4978 176.43C43.4995 176.427 43.5015 176.424 43.5037 176.421C43.5083 176.414 43.5144 176.406 43.5212 176.397C43.5352 176.377 43.554 176.351 43.5769 176.32C43.6228 176.257 43.6866 176.171 43.7673 176.066C43.9285 175.856 44.1584 175.569 44.4509 175.237C45.0302 174.579 45.8817 173.712 46.948 172.921Z" fill="%23FCF9F0" stroke="%23646464" stroke-width="4.48472" /> <path d="M165.481 136.177C165.015 170.079 151.519 182.655 90.05 185.379C33.7208 182.36 17.0807 167.887 17.5468 133.986C44.2299 157.154 59.1982 164.974 90.0508 166.224C122.742 167.55 142.595 162.923 165.481 136.177Z" fill="%23FCF9F0" /> <path d="M70.3666 174.582C70.3666 174.582 90.0839 172.058 109.324 174.582C113.45 175.124 117.67 175.554 119.421 177.993C122.764 182.65 117.415 187.954 112.53 190.955C107.754 193.888 100.214 196.401 91.8578 196.48C83.1923 196.563 76.1658 194.093 70.3666 190.955C65.2798 188.202 59.8351 182.695 63.2029 177.993C65.0071 175.475 70.3666 174.582 70.3666 174.582Z" fill="%23F6F2E6" /> <path d="M80.706 132.897C81.4506 139.309 89.6171 137.885 94.2055 137.885H96.7665C98.6354 137.723 100.532 137.299 101.836 135.637C103.151 133.96 103.622 133.019 102.969 129.877C102.584 128.026 100.664 126.495 99.0791 125.69C95.4861 123.862 90.9148 124.11 87.0897 124.935C83.1724 125.779 80.2182 128.697 80.706 132.897Z" fill="white" /> <path d="M91.5472 129.747C91.2613 129.766 90.1913 129.766 90.4598 129.177C90.6489 128.762 91.8473 128.912 91.7544 129.423C91.6548 129.971 90.6724 129.801 90.3174 129.773C89.7697 129.73 89.3768 129.813 89.34 129.152C89.2699 127.89 90.7525 128.385 91.5796 128.569C91.9188 128.645 93.2322 128.839 93.3078 129.436C93.3423 129.709 92.897 129.988 92.6864 130.045C92.2345 130.167 91.8914 129.836 91.4696 129.773C91.2694 129.743 89.7975 129.876 90.0132 129.404C90.32 128.733 91.2794 128.195 91.955 128.524C92.2145 128.65 92.5167 128.674 92.2981 128.893C91.9902 129.2 91.8515 129.659 91.6055 130.012C91.0667 130.785 90.0055 129.702 89.6054 129.242C88.9831 128.527 89.344 128.098 90.1491 128.142C90.6779 128.171 92.5203 128.014 92.8029 128.556C92.896 128.734 93.2296 129.991 93.0683 130.097C92.6959 130.34 91.8383 129.863 91.5602 129.708C91.258 129.539 90.8212 129.231 90.6022 128.931C89.9867 128.09 90.7881 129.101 90.6152 128.582" stroke="%23EE8E7E" stroke-width="1.19593" stroke-linecap="round" /> <path d="M60.303 124.937C62.1077 124.937 69.4917 123.539 66.4342 127.153C65.794 127.91 64.0578 127.908 63.1687 128.086C61.6867 128.382 60.6029 126.659 60.6029 125.237" stroke="%23646464" stroke-width="4.34533" stroke-linecap="round" /> <path d="M117.104 124.937C118.909 124.937 126.293 123.539 123.236 127.153C122.595 127.91 120.859 127.908 119.97 128.086C118.488 128.382 117.404 126.659 117.404 125.237" stroke="%23646464" stroke-width="4.34533" stroke-linecap="round" /> <path d="M89.7908 120.235C89.7175 120.015 89.6451 119.993 89.6451 119.727C89.5234 119.489 89.4032 119.802 89.3241 119.535C89.3947 119.203 89.1758 118.685 89.3242 118.616C89.3977 118.582 89.4039 118.518 89.3947 118.444C89.3857 118.372 89.3398 118.329 89.3825 118.256C89.4042 118.219 89.4421 118.008 89.3946 118.008" stroke="%23676564" stroke-width="1.34542" stroke-linecap="round" /> <path d="M92.3131 119.747C92.2722 119.618 92.2318 119.606 92.2318 119.45C92.1639 119.311 92.0969 119.494 92.0528 119.338C92.0921 119.144 91.9701 118.84 92.0528 118.8C92.0938 118.78 92.0973 118.742 92.0921 118.699C92.0871 118.657 92.0615 118.632 92.0854 118.589C92.0974 118.568 92.1186 118.444 92.0921 118.444" stroke="%23676564" stroke-width="1.34542" stroke-linecap="round" /> <defs> <linearGradient id="paint0_linear_1173_406" x1="28.3026" y1="10.892" x2="61.0757" y2="98.7445" gradientUnits="userSpaceOnUse" > <stop stop-color="%23F4F0E4" /> <stop offset="0.36" stop-color="%23FCF9F0" /> </linearGradient> <linearGradient id="paint1_linear_1173_406" x1="151.959" y1="10.9231" x2="119.186" y2="98.7756" gradientUnits="userSpaceOnUse" > <stop stop-color="%23F4F0E4" /> <stop offset="0.36" stop-color="%23FCF9F0" /> </linearGradient> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area .characters .chara-02--img {
    width: 181px;
    margin-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area .characters .chara-02--img {
    width: 32.0512820513vw;
    margin-left: 23.3333333333vw;
  }
}
.sec-about--inr .sec-about--txt_area .characters .chara-03--img {
  aspect-ratio: 241/256;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="241" height="256" viewBox="0 0 241 256" fill="none"><path d="M186.011 205.402C200.003 219.925 225.34 204.438 224.141 175.04C222.422 132.885 179.072 91.5245 157.354 89.515C149.328 88.7724 139.246 100.169 142.676 109.069C159.098 151.681 170.619 189.427 186.011 205.402Z" fill="%23F3F3F3" stroke="%23676564" stroke-width="4.22142" /> <path d="M56.7251 12.8213C45.4816 -3.92073 17.8308 6.90712 13.881 36.0629C8.21698 77.8715 43.6834 126.163 64.7179 131.932C72.4908 134.063 82.9368 125.702 81.1127 116.34C72.3796 71.5158 69.093 31.2376 56.7251 12.8213Z" fill="%23CEBBAD" stroke="%23676564" stroke-width="4.22142" /> <path d="M109.989 75.0851C150.26 75.6387 183.64 99.4353 183.165 133.995C182.936 150.666 179.48 162.822 167.813 170.902C156.444 178.774 137.646 182.469 107.805 183.786L107.698 183.79L107.593 183.785C80.1852 182.32 61.9037 178.112 50.5377 169.77C38.9353 161.254 34.917 148.747 35.1478 131.96C35.6229 97.3982 69.7222 74.5316 109.989 75.0851Z" fill="%23F3F3F3" stroke="%23646464" stroke-width="4.35683" /> <path d="M76.1995 248.068L75.7435 250.198L75.7472 250.199C75.7492 250.199 75.7521 250.2 75.7549 250.2C75.7605 250.202 75.7675 250.203 75.776 250.205C75.7937 250.209 75.8183 250.214 75.8482 250.22C75.9078 250.232 75.9916 250.248 76.0956 250.267C76.3035 250.305 76.5961 250.354 76.9486 250.404C77.647 250.502 78.6151 250.606 79.6459 250.613C80.6519 250.62 81.8528 250.536 82.9554 250.183C84.0527 249.83 85.3653 249.1 86.0114 247.608C86.4674 246.554 86.485 245.354 86.4604 244.653C86.4486 244.319 86.4213 244.02 86.3959 243.786C86.4334 243.664 86.4787 243.521 86.5286 243.359C86.6979 242.808 86.9324 242.037 87.1959 241.158C87.7207 239.406 88.3663 237.196 88.8268 235.427C89.3099 233.572 89.7888 231.202 90.1422 229.329C90.3202 228.386 90.4683 227.556 90.5724 226.962C90.6245 226.664 90.6659 226.425 90.694 226.26C90.708 226.178 90.7186 226.113 90.726 226.07C90.7296 226.048 90.7329 226.031 90.7348 226.019C90.7358 226.013 90.7366 226.009 90.7371 226.006C90.7373 226.004 90.7379 226.003 90.738 226.003L90.7374 226.002L90.7377 226.001L90.7633 225.846L90.767 225.689L88.5884 225.644C90.7081 225.688 90.7657 225.687 90.7673 225.685C90.7673 225.684 90.7669 225.682 90.7669 225.68L90.7674 225.649C90.7675 225.635 90.7676 225.618 90.7674 225.601C90.7669 225.567 90.7654 225.528 90.7633 225.485C90.759 225.398 90.7506 225.292 90.7354 225.17C90.7051 224.925 90.6476 224.614 90.5405 224.249C90.3249 223.515 89.9159 222.587 89.1596 221.564C87.6456 219.515 84.8268 217.193 79.6383 215.181C75.2286 213.471 71.6515 213.854 69.1239 214.77C67.8814 215.221 66.9234 215.788 66.2638 216.255C65.9335 216.489 65.6755 216.7 65.4911 216.861C65.3988 216.942 65.3246 217.011 65.2687 217.064C65.2409 217.091 65.2168 217.113 65.198 217.132C65.1887 217.141 65.1807 217.15 65.1737 217.157C65.1701 217.16 65.1663 217.164 65.1633 217.167C65.1618 217.168 65.161 217.17 65.1597 217.172L65.1569 217.174C65.1583 217.177 65.2166 217.235 66.7224 218.689L65.1554 217.176L64.8893 217.452L64.7329 217.802L64.7323 217.803C64.7318 217.804 64.7307 217.806 64.7299 217.808C64.7282 217.812 64.7257 217.817 64.7227 217.824C64.7165 217.838 64.7078 217.859 64.6961 217.885C64.6722 217.939 64.6366 218.018 64.5918 218.119C64.5022 218.323 64.3733 218.618 64.2137 218.986C63.8947 219.722 63.4532 220.751 62.9646 221.927C61.994 224.265 60.8119 227.243 60.0334 229.659C59.2677 232.034 58.4896 234.402 58.4248 236.714C58.3551 239.205 59.0976 241.529 61.0109 243.92C61.4785 244.504 62.1098 244.974 62.6903 245.341C63.2991 245.726 64.0005 246.09 64.728 246.429C66.1843 247.107 67.8907 247.747 69.4862 248.294C71.0902 248.843 72.6254 249.312 73.7567 249.643C74.3234 249.808 74.7916 249.94 75.1191 250.031C75.2826 250.076 75.4112 250.112 75.4999 250.136C75.5442 250.148 75.5791 250.157 75.6028 250.163C75.6146 250.166 75.6236 250.169 75.6301 250.171C75.6333 250.172 75.636 250.172 75.6378 250.172L75.6406 250.173L76.1995 248.068ZM76.1995 248.068L75.6415 250.173L75.6917 250.186L75.7425 250.197L76.1995 248.068Z" fill="%23F3F3F3" stroke="%23646464" stroke-width="4.35683" /> <path d="M128.931 251.273L128.874 253.451L128.87 253.451C128.868 253.451 128.865 253.451 128.863 253.451C128.857 253.45 128.85 253.451 128.841 253.45C128.823 253.45 128.798 253.449 128.767 253.448C128.707 253.445 128.621 253.441 128.516 253.435C128.305 253.423 128.009 253.403 127.654 253.368C126.952 253.3 125.987 253.174 124.983 252.939C124.004 252.709 122.856 252.347 121.867 251.744C120.883 251.144 119.778 250.127 119.501 248.524C119.304 247.393 119.569 246.223 119.757 245.546C119.847 245.225 119.944 244.941 120.023 244.719C120.015 244.592 120.005 244.442 119.995 244.272C119.959 243.697 119.912 242.893 119.862 241.976C119.763 240.15 119.654 237.851 119.621 236.023C119.587 234.106 119.678 231.69 119.773 229.787C119.822 228.828 119.872 227.987 119.911 227.384C119.93 227.083 119.945 226.841 119.957 226.674C119.963 226.591 119.967 226.525 119.971 226.481C119.972 226.459 119.973 226.442 119.974 226.43C119.974 226.424 119.975 226.419 119.975 226.416C119.975 226.415 119.974 226.414 119.975 226.413L119.975 226.412L119.975 226.411L119.987 226.255L120.02 226.102L122.148 226.569C120.078 226.115 120.022 226.1 120.021 226.098C120.021 226.097 120.022 226.094 120.022 226.093L120.029 226.063C120.032 226.049 120.036 226.033 120.04 226.016C120.049 225.983 120.059 225.946 120.071 225.904C120.096 225.82 120.129 225.72 120.172 225.604C120.259 225.373 120.388 225.084 120.578 224.755C120.96 224.092 121.575 223.286 122.55 222.468C124.503 220.832 127.788 219.237 133.303 218.498C137.991 217.87 141.379 219.081 143.621 220.565C144.723 221.294 145.521 222.071 146.053 222.68C146.319 222.984 146.52 223.25 146.662 223.45C146.732 223.55 146.788 223.634 146.83 223.699C146.851 223.732 146.869 223.759 146.883 223.782C146.89 223.793 146.896 223.803 146.901 223.812C146.903 223.816 146.906 223.82 146.908 223.824C146.91 223.826 146.91 223.828 146.911 223.83L146.913 223.832C146.911 223.835 146.841 223.878 145.036 224.938L146.914 223.834L147.108 224.165L147.178 224.542L147.178 224.544C147.178 224.545 147.179 224.547 147.179 224.549C147.18 224.553 147.181 224.559 147.183 224.566C147.185 224.581 147.189 224.603 147.194 224.632C147.205 224.69 147.221 224.775 147.24 224.884C147.28 225.103 147.336 225.42 147.405 225.815C147.542 226.605 147.73 227.709 147.929 228.968C148.324 231.468 148.775 234.64 148.965 237.171C149.151 239.66 149.352 242.144 148.873 244.406C148.356 246.844 147.089 248.929 144.669 250.804C144.077 251.263 143.353 251.571 142.703 251.792C142.02 252.024 141.253 252.213 140.467 252.371C138.892 252.689 137.083 252.911 135.404 253.068C133.716 253.225 132.113 253.321 130.936 253.377C130.346 253.405 129.86 253.424 129.52 253.435C129.351 253.441 129.218 253.445 129.126 253.448C129.08 253.449 129.044 253.45 129.019 253.45C129.007 253.451 128.998 253.451 128.991 253.451C128.988 253.451 128.985 253.451 128.983 253.451L128.98 253.451L128.931 251.273ZM128.931 251.273L128.979 253.451L128.927 253.452L128.875 253.451L128.931 251.273Z" fill="%23F3F3F3" stroke="%23646464" stroke-width="4.35683" /> <path d="M70.9462 173.034C69.9483 171.245 69.8887 171.139 69.8847 171.132L69.8825 171.133C69.8813 171.134 69.8792 171.135 69.8773 171.136C69.8733 171.138 69.8681 171.142 69.8613 171.145C69.8474 171.153 69.8274 171.164 69.8019 171.179C69.7503 171.208 69.6753 171.251 69.5787 171.306C69.3851 171.417 69.1029 171.581 68.7449 171.793C68.0291 172.217 67.0057 172.838 65.7627 173.631C63.2783 175.216 59.9038 177.497 56.3461 180.28C49.3364 185.762 41.2079 193.502 38.1911 201.953C37.418 204.119 36.932 206.036 37.2981 207.985C37.6633 209.929 38.8082 211.543 40.2934 213.286C42.0742 215.376 44.7879 216.399 47.4191 216.548C50.0663 216.699 52.9265 215.987 55.1583 214.236C56.3721 213.283 57.1481 211.918 57.5913 210.981C57.8267 210.483 58.0005 210.034 58.1165 209.708C58.3354 209.491 58.6484 209.182 59.0375 208.802C59.8464 208.011 60.9839 206.914 62.2977 205.691C64.9443 203.228 68.2347 200.318 70.9761 198.35C73.3808 196.623 75.6866 195.142 77.8552 193.688C79.9784 192.264 81.9876 190.854 83.5843 189.362C84.817 188.21 86.1438 186.995 87.0457 185.555C88.0317 183.981 88.4848 182.208 88.2688 179.985C88.0453 177.685 87.39 175.547 86.1397 173.739C84.8769 171.913 83.0907 170.545 80.8153 169.677C78.4421 168.771 75.5692 169.287 73.6783 169.788C72.6599 170.057 71.7639 170.368 71.1236 170.611C70.802 170.733 70.5405 170.839 70.3564 170.917C70.2646 170.955 70.1914 170.986 70.1393 171.009C70.1133 171.02 70.0925 171.03 70.0771 171.037C70.0694 171.04 70.0628 171.043 70.0578 171.045C70.0555 171.046 70.0529 171.047 70.0512 171.048L70.0497 171.049L70.0483 171.049C70.0479 171.049 70.0472 171.05 70.9462 173.034ZM70.9462 173.034L69.8854 171.132L69.9645 171.087L70.0475 171.05L70.9462 173.034Z" fill="%23F3F3F3" stroke="%23646464" stroke-width="4.35683" /> <path d="M146.335 172.673C147.41 170.93 147.474 170.826 147.478 170.82L147.481 170.82C147.482 170.821 147.484 170.822 147.486 170.823C147.49 170.826 147.495 170.83 147.501 170.834C147.515 170.842 147.534 170.854 147.559 170.87C147.609 170.901 147.682 170.947 147.777 171.007C147.965 171.126 148.24 171.302 148.588 171.53C149.285 171.985 150.28 172.649 151.488 173.496C153.901 175.187 157.173 177.613 160.606 180.548C167.37 186.33 175.154 194.416 177.801 202.99C178.479 205.188 178.881 207.124 178.43 209.056C177.981 210.982 176.767 212.545 175.207 214.222C173.337 216.232 170.581 217.136 167.946 217.171C165.295 217.205 162.468 216.371 160.315 214.523C159.144 213.518 158.428 212.121 158.026 211.165C157.812 210.658 157.658 210.202 157.556 209.871C157.347 209.644 157.048 209.322 156.676 208.926C155.902 208.101 154.813 206.955 153.554 205.676C151.017 203.1 147.857 200.05 145.203 197.964C142.876 196.134 140.637 194.555 138.534 193.007C136.475 191.493 134.529 189.996 132.998 188.436C131.817 187.232 130.544 185.96 129.706 184.482C128.789 182.866 128.414 181.076 128.726 178.864C129.05 176.576 129.798 174.469 131.125 172.717C132.466 170.947 134.311 169.658 136.622 168.89C139.032 168.088 141.88 168.729 143.747 169.311C144.753 169.625 145.634 169.975 146.263 170.245C146.579 170.381 146.836 170.498 147.017 170.584C147.107 170.626 147.178 170.66 147.229 170.685C147.255 170.698 147.275 170.708 147.29 170.716C147.298 170.72 147.304 170.723 147.309 170.725C147.312 170.727 147.314 170.727 147.316 170.728L147.317 170.73L147.319 170.729C147.319 170.73 147.32 170.73 146.335 172.673ZM146.335 172.673L147.478 170.819L147.401 170.771L147.319 170.73L146.335 172.673Z" fill="%23CEBBAD" stroke="%23646464" stroke-width="4.35683" /> <path d="M65.833 169.66C67.8574 168.159 71.143 166.638 74.792 168.348C86.1336 173.661 100.05 176.069 112.775 175.927C125.588 175.784 136.736 173.062 142.787 168.571C144.419 167.359 146.259 167.529 147.668 168.036C149.046 168.532 150.33 169.444 151.354 170.308C152.405 171.194 153.323 172.149 153.969 172.868C154.294 173.231 154.558 173.542 154.742 173.765C154.834 173.876 154.907 173.967 154.958 174.031C154.984 174.062 155.004 174.088 155.019 174.107C155.026 174.116 155.032 174.123 155.036 174.128C155.038 174.131 155.041 174.134 155.042 174.136C155.043 174.137 155.043 174.137 155.044 174.138V174.139C155.044 174.139 155.045 174.14 153.402 175.415L155.045 174.14L155.404 174.603L155.483 175.184V175.187C155.484 175.188 155.484 175.191 155.484 175.194C155.485 175.2 155.487 175.208 155.488 175.22C155.491 175.243 155.496 175.279 155.502 175.324C155.514 175.416 155.532 175.55 155.555 175.724C155.6 176.073 155.667 176.583 155.748 177.227C155.911 178.514 156.134 180.341 156.38 182.501C156.871 186.817 157.452 192.483 157.805 197.843C158.509 208.548 159.082 215.321 153.96 225.381C152.312 228.619 149.467 230.917 146.057 232.56C142.656 234.198 138.564 235.248 134.185 235.936C125.441 237.309 115.071 237.303 105.804 237.303C98.6499 237.303 89.0684 236.819 80.7686 235.493C76.6257 234.832 72.7173 233.948 69.5645 232.772C66.5354 231.642 63.6997 230.063 62.3691 227.697C57.2435 218.578 57.7555 209.064 58.2695 199.323C58.5614 193.79 59.5362 187.404 60.4258 182.445C60.8722 179.955 61.3011 177.807 61.6182 176.28C61.7768 175.516 61.9075 174.906 61.999 174.487C62.0447 174.277 62.0808 174.115 62.1055 174.004C62.1178 173.949 62.1273 173.906 62.1338 173.877C62.137 173.863 62.1389 173.852 62.1406 173.844C62.1415 173.84 62.1431 173.837 62.1436 173.835V173.832V173.831L62.2373 173.421L62.4766 173.075L64.2686 174.314C62.4767 173.075 62.4771 173.074 62.4775 173.073L62.4785 173.073C62.4792 173.071 62.4796 173.07 62.4805 173.069C62.4821 173.066 62.4842 173.064 62.4863 173.061C62.4909 173.054 62.4972 173.046 62.5039 173.036C62.5175 173.017 62.5353 172.992 62.5576 172.961C62.6022 172.9 62.6638 172.816 62.7422 172.714C62.8987 172.511 63.123 172.232 63.4072 171.909C63.9699 171.271 64.7972 170.429 65.833 169.66Z" fill="%23F3F3F3" stroke="%23646464" stroke-width="4.35683" /> <path d="M180.986 133.965C180.534 166.9 167.423 179.117 107.706 181.764C52.9833 178.831 36.8178 164.771 37.2705 131.836C63.1927 154.343 77.7342 161.94 107.707 163.155C139.466 164.443 158.752 159.948 180.986 133.965Z" fill="%23F3F3F3" /> <path d="M88.5839 171.276C88.5839 171.276 107.739 168.824 126.43 171.276C130.439 171.802 134.539 172.22 136.239 174.589C139.487 179.114 134.291 184.266 129.545 187.181C124.906 190.031 117.58 192.472 109.462 192.549C101.044 192.629 94.2178 190.23 88.5839 187.181C83.6422 184.507 78.3528 179.157 81.6245 174.589C83.3773 172.142 88.5839 171.276 88.5839 171.276Z" fill="%23E9E5E5" /> <path d="M109.98 141.977C109.702 141.996 108.662 141.996 108.923 141.424C109.107 141.021 110.271 141.166 110.181 141.663C110.084 142.195 109.13 142.03 108.785 142.003C108.253 141.961 107.871 142.042 107.835 141.399C107.767 140.173 109.207 140.654 110.011 140.833C110.341 140.907 111.616 141.095 111.69 141.676C111.723 141.94 111.291 142.212 111.086 142.267C110.647 142.385 110.314 142.064 109.904 142.003C109.71 141.974 108.28 142.103 108.489 141.644C108.787 140.992 109.719 140.469 110.376 140.789C110.628 140.912 110.921 140.935 110.709 141.147C110.41 141.447 110.275 141.892 110.036 142.235C109.513 142.986 108.482 141.934 108.093 141.487C107.489 140.792 107.839 140.375 108.621 140.418C109.135 140.446 110.925 140.294 111.199 140.82C111.29 140.994 111.614 142.215 111.457 142.317C111.095 142.554 110.262 142.091 109.992 141.94C109.699 141.776 109.274 141.476 109.061 141.185C108.463 140.367 109.242 141.35 109.074 140.846" stroke="%23EE8E7E" stroke-width="1.16182" stroke-linecap="round" /> <path d="M43.4193 159.114C100.465 165.812 103.196 107.718 97.6027 77.9218C66.8567 81.1934 48.5671 98.3487 43.4193 107.788C31.2123 124.674 38.635 155.49 43.4193 159.114Z" fill="%23CEBBAD" stroke="%23CEBBAD" stroke-width="0.070357" /> <path d="M129.72 139.66C133.161 140.651 136.401 141.3 140.009 141.389C142.54 141.451 145.307 141.717 147.788 141.166" stroke="%23646464" stroke-width="3.51785" stroke-linecap="round" /> <path d="M91.6624 138.536C88.1408 139.186 84.8537 139.516 81.2543 139.252C78.7291 139.067 75.9495 139.061 73.5342 138.27" stroke="%23646464" stroke-width="3.51785" stroke-linecap="round" /> <path d="M111.738 147.073C110.992 146.75 108.726 147.324 108.631 148.239C107.169 150.512 108.94 151.751 110.008 152.087C114.324 152.432 113.954 149.507 113.23 148.001C112.88 147.497 112.287 147.31 111.738 147.073Z" stroke="%23646464" stroke-width="2.81428" stroke-linecap="round" /> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .sec-about--inr .sec-about--txt_area .characters .chara-03--img {
    width: 241px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about--inr .sec-about--txt_area .characters .chara-03--img {
    width: 42.5641025641vw;
  }
}
.sec-about .decorations {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1900px;
}
.sec-about .decorations .deco {
  position: absolute;
}
.sec-about .decorations .deco.deco-01 {
  aspect-ratio: 484/530;
  background-image: url("../img/marbles/marble-04.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sec-about .decorations .deco.deco-01 {
    width: 484px;
    bottom: 86px;
    left: -224px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .decorations .deco.deco-01 {
    width: 57.1794871795vw;
    top: 33.8461538462vw;
    left: -25.1282051282vw;
  }
}
.sec-about .decorations .deco.deco-02 {
  aspect-ratio: 556/613;
  background-image: url("../img/marbles/marble-05.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sec-about .decorations .deco.deco-02 {
    width: 556px;
    top: 10px;
    right: -451px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .decorations .deco.deco-02 {
    width: 63.0769230769vw;
    bottom: 71.7948717949vw;
    right: -43.3333333333vw;
  }
}

/* -----------------------
  sec-function
----------------------- */
.sec-function {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-function {
    padding: 0 0 233px;
  }
}
@media screen and (max-width: 767px) {
  .sec-function {
    padding: 19.2307692308vw 0 22.8205128205vw;
  }
}
.sec-function--inr {
  background-image: url("../img/function-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-function--inr {
    background-position: center top;
    width: 100%;
    height: max(919px, 71.796875vw);
    height: 919px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .sec-function--inr {
    background-position: left 67% top;
    width: 100%;
    height: 144.358974359vw;
  }
}
.sec-function--inr .sec-function--contents {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-function--inr .sec-function--contents {
    max-width: 1080px;
    top: -114px;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-function--inr .sec-function--contents {
    top: -69.2307692308vw;
    padding-left: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-function--inr .sec-function--contents .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 870px) and (min-width: 767px) {
  .sec-function--inr .sec-function--contents .txt {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-function--inr .sec-function--contents .txt {
    margin-top: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.sec-function--inr .sec-function--contents .txt .TX {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .sec-function--inr .sec-function--contents .txt .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-function--inr .sec-function--contents .txt .TX {
    font-size: 4.1025641026vw;
  }
}
.sec-function--inr .sec-function--community_board {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-function--inr .sec-function--community_board {
    bottom: -77px;
  }
}
@media screen and (max-width: 767px) {
  .sec-function--inr .sec-function--community_board {
    bottom: -9.2307692308vw;
  }
}
.sec-function--inr .decorations {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-function--inr .decorations {
    max-width: 1900px;
  }
}
.sec-function--inr .decorations .deco-01 {
  position: absolute;
  background-image: url("../img/marbles/marble-06.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 314/354;
}
@media screen and (min-width: 768px) {
  .sec-function--inr .decorations .deco-01 {
    width: 314.959px;
    top: -150px;
    right: -130px;
  }
}
/* -----------------------
  sec-dress-up
----------------------- */
.sec-dress-up {
  position: relative;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec-dress-up {
    background-image: radial-gradient(circle, #666666 2px, transparent 2px);
    background-size: 38px 38px;
    padding: 115px 50px 135px;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up {
    background-image: radial-gradient(circle, #666666 0.2564102564vw, transparent 0.2564102564vw);
    background-size: 7.6923076923vw 7.6923076923vw;
    padding: 17.6923076923vw 5.1282051282vw 15.3846153846vw;
  }
}
.sec-dress-up--inr {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-dress-up--inr {
    max-width: 1080px;
    margin-inline: auto;
  }
}
.sec-dress-up--inr .sec-dress-up--container {
  display: flex;
}
@media screen and (min-width: 768px) {
  .sec-dress-up--inr .sec-dress-up--container {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .sec-dress-up--inr .sec-dress-up--container {
    gap: 60px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up--inr .sec-dress-up--container {
    flex-direction: column;
    gap: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-dress-up--inr .sec-dress-up--container .sec-dress-up--ttl .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up--inr .sec-dress-up--container .sec-dress-up--ttl .txt {
    margin-top: 7.6923076923vw;
  }
}
.sec-dress-up--inr .sec-dress-up--container .sec-dress-up--ttl .txt .TX {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .sec-dress-up--inr .sec-dress-up--container .sec-dress-up--ttl .txt .TX {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up--inr .sec-dress-up--container .sec-dress-up--ttl .txt .TX {
    font-size: 4.1025641026vw;
  }
}
.sec-dress-up--inr .sec-dress-up--tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --item: 5;
}
@media screen and (min-width: 768px) {
  .sec-dress-up--inr .sec-dress-up--tabs {
    margin-top: 30px;
    --gap: 40px;
    max-width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up--inr .sec-dress-up--tabs {
    margin-top: 11.5384615385vw;
    --gap: calc((16 / 390) * 100vw);
  }
}
.sec-dress-up--inr .sec-dress-up--tabs .C_dress_up-tab {
  width: calc(100% / var(--item) - var(--gap) * (var(--item) - 1) / var(--item));
}
.sec-dress-up .decorations {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec-dress-up .decorations {
    max-width: 1900px;
  }
}
.sec-dress-up .decorations .deco {
  position: absolute;
}
.sec-dress-up .decorations .deco.deco-01 {
  aspect-ratio: 727/1136;
  background-image: url("../img/marbles/marble-02.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sec-dress-up .decorations .deco.deco-01 {
    width: 422px;
    top: -110px;
    left: -140px;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up .decorations .deco.deco-01 {
    width: 56.6666666667vw;
    top: -24.8717948718vw;
    right: -20.7692307692vw;
  }
}
.sec-dress-up .decorations .deco.deco-02 {
  aspect-ratio: 421/298;
  background-image: url("../img/marbles/marble-07.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sec-dress-up .decorations .deco.deco-02 {
    width: 421px;
    bottom: -90px;
    right: -93px;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress-up .decorations .deco.deco-02 {
    display: none;
  }
}

/* -----------------------
  sec-possible
----------------------- */
.sec-possible {
  position: relative;
}
.sec-possible--inr {
  background-color: #FFFEF1;
}
@media screen and (min-width: 768px) {
  .sec-possible--inr {
    padding: 117px 50px 135px;
  }
}
@media screen and (max-width: 767px) {
  .sec-possible--inr {
    padding: 15.641025641vw 5.1282051282vw 21.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-possible--inr .sec-possible--container {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec-possible--inr .sec-possible--container {
    margin-top: 12.0512820513vw;
  }
}
.sec-possible--inr .sec-possible--container .sec-possible--container--tabs {
  display: flex;
  justify-content: center;
  gap: var(--gap);
  --item: 5;
}
@media screen and (min-width: 768px) {
  .sec-possible--inr .sec-possible--container .sec-possible--container--tabs {
    --gap: 50px;
    margin-bottom: 60px;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-possible--inr .sec-possible--container .sec-possible--container--tabs {
    --gap: calc(( 27 / 390) * 100vw);
    margin-bottom: 15.3846153846vw;
  }
}
.sec-possible--inr .sec-possible--container .sec-possible--container--tabs .C_possible_tab {
  width: calc(100% / var(--item) - var(--gap) * (var(--item) - 1) / var(--item));
}
.sec-possible--inr .sec-possible--container .sec-possible--container--contents {
  display: flex;
  justify-content: center;
}
.sec-possible--outer {
  position: relative;
  background-color: #FFF366;
}
@media screen and (min-width: 768px) {
  .sec-possible--outer {
    padding-block: 37px 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-possible--outer {
    padding-block: 9.2307692308vw 9.4871794872vw;
  }
}
.sec-possible--outer .sec-possible--outer--ttl {
  position: absolute;
  top: 0;
  left: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-possible--outer .sec-possible--outer--ttl {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .sec-possible--outer .sec-possible--outer--ttl {
    transform: translate(-50%, -70%);
  }
}
.sec-possible--outer .sec-possible--outer--ttl .TL {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-possible--outer .sec-possible--outer--ttl .TL {
    text-align: center;
  }
}
.sec-possible--outer .sec-possible--outer--ttl .TL span {
  color: transparent;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 800;
  position: relative;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .sec-possible--outer .sec-possible--outer--ttl .TL span {
    -webkit-text-stroke-width: 6px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-possible--outer .sec-possible--outer--ttl .TL span {
    -webkit-text-stroke-width: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}
.sec-possible--outer .sec-possible--outer--ttl .TL span::before {
  content: attr(data-text);
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: unset;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-weight: 800;
  color: #505050;
}

/* -----------------------
  sec-voice
----------------------- */
.sec-voice {
  position: relative;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .sec-voice {
    background-image: radial-gradient(circle, #666666 2px, transparent 2px);
    background-size: 38px 38px;
    padding: 123px 50px 114px;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice {
    background-image: radial-gradient(circle, #666666 0.2564102564vw, transparent 0.2564102564vw);
    background-size: 7.6923076923vw 7.6923076923vw;
    padding: 17.6923076923vw 5.1282051282vw 15.3846153846vw;
  }
}
.sec-voice--inr {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-voice--inr .sec-voice--container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice--inr .sec-voice--container {
    margin-top: 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-voice--inr .sec-voice--container .sec-voice--container--tabs {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice--inr .sec-voice--container .sec-voice--container--tabs {
    margin-bottom: 5.1282051282vw;
  }
}
.sec-voice .decorations {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec-voice .decorations {
    max-width: 1900px;
    margin-inline: auto;
  }
}
.sec-voice .decorations .deco {
  position: absolute;
  aspect-ratio: 384/509;
  background-image: url("../img/marbles/marble-08.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sec-voice .decorations .deco.deco-01 {
    width: 268px;
    top: 20px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .decorations .deco.deco-01 {
    width: 56.1538461538vw;
    top: 10.2564102564vw;
    right: -23.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-voice .decorations .deco.deco-02 {
    width: 410px;
    bottom: -20px;
    left: -133px;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .decorations .deco.deco-02 {
    width: 82.0512820513vw;
    bottom: -10.2564102564vw;
    left: -26.4102564103vw;
  }
}

/* -----------------------
  sec-question
----------------------- */
.sec-question {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-question {
    padding: 126px 50px 166px;
  }
}
@media screen and (max-width: 767px) {
  .sec-question {
    padding: 15.3846153846vw 5.1282051282vw 41.2820512821vw;
  }
}
.sec-question--inr {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-question--inr .sec-question--ttl {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-question--inr .sec-question--ttl {
    margin-bottom: 15.3846153846vw;
  }
}
.sec-question .decorations {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec-question .decorations {
    max-width: 1900px;
    margin-inline: auto;
  }
}
.sec-question .decorations .deco {
  position: absolute;
}
.sec-question .decorations .deco.deco-01 {
  background-image: url("../img/marbles/marble-09.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 360/578;
}
@media screen and (min-width: 768px) {
  .sec-question .decorations .deco.deco-01 {
    width: 360px;
    top: 0px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-question .decorations .deco.deco-01 {
    width: 38.4615384615vw;
    top: -5.1282051282vw;
    left: -15.3846153846vw;
  }
}

/* -----------------------
  sec-plan
----------------------- */
.sec-plan {
  position: relative;
  background-color: #FFFEF1;
}
@media screen and (min-width: 768px) {
  .sec-plan {
    padding: 126px 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.sec-plan--inr {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-plan--inr .sec-plan--ttl {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan--inr .sec-plan--ttl {
    margin-bottom: 12.8205128205vw;
  }
}
.sec-plan .decorations {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec-plan .decorations {
    max-width: 1900px;
    margin-inline: auto;
  }
}
.sec-plan .decorations .deco {
  position: absolute;
}
.sec-plan .decorations .deco.deco-01 {
  background-image: url("../img/marbles/marble-09.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 360/578;
}
@media screen and (min-width: 768px) {
  .sec-plan .decorations .deco.deco-01 {
    width: 360px;
    top: 0px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .decorations .deco.deco-01 {
    width: 38.4615384615vw;
    top: -5.1282051282vw;
    right: -15.3846153846vw;
  }
}

/* -----------------------
  sec-start
----------------------- */
.sec-start {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec-start {
    padding: 50px 100px 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-start {
    padding: 15.3846153846vw 5.1282051282vw 30.2564102564vw;
  }
}
.sec-start--inr {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-start--inr .sec-start--ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-start--inr .sec-start--ttl {
    margin-bottom: 11.7948717949vw;
  }
}
.sec-start--inr .sec-start--ttl .C_title .C_title--inner .main--title .TL {
  white-space: nowrap;
}
.sec-start .decorations {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec-start .decorations {
    max-width: 1900px;
    margin-inline: auto;
  }
}
.sec-start .decorations .deco {
  position: absolute;
}
.sec-start .decorations .deco.deco-01 {
  background-image: url("../img/marbles/marble-01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 441/685;
}
@media screen and (min-width: 768px) {
  .sec-start .decorations .deco.deco-01 {
    width: 441px;
    top: 0px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-start .decorations .deco.deco-01 {
    width: 71.7948717949vw;
    top: 38.4615384615vw;
    right: -33.3333333333vw;
  }
}

/* -----------------------
  anime
----------------------- */
.hover-opa {
  transition: 0.3s;
}
.hover-opa:hover {
  opacity: 0.6;
}

.hover-scale {
  transition: 0.3s;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.move-rotate-type01 {
  animation: move-rotate-type01 ease-in-out infinite;
}
@keyframes move-rotate-type01 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(-90deg) scale(0.6);
  }
  50% {
    transform: rotate(0deg) scale(1.2);
  }
  75% {
    transform: rotate(60deg) scale(0.6);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.move-rotate-type02 {
  animation: move-rotate-type02 ease-in-out infinite;
}
@keyframes move-rotate-type02 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(1.2);
  }
  50% {
    transform: rotate(0deg) scale(0.6);
  }
  75% {
    transform: rotate(-60deg) scale(1.2);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.move-rotate-type03 {
  animation: move-rotate-type03 ease-in-out infinite;
}
@keyframes move-rotate-type03 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(60deg) scale(1.5);
  }
  50% {
    transform: rotate(0deg) scale(0.5);
  }
  75% {
    transform: rotate(90deg) scale(1.2);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.up {
  opacity: 0;
  transform: translateY(100px);
}
.up.show {
  animation: up 0.5s ease forwards;
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.down {
  opacity: 0;
  transform: translateY(-100px);
}
.down.show {
  animation: down ease forwards;
}
@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.left {
  opacity: 0;
  transform: translateX(100%);
}
.left.show {
  animation: left ease forwards;
}
@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.right {
  opacity: 0;
  transform: translateX(-100%);
}
.right.show {
  animation: right ease forwards;
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.pop {
  opacity: 0;
  transform: scale(0.5);
}
.pop.show {
  animation: pop ease forwards;
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loadUp {
  opacity: 0;
  transform: translateY(100%);
}
.loadUp.show {
  animation: loadUp ease forwards;
}
@keyframes loadUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadDown {
  opacity: 0;
  transform: translateY(-100%);
}
.loadDown.show {
  animation: loadDown ease forwards;
}
@keyframes loadDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadLeft {
  opacity: 0;
  transform: translateX(100%);
}
.loadLeft.show {
  animation: loadLeft ease forwards;
}
@keyframes loadLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadRight {
  opacity: 0;
  transform: translateX(-100%);
}
.loadRight.show {
  animation: loadRight ease forwards;
}
@keyframes loadRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadPop {
  opacity: 0;
  transform: scale(0.5);
}
.loadPop.show {
  animation: loadPop ease forwards;
}
@keyframes loadPop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.delay-01 {
  animation-delay: 0.1s !important;
}

.delay-02 {
  animation-delay: 0.2s !important;
}

.delay-03 {
  animation-delay: 0.3s !important;
}

.delay-04 {
  animation-delay: 0.4s !important;
}

.delay-05 {
  animation-delay: 0.5s !important;
}

.delay-06 {
  animation-delay: 0.6s !important;
}

.delay-07 {
  animation-delay: 0.7s !important;
}

.delay-08 {
  animation-delay: 0.8s !important;
}

.delay-09 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.delay-15 {
  animation-delay: 1.5s !important;
}

.duration-01 {
  animation-duration: 0.1s !important;
}

.duration-02 {
  animation-duration: 0.2s !important;
}

.duration-03 {
  animation-duration: 0.3s !important;
}

.duration-04 {
  animation-duration: 0.4s !important;
}

.duration-05 {
  animation-duration: 0.5s !important;
}

.duration-06 {
  animation-duration: 0.6s !important;
}

.duration-07 {
  animation-duration: 0.7s !important;
}

.duration-08 {
  animation-duration: 0.8s !important;
}

.duration-09 {
  animation-duration: 0.9s !important;
}

.duration-10 {
  animation-duration: 1s !important;
}

.duration-15 {
  animation-duration: 1.5s !important;
}

.duration-20 {
  animation-duration: 2s !important;
}

.duration-30 {
  animation-duration: 3s !important;
}

.duration-400 {
  animation-duration: 40s !important;
}

.duration-500 {
  animation-duration: 50s !important;
}

.duration-600 {
  animation-duration: 60s !important;
}

/*# sourceMappingURL=main.css.map */
