@charset "UTF-8";
/* CSS Document */
/*VG---------------------*/
.area_wrapper_vg {
  width: 100%;
  margin: 3rem auto 3rem auto;
}
.vg_area .window_area {
  width: 100%;
}
.area_wrapper_vg .window_area {
  width: 100%;
}
.window_base_vg .window_area { /*kioskのみ*/
  display: flex;
  width: 100%;
  max-height: 90%;
  overflow: hidden;
  cursor: default
}
.window_inner_vg { /*kioskのみ*/
  display: flex;
  width: 100%;
  height: 100%;
  padding: .5rem;
  flex-direction: column;
  overflow: auto;
  scrollbar-color: #000 #333;
  scrollbar-width: auto;
}
.b_close {
  margin: 1rem auto .5rem auto;
  font-family: "UniversNextPro-Cond";
  font-size: 1.4rem;
  color: #999;
  cursor: pointer
}
.b_close:hover {
  color: #fff;
  text-decoration: underline
}
.vg_inner {
  width: 96%;
  margin: 0px auto 0px auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 6px #333;
}
.bg-01 {
  background: 
    url("../images/bg_logo_R2.svg") bottom center repeat-x, 
    url("../images/bg_R2.jpg") center center no-repeat;
  background-size: 850px auto, cover;
  animation: bglobo-01 10s linear infinite;
}
.bg-02 {
  background: 
    url("../images/bg_logo_DV.svg") bottom center repeat-x, 
    url("../images/bg_DV.jpg") center center no-repeat;
  background-size: 2000px auto, cover;
  animation: bglobo-02 24s linear infinite;
}
.bg-03 {
  background: 
    url("../images/bg_logo_GG.svg") bottom center repeat-x, 
    url("../images/bg_GG.jpg") center center no-repeat;
  background-size: 1000px auto, cover;
  animation: bglobo-03 10s linear infinite;
}
.bg-04 {
  background:
	  url("../images/bg_logo_ML.svg") bottom center repeat-x, 
    url("../images/bg_ML.jpg") center center no-repeat;
  background-size: 2500px auto, cover;
  animation: bglobo-04 30s linear infinite;
}
@keyframes bglobo-01 {
  0% {
    background-position: 0px bottom, center center;
  }

  100% {
    background-position: -850px bottom, center center;
  }
}
@keyframes bglobo-02 {
  0% {
    background-position: 0px bottom, center center;
  }

  100% {
    background-position: -2000px bottom, center center;
  }
}
@keyframes bglobo-02 {
  0% {
    background-position: 0px bottom, center center;
  }

  100% {
    background-position: -2000px bottom, center center;
  }
}
@keyframes bglobo-03 {
  0% {
    background-position: 0px bottom, center center;
  }

  100% {
    background-position: -1000px bottom, center center;
  }
}
@keyframes bglobo-04 {
  0% {
    background-position: 0px bottom, center center;
  }

  100% {
    background-position: -2500px bottom, center center;
  }
}
.vg_upper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem .25rem 1rem .25rem;
}
.vg_title {
  font-size: 1.5rem;
  font-family: "UniversNextPro-Cond";
  color: #fff;
  margin-bottom: .5rem
}
.vg_body {
  flex: 1 0;
  text-align: center;
  font-size: .8rem;
  line-height: 1.4rem;
  margin: 0 auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	
  color: #fff;
}
.vg_panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 .5rem
}
.vg_panel_left {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
}
.tab_icon {
  width: 45%;
  display: flex;
  align-items: center;
  padding: .5rem 0;
  cursor: pointer;
  opacity: .4;
  transition: .3s
}
.tab_icon_upper {
  width: 30%;
  border-radius: 15%;
  margin: 0 1rem 0 0;
  overflow: hidden
}
.tab_icon_lower {
  flex: 1 0;
  height: 12px;
  display: flex;
  align-items: center;
}
.tab_icon_lower img {
  height: 100%;
  width: auto
}
.tab_icon:hover, .tab_icon.av {
  opacity: 1
}
.tab_icon.vg_icon_R2:hover .tab_icon_upper, .tab_icon.vg_icon_R2.av .tab_icon_upper {
  box-shadow: 0px 0px 10px 6px #005FFF;
}
.tab_icon.vg_icon_DV:hover .tab_icon_upper, .tab_icon.vg_icon_DV.av .tab_icon_upper {
  box-shadow: 0px 0px 10px 6px #FF3A00;
}
.tab_icon.vg_icon_GG:hover .tab_icon_upper, .tab_icon.vg_icon_GG.av .tab_icon_upper {
  box-shadow: 0px 0px 10px 6px #00E13E;
}
.tab_icon.vg_icon_ML:hover .tab_icon_upper, .tab_icon.vg_icon_ML.av .tab_icon_upper {
  box-shadow: 0px 0px 10px 6px #EA9700;
  ;
}
.vg_panel_right {
  width: 90%;
  margin-top: .5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vg_panel_right.app_tab {
  display: flex
}
.volume-control-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 100%;
}
.volume-control {
  text-align: center;
  width: 100%;
}
.volume-control-t {
  font-family: "UniversNextPro-Cond";
  font-size: 1rem;
  color: #fff;
  opacity: .5;
  margin: 0 .5rem
}
/* カスタマイズしたスライダー */
.global-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #000;
  border-radius: 5px;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
}
.global-volume:hover {
  opacity: 1;
}
.global-volume.color_R2::-webkit-slider-thumb {
  background-color: #003be3;
}
.global-volume.color_DV::-webkit-slider-thumb {
  background-color: #A70000;
}
.global-volume.color_GG::-webkit-slider-thumb {
  background-color: #096400;
}
.global-volume.color_ML::-webkit-slider-thumb {
  background-color: #A35100;
}
.global-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0px 0px 10px 6px #000;
}
.btn_area {
  display: flex;
  flex-direction: column;
  margin: 0rem 0rem .5rem 0rem;
  width: 100%;
}
.btn_area_col {
  display: flex;
  width: 100%;
}
.audio-item {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0rem .5rem 1rem .5rem;
}
.btn_txt {
  align-self: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
  white-space: nowrap;
  font-size: 0.8rem;
  margin: .5rem 0 0 0
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.blinking {
  animation: blink 1s infinite;
}
.play-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/bt_arr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  border-radius: 20%;
  box-shadow: 0px 0px 10px 6px #000;
  cursor: pointer;
  position: relative;
  opacity: .4;
 transition: opacity .3s;
}
/*
.play-btn:hover {
  opacity: 1;
}
*/

.playing .play-btn {
  display: block;
  background-image: url("../images/bt_stop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
.color_R2 {
  background-color: #003be3;
}
.color_DV {
  background-color: #A70000;
}
.color_GG {
  background-color: #096400;
}
.color_ML {
  background-color: #A35100;
}
