@charset "UTF-8";
.show-random {
  display: none;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.show-random.is__show {
  display: block;
}

.p-caption::before, .p-caption::after {
  box-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.entrylist-item .entry_name {
  cursor: pointer;
}

.search {
  border-radius: 10px;
  margin: 2em auto 0;
  max-width: 460px;
  padding: 0.5em;
  width: 90%;
}

#searchResult {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: -200vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, left 0s 0.3s;
  width: 100%;
  z-index: 9999;
}
#searchResult._show {
  left: 0;
  opacity: 1;
  transition: opacity 0.3s, left 0s;
}

.searchResultBox {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(112, 7, 0, 0.9);
  font-size: 0.9rem;
  max-height: 90vh;
  max-width: 490px;
  padding: 28px;
  position: relative;
  border-radius: 6px;
  width: 95vw;
}

.searchResultBox > strong {
  color: rgb(85, 51, 51);
  margin-top: 20px;
  font-size: 1.4em;
  display: block;
  text-align: center;
}

#searchResultList {
  min-height: 100px;
  max-height: calc(90vh - 12em);
  margin: 20px 0;
  overflow: auto;
  transition: height 1s;
}

.resultlist-item a {
  color: rgb(85, 51, 51);
  background-color: #f7f7f7;
  display: block;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  padding: 5px 10px;
  margin: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resultlist-item a > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-mname {
  font-weight: bold;
  max-width: 60%;
  text-decoration: underline;
}

.result-cname {
  font-size: 0.75em;
  max-width: 40%;
}
.result-cname::before {
  content: " （";
}
.result-cname::after {
  content: "）";
}

#SearchCloseBt {
  position: absolute;
  top: 2em;
  right: 2em;
  cursor: pointer;
  outline: none;
  width: 20px;
  margin: 0 0 0 auto;
}

.searchInput {
  -webkit-appearance: none;
  border: solid #8652D9;
  border-radius: 5px;
  box-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  height: 40px;
  padding: 10px;
  line-height: 20px;
  outline: none;
  transition-property: box-shadow background-color color transform;
  transition-duration: 0.3s;
  width: 240px;
}
.searchInput:focus {
  box-shadow: 0 0 8px rgba(255, 84, 42, 0.829);
  background: #fffae6;
  color: #520500;
  transform: scale(1.04);
}
.searchInput:focus + .searchSubmitBt {
  box-shadow: 0 0 8px rgba(255, 84, 42, 0.829);
  /*background-color: #ff987b;*/
  transform: scale(1.04);
}

.searchSubmitBt {
  -webkit-appearance: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(50, 10, 0, 0.2);
  box-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  height: 40px;
  margin-left: 10px;
  border: none;
  transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s;
  background-color: #8652D9;
  color: #fff;
  /* border: solid #ede; */
  outline: none;
  width: 70px;
}

@media (min-width: 420px) {
  .resultlist-item a:hover {
    background-color: #f7eff9;
  }
  .searchSubmitBt:hover {
    background-color: #ff987b !important;
  }
}
@media (max-width: 420px) {
  .searchInput {
    width: 70%;
  }
  .searchResultBox {
    padding-top: 60px;
  }
  #searchResultList {
    -webkit-overflow-scrolling: touch;
    max-height: calc(90vh - 10em - 60px);
  }
  .searchSubmitBt {
    width: 25%;
  }
}
@media (max-width: 375px) {
  .btn_pickup a, .btn_new a {
    font-size: 3.5vw;
  }
}
/*MUSIC PLAYER 2.0*/
#listen-before {
  position: absolute;
  left: 0;
  top: -91px;
  width: 1%;
  height: 20px;
  pointer-events: none;
}

main {
  overflow: unset;
}

.mainPlayer {
  transition: max-width 0.3s, background-color 0.3s;
}
.mainPlayer-BtBox {
  transition: margin-top 0.3s, font-size 0.3s;
}

.listen {
  animation: show 0.1s 0.3s linear both;
  position: sticky;
  top: 10px;
  z-index: 2;
  transition: padding 0.3s, background-color 0.3s;
}
.listen .entry_id {
  font-size: 1em;
}
.listen .entry_name {
  transition: margin 0.3s;
}
.listen .entry_share {
  transition: transform 0.3s, bottom 0.3s;
}
.listen.fixed {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}
.listen.fixed .player_entry-info {
  font-size: 10px;
  width: calc(100% - 300px);
}
.listen.fixed .entry_authorthumb {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.listen.fixed .entry_id {
  color: #fff;
}
.listen.fixed .entry_name {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listen.fixed .entry_authorname {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listen.fixed .mainPlayer {
  border: none;
  background-color: #8652D9;
  border-radius: 15px;
  color: #fff;
  max-width: 700px;
}
.listen.fixed .mainPlayer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 3px;
}
.listen.fixed .mainPlayer_inner .entry_share {
  background-color: #fff;
  bottom: 48px;
  color: #8652D9;
  font-size: 10px;
  padding: 3px 8px;
}
.listen.fixed .mainPlayer_inner .entry_share::before {
  background-image: url(/taikonotatsujin2026/img/icon_share_key.svg);
  height: 10px;
  width: 10px;
}
.listen.fixed .mainPlayer .player-bt_s {
  display: flex;
  align-items: center;
}
.listen.fixed .mainPlayer .player-bt_l,
.listen.fixed .mainPlayer .player-bt_ss {
  background-position: center;
  height: 50px;
}
.listen.fixed .mainPlayer .player-bt_ss {
  background-image: url(/taikonotatsujin2026/img/player_repeat-on.svg);
  width: 50px;
}
.listen.fixed .mainPlayer .player-bt_ss.on {
  background-image: url(/taikonotatsujin2026/img/player_repeat_wh-off.svg);
}
.listen.fixed .mainPlayer-BtBox {
  font-size: 0.6em;
  width: 180px;
  margin-right: 80px;
  margin-top: 0;
}
.listen.fixed #seekbar {
  background-color: rgba(255, 255, 255, 0.5);
  height: 4px;
  border-width: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.listen.fixed #seekbarBt {
  width: 10px;
  height: 20px;
  border-width: 2px;
  border-radius: 3px;
}
.listen.fixed .player-bt_s:hover, .listen.fixed .player-bt_l:hover, .listen.fixed .player-bt_ss:hover, .listen.fixed .mainPlayer .entry_share:hover {
  animation: none;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 849.99px) {
  #listen-before {
    top: -100px;
  }
  .listen {
    top: 75px;
  }
}
@media (max-width: 730px) {
  .listen {
    top: 75px;
  }
  .listen.fixed {
    padding-right: 5px;
    padding-left: 5px;
  }
  .listen.fixed .mainPlayer_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .listen.fixed .mainPlayer_inner .entry_share {
    bottom: 6px;
    top: auto;
    height: 25px;
    right: 6px;
    width: 25px;
  }
  .listen.fixed .mainPlayer_inner .entry_share > span {
    display: none;
  }
  .listen.fixed .mainPlayer #repeat {
    position: unset;
    right: auto;
    margin-left: 7px;
    width: 26px;
  }
  .listen.fixed .mainPlayer .player-bt_l {
    margin: 0 5px;
  }
  .listen.fixed .mainPlayer-BtBox {
    margin-right: 0;
    margin-left: 0;
    width: 150px;
  }
  .listen.fixed .player-bt_s {
    width: 3.6em;
  }
  .listen.fixed .player_entry-info {
    width: calc(100% - 170px);
  }
  .listen.fixed #seekbar {
    width: 80%;
    margin-right: 14%;
  }
}
@media (max-width: 375px) {
  .mainPlayer-BtBox {
    width: 60%;
  }
  .listen .entry_id {
    font-size: 0.8em;
  }
}
.resultbtn .btn_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.resultbtn .btn_area li {
  margin: 0;
}
/*# sourceMappingURL=entry-index.css.map */