@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@font-face {
  font-family: "LatoLight";
  src: url(/config/font/Lato-Light.ttf);
}
@font-face {
  font-family: "HGS";
  src: url(/config/font/HGRME.TTC);
}

:root {
  --primary: #ebc908;
  --primary-text: #1a1a1a;
  --secondary: #ff1dec;
  --secondary-text: #ffffff;
  --button-bg: #fc9a2a;
  --accent: #505050;
  --accent-text: #ffffff;
}
body {
  font-family: LatoLight, rodin-light, ms gothic, ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro, osaka, sans-serif;
}
#clip0 rect {
  line-height: 1;
}
.progress-bar-container {
  /* position: fixed; */
  /* top: 100px; */
  height: 5px;
  width: 100%;
  z-index: 10;
  border: #ffffff solid 1px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.progress-bar-container div {
  height: 100%;
  background-color: rgb(0, 255, 255) !important;
  opacity: 0.7;
}

body {
  margin: 0;
  font: bold 1em "Fira Sans", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #ffffff;
  /* text-decoration: none; */
}

@keyframes gradation {
  0%,
  100% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
}

@media screen and (min-width: 959px) {
  .tablet {
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .sp {
    display: none;
  }
}
.alcheck {
  color: #fff;
  font-size: 1rem;
  font: bold 1em "Fira Sans", serif;
  width: 100%;
  border-radius: 10px;
  padding: 1rem 0;
  margin: 0 0 1rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2),
    rgba(255, 255, 255, 0.2),
    rgba(0, 0, 0, 0.2),
    rgba(255, 255, 255, 0.2)
  );
  background-size: 0.2rem;
  animation: gradation 10.4s ease-in infinite;
  /* background-color: #fff; */
  font-size: 1rem;
  font-weight: 900;
  /* background: linear-gradient(to right, #e66465, #9198e5, #4ed, yellow); */
  background-size: 700% 700%;
}
.bgtrans {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}
.bgtrans::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.bgtrans li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: anime 27s linear 0s infinite;
  animation: anime 27s linear 0s infinite;
}
.bgtrans li:nth-child(1) {
  background-image: url(/config/images/bgs/bg01.jpg); /* 背景画像を入力して下さい */
}
.bgtrans li:nth-child(2) {
  background-image: url(/config/images/bgs/bg02.jpg);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.bgtrans li:nth-child(3) {
  background-image: url(/config/images/bgs/bg03.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.bgtrans li:nth-child(4) {
  background-image: url(/config/images/bgs/bg04.jpg);
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.bgtrans li:nth-child(5) {
  background-image: url(/config/images/bgs/bg05.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.bgtrans li:nth-child(6) {
  background-image: url(/config/images/bgs/bg06.jpg);
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.bgtrans li:nth-child(7) {
  background-image: url(/config/images/bgs/bg07.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.bgtrans li:nth-child(8) {
  background-image: url(/config/images/bgs/bg08.jpg);
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}
.bgtrans li:nth-child(9) {
  background-image: url(/config/images/bgs/bg09.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.bgtrans li:nth-child(10) {
  background-image: url(/config/images/bgs/bg10.jpg);
  -webkit-animation-delay: 27s;
  animation-delay: 27s;
}
@-webkit-keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    transform: scale(1.1);
    opacity: 1;
  }
  40% {
    transform: scale(1.2);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes mintanime {
  0% {
    -webkit-animation-timing-function: ease-in;
  }
  10% {
    -webkit-transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scale(1.3);
  }
  100% {
  }
}
@keyframes mintanime {
  0% {
    animation-timing-function: ease-in;
  }
  10% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1.2);
    animation-timing-function: ease-out;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
  }
}

label {
  width: 82px;
  height: 42px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}

input:checked + label {
  background-color: rgba(255, 255, 255, 0.8);
}

label::after {
  content: "EN";
  font-family: DelaGothicOne;
  text-align: center;
  color: #333;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  background-image: url("/config/images/moge.jpg") !important;
  opacity: 0.8;
  background-size: contain !important;
  vertical-align: middle;
  border: solid rgba(255, 255, 255, 0.5) 2px;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.7);
  transition: 0.4s;
  cursor: pointer;
}

input:checked + label::after {
  content: "JP";
  left: 40px;
}

@-webkit-keyframes disappear {
  0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes disappear {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes appear {
  0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scroll {
  opacity: 0;
}
.act {
  -webkit-animation: appear 2s forwards;
  animation: appear 2s forwards;
}

/* コンテナのスタイル */
.audio-container {
  width: 300px;
  margin: 20px auto;
}

/* オーディオプレーヤーのスタイル */
audio {
  width: 100%;
}

/* シーカーのスタイル */
input[type="range"] {
  width: 100%;
  height: 0.2rem;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  outline: none;
  margin: 5px 0;
}

/* シーカーのトラックのスタイル */
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/* シーカーのサムのスタイル */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  cursor: pointer;
}

/* シーカーの値をホバーした際のツールチップスタイル */
input[type="range"]::-webkit-slider-thumb::before {
  content: attr(data-value);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
