body{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FAF4E4;
    margin: 0;
    text-align: center;
    color: #72504c;
}
.show768{
display: none;
}
.none{
  display:none;
}
.btn--deepblue,
a.btn--deepblue {
  color: #fff;
  background-color: #00345C;
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
.btn--deepblue:hover,
a.btn--deepblue:hover {
  background: #004981;
}
header .maintitle{
  padding: 0 0% 0 10px;
}
.onlyplay_triger p{
  margin-top: 5px;
}
/* 言語切り替えボタン */
.langbutton1 {
	display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #004981;
  color: #fff;
  border-radius: 5px;
  width: 48%;
  text-decoration: none;
}
.langbutton2 {
	display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  color: #004981;
  border: solid 1px #004981;
  border-radius: 5px;
  width: 48%;
  text-decoration: none;
}
.langint{
width:200px;
padding-right: 1%;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}

.playingimg{
  margin: auto;
  max-width: 300px;
}
.card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#playing{
  margin-bottom: 1rem;
  line-height: 1.3;
}
.playarea.flexbox{
  justify-content: center;
  align-items: center;
}
.playicon{
  margin: 5px;
  padding: 5px;
  /* border: 1px #ccc solid; */
  background: #00345C;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.playicon:hover{
  background: #00467c;
}
.playpausebtn{
  width: 80px;
  height: 80px;
  background: #e36e21;
  color: #fff;
}
.playpausebtn:hover{
  width: 80px;
  height: 80px;
  background: #f57f31;
  color: #fff;
}
.playicon.grayout,.playicon.grayout:hover{
  background: #aaa;
  cursor:inherit;
}
.shufflebtn{
  display: initial;
  padding: 10px 30px;
  border-radius: 30px;
}
.displaynone{
  display: none!important;
}
.fonts{
  font-size: 0.8rem;
}
.onlyplay_triger{
  cursor: pointer;
}

.playicon_thumb{
  position: relative;
}
.playicon_thumb::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  content: '\f144';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  color: #00345c;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  border-radius: 10px;
  border-radius: 999px;
  background-color: #ffffff;
  z-index: 60;
}
.playicon_thumb.now_play::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  content: '\f028';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  color: #00345c;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 10px;
  border-radius: 999px;
  background-color: #ffffff;
  z-index: 60;
}
.playicon_thumb.aaa::after{
  content: "";
  background: rgba(80, 80, 80, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  img.fade:hover {
    opacity: 0.7 ;
  }
}

#archive_sound{
  margin-top: 20px; 
}
@media screen and (max-width: 768px) {
  .show768{
    display: block;
    }
}
@media screen and (max-width: 640px) {
  .onlyplay_triger p{
    font-size: 0.8rem;
    margin-top: 5px;
  }
  .playingimg{
    max-width: 230px;
  }
  .playicon_thumb::before{
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 16px;
      content: '\f144';
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 20px;
      height: 20px;
      color: #00345c;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      text-align: center;
      line-height: 20px;
      border-radius: 10px;
      border-radius: 999px;
      background-color: #ffffff;
      z-index: 60;
}
.playicon_thumb.now_play::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: '\f028';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #00345c;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  border-radius: 999px;
  background-color: #ffffff;
  z-index: 60;
}
  .onlyplay_triger p{
    font-size: 0.8rem;
  }
  .langint{
    width:100px;
    flex-wrap: wrap;
    gap: 6px 4px; 
    }
  .langbutton1 {
    font-size: 0.8rem;
    width: 100%;
  }
  .langbutton2 {
    font-size: 0.8rem;
    width: 100%;
  }
  .flexbox .col4{
    width: 33%;
  }
}