/*-------------------------------------兎咲ミミ*/
#tosaki {
  background: url(../images/tosaki/okumono_animalf10.png) repeat-y top left / contain;
}




#tosaki .background-grad {
  background: rgba(255, 255, 255, 0.5);
}

.tosaki-ear {
  position: relative;
  z-index: 10;
  width: 30vw;
}

.tosaki-top-text {
  width: 100%;
  background: linear-gradient( #d5d5d5 15%, #ffffff 30%, #d5d5d5 70%, #DFC1E0 80%, #efa6c5);
  border-radius: 3rem;
  position: relative;
}

.tosaki-profile,
.tosaki-tag,
.tosaki-movie {
  background: linear-gradient( #d5d5d5 15%, #ffffff 30%, #d5d5d5 70%, #DFC1E0 80%, #efa6c5);
  border-radius: 3rem;
  position: relative;
}

.tosaki-top-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-40%);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 12px -10px 0 3px #e588b1;
  opacity: 0.8;
  z-index: -1;
}

.tosaki-ear::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 25%;
  width: 5rem;
  height: 15rem;
  transform: translateY(-90%) rotate(-15deg);
  background: linear-gradient(#4f64b1, #90598c);
  border: 1rem solid #5e5860;
  border-bottom: 0 solid;
  border-left: 0 solid;
  border-radius: 100% 100% 0 0;
  z-index: -1;
  box-shadow: inset -5px 5px 5px #272f5c;
}

.tosaki-ear::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 25%;
  width: 5rem;
  height: 15rem;
  transform: translateY(-90%) rotate(15deg);
  background: linear-gradient(#4f64b1, #90598c);
  border: 1rem solid #5e5860;
  border-bottom: 0 solid;
  border-right: 0 solid;
  border-radius: 100% 100% 0 0;
  z-index: -1;
  box-shadow: inset 5px 5px 5px #272f5c;
}



.tosaki-ear2 {
  position: relative;
  opacity: 0;
}

.tosaki-ear2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 10rem;
  transform: translateY(-100%);
  background: linear-gradient(135deg,#000000 0%, #000 50%, #9e9b9b 70%, #000000 90%);
  clip-path: polygon(40% 65%,60% 65%, 100% 80%, 95% 100%, 5% 100%, 0 80%);
}

.tosaki-profile::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 54%;
  height: 2rem;
  transform: translateX(-50%);
  border-radius: 0 0 100% 100%;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}

.tosaki-ear3 {
  position: relative;
  opacity: 0;
}


.tosaki-ear3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 10rem;
  transform: translateY(-100%);
  background: linear-gradient(135deg,rgba(138, 165, 184, 1) 0%, rgba(187, 203, 214, 1) 70%, rgba(138, 165, 184, 1) 100%);
  clip-path: polygon(40% 65%, 60% 65%, 90% 80%, 95% 100%, 5% 100%, 10% 80%);
}



.tosaki-tag::before {
  position: absolute;
  content: "";
  top: -1rem;
  left: 30%;
  width: 4rem;
  height: 8rem;
  transform: translateX(-50%) rotate(15deg);
  border-radius: 100% 0% 100% 100%;
  background: #fff;
  z-index: -1;
  border: 1px solid #000;
}

.tosaki-tag::after {
  position: absolute;
  content: "";
  top: -1rem;
  left: 70%;
  width: 4rem;
  height: 8rem;
  transform: translateX(-50%) rotate(-15deg);
  border-radius: 0% 100% 100% 100%;
  background: #fff;
  z-index: -1;
  border: 1px solid #000;
}

#tosaki #basic-movie {
  padding-top: 8rem;
}

.tosaki-ear4 {
  position: relative;
  z-index: 10;
  width: 90vw;
  margin-left: 5vw;
  opacity: 0;
}

.tosaki-ear4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 5rem;
  height: 15rem;
  transform: translateY(-90%) rotate(-15deg);
  background: linear-gradient(#4f64b1, #90598c);
  border: 1rem solid #5e5860;
  border-bottom: 0 solid;
  border-left: 0 solid;
  border-radius: 100% 100% 0 0;
  z-index: -1;
  box-shadow: inset -5px 5px 5px #272f5c;
}

.tosaki-ear4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40%;
  width: 5rem;
  height: 15rem;
  transform: translateY(-90%) rotate(15deg);
  background: linear-gradient(#4f64b1, #90598c);
  border: 1rem solid #5e5860;
  border-bottom: 0 solid;
  border-right: 0 solid;
  border-radius: 100% 100% 0 0;
  z-index: -1;
  box-shadow: inset 5px 5px 5px #272f5c;
}

.tosaki-ear,
.tosaki-ear2.animation-start.is-animated,
.tosaki-ear3.animation-start.is-animated,
.tosaki-ear4.animation-start.is-animated {
  animation: appearance 2s ease 0s 1 forwards;
}

#tosaki .container {
  text-align: center;
  margin: 10rem auto 5rem;
  padding: 20px;
  background: linear-gradient(rgba(201, 44, 44, 1) 20%, rgba(252, 93, 93, 1) 50%, rgba(201, 44, 44, 1) 80%);
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
  width: 80%;
  max-width: 800px;
  border: 1rem solid;
  border-image: linear-gradient( #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%) 1;
}

.slot-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.slot {
  font-size: 50px;
  width: 20rem;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid;
  border-image: linear-gradient( #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%) 1;
  background-color: #eeeeee;
  box-shadow: inset -3px 0px 1px 1px #636363,
  inset 3px 0px 1px 1px #636363;
  margin: 0 auto;
}

.slot img {
  width: 100%;
}

.startButton {
  width: 20%;
  aspect-ratio: 1 / 1;
  background: transparent;
  left: 0;
  text-align: left;
  transform: rotate(180deg);
}

.startButton img {
  width: 100%;
}

.stopButton {
  width: 30%;
  aspect-ratio: 1 / 1;
  margin-top: 1rem;
  border-radius: 50%;
  background: linear-gradient(-45deg, #888888, #fff, #888888);
  border: 5px solid rgb(255, 43, 43);
  box-shadow: 0 2.5px 2.5px 0 #000;
}

.stopButton:hover {
  transform: translateY(3px);
  box-shadow: none;
  transition: ease;
}

.startButton:hover {
  transform: rotate(0deg);
}

.control {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.control p {
  font-size: 6rem;
  color: rgb(130, 27, 27);
  font-weight: bold;
  text-shadow: -1px -1px 1px rgb(57, 12, 12), 1px 1px rgb(196, 129, 129);
}

@media screen and (max-width: 1025px) {
  .tosaki-ear {
    width: 40%;
  }
}

@media screen and (max-width: 769px) {
  .tosaki-ear {
    width: 50%;
  }

  .tosaki-top {
    align-items: flex-end;
  }

  .tosaki-ear4::before {
    left: 30%;
  }

  .tosaki-ear4::after {
    right: 30%;
  }

  .slot {
    width: 15rem;
  }
}

@media screen and (max-width: 426px) {
  .tosaki-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tosaki-ear {
    width: 95%;
    margin-top: 15rem;
  }

  .tosaki-ear3 {
    margin-top: 10rem;
  }

  .slot {
    border: 2.5px solid;
    border-image: linear-gradient( #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%) 1;
    width: 10rem;
  }

  .stopButton {
    border: 2px solid rgb(255, 43, 43);
  }

  .control p {
    font-size: 3rem;
  }

  .tosaki-ear4::before {
    left: 25%;
  }

  .tosaki-ear4::after {
    right: 25%;
  }

  #tosaki .container {
    width: 100%;
  }
}