@charset "UTF-8";
.Pla-contents900 {
  margin-bottom: 10px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.sd {
  position: relative;
}
.soundbutton {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 9%;
  left: 11.33%;
  cursor: pointer;
}


.mediPlayer {
	position: relative;
}
.mediPlayer svg {
	position:absolute;
	width: 60px;
  top: -110%;
  left: 11.33%;
	z-index:10;
}

.mediPlayer img {
	width: 100%;
}


/* add 20210312 */
@media screen and (max-width: 770px) {
  .button .mallLink {
    width: 100%;
    height: 10vw;
  }
  .large-button .button .mallLink {
    width: 70%;
    height: 26vw;
  }
}