.bar {
    border: 1px solid rgba(0,0,0);
    height: 8px;
    transition: 1000ms;
    width: 100%;
}

.bodying{
  overflow: hidden
}

#tru-bar {
    background: linear-gradient(0.25turn,#326800,#abff5d);
}

#joy-bar {
    background: linear-gradient(0.25turn,#007566,#84FFEF);
}

#pop-bar {
    background: linear-gradient(0.25turn,#650075,#ff88ed);
}

#for-bar {
    background: linear-gradient(0.25turn,#3d0000,#fd5252);
}

#eco-bar {
    background: linear-gradient(0.25turn,#636b00,#f5ff70);
}

.frame {
    border: 3px solid rgba(0,0,0);
    margin: 0 auto;
    width: 80%;
    background-color: rgba(40,40,40,0.6);
    display: flex;
    padding: 3px 3px;
}

.info{
    text-align: center;
    background-color: gray;
    font-size: 14px;
    margin: 0 0;
    width: 150px;
    margin-left: 120.5px;
    border: 2px solid black;
    font-family: 'IM Fell DW Pica SC', serif;
}

.senter{
    display: flex;
    justify-content: space-around;
}

.info_action{
    display: none;
    text-align: center;
    background-color: gray;
    font-size: 14px;
    margin-top: 1px;
    width: 146px;
    border: 2px solid black;
    font-family: 'IM Fell DW Pica SC', serif;
}

.box{
    text-align: center;
    background-color: gray;
    font-size: 15px;
    margin: 0 0;
    width: 105px;
    height: 12px;
    font-size: 10px;
    margin-left: 120.5px;
    border: 2px solid black;
    border-left: 25px solid black;
    border-right: 25px solid black;
    font: 'Century';
}

img{
    width: 120px;
    /*width:130px;   =>   大きくなった時の大きさ*/
    margin-top: 10px;
}

.actions{
    font-family: arial;
    font-size: 24px;
    margin: 25px;
    margin-bottom: 5px;
    position: relative;
    border: 3px dashed rgb(70,70,70);
    background-color: rgba(255,255,255,0.4);
}

body {
   background-image:url("./Img/other/BackImg.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   background-color: black;
}

.status{
    margin: 4px;
}

.stas{
    margin: 10px;
    height: 318px;
    background-color: rgba(255,255, 255,0.4);
    border: 2px dashed black;
    position: relative;
}

#talk{
  height: 100px;
  overflow: scroll;
  font-size: 1.5vw;
  color: white;
  text-shadow: 2px 2px 4px #b8ffff;
}

#talk::-webkit-scrollbar{
  display: none;
}

#Log{
  overflow: scroll;
  font-size: 1.5vw;
  color: white;
  text-shadow: 2px 2px 4px #b8ffff;
  margin: 4px;
  height: 305px;
  background-color: rgba(25,25, 25,0.4);
  border: 2px solid black;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

.bilding{
  float: left;
  width: 75px;
  margin-left: 10px;
  margin-top: 10px;
  border: 2px solid wheat;
}

#Log::-webkit-scrollbar{
  display: none;
}

#talking{
    font-size: 20px;
    margin: 2px;
    height: 100px;
    background-color: rgba(25,25, 25,0.4);
    border: 2px solid black;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

.buttons>picture>img{
    /*大きくなったサイズ 65×65px*/
    width: 55px;
    height: 55px;
}

.buttons{
    display: flex;
    justify-content: space-around;
    border: 2px solid aqua;
    background-color: rgba(100, 255, 140, 0.6);
    width: 100%;
    margin-top: 5px;
}

.bild{
    display: none;
    border: 2px solid black;
    background-color: rgba(250,50,50,0.4);
    position: absolute;
    right: 30px;
    bottom: 35px;
    height: 295px;
    width: 1220px;
    overflow:scroll;
}

.bild>picture>img{
    margin-right: 10px;
    margin-left: 10px;
    width: 85px;
    height: 85px;
}

.bild::-webkit-scrollbar{
    display: none;
}


#talking>p{
    margin: 0px;
    width: 100%;
}

@keyframes configure-clockwise {
    0% {
      transform: rotate(0);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes configure-xclockwise {
    0% {
      transform: rotate(45deg);
    }
    25% {
      transform: rotate(-45deg);
    }
    50% {
      transform: rotate(-135deg);
    }
    75% {
      transform: rotate(-225deg);
    }
    100% {
      transform: rotate(-315deg);
    }
  }

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.fade-in{
  animation: fadeIn 2s;
  opacity: 1; 
}

  .Lode{
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: rgb(30, 0, 40);
    width: 120vw;
    height: 120vh;
    z-index: 4;
  }

  .spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    right: 0vw;
    bottom: 0.5vh;  
}

.configure-border-1 {
    width: 115px;
    height: 115px;
    padding: 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fb5b53;
    animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
  }

  .configure-border-2 {
    width: 115px;
    height: 115px;
    padding: 3px;
    left: -115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(63,249,220);
    transform: rotate(45deg);
    animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
  }

  .configure-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
  }

  .Lode_text{
    position: absolute;
    right: 2vw;
    bottom: -2vh;
    font-size: 40px;
    color: aqua;
    font-family: 'Alegreya Sans SC', sans-serif;
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

.fade-out {
    animation: fadeOut 2s;
    opacity: 0;
  }

.txtT{
    color: #abff5d;
    text-shadow: 2px 2px 4px #326800;
}

.txtJ{
  color: #84FFEF;
  text-shadow: 2px 2px 4px #007566;
}

.txtP{
  color: #ff88ed;
  text-shadow: 2px 2px 4px #650075;
}

.txtF{
  color: #fd5252;
  text-shadow: 2px 2px 4px #3d0000;
}

.txtE{
  color: #f5ff70;
  text-shadow: 2px 2px 4px #636b00;
}

.txtO{
  color: #b3ffed;
  text-shadow: 2px 2px 4px #08ffc5;
}

.txtI{
  color: #9fffc4;
  text-shadow: 2px 2px 4px #646464;
}




@keyframes UD {
  0% {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  30% {
    margin-top: 2px;
    margin-bottom: 8.1px;
  }
  100% {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.UDani{
  animation: UD 1.5s;
}