@charset "UTF-8";

/* ------------------------
  common
------------------------ */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.iframe-wrapper:last-of-type{
  margin-bottom: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
	#secret .body02 .item .txt {
		margin:0 0px 20px 0px;
	}
}