@charset "UTF-8";
@view-transition {
  navigation: auto;
}
img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------------------*/
.Voice__list-ttl, .Voice__ttl {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.Voice__list-ttl::after, .Voice__ttl::after {
  font-family: "Tangerine", cursive;
}

/*----------------------------------------------------------------------------------------*/
.Voice__container {
  overflow-x: hidden;
  min-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Voice__container {
    padding-top: 122px;
  }
}
@media screen and (min-width: 1201px) {
  .Voice__container {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .Voice__container {
    padding-top: 0 !important;
  }
}

/*----------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .Break-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .Break-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Break-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Break-sp {
    display: block;
  }
}

@keyframes shine {
  0% {
    left: -30px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine2 {
  0% {
    top: -100%;
    left: -100%;
  }
  20% {
    left: 200%;
    top: -100%;
  }
  100% {
    left: 200%;
    top: -100%;
  }
}
@keyframes bnr-shine {
  0% {
    left: -100px;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes Enter-txt__fade-in {
  0% {
    font-size: 160px;
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  30% {
    font-size: 160px;
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    font-size: 220px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes Enter-txt__fade-out {
  0% {
    font-size: 220px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  30% {
    font-size: 220px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  90% {
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    font-size: 160px;
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes Enter-txt__fade-out-first-letter {
  0% {
    font-size: 220px;
    color: #fff;
  }
  30% {
    font-size: 220px;
    color: #fff;
  }
  100% {
    font-size: 160px;
    color: #c51e17;
  }
}
@keyframes Enter-bg__slide-fade-in {
  0% {
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
  100% {
    background-position: 1% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
}
@keyframes Enter-bg__slide-fade-out {
  0% {
    background-position: 1% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
  100% {
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
}
@keyframes float-arrow {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes price-unit-fade-in {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes schedule-date-underbar {
  0% {
    width: 0;
  }
  100% {
    width: 94%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav-pc-mouseout-before {
  0% {
    transform: translateY(0);
    font-size: 14px;
    color: #000;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    font-size: 14px;
    color: #000;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes nav-pc-mouseover-before {
  0% {
    opacity: 1;
    transform: translateY(0);
    color: #000;
    font-size: 14px;
  }
  20% {
    opacity: 0;
    transform: translateY(0);
    color: #000;
    font-size: 14px;
  }
  21% {
    opacity: 0;
    transform: translateY(25px);
    font-size: 22px;
    color: #c51e17;
  }
  60% {
    transform: translateY(15px);
    font-size: 22px;
    color: #c51e17;
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    font-size: 22px;
    color: #c51e17;
    opacity: 1;
  }
}
@keyframes event-cov-shine {
  0% {
    left: -50%;
  }
  100% {
    left: 200%;
  }
}
@keyframes colortimer {
  0% {
    background: #cd5c5c;
  }
  50% {
    background: #e9a1a1;
  }
  100% {
    background: #cd5c5c;
  }
}
@keyframes textGradient {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 0;
  }
}
* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.5;
}

body,
html {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #fff;
  min-width: 340px;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 2px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    color: #222;
    transition: all 0.3s ease;
  }
}
a:hover {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

video {
  vertical-align: bottom;
}
video:hover {
  cursor: pointer;
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

.Seo-bold {
  font-weight: bold;
}

/*メニューのgoogleアイコン*/
.material-icons {
  display: inline-block;
  min-width: 26px;
  text-align: center;
  font-size: 16px;
  color: #e6e1d8;
  line-height: 1;
  vertical-align: bottom;
}

/*メニューのgoogleアイコンここまで*/
/* selectbox */
select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.3em;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select option {
  font-weight: normal;
}

.lock {
  position: fixed;
  width: 100%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* realtime link bnr */
.Common__realtime-link-outer {
  height: 70px;
  background: #DAAF08;
  background: linear-gradient(0deg, #d6b170 0%, #ebce83 5%, #b59263 25%, #eee5ad 50%, #b59263 75%, #ebce83 90%, #d6b170 100%);
  padding: 4px 14px;
  border-radius: 5px;
  max-width: 750px;
  width: 94%;
  margin: 40px auto 110px;
  box-shadow: 0 3px 6px rgba(87, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  .Common__realtime-link-outer {
    height: 95px;
    width: 450px;
    margin: 0 auto 80px;
    box-shadow: 0 2px 4px rgba(87, 0, 0, 0.16);
  }
}
@media screen and (max-width: 480px) {
  .Common__realtime-link-outer {
    height: auto;
    width: 97%;
  }
}
@media screen and (min-width: 768px) {
  .Common__realtime-link-outer:hover {
    transform: scale(1.05);
  }
}
.Common__realtime-link {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0 6px 40px;
  border-radius: 10px;
  background: #cd5c5c;
  animation: colortimer 1s linear 0s infinite;
  will-change: background;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Common__realtime-link {
    padding: 6px 0 6px 100px;
  }
}
@media screen and (max-width: 480px) {
  .Common__realtime-link {
    padding: 2px 0 2px 25%;
  }
}
.Common__realtime-link::after {
  content: "";
  width: 74px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  background: url("/static/img/common/btn_schedule_clock_bg.png") center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .Common__realtime-link::after {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .Common__realtime-link::after {
    width: 23%;
    left: 25px;
  }
}
.Common__realtime-link img {
  width: 100%;
  height: auto;
}
.Common__realtime-link-ttl {
  text-align: center;
  width: 100%;
  color: #fff;
  height: 25px;
}
@media screen and (max-width: 480px) {
  .Common__realtime-link-ttl {
    height: auto;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.Common__realtime-link-txt {
  text-align: center;
  width: 40%;
  margin: 0 1% 0 9%;
  height: 25px;
  line-height: 25px;
  border-radius: 10px;
  background: #fff;
  color: #ff4747;
  font-weight: bold;
  font-size: 14px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .Common__realtime-link-txt {
    margin: 0 auto;
    width: 76%;
  }
}
@media screen and (max-width: 480px) {
  .Common__realtime-link-txt {
    margin: 0 auto;
    width: 76%;
    height: auto;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.Common__realtime-link-txt:last-child {
  text-align: left;
  width: 50%;
  margin: 0;
  padding: 1px 0 0;
  background: transparent;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .Common__realtime-link-txt:last-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .Common__realtime-link-txt:last-child {
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
  }
}

.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  font-feature-settings: "palt";
  /* gals rank */
}
.Data__rank1 {
  background: #83CFFF;
  background: linear-gradient(90deg, #83CFFF 0%, #718CFF 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank1::before {
  content: "新人";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank1::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank1::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank2 {
  background: #CB69FF;
  background: linear-gradient(90deg, #CB69FF 0%, #6C36D3 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank2::before {
  content: "準新人";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank2::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank2::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank1_2 {
  background: #83CFFF;
  background: linear-gradient(90deg, #83CFFF 0%, #CB69FF 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank1_2::before {
  content: "（準）新人";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank1_2::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank1_2::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank1_2::before {
  letter-spacing: -2px;
}
.Data__rank5 {
  background: #7FE6D3;
  background: linear-gradient(90deg, #7FE6D3 0%, #31D350 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank5::before {
  content: "新薦";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank5::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank5::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank5 {
  text-shadow: 0 0 3px #008518;
}
.Data__rank7 {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #dddddd 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank7::before {
  content: "";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank7::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank7::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank10 {
  background: #ff91fa;
  background: linear-gradient(90deg, #ff91fa 0%, #d336bd 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank10::before {
  content: "準優";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank10::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank10::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank10 {
  text-shadow: 0 0 3px #920838;
}
.Data__rank15 {
  background: #FF8383;
  background: linear-gradient(90deg, #FF8383 0%, #D31414 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank15::before {
  content: "優秀";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank15::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank15::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank15 {
  text-shadow: 0 0 3px #a50000;
}
.Data__rank20 {
  background: #ffc049;
  background: linear-gradient(90deg, #ffc049 0%, #ff6200 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank20::before {
  content: "特優";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank20::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank20::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank20 {
  text-shadow: 0 0 3px #a55400, 0 0 3px #a55400, 0 0 3px #a55400, 0 0 3px #a55400;
  overflow: hidden;
  position: relative;
  background: url(/static/img/common/rank_deco/rank_crystal_bg.jpg) no-repeat 50% 50%/cover, linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(90deg, #ec9e0b 0%, #ff8d38 50%, #ec9e0b 100%);
  background-blend-mode: overlay, overlay, normal;
  border-image: url(/static/img/common/rank_deco/rank_border.png) 33.3333%/2.5cqb;
}
.Data__rank20::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  mix-blend-mode: overlay;
  animation: shine2 4s ease 0s infinite backwards;
}
.Data__rank25 {
  background: #B7B7B7;
  background: linear-gradient(90deg, #B7B7B7 0%, #3B3B3B 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank25::before {
  content: "W特優";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank25::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank25::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank25 {
  text-shadow: 0 0 3px #000;
  overflow: hidden;
  position: relative;
  background: url(/static/img/common/rank_deco/rank_crystal_bg.jpg) no-repeat 50% 50%/cover, linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(90deg, #949494 0%, #3B3B3B 50%, #949494 100%);
  background-blend-mode: overlay, overlay, normal;
  border-image: url(/static/img/common/rank_deco/rank_border.png) 33.3333%/2.5cqb;
}
.Data__rank25::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  mix-blend-mode: overlay;
  animation: shine2 4s ease 0s infinite backwards;
}
.Data__rank30 {
  background: #ffff84;
  background: linear-gradient(90deg, #ffff84 0%, #e9c239 100%);
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 6px;
  text-indent: 6px;
}
.Data__rank30::before {
  content: "T特優";
  font-size: 16px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media screen and (max-width: 767px) {
  .Data__rank30::before {
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (max-width: 480px) {
  .Data__rank30::before {
    line-height: 26px;
    font-size: 14px;
  }
}
.Data__rank30 {
  color: #7d3400;
  font-weight: bold;
  font-family: serif;
  overflow: hidden;
  position: relative;
  background: url(/static/img/common/rank_deco/rank_crystal_bg.jpg) no-repeat 50% 50%/cover, linear-gradient(rgba(255, 255, 255, 0.7), rgb(27, 27, 27)), linear-gradient(90deg, #ffec8b 0%, #ffd500 50%, #ffec8b 100%);
  background-blend-mode: overlay, overlay, normal;
  border-image: url(/static/img/common/rank_deco/rank_border.png) 33.3333%/2.5cqb;
}
.Data__rank30::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  mix-blend-mode: overlay;
  animation: shine2 4s ease 0s infinite backwards;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /* gals schedule */
  /*出勤*/
}
.Data__schedule1 {
  color: #ffffff;
  background: #DE5E5E;
}
@media screen and (max-width: 480px) {
  .Data__schedule1 {
    font-size: 14px;
  }
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*次回出勤・出勤未定・その他*/
}
.Data__schedule2 {
  color: #ffffff;
  background: #5E8FDE;
}
@media screen and (max-width: 480px) {
  .Data__schedule2 {
    font-size: 14px;
  }
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /* gals kind */
  /*ランクアップ*/
}
.Data__kind1 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #08a000;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind1::before {
  content: "ランク\aアップ";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind1::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind1 {
  /* (改行なし) */
}
.Data__kind1--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #08a000;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind1--nowrap::before {
  content: "ランクアップ";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind1--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*写真更新*/
}
.Data__kind2 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #2934c0;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind2::before {
  content: "写真\a更新";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind2::before {
  font-size: 12px;
}
.Data__kind2 {
  /* (改行なし) */
}
.Data__kind2--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #2934c0;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind2--nowrap::before {
  content: "写真更新";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind2--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*復帰*/
}
.Data__kind3 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #E51919;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind3::before {
  content: "復帰";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind3::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind3::before {
  font-size: 12px;
}
.Data__kind3 {
  /* (改行なし) */
}
.Data__kind3--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #E51919;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind3--nowrap::before {
  content: "復帰";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind3--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*上昇中*/
}
.Data__kind4 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #ff6100;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind4::before {
  content: "上昇中";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind4::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind4 {
  /* (改行なし) */
}
.Data__kind4--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #ff6100;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind4--nowrap::before {
  content: "上昇中";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind4--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*おすすめ*/
}
.Data__kind5 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #d074ff;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind5::before {
  content: "おす\aすめ";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind5::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind5 {
  justify-content: center;
}
.Data__kind5::before {
  width: fit-content;
  padding-bottom: 1em;
  --icon-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAJ8UExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6OvzY8AAADTdFJOUwD+7Nz3uWaLBQJuEd2RF7A+MgmKtI7RvdborKeNs3aqt4ejI640VEd8yFi4gChPzLbJsWfNz/z59ZCvxgScg2Dzu5ZBa3irHRXDYxwBVZdd0wzvNhD7gt4U1Z5LfU06L2yYOLzl6+45DhoGc5WJKgglPNiyLWJtSukSA0LqiFcxDaFReqTgO+3Cm99AG87A21tFX6BWcL4KMzX2IndIPQdekpkrE9pJgY8Wey6fwdTLU/Q/pTcwRPq6RsofaMeMogvmmvJODxlpXEPZ8B55hSZyWufkquHcAAAEBUlEQVR42u2a9VcVQRTHH4+WLukORZBOBUEUBBWk7AIxEZAUKSXs7u7u7u7u+w95OMcjwns7s/ve3Lu/8P0HPp+zOzs7c+/VaAYjJHftzM1TZ6uGdw7MhN6E1KjDt0+Ev7k1TA2+TT30pUQFgZD/+LDZmpzvCP0yh1ygor9A5lJi/hEYEAtigbCBAl7EAt8HCiy0ohWYOVAA5pHya3T4sI9UwEdXwI6SvzRFVyCOUmC5Lh8SJ9PxrRbqEfAgFBiuhw/RdPxLZvoEwukEZunjgzsZf55ePryg4lub6heophII1M+H8UT8exJ8WEIkUCjB9zxBw7eTegANNPxhUnwYQsIvWiwpMJ9EwFWS/5nkXB4vyYdICn6tNB9GUghsk+Y/VukY9i8fCPgjGPzFzvj8kQw+xbXI2ZbBH03wAsYy+FMn4PPHsF7ASXUXIOzB5/8wYfBf4d9Ki3awHgBBgcqcxXfA57uw+LAGnZ/N5Juj84cw+bAam1/G5qP/hldy+Ie3qnAN/j/JuLtwFXCDWqt34PPBFw/fEgty4ojFDzaVxQftOBz+Ai3ITWQLAn/uVJCfDenNwZVi+RagMCbnKnI2ubhY6sSnY2XbAcX8SBAa0zHvlfELQHS0UUr43oAQ+Qf3VldAidz9wnk7Dh9s5R0dbaIBK01y+Pb1aHxwXcHnv5uOxwfPUH4NNBows1ed768vu426fxmfYl4pdcYbXIE43iIchcuHOg5/HDL/NW8FuOPyA9J4JyBcviX3E8RbAcnt2rg2Ln/ZAzSB311yLtB+mM8/4RdfwAN3CaTy+IeQv0Fua/0otgDcZgtEoAsMZfJLU9AFwIklcB+fz96K4gkE9rMEqgkEWN39Si8CgQiGwNdwAoEshsAVUwKBnQwBxy/4fLOzDIEwggfAnDeciM+PZXZ2P6LzE2yYO3GYCTJ/VCv7V/Q2CZNuEsutqD8yw8On9HTyj0NO6/AEkhK7+QLL8lBXQAdXIM0fdw3Gcw3ccAUKuQIZap6GetOILJDBE7BahStw2ajmvIDwh5yW4wqc5wpMQt2MzWbw96JrmAJyGltNmAKhMgSsPPH4VbKq1N/Q+EHyyvQ2WL9kS43M9KCs/4Bd8js1M4XjY47VKmkVhQoXuKGwWXdBuEG3QoMg0QJuQud1DIjyEZ8YsQIblTeNs8R+BhhTI0riYkjjPMpWnMB6g1r3nRdpaoOMHCxYJETgk+EDDLlPG4x3MHLc3f7m6aFG8csETHI4TfR+VmwY3iNKIyiT6izccvKmJyuArxodNEX0nOfL4JJ8v3Iv9wRbLaOc0n794dXsufNz8aarrEufNB5vnvJzWuDzU+Wz1vo7BET4hvjf6UpPneY3Pn/LGXvNYOTmDyUTGOtxWCrhAAAAAElFTkSuQmCC);
  background: var(--icon-image) no-repeat scroll 0% 100%/auto 1em, var(--icon-image) no-repeat scroll calc(0% + 1em) 100%/auto 1em;
}
.Data__kind5 {
  /* (改行なし) */
}
.Data__kind5--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #d074ff;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind5--nowrap::before {
  content: "おすすめ";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind5--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind5--nowrap {
  justify-content: center;
}
.Data__kind5--nowrap::before {
  width: fit-content;
  padding-right: 2em;
  --icon-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAJ8UExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6OvzY8AAADTdFJOUwD+7Nz3uWaLBQJuEd2RF7A+MgmKtI7RvdborKeNs3aqt4ejI640VEd8yFi4gChPzLbJsWfNz/z59ZCvxgScg2Dzu5ZBa3irHRXDYxwBVZdd0wzvNhD7gt4U1Z5LfU06L2yYOLzl6+45DhoGc5WJKgglPNiyLWJtSukSA0LqiFcxDaFReqTgO+3Cm99AG87A21tFX6BWcL4KMzX2IndIPQdekpkrE9pJgY8Wey6fwdTLU/Q/pTcwRPq6RsofaMeMogvmmvJODxlpXEPZ8B55hSZyWufkquHcAAAEBUlEQVR42u2a9VcVQRTHH4+WLukORZBOBUEUBBWk7AIxEZAUKSXs7u7u7u7u+w95OMcjwns7s/ve3Lu/8P0HPp+zOzs7c+/VaAYjJHftzM1TZ6uGdw7MhN6E1KjDt0+Ev7k1TA2+TT30pUQFgZD/+LDZmpzvCP0yh1ygor9A5lJi/hEYEAtigbCBAl7EAt8HCiy0ohWYOVAA5pHya3T4sI9UwEdXwI6SvzRFVyCOUmC5Lh8SJ9PxrRbqEfAgFBiuhw/RdPxLZvoEwukEZunjgzsZf55ePryg4lub6heophII1M+H8UT8exJ8WEIkUCjB9zxBw7eTegANNPxhUnwYQsIvWiwpMJ9EwFWS/5nkXB4vyYdICn6tNB9GUghsk+Y/VukY9i8fCPgjGPzFzvj8kQw+xbXI2ZbBH03wAsYy+FMn4PPHsF7ASXUXIOzB5/8wYfBf4d9Ki3awHgBBgcqcxXfA57uw+LAGnZ/N5Juj84cw+bAam1/G5qP/hldy+Ie3qnAN/j/JuLtwFXCDWqt34PPBFw/fEgty4ojFDzaVxQftOBz+Ai3ITWQLAn/uVJCfDenNwZVi+RagMCbnKnI2ubhY6sSnY2XbAcX8SBAa0zHvlfELQHS0UUr43oAQ+Qf3VldAidz9wnk7Dh9s5R0dbaIBK01y+Pb1aHxwXcHnv5uOxwfPUH4NNBows1ed768vu426fxmfYl4pdcYbXIE43iIchcuHOg5/HDL/NW8FuOPyA9J4JyBcviX3E8RbAcnt2rg2Ln/ZAzSB311yLtB+mM8/4RdfwAN3CaTy+IeQv0Fua/0otgDcZgtEoAsMZfJLU9AFwIklcB+fz96K4gkE9rMEqgkEWN39Si8CgQiGwNdwAoEshsAVUwKBnQwBxy/4fLOzDIEwggfAnDeciM+PZXZ2P6LzE2yYO3GYCTJ/VCv7V/Q2CZNuEsutqD8yw8On9HTyj0NO6/AEkhK7+QLL8lBXQAdXIM0fdw3Gcw3ccAUKuQIZap6GetOILJDBE7BahStw2ajmvIDwh5yW4wqc5wpMQt2MzWbw96JrmAJyGltNmAKhMgSsPPH4VbKq1N/Q+EHyyvQ2WL9kS43M9KCs/4Bd8js1M4XjY47VKmkVhQoXuKGwWXdBuEG3QoMg0QJuQud1DIjyEZ8YsQIblTeNs8R+BhhTI0riYkjjPMpWnMB6g1r3nRdpaoOMHCxYJETgk+EDDLlPG4x3MHLc3f7m6aFG8csETHI4TfR+VmwY3iNKIyiT6izccvKmJyuArxodNEX0nOfL4JJ8v3Iv9wRbLaOc0n794dXsufNz8aarrEufNB5vnvJzWuDzU+Wz1vo7BET4hvjf6UpPneY3Pn/LGXvNYOTmDyUTGOtxWCrhAAAAAElFTkSuQmCC");
  background: var(--icon-image) no-repeat scroll 100% 50%/auto 1em, var(--icon-image) no-repeat scroll calc(100% - 1em) 50%/auto 1em;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*いち押し*/
}
.Data__kind6 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #09a697;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind6::before {
  content: "いち\a押し　";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind6::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind6 {
  justify-content: center;
}
.Data__kind6::before {
  width: fit-content;
  padding-right: 0em;
  --icon-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAJ8UExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6OvzY8AAADTdFJOUwD+7Nz3uWaLBQJuEd2RF7A+MgmKtI7RvdborKeNs3aqt4ejI640VEd8yFi4gChPzLbJsWfNz/z59ZCvxgScg2Dzu5ZBa3irHRXDYxwBVZdd0wzvNhD7gt4U1Z5LfU06L2yYOLzl6+45DhoGc5WJKgglPNiyLWJtSukSA0LqiFcxDaFReqTgO+3Cm99AG87A21tFX6BWcL4KMzX2IndIPQdekpkrE9pJgY8Wey6fwdTLU/Q/pTcwRPq6RsofaMeMogvmmvJODxlpXEPZ8B55hSZyWufkquHcAAAEBUlEQVR42u2a9VcVQRTHH4+WLukORZBOBUEUBBWk7AIxEZAUKSXs7u7u7u7u+w95OMcjwns7s/ve3Lu/8P0HPp+zOzs7c+/VaAYjJHftzM1TZ6uGdw7MhN6E1KjDt0+Ev7k1TA2+TT30pUQFgZD/+LDZmpzvCP0yh1ygor9A5lJi/hEYEAtigbCBAl7EAt8HCiy0ohWYOVAA5pHya3T4sI9UwEdXwI6SvzRFVyCOUmC5Lh8SJ9PxrRbqEfAgFBiuhw/RdPxLZvoEwukEZunjgzsZf55ePryg4lub6heophII1M+H8UT8exJ8WEIkUCjB9zxBw7eTegANNPxhUnwYQsIvWiwpMJ9EwFWS/5nkXB4vyYdICn6tNB9GUghsk+Y/VukY9i8fCPgjGPzFzvj8kQw+xbXI2ZbBH03wAsYy+FMn4PPHsF7ASXUXIOzB5/8wYfBf4d9Ki3awHgBBgcqcxXfA57uw+LAGnZ/N5Juj84cw+bAam1/G5qP/hldy+Ie3qnAN/j/JuLtwFXCDWqt34PPBFw/fEgty4ojFDzaVxQftOBz+Ai3ITWQLAn/uVJCfDenNwZVi+RagMCbnKnI2ubhY6sSnY2XbAcX8SBAa0zHvlfELQHS0UUr43oAQ+Qf3VldAidz9wnk7Dh9s5R0dbaIBK01y+Pb1aHxwXcHnv5uOxwfPUH4NNBows1ed768vu426fxmfYl4pdcYbXIE43iIchcuHOg5/HDL/NW8FuOPyA9J4JyBcviX3E8RbAcnt2rg2Ln/ZAzSB311yLtB+mM8/4RdfwAN3CaTy+IeQv0Fua/0otgDcZgtEoAsMZfJLU9AFwIklcB+fz96K4gkE9rMEqgkEWN39Si8CgQiGwNdwAoEshsAVUwKBnQwBxy/4fLOzDIEwggfAnDeciM+PZXZ2P6LzE2yYO3GYCTJ/VCv7V/Q2CZNuEsutqD8yw8On9HTyj0NO6/AEkhK7+QLL8lBXQAdXIM0fdw3Gcw3ccAUKuQIZap6GetOILJDBE7BahStw2ajmvIDwh5yW4wqc5wpMQt2MzWbw96JrmAJyGltNmAKhMgSsPPH4VbKq1N/Q+EHyyvQ2WL9kS43M9KCs/4Bd8js1M4XjY47VKmkVhQoXuKGwWXdBuEG3QoMg0QJuQud1DIjyEZ8YsQIblTeNs8R+BhhTI0riYkjjPMpWnMB6g1r3nRdpaoOMHCxYJETgk+EDDLlPG4x3MHLc3f7m6aFG8csETHI4TfR+VmwY3iNKIyiT6izccvKmJyuArxodNEX0nOfL4JJ8v3Iv9wRbLaOc0n794dXsufNz8aarrEufNB5vnvJzWuDzU+Wz1vo7BET4hvjf6UpPneY3Pn/LGXvNYOTmDyUTGOtxWCrhAAAAAElFTkSuQmCC");
  background: var(--icon-image) no-repeat scroll 100% 100%/auto 1em;
}
.Data__kind6 {
  /* (改行なし) */
}
.Data__kind6--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #09a697;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind6--nowrap::before {
  content: "いち押し";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind6--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind6--nowrap {
  justify-content: center;
}
.Data__kind6--nowrap::before {
  width: fit-content;
  padding-right: 1em;
  --icon-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAJ8UExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6OvzY8AAADTdFJOUwD+7Nz3uWaLBQJuEd2RF7A+MgmKtI7RvdborKeNs3aqt4ejI640VEd8yFi4gChPzLbJsWfNz/z59ZCvxgScg2Dzu5ZBa3irHRXDYxwBVZdd0wzvNhD7gt4U1Z5LfU06L2yYOLzl6+45DhoGc5WJKgglPNiyLWJtSukSA0LqiFcxDaFReqTgO+3Cm99AG87A21tFX6BWcL4KMzX2IndIPQdekpkrE9pJgY8Wey6fwdTLU/Q/pTcwRPq6RsofaMeMogvmmvJODxlpXEPZ8B55hSZyWufkquHcAAAEBUlEQVR42u2a9VcVQRTHH4+WLukORZBOBUEUBBWk7AIxEZAUKSXs7u7u7u7u+w95OMcjwns7s/ve3Lu/8P0HPp+zOzs7c+/VaAYjJHftzM1TZ6uGdw7MhN6E1KjDt0+Ev7k1TA2+TT30pUQFgZD/+LDZmpzvCP0yh1ygor9A5lJi/hEYEAtigbCBAl7EAt8HCiy0ohWYOVAA5pHya3T4sI9UwEdXwI6SvzRFVyCOUmC5Lh8SJ9PxrRbqEfAgFBiuhw/RdPxLZvoEwukEZunjgzsZf55ePryg4lub6heophII1M+H8UT8exJ8WEIkUCjB9zxBw7eTegANNPxhUnwYQsIvWiwpMJ9EwFWS/5nkXB4vyYdICn6tNB9GUghsk+Y/VukY9i8fCPgjGPzFzvj8kQw+xbXI2ZbBH03wAsYy+FMn4PPHsF7ASXUXIOzB5/8wYfBf4d9Ki3awHgBBgcqcxXfA57uw+LAGnZ/N5Juj84cw+bAam1/G5qP/hldy+Ie3qnAN/j/JuLtwFXCDWqt34PPBFw/fEgty4ojFDzaVxQftOBz+Ai3ITWQLAn/uVJCfDenNwZVi+RagMCbnKnI2ubhY6sSnY2XbAcX8SBAa0zHvlfELQHS0UUr43oAQ+Qf3VldAidz9wnk7Dh9s5R0dbaIBK01y+Pb1aHxwXcHnv5uOxwfPUH4NNBows1ed768vu426fxmfYl4pdcYbXIE43iIchcuHOg5/HDL/NW8FuOPyA9J4JyBcviX3E8RbAcnt2rg2Ln/ZAzSB311yLtB+mM8/4RdfwAN3CaTy+IeQv0Fua/0otgDcZgtEoAsMZfJLU9AFwIklcB+fz96K4gkE9rMEqgkEWN39Si8CgQiGwNdwAoEshsAVUwKBnQwBxy/4fLOzDIEwggfAnDeciM+PZXZ2P6LzE2yYO3GYCTJ/VCv7V/Q2CZNuEsutqD8yw8On9HTyj0NO6/AEkhK7+QLL8lBXQAdXIM0fdw3Gcw3ccAUKuQIZap6GetOILJDBE7BahStw2ajmvIDwh5yW4wqc5wpMQt2MzWbw96JrmAJyGltNmAKhMgSsPPH4VbKq1N/Q+EHyyvQ2WL9kS43M9KCs/4Bd8js1M4XjY47VKmkVhQoXuKGwWXdBuEG3QoMg0QJuQud1DIjyEZ8YsQIblTeNs8R+BhhTI0riYkjjPMpWnMB6g1r3nRdpaoOMHCxYJETgk+EDDLlPG4x3MHLc3f7m6aFG8csETHI4TfR+VmwY3iNKIyiT6izccvKmJyuArxodNEX0nOfL4JJ8v3Iv9wRbLaOc0n794dXsufNz8aarrEufNB5vnvJzWuDzU+Wz1vo7BET4hvjf6UpPneY3Pn/LGXvNYOTmDyUTGOtxWCrhAAAAAElFTkSuQmCC");
  background: var(--icon-image) no-repeat scroll 100% 50%/auto 1em;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*入店*/
}
.Data__kind7 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #73c248;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind7::before {
  content: "入店";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind7::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind7 {
  /* (改行なし) */
}
.Data__kind7--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #73c248;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.Data__kind7--nowrap::before {
  content: "入店";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind7--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data, .Data__rank30, .Data__rank25, .Data__rank20, .Data__rank15, .Data__rank10, .Data__rank7, .Data__rank5, .Data__rank1_2, .Data__rank2, .Data__rank1 {
  /*ぽっちゃり*/
}
.Data__kind8 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #efd54f;
  line-height: 1;
  font-size: 10px;
  color: #2f1904;
  z-index: 1;
  overflow: hidden;
}
.Data__kind8::before {
  content: "ぽっちゃり";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind8::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}
.Data__kind8 {
  /* (改行なし) */
}
.Data__kind8--nowrap {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #efd54f;
  line-height: 1;
  font-size: 10px;
  color: #2f1904;
  z-index: 1;
  overflow: hidden;
}
.Data__kind8--nowrap::before {
  content: "ぽっちゃり";
  display: block;
  white-space: pre;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.Data__kind8--nowrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 300%;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -30px;
  animation: shine2 6s ease 0s infinite backwards;
}

/* scroll bar */
article[class$=container] *::-webkit-scrollbar {
  width: 6px;
  margin: 2px;
}
article[class$=container] *::-webkit-scrollbar-track {
  background-color: #BEBEBE;
  border-radius: 5px;
}
article[class$=container] *::-webkit-scrollbar-thumb {
  background-color: #6A6A6A;
  border-radius: 5px;
}

/* swiper bagenation bullet */
.swiper-pagination-bullet-active {
  background: #FF6E6E !important;
}

/* all list centering align left */
.Empty-list {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* photoswipe */
.pswp .pswp__bg {
  background: rgba(0, 0, 0, 0.86);
}

.pswp__img--placeholder {
  opacity: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    h3[class$=ttl]::after,
    h2[class$=ttl]::after {
      font-style: normal;
    }
  }
}
/* ページ遷移 */
/* Loadingバー */
@media screen and (min-width: 481px) {
  .Hamburger-menu {
    display: none;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  list-style: none;
  justify-content: center;
  font-size: 14px;
  margin: 0;
  background: #000;
  color: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item::before {
  display: inline-block;
  padding: 0 0.5rem;
  color: #6c757d;
  content: "＞";
}
.breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumb-item a {
  color: #fff;
}

@view-transition {
  navigation: auto;
}
img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------------------*/
.Voice__list-ttl, .Voice__ttl {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.Voice__list-ttl::after, .Voice__ttl::after {
  font-family: "Tangerine", cursive;
}

/*----------------------------------------------------------------------------------------*/
.Voice__container {
  overflow-x: hidden;
  min-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Voice__container {
    padding-top: 122px;
  }
}
@media screen and (min-width: 1201px) {
  .Voice__container {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .Voice__container {
    padding-top: 0 !important;
  }
}

/*----------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .Break-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .Break-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Break-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Break-sp {
    display: block;
  }
}

@keyframes shine {
  0% {
    left: -30px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine2 {
  0% {
    top: -100%;
    left: -100%;
  }
  20% {
    left: 200%;
    top: -100%;
  }
  100% {
    left: 200%;
    top: -100%;
  }
}
@keyframes bnr-shine {
  0% {
    left: -100px;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes Enter-txt__fade-in {
  0% {
    font-size: 160px;
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  30% {
    font-size: 160px;
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    font-size: 220px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes Enter-txt__fade-out {
  0% {
    font-size: 220px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  30% {
    font-size: 220px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  90% {
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    font-size: 160px;
    background: linear-gradient(90deg, rgb(197, 30, 23) 20%, rgb(0, 0, 0) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes Enter-txt__fade-out-first-letter {
  0% {
    font-size: 220px;
    color: #fff;
  }
  30% {
    font-size: 220px;
    color: #fff;
  }
  100% {
    font-size: 160px;
    color: #c51e17;
  }
}
@keyframes Enter-bg__slide-fade-in {
  0% {
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
  100% {
    background-position: 1% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
}
@keyframes Enter-bg__slide-fade-out {
  0% {
    background-position: 1% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
  100% {
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, rgb(197, 22, 22) 0%, rgb(197, 22, 22) 35%, rgba(197, 22, 22, 0) 56%, rgba(197, 22, 22, 0) 100%);
  }
}
@keyframes float-arrow {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes price-unit-fade-in {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes schedule-date-underbar {
  0% {
    width: 0;
  }
  100% {
    width: 94%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav-pc-mouseout-before {
  0% {
    transform: translateY(0);
    font-size: 14px;
    color: #000;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    font-size: 14px;
    color: #000;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes nav-pc-mouseover-before {
  0% {
    opacity: 1;
    transform: translateY(0);
    color: #000;
    font-size: 14px;
  }
  20% {
    opacity: 0;
    transform: translateY(0);
    color: #000;
    font-size: 14px;
  }
  21% {
    opacity: 0;
    transform: translateY(25px);
    font-size: 22px;
    color: #c51e17;
  }
  60% {
    transform: translateY(15px);
    font-size: 22px;
    color: #c51e17;
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    font-size: 22px;
    color: #c51e17;
    opacity: 1;
  }
}
@keyframes event-cov-shine {
  0% {
    left: -50%;
  }
  100% {
    left: 200%;
  }
}
@keyframes colortimer {
  0% {
    background: #cd5c5c;
  }
  50% {
    background: #e9a1a1;
  }
  100% {
    background: #cd5c5c;
  }
}
@keyframes textGradient {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 0;
  }
}
* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.5;
}

body,
html {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #fff;
  min-width: 340px;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 2px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    color: #222;
    transition: all 0.3s ease;
  }
}
a:hover {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

video {
  vertical-align: bottom;
}
video:hover {
  cursor: pointer;
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

.Seo-bold {
  font-weight: bold;
}

/*メニューのgoogleアイコン*/
.material-icons {
  display: inline-block;
  min-width: 26px;
  text-align: center;
  font-size: 16px;
  color: #e6e1d8;
  line-height: 1;
  vertical-align: bottom;
}

/*メニューのgoogleアイコンここまで*/
/* selectbox */
select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.3em;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select option {
  font-weight: normal;
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  container-type: inline-size;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 10px 0;
  background: #333;
  background: linear-gradient(to bottom, #fff8d9 0%, #ffffff 100%);
  border-image: linear-gradient(to right, #d9a049 0%, #fbd05d 5%, #d59e41 11%, #8b4f14 21%, #bc8630 33%, #e5c473 42%, #fff8ad 50%, #cb9d48 63%, #90580e 78%, #a26e1b 90%, #c8953a 100%);
  border-style: solid;
  border-image-slice: 1;
  border-width: 0 0 2px;
}
@media screen and (min-width: 768px) {
  .Header {
    display: grid;
    grid-template-areas: "logo menu" "info info" "marquee marquee";
    grid-template-columns: auto 1fr;
    grid-template-rows: 70px 1fr auto;
    padding: 5px;
    z-index: 100;
  }
}
@media screen and (min-width: 1201px) {
  .Header {
    grid-template-areas: "logo info menu" "marquee marquee marquee";
    grid-template-columns: auto minmax(300px, auto) 1fr;
    grid-template-rows: 70px 1fr auto;
  }
}
@media screen and (max-width: 767px) {
  .Header {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .Header {
    z-index: 99;
  }
}
.Header__ttl {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .Header__ttl {
    max-width: 300px;
    width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .Header__ttl {
    grid-area: logo;
    justify-content: center;
  }
}
.Header__ttl-link {
  display: block;
  padding-left: 1%;
  height: 100%;
}
.Header__ttl-link:hover {
  opacity: 0.6;
}
.Header__ttl-logo {
  max-height: 80px;
  height: 100%;
}
.Header__shop-info {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .Header__shop-info {
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .Header__shop-info {
    justify-content: center;
    grid-area: info;
  }
}
@media screen and (min-width: 1201px) {
  .Header__shop-info {
    align-items: end;
    justify-content: left;
    padding-left: 10px;
  }
}
.Header__shop-info-txt {
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .Header__shop-info-txt {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1201px) {
  .Header__shop-info-txt {
    font-size: clamp(0.875rem, 0.5rem + 0.5vw, 1.125rem);
    line-height: 1.5;
    letter-spacing: 1px;
    color: #666;
  }
}
.Header__shop-info--sp-break {
  display: block;
}
@media screen and (min-width: 768px) {
  .Header__shop-info--sp-break {
    display: inline-block;
    width: 10px;
  }
}
@media screen and (min-width: 1201px) {
  .Header__shop-info--lpc-break {
    display: block;
  }
}
.Header__nav {
  grid-area: menu;
}
@media screen and (max-width: 767px) {
  .Header__nav {
    display: none;
  }
}
.Header__marquee {
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .Header__marquee {
    margin-left: -5px;
    margin-right: -5px;
    grid-area: marquee;
  }
}
@media screen and (min-width: 768px){
  .Header__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .Header__shop-info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .Header__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .Header__marquee {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (min-width: 1201px){
  .Header__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .Header__shop-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .Header__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .Header__marquee {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.Nav-list {
  display: flex;
  justify-content: right;
  gap: 2px;
  height: 100%;
  padding: 5px 0;
}
.Nav-list__item {
  font-size: 13px;
  text-align: center;
  border-image: linear-gradient(to right, #d9a049 0%, #fbd05d 5%, #d59e41 11%, #8b4f14 21%, #bc8630 33%, #e5c473 42%, #fff8ad 50%, #cb9d48 63%, #90580e 78%, #a26e1b 90%, #c8953a 100%);
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px;
}
.Nav-list__item:not(:last-of-type) {
  width: calc((100% - 10px - 60px) / 5);
  max-width: 100px;
  background: url("/static/img/common/footer_bg_overlay.png"), linear-gradient(to bottom, #333 0%, #666 50%, #333 100%);
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-size: 500% auto;
  box-shadow: 0 0 100px rgba(30, 30, 30, 0.8) inset;
  line-height: 60px;
}
.Nav-list__item:last-of-type {
  width: 60px;
}
.Nav-list__item:first-of-type {
  background-position: center left 0;
}
.Nav-list__item:nth-of-type(2) {
  background-position: center left 25%;
}
.Nav-list__item:nth-of-type(3) {
  background-position: center center;
}
.Nav-list__item:nth-of-type(4) {
  background-position: center right 25%;
}
.Nav-list__item:nth-of-type(5) {
  background-position: center right 0;
}
.Nav-list__item-link {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .Nav-list__item--pc-break {
    display: block;
    width: 100%;
  }
}
.Nav-list__item-toggle-btn {
  width: 100%;
  height: 100%;
  padding: 8px 6px;
  transition: 0.3s all ease;
  z-index: 200;
  position: relative;
}
.Nav-list__item-toggle-btn::after {
  content: "MENU";
  display: block;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.Nav-list__child-btn-bar {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #333;
  transition: 0.3s all ease;
}
.Nav-list__child-btn-bar:nth-of-type(2) {
  transform: translate(0, 7px);
}
.Nav-list__child-btn-bar:nth-of-type(3) {
  transform: translate(0, 14px);
}

.open .Header-nav .Nav-list__item-toggle-btn::after {
  content: "CLOSE";
}
.open .Header-nav .Nav-list__child-btn-bar {
  height: 3px;
}
.open .Header-nav .Nav-list__child-btn-bar:nth-of-type(1) {
  transform: translate(0, 11px) rotate(25deg);
}
.open .Header-nav .Nav-list__child-btn-bar:nth-of-type(2) {
  opacity: 0;
}
.open .Header-nav .Nav-list__child-btn-bar:nth-of-type(3) {
  transform: translate(0, 5px) rotate(-25deg);
}

.Voice__ttl {
  text-align: center;
  position: relative;
  margin: 10px auto 10px;
  letter-spacing: 4px;
  text-indent: 4px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .Voice__ttl {
    font-size: 50px;
    padding-bottom: 40px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width: 1201px) {
  .Voice__ttl {
    font-size: 60px;
  }
}
.Voice__ttl::before {
  content: "";
  width: 46px;
  height: 2px;
  background: #d1bc8f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .Voice__ttl::before {
    width: 70px;
  }
}
.Voice__ttl::after {
  content: "Voice Memo";
  font-size: 150px;
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  margin: auto;
  color: #f12f49;
  opacity: 0.16;
  letter-spacing: 0;
  transform: scale(1.1, 1);
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .Voice__ttl::after {
    font-size: 170px;
    top: -76px;
  }
}
@media screen and (max-width: 767px) {
  .Voice__ttl::after {
    display: none;
  }
}
.Voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 96%;
  margin: 5px auto 3em;
  max-width: 1200px;
  gap: var(--list-gap);
  --list-gap:1.5cqb;
  container-type: inline-size;
}
@media (min-width: 1200px) {
  .Voice__list {
    width: 80%;
    max-width: none;
  }
}
@media (max-width: 1000px) {
  .Voice__list {
    --list-gap:1.2cqb;
  }
}
@media (max-width: 767px) {
  .Voice__list {
    width: 94%;
    --list-gap:1cqb;
    margin: 5px auto 1em;
  }
}
.Voice__list-unit {
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .Voice__list-unit {
    margin: 0 auto 1em;
  }
}
.Voice__list-ttl {
  font-size: 50px;
  padding: 0 120px 16px 35px;
  min-width: 480px;
  display: inline;
  width: auto;
  border-bottom: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Voice__list-ttl {
    font-size: 30px;
    padding: 0 80px 6px 15px;
    display: inline;
    width: auto;
    min-width: 200px;
  }
}
.Voice__list-ttl::after {
  content: "Casts";
  font-size: 200px;
  color: #A87B00;
  opacity: 0.4;
  font-style: italic;
  position: absolute;
  left: calc(100% - 210px);
  bottom: -125px;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .Voice__list-ttl::after {
    font-size: 120px;
    left: 80px;
    bottom: -75px;
    opacity: 0.3;
  }
}
.Voice__list-item {
  border: 1px solid #999;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  transition: 0.3s all ease;
  font-feature-settings: "palt";
  container-type: inline-size;
  --list-count:3;
}
@media (max-width: 1000px) {
  .Voice__list-item {
    --list-count:2;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .Voice__list-item {
    --list-count:1;
    padding: 5px;
  }
}
.Voice__list-item {
  width: calc((100% - var(--list-gap) * (var(--list-count) - 1)) / var(--list-count));
}
.Voice__list-item-link {
  display: grid;
  grid-template-areas: "thumb rank" "thumb name" "thumb comment" "type type";
  grid-template-columns: 0.55fr 1.5fr;
  grid-template-rows: auto auto auto auto;
  gap: 0.6cqw 2cqw;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .Voice__list-item-link {
    grid-template-columns: 0.55fr 1.5fr;
  }
}
.Voice__list-item-head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: rank;
  width: 100%;
  height: 6cqw;
  display: flex;
  align-items: center;
  gap: 0.5cqw;
}
.Voice__list-item-head:has(> :nth-child(-n+2):last-child) .Voice__list-item-kind {
  flex: 0.33;
}
.Voice__list-item-rank {
  flex: 1;
  min-height: 100%;
  height: 100%;
}
.Voice__list-item-rank::before {
  line-height: 1.4;
  font-size: 4cqw;
}
.Voice__list-item-kind {
  flex: 0.5;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: 100%;
  font-size: 2.5cqw;
  white-space: nowrap;
}
.Voice__list-item-kind::before {
  font-size: 100%;
}
.Voice__list-item-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: thumb;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.Voice__list-item-image img {
  width: 100%;
  height: auto;
}
.Voice__list-item-ns {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: name;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 1cqw;
}
.Voice__list-item-name {
  font-size: 5.5cqw;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  line-height: 1.3;
}
.Voice__list-item-name span {
  font-size: 60%;
}
.Voice__list-item-schedule, .Voice__list-item-schedule--none {
  grid-area: schedule;
  font-size: 4cqw;
  background: #000;
  display: flex;
  flex: 1;
  font-size: 3.5cqw;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .Voice__list-item-schedule, .Voice__list-item-schedule--none {
    font-size: 3.2cqw;
  }
}
.Voice__list-item-schedule--none {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .Voice__list-item-schedule--none {
    display: none;
  }
}
.Voice__list-item-today {
  background: #f00;
  color: #fff;
  line-height: normal;
  padding: 3px 15px;
  height: 100%;
  font-size: 6cqw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Voice__list-item-announce {
  color: #fff;
  font-size: 6cqw;
  line-height: normal;
  flex: 1;
}
.Voice__list-item-twitter {
  width: auto;
  height: 2em;
  aspect-ratio: 1/1;
  background: url("/static/img/common/twitter_icon.png") no-repeat 50% 100%/auto 100%;
}
.Voice__list-item-size {
  grid-area: size;
  font-size: 3.2cqw;
  white-space: nowrap;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Voice__list-item-comment {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: comment;
  align-items: flex-start;
  text-align: justify;
  font-size: 3cqw;
  overflow-y: auto;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  letter-spacing: 0.2cqw;
  min-height: 2.6em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .Voice__list-item-comment {
    max-height: 23cqw;
  }
}
@media screen and (max-width: 767px) {
  .Voice__list-item-comment {
    line-height: 1.3;
  }
}
.Voice__list-item-comment::-webkit-scrollbar {
  width: 6px !important;
}
.Voice__list-item-comment::-webkit-scrollbar-track {
  border-radius: 0 !important;
}
.Voice__list-item-comment::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
}
.Voice__list-item-type {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: type;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1cqw;
  font-family: serif;
  padding: 0.25em 0 0;
}
.Voice__list-item-icon {
  flex: 1;
  font-weight: bold;
  mask: url("/static/img/common/icon_gal_type_mask.svg") no-repeat 50% 50%/100% auto;
}
.Voice__list-item-icon.color_1 {
  color: #fff;
  text-shadow: 0 0 5px #ff0994, 0 0 2px #ff0994, 0 0 5px #ff0994, 0 0 2px #ff0994, 0 0 5px #ff0994, 0 0 2px #ff0994;
  background: linear-gradient(to bottom, #ff7dff 0%, #ff7dff 36%, #ff7afc 49%, #ff22ab 50%, #ff109a 64%, #ff1ba5 72%, #ff32ba 84%, #ff55db 100%);
}
.Voice__list-item-icon.color_2 {
  color: #fff;
  text-shadow: 0 0 5px #008000, 0 0 2px #008000, 0 0 5px #008000, 0 0 2px #008000, 0 0 5px #008000, 0 0 2px #008000;
  background: linear-gradient(to bottom, #14af68 0%, #13ad67 40%, #0d9858 44%, #057d46 48%, #026f38 52%, #087838 72%, #189738 100%);
}
.Voice__list-item-icon.color_3 {
  color: #fff;
  text-shadow: 0 0 5px #800080, 0 0 2px #800080, 0 0 5px #800080, 0 0 2px #800080, 0 0 5px #800080, 0 0 2px #800080;
  background: linear-gradient(to bottom, #cda7ff 0%, #cca7ff 36%, #c9a2ff 40%, #b87eff 44%, #a351ff 48%, #9739ff 52%, #983bff 60%, #9d46ff 72%, #b476ff 100%);
}
.Voice__list-item-icon.color_4 {
  color: #fff;
  text-shadow: 0 0 5px #0000ff, 0 0 2px #0000ff, 0 0 5px #0000ff, 0 0 2px #0000ff, 0 0 5px #0000ff, 0 0 2px #0000ff;
  background: linear-gradient(to bottom, #00c7f1 0%, #00c5f1 40%, #00acef 44%, #008ded 48%, #007ded 52%, #007fed 60%, #0089ef 72%, #00b0f3 100%);
}
.Voice__list-item-icon.color_5 {
  color: #fff;
  text-shadow: 0 0 5px #008000, 0 0 2px #008000, 0 0 5px #008000, 0 0 2px #008000, 0 0 5px #008000, 0 0 2px #008000;
  background: linear-gradient(to bottom, #73c400 0%, #73c400 36%, #6ec301 40%, #47bc0d 44%, #18b41b 48%, #00af23 52%, #03b022 60%, #12b21d 72%, #4cbd0c 100%);
}
.Voice__list-item-icon.color_6 {
  color: #fff;
  text-shadow: 0 0 5px #ff0000, 0 0 2px #ff0000, 0 0 5px #ff0000, 0 0 2px #ff0000, 0 0 5px #ff0000, 0 0 2px #ff0000;
  background: linear-gradient(to bottom, #ff5c4b 0%, #ff5c4b 36%, #fe5949 40%, #ee3c34 44%, #dc1919 48%, #d20505 52%, #d30701 60%, #d91000 72%, #f03800 100%);
}
.Voice__list-item-icon.color_7 {
  color: #fff;
  text-shadow: 0 0 5px #800080, 0 0 2px #800080, 0 0 5px #800080, 0 0 2px #800080, 0 0 5px #800080, 0 0 2px #800080;
  background: linear-gradient(to bottom, #d7a4f1 0%, #d7a4f1 36%, #d3a0ed 40%, #b986d3 44%, #9865b2 48%, #8653a0 52%, #8754a1 60%, #8f5ca9 72%, #b380cd 100%);
}
.Voice__list-item-icon.color_10 {
  color: #fff;
  --txt-shadow-c:#632e00;
  text-shadow: 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c);
  background: linear-gradient(to bottom, #ffc957 0%, #ffffff 36%, #ffffff 49%, #ffa800 50%, #ff9a00 64%, #ffc210 84%, #ffc210 100%);
}
.Voice__list-item-icon.color_11 {
  color: #fff;
  --txt-shadow-c:#1b1b1b;
  text-shadow: 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c);
  background: linear-gradient(to bottom, #878787 0%, #ffffff 36%, #ffffff 49%, #606060 50%, #606060 64%, #808080 84%, #aaaaaa 100%);
}
.Voice__list-item-icon.color_12 {
  color: #fff;
  --txt-shadow-c:#9c2e00;
  text-shadow: 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c);
  background: linear-gradient(to bottom, #ffca80 0%, #ffffff 36%, #ffffff 49%, #983200 50%, #ff8600 64%, #ff903f 84%, #b87639 100%);
}
.Voice__list-item-icon.color_13 {
  color: #fff;
  text-shadow: 0 0 5px #ff0000, 0 0 2px #ff0000, 0 0 5px #ff0000, 0 0 2px #ff0000, 0 0 5px #ff0000, 0 0 2px #ff0000;
  background: linear-gradient(to bottom, #ff5c4b 0%, #ff5c4b 36%, #fe5949 40%, #ee3c34 44%, #dc1919 48%, #d20505 52%, #d30701 60%, #d91000 72%, #f03800 100%);
}
.Voice__list-item-icon.color_14 {
  color: #fff;
  text-shadow: 0 0 5px #0000ff, 0 0 2px #0000ff, 0 0 5px #0000ff, 0 0 2px #0000ff, 0 0 5px #0000ff, 0 0 2px #0000ff;
  background: linear-gradient(to bottom, #00c7f1 0%, #00c5f1 40%, #00acef 44%, #008ded 48%, #007ded 52%, #007fed 60%, #0089ef 72%, #00b0f3 100%);
}
.Voice__list-item-icon.color_20 {
  color: #fff;
  --txt-shadow-c:#8a4100;
  text-shadow: 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c), 0 0 5px var(--txt-shadow-c), 0 0 2px var(--txt-shadow-c);
  background: linear-gradient(to bottom, #ffc957 0%, #ffffff 36%, #ffffff 49%, #ffa800 50%, #ff9a00 64%, #ffc210 84%, #ffc210 100%);
}
.Voice__asmr {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media screen and (max-width: 767px) {
  .Voice__asmr {
    width: 100%;
  }
}
.Voice__asmr-item {
  background: #333333;
  background: linear-gradient(to top, #e0e0e0 0%, #ffffff 70%);
  border: solid #cccccc;
  border-width: 1px;
  padding: 0.25em;
  border-radius: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
}
.Voice__asmr-detail {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5em;
}
.Voice__asmr-ttl {
  width: 100%;
  text-align: left;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Voice__asmr-duration, .Voice__asmr-views, .Voice__asmr-feed {
  display: inline-flex;
  align-items: baseline;
}
.Voice__asmr-views, .Voice__asmr-feed {
  gap: 0.2em;
  line-height: 1;
  font-size: 0.8rem;
  color: #333;
}
.Voice__asmr-views::before, .Voice__asmr-feed::before {
  content: "";
  height: 0.75lh;
  background: red;
  width: auto;
  aspect-ratio: 1/1;
}
.Voice__asmr-duration {
  background: #353535;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.125em 0.5em;
  border-radius: 0.25em;
  width: 4em;
  justify-content: center;
  font-size: 0.625em;
}
.Voice__asmr-views::before {
  background: url("/static/img/voice/headphone.svg") no-repeat 50% 50%/100% auto;
  opacity: 0.5;
}
.Voice__asmr-views::after {
  content: "回";
  font-size: 0.75em;
}
.Voice__asmr-feed::before {
  background: url("/static/img/voice/good_outline.svg") no-repeat 50% 50%/100% auto;
  opacity: 0.5;
  mix-blend-mode: difference;
}
.Voice__asmr-feed::after {
  content: "いいね!";
  font-size: 0.75em;
}
.Voice__asmr-playbtn {
  position: relative;
  z-index: 4;
  background: url("/static/img/voice/play_btn.svg") no-repeat 50% 50%/90% auto;
  width: 44px;
}
.Voice__asmr-playbtn.playing {
  background-image: url("/static/img/voice/pause_btn.svg");
}
.Voice__asmr-goodbtn {
  position: relative;
  z-index: 4;
  background: url("/static/img/voice/good.svg") no-repeat scroll 50% 50%/86% auto;
  aspect-ratio: 1/1;
  width: 44px;
  opacity: 0.4;
  transition: all 0.25s ease-in-out;
  mix-blend-mode: difference;
}
.Voice__asmr-goodbtn.active {
  scale: 1;
  opacity: 1;
}
.Voice__asmr .mejs__container {
  background: transparent !important;
}
.Voice__asmr .mejs__controls {
  padding: 0 !important;
}
.Voice__asmr .mejs__controls:not([style*="display: none"]) {
  background: none;
}
.Voice__asmr .mejs__time-rail {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 25px !important;
}
.Voice__asmr .mejs__time-total {
  background: rgba(0, 0, 0, 0.1) !important;
  margin: 0.625rem 0 0;
}
.Voice__asmr .mejs__time-loaded {
  background: rgba(0, 0, 0, 0.2) !important;
}
.Voice__asmr .mejs__time-current {
  background: linear-gradient(90deg, #a38200, #b62a00) !important;
}
.Voice__asmr .mejs__time {
  display: none;
  color: white !important;
}
.Voice__asmr .mejs__time-buffering, .Voice__asmr .mejs__time-current, .Voice__asmr .mejs__time-float, .Voice__asmr .mejs__time-float-corner, .Voice__asmr .mejs__time-float-current, .Voice__asmr .mejs__time-hovered, .Voice__asmr .mejs__time-loaded, .Voice__asmr .mejs__time-marker, .Voice__asmr .mejs__time-total {
  height: 0.25rem;
}
.Voice__asmr .mejs__time-handle, .Voice__asmr .mejs__time-handle-content {
  top: -0.2rem;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .Gals-rank__information-ttl::before,
    .Gals-rank__information-ttl::after {
      margin: 0 20px;
    }
    .Gals-rank__information-rank-list-item {
      margin: 0 5px 5px 0;
    }
    .Gals-rank__information-rank-list-item:nth-of-type(3n) {
      margin: 0 0 5px 0;
    }
  }
}
/*# sourceMappingURL=index-voice.css.map */