@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  font-family: "Yomogi", cursive;
  color: rgb(114, 96, 63);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button,
.btn {
  white-space: nowrap;
  font-family: "Yomogi", cursive !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 16px;
  font-size: 18px;
  background-color: #f5f0e2;
  text-align: center;
  color: #8f8569;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
button span,
.btn span {
  transition: all 0.3s;
  display: block;
}
button span:hover,
.btn span:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

input::-moz-placeholder {
  font-family: "Yomogi", cursive;
}

input::placeholder {
  font-family: "Yomogi", cursive;
}

.google-ad {
  margin: 24px 0 40px;
  display: flex;
  justify-content: center;
}

.enter-backspace {
  display: none;
}

.resultText {
  opacity: 0;
  animation: appearResultText 2s 1s forwards;
}

@keyframes appearResultText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ookanAtFinish {
  width: 10vh;
  margin-left: 40px;
  display: inline-block;
  animation: kf-ookan-appear 0.3s 0.5s forwards;
}

.sOokanAtFinish {
  width: 3vh;
  margin-left: 40px;
  display: inline-block;
  animation: kf-ookan-appear 0.3s 0.5s forwards;
}

body.before-play {
  background-color: transparent;
  text-align: center;
}
body.before-play .accurate-result,
body.before-play .target-container,
body.before-play .bar {
  display: none;
}
body.before-play .header-wrapper {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
body.before-play .header {
  margin: 40px auto 0;
  position: relative;
}
body.before-play .header .header-wrapper2 {
  width: 700px;
  height: 123px;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
body.before-play .header .header-wrapper2 .header-title-wrapper {
  flex: 1;
}
body.before-play .header .header-wrapper2 .header-title-wrapper .sub-title {
  font-size: 18px;
  opacity: 0;
}
body.before-play .header .header-wrapper2 .header-title-wrapper .sub-title.appear {
  transition: opacity 0.3s;
  opacity: 1;
}
body.before-play .header .header-wrapper2 .header-to-top {
  display: block;
  width: 100%;
  margin: 24px 0 8px;
  padding: 0;
  background-color: #f7c9aa;
}
body.before-play .header .header-wrapper2 .header-btn-wrapper {
  width: 150px;
}
body.before-play .header .header-wrapper2 .utada {
  opacity: 0;
  position: relative;
  font-size: 48px;
  margin: 0 0 8px;
}
body.before-play .header .header-wrapper2 .utada.appear {
  opacity: 1;
}
body.before-play .header .song-title {
  white-space: nowrap;
}
body.before-play .header .title h1 {
  display: inline-block;
  margin: 0;
}
body.before-play .header h3 {
  margin: 16px 0 0;
}
body.before-play .header h3 + h3 {
  margin: 0 0 16px;
}
body.before-play .header .title img {
  display: inline-block;
  width: 50px;
  transform: scale(0);
  animation: kf-ookan-appear 0.3s 0.5s forwards;
}
body.before-play .header .title img.small-ookan {
  width: 15px;
  margin-left: 10px;
}
body.before-play #player {
  width: 300px;
  height: 220px;
  vertical-align: bottom;
  margin-bottom: 16px;
}
body.before-play .controllers {
  position: relative;
  margin-top: 32px;
  margin-bottom: 80px;
}
body.before-play .controller {
  margin: 0 10px;
}
body.before-play .controller a {
  text-decoration: none;
  color: black;
}
body.before-play #cant-play {
  white-space: nowrap;
}
body.before-play #volume-wrapper #volume-selector {
  vertical-align: text-bottom;
  border: none;
  padding: 3px;
  background-color: #ffffff;
}
body.before-play .playmode {
  display: none;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 30px;
}
body.before-play .playmode.appear {
  display: block;
  animation: kf-playmode 0.3s;
}
body.before-play .playmode.appear .sabidake {
  position: relative;
}
body.before-play .playmode.appear .sabidake::before {
  pointer-events: none;
  content: "どこから？→";
  color: red;
  animation: kf-tenmetu 1.6s infinite;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: -120px;
}
body.before-play .playmode.appear .osusume-short-cut-key {
  animation: kf-fadeIn 0.6s forwards;
}
@keyframes kf-fadeIn {
  from {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kf-playmode {
  from {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
body.before-play .playmode .osusume-short-cut-key {
  font-size: 16px;
  text-align: left;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-516px, -188px);
  background-color: white;
  color: black;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.3);
}
body.before-play .konobotanndekaisi {
  pointer-events: none;
  display: inline-block;
  color: red;
  animation: kf-tenmetu 1.6s infinite;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 492px;
  left: 0;
  right: 0;
  transform: translateX(-254px);
}
body.before-play #ytplay {
  position: relative;
}
body.before-play #ytplay.disabled {
  pointer-events: none;
  opacity: 0.2;
}
body.before-play #ytplay.disabled::before {
  display: none;
}
body.before-play #ytplay.btn {
  background-color: red !important;
  color: white !important;
}
body.before-play #oosama-mode {
  position: relative;
  background-color: rgb(248, 219, 165);
}
body.before-play #oosama-mode::after {
  content: "new";
  position: absolute;
  top: -30px;
  left: 0;
  color: red;
  animation: kf-tenmetu 1.2s infinite;
}
body.before-play #oosama-mode:hover .oosama-mode-description {
  display: block;
  transition: none;
}
body.before-play #oosama-mode .oosama-mode-description {
  display: none;
  background-color: rgb(248, 248, 224);
  width: 500px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  position: absolute;
  top: -460%;
  left: 40px;
  opacity: 1;
  transition: none;
}
body.before-play #oosama-mode .oosama-mode-description.appear {
  display: block;
}
body.before-play #oosama-mode.disappear {
  display: none;
}
@keyframes kf-tenmetu {
  0%, 8%, 92%, 100% {
    opacity: 0;
  }
  42%, 58% {
    opacity: 1;
  }
}
body.before-play .speed {
  white-space: nowrap;
  display: inline-block;
  width: 88px;
  margin-right: 20px;
  background: linear-gradient(transparent 60%, rgb(245, 255, 102) 60%);
}
body.before-play form {
  display: inline-block;
  margin-bottom: 8px;
}
body.before-play .same-level-song {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}
body.before-play .cant-play-modal {
  width: 400px !important;
  text-align: left;
}
body.before-play .cant-play-modal label {
  display: block;
}
body.before-play .cant-play-modal #user-device,
body.before-play .cant-play-modal #user-browser {
  display: inline-block;
}
body.before-play .cant-play-modal .modal-err-sent-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
body.before-play .cant-play-modal {
  width: 360px;
  padding: 30px;
  background-color: #f5f0e2;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: -830px;
  left: calc(50vw - 175px);
  opacity: 0;
  z-index: 1000;
}
body.before-play .cant-play-modal input[type=text] {
  width: 300px;
  height: 20px;
  padding: 10px;
  margin: 20px 0 0;
}
body.before-play .cant-play-modal .btn-wrapper {
  display: flex;
  justify-content: space-evenly;
}
body.before-play .cant-play-modal .btn {
  margin-top: 20px;
  border: 1px solid black;
  background-color: #dad1ba;
}
body.before-play .cant-play-modal.appear {
  top: 30px;
  opacity: 1;
  transition: all 0.3s;
}
body.before-play .user-name {
  display: block;
  font-size: 20px;
}
body.before-play .achieve {
  white-space: nowrap;
  font-size: 20px;
  display: inline-block;
  width: 180px;
}
body.before-play .achieve-rate {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 0, 0, 0.4) 60%);
  margin-bottom: 16px;
}
body.before-play .footer {
  width: 700px;
  margin: 8px auto 0;
}
body.before-play .footer p {
  font-weight: bold;
  margin-bottom: 48px;
}
body.before-play .footer p span {
  color: red;
}
body.before-play .footer .footer-top {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  margin-bottom: 16px;
}
body.before-play .footer .btn {
  margin-bottom: 40px;
}
body.before-play .footer .ookan-rate li img {
  width: 20px;
  vertical-align: text-top;
}
body.before-play .footer .ookan-rate li img.small-ookan {
  width: 10px;
}
body.before-play .footer .volume-message {
  text-align: left;
}
body.before-play .footer .volume-message span {
  color: red;
}
body.before-play .footer .song {
  white-space: nowrap;
}
body.before-play .footer .song-title.sub-title {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body.before-play .footer .song-title.sub-title span {
  display: inline-block;
}
body.before-play .footer .song-title.sub-title img {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
}
body.before-play .footer .song-title.sub-title img.small-ookan {
  width: 15px;
  margin-left: 10px;
}
body.before-play .footer .same-song-description {
  position: absolute;
  top: 40px;
  left: 16px;
}

@keyframes kf-ookan-appear {
  from {
    transform: scale(0);
  }
  80% {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
body.started-play {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.started-play .not {
  display: none;
}
body.started-play #player {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.started-play #oosama-mode {
  width: 100px;
}
body.started-play.nowPause .container .enter-backspace {
  display: block;
  margin-top: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.6s;
  opacity: 0.4;
  z-index: 1000;
  font-size: 2vw;
  color: white;
  text-align: center;
}
body.started-play .container {
  position: relative;
}
body.started-play .container.widthMain {
  height: 56.3vw;
  width: 100%;
  top: 7%;
}
body.started-play .container.widthMain button,
body.started-play .container.widthMain .btn {
  height: 4vw;
  line-height: 4vw;
  padding: 0 1vw;
  margin-bottom: 1.6vw;
  font-size: 1.8vw;
}
body.started-play .container.widthMain .target-wrapper {
  position: absolute;
  top: -10vw;
}
body.started-play .container.widthMain .target-container {
  font-size: 3.6vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container .target {
  font-size: 3.6vw;
}
body.started-play .container.widthMain .target-container .typed-word-effect {
  top: -1.188vw;
  left: -5.4vw;
  width: 10.8vw;
  height: 10.8vw;
}
body.started-play .container.widthMain .target-container .typed-word-effect.last-word {
  width: 18vw;
  height: 18vw;
  top: -3.6vw;
}
body.started-play .container.widthMain .target-container.over-word-54 {
  font-size: 3.3vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container.over-word-54 .target {
  font-size: 3.3vw;
}
body.started-play .container.widthMain .target-container.over-word-54 .typed-word-effect {
  top: -1.089vw;
  left: -4.95vw;
  width: 9.9vw;
  height: 9.9vw;
}
body.started-play .container.widthMain .target-container.over-word-54 .typed-word-effect.last-word {
  width: 16.5vw;
  height: 16.5vw;
  top: -3.3vw;
}
body.started-play .container.widthMain .target-container.over-word-56 {
  font-size: 3.2vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container.over-word-56 .target {
  font-size: 3.2vw;
}
body.started-play .container.widthMain .target-container.over-word-56 .typed-word-effect {
  top: -1.056vw;
  left: -4.8vw;
  width: 9.6vw;
  height: 9.6vw;
}
body.started-play .container.widthMain .target-container.over-word-56 .typed-word-effect.last-word {
  width: 16vw;
  height: 16vw;
  top: -3.2vw;
}
body.started-play .container.widthMain .target-container.over-word-58 {
  font-size: 3.1vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container.over-word-58 .target {
  font-size: 3.1vw;
}
body.started-play .container.widthMain .target-container.over-word-58 .typed-word-effect {
  top: -1.023vw;
  left: -4.65vw;
  width: 9.3vw;
  height: 9.3vw;
}
body.started-play .container.widthMain .target-container.over-word-58 .typed-word-effect.last-word {
  width: 15.5vw;
  height: 15.5vw;
  top: -3.1vw;
}
body.started-play .container.widthMain .target-container.over-word-60 {
  font-size: 2.9vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container.over-word-60 .target {
  font-size: 2.9vw;
}
body.started-play .container.widthMain .target-container.over-word-60 .typed-word-effect {
  top: -0.957vw;
  left: -4.35vw;
  width: 8.7vw;
  height: 8.7vw;
}
body.started-play .container.widthMain .target-container.over-word-60 .typed-word-effect.last-word {
  width: 14.5vw;
  height: 14.5vw;
  top: -2.9vw;
}
body.started-play .container.widthMain .target-container.over-word-66 {
  font-size: 2.7vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container.over-word-66 .target {
  font-size: 2.7vw;
}
body.started-play .container.widthMain .target-container.over-word-66 .typed-word-effect {
  top: -0.891vw;
  left: -4.05vw;
  width: 8.1vw;
  height: 8.1vw;
}
body.started-play .container.widthMain .target-container.over-word-66 .typed-word-effect.last-word {
  width: 13.5vw;
  height: 13.5vw;
  top: -2.7vw;
}
body.started-play .container.widthMain .target-container.over-word-73 {
  font-size: 2.5vw;
  line-height: 4vw;
}
body.started-play .container.widthMain .target-container.over-word-73 .target {
  font-size: 2.5vw;
}
body.started-play .container.widthMain .target-container.over-word-73 .typed-word-effect {
  top: -0.825vw;
  left: -3.75vw;
  width: 7.5vw;
  height: 7.5vw;
}
body.started-play .container.widthMain .target-container.over-word-73 .typed-word-effect.last-word {
  width: 12.5vw;
  height: 12.5vw;
  top: -2.5vw;
}
body.started-play .container.widthMain .accurate-result {
  top: -10vw;
  font-size: 5vw;
}
body.started-play .container.widthMain .accurate-result #twitter-icon {
  width: 8vw;
}
body.started-play .container.widthMain .bottom-set {
  bottom: 1.5vw;
}
body.started-play .container.widthMain .bottom-set .bar {
  margin-bottom: 1vw;
}
body.started-play .container.widthMain .backspace-mae {
  display: none;
}
body.started-play .container.heightMain {
  position: absolute;
  height: 81vh;
  width: 100%;
  top: 17vh;
  text-align: center;
}
body.started-play .container.heightMain button,
body.started-play .container.heightMain .btn {
  height: 4.7vh;
  line-height: 4.7vh;
  padding: 0 1.44vh;
  margin-bottom: 1.3vh;
  font-size: 2.2vh;
}
body.started-play .container.heightMain .target-wrapper {
  position: absolute;
  top: -13.6vh;
}
body.started-play .container.heightMain .target-container {
  font-size: 5.18vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container .target {
  font-size: 5.18vh;
}
body.started-play .container.heightMain .target-container .typed-word-effect {
  top: -1.7094vh;
  left: -7.77vh;
  width: 15.54vh;
  height: 15.54vh;
}
body.started-play .container.heightMain .target-container .typed-word-effect.last-word {
  width: 25.9vh;
  height: 25.9vh;
  top: -5.18vh;
}
body.started-play .container.heightMain .target-container.over-word-54 {
  font-size: 5vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container.over-word-54 .target {
  font-size: 5vh;
}
body.started-play .container.heightMain .target-container.over-word-54 .typed-word-effect {
  top: -1.65vh;
  left: -7.5vh;
  width: 15vh;
  height: 15vh;
}
body.started-play .container.heightMain .target-container.over-word-54 .typed-word-effect.last-word {
  width: 25vh;
  height: 25vh;
  top: -5vh;
}
body.started-play .container.heightMain .target-container.over-word-56 {
  font-size: 4.7vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container.over-word-56 .target {
  font-size: 4.7vh;
}
body.started-play .container.heightMain .target-container.over-word-56 .typed-word-effect {
  top: -1.551vh;
  left: -7.05vh;
  width: 14.1vh;
  height: 14.1vh;
}
body.started-play .container.heightMain .target-container.over-word-56 .typed-word-effect.last-word {
  width: 23.5vh;
  height: 23.5vh;
  top: -4.7vh;
}
body.started-play .container.heightMain .target-container.over-word-58 {
  font-size: 4.5vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container.over-word-58 .target {
  font-size: 4.5vh;
}
body.started-play .container.heightMain .target-container.over-word-58 .typed-word-effect {
  top: -1.485vh;
  left: -6.75vh;
  width: 13.5vh;
  height: 13.5vh;
}
body.started-play .container.heightMain .target-container.over-word-58 .typed-word-effect.last-word {
  width: 22.5vh;
  height: 22.5vh;
  top: -4.5vh;
}
body.started-play .container.heightMain .target-container.over-word-60 {
  font-size: 3.9vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container.over-word-60 .target {
  font-size: 3.9vh;
}
body.started-play .container.heightMain .target-container.over-word-60 .typed-word-effect {
  top: -1.287vh;
  left: -5.85vh;
  width: 11.7vh;
  height: 11.7vh;
}
body.started-play .container.heightMain .target-container.over-word-60 .typed-word-effect.last-word {
  width: 19.5vh;
  height: 19.5vh;
  top: -3.9vh;
}
body.started-play .container.heightMain .target-container.over-word-66 {
  font-size: 3.5vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container.over-word-66 .target {
  font-size: 3.5vh;
}
body.started-play .container.heightMain .target-container.over-word-66 .typed-word-effect {
  top: -1.155vh;
  left: -5.25vh;
  width: 10.5vh;
  height: 10.5vh;
}
body.started-play .container.heightMain .target-container.over-word-66 .typed-word-effect.last-word {
  width: 17.5vh;
  height: 17.5vh;
  top: -3.5vh;
}
body.started-play .container.heightMain .target-container.over-word-73 {
  font-size: 3vh;
  line-height: 5.76vh;
}
body.started-play .container.heightMain .target-container.over-word-73 .target {
  font-size: 3vh;
}
body.started-play .container.heightMain .target-container.over-word-73 .typed-word-effect {
  top: -0.99vh;
  left: -4.5vh;
  width: 9vh;
  height: 9vh;
}
body.started-play .container.heightMain .target-container.over-word-73 .typed-word-effect.last-word {
  width: 15vh;
  height: 15vh;
  top: -3vh;
}
body.started-play .container.heightMain .accurate-result {
  top: -13.5vh;
  font-size: 7.2vh;
}
body.started-play .container.heightMain .accurate-result #twitter-icon {
  width: 10vh;
}
body.started-play .container.heightMain .bottom-set {
  bottom: 0.72vh;
}
body.started-play .container.heightMain .bottom-set .bar {
  margin-bottom: 1.44vh;
}
body.started-play .container.heightMain .enter-backspace {
  font-size: 3vh !important;
}
body.started-play .bottom-set {
  position: fixed;
  bottom: 1.5vw;
  width: 100%;
  z-index: 1000;
}
body.started-play .bottom-set .bar {
  position: fixed;
  left: 15%;
  bottom: -7px;
  width: 70%;
  height: 5px;
  background-color: #333;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2s 1s;
  border-radius: 3px;
  margin-bottom: 1vw;
}
body.started-play .bottom-set .bar.appear {
  opacity: 0.6;
}
body.started-play .bottom-set .bar span {
  border-radius: 3px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0vw;
  height: 5px;
  background-color: white;
}
body.started-play .accurate-result {
  position: absolute;
  z-index: 500;
  width: 80vw;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 2px rgb(0, 0, 0);
  transition: opacity 1s 0.5s;
  white-space: nowrap;
}
body.started-play .accurate-result #twitter-icon {
  float: right;
  cursor: pointer;
}
body.started-play .accurate-result #twitter-icon:hover {
  transform: scale(1.2);
}
body.started-play .accurate-result #twitter-icon.move-start {
  animation: kf-twitter-icon 8s forwards;
}
@keyframes kf-twitter-icon {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  10% {
    opacity: 0;
    transform: translateX(-200px);
  }
  70%, 100% {
    transform: translateX(0);
  }
}
body.started-play .accurate-result.disappear {
  opacity: 0;
}
body.started-play .target-wrapper {
  text-align: center;
  width: 100%;
}
body.started-play .target-wrapper.en-mode .typedTarget {
  display: inline !important;
}
body.started-play .target-wrapper.en-mode .missTypedTarget {
  display: inline !important;
}
body.started-play .target-wrapper.en-mode .beforeTypedTarget {
  display: inline !important;
}
body.started-play .target-wrapper.en-mode .j_word {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.started-play .target-container {
  font-weight: bold;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  transform: translateX(-50%);
  z-index: 100;
  text-align: left;
}
body.started-play .target-container.disappear {
  opacity: 0;
}
body.started-play .target-container .j_word {
  position: relative;
  display: block;
  white-space: nowrap;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
body.started-play .target-container .target {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  font-size: 0px;
  white-space: nowrap;
}
body.started-play .target-container .typedTarget {
  display: inline-block;
  color: transparent;
}
body.started-play .target-container .missTypedTarget {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  color: red;
}
body.started-play .target-container .beforeTypedTarget {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  color: rgb(245, 235, 104);
  text-shadow: 0px 0px 2px rgb(0, 0, 0);
}
body.started-play .target-container .typed-word-effect {
  display: inline-block;
  position: absolute;
  animation: kf-wordEffect 1s forwards;
}
body.started-play .target-container .typed-word-effect.last-word {
  animation: kf-wordEffect-last-word 1s forwards;
}
@keyframes kf-wordEffect {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  5% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes kf-wordEffect-last-word {
  0% {
    transform: translate(-50px, -100px);
    opacity: 1;
  }
  5% {
    transform: translate(-50px, -100px);
    opacity: 1;
  }
  100% {
    transform: translate(-50px, 60px);
    opacity: 0;
  }
}
body.started-play footer {
  display: none;
}
body.started-play .controllers {
  position: fixed;
  bottom: 10vh;
  width: 100%;
  transform-origin: center center;
  transition: none;
  z-index: 1000;
}
body.started-play .controllers .controller {
  opacity: 0.7;
  margin: 0 4px;
  transition: all 0.3s;
}
body.started-play .controllers .controller a {
  text-decoration: none;
  color: black;
}
body.started-play .controllers .controller:hover {
  opacity: 1;
}

.controllers {
  display: flex;
  justify-content: center;
  text-align: center;
}

.nowPause .youtubeAndOpinionWrapper,
.play-end .youtubeAndOpinionWrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.opinion-wrapper {
  position: relative;
  margin-left: 20px;
}
.opinion-wrapper textarea {
  position: relative;
  z-index: 1000;
  width: 25vw;
  height: 40vh;
  outline: none;
  padding: 10px;
  font-size: 1.8vw;
}
.opinion-wrapper textarea::-moz-placeholder {
  font-family: "Yomogi", cursive !important;
  color: #ccc;
  font-size: 1.8vw;
}
.opinion-wrapper textarea::placeholder {
  font-family: "Yomogi", cursive !important;
  color: #ccc;
  font-size: 1.8vw;
}
.opinion-wrapper .opinion-sent-btn {
  position: absolute;
  z-index: 1001;
  bottom: -15px;
  right: 0;
  width: 100%;
  border: 1px solid black;
  box-sizing: border-box;
}

.focus-item {
  position: absolute;
  top: -100px;
  left: 0;
}

.t7 {
  display: none;
}

.before-play .t3,
.before-play .t5,
.before-play .t6 {
  display: none !important;
}

.started-play.nowPause .t2 {
  display: none !important;
}

.started-play .t4 {
  display: none !important;
}

.play-end .t1,
.play-end .t4 {
  display: none !important;
}

body:not(.before-play) .cant-play-modal {
  display: none;
}

.playing .controllers,
.playing .opinion-wrapper {
  display: none;
}

.started-play .playmode {
  display: none;
}

.win .btn,
.win button {
  color: #504833 !important;
}
.win button,
.win .btn {
  background-color: #f5f0e2 !important;
}
.win .news span {
  background-color: #d49f7b !important;
  color: #f6f2e7 !important;
}
.win .border {
  border-bottom: 3px solid #d49f7b !important;
}
.win .header-to-top {
  background-color: #d49f7b !important;
}

.sumaho-wrapper {
  width: 90vw;
  position: relative;
  left: 5vw;
  top: 5vh;
  font-family: "Yomogi", cursive;
}
.sumaho-wrapper span {
  color: red;
}

.chopper-wrapper .chopper {
  position: absolute;
  z-index: 0;
  top: 370px;
  left: 50%;
  display: block;
  transform: translate(calc(-50% - 440px), -50%) scaleX(-1);
  opacity: 0.6;
}
.chopper-wrapper .chopper.catched:not(.right) {
  animation: 1s 0.3s kf-chopper-hidden forwards;
}
.chopper-wrapper .chopper.right {
  transform: translate(calc(-50% + 740px), -50%);
}
.chopper-wrapper .chopper.right.appear {
  transform: translate(calc(-50% + 440px), -50%);
  transition: 1s 1s all;
}
.chopper-wrapper .chopper.right.appear.catched {
  transition: 2s transform;
  transform: translate(calc(-50% + 440px), -50%) scale(0);
}
@keyframes kf-chopper-hidden {
  0%, 20%, 40% {
    transform: translate(calc(-50% - 440px), -50%) scaleX(-1);
  }
  10%, 30% {
    transform: translate(calc(-50% - 440px), -54%) scaleX(-1);
  }
  100% {
    transform: translate(calc(-50% - 740px), -50%) scaleX(-1);
  }
}

.header-ad {
  box-sizing: border-box;
  padding: 8px 16px 24px 0;
  width: 974px;
  height: 350px;
  background-color: #fcfcfc;
  margin: 32px auto;
}
.header-ad .header-img-description-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.header-ad .header-ad-right {
  margin-left: 20px;
  text-align: left;
}
.header-ad .header-ad-right li .kaki3ten {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.header-ad .header-ad-right li .gyoukai-kizyunn {
  background: linear-gradient(transparent 0%, transparent 50%, yellow 50%);
}
.header-ad .header-ad-title {
  background: linear-gradient(transparent 0%, transparent 50%, yellow 50%);
  text-align: center;
  letter-spacing: 2px;
}
.header-ad .dmm-campaign {
  color: red;
  margin-top: 12px;
  display: block;
  font-size: 18px;
  text-align: center;
}

.dmm-btn-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

a.dmm-btn {
  text-decoration: none;
  display: inline-block;
  width: 320px;
  height: 40px;
  padding: 16px 32px;
  font-size: 20px;
  background: linear-gradient(rgb(7, 186, 7), rgb(26, 195, 26));
  border-radius: 10px;
  color: rgb(215, 249, 215);
  box-shadow: inset 2px 4px 8px white, 2px 4px 8px rgba(4, 94, 4, 0.3);
  cursor: pointer;
  transition: transform 0.3s;
}
a.dmm-btn:hover {
  transform: scale(1.03);
}
a.dmm-btn span {
  background-color: rgb(215, 249, 215);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin-left: 8px;
  animation: kf-mawarusankaku 1.3s infinite ease-in-out;
}
a.dmm-btn span::after {
  content: "▶︎";
  color: rgb(7, 186, 7);
  display: inline-block;
}
@keyframes kf-mawarusankaku {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=youtubetyping.css.map */