@charset "utf-8";

/* ----- ウェブフォント ----- */
/*游ゴシック*/
/*@font-face {font-family:setMyYuGothic;src:local('YuGothic-Medium'),local('Yu Gothic Medium'),local('YuGothic-Regular');font-weight:normal;}
@font-face {font-family:setMyYuGothic;src:local('YuGothic-Bold'),local('Yu Gothic Bold');font-weight: bold;}*/
/*Noto Sans Japanese*/
/*@font-face {font-family:'Noto Sans Japanese';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');}
@font-face {font-family:'Noto Sans Japanese';font-style:normal;font-weight:700;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');}*/
/*Rounded Mplus 1c*/
/*@font-face {font-family:'Rounded Mplus 1c';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.eot);src:url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.eot?#iefix) format('embedded-opentype'),url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.ttf) format('truetype');}
@font-face {font-family:'Rounded Mplus 1c';font-style:normal;font-weight:700;src:url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.eot);src:url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.eot?#iefix) format('embedded-opentype'),url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.ttf) format('truetype');}*/

/* ----- reset ----- */
*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:6.25%;overflow-y:scroll;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}img{vertical-align:middle;}ol,ul{list-style:none;}figure{margin:0;}

/* ----- clearfix ----- */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{content:"";display:table;overflow:hidden;}.clearfix:after{clear:both;}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0); outline: 0;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* ----- Colorbox set ----- */
#cboxOverlay { background: #000; }
#cboxContent { overflow:hidden; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { margin: 70px 0 0; overflow: hidden; }
#cboxTitle { position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #949494; }
#cboxCurrent { display: none; }
#cboxSlideshow { position: absolute; right: 30px; bottom: 4px; color: #0092ef; }
#cboxLoadingGraphic { background: url(/img/colorbox/loading.gif) no-repeat center; }
#cboxClose { position: absolute; right: 0; top: 0; border: none; background: url(/img/colorbox/close.png) no-repeat; width: 60px; height: 60px; text-indent:-9999px; }
#cboxClose:hover { opacity: .7; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; }

/* ----- common ----- */
body{
	font-family: Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 12em;
	line-height: 1.5;
	background: #000;
	color: #FFF;
	width: 100%;
	height: 100%;
	overflow: visible;
	word-wrap: break-word;
	overflow-wrap:break-word;
}
a {
	color: #FFF;
	text-decoration:underline;
}
a:hover {text-decoration:none;}

/*--  loading  --*/
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	z-index: 9999;
}

/* -----     共通     ----- */
.pc { display: block !important; }
.sp { display: none !important; }
img.pc { display: inline; }
img.sp { display: none; }
.brpc { display: none; }
.ftbd { font-weight: bold; }
.red { color: red; }
.trst2s { -webkit-transition: .2s ease-out; transition: .2s ease-out; }
.trst3s { -webkit-transition: .3s ease-out; transition: .3s ease-out; }
.trst4s { -webkit-transition: .4s ease-out; transition: .4s ease-out; }
.trst5s { -webkit-transition: .5s ease-out; transition: .5s ease-out; }

#siteWrap {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	overflow: hidden;
	
	background: url(/img/bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}


/*----- ヘッダーコンテンツ -----*/
#headerWrap {
	position: fixed;
	width: 100%;
	background: url(/img/naviBg.jpg) repeat-x;
	z-index: 999;
}
.navigationList {
	display: -webkit-flex; display: flex;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-justify-content: flex-end; justify-content: flex-end;
	-webkit-align-items: center; align-items: center;
	width: 655px;
	height: 78px;
	margin: 0 2em 0 auto;
}
.navigationList li {
	margin: 3px;
}
.navigationList li a {
	position: relative;
	display: block;
	padding: 4px 10px;
	font-family: 'Lato';
	font-size: 16rem;
	font-weight: 900;
	text-decoration: none;
	overflow: hidden;
}
.navigationList li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	bottom: 100%;
	right: 0;
	background-color: #FFF;
	-webkit-transition: .4s ease-out; transition: .4s ease-out;
}
.navigationList li a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 100%;
	left: 0;
	background-color: #FFF;
	-webkit-transition: .4s ease-out; transition: .4s ease-out;
}
.navigationList li a span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	right: 100%;
	background-color: #FFF;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.navigationList li a span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 100%;
	background-color: #FFF;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}

.navigationList li a:hover::before {
	bottom: 0%;
}
.navigationList li a:hover::after {
	top: 0%;
}
.navigationList li a:hover span::before {
	right: 0%;
}
.navigationList li a:hover span::after {
	left: 0%;
}
.navigationList img {
	width: 12px;
	margin: 0 0 2px 5px;
	vertical-align: middle;
}


/*----- メインコンテンツ -----*/
#mainContentWrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 78px 0 100px;
	background: url(/img/bgStripe.png) repeat;
	background-attachment: fixed;
}
.mainContent {
	padding: 60px 0 40px;
}
.content {
	position: relative;
	width: 1060px;
	height: 100%;
	margin: auto;
}
.contentHeader h2 {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.contentHeader h3 {
	padding: 10px 10px 0;
	font-size: 16rem;
	font-weight: bold;
	color: #0051a4;
}
.bgBox { padding: 80px; }
.bgBoxColL {
	background-color: rgba(255, 255, 255, .8);
}
.bgBoxColD {
	background-color: rgba(0, 0, 0, .8);
}
.borderBottom {
	width: 100%;
	height: 78px;
	background: url(/img/naviBg.jpg) repeat-x;
}

/*----- キービジュアル -----*/
#main {
}
.keyvisualCtt {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
.kv img {
	width: 100%;
	height: auto;
}
.chu2Rogo {
	position: absolute;
	top: 10px;
	left: 20px;
}
.chu2Rogo a {
	display: block;
	width: 100%;
	height: auto;
}
.onsale {
	position: absolute;
	top: 193px;
	left: 23px;
}
.onsale a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.onsale a:hover {
	opacity: .7;
}
/*.roadshow {
	position: absolute;
	top: 193px;
	left: 23px;
}*/
/*.cach {
	position: absolute;
	right: 40px;
	bottom: 40px;
}*/


/*----- インフォメーションコンテンツ -----*/
.update, .twitter, .movie, .topics {
	position: absolute;
	width: 340px;
	left: 20px;
}
.update {
	top: 435px;
}
.updateCtt {
}
.updateList {
	height: 150px;
	padding: 0 1em 1em;
	overflow: auto;
}
.updateList, .updateList a {
	color: #000;
}
.updateList dt {
	font-size: 14rem;
	border-bottom: 1px #000 dashed;
}
.updateList dd {
	padding: 10px;
	font-size: 14rem;
}
.updateList dd a {
	display: block;
	padding: 0 0 5px;
}
.twitter {
	top: 629px;
}
.twitterList {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.twitterList>iframe {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
}
.movie {
	top: 823px;
}
.movieCtt img {
	width: 100%;
	height: auto;
}
.movieCtt a::after, .movieList a::after {
	content: "";
	position: absolute;
	width: 81px;
	height: 81px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(/img/moviePlay.png) no-repeat center;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.movieCtt a:hover::after, .movieList a:hover::after {
	opacity: .5;
}
.topics {
	top: 950px;
}

/*----- カウントダウンコンテンツ -----*/
.couBgBox {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.couCtt {
	width: 100%;
}
.couImg ul {
	font-size: 0;
}
.couImg ul:first-child {
	margin: 0 0 15px;
}
.couImg li {
	display: inline-block;
	margin: 0 0 0 6px;
}
.couImg li:first-child {
	margin: 0;
}
.couImg li a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.couImg li a:hover {
	opacity: .7;
}

/*----- イントロダクションコンテンツ ストーリーコンテンツ -----*/
.introCtt, .storyCtt {
	display: table;
	width: 100%;
}
.line {
	display: table-cell;
	vertical-align: middle;
}
.introTxt, .storyTxt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*----- スタッフ・キャストコンテンツ -----*/
.staffcastCtt {
	background-image: url(/img/airplane.png);
	background-position: 90% 95%;
	background-repeat: no-repeat;
}
.staffcastCtt>div>h3 {
	padding: 0 0 0 10px;
	font-size: 24rem;
	font-weight: bold;
	letter-spacing: 3px;
	border-left: 5px #FFF solid;
}
.staffList, .castList {
	float: left;
	width: 50%;
}
.staff, .cast {
	padding: 1em;
}
.staff dt, .cast dt {
	font-size: 14rem;
	padding: .5em 0;
}
.staff dd, .cast dd {
	font-size: 20rem;
	padding: 0 1em .5em;
}
.staff dd span, .cast dd span {
	font-size: 14rem;
	padding: 0 0 0 .5em;
}


/*----- キャラクターコンテンツ -----*/
.chara {
	position: relative;
	width: 100%;
}
.charaBg, .charaImg, .charaProf {
	position: absolute;
}
.RikkaYuta {
	height: 731px;
}
.Nibutani {
	height: 525px;
	margin: -96px 0 0;
}
.Kumin {
	height: 571px;
	margin: -142px 0 0;
}
.Dekomori {
	height: 571px;
	margin: -142px 0 0;
}
.Shichimiya {
	height: 602px;
	margin: -173px 0 0;
}
.Toka {
	height: 559px;
	margin: -132px 0 0;
}

/*----- チケットコンテンツ -----*/
.ticketCtt {
	text-align: center;
}
.ticketCtt>article {
	margin: 0 0 80px;
}
.tkName {
	font-size: 24rem;
	font-weight: bold;
	color: #d83669;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.tkData {
	width: 764px;
	margin: 0 auto;
}
.tkDetails>dt {
	float: left;
}
.tkDetails {
	text-align: left;
	font-size: 16rem;
	line-height: 1.8;
	margin: 40px 0;
}
.tkDetails>dd>a {
	margin: 0 0 0 1em;
	text-decoration: underline;
	color: #cb3665;
}
.tkNotes {
	text-align: left;
	font-size: 15rem;
	line-height: 1.8;
	margin: 40px 0;
}

/*----- グッズコンテンツ -----*/
.goodsCtt {
	text-align: center;
}
.goodsCtt>article {
	margin: 0 0 80px;
}
.gdNoticeBox {
	margin: 0 0 80px;
}
.gdNotice {
	width: 764px;
	padding: 20px 10px;
	margin: 0px auto;
	text-align: left;
	font-size: 14rem;
	color: #000;
	line-height: 1.8;
	border: solid 2px #C93664;
	background: #ffffff;
}
.gdNotice li {
	text-indent: -1em;
	margin-left: 1em;
}
.gdNameB {
	font-size: 28rem;
	font-weight: bold;
	color: #d83669;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.gdName {
	font-size: 24rem;
	font-weight: bold;
	color: #d83669;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.gdName2 {
	margin-bottom: 40px;
	font-size: 24rem;
	font-weight: bold;
	color: #d83669;
	letter-spacing: 1px;
}
.gdName2 span {
	font-size: 20rem;
}
.gdNotes {
	text-align: left;
	font-size: 15rem;
	line-height: 1.8;
	margin: 40px 0 0;
}
.gdData {
	width: 764px;
	margin: 0 auto;
	color: #000;
}
.gdNoticeNews {
	margin: 40px 0;
	text-align: left;
	font-size: 18rem;
	font-weight: bold;
}
.gdNoticeNews a {
	color: #d83669;
}
.gdDetails>dt {
	float: left;
}
.gdDetails {
	text-align: left;
	font-size: 16rem;
	line-height: 1.8;
	margin: 40px 0;
	padding-left: 1em;
}
.gdDetails>li {
	text-indent: -1em;
}
.gdDetails>li>a {
	margin: 0 0 0 1em;
	text-decoration: underline;
	color: #cb3665;
}
.gdNotes2 {
	font-size: 14rem;
}

/*----- ムービーコンテンツ -----*/
.movieListCtt {
	display: flex;
	display: -webkit-flex;
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.movieList {
	margin: 0 25px 30px;
}
.movieList>a {
	width: 400px;
	position: relative;
}
.movieList>a img{
	width: 100%;
}
.movieList>p{
	font-size: 18rem;
	margin:10px 0 0;
}

/*----- フッターコンテンツ -----*/
#footerWrap {
	width: 100%;
	padding: 60px 0 80px;
	background-color: #000;
	text-align: center;
}
.footerContent {
	width: 1200px;
	margin: auto;
}
.seriesBannerLink {
	padding: 0 0 30px;
}
.seriesBannerLink li {
	display: inline-block;
	margin: 0 10px;
}
.corporateLink {
}
.snsList {
	padding: 0 0 10px;
	text-align: right;
}
.snsList li {
	display: inline-block;
	margin: 0 10px;
}
.snsList a {
	display: block;
	width: 35px;
	height: 35px;
}
.snsList a img {
	width: 100%;
	height: auto;
}
.copy { font-size: 10rem; }
/*ページトップ*/
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
}


/* ---------- media screen ---------- */
@media screen and (max-width: 768px) {
	html { font-size: 8.75%; }
	body { font-size: 14em; }
	.pc { display: none !important; }
	.sp { display: block !important; }
	img.pc { display: none; }
	img.sp { display: inline; }
	img { width: 100%; height: auto; }
	.brpc { display: block; }
	.brsp { display: none; }
	#siteWrap {
		min-width: 768px;
	}
/*----- ヘッダーコンテンツ -----*/
	#headerWrap {
		position: static;
		background-color: transparent;
	}
	#navigationBtn {
		width: 100%;
		height: 78px;
	}
	.navigation {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		top: -100%;
		left: 0;
		padding: 78px 0;
		background-color: #000;
		z-index: 999;
		overflow: scroll;
		-webkit-transition: .3s ease-out; transition: .3s ease-out;
	}
	.navigation.show {
		top: 0%;
	}
	.navigationList {
		display: block;
		width: 100%;
		height: 100%;
	}
	.navigationList li {
		display: block;
		margin: 0;
	}
	.navigationList li a {
		padding: 30px 1.5em;
		font-size: 18rem;
		border-bottom: 1px #FFF dashed;
	}
	.navigationList li:first-child a {
		border-top: 1px #FFF dashed;
	}
	.naviBtn {
		position: fixed;
		top: 10px;
		right: 10px;
		padding: 28px;
		background-color: #FFF;
		z-index: 999;
	}
	.naviBtn span {
		display: block;
		position: absolute;
		right: 8px;
		top: 25px;
		width: 40px;
		height: 6px;
		background-color: #0051a4;
		-webkit-transition: .2s ease-out; transition: .2s ease-out;
	}
	.naviBtn span:before {
		content: "";
		position: absolute;
		top: -15px;
		width: 40px;
		height: 6px;
		background-color: #0051a4;
		-webkit-transition: .2s ease-out; transition: .2s ease-out;
	}
	.naviBtn span:after {
		content: "";
		position: absolute;
		top: 15px;
		width: 40px;
		height: 6px;
		background-color: #0051a4;
		-webkit-transition: .2s ease-out; transition: .2s ease-out;
	}
	.naviBtn.show span {
		height: 0;
	}
	.naviBtn.show span:before {
		-webkit-transform: translateY(15px) rotate(45deg);
		transform: translateY(15px) rotate(45deg);
	}
	.naviBtn.show span:after {
		-webkit-transform: translateY(-14px) rotate(-45deg);
		transform: translateY(-14px) rotate(-45deg);
	}
	
/*----- メインコンテンツ -----*/
	#mainContentWrap {
		padding: 0 0 100px;
		background: none;
	}
	#main {
	}
	.mainContent {
		padding: 8% 0 4%;
	}
	.content {
		width: 100%;
	}
	.contentHeader h2 {
		padding: 2%;
	}
	.contentHeader h3 {
		font-size: 22rem;
		padding: 20px 20px 10px;
		text-align: center;
	}
	.bgBox {
		padding: 1em;
	}
/*----- インフォメーションコンテンツ -----*/
	.update, .twitter, .movie, .topics {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}
	.updateCtt {
		padding: 0 20px 20px;
	}
	.updateList {
		height: 200px;
		padding: 0 20px 0 0;
	}
	.twitterList {
		height: 400px;
		padding: 0 20px 20px;
	}
	.movieCtt {
		padding: 20px;
	}
/*----- カウントダウンコンテンツ -----*/
	.countdown h2 img {
		max-width: 250px;
	}
	.couImg ul:first-child {
	margin: 0;
	}
	.couImg li {
		display: block;
		margin: 0 25px 30px;
	}
	.couImg li:first-child {
		margin: 0 25px 30px;
	}
/*----- イントロダクションコンテンツ ストーリーコンテンツ -----*/
	.introduction h2 img {
		max-width: 250px;
	}
	.story h2 img {
		max-width: 138px;
	}
/*----- スタッフ・キャストコンテンツ -----*/
	.staffcast h2 img {
		max-width: 228px;
	}
	.staffList, .castList {
		text-align: center;
	}
	.staffcastCtt>div>h3 {
		display: inline-block;
	}
	.staffcastCtt>.staffList>h3 {
		margin: 5% 10%;
	}
	.staffcastCtt>.castList>h3 {
		margin: 5% 10%;
	}
	.staff, .cast {
		padding: 0;
	}
	.staff dd span, .cast dd span {
		display: block;
	}
	.staffcastCtt.bgBox {
		padding: 1em 1em 9em;
		background-position: 95% 98%;
	}
/*----- キャラクターコンテンツ -----*/
	.character h2 img {
		max-width: 229px;
	}
	.RikkaYuta {
		height: 1122px;
	}
	.Nibutani {
		height: 507px;
		margin: -75px 0 0;
	}
	.Kumin {
		height: 553px;
		margin: -121px 0 0;
	}
	.Dekomori {
		height: 553px;
		margin: -121px 0 0;
	}
	.Shichimiya {
		height: 584px;
		margin: -152px 0 0;
	}
	.Toka {
		height: 541px;
		margin: -112px 0 0;
	}

	
/*----- チケットコンテンツ -----*/
	.ticket h2 img {
		max-width: 153px;
	}
	.ticketCtt>article {
		margin: 0 20px 80px;
	}
	.ticketCtt>article>header {
		margin: 5% 0%;
	}
	.tkData {
		width: 100%;
	}
	
/*----- グッズコンテンツ -----*/
	.goods h2 img {
		max-width: 153px;
	}
	.goodsCtt>article {
		margin: 0 20px 80px;
	}
	.goodsCtt>article>header {
		margin: 5% 0%;
	}
	.gdNoticeBox {
		margin: 0 20px 80px;
	}
	.gdNotice {
		width: 100%;
	}
	.gdData {
		width: 100%;
	}
/*----- ムービーコンテンツ -----*/
	#movie h2 img {
		max-width: 136px;
	}
	.movieList>a {
		margin: 5% auto 0%;
		width: 100%;
	}
	.movieListCtt {
		display: block;
	}
	.movieList>p{
		margin:10px 0 40px;
	}
/*----- フッターコンテンツ -----*/
	#footerWrap {
		padding: 6% 0;
	}
	.footerContent {
		width: 100%;
	}
	.seriesBannerLink {
		padding: 0 0 5%;
	}
	.seriesBannerLink li {
		margin: 10px;
	}
	.corporateLink {
		max-width: 208px;
		padding: 2% 0 5%;
		margin: auto;
	}
	.snsList {
		padding: 5% 0;
		text-align: center;
	}
	.copy {
		padding: 5% 0;
	}
}

@media screen and (max-width: 320px) {}



