@charset "UTF-8";

/* ========================================
  common
======================================== */
html,
body {
	height: 100%;
}

.l-main {
	padding-top: 10%;
	/*margin-bottom: -40px;*/
  background: url(../images/movie/header_bg_sp.png) no-repeat 0 0;
  background-size: 63.466666% auto; /* 476 / 750 * 100 */
	padding-bottom: 0 !important;
}

@media screen and (min-width: 760px) {
  .l-main {
    background: url(../images/movie/header_bg_pc.png) no-repeat 0 0;
    background-size: 49.635416% auto; /* 953 / 1920 * 100 */
		height: 100%;
  }
}

@media screen and (min-width: 760px) {
	.l-box {
		width: 100%;
		height: 100%;
		max-width: 1280px;
		margin: 0 auto;
		font-size: 0;
	}
	.l-box img {
		width: 100%;
	}
}

.p-header__title {
	width: 37.2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.66666%;
}
.p-movie-wrap {
	padding-top: 10%;
	padding-bottom: 14%;
	background-image: url(../images/movie/movie_line.png), url(../images/movie/contents_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: left top;
	background-size: 100% auto, 19.73333% auto;
}
.p-movie-box {
	position: relative;
	width: 98.13333%;
	margin: 0 auto;
  background-image: url(../images/movie/movie_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
	box-sizing: border-box;
}
.p-movie-thumb {
	padding: 5.29891% 4.89130% 4.75543% 4.89130%; /*39/736*100*//*36/736*100*//*35/736*100*/
}
.p-movie-thumb__frame-wrap {
	border: #fff 3px solid;
	border-radius: 10px;
	overflow: hidden;
}
.p-movie-thumb__frame {
	position: relative;
	/*padding-top: 56.422018%;408/724*100*/
	padding-top: 56.25%;
}
.p-movie-thumb__frame img,
.p-movie-thumb__frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-footer {
	margin-top: -5%;
}

@media screen and (min-width: 760px) {
	.l-main {
		padding-top: 55px;
	}
	.p-header__title {
		width: 14.53125%;
		max-width: 279px;
		margin-bottom: 60px;
	}
  .p-movie-wrap {
		padding-top: 55px;
		padding-bottom: 100px;
		background-repeat: repeat-x, repeat;
		background-size: 39.0625% auto, 7.70833% auto;
  }
  .p-movie-inner {
		position: relative;
		max-width: 1280px;
		height: 100%;
		margin: 0 auto;
  }
	.p-movie-box {
		width: 63.75%;
	}
	.p-movie-thumb {
		padding: 5.39215% 5.02450%; /*44/816*100*//*41/736*100*/
	}
	.p-movie-thumb__frame-wrap {
		border: #fff 5px solid;
		border-radius: 20px;
		overflow: hidden;
	}

	.l-footer {
		margin-top: -50px;
	}
	.l-footer.is-fixed,
	.l-footer.is-bottom {
		position: static;
	}

	/* is-tablet */
	.is-tablet .l-wrapper,
	.is-tablet .l-main {
		height: 100%;
	}
	.is-tablet .l-main {
		padding-top: 8%;
	}
	.is-tablet .p-header__title {
		margin-bottom: 8%;
	}
	.is-tablet .p-movie-wrap {
		height: 100%;
		padding-top: 8%;
	}
	.is-tablet .p-movie-inner {
		max-width: 700px;
	}
	.is-tablet .l-footer {
		position: fixed;
	}
}
