body {
  background-color: black;
}
.Ehon_ALL {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  text-align: center;
}
.Ehon_PageALL {
  display: inline-block;
  overflow: auto;
  z-index: 50;
}
.Ehon_BookALL {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Ehon_PageCorLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  font-size: 20px;
  color: white;
  overflow: hidden;
  z-index: 50;
  transform: scale(1.5, 10.0);
  margin: 2px;
}
.Ehon_PageALL_Transform {
  display: flex;
  transform-origin: left top;
}
.Ehon_PageALL_01 {
  display: inline-block;
  position: relative;
}
.Ehon_PageALL_01_2 {
  display: inline-block;
  position: relative;
}
.Ehon_Page_01_Image {
  display: inline-block;
  z-index: 1;
  transform-origin: left top;
}
.Ehon_Selecter_ALL {
  display: inline-block;
  width: 520px;
  height: 100px;
  z-index: 101;
}
.Ehon_Selecter_Btn {
  width: auto;
  margin: auto;
}
.Ehon_Selecter_Sound {
  display: flex;
  width: auto;
  margin: auto;
}
.Sel_PageNo01 {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 2px;
  text-align: center;
}
.Sound_Button_01 {
  position: absolute;
  left: 5px;
  bottom: 10px;
  z-index: 51;
  transform: scale(1.2);
}
.Sound_Button_02 {
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 51;
  transform: scale(1.2);
}
.Sound_Button_ALLPlay {
  position: absolute;
  left: 8%;
  bottom: 10%;
  z-index: 51;
  transform: scale(0.7);
}
.BtnSet_01 {
  display: inline-block;
  width: 23px;
  height: 10px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  font-size: 70%;
  color: #fff;
  background: #ff8c00;
  border-bottom: 4px solid #ff7c00;
  border-radius: 4px;
  z-index: 101;
  margin-right: 2px;
}
.BtnSet_01:hover {
  cursor: pointer;
  text-decoration: none;
  background: #ff7c00;
  transform: translate3d(0, 4px, 0);
  border-bottom: none;
}
.BtnSet_02 {
  display: inline-block;
  width: 35px;
  height: 10px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  font-size: 70%;
  color: #fff;
  background: #ff8c00;
  border-bottom: 4px solid #ff7c00;
  border-radius: 4px;
  z-index: 101;
  margin-right: 2px;
}
.BtnSet_02:hover {
  cursor: pointer;
  text-decoration: none;
  background: #ff7c00;
  transform: translate3d(0, 4px, 0);
  border-bottom: none;
}