@charset "UTF-8";

/*===================================================================
	feature.html
===================================================================*/
.youtube-movie {
	margin: auto;
}
@media screen and (max-width:767px) {
	.youtube-movie {
		display: inline !important;
	}
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#feature_1_top,#feature_2_top,#feature_3_top,#feature_4_top {
  margin-top:-140px;
  padding-top:140px;
}
span.price2 {
    width: auto;
    display: inline-block;
    padding-right: .5em;
    margin-top: 0!important;
}

@media screen and (max-width:767px) {
.mtop10  { margin-top:10px !important; }
.mtop13  { margin-top:13px !important; }
.mtop15  { margin-top:15px !important; }
.mtop18  { margin-top:18px !important; }
.mtop20  { margin-top:20px !important; }
.mtop25  { margin-top:25px !important; }
.mtop30  { margin-top:30px !important; }
.mtop35  { margin-top:35px !important; }
.mtop40  { margin-top:40px !important; }
.mtop45  { margin-top:45px !important; }
.mtop50  { margin-top:50px !important; }
.mtop55  { margin-top:55px !important; }
.mtop60  { margin-top:60px !important; }
.mtop65  { margin-top:65px !important; }
.mtop70  { margin-top:70px !important; }
.mtop75  { margin-top:75px !important; }
.mtop80  { margin-top:80px !important; }
.mtop85  { margin-top:85px !important; }
.mtop90  { margin-top:90px !important; }
.mtop95  { margin-top:95px !important; }
.mtop100 { margin-top:100px !important; }
}

.youtube-movie {
    position: relative;
}
.youtube-movie p.dammy {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 100%;
    background: #00000054;
    color: #f00;
    margin: auto;
    bottom: 0;
    right: 0;
    font-size: 60px!important;
    line-height: 5;
}
@media screen and (max-width: 767px) {
	.youtube-movie p.dammy {
	    width: 100%;
	}
}
