@charset "UTF-8";

/**/
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/**/

.fukutoku-contents{
	width: 98%;
}

.price {
	position: relative;
}

.kakaku {
    position: absolute;
    top: 3%;
    left: 65%;
	z-index: 100;
}


.at {
  position: relative;
}
.mov {
  position: absolute;
}
.embed-container {
  position: relative;
  top: 16.5%;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
