@charset 'utf-8';


p#tagline2 {
	width: 100%;
	font-size: 85%;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 0;
}
p#tagline2 span{
	display: block;
	width: 500px;
	margin: 0 auto;
	padding-right: 460px;
	text-align: left;
}

/* moviePage Base
-------------------------------------------------- */

#moviePage {
	line-height: 1.5;
}
#moviePage #contentsArea img { width: 100%; }

/* header */
#moviePage #top {
	border-bottom: 2px solid #00adcd;
	margin-bottom: 40px;
}
#moviePage #top .logo {
	margin: 39px 0px 20px;
}

/* footer */
#moviePage #footerBtm {
	border: none;
	padding: 20px 0;
}

#moviePage #footerBox .new_wire {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: auto;
	padding: 15px 10px;
}
#moviePage #footerBox .new_wire p {
	padding: 0;
}

/* contents */
h1,p { padding: 0 10px; }

#moviePage #contentsArea h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 25px;
}
#moviePage #contentsArea h1 span {
	display: block;
	font-size: 18px;
}
#moviePage #contentsArea h1 span.sub {
	color: #00adcd;
	font-size: 12px;
	margin-top: 5px;
}
#moviePage #contentsArea h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 25px 0 15px;
}

.subText {
	font-size: 16px;
}

.mainMovie {
	margin-bottom: 50px;
}
.flowText {
	background: #e8fbff;
	margin-bottom: 50px;
}
.flowText div {
	text-align: left;
	padding: 30px 15px;
}
.flowText div ul {
	font-size: 18px;
	margin: 10px 0 15px;
}
.flowText div ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}

#moviePage #contentsArea a {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
}
#moviePage #contentsArea a:hover {
	opacity: .8;
}
#moviePage #contentsArea section.main a p {
	text-align: left;
}
#moviePage #contentsArea section.more {
	border-top: 1px solid #d0d0d0;
	padding-top: 15px;
}
#moviePage #contentsArea section.more a {
	width: 375px;
	height: 120px;
	background: url(/movie/img/movie_bnrSP.jpg) center no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	margin: auto;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.spOnly {
		display: none;
	}
	.subText {
		font-size: 18px;
	}
	#moviePage {
		line-height: 1.65;
	}
	#moviePage #top {
		margin-bottom: 70px;
	}
	#moviePage #footerBtm {
		padding: 30px 0 40px;
	}
	#moviePage #footerBtm .text span {
		display: block;
	}
	#moviePage #footerBox .new_wire {
		padding: 40px 0 50px;
	}
	#moviePage #footerBox .new_wire p.bosyu {
		margin: 0 0 0 40px !important;
	}
	#moviePage #contentsArea h1 {
		font-size: 30pt;
		margin-bottom: 40px;
	}
	#moviePage #contentsArea h1 span {
		font-size: 30px;
	}
	#moviePage #contentsArea h1 span.sub {
		font-size: 14px;
		margin-top: 10px;
	}
	#moviePage #contentsArea h1 + p {
		margin-bottom: 30px;
	}
	#moviePage #contentsArea h2 {
		font-size: 18px;
		padding: 30px 0 10px;
	}
	#moviePage #contentsArea .mainMovie {
		width: 700px;
		margin: 50px auto 80px;
	}
	#moviePage #contentsArea .flowText {
		margin: 0 auto 80px;
	}
	#moviePage #contentsArea .flowText div ul {
		font-size: 20px;
		margin: 10px 0;
	}
	#moviePage #contentsArea .flowText div {
		padding: 40px;
		margin: auto;
	}
	#moviePage #contentsArea .flowText,
	#moviePage #contentsArea section {
		width: 964px;
	}
	#moviePage #contentsArea section {
		margin: 50px auto auto;
	}
	#moviePage #contentsArea section.main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#moviePage #contentsArea section.main a {
		width: 470px;
		margin-bottom: 80px;
	}
	#moviePage #contentsArea section.main a p {
		padding: 0;
	}
	#moviePage #contentsArea section.more {
		padding: 50px 0 100px;
	}
	#moviePage #contentsArea section.more a {
		width: 844px;
		height: 180px;
		background: url(/movie/img/movie_bnrPC.jpg) center no-repeat;
	}
}
@media only screen and (max-width: 768px) {
	.pcOnly {
		display: none;
	}
	#moviePage p#tagline2 span,
	#moviePage #header .headerWrap,
	#moviePage #header .headerWrap .column,
	#moviePage #top,
	#moviePage #top .logo img,
	#moviePage #footerBtm div {
		width: 100%
	}
	#moviePage p#tagline2 span { padding: 0; }
	#moviePage #top {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		padding: 15px 10px;
		box-sizing: border-box;
	}
	#moviePage #top p#tagline2 {
		color: #666;
		font-size: 10px;
		margin-top: -5px;
		position: relative;
	}
	#moviePage #top .logo {
		width: 234px;
		margin: 0;
	}
	#moviePage #footerBtm div {
		text-align: center;
	}
	#moviePage #footerBtm .logo,
	#moviePage #footerBtm .text span {
		display: none;
	}
	#moviePage #contentsArea .subText + .mainMovie {
		margin-top: 30px;
	}
	#moviePage #contentsArea section {
		margin: 40px auto auto;
	}
	#moviePage #contentsArea section.main {
		background: #d9f3f8;
		padding: 25px 10px 5px;
		margin-bottom: 50px;
	}
	#moviePage #contentsArea section.main a {
		background: #fff;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
		margin-bottom: 20px;
	}
	#moviePage #contentsArea section.main a p {
		padding: 0 15px 25px;
	}
	#moviePage #footerBox .new_wire {
		justify-content: space-around;
	}
	#moviePage #footerBox .new_wire p.entry a, a.mainAreaEntryHref,
	#moviePage #footerBox .new_wire p.bosyu a {
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		margin: auto;
		overflow: hidden;
	}
	#moviePage #footerBox .new_wire p.entry a, a.mainAreaEntryHref {
		width: 225px;
		height: 54px;
		background: url(/sp/img/btn_entry.png) center no-repeat;
		background-size: contain;
		margin: 0 0 0 5px;
	}
	#moviePage #footerBox .new_wire p.bosyu a {
		width: 112px;
		height: 54px;
		background: url(/sp/img/btn_youkou.png) center no-repeat;
		background-size: contain;
	}
	#moviePage #footerBox .new_wire p.bosyu {
		margin: 0 !important;
	}
}

/* flow
-------------------------------------------------- */
#moviePage.flowPage #footerBox {
	border-top: 1px solid #d0d0d0;
}
@media only screen and (min-width: 768px) {
	#moviePage.flowPage #contentsArea section.main a p {
		text-align: center;
	}
}