@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
html {
  overflow-x: hidden;
}

body {
  background-color: #f09b9e;
  overflow-x: hidden;
}

.ja {
  font-family: 'Noto Sans JP', sans-serif;
}

.ja .lang {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.en {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.en .lang {
  font-family: 'Noto Sans JP', sans-serif;
}

.lang {
  float: right;
  margin: 0 0 10px 10px;
  border: solid 1px grey;
  padding: 5px;
  cursor: pointer;
}

.lang:hover {
  color: white;
  background-color: #f09b9e;
}

.smilk {
  background-color: white;
  border: solid #d1676b 2px;
  padding: 0 20px;
  border-radius: 20px;
  z-index: 999;
  max-width: 65ch;
  margin: auto;
}

.smilk h1 {
  text-align: center;
}

.smilk .backLink {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d1676b;
  text-align: right;
  font-size: 1.3rem;
}

.smilk .sizeChange {
  text-align: center;
  font-size: 1.3rem;
}

.smilk a, .smilk .bigSmilk, .smilk .smallSmilk {
  cursor: pointer;
  color: #d1676b;
  text-decoration: none;
}

.smilk a:hover, .smilk .bigSmilk:hover, .smilk .smallSmilk:hover {
  text-decoration: underline;
}

.container {
  max-width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  border: ridge 5px #d1676b;
  margin: 20px auto;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.container .ear {
  width: 105px;
  height: 105px;
  border: solid 10px #d1676b;
  position: absolute;
  background-color: #f09b9e;
  border-radius: 50%;
}

.container .ear.top {
  top: 40px;
  left: 71px;
}

.container .ear.top::before {
  top: -44px;
  left: -40px;
}

.container .ear.bottom {
  top: 207px;
  left: 235px;
}

.container .ear.bottom::before {
  top: -43px;
  left: -41px;
}

.container .ear::before {
  content: "";
  background-color: #8d5e4e;
  width: 167px;
  height: 167px;
  display: block;
  border-radius: 50%;
  position: relative;
  border: solid 10px #3c2e27;
  z-index: -1;
}

.container .earBlender {
  position: absolute;
  background-color: #67403b;
  width: 167px;
  height: 167px;
  border-radius: 50%;
  mix-blend-mode: lighten;
}

.container .earBlender.top {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 45%, 0% 35%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 45%, 0% 35%);
  top: 16px;
  left: 51px;
}

.container .earBlender.bottom {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 45%, 0% 35%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 45%, 0% 35%);
  top: 185px;
  left: 214px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}

.container .head {
  width: 569px;
  height: 533px;
  background-color: #8d5e4e;
  position: absolute;
  bottom: calc(-530px / 2 + 70px);
  left: calc(-600px / 2 + 73px);
  border-radius: 50%;
  border: solid 10px #3c2e27;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .head .eye {
  background-color: #3b2e28;
  width: 100px;
  height: 40px;
  position: absolute;
  border-radius: 25px;
}

.container .head .eye.top {
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
  right: 177px;
  top: 29px;
}

.container .head .eye.bottom {
  -webkit-transform: rotate(62deg);
          transform: rotate(62deg);
  right: 2px;
  top: 201px;
}

.container .head .brow {
  background-color: #f09b9e;
  width: 90px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
}

.container .head .brow.top {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  right: 134px;
  top: 10px;
}

.container .head .brow.bottom {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  right: -17px;
  top: 163px;
}

.container .head .nose {
  background-color: #3b2e28;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 73px;
  top: 70px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-top-left-radius: 900px;
  border-bottom-right-radius: 800px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

.container .head .mouth {
  background-color: #3b2e28;
  width: 360px;
  height: 300px;
  position: absolute;
  left: 180px;
  top: 23px;
  -webkit-transform: rotate(45deg) scale(0.7);
          transform: rotate(45deg) scale(0.7);
  -webkit-clip-path: path(nonzero, "M 50 100 Q 100 150 125 125 Q 200 75 275 125 Q 300 150 350 100 Q 360 105 350 110 Q 300 160 275 135 Q 200 85 125 135 Q 100 160 50 110 Q 45 105 50 100 Z");
          clip-path: path(nonzero, "M 50 100 Q 100 150 125 125 Q 200 75 275 125 Q 300 150 350 100 Q 360 105 350 110 Q 300 160 275 135 Q 200 85 125 135 Q 100 160 50 110 Q 45 105 50 100 Z");
}

.container .head .blush {
  height: 7px;
  width: 20px;
  position: absolute;
  background-color: #f09b9e;
  border-radius: 30%;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}

.container .head .blush.b1 {
  top: 50px;
  left: 234px;
}

.container .head .blush.b2 {
  top: 60px;
  left: 245px;
}

.container .head .blush.b3 {
  top: 277px;
  left: 470px;
}

.container .head .blush.b4 {
  top: 287px;
  left: 481px;
}

@-webkit-keyframes gworlAnimate {
  from {
    right: -250%;
    top: 50%;
  }
  to {
    right: 100%;
    top: 25%;
  }
}

@keyframes gworlAnimate {
  from {
    right: -250%;
    top: 50%;
  }
  to {
    right: 100%;
    top: 25%;
  }
}

.gworlAnimate {
  -webkit-animation-name: gworlAnimate;
          animation-name: gworlAnimate;
}

.gworl {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

@-webkit-keyframes ingerlandAnimate {
  from {
    right: -250%;
    top: 25%;
  }
  to {
    right: 100%;
    top: 60%;
  }
}

@keyframes ingerlandAnimate {
  from {
    right: -250%;
    top: 25%;
  }
  to {
    right: 100%;
    top: 60%;
  }
}

.ingerlandAnimate {
  -webkit-animation-name: ingerlandAnimate;
          animation-name: ingerlandAnimate;
}

.ingerland {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.floaties {
  position: fixed;
  top: 50%;
  right: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 50px;
  border: 10px solid;
  font-size: 5rem;
  z-index: 9999;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.ingerlandAnimate, .gworlAnimate {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
}
/*# sourceMappingURL=style.css.map */