body {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
/*** header *****/
#header {
	width: 960px;
	margin: 2px auto 13px;
	vertical-align: middle;
}
#headerLogo {
	width: 189px;
	height: 50px;
	background-size: auto 100%;
	margin-left: -4px;
	margin-right: 90px;
	margin-top: 0;
}
#telephone {
	width: 474px;
	height: 37px;
	background-size: auto 100%;
	margin-top: 7px;
}
#headerLink {
	width: 200px;
	height: 50px;
	background-size: auto 100%;
	margin-left: 11px;
}
/*** contents *****/
#contents {
	width: 100%;
	min-width: 960px;
	font-size: 16px
}
/*** navi *****/
#navi {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
}
#navi div {
	background-size: 100%;
	text-align: center;
}
#navi_ttl001 {
	margin: 29px auto 30px;
	text-align: center;
}
#navi_ttl002 {
	margin: 0 auto;
	text-align: center;
}
#navi_btn {
	overflow: hidden;
	margin: 68px auto 136px;
}
#navi_btn ul {
	list-style: none;
	text-align: center;
}
#navi_btn ul li {
	display: inline-block;
	width: 290px;
	margin-right: 45px;
}
#navi_btn ul li img {
	width: 100%;
}
#navi_btn ul li:last-child {
	margin-right: 0;
}
/*************************
	パラ fromt*************************/

#contents {
	margin: 0 auto;
}
#anchor {
	background: white;
}
#front {
	/*display: none;*/
	background: transparent;
}
.block {
	width: 100%;
	margin: 0 auto 30px;
	/*background: pink;*/
	position: relative;
}
/*allow*/
.allow {
	width: 100%;
	height: 140px;
	position: relative;
	margin-top: 120px;
}
.allow.min {
	width: 100%;
	height: 230px;
	position: relative;
	margin-top: 115px;
}
.allow div {
	width: 90px;
	height: 46px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	background-image: url(/takuhaimeiji/drama/images/movie_icon_arrow.png);
	background-size: 100%;
}
/*ひし形のやつ*/
.rhombus {
	width: 100%;
	/*height:905px;*/
	height: 975px;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	background-color: #eeeecc;
	position: absolute;
	z-index: -1;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
}
.rhombus.soon {
	box-shadow: 0 25px 50px -25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 25px 50px -25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 25px 50px -25px rgba(0,0,0,0.2);
}
.rhombus.end {
	height: 930px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#block1 .rhombus {
	background: #faf5ee;
	height: 1015px;
}
#block2 .rhombus {
	background: #eef6fa;
	height: 1015px;
}
#block3 .rhombus {
	background: #f6faee;
	margin-top: -65px;
	height: 780px;
}
#block4 {
	margin-top: 280px;
}
#block4 .rhombus {
	/*background:#dff3f3;
		background:#ffffff;*/
	background: none;
}
/*メッセージ*/
.message {
	margin: 0 auto;
}
.messageWapper {
	width: 100%;
	text-align: center;
	padding: 17px 0 0px;
}
.movie_mtxt {
	width: 100%;
	text-align: center;
	line-height: 50px;
}
#movie_mttl_a001 {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 80px;
}
#movie_mttl_a002 {
	margin-top: 44px;
	margin-bottom: 21px;
	text-align: center;
}
#movie_mttl_b001 {
	text-align: center;
	padding-top: 80px;
	/*margin:74px auto 40px;*/
	margin: 40px auto 40px;
}
#movie_mttl_b002 {
	text-align: center;
	margin: 50px auto 33px;
}
/*埋め込み動画*/
.movie {
	width: 960px;
	margin: 0 auto;
}
.movie div {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* about */
#about {
	width: 960px;
	background-color: white;
	margin: 0 auto 210px;
	border: 1px solid #000;
}
#aboutUnderLine {
	width: 100%;
	border-top: solid black 1px;
	margin: 20px auto 50px;
}
#aboutContents {
	height: 60%;
	margin-top: 20px;
	width: 860px;
	margin: 0 auto;
}
#aboutContents img {
	float: left;
	padding-right: 25px;
}
#movie_ttl003 {
	width: 270px;
	height: 35px;
}
#movie_ttl004 {
	width: 500px;
	height: 60px;
}
#movie_img001 {
	width: 305px;
	height: 216px;
}
#movie_btn_takuhai002 {
	width: 860px;
	display: block;
	margin: 50px auto;
	clear: both;
}
#movie_txt_001 p {
	line-height: 160%;
	float: left;
	width: 529px;
	font-size: 15px;
}
/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/*************************
	パラ back *************************/

#background {
	top: 0;
	margin: 0 auto;
	position: fixed;
	z-index: -10;
}
.img {
	/*min-width: 1024px;*/
	min-width: 960px;
	width: 100%;
	min-height: 4800px;
	margin: 0 auto;
}
#img1 {
	background-image: url(/takuhaimeiji/drama/images/background001.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	/*background-repeat: repeat-y;*/
	position: fixed;
}
#img2 {
	background-image: url(/takuhaimeiji/drama/images/background002.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	/*background-repeat: repeat-y;*/
	position: fixed;
}
#block3 {
	text-align: center;
	padding-top: 60px;
}
.sp {
	display: none!important;
}
.footerTxt_out {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
.sp-only {
	display: none!important;
}
.tab-only {
	display: none!important;
}
#footer-nav {
	display: none;
}