body {
  overflow-y: scroll;
  background: #b8a57a;
  font-family: "Noto Sans JP";
  margin: 0;
  background-image: url("img/tatami-min.jpg");
  background-size: 1500px;
}

#container {
  width: 1000px;
  margin: 10px auto;
}
#container #titlee {
  text-align: center;
}
#container #titlee img {
  margin-top: 10px;
  height: 80px;
  width: 30%;
  filter: drop-shadow(5px 5px 5px #000000);
}
#container #input-form {
  display: flex;
  background-color: rgba(61, 61, 61, 0.3568627451);
  padding: 10px;
  border-radius: 50px;
  margin: 10px 0;
  width: 980px;
}
#container #input-form input {
  width: 838px;
  padding: 5px 16px 11px 16px;
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  outline: none;
  font-family: "Noto Sans JP";
}
#container #input-form .add-button {
  width: 100px;
  margin-left: 10px;
  height: 100%;
}
#container #input-form .add-button button {
  width: 100%;
  background-color: #1db954;
  color: white;
  font-weight: 700;
  font-size: 21px;
  padding: 9px 0px 5px 0px;
  border: none;
  border-radius: 500px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#container #input-form .add-button button:hover {
  background-color: #1ed760;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#container #input-form .add-button button:active {
  background-color: #1aa34a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

#recommend {
  width: 1000px;
  margin: 10px auto 30px auto;
  border-radius: 10px;
  padding: 4px 0px 4px 0px;
  background-color: #181818;
}
#recommend .recommend-desc {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
#recommend .recommend-table {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
#recommend .recommend-table .recommend-cell-expanded {
  background-color: #121212;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu {
  background: #555555;
  width: 1000px;
  margin: auto;
  background: #181818;
  position: relative;
  height: 74px;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu .qcnt {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 37%;
  left: 4%;
  color: white;
  cursor: pointer;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu .del-btn.tooltip {
  position: absolute;
  top: 37%;
  right: 6%;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu .del-btn.tooltip img {
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu .del-btn.tooltip img:hover {
  filter: invert(1%);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.192));
}
#recommend .recommend-table .recommend-cell-expanded #start-menu .del-btn.tooltip:active {
  filter: invert(0%);
}
#recommend .recommend-table .recommend-cell-expanded #start-menu .del-btn.tooltip span {
  margin-bottom: 10px;
  width: 80px;
  margin-left: -60px;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu button {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1db954;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 500px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#recommend .recommend-table .recommend-cell-expanded #start-menu button:hover {
  background-color: #1ed760;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#recommend .recommend-table .recommend-cell-expanded #start-menu button:active {
  background-color: #1aa34a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#recommend .recommend-cell {
  background-color: #34373f;
  border-radius: 5px;
  padding: 15px;
  width: calc(25% - 15px);
  box-sizing: border-box;
  position: relative;
}
#recommend .recommend-cell:hover {
  background-color: #40434d;
}
#recommend .recommend-cell .recommend-cell-img {
  width: 203px;
  height: 203px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-image: url("img/onpu.png");
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: 35px 35px;
  background-color: black;
}
#recommend .recommend-cell .recommend-cell-nameAndInfo {
  padding: 15px 0 0 0;
  height: 100px;
}
#recommend .recommend-cell .recommend-cell-nameAndInfo .recommend-cell-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #f9d342;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recommend .recommend-cell .recommend-cell-nameAndInfo .recommend-cell-info {
  font-size: 14px;
  height: 60px;
  color: #cfcfcf;
  overflow: hidden;
  line-height: 1.3rem;
}
#recommend .recommend-cell .recommend-cell-nameAndInfo .recommend-cell-info a {
  text-decoration: none;
  color: rgb(184, 154, 255);
}
#recommend .recommend-cell .recommend-cell-link {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9d342;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.281);
}
#recommend .recommend-cell .recommend-cell-link .recommend-cell-link-img {
  width: 20px;
  height: 20px;
  filter: brightness();
}
#recommend .sel {
  background: #525763 !important;
  box-shadow: 0 0 12px rgba(138, 138, 138, 0.4);
}
#recommend .recommend-footer {
  width: 1000px;
  margin: auto;
  background: #181818;
  margin-bottom: 10px;
  position: relative;
}
#recommend .recommend-footer button {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1db954;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 500px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#recommend .recommend-footer button:hover {
  background-color: #1ed760;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#recommend .recommend-footer button:active {
  background-color: #1aa34a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#recommend .recommend-footer,
#recommend .have-button {
  margin-top: 12px;
  border-top: solid 1px rgb(70, 70, 70);
  height: 74px;
  color: #1DA1F2;
}
#recommend .no-button {
  margin: 0;
  margin-bottom: 8px;
  border-top: 0px;
  height: 0;
}

.table {
  width: 1000px;
  text-align: left;
  background: #121212;
  color: white;
  margin: auto;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table #before-playlist-table-content {
  height: 400px;
}
.table .playlist-name {
  padding-top: 6px;
  padding-left: 24px;
  font-size: 1.7rem;
  font-weight: 900;
  display: flex;
}
.table .table-header {
  font-size: 0.875rem;
  padding: 10px 0;
  border-bottom: solid 1px #b3b3b3;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  color: #e7e7e7;
}
.table #before-table-header .order {
  width: 50px;
  text-align: center;
}
.table #before-table-header .albumImage {
  width: 500px;
}
.table #before-table-header .albumName {
  width: 360px;
  flex-shrink: 0;
}
.table #before-table-header .previewUrl {
  width: 90px;
  text-align: left;
}
.table #after-table-header {
  margin-top: 50px;
}
.table #after-table-header .order {
  width: 50px;
  text-align: center;
}
.table #after-table-header .albumImage {
  width: 480px;
}
.table #after-table-header .albumName {
  width: 330px;
  flex-shrink: 0;
}
.table #after-table-header .favorite {
  width: 70px;
  text-align: left;
}
.table #after-table-header .answer {
  width: 55px;
  margin-left: 15px;
  text-align: left;
}
.table #before-playlist-table-content,
.table #after-playlist-table-content {
  height: 450px;
  overflow: scroll;
  overflow-x: hidden;
}
.table #before-playlist-table-content .table-content,
.table #after-playlist-table-content .table-content {
  width: 100%;
  height: 54px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
}
.table #before-playlist-table-content .table-content:hover,
.table #after-playlist-table-content .table-content:hover {
  background: #2a2a2a;
  border-radius: 6px;
}
.table #before-playlist-table-content .table-content:hover .artistName a,
.table #after-playlist-table-content .table-content:hover .artistName a {
  color: white !important;
}
.table #before-playlist-table-content .table-content:hover .albumName a,
.table #after-playlist-table-content .table-content:hover .albumName a {
  color: white !important;
}
.table #before-playlist-table-content .table-content .order,
.table #after-playlist-table-content .table-content .order {
  width: 50px;
  text-align: center;
  margin: auto;
}
.table #before-playlist-table-content .table-content .albumImage,
.table #after-playlist-table-content .table-content .albumImage {
  width: 50px;
  height: 42px;
  margin: auto;
  text-align: center;
}
.table #before-playlist-table-content .table-content .albumImage img,
.table #after-playlist-table-content .table-content .albumImage img {
  height: 42px;
  width: 42px;
}
.table #before-playlist-table-content .table-content .trackAndArtist,
.table #after-playlist-table-content .table-content .trackAndArtist {
  width: 440px;
  height: 100%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.table #before-playlist-table-content .table-content .trackAndArtist .trackName,
.table #after-playlist-table-content .table-content .trackAndArtist .trackName {
  height: 50%;
  margin-top: 2px;
  margin-right: 30px;
  overflow: hidden;
}
.table #before-playlist-table-content .table-content .trackAndArtist .artistName,
.table #after-playlist-table-content .table-content .trackAndArtist .artistName {
  margin-bottom: 2px;
  height: 50%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 25px;
}
.table #before-playlist-table-content .table-content .trackAndArtist .artistName a,
.table #after-playlist-table-content .table-content .trackAndArtist .artistName a {
  color: #b3b3b3;
  font-size: 0.875rem;
}
.table #before-playlist-table-content .table-content .trackAndArtist .artistName span,
.table #after-playlist-table-content .table-content .trackAndArtist .artistName span {
  color: #b3b3b3;
  font-size: 0.875rem;
  letter-spacing: 2px;
  vertical-align: text-top;
}
.table #before-playlist-table-content .table-content .albumName,
.table #after-playlist-table-content .table-content .albumName {
  width: 340px;
  display: flex;
  align-items: center;
}
.table #before-playlist-table-content .table-content .albumName a,
.table #after-playlist-table-content .table-content .albumName a {
  color: #b3b3b3;
  font-size: 0.875rem;
}
.table #before-playlist-table-content .table-content .previewUrl,
.table #after-playlist-table-content .table-content .previewUrl {
  width: 90px;
  margin: auto;
  text-align: center;
}
.table #before-playlist-table-content .selected .trackName a,
.table #after-playlist-table-content .selected .trackName a {
  color: #1db954;
}
.table #after-playlist-table-content .table-content .order {
  width: 50px;
}
.table #after-playlist-table-content .table-content .albumImage {
  width: 50px;
}
.table #after-playlist-table-content .table-content .trackAndArtist {
  width: 420px;
}
.table #after-playlist-table-content .table-content .albumName {
  width: 330px;
}
.table #after-playlist-table-content .table-content .favorite {
  width: 70px;
  margin: auto;
  text-align: center;
}
.table #after-playlist-table-content .table-content .answer {
  width: 50px;
  margin: auto;
  text-align: center;
}
.table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: white;
}
.table a:hover {
  text-decoration: underline;
}

#overlay {
  height: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
#overlay #end-menu {
  width: 1000px;
  margin: auto;
  background: #181818;
  height: 80px;
  display: flex;
  font-weight: 700;
}
#overlay #end-menu span {
  width: 50%;
  margin: auto;
  text-align: center;
}
#overlay #end-menu .twitter-share-button {
  background: #1DA1F2;
  color: white;
  font-size: 16px;
  padding: 10px 14px;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#overlay #end-menu .twitter-share-button:hover {
  background-color: #46a9e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#overlay #end-menu .twitter-share-button:active {
  background-color: #0f7fc5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#overlay #end-menu .retry-button {
  background: #1db954;
  color: white;
  font-size: 16px;
  padding: 10px 14px;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#overlay #end-menu .retry-button:hover {
  background-color: #1ed760;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#overlay #end-menu .retry-button:active {
  background-color: #1aa34a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#overlay #after-playlist-table {
  position: relative;
  top: 30px;
}

#cover-images {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  top: 120px;
  top: 60px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
}
#cover-images .cover-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.2s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.815);
}
#cover-images .cover-image :hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.815);
}
#cover-images .cover-image img {
  width: 100%;
  height: 100%;
}
#cover-images .karuta-fade-out {
  opacity: 0;
  transition: opacity 0.5s;
}
#cover-images .dummy-cover-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px;
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.815);
}
#cover-images .dummy-cover-image img {
  width: 100%;
  height: 100%;
}

#before-playlist-table-content::-webkit-scrollbar,
#after-playlist-table-content::-webkit-scrollbar {
  background: rgb(18, 18, 18);
}
#before-playlist-table-content::-webkit-scrollbar-track,
#after-playlist-table-content::-webkit-scrollbar-track {
  background: rgb(18, 18, 18);
}
#before-playlist-table-content::-webkit-scrollbar-thumb,
#after-playlist-table-content::-webkit-scrollbar-thumb {
  background: rgb(85, 85, 85);
}

header {
  background: rgba(34, 34, 34, 0.8431372549);
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  transition: top 0.5s;
  color: white;
}
header .score {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: linear-gradient(90deg, rgba(255, 22, 22, 0.2) 45%, rgba(5, 0, 255, 0.2) 55%);
  text-align: center;
}
header .score .blank {
  width: 80%;
}
header .score .win,
header .score .lose {
  margin: auto;
  margin-top: -10px;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1rem;
  font-family: Impact;
}
header .score .win {
  width: 10%;
  text-align: right;
}
header .score .lose {
  width: 10%;
  text-align: left;
}
header .song-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 60px;
  display: flex;
}
header .song-info .header-table-content {
  margin: auto;
  min-width: 500px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
header .song-info .header-table-content a:visited {
  color: inherit;
}
header .song-info .header-table-content .albumImage {
  width: 10%;
  height: 48px;
  margin: auto 4px;
  margin-right: 10px;
  text-align: center;
}
header .song-info .header-table-content .albumImage img {
  height: 48px;
  width: 48px;
}
header .song-info .header-table-content .timerImage {
  width: 10%;
  height: 48px;
  margin: auto;
  text-align: center;
  margin-left: 20%;
}
header .song-info .header-table-content .timerImage img {
  height: 48px;
  width: 48px;
}
header .song-info .header-table-content .time {
  width: 40%;
  padding-right: 30%;
  padding-left: 0%;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
}
header .song-info .header-table-content .time .ms {
  font-size: 1.7rem !important;
}
header .song-info .header-table-content .time .byou {
  margin-left: 6px;
}
header .song-info .header-table-content .trackAndArtist {
  width: 66%;
  height: 100%;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
}
header .song-info .header-table-content .trackAndArtist .trackName {
  font-size: 1.4rem;
}
header .song-info .header-table-content .trackAndArtist .trackName a {
  color: white;
}
header .song-info .header-table-content .trackAndArtist .artistName {
  margin-bottom: 2px;
  height: 50%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 5px;
  letter-spacing: 0.005rem;
}
header .song-info .header-table-content .trackAndArtist .artistName a {
  color: #b3b3b3;
  font-size: 0.875rem;
}
header .song-info .header-table-content .trackAndArtist .artistName span {
  color: #b3b3b3;
  font-size: 0.875rem;
  vertical-align: text-top;
}
header .song-info .header-table-content .favs {
  width: 24%;
  height: 100%;
  margin: auto 0;
  display: flex;
  justify-content: center;
}
header .song-info .header-table-content .favs .kininaru {
  width: 70%;
  font-size: 1rem;
  text-align: right;
  margin: auto;
}
header .song-info a {
  text-decoration: none;
}
header .song-info a:hover {
  text-decoration: underline;
  color: white !important;
}

.star-button {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: auto 2px;
}
.star-button:hover .star {
  stroke-width: 2;
}
.star-button .star {
  width: 20px;
  height: 20px;
  stroke: #cfcfcf;
  stroke-width: 2.5;
  fill: transparent;
  transition: all 0.1s;
}

.favorite .star-button {
  cursor: default;
  width: 80%;
  margin: 0px;
  padding: 0;
}
.favorite .star-button .star {
  width: 17px;
}

.star-button.active .star {
  fill: #f9d342;
  stroke: #f9d342;
}

header.show {
  top: 0;
}

.circle {
  position: absolute;
  width: 80%;
  height: 80%;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  border: solid 6px red;
  overflow: hidden;
}

.cross {
  position: absolute;
  width: 98%;
  height: 5px;
  inset: 2%;
  margin: auto;
  background: blue;
  transform: rotate(45deg);
  transform-origin: center center;
}

.cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: blue;
  transform: rotate(90deg);
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Adjust this value to change the vertical position of the tooltip */
  left: 50%;
  margin-left: -90px;
  /* Use half of the width to center the tooltip */
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.qcnt-list select {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: -15%;
  padding: 0.4em 2.16em 0.4em 0.8em;
  border: 0px;
  border-radius: 3px;
  background: #282828;
  font-size: 1em;
  color: #cfcfcf;
  cursor: pointer;
}
.qcnt-list select:hover {
  background: #3e3e3e;
}
.qcnt-list select option {
  background: #282828;
  border: 0px;
  padding: 0px;
  text-decoration: underline;
  background: linear-gradient(#282828, #282828);
}

.fil-img {
  position: absolute;
  top: 34px;
  left: 125px;
  width: 15px;
  height: 15px;
  filter: invert(100%);
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

.fade-out {
  opacity: 1;
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */