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

/*----------------------------------------------------------------------------------------*/
.Youtube__item-creator, .Youtube__ttl {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*----------------------------------------------------------------------------------------*/
.Youtube__container {
  overflow-x: hidden;
  min-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Youtube__container {
    padding-top: 122px;
  }
}
@media screen and (min-width: 1201px) {
  .Youtube__container {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .Youtube__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;
}

/*----------------------------------------------------------------------------------------*/
.Youtube__item-creator, .Youtube__ttl {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*----------------------------------------------------------------------------------------*/
.Youtube__container {
  overflow-x: hidden;
  min-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Youtube__container {
    padding-top: 122px;
  }
}
@media screen and (min-width: 1201px) {
  .Youtube__container {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .Youtube__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);
}

.Youtube__ttl {
  width: 100%;
  padding: 3px 0 3px 10px;
  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;
  background: #333;
  font-size: 22px;
  color: #fff;
}
.Youtube__ttl span {
  display: block;
  background-image: linear-gradient(90deg, #fff 20%, #fda6ef 30%, #8cffc0 36%, #4db7d1 45%, #fff 54%, #ffeb36 63%, #ff9a48 70%, #fff 80%);
  background-size: 500%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textGradient 8s normal cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@media screen and (min-width: 768px) {
  .Youtube__ttl span {
    text-align: center;
  }
}
.Youtube__ttl small {
  display: inline;
  margin-left: 5px;
  font-size: 70%;
}
.Youtube__detail {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .Youtube__detail {
    margin: 0 auto 60px;
  }
}
.Youtube__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.Youtube__item {
  border: 2px solid #cc9900;
  background: linear-gradient(135deg, #fff8dc 0%, #ffffff 80%);
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .Youtube__item {
    width: calc((100% - 1rem) / 2);
  }
}
.Youtube__item-creator {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  width: 100%;
  padding: 4px 0 0;
  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;
  background: #333;
  color: #fff;
}
.Youtube__item-creator span {
  display: block;
  background-image: linear-gradient(90deg, #fff 20%, #fda6ef 30%, #8cffc0 36%, #4db7d1 45%, #fff 54%, #ffeb36 63%, #ff9a48 70%, #fff 80%);
  background-size: 500%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textGradient 8s normal cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@media screen and (min-width: 768px) {
  .Youtube__item-creator span {
    text-align: center;
  }
}
.Youtube__item-ttl {
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .Youtube__item-ttl {
    font-size: 14px;
  }
}
.Youtube__item-date {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.Youtube__item-link {
  display: block;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  margin-bottom: 0.5rem;
}
.Youtube__item-link:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.Youtube__item-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/static/img/youtube/btn_sam.png") center/100% auto no-repeat;
  z-index: 10;
}
.Youtube__item-url {
  pointer-events: none;
  width: 120%;
  margin: 0 0 8px auto;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  height: 136px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  font-weight: bold;
  left: -10%;
  right: 10%;
  font-size: 80px;
  color: #fff;
  opacity: 0.2;
  margin: auto;
  transform: rotate(-20deg);
}
.Youtube__item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background: #333;
  border: 2px solid #cc9900;
}
.Youtube__item-thumb img {
  opacity: 0.4;
}
/*# sourceMappingURL=index-youtube.css.map */