@charset "UTF-8";
/* CSS Document */
/*VG---------------------*/
.area_wrapper_vg {
  width: 100%;
  margin: 4rem auto 4rem auto;
}
.vg_area .window_area {
  width: 100%;
  padding: 0 4% 0 4%;
}
.area_wrapper_vg .window_area {
  max-width: 1200px;
  margin: 0 auto 0px auto;
}
.window_base_vg .window_area { /*kioskのみ*/
  width: 80%;
  max-height: 96%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 10px #222;
  cursor: default
}
@media (max-width: 1300px) {
  .window_base_vg .window_area { /*kioskのみ*/
    width: 96%;
    max-height: 96%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 18px 10px #222;
    cursor: default
  }
}
.window_inner_vg { /*kioskのみ*/
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: auto;
  scrollbar-color: #000 #333;
  scrollbar-width: auto;
}
.b_close {
  margin: 1.5rem 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: auto;
  overflow: hidden;
  border-radius: 10px;
  ;
  box-shadow: 0px 0px 18px 10px #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: 2rem 2rem 1.5rem 2rem;
}
.vg_title {
  font-size: 2rem;
  font-family: "UniversNextPro-Cond";
  color: #fff;
  margin-bottom: 1rem
}
.vg_body {
  flex: 1 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0 auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: .075rem;
  color: #fff;
}
.vg_panel {
  display: flex;
  padding: 0 3rem
}
.vg_panel_left {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  width: 40%;
}
.tab_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 1rem 0;
  width: 180px;
  cursor: pointer;
  opacity: .4;
  transition: .3s
}
.tab_icon_upper {
  width: 80px;
  border-radius: 20px;
  overflow: hidden
}
.tab_icon_lower {
  align-self: center;
  margin: 1rem 0 0 0
}
.tab_icon_lower img {
  width: auto;
  height: 15px;
}
@media (max-width: 1200px) {
  .vg_panel {
    display: flex;
    padding: 0 1rem
  }
  .vg_panel_left {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width:40%;
  }
  .tab_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0rem 1rem 0rem;
    width: 40%;
    cursor: pointer;
    opacity: .4;
    transition: .3s;
	min-width: 90px
  }
  .tab_icon_upper {
	width: 60px;
    border-radius: 15px;

    overflow: hidden
  }
  .tab_icon_lower {
    align-self: center;
    margin: 1rem 0 0 0;
	

  }
  .tab_icon_lower img {
    width: auto;
    height: 15px;
  }
}
.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 {
  flex: 1 0;
  display: none;
  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: 1rem 0;
  width: 80%;
}
.volume-control {
  text-align: center;
  width: 100%;
}
.volume-control-t {
  font-family: "UniversNextPro-Cond";
  font-size: 1.6rem;
  color: #fff;
  opacity: .4;
  margin: 0 1rem
}
/* カスタマイズしたスライダー */
.global-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  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: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0px 0px 10px 6px #000;
}
.btn_area {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 1rem 0rem 0rem 0rem;
  width: 90%;
}
.audio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0rem .5rem 2rem .5rem;
  width: 140px;
}
.btn_area_col {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1;
}
.btn_txt {
  align-self: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: .075rem;
  color: #fff;
  font-size: 0.9rem;
  margin: 1rem 0 0 0;
	white-space: nowrap
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.blinking {
  animation: blink 1s infinite;
}
.play-btn {
  width: 54px;
  height: 54px;
  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: 36px 36px;
  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: 40px 40px;
}
.color_R2 {
  background-color: #003be3;
}
.color_DV {
  background-color: #A70000;
}
.color_GG {
  background-color: #096400;
}
.color_ML {
  background-color: #A35100;
}
@media (max-width: 1200px) {
  .play-btn {
    width: 46px;
    height: 46px;
    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;
  }
  .btn_area {
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    align-items: center;
    justify-content: center;
    margin: 1rem 0rem 0rem 0rem;
    width: 90%;
  }
  .btn_area_col {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1;
  }
  .audio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0rem .5rem 2rem .5rem;
    width: 140px;
  }
  .btn_txt {
    align-self: center;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: .075rem;
    color: #fff;
    font-size: 0.8rem;
    margin: 1rem 0 0 0
  }
}