@charset "UTF-8";
/* CSS Document */

/* contents */
#marugoto_letsdance {
  width: 100%;
  background: #FFFFFF;
}
#marugoto_letsdance .pc {
  display: none !important;
}
#marugoto_letsdance img {
  border: 0;
  margin: 0;
  vertical-align: top;
  display: block;
}
#marugoto_letsdance h1,
#marugoto_letsdance h2,
#marugoto_letsdance h3 {
  margin: 0;
  padding: 0;
}
#marugoto_letsdance .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#marugoto_letsdance .movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  margin-top: 1em;
  margin-bottom: 1em;
}
#marugoto_letsdance .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}